@charset "UTF-8";
/* 見出し
/*+---------------------------------*/
/* --- 見出しlevel3 --- */
.heading-level3-typeA {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  background-color: #00479D;
  color: #fff;
  min-height: 120px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .heading-level3-typeA {
    font-size: 2.6rem;
    min-height: 80px;
    margin-bottom: 40px;
    line-height: 1.4;
    padding-block: 24px;
  }
}

.heading-level3-typeB {
  padding-top: 104px;
  color: #00479D;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
}
.heading-level3-typeB > span {
  position: relative;
  padding-inline: 70px;
  display: inline-flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
.heading-level3-typeB > span:before, .heading-level3-typeB > span:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-size: contain;
  width: 44px;
  height: 76px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
}
.heading-level3-typeB > span:before {
  background-image: url(../img/heading-decoration-white_left.svg);
  left: 0;
}
.heading-level3-typeB > span:after {
  background-image: url(../img/heading-decoration-white_right.svg);
  right: 0;
}
@media screen and (max-width: 670px) {
  .heading-level3-typeB {
    font-size: 2rem;
    padding-top: 40px;
  }
  .heading-level3-typeB > span {
    padding-inline: 30px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .heading-level3-typeB > span:before, .heading-level3-typeB > span:after {
    width: 25px;
    height: 48px;
  }
  .heading-level3-typeB img {
    width: 48px;
  }
}

/* --- 見出しlevel4 --- */
.heading-level4-typeA {
  margin-top: 64px;
  color: #00479D;
  text-align: center;
  font-size: 3.4rem;
}
.heading-level4-typeA span {
  display: inline-block;
  position: relative;
  padding-inline: 144px;
}
.heading-level4-typeA span:before, .heading-level4-typeA span:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 110px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.heading-level4-typeA span:before {
  background-image: url(../img/heading-decoration_left.svg);
  left: 0;
}
.heading-level4-typeA span:after {
  background-image: url(../img/heading-decoration_right.svg);
  right: 0;
}
@media screen and (max-width: 670px) {
  .heading-level4-typeA {
    font-size: 2.4rem;
    margin-top: 40px;
  }
  .heading-level4-typeA span {
    display: inline-block;
    position: relative;
    padding-inline: 65px;
  }
  .heading-level4-typeA span:before, .heading-level4-typeA span:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 20px;
    top: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .heading-level4-typeA span:before {
    background-image: url(../img/heading-decoration_left.svg);
    left: 0;
  }
  .heading-level4-typeA span:after {
    background-image: url(../img/heading-decoration_right.svg);
    right: 0;
  }
}

.heading-level4-typeB {
  position: relative;
  margin-top: 56px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 670px) {
  .heading-level4-typeB {
    margin-top: 40px;
    padding-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.4;
    max-height: 39px;
  }
}
.heading-level4-typeB.-border {
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}
.heading-level4-typeB.-border:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background-color: #008BD1;
}

.inner section:first-of-type .heading-level4-typeB {
  margin-top: 60px;
}

/* ボックスコンポーネント
/*+---------------------------------*/
/* --- 各セクションのwrap --- */
.section-box {
  padding-bottom: 120px;
}
@media screen and (max-width: 670px) {
  .section-box {
    padding-bottom: 72px;
  }
}

/* インナー
/*+---------------------------------*/
.inner {
  max-width: 1064px;
  padding-inline: 20px;
  margin-inline: auto;
}

.lead-inner {
  max-width: 1064px;
  padding-inline: 10px 40px;
  margin-inline: auto;
}
@media screen and (max-width: 670px) {
  .lead-inner {
    padding-inline: 10px 20px;
  }
}
.lead-inner.-small {
  padding-inline: 20px 50px;
}
.lead-inner.-small p {
  line-height: 2;
}
@media screen and (max-width: 670px) {
  .lead-inner.-small {
    padding-inline: 20px 30px;
  }
}

/* ボタン
/*+---------------------------------*/
.button-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 670px) {
  .button-wrap {
    margin-top: 32px;
  }
}

