.front-page {
  overflow: clip;
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .front-page {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .front-page {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.front-page .headline {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.front-page .headline__main {
  position: relative;
  margin-bottom: 12px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .front-page .headline__main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 959px) {
  .front-page .headline__main {
    margin-bottom: 8px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page .headline__main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline__main {
    font-size: 2rem;
  }
}
.front-page .headline__sub {
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 1279px) {
  .front-page .headline__sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .front-page .headline__sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page .headline__sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline__sub {
    font-size: 1.2rem;
  }
}
.front-page .headline.--about {
  margin-bottom: 56px;
}
@media screen and (max-width: 1279px) {
  .front-page .headline.--about {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 959px) {
  .front-page .headline.--about {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline.--about {
    margin-bottom: 20px;
  }
}
.front-page .headline.--about .headline__main::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: calc(100% + 14px);
  width: 90px;
  aspect-ratio: 90/90;
  background: url("/wp-content/themes/itreat_base/dist/img/top/about-headline-deco.png") center/contain no-repeat;
}
@media screen and (max-width: 519px) {
  .front-page .headline.--about .headline__main::before {
    left: calc(100% + 8px);
    width: 40px;
  }
}
.front-page .headline.--about .headline__sub {
  color: #23A3DA;
}
.front-page .headline.--news {
  margin: 0 0 32px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .front-page .headline.--news {
    margin-bottom: 0;
    text-align: center;
  }
}
.front-page .headline.--news .headline__sub {
  color: #F39800;
}
.front-page .headline.--voice {
  margin-bottom: 56px;
}
@media screen and (max-width: 1279px) {
  .front-page .headline.--voice {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 959px) {
  .front-page .headline.--voice {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline.--voice {
    margin-bottom: 20px;
  }
}
.front-page .headline.--voice .headline__main::before {
  content: "";
  position: absolute;
  top: -16px;
  left: calc(100% + 2px);
  width: 45px;
  aspect-ratio: 45/32;
  background: url("/wp-content/themes/itreat_base/dist/img/top/voice-headline-deco.png") center/contain no-repeat;
}
@media screen and (max-width: 519px) {
  .front-page .headline.--voice .headline__main::before {
    top: -12px;
    width: 30px;
  }
}
.front-page .headline.--voice .headline__sub {
  color: #F84741;
}
.front-page .headline.--factory {
  margin-bottom: 56px;
}
@media screen and (max-width: 1279px) {
  .front-page .headline.--factory {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 959px) {
  .front-page .headline.--factory {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .headline.--factory {
    margin-bottom: 20px;
  }
}
.front-page .headline.--factory .headline__main::before, .front-page .headline.--factory .headline__main::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  background: url("/wp-content/themes/itreat_base/dist/img/top/factory-headline-deco.png") center/contain no-repeat;
}
.front-page .headline.--factory .headline__main::before {
  position: absolute;
  top: 8px;
  right: calc(100% + 12px);
}
.front-page .headline.--factory .headline__main::after {
  position: absolute;
  top: 8px;
  left: calc(100% + 12px);
}
.front-page .headline.--factory .headline__sub {
  color: #22B58B;
}
.front-page .more-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.front-page .more-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.front-page .more-link a .ico-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 1px #F39800;
  background: #F39800;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1279px) {
  .front-page .more-link a .ico-arrow {
    width: 56px;
  }
}
@media screen and (max-width: 959px) {
  .front-page .more-link a .ico-arrow {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .more-link a .ico-arrow {
    width: 40px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .more-link a .ico-arrow {
    width: 32px;
  }
}
.front-page .more-link a .ico-arrow::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/10;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .front-page .more-link a .ico-arrow::before {
    width: 18px;
  }
}
@media screen and (max-width: 519px) {
  .front-page .more-link a .ico-arrow::before {
    width: 15px;
  }
}
.front-page .more-link a:hover {
  color: #F39800;
}
.front-page .more-link a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link a:hover .ico-arrow::before {
  background: #F39800;
}
.front-page .more-link.--center {
  margin-left: auto;
  margin-right: auto;
}
.front-page .more-link.--right {
  margin-left: auto;
}
.front-page .more-link.--red a .ico-arrow {
  border-color: #F84741;
  background: #F84741;
}
.front-page .more-link.--red a:hover {
  color: #F84741;
}
.front-page .more-link.--red a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--red a:hover .ico-arrow::before {
  background: #F84741;
}
.front-page .more-link.--blu a .ico-arrow {
  border-color: #23A3DA;
  background: #23A3DA;
}
.front-page .more-link.--blu a:hover {
  color: #23A3DA;
}
.front-page .more-link.--blu a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--blu a:hover .ico-arrow::before {
  background: #23A3DA;
}
.front-page .more-link.--grn a .ico-arrow {
  border-color: #22B58B;
  background: #22B58B;
}
.front-page .more-link.--grn a:hover {
  color: #22B58B;
}
.front-page .more-link.--grn a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--grn a:hover .ico-arrow::before {
  background: #22B58B;
}
.front-page .more-link.--yel a .ico-arrow {
  border-color: #ffff00;
  background: #ffff00;
}
.front-page .more-link.--yel a:hover {
  color: #ffff00;
}
.front-page .more-link.--yel a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--yel a:hover .ico-arrow::before {
  background: #ffff00;
}
.front-page .more-link.--orn a .ico-arrow {
  border-color: #F39800;
  background: #F39800;
}
.front-page .more-link.--orn a:hover {
  color: #F39800;
}
.front-page .more-link.--orn a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--orn a:hover .ico-arrow::before {
  background: #F39800;
}
.front-page .more-link.--beg a .ico-arrow {
  border-color: #f5f5dc;
  background: #f5f5dc;
}
.front-page .more-link.--beg a:hover {
  color: #f5f5dc;
}
.front-page .more-link.--beg a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--beg a:hover .ico-arrow::before {
  background: #f5f5dc;
}
.front-page .more-link.--pnk a .ico-arrow {
  border-color: #FF689D;
  background: #FF689D;
}
.front-page .more-link.--pnk a:hover {
  color: #FF689D;
}
.front-page .more-link.--pnk a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--pnk a:hover .ico-arrow::before {
  background: #FF689D;
}
.front-page .more-link.--ppl a .ico-arrow {
  border-color: #c54ea0;
  background: #c54ea0;
}
.front-page .more-link.--ppl a:hover {
  color: #c54ea0;
}
.front-page .more-link.--ppl a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--ppl a:hover .ico-arrow::before {
  background: #c54ea0;
}
.front-page .more-link.--vio a .ico-arrow {
  border-color: #704cbc;
  background: #704cbc;
}
.front-page .more-link.--vio a:hover {
  color: #704cbc;
}
.front-page .more-link.--vio a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--vio a:hover .ico-arrow::before {
  background: #704cbc;
}
.front-page .more-link.--blk a .ico-arrow {
  border-color: #333333;
  background: #333333;
}
.front-page .more-link.--blk a:hover {
  color: #333333;
}
.front-page .more-link.--blk a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--blk a:hover .ico-arrow::before {
  background: #333333;
}
.front-page .more-link.--wht a .ico-arrow {
  border-color: #ffffff;
  background: #ffffff;
}
.front-page .more-link.--wht a:hover {
  color: #ffffff;
}
.front-page .more-link.--wht a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--wht a:hover .ico-arrow::before {
  background: #ffffff;
}
.front-page .more-link.--l-gry a .ico-arrow {
  border-color: #F9F9F9;
  background: #F9F9F9;
}
.front-page .more-link.--l-gry a:hover {
  color: #F9F9F9;
}
.front-page .more-link.--l-gry a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--l-gry a:hover .ico-arrow::before {
  background: #F9F9F9;
}
.front-page .more-link.--gry a .ico-arrow {
  border-color: #D9D9D9;
  background: #D9D9D9;
}
.front-page .more-link.--gry a:hover {
  color: #D9D9D9;
}
.front-page .more-link.--gry a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--gry a:hover .ico-arrow::before {
  background: #D9D9D9;
}
.front-page .more-link.--d-gry a .ico-arrow {
  border-color: #A4A4A4;
  background: #A4A4A4;
}
.front-page .more-link.--d-gry a:hover {
  color: #A4A4A4;
}
.front-page .more-link.--d-gry a:hover .ico-arrow {
  background: #ffffff;
}
.front-page .more-link.--d-gry a:hover .ico-arrow::before {
  background: #A4A4A4;
}

.hero {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  margin-bottom: calc(8px * 15);
}
@media screen and (max-width: 959px) {
  .hero {
    margin-bottom: calc(8px * 15 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .hero {
    margin-bottom: calc(8px * 15 * 0.5);
  }
}
.hero {
  padding: 0 40px 0 120px;
}
@media screen and (max-width: 1279px) {
  .hero {
    padding: 0 32px 0 104px;
  }
}
@media screen and (max-width: 1023px) {
  .hero {
    padding: 0 32px 0 88px;
  }
}
@media screen and (max-width: 959px) {
  .hero {
    padding: 0 24px 0 64px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 0 24px 0 48px;
  }
}
@media screen and (max-width: 519px) {
  .hero {
    padding: 0 16px 0 32px;
  }
}
.hero .slick-slide {
  overflow: clip;
  border-radius: 160px 16px 16px 16px;
}
@media screen and (max-width: 959px) {
  .hero .slick-slide {
    border-radius: 104px 12px 12px 12px;
  }
}
@media screen and (max-width: 519px) {
  .hero .slick-slide {
    border-radius: 40px 8px 8px 8px;
  }
}
.hero .hero-slider-dots {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 2000px;
  padding-left: 56px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1279px) {
  .hero .hero-slider-dots {
    padding-left: 48px;
  }
}
@media screen and (max-width: 959px) {
  .hero .hero-slider-dots {
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-slider-dots {
    top: calc(50% - 48px);
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-slider-dots {
    top: calc(50% - 36px);
    padding-left: 12px;
  }
}
.hero .hero-slider-dots .slick-dots {
  width: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1279px) {
  .hero .hero-slider-dots .slick-dots {
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .hero .hero-slider-dots .slick-dots {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-slider-dots .slick-dots {
    gap: 12px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-slider-dots .slick-dots {
    gap: 10px;
  }
}
.hero .hero-slider-dots .slick-dots li {
  width: 12px;
  aspect-ratio: 12/12;
}
@media screen and (max-width: 959px) {
  .hero .hero-slider-dots .slick-dots li {
    width: 10px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-slider-dots .slick-dots li {
    width: 8px;
  }
}
.hero .hero-slider-dots .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #22B58B;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}
.hero .hero-slider-dots .slick-dots li.slick-active button {
  background: #22B58B;
}
.hero .hero-scroll {
  position: absolute;
  bottom: 0;
  left: 40px;
  height: 120px;
  padding: 4px 0 0 12px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.2;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 959px) {
  .hero .hero-scroll {
    left: 16px;
    height: 96px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-scroll {
    left: 8px;
    height: 72px;
    padding: 2px 0 0 6px;
    font-size: 1rem;
  }
}
.hero .hero-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  aspect-ratio: 10/120;
  background: url("/wp-content/themes/itreat_base/dist/img/top/scroll-arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .hero .hero-scroll::after {
    width: 8px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-scroll::after {
    width: 6px;
  }
}

.about {
  position: relative;
}
.about::before {
  content: "";
  position: absolute;
  top: -280px;
  left: 0;
  z-index: -1;
  width: calc(50vw + 88px);
  height: 580px;
  background-color: #F9F9F9;
  background-image: linear-gradient(90deg, rgba(217, 217, 217, 0.6) 1px, transparent 1px), linear-gradient(rgba(217, 217, 217, 0.6) 1px, transparent 1px);
  background-position: 12px 12px;
  background-size: 25px 25px;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 959px) {
  .about::before {
    top: -240px;
    width: calc(50vw + 64px);
    height: 400px;
    background-size: 20px 20px;
  }
}
@media screen and (max-width: 519px) {
  .about::before {
    top: -148px;
    width: calc(50vw + 40px);
    height: 320px;
    background-size: 15px 15px;
  }
}
.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}
@media screen and (max-width: 1279px) {
  .about .about-unit {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .about .about-unit {
    gap: 32px;
  }
}
.about .about-unit__vsl {
  width: 452px;
  padding-left: 100px;
}
@media screen and (max-width: 1279px) {
  .about .about-unit__vsl {
    width: 400px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .about .about-unit__vsl {
    width: 368px;
    padding-left: 56px;
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit__vsl {
    width: calc(100% - 80px);
    max-width: 600px;
    margin: 0 auto;
    padding-left: 0;
  }
}
.about .about-unit__vsl .about-img {
  position: relative;
}
.about .about-unit__vsl .about-img::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -64px;
  width: 132px;
  aspect-ratio: 132/188;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-foot.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .about .about-unit__vsl .about-img::before {
    bottom: -28px;
    left: -32px;
    width: 88px;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__vsl .about-img::before {
    bottom: -24px;
    left: -24px;
    width: 64px;
  }
}
.about .about-unit__vsl .about-img::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -160px;
  z-index: -1;
  width: 270px;
  aspect-ratio: 270/270;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-circle-dot.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .about .about-unit__vsl .about-img::after {
    bottom: -64px;
    left: -104px;
    width: 180px;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__vsl .about-img::after {
    bottom: -16px;
    left: -80px;
    width: 140px;
  }
}
.about .about-unit__vsl .about-img img {
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  .about .about-unit__vsl .about-img img {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__vsl .about-img img {
    border-radius: calc(16px * 0.5);
  }
}
.about .about-unit__dtl {
  position: relative;
  width: calc(100% - 500px);
  margin-top: 48px;
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    border-radius: calc(8px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl {
    border-radius: calc(8px * 0.5);
  }
}
@media screen and (max-width: 1279px) {
  .about .about-unit__dtl {
    width: calc(100% - 440px);
    padding: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .about .about-unit__dtl {
    width: calc(100% - 400px);
    padding: 24px;
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl {
    width: 100%;
    padding: 12px;
  }
}
.about .about-unit__dtl::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -80px;
  z-index: -1;
  width: 200px;
  aspect-ratio: 200/200;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-circle.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl::before {
    top: -40px;
    right: -48px;
    width: 140px;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl::before {
    top: -40px;
    right: -32px;
    width: 104px;
  }
}
.about .about-unit__dtl::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -40px;
  z-index: -2;
  width: 270px;
  aspect-ratio: 270/270;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-circle-dot.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl::after {
    top: -80px;
    right: -32px;
    width: 180px;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl::after {
    top: -64px;
    right: -24px;
    width: 140px;
  }
}
.about .about-unit__dtl .about-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl .about-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl .about-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.about .about-unit__dtl .about-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  .about .about-unit__dtl .about-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl .about-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl .about-ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.about .about-unit__dtl .about-catch {
  margin-bottom: calc(8px * 2);
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl .about-catch {
    margin-bottom: calc(8px * 2 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl .about-catch {
    margin-bottom: calc(8px * 2 * 0.5);
  }
}
.about .about-unit__dtl .about-catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  .about .about-unit__dtl .about-catch {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl .about-catch {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl .about-catch {
    text-align: center;
  }
}

.news .news-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
  position: relative;
  padding: 64px 96px;
  background: #F9F9F9;
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  .news .news-panel {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel {
    border-radius: calc(16px * 0.5);
  }
}
@media screen and (max-width: 1279px) {
  .news .news-panel {
    gap: 48px;
    padding: 56px 72px;
  }
}
@media screen and (max-width: 1023px) {
  .news .news-panel {
    gap: 40px;
    padding: 48px;
  }
}
@media screen and (max-width: 959px) {
  .news .news-panel {
    gap: 0;
    padding: 32px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel {
    padding: 24px;
  }
}
.news .news-panel::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  z-index: -1;
  width: 200px;
  aspect-ratio: 200/200;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-circle.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .news .news-panel::before {
    bottom: -56px;
    left: -64px;
    width: 140px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel::before {
    bottom: -36px;
    left: -32px;
    width: 104px;
  }
}
.news .news-panel::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 40px;
  z-index: -2;
  width: 270px;
  aspect-ratio: 270/270;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-circle-dot.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .news .news-panel::after {
    bottom: -80px;
    left: -12px;
    width: 180px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel::after {
    bottom: -24px;
    width: 140px;
  }
}
.news .news-panel__head {
  width: 300px;
}
@media screen and (max-width: 1279px) {
  .news .news-panel__head {
    width: 240px;
  }
}
@media screen and (max-width: 959px) {
  .news .news-panel__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel__head {
    margin-bottom: 20px;
  }
}
.news .news-panel__body {
  width: calc(100% - 356px);
}
@media screen and (max-width: 1279px) {
  .news .news-panel__body {
    width: calc(100% - 288px);
  }
}
@media screen and (max-width: 959px) {
  .news .news-panel__body {
    width: 100%;
  }
}
.news .news-panel__body .news-list {
  border-top: dotted 1px #F39800;
}
@media screen and (max-width: 959px) {
  .news .news-panel__body .news-list {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel__body .news-list {
    margin-bottom: 24px;
  }
}
.news .news-panel__body .news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding: 32px 0;
  border-bottom: dotted 1px #F39800;
}
@media screen and (max-width: 1279px) {
  .news .news-panel__body .news-list__item {
    padding: 28px 0;
  }
}
@media screen and (max-width: 959px) {
  .news .news-panel__body .news-list__item {
    gap: 12px 32px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel__body .news-list__item {
    gap: 8px;
    padding: 16px 0;
  }
}
.news .news-panel__body .news-list__item .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  gap: 12px;
}
@media screen and (max-width: 1279px) {
  .news .news-panel__body .news-list__item .news-meta {
    width: 230px;
  }
}
@media screen and (max-width: 959px) {
  .news .news-panel__body .news-list__item .news-meta {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-panel__body .news-list__item .news-meta {
    width: 100%;
    gap: 8px;
  }
}
.news .news-panel__body .news-list__item .news-meta__cate {
  padding: 2px 16px;
  border-radius: 40px;
  background: #ffffff;
  border: solid 1px #F39800;
  color: #F39800;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .news .news-panel__body .news-list__item .news-meta__cate {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel__body .news-list__item .news-meta__cate {
    padding: 0 12px;
    font-size: 1rem;
  }
}
.news .news-panel__body .news-list__item .news-meta__date {
  display: block;
  width: 124px;
  margin-left: auto;
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .news .news-panel__body .news-list__item .news-meta__date {
    width: 112px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .news .news-panel__body .news-list__item .news-meta__date {
    width: 96px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .news .news-panel__body .news-list__item .news-meta__date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel__body .news-list__item .news-meta__date {
    font-size: 1.4rem;
  }
}
.news .news-panel__body .news-list__item .news-ttl {
  width: calc(100% - 282px);
}
@media screen and (max-width: 1279px) {
  .news .news-panel__body .news-list__item .news-ttl {
    width: calc(100% - 262px);
  }
}
@media screen and (max-width: 959px) {
  .news .news-panel__body .news-list__item .news-ttl {
    width: calc(100% - 232px);
  }
}
@media screen and (max-width: 767px) {
  .news .news-panel__body .news-list__item .news-ttl {
    width: 100%;
  }
}
.news .news-panel__body .news-list__item .news-ttl a {
  position: relative;
  min-height: 40px;
  padding-right: 48px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
}
@media screen and (max-width: 959px) {
  .news .news-panel__body .news-list__item .news-ttl a {
    min-height: 36px;
    padding-right: 40px;
    line-height: 36px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel__body .news-list__item .news-ttl a {
    min-height: 28px;
    padding-right: 36px;
    line-height: 28px;
  }
}
.news .news-panel__body .news-list__item .news-ttl a .ico-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 40/40;
  border: solid 1px #F39800;
  border-radius: 50%;
  background: #F39800;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  .news .news-panel__body .news-list__item .news-ttl a .ico-arrow {
    width: 36px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel__body .news-list__item .news-ttl a .ico-arrow {
    width: 28px;
  }
}
.news .news-panel__body .news-list__item .news-ttl a .ico-arrow::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/10;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  .news .news-panel__body .news-list__item .news-ttl a .ico-arrow::before {
    width: 17px;
  }
}
@media screen and (max-width: 519px) {
  .news .news-panel__body .news-list__item .news-ttl a .ico-arrow::before {
    width: 13px;
  }
}
.news .news-panel__body .news-list__item .news-ttl a:hover {
  color: #F39800;
}
.news .news-panel__body .news-list__item .news-ttl a:hover .ico-arrow {
  background: #ffffff;
}
.news .news-panel__body .news-list__item .news-ttl a:hover .ico-arrow::before {
  background: #F39800;
}

.voice .voice-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1279px) {
  .voice .voice-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .voice .voice-unit {
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  .voice .voice-unit {
    gap: 32px;
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit {
    gap: 24px;
  }
}
.voice .voice-unit__col:nth-of-type(1) {
  width: calc(40% - 28px);
}
@media screen and (max-width: 1279px) {
  .voice .voice-unit__col:nth-of-type(1) {
    width: calc(44% - 24px);
  }
}
@media screen and (max-width: 1023px) {
  .voice .voice-unit__col:nth-of-type(1) {
    width: calc(48% - 20px);
  }
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__col:nth-of-type(1) {
    width: 100%;
  }
}
.voice .voice-unit__col:nth-of-type(2) {
  width: calc(60% - 28px);
}
@media screen and (max-width: 1279px) {
  .voice .voice-unit__col:nth-of-type(2) {
    width: calc(56% - 24px);
  }
}
@media screen and (max-width: 1023px) {
  .voice .voice-unit__col:nth-of-type(2) {
    width: calc(52% - 20px);
  }
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__col:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__col .voice-img {
    max-width: 600px;
    margin: 0 auto;
  }
}
.voice .voice-unit__col .voice-img img {
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__col .voice-img img {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit__col .voice-img img {
    border-radius: calc(16px * 0.5);
  }
}
.voice .voice-unit__col .voice-catch {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 56px;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__col .voice-catch {
    margin: 0 auto;
  }
}
.voice .voice-unit__col .voice-catch::before {
  content: "";
  position: absolute;
  top: -64px;
  left: -104px;
  width: 96px;
  aspect-ratio: 96/104;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-square-orn.png") top right/38px 32px no-repeat, url("/wp-content/themes/itreat_base/dist/img/common/bg-triangle-grn.png") bottom left/72px 60px no-repeat;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__col .voice-catch::before {
    top: -56px;
    width: 76px;
    background-size: 24px 20px, 56px 48px;
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit__col .voice-catch::before {
    top: -40px;
    left: -64px;
    width: 64px;
    background-size: 28px 24px, 48px 40px;
  }
}
.voice .voice-unit__col .voice-catch::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -56px;
  width: 52px;
  aspect-ratio: 52/48;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-square-red.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__col .voice-catch::after {
    right: -72px;
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit__col .voice-catch::after {
    right: -56px;
    bottom: -40px;
    width: 40px;
  }
}
.voice .voice-unit__col .voice-catch__main {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__col .voice-catch__main {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit__col .voice-catch__main {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.voice .voice-unit__col .voice-catch__main::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -8px;
  width: 56px;
  aspect-ratio: 12/15;
  background: url("/wp-content/themes/itreat_base/dist/img/top/voice-catch-deco.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit__col .voice-catch__main::before {
    top: -24px;
    right: -48px;
    width: 48px;
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit__col .voice-catch__main::before {
    top: -20px;
    right: -48px;
    width: 44px;
  }
}
.voice .voice-unit__col .voice-catch__main em {
  color: #F84741;
}
.voice .voice-unit__col .voice-catch__sub {
  position: relative;
  padding-left: 56px;
}
.voice .voice-unit__col .voice-catch__sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  aspect-ratio: 24/3;
  background: url("/wp-content/themes/itreat_base/dist/img/top/voice-catch-line.png") center/contain no-repeat;
}
.voice .voice-unit.--row2 {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit.--row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 132px;
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit.--row2 {
    padding-bottom: 120px;
  }
}
.voice .voice-unit.--row2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 152px;
  aspect-ratio: 152/130;
  background: url("/wp-content/themes/itreat_base/dist/img/top/voice-illust.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit.--row2::before {
    width: 120px;
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit.--row2::before {
    width: 104px;
  }
}
.voice .voice-unit.--row2 .voice-img {
  position: relative;
}
.voice .voice-unit.--row2 .voice-img::before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: -20px;
  width: 72px;
  aspect-ratio: 72/60;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-triangle-blu.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .voice .voice-unit.--row2 .voice-img::before {
    width: 56px;
  }
}
@media screen and (max-width: 519px) {
  .voice .voice-unit.--row2 .voice-img::before {
    bottom: -20px;
    left: -10px;
    width: 48px;
  }
}

.facilities {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 959px) {
  .facilities {
    padding: 64px 0;
  }
}
@media screen and (max-width: 519px) {
  .facilities {
    padding: 48px 0;
  }
}
.facilities::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% - 40px);
  height: 100%;
  background-color: #F9F9F9;
  background-image: linear-gradient(90deg, rgba(217, 217, 217, 0.6) 1px, transparent 1px), linear-gradient(rgba(217, 217, 217, 0.6) 1px, transparent 1px);
  background-position: 12px 12px;
  background-size: 25px 25px;
  border-radius: 160px 16px 16px 16px;
}
@media screen and (max-width: 1279px) {
  .facilities::before {
    width: 100%;
    border-radius: 120px 12px 12px 12px;
  }
}
@media screen and (max-width: 959px) {
  .facilities::before {
    border-radius: 80px 8px 8px 8px;
  }
}
@media screen and (max-width: 519px) {
  .facilities::before {
    border-radius: 40px 4px 4px 4px;
    background-size: 15px 15px;
  }
}
.facilities .facilities-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .facilities .facilities-list {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .facilities .facilities-list {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
@media screen and (max-width: 1279px) {
  .facilities .facilities-list {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .facilities .facilities-list {
    gap: 32px;
  }
}
@media screen and (max-width: 959px) {
  .facilities .facilities-list {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .facilities .facilities-list {
    padding: 0 24px;
  }
}
@media screen and (max-width: 519px) {
  .facilities .facilities-list {
    gap: 20px;
    padding: 0 16px;
  }
}
.facilities .facilities-list__item {
  overflow: clip;
  width: calc(100% / 3 - 96px / 3);
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  .facilities .facilities-list__item {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .facilities .facilities-list__item {
    border-radius: calc(16px * 0.5);
  }
}
.facilities .facilities-list__item {
  background: #ffffff;
}
@media screen and (max-width: 1279px) {
  .facilities .facilities-list__item {
    width: calc(100% / 3 - 80px / 3);
  }
}
@media screen and (max-width: 1023px) {
  .facilities .facilities-list__item {
    width: calc(100% / 3 - 64px / 3);
  }
}
@media screen and (max-width: 959px) {
  .facilities .facilities-list__item {
    width: calc(100% / 2 - 24px / 2);
  }
}
@media screen and (max-width: 767px) {
  .facilities .facilities-list__item {
    width: 100%;
  }
}
.facilities .facilities-list__item:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 959px) {
  .facilities .facilities-list__item:nth-of-type(4) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .facilities .facilities-list__item:nth-of-type(4) {
    display: none;
  }
}
.facilities .facilities-list__item .facilities-vsl {
  overflow: clip;
  position: relative;
  aspect-ratio: 600/400;
  position: relative;
}
.facilities .facilities-list__item .facilities-vsl a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.facilities .facilities-list__item .facilities-vsl a:hover img {
  scale: 1.05;
}
.facilities .facilities-list__item .facilities-vsl__more {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 12px 8px 36px;
  background: #22B58B;
  border-radius: 12px 0 0 12px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 519px) {
  .facilities .facilities-list__item .facilities-vsl__more {
    padding: 12px 8px 32px;
  }
}
.facilities .facilities-list__item .facilities-vsl__more .ico-arrow {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  margin: 0 auto;
  aspect-ratio: 20/20;
  border-radius: 50%;
  background: #ffffff;
}
@media screen and (max-width: 519px) {
  .facilities .facilities-list__item .facilities-vsl__more .ico-arrow {
    width: 16px;
  }
}
.facilities .facilities-list__item .facilities-vsl__more .ico-arrow::before {
  content: "";
  width: 8px;
  aspect-ratio: 20/10;
  background: #22B58B;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.facilities .facilities-list__item .facilities-dtl {
  padding: 28px;
}
@media screen and (max-width: 1279px) {
  .facilities .facilities-list__item .facilities-dtl {
    padding: 24px;
  }
}
@media screen and (max-width: 959px) {
  .facilities .facilities-list__item .facilities-dtl {
    padding: 20px;
  }
}
.facilities .facilities-list__item .facilities-dtl__area {
  margin-bottom: 12px;
}
@media screen and (max-width: 519px) {
  .facilities .facilities-list__item .facilities-dtl__area {
    margin-bottom: 8px;
  }
}
.facilities .facilities-list__item .facilities-dtl__area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  padding: 0 12px;
  border: solid 1px #22B58B;
  border-radius: 30px;
  color: #22B58B;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  .facilities .facilities-list__item .facilities-dtl__area a {
    height: 24px;
    font-size: 1.2rem;
  }
}
.facilities .facilities-list__item .facilities-dtl__area a .ico-map-pin {
  width: 11px;
  aspect-ratio: 11/14;
  background: #FF689D;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map-pin.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/map-pin.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.facilities .facilities-list__item .facilities-dtl__name {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .facilities .facilities-list__item .facilities-dtl__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .facilities .facilities-list__item .facilities-dtl__name {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}
.facilities .facilities-btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  height: 88px;
  padding: 0 104px 0 40px;
  background: #ffffff;
  border-radius: 88px;
  color: #22B58B;
}
@media screen and (max-width: 1279px) {
  .facilities .facilities-btn a {
    height: 80px;
    padding: 0 96px 0 40px;
  }
}
@media screen and (max-width: 959px) {
  .facilities .facilities-btn a {
    gap: 16px;
    height: 72px;
    padding: 0 88px 0 40px;
  }
}
@media screen and (max-width: 519px) {
  .facilities .facilities-btn a {
    gap: 12px;
    height: 64px;
    padding: 0 72px 0 32px;
  }
}
.facilities .facilities-btn a .btn-illust {
  display: block;
  width: 46px;
  aspect-ratio: 46/46;
  background: url("/wp-content/themes/itreat_base/dist/img/top/factory-btn-illust.png") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .facilities .facilities-btn a .btn-illust {
    width: 38px;
  }
}
@media screen and (max-width: 519px) {
  .facilities .facilities-btn a .btn-illust {
    width: 32px;
  }
}
.facilities .facilities-btn a .ico-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 64px;
  aspect-ratio: 64/64;
  border: solid 2px #22B58B;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1279px) {
  .facilities .facilities-btn a .ico-arrow {
    width: 60px;
  }
}
@media screen and (max-width: 959px) {
  .facilities .facilities-btn a .ico-arrow {
    width: 56px;
  }
}
@media screen and (max-width: 519px) {
  .facilities .facilities-btn a .ico-arrow {
    width: 44px;
  }
}
.facilities .facilities-btn a .ico-arrow::before {
  content: "";
  width: 20px;
  aspect-ratio: 2/1;
  background: #22B58B;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.facilities .facilities-btn a:hover .ico-arrow {
  background: #22B58B;
}
.facilities .facilities-btn a:hover .ico-arrow::before {
  background: #ffffff;
}

.other .other-bnr {
  overflow: clip;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
}
@media screen and (max-width: 959px) {
  .other .other-bnr {
    border-radius: calc(16px * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .other .other-bnr {
    border-radius: calc(16px * 0.5);
  }
}
.other .other-bnr .other-bnr-dtl {
  width: 460px;
  height: 388px;
  padding: 40px;
}
@media screen and (max-width: 1279px) {
  .other .other-bnr .other-bnr-dtl {
    width: 420px;
    height: 340px;
    padding: 32px;
  }
}
@media screen and (max-width: 959px) {
  .other .other-bnr .other-bnr-dtl {
    width: 386px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .other .other-bnr .other-bnr-dtl {
    width: 100%;
    height: auto;
    padding: 24px;
  }
}
@media screen and (max-width: 519px) {
  .other .other-bnr .other-bnr-dtl {
    padding: 16px;
  }
}
.other .other-bnr .other-bnr-dtl__ttl {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 1279px) {
  .other .other-bnr .other-bnr-dtl__ttl {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 519px) {
  .other .other-bnr .other-bnr-dtl__ttl {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
.other .other-bnr .other-bnr-dtl__txt {
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .other .other-bnr .other-bnr-dtl__txt {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 519px) {
  .other .other-bnr .other-bnr-dtl__txt {
    margin-bottom: 12px;
  }
}
.other .other-bnr .other-bnr-dtl__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}
.other .other-bnr .other-bnr-dtl__link a .ico-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  aspect-ratio: 64/64;
  border: solid 1px #ffffff;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1279px) {
  .other .other-bnr .other-bnr-dtl__link a .ico-arrow {
    width: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .other .other-bnr .other-bnr-dtl__link a .ico-arrow {
    width: 40px;
  }
}
@media screen and (max-width: 959px) {
  .other .other-bnr .other-bnr-dtl__link a .ico-arrow {
    width: 36px;
  }
}
@media screen and (max-width: 519px) {
  .other .other-bnr .other-bnr-dtl__link a .ico-arrow {
    width: 28px;
  }
}
.other .other-bnr .other-bnr-dtl__link a .ico-arrow::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/10;
  background: #333333;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  .other .other-bnr .other-bnr-dtl__link a .ico-arrow::before {
    width: 17px;
  }
}
@media screen and (max-width: 519px) {
  .other .other-bnr .other-bnr-dtl__link a .ico-arrow::before {
    width: 13px;
  }
}
.other .other-bnr.--supporter {
  background: url("/wp-content/themes/itreat_base/dist/img/top/supporter-bg.jpg") center/cover no-repeat;
}
.other .other-bnr.--supporter .other-bnr-dtl {
  margin-left: auto;
  background: rgba(34, 181, 139, 0.8);
}
.other .other-bnr.--supporter .other-bnr-dtl .other-bnr-dtl__link a .ico-arrow::before {
  background: #22B58B;
}
.other .other-bnr.--supporter .other-bnr-dtl .other-bnr-dtl__link a:hover .ico-arrow {
  background: transparent;
}
.other .other-bnr.--supporter .other-bnr-dtl .other-bnr-dtl__link a:hover .ico-arrow::before {
  background: #ffffff;
}
.other .other-bnr.--orphanage {
  background: url("/wp-content/themes/itreat_base/dist/img/top/orphanage-bg.jpg") center/cover no-repeat;
}
.other .other-bnr.--orphanage .other-bnr-dtl {
  background: rgba(243, 152, 0, 0.8);
}
.other .other-bnr.--orphanage .other-bnr-dtl .other-bnr-dtl__link a .ico-arrow::before {
  background: #F39800;
}
.other .other-bnr.--orphanage .other-bnr-dtl .other-bnr-dtl__link a:hover .ico-arrow {
  background: transparent;
}
.other .other-bnr.--orphanage .other-bnr-dtl .other-bnr-dtl__link a:hover .ico-arrow::before {
  background: #ffffff;
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
