<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .site-bg {
    display: none;
  }
}

.site-bg .bg-dec {
  position: absolute;
}

.site-bg .bg-dec1 {
  width: 204px;
  height: 420px;
  top: 665px;
}

.site-bg .bg-dec2 {
  width: 392px;
  height: 245px;
  top: 1470px;
  right: 0;
}

.site-bg .bg-dec3 {
  width: 225px;
  height: 611px;
  top: 2030px;
}

.site-bg .bg-dec4 {
  width: 373px;
  height: 942px;
  top: 2530px;
  right: 0;
}

.site-bg .bg-dec5 {
  width: 204px;
  height: 413px;
  top: 3150px;
}

.site-bg .bg-dec6 {
  width: 356px;
  height: 195px;
  top: 4010px;
  right: 0;
}

.site-bg .bg-dec7 {
  width: 159px;
  height: 338px;
  top: 4380px;
}

.site-bg .bg-dec8 {
  width: 308px;
  height: 384px;
  top: 4720px;
  right: 0;
}

.site-bg .bg-dec9 {
  width: 275px;
  height: 519px;
  top: 6330px;
  right: 0;
}

.site-bg .bg-dec10 {
  width: 275px;
  height: 553px;
  top: 6630px;
  z-index: -1;
}

.hero {
  counter-reset: slide-num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1600px;
  margin: 0 auto 100px;
  padding: 0 24px;
}

@media screen and (max-width: 1024px) {
  .hero {
    padding: 98px 16px 0;
    margin: 0 auto 76px;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    margin: 0 auto 56px;
  }
}

