* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*outline: 1px solid;*/
  }

html,body {
  font-family: 'Noto Serif JP',"Hiragino Kaku Gothic ProN","Zen Kaku Gothic New","Zen Old Mincho","Hiragino Mincho ProN", "MS PMincho",'Noto Sans JP' ,sans-serif;
    margin: 0;
    padding: 0;
    text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    line-height: 1;
    letter-spacing: 0.1vw;
    font-feature-settings: "palt";
}

section {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* ロード中は、.active が付いてもアニメを走らせない */
:root.is-loading .active {
  animation: none !important;   /* これだけで全アニメを封印 */
}

/* （任意）ロード中はクリック不可にしたい場合 */
:root.is-loading #main-content {
  pointer-events: none;
}

/*========================================
  loading
========================================*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2a2291;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading__inner {
  font-size: 5vw;
  opacity: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.loading__inner img  {
  width: 100%;
}

#loading.mask-out {
  
  animation: maskFadeOut 1.2s ease forwards;
  /*animation-delay: 3s;*/
}

@keyframes maskFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#main-content {
  position: relative;
}

/*========================================
  header
========================================*/
.header {
  position: relative;
  background-color: #2a2291;
}

.header__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 83vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}

.header__logo {
  position: relative;
  width: 9vw;
}

.header__logo img {
  width: 100%;
}

/*========================================
  hero
========================================*/
.hero {
  position: relative;
  overflow-x: clip !important;
  overflow-x: hidden;
  overflow-y: visible;
}

