@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, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
パーツ
========================================================= */
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 321px) {
  .exsp {
    display: none;
  }
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 1024px) {
  img,
  svg {
    height: auto;
  }
}

button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", "Yu Gothic", YuGothic, "游ゴシック", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: inherit;
  cursor: pointer;
  touch-action: manipulation;
}
button:disabled {
  pointer-events: none;
  opacity: 0.7;
}

/* =========================================================
見出し、テキスト
========================================================= */
.secTitle01 {
  margin: 30px 0 25px;
  line-height: 2;
  font-size: 3.1rem;
}
@media (max-width: 1200px) {
  .secTitle01 {
    font-size: 2.2vw;
  }
}
@media (max-width: 1024px) {
  .secTitle01 {
    margin: 20px 0 10px;
    line-height: 1.8;
    font-size: 2.3rem;
  }
}
.secTitle01 .en {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
  color: #F0F8FF;
  letter-spacing: 0.1em;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .secTitle01 .en {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}
.secTitle01 .ja {
  display: block;
}
.secTitle01.center {
  text-align: center;
}
@media (max-width: 767px) {
  .secTitle01.center.spLeft {
    text-align: left;
  }
}
.secTitle01:first-child {
  margin-top: 0;
}

.secTitle02 {
  margin: 30px 0 15px;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .secTitle02 {
    margin: 25px 0 15px;
    line-height: 1.7;
    font-size: 1.5rem;
  }
}
.secTitle02.center {
  text-align: center;
}
.secTitle02:first-child {
  margin-top: 0;
}

.secTitle03 {
  margin: 20px 0 5px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .secTitle03 {
    margin: 10px 0 5px;
    line-height: 1.8;
  }
}
.secTitle03:first-child {
  margin-top: 0;
}

.bdTitle {
  position: relative;
  background: #F5F5F5;
  margin: 30px 0 20px;
  padding: 20px 30px 20px 0;
  color: #2762D7;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .bdTitle {
    margin: 20px 0 15px;
    padding: 15px 20px 15px 0;
    font-size: 1.5rem;
  }
}
.bdTitle > span {
  display: inline-block;
  border-left: #2762D7 solid 10px;
  padding-block: 2px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .bdTitle > span {
    border-left-width: 8px;
    padding-left: 15px;
    line-height: 1.7;
  }
}
.bdTitle:first-child {
  margin-top: 0;
}

.leadText {
  margin: 0 0 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .leadText {
    margin: 0 0 20px;
  }
}

.c_red {
  color: #B90000;
}

.c_red2 {
  color: #F15A24;
}

.c_blue {
  color: #2762D7;
}

.c_green {
  color: #12B07D;
}

.c_black {
  color: #000;
}

strong {
  font-weight: 700;
}

/* =========================================================
block
========================================================= */
.bg_white {
  background: #fff;
}

.contentsBlock {
  border-radius: 20px;
  background: #fff;
  padding: 70px 75px;
  margin-block: 50px;
}
@media (max-width: 767px) {
  .contentsBlock {
    border-radius: 10px;
    padding: 25px 5%;
    margin-block: 20px;
  }
}
.contentsBlock:first-child {
  margin-top: 0;
}
.contentsBlock:last-child {
  margin-bottom: 0;
}

