@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

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

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

img {
  height: auto;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #EEEEEE;
  border-radius: 5px;
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}

.required {
  background-color: #DB6224;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 7px;
  width: 54px;
  height: 22px;
  line-height: 19px;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .required {
    font-size: 12px;
    right: 10px;
  }
}

.mw_wp_form .form-check .vertical-item + .vertical-item {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .form-check .vertical-item + .vertical-item {
    margin-top: 0.8em;
  }
}

.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}
.mwform-radio-field label {
  display: inline-block;
  margin: 0.5em 0;
  margin-right: 2rem;
}
.mwform-radio-field label:first-child {
  margin-top: 0;
}
@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: #fff;
  border-radius: 100%;
  border: 1px solid #333333;
  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: #333333;
  -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 #DDDDDD;
}
.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: #DDDDDD;
  background: #DDDDDD;
}
.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;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.header {
  display: block;
  width: 100%;
  min-height: 7rem;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  min-height: 7rem;
}
@media screen and (max-width: 767px) {
  .header {
    min-height: 6rem;
  }
  .header .inner {
    min-height: 6rem;
  }
}

/*==================================================================================================
	ハンバーガーメニュー
==================================================================================================*/
/*==================================================================================================
	フッター
==================================================================================================*/
.footer {
  padding: 1.8rem 0 2.8rem;
  text-align: center;
  color: #51627f;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1.6rem 0 2.2rem;
  }
}

