@charset "UTF-8";

/*==============================
# setting
==============================*/
:root {
  --color-main: #79BD48;
  --color-accent: #F0796F;
  --color-highlight: #EFFFE3;
  --color-text: #333333;
  --color-bg: #FFF8F9;
  --font-montserrat: "Montserrat", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-text);
  background-color: var(--color-bg);
  overflow-x: hidden;
}

/*==============================
# utility
==============================*/
@media print, screen and (min-width:768px) {
  .u-sp {
    display: none;
  }
}

.u-pc  {
  display: none;
}
@media print, screen and (min-width:768px) {
  .u-pc  {
    display: block;
  }
}

.u-red {
  color: var(--color-accent);
}

/*==============================
# parts
==============================*/
.btn__cta {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding: 20px 55px;
  width: 100%;
  max-width: 345px;
  background-color: var(--color-accent);
  border-radius: 50px;
  border: 2px solid #fff;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .btn__cta {
    font-size: 20px;
    padding: 20px 29px;
    max-width: 360px;
  }
}

.btn__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-image: url(../img/ico_arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width:768px) {
  .btn__cta::before {
    right: 18px;
    width: 12px;
    height: 19px;
  }
}

.title__ribbon {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 11px 30px;
  width: 100%;
  max-width: 290px;
  background-color: var(--color-main);
  clip-path: polygon(50% 0%, 100% 0, 91% 50%, 100% 100%, 0 100%, 9% 50%, 0 0);
}

.title__ribbon .num {
  font-family: var(--font-montserrat);
  font-size: 28px;
}

.btn__more {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.btn__more::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.btn__more:hover {
  color: var(--color-main);
}

.btn__more:hover::before {
  background-color: var(--color-main);
}


.title__red {
  text-align: center;
}

.title__red span {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  color: var(--color-accent);
  padding-bottom: 10px;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .title__red span {
    font-size: 32px;
  }
}

.title__red span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #F0796F;
}


/*==============================
# header
==============================*/
.header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header__inner {
  padding: 6px 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width:768px) {
  .header__inner {
    padding: 10px 30px 0;
  }
}

.header-title a {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:768px) {

}

.header-title__logo {
  width: 71px;
}
@media print, screen and (min-width:768px) {
  .header-title__logo {
    width: 104px;
  }
}

.header-title__text {
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  background-color: #FFEDF0;
}
@media print, screen and (min-width:768px) {
  .header-title__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    background: none;
    padding: 0;
  }
}

.header-contact {

}

.header-contact__btn {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 4px 20px 6px;
  background-color: var(--color-main);
  border-radius: 100px;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .header-contact__btn {
    padding: 7px 20px;
    flex-direction: row;
  }
}

.header-contact-tel {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:768px) {
  .header-contact-tel {
    margin-right: 10px;
  }
}

.header-contact-tel__text {
  display: inline-block;
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
@media print, screen and (min-width:980px) {
  .header-contact-tel__text {
    font-size: 16px;
  }
}

.header-contact__num {
  display: inline-block;
  font-family: var(--font-montserrat);
  font-size: 20px;
  font-weight: 600;
}
@media print, screen and (min-width:980px) {
  .header-contact__num {
    font-size: 24px;
  }
}

.header-contact-time {
  display: flex;
  align-items: center;
  margin-top: -5px;
}
@media print, screen and (min-width:768px) {
  .header-contact-time {
    margin-top: 0;
  }
}

.header-contact-time__reception {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  padding: 1px 5px;
  border: 1px solid #fff;
  border-radius: 11px;
  margin-right: 3px;
}
@media print, screen and (min-width:768px) {
  .header-contact-time__reception {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 50%;
    margin-right: 4px;
  }
}

.header-contact-time__text {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
}
@media print, screen and (min-width:768px) {
  .header-contact-time__text {
    line-height: 1.33;
  }
}
@media print, screen and (min-width:980px) {
  .header-contact-time__text {
    font-size: 12px;
    line-height: 1.33;
  }
}

/*==============================
# mv
==============================*/
.mv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.mv__inner {
  padding: 0 15px;
}
@media print, screen and (min-width:768px) {
  .mv__inner {
    padding: 0 30px;
  }
}

.mv__texts {
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .mv__texts {
    left: 11.43vw;
    width: calc(100% - 11.43vw * 2);
  }
}

.mv__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.85;
}
@media print, screen and (min-width:768px) {
  .mv__title {
    font-size: 3.14vw;
    line-height: 1.8;
  }
}