.bdBlock {
  border: 1px solid #EBEBEB;
  padding: 15px 25px;
  margin-block: 25px;
}
@media (max-width: 767px) {
  .bdBlock {
    margin-block: 20px;
    padding: 15px 6%;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex {
    display: block;
  }
}
.flex .photo {
  flex-shrink: 0;
}

.wide img {
  width: 100%;
  height: auto;
}

.centerTable {
  text-align: center;
}
.centerTable dt {
  background: #2762D7;
  padding-block: 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .centerTable dt {
    font-size: 1.5rem;
  }
}
.centerTable dd {
  background: #F0F8FF;
  padding-block: 10px;
}

hr.separator {
  border: none;
  border-top: 1px solid #EBEBEB;
  margin: 40px 0;
}
@media (max-width: 767px) {
  hr.separator {
    margin: 30px 0;
  }
}

/* =========================================================
リンクボタン
========================================================= */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
a svg {
  transition: all 0.25s;
}

.contents a {
  color: #2762D7;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .contents a:hover {
    text-decoration: none;
  }
}
.contents[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.btn {
  margin-block: 40px;
}
@media (max-width: 767px) {
  .btn {
    margin-block: 20px;
  }
}
.btn .btnLink,
.btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: 1px solid #2762D7;
  background: #2762D7;
  min-width: 383px;
  height: 75px;
  padding-inline: 35px;
  text-decoration: none;
  color: #fff;
  line-height: 1.9;
  font-weight: 700;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .btn .btnLink,
  .btn a {
    min-width: 100%;
    height: 57px;
    padding-inline: 30px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
  }
}
@media (any-hover: hover) {
  .btn .btnLink:hover,
  .btn a:hover {
    opacity: 0.8;
  }
}
.btn .btnLink::before,
.btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  background: #fff;
  width: 40px;
  height: 1px;
  margin: auto;
}
@media (max-width: 767px) {
  .btn .btnLink::before,
  .btn a::before {
    width: 32px;
  }
}
.btn .btnLink .icon,
.btn a .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
@media (max-width: 767px) {
  .btn .btnLink .icon,
  .btn a .icon {
    left: 25px;
  }
}
.btn .btnLink svg.icon,
.btn a svg.icon {
  fill: currentColor;
  max-width: 20px;
  max-height: 20px;
}
.btn .btnLink .icon_pdf,
.btn a .icon_pdf {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  border-radius: 4px;
  background: #fff;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .btn .btnLink .icon_pdf,
  .btn a .icon_pdf {
    left: 25px;
    width: 19px;
    height: 19px;
  }
}
.btn .btnLink .icon_pdf svg,
.btn a .icon_pdf svg {
  fill: #2762D7;
  width: 15px;
  height: 10px;
}
@media (max-width: 767px) {
  .btn .btnLink .icon_pdf svg,
  .btn a .icon_pdf svg {
    width: 13px;
    height: 8px;
  }
}
.btn:last-child {
  margin-bottom: 0;
}
.btn.bd_none .btnLink::before,
.btn.bd_none a::before {
  content: none;
}
.btn.black a, .btn.black .btnLink {
  border-color: #666;
  background: #666;
}
.btn.lblue .btnLink,
.btn.lblue a {
  border-color: #29ABE2;
  background-color: #29ABE2;
}
.btn.lblue .btnLink .icon_pdf svg,
.btn.lblue a .icon_pdf svg {
  fill: #29ABE2;
}
.btn.green .btnLink,
.btn.green a {
  border-color: #12B07D;
  background-color: #12B07D;
}
.btn.orange .btnLink,
.btn.orange a {
  border-color: #F7931E;
  background-color: #F7931E;
}
.btn.white .btnLink,
.btn.white a {
  border: 1px solid none;
  background-color: #fff;
  color: #2762D7;
}
.btn.white .btnLink::before,
.btn.white a::before {
  background: #2762D7;
}
.btn.gray .btnLink,
.btn.gray a {
  border-color: #999;
  background: #fff;
  color: #000000;
}
.btn.gray .btnLink::before,
.btn.gray a::before {
  content: none;
}
.btn.back a::before,
.btn.back .btnLink::before {
  left: -1px;
  right: auto;
}
.btn.center {
  text-align: center;
}

.btn03 .btnLink,
.btn03 a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 21px;
  border: 1px solid;
  background: #fff;
  height: 42px;
  padding-inline: 25px;
  text-decoration: none;
  color: #2762D7;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .btn03 .btnLink,
  .btn03 a {
    height: 36px;
    padding-inline: 20px;
  }
}
.btn03 .btnLink .icon_xls,
.btn03 .btnLink .icon_pdf,
.btn03 a .icon_xls,
.btn03 a .icon_pdf {
  display: grid;
  place-content: center;
  margin: auto;
  border-radius: 4px;
  background: #fff;
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .btn03 .btnLink .icon_xls,
  .btn03 .btnLink .icon_pdf,
  .btn03 a .icon_xls,
  .btn03 a .icon_pdf {
    width: 19px;
    height: 19px;
  }
}
.btn03 .btnLink .icon_xls svg,
.btn03 .btnLink .icon_pdf svg,
.btn03 a .icon_xls svg,
.btn03 a .icon_pdf svg {
  fill: #fff;
  width: 15px;
  height: 10px;
}
@media (max-width: 767px) {
  .btn03 .btnLink .icon_xls svg,
  .btn03 .btnLink .icon_pdf svg,
  .btn03 a .icon_xls svg,
  .btn03 a .icon_pdf svg {
    width: 13px;
    height: 8px;
  }
}
.btn03 .btnLink:has(.icon_xls),
.btn03 a:has(.icon_xls) {
  color: #008545;
}
.btn03 .btnLink:has(.icon_xls) .icon_xls,
.btn03 a:has(.icon_xls) .icon_xls {
  background-color: #008545;
}
.btn03 .btnLink:has(.icon_pdf),
.btn03 a:has(.icon_pdf) {
  color: #B90000;
}
.btn03 .btnLink:has(.icon_pdf) .icon_pdf,
.btn03 a:has(.icon_pdf) .icon_pdf {
  background-color: #B90000;
}

.btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .btnList {
    flex-direction: column;
    gap: 10px;
  }
}
.btnList.center {
  justify-content: center;
}
.btnList .btn,
.btnList .btn02 {
  margin: 0;
}
.btnList.fixed {
  flex-wrap: nowrap;
}
.btnList.fixed li {
  width: 100%;
}
.btnList.fixed li a, .btnList.fixed li .btnLink {
  min-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .btnList.formBtnList li.black {
    order: 1;
  }
}
@media (max-width: 767px) {
  .btnList.formBtnList li:last-child {
    order: 1;
  }
}

/* =========================================================
リスト
========================================================= */
.dash > li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.dash > li::before {
  content: "-";
  margin-right: 10px;
}

.disc li {
  margin-left: 0.75em;
  text-indent: -0.75em;
}
.disc li::before {
  content: "・";
  margin-right: 5px;
}

.numList > li {
  counter-increment: li_count;
  margin-left: 1em;
  text-indent: -1em;
}
.numList > li::before {
  content: counter(li_count) ". ";
}

.tabList,
.tabList2 {
  display: flex;
  margin: 10px 0 40px;
}
@media (max-width: 767px) {
  .tabList,
  .tabList2 {
    flex-wrap: wrap;
    margin: 20px 0 30px;
  }
}
.tabList li,
.tabList2 li {
  display: flex;
}
.tabList li:not(:last-child)::after,
.tabList2 li:not(:last-child)::after {
  content: "/";
  margin-inline: 15px;
}
.tabList li a,
.tabList2 li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabList li.active a,
.tabList2 li.active a {
  color: #F0F8FF;
  text-decoration: underline;
}

/* =========================================================
table
========================================================= */
.table01 {
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .table01 {
    margin: 15px 0;
  }
}
.table01.fixed {
  table-layout: fixed;
}
.table01:first-child {
  margin-top: 0;
}
.table01:last-child {
  margin-bottom: 0;
}
.table01 th,
.table01 td {
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
  padding: 20px 30px;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 767px) {
  .table01 th,
  .table01 td {
    display: block;
    padding: 10px 0 15px;
  }
}
.table01 th {
  position: relative;
  background: #F5F5F5;
  font-weight: 700;
}
@media (min-width: 768px) {
  .table01 th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .table01 th {
    padding: 10px 15px;
  }
}
.table01 tr:first-child td,
.table01 tr:first-child th {
  border-top: 1px solid #EBEBEB;
}
@media (max-width: 767px) {
  .table01 tr:first-child td {
    border-top: none;
  }
}

.table02 {
  width: 100%;
  margin-block: 10px;
}
.table02 td,
.table02 th {
  border: 1px solid #ccc;
  background: #fff;
  padding: 8px 20px;
  text-align: left;
}
.table02 thead th {
  background: #E7F2E1;
  text-align: center;
  font-weight: 700;
}
.table02 tbody tr:nth-child(odd) th,
.table02 tbody tr:nth-child(odd) td {
  background: #F5F5F5;
}

.tableWrap {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .tableWrap table {
    width: 852px;
  }
}

/* =========================================================
form
========================================================= */
.form {
  /* IE 10+ */
}
.form input[type=text],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form input[type=submit],
.form input[type=button],
.form button,
.form select,
.form textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  background-color: #fff;
  max-width: 432px;
  width: 100%;
  height: 35px;
  line-height: 33px;
  padding: 0 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", "Yu Gothic", YuGothic, "游ゴシック", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}
