@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: #00a284;
}

.cl-red {
  color: #f7255b;
}

.cl-blue {
  color: #118ccf;
}

.cl-sky {
  color: #3cbbe0;
}

.cl-gray {
  color: #666;
}

.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-md {
  font-size: 0.875em;
}

.fz-sm {
  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__disc {
  margin-left: 1.5em;
  list-style: disc;
}
.list__disc.--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list__disc.--column li {
  margin-right: 2em;
}

.heading_1 {
  margin-bottom: 40px;
  padding: 15px 20px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  background-color: #118ccf;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .heading_1 {
    padding: 3.8461538462vw;
    font-size: 5.1282051282vw;
  }
}

.heading_2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #118ccf;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .heading_2 {
    margin-bottom: 3.8461538462vw;
    padding-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: 10px 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: 50px;
  background: rgb(22, 41.25, 151);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 100vw;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn {
    padding: 1.7948717949vw 3.8461538462vw;
    height: 11.5384615385vw;
    font-size: 3.5897435897vw;
  }
}
.btn:hover {
  background: rgb(23.9456647399, 56.5988439306, 164.3543352601);
  color: #fff;
}
.btn--flex {
  padding: 10px 30px;
  display: inline-block;
  width: auto;
  height: auto;
}
.btn--border {
  border: 1px solid #00a284;
  color: rgb(0, 136.5, 111.2222222222);
  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: rgb(38.25, 38.25, 38.25);
  text-shadow: none;
  -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
  border: 1px solid rgba(51, 51, 51, 0.5);
}
.btn--wh:hover {
  background: rgb(58.65, 58.65, 58.65);
  color: #fff;
}
.btn--red {
  background: #f7255b;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(247, 37, 91, 0.3);
  box-shadow: 0 0 10px rgba(247, 37, 91, 0.3);
  border: 1px solid rgba(247, 37, 91, 0.4);
}
.btn--red:hover {
  background: rgb(247.9026548673, 61.5973451327, 109.5044247788);
  color: #fff;
}
.btn--blue {
  background: #118ccf;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(17, 140, 207, 0.3);
  box-shadow: 0 0 10px rgba(17, 140, 207, 0.3);
  border: 1px solid rgba(17, 140, 207, 0.4);
}
.btn--blue:hover {
  background: rgb(18.9352678571, 155.9375, 230.5647321429);
  color: #fff;
}
.btn.--disable {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.--disable:hover {
  color: #bbb;
  background: #f5f5f5;
  text-shadow: none;
}
.btn.--disable2 {
  color: #ccc;
  background: #666;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

.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);
}

.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: #118ccf;
}
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;
}
a.textlink {
  text-decoration: underline;
}
a.textlink:hover {
  color: #f7255b;
}

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

strong {
  font-weight: 700;
}

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

.section {
  margin-bottom: 100px;
}

.row {
  margin-bottom: 40px;
}
.row--indent {
  margin-left: 25px;
}
.row p,
.row ul {
  margin-bottom: 20px;
}

.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: #118ccf;
}
@media (max-width: 1024px) {
  .header {
    background-color: #118ccf;
    --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 a {
  color: var(--text_color);
}
.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;
  }
}

