@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
.en {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*==Noto_Sans_JP==*/
/*Thin*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../../font/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*==Zen_Old_Mincho==*/
/*Regular*/
@font-face {
  font-family: "Zen_Old_Mincho";
  src: url("../../font/Zen_Old_Mincho/ZenOldMincho-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Medium*/
@font-face {
  font-family: "Zen_Old_Mincho";
  src: url("../../font/Zen_Old_Mincho/ZenOldMincho-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*SemiBold*/
@font-face {
  font-family: "Zen_Old_Mincho";
  src: url("../../font/Zen_Old_Mincho/ZenOldMincho-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Zen_Old_Mincho";
  src: url("../../font/Zen_Old_Mincho/ZenOldMincho-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*Black*/
@font-face {
  font-family: "Zen_Old_Mincho";
  src: url("../../font/Zen_Old_Mincho/ZenOldMincho-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix
---------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Zen_Old_Mincho";
  font-weight: 400;
  font-size: clamp(1rem, 0.775rem + 0.96vw, 1.375rem);
  font-style: normal;
  line-height: 1.8;
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.sp-block {
  display: none;
}

.section__container {
  text-align: center;
}

.wrapper {
  width: min(100%, 1000px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.ly__flex {
  display: flex;
}

.text-green {
  color: #02adab;
}

.text-white {
  color: #FFFFFF;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
/* Module */
.header__container {
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  min-height: 100px;
  padding: 20px;
  z-index: 1;
}

.header__logo {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.main__visual {
  padding-top: 100px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .header__container {
    min-height: 50px;
    padding: 10px;
  }
  .header__logo {
    max-width: 150px;
  }
  .main__visual {
    padding-top: 50px;
  }
  .main__visual h1 {
    aspect-ratio: 75/49;
  }
  .main__visual img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.footer__container {
  text-align: center;
  background-color: #000000;
  padding: 100px 0 180px;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.725rem + 0.64vw, 1.125rem);
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.sns__items {
  gap: 7%;
  justify-content: center;
  align-items: center;
  margin-bottom: 130px;
}
.sns__items .sns__item {
  width: 20%;
  max-width: 90px;
}
.sns__items .sns__item a {
  display: block;
}
.sns__items .sns__item a:hover {
  transform: translateY(-10px);
}

.company__list {
  margin-bottom: 60px;
}

.link__list {
  justify-content: center;
  margin-bottom: 60px;
}
.link__list a {
  color: #FFFFFF;
}
.link__list a:hover {
  text-decoration: underline;
}
.link__list li:first-child::after {
  content: "/";
  margin: 0 1em;
}

copy {
  font-size: clamp(0.625rem, 0.4rem + 0.96vw, 1rem);
  line-height: 1.5;
  display: inline-block;
}
copy:not(:last-child) {
  margin-bottom: 1em;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 50px 0;
    font-weight: 100;
  }
  .sns__items {
    margin-bottom: 30px;
  }
  .sns__items .sns__item {
    max-width: 40px;
  }
  .company__list {
    margin-bottom: 30px;
  }
  .link__list {
    margin-bottom: 30px;
  }
}
/*===========================
#secIntro
===========================*/
#secIntro {
  padding: 40px 0 80px;
}

.intro__title {
  font-size: clamp(1.375rem, 1.075rem + 1.28vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2;
}

.intro__date {
  display: inline-flex;
  margin-bottom: 25px;
}
.intro__date span {
  background-color: #02adab;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 40px;
  padding: 0 15px;
}
.intro__date::before {
  content: "";
  display: block;
  width: 15px;
  height: 40px;
  background-color: #02adab;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.intro__date::after {
  content: "";
  display: block;
  width: 15px;
  height: 40px;
  background-color: #02adab;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.intro__desc {
  margin-bottom: 80px;
}

.intro__list {
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}

.intro__item {
  max-width: 210px;
  width: 20%;
}
.intro__item:hover {
  transform: rotate(5deg);
}
.intro__item:nth-child(even) {
  margin-top: 50px;
}
.intro__item .active-image {
  display: none;
}
.intro__item:last-child:active .default-image {
  display: none;
}
.intro__item:last-child:active .active-image {
  display: block;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secIntro {
    padding: 20px 0 50px;
  }
  .intro__desc {
    margin-bottom: 30px;
  }
  .intro__item {
    max-width: initial;
    width: 100%;
  }
  .intro__item:nth-child(even) {
    margin-top: 0;
  }
  .intro__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .intro__item .active-image {
    display: none;
  }
  .intro__item:last-child:active .default-image {
    display: block;
  }
}
#secAbout {
  padding: 100px 0 130px;
  background-image: linear-gradient(165deg, #44b5bd 0%, #59d1dc 64%, #9ef9ff 100%);
  color: #FFFFFF;
}

.about__title {
  margin-bottom: 70px;
}
.about__title h2.en {
  font-size: clamp(1.25rem, 0.65rem + 2.56vw, 2.25rem);
}
.about__title p {
  font-size: clamp(1rem, 0.625rem + 1.6vw, 1.625rem);
}
.about__title::before {
  content: "";
  display: block;
  max-width: 550px;
  aspect-ratio: 11/2;
  background-image: url(../../img/object.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 70px;
}

.about__desc {
  font-weight: 700;
  margin-bottom: 1.5em;
  transform: rotateY(25deg);
  letter-spacing: 0;
}

.btn {
  background-color: #FFFFFF;
  color: #02adab;
  max-width: 300px;
  display: block;
  padding: 5px;
  margin: 80px auto;
}
.btn:hover {
  background-color: #deb072;
  color: #FFFFFF;
}

.slick-list {
  padding-bottom: 10px;
}

.about__item {
  margin: 0 20px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #secAbout {
    padding: 40px 0 50px;
  }
  .about__title {
    margin-bottom: 30px;
  }
  .about__title::before {
    margin-bottom: 30px;
  }
  .about__desc {
    margin-bottom: 30px;
  }
  .btn {
    max-width: 200px;
    padding: 5px 10px;
    margin: 30px auto;
  }
  .about__item {
    margin: 0 10px;
  }
}
/*===========================
#contents01
===========================*/
#contents01 {
  padding: 100px 0 80px;
}

.iframe__container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 60px;
  box-shadow: 6px 6px #b9e8ec;
}

.iframe__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents__frame {
  max-width: 900px;
  border: 4px solid #02adab;
  border-radius: 20px;
  text-align: left;
  position: relative;
  margin: 0 auto;
}
.contents__frame p:last-child {
  font-size: 1rem;
}
.contents__frame p:not(:last-child) {
  margin-bottom: 1.5em;
}
.contents__frame::before {
  content: "";
  display: block;
  width: 20%;
  max-width: 196px;
  aspect-ratio: 81/137;
  background-image: url(../../img/object-character-01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -100px;
  top: -60px;
}
.contents__frame::after {
  content: "";
  display: block;
  width: 20%;
  max-width: 195px;
  aspect-ratio: 81/137;
  background-image: url(../../img/object-character-04.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -50px;
  bottom: -60px;
  transform: rotate(5deg);
}
.contents__frame .inner {
  font-size: clamp(0.875rem, 0.575rem + 1.28vw, 1.375rem);
  padding: 70px 90px;
  position: relative;
}
.contents__frame .inner::after {
  content: "";
  display: block;
  width: 20%;
  max-width: 197px;
  aspect-ratio: 197/319;
  background-image: url(../../img/object-character-02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -100px;
  top: 20%;
}
.contents__frame .inner::before {
  content: "";
  display: block;
  width: 20%;
  max-width: 197px;
  aspect-ratio: 197/319;
  background-image: url(../../img/object-character-03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -200px;
  top: 32%;
  transform: rotate(-15deg);
}

.contents01__subtitle {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 80px 0 60px;
}

.contents01__readtext {
  margin-bottom: 60px;
}

/*===========================
.contents 共通　説明
===========================*/
.section-green {
  background-image: linear-gradient(165deg, #44b5bd 0%, #59d1dc 64%, #9ef9ff 100%);
  border-bottom: 1px solid #FFFFFF;
}
.section-green .wrapper {
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1rem, 0.1rem + 3.84vw, 2.5rem);
  line-height: 1;
  padding: 90px 0;
}

.number__title {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: clamp(1.25rem, 0.425rem + 3.52vw, 2.625rem);
  flex: 1;
}
.number__title .en {
  font-size: clamp(1.75rem, -0.65rem + 10.24vw, 5.75rem);
  margin-right: 15px;
}
.number__title.-center {
  justify-content: center;
}

.section-green .number__title {
  font-size: clamp(1rem, 0.1rem + 3.84vw, 2.5rem);
}
.section-green .number__title .en {
  font-size: clamp(1.438rem, -1.15rem + 11.04vw, 5.75rem);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #contents01 {
    padding: 50px 0 120px;
  }
  .iframe__container {
    margin-bottom: 30px;
  }
  .contents__frame {
    border-width: 3px;
  }
  .contents__frame p:last-child {
    font-size: 0.75rem;
  }
  .contents__frame::before {
    right: initial;
    left: 5%;
    top: initial;
    bottom: -70px;
    transform: rotate(-8deg);
  }
  .contents__frame::after {
    right: initial;
    left: 30%;
    bottom: -90px;
    transform: rotate(0);
  }
  .contents__frame .inner {
    padding: 2rem 1.5rem 5em;
  }
  .contents__frame .inner::after {
    left: initial;
    top: initial;
    right: 2%;
    bottom: -90px;
    transform: rotate(5deg);
  }
  .contents__frame .inner::before {
    left: initial;
    right: 25%;
    top: initial;
    bottom: -70px;
    transform: rotate(0);
  }
  .contents01__subtitle {
    font-size: 1.125rem;
    margin: 20px 0;
  }
  .contents01__readtext {
    margin-bottom: 30px;
  }
  /*===========================
  .contents 共通　説明
  ===========================*/
  .section-green .wrapper {
    padding: 30px 20px;
  }
}/*# sourceMappingURL=style.css.map */



.footer_bnr {
    max-width: 750px;
    margin: 0 auto 130px;
}
@media screen and (max-width: 767px) {
  
  .footer_bnr {
    margin-bottom: 50px;
  }
}