@charset "UTF-8";
/* CSS Document */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap");
.sp_only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_only {
    display: inline-block;
  }
}

@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}

.fade__up {
  -webkit-transition: all 1.2s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  -webkit-transition: all 1s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 1s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  -webkit-transform: translate(0%, 30px);
          transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
}

/* section scroll offset for fixed header */
section {
  scroll-margin-top: 80px;
}

/* ---------------- header ---------------- */
header {
  position: fixed;
  inset: 0 0 auto 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1000;
}
header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
header .header__logo {
  padding-left: 5.5%;
  width: 67px;
}
@media screen and (max-width: 750px) {
  header .header__logo {
    width: 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .nav_wrap {
  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;
  font-size: 18px;
}
header .header__nav {
  margin-right: 40px;
}
header .header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .header__nav a {
  position: relative;
  padding-bottom: 3px;
}
header .header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f6a800;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
header .header__nav a:hover::after {
  width: 100%;
}
header .header__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 51px;
  font-weight: 700;
  color: #ffffff;
  background-color: #f6a800;
  border-radius: 2px;
}
@media screen and (max-width: 750px) {
  header .header__cta {
    padding: 5vw 4vw;
    font-size: 4vw;
  }
}

/* space under fixed header */
.color--blue {
  color: #02496E;
}

/* --------------- common section head --------------- */
.section-head {
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .section-head {
    margin-bottom: 2vw;
  }
}

.section-head--center {
  text-align: center;
}

.section-title-wrap .section-title {
  margin: 0;
  font-size: 60px;
  letter-spacing: 0.2em;
  font-weight: 700;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .section-title-wrap .section-title {
    font-size: 10.5vw;
  }
}
.section-title-wrap .section-title .section-sub {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: normal;
  width: 100%;
  margin: 4px 0 0;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #7c8a99;
}
@media screen and (max-width: 750px) {
  .section-title-wrap .section-title .section-sub {
    font-size: 4vw;
  }
}

/* --------------- mv --------------- */
.mv {
  padding: 0 0 60px;
}
@media screen and (max-width: 750px) {
  .mv {
    padding: 0 0 0;
  }
}
.mv .mv__inner {
  position: relative;
  top: 0;
  left: 0;
}
.mv .mv__copy {
  position: absolute;
  top: 3.1%;
  left: 5.5%;
}
.mv .mv__title {
  margin: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .mv .mv__title {
    font-size: 15.8vw;
  }
}
.mv .mv__title span {
  display: block;
}
.mv .mv__lead {
  margin-top: 12px;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .mv .mv__lead {
    margin-top: 1vw;
    font-size: 6.3vw;
  }
}
.mv .mv__image {
  width: 73.5%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 750px) {
  .mv .mv__image {
    width: 100%;
    margin: 0;
  }
}

/* --------------- messeage --------------- */
#messeage .inner,
#business .inner,
#voice .inner {
  margin: 0 auto;
  max-width: 980px;
  width: 90%;
}

.messeage {
  padding: 25px 0 60px;
}
@media screen and (max-width: 750px) {
  .messeage {
    padding: 8vw 0 0;
  }
}
.messeage .messeage__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.messeage .section-title {
  letter-spacing: 0;
}
.messeage .section-title .section-sub {
  position: relative;
  top: 0;
  left: 0;
  color: #02496E;
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: -21px;
}
@media screen and (max-width: 750px) {
  .messeage .section-title .section-sub {
    margin-top: -10px;
  }
}
.messeage .section-title .section-sub:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #02496E;
  height: 4px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .messeage .section-title .section-sub:after {
    height: 2px;
  }
}
.messeage .section-title .section-sub span {
  background-color: #fff;
  padding-left: 13px;
}
.messeage .messeage__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 3fr) 40px minmax(0, 2fr);
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .messeage .messeage__body {
    display: block;
  }
}
.messeage .messeage__lead {
  margin-bottom: 16px;
  font-size: 24px;
  color: #02496E;
}
@media screen and (max-width: 750px) {
  .messeage .messeage__lead {
    font-size: 5.1vw;
  }
}
.messeage .messeage__text {
  font-size: 18px;
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  .messeage .messeage__text {
    font-size: 4.1vw;
  }
}
.messeage .messeage__illust {
  position: absolute;
  top: -35%;
  right: -5%;
  width: 50%;
}
@media screen and (max-width: 750px) {
  .messeage .messeage__illust {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -8vw;
  }
}
.messeage .messeage__illust img {
  width: 100%;
}

