@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cl-yellow {
  color: #ffde00;
}

.cl-green {
  color: #129c8a;
}

.cl-red {
  color: #D9320D;
}

.cl-blue {
  color: #039FDA;
}

.cl-sky {
  color: #59E3F0;
}

.cl-gray {
  color: #666;
}

.cl-navy {
  color: #163497;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-mb {
  display: none;
}
@media (max-width: 768px) {
  .is-mb {
    display: block;
  }
}

.fz-xl {
  font-size: 2.5em;
}

.fz-lg {
  font-size: 1.25em;
}

.fz-sm {
  font-size: 0.875em;
}

.fz-xs {
  font-size: 0.75em;
}

.ta-c {
  text-align: center !important;
}
.ta-c img {
  margin-inline: auto;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.underline {
  text-decoration: underline;
}

.d-ib {
  display: inline-block;
}

.textIndent {
  text-indent: -1em;
  margin-left: 1em;
}

.list__num {
  margin-left: 1.2em;
  list-style: decimal;
}
.list__num li + li {
  margin-top: 0.5em;
}

.list__disc {
  margin-left: 1.5em;
  list-style: disc;
}

.heading_1 {
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .heading_1 {
    margin-bottom: 5.1282051282vw;
    padding-bottom: 3.8461538462vw;
    font-size: 6.1538461538vw;
  }
}

.heading_2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #039FDA;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .heading_2 {
    margin-bottom: 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
}

