@charset "UTF-8";
/* 基本設定
------------------------------------- */
/* ベースフォント設定 */
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 110px;
  }
}

body,
p {
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem; /* =16px */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  color: #282828;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: 20px;
  }
}

header {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: transparent;
  pointer-events: auto;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  header {
    height: 110px;
  }
}
header.scrolled {
  height: 50px;
}
@media screen and (min-width: 768px) {
  header.scrolled {
    background-color: rgba(56, 123, 255, 0.9);
    height: 70px;
  }
}
header.scrolled .header__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  header.scrolled .header__logo {
    display: block;
    width: 200px;
  }
}
header.scrolled .drawer-icon {
  margin-left: auto;
}
header.scrolled.afterfv .drawer-icon__bar {
  background-color: #000;
}

.header__inner {
  height: inherit;
  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-inline: 15px;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 40px;
  }
}

.header__logo {
  width: 270px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 290px;
  }
}
.header__logo:hover {
  opacity: 0.6;
}

.drawer-icon {
  width: 30px;
  height: 18px;
  position: relative;
  z-index: 20;
}
.drawer-icon.is-checked .drawer-icon__bar {
  background-color: #000;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  left: 0;
  -webkit-transition: top 0.4s, background 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, background 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s, background 0.4s;
  transition: top 0.4s, transform 0.4s, background 0.4s, -webkit-transform 0.4s;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
}
.drawer-icon__bar:nth-child(2) {
  top: 8px;
}
.drawer-icon__bar:nth-child(3) {
  top: 16px;
}

.header__nav {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0px;
  height: 100%;
  padding-block: 100px;
  overflow-y: auto;
  z-index: 10;
  display: none;
  background-color: #fff;
  width: 375px;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    top: 0;
    padding: 0;
    position: static;
    left: auto;
    -webkit-transform: none;
            transform: none;
    background: transparent;
    width: 100%;
  }
}

.header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  color: #002c83;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .header__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
    color: #fff;
    padding-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .header__lists {
    gap: 60px;
  }
}