/* --------------- business --------------- */
.business {
  padding: 42px 0 84px;
}
@media screen and (max-width: 750px) {
  .business {
    padding: 8vw 0 9vw;
  }
}
.business .section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .business .section-head {
    display: block;
  }
}
.business .section-title-wrap {
  width: 300px;
}
.business .section-title {
  letter-spacing: 0;
  font-size: 60px;
}
@media screen and (max-width: 750px) {
  .business .section-title {
    font-size: 10.5vw;
  }
}
.business .section-title .section-sub {
  position: relative;
  top: 0;
  left: 0;
  color: #02496E;
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: -21px;
}
@media screen and (max-width: 750px) {
  .business .section-title .section-sub {
    margin-top: -0.6em;
  }
}
.business .section-title .section-sub:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #02496E;
  height: 4px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .business .section-title .section-sub:after {
    height: 2px;
  }
}
.business .section-title .section-sub span {
  background-color: #fff;
  padding-left: 13px;
}
.business .business__intro {
  font-size: 18px;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .business .business__intro {
    margin-left: 0;
    margin-top: 3vw;
    font-size: 4vw;
  }
}
.business .business__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 43px;
}
@media screen and (max-width: 750px) {
  .business .business__cards {
    margin-top: 5vw;
    -ms-grid-columns: minmax(0, 1fr) 5vw minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5vw;
  }
}
.business .business-card {
  position: relative;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 40px 22px 26px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 750px) {
  .business .business-card {
    padding: 4vw 4vw 3vw;
  }
}
.business .business-card::after {
  content: "+";
  position: absolute;
  right: 19px;
  bottom: 12px;
  font-size: 48px;
  color: #f6a800;
}
@media screen and (max-width: 750px) {
  .business .business-card::after {
    right: 1.5vw;
    bottom: 2.2vw;
    font-size: 8vw;
  }
}
.business .business-card__icon {
  max-width: 200px;
  margin: 0 auto 16px;
  width: 80%;
}
.business .business-card__title {
  margin: 0 0 8px;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .business .business-card__title {
    font-size: 4vw;
  }
}
.business .business-card__text {
  margin: 0;
  font-size: 13px;
  color: #667484;
}