.mv__title .bg {
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
  background-color: #fff;
  padding: 2px 13px;
}

.mv__btn {
  margin-top: 61.33vw;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .mv__btn {
    margin-top: 30px;
    text-align: left;
  }
}

.mv__img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media print, screen and (min-width:768px) {
  .mv__img {
    width: 67.86vw;
    margin: 0;
    margin-left: auto;
  }
}

.mv-bg {
  position: absolute;
  top: 0;
  right: 0;
}

.mv-bg__img {
  width: 100vw;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .mv-bg__img {
    width: 57.86vw;
  }
}

.mv-bg__img::before {
  content: "";
  display: block;
  padding-top: 65.06%;
}
@media print, screen and (min-width:768px) {
  .mv-bg__img::before {
    padding-top: 36.9%;
  }
}

.mv-bg__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==============================
# achievement
==============================*/
.achievement {

}

.achievement--mv {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .achievement--mv {
    margin-top: 0;
  }
}
@media print, screen and (min-width:980px) {
  .achievement--mv {
    margin-top: -50px;
  }
}
@media print, screen and (min-width:1400px) {
  .achievement--mv {
    margin-top: -130px;
  }
}

.achievement--course {
  margin-top: 85px;
}
@media print, screen and (min-width:980px) {
  .achievement--course {
    margin-top: 105px;
  }
}

.achievement__inner {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media print, screen and (min-width:768px) {
  .achievement__inner {
    max-width: 860px;
    padding: 0 30px;
  }
}

.achievement__box {
  background-color: #fff;
  position: relative;
  padding: 36px 10px 30px;
  border-radius: 20px;
}
@media print, screen and (min-width:768px) {
  .achievement__box {
    padding: 55px 22px 50px 30px;
    border-radius: 50px;
  }
}
@media print, screen and (min-width:980px) {
  .achievement__box {
    padding: 55px 42px 50px 50px;
  }
}

.achievement__box::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
  background-color: var(--color-main);
}
@media print, screen and (min-width:768px) {
  .achievement__box::before {
    border-radius: 50px;
    top: 10px;
    left: 10px;
  }
}

