@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*==Noto_Sans_JP==*/
/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*SemiBold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix
---------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "";
  font-family: "Noto Sans JP", "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  font-display: swap;
  position: relative;
  color: #333333;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

a:hover {
  opacity: 0.5;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.sp-block {
  display: none;
}

.main__container {
  padding: 100px 0;
}

.sectionContainer {
  padding: 100px 0;
}

.wrapper {
  width: min(100%, 1040px);
  padding: 0 24px;
  margin: 0 auto;
  position: relative;
}

.ly__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .main__container {
    padding: 40px 0 64px;
  }
  .sectionContainer {
    padding: 56px 0;
  }
}
/* Module */
.sectionTitle {
  display: flex;
  flex-direction: column;
}
.sectionTitle.--center {
  align-items: center;
}
.sectionTitle.mb-lg {
  margin-bottom: 64px;
}
.sectionTitle--ja {
  display: flex;
  position: relative;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 500;
  line-height: 1.2;
  color: #666666;
  align-items: center;
  margin-bottom: 12px;
}
.sectionTitle--ja::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../../img/common/icon/icon-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 4px;
}
.sectionTitle--ja.--small {
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
}
.sectionTitle--ja.--small::before {
  width: 14px;
  height: 14px;
}
.sectionTitle--en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(2rem, 0.8rem + 5.12vw, 4rem);
}
.sectionTitle--en.--small {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(1.75rem, 1.6rem + 0.64vw, 2rem);
}

.pageTitle .sectionTitle--ja {
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
.pageTitle .sectionTitle--ja::before {
  position: absolute;
  top: 0;
  left: 0;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sectionTitle--ja::before {
    width: 12px;
    height: 12px;
  }
  .sectionTitle.mb-lg {
    margin-bottom: 40px;
  }
}
.btn__container {
  border-top: 1px solid #999999;
  display: flex;
  justify-content: center;
  padding-top: 32px;
}

.btn {
  border-radius: 50px;
  background-color: #333333;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 50px;
  line-height: 60px;
  width: 100%;
  max-width: 280px;
  position: relative;
  padding-left: 30px;
}
.btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../../img/common/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.--icon::after {
  background-image: url(../../img/common/icon/icon-window.svg);
}

.text__link {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  display: block;
  font-weight: 500;
  position: relative;
  color: #333333;
  padding-right: 20px;
}
.text__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #35A165;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.text__link::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url(../../img/common/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}

/*===========================
sp
===========================*/
.main__column .news__item {
  padding: 24px 16px;
  border-bottom: 1px dashed #cccccc;
}
.main__column .news__item:first-child {
  border-top: 1px dashed #cccccc;
}
.main__column .news__item .news__title {
  margin-bottom: 0;
}

.post__title {
  border-bottom: 2px solid #7CC06D;
  font-size: clamp(1.25rem, 0.95rem + 1.28vw, 1.75rem);
  line-height: 1.5;
  font-weight: 600;
  padding: 8px;
  margin-bottom: 4px;
}

.post__date {
  padding: 8px;
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.post__date::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../../img/common/icon/icon-time.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
}

.headerContainer .inner {
  position: relative;
  width: min(100%, 1240px);
  padding: 24px 32px;
  margin: 0 auto;
}

.header__logo {
  position: absolute;
  top: 24px;
  left: 32px;
  display: block;
  max-width: 130px;
}

.home .header__logo {
  max-width: initial;
}

.nav__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.nav__container .nav__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav__container .nav__list:last-child {
  gap: 2rem;
}
.nav__container .nav__list .nav__item a {
  font-weight: 500;
  color: #333333;
}

.nav__icon {
  display: flex;
  width: 20px;
}

.nav__btn {
  display: flex;
  align-items: center;
  border-radius: 30px;
  font-size: 0.875rem;
  color: #FFFFFF !important;
  padding: 4px 24px;
}
.nav__btn::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}
.nav__btn--request {
  background-color: #35A165;
}
.nav__btn--request::before {
  width: 12px;
  height: 12px;
  background-image: url(../../img/common/icon/icon-request.svg);
}
.nav__btn--donate {
  background-color: #F6A300;
}
.nav__btn--donate::before {
  width: 18px;
  height: 14px;
  background-image: url(../../img/common/icon/icon-hand.svg);
}