.gnavi {
  width: 100%;
  color: #fff;
  background-color: #118ccf;
}
@media (max-width: 1024px) {
  .gnavi {
    display: none;
  }
  .gnavi.is-show {
    display: block;
  }
}
.gnavi__ul {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .gnavi__ul {
    margin: 0 -5.1282051282vw;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.gnavi__ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .gnavi__ul li {
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: 60px;
  }
}
@media (max-width: 768px) {
  .gnavi__ul li {
    height: 15.3846153846vw;
  }
}
.gnavi__ul li a {
  padding: 0 20px;
  color: currentColor;
}
@media (max-width: 1024px) {
  .gnavi__ul li a {
    padding: 0 10px;
    width: 100%;
    height: 100%;
    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;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .gnavi__ul li a {
    padding: 0 2.5641025641vw;
  }
}
.gnavi__ul li:first-child {
  border-left: none;
}
.gnavi__ul li:last-child {
  border-right: none;
}

.footer {
  padding: 60px 0;
  background: #118ccf;
  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;
}

.main {
  padding-top: 144px;
}

.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 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1.1;
  gap: 5px;
  --icon_width: 20px;
}
.contact__mail a:hover {
  text-decoration: underline;
}

.cr {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .cr {
    font-size: 10px;
  }
}

.dropmenu {
  padding: 40px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #118ccf;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 768px) {
  .dropmenu {
    display: block;
  }
}
.dropmenu.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.dropmenu__bar {
  display: none;
}
@media (max-width: 768px) {
  .dropmenu__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 30px;
  }
}
.dropmenu__title {
  margin-bottom: 40px;
}
.dropmenu__navi {
  margin-bottom: 40px;
}
.dropmenu__navi li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.dropmenu__navi li a {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.dropmenu__navi li a svg {
  margin-left: auto;
}
.dropmenu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 30px;
}
.dropmenu__btn 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;
  font-size: 18px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
}
.dropmenu__btn a svg {
  margin-left: 5px;
}

.table__default {
  width: 100%;
}
.table__default th,
.table__default td {
  padding: 15px;
  border: 1px solid #ccc;
  line-height: 1.4;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .table__default th,
  .table__default td {
    padding: 3.8461538462vw;
  }
}
.table__default th {
  background: #f5f5f5;
  font-weight: bold;
  width: 200px;
}
@media (max-width: 768px) {
  .table__default th {
    width: 20.5128205128vw;
  }
}

.pt {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #118ccf;
}
@media (max-width: 768px) {
  .pt {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.mv__inner {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../../images/mv_illust.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 50%;
}
@media (max-width: 1024px) {
  .mv__inner {
    margin-bottom: 5.1282051282vw;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .mv__inner {
    padding: 10.2564102564vw 0 58.9743589744vw;
    height: auto;
    background-position: center bottom;
    background-size: 90%;
  }
}
.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;
  }
}

.latest__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 38%;
  grid-template-columns: 1fr 38%;
  -ms-grid-rows: auto 40px 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "date progress" "news progress";
  gap: 40px;
}
@media (max-width: 768px) {
  .latest__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 5.1282051282vw auto 5.1282051282vw auto;
    grid-template-areas: "date" "progress" "news";
    gap: 5.1282051282vw;
  }
}

