@charset "UTF-8";
/*font-face*/
/*
@font-face {
  font-family: "NotoSana";
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSana";
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "ProductSans-Thin";
  src: url("../fonts/ProductSans-Thin.ttf");
  font-weight: normal;
  font-style: normal;
}
*/
/*sass 変数*/
/*
$font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
$noto: "NotoSana", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
$yugo: "游ゴシック", YuGoshic,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
$thin: "ProductSans-Thin", "游ゴシック", YuGoshic,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;

*/
/*sass function*/
/*
@include mq(){}
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "sans-serif", "fot-tsukuardgothic-std", "メイリオ", "Meiryo", "verdana";
  line-height: 1.6;
  padding: 0;
  margin: auto;
  scroll-behavior: smooth;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.font_f {
  font-family: futura-pt, sans-serif;
}

.font_m {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 598px) {
  .sp_only {
    display: inline;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 598px) {
  .pc_only {
    display: none;
  }
}

.gradation_button {
  background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #667eea 100%);
  background-size: 200%;
  color: #fff;
  border-radius: 45px;
  padding: 0.5rem 2rem;
  transition: 0.5s;
}

.gradation_button:hover {
  background-position: 100% 50%;
  transform: scale(0.97);
  opacity: 0.85;
}

.section_title {
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.section_title h2 {
  color: #773199;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .section_title h2 {
    font-size: 3.5vw;
  }
}
.section_title .dotted {
  height: 28px;
  box-sizing: border-box;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
}
.section_title .dotted li {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  background: #773199;
  border-radius: 50%;
}
@media screen and (max-width: 780px) {
  .section_title h3 {
    font-size: 6.15vw;
  }
}
.section_title h3.sub {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .section_title h3.sub {
    font-size: 4vw;
  }
}
.section_title h3.main f {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .section_title h3.main f {
    font-size: 6.15vw;
  }
}

#janp1, #janp2, #janp4, #janp5 {
  padding-top: 80px;
}
@media screen and (max-width: 780px) {
  #janp1, #janp2, #janp4, #janp5 {
    padding-top: 0;
  }
}

#background_fiting {
  background-color: #fff;
}

#header {
  max-width: 1560px;
  margin: auto;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row nowrap;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  #header {
    height: auto;
  }
}
#header .header_left {
  margin-right: auto;
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 980px) {
  #header .header_left {
    padding: 2vw 2.5vw;
  }
}
#header .header_left a .title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  #header .header_left a .title {
    font-size: 4.1vw;
    margin-bottom: 0;
  }
}
#header .header_left a .sub {
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  #header .header_left a .sub {
    font-size: 3.33vw;
  }
}
#header .header_right {
  position: relative;
}
@media screen and (max-width: 1080px) {
  #header .header_right {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
  }
}
#header .header_right #hum_button {
  display: none;
}
@media screen and (max-width: 1080px) {
  #header .header_right #hum_button {
    padding: 3px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    z-index: 100;
  }
  #header .header_right #hum_button > div {
    width: 26px;
    height: 2px;
    background: #361F59;
    opacity: 1;
    transition: 0.5s;
  }
  #header .header_right #hum_button > div:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  #header .header_right #hum_button {
    top: 2vw;
    right: 2.5vw;
  }
}
#header .header_right #hum_button.is_open > div:nth-child(1) {
  transform-origin: left;
  transform: rotate(45deg);
  width: 32px;
  background: #fff;
}
#header .header_right #hum_button.is_open > div:nth-child(2) {
  opacity: 0;
}
#header .header_right #hum_button.is_open > div:nth-child(3) {
  width: 32px;
  transform-origin: left;
  transform: rotate(-45deg);
  background: #fff;
}
#header .header_right nav {
  position: relative;
}
@media screen and (max-width: 1080px) {
  #header .header_right nav {
    right: 0%;
    transform: translateX(102%);
    transition: 0.5s;
  }
}
#header .header_right nav > ul {
  padding-top: 1.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  #header .header_right nav > ul {
    flex-direction: column;
    opacity: 0.95;
    min-width: 320px;
    max-width: 400px;
    width: 100vw;
    padding-top: 64px;
    background: #AD99E5;
  }
}
@media screen and (max-width: 598px) {
  #header .header_right nav > ul {
    height: 100vh;
    box-sizing: border-box;
    padding-bottom: 25vw;
  }
}
#header .header_right nav > ul li {
  margin-right: 1rem;
  font-weight: 700;
  padding-bottom: 6px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  #header .header_right nav > ul li {
    color: #fff;
    margin: 1.5rem 0.5rem;
    font-weight: 400;
  }
}
#header .header_right nav > ul li .gradation_button {
  font-weight: 500;
  white-space: nowrap;
}
#header .header_right nav > ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  width: 0%;
  height: 0;
}
#header .header_right nav > ul li:hover:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background: linear-gradient(90deg, #667eea, #764ba2);
}
@media screen and (max-width: 1080px) {
  #header .header_right #navi.is_open {
    transform: translateX(0%);
  }
}

#first_section {
  max-width: 1560px;
  margin: auto;
  width: auto;
  background-color: #fff;
  background-image: url(../img/mv.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1560px;
}
@media screen and (max-width: 780px) {
  #first_section {
    background-color: #f9f6ff;
    background-image: url(../img/mv_sp.svg);
    background-position: center 75vw;
    background-size: contain;
  }
}
#first_section .mv_contents {
  height: 600px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #first_section .mv_contents {
    max-width: 90%;
  }
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents {
    text-align: center;
    height: auto;
    padding-top: 33vw;
  }
}
#first_section .mv_contents .circle {
  width: 430px;
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents .circle {
    width: 100%;
  }
}
#first_section .mv_contents .circle ul {
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents .circle ul {
    justify-content: center;
  }
}
#first_section .mv_contents .circle ul li {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #AD99E5;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents .circle ul li {
    font-size: 4vw;
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents .circle ul li:last-child {
    margin-right: 0;
  }
}
#first_section .mv_contents .catchcopy {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents .catchcopy {
    width: 100%;
    text-align: center;
    font-size: 4.6vw;
  }
}
#first_section .mv_contents h1 {
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents h1 {
    margin-top: 2rem;
    width: 100%;
  }
}
#first_section .mv_contents h1 .sub {
  color: #773199;
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents h1 .sub {
    font-size: 6.5vw;
  }
}
#first_section .mv_contents h1 .main {
  background: linear-gradient(90deg, #b456da, #ee609c);
  background: -webkit-linear-gradient(0deg, #b456da, #ee609c);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents h1 .main {
    font-size: 8.2vw;
  }
}
#first_section .mv_contents .font_f {
  font-size: 1.25rem;
  margin-left: 0.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 780px) {
  #first_section .mv_contents .font_f {
    font-size: 3.5vw;
  }
}
#first_section #trouble {
  margin-top: 10rem;
}
@media screen and (max-width: 780px) {
  #first_section #trouble {
    margin-top: 95vw;
  }
}
#first_section #trouble .content {
  background-image: url(../img/bg_1.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1080px) {
  #first_section #trouble .content {
    width: 95%;
  }
}
#first_section #trouble .content figure {
  transform: translateY(1rem);
  position: relative;
  z-index: 2;
}
#first_section #trouble .content figure img {
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  #first_section #trouble .content figure img {
    width: 100%;
  }
}
#first_section #trouble .content figure.pc {
  display: block;
}
@media screen and (max-width: 780px) {
  #first_section #trouble .content figure.pc {
    display: none;
  }
}
#first_section #trouble .content figure.sp {
  display: none;
}
@media screen and (max-width: 780px) {
  #first_section #trouble .content figure.sp {
    display: block;
  }
}
#first_section #trouble h3.sub {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  #first_section #trouble h3.sub {
    font-size: 4.1vw;
  }
}
#first_section #trouble h3.main {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  #first_section #trouble h3.main {
    font-size: 6.1vw;
  }
}

#intermediate {
  text-align: center;
}
#intermediate .balloon {
  box-sizing: border-box;
  width: 700px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  #intermediate .balloon {
    width: 90%;
    position: relative;
    z-index: 1;
  }
}
#intermediate .balloon .strings {
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(90deg, #667ee7, #764ba2);
  border-radius: 1rem;
  font-size: 1.5rem;
  padding: 1rem;
  color: #fff;
}
@media screen and (max-width: 780px) {
  #intermediate .balloon .strings .sub {
    font-size: 4.5vw;
  }
}
#intermediate .balloon .strings .main {
  font-size: 30px;
}
@media screen and (max-width: 780px) {
  #intermediate .balloon .strings .main {
    font-size: 7.6vw;
  }
}
#intermediate .balloon .strings span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #feff69;
  margin: 0 0.5rem;
  background-image: url(../img/pin.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
#intermediate .balloon .tail_block {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 2.5rem;
  background: linear-gradient(90deg, #667ee7, #764ba2);
  clip-path: polygon(calc(50% + 0.75rem) 0, 50% 100%, calc(50% - 0.75rem) 0);
}

#first_section_separator {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #e6defa;
  border-radius: 0 4rem 0 0;
  transform: translateY(-108px);
  z-index: 0;
}
@media screen and (max-width: 780px) {
  #first_section_separator {
    height: 34vw;
    border-radius: 0;
    transform: translateY(-33vw);
    z-index: 0;
  }
}

#second_section {
  background-color: #e6defa;
  box-sizing: border-box;
  padding-top: 3rem;
}
#second_section h3 {
  color: #773199;
  font-size: 2rem;
}
#second_section .section_title {
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}
#second_section .detaile_box {
  margin-bottom: 5rem;
}
#second_section .detailed_boxes {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #second_section .detailed_boxes {
    max-width: 90%;
  }
}
#second_section .detailed_boxes .detaile_box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  #second_section .detailed_boxes .detaile_box {
    flex-flow: column;
  }
}
#second_section .detailed_boxes .detaile_box figure {
  max-width: 296px;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 980px) {
  #second_section .detailed_boxes .detaile_box figure {
    max-width: 900px;
    text-align: center;
    position: relative;
    width: 90%;
    height: 23vw;
  }
}
#second_section .detailed_boxes .detaile_box figure img {
  width: 540px;
}
@media screen and (max-width: 980px) {
  #second_section .detailed_boxes .detaile_box figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
#second_section .detailed_boxes .contents_box {
  width: 836px;
  height: 467px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 980px) {
  #second_section .detailed_boxes .contents_box {
    width: 100%;
    height: auto;
  }
}
#second_section .detailed_boxes .contents_box .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
#second_section .detailed_boxes .contents_box .title > p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-sizing: border-box;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  background: linear-gradient(-45deg, #667eea, #764ba2);
  color: #fff;
}
@media screen and (max-width: 780px) {
  #second_section .detailed_boxes .contents_box .title > p {
    width: 10vw;
    height: 10vw;
    font-size: 4vw;
  }
}
#second_section .detailed_boxes .contents_box .title h4 {
  font-size: 2rem;
  font-weight: 700;
  color: #6c69cc;
  margin-bottom: 1rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 780px) {
  #second_section .detailed_boxes .contents_box .title h4 {
    font-size: 4.6vw;
  }
}
#second_section .detailed_boxes .contents_box h5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 780px) {
  #second_section .detailed_boxes .contents_box h5 {
    font-size: 4.5vw;
  }
}
#second_section .detailed_boxes .contents_box li p {
  display: inline-table;
  background: #fffbc4;
  border-radius: 5px;
  height: 44px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  margin: 0.5rem 0;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  #second_section .detailed_boxes .contents_box li p {
    font-size: 4.1vw;
  }
}
#second_section .detailed_boxes .detaile_box:last-child {
  margin-bottom: 0;
}
#second_section .detailed_boxes .left_image .contents_box {
  padding-left: 17rem;
  padding-right: 2rem;
}
@media screen and (max-width: 980px) {
  #second_section .detailed_boxes .left_image .contents_box {
    padding-top: 30vw;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3rem;
  }
}
#second_section .detailed_boxes .right_image {
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  #second_section .detailed_boxes .right_image {
    flex-direction: column;
  }
}
#second_section .detailed_boxes .right_image figure {
  display: flex;
  justify-content: end;
}
#second_section .detailed_boxes .right_image .contents_box {
  padding-left: 2rem;
  padding-right: 17rem;
}
@media screen and (max-width: 980px) {
  #second_section .detailed_boxes .right_image .contents_box {
    padding-top: 30vw;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 3rem;
  }
}

#second_section::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 108px;
  background-color: #e6defa;
  border-radius: 0 0 0 4rem;
  z-index: 0;
}
@media screen and (max-width: 780px) {
  #second_section::after {
    border-radius: 0;
  }
}

#third_section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 10rem;
  /*
  padding-top: calc(3rem + 108px);
  background-image: url(../img/parallax.png);
  background-size: 100%;
  background-attachment: fixed;
  padding-bottom: 15rem;
  @include mq(md){
     background-image: url(../img/parallax_sp.png);
     background-position: center;
  }
  */
}
@media screen and (max-width: 780px) {
  #third_section {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
#third_section .section_title {
  color: #773199;
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  #third_section .section_title {
    display: none;
  }
}
#third_section .section_title h3 {
  font-size: 2rem;
}
#third_section .section_title h4 {
  font-size: 20px;
  color: #773199;
}
#third_section .section_title h2 {
  color: #773199;
}
#third_section .voices_boxes {
  text-align: center;
  width: 1080px;
  box-sizing: border-box;
  margin: 3rem auto 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  #third_section .voices_boxes {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
  }
}
#third_section .voices_boxes .voices_box {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box;
  width: 475px;
  height: 320px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1080px) {
  #third_section .voices_boxes .voices_box {
    width: 45%;
  }
}
@media screen and (max-width: 980px) {
  #third_section .voices_boxes .voices_box {
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 780px) {
  #third_section .voices_boxes .voices_box {
    padding: 6vw;
  }
}
#third_section .voices_boxes .voices_box h5 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #F3f594 60%);
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  #third_section .voices_boxes .voices_box h5 span {
    font-size: 4.1vw;
  }
}
#third_section .voices_boxes .voices_box p {
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  #third_section .voices_boxes .voices_box p {
    font-size: 3.5vw;
  }
}
#third_section .voices_boxes .voices_box:nth-child(1) {
  background-image: url(../img/balloon1.png);
  margin-right: 2rem;
  padding-bottom: 3rem;
  transform: translateX(-1.5rem);
}
@media screen and (max-width: 980px) {
  #third_section .voices_boxes .voices_box:nth-child(1) {
    margin: 1rem auto;
    transform: none;
  }
}
#third_section .voices_boxes .voices_box:nth-child(1) div {
  width: 325px;
}
@media screen and (max-width: 780px) {
  #third_section .voices_boxes .voices_box:nth-child(1) div {
    width: auto;
    padding: 6vw;
  }
}
#third_section .voices_boxes .voices_box:nth-child(2) {
  background-image: url(../img/balloon2.png);
  padding-bottom: 3rem;
  margin-right: 2rem;
}
@media screen and (max-width: 980px) {
  #third_section .voices_boxes .voices_box:nth-child(2) {
    margin: 1rem auto;
  }
}
#third_section .voices_boxes .voices_box:nth-child(2) div {
  width: 325px;
}
@media screen and (max-width: 780px) {
  #third_section .voices_boxes .voices_box:nth-child(2) div {
    width: auto;
    padding: 6vw;
  }
}
#third_section .voices_boxes .voices_box:nth-child(3) {
  background-image: url(../img/balloon3.png);
  margin-right: 2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1080px) {
  #third_section .voices_boxes .voices_box:nth-child(3) {
    margin: 1rem auto;
  }
}
#third_section .voices_boxes .voices_box:nth-child(3) div {
  width: 325px;
}
@media screen and (max-width: 780px) {
  #third_section .voices_boxes .voices_box:nth-child(3) div {
    width: auto;
    padding: 6vw;
  }
}
#third_section .voices_boxes .voices_box:nth-child(4) {
  background-image: url(../img/balloon4.png);
  margin-right: 2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1080px) {
  #third_section .voices_boxes .voices_box:nth-child(4) {
    margin: 1rem auto;
  }
}
#third_section .voices_boxes .voices_box:nth-child(4) div {
  width: 325px;
}
@media screen and (max-width: 780px) {
  #third_section .voices_boxes .voices_box:nth-child(4) div {
    width: auto;
    padding: 6vw;
  }
}
#third_section .voices_boxes .voices_box:nth-child(5) {
  background-image: url(../img/balloon5.png);
  margin-right: 2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 980px) {
  #third_section .voices_boxes .voices_box:nth-child(5) {
    margin: 1rem auto;
  }
}
#third_section .voices_boxes .voices_box:nth-child(5) div {
  width: 270px;
}
@media screen and (max-width: 780px) {
  #third_section .voices_boxes .voices_box:nth-child(5) div {
    width: auto;
    padding: 6vw;
  }
}
#third_section .voices_boxes .voices_box:nth-child(6) {
  background-image: url(../img/balloon6.png);
  margin-right: 2rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1080px) {
  #third_section .voices_boxes .voices_box:nth-child(6) {
    margin: 1rem auto;
  }
}
#third_section .voices_boxes .voices_box:nth-child(6) div {
  width: 325px;
}
@media screen and (max-width: 780px) {
  #third_section .voices_boxes .voices_box:nth-child(6) div {
    width: auto;
    padding: 6vw;
  }
}
#third_section .voices_boxes .right.voices_box {
  transform: translateY(150px);
}
@media screen and (max-width: 1080px) {
  #third_section .voices_boxes .right.voices_box {
    transform: none;
  }
}