.nav__sp {
  display: none;
}

/*===========================
wrap
===========================*/
@media screen and (max-width: 1050px) {
  .headerContainer .inner {
    min-height: 64px;
    padding: 0 16px;
  }
  .header__logo,
  .home .header__logo {
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    max-width: 65px;
  }
  .nav__container {
    background-image: url(../../img/common/bg/bg-green-pale.webp);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding-top: 80px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    z-index: 10;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
  }
  .nav__container .nav__list:last-child {
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .nav__container .nav__list:first-child {
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav__container .nav__list .nav__item.--btn {
    width: 70%;
    margin: 0 auto;
  }
  .nav__container .nav__list .nav__item.--btn:not(:last-child) {
    margin-top: 20px;
  }
  .nav__container.sp_open {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    height: 100vh;
  }
  .nav__btn {
    justify-content: center;
    padding: 12px 24px;
  }
  /*バーガーメニュー時背景固定用*/
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  #toggle {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 22px;
    border-radius: 15px;
    color: #FFFFFF;
    z-index: 15;
    position: absolute;
    right: 16px;
    top: 22px;
  }
  .hamburger {
    position: relative;
    width: 24px;
    height: 22px;
  }
  /*ボタン内側*/
  #toggle span {
    transition: all 0.4s;
    position: absolute;
    right: 0%;
    height: 3px;
    background: #35A165;
    width: 100%;
  }
  #toggle span:nth-of-type(1) {
    top: 0;
  }
  #toggle span:nth-of-type(2) {
    top: 11px;
    right: 0;
    width: 80%;
  }
  #toggle span:nth-of-type(3) {
    top: 22px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  #toggle.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  #toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #toggle.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}
.footerContainer {
  padding: 60px 0 24px;
  background-image: url(../../img/common/bg/bg-gray.webp);
}

.footer__company {
  flex: 1;
}
.footer__company .footer__logo {
  display: block;
  max-width: 120px;
  margin-bottom: 16px;
}
.footer__company p {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  margin-bottom: 16px;
}
.footer__company .sns__list {
  gap: 16px;
  justify-content: flex-start;
}

.footer__navContainer {
  width: 40%;
  gap: 50px;
  align-items: flex-start;
}

.footer__nav {
  flex: 1;
}
.footer__nav .footerNav__item a {
  color: #333333;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  letter-spacing: 0;
}
.footer__nav .footerNav__item a::before {
  content: "●";
  color: #35A165;
  margin-right: 8px;
}

.footer__btn {
  flex: 1;
  max-width: 180px;
}
.footer__btn li:first-child {
  margin-bottom: 24px;
}
.footer__btn .nav__btn {
  flex-direction: column;
  padding: 30px 0;
  gap: 4px;
  border-radius: 8px;
}
.footer__btn .nav__btn--request::before {
  width: 16px;
  height: 16px;
}
.footer__btn .nav__btn--donate {
  background-color: #F6A300;
}
.footer__btn .nav__btn--donate::before {
  width: 27px;
  height: 20px;
}

