/*scss Document */
html,
body {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #3D4856;
  background: #fff;
  font-size: min(16px, 4vw);
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 800px) {
  body {
    font-size: 4vw;
  }
}
body {
  opacity: 0;
}

section {
  overflow: hidden;
}

.c-header {
  height: min(80px, 15vw);
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100vw;
}
@media screen and (max-width: 800px) {
  .c-header {
    height: unset;
    background: #fff;
  }
}
.c-header .inner-for_pc {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  height: inherit;
}
@media screen and (max-width: 800px) {
  .c-header .inner-for_pc {
    background: unset;
    display: unset;
  }
  .c-header .inner-for_pc .inner-for_sp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
}
.c-header .logo {
  padding: 1vw 2vw;
  width: 100%;
}
.c-header .logo a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .c-header .logo a {
    width: 30vw;
  }
}
.c-header .logo a img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .c-header .logo {
    padding: unset;
    height: auto;
  }
}
.c-header .logo .for_sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .c-header .logo .for_sp {
    display: block;
    width: inherit;
  }
}
@media screen and (max-width: 800px) {
  .c-header .logo .for_pc {
    display: none;
  }
}
.c-header .c-header_btnwrap {
  width: 45%;
  display: flex;
  justify-content: space-between;
  margin: auto 0 auto auto;
  height: inherit;
}
@media screen and (max-width: 1100px) {
  .c-header .c-header_btnwrap {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .c-header .c-header_btnwrap {
    width: 100%;
  }
}
.c-header .c-header_btnwrap .c-header_btn {
  width: 50%;
  height: inherit;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  box-sizing: border-box;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media screen and (max-width: 800px) {
  .c-header .c-header_btnwrap .c-header_btn {
    padding: 3vw;
  }
}
.c-header .c-header_btnwrap .c-header_btn img {
  margin: auto;
  max-width: 90%;
}
.c-header .c-header_btnwrap .c-header_btn:hover {
  opacity: 1 !important;
  filter: brightness(120%);
}
.c-header .c-header_btnwrap .c-header_tel {
  background: rgba(242, 104, 104, 0.8);
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .c-header .c-header_btnwrap .c-header_tel {
    pointer-events: unset;
  }
}
.c-header .c-header_btnwrap .c-header_request {
  background: url(../images/icon-link.svg) no-repeat right rgba(61, 72, 86, 0.8);
  background-position: 90% 50%;
}
.c-header .c-header_btnwrap .c-header_request img {
  padding-right: 8%;
}
@media screen and (max-width: 800px) {
  .c-header .c-header_btnwrap .c-header_request {
    background: rgba(61, 72, 86, 0.8);
  }
  .c-header .c-header_btnwrap .c-header_request img {
    padding-right: unset;
  }
}
.c-header .c-header_sp-menu,
.c-header .c-header_sp-menu-close {
  display: none;
  height: auto;
}
.c-header .c-header_sp-menu img,
.c-header .c-header_sp-menu-close img {
  width: 100%;
}
.c-header .c-header_sp-menu {
  width: 7vw;
}
@media screen and (max-width: 800px) {
  .c-header .c-header_sp-menu {
    display: inline-block;
    margin: 0 0 auto auto;
  }
}
.c-header .c-header_sp-menu-close {
  width: 9vw;
}
@media screen and (max-width: 800px) {
  .c-header .c-header_sp-menu-close {
    display: inline-block;
    margin: 3vw auto auto 85%;
  }
}
.c-header .c-g_nav_wrap {
  width: 100%;
  padding: 2vw 3vw;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .c-header .c-g_nav_wrap {
    height: 100vh;
    background: url(../images/sakura-bg1.svg) no-repeat left top #F5F4F0;
    background-size: 100% auto;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    transform: translateX(100vw);
    opacity: 0;
  }
}
.c-header .c-g_nav_wrap .c-g_nav {
  width: inherit;
}
@media screen and (max-width: 800px) {
  .c-header .c-g_nav_wrap .c-g_nav {
    text-align: center;
  }
}
.c-header .c-g_nav_wrap .c-g_nav ul {
  display: flex;
  width: inherit;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .c-header .c-g_nav_wrap .c-g_nav ul {
    flex-flow: column;
    margin: 10vw auto;
    text-align: left;
    width: 70%;
  }
  .c-header .c-g_nav_wrap .c-g_nav ul li {
    margin-bottom: 10vw;
    width: auto;
  }
}
.c-header .c-g_nav_wrap .c-g_nav a {
  color: #fff;
  font-weight: 500;
  text-shadow: #000 2px 2px 5px;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  padding: 1vw 2vw;
}
@media screen and (max-width: 1100px) {
  .c-header .c-g_nav_wrap .c-g_nav a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 800px) {
  .c-header .c-g_nav_wrap .c-g_nav a {
    color: #3D4856;
    text-shadow: unset;
    font-size: 5vw;
  }
}
.c-header .c-g_nav_wrap .c-g_nav a:hover {
  color: #F26868;
  text-shadow: unset;
  z-index: 2;
  opacity: 1;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0px;
  background: url(../images/icon-img-sakura.png) no-repeat left;
  background-size: 3vw auto;
}

.c-header__second .inner-for_pc {
  background: #fff;
  border-bottom: solid 1px #F5F4F0;
  height: inherit;
}
.c-header__second .logo .for_pc {
  display: none;
}
.c-header__second .logo .for_sp {
  display: block !important;
}
.c-header__second .c-g_nav_wrap {
  background: #fff;
}
.c-header__second .c-g_nav_wrap .c-g_nav a {
  color: #3D4856;
  text-shadow: unset;
}
.c-header__second .c-header_btnwrap .c-header_tel {
  background: #F26868;
}
.c-header__second .c-header_btnwrap .c-header_request {
  background: url(../images/icon-link.svg) no-repeat #3D4856;
  background-position: 90% 50%;
}

.content_wrap {
  position: relative;
  width: 100%;
}

.c-section_mv {
  width: 100%;
  height: 700px;
  position: relative;
  z-index: 1;
  text-align: center;
  background: #3D4856;
}
@media screen and (max-width: 800px) {
  .c-section_mv {
    height: 140vw;
  }
}
.c-section_mv .c-section_mv_text {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: inherit;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  padding-top: 4vw;
}
@media screen and (max-width: 800px) {
  .c-section_mv .c-section_mv_text {
    padding-top: unset;
  }
}
.c-section_mv .c-section_mv_text .c-section_mv_head {
  height: 55%;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .c-section_mv .c-section_mv_text .c-section_mv_head {
    height: 50%;
  }
}
@media screen and (max-width: 800px) {
  .c-section_mv .c-section_mv_text .c-section_mv_head {
    height: unset;
    width: 60vw;
    height: unset;
    margin: auto;
  }
}
.c-section_mv .c-section_mv_text .c-section_mv_head img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 800px) {
  .c-section_mv .c-section_mv_text .c-section_mv_head img {
    margin-right: -10%;
    transform: translateY(-10%);
  }
}
.c-section_mv .c-section_mv_text .c-section_mv_text_sub {
  width: 50%;
  max-height: 700px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .c-section_mv .c-section_mv_text .c-section_mv_text_sub {
    width: 70%;
    max-width: unset;
  }
}
.c-section_mv .c-section_mv_text .c-section_mv_text_sub img {
  width: 100%;
  height: auto;
}
.c-section_mv .c-section_mv_text .c-section_mv_scroll {
  height: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  left: 5vw;
  top: 40%;
}
@media screen and (max-width: 800px) {
  .c-section_mv .c-section_mv_text .c-section_mv_scroll {
    top: 35vw;
    width: 3vw;
  }
}
.c-section_mv .c-section_mv_text .c-section_mv_scroll .scroll__text {
  margin-bottom: 1vw;
}
.c-section_mv .c-section_mv_text .c-section_mv_scroll .scroll__arrow_wrap {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.c-section_mv .c-section_mv_text .c-section_mv_scroll .scroll__arrow_wrap:after {
  content: "";
  height: 1px;
  width: 2px;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: scroll__arrow 2s infinite;
}
.c-section_mv .c-section_mv_sride {
  position: relative;
  z-index: 1;
}
.c-section_mv .c-section_mv_sride,
.c-section_mv .slick-list,
.c-section_mv .slick-track {
  height: inherit;
}
.c-section_mv .c-section_mv_sride .mv_sride,
.c-section_mv .slick-list .mv_sride,
.c-section_mv .slick-track .mv_sride {
  filter: blur(100px);
  width: 100%;
  height: inherit;
  text-align: center;
}
.c-section_mv .c-section_mv_sride .mv_sride img.for_pc,
.c-section_mv .slick-list .mv_sride img.for_pc,
.c-section_mv .slick-track .mv_sride img.for_pc {
  width: auto;
  height: auto;
  min-width: 100%;
  min-width: 100%;
  display: block;
}
@media screen and (max-width: 1100px) {
  .c-section_mv .c-section_mv_sride .mv_sride img.for_pc,
  .c-section_mv .slick-list .mv_sride img.for_pc,
  .c-section_mv .slick-track .mv_sride img.for_pc {
    max-width: unset;
    width: auto;
    height: inherit;
    margin: auto;
    transform: translateX(-25%);
  }
}
.c-section_mv .c-section_mv_sride .mv_sride img.for_sp,
.c-section_mv .slick-list .mv_sride img.for_sp,
.c-section_mv .slick-track .mv_sride img.for_sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .c-section_mv .c-section_mv_sride .mv_sride img.for_pc,
  .c-section_mv .slick-list .mv_sride img.for_pc,
  .c-section_mv .slick-track .mv_sride img.for_pc {
    display: none;
  }
  .c-section_mv .c-section_mv_sride .mv_sride img.for_sp,
  .c-section_mv .slick-list .mv_sride img.for_sp,
  .c-section_mv .slick-track .mv_sride img.for_sp {
    display: block;
    width: auto;
    height: initial;
  }
}

.c-section {
  width: 100%;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 800px) {
  .c-section {
    padding: 10vw 0;
  }
}

.innner_1100 {
  max-width: 1100px;
  margin: auto;
  width: 90%;
}

.innner_800 {
  max-width: 800px;
  margin: auto;
  width: 90%;
}

.c-section_head {
  display: flex;
  flex-flow: column;
  margin-bottom: min(50px, 8vw);
}
.c-section_head__jp {
  font-size: min(30px, 6vw);
  line-height: 180%;
}
@media screen and (max-width: 800px) {
  .c-section_head__jp {
    line-height: 160%;
  }
}
.c-section_head__en {
  font-size: 16px;
  line-height: 100%;
  font-family: "Cinzel", serif;
}
.c-section_head__jp + .c-section_head__en {
  margin-top: 20px;
}

.c-section1 {
  padding-bottom: 0;
}
.c-section1 .c-article1 {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article1 {
    padding-bottom: 10vw;
  }
}
.c-section1 .c-article1:after {
  content: "";
  position: absolute;
  display: block;
  width: 5vw;
  height: 4vw;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -4vw;
  background: url(../images/icon-triangle.svg) no-repeat top;
  background-size: 100% auto;
  z-index: 5;
}
@media screen and (max-width: 1100px) {
  .c-section1 .c-article1:after {
    width: 8vw;
    height: 6vw;
    bottom: -6vw;
  }
}
.c-section1 .c-article1 .c-section1_article1_ul {
  font-size: min(20px, 5vw);
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .c-section1 .c-article1 .c-section1_article1_ul {
    font-size: 2vw;
    line-height: 180%;
  }
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article1 .c-section1_article1_ul {
    justify-content: unset;
    flex-flow: column;
    width: 90%;
    font-size: min(25px, 4vw);
    margin: auto auto 4vw auto;
    border-radius: 20px;
    background: #F5F4F0;
    text-align: center;
    padding: 4vw;
    position: relative;
  }
  .c-section1 .c-article1 .c-section1_article1_ul:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 0 20px;
    border-color: #F5F4F0 transparent transparent;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.c-section1 .c-article1 .c-section1_article1_ul li {
  padding: 35px 20px;
  width: 30%;
  border-radius: 20px;
  background: #F5F4F0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article1 .c-section1_article1_ul li {
    text-align: left;
    width: 80%;
    margin: auto auto 3vw auto;
    padding: unset;
  }
  .c-section1 .c-article1 .c-section1_article1_ul li:last-child {
    margin: auto;
  }
}
.c-section1 .c-article1 .c-section1_article1_ul li:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 30px 0 30px;
  border-color: #F5F4F0 transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article1 .c-section1_article1_ul li:after {
    display: none;
  }
}
.c-section1 .c-article1 .c-section1_article1_ul li:nth-child(1):after {
  right: -65%;
  border-width: 50px 30px 0 50px;
}
.c-section1 .c-article1 .c-section1_article1_ul li:nth-child(3):after {
  left: -65%;
  border-width: 50px 50px 0 30px;
}
.c-section1 .c-article1 .c-section1_article1_ul li:nth-child(4) {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article1 .c-section1_article1_ul li:nth-child(4) {
    position: initial;
    bottom: initial;
    left: initial;
    transform: none;
  }
}
.c-section1 .c-article1 .c-section1_article1_ul li:nth-child(4):after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  border-color: transparent transparent #F5F4F0;
  position: absolute;
  top: -20px;
  bottom: initial;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article1 .c-section1_article1_ul li:nth-child(4):after {
    display: none;
  }
}
.c-section1 .c-article2 {
  position: relative;
}
.c-section1 .c-article2 .c-section_head * {
  position: relative;
  z-index: 2;
}
.c-section1 .c-article2 .c-section_head:after {
  content: "";
  display: block;
  width: 50vw;
  height: 50vw;
  background: url(../images/sakura-bg1.svg) no-repeat left;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2 .c-section_head:after {
    width: 90vw;
    height: 90vw;
  }
}
.c-section1 .c-article2-about {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  padding: 10% 0;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about {
    flex-flow: column;
    padding: 0;
  }
}
.c-section1 .c-article2-about .c-article2-about__text {
  max-width: 1100px;
  order: 2;
  width: 80%;
  padding: 80px;
  margin: auto;
  position: relative;
  z-index: 3;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about .c-article2-about__text {
    width: 100%;
    padding: 30vw 8vw 8vw 8vw;
    margin-top: 22vw;
  }
}
.c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head {
  width: 100%;
  margin: auto;
  padding-right: 60%;
  text-align: center;
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 5vw;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head {
    width: 100%;
    margin: auto;
    padding-right: unset;
    height: 60vw;
    margin-bottom: 10vw;
  }
}
.c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head .pc-text {
  order: 2;
  margin-left: 20px;
  display: block;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head .pc-text {
    display: none;
  }
}
.c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head .sp-text {
  display: none;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head .sp-text {
    display: block;
    margin-left: -25%;
    width: 100%;
    max-width: unset;
  }
}
.c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  order: 1;
  height: inherit;
  text-align: left;
  line-height: 240%;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head span {
    display: none;
  }
}
.c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head::before {
  display: block;
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  left: -6%;
  top: -25%;
  background: url(../images/icon-img-sakura.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about .c-article2-about__text .c-article2-about__head::before {
    display: none;
  }
}
.c-section1 .c-article2-about .c-article2-about__text .c-section-text {
  background: #fff;
  line-height: 180%;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about .c-article2-about__text .c-section-text {
    font-size: 16px;
  }
}
.c-section1 .c-article2-about .c-article2-about__text .c-section-text span {
  color: #F26868;
}
.c-section1 .c-article2-about .c-article2-about__img1 {
  order: 3;
  position: absolute;
  max-width: 1100px;
  z-index: 4;
  width: 50%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about .c-article2-about__img1 {
    order: 1;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.c-section1 .c-article2-about .c-article2-about__img2 {
  order: 1;
  left: 0;
  position: absolute;
  max-width: 1100px;
  width: 50%;
  z-index: 2;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article2-about .c-article2-about__img2 {
    order: 3;
    position: unset;
    width: 100%;
  }
}
.c-section1 .c-article3 {
  position: relative;
  padding-bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3 {
    padding-bottom: 10vw;
  }
}
.c-section1 .c-article3 * {
  position: relative;
  z-index: 2;
}
.c-section1 .c-article3:after {
  content: "";
  display: block;
  width: 80vw;
  height: 100vw;
  background: url(../images/sakura-bg2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -20%;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3:after {
    top: -10%;
    width: 120vw;
    height: 180vw;
  }
}
.c-section1 .c-article3 .c-section1_article3_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3 .c-section1_article3_ul {
    justify-content: center;
  }
}
.c-section1 .c-article3 .c-section1_article3_ul li {
  width: 30%;
  background: #fff;
  text-align: left;
  margin-bottom: 3vw;
  box-shadow: 6px 4px 11px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3 .c-section1_article3_ul li {
    width: 80%;
    margin-bottom: 5vw;
  }
}
.c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head {
  width: 100%;
  aspect-ratio: 1/0.8;
  text-align: center;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head {
    aspect-ratio: 1/0.7;
  }
}
.c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head .article3_ul_head__text {
  width: 70%;
  height: auto;
  max-width: auto;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2;
  margin: auto;
  font-size: 20px;
  line-height: 180%;
  padding: 2vw 1vw;
}
@media screen and (max-width: 1100px) {
  .c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head .article3_ul_head__text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head .article3_ul_head__text {
    font-size: 4vw;
    width: 80%;
    padding: 4vw 3vw;
  }
  .c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head .article3_ul_head__text br {
    display: none;
  }
}
.c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head .article3_ul_head__text .head__en {
  font-size: 30px;
  color: #F26868;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head .article3_ul_head__text .head__en {
    font-size: 3vw;
  }
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head .article3_ul_head__text .head__en {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
}
.c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 800px) {
  .c-section1 .c-article3 .c-section1_article3_ul li .article3_ul_head img {
    width: auto;
    transform: translateY(20%) scale(1.4);
  }
}
.c-section1 .c-article3 .c-section1_article3_ul li .c-section-text {
  padding: max(16px, 3vw);
  display: block;
  line-height: 180%;
}

.c-section2 {
  color: #fff;
  background: url(../images/section4-bg_pc.jpeg) no-repeat top center;
  background-size: cover;
  text-align: center;
}
.c-section2 .c-section-text {
  text-align: center;
  line-height: 220%;
  padding-bottom: 3vw;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 800px) {
  .c-section2 .c-section-text {
    padding-bottom: 6vw;
  }
}
.c-section2 .c-section2_article1_ul {
  width: 80%;
  padding-top: 3vw;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .c-section2 .c-section2_article1_ul {
    width: 100%;
    padding-top: 6vw;
  }
}
.c-section2 .c-section2_article1_ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1.5vw;
}
.c-section2 .c-section2_article1_ul li br {
  display: none;
}
.c-section2 .c-section2_article1_ul li .article1_li__head {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .c-section2 .c-section2_article1_ul li .article1_li__head {
    width: 38%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 800px) {
  .c-section2 .c-section2_article1_ul li {
    text-align: left;
    margin-bottom: 5vw;
    line-height: 180%;
  }
  .c-section2 .c-section2_article1_ul li br {
    display: block;
  }
}

.c-section3 {
  color: #fff;
  background: url(../images/section5-bg_pc.jpeg) no-repeat top;
  background-position: 0 0.2vw;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  .c-section3 {
    background: url(../images/section5-bg_sp.jpeg) no-repeat top;
    background-size: cover;
    background-position: 0 1vw;
  }
}
.c-section3 .c-section3_article1_ul {
  color: #3D4856;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0.9090909091%;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-section3_article1_ul {
    flex-flow: column;
    width: 80%;
    min-width: 300px;
    margin: auto;
  }
}
.c-section3 .c-section3_article1_ul li {
  background: #fff;
  width: 24%;
  padding: 1vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-section3_article1_ul li {
    width: 100%;
    padding: 8vw 4vw;
    margin-bottom: 8vw;
  }
}
.c-section3 .c-section3_article1_ul li:nth-child(2) {
  background: url(../images/bg-text_single.svg) no-repeat center top #fff;
  background-size: auto 100px;
  background-position-y: -3%;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-section3_article1_ul li:nth-child(2) {
    background-size: auto 80px;
  }
}
.c-section3 .c-section3_article1_ul li:nth-child(3) {
  background: url(../images/bg-text_couple.svg) no-repeat center top #fff;
  background-size: auto 100px;
  background-position-y: -3%;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-section3_article1_ul li:nth-child(3) {
    background-size: auto 80px;
  }
}
.c-section3 .c-section3_article1_ul li:nth-child(4) {
  background: url(../images/bg-text_family.svg) no-repeat center top #fff;
  background-size: auto 100px;
  background-position-y: -3%;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-section3_article1_ul li:nth-child(4) {
    background-size: auto 80px;
  }
}
.c-section3 .c-section3_article1_ul li .article3_ul_head__text {
  width: 100%;
  margin-bottom: 20px;
}
.c-section3 .c-section3_article1_ul li .article3_ul_head__text .head__plan {
  font-size: 29px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-section3_article1_ul li .article3_ul_head__text .head__plan {
    margin-bottom: 5vw;
  }
}
.c-section3 .c-section3_article1_ul li .article_price_ul {
  width: 100%;
  margin: auto;
  margin-top: 20px;
}
.c-section3 .c-section3_article1_ul li .article_price_ul li {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  border-bottom: solid #F5F4F0 1px;
  background: none;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-section3_article1_ul li .article_price_ul li {
    margin-bottom: 0;
    line-height: normal;
  }
}
.c-section3 .c-section3_article1_ul li .article_price_ul li:first-child {
  color: #F26868;
  font-size: 19px;
  margin-bottom: 10px;
  border: none;
  padding: unset;
}
.c-section3 .c-section3_article1_ul li .article_price_ul li:last-child {
  border: unset;
  margin-bottom: unset;
}
.c-section3 .c-section3_article1_ul li .article_price_ul li .tax {
  font-size: 12px;
}
.c-section3 .c-section3_article1_ul2 {
  display: flex;
  justify-content: space-around;
}
.c-section3 .c-section3_article1_ul2 li {
  width: 48.912%;
  background-color: #FFF;
}
.c-section3 .c-section3_article1_ul2 li.cflex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-section3 .c-section3_article1_ul2 li .img {
  margin-bottom: 30px;
}
.c-section3 .c-section3_article1_ul2 li .txt {
  text-align: center;
}
.c-section3 .c-section3_article1_ul2 li .txt .head__plan2 {
  font-size: 35px;
  color: #3d4856;
  text-align: center;
  margin-bottom: 30px;
}
.c-section3 .c-section3_article1_ul2 li .txt .head__plan2 .price_small_red {
  color: #ff4444;
  font-size: 18px;
}
.c-section3 .c-section3_article1_ul2 li .txt .head__plan2 .price_small_red .tax {
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .c-section3 .c-section3_article1_ul2 {
    display: block;
    width: 80%;
    margin: auto;
  }
  .c-section3 .c-section3_article1_ul2 li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .c-section3 .c-section3_article1_ul2 li:nth-of-type(1) {
    aspect-ratio: 1/1;
  }
  .c-section3 .c-section3_article1_ul2 li:nth-of-type(1) .img {
    margin-bottom: 4vw;
  }
  .c-section3 .c-section3_article1_ul2 li:nth-of-type(1) .img img {
    width: 70%;
  }
  .c-section3 .c-section3_article1_ul2 li .txt {
    text-align: center;
  }
  .c-section3 .c-section3_article1_ul2 li .txt .head__plan2 {
    font-size: 5vw;
    color: #3d4856;
    text-align: center;
    margin-bottom: 4vw;
    line-height: 1.2;
  }
  .c-section3 .c-section3_article1_ul2 li .txt .head__plan2 .price_small_red {
    color: #ff4444;
    font-size: 4vw;
  }
  .c-section3 .c-section3_article1_ul2 li .txt .head__plan2 .price_small_red .tax {
    font-size: 3.3vw;
  }
}

.c-section4 {
  background: url(../images/sakura-bg4.svg) no-repeat left top #3D4856;
  border-top: 0.3vw solid #fff;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .c-section4 {
    border-top: 1vw solid #fff;
    background-size: 90vw;
  }
}
.c-section4 .c-section4_article1_ul {
  width: 100%;
}
.c-section4 .c-section4_article1_ul li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  color: #3D4856;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-section4_article1_ul li {
    flex-flow: column;
  }
}
.c-section4 .c-section4_article1_ul li::after {
  content: "";
  width: 2vw;
  height: 2vw;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.8vw;
  background: url(../images/icon-triangle.svg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-section4_article1_ul li::after {
    width: 10vw;
    height: 10vw;
    bottom: -8vw;
    background-size: 100% 100%;
  }
}
.c-section4 .c-section4_article1_ul li:last-child:after {
  display: none;
}
.c-section4 .c-section4_article1_ul li .article4_ul_head {
  width: 20%;
  padding: 2vw 0;
  font-size: 30px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  background: #89909A url(../images/step-bg_sakura.svg) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-section4_article1_ul li .article4_ul_head {
    width: 100%;
    padding: 5vw;
    font-size: 6vw;
    background-size: 60% auto;
  }
}
.c-section4 .c-section4_article1_ul li .article4_ul_head span {
  margin: auto;
}
.c-section4 .c-section4_article1_ul li .article4_ul_text {
  width: 80%;
  padding: 2vw;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-section4_article1_ul li .article4_ul_text {
    width: 100%;
    padding: 5vw;
    line-height: 180%;
  }
}
.c-section4 .c-section4_article1_ul li .article4_ul_text .article4_ul_head-sub {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .c-section4 .c-section4_article1_ul li .article4_ul_text .article4_ul_head-sub {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
}

.c-section5 {
  background-color: #F5F4F0;
  background-image: url(../images/hasu-bg-left.svg), url(../images/hasu-bg-right.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  background-size: auto 100%, auto 100%;
}
@media screen and (max-width: 800px) {
  .c-section5 {
    background-image: none;
    background: url(../images/hasu-bg-left.svg) no-repeat left;
    background-position: left bottom;
    background-size: auto 100%;
  }
}
.c-section5 .c-section5_article1_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 800px) {
  .c-section5 .c-section5_article1_ul {
    flex-flow: column;
    width: 90%;
    margin: auto;
  }
}
.c-section5 .c-section5_article1_ul li {
  display: flex;
  flex-flow: column;
  width: 45%;
  background: #fff;
  margin-bottom: 3vw;
}
@media screen and (max-width: 800px) {
  .c-section5 .c-section5_article1_ul li {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.c-section5 .c-section5_article1_ul li .article5_ul_head {
  background: #3D4856;
  color: #fff;
  font-size: 20px;
  text-align: left;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  min-height: 6vw;
  padding: 1.5vw;
  line-height: 140%;
}
@media screen and (max-width: 800px) {
  .c-section5 .c-section5_article1_ul li .article5_ul_head {
    padding: 4vw;
    line-height: 140%;
    font-size: 4vw;
  }
}
.c-section5 .c-section5_article1_ul li .article5_ul_head .head_text {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: auto;
}
.c-section5 .c-section5_article1_ul li .qa_text {
  font-size: 22px;
  margin-right: 5px;
  display: inline-block;
}
.c-section5 .c-section5_article1_ul li .article5_ul_text {
  padding: 1.5vw;
  display: flex;
  justify-content: flex-start;
  text-align: left;
  line-height: 180%;
}
@media screen and (max-width: 800px) {
  .c-section5 .c-section5_article1_ul li .article5_ul_text {
    padding: 4vw;
  }
}

footer {
  color: #fff;
  background: #3D4856;
  text-align: center;
  position: relative;
  padding: 5vw 0 0 0;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 10vw 0 0 0;
  }
}
footer .innner_1100 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  footer .innner_1100 {
    flex-flow: column;
    width: 80%;
  }
}
footer .innner_1100 .c-footer_left {
  width: 33%;
  height: auto;
  text-align: left;
}
@media screen and (max-width: 800px) {
  footer .innner_1100 .c-footer_left {
    width: 100%;
    text-align: center;
  }
}
footer .innner_1100 .c-footer_left .c-footer_logo {
  width: 90%;
  height: auto;
  display: inline-block;
  margin-bottom: 1vw;
}
@media screen and (max-width: 800px) {
  footer .innner_1100 .c-footer_left .c-footer_logo {
    width: 80%;
    margin-bottom: 5vw;
  }
}
footer .innner_1100 .c-footer_left .c-footer_logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  footer .innner_1100 .c-footer_left .c-footer_text {
    text-align: center;
    line-height: 180%;
  }
}
footer .innner_1100 .c-footer_left .c-footer_sns {
  display: flex;
  margin-top: 1.5vw;
}
@media screen and (max-width: 800px) {
  footer .innner_1100 .c-footer_left .c-footer_sns {
    justify-content: center;
    margin-top: 5vw;
  }
}
footer .innner_1100 .c-footer_left .c-footer_sns li {
  width: 3vw;
  height: 3vw;
  margin-right: 2vw;
}
@media screen and (max-width: 800px) {
  footer .innner_1100 .c-footer_left .c-footer_sns li {
    width: 10vw;
    height: 10vw;
    margin-right: 8vw;
  }
  footer .innner_1100 .c-footer_left .c-footer_sns li:last-child {
    margin-right: unset;
  }
}
footer .innner_1100 .c-footer_left .c-footer_sns li img {
  width: 100%;
}
footer .innner_1100 .c-footer_right {
  width: 30%;
  height: auto;
}
@media screen and (max-width: 800px) {
  footer .innner_1100 .c-footer_right {
    width: 100%;
    margin-top: 8vw;
  }
}
footer .innner_1100 .c-footer_right .c-footer_tel {
  padding: 1.5vw 3vw;
  background: #fff;
  display: block;
  box-sizing: border-box;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  footer .innner_1100 .c-footer_right .c-footer_tel {
    pointer-events: all;
    padding: 5vw 8vw;
  }
}
footer .copyright {
  max-width: 1100px;
  width: 100%;
  border-top: solid 1px #fff;
  padding: 2vw;
  text-align: center;
  margin: 3vw auto auto auto;
}
@media screen and (max-width: 800px) {
  footer .copyright {
    margin: 10vw auto auto auto;
    padding: 5vw;
  }
}

