@charset "UTF-8";
/* 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;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.cta__text--small, .cta__text, .type__figure-wrap, .guidance__text, .guidance__h2 {
  margin: auto;
  padding-right: 27px;
  padding-left: 27px;
  width: 854px;
  max-width: 100%;
}

.cta__br, .guidance__br {
  display: block;
}
@media (min-width: 991px) {
  .cta__br, .guidance__br {
    display: none;
  }
}

.cta__button--download, .cta__button--mail, .cta__button--tel {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 300px;
  height: 70px;
  margin: auto;
  background-color: #1987C6;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  transition: all 0.3s ease;
}

.cta__button--download:before, .cta__button--mail:before, .cta__button--tel:before {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  left: 50px;
}

.cta__button--download:hover, .cta__button--mail:hover, .cta__button--tel:hover {
  opacity: 0.7;
}

.header {
  text-align: center;
}
.header__logo {
  margin-top: 20px;
  width: 100px;
  height: auto;
}
@media (min-width: 991px) {
  .header__logo {
    margin-top: 40px;
  }
}

.guidance {
  text-align: center;
}
.guidance__h1 {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 700;
  color: #215CA0;
}
@media (min-width: 991px) {
  .guidance__h1 {
    margin-top: 45px;
    font-size: 36px;
  }
}
.guidance__h2 {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 700;
  color: #3A3A3A;
}
@media (min-width: 991px) {
  .guidance__h2 {
    margin: 48px auto auto;
    width: auto;
    font-size: 28px;
  }
}
.guidance__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  margin: 32px auto auto;
  width: 280px;
}
@media (min-width: 991px) {
  .guidance__logo {
    flex-direction: row;
    gap: 60px;
    margin-top: 40px;
    width: auto;
  }
}
.guidance__proseed-text {
  margin-top: 8px;
  color: #00A6DB;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 991px) {
  .guidance__proseed-text {
    margin-top: 14px;
  }
}
.guidance__reserve-text {
  margin-top: 6px;
  color: #002F71;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 991px) {
  .guidance__reserve-text {
    margin-top: 15px;
  }
}
.guidance__text {
  margin-top: 28px;
  text-align: left;
}
@media (min-width: 991px) {
  .guidance__text {
    margin-top: 44px;
    line-height: 1.5;
  }
}
.guidance__text p + p {
  margin-top: 32px;
}
@media (min-width: 991px) {
  .guidance__text p + p {
    margin-top: 28px;
  }
}

.type {
  text-align: center;
  background-color: #F3F9FC;
}
.type__h2 {
  margin-top: 28px;
  padding-top: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #3A3A3A;
}
@media (min-width: 768px) {
  .type__h2 {
    margin-top: 37px;
    padding-top: 28px;
    font-size: 24px;
  }
}
.type__h3 {
  font-size: 18px;
  font-weight: 700;
  color: #215CA0;
}
@media (min-width: 768px) {
  .type__h3 {
    font-size: 20px;
  }
}
.type__h3--pc {
  font-size: 18px;
  font-weight: 700;
  color: #215CA0;
}
@media (min-width: 768px) {
  .type__h3--pc {
    margin: auto;
    font-size: 20px;
  }
}
.type__figure-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .type__figure-wrap {
    gap: 20px;
    margin-top: 24px;
    padding-bottom: 43px;
  }
}
.type__figure-group {
  width: 100%;
  padding-top: 12px;
  background-color: #fff;
  border-top: 4px solid #215CA0;
  border-radius: 4px 4px 10px 10px;
}
@media (min-width: 768px) {
  .type__figure-group {
    padding-top: 20px;
  }
}
.type__figure-area {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .type__figure-area {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.type__figure-area--pc {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-right: 13px;
  padding-left: 23px;
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .type__figure-area--pc {
    flex-direction: row;
    justify-content: center;
    gap: 12%;
    margin-top: 0;
    padding-bottom: 43px;
  }
}
.type__figure {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.type__figure--pc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .type__figure--pc {
    margin-top: 38px;
  }
}
.type__figure-proseedar {
  margin-bottom: 15px;
}
.type__figure-proseedar-title {
  background-color: #1987C6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 35px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 350px) {
  .type__figure-proseedar-title {
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  .type__figure-proseedar-title {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.type__figure-proseedar-text {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 350px) {
  .type__figure-proseedar-text {
    font-size: 16px;
  }
}
.type__figure-reservemaster-title {
  background-color: #1987C6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 35px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 350px) {
  .type__figure-reservemaster-title {
    font-size: 16px;
    white-space: nowrap;
  }
}
@media (min-width: 991px) {
  .type__figure-reservemaster-title {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.type__figure-reservemaster-text {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 350px) {
  .type__figure-reservemaster-text {
    font-size: 16px;
  }
}
.type__figure-asterisk {
  text-align: left;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  width: 95%;
  margin: auto;
}
@media (min-width: 768px) {
  .type__figure-asterisk {
    grid-area: 2/1/3/3;
    width: 90%;
  }
}
.type__figure-img {
  width: 80px;
  height: auto;
}
@media (min-width: 768px) {
  .type__figure-img {
    width: 120px;
  }
}
.type__figure-img--big {
  padding-bottom: 5px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .type__figure-img--big {
    width: 288px;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.type__figure-text {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .type__figure-text-br {
    display: none;
  }
}
.type__figure-text--pc {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 768px) {
  .type__figure-text--pc {
    margin-top: 21px;
  }
}

.cta {
  text-align: center;
}
.cta__h2 {
  margin-top: 30px;
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 991px) {
  .cta__h2 {
    font-size: 24px;
  }
}
.cta__text {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
}
@media (min-width: 768px) {
  .cta__text {
    margin-top: 30px;
    text-align: center;
  }
}
.cta__text--small {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 991px) {
  .cta__text--small {
    font-size: 16px;
    text-align: center;
  }
}
.cta__button-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
  padding-bottom: 45px;
}
@media (min-width: 991px) {
  .cta__button-wrap {
    flex-direction: row;
    justify-content: center;
    gap: 70px;
    margin-top: 25px;
    padding-bottom: 52px;
  }
}
.cta__button--tel {
  padding-left: 90px;
  font-size: 24px;
}
@media (min-width: 991px) {
  .cta__button--tel {
    margin: 0;
    pointer-events: none;
  }
}
.cta__button--tel:before {
  background-image: url(./img/icon_tel.svg);
  width: 23px;
  height: 31px;
  left: 50px;
}
.cta__button--mail {
  padding-left: 110px;
}
@media (min-width: 991px) {
  .cta__button--mail {
    margin: 0;
  }
}
.cta__button--mail:before {
  background-image: url(./img/icon_mail.svg);
  width: 30px;
  height: 22px;
  left: 50px;
}
.cta__button--download {
  padding-left: 100px;
}
@media (min-width: 991px) {
  .cta__button--download {
    margin: 0;
  }
}
.cta__button--download:before {
  background-image: url(./img/icon_download.svg);
  width: 30px;
  height: 31px;
  left: 50px;
}