/* 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;
}

.type__h2:last-of-type {
  margin-top: 0;
  padding-top: 0;
}

@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;
}

.type__figure-wrap:last-of-type {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .type__figure-wrap {
    gap: 20px;
    margin-top: 24px;
    padding-bottom: 40px;
  }

  .type__figure-wrap:last-of-type {
    padding-bottom: 30px;
  }
}

.type__figure-group {
  width: 100%;
  padding-top: 12px;
  background-color: #fff;
  border-top: 4px solid #215CA0;
  border-radius: 4px 4px 10px 10px;
}

.type__figure-group--pc {
  border-top: 1px solid #8BC2E2;
  width: 93.75%;
  margin-inline: auto;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .type__figure-group {
    padding-top: 20px;
  }

  .type__figure-group--pc {
    width: 95%;
  }
}

.type__figure-area {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .type__figure-area {
    display: flex;
    column-gap: 32px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.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:has(.type__figure-img--big) {
  width: fit-content;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .type__figure:has(.type__figure-img--big) {
    margin-right: 0;
  }

  .type__figure {
    align-items: center;
  }
}

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

.type__figure-img--macha {
  width: 80px;
  height: 80px;
}

@media (min-width: 768px) {
  .type__figure-img {
    width: 120px;
  }

  .type__figure-img--macha {
    width: 100px;
    height: 100px;
  }
}

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

.type__figure-frame {
  display: flex;
  flex-direction: column;
  row-gap: 0.6rem;
}

.type__figure-frame-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  background-color: #1987C6;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
}

.type__figure-frame-title--normal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1987C6;
  border-radius: 16px;
  font-size: 16px;
  color: #fff;
  width: 190px;
  height: 32px;
}

.type__figure-frame-text {
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 768px) {
  .type__figure-frame {
    display: flex;
    flex-direction: column;
    row-gap: 0.4rem;
  }

  .type__figure-frame-title,
  .type__figure-frame-title--normal {
    flex-direction: row;
    width: 300px;
    height: 32px;
  }

  .type__figure-frame-text {
    font-size: 22px;
  }
}

.type__notice {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

.type__notice-link {
  color: #1987C6;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  .type__notice {
    font-size: 18px;
    padding-bottom: 60px;
  }

  .type__notice-br {
    display: none;
  }

  .type__notice-link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}

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

/* 2026.03.18 ボタンを一時的に無効化 */
.cta__button--download {
  background-color: #B4B4B4;
  pointer-events: none;
}