.appDate {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: date;
}
@media (max-width: 768px) {
  .appDate {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-template-areas: "heading main" "caution caution";
  }
}
.appDate__heading {
  margin-bottom: 10px;
  grid-area: heading;
  font-size: 20px;
  font-weight: 600;
  color: #118ccf;
}
@media (max-width: 768px) {
  .appDate__heading {
    font-size: 3.5897435897vw;
  }
}
.appDate__main {
  grid-area: main;
  margin-bottom: 0.25em;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 768px) {
  .appDate__main {
    margin-top: -3.0769230769vw;
    font-size: 5.1282051282vw;
    text-align: right;
    line-height: 1.1;
  }
}
.appDate__main strong {
  font-size: 1.75em;
  color: #118ccf;
}
.appDate__caution {
  grid-area: caution;
  font-size: 20px;
  font-weight: 600;
  color: #f7255b;
}
@media (max-width: 768px){
  .appDate__heading {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .appDate__main {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .appDate__caution {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 768px) {
  .appDate__caution {
    font-size: 3.5897435897vw;
    text-align: right;
  }
}

.news {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: news;
}
.news__heading {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .news__heading {
    margin-bottom: 2.5641025641vw;
    font-size: 4.6153846154vw;
  }
}
.news__block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9em 1fr;
  grid-template-columns: 9em 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .news__block {
    margin-bottom: 3.8461538462vw;
    padding-bottom: 3.8461538462vw;
    display: block;
  }
}
@media (max-width: 768px) {
  .news__date {
    font-weight: 600;
  }
}

.progress {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: progress;
  padding: 30px 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 768px){
  .appDate {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .news {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .progress {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 768px) {
  .progress {
    padding: 5.1282051282vw 7.6923076923vw;
  }
}
.progress::after {
  content: "";
  display: block;
  border: 2px solid #118ccf;
  border-radius: 5px;
  position: absolute;
  inset: 3px;
  pointer-events: none;
}
.progress__header {
  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;
  width: 100%;
}
.progress__heading {
  font-size: 20px;
  font-weight: 700;
  color: #118ccf;
}
@media (max-width: 768px) {
  .progress__heading {
    font-size: 5.1282051282vw;
  }
}
.progress__date {
  font-size: 14px;
}
@media (max-width: 768px) {
  .progress__date {
    font-size: 3.5897435897vw;
  }
}
.progress__graph {
  max-width: 250px;
  width: 100%;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .progress__graph {
    width: 60%;
  }
}
.progress__note {
  font-size: 14px;
}
@media (max-width: 768px) {
  .progress__note {
    font-size: 3.0769230769vw;
  }
}
.progress__note li {
  margin-left: 1em;
  text-indent: -1em;
}

.about__row1 {
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.outline {
  padding: 30px;
  border: 6px double #f7255b;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .outline {
    padding: 5.1282051282vw;
  }
}
.outline__heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #f7255b;
}
@media (max-width: 768px) {
  .outline__heading {
    font-size: 5.1282051282vw;
  }
}
.outline__text {
  text-align: center;
}
.outline__btn {
  margin-inline: auto;
  max-width: 600px;
}

.step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  --head_content: "";
}
@media (max-width: 768px) {
  .step {
    -ms-grid-columns: 15.3846153846vw 1fr;
    grid-template-columns: 15.3846153846vw 1fr;
  }
}
.step:last-child {
  --head_content: none;
}
.step__head {
  position: relative;
}
.step__head::before {
  content: var(--head_content);
  width: 1px;
  height: calc(100% - 10px);
  border-right: 2px dotted #ccc;
  position: absolute;
  left: 50%;
}
.step__head::after {
  content: var(--head_content);
  margin-left: -8px;
  width: 19px;
  height: 10px;
  display: block;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-mask-image: url(../../images/line_arrow.svg);
  mask-image: url(../../images/line_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.step__content {
  padding-top: 35px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .step__content {
    padding-top: 2.5641025641vw;
    padding-left: 3.8461538462vw;
  }
}
.step__num {
  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%;
  aspect-ratio: 1;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  border-radius: 100vw;
  background-color: #118ccf;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .step__num {
    font-size: 2.5641025641vw;
  }
}
.step__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #118ccf;
}
@media (max-width: 768px) {
  .step__title {
    margin-bottom: 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
}
.step__subTitle {
  font-weight: 600;
}
.step__mail {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #118ccf;
  border-radius: 5px;
  line-height: 1.4;
  --icon_color: #118ccf;
}
.step__mail a {
  padding: 10px 25px;
  color: currentColor;
}
@media (max-width: 768px) {
  .step__mail a {
    padding: 1.7948717949vw 3.8461538462vw;
    font-size: 3.0769230769vw;
  }
}
.step__mail:hover {
  border: 1px solid #f7255b;
  color: #f7255b;
  --icon_color: #f7255b;
}

.document__block {
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 100%;
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .document__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5641025641vw;
  }
}
.document__name {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .document__name {
    font-size: 4.1025641026vw;
  }
}
.document__text {
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  .document__text {
    font-size: 3.0769230769vw;
  }
}
.document__text.--important {
  color: #f7255b;
}

.entryForm__btn {
  margin-inline: auto;
  max-width: 600px;
  --icon_width: 18px;
}
@media (max-width: 768px) {
  .entryForm__btn {
    --icon_width: 4.1025641026vw;
  }
}

.faq__block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__q {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2em 1fr;
  grid-template-columns: 2em 1fr;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: 600;
}
.faq__q::before {
  content: "Q.";
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #118ccf;
}
.faq__a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2em 1fr;
  grid-template-columns: 2em 1fr;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.faq__a::before {
  content: "A.";
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #f7255b;
}
/*# sourceMappingURL=base.css.map */