@charset "UTF-8";
/* -------------------------------------------*/
/* Google Fonts: load via CSS so theme CSS includes fonts directly */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=League+Spartan:wght@400;700&family=Fira+Sans:wght@400;700&display=swap");
/* -------------------------------------------*/
/*underline*/
/*arrow-fade*/
@-webkit-keyframes arrow-fade {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes arrow-fade {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  49% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/* fade */
.js-fade__view {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 800ms;
  transition: 800ms;
}
.js-fade__view--delay1 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.js-fade__view--delay2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.is-fade__view.js-fade__view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade__down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: 800ms;
  transition: 800ms;
}
.js-fade__down--delay1 {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.js-fade__down--delay2 {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.is-fade__down.js-fade__down {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5% !important;
  overflow: auto;
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem !important;
  font-weight: 400;
  height: 100%;
  letter-spacing: normal;
  line-height: 1.5 !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

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

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* -------------------------------------------*/
:root {
  --content_width: 1280px;
  --content-both_space: 40px;
  --header_height:142px;
  --waves_height: 60px;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  letter-spacing: 0.1em;
  position: relative;
  width: 100%;
}
input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 5px;
  height: 300px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-webkit-input-placeholder {
  color: #F1F8FE;
  opacity: 1;
}
input[type=text]:disabled::-moz-placeholder {
  color: #F1F8FE;
  opacity: 1;
}
input[type=text]:disabled:-ms-input-placeholder {
  color: #F1F8FE;
  opacity: 1;
}
input[type=text]:disabled::-ms-input-placeholder {
  color: #F1F8FE;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #F1F8FE;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.5;
  transition: 0.5;
  -webkit-transition-property: color;
  cursor: pointer;
  transition-property: color;
}

input[type=radio] + .mwform-radio-field-text::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  height: 20px;
  transform: translateY(-50%);
  width: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  content: "";
  left: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background-color: #37B9BE;
  border-radius: 50%;
  display: block;
  height: 12px;
  transform: translateY(-50%);
  width: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  vertical-align: middle;
}

input[type=checkbox] + label {
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
  -webkit-transition: 0.5;
  transition: 0.5;
  -webkit-transition-property: color;
  cursor: pointer;
  transition-property: color;
}

input[type=checkbox] + label::before {
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 16px;
  -webkit-transform: translateY(-50%);
  background: #FFFFFF;
  border: 2px #818181 solid;
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

input[type=checkbox] + label::after {
  border-bottom: 3px solid #F1F8FE;
  border-left: 3px solid #F1F8FE;
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  position: absolute;
  top: 5px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: color;
  opacity: 0;
  transition-property: color;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.mwform-tel-field > input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px #F1F8FE solid;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-header {
  background-color: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 27px rgba(0, 0, 0, 0.16);
}

/* -------------------------------------------*/
body {
  background-color: #f7f7f7;
  overflow: visible;
}

.l-main {
  margin: 55px auto 100px;
}
.l-main__inner {
  margin: 0 auto;
  max-width: 1280px;
  max-width: var(--content_width);
  padding: 0 40px;
  padding: 0 var(--content-both_space);
}

/* -------------------------------------------*/
.breadcrumb {
  background-color: #FFFFFF;
  padding: 22px 0;
  width: 100%;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  max-width: var(--content_width);
  padding: 0 40px;
  padding: 0 var(--content-both_space);
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb ul li {
  font-size: 1.6rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.breadcrumb ul li + li::before {
  color: #000000;
  content: ">";
  margin: 0 0.5em;
}
.breadcrumb ul li:last-child {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* -------------------------------------------*/
.c-btn__oval-border {
  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;
  background-color: rgba(255, 255, 255, 0.75);
  border: 2px solid #005EA7;
  border-radius: 50px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
          justify-content: center;
  padding: 20px 29px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn__oval-border img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn__oval-border:hover {
  background-color: #005EA7;
  color: #FFFFFF;
}
.c-btn__oval-border:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.c-btn__oval-border img {
  height: auto;
  margin-right: 9px;
  width: 20px;
}
.c-btn__oval-download {
  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;
  background-color: #FFFFFF;
  border: 2px solid #005EA7;
  border-radius: 50px;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
          justify-content: center;
  padding: 21px 40px;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn__oval-download img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn__oval-download:hover {
  background-color: #005EA7;
  color: #FFFFFF;
}
.c-btn__oval-download:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.c-btn__oval-download img {
  height: auto;
  margin-right: 9px;
  width: 20px;
}
.c-btn__square {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 103px;
  min-width: 300px;
  -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;
  color: #FFFFFF;
  font-size: 1.9rem;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#37B9BE), color-stop(50%, #268AB7), color-stop(50%, #268AB7), to(#268AB7));
  background: linear-gradient(90deg, #37B9BE 0%, #268AB7 50%, #268AB7 50%, #268AB7 100%);
  background-position: 0% 0%;
  background-size: 200% 100%;
  transition: all 0.3s;
  -webkit-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
}
.c-btn__square:hover {
  background-position: 100% 0%;
}
.c-btn__square::before {
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
  margin-right: 10px;
          transform: rotate(-45deg);
}
.c-btn__square-midium {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
  height: 65px;
  min-width: 240px;
  -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;
  color: #FFFFFF;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: -webkit-gradient(linear, left top, right top, from(#37B9BE), color-stop(50%, #268AB7), color-stop(50%, #268AB7), to(#268AB7));
  background: linear-gradient(90deg, #37B9BE 0%, #268AB7 50%, #268AB7 50%, #268AB7 100%);
  background-position: 0% 0%;
  background-size: 200% 100%;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
}
.c-btn__square-midium:hover {
  background-position: 100% 0%;
}
.c-btn__square-midium::before {
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  margin-right: 8px;
          transform: rotate(-45deg);
}
.c-btn__submit {
  display: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn__submit input {
  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;
  background-color: #005EA7;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
          justify-content: center;
  min-width: 334px;
  padding: 18px 45px 18px 18px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn__submit::after {
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 50%;
  width: 12px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.c-btn__confirm {
  display: block;
}
.c-btn__back {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.c-btn__back::after {
  display: none;
}
.c-btn__back input {
  background-color: #278EB8;
  min-width: 180px;
  padding: 18px;
}

/* -------------------------------------------*/
.c-cta {
  background-image: url("../img/common/cta/cta_bg.webp");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  padding: 85px 0 58px;
  width: 100%;
}
.c-cta__inner {
  margin: 0 auto;
  max-width: 1280px;
  max-width: var(--content_width);
  padding: 0 40px;
  padding: 0 var(--content-both_space);
}
.c-cta__title {
  border-bottom: 1px solid #FFFFFF;
  font-size: 3.8rem;
  font-weight: 700;
  padding-bottom: 40px;
}
.c-cta__title .large {
  font-size: 4.5rem;
}
.c-cta__content {
  display: grid;
  grid-template-columns: 5fr 4fr;
  margin-top: 48px;
  grid-column-gap: 7%;
  -webkit-column-gap: 7%;
     -moz-column-gap: 7%;
          column-gap: 7%;
}
.c-cta__item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.c-cta__item-detail {
  display: grid;
  grid-template-columns: 2fr 5fr;
  grid-column-gap: 24px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-cta__item-img img {
  min-width: 131px;
}
.c-cta__item-title {
  font-size: 2.2rem;
  font-weight: 500;
}
.c-cta__item-sub {
  font-size: 3rem;
  font-weight: 500;
}
.c-cta__item-img {
  text-align: center;
}
.c-cta__item-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-cta__item-button {
  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;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  color: #000000;
  gap: 11px;
  height: 69px;
          justify-content: center;
  max-width: 355px;
  padding: 6px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-cta__item-button img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-cta__item-button:hover {
  background-color: #005EA7;
  color: #FFFFFF;
}
.c-cta__item-button:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.c-cta__item-icon {
  height: 27px;
  width: 31px;
}
.c-cta__item-description {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.8;
  margin-top: 22px;
  margin-top: 16px;
}
.c-cta__float {
  bottom: 0;
  height: 342px;
  opacity: 1;
  position: fixed;
  right: 0;
  width: 229px;
  z-index: 999;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}
.c-cta__float.is-hide {
  opacity: 0;
  -webkit-transform: translateY(100px);
  pointer-events: none;
          transform: translateY(100px);
}
.c-cta__float-clsBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  -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;
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
  font-weight: 700;
          justify-content: center;
}

/* -------------------------------------------*/
.c-faqAccordion__item {
  border: 1px solid #000000;
  border-bottom: none;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-faqAccordion__item:last-child {
  border-bottom: 1px solid #000000;
}
.c-faqAccordion__question {
  padding: 51px 76px;
  position: relative;
}
.c-faqAccordion__question::before {
  color: #37B9BE;
  content: "Q";
  font-size: 25px;
  font-weight: 700;
  left: 37px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-faqAccordion__question::after {
  content: "＋";
  position: absolute;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  color: #37B9BE;
  cursor: pointer;
          transform: translateY(-50%);
  -webkit-transition: none;
  transition: none;
}
.c-faqAccordion__question.is-open::after {
  content: "－";
}
.c-faqAccordion__answer {
  color: #000000;
  display: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 10px 76px 50px;
}
.c-faqAccordion__answer-text {
  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;
}
.c-faqAccordion__answer-text::before {
  color: #005EA7;
  content: "A";
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  margin-right: 10px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.c-faqAccordion__answer-text p + p {
  margin-top: 1em;
}
.c-faqAccordion__answer-text a {
  color: #278EB8;
}
.c-faqAccordion__answer-text a:hover {
  text-decoration: underline;
}

/* -------------------------------------------*/
.c-footer {
  background-color: #FFFFFF;
  padding-bottom: 80px;
  padding-top: 18px;
  width: 100%;
}
.c-footer__inner {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
}
.c-footer__nav {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer__nav-item {
  font-size: 1.5rem;
  padding: 0 1em;
  position: relative;
}
.c-footer__nav-item a:hover {
  text-decoration: underline;
}
.c-footer__nav-item::after {
  content: "|";
  left: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-footer__nav-item:last-child {
  padding-right: 0;
}
.c-footer__nav-item:last-child::after {
  display: none;
}
.c-footer__content {
  display: grid;
  grid-template-columns: 196px 1fr;
  margin-top: 65px;
  grid-gap: clamp(24px, 4vw, 54px);
  gap: clamp(24px, 4vw, 54px);
}
.c-footer__logo-area {
  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;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 14px;
}
.c-footer__logo-area img {
  height: auto;
  width: 195px;
}
.c-footer__title {
  font-size: 3.1rem;
  font-weight: 700;
}
.c-footer__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 46px;
}
.c-footer__link-list-item {
  margin-top: 6px;
}
.c-footer__link-list-item.child::before {
  content: "-";
  display: inline-block;
}
.c-footer__link-list-item a:hover {
  text-decoration: underline;
}
.c-footer__copyright {
  margin-top: 55px;
  text-align: center;
}
.c-footer--simple {
  background-color: #f7f7f7;
  height: 126px;
}
.c-footer--simple__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  border-top: 1px solid #707070;
          justify-content: center;
}

/* -------------------------------------------*/
html:has(.c-header__nav-drawer.is-open) {
  overflow: hidden;
}

.c-header {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 clamp(20px, 3.47vw, 50px);
}
.c-header__inner {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
.c-header__logo {
  height: auto;
  width: clamp(110px, 10.7vw, 142px);
}
.c-header__logo img {
  height: auto;
  width: 100%;
}
.c-header__logo-area {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
}
.c-header__right {
  height: 100%;
}
.c-header__contact-area {
  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-top: 0;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-header__tel {
  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-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.c-header__tel-label {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-header__tel-number {
  color: #005EA7;
  font-size: 3.5rem;
  font-weight: 500;
}
.c-header__tel-hours {
  font-size: 1rem;
  font-weight: 400;
}
.c-header__catch {
  display: block;
  font-size: clamp(1.2rem, 1.2vw, 1.5rem);
  font-weight: 400;
}
.c-header__ssw {
  display: block;
  font-size: clamp(1.3rem, 1.3vw, 1.6rem);
  font-weight: 700;
}
.c-header__inquiry-button {
  background-color: #005EA7;
  border-radius: 0 0 10px 10px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 16px 22px;
  -webkit-column-gap: 5.2px;
     -moz-column-gap: 5.2px;
          column-gap: 5.2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-header__inquiry-button:hover {
  background-color: #37B9BE;
}
.c-header__inquiry-icon {
  height: 14px;
  width: 14px;
}
.c-header__nav {
  margin-top: 22px;
}
.c-header__nav-list {
  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-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.c-header__nav-logo-sp {
  display: none;
}
.c-header__nav-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 998;
}
.c-header__nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.c-header__nav-item {
  position: relative;
}
.c-header__nav-item a {
  color: #000000;
  display: inline-block;
  padding-bottom: 8px;
  text-decoration: none;
}
.c-header__nav-item a:hover {
  opacity: 1;
}
.c-header__nav-item::after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0%;
  -webkit-transition: width 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#37B9BE), to(#268AB7));
  background: linear-gradient(90deg, #37B9BE 0%, #268AB7 100%);
  transition: width 0.3s;
}
.c-header__nav-item:hover::after {
  width: 100%;
}
.c-header__nav-item.is-active::after {
  width: 100%;
}
.c-header__nav-item-spOnly {
  display: none;
}
.c-header__nav-toggle {
  cursor: pointer;
  display: none;
}
.c-header__nav-toggle-dot {
  background-color: #000000;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-header__nav-toggle.is-open .c-header__nav-toggle-dot {
  background-color: #FFFFFF;
  border-radius: 0;
  height: 2px;
  width: 24px;
}
.c-header__nav-toggle.is-open .c-header__nav-toggle-dot:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(405deg);
          transform: translateY(7px) rotate(405deg);
}
.c-header__nav-toggle.is-open .c-header__nav-toggle-dot:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.c-header__nav-toggle.is-open .c-header__nav-toggle-dot:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(315deg);
          transform: translateY(-7px) rotate(315deg);
}
.c-header--simple .c-header__inner {
  margin: 0 auto;
  max-width: 1280px;
  max-width: var(--content_width);
  padding-left: 40px;
  padding-left: var(--content-both_space);
  padding-right: 40px;
  padding-right: var(--content-both_space);
}
.c-header--simple .c-header__logo {
  width: 100px;
}
.c-header--simple .c-header__logo-area {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

/* -------------------------------------------*/
.c-heading__archive-lv2 {
  font-size: 4.5rem;
  font-weight: 700;
}
.c-heading__archive-subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 29px;
  max-width: 711px;
}
.c-heading__resources-lv2 {
  font-size: 3rem;
  font-weight: 700;
  padding-top: 16px;
  position: relative;
}
.c-heading__resources-lv2::before {
  background: -webkit-gradient(linear, left top, right top, from(#37B9BE), to(#268AB7));
  background: linear-gradient(90deg, #37B9BE 0%, #268AB7 100%);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}

/* -------------------------------------------*/
.c-icon--inline {
  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;
}
.c-icon--circle {
  background-color: #37B9BE;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  width: 70px;
  -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;
}
.c-icon--circle img {
  height: auto;
  max-height: 39px;
  max-width: 39px;
  width: auto;
}
.c-icon--circle-grad {
  background: -webkit-gradient(linear, left top, left bottom, from(#37B9BE), to(#268AB7));
  background: linear-gradient(180deg, #37B9BE 0%, #268AB7 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 121px;
  width: 121px;
  -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;
}
.c-icon--circle-grad img {
  height: auto;
  max-height: 60px;
  max-width: 60px;
  width: auto;
}

/* -------------------------------------------*/
.c-link--arrow-simple {
  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;
  color: #000000;
  font-size: 1.5rem;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link--arrow-simple::before {
  border-bottom: 2px solid #37B9BE;
  border-right: 2px solid #37B9BE;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 9px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-link--arrow-simple:hover {
  text-decoration: underline;
}

/* -------------------------------------------*/
.c-text--required {
  background-color: #FFFFFF;
  border: 2px solid #D73F39;
  border-radius: 50px;
  color: #D73F39;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 6px;
  padding: 4px 12px 5px 11px;
}

/* -------------------------------------------*/
.c-titleBar {
  background-image: url("../img/pages/titleBar-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 142px;
  height: var(--header_height);
  width: 100%;
}
.c-titleBar__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
  max-width: var(--content_width);
  padding: 0 40px;
  padding: 0 var(--content-both_space);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-titleBar__title {
  font-size: 3.6rem;
  font-weight: 700;
}
.c-titleBar__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
}

/* -------------------------------------------*/
.u-strong {
  font-weight: 700;
}

.u-visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-inlineBlock {
  display: inline-block;
}

.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-mask--c-black {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.u-mask--c-white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: 1280px;
  max-width: var(--content_width);
}

.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #FFFFFF;
}

.u-c--b-white {
  color: #FFFFFF;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

@media screen and (max-width: 1380px){
  .c-footer__link {
    display: grid;
    grid-template-columns: 200px 200px;
  }
}

@media screen and (max-width: 1000px){
  html {
    font-size: 57.5% !important;
  }
  :root {
    --content_width: 860px;
    --content-both_space: 20px;
    --header_height:130px;
    --waves_height: 20px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  input[type=checkbox] + label {
    padding-left: 30px;
  }
  .select-parts select {
    font-size: 15rem;
  }
  .l-main {
    margin: 36px auto 40px;
  }
  .breadcrumb {
    display: none;
  }
  .c-cta__content {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .c-cta__item {
    row-gap: 0;
  }
  .c-cta__item-detail {
    grid-template-columns: 30% 1fr;
  }
  .c-footer__nav {
    display: none;
  }
  .c-footer__content {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 48px;
  }
  .c-footer__right {
    display: none;
  }
  .c-header__inner {
    height: 81px;
  }
  .c-header__logo {
    width: 83px;
  }
  .c-header__contact-area {
    display: none;
  }
  .c-header__ssw {
    display: none;
  }
  .c-header__nav-list {
    display: none;
  }
  .c-header__nav-list li {
    width: 100%;
  }
  .c-header__nav-list li:last-child a {
    border: none;
  }
  .c-header__nav-logo-sp {
    display: block;
    margin-bottom: 20px;
    margin-top: 24px;
    padding: 0 4px;
    text-align: left;
  }
  .c-header__nav-logo-sp a {
    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;
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .c-header__nav-logo-sp a img {
    height: auto;
    margin-right: 16px;
    width: 83px;
  }
  .c-header__nav-drawer {
    background-color: #005EA7;
    height: 100dvh;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: right 0.3s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    padding: 0 20px 20px;
    transition: right 0.3s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-header__nav-drawer.is-open {
    right: 0;
  }
  .c-header__nav-drawer .c-header__nav-list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.8rem;
    margin: 0 auto;
    max-width: 360px;
    overflow: auto;
    width: 100%;
  }
  .c-header__nav-item a {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-size: 2rem;
    font-weight: 500;
    padding: 15px 0;
    width: 100%;
  }
  .c-header__nav-item::after {
    display: none;
  }
  .c-header__nav-item-spOnly {
    display: block;
    margin-top: auto;
    text-align: center;
  }
  .c-header__nav-item-spOnly .c-header__nav-inquiry-btn {
    background-color: #FFFFFF;
    border-radius: 50px;
    color: #005EA7;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    padding: 19px 70px;
    text-decoration: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    gap: 10px;
  }
  .c-header__nav-toggle {
    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;
    -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;
    gap: 5px;
    height: 24px;
            justify-content: center;
    position: fixed;
    right: 20px;
    top: 30px;
    width: 24px;
    z-index: 1000;
  }
  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 667px){
  html {
    font-size: 62.5% !important;
  }
  :root {
    --content_width: 100%;
  }
  .c-cta__inner {
    max-width: none;
    width: 100%;
  }
  .c-cta__title {
    border: none;
    font-size: 2.4rem;
    padding: 0;
    text-align: center;
  }
  .c-cta__title .large {
    font-size: 2.4rem;
  }
  .c-cta__content {
    margin-top: 28px;
    row-gap: 48px;
  }
  .c-cta__item-text {
    margin-top: 27px;
  }
  .c-cta__item-detail {
    grid-template-columns: 1fr;
  }
  .c-cta__item-title {
    font-size: 2rem;
  }
  .c-cta__item-sub {
    font-size: 2rem;
  }
  .c-cta__item-cta {
    margin-top: 37px;
  }
  .c-cta__item-description {
    font-size: 1.4rem;
  }
  .c-cta__float {
    display: none;
  }
  .c-faqAccordion__question {
    font-weight: 700;
    padding: 36px 55px;
  }
  .c-faqAccordion__question::before {
    left: 25px;
  }
  .c-faqAccordion__answer {
    padding-left: 27px;
    padding-right: 55px;
  }
  .c-heading__archive-lv2 {
    font-size: 2.3rem;
  }
  .c-heading__archive-subtitle {
    font-size: 1.4rem;
    margin-top: 22px;
  }
  .c-heading__resources-lv2 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .c-heading__resources-lv2::before {
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .c-icon--circle {
    height: 42px;
    width: 42px;
  }
  .c-icon--circle img {
    height: auto;
    max-height: 24px;
    max-width: 24px;
    width: auto;
  }
  .c-titleBar__title {
    font-size: 2.5rem;
  }
  .u-sp {
    display: none !important;
  }
}

@media screen and (min-width: calc(667px + 1px)){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .u-pt {
    display: none !important;
  }
}

@media screen and (min-width: calc(1000px + 1px)){
  .c-header__nav-overlay {
    display: none;
  }
  .u-st {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