#third_section::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/parallax.png);
  background-size: cover;
}
@media screen and (max-width: 980px) {
  #third_section::before {
    background-image: url(../img/parallax_sp.png);
    background-position: center;
  }
}

#foruth_section {
  background: #e6defa;
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
}
#foruth_section .contact {
  width: 1080px;
  margin: auto;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  #foruth_section .contact {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#foruth_section .contact > div {
  display: flex;
  flex-direction: column;
}
#foruth_section .contact > div h3 {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  #foruth_section .contact > div h3 {
    font-size: 6.15vw;
  }
}
#foruth_section .contact > div h4 {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  #foruth_section .contact > div h4 {
    font-size: 4.1vw;
  }
}
#foruth_section .contact > div h4 > span {
  background: linear-gradient(transparent 60%, #F3f594 60%);
}
@media screen and (max-width: 780px) {
  #foruth_section .contact > div h4 > span {
    font-size: 4.6vw;
    background: none;
    color: #754EA6;
    font-weight: 700;
  }
}
#foruth_section .contact .gradation_button {
  width: 440px;
  box-sizing: border-box;
  height: 80px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1080px) {
  #foruth_section .contact .gradation_button {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 780px) {
  #foruth_section .contact .gradation_button {
    width: auto;
    height: 56px;
    font-size: 4.6vw;
  }
}
#foruth_section .contact .gradation_button img {
  width: 25px;
  vertical-align: baseline;
  margin-right: 1rem;
}
#foruth_section #pricing {
  position: relative;
  z-index: 3;
  width: 740px;
  box-sizing: border-box;
  margin: 5rem auto;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 1rem;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing {
    width: 90%;
  }
}
#foruth_section #pricing .section_title h3 {
  color: #773199;
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing .section_title h3 {
    font-size: 6.15vw;
  }
}
#foruth_section #pricing .price_boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing .price_boxes {
    flex-direction: column;
  }
}
#foruth_section #pricing .price_boxes .price_box {
  width: 49%;
  text-align: center;
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing .price_boxes .price_box {
    width: 100%;
  }
}
#foruth_section #pricing .price_boxes .price_box h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing .price_boxes .price_box h4 {
    font-size: 4.6vw;
  }
}
#foruth_section #pricing .price_boxes .price_box > p {
  background: #F3f594;
  border-radius: 50px;
  padding: 0.5 1.5rem;
  width: 150px;
  margin: auto;
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing .price_boxes .price_box > p {
    font-size: 4.1vw;
  }
}
#foruth_section #pricing .price_boxes .price_box .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#foruth_section #pricing .price_boxes .price_box .row .ticket {
  box-sizing: border-box;
  width: 69px;
  height: 69px;
  font-weight: 700;
  color: #fff;
  background-color: #764ba2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing .price_boxes .price_box .row .ticket {
    font-size: 4.1vw;
  }
}
#foruth_section #pricing .price_boxes .price_box .row > p {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing .price_boxes .price_box .row > p {
    font-size: 8.2vw;
  }
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing .price_boxes .price_box .row > p span {
    font-size: 4.1vw;
  }
}
#foruth_section #pricing .price_boxes .sepalator {
  width: 2px;
  height: 150px;
  background-size: 7px 18px;
  background-image: linear-gradient(to right, #c5b4ee 3px, transparent 3px);
  background-repeat: repeat-y;
}
@media screen and (max-width: 780px) {
  #foruth_section #pricing .price_boxes .sepalator {
    width: 95%;
    height: 2px;
    background-repeat: repeat-x;
    margin: 1rem 0;
  }
}