.hero__inner {
  position: relative;
  width: 55vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.hero__copy {
  position: relative;
  font-size: 2.8vw;
  margin-bottom: 1.5vw;
  font-family: 'Noto Serif JP';
  font-weight: 800;
}

.hero__copy-sub {
  color: #fff;
  margin-bottom: 2.5vw;
  filter:
  drop-shadow(0.5vw 0vw 0.5vw #6965D3)
  drop-shadow(0.5vw 0vw 1.5vw #6965D3);
}

.hero__copy-main {
  padding: 0.5vw 4vw;
  border-radius: 3vw;
  background-color: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hero__copy-main-text {
  background: linear-gradient(100deg,#9849F5 0%, #51A6FC 30%, #CC7FF8 70%, #F14DD9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.hero__title { 
  color: #fff;
  font-family: 'Noto Serif JP';
  font-weight: 600;
  margin-bottom: 3vw;
  filter:
  drop-shadow(0vw 0vw 0.5vw #0048ff)
  drop-shadow(0vw 0vw 1.5vw #6965D3);
}

.hero__title-main {
  font-size: 7vw;
  line-height: 1.2;
}

.hero__title-sub {
  font-size: 3.6vw;
}

.hero__main {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.hero-left {
  width: 50%;
  position: relative;
  z-index: 2;
}

.hero__left-sub {
  position: absolute;
  width: 40%;
  top: 0;
  left: 3vw;
  transform: rotate(-35deg);
}

.hero__left-sub img {
  width: 100%;
}

.hero__left-main {
  width: 142%;
  position: relative;
}

.hero__left-main img {
  width: 100%;
}

.hero-right {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-left: -3vw;
}

.hero__right-achievement {
  position: relative;
  z-index: 3;
}

.hero__achievement-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,47%);
  grid-template-rows: repeat(2,42%);
  row-gap: 1vw;
  top: 1vw;
}

.hero__achievement-item {
  position: relative;
}

.hero__achievement-text {
  position: absolute;
  font-size: 2vw;
  z-index: 1;
  top: 63%;
  left: 49%;
  transform: translate(-50%,-50%);
  width: 100%;
  font-weight: 800;
  background: linear-gradient(60deg, #A77F14 0%, #EFB002 50%, #9A7600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__achievement-image {
  width: 100%;
}

.hero__achievement-image img {
  width: 100%;
}

.achievement-1 {
  top: 5.5vw;
}

.achievement-1-font {
  font-size: 1.6vw !important;
  line-height: 1.3;
}

.achievement-2 {
  position: relative;
}

.achievement-3 {
  left: 13vw;
}

.hero__right-name {
  position: relative;
  z-index: 1;
}

.hero__name-inner {
  position: relative;
  background: linear-gradient(180deg,#D3B200 0%, #F2EB2D 60% , #CBAC00 100%);
  border-top-right-radius: 5vw;
  border-bottom-right-radius: 5vw;
  padding: 0.5vw 0;
  width: fit-content;
}

.hero__name-text {
  position: relative;
  font-size: 1.4vw;
  text-align: left;
  margin-left: 6vw;
  line-height: 1.3;
  margin-right: 3vw;
  font-family: "noto sans jp";
  font-weight: 600;
  letter-spacing: 0vw;
}

.hero__line__btn {
  position: absolute;
  width: 46vw;
  margin-left: auto;
  margin-right: auto;
  top: 107%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.hero__line-inner {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2vw 2vw;
  top: 47%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  width: 100%;
}

.hero__line-text {
  position: relative;
  font-size: 3.9vw;
  color: #fff;
  font-family: "noto sans jp";
  font-weight: 900;
}

.hero__line-text span {
  font-size: 4.7vw;
}

.hero__line-text-color {
  color: #fdf700;
  font-size: 4.3vw !important;
}

.hero__line-arrow {
  width: 4.5vw;
  position: relative;
  left: 1vw;
  margin-left: -1vw;
}

.hero__line-arrow img {
  width: 100%;
}

.hero__line-bg {
  position: relative;
  width: 100%;
}

.hero__line-bg img {
  width: 100%;
}


.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  display: flex;
  flex-direction: column;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__bg-1 {
  height: 100%;
}

.hero__bg-2 {
  width: 100vw;
  position: absolute;
  display: block;
  top: 90%;
  z-index: 1;
}

.hero__bg-2 img {
  width: 100%;
}

/*========================================
  merit
========================================*/
.merit {
  position: relative;
}

.merit__inner {
  position: relative;
  width: 70vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 15vw;
  padding-bottom: 3vw;
}

.merit__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 33vw;
  margin-bottom: 3vw;
}

.merit__title-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(240deg,#A77F14 0%,#BF9402 20%,#A78000 50%,#BF9402 75%,#846500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5vw;
  font-weight: 800;
  z-index: 1;
}

.merit__title-text span {
  font-size: 3.4vw
}

.merit__title-text-kern {
  display: inline-block;
  font-size: 5vw !important;
  letter-spacing: -1vw;
}

.merit__title-image {
  position: relative;
  z-index: -1;
  width: 100%;
}

.merit__title-image img {
  width: 100%;
}

.merit__list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90vw;
  gap: 20vw;
  margin-bottom: 16vw;
}

.merit__list-item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.merit__row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.merit__top-1 {
  margin-bottom: 6vw;
}

.merit__top-2 {
  margin-bottom: 13vw;
}

.merit__top-3 {
  margin-bottom: 10vw;
}

.merit__image-top,
.merit__image-bottom {
  width: 46%;
}

.merit__image-top {
  transform: translateX(11vw);
}

.merit__image-bottom {
  transform: translateX(-11vw);
}

.merit__image-top img,
.merit__image-bottom img {
  width: 100%;
}

.merit__content-top,
.merit__content-bottom
 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  font-size: 3.5vw;
  font-weight: 700;
  width: 45%;
}

.merit__content-top {
  left: 47%;
  transform: translateX(-50%);
}

.merit__content-bottom {
  top: 105%;
  right: 0%;
  transform: translate(-50%,-50%);
}

.merit__content-part {
  color: #40178d;
  margin-bottom: 1vw;
}

.merit__content-title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  font-size: 2.5vw;
  letter-spacing: 0.6vw;
  margin-bottom: 2.2vw;
}

.merit__content-title p {
  padding: 0.8vw 1.3vw;
  width: fit-content;
  background: linear-gradient(90deg,#5F51CCd9,#8B03C6d9);
  color: #fff;
}

.merit__content-lead {
  font-size: 1.8vw;
  padding: 2vw 2.5vw;
  background-color: #ffffffcc;
  width: 100%;
  line-height: 1.5;
  border-radius: 2vw;
  width: 75%;
}

.merit__content-text {
  font-size: 1.8vw;
  padding: 2vw 2.5vw;
  background-color: #ffffffcc;
  width: 100%;
  line-height: 1.5;
  border-radius: 2vw;
  width: 95%;
}

.merit__cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.merit__cta-text {
  position: relative;
  font-family: "Zen Old Mincho";
  font-size: 3.7vw;
  font-weight: 700;
  letter-spacing: 0.5vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-bottom: 2vw;
}

.merit__cta-text span {
  font-size: 5vw;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  letter-spacing: 0.2vw;
  color: #fff;
  filter:
  drop-shadow(0vw 0vw 0.5vw #0048ff)
  drop-shadow(0vw 0vw 1.5vw #6965D3);
}

.merit__cta-image {
  position: relative;
}

.merit__cta-image-icon {
  position: relative;
  width: 40vw;
  z-index: 2;
}

.merit__cta-image-icon img {
  width: 100%;
}

.merit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.merit__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*========================================
  recommend
========================================*/
.recommend {
  position: relative;
}

.recommend__inner {
  position: relative;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 7vw;
  padding-bottom: 20vw;
}

.recommend__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 43vw;
  margin-bottom: 6vw;
}

.recommend__title-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #b08801;
  font-size: 3.7vw;
  font-weight: 800;
  font-family: "Zen Old Mincho", serif;
  z-index: 1;
}

.recommend__title-text span {
  font-size: 3.4vw
}

.recommend__title-image {
  position: relative;
  z-index: -1;
  width: 100%;
}

.recommend__title-image img {
  width: 100%;
}

.recommend__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.5vw;
  margin-left: 2vw;
}

.recommend__list-item {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 1vw;
  align-items: flex-start;
}

.recommend__checkbox {
  width: 4vw;
}

.recommend__checkbox img {
  width: 100%;
}

.recommend__text {
  position: relative;
  font-size: 2.9vw;
  font-family: "zen maru gothic";
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
}

.recommend__bg2 {
  width: 100vw;
  position: absolute;
  display: block;
  top: 92%;
  z-index: 1;
}

.recommend__bg2 img {
  width: 100%;
}

.recommend__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.recommend__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*========================================
  representative
========================================*/
.representative {
  position: relative;
}

.representative__inner {
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 6vw;
  padding-bottom: 8vw;
}

.representative__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  margin-bottom: 2vw;
  width: 100%;
}

.representative__title::before,
.representative__title::after {
  background-color: #C7B3F0; /* 横線の色 */
  content: "";
  flex-grow: 1; 
  height: 0.3vw;
}

.representative__title::before {
  margin-right: 3vw;
}

.representative__title::after {
  margin-left: 3vw;
}

.representative__title-text {
  position: relative;
  font-size: 5vw;
  font-weight: 700;
  font-family: "Noto Sans jp", serif;
  z-index: 1;
  background: linear-gradient(90deg,#F156E0,#B02EDD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.4vw;
}

.representative__visual {
  width: 100%;
  margin-bottom: 5vw;
}

.representative__visual img {
  width: 100%;
}

.representative__profile {
  position: relative;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.representative__profile-title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 44vw;
  margin-bottom: 3.5vw;
}

.representative__profile-title-text {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  color: #936C00;
  font-size: 2.7vw;
  font-weight: 700;
  z-index: 1;
}


.representative__profile-title-image {
  position: relative;
  z-index: -1;
  width: 100%;
}

.representative__profile-title-image img {
  width: 100%;
}

.representative__profile-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  font-size: 1.8vw;
  line-height: 1.6;
  width: 90%;
  text-align: left;
}

/*========================================
  course
========================================*/
.course {
  position: relative;
}

.course__inner {
  position: relative;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 7vw;
  padding-bottom: 9.5vw;
}

.course__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 35vw;
  margin-bottom: 2.5vw;
}

.course__title-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(230deg,#A77F14 0%,#BF9402 20%,#A78000 50%,#BF9402 75%,#846500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5vw;
  font-weight: 700;
  z-index: 1;
}

.course__title-image {
  position: relative;
  z-index: -1;
  width: 100%;
}

.course__title-image img {
  width: 100%;
}

.course__copy {
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 1.9vw;
  line-height: 1.3;
  margin-bottom: 3vw;
  color: #fff;
}

.course__copy span {
  font-weight: 700;
  font-size: 2.7vw;
  color: #FFEB00;
  
}

.course__copy-number {
  font-size: 3.7vw !important;
  font-style: italic;
  letter-spacing: 0.5vw;
}

.course__caution {
  position: relative;
  margin-bottom: 4.5vw;
}

.course__caution-text {
  position: relative;
  font-size: 1.9vw;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
  padding: 1vw 4vw;
  background: linear-gradient(180deg,#C0CDF5,#91AAFC);
  border-radius: 5vw;
}


input[name="course"] {
  display: none;
}

.course__slider #course1:checked ~ .course__slider__inner {
  transform: translateX(0%);
}
.course__slider #course2:checked ~ .course__slider__inner {
  transform: translateX(-64vw);
}
.course__slider #course3:checked ~ .course__slider__inner {
  transform: translateX(-128vw);
}
.course__slider #course4:checked ~ .course__slider__inner {
  transform: translateX(-192vw);
}