/* モーダル共通 */
.modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal #modalTitle {
  font-size: 60px;
  color: #02496E;
}
@media screen and (max-width: 750px) {
  .modal #modalTitle {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
  }
}
.modal #modalText {
  font-size: 24px;
  line-height: 2em;
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .modal #modalText {
    font-size: 3.5vw;
  }
}
.modal .modal-content-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .modal .modal-content-in {
    display: block;
  }
}
.modal .modal-img {
  width: 31%;
  padding: 0 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  border-right: 1px solid #02496E;
}
@media screen and (max-width: 750px) {
  .modal .modal-img {
    margin: 0 auto;
    width: 40%;
    padding: 0;
    border-right: none;
  }
}
.modal .modal-content-block {
  width: 63%;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .modal .modal-content-block {
    width: 100%;
    padding-bottom: 0;
  }
}
.modal .modal-content {
  background: #fff;
  padding: 24px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  max-width: 1000px;
  width: 90%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .modal .modal-content {
    padding: 9vw 5vw;
  }
}
.modal .close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 24px;
  cursor: pointer;
}
.modal.modal--praivacy {
  /* Responsive */
}
.modal.modal--praivacy .modal-content {
  display: block;
  max-height: 84vh;
  overflow-y: scroll;
  padding: 40px 35px;
}
.modal.modal--praivacy :root {
  --bg:#f7f9fc;
  --text:#0f172a;
  --muted:#64748b;
  --card:#ffffff;
  --border:rgba(15, 23, 42, .10);
  --accent:#2563eb;
  --accent2:#0ea5e9;
  --shadow:0 10px 25px rgba(15, 23, 42, .08);
  --radius:18px;
  --max:980px;
}
.modal.modal--praivacy a {
  color: var(--accent);
  text-decoration: none;
}
.modal.modal--praivacy a:hover {
  text-decoration: underline;
}
.modal.modal--praivacy .pp-inner {
  width: min(var(--max), 100% - 32px);
  margin-inline: auto;
}
.modal.modal--praivacy .pp-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--border);
}
.modal.modal--praivacy .pp-header .pp-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
}
.modal.modal--praivacy .pp-logo {
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--text);
}
.modal.modal--praivacy .pp-nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 8px 14px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 99, 235, 0.12)), to(rgba(14, 165, 233, 0.12)));
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.12), rgba(14, 165, 233, 0.12));
  border: 1px solid rgba(37, 99, 235, 0.22);
  color: var(--text);
  font-weight: 700;
}
.modal.modal--praivacy .pp-main {
  padding-bottom: 64px;
}
.modal.modal--praivacy .pp-hero {
  padding: 0 0 18px;
}
.modal.modal--praivacy .pp-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}
.modal.modal--praivacy .pp-lead {
  margin: 0;
  color: var(--muted);
}
.modal.modal--praivacy .pp-meta {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.modal.modal--praivacy .pp-section {
  padding: 0 0;
}
.modal.modal--praivacy .pp-h2 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.modal.modal--praivacy .pp-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  padding: 0 18px 18px;
}
.modal.modal--praivacy .pp-text {
  margin: 0;
}
.modal.modal--praivacy .pp-list {
  margin: 0;
  padding-left: 1.2em;
}
.modal.modal--praivacy .pp-list li {
  margin: 0.35em 0;
}
.modal.modal--praivacy .pp-muted {
  color: var(--muted);
}
.modal.modal--praivacy .pp-note {
  margin: 10px 0 0;
  font-size: 13px;
  color: var(--muted);
}
.modal.modal--praivacy .pp-dl {
  margin: 0;
}
.modal.modal--praivacy .pp-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 12px 1fr;
  grid-template-columns: 180px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
}
.modal.modal--praivacy .pp-row:last-child {
  border-bottom: none;
}
.modal.modal--praivacy .pp-row dt {
  color: var(--muted);
  font-weight: 700;
}
.modal.modal--praivacy .pp-row dd {
  margin: 0;
}
.modal.modal--praivacy .pp-link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.modal.modal--praivacy .pp-back {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal.modal--praivacy .pp-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(var(--accent)), to(var(--accent2)));
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  color: #fff;
  font-weight: 800;
  border: 0;
  -webkit-box-shadow: 0 12px 22px rgba(37, 99, 235, 0.18);
          box-shadow: 0 12px 22px rgba(37, 99, 235, 0.18);
}
.modal.modal--praivacy .pp-footer {
  padding: 24px 0;
  border-top: 1px solid var(--border);
  background: #fff;
  color: var(--muted);
}
@media screen and (max-width: 750px) {
  .modal.modal--praivacy .pp-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* --------------- voice --------------- */
.voice {
  padding: 32px 0 60px;
  background-color: #e5f0f7;
}
@media screen and (max-width: 750px) {
  .voice {
    padding: 9vw 0 16vw;
  }
}
.voice .section-head {
  margin-bottom: 56px;
}
@media screen and (max-width: 750px) {
  .voice .section-head {
    margin-bottom: 10vw;
  }
}
.voice .section-title {
  letter-spacing: 0;
}
.voice .section-title .section-sub {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  color: #02496E;
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: -21px;
}
@media screen and (max-width: 750px) {
  .voice .section-title .section-sub {
    margin-top: -0.6em;
  }
}
.voice .section-title .section-sub:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #02496E;
  height: 4px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .voice .section-title .section-sub:after {
    height: 2px;
  }
}
.voice .section-title .section-sub span {
  background-color: #e5f0f7;
  padding-left: 13px;
}
.voice .voice__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 750px) {
  .voice .voice__cards {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5vw;
  }
}
.voice .voice-card {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px 20px;
  font-size: 13px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .voice .voice-card {
    border: 1px solid #02496E;
    padding: 5vw 3vw;
  }
}
.voice .voice-card__icon {
  width: 80px;
}
@media screen and (max-width: 750px) {
  .voice .voice-card__icon {
    width: 16vw;
  }
}
.voice .voice-card__text-wrap {
  width: calc(96% - 80px);
}
@media screen and (max-width: 750px) {
  .voice .voice-card__text-wrap {
    width: calc(95% - 14vw);
  }
}
.voice .voice-card__type {
  font-size: 18px;
  color: #02496E;
  border-bottom: 1px solid #02496E;
}
@media screen and (max-width: 750px) {
  .voice .voice-card__type {
    font-size: 4vw;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }
}
.voice .voice-card__text {
  color: #657485;
}
@media screen and (max-width: 750px) {
  .voice .voice-card__text {
    font-size: 3.4vw;
  }
}
.voice .voice-card__name {
  color: #02496E;
  font-size: 11px;
}
@media screen and (max-width: 750px) {
  .voice .voice-card__name {
    font-size: 2.3vw;
    text-align: center;
  }
}