.achievement__title {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.achievement__contents {

}
@media print, screen and (min-width:768px) {
  .achievement__contents {
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
}
@media print, screen and (min-width:980px) {
  .achievement__contents {
    display: flex;
    align-items: center;
    column-gap: 44px;
  }
}

.achievement__img {
  width: 200px;
  margin: 0 auto;
}
@media print, screen and (min-width:768px) {
  .achievement__img {
    flex: 0 0 170px;
    margin: 0;
  }
}
@media print, screen and (min-width:980px) {
  .achievement__img {
    flex: 0 0 200px;
  }
}

.achievement__list {
  margin-top: -20px;
}
@media print, screen and (min-width:768px) {
  .achievement__list {
    flex: 0 1 100%;
  }
}

.achievement__item {
  padding-left: 20px;
  position: relative;
  font-size: 12px;
}
@media print, screen and (min-width:768px) {
  .achievement__item {
    padding-left: 25px;
    font-size: 16px;
  }
}

.achievement__item::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 14px;
  height: 15px;
  background-image: url(../img/ico_petal.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width:768px) {
  .achievement__item::before {
    top: 14px;
    width: 15px;
    height: 17px;
  }
}

.achievement__item.is-large::before {
  top: 10px;
}
@media print, screen and (min-width:768px) {
  .achievement__item.is-large::before {
    top: 16px;
  }
}

.achievement__item:nth-child(n+2) {
  /* margin-top: 10px; */
}
@media print, screen and (min-width:768px) {
  .achievement__item:nth-child(n+2) {
    /* margin-top: 10px; */
  }
}

.achievement__item .huge {
  font-size: 20px;
  font-weight: 600;
}
@media print, screen and (min-width:768px) {
  .achievement__item .huge {
    font-size: 27px;
  }
}

.achievement__item .bold {
  font-weight: 600;
  font-size: 14px;
}
@media print, screen and (min-width:768px) {
  .achievement__item .bold {
    font-size: 16px;
  }
}

.achievement__item .num-huge {
  font-family: var(--font-montserrat);
  font-size: 24px;
  font-weight: 600;
}
@media print, screen and (min-width:768px) {
  .achievement__item .num-huge {
    font-size: 32px;
  }
}

.achievement__item .num-large {
  font-family: var(--font-montserrat);
  font-size: 23px;
  font-weight: 600;
}
@media print, screen and (min-width:768px) {
  .achievement__item .num-large {
    font-size: 26px;
  }
}

.achievement__lead-wrap {
  padding: 15px 25px 15px 20px;
  background-color: var(--color-bg);
  margin-top: 10px;
}
@media print, screen and (min-width:768px) {
  .achievement__lead-wrap {
    padding: 24px 0;
    margin-top: 20px;
  }
}

.achievement__lead {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
@media print, screen and (min-width:768px) {
  .achievement__lead {
    font-size: 20px;
    line-height: 1.44;
    text-align: center;
  }
}

.achievement__lead .green {
  color: var(--color-main);
}

.achievement__lead .highlight {
  background: linear-gradient(transparent 70%, var(--color-highlight) 0%);
}

.achievement__lead + .achievement__lead {
  margin-top: 10px;
}

.achievement__note {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
  .achievement__note {
    margin-top: 10px;
  }
}
@media print, screen and (min-width:980px) {
  .achievement__note {
    font-size: 16px;
  }
}

.achievement__note span {
  font-weight: 600;
}

/*==============================
# cta
==============================*/
.cta {
  margin-top: 40px;
  background: linear-gradient(to bottom, #FFFAD0, #FFF9A8);
}
@media print, screen and (min-width:768px) {
  .cta {
    margin-top: 60px;
  }
}

.cta.mt-0 {
  margin-top: 0;
}

.cta__inner {
  padding: 30px 15px 40px;
}
@media print, screen and (min-width:768px) {
  .cta__inner {
    padding: 40px 30px 50px;
  }
}

.cta__heading {
  position: relative;
  padding-top: 30px;
  max-width: 345px;
  margin: 0 auto;
}
@media print, screen and (min-width:768px) {
  .cta__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding-top: 0;
    max-width: none;
  }
}

.cta__icon {
  width: 70px;
  position: absolute;
  top: 0;
  left: 8%;
}
@media print, screen and (min-width:768px) {
  .cta__icon {
    width: 86px;
    position: static;
  }
}

.cta__title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .cta__title {
    text-align: left;
  }
}

.cta__text {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width:768px) {
  .cta__text {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
  }
}

.cta__btn {
  margin-top: 20px;
  text-align: center;
}

/*==============================
# reason
==============================*/
.reason {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .reason {
    margin-top: 60px;
  }
}

.reason__inner {
  /* width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto; */
}
@media print, screen and (min-width:768px) {
  .reason__inner {
    width: 100%;
    max-width: 1060px;
    padding: 0 30px;
    margin: 0 auto;
  }
}

.reason-intro {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.reason-intro__balloon {
  padding: 16px 13px 16px 9px;
  width: 100%;
  max-width: 198px;
  text-align: center;
  background-color: #EAEAEA;
  border-radius: 20px;
  position: relative;
  margin-top: 23px;
  margin-right: -20px;
}
@media print, screen and (min-width:768px) {
  .reason-intro__balloon {
    padding: 30px;
    max-width: 455px;
    border-radius: 30px;
    margin-top: 55px;
    margin-right: -58px;
  }
}

.reason-intro__balloon::before {
  content: "";
  position: absolute;
  top: 15px;
  right: -12px;
  width: 0;
  height: 0;
  border-left: 15px solid #EAEAEA;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media print, screen and (min-width:768px) {
  .reason-intro__balloon::before {
    content: "";
    position: absolute;
    top: 37px;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid #EAEAEA;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}

.reason-intro__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
@media print, screen and (min-width:768px) {
  .reason-intro__text {
    font-size: 24px;
    line-height: 1.58;
  }
}

.reason-intro__text span {
  background: linear-gradient(transparent 70%, #FFF56E 0%);
}

.reason-intro__img {
  width: 100%;
  max-width: 166px;
}
@media print, screen and (min-width:768px) {
  .reason-intro__img {
    max-width: 288px;
  }
}

.reason__box {
  background-color: #fff;
  position: relative;
  padding-bottom: 40px;
  margin-top: -38px;
  border: 15px solid var(--color-main);
}
@media print, screen and (min-width:768px) {
  .reason__box {
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    padding-bottom: 60px;
    margin-top: -60px;
    border: none;
  }
}

@media print, screen and (min-width:768px) {
  .reason__box::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
    background-color: var(--color-main);
  }
}

.reason-heading {
  width: 100%;
  background-color: var(--color-main);
  padding-top: 5px;
  padding-bottom: 80px;
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
}
@media print, screen and (min-width:768px) {
  .reason-heading {
    width: 72.4%;
    max-width: 724px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-bottom: 68px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}

.reason-heading__title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .reason-heading__title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: #fff;
  }
}
@media print, screen and (min-width:980px) {
  .reason-heading__title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    color: #fff;
  }
}

.reason-heading__title span {
  font-size: 40px;
  color: #FFF200;
}
@media print, screen and (min-width:980px) {
  .reason-heading__title span {
    font-size: 48px;
  }
}

.reason__lead {
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width:768px) {
  .reason__lead {
    font-size: 32px;
    margin-top: 40px;
  }
}

.reason__lead > span {
  display: inline-block;
  position: relative;
}

.reason__lead > span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--color-accent);
}

.reason__lead .num {
  font-family: var(--font-montserrat);
  font-size: 52px;
}

.reason__lead .large {
  font-size: 32px;
}

.reason__list {
  margin-top: 50px;
  width: 100%;
  padding: 0 20px;
}
@media print, screen and (min-width:768px) {
  .reason__list {
    margin-top: 90px;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    row-gap: 40px;
  }
}

.reason-card {
  position: relative;
  width: 100%;
  
}
@media print, screen and (min-width:768px) {
  .reason-card {
    width: calc(50% - 100px / 2);
  }
}

.reason-card:nth-child(n+2) {
  margin-top: 40px;
}
@media print, screen and (min-width:768px) {
  .reason-card:nth-child(n+2) {
    margin-top: 0;
  }
}

.reason-card:not(:last-child) {
  padding-bottom: 20px;
  background-image: url(../img/underline_pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media print, screen and (min-width:768px) {
  .reason-card:not(:last-child) {
    padding-bottom: 0;
    background: none;
  }
}

.reason-card__num {
  position: absolute;
  top: -20px;
  left: 0;
  font-family: var(--font-montserrat);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-main);
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .reason-card__num {
    left: -20px;
  }
}

.reason-card__img {
  width: calc(100% - 20px);
  position: relative;
  margin-left: auto;
}
@media print, screen and (min-width:768px) {
  .reason-card__img {
    width: 100%;
    margin-left: 0;
  }
}

.reason-card__img::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.reason-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason-card__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: var(--color-accent);
  margin-top: 10px;
}
@media print, screen and (min-width:768px) {
  .reason-card__title {
    margin-top: 18px;
  }
}

.reason-card__text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
  .reason-card__text {
    font-size: 16px;
  }
}