.course__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48vw;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.course__slider__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  transition:  transform 0.4s ease;
  flex-shrink: 0;
  justify-content: space-between;
  width: 240vw;
  margin-bottom: 3vw;
}


.course__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,49.25%);
  grid-template-rows: repeat(2,32vw);
  width: 48vw;
  gap: 0.7vw 1.5%;
}

.course__grid-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.course__pro-item {
  position: relative;
  width: 200%;
  height: 100%;
}

.course__item__inner {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  inset: 0;
  justify-content: flex-end;
}

.course__item-pro__inner {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  inset: 0;
  justify-content: flex-end;
  height: 100%;
  margin-top: auto;
}

.course__item-icon {
  width: 6.5vw;
  margin-top: 3vw;
  /*margin-bottom: 1.3vw;*/
  margin-bottom: auto;
}

.course__icon-1,.course__icon-2 {
  width: 6.5vw;
}

.course__icon-3 {
  width: 10vw;
}

.course__icon-4 {
  width: 8vw;
  margin-top: 3.5vw;
  margin-bottom: 1.5vw;
}

.course__icon-5 {
  width: 6.5vw;
  margin-top: 4vw;
  margin-bottom: 2vw;
}

.course__icon-6 {
  width: 7vw;
  margin-top: 4.5vw;
  margin-bottom: 1vw;
}

.course__icon-7 {
  width: 5.5vw;
  margin-bottom: 1vw;
}

.course__icon-8 {
  width: 6.5vw;
  margin-top: 3.5vw;
  margin-bottom: 1.5vw;
}

.course__icon-9 {
  width: 8vw;
  margin-top: 4vw;
  margin-bottom: 1vw;
}