/* --------------- faq --------------- */
.faq {
  padding: 70px 0 80px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 750px) {
  .faq {
    padding: 6vw 0 80px;
  }
}
.faq .section-title {
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .faq .section-title {
    font-size: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .faq .section-head {
    margin-bottom: 5vw;
  }
}
.faq .faq__list {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.faq .faq-item + .faq-item {
  margin-top: 19px;
}
@media screen and (max-width: 750px) {
  .faq .faq-item + .faq-item {
    margin-top: 5vw;
  }
}
.faq .faq-toggle {
  display: none;
}
.faq .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 8px 44px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #dde3eb;
  color: #02496E;
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .faq .faq-question {
    padding: 2vw 8vw;
    font-size: 4vw;
  }
}
.faq .faq-question::before {
  content: "Q.";
  position: absolute;
  left: 16px;
  font-weight: 700;
  color: #02496E;
}
@media screen and (max-width: 750px) {
  .faq .faq-question::before {
    left: 2.5vw;
    top: 1.8vw;
  }
}
.faq .faq-question::after {
  content: "+";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  display: block;
  top: 27%;
  right: 34px;
  height: 25px;
  line-height: 0.5em;
  font-size: 45px;
  color: #f6a800;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 750px) {
  .faq .faq-question::after {
    font-size: 7vw;
    right: 4vw;
  }
}
.faq .section-sub {
  font-size: 18px;
  color: #02496E;
}
@media screen and (max-width: 750px) {
  .faq .section-sub {
    font-size: 4vw;
  }
}
.faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  border: 1px solid transparent;
  border-top: none;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.7;
  -webkit-transition: max-height 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
  transition: max-height 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
}
@media screen and (max-width: 750px) {
  .faq .faq-answer {
    font-size: 4vw;
  }
}
.faq .faq-answer p {
  margin: 0;
  padding: 0 19px 12px 19px;
}
@media screen and (max-width: 750px) {
  .faq .faq-answer p {
    padding: 0 4vw 3vw 4vw;
  }
}
.faq .faq-answer p::before {
  content: "A. ";
  font-weight: 700;
  color: #02496E;
}

