@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  font-size: 62.5% !important;
  background: none !important;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #888;
}
input::placeholder,
textarea::placeholder {
  color: #888;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url] {
  font-family: inherit;
  color: #000;
  display: block;
  padding: 0 1em;
  border-radius: 0;
  font-size: inherit;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=checkbox]:focus {
  outline-color: #438832;
}
input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=email][disabled], input[type=number][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled], input[type=checkbox][disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
input[type=checkbox], input[type=radio] {
  display: inline;
}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: 1em auto auto auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  background: #004798;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
input[type=button]:hover, input[type=submit]:hover {
  opacity: 0.8;
}

textarea {
  height: auto;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  display: block;
  width: 100%;
  min-height: 8em;
  border-radius: 0;
  margin-top: 0.5em;
}
textarea:focus {
  background: #fafafa;
  outline-color: #438832;
}
textarea[disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
textarea.low {
  height: 5em;
  min-height: 5em;
}

select {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  border: 0px;
  border-radius: 0px;
}

.any,
.required {
  display: inline-block;
  margin: 0 0.75em 0.5em 0.25em;
  padding: 0.25em 0.5em;
  line-height: 1;
  font-size: 0.8em;
  font-weight: normal;
  position: relative;
  color: #fff;
}

.any {
  background-color: #aaa;
}

.required {
  background-color: #cb0000;
}

.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}
.mwform-radio-field label {
  margin: 0.5em 0;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label {
    margin-right: 1rem;
  }
}
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    padding-left: 2.5rem;
  }
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: #eeeeee;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #5b6d60;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text:before {
  border: 1px solid #ccc;
}
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
  border: #ccc;
  background: #ccc;
}
.mwform-radio-field label input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.error {
  color: #cc3300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  line-height: initial;
}

.formControl {
  width: 100%;
  padding: 1rem;
}