.course__icon-10 {
  width: 6vw;
  margin-top: 4vw;
  margin-bottom: 2vw;
}

.course__icon-11 {
  width: 6.5vw;
  margin-top: 4vw;
  margin-bottom: 2vw;
}

.course__icon-12 {
  width: 8vw;
  margin-top: 5vw;
  margin-bottom: 2.5vw;
}

.course__icon-13 {
  width: 6vw;
  margin-top: 4vw;
  margin-bottom: 2vw;
}

.course__icon-14 {
  width: 6.5vw;
  margin-top: 4vw;
  margin-bottom: 2vw;
}


.course__item-icon img {
  width: 100%;
}

.course__item-title {
  font-size: 2.5vw;
  color: #fff;
  margin-bottom: 1.5vw;
}

.course__item-pro-title {
  font-size: 2.5vw;
  color: #fff;
  margin-bottom: 1.5vw;
  position: relative;
  display: flex;
  flex-direction: row;
}

.course__item-pro-caution {
  position: relative;
  font-size: 1.4vw;
  color: #000;
  margin-bottom: 1.5vw;
  font-family: 'Noto Serif JP';
  font-weight: 700;
  background: #E5CB06;
  padding: 0.6vw 11vw;
  border: 0.1vw solid #707070;
  border-radius: 2vw;
}

.course__item-pro-subtitle {
  position: relative;
  font-size: 1.4vw;
  color: #FFF07E;
  margin-bottom: 1.5vw;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}

.course__item-title-decoration {
  position: absolute;
  width: 5vw;
  top: 50%;
  left: 100%;
  transform: translate(-50%,-50%);
}

.course__item-title-decoration img {
  width: 100%;
}

.course__item-line {
  width: 53%;
  margin-bottom: 0.5vw;
}

.course__item-line img {
  width: 100%;
  display: block;
}

.course__item-pro-line {
  width: 26.5%;
  margin-bottom: 0.5vw;
}

.course__item-pro-line img {
  width: 100%;
  display: block;
}

.course__item-description {
  position: relative;
  font-size: 1.6vw;
  width: 90%;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  /*margin-bottom: 2vw;*/
  height: 22%;
}

.course__item-pro-description {
  position: relative;
  font-size: 1.6vw;
  width: 90%;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  /*margin-bottom: 2vw;*/
  height: 22%;
  width: 80%;
}

.course__item-tool {
  position: relative;
  font-size: 1.6vw;
  width: 95%;
  color: #ffffff;
  text-align: left;
  padding: 0.5vw 1vw;
  background: linear-gradient(180deg, #93793B, #745C29);
  border-radius: 0.5vw;
  line-height: 1.4;
  /*margin-top: auto;*/
  /*min-height: 25%;*/
  height: 25%;
  margin-bottom: 0.5vw;
}

.course__item-pro-tool {
  position: relative;
  font-size: 1.6vw;
  width: 95%;
  color: #ffffff;
  text-align: left;
  padding: 0.5vw 1.5vw;
  background: linear-gradient(180deg, #93793B, #745C29);
  border-radius: 0.5vw;
  line-height: 1.4;
  /*margin-top: auto;*/
  /*min-height: 25%;*/
  height: 25%;
  margin-bottom: 1vw;
}

.course__item-pro-tool p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}

.course__descriptuin-adjustment {
  font-size: 1.5vw !important;
}

.course__tool-adjustment {
  font-size: 1.55vw !important;
  height: 30% !important;
}

.course__item-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.course__item-bg img {
  width: 100%;
  height: 100%;
}

.course__item-bg2 {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.course__item-bg2 img {
  width: 100%;
  height: 100%;
}

.course__pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.course__pagination__label {
  display: flex;
  justify-content: center;
  gap: 2vw;
  /*width: 100%;*/
  position: relative;
  bottom: 0;
}

.course__pagination__label label {
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 50%;
  border: 0.25vw solid #ffffff;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s;
}

.course__slider #course1:checked ~ .course__pagination label[for="course1"],
.course__slider #course2:checked ~ .course__pagination label[for="course2"],
.course__slider #course3:checked ~ .course__pagination label[for="course3"],
.course__slider #course4:checked ~ .course__pagination label[for="course4"] {
  background-color: #ffffff;
}

.course__slide__arrow {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 55%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.course__slide__arrow__left,.course__slide__arrow__right {
  width: 22%;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
}

.course__slide__arrow__right {
  justify-items: right;
  transform: scalex(-1);
}


.curse__arrow-icon {
  width: 100%;
}

.curse__arrow-icon img {
  width: 100%;
  display: block;
}

.course__slide__btn {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 110vw;
}

.course__slide__btn__left,
.course__slide__btn__right {
  position: relative;
  width: 13.8%;
  height: 65vw;
  background: #000000;
  opacity: 0 !important;
  border: 1vw solid #fff;
  border-radius: 1vw;
}

.course__slide__btn__left:hover,
.course__slide__btn__right:hover {
  opacity: 0.2 !important;
  background: #b8b8b8;
}

.course__pagination-prev,
.course__pagination-next {
  position: relative;
  font-size: 1.3vw;
  font-weight: 300;
}

.course__pagination-next {
  transform: scalex(-1);
}

.course__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.course__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*========================================
  advantage
========================================*/
.advantage {
  position: relative;
}

.advantage__inner {
  position: relative;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 13vw;
  padding-bottom: 17.5vw;
}

.advantage__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 38vw;
  margin-bottom: 7vw;
}

.advantage__title-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(130deg,#9A7D2C 0%,#B8973B 20%,#B7A346 60%,#BDA34E 95%,#98792C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 5vw;
  font-weight: 700;
  z-index: 1;
}

.advantage__title-image {
  position: relative;
  z-index: -1;
  width: 100%;
}

.advantage__title-image img {
  width: 100%;
}

.advantage__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5vw;
  width: 100%;
}

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