copy {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  margin-top: 30px;
  color: #666666;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .footerContainer .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer__company {
    text-align: center;
    margin-bottom: 40px;
  }
  .footer__company .footer__logo {
    margin-right: auto;
    margin-left: auto;
  }
  .footer__company .sns__list {
    justify-content: center;
  }
  .footer__navContainer {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }
  .footer__nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__nav .footerNav__item {
    width: 50%;
  }
  .footer__btn {
    display: flex;
    max-width: initial;
    justify-content: space-between;
    width: 100%;
  }
  .footer__btn li {
    width: 48%;
  }
  .footer__btn li:first-child {
    margin-bottom: 0;
  }
  .footer__btn .nav__btn {
    padding: 15px 0;
  }
  copy {
    text-align: center;
  }
}
.kv__container {
  width: calc(100% - 64px);
  position: relative;
  background-image: url(../../img/common/bg/bg-green-pale.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 auto;
}
.kv__container::before {
  content: "";
  width: 100%;
  aspect-ratio: 1280/319;
  background-image: url(../../img/common/bg/bg-line.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0%;
}
.kv__container .sectionTitle {
  padding: 80px 0;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .kv__container {
    width: calc(100% - 32px);
    border-radius: 8px;
  }
  .kv__container .sectionTitle {
    padding: 40px 0;
  }
}
.side__column {
  width: 260px;
  margin-left: 50px;
}
.side__column li {
  border-bottom: 1px dashed #999999;
  padding: 12px 8px;
  font-size: 0.875rem;
}
.side__column li a {
  color: #333333;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}

.side__columnttl {
  background-color: #35A165;
  color: #FFFFFF;
  padding: 4px 16px;
  font-weight: 600;
}
.side__columnttl:last-of-type {
  margin-top: 40px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .side__column {
    width: 100%;
    margin-left: 0;
  }
}
/* ============================
一覧のページャー
============================ */
.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 30px;
}
.nav-links a {
  text-decoration: none;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-family: "Zen Maru Gothic";
  font-weight: 600;
  border: 1px solid #35A165;
  border-radius: 20px;
  color: #35A165;
}

.pagination .current {
  background: #35A165;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #35A165;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}

/* ============================
シングルのページャー
============================ */
.blog-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-top: 1px solid #999999;
  padding-top: 32px;
}
.blog-pager li a {
  display: block;
  border: 1px solid #35A165;
  color: #35A165;
  text-decoration: none;
  width: 10em;
  line-height: 40px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.blog-pager li.back a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #35A165;
  border-left: 2px solid #35A165;
  transform: rotate(-45deg) translateY(-50%);
}
.blog-pager li.next a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #35A165;
  border-right: 2px solid #35A165;
  transform: rotate(-45deg) translateY(-50%);
}

.category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category__item {
  background-color: #7CC06D;
  color: #FFFFFF;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  line-height: 1;
  padding: 6px 8px;
  border-radius: 2px;
}

.report__item {
  padding: 24px 16px;
  border-bottom: 1px dashed #999999;
}
.report__item:first-child {
  border-top: 1px dashed #999999;
}
.report__item a {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: #333333;
}

.report__img {
  width: 40%;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}

.report__text {
  flex: 1;
}

.report__title {
  margin: 8px 0;
  line-height: 1.6;
  font-size: 1rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.report__desc {
  font-size: 0.875rem;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.report__date {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.report__date::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../../img/common/icon/icon-time.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .report__item a {
    gap: 16px;
  }
  .report__img {
    width: 100%;
  }
  .report__text {
    padding-top: 0;
  }
  .report__title h2 {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 任意の行数を指定 */
  }
  .report__desc {
    display: none;
  }
}
/* pages */
#secAbout {
  background-image: url(../../img/common/bg/bg-green-pale.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  position: relative;
}
#secAbout::before {
  content: "";
  width: 100%;
  aspect-ratio: 1280/319;
  background-image: url(../../img/common/bg/bg-line.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 30px;
}
#secAbout .sectionTitle {
  margin-bottom: 30px;
}
#secAbout .about__text {
  margin-bottom: 56px;
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  line-height: 2.4;
}
#secAbout .btn {
  margin: 0 auto;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secAbout {
    padding: 80px 0;
  }
}
#secSchedule {
  background-color: #FAFAFA;
}

.title__flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.tab__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  cursor: pointer;
}

