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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.sp-only {
  display: none;
}
@media (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-Thin.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-Thin.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-Thin.eot") format("eot");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-Regular.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-Regular.eot") format("eot");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-Medium.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-Medium.eot") format("eot");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-SemiBold.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-SemiBold.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-SemiBold.eot") format("eot");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../../../../wp-includes/fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../../../../../wp-includes/fonts/NotoSansJP-Bold.woff") format("woff"), url("../../../../../wp-includes/fonts/NotoSansJP-Bold.eot") format("eot");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../../../../../wp-includes/fonts/Montserrat-Bold.woff2") format("woff2"), url("../../../../../wp-includes/fonts/Montserrat-Bold.woff") format("woff"), url("../../../../../wp-includes/fonts/Montserrat-Bold.eot") format("eot");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../../../../../wp-includes/fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../../../../../wp-includes/fonts/RobotoCondensed-Bold.woff") format("woff"), url("../../../../../wp-includes/fonts/RobotoCondensed-Bold.eot") format("eot");
}
:root {
  --white1: #FFFFFF;
  --gray1: #707070;
  --gray2: #E5E5E5;
  --purple1: #6E036A;
  --pink1: #FDF0FF;
  --blue1: #D6D2E6;
  --blue2: #1C3CBA;
  --black1: #231815;
  --font-family: "Noto Sans JP", sans-serif;
  --font-montserrat: "Montserrat", serif;
  --font-robot: "Roboto Condensed", serif;
  --font-mincho: "游明朝体", "Yu Mincho", YuMincho, serif;
  --font-weight__thin: 100;
  --font-weight__extralight: 200;
  --font-weight__light: 300;
  --font-weight__regular: 400;
  --font-weight__medium: 500;
  --font-weight__semibold: 600;
  --font-weight__bold: 700;
  --font-weight__extrabold: 800;
  --font-weight__black: 900;
  --width-base: calc(100% - 96px);
  --width-content1: 1520px;
  --width1: min(var(--width-base), var(--width-content1));
  --full-width1: min(100% , var(--width-content1));
  --n-margin-width1: calc(-1 * max(((100cqw - var(--width-content1)) / 2), 20px));
  --width-content2: 1300px;
  --width2: min(var(--width-base), var(--width-content2));
  --full-width2: min(100% , var(--width-content2));
  --n-margin-width2: calc(-1 * max(((100cqw - var(--width-content2)) / 2), 20px));
  --width-content3: 715px;
  --width3: min(var(--width-base), var(--width-content3));
  --full-width3: min(100% , var(--width-content3));
  --n-margin-width3: calc(-1 * max(((100cqw - var(--width-content3)) / 2), 20px));
  --width-content4: 910px;
  --width4: min(var(--width-base), var(--width-content4));
  --full-width4: min(100% , var(--width-content4));
  --n-margin-width4: calc(-1 * max(((100cqw - var(--width-content4)) / 2), 20px));
  --width-content5: 974px;
  --width5: min(var(--width-base), var(--width-content5));
  --full-width5: min(100% , var(--width-content5));
  --n-margin-width5: calc(-1 * max(((100cqw - var(--width-content5)) / 2), 20px));
  --width-content6: 756px;
  --width6: min(var(--width-base), var(--width-content6));
  --full-width6: min(100% , var(--width-content6));
  --n-margin-width6: calc(-1 * max(((100cqw - var(--width-content6)) / 2), 20px));
  --height__adminbar: 32px;
  --height__header: 100px;
  --zindex__header: 100;
  --zindex__hamburger: 200;
  --zindex__menu: 300;
  --content-padding__top: 90px;
  --content-padding__bottom: 140px;
}

@media (max-width: 1024px) {
  :root {
    --height__header: 60px;
    --content-padding__top: 45px;
    --content-padding__bottom: 70px;
  }
}
@media (max-width: 782px) {
  :root {
    --height__adminbar: 46px;
  }
}
/* standard-inner */
.standard-inner {
  margin: 0 auto;
}

.standard-inner.type1 {
  width: var(--width1);
}

.standard-inner.type1.fullwidth {
  width: var(--full-width1);
}

.standard-inner.type2 {
  width: var(--width2);
}

.standard-inner.type2.fullwidth {
  width: var(--full-width2);
}

.standard-inner.type3 {
  width: var(--width3);
}