.advantage__item-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 2;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

}

.advantage_item-icon {
  position: relative;
  width: 10%;
  margin-top: 0.5vw;
}

.advantage_item-icon img {
  width: 100%;
}

.advantage__item-title {
  color: #FFC853;
  font-family: "Zen Old Mincho";
  margin-bottom: 2vw;
}

.advantage__item-title span {
  font-size: 2.6vw;
}

.advantage__title-1 {
  font-size: 4vw;
  letter-spacing: 0.3vw;
  margin-top: 1.5vw;
}

.advantage__title-2 {
  font-size: 4.7vw;
  letter-spacing: 0.3vw;
  margin-top: 3.2vw;
}

.advantage__title-3 {
  font-size: 4.1vw;
  margin-top: 1.8vw;
  line-height: 1.3;
  margin-bottom: 2vw;
}

.advantage__title-4 {
  font-size: 4.1vw;
  margin-top: 0.1vw;
  line-height: 1.2;
}

.advantage__item-text {
  font-size: 1.7vw;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  line-height: 1.4;
}

.advantage__item-text span {
  font-size: 1.8vw;
  font-weight: 700;
}

.advantage__item-text-number {
  font-size: 4vw !important;
  color: #FFC853;
}

.advantage__item-bg {
  position: relative;
  width: 100%;
  z-index: 1;
}

.advantage__item-bg img {
  width: 100%;
}

.advantage__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.advantage__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*========================================
  support
========================================*/
.support {
  position: relative;
}

.support__inner {
  position: relative;
  width: 55vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 10vw;
  padding-bottom: 9vw;
}

.support__copy {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
}

.support__copy-sub {
  position: relative;
  color: #000;
  font-size: 2vw;
  font-weight: 400;
  z-index: 1;
  margin-bottom: 1.5vw;
  font-family: 'Noto Sans JP';
}

.support__copy-main {
  position: relative;
  color: #3300BE;
  font-size: 2.4vw;
  font-weight: 700;
  z-index: 1;
  line-height: 1.4;
  font-family: "Zen Old Mincho";
  margin-bottom: 2vw;
  
}

.support__copy-main span {
  font-size: 5vw;
  font-family: 'Noto Serif JP';
  background: linear-gradient(180deg,#5790FC,#A000E6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.support__copy-lead {
  position: relative;
  font-size: 2vw;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  line-height: 1.3;
}

.support__label {
  position: relative;
  margin-bottom: 3.5vw;
}

.support__label-text {
  font-family: 'Noto Sans JP';
  font-size: 2.6vw;
  color: #fff;
  background: linear-gradient(120deg,#F639FE 0%,#02CADA);
  padding: 0.8vw 6vw;
  border-radius: 2vw;
  letter-spacing: 0.2vw;
}

.suppor__grid {
  position: relative;
}

.suppor__grid__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,23.5vw);
  grid-template-rows: repeat(2,23.5vw);
  gap: 1vw;
}

.support__grid-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.support__item-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/*.support__item-title img {
  width: 100%;
}*/

.title__axia {
  width: 13vw;
}

.title__cocoloni {
  width: 19vw;
}

.title__chapli {
  width: 14vw;
}

.title__e-majo {
  width: 20vw;
}

.grid_top {
  top: 0;
}

.grid_bottom {
  bottom: 0;
}

.support__item-circle {
  position: absolute;
  z-index: 2;
  width: 60%;
}

.support__item-circle img {
  width: 100%;
  display: block;
}

.grid_top-left {
  bottom: 0;
  right: 0;
}
.grid_top-right {
  bottom: 0;
  left: 0;
}
.grid_bottom-left {
  top: 0;
  right: 0;
}
.grid_bottom-right {
  top: 0;
  left: 0;
}

.support__item-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.support__item-visual img {
  width: 100%;
}

.suppor__grid__connect {
  position: absolute;
  width: 17vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
}

.suppor__grid__connect img {
  width: 100%;
}


.support__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.support__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*========================================
  graduate
========================================*/

.graduate {
  position: relative;
}

.graduate__inner {
  position: relative;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 11vw;
  padding-bottom: 6.5vw;
}

.graduate__title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 47vw;
  margin-bottom: 11vw;
}

.graduate__title-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #b08801;
  z-index: 1;
}

