@charset "utf-8";
/* ======
page-name #frontPage
======*/
/* --- p-front-top -------------------- */
.p-front-top {
  width: 100%;
  overflow: hidden;
}
.p-front-top .mvContents {
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.p-front-top .mvContents::before,
.p-front-top .mvContents::after {
  content: '';
  display: block;
  width: 48.61%;
  height: 100%;
  background: url(../img/top/mv01.jpg) no-repeat center;
  background-size: cover;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 1.11%;
}
.p-front-top .mvContents::after {
  background-image: url(../img/top/mv02.jpg);
  left: auto;
  right: 1.11%;
}
.p-front-top .mvCard {
  width: 90%;
  max-width: 464px;
  min-height: 382px;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  padding: 64px 20px;
  position: relative;
  z-index: 2;
}
.p-front-top .mvCard .dItem {
  position: absolute;
}
.p-front-top .mvCard .dItem--01 {
  top: 24px;
  right: 16px;
}
.p-front-top .mvCard .dItem--02 {
  top: -24px;
  left: 24px;
}
.p-front-top .mvCard .dItem--03 {
  right: 56px;
  bottom: 112px;
}
.p-front-top .mvCard .dItem--04 {
  bottom: -56px;
  left: -24px;
}
@media screen and (max-width: 767px) {
  .p-front-top .mvCard .dItem--01 {
    top: 14px;
    right: -10px;
  }
  .p-front-top .mvCard .dItem--02 {
    width: 15px;
    top: -28px;
    left: -2px;
  }
  .p-front-top .mvCard .dItem--03 {
    width: 15px;
    right: 32px;
    bottom: 110px;
  }
  .p-front-top .mvCard .dItem--04 {
    bottom: -56px;
    left: -54px;
  }
}
.p-front-top .mvCta {
  margin: 30px 0 0;
  position: relative;
}
.p-front-top .mvCta__text {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
  color: var(--color-brand-pink);
  margin: 0 0 4px;
}
.p-front-top .mvCta .c-btn__item {
  max-width: 336px;
  min-height: 80px;
}
.p-front-top .mvCta .c-btn__text {
  padding: 0 40px 0 34px;
}
.p-front-top .mvCta .c-btn__text::after {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .p-front-top .mvContents {
    height: auto;
    padding: 200px 0 240px;
  }
  .p-front-top .mvContents::before,
  .p-front-top .mvContents::after {
    width: calc(100% - 16px);
    height: 200px;
    background-image: url(../img/top/mv01_sp.jpg);
    left: 8px;
    border-radius: 16px;
  }
  .p-front-top .mvContents::after {
    height: 240px;
    background-image: url(../img/top/mv02_sp.jpg);
    right: 0;
    top: auto;
    bottom: 0;
  }
  .p-front-top .mvCard {
    min-height: auto;
    padding: 40px 0px;
  }
  .p-front-top .mvCopy img {
    max-width: 273px;
  }
  .p-front-top .mvCta {
    margin: 16px 0 0;
  }
}

/* --- p-front-impNotice -------------------- */
.p-front-impNotice .impNotice {
  display: flex;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  background: #fff;
  border-radius: 24px;
  padding: 16px 20px 16px 48px;
  margin: -50px auto 0;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
}
.p-front-impNotice .impNotice__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  padding: 0 32px 0 0;
  margin: 14px 0 0;
}
.p-front-impNotice .impNotice__heading__en {
  font-size: 1.6rem;
  color: var(--color-brand-green);
  margin: 0 0 0 12px;
}
.p-front-impNotice .impNoticeList {
  flex: 1;
  padding: 0 32px;
  margin: 14px 0 0;
}
.p-front-impNotice .impNoticeList__item__link {
  display: inline-flex;
  position: relative;
  padding: 0 24px 0 0;
}
.p-front-impNotice .impNoticeList__item__link::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon/icon_arrow01.svg), url(../img/common/icon/icon_arrow01.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center left 0, center left -16px;
  background-size: 16px auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: background-position 0.4s;
}
.p-front-impNotice .impNoticeList__item__date {
  width: 88px;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
}
.p-front-impNotice .impNoticeList__item__title {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  padding: 0 0 0 8px;
  position: relative;
}
.p-front-impNotice .impNoticeList__item__title::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-brand-brown);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
@media (hover: hover)  {
  .p-front-impNotice .impNoticeList__item__link:hover::before {
    background-position: center left 16px, center left 0;
  }
  .p-front-impNotice .impNoticeList__item__link:hover .impNoticeList__item__title::before {
    opacity: 1;
  }
}
.p-front-impNotice .impNotice .c-btn {
  width: 134px;
  flex-shrink: 0;
}
.p-front-impNotice .impNotice .c-btn__item {
  min-height: 56px;
  padding: 12px;
  border-width: 1px;
  border-radius: 16px;
}
.p-front-impNotice .impNotice .c-btn__text {
  font-size: 1.4rem;
  padding: 0 30px 0 0px;
}
.p-front-impNotice .impNotice .c-btn__text::before {
  width: 24px;
  height: 24px;
  background-position: center left 6px, center left -12px;
}
@media (hover: hover)  {
  .p-front-impNotice .impNotice .c-btn__item:hover .c-btn__text::before {
    background-position: center left 24px, center left 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-impNotice .impNotice {
    display: block;
    padding: 16px 20px;
    margin: -24px auto 0;
  }
  .p-front-impNotice .impNotice__headingWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-gray-15);
    padding: 0 0 16px;
  }
  .p-front-impNotice .impNotice__heading {
    font-size: 1.8rem;
    margin: 0;
  }
  .p-front-impNotice .impNotice__heading__en {
    font-size: 1.4rem;
  }
  .p-front-impNotice .impNoticeList {
    padding: 0;
    margin: 8px 0 0;
  }
  .p-front-impNotice .impNoticeList__item + .impNoticeList__item {
    margin: 12px 0 0;
  }
  .p-front-impNotice .impNoticeList__item__link {
    display: block;
    padding: 0 24px 0 8px; 
  }
  .p-front-impNotice .impNoticeList__item__link::before {
    transform: none;
    top: auto;
    bottom: 10px;
  }
  .p-front-impNotice .impNoticeList__item__title {
    padding: 0;
  }
  .p-front-impNotice .impNotice .c-btn__item {
    min-height: 44px;
  }
}