#free_vactores div {
  position: absolute;
  z-index: 2;
}
#free_vactores div:nth-child(1) {
  width: 800px;
  height: 800px;
  background-image: url(../img/vector.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: -400px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #free_vactores div:nth-child(1) {
    width: 50vw;
  }
}
@media screen and (max-width: 780px) {
  #free_vactores div:nth-child(1) {
    top: -35vw;
    width: 50vw;
    height: 75vw;
    background-image: url(../img/vector1_sp.png);
  }
}
#free_vactores div:nth-child(2) {
  width: 600px;
  height: 600px;
  background-image: url(../img/vector2.png);
  background-position: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5rem;
  right: 0;
}
@media screen and (max-width: 1200px) {
  #free_vactores div:nth-child(2) {
    width: 35vw;
  }
}
@media screen and (max-width: 780px) {
  #free_vactores div:nth-child(2) {
    top: 25vw;
    width: 50vw;
    height: 75vw;
    background-image: url(../img/vector2_sp.png);
  }
}
#free_vactores div:nth-child(3) {
  width: 500px;
  height: 500px;
  background-image: url(../img/vector3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -200px;
  left: 7%;
}
@media screen and (max-width: 1200px) {
  #free_vactores div:nth-child(3) {
    width: 33vw;
  }
}
@media screen and (max-width: 780px) {
  #free_vactores div:nth-child(3) {
    bottom: -23vw;
    width: 56vw;
    height: 76vw;
    left: 0;
    background-image: url(../img/vector3_sp.png);
  }
}