.graduate__title-text-sub {
  position: relative;
  font-size: 2.9vw;
  font-weight: 400;
  margin-bottom: 2vw;
}

.graduate__title-text-main {
  position: relative;
  font-size: 7.2vw;
  font-weight: 500;
  background: linear-gradient(180deg,#0CD8C8,#B731BC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.graduate__title-text-main span {
  font-size: 4.5vw;
  margin-left: 1vw;
}

.graduate__title-image {
  position: relative;
  z-index: -1;
  width: 100%;
}

.graduate__title-image img {
  width: 100%;
}

.graduate__list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 9vw;
}

.graduate__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.graduate__item-title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 1.5vw;
  margin-bottom: 1.5vw;
}

.graduate__item-title-text {
  position: relative;
  font-size: 2.3vw;
  color: #fff;
  background: linear-gradient(180deg,#BC80CE,#5D306A);
  padding: 0.8vw 2.8vw;
  border-radius: 3vw;
  letter-spacing: 0.2vw;
}

.graduate__item-title-image-left,
.graduate__item-title-image-right {
  width: 10vw;
}

.graduate__item-title-image-left img,
.graduate__item-title-image-right img {
  width: 100%;
}

.graduate__item-title-image-right {
  transform: scaleX(-1);
}

.graduate__item-profile {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2vw;
  margin-left: 1vw;
  margin-right: auto;
  margin-bottom: 3vw;
}

.graduate__profile-visual {
  position: relative;
  /*width: 37%;*/
  width: 18vw;
}

.graduate__profile-visual img {
  width: 100%;
}

.graduate__profile-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  /*margin-top: auto;*/
}

.graduate__profile-name {
  position: relative;
  font-size: 3.5vw;
  font-weight: 700;
  /*margin-bottom: 3vw;*/
  color: #8046c4;
  margin-top: auto;
}

.graduate__profile-name span {
  font-size: 1.5vw;

}

.graduate__profile-history {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 0.5vw;
  font-size: 1.2vw;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  margin-bottom: 1vw;
  color: #645172;
  margin-top: auto;
}

.graduate__profile-history p {
  width: fit-content;
  padding: 0.5vw 1vw;
  background: #fff;
  border: 0.1vw solid #966fad;
  border-radius: 2vw;
}


.graduate__profile-lead {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4vw;
  font-size: 1.9vw;
  font-weight: 700;
  align-items: flex-start;
  color: #421f5c;
}

.graduate__profile-lead p {
  width: fit-content;
  background: #cbdaf5;
  padding: 0.4vw 1vw;
}

.graduate__item-description {
  position: relative;
  width: 100%;
}

.graduate__item-description-text {
  position: absolute;
  font-size: 1.7vw;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  width: 80%;
  letter-spacing: 0.3vw;
  line-height: 1.5;
  text-align: left;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.graduate__item-description-bg {
  position: relative;
  width: 100%;
  z-index: 1;
}

.graduate__item-description-bg img {
  width: 100%;
}

.graduate__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.graduate__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/*========================================
  income-example
========================================*/

.income-example {
  position: relative;
  background: #fdf3f6;
}

.income-example__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 47.5%;
  margin-left: auto;
  margin-right: auto;
  justify-self: center;
  padding-top: 4.5vw;
  padding-bottom: 7vw;
}

.income-example__title {
  position: relative;
  width: 36vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.income-example__title-text {
  font-size: 4.6vw;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  background: linear-gradient(240deg,#A77F14 0%,#BF9402 20%,#A78000 50%,#BF9402 75%,#846500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.income-example__title-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.income-example__title-image img {
  width: 100%;
}

.income-example__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  width: 50vw;
}

.income-example__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 5vw;
  width: 100%;
}

.income-example__item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 3vw;
  z-index: 1;
  width: 86%;
}

.income-example__item-title-text {
  display: block;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  font-size: 1.7vw;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.income-example__item-title-text span {
  font-size: 2.5vw;
  line-height: 1;
  
}

.income-example__item-title-image {
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
}

.income-example__item-title-image img  {
  width: 100%;
}

.income-example__item-visual {
  position: relative;
  width: 100%;
  z-index: 0;
}

.income-example__item-visual img {
  width: 100%;
  height: auto;
  border-radius: 3vw;
}

.income-example__item-detail__grid {
  display: grid;
  grid-template-columns: repeat(2,20vw);
  grid-template-rows: repeat(2,10vw);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4vw 1vw;
  border-radius: 3vw;
  margin-top: -7%;
  position: relative;
  margin-bottom: 2vw;
  z-index: 1;
  gap: 2vw 0;
}

.income-example__item-detail_item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}


.income-example__item-detail__grid-title {
  font-size: 1.5vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 1.55;
  color: #242424;
  width: 75%;
  justify-self: center;
  border: 1px solid;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5vw;
}

.income-example__item-detail__grid-title p {
  letter-spacing: 0.1vw;
}

.income-example__item-detail__grid-text {
  font-size: 3vw;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
  color: #242424;
  font-weight: 700;
}

.income-example__item-detail__grid-text span {
  font-size: 6.5vw;
}