/* checked state */
.faq-toggle:checked + .faq-question + .faq-answer {
  max-height: 200px;
  padding-top: 14px;
  border-color: #dde3eb;
}
.faq-toggle:checked + .faq-question::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* --------------- profile --------------- */
.profile {
  padding: 32px 0 73px;
  background-color: #ffffff;
}
@media screen and (max-width: 750px) {
  .profile {
    padding: 9vw 0 6vw;
  }
}
.profile .inner {
  max-width: 700px;
  margin: 0 auto;
  width: 80%;
}
.profile .section-head {
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .profile .section-head {
    margin-bottom: 2vw;
  }
}
.profile .section-title {
  letter-spacing: 0;
}
.profile .section-title .section-sub {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  color: #02496E;
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: -21px;
}
@media screen and (max-width: 750px) {
  .profile .section-title .section-sub {
    margin-top: -0.6em;
  }
}
.profile .section-title .section-sub:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #02496E;
  height: 4px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .profile .section-title .section-sub:after {
    height: 2px;
  }
}
.profile .section-title .section-sub span {
  background-color: #fff;
  padding-left: 13px;
}
.profile .profile__table {
  margin: 0 auto;
  max-width: 700px;
  font-size: 13px;
}
.profile .profile__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 158px minmax(0, 1fr);
  grid-template-columns: 158px minmax(0, 1fr);
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 750px) {
  .profile .profile__row {
    display: block;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.profile .profile__row dt {
  font-size: 24px;
  padding: 10px 3px;
  color: #02496E;
}
@media screen and (max-width: 750px) {
  .profile .profile__row dt {
    font-size: 4.5vw;
    padding: 0;
  }
}
.profile .profile__row dd {
  font-size: 18px;
  margin: 0;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .profile .profile__row dd {
    font-size: 4.5vw;
    padding: 0;
    margin-top: 2vw;
    display: block;
  }
}

/* --------------- contact --------------- */
.contact {
  padding: 80px 0 80px;
  background-color: #4B86A4;
}
@media screen and (max-width: 750px) {
  .contact {
    padding: 10vw 0 17vw;
  }
}
.contact .section-title {
  letter-spacing: 0;
}
.contact .section-title .section-sub {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  color: #02496E;
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: -21px;
}
@media screen and (max-width: 750px) {
  .contact .section-title .section-sub {
    margin-top: -0.6em;
  }
}
.contact .section-title .section-sub:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #02496E;
  height: 4px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .contact .section-title .section-sub:after {
    height: 2px;
  }
}
.contact .section-title .section-sub span {
  background-color: #fff;
  padding-left: 13px;
}
.contact .section-head {
  margin-bottom: 51px;
}
@media screen and (max-width: 750px) {
  .contact .section-head {
    margin-bottom: 4vw;
  }
}
.contact .contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact .contact-card {
  width: 90%;
  max-width: 940px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 44px;
  padding: 36px 53px 40px;
}
@media screen and (max-width: 750px) {
  .contact .contact-card {
    padding: 4vw 5vw 4vw;
  }
}
.contact .contact-form {
  font-size: 13px;
}
.contact .contact-form__row,
.contact .contact-form__row > p {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .contact .contact-form__row,
  .contact .contact-form__row > p {
    display: block;
    margin-bottom: 4vw;
  }
}
.contact .contact-form__row.contact-form__row--top,
.contact .contact-form__row > p.contact-form__row--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact .contact-form__row label,
.contact .contact-form__row .contact-form__label,
.contact .contact-form__row > p label,
.contact .contact-form__row > p .contact-form__label {
  font-size: 24px;
  width: 254px;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 750px) {
  .contact .contact-form__row label,
  .contact .contact-form__row .contact-form__label,
  .contact .contact-form__row > p label,
  .contact .contact-form__row > p .contact-form__label {
    width: 100%;
    font-size: 4.5vw;
  }
}
.contact .contact-form__row sup,
.contact .contact-form__row > p sup {
  color: #FF0000;
  font-size: 14px;
}
.contact .contact-form__row.contact-form__row--top > p {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact .wpcf7-form-control-wrap {
  width: calc(100% - 254px);
}
.contact .contact-form input[type=text], .contact .contact-form input[type=email], .contact .contact-form input[type=tel] {
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #707070;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .contact .contact-form input[type=text], .contact .contact-form input[type=email], .contact .contact-form input[type=tel] {
    width: 100%;
    font-size: 4vw;
    padding: 2vw 1vw;
  }
}
.contact .contact-form textarea {
  width: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #707070;
  font-size: 16px;
  resize: vertical;
}
@media screen and (max-width: 750px) {
  .contact .contact-form textarea {
    width: 100%;
    font-size: 4vw;
  }
}
.contact .contact-form__radios,
.contact .contact-form__row--radio > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 750px) {
  .contact .contact-form__radios,
  .contact .contact-form__row--radio > p {
    display: block;
  }
}
.contact .contact-form__radios label,
.contact .contact-form__row--radio > p label {
  width: auto;
  font-size: 18px;
}
.contact .contact-form__row--radio > p {
  font-size: 24px;
  width: 254px;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 750px) {
  .contact .contact-form__row--radio > p {
    width: 100%;
    font-size: 4.5vw;
  }
}
.contact .required {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  font-size: 10px;
  border-radius: 2px;
  background-color: #f6a800;
  color: #ffffff;
  vertical-align: middle;
}
.contact .contact-form__policy {
  text-align: center;
  font-size: 16px;
  margin-top: 4px;
  margin-top: 66px;
}
@media screen and (max-width: 750px) {
  .contact .contact-form__policy {
    text-align: left;
    margin-top: 9vw;
    font-size: 3.6vw;
  }
}
.contact .contact-form__policy span {
  cursor: pointer;
  text-decoration: underline;
}
.contact .contact-form__checkbox-wrap {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .contact .contact-form__checkbox-wrap {
    text-align: left;
  }
}
.contact .contact-form__checkbox-wrap .contact-form__checkbox {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .contact .contact-form__checkbox-wrap .contact-form__checkbox {
    font-size: 4vw;
  }
}
.contact .contact-form__submit,
.contact .wpcf7-submit {
  text-align: center;
  margin-top: 36px;
}
.contact .btn-submit,
.contact .wpcf7-submit {
  min-width: 180px;
  padding: 10px 20px;
  border: none;
  border-radius: 2px;
  background-color: #f6a800;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  width: 240px;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .contact .btn-submit,
  .contact .wpcf7-submit {
    font-size: 4.5vw;
  }
}
.contact .btn-submit:after,
.contact .wpcf7-submit:after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 18px;
  height: 100%;
  background: url(../image/btn_arw.svg) no-repeat center/100% auto;
}
.contact .wpcf7-spinner {
  display: none;
}