/* --- p-front-seminar -------------------- */
.p-front-seminar {
  padding: 156px 0 144px;
  position: relative;
}
.p-front-seminar .l-inner {
  position: relative;
  z-index: 1;
}
.p-front-seminar .c-seminarCardList {
  margin: 0 0 64px;
}
.p-front-seminar .c-seminarCard__img {
  max-width: 512px;
}
.p-front-seminar .d {
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-front-seminar .dItem {
  position: absolute;
}
.p-front-seminar .dItem--01 {
  top: -10px;
  left: 80px;
}
.p-front-seminar .dItem--02 {
  top: 215px;
  left: 48px;
}
.p-front-seminar .dItem--03 {
  top: 143px;
  right: 0;
}
.p-front-seminar .dItem--04 {
  left: 44px;
  bottom: 176px;
}
.p-front-seminar .dItem--05 {
  right: 48px;
  bottom: 256px;
}
.p-front-seminar .dItem--06 {
  right: 120px;
  bottom: -120px;
}
.p-front-seminar .dItem--07 {
  left: 128px;
  bottom: -32px;
}
@media screen and (max-width: 767px) {
  .p-front-seminar {
    padding: 115px 0 120px;
  }
  .p-front-seminar .dItem {
    position: absolute;
  }
  .p-front-seminar .dItem--01 {
    width: 60px;
    top: -32px;
    left: 0;
  }
  .p-front-seminar .dItem--02 {
    width: 16px;
    top: 213px;
    left: 12px;
  }
  .p-front-seminar .dItem--03 {
    width: 128px;
    top: 203px;
    right: -16px;
  }
  .p-front-seminar .dItem--04 {
    width: 20px;
    left: 4px;
    bottom: 200px;
  }
  .p-front-seminar .dItem--05 {
    width: 48px;
    right: 0;
    bottom: 248px;
  }
  .p-front-seminar .dItem--06 {
    width: 104px;
    right: -20px;
    bottom: -40px;
  }
  .p-front-seminar .dItem--07 {
    width: 15px;
    left: 16px;
    bottom: -8px;
  }
}

/* --- p-front-about -------------------- */
.p-front-about {
  padding: 144px 0;
  position: relative;
}
.p-front-about .l-inner {
  position: relative;
  z-index: 1;
}
.p-front-about .d {
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.p-front-about .dItem {
  position: absolute;
}
.p-front-about .dItem--01 {
  top: 200px;
  left: 0;
}
.p-front-about .dItem--02 {
  top: 395px;
  left: 40px;
}
.p-front-about .dItem--03 {
  top: 200px;
  right: 80px;
}
.p-front-about .dItem--04 {
  top: 823px;
  right: -8px;
}
.p-front-about .dItem--05 {
  top: 16px;
  left: -28px;
}
.p-front-about .dItem--06 {
  top: 196px;
  left: -208px;
}
.p-front-about .dItem--07 {
  top: 52px;
  right: -44px;
}
.p-front-about .dItem--08 {
  right: -24px;
  bottom: 180px;
}
.p-front-about .dItem--09 {
  left: 0;
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .p-front-about .dItem--01 {
    width: 48px;
    top: 64px;
    left: -16px;
  }
  .p-front-about .dItem--02 {
    width: 104px;
    top: 520px;
    left: -24px;
  }
  .p-front-about .dItem--03 {
    width: 16px;
    top: 88px;
    right: 8px;
  }
  .p-front-about .dItem--04 {
    width: 152px;
    top: 1112px;
    right: -54px;
  }
  .p-front-about .dItem--05 {
    width: 40px;
    top: 35px;
    left: -26px;
  }
  .p-front-about .dItem--07 {
    width: 60px;
    top: 66px;
    right: -16px;
  }
  .p-front-about .dItem--09 {
    width: 15px;
    left: -8px;
    bottom: -54px;
  }
}
.p-front-about .leadBox__text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}
.p-front-about .leadBox__text .c {
  font-weight: 700;
  color: var(--color-brand-green);
}
.p-front-about .leadBox__text .s {
  font-size: 1.4rem;
}
.p-front-about .leadBox__text p + p {
  margin: 24px 0 0;
}
.p-front-about .leadBox__img {
  max-width: 1280px;
  margin: 64px auto 0;
  display: flex;
  justify-content: space-between;
}
.p-front-about .leadBox__imgItem {
  width: 32.5%;
}
.p-front-about .leadBox__imgItem img {
  border-radius: 24px;
}
.p-front-about .featureBox {
  margin: 144px 0 56px;
  position: relative;
  z-index: 1;
}
.p-front-about .featureList {
  display: flex;
  flex-wrap: wrap;
  margin: 56px 0 0;
}
.p-front-about .featureList__item {
  width: calc(100% / 3);
  padding: 0 10px;
  margin: 0 0 64px;
}
@media screen and (max-width: 991px) {
  .p-front-about .featureList__item {
    width: calc(100% / 2);
  }
}
.p-front-about .featureList__item .c-featureIcon {
  margin: 0 auto;
}
.p-front-about .featureList__text {
  max-width: 360px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 8px auto 0;
}
.p-front-about .featureList__text .s {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-front-about {
    padding: 120px 0;
  }
  .p-front-about .leadBox__text {
    font-size: 1.6rem;
  }
  .p-front-about .leadBox__text .s {
    font-size: 1.2rem;
  }
  .p-front-about .leadBox__img {
    display: block;
  }
  .p-front-about .leadBox__imgItem {
    width: 100%;
    text-align: center;
    margin: 0 0 16px;
  }
  .p-front-about .leadBox__imgItem img {
    border-radius: 16px;
  }
  .p-front-about .featureList {
    display: block;
  }
  .p-front-about .featureList__item {
    width: 100%;
    margin: 0 0 48px;
  }
}

/* --- p-front-faq -------------------- */
.p-front-faq {
  padding: 144px 0;
  position: relative;
}
.p-front-faq .l-inner {
  position: relative;
  z-index: 1;
}
.p-front-faq .d {
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-front-faq .dItem {
  position: absolute;
}
.p-front-faq .dItem--01 {
  top: -214px;
  right: 0;
}
.p-front-faq .dItem--02 {
  top: 40px;
  left: 48px;
}
.p-front-faq .dItem--03 {
  top: 247px;
  left: 144px;
}
.p-front-faq .dItem--04 {
  top: 180px;
  right: 64px;
}
.p-front-faq .dItem--05 {
  bottom: 232px;
  right: 24px;
}
.p-front-faq .dItem--06 {
  bottom: -46px;
  left: 136px;
}
.p-front-faq .dItem--07 {
  bottom: -64px;
  right: 120px;
}
@media screen and (max-width: 767px) {
  .p-front-faq .dItem--01 {
    width: 128px;
    top: -104px;
    right: -32px;
  }
  .p-front-faq .dItem--02 {
    width: 60px;
    top: 32px;
    left: -20px;
  }
  .p-front-faq .dItem--03 {
    width: 104px;
    top: 240px;
    left: -24px;
  }
  .p-front-faq .dItem--04 {
    width: 16px;
    top: 210px;
    right: 16px;
  }
  .p-front-faq .dItem--05 {
    width: 152px;
    bottom: 224px;
    right: -48px;
  }
  .p-front-faq .dItem--06 {
    width: 15px;
    bottom: -16px;
    left: 16px;
  }
  .p-front-faq .dItem--07 {
    width: 64px;
    right: 17px;
    bottom: -24px;
  }
}
.p-front-faq .faqContents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-front-faq .faqContents__item {
  width: 48.44%;
  background: #fff;
  border-radius: 40px;
  padding: 30px 50px 56px;
  margin: 0 0 64px;
}
.p-front-faq .faqContents__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.p-front-faq .faqContents__title img {
  width: 64px;
  flex-shrink: 0;
}
.p-front-faq .faqContents__title__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 0 0 0 16px;
}
.p-front-faq .faqContents__faq {
  width: 100%;
  position: relative;
}
.p-front-faq .faqContents__faq + .faqContents__faq {
  border-top: 1px solid var(--color-gray-15);
}
.p-front-faq .faqContents__faq__q {
  padding: 20px 40px 20px 0;
  cursor: pointer;
  position: relative;
}
.p-front-faq .faqContents__faq__q::before,
.p-front-faq .faqContents__faq__q::after {
  content: '';
  display: block;
  width: 14px;
  height: 2px;
  background: var(--color-brand-brown);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.p-front-faq .faqContents__faq__q:after {
  transform: translateY(-50%) rotate(90deg);
}
.p-front-faq .faqContents__faq__q.is-active::after {
  transform: rotate(0);
}
.p-front-faq .faqContents__faq__qTitle {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 0 0 0 34px;
  position: relative;
  transition: color 0.4s;
}
@media (hover: hover) {
  .p-front-faq .faqContents__faq__q:not(.is-active):hover .faqContents__faq__qTitle {
    color: var(--color-deepGreen);
  }
}
.p-front-faq .faqContents__faq__qTitle::before {
  content: 'Q';
  font-family: "Barlow", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-brand-green);
  position: absolute;
  top: -5px;
  left: 0;
}
.p-front-faq .faqContents__faq__a {
  display: none;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding: 0 0 20px 34px;
  position: relative;
}
.p-front-faq .faqContents__faq__a::before {
  content: 'A';
  font-family: "Barlow", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-brand-pink);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-front-faq {
    padding: 120px 0;
  }
  .p-front-faq .faqContents {
    display: block;
  }
  .p-front-faq .faqContents__item {
    width: 100%;
    padding: 24px 24px 40px;
    margin: 0 0 24px;
  }
  .p-front-faq .faqContents__title img {
    width: 48px;
  }
  .p-front-faq .faqContents__title__text {
    font-size: 2rem;
    margin: 0 0 0 8px;
  }
}