#instructors {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#instructors .content .background_range {
  padding-top: 5rem;
  background: linear-gradient(90deg, #667eea, #764ba2);
  color: #fff;
}
@media screen and (max-width: 780px) {
  #instructors .content .background_range {
    background: linear-gradient(to bottom, #667eea, #764ba2);
  }
}
#instructors .content .background_range .section_title h2 {
  color: #fff;
}
#instructors .content .background_range .section_title h3 {
  font-size: 2rem;
}
@media screen and (max-width: 780px) {
  #instructors .content .background_range .section_title h3 {
    font-size: 6.15vw;
  }
}
#instructors .content .background_range h4 {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  #instructors .content .background_range h4 {
    width: 90%;
    font-size: 4.1vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#instructors .content .background_range > p {
  width: 680px;
  margin: 3rem auto;
}
@media screen and (max-width: 780px) {
  #instructors .content .background_range > p {
    width: 95%;
    font-size: 4.1vw;
    margin: 8vw auto;
  }
}
#instructors .content .background_range li {
  background-color: #fff;
}
#instructors .content .sachi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  width: 1106px;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #instructors .content .sachi {
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  #instructors .content .sachi {
    flex-direction: column;
  }
}
#instructors .content .sachi figure {
  position: relative;
  box-sizing: border-box;
  width: 476px;
}
@media screen and (max-width: 980px) {
  #instructors .content .sachi figure {
    width: 42vw;
    height: auto;
  }
}
@media screen and (max-width: 780px) {
  #instructors .content .sachi figure {
    width: 100%;
  }
}
#instructors .content .sachi figure img {
  box-sizing: border-box;
  width: 476px;
  height: 308px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #instructors .content .sachi figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 780px) {
  #instructors .content .sachi figure img {
    width: 100%;
    height: auto;
    position: relative;
  }
}
#instructors .content .sachi div {
  width: 580px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
