@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**/
html, body {
  color: #434343;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Noto Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Arial, verdana, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
body {
  width: 100%;
}

/*img reset*/
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=button],
input[type=email],
input[type=checkbox],
input[type=submit],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[class*="--ttl"],
[class*=__ttl] {
  font-size: 1.5rem;
}
[class*="--txt"],
[class*=__txt] {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}

[class*=__inner] {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.wrapper {
  width: 100%;
  margin: auto;
  position: relative;
}
.indentHarf {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

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

.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}

.hover {
  transition: all 0.3s ease;
}

.link-blank {
  font-size: 1.2rem;
}
.link-blank::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-left: 0.7em;
  background: url(/img/common/ico_blank.png) no-repeat;
  background-position: 0 0.2em;
  background-size: 100% auto;
}

.link-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.flex-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

@-webkit-keyframes leftIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes leftIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.scroll_off1 {
  -webkit-animation: scroll_off1 0.75s ease-in-out both;
          animation: scroll_off1 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_off1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll_off1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scroll_on1 {
  -webkit-animation: scroll_on1 0.75s ease-in-out both;
          animation: scroll_on1 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_on1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scroll_on1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll_off2 {
  -webkit-animation: scroll_off2 0.75s ease-in-out both;
          animation: scroll_off2 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_off2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}

@keyframes scroll_off2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on2 {
  -webkit-animation: scroll_on2 0.75s ease-in-out both;
          animation: scroll_on2 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_on2 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scroll_on2 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off3 > * {
  -webkit-animation: scroll_off3 0.75s ease-in-out both;
          animation: scroll_off3 0.75s ease-in-out both;
}

.scroll_off3 > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll_off3 > *:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.scroll_off3 > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll_off3 > *:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.scroll_off3 > *:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll_off3 > *:nth-child(6) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.scroll_off3 > *:nth-child(7) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll_off3 > *:nth-child(8) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.scroll_off3 > *:nth-child(9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll_off3 > *:nth-child(10) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

@-webkit-keyframes scroll_off3 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}

@keyframes scroll_off3 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on3 > * {
  -webkit-animation: scroll_on3 0.75s ease-in-out both;
          animation: scroll_on3 0.75s ease-in-out both;
}

.scroll_on3 > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll_on3 > *:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.scroll_on3 > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scroll_on3 > *:nth-child(4) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.scroll_on3 > *:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scroll_on3 > *:nth-child(6) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.scroll_on3 > *:nth-child(7) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scroll_on3 > *:nth-child(8) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.scroll_on3 > *:nth-child(9) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scroll_on3 > *:nth-child(10) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

@-webkit-keyframes scroll_on3 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scroll_on3 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off4 {
  -webkit-animation: scroll_off4 0.75s ease-in-out both;
          animation: scroll_off4 0.75s ease-in-out both;
}

@-webkit-keyframes scroll_off4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}

@keyframes scroll_off4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
.scroll_on4 {
  -webkit-animation: scroll_on4 0.5s ease-in-out both;
          animation: scroll_on4 0.5s ease-in-out both;
}

@-webkit-keyframes scroll_on4 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scroll_on4 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.scroll_off5 > * {
  -webkit-animation: scroll_off5 0.75s ease-in-out both;
          animation: scroll_off5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes scroll_off5 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
}

@keyframes scroll_off5 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
}
.scroll_on5 > * {
  -webkit-animation: scroll_on5 0.75s ease-in-out both;
          animation: scroll_on5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes scroll_on5 {
  0% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes scroll_on5 {
  0% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
[class*=__title--h2] {
  font-size: min(3.8vw, 44px);
  font-weight: 900;
  text-align: center;
  position: relative;
}
[class*=__title--h2] em {
  color: #0B4B9E;
  font-style: normal;
}
[class*=__title--h2]::after {
  content: "";
  display: block;
  width: 86px;
  height: 16px;
  margin: 30px auto 0;
  background: url("../img/common/triangle_blue.svg") space;
}

[class*=__title--h3] {
  color: #0B4B9E;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 47px;
}

.header {
  position: relative;
  z-index: 10;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
}
.header__inner > * {
  opacity: 1;
}
.header .logo {
  width: 22%;
  max-width: 230px;
  margin-top: 35px;
}
.header__inquiry {
  color: #fff;
  font-size: min(1.8vw, 18px);
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  align-self: flex-start;
  width: 20%;
  max-width: 206px;
  padding: 20px 0 20px;
  background: #0B4B9E;
  margin-top: -6px;
  border-radius: 0 0 10px 10px;
  border: 6px double #fff;
  transition: background 0.3s;
}

.sideBtns {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
}
.sideBtns li {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 900;
  text-align: center;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  padding: 20px 15px 58px;
  border-radius: 10px 0 0 10px;
  transition: all 0.3s;
}
.sideBtns li + li {
  margin-top: 20px;
}
.sideBtns li:nth-child(1) {
  background: #0B4B9E url("../img/common/ico_mail.svg") no-repeat bottom center/contain;
}
.sideBtns li:nth-child(2) {
  background: #0B4B9E url("../img/common/ico_building.svg") no-repeat bottom center/contain;
}
.sideBtns li:nth-child(3) {
  background: #0B4B9E url("../img/common/ico_person.svg") no-repeat bottom center/contain;
}

.faq {
  padding: 94px 0 100px;
  background: #EFEFEF;
}
.faq__title--h2 {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.faq__title--h2 em {
  color: #0B4B9E;
  font-style: normal;
}
.faq__title--h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 16px;
  margin: 34px auto 0;
  background: url("../img/common/triangle_blue.svg") space;
}
.faq__title--h3 {
  color: #0B4B9E;
  font-size: 26px;
  font-weight: 900;
  text-align: left;
}
.faq__title--h3::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  background: #0B4B9E;
  margin: 14px 0 30px;
}
.faq__sec {
  margin-top: 50px;
}
.faq__sec + .faq__sec {
  margin-top: 40px;
}
.faqAcc {
  position: relative;
}
.faqAcc + .faqAcc {
  margin-top: 20px;
}
.faqAcc dt {
  color: #434343;
  font-size: min(2.55vw, 22px);
  font-weight: 900;
  line-height: 56px;
  width: calc(100% - 65px);
  overflow: hidden;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #0B4B9E;
  cursor: pointer;
  transition: all 0.3s;
}
.faqAcc dt em {
  color: #fff;
  font-style: normal;
  display: inline-block;
  width: 70px;
  background: #0B4B9E;
  text-align: center;
  margin-right: 30px;
}
.faqAcc .js-accBtn {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  border-radius: 100%;
  background: #0B4B9E;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.faqAcc .js-accBtn::before, .faqAcc .js-accBtn::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 15px);
}
.faqAcc .js-accBtn::after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.faqAcc .answer {
  color: #434343;
  font-size: 14px;
  font-weight: 900;
  line-height: 2.1428571429;
  padding: 20px 40px 26px;
  background: #fff;
  border-radius: 15px;
  margin-top: 10px;
  pointer-events: none;
}
.faqAcc.open dt {
  color: #fff;
  background: #6C9EE0;
  transition: all 0.3s;
}
.faqAcc.open .js-accBtn::after {
  transform: rotate(0);
  transition: transform 0.5s;
}

.inquiry {
  padding: 97px 0 80px;
}
.inquiry__title--h2 {
  color: #0B4B9E;
  font-size: min(4.2vw, 40px);
}
.inquiry__title--h2::after {
  content: none;
}
.inquiry__box {
  display: flex;
  justify-content: center;
  gap: 30px;
  height: 60px;
  margin-top: 33px;
}
.inquiry__tel {
  color: #0B4B9E;
  font-size: min(2.2vw, 22px);
  line-height: 56px;
  font-weight: 900;
  text-align: center;
  padding: 0 2em;
  background: #fff;
  border-radius: 60px;
  border: 2px solid #0B4B9E;
}
.inquiry__btn {
  color: #fff;
  font-size: min(2.2vw, 22px);
  line-height: 47px;
  font-weight: 900;
  text-align: center;
  padding: 0 2em;
  border-radius: 60px;
  background: #0B4B9E;
  border: 6px double #fff;
  transition: background 0.3s;
}
.inquiry__copy {
  margin-top: 30px;
}
.inquiry__copy img {
  margin: auto;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: 67px;
  padding: 42px 0;
  background: #0B4B9E;
}
.footer__links li {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
}
.footer small {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 57px;
  background: #113564;
}

.blog {
  margin-top: 88px;
}
.blog__inner {
  max-width: 1140px;
  position: relative;
}
.blog__title--sub {
  color: #434343;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3888888889;
  text-align: center;
  margin-top: 36px;
}
.blog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 54px 1.3%;
  margin-top: 60px;
}
.blog__list__item {
  flex: 0 0 24%;
}
.blog__list__item.hide {
  display: none;
}
.blog__list__item .img {
  overflow: hidden;
}
.blog__list__item .img img {
  aspect-ratio: 992/560;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1);
  transition: transform 0.3s;
}
.blog__list__item .date {
  color: #727272;
  font-size: 11px;
  font-weight: bold;
  margin-top: 20px;
}
.blog__list__item .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog__list__item .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}
.blog__list__item .tags li {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #1450A1;
}
.blog__list__item:hover img {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.blog__more {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 175px;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
  border: 2px solid #0B4B9E;
  position: absolute;
  top: 10px;
  right: 36px;
}

.inquiry__text {
  display: none;
}

.header {
  margin-top: -10px;
  background: linear-gradient(to right, #C8EAF4, #C8EAF4 0 50%, #C4DFF8 50% 100%);
}
.header__inner {
  justify-content: flex-end;
}
.header .logo {
  margin: 42px auto 32px 0;
}
.header__back {
  display: inline-block;
  width: 70px;
  height: 62px;
  margin: 10px 10px 0 0;
  background: url("../img/common/arrow_back.svg") no-repeat center/40px auto #4080B6;
  transition: opacity 0.3s;
  cursor: pointer;
}
.header__back:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.header__inquiry {
  padding-top: 30px;
}

.header-b {
  display: none;
}

.secForm {
  margin-top: 116px;
}
.secForm__inner > * {
  opacity: 1;
}
.secForm__title--h1 {
  color: #0B4B9E;
  font-size: 44px;
  font-weight: 900;
}
.secForm__text {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 42px;
}
.secForm__text span {
  color: #FF0000;
}
.secForm__error {
  display: none;
}
.secForm form {
  margin-top: 75px;
}
.secForm .required dt::after {
  content: "※";
  color: #FF0000;
  font-size: 20px;
  vertical-align: 4px;
  margin-left: 0.3em;
}
.secForm .validation-error {
  color: #FF0000;
}
.secForm span.validation-error {
  font-size: 16px;
  display: inline-block;
  margin-top: 0.5em;
}
.secForm__item {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.secForm__item + .secForm__item {
  margin-top: 25px;
}
.secForm__item dt {
  flex: 0 0 365px;
  font-size: min(3vw, 30px);
  letter-spacing: 0.1em;
}
.secForm__item dd {
  flex: 0 1 100%;
}
.secForm__item dd input, .secForm__item dd textarea {
  width: 100%;
  font-size: min(2.4vw, 22px);
  line-height: 43px;
  padding: 0 12px;
  background: #ECFAFE;
}
.secForm__item dd input::-moz-placeholder, .secForm__item dd textarea::-moz-placeholder {
  color: #B2B2B2;
}
.secForm__item dd input:-ms-input-placeholder, .secForm__item dd textarea:-ms-input-placeholder {
  color: #B2B2B2;
}
.secForm__item dd input::placeholder, .secForm__item dd textarea::placeholder {
  color: #B2B2B2;
}
.secForm__item dd input.validation-error, .secForm__item dd textarea.validation-error {
  background: #FCECEC;
}
.secForm__item dd textarea {
  min-height: 200px;
}
.secForm__item .ann {
  font-size: 16px;
  margin-top: 0.5em;
}
.secForm__item.confirm {
  font-size: 22px;
  border-top: 1px solid #0B4B9E;
}
.secForm__item.confirm:nth-child(8) {
  padding-bottom: 25px;
  border-bottom: 1px solid #0B4B9E;
}
.secForm__radio {
  display: flex;
}
.secForm__radio p {
  flex: 1 1 33%;
  gap: 0 1em;
  position: relative;
}
.secForm__radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.secForm__radio input:checked + label:before {
  background-color: #0B4B9E;
  box-shadow: inset 0 0 0 4px #fff;
}
.secForm__radio input:focus + label:before {
  outline: none;
  border-color: #0B4B9E;
}
.secForm__radio input:disabled + label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.secForm__radio input + label:empty:before {
  margin-right: 0;
}
.secForm__radio label {
  font-size: min(2.4vw, 24px);
  font-weight: 900;
  line-height: 43px;
  display: inline-block;
  position: absolute;
}
.secForm__radio label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 3px solid #0B4B9E;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -3px;
  position: relative;
  margin-right: 0.5em;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.secForm__agree {
  margin-top: 50px;
}
.secForm__agree dt {
  font-size: min(3vw, 30px);
  letter-spacing: 0.1em;
}
.secForm__agree__text {
  padding: 15px 8px 15px 28px;
  background: #ECFAFE;
  margin: 20px 0 34px;
}
.secForm__agree__text p {
  font-size: min(2vw, 20px);
  font-weight: 700;
  line-height: 1.8;
  height: 248px;
  overflow-y: scroll;
  padding: 15px 0;
}
.secForm__agree__text p::-webkit-scrollbar {
  width: 10px;
}
.secForm__agree__text p::-webkit-scrollbar-track {
  background-color: transparent;
}
.secForm__agree__text p::-webkit-scrollbar-thumb {
  background: #0B4B9E;
  border-radius: 5px;
  margin-right: 8px;
}
.secForm__agree--check {
  height: 20px;
  position: relative;
}
.secForm__agree--check .validation-error {
  position: absolute;
  height: 1em;
  top: 2em;
}
.secForm__agree--check label {
  font-size: min(2.2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
}
.secForm__agree--check label::before {
  content: "";
  display: inline-block;
  vertical-align: -6px;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #434343;
  margin-right: 0.5em;
  transition: all 250ms ease;
}
.secForm__agree--check input:checked ~ label:before {
  background-color: #0B4B9E;
  box-shadow: inset 0 0 0 4px #fff;
}
.secForm__submit {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin: 65px auto 20px;
}
.secForm__submit button {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  width: 90%;
  max-width: 360px;
  height: 80px;
  background: #0B4B9E;
  border-radius: 40px;
  transition: background 0.3s;
}
.secForm__submit button.btn--back {
  background: #90AED5;
}
.secForm__submit button.disable {
  pointer-events: none;
  background: #90AED5;
}

.page-thanks .thanks {
  line-height: 1.4444444444;
  margin: 108px auto 20px;
}
.page-thanks .thanks__title--h1 {
  color: #0B4B9E;
  font-size: 44px;
  font-weight: 900;
}
.page-thanks .thanks__text1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 62px;
}
.page-thanks .thanks__text2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.page-thanks .thanks__text3 {
  color: #FF0000;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 23px;
}
/* base
-------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
@media screen and (max-width: 1340px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
  [class*="--txt"],
[class*=__txt] {
    font-size: 1.4rem;
  }
  [class*=__inner] {
    width: 89.3333333333%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 374px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  body {
    width: 100%;
  }
}
@media screen and (min-width: 1341px) {
  body {
    width: 100%;
  }
}
@media only screen and (min-width: 1181px) {
  .forTb {
    display: none;
  }

  .forSp {
    display: none;
  }

  .forPc {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .forPc {
    display: none;
  }

  .forSp {
    display: none;
  }

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

  .forTb {
    display: none;
  }

  .forSp {
    display: block;
  }
  [class*=__title--h2] {
    font-size: 22px;
    line-height: 1.3636363636;
  }
  [class*=__title--h2]::after {
    width: 43px;
    height: 8px;
    margin: 15px auto 0;
    background-size: 28%;
  }

  [class*=__title--h3] {
    color: #0B4B9E;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.6666666667;
    text-align: center;
    margin-top: 47px;
  }

  .header .logo {
    width: 115px;
    margin-top: 15px;
  }
  .header__inquiry {
    font-size: 11px;
    min-width: 115px;
    padding: 11px 15px 14px;
    border-radius: 0 0 8px 8px;
  }

  .sideBtns {
    display: none;
  }

  .faq {
    padding: 48px 0 50px;
  }
  .faq__title--h3 {
    font-size: 18px;
  }
  .faq__title--h3::after {
    margin: 17px 0 20px;
  }
  .faq__sec {
    margin-top: 18px;
  }
  .faq__sec + .faq__sec {
    margin-top: 25px;
  }
  .faqAcc {
    position: relative;
  }
  .faqAcc + .faqAcc {
    margin-top: 15px;
  }
  .faqAcc dt {
    font-size: 13px;
    line-height: 1.3846153846;
    width: calc(100% - 50px);
    border: 1px solid #0B4B9E;
    display: flex;
    min-height: 45px;
    align-items: center;
  }
  .faqAcc dt em {
    flex: 0 0 45px;
    line-height: 45px;
    margin-right: 6px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .faqAcc .js-accBtn {
    width: 45px;
    height: 45px;
  }
  .faqAcc .js-accBtn::before, .faqAcc .js-accBtn::after {
    width: 25px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 12.5px);
  }
  .faqAcc .answer {
    font-size: 11px;
    line-height: 1.75;
    padding: 14px 20px 20px;
    border-radius: 8px;
  }

  .inquiry {
    padding: 44px 0 50px;
  }
  .inquiry__title--h2 {
    font-size: 22px;
    line-height: 1.3636363636;
  }
  .inquiry__box {
    display: block;
    max-width: 360px;
    height: auto;
    margin: 17px auto 0;
  }
  .inquiry__tel {
    font-size: 12px;
    line-height: 38px;
    width: 100%;
    padding: 0 1.5em;
    border-width: 1px;
    border-radius: 38px;
  }
  .inquiry__btn {
    font-size: 14px;
    line-height: 38px;
    padding: 0 1.5em;
    border-radius: 38px;
    margin-top: 15px;
    border: 4px double #fff;
  }
  .inquiry__copy {
    margin-top: 24px;
  }

  .footer__links {
    display: block;
    padding: 30px 0;
  }
  .footer__links li {
    font-size: 13px;
    text-align: center;
  }
  .footer__links li + li {
    margin-top: 17px;
  }
  .footer small {
    font-size: 10px;
    line-height: 51px;
  }

  .blog {
    margin-top: 40px;
  }
  .blog__inner {
    width: 94% !important;
  }
  .blog__list {
    gap: 15px 2%;
    margin-top: 24px;
  }
  .blog__list__item {
    flex: 0 0 49%;
  }
  .blog__list__item .date {
    font-size: 8px;
    margin-top: 7px;
  }
  .blog__list__item .title {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .blog__list__item .tags {
    gap: 4px;
    margin-top: 7px;
  }
  .blog__list__item .tags li {
    font-size: 8px;
    line-height: 14px;
    padding: 0 6px 1px;
    border: 1px solid #1450A1;
  }
  .blog__more {
    font-size: 14px;
    width: 142px;
    line-height: 26px;
    position: static;
    display: block;
    margin: 26px auto 0;
  }
  .header {
    height: 52px;
    margin-top: 0;
  }
  .header .logo {
    margin-top: 15px;
  }
  .header__back {
    display: inline-block;
    width: 40px;
    height: 36px;
    margin: 0 5px 0 0;
    background: url("../img/common/arrow_back.svg") no-repeat center/22px auto #4080B6;
  }
  .header__inquiry {
    padding-top: 10px;
  }

  .secForm {
    margin-top: 40px;
  }
  .secForm__title--h1 {
    font-size: 22px;
  }
  .secForm__text {
    font-size: 11px;
    margin-top: 17px;
  }
  .secForm form {
    margin-top: 15px;
  }
  .secForm form.form--confirm {
    margin-top: 45px;
  }
  .secForm .required dt::after {
    font-size: 10px;
    vertical-align: 4px;
    margin-left: 0.3em;
  }
  .secForm span.validation-error {
    font-size: 16px;
    display: inline-block;
    margin-top: 0.5em;
  }
  .secForm__item {
    display: block;
    padding-top: 15px;
  }
  .secForm__item + .secForm__item {
    margin-top: 15px;
  }
  .secForm__item dt {
    flex: 0 0 365px;
    font-size: 15px;
  }
  .secForm__item dd {
    margin-top: 10px;
  }
  .secForm__item dd input, .secForm__item dd textarea {
    font-size: 11px;
    line-height: 30px;
    padding: 0 7px;
  }
  .secForm__item dd textarea {
    min-height: 150px;
  }
  .secForm__item .ann {
    font-size: 11px;
    margin-top: 10px;
  }
  .secForm__item.confirm {
    font-size: 15px;
  }
  .secForm__item.confirm:nth-child(8) {
    padding-bottom: 25px;
  }
  .secForm__item.confirm dd {
    font-size: 11px;
    margin-top: 13px;
  }
  .secForm__radio {
    flex-wrap: wrap;
  }
  .secForm__radio p {
    flex: 0 0 50%;
    gap: 0 1em;
    height: 34px;
  }
  .secForm__radio input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .secForm__radio label {
    font-size: 13px;
    line-height: 34px;
  }
  .secForm__radio label:before {
    border: 3px solid #0B4B9E;
    width: 1.8em;
    height: 1.8em;
    vertical-align: -5px;
  }
  .secForm__agree {
    margin-top: 30px;
  }
  .secForm__agree dt {
    font-size: 15px;
  }
  .secForm__agree__text {
    padding: 5px 4px 5px 8px;
    background: #ECFAFE;
    margin: 10px 0 20px;
  }
  .secForm__agree__text p {
    font-size: 11px;
    line-height: 1.6363636364;
    height: 150px;
    padding: 0;
  }
  .secForm__agree__text p::-webkit-scrollbar {
    width: 5px;
  }
  .secForm__agree__text p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    margin-right: 4px;
  }
  .secForm__agree--check {
    height: 20px;
    position: relative;
  }
  .secForm__agree--check .validation-error {
    position: absolute;
    height: 1em;
    top: 2em;
  }
  .secForm__agree--check label {
    font-size: 13px;
  }
  .secForm__agree--check label::before {
    vertical-align: -7px;
    width: 1.8em;
    height: 1.8em;
    margin-right: 0.7em;
  }
  .secForm__agree--check input:checked + label:before {
    background-color: #0B4B9E;
    box-shadow: inset 0 0 0 4px #fff;
  }
  .secForm__submit {
    display: block;
    margin: 56px auto 0;
  }
  .secForm__submit button {
    font-size: 15px;
    width: 90%;
    max-width: 286px;
    height: 50px;
    display: block;
    margin: auto;
    border-radius: 25px;
  }
  .secForm__submit button + button {
    margin-top: 20px;
  }

  .page-thanks .thanks {
    line-height: 1.6363636364;
    margin: 30px auto 0;
  }
  .page-thanks .thanks__title--h1 {
    font-size: 22px;
  }
  .page-thanks .thanks__text1 {
    font-size: 22px;
    line-height: 1.3636363636;
    margin-top: 32px;
  }
  .page-thanks .thanks__text2 {
    font-size: 15px;
    margin-top: 20px;
  }
  .page-thanks .thanks__text3 {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media (hover: hover) {
  .header__inquiry:hover {
    background: #6C9EE0;
    transition: background 0.3s;
  }
  .sideBtns li:hover {
    background-color: #6C9EE0;
    transition: all 0.3s;
  }
  .faqAcc:hover dt {
    color: #fff;
    background: #6C9EE0;
    transition: all 0.3s;
  }
  .inquiry__btn:hover {
    background: #6C9EE0;
    transition: background 0.3s;
  }
  .footer__links li:hover {
    text-decoration: underline;
  }
  .secForm__submit button:hover {
    background: #90AED5;
    transition: background 0.3s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .logo {
    margin-top: 20px;
  }
  .header__inquiry {
    padding: 14px 0;
    margin-top: -6px;
  }
  .header {
    height: 120px;
    margin-top: 20px 0 10px;
    background: linear-gradient(to right, #C8EAF4, #C8EAF4 0 50%, #C4DFF8 50% 100%);
  }
  .header .logo {
    margin-top: 42px;
  }
  .header__inquiry {
    padding-top: 30px;
  }

  .secForm__item dt {
    flex: 0 0 35%;
    align-self: flex-start;
  }
}