@charset "UTF-8";
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================

	_mixin.scss

===============================================================*/
/*===============================================================

	_utility.scss

===============================================================*/
/*===============================================================

	PC/SP/TABLET

===============================================================*/
.u-tablet {
  display: none;
}

.u-sp {
  display: none;
}

.u-sp-tablet {
  display: none;
}

.u-none {
  display: none !important;
}

.u-txt-sm {
  font-size: 80% !important;
}

.u-bold {
  font-weight: bold !important;
}

@media screen and (max-width: 1200px) {
  .u-tablet,
  .u-pc-tablet,
  .u-sp-tablet {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .u-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
  .u-pc-tablet,
  .u-tablet {
    display: none;
  }
}
/*===============================================================
	color
===============================================================*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", serif;
  color: #4a4086;
  font-weight: 700;
}

img {
  width: 100%;
  height: auto;
}

.p-top {
  position: relative;
  overflow: hidden;
  background: url(../images/bg_pc.webp) repeat-y top/100%;
  z-index: 0;
  padding: 100px 0;
}
.p-top::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(#fff 1px, transparent 0), linear-gradient(90deg, #fff 1px, transparent 0);
  background-size: 60px 60px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top__top {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.p-top__kv-fig {
  position: relative;
}
.p-top__kv-fig .illust {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 20px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 75%;
  height: auto;
}
.p-top__kv-fig .illu01 {
  position: absolute;
  width: 348px;
  height: 93px;
  bottom: 212px;
  right: -140px;
}
.p-top__kv-fig .illu02 {
  position: absolute;
  width: 353px;
  height: 220px;
  bottom: -99px;
  left: -142px;
}
.p-top__kv-fig .illu03 {
  position: absolute;
  width: 381px;
  height: 183px;
  top: -42px;
  left: -115px;
}
.p-top__about {
  margin-top: 105px;
}
.p-top__about-inr {
  margin-bottom: 83px;
}
.p-top__about-inr p {
  font-size: 30px;
  text-align: justify;
  line-height: 2;
}
.p-top__about-inr p strong {
  color: #e5699b;
  background: #fff;
  padding: 0.1em;
}
.p-top .c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.7%;
  margin-bottom: 72px;
}
.p-top .c-card__cont {
  background: #fff;
  -webkit-box-shadow: 14px 14px 0px 0px #dbd6ea;
          box-shadow: 14px 14px 0px 0px #dbd6ea;
  width: 30.2%;
  border-radius: 44px;
}
.p-top .c-card__cont:nth-child(1) .c-card__contHead--bg {
  background-color: #b8dcd9;
}
.p-top .c-card__cont:nth-child(2) .c-card__contHead--bg {
  background-color: #eaaec9;
}
.p-top .c-card__cont:nth-child(3) .c-card__contHead--bg {
  background-color: #fff081;
}
.p-top .c-card__contHead {
  position: relative;
  padding: 28px 12px 11px;
}
.p-top .c-card__contHead--bg {
  -webkit-mask: url(../images/ttl_bg.svg) no-repeat center/contain;
          mask: url(../images/ttl_bg.svg) no-repeat center/contain;
  width: 100%;
  height: 72px;
}
.p-top .c-card__contHead--txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.47;
  letter-spacing: -0.05em;
  font-size: 19px;
}
.p-top .c-card__contMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 111px);
  padding: 0 23px 31px;
}
.p-top .c-card__contMain--top {
  width: 100%;
}
.p-top .c-card__contMain--btm {
  width: 90%;
  margin: 33px auto 0;
}
.p-top .c-card__contLabel {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #4a4086;
  width: 108px;
  height: 31px;
  border: 8px solid #fff;
  border-radius: 25px;
  margin: 0 auto;
}
.p-top .c-card__contLabel--txt {
  color: #fff;
  text-align: center;
  line-height: 31px;
  font-size: 14.5px;
}
.p-top .c-card__contDetail {
  background-color: rgba(74, 64, 134, 0.0980392157);
  border-radius: 38px;
  margin-top: -23.5px;
  margin-bottom: 8.5px;
  text-align: center;
}
.p-top .c-card__desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-top .c-card__desc--item {
  text-indent: -14px;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.34;
}
.p-top .c-card__desc--item::before {
  content: "";
  display: inline-block;
  background-color: #e5699b;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 11px;
  height: 15px;
  margin-right: 3px;
}
.p-top .c-card__step {
  width: 78%;
  margin: 0 auto;
}
.p-top .c-card__step li {
  line-height: 1.7;
}
.p-top .c-card__step--date {
  display: inline-block;
  width: 112px;
  text-indent: 0;
}
.p-top .c-card__step--div {
  letter-spacing: -0.2em;
}
.p-top .c-card__schedule {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-top .c-card__schedule--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 9px;
  margin-bottom: 8px;
}
.p-top .c-card__schedule--item:last-child {
  margin-bottom: 0;
}
.p-top .c-card__schedule--item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #e5699b;
  border-radius: 12px 0 0 12px;
  width: 48px;
  height: 22px;
  font-size: 11.5px;
}
.p-top .c-card__schedule--item dd {
  font-size: 16px;
}
.p-top .c-card__contMainTitle--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 27px;
  line-height: 1.27;
  height: 166px;
}
.p-top .c-card__contMainDate--inr {
  padding: 48px 0 35px;
}
.p-top .c-card__contMainDate--txt {
  font-size: 24.5px;
  line-height: 1.48;
  letter-spacing: 0.025em;
}
.p-top .c-card__contMainDate--txt.rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-top .c-card__contMainTarget--inr {
  padding: 50px 0 42px;
}
.p-top .c-card__contMainTarget--txt {
  font-size: 20px;
}
.p-top .c-card__contMainOverview--inr {
  padding: 45px 0 25px;
  text-align: justify;
}
.p-top .c-card__contMainOverview--txt {
  width: 78%;
  font-size: 16px;
  line-height: 1.34;
  margin: 0 auto 26px;
}
.p-top .c-button {
  margin-bottom: 10px;
}
.p-top .c-button:last-child {
  margin-bottom: 0;
}
.p-top .c-button__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 12px;
  -webkit-box-shadow: 5px 5px 0px 0px #dbd6ea;
          box-shadow: 5px 5px 0px 0px #dbd6ea;
  color: #fff;
  font-size: 21.5px;
}
.p-top .c-button__inr:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.p-top .c-button__last {
  background-color: #4a4086;
}
.p-top .c-button__apply {
  background-color: #e5699b;
}
.p-top .c-button.invalid {
  pointer-events: none;
}
.p-top .c-button.invalid a {
  background-color: #bbb;
}
.p-top .c-info {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.p-top .c-info__cont {
  background: #fff;
  border-radius: 46px;
  padding: 28px 40px;
}
.p-top .c-info__cont--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4a4086;
  color: #fff;
  letter-spacing: 0.1em;
  width: 100%;
  height: 30px;
  border-radius: 16px;
  font-size: 14.5px;
}
.p-top .c-info__list {
  margin-top: 34px;
  margin-bottom: 42px;
  padding: 0 5%;
}
.p-top .c-info__list--item {
  margin-bottom: 14px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.3;
  font-size: 18.5px;
}
.p-top .c-info__list--item:last-child {
  margin-bottom: 0;
}
.p-top .c-info__list--item::before {
  content: "●";
  font-size: 1em;
  margin-right: 0.5em;
}
.p-top .c-info__contact {
  margin-top: 20px;
  padding: 0 5%;
}
.p-top .c-info__contact--inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top .c-info__contact--inr p {
  font-size: 18.5px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-top .c-info__logo {
  width: 268px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-top {
    background: url(../images/bg_sp.webp) repeat-y top/100%;
    padding: 20px 0 52px;
  }
  .p-top::after {
    background-size: 16px 16px;
  }
  .p-top__kv-fig .illust {
    bottom: -8px;
    left: calc(50% - 4vw);
    width: 92%;
  }
  .p-top__kv-fig .illu01 {
    width: 31.5vw;
    height: 8.5vw;
    bottom: 47.75vw;
    right: -13.75vw;
  }
  .p-top__kv-fig .illu02 {
    width: 31.75vw;
    height: 20vw;
    bottom: -9vw;
    left: -11.75vw;
  }
  .p-top__kv-fig .illu03 {
    width: 34.5vw;
    height: 16.25vw;
    top: -4vw;
    left: -10vw;
  }
  .p-top__about {
    margin-top: 42px;
  }
  .p-top__about-inr {
    margin-bottom: 32px;
  }
  .p-top__about-inr p {
    font-size: 16.5px;
    line-height: 1.6;
    width: 93.6%;
    margin: 0 auto;
  }
  .p-top .c-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 43px;
    margin-bottom: 43px;
  }
  .p-top .c-card__cont {
    -webkit-box-shadow: 8px 8px 0px 0px #dbd6ea;
            box-shadow: 8px 8px 0px 0px #dbd6ea;
    width: 86%;
  }
  .p-top .c-card__contHead {
    padding: 28px 12px 11px;
  }
  .p-top .c-card__contHead--bg {
    width: 100%;
    height: 72px;
  }
  .p-top .c-card__contHead--txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    line-height: 1.47;
    letter-spacing: -0.05em;
    font-size: 21px;
  }
  .p-top .c-card__contMain {
    padding: 0 23px 31px;
  }
  .p-top .c-card__contMain--btm {
    width: 90%;
    margin: 33px auto 0;
  }
  .p-top .c-card__contLabel--txt {
    font-size: 15px;
  }
  .p-top .c-card__schedule {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-top .c-card__schedule--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 9px;
    margin-bottom: 8px;
  }
  .p-top .c-card__schedule--item:last-child {
    margin-bottom: 0;
  }
  .p-top .c-card__schedule--item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #e5699b;
    border-radius: 12px 0 0 12px;
    width: 48px;
    height: 22px;
    font-size: 11.5px;
  }
  .p-top .c-card__schedule--item dd {
    font-size: 16px;
  }
  .p-top .c-card__contMainDate--inr {
    padding: 38px 0;
  }
  .p-top .c-card__contMainTarget--inr {
    padding: 38px 0;
  }
  .p-top .c-card__contMainTarget--txt {
    font-size: 21px;
  }
  .p-top .c-card__contMainOverview--inr {
    padding: 45px 0 25px;
    text-align: justify;
  }
  .p-top .c-card__contMainOverview--txt {
    width: 78%;
    font-size: 16px;
    line-height: 1.34;
    margin: 0 auto 26px;
  }
  .p-top .c-info {
    width: 77.4%;
  }
  .p-top .c-info__cont {
    border-radius: 33px;
    padding: 17px;
  }
  .p-top .c-info__list {
    margin-top: 16px;
    margin-bottom: 35px;
    padding: 0 4.5%;
  }
  .p-top .c-info__list--item {
    font-size: 17px;
  }
  .p-top .c-info__contact {
    margin-top: 16px;
    padding: 0 4.5%;
  }
  .p-top .c-info__contact--wrap {
    width: 100%;
  }
  .p-top .c-info__contact--inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top .c-info__contact--inr p {
    font-size: 16.5px;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .p-top .c-info__contact--email p {
    font-size: 12px;
  }
  .p-top .c-info__logo {
    width: 214px;
  }
}
@media screen and (max-width: 360px) {
  .p-top .c-card__cont {
    width: 100%;
  }
  .p-top .c-info {
    width: 90%;
  }
}
/*===============================================================
	fadeup
===============================================================*/
.js-fadeup {
  opacity: 0;
}

.is-active.js-fadeup {
  -webkit-animation: fadeup 1s forwards;
          animation: fadeup 1s forwards;
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeup-kv {
  opacity: 0;
}

.is-loaded .js-fadeup-kv {
  -webkit-animation: fadeup-kv 1s forwards;
          animation: fadeup-kv 1s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes fadeup-kv {
  0% {
    -webkit-transform: translateY(30px) translateX(-50%);
            transform: translateY(30px) translateX(-50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

@keyframes fadeup-kv {
  0% {
    -webkit-transform: translateY(30px) translateX(-50%);
            transform: translateY(30px) translateX(-50%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes fadeup {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeup {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @-webkit-keyframes fadeup-kv {
    0% {
      -webkit-transform: translateY(20px) translateX(-50%);
              transform: translateY(20px) translateX(-50%);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0) translateX(-50%);
              transform: translateY(0) translateX(-50%);
    }
  }
  @keyframes fadeup-kv {
    0% {
      -webkit-transform: translateY(20px) translateX(-50%);
              transform: translateY(20px) translateX(-50%);
      opacity: 0;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0) translateX(-50%);
              transform: translateY(0) translateX(-50%);
    }
  }
}
/*---------------------------------------------------------------
  js_zoomin
---------------------------------------------------------------*/
.js-zoomin {
  opacity: 0;
}

.is-loaded .js-zoomin {
  -webkit-animation: zoomin 0.75s forwards;
          animation: zoomin 0.75s forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}