.formControlL {
  width: 100%;
  padding: 1rem;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.wpcf7-spinner {
  display: block;
  margin: auto;
}

form input.width30 {
  width: 30%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width40 {
  width: 40%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width50 {
  width: 50%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width60 {
  width: 60%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width70 {
  width: 70%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width80 {
  width: 80%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width90 {
  width: 90%;
  display: inline-block;
  margin-bottom: 1em;
}
form table p {
  margin-bottom: 0;
}
form table .small {
  margin-top: 1em;
  display: inline-block;
  line-height: 1.5;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  max-width: 800px;
  margin: auto !important;
}

.wpcf7-not-valid-tip {
  color: #cb0000;
  border: 1px solid;
  display: inline-block;
  padding: 0.5em;
  line-height: 1;
  margin-top: 0.5em;
}

.wpcf7cp-btns {
  text-align: center;
}

#wpcf7cpcnf table p {
  margin: 0;
}
#wpcf7cpcnf table tr td {
  padding: 1em !important;
}

.wpcf7cp-cfm-edit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #eee;
  color: #888;
}

.wpcf7cp-cfm-submit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #000;
  color: #fff;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.header {
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FDFCFA;
  z-index: 100;
  -webkit-transition: 1s;
  transition: 1s;
  padding: clamp(0.8em, 2vw, 1.4em);
}
@media screen and (max-width: 1080px) {
  .header {
    padding: 0;
  }
}
.header__left {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.2em;
  position: relative;
}
.header__left .logo {
  text-align: center;
}
.header__left .logo img {
  width: clamp(200px, 50vw, 253px);
}
@media screen and (max-width: 1080px) {
  .header__left {
    padding: clamp(0.8em, 1.3vw, 1.4em);
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.2em, 2vw, 2.5em);
}
.header__right .mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
}
.header__right .mainNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(1em, 1.6vw, 3em);
}
.header__right .mainNav__list li > a {
  text-decoration: none;
  display: block;
  font-size: clamp(1vw, 1.2vw, 1em);
}
.header__right .mainNav__list li > a:hover {
  color: #439FE2;
}
.header__right .mainNav .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.header__right .mainNav .btnList .btn a {
  text-decoration: none;
  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;
  gap: 0.3em;
  line-height: 1;
  padding: 0.8em 1.2em;
  color: #FFF;
  background: #4A4A4A;
  border-radius: 3em;
  font-size: 90%;
}
.header__right .mainNav .btnList .btn a:hover {
  background: #707070;
}
.header__right .mainNav .btnList .btn a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 1.2em;
  height: 1.2em;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(291deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(291deg) brightness(105%) contrast(101%);
}
.header__right .mainNav .btnList .btn.-lightblue a {
  background: #439FE2;
}
.header__right .mainNav .btnList .btn.-lightblue a:hover {
  background: #85c1ec;
}
.header__right .mainNav .btnList .btn.-blue a {
  background: #313D86;
}
.header__right .mainNav .btnList .btn.-blue a:hover {
  background: #4858bc;
}
.header__right .mainNav .btnList .insta {
  margin-left: 1em;
}
.header__right .mainNav .btnList .insta img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 1.6em;
  height: 1.6em;
}
@media screen and (max-width: 1080px) {
  .header__right .mainNav {
    display: none;
  }
}
.header .menuWrap {
  display: none;
}
@media screen and (max-width: 1080px) {
  .header .menuWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: 1rem;
    width: 14em;
  }
  .header .menuWrap .timetable {
    cursor: pointer;
    width: 7em;
  }
  .header .menuWrap .timetable a {
    background: #E5EFF5;
    color: #313D86;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 1em;
    aspect-ratio: 1/1;
  }
  .header .menuWrap .timetable a img {
    -webkit-filter: invert(18%) sepia(10%) saturate(7429%) hue-rotate(207deg) brightness(97%) contrast(93%);
            filter: invert(18%) sepia(10%) saturate(7429%) hue-rotate(207deg) brightness(97%) contrast(93%);
  }
  .header .menuWrap .hamburgerMenu {
    width: 7em;
    background: #313D86;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    font-family: "Montserrat", "Noto Sans JP", serif;
    line-height: 1;
    padding: 1em;
    aspect-ratio: 1/1;
  }
  .header .menuWrap .hamburgerMenu > span {
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: clamp(1.2rem, 1.2vw, 1em);
    letter-spacing: 0;
  }
  .header .menuWrap .hamburgerMenu .line {
    position: relative;
    width: 30px;
    aspect-ratio: 1/0.5;
  }
  .header .menuWrap .hamburgerMenu .line span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background: #FFF;
  }
  .header .menuWrap .hamburgerMenu .line span:nth-of-type(1) {
    top: 0;
  }
  .header .menuWrap .hamburgerMenu .line span:nth-of-type(2) {
    top: 50%;
  }
  .header .menuWrap .hamburgerMenu .line span:nth-of-type(3) {
    top: 100%;
  }
  .header .menuWrap .hamburgerMenu.-open .line span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-25deg);
            transform: translateY(10px) rotate(-25deg);
  }
  .header .menuWrap .hamburgerMenu.-open .line span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menuWrap .hamburgerMenu.-open .line span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(25deg);
            transform: translateY(-5px) rotate(25deg);
  }
}
@media screen and (max-width: 480px) {
  .header .menuWrap {
    width: 12em;
  }
  .header .menuWrap .timetable {
    width: 6em;
  }
  .header .menuWrap .timetable a {
    padding: 1em 0.5em;
  }
  .header .menuWrap .hamburgerMenu {
    width: 6em;
  }
}