.standard-inner.type3.fullwidth {
  width: var(--full-width3);
}

.standard-inner.type4 {
  width: var(--width4);
}

.standard-inner.type4.fullwidth {
  width: var(--full-width4);
}

.standard-inner.type5 {
  width: var(--width5);
}

.standard-inner.type5.fullwidth {
  width: var(--full-width5);
}

.standard-inner.type6 {
  width: var(--width6);
}

.standard-inner.type6.fullwidth {
  width: var(--full-width6);
}

.standard-inner.type7 {
  width: var(--width7);
}

.standard-inner.type7.fullwidth {
  width: var(--full-width7);
}

.standard-inner.type8 {
  width: var(--width8);
}

.standard-inner.type8.fullwidth {
  width: var(--full-width8);
}

.standard-inner.type9 {
  width: var(--width9);
}

.standard-inner.type9.fullwidth {
  width: var(--full-width9);
}

.standard-inner.type10 {
  width: var(--width10);
}

.standard-inner.type10.fullwidth {
  width: var(--full-width10);
}

html {
  font-size: 62.5%;
  scroll-padding-top: var(--height__header);
}

body {
  font-size: 1.6rem;
  font-family: var(--font-family);
  font-weight: var(--font-weight__medium);
  color: var(--black2);
  background-color: var(--white);
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=submit] {
  cursor: pointer;
}

input[type=submit]:hover {
  opacity: 0.5;
}

.header__dummy {
  height: var(--height__header);
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  background-color: var(--white);
  z-index: var(--zindex__header);
  top: 0;
  padding: 40px 0;
}

.header__inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.header-logo {
  width: 158px;
}

.header-btn {
  width: 123px;
  height: 100px;
  border: solid 1px var(--gray1);
  position: relative;
  background-color: var(--white1);
  cursor: pointer;
}

.header-btn__bar {
  display: block;
  position: absolute;
  width: 73px;
  height: 3px;
  background-color: var(--gray1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-btn__bar::before,
.header-btn__bar::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--gray1);
}

.header-btn__bar::before {
  top: -23px;
}

.header-btn__bar::after {
  top: 23px;
}

@media (max-width: 1024px) {
  .header {
    padding-top: 21px;
    padding-bottom: 0;
  }
  .header__inner {
    width: calc(100% - 50px) !important;
  }
  .header-logo {
    width: 60px;
  }
  .header-btn {
    margin-left: auto;
    width: 67px;
    height: 67px;
  }
  .header-btn__bar {
    width: 37px;
  }
  .header-btn__bar::before {
    top: -15px;
  }
  .header-btn__bar::after {
    top: 15px;
  }
}
.sns-navi__lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.sns-navi {
  margin-left: auto;
  margin-right: 40px;
}

.sns-navi__link {
  font-size: 0;
}

@media (max-width: 1024px) {
  .sns-navi {
    display: none;
  }
}
.br-sm {
  display: none;
}
@media (max-width: 600px) {
  .br-sm {
    display: block;
  }
}

.br-md {
  display: none;
}
@media (max-width: 1024px) {
  .br-md {
    display: block;
  }
}

.br-mdn {
  display: block;
}
@media (max-width: 1024px) {
  .br-mdn {
    display: none;
  }
}

.br-lg {
  display: block;
}
@media (max-width: 1024px) {
  .br-lg {
    display: none;
  }
}

.br-ftsm {
  display: none;
}
@media (max-width: 980px) {
  .br-ftsm {
    display: block;
  }
}

/****************************************************/
/* type1                                            */
/****************************************************/
.h2-type1 {
  font-family: var(--font-montserrat);
  font-weight: var(--font-weight__bold);
  font-size: 30px;
  color: var(--blue);
  line-height: 1;
  text-align: center;
}

.h2-type1.white {
  color: var(--white);
}

.h2-type1.left {
  text-align: left;
}

@media (max-width: 1024px) {
  .h2-type1 {
    font-size: 20px;
  }
}
/****************************************************/
/* type2                                            */
/****************************************************/
.h2-type2 {
  font-weight: var(--font-weight__bold);
  font-size: 35px;
  color: var(--orange);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  background-image: url("../img/h2-type2.svg");
  width: min(100%, 344px);
  margin: 0 auto;
  line-height: 61px;
  padding-bottom: 16px;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .h2-type2 {
    width: min(100%, 274px);
    line-height: 49px;
    font-size: 24px;
    padding-bottom: 12px;
  }
}
/****************************************************/
/* type3                                            */
/****************************************************/
.h2-type3 {
  text-align: center;
}