/* --------------- footer --------------- */
.footer {
  background-color: #02496E;
  color: #ffffff;
  padding: 34px 0 24px;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 7vw 0;
  }
}
.footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  font-size: 12px;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
.footer .footer__name {
  margin-bottom: 35px;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .footer .footer__name {
    margin-bottom: 3vw;
    font-size: 6.2vw;
  }
}
.footer .footer__addr {
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .footer .footer__addr {
    font-size: 3.7vw;
  }
}
.footer .footer__links {
  width: 320px;
}
@media screen and (max-width: 750px) {
  .footer .footer__links {
    width: 100%;
  }
}
.footer .footer__links ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .footer .footer__links ul {
    font-size: 4.3vw;
  }
}
.footer .footer__cta {
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6a800;
  color: #ffffff;
  font-size: 18px;
  border-radius: 2px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .footer .footer__cta {
    font-size: 4.6vw;
    padding: 2vw 0;
  }
}
.footer .footer__cta:after {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 18px;
  height: 100%;
  background: url(../image/btn_arw.svg) no-repeat center/100% auto;
}
.footer .footer__policy {
  display: inline-block;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}
.footer .footer__small-wrap {
  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;
  border-top: 1px solid #fff;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  margin-top: 36px;
  padding: 16px 0;
}
.footer .footer__small-wrap .footer__copy {
  font-size: 14px;
  text-align: center;
}
.footer .footer__small-wrap .footer__copy small {
  font-size: 14px;
}
.footer .footer__small-wrap .footer__link p {
  font-size: 16px;
}

/* --------------- responsive --------------- */
@media (max-width: 900px) {
  .header__nav {
    display: none;
  }
  .mv__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .mv__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mv__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .messeage__body, .business__cards, .voice__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  .contact-card {
    padding: 28px 20px 32px;
    border-radius: 18px;
  }
}