#page-top {
  width: 5vw;
  height: auto;
  position: fixed;
  right: 0;
  bottom: 5vw;
  overflow: hidden;
  background: #3D4856;
  z-index: 200;
  display: none;
}
@media screen and (max-width: 800px) {
  #page-top {
    width: 12vw;
  }
}
#page-top:hover {
  background: #F26868;
  opacity: 1;
}
#page-top img {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.text_red {
  color: #F26868;
}

.bg_lightgray {
  background: #F5F4F0;
}

#access {
  padding-bottom: 0;
}
#access .link_bnt {
  display: block;
  margin: 40px auto 0;
  background: url(../images/icon-link.svg) no-repeat #3D4856;
  background-position: 90% 50%;
  padding: 10px;
  color: #fff;
  max-width: 320px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
  #access .link_bnt {
    margin-top: 4vw;
  }
}

.nagatoroImg {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .nagatoroImg {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.nagatoroImg h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .nagatoroImg h4 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
}
.nagatoroImg .nagatoroImgWrap {
  display: flex;
  justify-content: center;
  gap: 2%;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .nagatoroImg .nagatoroImgWrap {
    display: block;
  }
}
.nagatoroImg .nagatoroImgWrap > div {
  width: 40%;
  margin-bottom: 2%;
}
@media screen and (max-width: 800px) {
  .nagatoroImg .nagatoroImgWrap > div {
    width: 100%;
    margin-bottom: 0;
  }
}
.nagatoroImg .nagatoroImgWrap > div img {
  width: 100%;
}

.nagatoroMovie {
  position: relative;
}
.nagatoroMovie video {
  width: 100%;
}

/*# sourceMappingURL=top.css.map */