.tab__item,
.tabs__item {
  width: 49%;
  color: #666666;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  background-color: #D9D9D9;
  border-radius: 4px;
  padding: 1rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.tab__item.is-active,
.tabs__item.is-active {
  background-color: #333333;
  color: #FFFFFF;
}
.tab__item.is-active::after,
.tabs__item.is-active::after {
  content: "";
  height: 17.3205080757px;
  width: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #333333;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.tabs__item a {
  display: block;
  color: #666666;
}

.panel {
  display: none;
}

.panel.is-show {
  display: block;
}

.schedule__item {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 8px;
  list-style: none;
}
.schedule__item a {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  color: #333333;
}
.schedule__item:not(:last-child) {
  margin-bottom: 16px;
}
.schedule__item::after {
  content: "";
  width: 10px;
  height: 20px;
  background-image: url(../../img/common/icon/icon-arrow-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.post-type-archive-schedule .schedule__item,
.tax-schedule-cat .schedule__item {
  background-color: #FAFAFA;
}

.schedule__date {
  width: max(100px, 10%);
}
.schedule__date--day {
  color: #35A165;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
}
.schedule__date--day small {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 4px;
}
.schedule__date--day span {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
}
.schedule__date--week {
  font-size: 0.75rem;
  font-weight: 600;
}

.schedule__contents {
  flex: 1;
  padding: 0 24px;
  border-left: 1px solid #cccccc;
}

.schedule__category {
  display: inline-block;
  color: #FFFFFF;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  border-radius: 4px;
  padding: 0 16px;
  margin-bottom: 5px;
}
.schedule__category.--open {
  background-color: #35A165;
}
.schedule__category.--close {
  background-color: #99BB98;
}
.schedule__category.--kind {
  background-color: #333333;
}

.schedule__title {
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.schedule__labels {
  display: flex;
  color: #666666;
  gap: 2rem;
}
.schedule__labels .schedule__label {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}
.schedule__labels .schedule__label--price::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../img/common/icon/icon-price.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.schedule__labels .schedule__label--place::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../../img/common/icon/icon-pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.schedule__labels .schedule__label--owner span {
  border: 1px solid #666666;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  border-radius: 4px;
  padding: 4px 8px;
  margin-right: 4px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .schedule__item a {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule__item::after {
    display: none;
  }
  .schedule__date {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
  }
  .schedule__date--day {
    margin-right: 4px;
  }
  .schedule__date--day small {
    display: inline-block;
    margin-right: 4px;
  }
  .schedule__contents {
    padding-left: 0;
    padding-top: 8px;
    border-left: none;
    border-top: 1px solid #cccccc;
  }
  .schedule__category {
    padding: 0 16px;
    margin-bottom: 5px;
  }
  .schedule__labels {
    flex-wrap: wrap;
    gap: 0.5em 1em;
  }
  .schedule__labels .schedule__label--owner {
    width: 100%;
  }
  .schedule__labels .schedule__label--owner span {
    margin-right: 4px;
  }
}
.single-schedule .schedule__labels {
  flex-wrap: wrap;
  gap: 1em 2em;
}
.single-schedule .label__list {
  display: flex;
  gap: 16px;
}
.single-schedule .title {
  line-height: 1.5;
  padding: 8px 0 18px;
}
.single-schedule .schedule-info__contents {
  background-color: #FAFAFA;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
.single-schedule .schedule-info__date {
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 12px !important;
}
.single-schedule .schedule-info__date--day {
  font-size: clamp(1rem, 0.775rem + 0.96vw, 1.375rem);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 8px;
  line-height: 1;
}
.single-schedule .schedule-info__date--week {
  font-weight: 600;
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
}
.single-schedule .schedule__date {
  width: max(100px, 10%);
}
.single-schedule .schedule__date--day {
  color: #35A165;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
}
.single-schedule .schedule__date--day small {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 4px;
}
.single-schedule .schedule__date--day span {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
}
.single-schedule .schedule__date--week {
  font-size: 0.75rem;
  font-weight: 600;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .single-schedule .schedule-info__contents {
    padding: 16px;
  }
  .single-schedule .schedule__labels {
    gap: 0.5em 1em;
  }
  .single-schedule .schedule-info__date {
    margin-bottom: 8px !important;
  }
}
#secArtists {
  background-color: #FAFAFA;
}

.artists__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4%;
  margin-bottom: 64px;
}

.artists__item {
  width: 22%;
}
.artists__item .artists__img {
  margin-bottom: 10px;
  aspect-ratio: 1/1;
}
.artists__item .artists__name {
  color: #333333;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
}

.artists__img {
  border-radius: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#secArtists .btn {
  margin: 0 auto;
}

.single-artist .artists__intro {
  display: flex;
  gap: 40px;
}
.single-artist .artists__intro .artists__img {
  width: 50%;
  aspect-ratio: 4/3;
}
.single-artist .artists__info {
  flex: 1;
  padding-top: 24px;
}
.single-artist .artists__info .artists__name {
  display: flex;
  align-items: center;
  font-size: clamp(1.125rem, 0.9rem + 0.96vw, 1.5rem);
  margin-bottom: 24px;
}
.single-artist .artists__info .artists__name::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../../img/common/icon/icon-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}
.single-artist .artist-link__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.single-artist .artist-link__item:not(:last-child) {
  margin-bottom: 4px;
}
.single-artist .artist-link__item a {
  color: #666666;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secArtists .sectionTitle {
    align-items: center;
  }
  .artists__container {
    margin-right: -24px;
    margin-left: -24px;
  }
  .artists__list {
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 40px;
  }
  .artists__item {
    width: 100%;
  }
  .post-type-archive-artist .artists__list {
    flex-wrap: wrap;
    gap: 24px 4%;
  }
  .post-type-archive-artist .artists__item {
    width: 48%;
  }
  .post-type-archive-artist .artists__img {
    border-radius: 8px;
  }
  .single-artist .artists__intro {
    gap: 0;
    flex-direction: column;
  }
  .single-artist .artists__intro .artists__img {
    width: 100%;
  }
}
.mainVisual {
  background-image: url(../../img/kv-line.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50%;
}
.mainVisual .inner {
  width: min(100%, 1280px);
  padding: 0 24px;
  margin: 0 auto 40px;
  display: flex;
  position: relative;
}

.mv_text {
  padding-left: 3%;
  padding-top: 10%;
  flex: 1;
  font-weight: 700;
}
.mv_text h1 {
  font-size: clamp(2rem, 0.8rem + 5.12vw, 4rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 24px;
  white-space: nowrap;
}
.mv_text h1 span {
  font-size: clamp(1.75rem, 0.625rem + 4.8vw, 3.625rem);
}
.mv_text p {
  font-size: clamp(0.875rem, 0.5rem + 1.6vw, 1.5rem);
}

.mv__images {
  width: 50%;
  padding-right: 24px;
  height: 700px;
}
.mv__images .image__item {
  border-radius: 24px;
  overflow: hidden;
}
.mv__images .image__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .mainVisual {
    background: none;
  }
  .mainVisual .inner {
    display: block;
    padding: 0;
  }
  .mv_text {
    position: absolute;
    z-index: 5;
    left: 0;
    padding-left: 0;
    background: none;
  }
  .mv_text h1 {
    margin-bottom: 0;
    background-color: #FFFFFF;
    padding: 15px 10px 15px 40px;
    border-radius: 0 10px 10px 0;
  }
  .mv_text p {
    background-color: #FFFFFF;
    padding: 0 15px 10px 40px;
    border-radius: 0 0 10px 0;
    display: inline-block;
  }
  .mv__images {
    width: 100%;
    padding-right: 0;
    padding-left: 40px;
    position: relative;
    height: auto;
  }
  .mv__images::after {
    content: "";
    width: 100%;
    height: 200px;
    background-image: url(../../img/kv-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 1;
  }
  .mv__images .image__item {
    border-radius: 10px 0 0 10px;
    aspect-ratio: 32/47;
  }
}
.news__container--top {
  position: absolute;
  bottom: 0;
  left: 3%;
  background-color: #f9f9f9;
  border-radius: 10px;
  max-width: 480px;
}
.news__container--top .news__list {
  height: 120px;
}

.news__item {
  padding: 24px;
}

.news__contents {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.news__date {
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
}

.news__title {
  color: #333333;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  font-weight: 500;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .news__container--top {
    position: relative;
    left: 0;
    width: calc(100% - 20px);
    margin: 30px auto 0;
  }
  .news__container--top .news__list {
    height: 110px;
  }
}
#secSupporter {
  position: relative;
  background-image: url(../../img/common/bg/bg-green-pale.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
  overflow: hidden;
}
#secSupporter::before {
  content: "";
  width: 100%;
  aspect-ratio: 1280/319;
  background-image: url(../../img/common/bg/bg-line.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 30%;
}
#secSupporter .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.supporter__contents {
  width: 55%;
}

.supporter__title {
  font-size: clamp(1.5rem, 1.05rem + 1.92vw, 2.25rem);
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.supporter__desc {
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  margin-bottom: 40px;
}

.supporter__image {
  flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  border-radius: 24px 0 0 24px;
  overflow: hidden;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secSupporter::before {
    top: 10%;
  }
  #secSupporter .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  #secSupporter .btn {
    order: 3;
    margin: 0 auto;
  }
  .supporter__contents {
    display: contents;
  }
  .supporter__title {
    margin-bottom: 32px;
  }
  .supporter__desc {
    order: 2;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
  }
  .supporter__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    border-radius: 16px;
  }
}
#secWorks .wrapper {
  display: flex;
  justify-content: space-between;
}
#secWorks .sectionTitle {
  margin-bottom: 32px;
}