@media screen and (max-width: 980px) {
  #instructors .content .sachi div {
    width: 45vw;
    height: auto;
    margin-left: 1rem;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  #instructors .content .sachi div {
    width: 100%;
  }
}
#instructors .content .sachi div h5 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 780px) {
  #instructors .content .sachi div h5 {
    font-size: 8.12vw;
  }
}
#instructors .content .sachi div p {
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  #instructors .content .sachi div p {
    font-size: 4.12vw;
  }
}
#instructors .instructors_boxes {
  padding-top: 6rem;
  padding-bottom: 5rem;
  width: 1100px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #instructors .instructors_boxes {
    width: 90%;
  }
}
#instructors .instructors_boxes .instructor_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 780px) {
  #instructors .instructors_boxes .instructor_box {
    width: 100%;
    flex-direction: column;
    border-left: 1px solid #ccc;
  }
}
#instructors .instructors_boxes .instructor_box figure {
  background: linear-gradient(180deg, #667eea, #764ba2);
  padding-left: 16px;
  height: 282px;
}
@media screen and (max-width: 780px) {
  #instructors .instructors_boxes .instructor_box figure {
    width: 100%;
    height: auto;
    padding-left: 8px;
    box-sizing: border-box;
  }
}
#instructors .instructors_boxes .instructor_box figure img {
  width: 282px;
  height: 282px;
  vertical-align: bottom;
}
@media screen and (max-width: 780px) {
  #instructors .instructors_boxes .instructor_box figure img {
    width: 100%;
    height: auto;
  }
}
#instructors .instructors_boxes .instructor_box > div {
  padding: 0.2rem 1.8rem;
}
@media screen and (max-width: 1200px) {
  #instructors .instructors_boxes .instructor_box > div {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 780px) {
  #instructors .instructors_boxes .instructor_box > div {
    padding: 7vw 2vw;
  }
  #instructors .instructors_boxes .instructor_box > div p {
    font-size: 4.12vw;
  }
}
#instructors .instructors_boxes .instructor_box > div h5 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 780px) {
  #instructors .instructors_boxes .instructor_box > div h5 {
    margin-top: 1rem;
    font-size: 5.1vw;
  }
}
#instructors .instructors_boxes .instructor_box > div h6 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0.5rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #instructors .instructors_boxes .instructor_box > div h6 {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 780px) {
  #instructors .instructors_boxes .instructor_box > div h6 {
    font-size: 4.1vw;
  }
}
#instructors .instructors_boxes .instructor_box > div h6::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 13px;
  background-color: #764ba2;
  margin: 0 0.5rem;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