.push-button {
  position: relative;
  display: block;
  border-radius: 80px;
  padding-block: 40px;
  max-width: 600px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #008BD1;
  border: none;
  cursor: pointer;
  box-shadow: 7px 7px #00479D;
  transition: all 0.2s ease;
  margin-inline: auto;
}
@media screen and (max-width: 670px) {
  .push-button {
    width: 100%;
    font-size: 1.8rem;
    padding-block: 32px;
  }
}
.push-button:hover {
  box-shadow: none;
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
}
.push-button::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 1.5rem;
  height: 2.5rem;
  background-size: cover;
  background-image: url(../img/arrow.svg);
}
@media screen and (max-width: 670px) {
  .push-button::after {
    width: 1.1rem;
    height: 1.8rem;
  }
}
.push-button:visited {
  color: #fff;
}

/*------------------------------------------------------------
  当該ページの要素
------------------------------------------------------------*/
/* 全体
/*+---------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.content-wrap {
  font-family: "Noto Sans JP", sans-serif;
  color: #121212;
}
.content-wrap img {
  max-width: 100%;
  height: auto;
}

/* --- PCでのみ表示 --- */
.pc-only {
  display: block;
}
@media screen and (max-width: 670px) {
  .pc-only {
    display: none;
  }
}

/* --- スマホでのみ表示 --- */
.sp-only {
  display: none;
}
@media screen and (max-width: 670px) {
  .sp-only {
    display: block;
  }
}

/* --- 背景色 --- */
.bg-blue {
  background-color: #C2E6FF;
}

.bg-yellow {
  background-color: #FFFFBD;
}

.marker {
  background: linear-gradient(transparent 60%, #FFDEE5 60%);
}

/* MV
/*+---------------------------------*/
.mv-inner {
  max-width: 1064px;
  padding-inline: 20px;
  margin-inline: auto;
  padding-block: 48px;
  text-align: center;
}

.mv {
  background-image: url(../img/bg.svg);
  background-repeat: repeat;
  background-position: left top;
}

.mv-image {
  margin-bottom: 32px;
}
@media screen and (max-width: 670px) {
  .mv-image {
    margin-bottom: 24px;
  }
}

.mv-period {
  margin-bottom: 28px;
}
@media screen and (max-width: 670px) {
  .mv-period {
    margin-bottom: -56px;
  }
}
.mv-period > img {
  margin-bottom: 21px;
}
@media screen and (max-width: 670px) {
  .mv-period > img {
    margin-bottom: 12px;
    width: 35.5072463768%;
    min-width: 147px;
  }
}

.mv-period-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
  width: 100%;
}
.mv-period-box__item {
  flex-basis: calc((100% - 32px) / 3);
}
.mv-period-box__item img {
  border-radius: 20px;
}
.mv-period-box__item.-finished {
  position: relative;
}
.mv-period-box__item.-finished::before {
  content: "終了しました";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  color: white;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 83, 99, 0.8);
  border-radius: 20px;
  z-index: 2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .mv-period-box__item.-finished::before {
    font-size: 1.3rem;
    border-radius: 10px;
  }
}
@media screen and (max-width: 670px) {
  .mv-period-box {
    justify-content: flex-start;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 10px;
  }
  .mv-period-box__item {
    flex-basis: calc(50% - 8px);
  }
  .mv-period-box__item img {
    border-radius: 10px;
  }
}

