@charset "UTF-8";
/* ==========================================================================

	TOP

========================================================================== */
/*--------------------------------
    基本レイアウト
--------------------------------*/
main {
  padding-top: 0;
}

.read_copy {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .read_copy {
    font-size: 1.6rem;
    text-align: justify;
  }
}

.io.delay {
  transition-delay: 0.7s;
}

.io.delay2 {
  transition-delay: 1.2s;
}

/*--------------------------------
    メインビジュアル
--------------------------------*/
#mainvisual {
  position: relative;
  width: 100%;
  /* height: 100dvh; */
  text-align: center;
  padding: 100px 0 12rem;
  margin: 0 auto;
  transition: 0.4s;
}
@media screen and (max-width: 812px) {
  #mainvisual {
    padding: 80px 0 6rem;
  }
}
#mainvisual .mv_box {
  position: relative;
}
#mainvisual .mv_box picture {
  width: 100%;
}
#mainvisual .mv_box picture img {
  width: 100%;
}
#mainvisual .mv_box span.top_balloon {
  display: block;
  position: absolute;
  top: 3.5%;
  left: 19%;
  width: 15%;
}
#mainvisual .mv_box span.top_balloon img {
  width: 100%;
}
@media screen and (max-width: 812px) {
  #mainvisual .mv_box span.top_balloon {
    top: 3.5%;
    left: 2%;
    width: 23%;
  }
}
#mainvisual .mv_box .main_copy {
  width: 100%;
  position: absolute;
  top: 3.4vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 812px) {
  #mainvisual .mv_box .main_copy {
    top: 6.5vw;
  }
}
#mainvisual .mv_box .main_copy > h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 812px) {
  #mainvisual .mv_box .main_copy > h2 {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
}
#mainvisual .mv_box .main_copy > div {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 812px) {
  #mainvisual .mv_box .main_copy > div {
    font-size: 2.2rem;
  }
}
#mainvisual .mv_box .main_copy > div em {
  font-size: 4.4rem;
}
@media screen and (max-width: 812px) {
  #mainvisual .mv_box .main_copy > div em {
    font-size: 2.2rem;
  }
}
#mainvisual .read_copy {
  margin-top: 10rem;
}
@media screen and (max-width: 812px) {
  #mainvisual .read_copy {
    width: 90%;
    margin: 5rem auto;
    text-align: justify;
  }
}
#mainvisual .link_btn {
  width: 700px;
  max-width: none;
  font-size: 2.8rem;
  margin-top: 10rem;
  position: sticky;
  bottom: 5%;
}
@media screen and (max-width: 812px) {
  #mainvisual .link_btn {
    width: 90%;
    font-size: 2rem;
    margin: 5rem auto 0;
    bottom: 5%;
  }
}
#mainvisual .link_btn a {
  flex-direction: column;
  min-height: 140px;
}
@media screen and (max-width: 812px) {
  #mainvisual .link_btn a {
    min-height: 80px;
  }
}
#mainvisual .link_btn a span {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.8em;
}
@media screen and (max-width: 812px) {
  #mainvisual .link_btn a span {
    font-size: 1.4rem;
  }
}
#mainvisual .link_btn a span small {
  font-size: 1rem;
}
@media screen and (max-width: 812px) {
  #mainvisual .link_btn a span small {
    font-size: 0.9rem;
  }
}