.income-example__item-comment-text-red {
  color: #FF0303;
}

.income-example__item-comment {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.income-example__item-comment-title {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 2vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #242424;
  line-height: 1;
  gap: 1vw;
  margin-bottom: 2vw;
  letter-spacing: 0.2vw;
}

.income-example__item-comment-text-ornament_L,
.income-example__item-comment-text-ornament_R {
  width: 3vw;
  position: relative;
  transform: translateY(10%);
}

.income-example__item-comment-text-ornament_R {
  transform: translateY(10%) scaleX(-1);
}

.income-example__item-comment-text-ornament_L img,
.income-example__item-comment-text-ornament_R img {
  width: 100%;
}

.income-example__item-comment-text {
  font-size: 2vw;
  color: #242424;
  line-height: 1.5;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  width: 90%;
}

/*========================================
  interview
========================================*/
.interview {
  position: relative;
}

.interview__inner {
  position: relative;
  width: 55vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 8.5vw;
  padding-bottom: 9vw;
}

.interview__title {
  position: relative;
  font-size: 4.4vw;
  font-weight: 700;
  z-index: 1;
  line-height: 1.4;
  font-family: 'Noto Serif JP';
  margin-bottom: 2vw;
  color: #fff;
  filter:
  drop-shadow(0vw 0vw 0.25vw #9486D9)
  drop-shadow(0vw 0vw 0.5vw #9486D9)
  drop-shadow(0vw 0vw 1vw #9486D9);
}

.interview__decoration {
  width: 28%;
  margin-bottom: 5.5vw;
}

.interview__decoration img {
  width: 100%;
}

.interview__list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* gap: 5vw; */
}

.interview__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 10vw;
}

.interview__item-name {
  font-size: 3.3vw;
  font-family: 'Noto Serif JP';
  font-weight: 800;
  letter-spacing: 0.3vw;
  margin-bottom: 2vw;
  color: #3e5e9a;
}

.interview__item-name span {
  font-size: 4.5vw;
  font-family: 'Noto Serif JP';
  font-weight: 800;
}

.interview__item-name-EN {
  font-size: 5.3vw !important;
}

.interview__item-line {
  width: 83%;
  margin-bottom: 2vw;
}

.interview__item-line img {
  width: 100%;
}

.interview__video {
  width: 83%;
}

.interview__video-frame {
  display: block;
  width: 100%;              /* 親幅にフィット */
  aspect-ratio: 16 / 9;     /* 比率を固定（4:3なら 4/3） */
  border: 0;
  margin-bottom: 1vw;
}

.interview__reward {
  font-size: 2vw;
  font-weight: 700;
  font-family: 'Noto Serif JP';
  color: #242424;
  align-self: flex-end;
  margin-right: 6%;
}


.interview__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.interview__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*========================================
  qusetion
========================================*/
.question {
  position: relative;
  background-color: #fff;
}

.question__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 11vw;
  padding-bottom: 10vw;
  width: 50.5vw;
  margin-left: auto;
  margin-right: auto;
  justify-self: center;
}

.question__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}

.question__title-text {
  font-size: 4.1vw;
  font-family: 'Noto Serif JP';
  font-weight: 600;
  color: #242424;
  letter-spacing: 0.5vw;
  margin-bottom: 6.2vw;
}

.question__title-subtext {
  font-size: 1.8vw;
  font-family: 'Noto Serif JP';
  font-weight: 600;
  color: #242424;
}

.question__ornament {
  width: 100%;
  margin-bottom: 3vw;
}

.question__ornament img {
  width: 100%;
}

