@charset "UTF-8";
/* common
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #24243f;
}
@media screen and (min-width: 960px) {
  body {
    max-width: 960px;
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  transition: all  0.3s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
@media (hover: none) {
  a:active {
    opacity: 0.8;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 960px) {
  img {
    width: auto;
  }
}

.center {
  text-align: center;
}

.mt {
  margin-top: 1em;
}

/* header
---------------------------------------------------- */
.header {
  padding: calc(26 / 960 * 100%) calc(25 / 960 * 100%) calc(30 / 960 * 100%) calc(25 / 960 * 100%);
}
.header__logo {
  margin: calc(16 / 960 * 100%) 0 0 0;
}
.header__logo img {
  width: calc(354 / 960 * 100%);
}
.header p:not(.header__logo) {
  font-size: min(2.15vw, 20px);
  line-height: 1;
  color: #808d96;
  letter-spacing: 0.08em;
}

/* fv
---------------------------------------------------- */
.fv {
  background: #0b41a0;
  border-top: 1px solid #a7b4b8;
  padding: 0 0 calc(10 / 960 * 100%) 0;
  position: relative;
}
.fv__copy {
  height: 6.9791666667vw;
  max-height: 67px;
  background: #2fb2ea;
  display: flex;
  align-items: center;
}
.fv h1 {
  margin: calc(46 / 960 * 100%) 0 0 0;
}
.fv__btn {
  width: calc(892 / 960 * 100%);
  margin: calc(40 / 960 * 100%) auto 0 auto;
}
.fv__period {
  margin: calc(26 / 960 * 100%) 0 0 0;
}
.fv__notes {
  font-size: min(1.86vw, 17px);
  letter-spacing: -0.04em;
  color: #e1f4ff;
  padding: 0 0 0 calc(28 / 960 * 100%);
  margin: 0.3em 0 0 0;
}
.fv__card {
  width: calc(394 / 960 * 100%);
  position: absolute;
  top: calc(14 / 960 * 100%);
  right: calc(12 / 960 * 100%);
}

