@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 {
  color: #000000;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 860px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  display: block;
  padding: 0.8em 1em;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #F2F3F4;
  border-radius: 5px;
  color: #000000;
  font-size: 1.6rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:not([type=checkbox]):not([type=radio]):focus,
textarea:focus,
select:focus {
  outline-color: #CA302F;
}
@supports (outline-offset: -3px) {
  input:not([type=checkbox]):not([type=radio]):focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    outline: 3px solid #CA302F;
    outline-offset: -3px;
  }
}
input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio])::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #CCCCCC;
}
input:not([type=checkbox]):not([type=radio])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #CCCCCC;
}

input,
textarea {
  background-color: #FFFFFF;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 10%;
  border: 1px solid #F2F3F4;
  vertical-align: -0.1rem;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  input[type=checkbox],
  input[type=radio] {
    vertical-align: -0.2rem;
  }
}

textarea {
  max-height: 8.8em;
}
textarea.-vertical {
  resize: vertical;
}

select {
  padding: 0.8em 2em 0.8em 1em;
  background-color: #FFFFFF;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: top 50% right 0.9em;
  cursor: pointer;
}

label {
  font-weight: 500;
}

button {
  color: #000000;
}

button[type=submit] {
  background-color: #F2F3F4;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.checkOption {
  display: block;
}

input[type=checkbox] + .checkText {
  padding-left: 0.5rem;
  font-weight: 400;
}
input[type=checkbox]:before, input[type=checkbox]:after {
  content: "";
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
input[type=checkbox]:before {
  width: 0;
  height: 2px;
  left: 2px;
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type=checkbox]:after {
  width: 2px;
  height: 0;
  right: 9px;
  bottom: 3px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
input[type=checkbox]:checked {
  background-color: #CA302F;
  border-color: #CA302F;
}
input[type=checkbox]:checked:before {
  width: 5px;
  height: 2px;
  left: 1px;
  top: 7px;
}
input[type=checkbox]:checked:after {
  width: 2px;
  height: 10px;
  right: 4px;
  bottom: 1px;
}
input[type=checkbox]:indeterminate:before, input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
  top: 7px;
  left: 1px;
}
input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}

.radioOption {
  display: block;
}

input[type=radio] {
  border-radius: 50%;
  position: relative;
}
input[type=radio] + .radioText {
  padding-left: 0.5rem;
  font-weight: 400;
}
input[type=radio]:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  margin: 2px;
  border-radius: 50%;
  background-color: #C3A051;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=radio]:checked {
  border-color: #C3A051;
}
input[type=radio]:checked:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
input[type=radio]:focus {
  border-color: #C3A051;
}

.requiredTag {
  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;
  width: 43px;
  height: 20px;
  padding: 0 7px;
  background-color: #CA302F;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .requiredTag {
    width: 36px;
    height: 18px;
    font-size: 11px;
  }
}

label {
  display: block;
}
label.required:after {
  display: inline-block;
  content: "必須";
  width: 43px;
  height: 20px;
  margin-left: 1rem;
  background-color: #CA302F;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  label.required:after {
    width: 36px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
  }
}

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

/*==================================================================================================
	ヘッダー
==================================================================================================*/
.header {
  display: block;
  max-width: 100vw;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 5em;
  position: relative;
}
.header__main {
  padding: 1.9em 0 1.9em 1.9em;
}
@media screen and (max-width: 1430px) {
  .header__main {
    padding: 1em 0 1em 1.9em;
  }
}
@media screen and (max-width: 1280px) {
  .header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    width: 100%;
  }
}
.header__logo {
  line-height: 1;
}
.header__logo a,
.header__logo span {
  display: inline-block;
  max-width: 13rem;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .header__logo {
    padding: 1.5rem;
  }
  .header__logo a,
  .header__logo span {
    max-width: 9rem;
  }
}