.question__list {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.question__item {
  background-color: #ffffff;
  border: 2px solid #dcd9e8;
}

.question__label {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  background-color: #dcd9e8;
  padding: 1.3vw 1vw;
  position: relative;
}

.question__label__icon {
  width: 3.33vw;
  margin: 0 0.5vw 0 1.3vw;
}

.question__label__title {
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
  letter-spacing: 0.2vw;
  font-size: 1.7vw;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  line-height: 1.3;
  color: #242424;
}

.question__label__title span {
  padding: 0.35vw 0.6vw 0.6vw 0.6vw;
  background: #fff;
  border-radius: 9999px;
  margin-right: 1.5vw;
  letter-spacing: 0vw;
}

.question__state {
  display: flex;
  align-items: center;
  width: 2.5vw;
  height: auto;
  filter: drop-shadow(0.25vw 0.25vw 0.5vw rgba(0, 0, 0, 0.1));
  will-change: filter;
  margin-top: unset;
  transition: 0.5s;
  /*margin-right: 1vw;*/
}

.question__state::before, .question__state::after {
  content: "";
	position: absolute;
	height: 0.25vw;
  width: 2.5vw;
  background: #ffffff;
  opacity: 1;
  transition: 0.5s;
}

.question__state::after {
  -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.question__label-in {
  background-color: #dcd9e8;
  padding: 0.7vw 1vw;
  position: relative;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}



/* 初期状態：非表示（PC用） */
.question__answer {
font-size: 1.7vw;
font-family: 'Noto Sans JP';
font-weight: 500;
line-height: 1.2;
color: #444;
letter-spacing: 0.1vw;
margin: 0vw 1.5vw;
transform: translateY(-10%);
opacity: 0; /* 本番は0 */
transition:max-height 0.5s, opacity 0.5s, transform 0.5s, margin 0.5s;
transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
max-height: 0; /* 本番は0*/
overflow: hidden;
}

.question__item.open .question__state {
  transform: rotateZ(-90deg);
}

.question__item.open .question__state::before {
  background: rgba(255, 255, 255, 0);
}

/* 開いたときの表示状態 */
.question__item.open .question__answer {
  max-height: 20vw; /* 想定される最大値。大きめに */
  opacity: 1;
  margin: 1vw 1.5vw 1.5vw 1.5vw;
  /*margin-top: 2vw;
  margin-bottom: 2vw;*/
  transform: translateY(0);
}

/*============================
footer
============================*/
.footer {
  position: relative;
  background-color: #34308d;
}

.footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50.5%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5.5vw;
  padding-bottom: 5vw;
}

.footer__logo {
  width: 40%;
  margin-bottom: 6vw;
}

.footer__logo img {
  width: 100%;
}

.footer__company, .footer__policy,
.footer__contact, .footer__tel{
font-size: 1.5vw;
color: #ffffff;
}

.footer__company {
  margin-bottom: 3.5vw;
}

.footer__company a {
  text-decoration: none;
  color: #ffffff;
}

.footer__policy {
  cursor: pointer;
  margin-bottom: 3.5vw;
  text-decoration: none ;
}

.footer__policy a {
  text-decoration: none;
  color: #ffffff;
}

.footer__contact {
  margin-bottom: 1vw;
}

.footer__tel a {
  text-decoration: none;
  color: #ffffff;
}


/*============================
trial__btn
============================*/

.trial__btn {
  display: none;
}

/*============================
アニメーション
============================*/

/* 左へ移動 */
.move_toLeft {
  opacity: 0;
}

.move_toLeft.active {
  animation: move_toLeft 1.5s ease-out both;
}

@keyframes  move_toLeft {
  from {
    transform:translatex(10vw);
    opacity: 0;
  }

  to {
    transform:translatex(0);
    opacity: 1;
  }
}

/* 上へ移動 */
.move_toUp {
  opacity: 0;
 }
 
 .move_toUp.active {
   animation: move_toUp 1s ease-out both;
 }
 
 @keyframes  move_toUp {
   from {
     transform:translateY(3vw);
     opacity: 0;
   }
 
   to {
     transform:translateY(0);
     opacity: 1;
   }
 }

 /* 上へ移動 */
.move_toUp_content-bottom {
  opacity: 0;
 }
 
 .move_toUp_content-bottom.active {
   animation: move_toUp_content-bottom 1s ease-out both;
 }
 
 @keyframes  move_toUp_content-bottom {
   from {
     transform:translate(-50%,-20%);
     opacity: 0;
   }
 
   to {
     transform:translate(-50%,-50%);
     opacity: 1;
   }
 }

/* ポップアップ */
.popup {
  opacity: 0;
}

.popup.active {
  animation: popup 1s cubic-bezier(0.19, 1, 0.22, 1) both;
}

@keyframes  popup {
  from {
    scale: 0;
    opacity: 0;
  }

  to {
    scale: 1;
    opacity: 1;
  }
}

/* ポップアップ */
.popup2 {
  opacity: 0;
}

.popup2.active {
  animation: popup2 1s cubic-bezier(0.075, 0.82, 0.165, 1) both;
}

@keyframes  popup2 {
  from {
    transform:scale(0);
    opacity: 0;
  }

  to {
    transform:scale(1);
    opacity: 1;
  }
}

/* 時計回転 */
.rotate {
  opacity: 0;
}

.rotate.active {
  animation: rotate 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes  rotate {
  from {
    rotate:-180deg;
    opacity: 0;
  }

  to {
    rotate:0;
    opacity: 1;
  }
}

/*  アニメーションディレイ  */
.delay_1.active { animation-delay: 0.2s; }
.delay_2.active  { animation-delay: 0.4s; }
.delay_3.active  { animation-delay: 0.6s; }
.delay_4.active { animation-delay: 0.8s; }
.delay_5.active  { animation-delay: 1s; }
.delay_6.active  { animation-delay: 1.2s; }
.delay_7.active { animation-delay: 1.4s; }
.delay_8.active  { animation-delay: 1.6s; }
.delay_9.active  { animation-delay: 1.8s; }
.delay_10.active  { animation-delay: 2s; }

/*  原点調整  */
.origin-left-top.active { transform-origin: left top; }
.origin-left-center.active { transform-origin: left center; }
.origin-left-bottom.active { transform-origin: left bottom; }
.origin-center-top.active { transform-origin: center top; }
.origin-center.active { transform-origin: center; }
.origin-center-bottom.active { transform-origin: center bottom; }
.origin-right-top.active { transform-origin: right top; }
.origin-right-center.active { transform-origin: right center; }
.origin-right-bottom.active { transform-origin: right bottom; }