/* link-notes
---------------------------------------------------- */
.link-notes {
  height: 10.4166666667vw;
  max-height: 100px;
  font-size: min(2.7vw, 26px);
  padding: 0 calc(35 / 960 * 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link-notes a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.link-notes li:nth-child(1) a {
  color: #c32229;
}
.link-notes li:nth-child(2) a {
  color: #2fb2ea;
}

/* step
---------------------------------------------------- */
.step {
  background: #0b41a0;
}
.step__txt {
  margin: calc(-84 / 960 * 100%) 0 0 0;
}

/* nav
---------------------------------------------------- */
.nav {
  background: #0b41a0;
  padding: calc(35 / 960 * 100%) 0 calc(38 / 960 * 100%) 0;
}
.nav ul {
  display: flex;
  justify-content: center;
  column-gap: calc(43 / 960 * 100%);
}
.nav li {
  width: calc(273 / 960 * 100%);
  max-width: 273px;
}
.nav a {
  display: block;
  height: 14.0625vw;
  max-height: 135px;
  font-size: min(3.33vw, 32px);
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #0b41a0;
  line-height: 1;
  border-radius: 2.5vw;
  padding: calc(48 / 273 * 100%) 0 0 0;
  background: #fff url(../img/arrow01.svg) no-repeat left 50% bottom calc(15 / 273 * 100%);
  background-size: calc(39 / 273 * 100%) auto;
}
@media screen and (min-width: 960px) {
  .nav a {
    border-radius: 24px;
  }
}
.nav a span {
  font-weight: normal;
}

/* search-wrap
---------------------------------------------------- */
.search-wrap {
  padding: calc(20 / 960 * 100%) calc(15 / 960 * 100%) calc(27 / 960 * 100%) calc(15 / 960 * 100%);
  background: #0b41a0;
}

/* tab
---------------------------------------------------- */
.tab {
  display: flex;
  justify-content: space-between;
}
.tab li {
  width: calc(458 / 930 * 100%);
}
.tab li:nth-child(1) a {
  background: #fff;
}
.tab li:nth-child(2) a {
  background: #e1f4ff;
}
.tab a {
  height: 11.4583333333vw;
  max-height: 110px;
  font-size: min(3.64vw, 35px);
  letter-spacing: 0.2em;
  color: #24243f;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* search
---------------------------------------------------- */
.search {
  padding: calc(16 / 930 * 100%) calc(12 / 930 * 100%);
}
.search.document {
  background: #fff;
}
.search.application {
  display: none;
  background: #e1f4ff;
}
.search > section {
  border: 1px solid #0b41a0;
  background: #fff;
  padding: calc(30 / 904 * 100%) 0 calc(37 / 904 * 100%) 0;
}
.search > section:not(:nth-of-type(1)) {
  margin: calc(12 / 904 * 100%) 0 0 0;
}
.search h2 {
  font-size: min(4.16vw, 40px);
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #0b41a0;
  line-height: 1;
}
.search__school {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc(47 / 904 * 100%);
  row-gap: 4.1666666667vw;
  margin: calc(45 / 904 * 100%) 0 0 0;
}
@media screen and (min-width: 960px) {
  .search__school {
    row-gap: 40px;
  }
}
.search__school::after {
  content: '';
  display: block;
  width: calc(397 / 904 * 100%);
}
.search__school li {
  width: calc(397 / 904 * 100%);
}
.search__school a {
  height: 15.2083333333vw;
  max-height: 146px;
  font-size: min(5vw, 48px);
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  background: #2fb2ea;
  border-radius: 1.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .search__school a {
    border-radius: 12px;
  }
}
.search__school a.mini {
  font-size: min(4.27vw, 41px);
}
.search__school a.mini02 {
  font-size: min(3.75vw, 36px);
}
.search__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc(31 / 904 * 100%);
  row-gap: 2.6041666667vw;
  margin: calc(45 / 904 * 100%) 0 0 0;
}
.search__area::after {
  content: '';
  display: block;
  width: calc(408 / 904 * 100%);
}
@media screen and (min-width: 960px) {
  .search__area {
    row-gap: 25px;
  }
}
.search__area li {
  width: calc(408 / 904 * 100%);
}
.search__area a {
  height: 12.0833333333vw;
  max-height: 116px;
  font-size: min(3.9vw, 37px);
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #24243f;
  border: 1px solid #d3d4d4;
  padding: 0 0 0 1em;
  display: flex;
  align-items: center;
  position: relative;
}
.search__area a::after {
  content: '';
  display: block;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3541666667vw 0 1.3541666667vw 1.5625vw;
  border-color: transparent transparent transparent #2fb2ea;
  position: absolute;
  right: calc(37 / 408 * 100%);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .search__area a::after {
    border-width: 13px 0 13px 15px;
  }
}
.search__multiple {
  width: calc(868 / 960 * 100%);
  border: 1px solid #c4cace;
  border-radius: 1.25vw;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  position: relative;
}
@media screen and (min-width: 960px) {
  .search__multiple {
    border-radius: 12px;
  }
}
.search__multiple::after {
  content: '';
  display: block;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5625vw 1.3541666667vw 0 1.3541666667vw;
  border-color: #2fb2ea transparent transparent transparent;
  position: absolute;
  right: calc(31 / 868 * 100%);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .search__multiple::after {
    border-width: 15px 13px 0 13px;
  }
}
.search__multiple dt {
  width: calc(248 / 868 * 100%);
  font-size: min(3.33vw, 32px);
  font-weight: bold;
  line-height: 8.6458333333vw;
  letter-spacing: 0.06;
  background: #f9f9f9;
}
@media screen and (min-width: 960px) {
  .search__multiple dt {
    line-height: 83px;
  }
}
.search__multiple dd {
  flex: 1;
}
.search__plus {
  font-size: min(2.6vw, 25px);
  letter-spacing: 0.06em;
  line-height: 2.5;
}
.search form {
  margin: calc(50 / 904 * 100%) 0 0 0;
}
.search select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 0 0 1em;
  appearance: none;
  font-family: inherit;
}
.search select {
  width: 100%;
  font-size: min(3.33vw, 32px);
  letter-spacing: 0.06em;
  line-height: 8.6458333333vw;
  color: #24243f;
}
@media screen and (min-width: 960px) {
  .search select {
    line-height: 83px;
  }
}
.search__submit {
  width: calc(868 / 960 * 100%);
  margin: calc(40 / 960 * 100%) auto 0 auto;
}
.search__submit a {
  height: 8.8541666667vw;
  max-height: 85px;
  font-size: min(3.75vw, 36px);
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  background: #2fb2ea;
  border-radius: 1.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease;
}
@media screen and (min-width: 960px) {
  .search__submit a {
    border-radius: 12px;
  }
}

/* qa
---------------------------------------------------- */
.qa {
  background: #f8f9f9;
  padding: 0 0 calc(30 / 960 * 100%) 0;
}
.qa h2 {
  height: 10.7291666667vw;
  max-height: 103px;
  font-size: min(5.2vw, 50px);
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  background: #5bc0d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qa dl {
  border: 1px solid #808d96;
  background: #fff;
  padding: 0 calc(18 / 960 * 100%);
  margin: calc(15 / 960 * 100%) calc(25 / 960 * 100%) 0 calc(25 / 960 * 100%);
}
.qa dt {
  font-size: min(3.73vw, 36px);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.28;
  padding: calc(50 / 960 * 100%) calc(100 / 960 * 100%) calc(50 / 960 * 100%) calc(88 / 960 * 100%);
  background: url(../img/qa-q.svg) no-repeat calc(12 / 960 * 100%) 50%;
  background-size: calc(42 / 960 * 100%) auto;
  position: relative;
  cursor: pointer;
}
.qa dt::before, .qa dt::after {
  content: '';
  display: block;
  width: calc(40 / 960 * 100%);
  height: 0.3125vw;
  background: #098cc4;
  position: absolute;
  right: calc(30 / 960 * 100%);
  top: 50%;
  margin: calc(-2 / 960 * 100%) 0 0 0;
}
@media screen and (min-width: 960px) {
  .qa dt::before, .qa dt::after {
    height: 3px;
  }
}
.qa dt::before {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.qa dt.is-active::before {
  transform: rotate(0deg);
}
.qa dd {
  display: none;
  font-size: min(3.22vw, 31px);
  letter-spacing: 0.06em;
  line-height: 1.09;
  padding: calc(50 / 960 * 100%) calc(35 / 960 * 100%) calc(50 / 960 * 100%) calc(88 / 960 * 100%);
  background: url(../img/qa-a.svg) no-repeat calc(9 / 960 * 100%) 50%;
  background-size: calc(43 / 960 * 100%) auto;
  position: relative;
}
.qa dd::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #b3bbc0 0.5208333333vw, transparent 0.3125vw);
  background-size: 0.8333333333vw 0.2083333333vw;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .qa dd::after {
    background-image: linear-gradient(to right, #b3bbc0 5px, transparent 3px);
    background-size: 8px 2px;
  }
}
.qa__notes {
  font-size: min(2.39vw, 23px);
  letter-spacing: 0.06em;
  line-height: 1.47;
}
.qa__ok, .qa__ng {
  width: calc(765 / 760 * 100%);
  max-width: 765px;
}
.qa__ok {
  margin: calc(40 / 760 * 100%) 0 calc(55 / 760 * 100%) 0;
}
.qa__ng {
  margin: 0 0 calc(15 / 760 * 100%) 0;
}

/* pamphlet
---------------------------------------------------- */
.pamphlet {
  padding: calc(100 / 960 * 100%) 0 calc(42 / 960 * 100%) 0;
}
.pamphlet > section:not(:nth-of-type(1)) {
  margin: calc(100 / 960 * 100%) 0 0 0;
}
.pamphlet__q {
  max-inline-size: max-content;
  min-height: 10.8333333333vw;
  font-size: min(3.54vw, 34px);
  letter-spacing: 0.06em;
  line-height: 1.38;
  padding: 0 0 0 calc(94 / 960 * 100%);
  background: url(../img/pamphlet-q.svg) no-repeat 0 50%;
  background-size: 8.6458333333vw auto;
  margin: calc(92 / 960 * 100%) auto 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .pamphlet__q {
    min-height: 104px;
    background-size: 83px auto;
  }
}
.pamphlet__a {
  margin: calc(25 / 960 * 100%) 0 0 0;
}
.pamphlet__notes {
  font-size: min(1.6vw, 15px);
  letter-spacing: 0.06em;
  color: #808d96;
  margin: calc(32 / 960 * 100%) 0 0 0;
}
.pamphlet__conclusion {
  margin: calc(35 / 960 * 100%) 0 0 0;
}
.pamphlet__notes + .pamphlet__conclusion {
  margin: calc(10 / 960 * 100%) 0 0 0;
}
.pamphlet__check {
  max-inline-size: max-content;
  margin: calc(75 / 960 * 100%) auto 0 auto;
}
.pamphlet__check li {
  font-size: min(3.75vw, 36px);
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #0b41a0;
  line-height: 1.75;
  white-space: nowrap;
  padding: 0 0 0 calc(62 / 960 * 100%);
  background: url(../img/icon-check.png) no-repeat 0 0.2em;
  background-size: calc(59 / 960 * 100%) auto;
}
.pamphlet__txt01 {
  font-size: min(3.95vw, 38px);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: calc(40 / 960 * 100%) 0 calc(68 / 960 * 100%) 0;
}

/* footer
---------------------------------------------------- */
.footer {
  background: #f8f9f9;
  padding: calc(55 / 960 * 100%) calc(30 / 960 * 100%) calc(60 / 960 * 100%) calc(30 / 960 * 100%);
}
.footer__contact {
  font-size: min(3.2vw, 30px);
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0 0.5em calc(40 / 960 * 100%) 0.5em;
  border-bottom: 2px solid #a8b1b7;
}
.footer__contact a {
  font-weight: bold;
  color: #24243f;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.footer ul {
  font-size: min(2.93vw, 28px);
  letter-spacing: 0.06em;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.2em;
  margin: calc(55 / 900 * 100%) 0;
}
.footer li:nth-child(odd) {
  width: 60%;
}
.footer li:nth-child(even) {
  width: 40%;
}
.footer li a {
  color: #24243f;
}

/*# sourceMappingURL=main.css.map */