#faq {
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
#faq .section_title {
  margin: auto;
}
#faq .section_title h3 {
  font-size: 2rem;
  color: #773199;
}
@media screen and (max-width: 780px) {
  #faq .section_title h3 {
    font-size: 8.12vw;
  }
}
#faq #toggle_boxes {
  margin-top: 5rem;
}
#faq #toggle_boxes .toggle_box {
  width: 1100px;
  margin: 2rem auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  #faq #toggle_boxes .toggle_box {
    width: 90%;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer {
  background: linear-gradient(45deg, #677BE6, #C0BFCB, #754DA5);
  border-radius: 11px;
  padding: 6px;
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer {
  background: #fff;
  border-radius: 9px;
  padding: 1rem 2rem;
}
@media screen and (max-width: 780px) {
  #faq #toggle_boxes .toggle_box .gradation_layer .content_layer {
    padding: 3vw;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header h4 {
  font-size: 18px;
  color: #773199;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header h4 {
    font-size: 4.1vw;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header h4 span {
  border: 1px solid #773199;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  #faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header h4 span {
    width: 9vw;
    height: 9vw;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header .toggle_button {
  width: 44px;
  height: 44px;
  position: relative;
  box-sizing: border-box;
  transform-origin: center center;
  flex-shrink: 0;
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header .toggle_button > div {
  width: 22px;
  height: 2px;
  background: #764ba2;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform-origin: center center;
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header .toggle_button > div:nth-child(2) {
  transform: rotate(180deg);
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .header .toggle_button.is_closed > div:nth-child(2) {
  transform: rotate(90deg);
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .answer {
  margin: 1rem auto;
  transition: 0.5s;
}
@media screen and (max-width: 780px) {
  #faq #toggle_boxes .toggle_box .gradation_layer .content_layer .answer {
    font-size: 4.1vw;
  }
}
#faq #toggle_boxes .toggle_box .gradation_layer .content_layer .answer.is_closed {
  margin: 0 auto;
  overflow: hidden;
  height: 0;
}

#ender {
  padding: 5rem 0;
  background: #e6defa;
  text-align: center;
}
#ender .content {
  width: 840px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  #ender .content {
    width: 90%;
  }
}
#ender .content figure {
  width: 100px;
  height: 100px;
  margin: 2rem auto;
}
#ender .content figure img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
#ender .content h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 780px) {
  #ender .content h4 {
    font-size: 5.2vw;
  }
}
#ender .content p {
  font-size: 18px;
}
@media screen and (max-width: 780px) {
  #ender .content p {
    font-size: 4.1vw;
  }
}
#ender .content .gradation_button {
  box-sizing: border-box;
  width: 510px;
  height: 80px;
  margin: 3rem auto;
  font-size: 18px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  #ender .content .gradation_button {
    width: auto;
    height: 56px;
    font-size: 4.6vw;
  }
}

#fotter {
  padding: 5rem 0;
  background-color: #4a416d;
}
#fotter .content {
  text-align: center;
  color: #fff;
}
#fotter .content h1 {
  font-size: 20px;
  margin-bottom: 1.5rem;
}
#fotter .content h1 span {
  font-size: 1rem;
  font-weight: 500;
}
#fotter .content p {
  margin-bottom: 1rem;
}
#fotter .content .address {
  font-size: 16px;
}
#fotter .content .tel {
  font-size: 18px;
}
#fotter .content .announce {
  font-size: 14px;
}
#fotter .content .map_button {
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 45px;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 46px;
  margin-top: 1.5rem;
}/*# sourceMappingURL=style.css.map */