/* --- p-front-column -------------------- */
.p-front-column {
  padding: 144px 0;
  position: relative;
}
.p-front-column .l-inner {
  position: relative;
  z-index: 1;
}
.p-front-column .d {
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.p-front-column .dItem {
  position: absolute;
}
.p-front-column .dItem--01 {
  top: 136px;
  left: 56px;
}
.p-front-column .dItem--02 {
  top: 163px;
  right: 104px;
}
.p-front-column .dItem--03 {
  left: 96px;
  bottom: -16px;
  z-index: 1;
}
.p-front-column .dItem--04 {
  right: 80px;
  bottom: 104px;
}
@media screen and (max-width: 767px) {
  .p-front-column .dItem--01 {
    width: 128px;
    top: 224px;
    left: -20px;
  }
  .p-front-column .dItem--02 {
    width: 16px;
    top: 190px;
    right: 12px;
  }
  .p-front-column .dItem--03 {
    width: 60px;
    left: 12px;
    bottom: -20px;
  }
  .p-front-column .dItem--04 {
    width: 104px;
    right: -72px;
    bottom: 192px;
  }
}
.p-front-column .columnList {
  max-width: 960px;
  margin: 0 auto 64px;
}
.p-front-column .columnList__item {
  margin: 0 0 24px;
}
.p-front-column .columnList__item__link {
  display: flex;
  background: #fff;
  border: 1px solid var(--color-gray-15);
  box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 40px 60px 40px 40px;
  position: relative;
}
.p-front-column .columnList__item__date {
  width: 96px;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-brand-green);
}
.p-front-column .columnList__item__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-front-column .columnList__item__link::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon/icon_arrow01.svg), url(../img/common/icon/icon_arrow01.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: center left 0, center left -16px;
  background-size: 16px auto;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: background-position 0.4s;
}
@media (hover: hover)  {
  .p-front-column .columnList__item__link:hover::before {
    background-position: center left 16px, center left 0;
  }
  .p-front-column .columnList__item__link:hover .columnList__item__title {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-front-column {
    padding: 120px 0;
  }
  .p-front-column .columnList__item__link {
    display: block;
    padding: 24px 40px 24px 28px;
  }
  .p-front-column .columnList__item__date {
    font-size: 1.4rem;
  }
  .p-front-column .columnList__item__link::before {
    right: 12px;
  }
}

/* --- p-[ページ名]-[セクション名] -------------------- */
@media screen and (min-width: 768px) { }
@media screen and (max-width: 1170px) { }
@media screen and (max-width: 767px) { }
@media (hover: hover) { }