.h2-type3__h2 {
  display: inline-block;
  font-weight: var(--font-weight__bold);
  font-size: 36px;
  color: var(--blue);
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 40px;
  line-height: 1;
  padding-bottom: 4px;
}

.h2-type3__h2::before,
.h2-type3__h2::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/h2-type3.svg");
  width: 22px;
  height: 38px;
  top: 0;
}

.h2-type3__h2::before {
  left: 0;
}

.h2-type3__h2::after {
  right: 0;
  transform: scale(-1, 1);
}

@media (max-width: 1024px) {
  .h2-type3__h2 {
    font-size: 24px;
    padding: 0 29px;
    padding-bottom: 2px;
  }
  .h2-type3__h2::before,
.h2-type3__h2::after {
    width: 15px;
    height: 26px;
  }
}
/****************************************************/
/* type4                                            */
/****************************************************/
.h2-type4 {
  text-align: center;
}

.h2-type4__en {
  font-size: 18px;
  font-family: var(--font-montserrat);
  color: var(--blue);
  line-height: 1;
  padding-bottom: 9px;
}

.h2-type4__ja {
  font-size: 30px;
  font-family: var(--font-mincho);
  letter-spacing: 0.1em;
  color: var(--orange);
  line-height: 1;
  padding-bottom: 27px;
  position: relative;
  font-weight: var(--font-weight__demibold);
}