.alert {
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .alert {
    padding: 20px;
  }
}
.alert.--tight {
  padding: 20px;
}
.alert.--border {
  border: 1px solid #ccc;
}
.alert.--check {
  background: #cff4fc;
}
.alert.--info {
  background: #fcf4cd;
}
.alert.--attention {
  background: oklch(93.6% 0.032 17.717deg);
}
.alert.--warning {
  background: #fede71;
}
.alert.--white {
  background: #fff;
}
.alert__heading {
  padding-bottom: 0.75em;
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.btn {
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #333;
  color: var(--btn_color, #fff);
  font-size: var(--btn_fz, 16px);
  font-weight: 700;
  line-height: 1.2;
  border-radius: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn {
    padding: 1.7948717949vw 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
}
.btn:hover {
  background: #FF6868;
  color: #fff;
}
.btn--flex {
  padding: 10px 30px;
  display: inline-block;
  width: auto;
  height: auto;
}
.btn--border {
  border: 1px solid #129c8a;
  color: rgb(15.3620689655, 133.1379310345, 117.775862069);
  background: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.--sm {
  height: 40px;
}
.btn.--lg {
  height: 60px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .btn.--lg {
    height: 60px;
    font-size: 14px;
  }
}
.btn.--wh {
  background: #fff;
  color: #039FDA;
  --icon_color: #039FDA;
}
.btn.--wh:hover {
  color: #FF6868;
  --icon_color: #FF6868;
}
.btn.--red {
  background: #D9320D;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(217, 50, 13, 0.3);
  box-shadow: 0 0 10px rgba(217, 50, 13, 0.3);
  border: 1px solid rgba(217, 50, 13, 0.4);
}
.btn.--red:hover {
  background: rgb(240.6152173913, 55.8260869565, 14.8847826087);
  color: #fff;
}
.btn.--blue {
  background: #039FDA;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(3, 159, 218, 0.3);
  box-shadow: 0 0 10px rgba(3, 159, 218, 0.3);
  border: 1px solid rgba(3, 159, 218, 0.4);
}
.btn.--blue:hover {
  background: rgb(3.3461538462, 177.3461538462, 243.1538461538);
  color: #fff;
}
.btn.--pink {
  background: #FF6868;
  color: #fff;
}
.btn.--pink:hover {
  background: rgb(255, 129.5, 129.5);
  color: #fff;
}
.btn.--disable {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
.btn.--disable:hover {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
}
.btn.--disable2 {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
.btn.--disable2:hover {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: var(--icon_align, center);
  -ms-flex-align: var(--icon_align, center);
  align-items: var(--icon_align, center);
  gap: 4px;
}
.icon::before {
  content: "";
  margin-top: -0.1em;
  display: block;
  width: var(--icon_width, 24px);
  aspect-ratio: 1;
  -webkit-mask-image: var(--icon_image);
  mask-image: var(--icon_image);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: var(--icon_color, #fff);
}
@media (max-width: 768px) {
  .icon::before {
    width: var(--icon_width, 5.1282051282vw);
  }
}
.icon.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.icon.--download {
  --icon_image: url(../../images/icon_download.svg);
}
.icon.--mail {
  --icon_image: url(../../images/icon_mail.svg);
}
.icon.--blank {
  --icon_image: url(../../images/icon_blank.svg);
}
.icon.--arrow1 {
  --icon_image: url(../../images/icon_arrow_1.svg);
}

.modal {
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.modal__inner {
  padding: 30px;
  width: 400px;
  text-align: center;
}
@media (max-width: 768px) {
  .modal__inner {
    padding: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.modal__heading {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.modal__close {
  margin-top: 2em;
  text-align: center;
  display: inline-block;
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.modal__close:hover {
  color: #000;
}

body {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body {
    font-size: 3.5897435897vw;
  }
}

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    padding: 0 5.1282051282vw;
  }
}

a {
  text-decoration: none;
  color: #039FDA;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
}
a:hover img.--not {
  opacity: 1;
}

img {
  max-width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 0.75em;
  vertical-align: text-top;
}

.main {
  padding: 80px 0;
}

.section {
  margin-bottom: 100px;
}

.row {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .row {
    margin-bottom: 10.2564102564vw;
  }
}
.row--indent {
  margin-left: 25px;
}
.row p,
.row ul {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .row p,
  .row ul {
    margin-bottom: 5.1282051282vw;
  }
}

.labelBox {
  margin-top: 0.5em;
  padding: 0.7em 1em 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: relative;
}
.labelBox__label {
  padding: 0 0.5em;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: -1em;
  left: 0.5em;
  background-color: #fff;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  --text_color: #000;
  --text_subColor: #039FDA;
}
@media (max-width: 1024px) {
  .header {
    background-color: #039FDA;
    --text_color: #fff;
    --text_subColor: #fff;
  }
}
.header__inner {
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 2.5641025641vw 0;
  }
}
.header__title {
  font-weight: 600;
  color: var(--text_color);
  line-height: 1.4;
}
@media (max-width: 768px) {
  .header__title {
    font-size: 3.0769230769vw;
  }
}
.header__title strong {
  color: var(--text_subColor);
}
@media (max-width: 768px) {
  .header__title strong {
    display: block;
    font-size: 4.1025641026vw;
  }
}
.header__tel {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: var(--text_color);
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .header__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .header__tel {
    display: none;
  }
}
.header__tel dt {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
}
.header__tel dd {
  font-size: 14px;
}
.header__btn {
  margin-left: 25px;
  width: 45px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 5px;
  -webkit-mask-image: url(../../images/icon_menu.svg);
  mask-image: url(../../images/icon_menu.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  .header__btn {
    display: block;
  }
}
@media (max-width: 768px) {
  .header__btn {
    margin-left: auto;
    width: 10.2564102564vw;
  }
}

.footer {
  padding: 60px 0;
  background: #039FDA;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer__columns {
    display: block;
  }
}
.footer__links a {
  color: #fff;
  text-decoration: underline;
}

.contact {
  margin-bottom: 40px;
  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;
}
@media (max-width: 768px) {
  .contact {
    margin-bottom: 20px;
  }
}
.contact__heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .contact__heading {
    margin-bottom: 5.1282051282vw;
    padding-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}
.contact__name {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .contact__name {
    font-size: 6.1538461538vw;
  }
}
.contact__address {
  margin-bottom: 10px;
}
.contact__telWrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .contact__telWrap {
    display: block;
  }
}
.contact__tel {
  font-family: "Roboto", sans-serif;
  font-size: 39px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .contact__tel {
    margin-bottom: 5px;
    font-size: 31px;
  }
}
.contact__time {
  line-height: 1.4;
}
.contact__time span {
  display: block;
}
@media (max-width: 768px) {
  .contact__time {
    text-align: center;
  }
}
.contact__mail {
  font-size: 20px;
}
.contact__mail a:hover {
  color: #D9320D;
}

.cr {
  text-align: center;
}

.hiroshima_logo {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 768px) {
  .hiroshima_logo {
    width: 17.9487179487vw;
    top: 3.8461538462vw;
    left: 2.5641025641vw;
  }
}

.mv {
  padding: 100px 0 140px;
  background-color: #6bb7e2;
}
@media (max-width: 768px) {
  .mv {
    padding: 10.2564102564vw 0 25.641025641vw;
  }
}
.mv__inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1075px;
}
@media (max-width: 768px) {
  .mv__inner {
    padding: 0 5.1282051282vw;
  }
}
.mv__title {
  margin-bottom: 0.3em;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .mv__title {
    font-size: 10.2564102564vw;
  }
}
.mv__lead {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.mv__name {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .mv__name {
    margin-bottom: 5.1282051282vw;
  }
}
.mv__name p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .mv__name p {
    font-size: 4.1025641026vw;
  }
}
.mv__name h2 {
  font-size: 48px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .mv__name h2 {
    font-size: 7.1794871795vw;
  }
}

.mv-card {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .mv-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.5641025641vw;
  }
}
.mv-card__block {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .mv-card__block {
    padding: 3.8461538462vw 7.6923076923vw;
  }
}
.mv-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .mv-card__inner {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 0 auto;
    grid-template-columns: repeat(2, auto);
    -ms-grid-rows: auto 0 auto;
    grid-template-rows: repeat(2, auto);
    gap: 0;
    grid-template-areas: "title value" "title desc";
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.mv-card__title {
  color: #163497;
  font-size: 24px;
  font-weight: 600;
  grid-area: title;
}
@media (max-width: 768px) {
  .mv-card__title {
    font-size: 4.1025641026vw;
  }
}
.mv-card__value {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  grid-area: value;
}
@media (max-width: 768px) {
  .mv-card__value {
    font-size: 4.1025641026vw;
    text-align: right;
  }
}
.mv-card__value span {
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mv-card__value span {
    font-size: 10.2564102564vw;
  }
}
.mv-card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  grid-area: desc;
}
@media (max-width: 768px){
  .mv-card__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .mv-card__value {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .mv-card__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 768px) {
  .mv-card__desc {
    text-align: right;
  }
}

.mv-date__heading {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .mv-date__heading {
    margin-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
    gap: 2.5641025641vw;
  }
}
.mv-date__heading::before, .mv-date__heading::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mv-date__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  row-gap: 0;
}
@media (max-width: 768px) {
  .mv-date__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 1.2820512821vw;
  }
}
.mv-date__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  gap: 5px;
}
.mv-date__period dt {
  padding: 5px 20px;
  color: #fff;
  background-color: #163497;
}
@media (max-width: 768px) {
  .mv-date__period dt {
    padding: 1.0256410256vw 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
}
.mv-date__period dd {
  font-size: 32px;
}
@media (max-width: 768px) {
  .mv-date__period dd {
    font-size: 5.1282051282vw;
  }
}

.latest {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .latest {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.1282051282vw;
  }
}

.news__heading {
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .news__heading {
    margin-bottom: 2.5641025641vw;
  }
}
.news__row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 1fr;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .news__row {
    display: block;
  }
}
@media (max-width: 768px) {
  .news__date {
    color: #666;
  }
}

.progress {
  padding: 20px;
  width: 100%;
  border: 3px solid #039FDA;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .progress {
    padding: 3.8461538462vw;
  }
}
.progress__heading {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #039FDA;
  border-bottom: 1px solid #039FDA;
}
@media (max-width: 768px) {
  .progress__heading {
    margin-bottom: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
    font-size: 4.1025641026vw;
  }
}
.progress__chart {
  width: 100%;
  height: 80px;
}
.progress__text {
  font-size: 14px;
}
@media (max-width: 768px) {
  .progress__text {
    font-size: 3.0769230769vw;
  }
}

.about__flow {
  margin: 0 auto;
  max-width: 900px;
}

.anchors {
  margin-top: -40px;
}
.anchors__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .anchors__ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.anchors__li {
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.anchors__li:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .anchors__li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .anchors__li:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .anchors__li:last-child {
    border-bottom: none;
  }
}
.anchors__li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-weight: 500;
  color: #000;
  --icon_color: #000;
}
@media (max-width: 768px) {
  .anchors__li a {
    padding: 0 5.1282051282vw;
    height: 12.8205128205vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.anchors__li a:hover {
  color: #039FDA;
  --icon_color: #039FDA;
}

.important {
  padding: 40px;
  border: 5px solid #FF6868;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .important {
    padding: 5.1282051282vw 7.6923076923vw;
  }
}
.important__text {
  color: #FF6868;
  font-weight: 600;
}
.important__name {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .important__name {
    font-size: 5.1282051282vw;
  }
}
.important__btn {
  margin: 0 auto;
  width: 345px;
  height: 60px;
}
@media (max-width: 768px) {
  .important__btn {
    width: 100%;
    height: 12.8205128205vw;
  }
}

.outline__row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 20px 1fr;
  grid-template-columns: 220px 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .outline__row {
    display: block;
  }
}
.outline__heading {
  font-weight: 600;
}

.target {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .target {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.5641025641vw;
  }
}
.target__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .target__column {
    gap: 2.5641025641vw;
  }
}
.target__block {
  padding: 40px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--theme_color);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .target__block {
    padding: 5.1282051282vw 3.8461538462vw;
    gap: 5.1282051282vw;
  }
}
.target__block.--shoene {
  --theme_color: #CEEBF5;
}
.target__block.--dannetsu {
  --theme_color: #FFE591;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.target__block.--souene {
  --theme_color: #CFEBBA;
  gap: 20px;
}
@media (max-width: 768px) {
  .target__block.--souene {
    gap: 2.5641025641vw;
  }
}
.target__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .target__head {
    gap: 2.5641025641vw;
  }
}
.target__title {
  padding: 7px 15px;
  font-size: 24px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
  background-color: var(--theme_color);
  mix-blend-mode: multiply;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .target__title {
    font-size: 5.1282051282vw;
  }
}
.target__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.target__value {
  padding: 25px 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .target__value {
    padding: 3.8461538462vw;
  }
}
.target__value dt {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .target__value dt {
    font-size: 4.1025641026vw;
  }
}
.target__value dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}