.header__list {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}
.header__list.sp {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .header__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header__list:hover {
  opacity: 0.6;
}

.header__link {
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  width: 100%;
  padding-block: 10px;
}
@media screen and (min-width: 768px) {
  .header__link {
    font-size: 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.fv {
  background: url(../img/fvbg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
  padding: 80px 15px 30px 15px;
}
@media screen and (min-width: 768px) {
  .fv {
    background: url(../img/fvbg-pc.webp);
    padding-top: 110px;
    padding-inline: 3.125vw;
    padding-bottom: 3.125vw;
  }
}

.fv__inner {
  margin: 0 auto;
  position: relative;
}

.fv__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .fv__images {
    -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: 0 auto;
    gap: 0.922vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fv-image__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .fv-image__top {
    display: contents;
  }
}

.fv-image__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .fv-image__bottom {
    display: contents;
  }
}

.fv-image1 {
  width: 145px;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .fv-image1 {
    width: 38.67vw;
  }
}
@media screen and (min-width: 768px) {
  .fv-image1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 22.7vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.fv-image1 img {
  width: 100%;
}

.fv-image2 {
  width: 130px;
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (min-width: 600px) {
  .fv-image2 {
    width: 34.67vw;
  }
}
@media screen and (min-width: 768px) {
  .fv-image2 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 22.7vw;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.fv-image3 {
  width: 130px;
  -ms-flex-item-align: start;
      align-self: start;
}
@media screen and (min-width: 600px) {
  .fv-image3 {
    width: 34.67vw;
  }
}
@media screen and (min-width: 768px) {
  .fv-image3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 22.7vw;
  }
}

.fv-image4 {
  width: 145px;
}
@media screen and (min-width: 600px) {
  .fv-image4 {
    width: 38.67vw;
  }
}
@media screen and (min-width: 768px) {
  .fv-image4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 22.7vw;
  }
}

.fv__content {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__content {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.fv__lead {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-left: 10px;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .fv__lead {
    position: relative;
    top: 15px;
    margin-left: 0;
    text-align: right;
  }
}
@media screen and (min-width: 900px) {
  .fv__lead {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv__lead {
    font-size: 3.125vw;
  }
}

.fv__lead-image {
  width: 345px;
  margin: 0 auto;
  position: relative;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .fv__lead-image {
    width: 54vw;
    margin-left: auto;
    margin-right: 0;
    padding-right: 3.125vw;
  }
}
@media screen and (min-width: 1200px) {
  .fv__lead-image {
    width: 60.42vw;
  }
}
.fv__lead-image img {
  width: 100%;
}

.logo-text {
  position: absolute;
  left: 50px;
  bottom: -20px;
  font-size: 1.4rem;
  color: #fff;
}

.company-message {
  padding-block: 95px;
}
@media screen and (min-width: 768px) {
  .company-message {
    padding-block: 250px;
  }
}

.company-message__inner {
  position: relative;
}

.company-message-deco__map {
  position: absolute;
  z-index: -1;
  width: 273px;
  aspect-ratio: 768/987;
  top: 60px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .company-message-deco__map {
    width: 693px;
    top: -90px;
  }
}

.company-message__title {
  color: #387bff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .company-message__title {
    font-size: 4rem;
  }
}

.company-message__content p {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .company-message__content p {
    margin-top: 75px;
    font-size: 2rem;
    line-height: 2.5;
  }
}

.company-message__content p + p {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .company-message__content p + p {
    margin-top: 90px;
  }
}

.service {
  background: #e8f1f5;
  padding-block: 95px;
}
@media screen and (min-width: 768px) {
  .service {
    padding-block: 135px;
  }
}

.heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 4rem;
  }
}

.heading__en {
  display: block;
  font-weight: 700;
  color: #387bff;
  font-size: 1.4rem;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 768px) {
  .heading__en {
    font-size: 2rem;
    top: -7px;
  }
}

.service__tabs {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .service__tabs {
    margin-top: 25px;
  }
}

/* タブページ
------------------------------------- */
.tab__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
.tab__menu li {
  border-radius: 39px;
  background: #387bff;
  text-align: center;
  padding-block: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .tab__menu li {
    height: auto;
    font-size: 2rem;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .tab__menu li {
    height: 60px;
  }
}
.tab__menu li.active {
  background: #fec12f;
  color: #387bff;
}
.tab__menu li:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .tab__menu {
    grid-template-columns: repeat(4, 23.3333333333%);
  }
}

.tab__contents {
  background: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.tab-panel {
  display: none;
  margin-top: 20px;
  padding-top: 22px;
  padding-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .tab-panel {
    max-width: 1200px;
    padding: 80px 70px 113px 100px;
  }
}
@media screen and (min-width: 900px) {
  .tab-panel {
    padding-inline: 100px;
  }
}
.tab-panel.active {
  display: block;
}

/* タブページ共通クラス */
@media screen and (min-width: 768px) {
  .service__overview-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7%;
  }
}

@media screen and (min-width: 768px) {
  .service-overview {
    padding-top: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.tab__heading {
  color: #387bff;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tab__heading {
    text-align: left;
    font-size: 3.5rem;
  }
}

.tab-heading__en {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .tab-heading__en {
    font-size: 2rem;
  }
}

.keyword {
  margin-top: 21px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  text-align: center;
  background: #fec12f;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .keyword {
    margin-top: 50px;
    padding-block: 0;
    margin-inline: 0;
    width: 100%;
    font-size: 2rem;
    text-align: left;
    padding: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.service__list {
  margin-top: 22px;
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .service__list {
    gap: 17px;
    padding: 0;
  }
}

.service__item {
  padding-left: 22px;
  font-size: 1.6rem;
  line-height: normal;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .service__item {
    padding-left: 28px;
  }
}
.service__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../img/check.webp) center center/contain;
}
@media screen and (min-width: 768px) {
  .service__item::before {
    width: 18px;
    height: 17px;
  }
}

.service__description {
  margin-top: 15px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .service__description {
    margin-top: 34px;
    padding: 0;
  }
}

.service__image {
  margin-top: 20px;
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .service__image {
    margin-top: 0;
    padding: 0;
    width: 50%;
  }
}
.service__image img {
  width: 100%;
}

.tab__footer {
  margin-top: 45px;
  text-align: center;
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .tab__footer {
    margin-top: 106px;
  }
}

.tab-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  line-height: normal;
}
.tab-footer__title p {
  color: #387bff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tab-footer__title p {
    font-size: 3.5rem;
  }
}
.tab-footer__title img {
  width: 10px;
  height: 7.5px;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .tab-footer__title img {
    width: 20.5px;
    height: 15.8px;
  }
}

.tab-footer__sub-title {
  margin-top: 6px;
  color: #387bff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tab-footer__sub-title {
    font-size: 1.8rem;
  }
}

.tab-footer__button {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .tab-footer__button {
    margin-top: 26px;
  }
}

.button {
  display: inline-block;
  min-width: 200px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #387bff;
  border-radius: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .button {
    width: 350px;
    font-size: 2rem;
    padding: 20px;
  }
}
.button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 11.5px;
  background: url(../img/icon-mail.webp) center center/contain;
}
@media screen and (min-width: 768px) {
  .button::after {
    width: 26px;
    height: 20px;
    right: 30px;
  }
}
.button:hover {
  opacity: 0.8;
}