.works__textContents {
  width: 37%;
}

.works__desc {
  margin-bottom: 80px;
}

.works__list {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0;
}

.works__item {
  width: 48%;
  min-height: 240px;
  display: flex;
  padding: 24px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}
.works__item a {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.works__item--title {
  font-size: 1.25rem;
}
.works__item--title span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid #FFFFFF;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 18px;
  font-size: 1rem;
}
.works__item--desc {
  font-size: 0.875rem;
  font-weight: 400;
}
.works__item.--delivery {
  background-image: url(../../img/worksitem01.webp);
}
.works__item.--otoshidama {
  background-image: url(../../img/worksitem02.webp);
}
.works__item.--event {
  background-image: url(../../img/worksitem03.webp);
}
.works__item.--cafe {
  background-image: url(../../img/worksitem04.webp);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secWorks .wrapper {
    flex-direction: column;
  }
  #secWorks .wrapper .btn {
    order: 3;
    margin: 40px auto 0;
  }
  .works__textContents {
    display: contents;
  }
  .works__desc {
    margin-bottom: 32px;
  }
  .works__list {
    width: 100%;
    gap: 24px;
  }
  .works__item {
    width: 100%;
    min-height: 285px;
    padding: 18px;
    border-radius: 8px;
  }
}
#secMovie {
  background-image: url(../../img/common/bg/bg-green-deep.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;
}