@keyframes pulpul {}
#BALLOON {
  overflow: hidden;
}
#BALLOON .balloon_wrapper {
  margin-top: 10rem;
  aspect-ratio: 16/12;
  position: relative;
}
@media screen and (max-width: 812px) {
  #BALLOON .balloon_wrapper {
    margin-top: 5rem;
    aspect-ratio: 16/42;
  }
}
#BALLOON .balloon_wrapper span {
  display: block;
  position: absolute;
  width: 24%;
  height: auto;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 812px) {
  #BALLOON .balloon_wrapper span {
    width: 50%;
    transform: translate(0, 0);
  }
}
#BALLOON .balloon_wrapper span img {
  width: 100%;
}
#BALLOON .balloon_wrapper span.balloon1 {
  top: 0%;
  left: 22%;
}
#BALLOON .balloon_wrapper span.balloon2 {
  top: 0%;
  left: 50%;
}
#BALLOON .balloon_wrapper span.balloon3 {
  top: 0%;
  left: 78%;
}
#BALLOON .balloon_wrapper span.balloon4 {
  top: 30%;
  left: 8%;
}
#BALLOON .balloon_wrapper span.balloon5 {
  top: 30%;
  left: 36%;
}
#BALLOON .balloon_wrapper span.balloon6 {
  top: 30%;
  left: 64%;
}
#BALLOON .balloon_wrapper span.balloon7 {
  top: 30%;
  left: 92%;
}
#BALLOON .balloon_wrapper span.balloon8 {
  top: 60%;
  left: 22%;
}
#BALLOON .balloon_wrapper span.balloon9 {
  top: 60%;
  left: 78%;
}
#BALLOON .balloon_wrapper span.illust_balloon {
  width: 20%;
  bottom: 0%;
  left: 50%;
}
@media screen and (max-width: 812px) {
  #BALLOON .balloon_wrapper span.balloon1 {
    top: 0%;
    left: 0;
  }
  #BALLOON .balloon_wrapper span.balloon2 {
    top: 8%;
    left: auto;
    right: 0;
  }
  #BALLOON .balloon_wrapper span.balloon3 {
    top: 16%;
    left: 0;
  }
  #BALLOON .balloon_wrapper span.balloon4 {
    top: 24%;
    left: auto;
    right: 0;
  }
  #BALLOON .balloon_wrapper span.balloon5 {
    top: 32%;
    left: 0%;
  }
  #BALLOON .balloon_wrapper span.balloon6 {
    top: 40%;
    left: auto;
    right: 0;
  }
  #BALLOON .balloon_wrapper span.balloon7 {
    top: 48%;
    left: 0%;
  }
  #BALLOON .balloon_wrapper span.balloon8 {
    top: 56%;
    left: auto;
    right: 0;
  }
  #BALLOON .balloon_wrapper span.balloon9 {
    top: 64%;
    left: 0%;
  }
  #BALLOON .balloon_wrapper span.illust_balloon {
    width: 40%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#REASON .container {
  max-width: 1440px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}
@media screen and (max-width: 812px) {
  #REASON .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#REASON .container .heading_1 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 812px) {
  #REASON .container .heading_1 {
    margin-bottom: 8rem;
  }
}
#REASON .container .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner {
    display: block;
  }
}
#REASON .container .inner + .inner {
  margin-top: 15rem;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner + .inner {
    margin-top: 12rem;
  }
}
#REASON .container .inner .copy_box {
  width: 60%;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .copy_box {
    width: 100%;
  }
}
#REASON .container .inner .copy_box h3 {
  position: relative;
}
#REASON .container .inner .copy_box h3 span {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  position: absolute;
  top: -100px;
  left: -50px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .copy_box h3 span {
    width: 60px;
    height: 60px;
    border: 2px solid var(--color-primary);
    font-size: 20px;
    top: -70px;
    left: -10px;
  }
}
#REASON .container .inner .copy_box h3 span em {
  font-size: 16px;
  margin-right: 0.3em;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .copy_box h3 span em {
    font-size: 13px;
  }
}
#REASON .container .inner .copy_box p {
  color: #000;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .copy_box p {
    margin-bottom: 2rem;
  }
}
#REASON .container .inner .copy_box figure img {
  width: 60%;
  max-width: 400px;
  margin: 6rem auto 0 0;
  border-radius: 2rem;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .copy_box figure img {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
#REASON .container .inner .copy_box figure img[src*="fig5.svg"] {
  max-width: 600px;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .copy_box figure img[src*="fig5.svg"] {
    max-width: none;
  }
}
#REASON .container .inner .copy_box figure figcaption {
  font-size: 1.4rem;
  color: #000;
  margin-top: 1em;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .copy_box figure figcaption {
    font-size: 1.3rem;
    text-align: center;
  }
}
#REASON .container .inner .copy_box .column figure img {
  width: 100%;
  margin: 6rem auto 0;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .copy_box .column figure img {
    margin: 0 auto;
  }
}
#REASON .container .inner .illust_box {
  width: 40%;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .illust_box {
    width: 100%;
    margin: 3rem auto 0;
  }
}
#REASON .container .inner .illust_box span {
  position: relative;
  display: block;
}
#REASON .container .inner .illust_box span img {
  margin: 0;
}
#REASON .container .inner .illust_box span .delay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#REASON .container .inner .link_btn {
  margin-top: 6rem;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner .link_btn {
    margin-top: 3rem;
  }
}
#REASON .container .inner.--rev {
  flex-direction: row-reverse;
}
#REASON .container .inner.--rev .copy_box h3 {
  text-align: right;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner.--rev .copy_box h3 {
    text-align: justify;
  }
}
#REASON .container .inner.--rev .copy_box h3 span {
  left: auto;
  right: -50px;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner.--rev .copy_box h3 span {
    right: auto;
    left: -10px;
  }
}
#REASON .container .inner.--rev .copy_box p {
  text-align: right;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner.--rev .copy_box p {
    text-align: justify;
  }
}
#REASON .container .inner.--rev .copy_box figure img {
  margin: 6rem 0 0 auto;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner.--rev .copy_box figure img {
    margin: 0 auto;
  }
}
#REASON .container .inner.--rev .copy_box figure figcaption {
  text-align: right;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner.--rev .copy_box figure figcaption {
    text-align: center;
  }
}
#REASON .container .inner:nth-of-type(2) .copy_box, #REASON .container .inner:nth-of-type(4) .copy_box {
  margin-left: -10%;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner:nth-of-type(2) .copy_box, #REASON .container .inner:nth-of-type(4) .copy_box {
    margin-left: 0;
  }
}
#REASON .container .inner:nth-of-type(2) .illust_box, #REASON .container .inner:nth-of-type(4) .illust_box {
  width: 50%;
}
@media screen and (max-width: 812px) {
  #REASON .container .inner:nth-of-type(1) .copy_box figure {
    display: none;
  }
  #REASON .container .inner:nth-of-type(1) .illust_box {
    width: 70%;
  }
  #REASON .container .inner:nth-of-type(2) .illust_box {
    width: 90%;
  }
  #REASON .container .inner:nth-of-type(3) .illust_box {
    width: 70%;
  }
  #REASON .container .inner:nth-of-type(4) .illust_box {
    width: 100%;
  }
  #REASON .container .inner:nth-of-type(5) .illust_box {
    width: 70%;
  }
}

