@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

a[href^="tel:"] {
  cursor: default;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #000;
  border: none;
  color: #fff;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #003A6B;
  cursor: pointer;
}

button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #fff;
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  font: inherit;
  background: none;
  border: solid 1px #5F5E5E;
  outline: none;
  padding: 1rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  font-size: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #003A6B;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  color: #000;
  background: #fff;
}

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

p {
  text-align: justify;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:hover {
  opacity: 0.9;
}

.hpc {
  display: none;
}

.vpc {
  display: none;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}
.text-100 {
  font-weight: 100;
}

.text-400 {
  font-weight: 400;
}

.text-500 {
  font-weight: 500;
}

.text-600 {
  font-weight: 600;
}

.text-700 {
  font-weight: 700;
}

.text-900 {
  font-weight: 900;
}

.w100 {
  width: 100%;
}

.m-0 {
  margin: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}

.p-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}

.p-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}

.p-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}

.p-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}

.p-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.ml-6 {
  margin-left: 6rem !important;
}
.mr-6 {
  margin-right: 6rem !important;
}

.p-6 {
  padding: 6rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pl-6 {
  padding-left: 6rem !important;
}
.pr-6 {
  padding-right: 6rem !important;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.l-wrapper {
  margin-left: 10.666vw;
  margin-right: 10.666vw;
  max-width: 100rem;
}

.l-inner {
  padding-left: 2.5714285714vw;
  padding-right: 2.5714285714vw;
  margin: 0 auto;
}

.l-sec {
  padding: 4rem 0;
}
.l-sec01 {
  padding: 2rem 0;
}

.l-footer .footer__copy {
  font-size: 4vw;
  text-align: center;
  padding: 2.8571428571vw;
  background: #F5FAFF;
}

.navBar {
  width: 3rem;
  height: 1.8rem;
  cursor: pointer;
  position: relative;
}
.navBar__line {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  position: absolute;
}
.navBar__line.line01.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.navBar__line.line02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navBar__line.line02.active {
  display: none;
}
.navBar__line.line03 {
  bottom: 0;
}
.navBar__line.line03.active {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-315deg);
          transform: translateY(-50%) rotate(-315deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.contact {
  color: #000;
}

input[type=checkbox] {
  opacity: 0;
}

label.check {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before,
label.check::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

label.check::before {
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -12px;
  background: #fff;
  border: 1px solid #5D5D5D;
}

label.check::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 6px;
  margin-top: -6px;
  border-left: 2px solid #5D5D5D;
  border-bottom: 2px solid #5D5D5D;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

label.check:hover::before {
  background: #fff;
}

input[type=checkbox]:checked + label.check::before {
  background: #fff;
  border: 1px solid #5D5D5D;
}

input[type=checkbox]:checked + label.check::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.form__item {
  margin-bottom: 1.5rem;
}
.form__label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__label span {
  font-size: 1rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.privacyCheck {
  font-size: 1.5rem;
  margin: 2rem 0 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.privacyCheck a {
  color: #454545;
  text-decoration: underline;
}
.privacyCheck__txt {
  margin-bottom: 1rem;
}

.sentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
  font-size: 1.6rem;
}

.submitBox {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitBox input {
  width: 12rem;
  height: 4rem;
  margin: 0 1rem;
}

label.check {
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
}

.privacy {
  padding: 13.7142857143vw 0 18.5714285714vw;
}
.privacy__wrapper h3 {
  font-size: 5.1428571429vw;
  margin-bottom: 4.5714285714vw;
}
.privacy__wrapper .wp-block-separator {
  margin: 6.8571428571vw 0;
  opacity: 0.3;
}
.privacy__wrapper p {
  line-height: 1.8;
  font-size: 4vw;
}
.privacy__wrapper ul, .privacy__wrapper ol {
  list-style-position: inside;
  line-height: 1.8;
  font-size: 4vw;
  margin: 4.5714285714vw 0;
}
.privacy__wrapper ul {
  list-style-type: square;
}
.privacy__wrapper ol {
  list-style-type: decimal;
}

.kv {
  background: url(../img/top/kv-bg-sp.jpg) center center/cover no-repeat;
  margin-bottom: 2.8571428571vw;
}
.kv .kv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding: 11.4285714286vw 0 0;
}
.kv .kv__form {
  border-radius: 2.2857142857vw;
  -webkit-box-shadow: 0 0 3.4285714286vw 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3.4285714286vw 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.kv .form__content {
  padding: 4.5714285714vw;
  background: #FFFFFF;
  padding: 4.5714285714vw 4.5714285714vw 6.8571428571vw;
}
.kv .form__content .kv-form .kv-form__container {
  margin-bottom: 3.4285714286vw;
}
.kv .form__content .kv-form .kv-form__container.-col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.1428571429vw;
}
.kv .form__content .kv-form .kv-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8571428571vw;
  font-size: 4vw;
  margin-bottom: 1.4285714286vw;
}
.kv .form__content .kv-form .required {
  display: inline-block;
  background: #FF4141;
  color: #fff;
  font-size: 2.8571428571vw;
  font-weight: 500;
  padding: 0.5714285714vw 1.1428571429vw;
  border-radius: 0.5714285714vw;
}
.kv .form__content .kv-form input[type=text],
.kv .form__content .kv-form input[type=email],
.kv .form__content .kv-form input[type=tel] {
  width: 100%;
  border: 0.2857142857vw solid #ccc;
  padding: 1.7142857143vw 4vw;
  font-size: 4vw;
  border: 0.2857142857vw solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.kv .form__content .kv-form select {
  width: 100%;
  border: 0.2857142857vw solid rgba(0, 0, 0, 0.1);
  padding: 1.7142857143vw 4vw;
  font-size: 3.4285714286vw;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}
.kv .form__content .kv-form .kv-form__select {
  position: relative;
}
.kv .form__content .kv-form .kv-form__select::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.4285714286vw;
  width: calc(0.5714285714vw * 1vw);
  height: 1.1428571429vw;
  background: url(../img/top/arrow-bottom.png) center center/cover no-repeat;
}
.kv .form__content .kv-form .kv-form__privacy-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7142857143vw;
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 2.2857142857vw;
}
.kv .form__content .kv-form .kv-form__privacy-txt {
  font-size: 3.4285714286vw;
  margin-bottom: 2.2857142857vw;
  line-height: 1.3;
}
.kv .form__content .kv-form .kv-form__privacy-link {
  color: #000;
  text-decoration: underline;
}
.kv .form__content .kv-form .kv-form__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7142857143vw;
  font-size: 4vw;
  font-weight: 700;
  color: #264188;
}
.kv .form__content .kv-form .kv-form__agree .wpcf7-list-item {
  margin: 0;
}
.kv .form__content .kv-form .kv-form__agree .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2857142857vw;
  font-size: 4vw;
  padding-left: 7.1428571429vw;
  position: relative;
  color: #000000;
  cursor: pointer;
}
.kv .form__content .kv-form .kv-form__agree .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 4.2857142857vw;
  height: 4.2857142857vw;
  border: 0.2857142857vw solid rgba(0, 0, 0, 0.2);
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.kv .form__content .kv-form .kv-form__agree input[type=checkbox] {
  position: absolute;
}
.kv .form__content .kv-form .kv-form__agree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 4.2857142857vw;
  height: 2.8571428571vw;
  border-left: 0.8571428571vw solid #223E9D;
  border-bottom: 0.8571428571vw solid #223E9D;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -0.8571428571vw;
  left: 1.1428571429vw;
}
.kv .form__content .kv-form .kv-form__btn-wrap {
  margin-top: 6.8571428571vw;
  text-align: center;
}
.kv .form__content .kv-form .kv-form__btn-wrap input[type=submit] {
  display: block;
  margin: 0 auto;
  background: #264188;
  color: #fff;
  font-size: 5.1428571429vw;
  font-weight: 700;
  border: none;
  border-radius: 28.5714285714vw;
  padding: 4.5714285714vw 22.8571428571vw;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.kv .form__content .kv-form .kv-form__btn-wrap input[type=submit]:hover {
  opacity: 0.8;
}
.kv .form__content .kv-form .wpcf7-spinner {
  display: none;
}
.kv .form__ttl {
  background: #264188;
  color: #FFFFFF;
  text-align: center;
  padding: 2.2857142857vw;
}
.kv .form__ttl span {
  display: block;
  font-size: 4vw;
}
.kv .form__ttl h2 {
  font-size: 5.7142857143vw;
}

.cost {
  margin-top: -14.2857142857vw;
}

.cv {
  padding: 11.4285714286vw 0;
  background: linear-gradient(263deg, #475E9A 13.87%, #264188 41.85%);
}
.cv .cv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.8571428571vw;
}
.cv .cv__txtWrap .cv__logo {
  width: 90.8571428571vw;
  margin-bottom: 6.8571428571vw;
  margin-right: auto;
  margin-left: auto;
}
.cv .btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.8571428571vw;
}
.cv .btn__container p,
.cv .btn__container .btn__link {
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
}
.cv .btn__container p {
  font-size: 4.5714285714vw;
  margin-bottom: 1.1428571429vw;
}
.cv .btn__container .btn__link {
  display: inline-block;
  padding: 6vw;
  border-radius: 1.1428571429vw;
  width: 95.4285714286vw;
  font-size: 6.8571428571vw;
}
.cv .btn__container .btn__link.-gold {
  background: linear-gradient(98deg, #988569 2.9%, #EDDBB1 17.3%, #998061 43.45%);
}
.cv .btn__container .btn__link.-white {
  background: #FFFFFF;
  color: #14214D;
}
.cv .btn__container .btn__link:hover {
  opacity: 0.8;
}

.strengths {
  position: relative;
  z-index: 2;
  margin-bottom: -11.1428571429vw;
}

.faq {
  padding: 18.2857142857vw 0 20.5714285714vw;
}

.sec__ttlWrap p {
  font-size: 6.8571428571vw;
  letter-spacing: 0.1em;
  margin-bottom: 2.2857142857vw;
  text-align: center;
  font-weight: 700;
  color: #264188;
}
.sec__ttlWrap h2 {
  font-size: 9.1428571429vw;
  font-weight: 700;
  margin-bottom: 9.1428571429vw;
  text-align: center;
}

.faq__list {
  border-top: 0.2857142857vw solid rgba(0, 0, 0, 0.1);
}

.faq-item {
  padding: 8.2857142857vw 2.2857142857vw 4.5714285714vw 4.2857142857vw;
  border-bottom: 0.2857142857vw solid rgba(0, 0, 0, 0.1);
}

.accordion-btn {
  cursor: pointer;
}

.faq-question__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.faq-question__wrap .faq-question__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7142857143vw;
  width: 76.5714285714vw;
}
.faq-question__wrap .en {
  font-size: 6.8571428571vw;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #264188;
}
.faq-question__wrap .faq-question {
  font-size: 4.5714285714vw;
  font-weight: 700;
  line-height: 1.3;
}
.faq-question__wrap .faq-question__icon {
  width: 9.1428571429vw;
  height: 9.1428571429vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F5FAFF;
  border-radius: 50%;
}
.faq-question__wrap .faq-question__icon::before, .faq-question__wrap .faq-question__icon::after {
  content: "";
  position: absolute;
  right: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.5714285714vw;
  height: 0.5714285714vw;
  background: #264188;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq-question__wrap .faq-question__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  right: -3.4285714286vw;
}
.faq-question__wrap .faq-question__icon::after {
  right: 0;
}

.accordion-btn.open .faq-question__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  font-size: 4vw;
  line-height: 1.8;
  padding: 2.2857142857vw 2.2857142857vw 0 0;
}
.faq-answer .dot-list li {
  position: relative;
  padding-left: 7.1428571429vw;
  font-size: 4.5714285714vw;
  line-height: 1.8;
}
.faq-answer .dot-list li::after {
  position: absolute;
  content: "";
  top: 3.7142857143vw;
  left: 2.8571428571vw;
  width: 1.4285714286vw;
  height: 1.4285714286vw;
  border-radius: 50%;
  background: #000;
}

.company {
  padding: 13.7142857143vw 0 18.5714285714vw;
}

.company__table {
  width: 100%;
  border-collapse: collapse;
}

.company__table th,
.company__table td {
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  vertical-align: top;
}

.company__table th {
  vertical-align: middle;
  font-size: 4.5714285714vw;
  font-weight: bold;
  width: 21.4285714286vw;
  padding: 2.8571428571vw 2.8571428571vw 2.8571428571vw 4.5714285714vw;
  border-bottom: 0.2857142857vw solid #264188;
}

.company__table td {
  font-size: 4vw;
  border-bottom: 0.2857142857vw solid rgba(0, 0, 0, 0.1);
  padding: 2.8571428571vw 4vw 2.8571428571vw 6.8571428571vw;
  line-height: 1.8;
}

.fix-btn {
  position: fixed;
  bottom: 2.8571428571vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 95.1428571429vw;
}

.fix-btn-close {
  position: absolute;
  top: 2.8571428571vw;
  left: 1.7142857143vw;
  width: 6.8571428571vw;
  height: 6.8571428571vw;
  cursor: pointer;
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeUp50 {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeUp50.active {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fadeMask {
  position: relative;
}
.fadeMask img {
  opacity: 0;
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.fadeMask::before {
  content: "";
  display: inline-block;
  background: #2B2A2A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeMask.active img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadeMask.active::before {
  width: 0%;
}
.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.fadeIn.active {
  opacity: 1;
}

.dl1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.dl2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.dl3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.dl4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.dl5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.dl6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.dl7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.dl8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  background-color: #2B2A2A;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loading.active {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 48em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .vsp {
    display: none;
  }
  .vpc {
    display: block;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-justify {
    text-align: justify !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .ml-md-5 {
    margin-left: 5rem !important;
  }
  .mr-md-5 {
    margin-right: 5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pl-md-5 {
    padding-left: 5rem !important;
  }
  .pr-md-5 {
    padding-right: 5rem !important;
  }
  .l-wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-wrapper.wrapper01 {
    max-width: 114rem;
  }
  .l-wrapper.wrapper02 {
    max-width: 128rem;
  }
  .l-inner {
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    max-width: 75.625vw;
  }
  .l-sec {
    padding: 8rem 0;
  }
  .l-sec01 {
    padding: 4rem 0;
  }
  .l-footer .footer__copy {
    padding: 0.625vw;
    font-size: 1.125vw;
  }
  .form__item {
    border-top: 0.05rem solid #1A1311;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21rem;
            flex: 0 0 21rem;
    margin-right: 3.5rem;
  }
  .privacyCheck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 4.5rem 0 6.5rem;
  }
  .privacyCheck__txt {
    margin-bottom: 0;
    margin-left: 3rem;
  }
  .sentArea {
    margin-bottom: 10rem;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea {
    font-size: 1.3rem;
  }
  .privacy {
    padding: 5vw 0;
  }
  .privacy__wrapper {
    max-width: 35.75vw;
    margin-right: auto;
    margin-left: auto;
  }
  .privacy__wrapper h3 {
    font-size: 1.125vw;
    margin-bottom: 2rem;
  }
  .privacy__wrapper .wp-block-separator {
    margin: 2vw 0;
  }
  .privacy__wrapper p {
    font-size: 0.875vw;
  }
  .privacy__wrapper ul, .privacy__wrapper ol {
    font-size: 0.875vw;
    margin: 1.6rem 0;
  }
  .kv {
    background: url(../img/top/kv-bg-pc.jpg) center center/cover no-repeat;
    margin-bottom: 0;
  }
  .kv .kv__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5vw 0;
    max-width: 73.125vw;
  }
  .kv .kv__txt {
    width: 35.625vw;
  }
  .kv .kv__form {
    border-radius: 0.5vw;
    width: 29.375vw;
    -webkit-box-shadow: 0 0 0.75vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0.75vw 0 rgba(0, 0, 0, 0.15);
  }
  .kv .form__content {
    padding: 2vw 1.5vw;
  }
  .kv .form__content .kv-form .kv-form__container {
    margin-bottom: 1vw;
  }
  .kv .form__content .kv-form .kv-form__container.-col2 {
    gap: 0.4375vw;
  }
  .kv .form__content .kv-form .kv-form__label {
    font-weight: 700;
    gap: 0.625vw;
    font-size: 1vw;
    margin-bottom: 0.5vw;
  }
  .kv .form__content .kv-form .required {
    font-size: 0.75vw;
    padding: 0.125vw 0.25vw;
    border-radius: 0.125vw;
  }
  .kv .form__content .kv-form input[type=text],
  .kv .form__content .kv-form input[type=email],
  .kv .form__content .kv-form input[type=tel] {
    padding: 0.375vw 0.875vw;
    font-size: 0.875vw;
    border: 0.0625vw solid rgba(0, 0, 0, 0.1);
  }
  .kv .form__content .kv-form select {
    border: 0.0625vw solid rgba(0, 0, 0, 0.1);
    padding: 0.375vw 0.875vw;
    font-size: 0.875vw;
  }
  .kv .form__content .kv-form .kv-form__select::after {
    right: 0.75vw;
    width: 0.5vw;
    height: 0.25vw;
  }
  .kv .form__content .kv-form .kv-form__privacy-ttl {
    gap: 0.375vw;
    font-size: 0.875vw;
    margin-bottom: 0.625vw;
  }
  .kv .form__content .kv-form .kv-form__privacy-txt {
    font-size: 0.75vw;
    line-height: 1.4;
    margin-bottom: 0.875vw;
  }
  .kv .form__content .kv-form .kv-form__agree {
    gap: 0.375vw;
    font-size: 0.875vw;
  }
  .kv .form__content .kv-form .kv-form__agree .wpcf7-list-item-label {
    gap: 0.5vw;
    font-size: 1vw;
    padding-left: 1.75vw;
  }
  .kv .form__content .kv-form .kv-form__agree .wpcf7-list-item-label::before {
    width: 1.0625vw;
    height: 1.0625vw;
    border-width: 0.0625vw;
  }
  .kv .form__content .kv-form .kv-form__agree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    width: 1vw;
    height: 0.5625vw;
    border-width: 0.1875vw;
    top: -0.0625vw;
    left: 0.25vw;
  }
  .kv .form__content .kv-form .kv-form__btn-wrap {
    margin-top: 1.5vw;
  }
  .kv .form__content .kv-form .kv-form__btn-wrap input[type=submit] {
    font-size: 1.125vw;
    border-radius: 6.25vw;
    padding: 1vw 5vw;
  }
  .kv .form__ttl {
    padding: 1vw;
  }
  .kv .form__ttl span {
    font-size: 1vw;
  }
  .kv .form__ttl h2 {
    font-size: 1.5vw;
  }
  .merit {
    padding-bottom: 3.25vw;
  }
  .cost {
    margin-top: 0;
  }
  .cv {
    padding: 2.9375vw 0;
  }
  .cv .cv__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cv .cv__txtWrap {
    width: 34.8125vw;
  }
  .cv .cv__txtWrap .cv__logo {
    width: 23.375vw;
    margin-bottom: 1vw;
  }
  .cv .btn__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1vw;
  }
  .cv .btn__container p {
    font-size: 1vw;
    margin-bottom: 0.25vw;
  }
  .cv .btn__container .btn__link {
    border-radius: 0.25vw;
    padding: 1.3125vw;
    width: 16.875vw;
    font-size: 1.5vw;
  }
  .cv .cv__img {
    width: 35.75vw;
  }
  .strengths {
    margin-bottom: -1.4375vw;
  }
  .faq {
    padding: 4vw 0 6.5vw;
  }
  .sec__ttlWrap p {
    font-size: 1.5vw;
    font-family: "Oswald", sans-serif;
    margin-bottom: 0.5vw;
  }
  .sec__ttlWrap h2 {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  .faq__list {
    border-top: 0.0625vw solid rgba(0, 0, 0, 0.1);
  }
  .faq-item {
    padding: 1.5vw 2.75vw 1.5vw 2vw;
    border-bottom: 0.0625vw solid rgba(0, 0, 0, 0.1);
  }
  .faq-question__wrap .faq-question__box {
    width: 56.25vw;
    gap: 0.375vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .faq-question__wrap .en {
    font-size: 1.5vw;
  }
  .faq-question__wrap .faq-question {
    font-size: 1.125vw;
  }
  .faq-question__wrap .faq-question__icon {
    width: 2.5vw;
    height: 2.5vw;
  }
  .faq-question__wrap .faq-question__icon::before, .faq-question__wrap .faq-question__icon::after {
    width: 1.125vw;
    height: 0.125vw;
  }
  .faq-question__wrap .faq-question__icon::before {
    right: 0.2rem;
  }
  .faq-question__wrap .faq-question__icon::after {
    right: 1.8rem;
  }
  .faq-answer {
    font-size: 1vw;
    line-height: 2;
    padding: 1vw 3.625vw 0 0;
  }
  .faq-answer .dot-list li {
    font-size: 1vw;
    line-height: 2;
    padding-left: 1.5625vw;
  }
  .faq-answer .dot-list li::after {
    top: 0.8125vw;
    left: 0.625vw;
    width: 0.3125vw;
    height: 0.3125vw;
  }
  .company {
    padding: 5vw 0;
  }
  .company__wrapper {
    max-width: 35.75vw;
    margin-right: auto;
    margin-left: auto;
  }
  .company__table th {
    width: 10.625vw;
    padding: 0.75vw 1vw;
    font-size: 1vw;
    border-bottom: 0.0625vw solid #264188;
  }
  .company__table td {
    font-size: 1vw;
    padding: 0.625vw 1.5vw;
    border-bottom: 0.0625vw solid rgba(0, 0, 0, 0.1);
  }
  .fix-btn {
    bottom: 1.875vw;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 5.875vw;
    width: 20.8125vw;
  }
  .fix-btn-close {
    top: 0.625vw;
    left: 0.375vw;
    width: 1.5vw;
    height: 1.5vw;
  }
}
/*# sourceMappingURL=style.css.map */