/* コンテンツエリア
/*+---------------------------------*/
/* --- 白い影付きbox --- */
.lead-box {
  border: 6px solid #00479D;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 24px 11px #00479D;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  overflow: auto;
  max-width: 1000px;
}
@media screen and (max-width: 670px) {
  .lead-box {
    border: 3px solid #00479D;
    margin-top: 32px;
    box-shadow: 8px 8px #00479D;
    border-radius: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 670px) {
  .lead-box.-small {
    padding-inline: 16px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
.lead-box .pink-border {
  border: 20px solid #F56A8B;
  border-radius: 8px;
  margin: 4px;
  padding-block: 47px;
}
@media screen and (max-width: 670px) {
  .lead-box .pink-border {
    border: 10px solid #F56A8B;
    padding-block: 40px;
    margin: 2px;
  }
}
.lead-box .pink-border p {
  line-height: 2.7;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 670px) {
  .lead-box .pink-border p + p {
    margin-top: 24px;
  }
}
.lead-box .pink-border p img {
  margin-inline: 4px;
  vertical-align: text-bottom;
  max-width: 100%;
}
@media screen and (max-width: 670px) {
  .lead-box .pink-border p img {
    margin-inline: 0;
  }
}
.lead-box .pink-border .-small {
  font-size: 1.3rem;
}
.lead-box .text-area {
  padding-block: 38px;
}
.lead-box .-image-middle {
  margin-bottom: 0.3rem;
}

.lead-decoration {
  position: relative;
  width: 180px;
  margin-inline: auto;
  margin-top: 16px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 2 !important;
}
@media screen and (max-width: 670px) {
  .lead-decoration {
    width: 128px;
    font-size: 2.2rem;
    margin-bottom: 0 !important;
  }
}
.lead-decoration::before, .lead-decoration::after {
  position: absolute;
  top: 15%;
  height: 3.8rem;
  content: "";
}
@media screen and (max-width: 670px) {
  .lead-decoration::before, .lead-decoration::after {
    height: 2.6rem;
    top: 20%;
  }
}
.lead-decoration::before {
  border-left: solid 4px;
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 670px) {
  .lead-decoration::before {
    border-left: solid 3px;
  }
}
.lead-decoration::after {
  border-right: solid 4px;
  right: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 670px) {
  .lead-decoration::after {
    border-right: solid 3px;
  }
}

.yellow-box {
  background-color: #FFFF91;
  border-radius: 16px;
  width: 85.1063829787%;
  margin-inline: auto;
  padding: 18px;
}
@media screen and (max-width: 670px) {
  .yellow-box {
    width: 93.2203389831%;
    padding-inline: 0;
  }
}
.yellow-box .text-blue {
  color: #008BD1;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 670px) {
  .yellow-box .text-blue {
    font-size: 2.2rem;
  }
}
.yellow-box .text-blue.-large {
  font-size: 4rem;
}
@media screen and (max-width: 670px) {
  .yellow-box .text-blue.-large {
    font-size: 3rem;
  }
}
.yellow-box p {
  line-height: 1.3 !important;
}
.yellow-box p img {
  margin-inline: 0 !important;
}

/* --- 期間 --- */
.period-box {
  margin-top: 60px;
}
@media screen and (max-width: 670px) {
  .period-box {
    margin-top: 32px;
  }
}
.period-box__item {
  border: 6px solid #008BD1;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 17% 83%;
  background-color: #fff;
}
@media screen and (max-width: 670px) {
  .period-box__item {
    border: 4px solid #008BD1;
    border-radius: 10px;
    grid-template-columns: 25% 75%;
  }
}
.period-box__item + .period-box__item {
  margin-top: 20px;
}
@media screen and (max-width: 670px) {
  .period-box__item + .period-box__item {
    margin-top: 16px;
  }
}
.period-box__item dt {
  background-color: #008BD1;
  border-radius: 5px 0 0 5px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 670px) {
  .period-box__item dt {
    font-size: 3rem;
  }
}
.period-box__item dt .-small {
  font-size: 2.4rem;
}
@media screen and (max-width: 670px) {
  .period-box__item dt .-small {
    display: block;
    font-size: 1.6rem;
  }
}
.period-box__item dd {
  padding-block: 36px;
  font-weight: bold;
  font-size: 2.2rem;
  -webkit-padding-start: 42px;
          padding-inline-start: 42px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 670px) {
  .period-box__item dd {
    font-size: 1.6rem;
    padding-block: 16px;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
}
.period-box__item dd p + p {
  margin-top: 16px;
}
.period-box__item.-finished {
  position: relative;
}
.period-box__item.-finished::before {
  content: "終了しました";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: white;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 83, 99, 0.8);
  border-radius: 10px;
  z-index: 2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .period-box__item.-finished::before {
    font-size: 2.4rem;
    border-radius: 6px;
  }
}

/* --- 白いboxの注意書き --- */
.note-box {
  margin-top: 40px;
  background-color: #fff;
  text-align: left;
  padding: 40px;
  border-radius: 16px;
}
@media screen and (max-width: 670px) {
  .note-box {
    font-size: 1.4rem;
    margin-top: 24px;
    padding-inline: 24px;
    border-radius: 10px;
  }
}
.note-box.-pink {
  border: 6px solid #F56A8B;
}
@media screen and (max-width: 670px) {
  .note-box.-pink {
    border: 4px solid #F56A8B;
  }
}
.note-box.-blue {
  border: 6px solid #008BD1;
}
@media screen and (max-width: 670px) {
  .note-box.-blue {
    border: 4px solid #008BD1;
  }
}
.note-box p + p {
  padding-top: 20px;
}

/* --- STEP --- */
.step-box {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  row-gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .step-box {
    margin-top: 32px;
    flex-direction: column;
    row-gap: 24px;
  }
}
.step-box__item {
  flex: 1 1 calc(50% - 22px);
  border: 6px solid #008BD1;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  min-height: 580px;
}
@media screen and (max-width: 800px) {
  .step-box__item {
    border: 4px solid #008BD1;
    height: auto;
    min-height: inherit;
    width: 100%;
  }
}
.step-box__item .step-number {
  background-color: #008BD1;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 3.6rem;
  line-height: 2.23;
}
@media screen and (max-width: 800px) {
  .step-box__item .step-number {
    font-size: 3.2rem;
    line-height: 1.9;
  }
}

.step-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-block: 28px;
  padding-inline: 24px;
  min-height: 490px;
}
@media screen and (max-width: 800px) {
  .step-detail {
    padding-block: 24px;
    height: auto;
    min-height: inherit;
    padding-inline: 10px;
  }
  .step-detail img {
    max-height: 148px;
    width: auto;
  }
}
.step-detail__title {
  font-size: 2.6rem;
}
@media screen and (max-width: 800px) {
  .step-detail__title {
    font-size: 2.4rem;
  }
}
.step-detail__text {
  margin-top: 32px;
}
@media screen and (max-width: 800px) {
  .step-detail__text {
    margin-top: 24px;
  }
}
.step-detail__text + img {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .step-detail__text + img {
    margin-top: 24px;
  }
}
.step-detail__text + .step-detail__text {
  margin-top: 16px;
}
.step-detail__text.-bg-blue {
  color: #fff;
  background-color: #008BD1;
  border-radius: 4px;
  line-height: 2.2;
  padding-inline: 1.6rem;
}
@media screen and (max-width: 800px) {
  .step-detail__text.-bg-blue {
    line-height: 1.6;
    padding-block: 0.8rem;
  }
}
.step-detail .step-button {
  margin-top: 16px;
}
.step-detail .step-button + .step-detail__text {
  margin-top: 16px;
}
.step-detail .step-button:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.image-box {
  text-align: center;
}

.bnr-button {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 670px) {
  .bnr-button {
    width: 100%;
    margin-top: 24px;
  }
}
.bnr-button li {
  background-color: #fff;
  border-radius: 8px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 670px) {
  .bnr-button li {
    width: 100%;
  }
}
.bnr-button li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.bnr-button li img {
  width: 100%;
}
.bnr-button.-application li {
  border-radius: 16px;
  width: auto;
}

.text-link {
  color: #0073C0;
  text-decoration: underline;
}
.text-link a:hover {
  text-decoration: none;
}
.text-link a:visited {
  color: #0073C0;
}

.list {
  font-size: 1.6rem;
}
.list.-dot > li {
  padding-left: 1.5rem;
  position: relative;
}
.list.-dot > li::before {
  content: "";
  background-color: #1A1A1B;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
}
.list.-note > li {
  padding-left: 1.6rem;
  position: relative;
}
.list.-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.list.-link > li {
  padding-left: 1.5rem;
  color: #0073C0;
  position: relative;
}
.list.-link > li::before {
  content: "";
  position: absolute;
  background-image: url(../img/link-arrow.png);
  width: 4px;
  height: 8px;
  top: 1rem;
  left: 0.5rem;
}
.list.-link > li a {
  text-decoration: underline;
}
.list.-link > li a:hover {
  text-decoration: none;
}
.list.-link > li a:visited {
  color: #0073C0;
}

.detail-period-box {
  padding-left: 16px;
}
.detail-period-box dt {
  font-weight: bold;
}

/* --- バナーエリア --- */
.bnr-image {
  background-color: #fff;
}
.bnr-image a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* ユーティリティクラス
/*+---------------------------------*/
.-red {
  color: #E60012;
}

.-bold {
  font-weight: bold;
}

.-normal {
  font-weight: normal;
}

.-mt-20 {
  margin-top: 24px;
}

.-mt-24 {
  margin-top: 24px;
}

.-mt-56 {
  margin-top: 56px;
}

.-mb-80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .-mt-s-40 {
    margin-top: 40px;
  }
  .-mb-s-40 {
    margin-bottom: 40px;
  }
}