.movie__list {
  display: flex;
  justify-content: space-between;
}

.movie__item {
  position: relative;
  width: 48%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
}

.youtube img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.youtube__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
  background: url(../../img/common/icon/icon-youtube-color.svg) no-repeat center;
  background-size: contain;
  border: none;
  cursor: pointer;
}

#secInstagram .btn {
  margin: 56px auto 0;
}

#secInstagram .sectionTitle--en {
  text-align: center;
  margin-bottom: 56px;
}

.instagram__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4%;
}

.instagram__item {
  width: 22%;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .movie__list {
    flex-direction: column;
    gap: 32px;
  }
  .movie__item {
    width: 100%;
  }
  #secInstagram .btn {
    margin-top: 32px;
  }
  #secInstagram .sectionTitle--en {
    margin-bottom: 32px;
  }
}
#secSponsor .sectionTitle {
  margin-bottom: 42px;
}

.sponsor__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 5%;
}

.sponsor__item {
  width: 20%;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sponsor__item {
    width: 45%;
  }
}
.form__table {
  max-width: 800px;
  margin: 50px auto 0;
}
.form__table.-confirm .form__row .form__head {
  padding-top: 0;
}

.form__row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  padding: 1rem 0;
}
.form__row:first-child {
  border-top: 1px solid #cccccc;
}
.form__row:last-child {
  align-items: flex-start;
}
.form__row:not(:last-child) {
  margin-bottom: 0;
}
.form__row .form__head {
  font-weight: 600;
  width: 35%;
  max-width: 15em;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.5em;
}
.form__row .form__cell {
  flex: 1;
  font-size: 0.875rem;
}

