.front-page {
  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__main {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .front-page .headline__main {
    font-size: 1.7rem;
  }
}
.front-page .headline__sub {
  color: #018568;
  font-size: 9.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .front-page .headline__sub {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page .headline__sub {
    font-size: 7.2rem;
  }
}
.front-page .ttl-l {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .front-page .ttl-l {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page .ttl-l {
    font-size: 2.4rem;
  }
}

.hero {
  position: relative;
  margin-bottom: -10px;
  height: 100%;
  max-height: 840px;
  overflow: hidden;
}
.hero::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 30, 7, 0.6)), color-stop(54%, rgba(28, 66, 28, 0.4)), to(rgba(32, 25, 13, 0)));
  background: linear-gradient(to bottom, rgba(7, 30, 7, 0.6), rgba(28, 66, 28, 0.4) 54%, rgba(32, 25, 13, 0));
}
@media screen and (max-width: 959px) {
  .hero .hero-slider__item {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-slider__item {
    height: 500px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-slider__item {
    height: 80vh;
  }
}
.hero .hero-slider__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .hero-catch {
  position: absolute;
  bottom: 80px;
  left: 120px;
  z-index: 10;
  color: #ffffff;
  text-shadow: 0 1px 40px #000;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .hero .hero-catch {
    bottom: 60px;
    left: 80px;
  }
}
@media screen and (max-width: 959px) {
  .hero .hero-catch {
    bottom: 30px;
    left: 40px;
  }
}
@media screen and (max-width: 519px) {
  .hero .hero-catch {
    left: 0;
    padding: 0 24px;
  }
}
.hero .hero-catch__main {
  font-size: 7.3rem;
}
@media screen and (max-width: 959px) {
  .hero .hero-catch__main {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-catch__main {
    font-size: 4rem;
    line-height: 1.4;
  }
}
.hero .hero-catch__sub {
  font-size: 3.2rem;
}
@media screen and (max-width: 959px) {
  .hero .hero-catch__sub {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-catch__sub {
    font-size: 2rem;
  }
}
.hero .hero-leaves {
  position: absolute;
  bottom: 115px;
  left: -80px;
  z-index: 1;
  width: 270px;
  height: 310px;
}
.hero .hero-leaves::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  translate: -50% -50%;
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(#ffffff, transparent 60%);
}
.hero .hero-leaves #leaves {
  width: 100%;
  height: 100%;
}
.hero .hero-leaves #leaves #trunk1,
.hero .hero-leaves #leaves #trunk2 {
  -webkit-transform-origin: center 311px;
  transform-origin: center 311px;
  -webkit-animation: slow-sway 4s ease-in-out infinite alternate;
  animation: slow-sway 4s ease-in-out infinite alternate;
}
.hero .hero-leaves #leaves #trunk2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero .hero-leaves #leaves #leaf1 {
  -webkit-animation: light-sway1 4s ease-in-out infinite alternate;
  animation: light-sway1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.hero .hero-leaves #leaves #leaf2,
.hero .hero-leaves #leaves #leaf3 {
  -webkit-animation: light-sway-reverse 4s ease-in-out infinite alternate;
  animation: light-sway-reverse 4s ease-in-out infinite alternate;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.hero .hero-leaves #leaves #leaf2 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.hero .hero-leaves #leaves #leaf3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero .hero-leaves #leaves #leaf4 {
  -webkit-animation: light-sway4 4s ease-in-out infinite alternate;
  animation: light-sway4 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero .hero-leaves #leaves #leaf5 {
  -webkit-animation: light-sway5 4s ease-in-out infinite alternate;
  animation: light-sway5 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.hero .hero-leaves #leaves #leaf6 {
  -webkit-animation: light-sway3 4s ease-in-out infinite alternate;
  animation: light-sway3 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.hero .hero-leaves #leaves #leaf7 {
  -webkit-animation: light-sway4 4s ease-in-out infinite alternate;
  animation: light-sway4 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.hero .hero-leaves #leaves #leaf8,
.hero .hero-leaves #leaves #leaf9,
.hero .hero-leaves #leaves #leaf10,
.hero .hero-leaves #leaves #leaf11 {
  -webkit-animation: light-sway3 4s ease-in-out infinite alternate;
  animation: light-sway3 4s ease-in-out infinite alternate;
}
.hero .hero-leaves #leaves #laef8 {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.hero .hero-leaves #leaves #leaf9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.hero .hero-leaves #leaves #laef10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.hero .hero-leaves #leaves #laef11 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.hero .hero-leaves #leaves #leaf-cluster-1-1 {
  -webkit-transform-origin: 200px 150px;
  transform-origin: 200px 150px;
}
.hero .hero-leaves #leaves #leaf-cluster-1-2 {
  -webkit-transform-origin: 130px 180px;
  transform-origin: 130px 180px;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.hero .hero-leaves #leaves #leaf-cluster-2-1 {
  -webkit-transform-origin: 80px 80px;
  transform-origin: 80px 80px;
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.hero .hero-leaves #leaves #leaf-cluster-1-3 {
  -webkit-transform-origin: 150px 230px;
  transform-origin: 150px 230px;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.about {
  position: relative;
  padding-top: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .about {
    padding-top: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .about {
    padding-top: calc(8px * 11 * 0.5);
  }
}
.about::before {
  position: absolute;
  top: 0;
  z-index: -1;
  content: "";
  width: 400px;
  height: 216px;
  background: #F0FAF7;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .about::before {
    width: 250px;
    height: 150px;
  }
}
.about .fall-leaves {
  position: absolute;
  top: -96px;
  left: 100px;
  width: 95px;
  height: 102px;
}
.about .blur-leaf {
  position: absolute;
  top: 15px;
  left: 250px;
  width: 69px;
  height: 46px;
}
.about .about-inner {
  position: relative;
  max-width: 1600px;
  margin-inline: auto;
}
.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about .about-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.about .about-unit__dtl {
  position: relative;
  z-index: 1;
  width: calc(100% - 655px);
}
@media screen and (max-width: 1279px) {
  .about .about-unit__dtl {
    width: calc(100% - 540px);
  }
}
@media screen and (max-width: 1023px) {
  .about .about-unit__dtl {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about .about-unit__dtl .headline__main {
    text-shadow: 0 1px 40px #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .about .about-unit__dtl .headline__sub {
    font-size: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__dtl .headline__sub {
    font-size: 7.2rem;
  }
}
.about .about-unit__dtl .ttl-l br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .about .about-unit__dtl .ttl-l br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .about .about-unit__dtl .ttl-l br {
    display: none;
  }
}
.about .about-unit__dtl .about-txt .txt:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .about .about-unit__dtl .about-txt .txt:not(:last-child) {
    margin-bottom: 14px;
  }
}
.about .about-unit__vsl {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 695px;
}
@media screen and (max-width: 1279px) {
  .about .about-unit__vsl {
    max-width: 550px;
  }
}
@media screen and (max-width: 959px) {
  .about .about-unit__vsl {
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .about .about-unit__vsl {
    position: relative;
    margin: 0 0 -13px -24px;
  }
}
@media screen and (max-width: 519px) {
  .about .about-unit__vsl {
    margin: 0 0 -13px -16px;
  }
}

.business {
  position: relative;
  padding-top: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .business {
    padding-top: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .business {
    padding-top: calc(8px * 6 * 0.5);
  }
}
.business {
  padding-bottom: calc(8px * 15);
}
@media screen and (max-width: 959px) {
  .business {
    padding-bottom: calc(8px * 15 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .business {
    padding-bottom: calc(8px * 15 * 0.5);
  }
}
.business {
  max-width: 1600px;
  margin-inline: auto;
}
.business::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  content: "";
  width: 100%;
  max-width: 849px;
  height: 100%;
  background: #F0FAF7;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/top/business-bg.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/top/business-bg.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .business::before {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .business::before {
    width: 600px;
    height: 336px;
  }
}
@media screen and (max-width: 519px) {
  .business::before {
    width: 400px;
    height: 280px;
  }
}
.business::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -1;
  content: "";
  width: 506px;
  height: 318px;
  background: url("/wp-content/themes/itreat_base/dist/img/top/business-img-l.png") center/contain no-repeat;
}
@media (max-width: 1600px) {
  .business::after {
    background: url("/wp-content/themes/itreat_base/dist/img/top/business-img.png") center/contain no-repeat;
  }
}
@media screen and (max-width: 959px) {
  .business::after {
    width: 446px;
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .business::after {
    bottom: -10px;
    left: -40px;
    width: 352px;
    height: 220px;
  }
}
@media screen and (max-width: 519px) {
  .business::after {
    bottom: -40px;
    width: 275px;
    height: 170px;
  }
}
.business .business-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 120px;
}
@media screen and (max-width: 959px) {
  .business .business-unit {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .business .business-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
  }
}
.business .business-unit__headline .headline__sub {
  line-height: 1;
}
.business .business-unit__txt {
  padding-top: 140px;
  width: calc(100% - 551px);
}
@media screen and (max-width: 959px) {
  .business .business-unit__txt {
    width: calc(100% - 433px);
  }
}
@media screen and (max-width: 767px) {
  .business .business-unit__txt {
    margin-left: auto;
    padding-top: 0;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 519px) {
  .business .business-unit__txt {
    width: 100%;
  }
}

.choose {
  position: relative;
  overflow: hidden;
}
.choose .deco-leaves {
  top: 0;
  right: -80px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .choose .deco-leaves {
    top: -110px;
  }
}
.choose .deco-leaves #leaves {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  rotate: 10deg;
}
@media screen and (max-width: 767px) {
  .choose .deco-leaves #leaves {
    -webkit-transform: scale(-1, 1) scale(0.5);
    transform: scale(-1, 1) scale(0.5);
  }
}
.choose .deco-leaves .fall-leaves {
  position: absolute;
  bottom: -24px;
  left: -150px;
  width: 125px;
  height: 111px;
}
@media screen and (max-width: 767px) {
  .choose .deco-leaves .fall-leaves {
    width: 100px;
    height: 85px;
  }
}
.choose .headline {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 519px) {
  .choose .headline__sub {
    font-size: 5.8rem;
  }
}
.choose .choose-list {
  display: grid;
  gap: 40px;
  counter-reset: choose-num;
}
.choose .choose-list__item .choose-vsl {
  position: relative;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .choose .choose-list__item .choose-vsl {
    height: 180px;
  }
}
.choose .choose-list__item .choose-vsl img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.choose .choose-list__item .choose-vsl .ttl-l {
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  padding: 20px 48px 20px 40px;
  background: #ffffff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .choose .choose-list__item .choose-vsl .ttl-l {
    padding: 10px 24px 10px 0;
  }
}
.choose .choose-list__item .choose-vsl .ttl-l::before {
  counter-increment: choose-num;
  content: counter(choose-num, decimal-leading-zero);
  color: #018568;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .choose .choose-list__item .choose-vsl .ttl-l::before {
    font-size: 1.7rem;
  }
}
.choose .choose-list__item .txt {
  padding-left: 40px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .choose .choose-list__item .txt {
    padding-left: 0;
  }
}