/*----------------------------------------------------
グローバルナビゲーション
----------------------------------------------------*/
.bigMenu {
  background: #DAEAF5;
  height: 100%;
  width: 80%;
  max-width: 500px;
  padding: clamp(6em, 20vw, 7em) clamp(2em, 6vw, 4em) clamp(4em, 10vw, 5em);
  position: fixed;
  top: 0;
  right: -800px;
  z-index: 11;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: auto;
}
@media screen and (max-width: 480px) {
  .bigMenu {
    width: 100%;
  }
}
.bigMenu.-open {
  right: 0;
}
.bigMenu .navWrap {
  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;
  gap: clamp(0.5em, 5vw, 4em);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 760px;
}
.bigMenu .navWrap .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.bigMenu .navWrap .linkList > li {
  border-bottom: #C3D1D9 1px solid;
}
.bigMenu .navWrap .linkList > li > a {
  text-decoration: none;
  font-weight: 500;
  padding: 1em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.6;
}
.bigMenu .navWrap .linkList > li > a .en {
  font-family: "Montserrat", "Noto Sans JP", serif;
  color: #439FE2;
  font-size: 106%;
}
.bigMenu .navWrap .linkList > li > a .jp {
  font-size: 115%;
  color: #313D86;
}
.bigMenu .navWrap .linkList > li > a:hover {
  color: #439FE2;
}
.bigMenu .navWrap .linkList > li > a:hover:before {
  color: #439FE2;
}
.bigMenu .navWrap .linkList > li > a:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: #439FE2;
  border-radius: 3em;
  position: absolute;
  right: 0.2em;
  top: 50%;
  margin-top: -0.8em;
}
.bigMenu .navWrap .linkList > li > a:after {
  content: "";
  width: 2em;
  height: 2em;
  background: url("../img/common/icon-arrowcircle.svg") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1em;
  -webkit-filter: invert(100%) sepia(1%) saturate(3174%) hue-rotate(94deg) brightness(128%) contrast(98%);
          filter: invert(100%) sepia(1%) saturate(3174%) hue-rotate(94deg) brightness(128%) contrast(98%);
}
.bigMenu .navWrap .linkList > li .childList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1.2em;
}
.bigMenu .navWrap .linkList > li .childList li {
  width: 50%;
}
.bigMenu .navWrap .linkList > li .childList li a {
  text-decoration: none;
  padding-left: 0.8em;
  font-size: clamp(1.2rem, 3.5vw, 106%);
  display: block;
  position: relative;
  color: #313D86;
}
.bigMenu .navWrap .linkList > li .childList li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2em;
  background: #439FE2;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
@media screen and (max-width: 480px) {
  .bigMenu .navWrap .linkList li > a {
    font-size: 110%;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

/*----------------------------------------------------
固定メニュー
----------------------------------------------------*/
.fixMenu {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.fixMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.fixMenu__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixMenu__list .btn {
  text-decoration: none;
  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;
  gap: 0.5em;
  line-height: 1;
  padding: 0.8em 1em;
  color: #FFF;
  background: #4A4A4A;
  font-size: 90%;
}
.fixMenu__list .btn .icon {
  width: 2.4em;
  height: 2.4em;
  background: #FFF;
  border-radius: 3em;
  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;
}
.fixMenu__list .btn .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 1.2em;
  height: 1.2em;
}
.fixMenu__list .btn p span {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 1rem;
  margin-bottom: 0.3em;
}
.fixMenu__list .btn.-lightblue {
  background: #439FE2;
}
.fixMenu__list .btn.-lightblue .icon img {
  -webkit-filter: invert(55%) sepia(64%) saturate(1278%) hue-rotate(179deg) brightness(95%) contrast(87%);
          filter: invert(55%) sepia(64%) saturate(1278%) hue-rotate(179deg) brightness(95%) contrast(87%);
}
.fixMenu__list .btn.-lightblue:hover {
  background: #85c1ec;
}
.fixMenu__list .btn.-blue {
  background: #313D86;
}
.fixMenu__list .btn.-blue .icon img {
  -webkit-filter: invert(18%) sepia(10%) saturate(7429%) hue-rotate(207deg) brightness(97%) contrast(93%);
          filter: invert(18%) sepia(10%) saturate(7429%) hue-rotate(207deg) brightness(97%) contrast(93%);
}
.fixMenu__list .btn.-blue:hover {
  background: #4858bc;
}
@media screen and (max-width: 1080px) {
  .fixMenu {
    display: block;
  }
}

/*==================================================================================================
	フッター
==================================================================================================*/
.footer {
  background: #FFF;
  padding: 4em 0;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 4em 0 6em;
  }
}
.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.footer .footerInfo {
  max-width: 300px;
  width: 30%;
}
.footer .footerInfo .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  margin-top: 1em;
}
.footer .footerInfo .adress img {
  -webkit-filter: invert(54%) sepia(93%) saturate(690%) hue-rotate(178deg) brightness(90%) contrast(96%);
          filter: invert(54%) sepia(93%) saturate(690%) hue-rotate(178deg) brightness(90%) contrast(96%);
}
.footer .footerInfo .adress p {
  display: block;
  font-size: clamp(1.2rem, 86%, 1.4rem);
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .footerInfo {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}
.footer .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  width: 60%;
  gap: 3em;
}
.footer .footerMenu .navWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footerMenu .navWrap .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.footer .footerMenu .navWrap .linkList li a {
  text-decoration: none;
}
.footer .footerMenu .navWrap .linkList li a:hover {
  color: #439FE2;
}
.footer .footerMenu .navWrap .linkList.spShow {
  display: none;
}
.footer .footerMenu .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  width: 30%;
  max-width: 200px;
}
.footer .footerMenu .btnList .btn a {
  text-decoration: none;
  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;
  gap: 0.3em;
  line-height: 1;
  padding: 0.8em 1.2em;
  color: #FFF;
  background: #4A4A4A;
  border-radius: 3em;
  font-size: 90%;
}
.footer .footerMenu .btnList .btn a img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 1.2em;
  height: 1.2em;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(291deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(291deg) brightness(105%) contrast(101%);
}
.footer .footerMenu .btnList .btn.-lightblue a {
  background: #439FE2;
}
.footer .footerMenu .btnList .btn.-lightblue a:hover {
  background: #85c1ec;
}
.footer .footerMenu .btnList .btn.-blue a {
  background: #313D86;
}
.footer .footerMenu .btnList .btn.-blue a:hover {
  background: #4858bc;
}
@media screen and (max-width: 1080px) {
  .footer .footerMenu {
    max-width: 400px;
  }
  .footer .footerMenu .btnList {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .footerMenu {
    max-width: 100%;
    width: 100%;
    margin-top: 2em;
  }
  .footer .footerMenu .navWrap .linkList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    border-top: #E9ECEF 1px solid;
  }
  .footer .footerMenu .navWrap .linkList.spShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footerMenu .navWrap .linkList.pcShow {
    display: none;
  }
  .footer .footerMenu .navWrap .linkList li {
    width: 50%;
    border-bottom: #E9ECEF 1px solid;
  }
  .footer .footerMenu .navWrap .linkList li:nth-child(2n+1) {
    border-right: #E9ECEF 1px solid;
  }
  .footer .footerMenu .navWrap .linkList li a {
    text-decoration: none;
    text-align: center;
    padding: 1em;
    display: block;
  }
}
.footer .copy {
  width: 100%;
  display: block;
  font-size: clamp(1rem, 75%, 1.2rem);
  text-align: center;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    margin-top: 2em;
  }
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.telLink _:-ms-fullscreen,
.telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

.spShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .spShow {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pcShow {
    display: none;
  }
}

.indentText {
  text-indent: -1em;
  padding-left: 1em;
}

.smallText {
  font-size: 70%;
}

.bigText {
  font-size: 110%;
}

.yellowMarker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgb(255, 255, 56)));
  background: linear-gradient(transparent 60%, rgb(255, 255, 56) 0%);
}

.-strong {
  font-weight: bold;
}

.-blue {
  color: #313D86;
}

.-center {
  text-align: center;
}

.-right {
  text-align: right;
}

.-left {
  text-align: left;
}

.-en {
  font-family: "Montserrat", "Noto Sans JP", serif;
}

@media screen and (max-width: 560px) {
  .-spLeft {
    text-align: left;
  }
}

.-displayNone {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*---------------------------------------------------------------------
コンテナ
---------------------------------------------------------------------*/
.lContainer {
  position: relative;
}

.mContainer {
  padding: 5em 0;
}
.mContainer.-bgBeige {
  background: #DAEAF5;
}
@media screen and (max-width: 767px) {
  .mContainer {
    padding: 4em 0;
  }
}
@media screen and (max-width: 480px) {
  .mContainer {
    padding: 4em 0;
  }
}
.mContainer .sContainer {
  margin-top: 6em;
}
.mContainer .sContainer:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mContainer .sContainer {
    margin-top: 4em;
  }
}
@media screen and (max-width: 480px) {
  .mContainer .sContainer {
    margin-top: 3.5em;
  }
}

.col2Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.col2Container__title {
  width: 16em;
}
.col2Container__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .col2Container {
    display: block;
  }
}