#MOVIE {
  padding-bottom: 0;
}
#MOVIE .container:first-child strong {
  display: block;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #MOVIE .container:first-child strong {
    font-size: 1.8rem;
  }
}
#MOVIE .container:first-child .delay {
  width: 50%;
  margin: -12rem auto 6rem;
}
@media screen and (max-width: 812px) {
  #MOVIE .container:first-child .delay {
    width: 90%;
    margin: -6rem auto 6rem;
  }
}
#MOVIE .container:last-child {
  position: relative;
}
#MOVIE .container:last-child .delay {
  width: 10rem;
  position: absolute;
  right: 20%;
  top: -6rem;
}
@media screen and (max-width: 812px) {
  #MOVIE .container:last-child .delay {
    width: 6rem;
    top: -3.5rem;
  }
}
#MOVIE .container:last-child .inner {
  padding: 12rem 0;
  max-width: 1280px;
  min-width: 990px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
}
@media screen and (max-width: 812px) {
  #MOVIE .container:last-child .inner {
    padding: 6rem 0;
    max-width: none;
    min-width: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#MOVIE .container:last-child .inner a img {
  border: 2px solid #fff;
}
@media (any-hover: hover) {
  #MOVIE .container:last-child .inner a:hover img {
    opacity: 0.6;
  }
}
#MOVIE .container:last-child .inner .read_copy {
  margin: 6rem auto 0;
}
@media screen and (max-width: 812px) {
  #MOVIE .container:last-child .inner .read_copy {
    margin: 3rem auto 0;
    text-align: center;
  }
}
#MOVIE .container:last-child .inner .link_btn {
  width: 300px;
}
@media screen and (max-width: 812px) {
  #MOVIE .container:last-child .inner .link_btn {
    width: 270px;
  }
}

#VOICE ul {
  margin-top: 10rem;
}
@media screen and (max-width: 812px) {
  #VOICE ul {
    margin-top: 5rem;
  }
}
#VOICE ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#VOICE ul li + li {
  margin-top: 5rem;
}
@media screen and (max-width: 812px) {
  #VOICE ul li + li {
    margin-top: 3rem;
  }
}
#VOICE ul li .balloon_box {
  width: 80%;
  color: #000;
  line-height: 2;
  background-color: #fff;
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media screen and (max-width: 812px) {
  #VOICE ul li .balloon_box {
    width: calc(80% - 30px);
    line-height: 1.8;
    padding: 2.5rem;
    border-radius: 2rem;
  }
}
#VOICE ul li .balloon_box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #ffffff;
  border-right: 0;
  position: absolute;
  left: 100%;
  top: calc(50% - 15px);
}
@media screen and (max-width: 812px) {
  #VOICE ul li .balloon_box:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #ffffff;
    top: calc(50% - 10px);
  }
}
#VOICE ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#VOICE ul li:nth-child(even) .balloon_box:after {
  border-right: 30px solid #ffffff;
  border-left: 0;
  left: auto;
  right: 100%;
}
@media screen and (max-width: 812px) {
  #VOICE ul li:nth-child(even) .balloon_box:after {
    border-right: 20px solid #ffffff;
  }
}
#VOICE ul li .face_box {
  width: 20%;
}
#VOICE ul li .face_box img {
  width: 8rem;
}
#VOICE ul li .face_box span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 812px) {
  #VOICE ul li .face_box span {
    font-size: 1.3rem;
  }
}

#FAQ ul {
  border-top: 1px solid var(--color-primary);
}
#FAQ ul li {
  border-bottom: 1px solid var(--color-primary);
}