@media (max-width: 767px) {
  .form input[type=text],
  .form input[type=tel],
  .form input[type=number],
  .form input[type=email],
  .form input[type=password],
  .form input[type=submit],
  .form input[type=button],
  .form button,
  .form select,
  .form textarea {
    padding: 0 15px;
    font-size: 1.3rem;
  }
}
.form select {
  position: relative;
  background: #fff url("../img/common/icon_select.svg") no-repeat right 15px center;
  color: #000000;
}
@media (max-width: 767px) {
  .form select {
    background-position: right 20px center;
  }
}
.form input.num {
  width: 85px;
  margin-right: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .form input.num {
    width: 65px;
    margin-right: 5px;
  }
}
.form input.num:not(:first-of-type) {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .form input.num:not(:first-of-type) {
    margin-left: 5px;
  }
}
.form select::-ms-expand {
  display: none;
}
.form textarea {
  display: block;
  max-width: 100%;
  height: 250px;
  line-height: 1.7;
  padding: 15px 15px;
}
@media (max-width: 767px) {
  .form textarea {
    padding: 15px 15px;
  }
}
.form ::placeholder {
  color: #ccc;
}
.form :-ms-input-placeholder {
  color: #ccc;
}
.form input[type=number]::-webkit-outer-spin-button,
.form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form input[type=number] {
  -moz-appearance: textfield;
}
.form input[type=checkbox] {
  appearance: none;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
  background: #fff;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .form input[type=checkbox] {
    width: 17px;
    height: 17px;
  }
}
.form input[type=checkbox]:checked {
  border-color: #2762D7;
  background: #2762D7 url("../img/common/checkmark.svg") no-repeat center/14px auto;
}
.form datalist {
  display: block;
}
.form label {
  cursor: pointer;
}
.form .error {
  margin-block: 5px;
}
.form .error:last-child {
  margin-bottom: 0;
}
.form .error + .error {
  margin-top: -5px;
}
.formTable {
  margin-top: 30px;
}
.formTable th:has(.r) {
  padding-right: 60px;
}
.formTable .r {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  display: inline-block;
  border-radius: 3px;
  background: #B90000;
  height: fit-content;
  padding: 0 5px 1px;
  margin: auto;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .formTable .r {
    right: 15px;
  }
}
.formTable .note {
  margin-block: 5px;
}
.formTable .note:first-child {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .formTable .note:first-child {
    margin-top: 0;
  }
}
.formTable .note:last-child {
  margin-bottom: 0;
}
.formTable .note + .note {
  margin-top: -5px;
}
.form .btnList {
  justify-content: center;
}
.form .btnList .note {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .form .btnList .note {
    margin-top: 10px;
  }
}
.form .completeTable th,
.form .completeTable td {
  border: none;
  text-align: center;
  font-weight: 400;
}
.form .completeTable th {
  background: #EAEAEA;
}
.form .completeTable td {
  background: #F5F5F5;
}
.form .completeTable td strong {
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .form .completeTable td strong {
    font-size: 1.6rem;
  }
}

body:has(.formModal[open]) {
  overflow: hidden;
}

dialog,
::backdrop {
  opacity: 0;
  transition: opacity 0.3s, display 0.3s allow-discrete, overlay 0.3s allow-discrete;
}

::backdrop {
  background: rgba(94, 94, 94, 0.5);
}

dialog[open],
dialog[open]::backdrop {
  opacity: 1;
}