.works {
  position: relative;
  overflow: hidden;
  margin-inline: auto;
  max-width: 1440px;
  padding-top: 350px;
  padding-bottom: 170px;
}
@media screen and (max-width: 1279px) {
  .works {
    padding-top: 440px;
  }
}
@media screen and (max-width: 1023px) {
  .works {
    padding-top: 45%;
  }
}
@media screen and (max-width: 959px) {
  .works {
    padding-top: 40%;
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding-top: 35%;
    padding-bottom: 18%;
  }
}
.works .works-vsl__item {
  position: absolute;
}
.works .works-vsl__item.--first {
  top: 0;
  right: 120px;
  width: 350px;
}
@media screen and (max-width: 1279px) {
  .works .works-vsl__item.--first {
    width: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .works .works-vsl__item.--first {
    right: 80px;
    width: 30%;
    max-width: 350px;
  }
}
@media screen and (max-width: 959px) {
  .works .works-vsl__item.--first {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .works .works-vsl__item.--first {
    width: 25%;
  }
}
.works .works-vsl__item.--first::before {
  position: absolute;
  right: -120px;
  bottom: -80px;
  z-index: -1;
  content: "";
  width: 260px;
  height: 260px;
  background: #F0FAF7;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .works .works-vsl__item.--first::before {
    bottom: -40px;
    width: 200px;
    height: 200px;
  }
}
.works .works-vsl__item.--second {
  top: 130px;
  left: 80px;
  width: 535px;
}
@media screen and (max-width: 1279px) {
  .works .works-vsl__item.--second {
    width: 480px;
  }
}
@media screen and (max-width: 1023px) {
  .works .works-vsl__item.--second {
    left: 40px;
    width: 50%;
    max-width: 535px;
  }
}
@media screen and (max-width: 959px) {
  .works .works-vsl__item.--second {
    top: 80px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .works .works-vsl__item.--second {
    width: 45%;
    top: 30px;
  }
}
@media screen and (max-width: 519px) {
  .works .works-vsl__item.--second {
    top: 15px;
  }
}
.works .works-vsl__item.--third {
  bottom: 0;
  right: 150px;
  width: 300px;
}
@media screen and (max-width: 959px) {
  .works .works-vsl__item.--third {
    right: 100px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .works .works-vsl__item.--third {
    right: 50px;
    width: 30%;
    min-width: 150px;
  }
}
.works .works-dtl {
  position: relative;
  text-align: center;
  margin-inline: auto;
  max-width: 632px;
}
.works .works-dtl .headline {
  display: inline-block;
}
.works .works-dtl .headline__main {
  text-align: left;
}
@media screen and (max-width: 519px) {
  .works .works-dtl .txt {
    text-align: left;
  }
}

.deco {
  position: relative;
}
.deco .deco-leaves {
  bottom: -40px;
  left: -90px;
  rotate: -20deg;
}
@media screen and (max-width: 767px) {
  .deco .deco-leaves {
    bottom: -60px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.sdgs .wrap {
  position: relative;
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .sdgs .wrap {
    padding-top: 0;
  }
}
.sdgs .headline {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sdgs .headline {
    position: relative;
  }
}
.sdgs .headline .fall-leaves {
  position: absolute;
  top: -40px;
  left: 300px;
  width: 125px;
  height: 116px;
}
@media screen and (max-width: 767px) {
  .sdgs .headline .fall-leaves {
    top: auto;
    bottom: -10px;
    left: 200px;
    width: 100px;
    height: 90px;
  }
}
.sdgs .sdgs-vsl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 36px;
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-vsl {
    gap: 20px;
  }
}
.sdgs .sdgs-vsl__item.--first {
  width: calc(100% - 580px);
  max-width: 373px;
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-vsl__item.--first {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-vsl__item.--first {
    width: 200px;
  }
}
.sdgs .sdgs-vsl__item.--second {
  width: calc(100% - 410px);
  max-width: 585px;
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-vsl__item.--second {
    width: calc(100% - 348px);
  }
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-vsl__item.--second {
    width: calc(100% - 220px);
  }
}
.sdgs .sdgs-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.sdgs .sdgs-unit .txt {
  width: calc(100% - 432px);
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-unit .txt {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-unit .txt {
    width: 100%;
  }
}
.sdgs .sdgs-unit .btn {
  width: 412px;
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-unit .btn {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs .sdgs-unit .btn {
    width: 100%;
    max-width: 360px;
  }
}
.sdgs .sdgs-unit .btn a {
  max-width: 412px;
}
@media screen and (max-width: 959px) {
  .sdgs .sdgs-unit .btn a {
    padding-right: 24px;
  }
}

.news .news-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px;
}
@media screen and (max-width: 959px) {
  .news .news-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__dtl {
    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: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.news .news-unit__dtl .headline__sub {
  font-size: 6.4rem;
}
@media screen and (max-width: 959px) {
  .news .news-unit__dtl .headline__sub {
    font-size: 5.6rem;
  }
}
.news .news-unit__dtl .news-btn a {
  position: relative;
  padding: 0 78px 4px 6px;
}
@media screen and (max-width: 959px) {
  .news .news-unit__dtl .news-btn a {
    padding: 0 60px 4px 6px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__dtl .news-btn a {
    padding: 0 48px 4px 6px;
  }
}
.news .news-unit__dtl .news-btn a::before {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  content: "";
  width: 52px;
  height: 52px;
  background: #018568;
  border: solid 1px #018568;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  .news .news-unit__dtl .news-btn a::before {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__dtl .news-btn a::before {
    width: 40px;
    height: 40px;
  }
}
.news .news-unit__dtl .news-btn a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  translate: 0 -50%;
  content: "";
  width: 14px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 959px) {
  .news .news-unit__dtl .news-btn a::after {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit__dtl .news-btn a::after {
    right: 13px;
    width: 10px;
    height: 6px;
  }
}
.news .news-unit__dtl .news-btn a span {
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#018568), to(#018568));
  background-image: linear-gradient(#018568, #018568);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.news .news-unit__dtl .news-btn a:hover::before {
  background: #ffffff;
}
.news .news-unit__dtl .news-btn a:hover::after {
  background: #018568;
}
.news .news-unit__dtl .news-btn a:hover span {
  background-position: bottom right;
  background-size: 0 1px;
}
.news .news-unit .news-list {
  width: calc(100% - 257px);
  border-top: solid 1px rgba(32, 25, 13, 0.5);
}
@media screen and (max-width: 959px) {
  .news .news-unit .news-list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit .news-list {
    width: 100%;
  }
}
.news .news-unit .news-list__item {
  position: relative;
  padding: 32px 0;
}
@media screen and (max-width: 959px) {
  .news .news-unit .news-list__item {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .news .news-unit .news-list__item {
    padding: 16px 0;
  }
}
.news .news-unit .news-list__item:not(:last-child) {
  border-bottom: solid 1px rgba(32, 25, 13, 0.15);
}
.news .news-unit .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;
  gap: 20px;
  margin-bottom: calc(8px * 1);
}
@media screen and (max-width: 959px) {
  .news .news-unit .news-list__item .news-meta {
    margin-bottom: calc(8px * 1 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .news .news-unit .news-list__item .news-meta {
    margin-bottom: calc(8px * 1 * 0.5);
  }
}
.news .news-unit .news-list__item .news-meta__date {
  font-size: 1.3rem;
}
.news .news-unit .news-list__item .news-meta__cate {
  color: #018568;
  font-size: 1.5rem;
}
.news .news-unit .news-list__item .news-meta__cate:hover {
  text-decoration: underline;
}
.news .news-unit .news-list__item .news-ttl a {
  position: relative;
  display: block;
  padding-right: 104px;
}
@media screen and (max-width: 767px) {
  .news .news-unit .news-list__item .news-ttl a {
    padding-right: 56px;
  }
}
.news .news-unit .news-list__item .news-ttl a::before {
  position: absolute;
  top: calc(50% - 16px);
  right: 24px;
  translate: 0 -50%;
  content: "";
  width: 40px;
  height: 40px;
  background: #DCEFEB;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .news .news-unit .news-list__item .news-ttl a::before {
    right: 16px;
    width: 30px;
    height: 30px;
  }
}
.news .news-unit .news-list__item .news-ttl a::after {
  position: absolute;
  top: calc(50% - 16px);
  right: 38px;
  translate: 0 -50%;
  content: "";
  width: 10px;
  height: 7px;
  background: #015D49;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .news .news-unit .news-list__item .news-ttl a::after {
    right: 26px;
    width: 8px;
    height: 6px;
  }
}
.news .news-unit .news-list__item .news-ttl a span {
  position: relative;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #20190D, 0 0 0 #20190D;
  -webkit-transition: text-shadow 0.3s ease-out;
  transition: text-shadow 0.3s ease-out;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-unit .news-list__item .news-ttl a:hover::before {
  background: #018568;
}
.news .news-unit .news-list__item .news-ttl a:hover::after {
  background: #ffffff;
}
.news .news-unit .news-list__item .news-ttl a:hover span {
  text-shadow: 0 0 0 #20190D, 0 2em 0 #20190D;
}
/*# sourceMappingURL=../../maps/pages/top.css.map */