.form__icon {
  background-color: #BE1A22;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 5px;
  font-size: 0.65rem;
  margin-right: 10px;
}

input, select, textarea {
  width: 100%;
  padding: 0.75em 1em;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.btn__wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px auto 0;
}
.btn__wrapper .btn__pre, .btn__wrapper .btn__submit {
  max-width: 300px;
  width: 100%;
}
.btn__wrapper .btn__pre p, .btn__wrapper .btn__submit p {
  position: relative;
}
.btn__wrapper .btn__pre p input[type=submit], .btn__wrapper .btn__submit p input[type=submit] {
  font-weight: 600;
  border: transparent;
  background-color: #35A165;
  color: #FFFFFF;
  border-radius: 50px;
  display: block !important;
  transition: all 0.3s;
  padding: 16px;
  cursor: pointer;
}
.btn__wrapper .btn__pre p input[type=submit]:hover, .btn__wrapper .btn__submit p input[type=submit]:hover {
  background-color: #35A165;
  color: #FFFFFF;
  transition: all 0.3s;
}
.btn__wrapper .btn__pre p input[type=button], .btn__wrapper .btn__submit p input[type=button] {
  font-weight: 600;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 50px;
  display: block !important;
  transition: all 0.3s;
  cursor: pointer;
}
.btn__wrapper .btn__pre p input[type=button]:hover, .btn__wrapper .btn__submit p input[type=button]:hover {
  background-color: #ccc;
  color: #FFFFFF;
  transition: all 0.3s;
}
.btn__wrapper .btn__pre p::before {
  right: initial;
  left: 20px;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 5px 0;
}

.wpcf7-spinner {
  display: none !important;
}

.thanks__contents {
  text-align: center;
}
.thanks__contents p {
  margin-bottom: 32px;
}

.thanks-title {
  font-weight: 600;
  margin-bottom: 1em;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .form__row {
    flex-direction: column;
    padding: 1rem 0;
  }
  .form__row .form__head {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .form__row .form__cell {
    width: 100%;
  }
  .contact__notice {
    text-align: left;
  }
  input[type=submit] {
    width: 100%;
  }
}
.colum2 {
  display: flex;
  justify-content: space-between;
}
.colum2 .main__column {
  flex: 1;
  overflow-wrap: break-word;
}

.single__contents {
  padding: 32px 0 56px;
}

.default__input .wp-block-image,
.default__input figure {
  margin-bottom: 24px;
}
.default__input .wp-block-heading {
  margin-bottom: 24px;
}
.default__input h2.wp-block-heading {
  background-color: #35A165;
  color: #FFFFFF;
  padding: 4px 16px;
  border-radius: 4px;
}
.default__input h3.wp-block-heading {
  border-bottom: 2px solid #35A165;
  padding: 4px 8px;
  color: #35A165;
}
.default__input h4.wp-block-heading {
  border-top: 2px solid #35A165;
  border-bottom: 2px solid #35A165;
  padding: 4px 8px;
}
.default__input h5.wp-block-heading::before {
  content: "●";
  color: #35A165;
  margin-right: 5px;
}
.default__input h6.wp-block-heading {
  color: #35A165;
  border-bottom: 1px dashed #35A165;
  padding: 4px 8px;
}
.default__input p {
  margin-bottom: 2rem;
}
.default__input ol.wp-block-list {
  list-style: auto;
  margin-bottom: 2rem;
  padding-left: 1.25em;
}
.default__input ul.wp-block-list {
  list-style: inside;
  margin-bottom: 2rem;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .colum2 {
    flex-direction: column;
  }
  .colum2 .main__column {
    width: 100%;
    margin-bottom: 56px;
  }
  .single__contents {
    padding: 16px 0 32px;
  }
}
.works-anker__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  margin-bottom: 64px;
}