.reason-card__link {
  margin-top: 10px;
  text-align: right;
}
@media print, screen and (min-width:768px) {

}

/*==============================
# voice
==============================*/
.voice {
  background-color: #FFEDF0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .voice {
    margin-top: -240px;
    background-color: #FFEDF0;
    position: relative;
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    margin-left: -300px;
    margin-right: -300px;
    padding-left: 300px;
    padding-right: 300px;
  }
}

.voice__inner {
  padding-top: 60px;
  padding-bottom: 160px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .voice__inner {
    padding-top: 334px;
    padding-bottom: 118px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
  }
}

.voice__list {
  margin-top: 86px;
}
@media print, screen and (min-width:768px) {
  .voice__list {
    margin-top: 68px;
  }
}

.voice-card {
  position: relative;
  padding: 70px 20px 30px;
  background-color: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width:768px) {
  .voice-card {
    padding: 40px 60px;
    border-radius: 50px;
    display: flex;
    align-items: flex-start;
  }
}

.voice-card:nth-child(n+2) {
  margin-top: 86px;
}
@media print, screen and (min-width:768px) {
  .voice-card:nth-child(n+2) {
    margin-top: 90px;
  }
}

.voice-card__passed {
  width: 116px;
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width:768px) {
  .voice-card__passed {
    width: 116px;
    top: -48px;
    left: -25px;
    transform: none;
  }
}
@media print, screen and (min-width:980px) {
  .voice-card__passed {
    left: -40px;
  }
}