.tab-footer__text {
  margin-top: 13px;
  color: #387bff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tab-footer__text {
    font-size: 1.4rem;
  }
}

.service__detail {
  margin-top: 25px;
  background-image: url(../img/tab2bg-sp.webp);
  background-repeat: repeat;
  background-size: contain;
  background-position: top left;
  margin-inline: 15px;
  padding: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service__detail {
    background: url(../img/tab2bg-pc.webp) no-repeat;
    background-size: cover;
    margin-inline: 0;
    margin-top: 63px;
    padding: 42px;
  }
}
@media screen and (min-width: 768px) {
  .service__detail + .service__detail {
    margin-top: 31px;
  }
}

.detail-item__title {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  color: #387bff;
  background: #fff;
  padding-inline: 15px;
  border: 1px solid #387bff;
}
@media screen and (min-width: 768px) {
  .detail-item__title {
    font-size: 2rem;
    padding-inline: 10px;
  }
}

.detail-item__contents {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .detail-item__contents {
    margin-top: 22px;
    margin-inline: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    width: 100%;
    max-width: 640px;
  }
}

.detail-item__content {
  background: #d4edff;
  color: #387bff;
  padding-block: 12px;
}
@media screen and (min-width: 768px) {
  .detail-item__content {
    padding-block: 48px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.content__title {
  color: #387bff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .content__title {
    font-size: 1.8rem;
  }
}

.content__text {
  margin-top: 5px;
  font-size: 1.4rem;
}

#tab3 .service__detail {
  padding-inline: 12px;
}
@media screen and (min-width: 900px) {
  #tab3 .service__detail {
    padding: 50px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.6%;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #tab3 .service__detail {
    padding: 50px;
  }
}
#tab3 .detail__item {
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  #tab3 .detail__item {
    max-width: none;
  }
}
@media screen and (min-width: 900px) {
  #tab3 .detail__item.right {
    width: 55.5555555556%;
    min-width: 400px;
  }
}
#tab3 .keyword {
  padding-inline: 6px;
}
@media screen and (min-width: 768px) {
  #tab3 .keyword {
    margin-top: 0;
  }
}
#tab3 .service__list {
  text-align: left;
}
#tab3 .detail-item__title {
  margin-top: 5px;
  position: relative;
  top: 15px;
}
@media screen and (min-width: 900px) {
  #tab3 .detail-item__title {
    margin-top: 0;
  }
}
#tab3 .detail-item__image {
  margin-top: 0;
  max-width: 300px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  #tab3 .detail-item__image {
    max-width: 100%;
  }
}
#tab3 .detail-item__image picture {
  width: 100%;
  display: block;
}
#tab3 .detail-item__image img {
  width: 100%;
  display: block;
}

#tab4 .service__detail {
  padding-top: 5px;
}
@media screen and (min-width: 1200px) {
  #tab4 .service__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6%;
    padding-inline: 50px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  #tab4 .detail__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 768px) {
  #tab4 .detail__item.left .service__list {
    width: 205px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #tab4 .detail__item.right .service__list {
    padding-inline: 22px;
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
#tab4 .detail-item__title {
  margin-top: 5px;
  position: relative;
  top: 15px;
}
@media screen and (min-width: 900px) {
  #tab4 .detail-item__title {
    margin-top: 0;
  }
}
#tab4 .detail-item__content {
  background: #fff;
  border: 1px solid #387bff;
  text-align: left;
  color: #282828;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  #tab4 .detail-item__content {
    height: 286px;
  }
}
#tab4 .detail-item__text {
  margin-top: 15px;
  padding-inline: 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #tab4 .detail-item__text {
    margin-top: 24px;
    margin-inline: auto;
    max-width: 338px;
    line-height: 1.4;
  }
}

.partners {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .partners {
    margin-top: 180px;
  }
}

@media screen and (min-width: 768px) {
  .partners__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding-inline: 20px;
  }
}

.partners__content {
  margin-top: 18px;
  background: url(../img/partner-bg.webp) no-repeat center center/cover;
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  .partners__content {
    margin-top: 25px;
    padding-block: 60px;
    background: url(../img/partner-bg-pc.webp) no-repeat center center/cover;
  }
}