.col3List {
  display: -ms-grid;
  display: grid;
  gap: clamp(2em, 8vw, 3em) clamp(1em, 5vw, 2em);
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
@media screen and (max-width: 767px) {
  .col3List {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

.col4List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em 1.3333333333%;
}
.col4List > * {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .col4List {
    gap: 2em 4%;
  }
  .col4List > * {
    width: 48%;
  }
}

/*---------------------------------------------------------------------
見出し
---------------------------------------------------------------------*/
.topLabel {
  margin-bottom: 2em;
}
.topLabel .en {
  font-family: "Montserrat", "Noto Sans JP", serif;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: #439FE2;
  display: block;
  line-height: 1.2;
}
.topLabel .jp {
  color: #313D86;
  font-size: clamp(2.2rem, 6vw, 3.2rem);
  line-height: 1.6;
}
.topLabel.-center {
  text-align: center;
}

/*---------------------------------------------------------------------
ボタン
---------------------------------------------------------------------*/
.btnArea {
  margin-top: 2em;
}
.btnArea.-center {
  text-align: center;
}
.btnArea.-left {
  text-align: left;
}
.btnArea.-left .basicBtn {
  margin-left: 0;
}
.btnArea.-right {
  text-align: right;
}
.btnArea a {
  text-decoration: none;
}
.btnArea .basicBtn {
  display: inline-block;
  padding: 0.7em 5em 0.7em 1.5em;
  color: #439FE2;
  background: #FFF;
  border: #439FE2 1px solid;
  border-radius: 5em;
  min-width: 220px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: clamp(1.4rem, 100%, 1.6rem);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(40, 50, 110, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(40, 50, 110, 0.15);
}
@media screen and (max-width: 767px) {
  .btnArea .basicBtn {
    min-width: 250px;
  }
}
.btnArea .basicBtn:after {
  content: "";
  width: 1.34em;
  height: 1.34em;
  background: url("../img/common/icon-arrowcircle.svg") no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(71%) sepia(57%) saturate(5407%) hue-rotate(174deg) brightness(94%) contrast(93%);
          filter: invert(71%) sepia(57%) saturate(5407%) hue-rotate(174deg) brightness(94%) contrast(93%);
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnArea .basicBtn span {
  vertical-align: middle;
  margin-right: 0.2em;
}
.btnArea .basicBtn:hover {
  background: #DAEAF5;
}
.btnArea .basicBtn:hover::after {
  -webkit-transform: translateY(-50%) translateX(3px);
          transform: translateY(-50%) translateX(3px);
}
.btnArea .basicBtn.-left {
  text-align: left;
}
.btnArea .basicBtn.-small {
  font-size: 100%;
  max-width: 18em;
  padding: 0.6em 1em;
}
.btnArea .basicBtn.-white {
  color: #FFF;
  border-color: #FFF;
}
.btnArea .basicBtn.-white:after {
  color: #FFF;
}
.btnArea .logBtn {
  border: #333333 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  width: 100%;
  max-width: 960px;
  padding: 1em;
  margin: 0 auto;
  font-size: 112%;
}
.btnArea .logBtn span {
  color: #439FE2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnArea .logBtn:hover {
  background: #4A4A4A;
}
.btnArea .logBtn:hover span {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

/* ヘッダーの実高さに合わせて調整（例：PC96px / SP64px） */
:root {
  --header-h: 60px;
} /* SP初期値 */
@media (min-width: 900px) {
  :root {
    --header-h: 90px;
  } /* PC */
}
/* ページ内アンカーのズレ対策（全体適用） */
html {
  scroll-padding-top: var(--header-h);
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
#body_wrap {
  z-index: auto;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  background: #DAEAF5;
  padding-top: clamp(58px, 7vw, 85px);
}
body.noScrolled {
  overflow: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 500;
}
body a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #333333;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  height: auto;
}
body .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  body .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .inner {
    padding-left: clamp(25px, 5vw, 5vw);
    padding-right: clamp(25px, 5vw, 5vw);
  }
}
body .innerS {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  body .innerS {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .innerS {
    padding-left: clamp(25px, 5vw, 5vw);
    padding-right: clamp(25px, 5vw, 5vw);
  }
}
body .innerSs {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  body .innerSs {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .innerSs {
    padding-left: clamp(25px, 5vw, 5vw);
    padding-right: clamp(25px, 5vw, 5vw);
  }
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
}

.material-symbols-rounded {
  font-size: 120%;
  font-weight: 300;
  width: 1em;
  height: 1em;
}
.material-symbols-rounded.-w200 {
  font-weight: 200;
}
.material-symbols-rounded.-w100 {
  font-weight: 100;
}
.material-symbols-rounded.-fill {
  font-variation-settings: "FILL" 1;
}