.hero__item {
  counter-increment: slide-num;
  opacity: 0;
  overflow: hidden;
  width: calc(33.33% - (16px * 2 / 3));
  border-radius: 6px;
  -webkit-transform: perspective(800px) rotateY(85deg);
  transform: perspective(800px) rotateY(85deg);
  -webkit-animation-name: hero_flip;
  animation-name: hero_flip;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media screen and (max-width: 768px) {
  .hero__item {
    opacity: 1;
    width: 100%;
    -webkit-transform: perspective(0) rotateY(0);
    transform: perspective(0) rotateY(0);
    -webkit-animation: none;
    animation: none;
  }
}

.hero__item:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.hero__item:nth-of-type(3) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.hero__item::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(243, 105, 31, 0.8);
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.hero__item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  background: linear-gradient(to top left, #fc7d3F 8px, #fdd22d 36px, #ffffff 36px, #ffffff 42px, transparent 42px);
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.hero__item .hero-slider {
  line-height: 0;
}

.hero__item .hero-num {
  opacity: 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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-animation-name: hero_num;
  animation-name: hero_num;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.hero__item .hero-num img {
  width: 214px;
}

@media screen and (max-width: 1024px) {
  .hero__item .hero-num img {
    width: 180px;
  }
}

@media screen and (max-width: 960px) {
  .hero__item .hero-num img {
    width: 160px;
  }
}

@media screen and (max-width: 520px) {
  .hero__item .hero-num img {
    width: 130px;
  }
}

.hero__item .hero-content {
  opacity: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

@media screen and (max-width: 960px) {
  .hero__item .hero-content {
    padding: 0 16px;
  }
}

.hero__item .hero-content::before {
  content: "Service 0" counter(slide-num);
  position: absolute;
  top: 0;
  left: 16px;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}

@media screen and (max-width: 1280px) {
  .hero__item .hero-content::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 960px) {
  .hero__item .hero-content::before {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .hero__item .hero-content::before {
    font-size: 1.7rem;
  }
}

.hero__item .hero-content dt {
  position: relative;
  width: 100%;
  max-width: 380px;
  color: #ffffff;
  font-size: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hero__item .hero-content dt {
    font-size: 1.5rem;
  }
}

.hero__item .hero-content dt em {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ffffff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .hero__item .hero-content dt em {
    margin-bottom: 16px;
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 960px) {
  .hero__item .hero-content dt em {
    margin-bottom: 12px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .hero__item .hero-content dt em {
    margin: 0;
    font-size: 2.4rem;
    border-bottom: none;
  }
}

.hero__item .hero-content dd {
  max-width: 380px;
  color: #ffffff;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .hero__item .hero-content dd {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .hero__item .hero-content dd {
    display: none;
  }
}

.hero__item:hover::before {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.hero__item:hover::after {
  opacity: 0;
}

.hero__item:hover .hero-num {
  opacity: 0 !important;
}

.hero__item:hover .hero-content {
  opacity: 1;
}

@-webkit-keyframes hero_flip {
  0% {
    opacity: 0;
    -webkit-transform: perspective(800px) rotateY(80deg) translateY(200px);
    transform: perspective(800px) rotateY(80deg) translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateY(0) translateY(0);
    transform: perspective(800px) rotateY(0) translateY(0);
  }
}

@keyframes hero_flip {
  0% {
    opacity: 0;
    -webkit-transform: perspective(800px) rotateY(80deg) translateY(200px);
    transform: perspective(800px) rotateY(80deg) translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateY(0) translateY(0);
    transform: perspective(800px) rotateY(0) translateY(0);
  }
}

@-webkit-keyframes hero_num {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hero_num {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.about {
  position: relative;
  margin-bottom: calc(8px * 10);
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .about {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 320px 0 0;
  }
}

@media screen and (max-width: 640px) {
  .about {
    padding: 280px 0 0;
  }
}

@media screen and (max-width: 520px) {
  .about {
    padding: 240px 0 0;
  }
}

.about .about-img-col {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .about .about-img-col {
    top: 0;
  }
}

.about .about-img-col .about-img {
  position: relative;
  -webkit-box-shadow: 0 2px 4px rgba(67, 64, 62, 0.16);
  box-shadow: 0 2px 4px rgba(67, 64, 62, 0.16);
  border-radius: 6px;
  width: 494px;
  height: 337px;
}

@media screen and (max-width: 1280px) {
  .about .about-img-col .about-img {
    width: 380px;
    height: 259px;
  }
}

@media screen and (max-width: 1024px) {
  .about .about-img-col .about-img {
    width: 320px;
    height: 218px;
  }
}

@media screen and (max-width: 960px) {
  .about .about-img-col .about-img {
    width: 240px;
    height: 164px;
  }
}

@media screen and (max-width: 768px) {
  .about .about-img-col .about-img {
    width: 380px;
    height: 259px;
  }
}

@media screen and (max-width: 640px) {
  .about .about-img-col .about-img {
    width: 320px;
    height: 218px;
  }
}

@media screen and (max-width: 520px) {
  .about .about-img-col .about-img {
    width: 280px;
    height: 190px;
  }
}

.about .about-img-col .about-img::after {
  position: absolute;
  right: 0;
  bottom: -30px;
  content: "";
  width: 90px;
  height: 90px;
  background: radial-gradient(#F8A544 12%, transparent 16%);
  background-size: 10px 10px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .about .about-img-col .about-img::after {
    bottom: -20px;
  }
}

.about .about-img-col .about-img img {
  border-radius: 6px;
}

.about .wrap {
  position: relative;
}

.about .wrap::before {
  position: absolute;
  top: 212px;
  left: -630px;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/top/about-img3.jpg") no-repeat;
  background-size: contain;
  width: 660px;
  height: 440px;
  border-radius: 6px;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .about .wrap::before {
    top: 202px;
  }
}

@media screen and (max-width: 960px) {
  .about .wrap::before {
    top: 174px;
    left: -558px;
    width: 580px;
    height: 438px;
  }
}

@media screen and (max-width: 768px) {
  .about .wrap::before {
    display: none;
  }
}

.about .wrap::after {
  position: absolute;
  bottom: 0;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/top/wave.svg") repeat-x;
  width: calc( 100% - 40px);
  height: 8px;
}

@media screen and (max-width: 768px) {
  .about .wrap .about-img-col {
    right: auto;
    left: 40px;
  }
}

.about .wrap .about-img-col .about-img {
  top: 150px;
  right: 40px;
  width: 478px;
  height: 326px;
  z-index: 100;
}

@media screen and (max-width: 1280px) {
  .about .wrap .about-img-col .about-img {
    width: 390px;
    height: 266px;
  }
}

@media screen and (max-width: 1024px) {
  .about .wrap .about-img-col .about-img {
    width: 320px;
    height: 218px;
  }
}

@media screen and (max-width: 960px) {
  .about .wrap .about-img-col .about-img {
    width: 240px;
    height: 164px;
  }
}

@media screen and (max-width: 768px) {
  .about .wrap .about-img-col .about-img {
    top: -284px;
    width: 390px;
    height: 266px;
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  .about .wrap .about-img-col .about-img {
    top: -238px;
    width: 320px;
    height: 218px;
  }
}

@media screen and (max-width: 520px) {
  .about .wrap .about-img-col .about-img {
    top: -180px;
    width: 240px;
    height: 150px;
  }
}

.about .wrap .about-img-col .about-img::before {
  position: absolute;
  top: -10px;
  right: -10px;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 6px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .about .wrap .about-img-col .about-img::before {
    top: -6px;
    right: -6px;
  }
}

.about .wrap .about-img-col .about-img::after {
  position: absolute;
  top: -30px;
  left: -30px;
  content: "";
  width: 90px;
  height: 90px;
  background: radial-gradient(#F8A544 12%, transparent 16%);
  background-size: 10px 10px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .about .wrap .about-img-col .about-img::after {
    top: -20px;
    left: -20px;
  }
}

.about .wrap .about-txt {
  position: relative;
  padding: 20px 0 120px 80px;
}

@media screen and (max-width: 960px) {
  .about .wrap .about-txt {
    padding: 20px 0 90px 60px;
  }
}

@media screen and (max-width: 768px) {
  .about .wrap .about-txt {
    padding: 20px 0 60px 20px;
  }
}

.about .wrap .about-txt::before {
  position: absolute;
  top: 0;
  left: 68px;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/top/double-quotation.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 21px;
}

@media screen and (max-width: 960px) {
  .about .wrap .about-txt::before {
    left: 48px;
  }
}

@media screen and (max-width: 768px) {
  .about .wrap .about-txt::before {
    left: 12px;
    height: 17px;
  }
}

.about .wrap .about-txt::after {
  position: absolute;
  bottom: 68px;
  left: -60px;
  content: "";
  width: 90px;
  height: 90px;
  background: radial-gradient(#F8A544 12%, transparent 16%);
  background-size: 10px 10px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .about .wrap .about-txt::after {
    bottom: 36px;
    left: -70px;
  }
}

@media screen and (max-width: 768px) {
  .about .wrap .about-txt::after {
    display: none;
  }
}

.about .wrap .about-txt .about-ttl {
  position: relative;
  font-size: 5.6rem;
  font-weight: bold;
  letter-spacing: .5rem;
  line-height: 1.2;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  .about .wrap .about-txt .about-ttl {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .about .wrap .about-txt .about-ttl {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  .about .wrap .about-txt .about-ttl {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 960px) {
  .about .wrap .about-txt .about-ttl {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 768px) {
  .about .wrap .about-txt .about-ttl {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 520px) {
  .about .wrap .about-txt .about-ttl {
    font-size: 3.2rem;
    letter-spacing: .4rem;
  }
}

.about .wrap .about-txt p {
  line-height: 2;
}

.about .wrap .about-txt p:nth-child(2) {
  margin: 0 0 26px;
}

@media screen and (max-width: 960px) {
  .about .wrap .about-txt p:nth-child(2) {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .about .wrap .about-txt p:nth-child(2) {
    margin: 0 0 12px;
  }
}

.about .wrap .about-txt p:nth-child(3) {
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 960px) {
  .about .wrap .about-txt p:nth-child(3) {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .about .wrap .about-txt p:nth-child(3) {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

.blog {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .blog {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .blog {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.blog .headline-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog .headline-unit .btn {
  width: 178px;
}

.blog .headline-unit .btn a svg {
  right: 36px;
}

@media screen and (max-width: 960px) {
  .blog .headline-unit .btn a svg {
    right: 32px;
  }
}

@media screen and (max-width: 768px) {
  .blog .headline-unit .btn a svg {
    right: 26px;
  }
}

.blog .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .blog .blog-list {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list {
    gap: 16px;
  }
}

@media screen and (max-width: 520px) {
  .blog .blog-list {
    margin: 0 0 16px;
  }
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list__item {
    gap: 16px;
  }
}

.blog .blog-list__item:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.blog .blog-list__item:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.blog .blog-list__item .blog-vsl {
  margin: 0 0 12px;
  -webkit-box-shadow: 0 2px 4px rgba(67, 64, 62, 0.16);
  box-shadow: 0 2px 4px rgba(67, 64, 62, 0.16);
  border-radius: 6px;
  aspect-ratio: 3 / 2;
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item .blog-vsl {
    margin: 0;
    width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list__item .blog-vsl {
    width: 208px;
  }
}

@media screen and (max-width: 520px) {
  .blog .blog-list__item .blog-vsl {
    width: 100%;
  }
}

.blog .blog-list__item .blog-vsl a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF8F4;
  border-radius: 6px;
}

.blog .blog-list__item .blog-vsl a img {
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.blog .blog-list__item .blog-vsl a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item .blog-dtl {
    width: calc( 100% - 304px);
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list__item .blog-dtl {
    width: calc( 100% - 232px);
  }
}

@media screen and (max-width: 520px) {
  .blog .blog-list__item .blog-dtl {
    width: 100%;
  }
}

.blog .blog-list__item .blog-dtl .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 8px;
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item .blog-dtl .blog-meta {
    margin: 0 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .blog .blog-list__item .blog-dtl .blog-meta {
    margin: 0 0 6px;
  }
}

.blog .blog-list__item .blog-dtl .blog-meta__cate {
  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%;
  max-width: 118px;
  height: 30px;
  background: linear-gradient(45deg, #FF6D57 0%, #F59D10 100%);
  border-radius: 50px;
  font-size: 1.5rem;
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  .blog .blog-list__item .blog-dtl .blog-meta__cate {
    height: 26px;
  }
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--food {
  background: linear-gradient(45deg, #1a8ddd 0%, #26d8de 100%);
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--food {
  background: linear-gradient(45deg, #f83214 0%, #fc7d3F 100%);
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--pr {
  background: linear-gradient(45deg, #1D983C 0%, #8ECB2C 100%);
}

.blog .blog-list__item .blog-dtl .blog-meta__cate--other {
  background: linear-gradient(45deg, #9F9F9F 0%, #c2c1c1 100%);
}

.blog .blog-list__item .blog-dtl .blog-meta__date {
  font-size: 1.5rem;
  color: #9F9F9F;
}

.blog .blog-list__item .blog-dtl .blog-ttl a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.4;
}

.blog .blog-list__item .blog-dtl .blog-ttl a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 520px) {
  .blog .btn {
    margin: 0 auto;
  }
  .blog .btn a {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog .btn a svg {
    right: 26px;
  }
}

.news {
  position: relative;
  padding: 40px 0 0;
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .news {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .news {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.news::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 720px;
  height: 265px;
  background: linear-gradient(45deg, #FF6D57 0%, #fdd22d 100%);
  border-radius: 0 6px 6px 0;
  opacity: .8;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .news::before {
    width: 400px;
  }
}

@media screen and (max-width: 520px) {
  .news::before {
    width: 280px;
  }
}

.news .news-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  gap: 40px;
  padding: 40px 64px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .news .news-unit {
    display: block;
    padding: 30px 48px 36px;
    width: calc( 100% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .news .news-unit {
    padding: 24px 40px 30px;
  }
}

.news .news-unit::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  content: "";
  width: 90px;
  height: 90px;
  background: radial-gradient(#F8A544 12%, transparent 16%);
  background-size: 10px 10px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .news .news-unit::after {
    right: -20px;
    bottom: -20px;
  }
}

.news .news-unit .news-headline {
  width: 178px;
}

@media screen and (max-width: 960px) {
  .news .news-unit .news-headline {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 20px;
  }
}

.news .news-unit .news-headline .headline {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 960px) {
  .news .news-unit .news-headline .headline {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .news .news-unit .news-headline .headline {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .news .news-unit .news-headline .headline {
    margin-bottom: 0;
  }
}

.news .news-unit .news-headline .btn {
  width: 178px;
}

.news .news-unit .news-headline .btn a::before {
  right: 16px;
}

.news .news-unit .news-headline .btn a::after {
  right: 27px;
}

.news .news-unit .news-headline .btn a svg {
  right: 28px;
}

@media screen and (max-width: 768px) {
  .news .news-unit .news-headline .btn a svg {
    right: 26px;
  }
}

.news .news-unit .news-list {
  width: calc( 100% - 218px);
  border-top: solid 1px #ffc5bc;
}

@media screen and (max-width: 960px) {
  .news .news-unit .news-list {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .news .news-unit .news-list {
    margin: 0 0 16px;
  }
}

.news .news-unit .news-list__item {
  padding: 24px 0;
  border-bottom: solid 1px #ffc5bc;
}

@media screen and (max-width: 960px) {
  .news .news-unit .news-list__item {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .news .news-unit .news-list__item {
    padding: 16px 0;
  }
}

.news .news-unit .news-list__item .news-dtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 960px) {
  .news .news-unit .news-list__item .news-dtl {
    gap: 20px;
  }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
  .news .news-unit .news-list__item .news-dtl {
    gap: 16px;
  }
}

.news .news-unit .news-list__item .news-dtl dt {
  font-size: 1.5rem;
  color: #9F9F9F;
}

.news .news-unit .news-list__item .news-dtl dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .news-unit .news-list__item .news-dtl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 520px) {
  .news .news-unit .btn {
    margin: 0 auto;
  }
  .news .news-unit .btn a {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .news .news-unit .btn a svg {
    right: 26px;
  }
}

.service {
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 960px) {
  .service {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .service {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

.service .service-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: service-count 0;
}

@media screen and (max-width: 960px) {
  .service .service-list {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .service .service-list {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 520px;
    margin: 0 auto;
  }
}

.service .service-list::before {
  position: absolute;
  top: -30px;
  left: -30px;
  content: "";
  width: 90px;
  height: 90px;
  background: radial-gradient(#F8A544 12%, transparent 16%);
  background-size: 10px 10px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .service .service-list::before {
    top: -16px;
    left: -16px;
  }
}

.service .service-list::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  content: "";
  width: 90px;
  height: 90px;
  background: radial-gradient(#F8A544 12%, transparent 16%);
  background-size: 10px 10px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .service .service-list::after {
    right: -16px;
    bottom: -16px;
  }
}

.service .service-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 32px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .service .service-list__item {
    padding: 0 16px 24px;
  }
}

.service .service-list__item:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 768px) {
  .service .service-list__item:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.service .service-list__item:nth-child(2) .service-ttl::after {
  background-image: url("/wp-content/themes/itreat_base/dist/img/top/service-num2.svg");
  width: 34px;
}

@media screen and (max-width: 768px) {
  .service .service-list__item:nth-child(2) .service-ttl::after {
    width: 32px;
  }
}

.service .service-list__item:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media screen and (max-width: 768px) {
  .service .service-list__item:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.service .service-list__item:nth-child(3) .service-ttl::after {
  background-image: url("/wp-content/themes/itreat_base/dist/img/top/service-num3.svg");
  width: 33px;
}

@media screen and (max-width: 768px) {
  .service .service-list__item:nth-child(3) .service-ttl::after {
    width: 31px;
  }
}

.service .service-list__item .service-img {
  width: calc( 100% + 40px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

@media screen and (max-width: 960px) {
  .service .service-list__item .service-img {
    width: calc( 100% + 30px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

.service .service-list__item .service-img img {
  border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 768px) {
  .service .service-list__item .service-img img {
    width: 100%;
  }
}

.service .service-list__item .service-ttl {
  position: relative;
  text-align: center;
  margin: 0 0 15px;
  padding: 12px 0 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  .service .service-list__item .service-ttl {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .service .service-list__item .service-ttl {
    margin: 0 0 10px;
    font-size: 2.2rem;
  }
}

.service .service-list__item .service-ttl::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .service .service-list__item .service-ttl::before {
    width: 112px;
    height: 112px;
  }
}

@media screen and (max-width: 768px) {
  .service .service-list__item .service-ttl::before {
    width: 104px;
    height: 104px;
  }
}

.service .service-list__item .service-ttl::after {
  position: absolute;
  top: -15px;
  left: 50%;
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/top/service-num1.svg") no-repeat;
  background-size: contain;
  width: 28px;
  height: 23px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .service .service-list__item .service-ttl::after {
    width: 26px;
    height: 21px;
  }
}

.service .service-list__item .service-ttl span {
  display: block;
  color: #B4B3B2;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .service .service-list__item .service-ttl span {
    font-size: 1.3rem;
  }
}

.service .service-list__item p {
  margin: 0 0 20px;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .service .service-list__item p {
    margin: 0 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .service .service-list__item .btn {
    margin-right: auto;
    margin-left: auto;
  }
}

.service .service-list__item .btn a {
  position: relative;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .service .service-list__item .btn a {
    padding: 0 0 2px;
  }
}

.service .service-list__item .btn a::before {
  right: 10px;
}

.service .service-list__item .btn a span {
  position: static;
}

.service .service-list__item .btn a svg {
  right: 21px;
}

.service .service-list__item .btn:nth-child(4) {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .service .service-list__item .btn:nth-child(4) {
    margin-bottom: 8px;
  }
}

.contact {
  position: relative;
  margin-bottom: calc(8px * 10);
  padding: 40px 0;
}

@media screen and (max-width: 960px) {
  .contact {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .contact {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.contact::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 375px;
  height: 274px;
  background: linear-gradient(45deg, #FF6D57 0%, #fdd22d 100%);
  border-radius: 0 6px 6px 0;
  opacity: .8;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .contact::before {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .contact::before {
    width: 110px;
  }
}

.contact::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 865px;
  height: 284px;
  background: linear-gradient(45deg, #fdd22d 0%, #FF6D57 100%);
  border-radius: 6px 0 0 6px;
  opacity: .8;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .contact::after {
    width: 460px;
  }
}

@media screen and (max-width: 768px) {
  .contact::after {
    width: 320px;
  }
}

@media screen and (max-width: 520px) {
  .contact::after {
    width: 240px;
  }
}

.contact .contact-bnr {
  position: relative;
  text-align: center;
  padding: 80px 40px 74px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  border-radius: 6px;
}

@media screen and (max-width: 960px) {
  .contact .contact-bnr {
    padding: 72px 40px 64px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr {
    padding: 48px 24px 40px;
  }
}

.contact .contact-bnr::before, .contact .contact-bnr::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  max-width: 312px;
  height: 100%;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr::before, .contact .contact-bnr::after {
    max-width: 142px;
    opacity: .6;
  }
}

.contact .contact-bnr::before {
  left: 0;
  background: url("/wp-content/themes/itreat_base/dist/img/top/contact-bnr-l.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr::before {
    background-image: url("/wp-content/themes/itreat_base/dist/img/top/contact-bnr-l-sp.png");
  }
}

.contact .contact-bnr::after {
  right: 0;
  background: url("/wp-content/themes/itreat_base/dist/img/top/contact-bnr-r.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr::after {
    background-image: url("/wp-content/themes/itreat_base/dist/img/top/contact-bnr-r-sp.png");
  }
}

.contact .contact-bnr .contact-enttl {
  position: absolute;
  top: -40px;
  left: 50%;
  font-size: 11.4rem;
  color: transparent;
  -webkit-text-stroke: 1px #FF6D57;
  text-shadow: -4px 4px #FFEAD3;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  line-height: 72px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

@media screen and (max-width: 960px) {
  .contact .contact-bnr .contact-enttl {
    font-size: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr .contact-enttl {
    font-size: 8rem;
  }
}

.contact .contact-bnr .contact-ttl {
  position: relative;
  display: inline-block;
  font-size: 3.4rem;
  background: -webkit-linear-gradient(45deg, #F59D10 0%, #FF6D57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  .contact .contact-bnr .contact-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr .contact-ttl {
    font-size: 2.4rem;
  }
}

.contact .contact-bnr p {
  position: relative;
  text-align: center;
  z-index: 100;
}

.contact .contact-bnr .hotline {
  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;
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr .hotline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}

.contact .contact-bnr .hotline__btn {
  position: relative;
  padding: 0 28px 0 0;
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr .hotline__btn {
    padding: 0;
  }
}

@media screen and (max-width: 520px) {
  .contact .contact-bnr .hotline__btn {
    width: 100%;
  }
}

.contact .contact-bnr .hotline__btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #c2c1c1;
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr .hotline__btn::after {
    display: none;
  }
}

.contact .contact-bnr .hotline__btn .btn {
  width: 305px;
}

@media screen and (max-width: 520px) {
  .contact .contact-bnr .hotline__btn .btn {
    width: 100%;
    margin: 0 auto;
  }
}

.contact .contact-bnr .hotline__tel {
  padding: 0 0 0 24px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr .hotline__tel {
    padding: 0;
  }
}

@media screen and (max-width: 520px) {
  .contact .contact-bnr .hotline__tel {
    width: 100%;
  }
}

.contact .contact-bnr .hotline__tel a {
  font-size: 4rem;
}

@media screen and (max-width: 960px) {
  .contact .contact-bnr .hotline__tel a {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr .hotline__tel 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;
    width: 268px;
    height: 42px;
    font-size: 2.4rem;
    border: solid 1px #43403e;
    border-radius: 50px;
    line-height: 20px;
  }
  .contact .contact-bnr .hotline__tel a:hover {
    background: #43403e;
    color: #ffffff;
  }
  .contact .contact-bnr .hotline__tel a:hover svg {
    fill: #ffffff;
  }
}

@media screen and (max-width: 520px) {
  .contact .contact-bnr .hotline__tel a {
    width: 100%;
    max-width: 268px;
    margin: 0 auto;
  }
}

.contact .contact-bnr .hotline__tel a svg {
  margin: 0 4px 0 0;
  width: 29px;
  height: 29px;
}

@media screen and (max-width: 960px) {
  .contact .contact-bnr .hotline__tel a svg {
    width: 26px;
    height: 26px;
  }
}

@media screen and (max-width: 768px) {
  .contact .contact-bnr .hotline__tel a svg {
    width: 20px;
    height: 20px;
  }
}

.voice {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .voice {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.voice .voice-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .voice .voice-list {
    gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .voice .voice-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
    margin: 0 auto;
    gap: 52px 20px;
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-list {
    gap: 44px 12px;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-list {
    grid-template-columns: 1fr;
    max-width: 308px;
  }
}

.voice .voice-list__item {
  position: relative;
  padding: 26px 16px 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
}

@media screen and (max-width: 768px) {
  .voice .voice-list__item {
    padding: 20px 12px 16px;
  }
}

.voice .voice-list__item:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 520px) {
  .voice .voice-list__item:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.voice .voice-list__item:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media screen and (max-width: 960px) {
  .voice .voice-list__item:nth-child(3) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-list__item:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.voice .voice-list__item:nth-child(4) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}

@media screen and (max-width: 960px) {
  .voice .voice-list__item:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-list__item:nth-child(4) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.voice .voice-list__item .voice-cate {
  position: absolute;
  top: -40px;
  left: 50%;
  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: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: calc( 100% - 32px);
  background: linear-gradient(45deg, #F59D10 0%, #FF6D57 100%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px;
  color: #ffffff;
  border-radius: 6px;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .voice .voice-list__item .voice-cate {
    top: -36px;
    height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .voice .voice-list__item .voice-cate {
    top: -32px;
    height: 40px;
    padding: 6px;
    font-size: 1.3rem;
  }
}

.voice .voice-list__item .voice-cate::before {
  position: absolute;
  bottom: -8px;
  content: "";
  width: 14px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #FA8632;
}

.voice .voice-list__item .voice-cate span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .voice .voice-list__item .voice-cate span {
    font-size: 1.7rem;
  }
}

.voice .voice-list__item .voice-img {
  position: relative;
  margin: 0 0 10px;
}

@media screen and (max-width: 960px) {
  .voice .voice-list__item .voice-img img {
    width: 100%;
  }
}

.voice .voice-list__item .voice-img svg {
  position: absolute;
  right: 8px;
  bottom: -12px;
  width: 43px;
  height: 30px;
  fill: #FDA092;
}

.voice .voice-list__item .voice-age {
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: solid 1px #FF6D57;
}

@media screen and (max-width: 768px) {
  .voice .voice-list__item .voice-age {
    margin: 0 0 6px;
    padding: 0 0 6px;
  }
}

.voice .voice-list__item--admission .voice-cate {
  background: linear-gradient(45deg, #26d8de 0%, #1a8ddd 100%);
}

.voice .voice-list__item--admission .voice-cate::before {
  background: #1FB0DD;
}

.voice .voice-list__item--admission .voice-img svg {
  fill: #7DB8F7;
}

.voice .voice-list__item--admission .voice-age {
  border-bottom: solid 1px #1a8ddd;
}

@media screen and (max-width: 960px) {
  .voice .voice-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media screen and (max-width: 960px) {
  .voice .voice-list__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (max-width: 520px) {
  .voice .voice-list__item:nth-child(4) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.feature {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .feature {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .feature {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.feature .feature-content {
  position: relative;
}

.feature .feature-content .feature-col {
  position: relative;
}

.feature .feature-content .feature-col .feature-unit {
  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;
  gap: 48px;
  margin: 0 0 40px;
  padding: 40px 0 0;
}

@media screen and (max-width: 1024px) {
  .feature .feature-content .feature-col .feature-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col .feature-unit {
    gap: 16px;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col .feature-unit {
    gap: 12px;
    margin: 0 0 32px;
    padding: 20px 0 0;
  }
}

.feature .feature-content .feature-col .feature-unit:not(:last-child) {
  margin: 0 0 64px;
}

.feature .feature-content .feature-col .feature-unit__img {
  width: 520px;
  height: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
}

@media screen and (max-width: 1280px) {
  .feature .feature-content .feature-col .feature-unit__img {
    width: 398px;
  }
}

@media screen and (max-width: 1280px) {
  .feature .feature-content .feature-col .feature-unit__img {
    width: 342px;
  }
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col .feature-unit__img {
    width: 100%;
    max-width: 640px;
  }
}

.feature .feature-content .feature-col .feature-unit__img img {
  width: 100%;
  border-radius: 6px;
}

.feature .feature-content .feature-col .feature-unit__txt {
  width: calc( 100% - 568px);
}

@media screen and (max-width: 1280px) {
  .feature .feature-content .feature-col .feature-unit__txt {
    width: calc( 100% - 446px);
  }
}

@media screen and (max-width: 1024px) {
  .feature .feature-content .feature-col .feature-unit__txt {
    width: calc( 100% - 382px);
  }
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col .feature-unit__txt {
    width: 100%;
    max-width: 640px;
  }
}

.feature .feature-content .feature-col .feature-unit__txt .point-txt {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 16px;
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col .feature-unit__txt .point-txt {
    margin: 0 0 12px;
    padding: 0 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col .feature-unit__txt .point-txt {
    margin: 0 0 8px;
    padding: 0 0 8px;
  }
}

.feature .feature-content .feature-col .feature-unit__txt .point-txt img {
  width: auto;
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col .feature-unit__txt .point-txt img {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col .feature-unit__txt .point-txt img {
    width: 120px;
  }
}

.feature .feature-content .feature-col .feature-unit__txt .point-txt::before {
  position: absolute;
  bottom: 0;
  left: -48px;
  content: "";
  width: calc( 100% + 48px);
  height: 1px;
  background: #1FADDE;
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col .feature-unit__txt .point-txt::before {
    left: 0;
    width: 100%;
  }
}

.feature .feature-content .feature-col .feature-unit__txt .feature-ttl {
  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;
  margin-bottom: calc(8px * 2);
  font-size: 2.6rem;
  color: #1FADDE;
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col .feature-unit__txt .feature-ttl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col .feature-unit__txt .feature-ttl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col .feature-unit__txt .feature-ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col .feature-unit__txt .feature-ttl {
    gap: 8px;
    font-size: 1.7rem;
  }
}

.feature .feature-content .feature-col .feature-unit__txt .feature-ttl img {
  width: 50px;
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col .feature-unit__txt .feature-ttl img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col .feature-unit__txt .feature-ttl img {
    width: 32px;
  }
}

.feature .feature-content .feature-col::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 610px;
  height: 240px;
  background: linear-gradient(45deg, #1a8ddd 0%, #26d8de 100%);
  opacity: .8;
  z-index: -1;
  border-radius: 0 6px 6px 0;
}

@media screen and (max-width: 1280px) {
  .feature .feature-content .feature-col::before {
    width: 312px;
  }
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col::before {
    width: 698px;
  }
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col::before {
    width: 460px;
    height: 180px;
  }
}

@media screen and (max-width: 520px) {
  .feature .feature-content .feature-col::before {
    width: 300px;
  }
}

.feature .feature-content .feature-col:nth-child(even)::before {
  left: auto;
  right: 0;
  background: linear-gradient(45deg, #fdd22d 0%, #FF6D57 100%);
  border-radius: 6px 0 0 6px;
}

.feature .feature-content .feature-col:nth-child(even) .feature-unit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature .feature-content .feature-col:nth-child(even) .point-txt::before {
  right: -48px;
  left: auto;
  background: #fc7d3F;
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col:nth-child(even) .point-txt::before {
    right: 0;
  }
}

.feature .feature-content .feature-col:nth-child(even) .feature-ttl {
  color: #fc7d3F;
}

.feature .feature-content .feature-col:nth-child(even) .btn {
  max-width: 364px;
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col:nth-child(even) .btn {
    max-width: 320px;
  }
}

.feature .feature-content .feature-col:nth-child(3) .btn {
  max-width: 327px;
  height: 68px;
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col:nth-child(3) .btn {
    height: 64px;
  }
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col:nth-child(3) .btn {
    height: 58px;
  }
}

.feature .feature-content .feature-col:nth-child(3) .btn em {
  display: block;
  text-align: center;
}

.feature .feature-content .feature-col:nth-child(3) .btn svg {
  width: 16px;
  height: 13px;
  top: calc( 50% - 6px);
  right: 31px;
}

@media screen and (max-width: 960px) {
  .feature .feature-content .feature-col:nth-child(3) .btn svg {
    right: 27px;
  }
}

@media screen and (max-width: 768px) {
  .feature .feature-content .feature-col:nth-child(3) .btn svg {
    width: 14px;
    height: 11px;
    top: calc( 50% - 5px);
    right: 22px;
  }
}

.feature .btn--center {
  max-width: 420px;
}

@media screen and (max-width: 768px) {
  .feature .btn--center {
    max-width: 360px;
  }
}

.bnr {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .bnr {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .bnr {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.bnr .bnr-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media screen and (max-width: 960px) {
  .bnr .bnr-list {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .bnr .bnr-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.bnr .bnr-list__item {
  -webkit-box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

@media screen and (max-width: 768px) {
  .bnr .bnr-list__item {
    max-width: 520px;
    margin: 0 auto;
  }
}

.bnr .bnr-list__item a {
  display: block;
}

.bnr .bnr-list__item:hover a {
  opacity: .7;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

.bnr .bnr-list__item:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 768px) {
  .bnr .bnr-list__item:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.bnr .bnr-list__item img {
  width: 100%;
}

.access {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 960px) {
  .access {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 768px) {
  .access {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.access .access-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .access .access-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 960px) {
  .access .access-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .access .access-unit {
    gap: 16px;
  }
}

.access .access-unit__img {
  width: calc( 100% - 389px);
}

@media screen and (max-width: 1024px) {
  .access .access-unit__img {
    width: calc( 100% - 373px);
  }
}

@media screen and (max-width: 960px) {
  .access .access-unit__img {
    width: 100%;
    max-width: 736px;
    margin: 0 auto;
  }
}

.access .access-unit__img .exterior-img {
  margin: 0 0 6px;
}

.access .access-unit__txt {
  width: 341px;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt {
    width: 100%;
    max-width: 736px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt .access-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: calc(8px * 4);
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .access .access-unit__txt .access-content {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
  .access .access-unit__txt .access-content {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
  .access .access-unit__txt .access-content {
    gap: 12px;
  }
}

@media screen and (max-width: 960px) and (max-width: 640px) {
  .access .access-unit__txt .access-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt .access-dtl {
    width: calc( 100% - 349px);
  }
}

@media screen and (max-width: 768px) {
  .access .access-unit__txt .access-dtl {
    width: calc( 100% - 264px);
  }
}

@media screen and (max-width: 640px) {
  .access .access-unit__txt .access-dtl {
    width: 100%;
  }
}

.access .access-unit__txt .logo {
  margin: 0 0 24px;
  width: 290px;
  height: 82px;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt .logo {
    width: 333px;
    height: 94px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .access .access-unit__txt .logo {
    width: 252px;
    height: 68px;
  }
}

@media screen and (max-width: 520px) {
  .access .access-unit__txt .logo {
    width: 220px;
    height: 58px;
  }
}

.access .access-unit__txt .logo img {
  width: 100%;
}

.access .access-unit__txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .access .access-unit__txt dl {
    font-size: 1.4rem;
  }
}

.access .access-unit__txt dl:first-child {
  margin: 0 0 10px;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt dl:first-child {
    margin: 0 0 8px;
  }
}

.access .access-unit__txt dl dt {
  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: 124px;
  height: 40px;
  background: #FFF8F4;
  color: #FF6D57;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt dl dt {
    width: 100px;
    height: 32px;
  }
}

.access .access-unit__txt dl dd {
  width: calc( 100% - 136px);
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt dl dd {
    width: calc( 100% - 112px);
  }
}

.access .access-unit__txt dl dd svg {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .access .access-unit__txt dl dd svg {
    width: 17px;
    height: 17px;
  }
}

.access .access-unit__txt dl dd span {
  font-size: 2.8rem;
  letter-spacing: 0.14rem;
}

@media screen and (max-width: 768px) {
  .access .access-unit__txt dl dd span {
    font-size: 2.4rem;
  }
}

.access .access-unit__txt dl:nth-child(2) {
  margin-bottom: 12px;
}

@media screen and (max-width: 960px) {
  .access .access-unit__txt .btn {
    margin: 0 auto;
  }
}

.facility {
  margin-bottom: 140px;
}

@media screen and (max-width: 960px) {
  .facility {
    margin-bottom: 106px;
  }
}

@media screen and (max-width: 768px) {
  .facility {
    margin-bottom: 70px;
  }
}

.facility .facility-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media screen and (max-width: 960px) {
  .facility .facility-list {
    gap: 8px;
  }
}

@media screen and (max-width: 520px) {
  .facility .facility-list {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 308px;
    margin: 0 auto;
  }
}

.facility .facility-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  box-shadow: 0 2px 10px rgba(67, 64, 62, 0.08);
  border-radius: 6px;
}

.facility .facility-list__item:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@media screen and (max-width: 520px) {
  .facility .facility-list__item:nth-child(2) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.facility .facility-list__item:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media screen and (max-width: 520px) {
  .facility .facility-list__item:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
}

.facility .facility-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.facility .facility-list__item a .facility-logo {
  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;
  padding: 32px 6px 48px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 960px) {
  .facility .facility-list__item a .facility-logo {
    padding: 32px 12px 48px 6px;
  }
}

@media screen and (max-width: 768px) {
  .facility .facility-list__item a .facility-logo {
    padding: 24px 8px 40px 6px;
  }
}

.facility .facility-list__item a .facility-logo img {
  border-radius: 0;
}

.facility .facility-list__item a img {
  width: auto;
  border-radius: 6px 6px 0 0;
}

.facility .facility-list__item a .facility-link {
  position: absolute;
  right: 10px;
  bottom: 4px;
  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: 8px;
  color: #FFB6AB;
}

@media screen and (max-width: 768px) {
  .facility .facility-list__item a .facility-link {
    font-size: 1.5rem;
  }
}

.facility .facility-list__item a .facility-link svg {
  width: 20px;
  height: 16px;
  fill: #FFB6AB;
}

.facility .facility-list__item a:hover {
  opacity: .7;
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

/*# sourceMappingURL=../../maps/pages/top.css.map */
</pre></body></html>