@starting-style {
  dialog[open],
  dialog[open]::backdrop {
    opacity: 0;
  }
}
.formModal {
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s, display 0.3s allow-discrete, overlay 0.3s allow-discrete;
}
@media (max-width: 767px) {
  .formModal {
    width: 90%;
    padding: 20px;
  }
}
.formModal .btnList {
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}
/* =========================================================
layout.css
========================================================= */
html,
body {
  height: 100%;
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 57px;
  }
  html:has(.headerMenu) {
    scroll-padding-top: 97px;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background: #fff;
  color: #000000;
  font-size: 15px;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", "Yu Gothic", YuGothic, "游ゴシック", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.9;
  min-width: 1130px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  word-break: break-all;
  padding-top: 75px;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /*Chrome,Safari*/
  -ms-text-size-adjust: 100%; /*EgdeMobile*/
  -moz-text-size-adjust: 100%; /*firefox*/
}
body.fixed, body.bookOn, body.navOn {
  overflow: hidden;
}
@media (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 57px;
    font-size: 1.3rem;
  }
  body:has(.headerMenu) {
    padding-top: 97px;
  }
}
@media screen and (max-width: 1130px) {
  body {
    min-width: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.wrapper {
  max-width: 1130px;
  margin-inline: auto;
  padding-block: 75px;
}
@media (max-width: 1200px) {
  .wrapper {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    max-width: 90%;
    padding-block: 50px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 90%;
    padding-block: 25px 35px;
  }
}

/* =========================================================
globalHeader
=================================   ======================== */
.globalHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  background: #2762D7;
  width: 100%;
  height: 75px;
  padding-inline: 40px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .globalHeader {
    flex-wrap: wrap;
    height: auto;
    padding-inline: 0;
  }
}
.globalHeader a {
  transition: opacity 0.3s;
}
.globalHeader .siteLogo {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .globalHeader .siteLogo {
    height: 57px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .globalHeader .siteLogo {
    padding-inline: 5%;
  }
}
.globalHeader .siteLogo a {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .globalHeader .siteLogo a {
    height: 57px;
    gap: 15px;
  }
}
.globalHeader .siteLogo img {
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .globalHeader .siteLogo img {
    width: 73px;
  }
}
.globalHeader .siteLogo .text {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .siteLogo .text {
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  .globalHeader .siteLogo .text {
    font-size: 1.3rem;
  }
}
.globalHeader .headerMenu {
  display: flex;
  margin-left: auto;
  height: 100%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .globalHeader .headerMenu {
    width: 100%;
  }
}
.globalHeader .headerMenu li {
  height: 100%;
}
.globalHeader .headerMenu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding-inline: 50px;
  color: inherit;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .globalHeader .headerMenu li a {
    padding-inline: 4vw;
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .globalHeader .headerMenu li a {
    height: 40px;
    padding-inline: 20px;
  }
}
.globalHeader .headerMenu li a .icon {
  fill: currentColor;
  max-width: 20px;
  max-height: 20px;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .globalHeader .headerMenu li.user {
    width: 60%;
  }
}
.globalHeader .headerMenu li.user a {
  background: #F7931E;
}
@media (max-width: 767px) {
  .globalHeader .headerMenu li.logout {
    width: 40%;
  }
}
.globalHeader .headerMenu li.logout a {
  background: #999;
}

.subTitle {
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
  padding: 15px 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .subTitle {
    padding: 8px 5%;
  }
}

/* =========================================================
contents
========================================================= */
.contents {
  position: relative;
  display: block;
  overflow: hidden;
  background: #F0F8FF;
  min-height: calc(100% - 75px - 60px);
}
@media (max-width: 767px) {
  .contents {
    overflow: hidden;
    min-height: calc(100svh - 57px - 40px - 165px);
  }
}

.breadcrumbs {
  padding: 20px 40px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 5% 0;
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
.breadcrumbsList li {
  display: inline;
}
.breadcrumbsList li a {
  color: #F5F5F5;
}
.breadcrumbsList li a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 1px;
  background: #F5F5F5;
  margin-inline: 15px 10px;
}
.breadcrumbsList li:last-child {
  color: #F0F8FF;
  text-decoration: underline;
}

.titleArea {
  background: #fff;
}
.titleArea .wrapper {
  padding-block: 50px;
}
@media (max-width: 767px) {
  .titleArea .wrapper {
    padding-block: 40px;
  }
}
.titleArea .pageTitle {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .titleArea .pageTitle {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .titleArea .pageTitle {
    font-size: 1.8rem;
  }
}

/* =========================================================
globalFooter
========================================================= */
.globalFooter {
  position: sticky;
  top: 100vh;
  display: flex;
  align-items: center;
  background: #2762D7;
  padding: 25px 40px;
  color: #fff;
}
@media (max-width: 1024px) {
  .globalFooter {
    display: block;
    padding: 25px 5%;
  }
}
.globalFooter .footerList {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .globalFooter .footerList {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
  }
}
.globalFooter .footerList li {
  display: flex;
  align-items: center;
}
.globalFooter .footerList li:first-child::before {
  content: none;
}
.globalFooter .footerList li:first-child a {
  padding-left: 0;
}
.globalFooter .footerList li::before {
  content: "";
  display: block;
  border-left: 1px solid;
  width: 1px;
  height: 1em;
}
.globalFooter .footerList li a {
  display: block;
  padding-inline: 20px;
}

.copyright {
  margin-left: auto;
  line-height: 1;
  text-align: right;
  font-size: 1.3rem;
}
@media (max-width: 1024px) {
  .copyright {
    margin: 20px 0 0;
    text-align: left;
    line-height: 1.9;
  }
}
/*# sourceMappingURL=map/style.css.map */