.voice-card__head {
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .voice-card__head {
    flex: 0 0 308px;
    margin-right: 40px;
    margin-top: 20px;
    text-align: left;
  }
}

.voice-card__title {
  font-size: 24px;
  font-weight: 600;
}

.voice-card__name {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.voice-card__img {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
  .voice-card__img {
    margin-top: 30px;
  }
}


.voice-card__img::before {
  content: "";
  display: block;
  padding-top: 62.66%;
}

.voice-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-card__body {
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
  .voice-card__body {
    flex: 0 1 100%;
    margin-top: 0;
  }
}

.voice-card__text {
  font-size: 14px;
  line-height: 1.8;
}
@media print, screen and (min-width:768px) {
  .voice-card__text {
    font-size: 16px;
  }
}

.voice-card__link {
  margin-top: 20px;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .voice-card__link {
    margin-top: 10px;
  }
}

.voice-bg {
  position: absolute;
  bottom: 0;
  left: 70%;
  transform: translateX(-50%);
}
@media print, screen and (min-width:420px) {
  .voice-bg {
    left: 50%;
  }
}
@media print, screen and (min-width:580px) {
  .voice-bg {
    left: 40%;
  }
}
@media print, screen and (min-width:768px) {
  .voice-bg {
    left: 300px;
    transform: none;
  }
}

.voice-bg__img {
  width: 791px;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .voice-bg__img {
    width: 57.86vw;
  }
}

.voice-bg__img::before {
  content: "";
  display: block;
  padding-top: 36.91%;
}
@media print, screen and (min-width:768px) {
  .voice-bg__img::before {
    padding-top: 36.91%;
  }
}

.voice-bg__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*==============================
# course
==============================*/
.course {

}

.course-header {
  padding: 10px 0;
  text-align: center;
  background-color: var(--color-main);
}
@media print, screen and (min-width:768px) {
  .course-header {
    padding: 26px 0;
  }
}

.course-header__text {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .course-header__text {
    font-size: 32px;
  }
}

.course__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media print, screen and (min-width:768px) {
  .course__inner {
    padding-top: 38px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.course__sub {
  text-align: center;
}

.course__sub span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  background-image: url(../img/underline_gr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.course__title {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}
@media print, screen and (min-width:768px) {
  .course__title {
    font-size: 43px;
    margin-top: -20px;
  }
}

.course__title span {
  font-family: var(--font-montserrat);
  font-size: 60px;
}
@media print, screen and (min-width:768px) {
  .course__title span {
    font-size: 77px;
  }
}

.course__lead {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
  .course__lead {
    font-size: 16px;
    text-align: center;
  }
}

.course-flow {
  margin-top: 10px;
}
@media print, screen and (min-width:768px) {
  .course-flow {
    margin-top: 52px;
  }
}

.course-flow__img {

}

.course-flow__list {
  max-width: 280px;
  margin: 0 auto;
}

.course-flow__item {
  position: relative;
}

.course-flow__item:nth-child(n+2) {
  margin-top: 80px;
}

.course-flow__item::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 136px;
  height: 39px;
  background-image: url(../img/arrow_course.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.course-flow__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  column-gap: 0.5em;
}

.course-flow__lead span {
  font-size: 20px;
  font-weight: 300;
}

.course-flow-card {
  margin-top: 10px;
}

.course__arrow {
  width: 136px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.course-test {
  margin-top: 80px;
  width: 100%;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .course-test {
    margin-top: 30px;
    width: 100%;
    max-width: 685px;
  }
}

.course-test__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 13px;
  padding-left: 135px;
  background-color: #EB9891;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media print, screen and (min-width:768px) {
  .course-test__title {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 13px;
  }
}

.course-test__text {
  font-size: 26px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 125px;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media print, screen and (min-width:768px) {
  .course-test__text {
    font-size: 28px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 19px;
  }
}

.course-test__passed {
  width: 90px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media print, screen and (min-width:768px) {
  .course-test__passed {
    width: 116px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}

.course-hyper {
  margin-top: 80px;
}
@media print, screen and (min-width:768px) {
  .course-hyper {
    margin-top: 40px;
  }
}

.course-hyper-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
}
@media print, screen and (min-width:768px) {
  .course-hyper-heading {
    flex-direction: row;
    column-gap: 10px;
  }
}

.course-hyper-heading__text {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-main);
}

.course-hyper-heading__and {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: var(--color-main);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.course-hyper__list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media print, screen and (min-width:768px) {
  .course-hyper__list {
    margin-top: 16px;
  }
}

.course-hyper__item {
  width: calc(50% - 10px / 2);
  text-align: center;
  line-height: 1.875;
  padding-top: 14px;
  padding-bottom: 13px;
  background-color: #fff;
  border: 1px solid var(--color-main);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media print, screen and (min-width:768px) {
  .course-hyper__item {
    width: calc(16.66% - 10px * 5 / 6);
    font-size: 13px;
  }
}
@media print, screen and (min-width:980px) {
  .course-hyper__item {
    font-size: 16px;
  }
}

.course-hyper__item--pink {
  border: none;
  background-color: #FFEBEA;
}

.course-hyper__item span {
  font-size: 20px;
}
@media print, screen and (min-width:768px) {
  .course-hyper__item span {
    font-size: 16px;
  }
}
@media print, screen and (min-width:980px) {
  .course-hyper__item span {
    font-size: 20px;
  }
}

/*==============================
# guide
==============================*/
.guide {

}

.guide__inner {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
}
@media print, screen and (min-width:768px) {
  .guide__inner {
    width: 100%;
    max-width: calc(768px + 10px * 2);
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.guide__contents {
  margin-top: 30px;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .guide__contents {
    margin-top: 40px;
  }
}

.guide__img {
  width: 100%;
}
@media print, screen and (min-width:768px) {
  .guide__img {
    width: 485px;
  }
}

.guide__map {
  width: 260px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .guide__map {
    width: 320px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
  }
}

.guide__texts {
  margin-top: 20px;
}
@media print, screen and (min-width:768px) {
  .guide__texts {
    max-width: 420px;
    margin-top: 30px;
  }
}

.guide__info {
  font-size: 14px;
  line-height: 1.8;
}
@media print, screen and (min-width:768px) {
  .guide__info {
    font-size: 16px;
  }
}

.guide__link {
  margin-top: 20px;
  text-align: right;
}
@media print, screen and (min-width:768px) {
  .guide__link {
    margin-top: 40px;
  }
}

/*==============================
# faq
==============================*/
.faq {
  overflow: hidden;
  margin-top: 60px;
}
@media print, screen and (min-width:768px) {
  .faq {
    margin-top: 80px;
  }
}

.faq__bg {
  background-color: #FFEDF0;
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -700px;
  margin-right: -700px;
  padding-left: 700px;
  padding-right: 700px;
}

.faq__inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 110px;
}
@media print, screen and (min-width:768px) {
  .faq__inner {
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 275px;
  }
}

.faq__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .faq__list {
    margin-top: 60px;
  }
}


.faq__item {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
}
@media print, screen and (min-width:768px) {
  .faq__item {
    width: calc(50% - 30px / 2);
  }
}

.faq-question {
  padding: 20px 15px;
  background-color: var(--color-main);
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: center;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .faq-question {
    padding: 25px;
  }
}

.faq-question__q {
  font-family: var(--font-montserrat);
  font-size: 36px;
  font-weight: 600;
  margin-right: 15px;
}
@media print, screen and (min-width:768px) {
  .faq-question__q {
    margin-right: 22px;
  }
}

.faq-question__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.faq-answer {
  padding: 20px;
}
@media print, screen and (min-width:768px) {
  .faq-answer {
    padding: 30px;
  }
}

.faq-answer__text {
  font-size: 14px;
  line-height: 1.82;
}

/*==============================
# flow
==============================*/
.flow {
  position: relative;
  margin-top: -55px;
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .flow {
    margin-top: -334px;
  }
}

.flow__bg {
  background-color: var(--color-bg);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -400px;
  margin-right: -400px;
  padding-right: 400px;
  padding-left: 400px;
}
@media print, screen and (min-width:768px) {
  .flow__bg {
    margin-left: -200px;
    margin-right: -200px;
    padding-right: 200px;
    padding-left: 200px;
  }
}

.flow__inner {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
}
@media print, screen and (min-width:768px) {
  .flow__inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 158px;
  }
}

.flow__list-wrap {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 105px;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .flow__list-wrap {
    margin-top: 46px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.flow__list-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 166px;
  height: 100%;
  background-image: url(../img/flow_arrow-sp.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width:768px) {
  .flow__list-wrap::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: 205px;
    background-image: url(../img/flow_arrow-pc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media print, screen and (min-width:980px) {
  .flow__list-wrap::before {
    width: 100%;
    height: 205px;
  }
}


.flow__list {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .flow__list {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    column-gap: 38px;
    padding-right: 20px;
  }
}

.flow__list::before {

}

.flow__item {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .flow__item {
    width: calc(33.33% - 38px * 2 / 3);
  }
}

.flow__item:nth-child(n+2) {
  margin-top: 30px;
}
@media print, screen and (min-width:768px) {
  .flow__item:nth-child(n+2) {
    margin-top: 0;
  }
}

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

.flow__num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  font-family: var(--font-montserrat);
  font-size: 40px;
  font-weight: 600;
  color: var(--color-accent);
}

.flow__text {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width:768px) {
  .flow__text {
    font-size: 20px;
    margin-top: 20px;
  }
}

/*==============================
# postscript
==============================*/
.postscript {
  background-image: url(../img/bg_ps-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width:768px) {
  .postscript {
    background-image: url(../img/bg_ps.png);
  }
}

.postscript__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 114px;
}
@media print, screen and (min-width:768px) {
  .postscript__inner {
    padding: 140px 30px;
  }
}

.postscript__title {
  text-align: center;
}

.postscript__lead {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-main);
  line-height: 1.8;
}
@media print, screen and (min-width:768px) {
  .postscript__lead {
    margin-top: 50px;
    text-align: center;
    line-height: 1.62;
  }
}

.postscript__text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
}
@media print, screen and (min-width:768px) {
  .postscript__text {
    font-size: 16px;
    margin-top: 40px;
  }
}

.postscript__text span {
  font-weight: 600;
}

/*==============================
# footer
==============================*/
.footer {

}

.footer__body {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  .footer__body {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.footer__logo {
  width: 149px;
  margin-left: auto;
  margin-right: auto;
}

.footer__copy {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #fff;
  background-color: var(--color-main);
}
@media print, screen and (min-width:768px) {
  .footer__copy {
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 17px;
  }
}