.entryBlock {
  padding: 40px 40px 5px;
  background-color: #039FDA;
}
.entryBlock__btn {
  margin: 0 auto;
  max-width: 590px;
  height: 80px;
  --btn_fz: 20px;
}
.entryBlock__text {
  text-align: center;
  color: #fff;
}

.document {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 20px 1fr;
  grid-template-columns: 220px 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .document {
    display: block;
  }
}
.document__heading {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 768px) {
  .document__heading {
    margin-bottom: 5.1282051282vw;
  }
}
.document__row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .document__row {
    margin-bottom: 5.1282051282vw;
    padding-bottom: 5.1282051282vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.5641025641vw;
  }
}
.document__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.document__btn {
  height: 40px;
  --btn_fz: 14px;
}
.document + .document {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  .document + .document {
    padding-top: 0;
    border-top: none;
  }
}

.postEntry {
  padding: 40px;
  background-color: #FFF9D7;
}
@media (max-width: 768px) {
  .postEntry {
    padding: 7.6923076923vw;
  }
}
.postEntry__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 20px 1fr;
  grid-template-columns: 180px 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .postEntry__inner {
    display: block;
  }
}

.faq__row {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.faq__q {
  margin-bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2em 1fr auto;
  grid-template-columns: 2em 1fr auto;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq__q::before {
  content: "Q.";
}
.faq__q::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 4px;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.is-open .faq__q::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 8px;
}
.faq__a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2em 1fr;
  grid-template-columns: 2em 1fr;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  -webkit-transition: max-height 0.35s ease, padding-top 0.35s ease;
  transition: max-height 0.35s ease, padding-top 0.35s ease;
}
.faq__a::before {
  content: "A.";
}
.is-open .faq__a {
  max-height: 2000px;
  padding-top: 10px;
}
/*# sourceMappingURL=base.css.map */