@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #23221f;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  -webkit-text-size-adjust: 100%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
body img {
  /*display: block;*/
  image-rendering: -webkit-optimize-contrast; /*chrome画像ぼやけ*/
}
body a {
  text-decoration: none;
  word-break: break-word;
}
body a img:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
@media (min-width: 767px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  body .sp {
    display: block;
  }
}
body .fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
body .fadein.fadein-left {
  transform: translate(-30px, 0);
}
body .fadein.fadein-right {
  transform: translate(30px, 0);
}
body .fadein.fadein-up {
  transform: translate(0, -30px);
}
body .fadein.fadein-bottom {
  transform: translate(0, 30px);
}
body .fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
body .feed-powered-by-es-feed-img {
  bottom: -10px !important;
}
body a.feed-powered-by-es.feed-powered-by-es-center {
  display: none !important;
}
body .es-page-list {
  margin: 0 !important;
}

.main {
  position: relative;
}
.main ul {
  width: 100%;
  height: 800px;
  position: relative;
  filter: brightness(0.6);
}
@media screen and (max-width: 1200px) {
  .main ul {
    height: 650px;
  }
}
.main ul li {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 15s infinite;
}
.main ul li.img_01 {
  background-image: url("../../images/centerforest/mv_slide_01.jpg");
}
.main ul li.img_02 {
  background-image: url("../../images/centerforest/mv_slide_02.jpg");
}
.main ul li.img_03 {
  background-image: url("../../images/centerforest/mv_slide_03.jpg");
}
.main ul li:nth-of-type(1) {
  animation-delay: 0s;
}
.main ul li:nth-of-type(2) {
  animation-delay: 5s;
}
.main ul li:nth-of-type(3) {
  animation-delay: 10s;
}
@keyframes image-switch-animation {
  0%, 63%, 100% {
    opacity: 0;
  } /* スライドの非表示タイミング */
  20%, 33% {
    opacity: 1;
  } /* スライドの表示タイミング */
  /*0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }*/
}
.main .title {
  position: absolute;
  top: 18%;
  left: 5%;
}
@media screen and (max-width: 1200px) {
  .main .title {
    text-align: center;
    top: 6%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.main .title h1 {
  font-size: 12rem;
  line-height: 1;
  color: #fff;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 8px;
  margin: 0 0 60px;
}
@media screen and (max-width: 1200px) {
  .main .title h1 {
    font-size: 8rem;
    line-height: 1.1;
    margin: 0 0 40px;
  }
}
.main .title h1.pc {
  display: block;
}
@media screen and (max-width: 1200px) {
  .main .title h1.pc {
    display: none;
  }
}
.main .title h1.sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .main .title h1.sp {
    display: block;
  }
}
.main .title h1 span {
  font-size: 8rem;
  display: block;
  margin: 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .main .title h1 span {
    font-size: 3rem;
    letter-spacing: 5px;
  }
}
.main .title p {
  font-size: 3.6rem;
  background-color: #fff;
  color: #040399;
  padding: 10px 15px 15px;
  line-height: 1;
  margin: 0 0 15px;
  border-radius: 8px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .main .title p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.main .count {
  width: 250px;
  height: 250px;
  background-color: #23221f;
  border-radius: 100%;
  position: absolute;
  right: 5%;
  bottom: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .main .count {
    width: 150px;
    height: 150px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 6%;
  }
}
.main .count span {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  display: block;
  margin: 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .main .count span {
    font-size: 1rem;
    margin: 0 0 15px;
  }
}
.main .count b {
  font-size: 7.2rem;
  color: #f18e1d;
  line-height: 1;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin: 0 0 20px;
  letter-spacing: 5px;
}
@media screen and (max-width: 1200px) {
  .main .count b {
    font-size: 3.6rem;
    margin: 0 0 15px;
  }
}
.main .count i {
  font-size: 3.6rem;
  line-height: 1;
  color: #fff;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  letter-spacing: 5px;
}
@media screen and (max-width: 1200px) {
  .main .count i {
    font-size: 1.8rem;
  }
}

.concept {
  overflow: hidden;
  position: relative;
}
.concept .box {
  width: 65%;
  background-color: #040399;
  float: right;
  padding: 140px 0 140px 20%;
  border-bottom-left-radius: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .concept .box {
    width: 100%;
    float: none;
    border-bottom-left-radius: 0;
    padding: 60px 0 140px;
  }
}
.concept .box .text {
  text-align: center;
  margin: 0 13% 0 0;
}
@media screen and (max-width: 1200px) {
  .concept .box .text {
    text-align: center;
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  .concept .box .text {
    margin: 0 18% 0 0;
  }
}
.concept .box .text h2 {
  font-size: 6rem;
  line-height: 1;
  color: #fff;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 6px;
  margin: 0 auto 50px;
  display: inline-block;
  height: 100px;
  padding: 14px 0 0;
  background-image: url(../../images/centerforest/icon_tree_02.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 88px 100px;
}
@media screen and (max-width: 1200px) {
  .concept .box .text h2 {
    font-size: 4rem;
    margin: 0 auto 30px;
    height: 70px;
    padding: 14px 0 0;
    background-size: 77px 87.5px;
  }
}
.concept .box .text span {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 50px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .concept .box .text span {
    font-size: 1.8rem;
    margin: 0 0 40px;
  }
}
.concept .box .text p {
  font-size: 1.8rem;
  line-height: 2.4;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .concept .box .text p {
    margin: 0 20px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .concept .box .text p br {
    display: none;
  }
}
.concept figure {
  /*max-width: 600px;*/
  width: 600px;
  position: absolute;
  /*top: 18%;*/
  top: 30%;
  left: 3%;
}
@media screen and (max-width: 1200px) {
  .concept figure {
    position: static;
    margin: -100px auto 0;
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .concept figure {
    left: 12%;
  }
}
.concept figure img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .concept figure img {
    border-radius: 8px;
  }
}

.guide {
  max-width: 1280px;
  padding: 100px 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .guide {
    padding: 60px 0 0;
  }
}
.guide h2 {
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  color: #040399;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 6px;
  margin: 0 auto 50px;
  display: inline-block;
  height: 100px;
  padding: 14px 0 0;
  background-image: url(../../images/centerforest/icon_tree_01.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 88px 100px;
}
@media screen and (max-width: 1200px) {
  .guide h2 {
    font-size: 4rem;
    background-size: 77px 87.5px;
    margin: 0 auto 30px;
    height: 77px;
  }
}
.guide span {
  font-size: 3rem;
  color: #23221f;
  margin: 0 0 50px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .guide span {
    font-size: 1.8rem;
    margin: 0 auto 40px;
  }
}
.guide p {
  font-size: 1.8rem;
  line-height: 2;
  color: #23221f;
}
@media screen and (max-width: 1200px) {
  .guide p {
    text-align: left;
    font-size: 1.4rem;
    height: 1.8;
    margin: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .guide p br {
    display: none;
  }
}
.guide .box2 {
  max-width: 1280px;
  margin: 70px 20px;
}
.guide .box2 h3 {
  font-size: 3.6rem;
  font-weight: 400;
  margin: 70px auto 0;
}
@media screen and (max-width: 1200px) {
  .guide .box2 h3 {
    font-size: 2.4rem;
    margin: 0 auto;
  }
}
.guide .box2 dl {
  margin: 0;
  padding: 0;
  z-index: 0;
}
.guide .box2 dl dt {
  position: relative;
  height: 60px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dt {
    height: 40px;
  }
}
.guide .box2 dl dt::before {
  content: "";
  width: 100px;
  height: 60px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  position: absolute;
  top: 60%;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dt::before {
    width: 66px;
    height: 40px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.guide .box2 dl dt span {
  color: #23221f;
  font-size: 4rem;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
  display: inline-block;
  position: absolute;
  top: 73%;
  left: 5%;
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dt span {
    left: 5%;
    font-size: 3rem;
  }
}
.guide .box2 dl dd {
  max-width: 480px;
  margin: 0 auto;
  display: block;
  z-index: 1;
  cursor: pointer;
  position: relative;
  /* Swiper */
  /*.swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 10px;
    height: 10px;
    content: "";
    border: solid #fff;
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }*/
  /*.swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }*/
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dd {
    width: auto;
    height: auto;
    margin: 0 20px;
  }
}
.guide .box2 dl dd .slide {
  width: 100%;
  position: relative;
  height: 320px;
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dd .slide {
    height: auto;
  }
}
.guide .box2 dl dd .slide img {
  border-radius: 16px;
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dd .slide img {
    border-radius: 8px;
  }
}
.guide .box2 dl dd .slide::after {
  display: grid;
  place-items: center;
  font-family: "Font Awesome 6 Free";
  content: "";
  color: #fff;
  font-size: 2rem;
  content: "\f002";
  font-weight: 900;
  width: 32px;
  height: 32px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 16px;
  background-color: rgba(35, 34, 31, 0.6);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dd .slide::after {
    font-size: 1rem;
    width: 27px;
    height: 27px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 8px;
    bottom: 27px;
  }
}
.guide .box2 dl dd p {
  font-size: 1.4rem;
  line-height: 1;
  margin: 20px 0 0;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dd p {
    font-size: 1.2rem;
    margin: 15px 0 0;
  }
}
.guide .box2 dl dd .swiper-wrapper {
  flex-wrap: inherit !important;
}
.guide .box2 dl dd .swiper-button-prev, .guide .box2 dl dd .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 40%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dd .swiper-button-prev, .guide .box2 dl dd .swiper-button-next {
    top: 32%;
  }
}
.guide .box2 dl dd .swiper-button-prev::before, .guide .box2 dl dd .swiper-button-next::before {
  display: grid;
  place-content: center;
  font-family: "Font Awesome 6 Free";
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  color: #040399;
  border: solid 1px #040399;
  font-size: 1rem;
  font-weight: 900;
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .guide .box2 dl dd .swiper-button-prev::before, .guide .box2 dl dd .swiper-button-next::before {
    font-size: 2rem;
  }
}
.guide .box2 dl dd .swiper-button-next::before {
  content: "\f061";
}
.guide .box2 dl dd .swiper-button-prev::before {
  content: "\f060";
}
.guide .box2 dl dd [class*=swiper]:focus {
  outline: none;
}
.guide .box2 dl dd .swiper {
  position: relative !important;
}
.guide .box2 dl dd .swiper-button-prev {
  left: -20px;
}
.guide .box2 dl dd .swiper-button-next {
  right: -20px;
}
.guide .box2 dl dd .swiper-button-prev-mv, .guide .box2 dl dd .swiper-button-next-mv, .guide .box2 dl dd .swiper-button-prev-column, .guide .box2 dl dd .swiper-button-next-column, .guide .box2 dl dd .swiper-button-prev, .guide .box2 dl dd .swiper-button-next {
  width: 40px;
  height: 40px;
}
.guide .box2 .library, .guide .box2 .classroom {
  max-width: 600px;
  width: 47%;
  border-radius: 16px;
  padding: 0 0 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .guide .box2 .library, .guide .box2 .classroom {
    padding: 70px 0 40px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 550px) {
  .guide .box2 .library, .guide .box2 .classroom {
    width: 100%;
  }
}
.guide .box2 .library::before, .guide .box2 .classroom::before {
  content: "";
  width: 60px;
  height: 80px;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
}
.guide .box2 .library {
  float: left;
  background-color: #f5f5d0;
}
@media screen and (max-width: 1200px) {
  .guide .box2 .library {
    float: none;
    margin: 0 auto;
  }
}
.guide .box2 .library::before {
  background-image: url(../../images/centerforest/icon_pin_green.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 80px;
}
.guide .box2 .library dl dt::before {
  background-color: #adcc52;
}
.guide .box2 .classroom {
  float: right;
  background-color: #fff5d9;
}
@media screen and (max-width: 1200px) {
  .guide .box2 .classroom {
    float: none;
    margin: 60px auto 0;
  }
}
.guide .box2 .classroom::before {
  background-image: url(../../images/centerforest/icon_pin_orange.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 80px;
}
.guide .box2 .classroom dl dt::before {
  background-color: #f5c431;
}
/*--------- モーダル ---------*/
.classroom .modal__content {
  background-color: #fff5d9;
}
.classroom .modal__content span {
  background-color: #f5c431;
}
.classroom .modal__content .modal__close-btn {
  background-color: #f5c431;
}

.library .modal__content {
  background-color: #f5f5d0;
}
.library .modal__content span {
  background-color: #adcc52;
}
.library .modal__content .modal__close-btn {
  background-color: #adcc52;
}

.swiper {
  position: relative !important;
}

.swiper-wrapper {
  flex-wrap: inherit !important;
}

.slide {
  width: 100%;
}
.slide img {
  border-radius: 16px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}

.modal__content {
  border-radius: 16px;
  padding: 50px;
  position: relative;
  text-align: left;
  box-sizing: border-box;
}
.modal__content span {
  padding: 10px;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
  font-weight: 400;
}
.modal__content h3 {
  font-size: 3rem;
  text-align: left;
  margin: 20px 0;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .modal__content h3 {
    font-size: 2rem;
  }
}
.modal__content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 20px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .modal__content p {
    font-size: 1.4rem;
  }
}
.modal__content .modal__close-btn {
  display: grid;
  place-items: center;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-size: 2rem;
  content: "\f057";
  font-weight: 900;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.modal__content .swiper-notification {
  display: none;
}
.modal__content .swiper-button-prev, .modal__content .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin: auto;
}
.modal__content .swiper-button-prev::before, .modal__content .swiper-button-next::before {
  display: grid;
  place-content: center;
  font-family: "Font Awesome 6 Free";
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  color: #040399;
  border: solid 1px #040399;
  font-size: 1rem;
  font-weight: 900;
  border-radius: 50%;
}
.modal__content .swiper-button-next::before {
  content: "\f061";
}
.modal__content .swiper-button-prev::before {
  content: "\f060";
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 870px;
  height: auto;
  padding: 60px;
}
@media screen and (max-width: 1200px) {
  .modal__content {
    padding: 20px;
  }
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
}
.modal__content .swiper-button-prev {
  left: -20px;
}
@media screen and (max-width: 1200px) {
  .modal__content .swiper-button-prev {
    left: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .modal__content .swiper-button-prev::before {
    font-size: 2rem;
  }
}

.modal__content .swiper-button-next {
  right: -20px;
}
@media screen and (max-width: 1200px) {
  .modal__content .swiper-button-next {
    right: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .modal__content .swiper-button-next::before {
    font-size: 2rem;
  }
}

.swiper-button-prev-mv:after, .swiper-button-prev-column:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next-mv:after, .swiper-rtl .swiper-button-next-column:after, .swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next-mv:after, .swiper-button-next-column:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev-mv:after, .swiper-rtl .swiper-button-prev-column:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .swiper-button-prev-mv, .swiper-button-next-mv, .swiper-button-prev-column, .swiper-button-next-column, .swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.bg_diagonal {
  background-image: url(../../images/centerforest/bg_diagonal.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 36px 42px;
  position: relative;
}

.feature {
  max-width: 1300px;
  padding: 100px 0 480px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .feature {
    padding: 60px 20px;
  }
}
.feature h2 {
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  color: #040399;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 6px;
  margin: 0 auto 50px;
  display: inline-block;
  height: 100px;
  padding: 14px 0 0;
  background-image: url(../../images/centerforest/icon_tree_01.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 88px 100px;
}
@media screen and (max-width: 1200px) {
  .feature h2 {
    font-size: 4rem;
    background-size: 77px 87.5px;
    margin: 0 auto 30px;
    height: 77px;
  }
}
.feature span {
  font-size: 3rem;
  color: #23221f;
  margin: 0 0 50px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .feature span {
    font-size: 1.8rem;
    margin: 0 0 40px;
  }
}
.feature p {
  font-size: 1.8rem;
  line-height: 2;
  color: #23221f;
}
@media screen and (max-width: 1200px) {
  .feature p {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1200px) {
  .feature p br {
    display: none;
  }
}
.feature ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 60px 10px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .feature ul {
    margin: 30px 0 40px;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
  }
}
.feature ul::before {
  content: "";
  width: 90%;
  height: 600px;
  background-color: #fff;
  background-size: 90% 600px;
  border-radius: 16px;
  display: inline-block;
  position: absolute;
  top: -15%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .feature ul::before {
    display: none;
  }
}
.feature ul li {
  width: 100%;
  max-width: 400px;
  height: 267px;
  margin: 0 10px;
}
@media screen and (max-width: 1200px) {
  .feature ul li {
    height: auto;
    margin: 0 auto 60px;
  }
  .feature ul li:last-child {
    margin: 0 auto 30px;
  }
}
.feature ul li img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}
.feature ul li dl {
  margin: 30px 0 0;
}
.feature ul li dl dt {
  font-size: 8rem;
  color: #040399;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
  margin: 0 0 30px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .feature ul li dl dt {
    font-size: 6rem;
  }
}
.feature ul li dl dd:first-of-type {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .feature ul li dl dd:first-of-type {
    font-size: 1.8rem;
  }
}
.feature ul li dl dd:last-of-type {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .feature ul li dl dd:last-of-type {
    font-size: 1.4rem;
  }
}
.feature ul li .btn {
  margin: 30px 0 0;
  height: 56px;
  line-height: 56px;
  border-radius: 10px;
}
.feature ul li .btn a {
  width: 100%;
  display: block;
  border-radius: 10px;
  background-color: #fff;
  border: 1px #040399 solid;
}
.feature ul li .btn a:hover {
  background-color: #040399;
  opacity: 1;
}
.feature ul li .btn a span {
  color: #040399;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .feature ul li .btn a span {
    font-size: 1.4rem;
  }
}
.feature ul li .btn a span:hover {
  color: #fff;
}
.feature ul li .btn a span:hover:after {
  color: #fff;
}
.feature ul li .btn a span:after {
  font-family: "Font Awesome 6 Free";
  color: #040399;
  font-size: 1.6rem;
  content: "\f35d";
  font-weight: 900;
  padding: 0 0 0 10px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .feature ul li .btn a span:after {
    font-size: 1.4rem;
  }
}

.gallery {
  overflow: hidden;
  position: relative;
}
.gallery .box {
  width: 65%;
  height: 1200px;
  background-color: #040399;
  float: left;
  padding: 140px 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  position: relative;
  /*.movie {
    max-width: 768px;
    position: absolute;
    top: 10%;
    right: -55%;
    margin: 0 auto;
    @media screen and (max-width: 1200px) {
      position: static;
    }
    @media screen and (min-width: 1400px) {
      right: -45%;
    }
    .box_movie {
      //width: 768px !important;
      //height: 432px !important;
      @media screen and (max-width: 1200px) {
        position: relative;
        padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  /*height: 0;
        overflow: hidden;
      }
      iframe {
        @media screen and (max-width: 1200px) {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }
    }
  }*/
}
@media screen and (max-width: 1200px) {
  .gallery .box {
    width: 100%;
    height: auto;
    float: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 60px 20px 120px;
  }
}
.gallery .box .text {
  text-align: center;
  margin: 0 0 0 -40%;
}
@media screen and (max-width: 1200px) {
  .gallery .box .text {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1400px) {
  .gallery .box .text {
    margin: 0 0 0 -30%;
  }
}
.gallery .box .text h2 {
  font-size: 6rem;
  line-height: 1;
  color: #fff;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 6px;
  margin: 0 0 30px;
  display: inline-block;
  height: 100px;
  padding: 14px 0 0;
  background-image: url(../../images/centerforest/icon_tree_02.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 88px 100px;
}
@media screen and (max-width: 1200px) {
  .gallery .box .text h2 {
    font-size: 4rem;
    letter-spacing: 0;
    background-size: 77px 87.5px;
    height: 77px;
  }
}
.gallery .box .text span {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 50px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .gallery .box .text span {
    font-size: 1.8rem;
    margin: 0 0 40px;
  }
}
.gallery .box .movie {
  max-width: 768px;
  position: absolute;
  top: 10%;
  right: -55%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .gallery .box .movie {
    position: static;
  }
}
@media screen and (min-width: 1400px) {
  .gallery .box .movie {
    right: -45%;
  }
}
.gallery .box .movie .box_movie img {
  border-radius: 16px;
}
@media screen and (max-width: 1200px) {
  .gallery .box .movie .box_movie img {
    border-radius: 8px;
  }
}
.gallery .slider-container {
  width: 100%;
  position: absolute;
  bottom: 10%;
  margin: 50px 0 0;
}
@media screen and (max-width: 1200px) {
  .gallery .slider-container {
    position: static;
    margin: -70px 0 0;
  }
}
.gallery .slider-container img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
@media screen and (max-width: 1200px) {
  .gallery .slider-container img {
    border-radius: 8px;
  }
}
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.gallery .slider-container {
  display: flex;
  overflow: hidden;
}
.gallery .slider-wrapper {
  display: flex;
  animation: horizontal-animation 110s linear infinite;
}
.gallery .slide {
  width: 400px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .gallery .slide {
    width: 210px;
    margin-right: 20px;
  }
}
.gallery .slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (hover: hover) {
  .gallery .slider-container:hover .slider-wrapper {
    animation-play-state: paused;
  }
}

.topics {
  overflow: hidden;
  padding: 100px 20px;
}
@media screen and (max-width: 1200px) {
  .topics {
    padding: 60px 20px 70px;
  }
}
.topics .box {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  .topics .box {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.topics .box .text {
  text-align: center;
}
.topics .box .text h2 {
  font-size: 6rem;
  line-height: 1;
  color: #040399;
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 6px;
  margin: 0 0 30px;
  display: inline-block;
  height: 100px;
  padding: 14px 0 0;
  background-image: url(../../images/centerforest/icon_tree_01.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 88px 100px;
}
@media screen and (max-width: 1200px) {
  .topics .box .text h2 {
    font-size: 4rem;
    background-size: 77px 87.5px;
    height: 77px;
  }
}
.topics .box .text span {
  font-size: 3rem;
  color: #23221f;
  margin: 0 0 50px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .topics .box .text span {
    font-size: 1.8rem;
    margin: 0 0 40px;
  }
}
.topics .box .news {
  max-width: 768px;
  border-top: 1px solid #ccc;
}
.topics .box .news dl {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #ccc;
  padding: 25px 60px 25px 15px;
}
@media screen and (max-width: 1200px) {
  .topics .box .news dl {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 25px 60px 25px 10px;
  }
}
.topics .box .news dl:after {
  display: grid;
  place-items: center;
  font-family: "Font Awesome 6 Free";
  background-color: #fff;
  border: 1px solid #040399;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  color: #040399;
  font-size: 1rem;
  content: "\f061";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .topics .box .news dl:after {
    right: 10px;
  }
}
.topics .box .news dl dt {
  width: 16%;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .topics .box .news dl dt {
    width: 100%;
    margin: 0 0 10px;
  }
}
.topics .box .news dl dd {
  width: 84%;
  line-height: 1.8;
  display: block;
  /*span {
    color: $red;
    font-size: 1.6rem;
    display: inline-block;
    margin: 0 0 0 5px;
    line-height: 1;
    font-weight: bold;
    @media screen and (max-width: 1200px) {
      font-size: 1.2rem;
    }
  }*/
}
@media screen and (max-width: 1200px) {
  .topics .box .news dl dd {
    width: 100%;
  }
}
.topics .box .news dl dd a {
  text-decoration: none;
}
.topics .box .news dl dd a:hover {
  text-decoration: underline;
}

.link {
  width: 250px;
  height: 250px;
  margin: 0 auto 30px;
  line-height: 250px;
}
@media screen and (max-width: 1200px) {
  .link {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
}
.link a {
  width: 250px;
  height: 250px;
  display: block;
  border-radius: 50%;
  background-color: #040399;
}
@media screen and (max-width: 1200px) {
  .link a {
    width: 150px;
    height: 150px;
  }
}
.link a span {
  color: #fff;
  font-size: 2rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .link a span {
    font-size: 1.4rem;
  }
}
.link a span:after {
  font-family: "Font Awesome 6 Free";
  color: #fff;
  font-size: 2rem;
  content: "\f35d";
  font-weight: 900;
  padding: 0 0 0 5px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .link a span:after {
    font-size: 1.4rem;
  }
}

.link_text {
  padding: 0 0 100px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .link_text {
    padding: 0 0 80px;
  }
}
.link_text a {
  color: #23221f;
  font-size: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .link_text a {
    font-size: 1.4rem;
  }
}
.link_text a:after {
  font-family: "Font Awesome 6 Free";
  color: #23221f;
  font-size: 1.6rem;
  content: "\f35d";
  font-weight: 900;
  padding: 0 0 0 5px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .link_text a:after {
    font-size: 1.4rem;
  }
}

.pagetop a {
  width: 100%;
  height: auto;
  display: block;
  background: none;
  border: none;
  border-radius: 0;
}
.pagetop a img {
  width: 62px;
  height: 70px;
  display: block;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */