@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ----------------------------------------------------
settings
---------------------------------------------------- */
html {
  scroll-padding-top: 14rem;
  font-size: 10px;
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 8rem;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", 遊ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  background-color: #fff;
}

main {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 4rem;
  }
}

ul {
  list-style: none;
}

a,
button {
  text-decoration: none;
  color: inherit;
}
a:not([class]),
button:not([class]) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:not([class]):hover:hover,
  button:not([class]):hover:hover {
    opacity: 0.7;
  }
}

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

.scroll-hide {
  overflow: hidden;
}

/* ----------------------------------------------------
Layout
---------------------------------------------------- */
/* ---------- header ----------*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 8rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    height: 4rem;
  }
}

.header__container {
  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;
  height: inherit;
}

.header__logo {
  width: 50%;
  background-color: #03a4eb;
  padding: 1.5rem 1rem 1.3rem 3.2rem;
}
.header__logo a {
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .header__logo {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: calc(100% - 4rem);
    padding: 0.6rem 1rem;
  }
}

.header__logo-txt {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .header__logo-txt {
    font-size: 1.2rem;
    line-height: 1.1666666667;
  }
}

.header__nav {
  padding-left: 3rem;
  width: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5rem;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}

.header__link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0b6fb7;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .header__link:hover {
    color: #03a4eb;
  }
}

/* ---------- footer ----------*/
.footer {
  background-color: #03a4eb;
  color: #fff;
}

.footer__container {
  padding-block: 14.1rem 10.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;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding-block: 8.7rem 5.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__content {
    display: contents;
  }
}

.footer__logo {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  font-weight: 700;
}

.footer__company {
  line-height: 1.1875;
}

.footer__address {
  margin-top: 1.6rem;
  line-height: 1.1875;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 2.9rem;
  }
}

.footer__copy {
  margin-top: 4.6rem;
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer__nav-item + .footer__nav-item {
  margin-top: 2.4rem;
}
.footer__nav-item a {
  font-size: 1.6rem;
}

/* ---------- humberger icon ----------*/
.humberger {
  display: none;
  width: 4rem;
  height: 4rem;
  z-index: 300;
  background-color: #fff;
}
.humberger span {
  position: relative;
  display: block;
  height: 0.2rem;
  width: 45%;
  margin: 0 auto;
  background: #036eb8;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.humberger span:nth-child(1) {
  top: 0;
}
.humberger span:nth-child(2) {
  margin: 0.5rem auto;
}
.humberger span:nth-child(3) {
  top: 0;
}
@media screen and (max-width: 767px) {
  .humberger {
    display: block;
  }
}

.humberger-show span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.2rem;
  width: 65%;
}
.humberger-show span:nth-child(2) {
  opacity: 0;
}
.humberger-show span:nth-child(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: -1.1rem;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .humberger-show span:nth-child(1) {
    top: 0.8rem;
  }
  .humberger-show span:nth-child(3) {
    top: -0.6rem;
  }
}
/* ---------- humberger body ----------*/
.humberger-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 14.7rem 6.2rem 6rem;
  background-color: rgba(3, 164, 235, 0.9);
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.humberger-menu__nav {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.humberger-menu__item a {
  color: #fff;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}
.humberger-menu__item + .humberger-menu__item {
  margin-top: 3rem;
}

.humberger-menu__contact {
  margin-top: 5rem;
}
.humberger-menu__contact a {
  margin-inline: auto;
}

.humberger-menu-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.humberger-menu-show .humberger-menu__nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* ---------- container  ----------*/
.container {
  max-width: 1240px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
}

/* ----------------------------------------------------
Component
---------------------------------------------------- */
/* ---------- ボタン ----------*/
.btn-contact {
  width: 20rem;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 3.2rem 2rem;
  color: #0b6fb7;
  background-color: #ecedf1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .btn-contact:hover {
    color: #fff;
    background-color: #03a4eb;
  }
}
@media screen and (max-width: 767px) {
  .btn-contact {
    width: 25rem;
    background-color: #fff;
    color: #03a4eb;
    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: 3rem;
    padding: 2.7rem 1rem;
    font-weight: 400;
  }
  .btn-contact span {
    font-size: 0.5rem;
  }
}

.btn-primary {
  width: 100%;
  max-width: 40rem;
  height: 7rem;
  font-size: 1.6rem;
  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: 3rem;
  color: #0b6fb7;
  border: 1px solid #0b6fb7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-transform: uppercase;
}
.btn-primary span {
  font-size: 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .btn-primary:hover {
    background-color: #0b6fb7;
    color: #fff;
  }
  .btn-primary:hover span {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}

.btn-secondary {
  width: 100%;
  max-width: 25rem;
  height: 7rem;
  font-size: 1.6rem;
  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: 3rem;
  color: #03a4eb;
  border: 1px solid #03a4eb;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-secondary span {
  font-size: 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (hover: hover) {
  .btn-secondary:hover {
    background-color: #03a4eb;
    color: #fff;
  }
  .btn-secondary:hover span {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}

.btn-submit {
  width: 100%;
  max-width: 30rem;
  height: 6rem;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  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: 4.9rem;
  background-color: #03a4eb;
  padding-left: 2rem;
  border: 2px solid #03a4eb;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-submit.btn-submit--reverse {
  padding-inline: 0 2rem;
}
.btn-submit.btn-submit--reverse span {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.btn-submit span {
  font-size: 0.9rem;
}
@media (hover: hover) {
  .btn-submit:hover {
    background-color: #fff;
    color: #03a4eb;
  }
}

/* ---------- title ----------*/
/* ---------- low fv ----------*/
.low-fv {
  background-color: #03a4eb;
}

.low-fv__container {
  padding-block: 10.7rem 11rem;
}
@media screen and (max-width: 767px) {
  .low-fv__container {
    padding-block: 5.7rem;
  }
}

.low-fv__ttl {
  text-align: center;
  font-size: 5.5rem;
  line-height: 1.5090909091;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .low-fv__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

/* ---------- breadcrumbs ----------*/
.breadcrumbs-wrapper {
  padding-top: 0.8rem;
}

.breadcrumbs {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
}

/* ----------------------------------------------------
Utility
---------------------------------------------------- */
/* ---------- sp/tab Show Hide ----------*/
@media screen and (min-width: 1024px) {
  .tab-show {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .tab-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

/* ---------- cmn contact ----------*/
.cmn-contact {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #03a4eb;
}
.cmn-contact::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 69.2%;
  background: url(../img/cmn/contact_bg-pc.jpg) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cmn-contact::before {
    height: 18.2rem;
    background: url(../img/cmn/contact_bg-sp.jpg) center/cover no-repeat;
  }
}

.cmn-contact__container {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .cmn-contact__container {
    padding-top: 5.6rem;
  }
}

.cmn-contact__decoration {
  font-family: "Inter", sans-serif;
  font-size: 22.2rem;
  line-height: 0.7207207207;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .cmn-contact__decoration {
    font-size: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-contact__decoration {
    font-size: 5.8rem;
    line-height: 1;
  }
}

.cmn-contact__ttl {
  text-align: center;
  color: #0b6fb7;
  position: relative;
}

.cmn-contact__ttl-en {
  display: block;
  font-size: 5rem;
  line-height: 1.22;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cmn-contact__ttl-en {
    font-size: 3.2rem;
    line-height: 1.21875;
  }
}

.cmn-contact__ttl-ja {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}

.cmn-contact__body {
  margin-top: 5.9rem;
  background-color: #fff;
  padding: 10rem 2rem 8.8rem;
}
@media screen and (max-width: 767px) {
  .cmn-contact__body {
    margin-top: 3.9rem;
    padding: 4rem 2rem;
  }
}

.cmn-contact__sub {
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #0b6fb7;
}
@media screen and (max-width: 767px) {
  .cmn-contact__sub {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.cmn-contact__txt {
  text-align: center;
  margin-top: 3rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .cmn-contact__txt {
    text-align: left;
    margin-top: 2.4rem;
  }
}

.cmn-contact__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .cmn-contact__btn {
    margin-top: 3.2rem;
  }
}
.cmn-contact__btn a {
  margin-inline: auto;
}

/* ----------------------------------------------------
top
---------------------------------------------------- */
/* ---------- fv ----------*/
.top-fv {
  position: relative;
  background-color: #03a4eb;
}

.top-fv__bg {
  width: 68.0555555556%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.top-fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-fv__bg {
    width: 78.6666666667%;
  }
}

.top-fv__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  position: absolute;
  bottom: 0;
  left: 2rem;
}
.top-fv__scroll span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.2em;
  font-family: "Inter", sans-serif;
}
.top-fv__scroll::after {
  content: "";
  width: 1px;
  height: 14.5rem;
  color: #fff;
  background-color: #fff;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}
@media screen and (max-width: 1023px) {
  .top-fv__scroll {
    left: auto;
    right: 0;
  }
}

.top-fv__container {
  padding-block: 21.1rem 15.5rem;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-fv__container {
    padding-block: 11rem 4.6rem;
  }
}

.top-fv__ttl {
  font-size: 4.6rem;
  line-height: 1.4565217391;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: clamp(2.8rem, 3.5555555556vw, 4.6rem);
}
@media screen and (max-width: 767px) {
  .top-fv__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
}

.top-fv__txt {
  margin-top: 3.6rem;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top-fv__txt {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
}

/* ---------- about us ----------*/
.top-about {
  position: relative;
  overflow: hidden;
}

.top-about__container {
  padding-block: 12rem 5.6rem;
}
@media screen and (max-width: 767px) {
  .top-about__container {
    padding-block: 5.6rem;
  }
}

.top-about__deco {
  display: inline-block;
  font-size: 13.4rem;
  line-height: 0.7462686567;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #03a4eb;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-about__deco {
    font-size: 6.7rem;
  }
}

.top-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .top-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top-about__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 69rem;
}
@media screen and (max-width: 767px) {
  .top-about__content {
    max-width: none;
  }
}

.top-about__sub {
  text-transform: uppercase;
  display: inline-block;
  color: #0b6fb7;
  font-size: 5rem;
  line-height: 1.22;
  letter-spacing: 0.2em;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0b6fb7;
}
@media screen and (max-width: 767px) {
  .top-about__sub {
    font-size: 3.2rem;
    line-height: 1.21875;
    padding-bottom: 0.4rem;
  }
}

.top-about__ttl {
  margin-top: 2.6rem;
  font-size: 3.8rem;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #0b6fb7;
}
@media screen and (max-width: 767px) {
  .top-about__ttl {
    font-size: 2rem;
    margin-top: 1.3rem;
  }
}

.top-anout__txt {
  margin-top: 4rem;
  line-height: 2.6;
  padding-right: 1.9rem;
}
@media screen and (max-width: 767px) {
  .top-anout__txt {
    line-height: 2;
    margin-top: 2rem;
    padding-right: 0;
  }
}

.top-about__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 45.3rem;
}
@media screen and (max-width: 767px) {
  .top-about__img {
    max-width: none;
  }
}

.top-about__btn {
  margin-top: 4rem;
}
.top-about__btn a {
  margin-inline: auto 0;
}
@media screen and (max-width: 1023px) {
  .top-about__btn {
    margin-top: 2rem;
  }
  .top-about__btn a {
    margin-inline: auto;
  }
}

/* ---------- trouble ----------*/
.top-trouble {
  overflow: hidden;
  background-color: #eaedf0;
  position: relative;
}
.top-trouble::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-trouble__container {
  padding-block: 7.7rem 1.3rem;
}
@media screen and (max-width: 767px) {
  .top-trouble__container {
    padding-top: 5.6rem;
    display: contents;
  }
}

.top-trouble__ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #0b6fb7;
}
@media screen and (max-width: 767px) {
  .top-trouble__ttl {
    padding-top: 5.6rem;
    font-size: 2rem;
  }
}

.top-trouble__wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-trouble__wrap {
    max-width: 45rem;
    margin-inline: auto;
  }
}

.top-trouble__item {
  position: absolute;
}
.top-trouble__item:nth-of-type(1) {
  width: 17.4166666667%;
  left: 25.4166666667%;
  top: 19.7044334975%;
}
@media screen and (max-width: 767px) {
  .top-trouble__item:nth-of-type(1) {
    width: 13.8rem;
    left: 5.7rem;
    top: 2.1rem;
  }
}
.top-trouble__item:nth-of-type(2) {
  width: 20.3333333333%;
  left: 1.8333333333%;
  top: 3.776683087%;
}
@media screen and (max-width: 767px) {
  .top-trouble__item:nth-of-type(2) {
    width: 14.1rem;
    left: 2rem;
    top: 16rem;
  }
}
.top-trouble__item:nth-of-type(3) {
  width: 24.75%;
  left: 0.1666666667%;
  bottom: 11.658456486%;
}
@media screen and (max-width: 767px) {
  .top-trouble__item:nth-of-type(3) {
    width: 14.4rem;
    left: 3.9rem;
    bottom: 27.6rem;
  }
}
.top-trouble__item:nth-of-type(4) {
  width: 18.4166666667%;
  right: 29.25%;
  top: 13.1362889984%;
}
@media screen and (max-width: 767px) {
  .top-trouble__item:nth-of-type(4) {
    width: 13.9rem;
    right: 2rem;
    top: 5rem;
  }
}
.top-trouble__item:nth-of-type(5) {
  width: 20.3333333333%;
  right: 2.3333333333%;
  top: -2.2988505747%;
}
@media screen and (max-width: 767px) {
  .top-trouble__item:nth-of-type(5) {
    width: 14.3rem;
    right: 5.9rem;
    top: 19.6rem;
  }
}
.top-trouble__item:nth-of-type(6) {
  width: 22.6666666667%;
  right: 0;
  bottom: 18.0623973727%;
}
@media screen and (max-width: 767px) {
  .top-trouble__item:nth-of-type(6) {
    width: 15.6rem;
    right: 2rem;
    bottom: 22.4rem;
  }
}

.top-trouble__main {
  width: 33.9166666667%;
  max-width: 40.7rem;
  padding-top: min(31.4rem, 26.1666666667vw);
  margin-inline: auto;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}
@media screen and (max-width: 767px) {
  .top-trouble__main {
    width: 100%;
    max-width: 37.5rem;
    padding-top: 47.4rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* ---------- step ----------*/
.top-step {
  background-color: #f5f8fb;
}

.top-step__container {
  padding-block: 7.1rem 14rem;
}
@media screen and (max-width: 767px) {
  .top-step__container {
    padding-block: 5.6rem;
  }
}

.top-step__ttl {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #0b6fb7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-step__ttl {
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
  }
}

.top-step__list {
  max-width: 100rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-step__list {
    margin-top: 3.2rem;
  }
}

.top-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  background-color: #fff;
  min-height: 30rem;
  border-bottom: 2px solid;
  border-right: 2px solid;
  position: relative;
  --scaleX: 1;
}
.top-step__item::before {
  content: "";
  display: inline-block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #ccc;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transform: scaleX(var(--scaleX));
          transform: scaleX(var(--scaleX));
}
@media screen and (max-width: 767px) {
  .top-step__item {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
.top-step__item + .top-step__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-step__item + .top-step__item {
    margin-top: 2rem;
  }
}
.top-step__item:nth-of-type(1) {
  border-color: #03a4eb;
}
.top-step__item:nth-of-type(1) .top-step__item__num {
  background-color: #03a4eb;
}
.top-step__item:nth-of-type(1) .top-step__item__img {
  margin-top: 1.4rem;
  max-width: 22.1rem;
}
@media screen and (max-width: 767px) {
  .top-step__item:nth-of-type(1) .top-step__item__img {
    margin-top: 2.4rem;
  }
}
.top-step__item:nth-of-type(2) {
  border-color: #0690d7;
}
.top-step__item:nth-of-type(2) .top-step__item__num {
  background-color: #0690d7;
}
.top-step__item:nth-of-type(2) .top-step__item__img {
  margin-top: 2.4rem;
  max-width: 18.6rem;
}
.top-step__item:nth-of-type(3) {
  border-color: #0882ca;
}
.top-step__item:nth-of-type(3) .top-step__item__num {
  background-color: #0882ca;
}
.top-step__item:nth-of-type(3) .top-step__item__img {
  max-width: 27rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .top-step__item:nth-of-type(3) .top-step__item__img {
    margin-top: 2.4rem;
  }
}
.top-step__item:nth-of-type(4) {
  border-color: #0b6fb7;
}
.top-step__item:nth-of-type(4) .top-step__item__num {
  background-color: #0b6fb7;
}
.top-step__item:nth-of-type(4) .top-step__item__img {
  max-width: 22.5rem;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .top-step__item:nth-of-type(4) .top-step__item__img {
    margin-top: 2.4rem;
  }
}

.top-step__item__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 28.5rem;
}
@media screen and (max-width: 767px) {
  .top-step__item__head {
    max-width: none;
  }
}

.top-step__item__num {
  display: block;
  text-align: center;
  padding: 2.8rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.top-step__item__num .small {
  font-size: 2rem;
}
.top-step__item__num .icon-arrow {
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-step__item__img {
  margin-inline: auto;
}

.top-step__item__content {
  padding: 2.3rem 5.8rem 2.8rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 65rem;
}
@media screen and (max-width: 767px) {
  .top-step__item__content {
    padding: 0 2rem 3.2rem;
  }
}

.top-step__item__ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-step__item__ttl {
    line-height: 1.2;
  }
}

.top-step__item__txt {
  margin-top: 4rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .top-step__item__txt {
    margin-top: 2.4rem;
  }
}

/* ----------------------------------------------------
about
---------------------------------------------------- */
/* ---------- message ----------*/
.about-message__container {
  padding-block: 4rem 8rem;
}
@media screen and (max-width: 767px) {
  .about-message__container {
    padding-block: 3rem 6rem;
  }
}

.about-message__ttl {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #0b6fb7;
}
@media screen and (max-width: 767px) {
  .about-message__ttl {
    text-align: left;
    font-size: 2rem;
    letter-spacing: 0.18em;
  }
}

.about-message__txt {
  margin-top: 1rem;
  text-align: center;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .about-message__txt {
    text-align: left;
    margin-top: 1.6rem;
    line-height: 2.2;
  }
}

/* ---------- story ----------*/
.about-story {
  background: url(../img/about/story_bg-pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .about-story {
    background: url(../img/about/story_bg-sp.jpg) no-repeat center/cover;
  }
}

.about-story__container {
  padding-block: 8rem 3.4rem;
}
@media screen and (max-width: 767px) {
  .about-story__container {
    padding-block: 4rem 4.3rem;
  }
}

.about-story__body {
  max-width: 66.5rem;
  margin-inline: auto 0;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .about-story__body {
    max-width: none;
    padding: 3rem;
  }
}

.about-story__icon {
  display: inline-block;
  width: 2.4rem;
}
@media screen and (max-width: 767px) {
  .about-story__icon {
    display: none;
  }
}

.about-story__ttl {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #0b6fb7;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about-story__ttl {
    margin-top: 0;
  }
}

.about-story__content {
  margin-top: 2.4rem;
}

.about-story__txt {
  line-height: 2.6;
}
.about-story__txt + .about-story__txt {
  margin-top: 2.6em;
}
@media screen and (max-width: 767px) {
  .about-story__txt + .about-story__txt {
    margin-top: 2.2em;
  }
}
@media screen and (max-width: 767px) {
  .about-story__txt {
    line-height: 2.2;
  }
}

/* ---------- member ----------*/
.about-member {
  position: relative;
  z-index: 1;
}

.about-member__decoration {
  display: inline-block;
  font-size: 13.4rem;
  line-height: 0.7462686567;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #03a4eb;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-member__decoration {
    font-size: 6.7rem;
  }
}

.about-member__container {
  padding-block: 11.8rem 12rem;
}
@media screen and (max-width: 767px) {
  .about-member__container {
    padding-block: 6rem;
  }
}

.about-member__ttl {
  font-size: 3.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #0b6fb7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-member__ttl {
    font-size: 3.2rem;
  }
}

.about-member__list {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .about-member__list {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.5rem;
  }
}
.about-member__item__img{
  text-align: center;
}
.about-member__item__img img {
  aspect-ratio: 360/458;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-member__name {
  margin-top: 2.4rem;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-member__name {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
}

.about-member__job {
  margin-top: 0.8rem;
  line-height: 1.1875;
  text-align: center;
  color: #0b6fb7;
}
@media screen and (max-width: 767px) {
  .about-member__job {
    margin-top: 0.5rem;
  }
}

.about-member__messgae {
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  .about-member__messgae {
    margin-top: 2.4rem;
  }
}

.about-member__messgae-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-member__messgae-ttl {
    font-size: 0.7rem;
  }
}
.about-member__messgae-ttl span {
  display: inline-block;
  letter-spacing: 0.2em;
  color: #ccc;
  background-color: #fff;
  padding-inline: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about-member__messgae-ttl span {
    font-size: 0.7rem;
    padding-inline: 0.8rem;
  }
}
.about-member__messgae-ttl::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.about-member__messgae-txt {
  margin-top: 3.2rem;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about-member__messgae-txt {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

/* ---------- vision ----------*/
.about-vision {
  overflow: hidden;
}

.about-vision__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .about-vision__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-vision__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #03a4eb;
  color: #fff;
  padding-block: 7.3rem;
}
@media screen and (max-width: 767px) {
  .about-vision__content {
    padding-block: 4rem;
  }
}

.about-vision__inner {
  max-width: 62rem;
  margin-inline: auto 0;
  padding-inline: 2rem;
}
@media screen and (max-width: 1023px) {
  .about-vision__inner {
    margin-inline: auto;
  }
}

.about-vision__ttl {
  font-size: 8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about-vision__ttl {
    font-size: 4rem;
  }
}

.about-vision__list {
  margin-top: 6.5rem;
  list-style: decimal;
  padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .about-vision__list {
    margin-top: 3.2rem;
    padding-left: 2em;
  }
}

.about-vision__item {
  font-size: 2.6rem;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about-vision__item {
    font-size: 2rem;
  }
}

.about-vision__img {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-vision__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-vision__decoration {
  font-size: 20.6rem;
  line-height: 0.7281553398;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #fff;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  right: -1.2rem;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .about-vision__decoration {
    font-size: 10.3rem;
  }
}

/* ----------------------------------------------------
contact
---------------------------------------------------- */
.contact__container {
  padding-block: 7rem 11.4rem;
}
@media screen and (max-width: 767px) {
  .contact__container {
    padding-block: 3.4rem 10.7rem;
  }
}

.contact__txt {
  line-height: 1.7;
  text-align: center;
}

.contact__wrap {
  max-width: 99rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    margin-top: 6.4rem;
  }
}

.contact__item {
  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;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
}
.contact__item + .contact__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .contact__item + .contact__item {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact__item:has(input[type=radio]) {
    gap: 1.6rem;
  }
}
.contact__item:has(textarea) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact__item:has(textarea) .contact__label {
  margin-top: 1rem;
}

.contact__label {
  width: 100%;
  max-width: 28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-weight: 600;
  line-height: 1.625;
}
.contact__label .required {
  background-color: #03a4eb;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 600;
  color: #fff;
  padding-inline: 0.8rem;
}
.contact__label .optional {
  border-radius: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 600;
  color: #fff;
  padding-inline: 0.8rem;
  color: #03a4eb;
  border: 1px solid #03a4eb;
}

.contact__input {
  width: 100%;
  max-width: 69rem;
  font-weight: 400;
}

/* --- radio ---*/
.contact__input--radio input[type=radio] {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #cacaca;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin-right: 0.8rem;
}
.contact__input--radio input[type=radio]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #03a4eb;
}
.contact__input--radio:has(input[type=radio]) label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.contact__input--radio:has(input[type=radio]) .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6rem;
}
.contact__input--radio:has(input[type=radio]) .wpcf7-list-item {
  margin-left: 0;
}

/* --- text ---*/
.contact__input--text input[type=text],
.contact__input--text input[type=email] {
  width: 100%;
  padding: 1.2rem 1rem;
  background-color: #f8f8f8;
  line-height: 1.625;
}
.contact__input--text input[type=text]::-webkit-input-placeholder, .contact__input--text input[type=email]::-webkit-input-placeholder {
  color: #cacaca;
}
.contact__input--text input[type=text]::-moz-placeholder, .contact__input--text input[type=email]::-moz-placeholder {
  color: #cacaca;
}
.contact__input--text input[type=text]:-ms-input-placeholder, .contact__input--text input[type=email]:-ms-input-placeholder {
  color: #cacaca;
}
.contact__input--text input[type=text]::-ms-input-placeholder, .contact__input--text input[type=email]::-ms-input-placeholder {
  color: #cacaca;
}
.contact__input--text input[type=text]::placeholder,
.contact__input--text input[type=email]::placeholder {
  color: #cacaca;
}

/* --- tel ---*/
.contact__input--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}
.contact__input--tel input[type=number] {
  width: 100%;
  max-width: 10rem;
  padding: 1.2rem 1rem;
  background-color: #f8f8f8;
  line-height: 1.625;
  -moz-appearance: textfield;
}
.contact__input--tel input[type=number]::-webkit-outer-spin-button, .contact__input--tel input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact__input--tel input[type=number]::-webkit-input-placeholder {
  color: #cacaca;
}
.contact__input--tel input[type=number]::-moz-placeholder {
  color: #cacaca;
}
.contact__input--tel input[type=number]:-ms-input-placeholder {
  color: #cacaca;
}
.contact__input--tel input[type=number]::-ms-input-placeholder {
  color: #cacaca;
}
.contact__input--tel input[type=number]::placeholder {
  color: #cacaca;
}
.contact__input--tel .hyphen {
  color: #cacaca;
}

/* --- textarea ---*/
.contact__input--textarea textarea {
  height: 25rem;
  width: 100%;
  padding: 1.2rem 1rem;
  background-color: #f8f8f8;
  line-height: 1.625;
}
.contact__input--textarea textarea::-webkit-input-placeholder {
  color: #cacaca;
}
.contact__input--textarea textarea::-moz-placeholder {
  color: #cacaca;
}
.contact__input--textarea textarea:-ms-input-placeholder {
  color: #cacaca;
}
.contact__input--textarea textarea::-ms-input-placeholder {
  color: #cacaca;
}
.contact__input--textarea textarea::placeholder {
  color: #cacaca;
}

/* --- check ---*/
.contact__input--check input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.2rem;
  border: 2px solid #333;
  margin-right: 1.9rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__input--check input[type=checkbox] {
    margin-right: 0.7rem;
    margin-top: 0.2rem;
  }
}
.contact__input--check input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(50deg);
          transform: translate(-50%, -60%) rotate(50deg);
  width: 0.7rem;
  height: 1.2rem;
  border-right: 0.2rem solid #03a4eb;
  border-bottom: 0.2rem solid #03a4eb;
}
.contact__input--check:has(input[type=checkbox]) label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contact__input--check:has(input[type=checkbox]) label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact__input--check:has(input[type=checkbox]) .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6rem;
}
.contact__input--check:has(input[type=checkbox]) .wpcf7-list-item {
  margin-left: 0;
}

.contact__check {
  margin-top: 5.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__check {
    margin-top: 4rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.contact__check label span {
  text-align: left;
}
.contact__check a {
  text-decoration: underline;
}

.contact__btn {
  margin-top: 4rem;
}
.contact__btn a,
.contact__btn button {
  margin-inline: auto;
}

.contact__privacy {
  max-width: 99.5rem;
  margin: 7.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact__privacy {
    margin-top: 5.5rem;
  }
}

.contact__privacy-head {
  background-color: #03a4eb;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.8rem 2.8rem;
}

.contact__privacy-body {
  max-height: 28rem;
  border: 1px solid #03a4eb;
  border-top: none;
  padding: 2rem 8rem 2rem 5.8rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .contact__privacy-body {
    max-height: 23rem;
    padding: 2rem;
  }
}

.contact__privacy-txt {
  line-height: 1.7;
}
.contact__privacy-txt + .contact__privacy-txt {
  margin-top: 1.7em;
}