.h2-type4__ja::after {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 7px;
  border-radius: 3.5px;
  background-color: var(--orange);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1024px) {
  .h2-type4__en {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .h2-type4__ja {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .h2-type4__ja::after {
    width: 46px;
    height: 5px;
    border-radius: 2.5px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
.h3-type1__figure img {
  border-radius: 30px;
}

.h3-type1__h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 445px);
  height: 72px;
  background-color: var(--orange);
  font-size: 30px;
  font-weight: var(--font-weight__bold);
  color: var(--white);
  border-radius: 20px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-top: -36px;
  position: relative;
}

.h3-type1__text {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding-top: 50px;
}

.h3-type1 {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .h3-type1__figure img {
    border-radius: 20px;
  }
  .h3-type1__h3 {
    width: 280px;
    height: 50px;
    margin-top: -25px;
    border-radius: 10px;
    font-size: 20px;
  }
  .h3-type1__text {
    padding-top: 20px;
    font-size: 15px;
    line-height: 25px;
  }
  .h3-type1 {
    padding-bottom: 50px;
  }
}
/****************************************************/
/* type1                                            */
/****************************************************/
.p-type1 {
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

/****************************************************/
/* type3                                            */
/****************************************************/
.p-type3 {
  font-size: 20px;
  line-height: 35px;
}

/****************************************************/
/* type1                                            */
/****************************************************/
.btns-type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
}

.btns-type1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 47px;
  color: var(--white1);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: var(--font-weight__regular);
}

.btns-type1 .btn-purple,
.btns-type1 .btn-orange {
  width: 100%;
  aspect-ratio: 332/87;
}

.btns-type1 .btn-green {
  grid-column: 1/-1;
  width: 100%;
  aspect-ratio: 710/87;
}

.btns-type1 .btn-purple a {
  background-image: url(../img/btn-purple__bg.png);
}

.btns-type1 .btn-orange a {
  background-image: url(../img/btn-orange__bg.png);
}

.btns-type1 .btn-green a {
  background-image: url(../img/btn-green__bg.png);
}

@media (max-width: 1024px) {
  .btns-type1 {
    gap: 20px 28px;
    max-width: 395px;
  }
  .btns-type1 a {
    font-size: 18px;
  }
}
/****************************************************/
/* type2                                            */
/****************************************************/
.btns-type2 .btn-purple a {
  background-image: url(../img/btn-purple2__bg.png);
  width: 100%;
  max-width: 331px;
  display: flex;
  justify-content: center;
  height: 66px;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: var(--font-weight__regular);
  color: var(--white1);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .btns-type2 .btn-purple a {
    max-width: 216px;
    height: 55px;
    background-size: contain;
    font-size: 26px;
    line-height: 55px;
    background-image: url(../img/btn-purple2__bg-sp.png);
  }
}
@media all {
  .diorama__course {
    display: flex;
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    flex-wrap: wrap;
  }
  .diorama__course-a {
    display: block;
    width: 19.8vw;
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .diorama__course-a:hover {
    opacity: 1;
  }
  .diorama__course-a.a1 {
    background-image: url(../img/course1__img.png);
  }
  .diorama__course-a.a2 {
    background-image: url(../img/course2__img.png);
  }
  .diorama__course-a.a3 {
    background-image: url(../img/course3__img.png);
  }
  .diorama__course-a.a1:hover {
    background-image: url(../img/course1__img_rev.png);
  }
  .diorama__course-a.a2:hover {
    background-image: url(../img/course2__img_rev.png);
  }
  .diorama__course-a.a3:hover {
    background-image: url(../img/course3__img_rev.png);
  }
  .diorama__content {
    position: relative;
    aspect-ratio: 1920/2080;
    background-image: url(../img/diorama__bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 89.25vw;
  }
  .diorama__object {
    position: absolute;
    cursor: pointer;
  }
  .diorama__object.obj1 {
    width: 44.8vw;
    top: 6vw;
    left: 3vw;
  }
  .diorama__object.obj2 {
    width: 61.3vw;
    top: 25.44vw;
    right: -11.3vw;
  }
  .diorama__object.obj3 {
    width: 72.14vw;
    top: 42.74vw;
    left: 1.88vw;
  }
  .diorama__object.obj4 {
    width: 47.34vw;
    right: -19.01vw;
    top: 43.78vw;
  }
  .diorama__object.obj5 {
    width: 21.56vw;
    top: 27.7vw;
    left: -2.6vw;
  }
  .diorama__object.obj6 {
    width: 40.94vw;
    top: 56.18vw;
    right: 1.46vw;
  }
  .diorama__object.obj7 {
    width: 60.42vw;
    top: 11.02vw;
    right: -16.46vw;
  }
  .diorama__bolloon {
    position: absolute;
    width: 11.2vw;
    height: 10.16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-size: contain;
  }
  .diorama__bolloon.right {
    background-image: url("../img/diorama/diorama-balloon-r.png");
    padding-right: 1.09vw;
  }
  .diorama__bolloon.left {
    background-image: url("../img/diorama/diorama-balloon-l.png");
    padding-left: 1.09vw;
  }
  .diorama__bolloon.bolloon1 {
    left: 4.69vw;
    top: 8.99vw;
  }
  .diorama__bolloon.bolloon1 img {
    width: 6.33vw;
  }
  .diorama__bolloon.bolloon2 {
    left: 45.68vw;
    top: 21.91vw;
  }
  .diorama__bolloon.bolloon2 img {
    width: 7.31vw;
  }
  .diorama__bolloon.bolloon3 {
    left: 16.51vw;
    top: 39.72vw;
  }
  .diorama__bolloon.bolloon3 img {
    width: 8.35vw;
  }
  .diorama__bolloon.bolloon4 {
    left: 66.25vw;
    top: 40.5vw;
  }
  .diorama__bolloon.bolloon4 img {
    width: 8.4vw;
  }
  .diorama__bolloon.bolloon5 {
    left: 14.17vw;
    top: 26.02vw;
  }
  .diorama__bolloon.bolloon5 img {
    width: 5.79vw;
  }
  .diorama__bolloon.bolloon6 {
    left: 50vw;
    top: 60.5vw;
  }
  .diorama__bolloon.bolloon6 img {
    width: 8.04vw;
  }
  .diorama__bolloon.bolloon7 {
    left: 54.27vw;
    top: 11.75vw;
  }
  .diorama__bolloon.bolloon7 img {
    width: 6.54vw;
  }
  /* 結ぶどうコースの表示 */
  .diorama__course-a1 .diorama__course-a.a1　 {
    background-image: url(../img/course1__img_rev.png);
  }
  .diorama__course-a1 .diorama__bolloon.right {
    background-image: url("../img/diorama/diorama-balloon-a1-r.png");
  }
  .diorama__course-a1 .diorama__bolloon.left {
    background-image: url("../img/diorama/diorama-balloon-a1-l.png");
  }
  .diorama__course-a1 .diorama__object.obj5,
.diorama__course-a1 .diorama__object.obj7 {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
  }
  .diorama__course-a1 .diorama__bolloon.bolloon5 {
    background-image: url("../img/diorama/diorama-balloon-l.png");
    cursor: not-allowed;
    opacity: 0.5;
  }
  .diorama__course-a1 .diorama__bolloon.bolloon7 {
    background-image: url("../img/diorama/diorama-balloon-r.png");
    cursor: not-allowed;
    opacity: 0.5;
  }
  /* 遊ぶどうコースの表示 */
  .diorama__course-a2 .diorama__course-a.a2 {
    background-image: url(../img/course2__img_rev.png);
  }
  .diorama__course-a2 .diorama__bolloon.right {
    background-image: url("../img/diorama/diorama-balloon-a2-r.png");
  }
  .diorama__course-a2 .diorama__bolloon.left {
    background-image: url("../img/diorama/diorama-balloon-a2-l.png");
  }
  .diorama__course-a2 .diorama__object.obj7 {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
  }
  .diorama__course-a2 .diorama__bolloon.bolloon7 {
    background-image: url("../img/diorama/diorama-balloon-r.png");
    cursor: not-allowed;
    opacity: 0.5;
  }
  /* 学ぶどうコースの表示 */
  .diorama__course-a3 .diorama__course-a.a3 {
    background-image: url(../img/course3__img_rev.png);
  }
  .diorama__course-a3 .diorama__bolloon.right {
    background-image: url("../img/diorama/diorama-balloon-a3-r.png");
  }
  .diorama__course-a3 .diorama__bolloon.left {
    background-image: url("../img/diorama/diorama-balloon-a3-l.png");
  }
}
@media (max-width: 1024px) {
  .dioramasp {
    background-image: url("../img/diorama/dioramasp.png");
    background-size: 960px;
    background-position: top center;
    padding-bottom: 60px;
  }
  .diorama__course {
    -moz-column-gap: 6px;
         column-gap: 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 415px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
  .diorama__course-a {
    width: 100%;
  }
  .dioramasp__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 55px;
         column-gap: 55px;
    row-gap: 60px;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 133px;
  }
  .dioramasp__bolloon-text {
    background: #6D7274;
    background: linear-gradient(180deg, rgb(109, 114, 116) 0%, rgb(191, 202, 206) 100%);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: solid 3px var(--white1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    color: var(--white1);
    font-weight: var(--font-weight__bold);
  }
  .dioramasp__bolloon {
    position: relative;
  }
  .dioramasp__bolloon-icon {
    position: absolute;
    width: 114px;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .bolloon4 .dioramasp__bolloon-icon {
    width: 103px;
    top: -28px;
  }
  .bolloon5 .dioramasp__bolloon-icon {
    width: 90px;
    top: -50px;
  }
  .bolloon6 .dioramasp__bolloon-icon {
    width: 133px;
    top: -20px;
    right: -45px;
  }
  .bolloon7 .dioramasp__bolloon-icon {
    transform: rotate(-21deg);
    width: 106px;
    top: -37px;
  }
}
.voices__h2 {
  text-align: center;
}

.voices__h2-inner {
  font-size: 40px;
  color: var(--purple1);
  display: inline-block;
  padding: 52px 260px 70px;
  position: relative;
  margin-bottom: 50px;
}

.voices__h2-inner::before {
  content: "";
  position: absolute;
  background-image: url("../img/voices__h2-before.png");
  width: 200px;
  height: 161px;
  left: 0;
  top: 0;
}

.voices__h2-inner::after {
  content: "";
  position: absolute;
  background-image: url("../img/voices__h2-after.png");
  width: 135px;
  height: 148px;
  top: 0;
  right: 0;
}

.voices__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.voices__item {
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 45px 34px 60px 12px;
  display: grid;
  grid-template-columns: 1fr 95px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 30px;
}

.voices__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 243px;
  height: 202px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: var(--pink1);
  z-index: -1;
  left: 0;
  top: 0;
}

.voices__figure {
  width: 100%;
  height: 117px;
  background-color: var(--gray2);
  border-radius: 50%;
  overflow: hidden;
}

.voices__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.voices__info {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
  line-height: 33px;
  color: var(--purple1);
}

.voices__text {
  grid-column: 1/3;
  font-size: 20px;
  line-height: 33px;
  color: var(--purple1);
}

@media (max-width: 1024px) {
  .voices__h2-inner {
    font-size: 22px;
    padding: 0;
    display: block;
    margin-bottom: 67px;
  }
  .voices__h2-inner::before {
    width: 117px;
    height: 94px;
    background-size: contain;
    top: -24px;
  }
  .voices__h2-inner::after {
    width: 98px;
    height: 87px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -24px;
  }
  .voices__posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }
  .voices__item {
    padding: 26px 10px 40px;
    grid-template-columns: 1fr 55px;
    row-gap: 22px;
  }
  .voices__item::before {
    width: 143px;
    height: 118px;
  }
  .voices__info {
    font-size: 11px;
    line-height: 20px;
  }
  .voices__figure {
    height: 68px;
  }
  .voices__text {
    font-size: 11px;
    line-height: 18px;
  }
}
/* home */
@media all {
  .home {
    background-image: url("../img/toppage/toppage__bg.png");
    background-size: 2200px;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1024px) {
  .home {
    background-image: url("../img/toppage/toppage__bg-sp.png");
    background-size: 880px;
    background-position-y: 145px;
  }
}
/* top mv */
@media all {
  .top-mv {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .top-mv__img {
    padding: 0 1.46vw;
  }
  .top-mv__object {
    position: relative;
  }
  .top-mv__object-left {
    position: absolute;
    width: 287px;
    top: 6.93vw;
    left: -8.59vw;
    z-index: 1;
  }
  .top-mv__object-right {
    position: absolute;
    width: 229px;
    z-index: 1;
    right: -4.27vw;
    top: 1.04vw;
  }
}
@media (max-width: 1024px) {
  .top-mv {
    padding-top: 30px;
  }
  .top-mv__object-left {
    width: 135px;
    left: -48px;
  }
  .top-mv__object-right {
    width: 98.41px;
    right: -38px;
  }
}
/* top about */
@media all {
  .top-about {
    padding-bottom: 300px;
  }
  .top-about__h2 {
    font-size: 40px;
    font-weight: var(--font-weight__bold);
    text-align: center;
    color: var(--purple1);
    padding-bottom: 100px;
  }
  .top-about__p {
    font-size: 23px;
    line-height: 50px;
    text-align: center;
    font-weight: var(--font-weight__bold);
    padding-bottom: 90px;
  }
}
@media (max-width: 1024px) {
  .top-about__h2 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 60px;
  }
  .top-about__p {
    font-size: 15px;
    line-height: 30px;
  }
}
/* top faq */
@media all {
  .top-faq {
    padding-top: 97px;
    padding-bottom: 106px;
  }
  .faq__h2 {
    width: 100%;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 47px;
    font-weight: var(--font-weight__regular);
    color: var(--white1);
    background-image: url("../img/btn-blue.png");
    margin-bottom: -23px;
    position: relative;
  }
  .faq__list {
    padding: 88px 50px 66px;
    background-color: var(--blue1);
  }
  .faq__list-item {
    display: flex;
    background-color: var(--white1);
    padding: 10px 0;
    padding-left: 108px;
    padding-right: 13px;
    justify-content: flex-start;
    align-items: center;
  }
  .faq__list {
    display: grid;
    row-gap: 41px;
  }
  .faq__list-title {
    font-size: 47px;
    color: var(--blue2);
    font-weight: var(--font-weight__regular);
  }
  .faq__list-a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 159px;
    height: 51px;
    font-size: 34px;
    background: rgb(5, 42, 141);
    background: linear-gradient(to bottom, rgb(5, 42, 141) 0%, rgb(8, 149, 201) 100%);
    border-radius: 26px;
    color: var(--white1);
    margin-left: auto;
    font-weight: var(--font-weight__regular);
  }
}
@media (max-width: 1024px) {
  .faq__h2 {
    font-size: 26px;
    height: auto;
    aspect-ratio: 383/46;
    background-image: url("../img/btn-blue-sp.png");
    background-size: contain;
  }
  .faq__list {
    padding: 45px 18px 35px;
    row-gap: 22px;
  }
  .faq__list-item {
    padding: 5px 10px;
  }
  .faq__list-title {
    font-size: 19px;
  }
  .faq__list-a {
    width: 68px;
    height: 25px;
    font-size: 15px;
  }
}
/* top voices */
@media all {
  .top-voices .voices__posts {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .top-voices .voices__posts {
    padding-bottom: 58px;
  }
}
/*# sourceMappingURL=style.css.map */