/*==================================================================================================
	ナビゲーション
==================================================================================================*/
.headNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.3em 0 3.8em 3.8em;
  background-color: #FFFFFF;
  border-radius: 0 0 0 85px;
}
@media screen and (max-width: 1430px) {
  .headNav {
    padding: 1.3em 0 3.8em 2em;
  }
}
@media screen and (max-width: 1360px) {
  .headNav {
    padding: 0.8em 0 1em 2em;
  }
}
@media screen and (max-width: 1280px) {
  .headNav {
    display: none;
    width: 64%;
    height: calc(100vh - 85px);
    padding: 6rem 4rem;
    border-radius: 70px 0 0 70px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 1060px) {
  .headNav {
    width: 69%;
  }
}
@media screen and (max-width: 860px) {
  .headNav {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .headNav {
    max-width: calc(100% - 9vw);
    width: 100%;
  }
}
.headNav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .headNav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    overflow-y: auto;
  }
}
.headNav__inner .headNavList {
  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: 0 1.9em;
  margin-right: 3.3em;
}
.headNav__inner .headNavList__item {
  position: relative;
}
.headNav__inner .headNavList__item.-spShow {
  display: none;
}
.headNav__inner .headNavList__item a {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.headNav__inner .headNavList__item a:hover, .headNav__inner .headNavList__item a:focus {
  color: #044AA5;
}
@media screen and (min-width: 1450px) {
  .headNav__inner .headNavList {
    margin-right: 2em;
    gap: 0 1.3em;
  }
}
@media screen and (min-width: 1281px) {
  .headNav__inner .headNavList {
    /*フェードインアニメ*/
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 1430px) {
  .headNav__inner .headNavList {
    margin-right: 2em;
    gap: 0 1.3em;
  }
}
@media screen and (max-width: 1280px) {
  .headNav__inner .headNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .headNav__inner .headNavList__item {
    width: 100%;
    border-bottom: 1px solid #FFD841;
  }
  .headNav__inner .headNavList__item.-spShow {
    display: block;
  }
  .headNav__inner .headNavList__item a {
    display: block;
    padding: 1em 1.5em 1em 0.7em;
    background-image: url("../img/common/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: center right 11px;
  }
}
.headNav__inner .headNavBadge {
  margin-right: 1.6em;
}
.headNav__inner .headNavBadge a {
  display: inline-block;
  max-width: 21.5rem;
}
@media screen and (max-width: 1360px) {
  .headNav__inner .headNavBadge {
    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;
    margin-right: 1.3em;
  }
  .headNav__inner .headNavBadge a {
    display: inline-block;
    max-width: 18rem;
  }
}
@media screen and (max-width: 1280px) {
  .headNav__inner .headNavBadge {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.headNav__inner .headNavActions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -1.3em;
}
.headNav__inner .headNavActions .actionBtn {
  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;
  min-width: 18rem;
  min-height: 8rem;
  padding: 1em 0.6em;
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
}
.headNav__inner .headNavActions .actionBtn.-contact {
  border-radius: 0 0 0 30px;
  font-size: 1.7rem;
  background-color: #EE377A;
}
.headNav__inner .headNavActions .actionBtn.-contact:hover {
  background-color: #E5125F;
}
.headNav__inner .headNavActions .actionBtn.-contact span {
  display: inline-block;
  padding-left: 1.4em;
  background-image: url("../img/common/icon_contact_white.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: left center;
}
.headNav__inner .headNavActions .actionBtn.-start {
  background-color: #044AA5;
  font-size: 1.6rem;
}
.headNav__inner .headNavActions .actionBtn.-start:hover {
  background-color: #0057C9;
}
@media screen and (max-width: 1360px) {
  .headNav__inner .headNavActions {
    margin-top: -0.8em;
  }
  .headNav__inner .headNavActions .actionBtn {
    min-width: 16rem;
    min-height: 6rem;
    padding: 0.6em;
  }
}
@media screen and (max-width: 1280px) {
  .headNav__inner .headNavActions {
    -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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem;
    margin-top: 0;
  }
  .headNav__inner .headNavActions .actionBtn {
    max-width: 26rem;
    width: 100%;
    min-height: 6rem;
    padding: 1em 3em 1em 3em;
  }
  .headNav__inner .headNavActions .actionBtn.-contact {
    border-radius: 9rem;
    font-size: 1.5rem;
  }
  .headNav__inner .headNavActions .actionBtn.-contact span {
    padding-left: 1.4em;
    background-size: 15px auto;
  }
  .headNav__inner .headNavActions .actionBtn.-start {
    border-radius: 9rem;
    font-size: 1.5rem;
    position: relative;
  }
  .headNav__inner .headNavActions .actionBtn.-start:after {
    display: block;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background-image: url("../img/common/icon_arrow_white.svg");
    background-size: 18px auto;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/*==================================================================================================
	ハンバーガーメニュー
==================================================================================================*/
.hamburgerBtn {
  display: none;
  -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;
  width: 8.5rem;
  height: 8.5rem;
  background-color: #FFFFFF;
  border: none;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .hamburgerBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburgerBtn .hamburgerLine {
  display: block;
  max-width: 3.3rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hamburgerBtn .hamburgerLine > span {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  height: 0.3rem;
  background: #044AA5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburgerBtn .hamburgerLine > span:last-child {
  margin-bottom: 0;
}
.hamburgerBtn .hamburgerLine.open .top {
  -webkit-transform: translateY(0.6em) rotate(-45deg);
          transform: translateY(0.6em) rotate(-45deg);
}
.hamburgerBtn .hamburgerLine.open .middle {
  opacity: 0;
}
.hamburgerBtn .hamburgerLine.open .bottom {
  -webkit-transform: translateY(-0.75em) rotate(45deg);
          transform: translateY(-0.75em) rotate(45deg);
}

/*==================================================================================================
	フッター
==================================================================================================*/
footer .ctaLastSec {
  padding: 7.5em 0 4.4em;
  background-color: #044AA5;
  text-align: center;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec {
    padding: 6em 0 4em;
  }
}
footer .ctaLastSec.-addArrow:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6rem solid transparent;
  border-left: 6rem solid transparent;
  border-top: 4rem solid #F2F7FF;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec.-addArrow:before {
    border-right: 4rem solid transparent;
    border-left: 4rem solid transparent;
    border-top: 3rem solid #FFFFFF;
  }
}
footer .ctaLastSec.-arrowBlueLight:before {
  border-top-color: #F2F7FF;
}
footer .ctaLastSec .inner {
  position: relative;
}
footer .ctaLastSec .tbShow {
  display: none;
}
@media screen and (max-width: 860px) {
  footer .ctaLastSec .tbShow {
    display: inline;
  }
}
footer .ctaLastSec .mdShow {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec .mdShow {
    display: inline;
  }
}
footer .ctaLastSec .mdHidden {
  display: inline;
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec .mdHidden {
    display: none;
  }
}
footer .ctaLastSec .smShow {
  display: none;
}
@media screen and (max-width: 560px) {
  footer .ctaLastSec .smShow {
    display: inline;
  }
}
footer .ctaLastSec .smHidden {
  display: inline;
}
@media screen and (max-width: 560px) {
  footer .ctaLastSec .smHidden {
    display: none;
  }
}
footer .ctaLastSec .ctaHeading {
  display: inline-block;
  margin-bottom: clamp(1.8rem, 3vw, 2.2rem);
  position: relative;
}
footer .ctaLastSec .ctaHeading:before, footer .ctaLastSec .ctaHeading:after {
  display: block;
  content: "";
  width: 21.5rem;
  height: 13.7rem;
  background-repeat: no-repeat;
  background-size: 21.5rem auto;
  position: absolute;
  top: -37%;
}
footer .ctaLastSec .ctaHeading:before {
  background-image: url("../img/top/action_decoration01.png");
  left: -38%;
}
footer .ctaLastSec .ctaHeading:after {
  background-image: url("../img/top/action_decoration02.png");
  right: -38%;
}
footer .ctaLastSec .ctaHeading .ctaHeadingWrap {
  display: block;
  padding: 0.21em 0.75em;
  background-color: #044AA5;
  border: 1.5px solid #FFFFFF;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-size: clamp(2.8rem, 5vw, 3.5rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1060px) {
  footer .ctaLastSec .ctaHeading:before {
    left: -20%;
  }
  footer .ctaLastSec .ctaHeading:after {
    right: -20%;
  }
}
@media screen and (max-width: 860px) {
  footer .ctaLastSec .ctaHeading:before {
    left: -30%;
  }
  footer .ctaLastSec .ctaHeading:after {
    right: -30%;
  }
  footer .ctaLastSec .ctaHeading .ctaHeadingWrap {
    line-height: 1.3;
  }
}
@media screen and (max-width: 560px) {
  footer .ctaLastSec .ctaHeading {
    max-width: 100%;
    width: 100%;
  }
  footer .ctaLastSec .ctaHeading:before, footer .ctaLastSec .ctaHeading:after {
    width: 10.9rem;
    height: 7rem;
    background-size: 109px auto;
    top: -48%;
  }
  footer .ctaLastSec .ctaHeading:before {
    left: -6%;
  }
  footer .ctaLastSec .ctaHeading:after {
    right: -6%;
  }
  footer .ctaLastSec .ctaHeading .ctaHeadingWrap {
    padding: 0.5em 0.5em 0.55em;
  }
}
footer .ctaLastSec .readText {
  line-height: 1.8;
  font-weight: 600;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
footer .ctaLastSec .btnArea {
  margin-top: clamp(3.6rem, 5vw, 4.3rem);
}
footer .ctaLastSec .btnArea .btn {
  max-width: 45rem;
  padding: 0.9em 2.6em;
  border-radius: 90px;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}
footer .ctaLastSec .btnArea .btn:after {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem auto;
  right: 1.2em;
}
@media screen and (max-width: 1160px) {
  footer .ctaLastSec .btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec .btnArea .btn {
    padding: 1em 2.5em 0.8em 1.6em;
  }
  footer .ctaLastSec .btnArea .btn:after {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem auto;
    right: 1em;
  }
}
@media screen and (max-width: 360px) {
  footer .ctaLastSec .btnArea {
    padding: 1em 2.4em 0.8em 2.4em;
  }
}
footer .ctaLastSec.-topCta {
  padding: 5.65em 0 5em;
  background-color: #044AA5;
  text-align: center;
  position: relative;
  overflow: hidden;
}
footer .ctaLastSec.-topCta .inner:before, footer .ctaLastSec.-topCta .inner:after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5em;
}
footer .ctaLastSec.-topCta .inner:before {
  width: 20rem;
  height: 22.9rem;
  background-image: url("../img/top/action_illust01_pc.png");
  background-size: 20rem auto;
  left: 0;
  z-index: 1;
}
footer .ctaLastSec.-topCta .inner:after {
  width: 14.2rem;
  height: 25.5rem;
  background-image: url("../img/top/action_illust02_pc.png");
  background-size: 14.2rem auto;
  right: 0;
}
footer .ctaLastSec.-topCta .ctaHeading:before, footer .ctaLastSec.-topCta .ctaHeading:after {
  width: 21.5rem;
  height: 13.7rem;
  background-size: 215px auto;
  top: -50%;
}
footer .ctaLastSec.-topCta .ctaHeading:before {
  left: -68%;
}
footer .ctaLastSec.-topCta .ctaHeading:after {
  right: -68%;
}
footer .ctaLastSec.-topCta .ctaHeading .ctaHeadingWrap {
  padding: 0.1em 0.95em;
}
footer .ctaLastSec.-topCta .ctaHeading .num {
  color: #FFD841;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
}
footer .ctaLastSec.-topCta .btnArea .btn {
  max-width: 42rem;
}
@media screen and (max-width: 1160px) {
  footer .ctaLastSec.-topCta .inner:before {
    left: 3vw;
  }
  footer .ctaLastSec.-topCta .inner:after {
    right: 3vw;
  }
}
@media screen and (max-width: 860px) {
  footer .ctaLastSec.-topCta .inner:before {
    width: 15rem;
    height: 17.1rem;
    background-size: 150px auto;
  }
  footer .ctaLastSec.-topCta .inner:after {
    width: 10rem;
    height: 17.9rem;
    background-size: 100px auto;
  }
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec.-topCta {
    padding: 6em 0 15em;
  }
  footer .ctaLastSec.-topCta .inner:before {
    content: none;
  }
  footer .ctaLastSec.-topCta .inner:after {
    width: 23.5rem;
    height: 19.5rem;
    background-size: 235px auto;
    background-image: url("../img/top/action_illust01_sp.png");
    left: 50%;
    right: auto;
    bottom: -15em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer .ctaLastSec.-topCta .ctaHeading:before, footer .ctaLastSec.-topCta .ctaHeading:after {
    width: 10.9rem;
    height: 7rem;
    background-size: 109px auto;
    top: -80%;
  }
  footer .ctaLastSec.-topCta .ctaHeading:before {
    left: -7%;
  }
  footer .ctaLastSec.-topCta .ctaHeading:after {
    right: -7%;
  }
  footer .ctaLastSec.-topCta .ctaHeading .ctaHeadingWrap {
    padding: 0.15em 1.2em;
  }
  footer .ctaLastSec.-topCta .btn {
    padding: 1em 2.5em 0.8em 2.5em;
  }
}
footer .ctaLastSec.-reasonsCta:before {
  display: block;
  content: "";
  width: 51rem;
  height: 28rem;
  background-image: url("../img/reasons/action_illust.png");
  background-size: 51rem auto;
  background-repeat: no-repeat;
  position: absolute;
  top: -20.7rem;
  left: 46%;
  -webkit-transform: translateX(-46%);
          transform: translateX(-46%);
  z-index: 1;
}
@media screen and (max-width: 860px) {
  footer .ctaLastSec.-reasonsCta:before {
    width: 43rem;
    height: 23.6rem;
    background-size: 43rem auto;
    top: -17.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec.-reasonsCta:before {
    width: 31.5rem;
    height: 17.3rem;
    background-size: 31.5rem auto;
    top: -12.8rem;
  }
}
footer .ctaLastSec.-pricingCta, footer .ctaLastSec.-faqCta {
  padding: 5.65em 0 5em;
  background-color: #044AA5;
  text-align: center;
  position: relative;
  overflow: hidden;
}
footer .ctaLastSec.-pricingCta .inner:before, footer .ctaLastSec.-pricingCta .inner:after, footer .ctaLastSec.-faqCta .inner:before, footer .ctaLastSec.-faqCta .inner:after {
  display: block;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5em;
}
footer .ctaLastSec.-pricingCta .inner:before, footer .ctaLastSec.-faqCta .inner:before {
  width: 20rem;
  height: 22.9rem;
  background-image: url("../img/top/action_illust01_pc.png");
  background-size: 20rem auto;
  left: 0;
  z-index: 1;
}
footer .ctaLastSec.-pricingCta .inner:after, footer .ctaLastSec.-faqCta .inner:after {
  width: 14.2rem;
  height: 25.5rem;
  background-image: url("../img/top/action_illust02_pc.png");
  background-size: 14.2rem auto;
  right: 0;
}
footer .ctaLastSec.-pricingCta .ctaHeading:before, footer .ctaLastSec.-pricingCta .ctaHeading:after, footer .ctaLastSec.-faqCta .ctaHeading:before, footer .ctaLastSec.-faqCta .ctaHeading:after {
  width: 21.5rem;
  height: 13.7rem;
  background-size: 215px auto;
  top: -50%;
}
footer .ctaLastSec.-pricingCta .ctaHeading:before, footer .ctaLastSec.-faqCta .ctaHeading:before {
  left: -68%;
}
footer .ctaLastSec.-pricingCta .ctaHeading:after, footer .ctaLastSec.-faqCta .ctaHeading:after {
  right: -68%;
}
footer .ctaLastSec.-pricingCta .ctaHeading .ctaHeadingWrap, footer .ctaLastSec.-faqCta .ctaHeading .ctaHeadingWrap {
  padding: 0.3em 0.95em;
  line-height: 1.3;
}
@media screen and (max-width: 560px) {
  footer .ctaLastSec.-pricingCta .ctaHeading .ctaHeadingWrap, footer .ctaLastSec.-faqCta .ctaHeading .ctaHeadingWrap {
    padding: 0.3em 0.4em;
  }
}
footer .ctaLastSec.-pricingCta .ctaHeading .num, footer .ctaLastSec.-faqCta .ctaHeading .num {
  color: #FFD841;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: clamp(3rem, 4vw, 4rem);
}
footer .ctaLastSec.-pricingCta .btnArea, footer .ctaLastSec.-faqCta .btnArea {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .ctaLastSec.-pricingCta .btnArea .btn, footer .ctaLastSec.-faqCta .btnArea .btn {
  max-width: 42rem;
}
footer .ctaLastSec.-pricingCta .btnArea .btn.-how-to, footer .ctaLastSec.-faqCta .btnArea .btn.-how-to {
  background-color: #fff;
  color: #044AA5;
  max-width: 32rem;
  min-height: 0;
  padding: clamp(1.8rem, 2.5vw, 2rem);
  font-size: clamp(1.5rem, 2.5vw, 1.8rem);
}
footer .ctaLastSec.-pricingCta .btnArea .btn.-how-to::after, footer .ctaLastSec.-faqCta .btnArea .btn.-how-to::after {
  width: 1.8rem;
  height: 1.8rem;
  background-size: 1.8rem auto;
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
}
footer .ctaLastSec.-pricingCta .btnArea .btn.-how-to:hover, footer .ctaLastSec.-faqCta .btnArea .btn.-how-to:hover {
  background-color: #F2F7FF;
}
@media screen and (max-width: 1160px) {
  footer .ctaLastSec.-pricingCta .inner:before, footer .ctaLastSec.-faqCta .inner:before {
    left: 3vw;
  }
  footer .ctaLastSec.-pricingCta .inner:after, footer .ctaLastSec.-faqCta .inner:after {
    right: 3vw;
  }
}
@media screen and (max-width: 860px) {
  footer .ctaLastSec.-pricingCta .inner:before, footer .ctaLastSec.-faqCta .inner:before {
    width: 15rem;
    height: 17.1rem;
    background-size: 150px auto;
  }
  footer .ctaLastSec.-pricingCta .inner:after, footer .ctaLastSec.-faqCta .inner:after {
    width: 10rem;
    height: 17.9rem;
    background-size: 100px auto;
  }
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec.-pricingCta, footer .ctaLastSec.-faqCta {
    padding: 6em 0 15em;
  }
  footer .ctaLastSec.-pricingCta .inner:before, footer .ctaLastSec.-faqCta .inner:before {
    content: none;
  }
  footer .ctaLastSec.-pricingCta .inner:after, footer .ctaLastSec.-faqCta .inner:after {
    width: 23.5rem;
    height: 19.5rem;
    background-size: 235px auto;
    background-image: url("../img/top/action_illust01_sp.png");
    left: 50%;
    right: auto;
    bottom: -15em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  footer .ctaLastSec.-pricingCta .ctaHeading:before, footer .ctaLastSec.-pricingCta .ctaHeading:after, footer .ctaLastSec.-faqCta .ctaHeading:before, footer .ctaLastSec.-faqCta .ctaHeading:after {
    width: 10.9rem;
    height: 7rem;
    background-size: 109px auto;
    top: -80%;
  }
  footer .ctaLastSec.-pricingCta .btn, footer .ctaLastSec.-faqCta .btn {
    padding: 1em 2.5em 0.8em 2.5em;
  }
}
footer .ctaLastSec.-pricingCta .ctaHeading:before {
  left: -58%;
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec.-pricingCta .ctaHeading:before {
    left: -7%;
  }
}
footer .ctaLastSec.-pricingCta .ctaHeading:after {
  right: -58%;
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec.-pricingCta .ctaHeading:after {
    right: -7%;
  }
}
footer .ctaLastSec.-faqCta .ctaHeading:before {
  left: -28%;
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec.-faqCta .ctaHeading:before {
    left: -7%;
  }
}
footer .ctaLastSec.-faqCta .ctaHeading:after {
  right: -28%;
}
@media screen and (max-width: 767px) {
  footer .ctaLastSec.-faqCta .ctaHeading:after {
    right: -7%;
  }
}
footer .backgroundservice {
  padding: clamp(3rem, 4vw, 4rem) 0;
}
footer .backgroundservice p {
  padding: 1.6rem 2.3rem 1.8rem;
  border: 2px solid #044AA5;
  border-radius: 1rem;
  background-color: #FFFFFF;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.5rem, 2.2vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  footer .backgroundservice p {
    padding: 2rem 2.3rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  footer .backgroundservice p {
    padding: 1.7rem 2rem 1.5rem;
    line-height: 1.7;
  }
}
footer .footerCnt {
  background-color: #FFD841;
}
footer .footerCnt .footerTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9.4em;
  padding: 5em 0 2.5em;
}
footer .footerCnt .footerTop .ftTopNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6rem;
}
footer .footerCnt .footerTop .ftTopNav__item a {
  color: #000000;
  font-weight: 500;
  font-size: 1.6rem;
}
footer .footerCnt .footerTop .ftTopNav__item a:hover, footer .footerCnt .footerTop .ftTopNav__item a:focus {
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1280px) {
  footer .footerCnt .footerTop {
    gap: 0 6em;
  }
  footer .footerCnt .footerTop .ftTopNav__list {
    gap: 0 4rem;
  }
}
@media screen and (max-width: 1060px) {
  footer .footerCnt .footerTop {
    gap: 0 3em;
  }
  footer .footerCnt .footerTop .ftTopNav__list {
    gap: 0 2rem;
  }
  footer .footerCnt .footerTop .ftTopNav__item a {
    font-size: 1.5rem;
  }
  footer .footerCnt .footerTop .ftTopNav__childItem a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 860px) {
  footer .footerCnt .footerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.7em 0;
  }
  footer .footerCnt .footerTop .footerInfo {
    margin-bottom: 3rem;
    text-align: center;
  }
  footer .footerCnt .footerTop .footerInfo__logo {
    display: inline-block;
    max-width: 9rem;
  }
  footer .footerCnt .footerTop .ftTopNav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footerCnt .footerTop .ftTopNav__item a {
    display: block;
    padding: 1rem 0;
    background-image: url("../img/common/icon_arrow_blue.svg");
    background-repeat: no-repeat;
    background-size: 5px auto;
    background-position: center right 3px;
  }
}
@media screen and (max-width: 767px) {
  footer .footerCnt .footerTop .footerInfo {
    margin-bottom: 2rem;
  }
  footer .footerCnt .footerTop .ftTopNav__item a {
    padding: 1.1rem 0;
    line-height: 1.2;
  }
}
footer .footerCnt .footerBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6em 0;
}
footer .footerCnt .footerBottom .ftBottomNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2rem;
}
footer .footerCnt .footerBottom .ftBottomNav__item a {
  font-size: 1.3rem;
}
footer .footerCnt .footerBottom .copy {
  letter-spacing: 0.06em;
  font-size: 1.3rem;
}
@media screen and (max-width: 860px) {
  footer .footerCnt .footerBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    padding: 0 0 2.7em;
  }
}
@media screen and (max-width: 767px) {
  footer .footerCnt .footerBottom .copy {
    letter-spacing: 0.05em;
    font-size: 1.1rem;
  }
}

.footerNavBadge {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.footerNavBadge {
	text-align: center
}
}

/*==================================================================================================
	パンくずリスト Bread
==================================================================================================*/
.breadcrumb {
  padding: 0 3rem;
}
@media screen and (max-width: 1060px) {
  .breadcrumb {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.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: 2rem;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
.breadcrumb__item a {
  color: #777777;
  font-weight: 500;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child)::after {
  display: block;
  content: "";
  width: 0.4rem;
  height: 0.7rem;
  background-image: url("../img/common/icon_breadcrumb_arrow_black.svg");
  background-repeat: no-repeat;
  background-size: 4px auto;
  position: absolute;
  top: 0.65rem;
  right: -1.1rem;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}

.breadcrumb + .mContainer {
  padding-top: clamp(5rem, 8vw, 8rem);
}

/* ==================================================================================================
	ページネーション Pagenavi
================================================================================================== */
.pagination {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 0;
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 2rem;
  }
}
.pagination .paginationLink {
  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;
  min-width: 4.4rem;
  min-height: 5.4rem;
  padding: 0.5em;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DBDBDB;
  cursor: pointer;
}
.pagination .paginationLink.current {
  color: #FFFFFF;
}
.pagination .paginationLink.prev, .pagination .paginationLink.next {
  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;
  min-width: 5rem;
  min-height: 5rem;
  border-radius: 50%;
}
.pagination .paginationLink.prev img, .pagination .paginationLink.next img {
  display: inline-block;
  line-height: 1;
}
.pagination .paginationLink:not(.prev), .pagination .paginationLink:not(.next) {
  margin-right: 0.2rem;
}
.pagination .paginationLink.prev {
  margin-right: 0.8rem;
}
.pagination .paginationLink.next {
  margin-left: 0.6rem;
}
.pagination .paginationLink:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pagination .paginationLink {
    min-width: 4rem;
    min-height: 5rem;
    padding: 0.5em;
    font-size: 1.6rem;
  }
  .pagination .paginationLink.prev, .pagination .paginationLink.next {
    min-width: 4.8rem;
    min-height: 4.8rem;
  }
}

/*==================================================================================================
	ボタン Button
==================================================================================================*/
.btnArea {
  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;
  margin-top: clamp(5rem, 7vw, 7rem);
}
.pageHead .btnArea {
  margin-top: clamp(3rem, 5vw, 5rem);
}
.btnArea.-group {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2em 3.15em;
}
.btnArea.-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btnArea.-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btnArea.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btnArea.-row {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.btnArea .btn {
  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;
  max-width: 32rem;
  width: 100%;
  min-height: 7rem;
  padding: 0.8em 3em;
  border-radius: 3.5rem;
  background-color: #044AA5;
  border-width: 2px;
  border-style: solid;
  border-color: #044AA5;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
}
.btnArea .btn:after {
  display: block;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../img/common/icon_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1.2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnArea .btn:hover, .btnArea .btn:focus {
  background-color: #0057C9;
}
.btnArea .btn.-wide {
  max-width: 45rem;
  min-height: 9rem;
  border-radius: 9rem;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}
.btnArea .btn.-wide:after {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 24px auto;
  right: 1.2em;
}
.btnArea .btn.-solidYellow {
  border-color: #FFD841;
  background-color: #FFD841;
  color: #044AA5;
}
.btnArea .btn.-solidYellow:after {
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
}
.btnArea .btn.-solidYellow:hover, .btnArea .btn.-solidYellow:focus {
  border-color: #044AA5;
}
.btnArea .btn.-solidYellow:hover:after, .btnArea .btn.-solidYellow:focus:after {
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
}
.btnArea .btn.-solidPink {
  border-color: #EE377A;
  background-color: #EE377A;
  color: #FFFFFF;
}
.btnArea .btn.-solidPink:hover, .btnArea .btn.-solidPink:focus {
  background-color: #E5125F;
}
.btnArea .btn.-outlinePink, .btnArea .btn.-outlineYellow, .btnArea .btn.-outlineBlue {
  background-color: #FFFFFF;
}
.btnArea .btn.-outlinePink:hover, .btnArea .btn.-outlinePink:focus, .btnArea .btn.-outlineYellow:hover, .btnArea .btn.-outlineYellow:focus, .btnArea .btn.-outlineBlue:hover, .btnArea .btn.-outlineBlue:focus {
  color: #FFFFFF;
}
.btnArea .btn.-outlinePink:hover:after, .btnArea .btn.-outlinePink:focus:after, .btnArea .btn.-outlineYellow:hover:after, .btnArea .btn.-outlineYellow:focus:after, .btnArea .btn.-outlineBlue:hover:after, .btnArea .btn.-outlineBlue:focus:after {
  -webkit-filter: none;
          filter: none;
}
.btnArea .btn.-outlinePink {
  border-color: #EE377A;
  color: #EE377A;
}
.btnArea .btn.-outlinePink:after {
  -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(80%) saturate(5442%) hue-rotate(320deg) brightness(100%) contrast(88%);
          filter: brightness(0) saturate(100%) invert(41%) sepia(80%) saturate(5442%) hue-rotate(320deg) brightness(100%) contrast(88%);
}
.btnArea .btn.-outlinePink:hover, .btnArea .btn.-outlinePink:focus {
  background-color: #EE377A;
}
.btnArea .btn.-outlineYellow {
  border-color: #FFD841;
  color: #044AA5;
}
.btnArea .btn.-outlineYellow:after {
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
}
.btnArea .btn.-outlineYellow:hover, .btnArea .btn.-outlineYellow:focus {
  background-color: #FFD841;
  color: #044AA5;
}
.btnArea .btn.-outlineYellow:hover:after, .btnArea .btn.-outlineYellow:focus:after {
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
}
.btnArea .btn.-outlineBlue {
  border-color: #044AA5;
  color: #044AA5;
}
.btnArea .btn.-outlineBlue:after {
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
          filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(3228%) hue-rotate(207deg) brightness(88%) contrast(97%);
}
.btnArea .btn.-outlineBlue:hover, .btnArea .btn.-outlineBlue:focus {
  background-color: #044AA5;
}
@media screen and (max-width: 767px) {
  .btnArea .btn {
    max-width: 28rem;
    min-height: 6rem;
    font-size: 1.5rem;
  }
  .pageHead .btnArea .btn {
    max-width: 100%;
  }
  .btnArea .btn:after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 15px auto;
  }
  .btnArea .btn.-wide {
    max-width: 31.5rem;
    min-height: 7rem;
  }
  .btnArea .btn.-wide:after {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 18px auto;
  }
}

/*==================================================================================================
	リスト List
==================================================================================================*/
.unstyledList {
  list-style: none;
}
.unstyledList li {
  margin-bottom: 0.5em;
}
.unstyledList li:last-child {
  margin-bottom: 0;
}

.dotsList {
  margin-bottom: clamp(1.6rem, 2.5vw, 2rem);
  list-style: none;
}
.dotsList li {
  margin-bottom: 0.5em;
  padding-left: 1.1em;
  position: relative;
}
.dotsList li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #044AA5;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.dotsList li:last-child {
  margin-bottom: 0;
}

.checkList {
  list-style: none;
}
.checkList li {
  margin-bottom: 0.1em;
  padding-left: 2.7em;
  position: relative;
}
.checkList li:before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../img/common/icon_check.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 28px auto;
  position: absolute;
  top: 0;
  left: 0;
}
.checkList li:last-child {
  margin-bottom: 0;
}

.checkList + .checkList {
  margin-top: clamp(1.6rem, 2.5vw, 2rem);
}

.numList {
  list-style: none;
  counter-reset: listnum;
}
.numList li {
  margin-bottom: 0.5em;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.numList li:before {
  color: #044AA5;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 600;
  counter-increment: listnum;
  content: counter(listnum) ".";
  margin-right: 0.16em;
}
.numList li:last-child {
  margin-bottom: 0;
}

.numList + .numList {
  margin-top: clamp(1.6rem, 2.5vw, 2rem);
}

.notesList {
  list-style: none;
}
.notesList li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .notesList li {
    font-size: 1rem;
  }
}

/* ==================================================================================================
	テーブル Table
================================================================================================== */
.tableWrap {
  max-width: 100%;
  overflow-x: auto;
}

.tableWrap + .tableWrap {
  margin-top: clamp(4rem, 6vw, 6rem);
}

table {
  width: 100%;
  min-width: 75rem;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
table th,
table td {
  padding: clamp(2rem, 3.2vw, 2.3rem) clamp(2rem, 3vw, 3rem);
  text-align: left;
  font-size: 1.6rem;
}
table th.-center,
table td.-center {
  text-align: center;
}
table th {
  width: 27.5%;
  font-weight: 600;
}
table td {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    font-size: 1.4rem;
  }
}

.simpleTable tr {
  background-color: #FFFFFF;
}
.simpleTable th {
  border-bottom: 1px solid #044AA5;
}
.simpleTable td {
  border-bottom: 1px solid #CCCCCC;
}

.stripeTable thead th {
  background-color: #044AA5;
  color: #FFFFFF;
  font-weight: 600;
}
.stripeTable thead th:nth-child(n+2) {
  border-left: 1px solid;
}
.stripeTable tr:nth-child(odd) {
  background-color: #F2F7FF;
}
.bgBlueLight .stripeTable tr:nth-child(odd) {
  background-color: #FFFFFF;
}
.bgBlueLight .stripeTable tr:nth-child(even) {
  background-color: #F2F3F4;
}

/*==================================================================================================
	タイトル Label
==================================================================================================*/
.pageHead {
  padding: 20.8rem 0 11.3rem;
}
.pageHead .inner {
  position: relative;
}
.pageHead__text {
  width: 70%;
}
.pageHead__text .pageTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.3;
  font-weight: 600;
}
.pageHead__text .pageTitle .jp {
  letter-spacing: 0.05em;
  color: #000000;
  font-size: clamp(4rem, 7vw, 7.5rem);
}
.pageHead__text .pageTitle .en {
  letter-spacing: 0.06em;
  line-height: 1;
  color: #044AA5;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.pageHead__text .readText {
  margin-top: clamp(2.6rem, 5vw, 3.2rem);
  line-height: 2.2;
  letter-spacing: 0.11em;
}
.pageHead__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(30% - 1em);
  position: absolute;
  right: 0;
  bottom: -11.3rem;
}
.pageHead__image img {
  max-width: 24.2rem;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .pageHead {
    padding: 18rem 0 11.3rem;
  }
  .pageHead__image {
    width: calc(30% - 2em);
    right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .pageHead {
    padding: 13.5rem 0 0;
  }
  .pageHead__text {
    width: 100%;
    margin-bottom: 5rem;
  }
  .pageHead__text .pageTitle .en {
    margin-bottom: 0.5em;
  }
  .pageHead__text .readText {
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .pageHead__image {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: static;
  }
}

.heading {
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.heading.-lv2 {
  font-size: clamp(3rem, 4vw, 4rem);
  margin-top: clamp(6rem, 9vw, 12rem);
  margin-bottom: clamp(5rem, 9vw, 10rem);
  line-height: 1.3;
}
.heading.-lv3 {
  font-size: clamp(2.2rem, 3.2vw, 2.7rem);
  margin-top: clamp(5rem, 7vw, 9.6rem);
  margin-bottom: clamp(3rem, 4vw, 4rem);
}
.heading.-lv4 {
  font-size: clamp(2rem, 3.2vw, 2.3rem);
  margin-top: clamp(5rem, 8vw, 7.6rem);
  margin-bottom: 2rem;
}
.heading.-lv5 {
  font-size: clamp(1.8rem, 2.5vw, 2rem);
  margin-top: clamp(5rem, 8vw, 7.3rem);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}
.heading.-bgBlue span {
  display: inline-block;
  padding: 0.65em;
  background-color: #044AA5;
  color: #FFFFFF;
}
.heading.-bgBlue.-lv4 span, .heading.-bgBlue.-lv5 span {
  padding: 0.25em 0.6em;
}
.heading.-center {
  text-align: center;
}
.heading.-linedBlue {
  display: block;
  padding: clamp(1.2rem, 2.3vw, 2.1rem) 1rem;
  border-top: 2px solid #044AA5;
  border-bottom: 2px solid #044AA5;
}
.heading.-textWhite {
  color: #FFFFFF;
}
.heading.-textBlue {
  color: #044AA5;
}

.heading:first-child {
  margin-top: 0;
}

.heading.-lv2:has(+ p) {
  margin-bottom: 3rem;
}

.heading + .readText {
  margin-bottom: clamp(5rem, 9vw, 9.6rem);
}

.heading.-lv3 + .readText {
  margin-bottom: clamp(4rem, 6vw, 5.5rem);
}

.heading.-lv4 + .readText,
.heading.-lv5 + .readText {
  margin-bottom: clamp(1.5rem, 2.2vw, 1.8rem);
}

.heading + .readText:has(+ p) {
  margin-bottom: 1em;
}

/*==================================================================================================
	レイアウト Layout
==================================================================================================*/
.flexList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem 10rem;
  margin-bottom: clamp(2.7rem, 4vw, 6rem);
}
.flexList__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.flexList.-col2 .flexList__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 10rem) / 2);
      -ms-flex: 0 0 calc((100% - 10rem) / 2);
          flex: 0 0 calc((100% - 10rem) / 2);
}
.flexList.-col3 .flexList__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 20em) / 3);
      -ms-flex: 0 0 calc((100% - 20em) / 3);
          flex: 0 0 calc((100% - 20em) / 3);
}
.flexList__item.-single {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}
@media screen and (max-width: 1060px) {
  .flexList {
    gap: 2rem 4rem;
  }
  .flexList.-col2 .flexList__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 4rem) / 2);
        -ms-flex: 0 0 calc((100% - 4rem) / 2);
            flex: 0 0 calc((100% - 4rem) / 2);
  }
  .flexList.-col3 .flexList__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 8rem) / 3);
        -ms-flex: 0 0 calc((100% - 8rem) / 3);
            flex: 0 0 calc((100% - 8rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .flexList {
    gap: 1rem 0;
  }
  .flexList.-col2 .flexList__item, .flexList.-col3 .flexList__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.gridList {
  display: grid;
  gap: 4rem 6rem;
  margin-bottom: clamp(2.7rem, 4vw, 6rem);
}
.gridList.-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.gridList.-col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1060px) {
  .gridList {
    gap: 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .gridList {
    gap: 1rem 0;
  }
  .gridList.-col2, .gridList.-col3 {
    grid-template-columns: 1fr;
  }
}

.cardListWrap {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .cardListWrap {
    margin-right: -5vw;
  }
}
@media screen and (max-width: 560px) {
  .cardListWrap {
    margin-right: -8vw;
  }
}

.cardList {
  display: grid;
  gap: 4rem 6rem;
}
.cardList.-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.cardList.-col3 {
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: repeat(3, 370px);
  max-width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.cardList__img {
  display: block;
  margin-bottom: clamp(2rem, 3vw, 2.6rem);
  text-align: center;
  line-height: 1;
}
.cardList__img img {
  border-radius: 0.2rem;
}
.cardList__label {
  margin-bottom: 1.3rem;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 600;
}
.cardList__label.-center {
  text-align: center;
}
.cardList__label.-textBlue {
  color: #044AA5;
}
.cardList__text.-center {
  text-align: center;
}
.cardList__text.-textBlue {
  color: #044AA5;
}
@media screen and (max-width: 1160px) {
  .cardList.-col3 {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 1060px) {
  .cardList {
    gap: 4rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .cardList {
    gap: 4rem;
  }
  .cardList.-col2 {
    grid-template-columns: 1fr;
  }
  .cardList.-col3 {
    grid-template-columns: repeat(3, 300px);
    padding-right: 5vw;
  }
  .cardList__label.-center {
    text-align: left;
  }
}
@media screen and (max-width: 560px) {
  .cardList.-col3 {
    padding-right: 8vw;
  }
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.feature.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature.-reverse__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(40% - 4rem);
      -ms-flex: 0 0 calc(40% - 4rem);
          flex: 0 0 calc(40% - 4rem);
}
.feature.-reverse__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(60% - 4rem);
      -ms-flex: 0 0 calc(60% - 4rem);
          flex: 0 0 calc(60% - 4rem);
}
.feature__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(53% - 2.5rem);
      -ms-flex: 0 0 calc(53% - 2.5rem);
          flex: 0 0 calc(53% - 2.5rem);
  text-align: center;
}
.feature__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(47% - 2.5rem);
      -ms-flex: 0 0 calc(47% - 2.5rem);
          flex: 0 0 calc(47% - 2.5rem);
}
.feature__title {
  font-size: clamp(2rem, 3.2vw, 3rem);
  margin-bottom: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.5;
}
.feature__text {
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.feature__text a {
  color: #CA302F;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature__text a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1060px) {
  .feature {
    gap: 4rem;
  }
  .feature.-reverse__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(40% - 2rem);
        -ms-flex: 0 0 calc(40% - 2rem);
            flex: 0 0 calc(40% - 2rem);
  }
  .feature.-reverse__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(60% - 2rem);
        -ms-flex: 0 0 calc(60% - 2rem);
            flex: 0 0 calc(60% - 2rem);
  }
  .feature__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(60% - 2rem);
        -ms-flex: 0 0 calc(60% - 2rem);
            flex: 0 0 calc(60% - 2rem);
  }
  .feature__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(40% - 2rem);
        -ms-flex: 0 0 calc(40% - 2rem);
            flex: 0 0 calc(40% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .feature.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature__image {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .feature__content {
    display: contents;
  }
  .feature__title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
  .feature__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 4rem;
  }
  .feature .btnArea {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

.feature + .feature {
  margin-top: clamp(2.7rem, 4vw, 6rem);
}

/*==================================================================================================
	スライダー Slider
==================================================================================================*/
.splide__pagination {
  margin-top: 3rem;
  gap: 0 1.2rem;
}
.splide__pagination__page {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #DDDDDD;
  border: none;
  border-radius: 99em;
}
.splide__pagination__page.is-active {
  background-color: #044AA5;
}

/*==================================================================================================
	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%;
}
/*==================================================================================================
	Wordpress ブロックエディタの編集画面用スタイル
==================================================================================================*/
.editor-styles-wrapper.block-editor-writing-flow .edit-post-visual-editor__post-title-wrapper .edit-post-visual-editor__post-title-wrapper .editor-post-title {
  margin: 0 auto;
}
.editor-styles-wrapper.block-editor-writing-flow .edit-post-visual-editor__post-title-wrapper .edit-post-visual-editor__post-title-wrapper .editor-post-title:before {
  content: none;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content > * {
  margin-top: 1em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content p {
  margin-top: 0.6em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content p a {
  text-decoration: underline;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content p a:hover {
  text-decoration: none;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content ul {
  padding-left: 1em;
  margin-top: 1em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content ul li {
  list-style-type: disc;
  margin-bottom: 0.3em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content ul li:last-child {
  margin-bottom: 0.3em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content ol {
  padding-left: 2em;
  margin-top: 1em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content ol li {
  margin-bottom: 0.3em;
  list-style-type: decimal-leading-zero;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content ol li:last-child {
  margin-bottom: 0.3em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-block-table {
  width: 100%;
  max-width: 900px;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-block-table .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-block-column > * {
  margin-top: 1em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-block-quote {
  border: #EEEEEE 2px solid;
  background: #F6F6F6;
  padding: 1em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-block-quote > * {
  margin-top: 1em;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-block-quote > *:first-child {
  margin-top: 0 !important;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-block-quote cite {
  color: #999;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-block-code {
  background: #1B1E2D;
  color: #FFFFFF;
  padding: 1em;
  overflow-x: auto;
  font-size: 90%;
}
.editor-styles-wrapper.block-editor-writing-flow .wp-block-post-content .wp-element-caption {
  text-align: center;
  font-size: 90%;
  margin-top: 0.6em;
}

.wp-block-image .components-resizable-box__container {
  height: auto !important;
  max-width: 100% !important;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body.noScrolled {
  height: 100%;
  overflow: hidden;
}

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

.no_javascript .noJsMessage {
  padding: 1em 0;
}
.no_javascript .splide {
  visibility: visible;
}
.no_javascript .splide__track {
  overflow: auto;
}
.no_javascript .splide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.no_javascript .splide__control {
  display: none;
}
.no_javascript .lContainer.topPage .mainView .imgBox img {
  max-width: 130rem;
}
.no_javascript .rankingWrap {
  padding-bottom: 3rem;
  overflow-x: auto;
}
.no_javascript .lContainer.topPage .faqSec .faqList__content {
  display: block;
}
.no_javascript footer .footerCnt .footerWrap .footerNav__child {
  display: block;
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
a {
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}

.readText {
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.85;
}
.readText.-center {
  text-align: center;
}
.readText.-centerFixed {
  text-align: center;
}
.readText.-textLg {
  font-size: 1.7rem;
}
.readText.-textLg strong {
  font-weight: 500;
}
.readText.-textWhite {
  color: #FFFFFF;
}
.readText a {
  color: #044AA5;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.readText a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .readText.-center {
    text-align: left;
  }
}

.readText + .readText {
  margin-top: 1em;
}

.notes {
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: clamp(1.6rem, 2.2vw, 1.8rem);
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .notes {
    font-size: 1rem;
  }
}
.notes.-left {
  text-align: left;
}
.notes.-center {
  text-align: center;
}
.notes.-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .notes.-center, .notes.-right {
    text-align: left;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 560px) {
  .inner {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.inner.-lg {
  max-width: 1310px;
}
.inner.-md {
  max-width: 1200px;
}
.inner.-sm {
  max-width: 860px;
}

.mContainer {
  padding: 7.8em 0 7.3em;
}
@media screen and (max-width: 1060px) {
  .mContainer {
    padding: 6em 0;
  }
}
@media screen and (max-width: 860px) {
  .mContainer {
    padding: 5em 0;
  }
}
@media screen and (max-width: 767px) {
  .mContainer {
    padding: 4.2em 0;
  }
}

.bgYellowLight {
  background-color: #FFF9E2;
}

.bgBlueLight {
  background-color: #F2F7FF;
}/*# sourceMappingURL=base.css.map */