/*==================================================================================================
	ボタン Button
==================================================================================================*/
.btnArea {
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.8rem;
}
.btnArea .btn {
  width: 100%;
  min-height: 4.8rem;
  border: none;
  border-radius: 1rem;
  background: #2b6ce2;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.16s ease;
  transition: -webkit-filter 0.16s ease;
  transition: filter 0.16s ease;
  transition: filter 0.16s ease, -webkit-filter 0.16s ease;
}
.btnArea .btn:hover {
  -webkit-filter: brightness(1.01);
          filter: brightness(1.01);
}
.btnArea .btn svg {
  width: 1.8rem;
  height: 1.8rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.btnArea .btn.-more span {
  display: inline-block;
  padding-right: 2rem;
  background-image: url("../img/common/icon-arrow-right_white.svg");
  background-repeat: no-repeat;
  background-size: 0.7rem auto;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .btnArea .btn {
    font-size: 1.4rem;
  }
}

/*==================================================================================================
	タイトル Label
==================================================================================================*/
.heroSec {
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(315deg, #eef5ff 0%, #f7fbff 45%, #eaf2ff 100%);
  background: linear-gradient(135deg, #eef5ff 0%, #f7fbff 45%, #eaf2ff 100%);
}
.heroSec::before, .heroSec::after {
  content: "";
  position: absolute;
  border-radius: 99rem;
  background: rgba(29, 95, 209, 0.06);
  -webkit-filter: blur(0.4rem);
          filter: blur(0.4rem);
  pointer-events: none;
}
.heroSec::before {
  width: 26rem;
  height: 26rem;
  left: -7rem;
  top: 5.4rem;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
.heroSec::after {
  width: 32rem;
  height: 32rem;
  right: -8rem;
  bottom: -7rem;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
.heroSec .heroInner {
  min-height: 25rem;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 5.6rem 0 4.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .heroSec .heroInner {
    min-height: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .heroSec .heroInner {
    padding: 4.4rem 0 3.6rem;
    min-height: 19rem;
  }
}
.heroSec .heroIcon {
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 1.8rem;
  color: #1d5fd1;
}
.heroSec .heroIcon.-video {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  color: #1d5fd1;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .heroSec .heroIcon {
    width: 4.6rem;
    height: 4.6rem;
    margin-bottom: 1.4rem;
  }
}
.heroSec .heroTitle {
  margin: 0;
  font-size: clamp(2.6rem, 3vw, 4.6rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 800;
}
.heroSec .heroSubtitle {
  margin: 1.4rem 0 0;
  color: #5f6f87;
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .heroSec .heroSubtitle {
    margin-top: 1.2rem;
  }
}
.heroSec .heroDivider {
  width: 4.2rem;
  height: 0.3rem;
  border-radius: 99.9rem;
  background: #1d5fd1;
  margin: 1.6rem auto 0;
  opacity: 0.85;
}

/*==================================================================================================
	リスト List
==================================================================================================*/
/* ==================================================================================================
	パンくずリスト Breadcrumb
================================================================================================== */
.breadcrumb {
  padding: 1em 0 0.5em;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0.6em 0 0.3em;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}
.breadcrumb__item {
  margin-right: 1.7em;
  color: #334155;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.breadcrumb__item a {
  text-decoration: none;
  color: #1d5fd1;
}
.breadcrumb__item a:hover {
  text-decoration: none;
}
.breadcrumb__item:not(:last-child)::after {
  content: "＞";
  color: #94a3b8;
  position: absolute;
  right: -1.3em;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}

/*==================================================================================================
	レイアウト Layout
==================================================================================================*/
/*==================================================================================================
	Wordpress投稿用スタイル
==================================================================================================*/
.wpText > * {
  margin-top: 1em;
}
.wpText > *:first-child {
  margin-top: 0 !important;
}
.wpText p {
  margin-top: 0.6em;
}
.wpText p a {
  text-decoration: underline;
}
.wpText p a:hover {
  text-decoration: none;
}
.wpText ul {
  padding-left: 1em;
  margin-top: 1em;
}
.wpText ul li {
  list-style-type: disc;
  margin-bottom: 0.3em;
}
.wpText ul li:last-child {
  margin-bottom: 0.3em;
}
.wpText ol {
  padding-left: 2em;
  margin-top: 1em;
}
.wpText ol li {
  margin-bottom: 0.3em;
  list-style-type: decimal-leading-zero;
}
.wpText ol li:last-child {
  margin-bottom: 0.3em;
}
.wpText .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}
.wpText .wp-block-table .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}
.wpText .wp-block-column > * {
  margin-top: 1em;
}
.wpText .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-quote {
  border: #EEEEEE 2px solid;
  background: #F6F6F6;
  padding: 1em;
}
.wpText .wp-block-quote > * {
  margin-top: 1em;
}
.wpText .wp-block-quote > *:first-child {
  margin-top: 0 !important;
}
.wpText .wp-block-quote cite {
  color: #999;
}
.wpText .wp-block-code {
  background: #1B1E2D;
  color: #FFFFFF;
  padding: 1em;
  overflow-x: auto;
  font-size: 90%;
}
/* ==================================================================================================
	ページネーション Pagenavi
================================================================================================== */
/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  width: 100%;
  background: -webkit-radial-gradient(top left, circle, rgba(29, 95, 209, 0.05), transparent 30%), -webkit-radial-gradient(right 20%, circle, rgba(29, 95, 209, 0.05), transparent 25%), #f5f8fc;
  background: radial-gradient(circle at top left, rgba(29, 95, 209, 0.05), transparent 30%), radial-gradient(circle at right 20%, rgba(29, 95, 209, 0.05), transparent 25%), #f5f8fc;
  color: #16315d;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
body.noScrolled {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.3rem;
  }
}
body a {
  color: #16315d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body a:hover {
  text-decoration: none;
  opacity: 1;
}
body .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  body .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink _:-ms-fullscreen,
body .telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 860px) {
  body .telLink {
    cursor: pointer;
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}
body .readTxt {
  letter-spacing: 0.15em;
  line-height: 1.8;
}
body .readTxt.-center {
  text-align: center;
}

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

/*==================================================================================================
	共通 Common
==================================================================================================*/
.lContainer {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .lContainer {
    padding-top: 6rem;
  }
}
.lContainer .mContainer {
  padding: 6em 0;
}
.lContainer .mContainer.-bgWhite {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer {
    padding: 5em 0;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer {
    padding: 4em 0;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer {
    padding: 3em 0;
  }
}

.notice {
  margin-top: 2.8rem;
  background: rgba(255, 255, 255, 0.8);
  border: 0.1rem solid rgba(223, 231, 242, 0.95);
  border-radius: 16px;
  padding: 1.6rem 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #40516e;
  -webkit-box-shadow: 0 0.4rem 1.6rem rgba(29, 95, 209, 0.05);
          box-shadow: 0 0.4rem 1.6rem rgba(29, 95, 209, 0.05);
}
.notice svg {
  width: 1.8rem;
  height: 1.8rem;
  color: #1d5fd1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .notice .notice {
    margin-top: 1.8rem;
    padding: 1.4rem;
    font-size: 1.3rem;
    line-height: 1.7;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}