.partners__text {
  font-size: 1.6rem;
  padding-inline: 11px;
}
@media screen and (min-width: 768px) {
  .partners__text {
    font-size: 1.9rem;
    text-align: center;
  }
}

.partners__lists {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-inline: 25px;
}
@media screen and (min-width: 768px) {
  .partners__lists {
    margin-top: 63px;
    -webkit-column-gap: 8.5%;
       -moz-column-gap: 8.5%;
            column-gap: 8.5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 965px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .partners__lists {
    margin-left: 7.0833333333%;
  }
}
.partners__lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .partners__lists ul {
    width: 226px;
    gap: 17.6px;
  }
  .partners__lists ul:nth-child(3) {
    width: 302px;
  }
}

.partner__list {
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .partner__list {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .partner__list {
    font-size: 1.9rem;
  }
}
.partner__list::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 3px;
  background: #387bff;
}
@media screen and (min-width: 768px) {
  .partner__list::before {
    width: 6px;
    height: 6px;
  }
}

.about {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}

.about__content {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .about__content {
    margin-top: 20px;
  }
}
.about__content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__content table {
    max-width: 1000px;
  }
}
.about__content table th,
.about__content table td {
  font-size: 1.6rem;
  font-weight: 500;
  padding-block: 3px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .about__content table th,
  .about__content table td {
    font-size: 1.8rem;
    padding-block: 14px;
  }
}
.about__content table th a,
.about__content table td a {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about__content table th a,
  .about__content table td a {
    font-size: 1.8rem;
  }
}
.about__content table th {
  color: #387bff;
  background-color: #e8f1f5;
  text-align: center;
  width: 100px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about__content table th {
    width: 20%;
  }
}
.about__content table td {
  color: #282828;
  padding-left: 20px;
}
.about__content table td a {
  color: #282828;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.about__content table td a:hover {
  opacity: 0.6;
}
.about__content table tr {
  border-bottom: 0.5px solid #387bff;
}
.about__content table tr:first-child {
  border-top: 0.5px solid #387bff;
}

.footer {
  background: #387bff;
  color: #fff;
  padding-block: 42px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 69px;
    padding-bottom: 42px;
  }
}

.footer__inner {
  max-width: 355px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1200px;
  }
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__contents {
    gap: 68px;
  }
}

/* 共通 */
.footer-contents__title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer-contents__title p {
    font-size: 2rem;
  }
}
.footer-contents__title p::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1.5px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -22px;
}
@media screen and (min-width: 768px) {
  .footer-contents__title p::before {
    left: -26px;
    width: 15px;
    height: 2px;
  }
}
.footer-contents__title p::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1.5px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -22px;
}
@media screen and (min-width: 768px) {
  .footer-contents__title p::after {
    right: -26px;
    width: 15px;
    height: 2px;
  }
}

@media screen and (min-width: 768px) {
  .footer__partners {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.footer-partners__lists {
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
}
@media screen and (min-width: 768px) {
  .footer-partners__lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 8px;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .footer-partners__lists li {
    width: 48%;
  }
}
.footer-partners__lists li a {
  background: #fff;
  border-radius: 10px;
  height: 100px;
  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;
  padding-inline: 6px;
}
.footer-partners__lists li a:hover img {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .footer-partners__lists li a {
    height: 80px;
    padding: 12px 24px;
  }
}
.footer-partners__lists li a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .footer__officialline {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.footer-officialline__body {
  margin-top: 17.5px;
  background: #fff;
  border-radius: 10px;
  padding: 23px 20px 19px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .footer-officialline__body {
    margin-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 10px;
  }
}

.footer-officialline__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-officialline__image a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-officialline__image:hover a {
  opacity: 0.8;
}

.line__logo {
  width: 95px;
  height: 95px;
}
@media screen and (min-width: 768px) {
  .line__logo {
    width: 60px;
    height: 60px;
  }
}

.QR {
  width: 95px;
  height: 95px;
}
@media screen and (min-width: 768px) {
  .QR {
    width: 60px;
    height: 60px;
  }
}

.footer-officialline__text {
  color: #387bff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer-officialline__text {
    font-size: 1.4rem;
  }
}
.footer-officialline__text .br {
  display: none;
}
@media screen and (min-width: 900px) {
  .footer-officialline__text .br {
    display: block;
  }
}

.footer__copyright {
  display: block;
  margin-top: 42px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 60px;
    font-size: 1.4rem;
  }
}