.works-anker__item {
  width: 20%;
  text-align: center;
}
.works-anker__item a {
  background-color: #35A165;
  color: #FFFFFF;
  display: block;
  border-radius: 30px;
  padding: 8px;
}

.page-works__desc {
  margin-bottom: 64px;
}

.page-works__item {
  display: flex;
  gap: 32px;
  padding: 32px;
  border-bottom: 1px dashed #cccccc;
}
.page-works__item:first-child {
  border-top: 1px dashed #cccccc;
}

.page-works__img {
  width: 40%;
  border-radius: 16px;
  overflow: hidden;
}

.page-works__text {
  flex: 1;
  padding-top: 24px;
}
.page-works__text--title {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.page-works__text--title span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background-color: #35A165;
  color: #FFFFFF;
  letter-spacing: 0;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 16px;
  font-size: clamp(1rem, 0.7rem + 1.28vw, 1.5rem);
}
.page-works__text--desc {
  font-size: 0.875rem;
  font-weight: 400;
}

#secCompany {
  background-color: #FAFAFA;
  position: relative;
  padding-bottom: 150px;
}
#secCompany::before {
  content: "";
  width: 100%;
  aspect-ratio: 1280/319;
  background-image: url(../../img/common/bg/bg-line.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5%;
}
#secCompany .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 48px;
}
#secCompany .sectionTitle {
  flex: 1;
}

.company__table {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.company__table .row {
  border-top: 1px dashed #cccccc;
  padding: 20px 16px;
}
.company__table .row:not(:last-child) {
  width: 33.3333333333%;
}
.company__table .row:last-child {
  border-bottom: 1px dashed #cccccc;
  width: 100%;
}
.company__table .row dt {
  font-weight: 700;
  color: #35A165;
  font-size: 0.75rem;
}
.company__table .row dd {
  font-size: 0.875rem;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .works-anker__list {
    gap: 8px 4%;
    margin-bottom: 32px;
  }
  .works-anker__item {
    width: 48%;
  }
  .page-works__desc {
    margin-bottom: 32px;
  }
  .page-works__item {
    flex-direction: column;
    gap: 16px;
    padding: 24px 16px;
  }
  .page-works__img {
    order: 2;
    width: 100%;
    border-radius: 8px;
  }
  .page-works__text {
    display: contents;
    padding-top: 0;
  }
  .page-works__text--title {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .page-works__text--title span {
    width: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .page-works__text--desc {
    order: 3;
  }
  #secCompany {
    padding-bottom: 80px;
  }
  #secCompany::before {
    left: 0;
    top: 2%;
  }
  #secCompany .wrapper {
    border-radius: 16px;
    padding: 32px 16px;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
  #secCompany .sectionTitle {
    margin-bottom: 24px;
  }
  .company__table {
    width: 100%;
  }
  .company__table .row {
    padding: 8px;
  }
  .company__table .row:not(:last-child) {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */