@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　カスタム設定(style.css)ver.1 2022.10.05
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*紺*/
/*黄*/
/*青*/
/*赤*/
/*オレンジ*/
/*■■■■■■ loading ■■■■■■■*/
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  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;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading img {
  margin: auto;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading-box {
  margin: auto;
  width: 200px;
  text-align: center;
}

.flashing {
  font-size: 1.5rem;
  color: #565656;
}

.animation-box {
  width: 400px;
  height: 4px;
  background: #0fb39c;
  -webkit-animation-name: loadbar-animation;
          animation-name: loadbar-animation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes loadbar-animation {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}

@keyframes loadbar-animation {
  from {
    width: 0;
  }
  to {
    width: 200px;
  }
}
/*■■■■■■ fadein ■■■■■■■*/
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

.fade-in-up {
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
}

.fade-in-down {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}

.fade-in-left {
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
}

.fade-in-right {
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*■■■■■■ 主要タグ設定 ■■■■■■■*/
a:link {
  color: #0C2340;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:visited {
  color: #156394;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover, a:active {
  color: #EB3030;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*■■■■■■ 汎用設定 ■■■■■■■*/
.contents-block {
  margin: 100px 0;
}

.contents-in-block {
  padding: 100px 0;
}

.bg-main {
  background-color: #0C2340;
}

.bg-ami {
  background-color: #DAEBF7;
}

.bg-sub {
  background-color: #E6F4E6;
}

.cate-title {
  margin: 60px auto 0;
  padding: 0 10px;
  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;
  gap: 10px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 4px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-top: 4px solid #0C2340;
  border-bottom: 4px solid #0C2340;
}
.cate-title:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/logo-mark.png) center center no-repeat;
  background-size: cover;
}

.text-title {
  font-size: 6rem;
  color: #7CB8E2;
  font-weight: 300;
  position: relative;
  display: inline-block;
  z-index: 4;
}
.text-title span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.5rem;
}
.text-title:after {
  content: "";
  display: block;
  width: 230px;
  height: 82px;
  background: url(../images/bg-cloud.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -100px;
  z-index: -1;
}

.text-read {
  margin: 40px auto 0;
  font-size: 1.8rem;
  font-weight: 500;
}

/*お問い合わせボタン*/
a.btn-contact {
  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;
  width: 280px;
  height: 60px;
  border-radius: 30px;
  background-color: #0C2340;
  font-size: 2rem;
  font-weight: 700;
  color: #FFF;
  border: 2px solid #F7FF3C;
  -webkit-box-shadow: 0 0 6px #999;
          box-shadow: 0 0 6px #999;
}
a.btn-contact:hover {
  color: #F7FF3C;
  -webkit-box-shadow: 0 0 10px #666;
          box-shadow: 0 0 10px #666;
}

/*■■■■■■ ベクター調整 ■■■■■■■*/
.background-decoration {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.background-decoration svg {
  width: 100%;
  height: 100%;
  display: block;
}

.radius-top {
  position: relative;
  z-index: 0;
}
.radius-top svg {
  position: absolute;
  top: -1px;
}

.radius-bottom {
  position: relative;
  z-index: 0;
}
.radius-bottom svg {
  position: absolute;
  bottom: 1px;
}
.radius-bottom {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*■■■■■■ FV MAINイメージ ■■■■■■■*/
.fv-block {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  color: #FFF;
  width: 100%;
  height: calc(100vh - var(--header-height) - var(--menu-height));
  background: -webkit-gradient(linear, left bottom, left top, from(#0C2340), to(#235391));
  background: linear-gradient(to top, #0C2340, #235391);
  position: relative;
  overflow: hidden;
}
.fv-block:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 445px;
  height: 156px;
  background: url(../images/city_white.png) bottom center no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fv-img-block {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: url(../images/bg-main_a.png) left 3vw center no-repeat, url(../images/bg-main_b.png) right 3vw center no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.fv-title-block {
  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;
  gap: 20px;
}

.fv-title-box {
  color: #F7FF3C;
}
.fv-title-box h1 {
  font-size: 3.6rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2rem;
}

.fv-read-box {
  margin: 0 auto 186px;
  text-align: center;
}
.fv-read-box p {
  font-size: 1.8rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  font-weight: 500;
}

/*■■■■■■ #01 TOP About ■■■■■■■*/
.top-about-block {
  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: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-about-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aling-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.top-about-read p {
  text-align: left;
}

.about-sub-title {
  font-size: 1.6rem;
  font-weight: 600;
}

.about-title {
  font-size: 4rem;
  line-height: 1;
  color: #0C2340;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
.about-title small {
  margin: 0 0 0 20px;
  font-size: 1.4rem;
  color: #222;
  font-weight: 400;
}

.about-read-text {
  font-size: 1.8rem;
  line-height: 1.6;
}

/*■■■■■■ #02 TOP Menu ■■■■■■■*/
.top-menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

a.top-menu-button {
  background-color: #fff;
  display: block;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  max-width: 340px;
  height: auto;
  color: #222;
  -webkit-box-shadow: 0 0 6px #0C2340;
          box-shadow: 0 0 6px #0C2340;
}
a.top-menu-button:hover {
  -webkit-box-shadow: 0 0 6px #000;
          box-shadow: 0 0 6px #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a.top-menu-button dl {
  margin: 20px auto 0;
  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: 20px;
}
a.top-menu-button dl dt {
  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;
  height: 128px;
}
a.top-menu-button dl dt img {
  width: 90px;
  height: auto;
}
a.top-menu-button dl ul li {
  text-align: left;
}

a.bu-about {
  border: 4px solid #156394;
}
a.bu-about p {
  background-color: #156394;
}
a.bu-about:hover p {
  background-color: #022756;
}

a.bu-staff {
  border: 4px solid #EB3030;
}
a.bu-staff p {
  background-color: #EB3030;
}
a.bu-staff:hover p {
  background-color: #D80C12;
}

a.bu-service {
  border: 4px solid #E97C00;
}
a.bu-service p {
  background-color: #E97C00;
}
a.bu-service:hover p {
  background-color: #D53D14;
}

.menu-title {
  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;
  width: 285px;
  height: 52px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 10px;
}

/*■■■■■■ #3 TOP information インフォメーション　■■■■■■■*/
.top-info-block {
  margin: 40px auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.cercle-img-box {
  width: 320px;
  height: 320px;
  border-radius: 50%; /* 丸くする */
  overflow: hidden; /* はみ出した部分を隠す */
  display: inline-block; /* 必要に応じて block / inline-block */
  background: #eee; /* 画像読み込み前のプレースホルダ色 */
  vertical-align: middle;
}

/* 画像をコンテナに合わせて切り抜く */
.cercle-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 中央を基準に切り抜きつつ、枠いっぱいに拡げる */
  -o-object-position: center;
     object-position: center; /* 中央を合わせる（必要なら top / bottom / left / right に） */
  display: block; /* img の下にできる空白を消すため */
}

.top-info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.top-info-text p {
  text-align: left;
}

.top-info-mi {
  font-size: 1.6rem;
  font-weight: 500;
}

.top-info-title {
  font-size: 4rem;
  line-height: 1;
  color: #0C2340;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
.top-info-title small {
  margin: 0 0 0 20px;
  font-size: 1.4rem;
  color: #222;
  font-weight: 400;
}

.top-info-tel {
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: "Arial", sans-serif;
}
.top-info-tel strong {
  margin: 0 0 0 5px;
  color: #0C2340;
  font-size: 2.6rem;
  font-weight: 600;
}

.top-info-time {
  font-size: 1.8rem;
  font-weight: 500;
}
.top-info-time small {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

.top-info-attent {
  padding: 5px 15px;
  display: inline-block;
  background-color: #F7FF3C;
  font-size: 1.8rem;
  font-weight: 500;
}

.footer-city {
  margin-bottom: 60px;
  padding-bottom: 200px;
  position: relative;
}
.footer-city:before {
  content: "";
  display: block;
  width: 203px;
  height: 94px;
  background: url(../images/car.png) bottom center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: -30px;
  left: 10%;
  z-index: 4;
}
.footer-city:after {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  background: url(../images/img-city_bottom.png) bottom center repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: -19px;
}

/*■■■■■■ 会社案内 ■■■■■■■*/
.contents-flex-box {
  margin: 30px auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 100px;
}

.contents-text-box {
  width: 100%;
  max-width: 480px;
  text-align: left;
}
.contents-text-box p {
  margin: 20px 0 0;
}

.check-box {
  display: inline-block;
  margin: 40px auto;
}
.check-box li {
  padding: 3px 0 3px 40px;
  text-align: left;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
}
.check-box li:before {
  content: "";
  display: block;
  width: 26px;
  height: 40px;
  background: url(../images/check-mark.png) center bottom no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.company-table {
  margin: 40px auto 0;
  padding: 0;
  width: auto;
  border-spacing: 10px;
}
.company-table th, .company-table td {
  padding: 5px 20px 5px 20px;
}
.company-table th {
  white-space: nowrap; /*折り返ししない*/
  font-size: 1.7rem;
  background-color: #0C2340;
  color: #F7FF3C;
  text-align: center;
  letter-spacing: 2px;
}
.company-table td {
  font-size: 1.7rem;
  background-color: #D9DDE1;
  text-align: left;
}

/*■■■■■■ スタッフ紹介 ■■■■■■■*/
.title-appial {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.title-appial span {
  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;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #0C2340;
  font-size: 4.2rem;
  font-family: "Arial", sans-serif;
  color: #0C2340;
  font-weight: 700;
  background-color: #FBFF9D;
}

.staff-block {
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}

.staff-box {
  padding: 30px;
  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: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background-color: #FFF;
  border-radius: 30px;
  width: 100%;
  max-width: 320px;
  height: auto;
}

.staff-img-box {
  width: 200px;
  height: 200px;
  border-radius: 50%; /* 丸くする */
  overflow: hidden; /* はみ出した部分を隠す */
  display: inline-block; /* 必要に応じて block / inline-block */
  background: #eee; /* 画像読み込み前のプレースホルダ色 */
  vertical-align: middle;
}

/* 画像をコンテナに合わせて切り抜く */
.staff-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 中央を基準に切り抜きつつ、枠いっぱいに拡げる */
  -o-object-position: center;
     object-position: center; /* 中央を合わせる（必要なら top / bottom / left / right に） */
  display: block; /* img の下にできる空白を消すため */
}

.staff-prof-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 15px;
}
.staff-prof-box p.staff-post {
  padding: 2px 20px;
  color: #FFF;
  font-weight: 500;
  border-radius: 20px;
}
.staff-prof-box p.staff-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}

.type-a {
  border: 3px dotted #2C82B8;
}
.type-a p.staff-post {
  background-color: #2C82B8;
}
.type-a p.staff-skill {
  border-top: 2px dotted #2C82B8;
  border-bottom: 2px dotted #2C82B8;
}

.type-b {
  border: 3px dotted #5AB82C;
}
.type-b p.staff-post {
  background-color: #5AB82C;
}
.type-b p.staff-skill {
  border-top: 2px dotted #5AB82C;
  border-bottom: 2px dotted #5AB82C;
}

.type-c {
  border: 3px dotted #EB7373;
}
.type-c p.staff-post {
  background-color: #EB7373;
}
.type-c p.staff-skill {
  border-top: 2px dotted #EB7373;
  border-bottom: 2px dotted #EB7373;
}

/*■■■■■■ サービス・料金・加算 メニュー部分 ■■■■■■■*/
/* ===== 共通 ===== */
.service-menu-box {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-menu-box li a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #222;
}

/* ===== PC：途中から追従 ===== */
@media (min-width: 1024px) {
  .service-menu-block {
    position: relative;
  }
  .service-menu-block.is-fixed {
    margin: 0;
    position: fixed;
    top: 100px; /* ヘッダー下の余白 */
    width: 260px; /* col-lg-3相当 */
  }
}
/* ===== SP：上部固定 ===== */
@media (max-width: 1023.98px) {
  .service-menu-block {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
  }
  .service-menu-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
  .service-menu-box li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/*■■■■■■ サービス・料金・加算 ■■■■■■■*/
.service-menu-block {
  margin: 0;
}

.service-menu-box {
  margin: auto auto auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
  gap: 15px;
}
.service-menu-box li {
  display: block;
  width: 100%;
  max-width: 260px;
}
.service-menu-box li a {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: flex-startr;
      -ms-flex-pack: flex-startr;
          justify-content: flex-startr;
  gap: 10px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #0C2340;
  font-size: 1.8rem;
  line-height: 1;
  color: #0C2340;
  font-weight: 600;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
  position: relative;
}
.service-menu-box li a:hover {
  -webkit-box-shadow: 0 0 6px #666;
          box-shadow: 0 0 6px #666;
}
.service-menu-box li a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 12px;
  border-color: transparent transparent transparent #EB7373;
}
.service-menu-box li a span {
  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;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #0C2340;
  color: #F7FF3C;
  font-size: 2rem;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: 600;
}

.service-block {
  scroll-margin-top: 20px; /* 空けたい分 */
  margin: 0 0 40px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
  border-radius: 40px;
  border: 2px dotted #4BA3D9;
  background-color: #FAFCFE;
}

.service-title {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700;
  gap: 15px;
  background-color: #D4E8F6;
  border-radius: 40px;
}
.service-title span {
  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;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 3.5rem;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  background-color: #0C2340;
  color: #F7FF3C;
}

.service-sub-title {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-item: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border-bottom: 2px dotted #0C2340;
  position: relative;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  gap: 10px;
}
.service-sub-title:before {
  content: "";
  margin: auto 0;
  display: block;
  width: 10px;
  height: 28px;
  background-color: #0C2340;
  position: relative;
  bottom: -2px;
}

.service-mi {
  padding: 5px 15px;
  display: block;
  width: 100%;
  background-color: #E9F3FA;
  border: 1px solid #7CB8E2;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: 600;
  color: #0C2340;
}
.service-mi span {
  margin: 0 0 0 10px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
}

.service-list {
  font-size: 1.6rem;
}
.service-list li {
  padding: 3px 0 3px 22px;
  display: block;
  position: relative;
  line-height: 1.4;
}
.service-list li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #0C2340;
  position: absolute;
  top: 9px;
  left: 3px;
}

.service-subject {
  margin-right: 10px;
  padding: 3px 10px;
  display: inline-block;
  background-color: #EB8373;
  color: #FFF;
  line-height: 1.2;
  border-radius: 6px;
  font-size: 1.5rem;
}

/*カード型*/
.service-price-cards {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  margin: 0 0 20px;
  width: 100%;
}

.price-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 2px dotted #2C82B8;
}

.price-card-title {
  padding: 5px 15px;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 8px;
  background-color: #4BA3D9;
  color: #FFF;
}

.price-list {
  margin: 0;
}

.price-list > div {
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
}

.price-list > div:last-child {
  border-bottom: none;
}

.price-list dt {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 600;
}

.price-list dd {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  font-size: 1.6rem;
  border-bottom: 1px dotted #000;
}

.price-list dd span {
  display: inline-block;
}

.price-list .burden {
  font-weight: 600;
  color: #d33; /* 1割負担を少し強調 */
}

.price-note {
  margin: -20px 0 20px;
}

/* PCで横並びにしたい場合 */
@media (min-width: 768px) {
  .service-price-cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-attent-list {
  margin: -20px 0 20px;
}
.service-attent-list li {
  position: relative;
}
.service-attent-list li:before {
  content: "※";
}

/*料金表　テーブル型*/
.service-price {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #2C82B8;
  border-left: 1px solid #2C82B8;
  border-collapse: collapse; /*テーブルの隙間を開けずに線とフィットさせる*/
}
.service-price tr th, .service-price tr td {
  padding: 10px 20px;
  border-bottom: 1px solid #2C82B8;
  border-right: 1px solid #2C82B8;
}
.service-price tr th {
  white-space: nowrap; /*折り返ししない*/
  font-size: 1.8rem;
  background-color: #4BA3D9;
  color: #FFF;
  text-align: center;
}
.service-price tr td {
  font-size: 1.6rem;
  background-color: #FFF;
  vertical-align: middle;
}
.service-price tr td small {
  display: block;
  width: 100%;
  max-width: 360px;
  font-size: 1.4rem;
}

.service-operator-table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-spacing: 10px;
}
.service-operator-table th, .service-operator-table td {
  padding: 5px 20px 5px 20px;
}
.service-operator-table th {
  white-space: nowrap; /*折り返ししない*/
  font-size: 1.6rem;
  background-color: #0C2340;
  color: #F7FF3C;
  text-align: center;
  letter-spacing: 2px;
}
.service-operator-table td {
  font-size: 1.6rem;
  background-color: #D9DDE1;
  text-align: left;
}

/*■■■■■■ スタッフ募集 ■■■■■■■*/
.contact-block {
  margin: 40px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}

/*■■■■■■ お問い合わせ ■■■■■■■*/
.form-block {
  margin: 60px auto 0;
  padding: 30px;
  background-color: #FAFCFE;
  width: 100%;
  max-width: 820px;
  -webkit-box-shadow: 3px 3px 10px #999;
          box-shadow: 3px 3px 10px #999;
  border-radius: 30px;
}

/*■■■■■■ メールフォーム ■■■■■■■*/
.mfp_rows {
  clear: both;
}

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

.mfp_rows input[type=text],
.mfp_rows input[type=email],
.mfp_rows input[type=tel],
.mfp_rows input[type=number],
.mfp_rows input[type=date],
.mfp_rows input[type=file],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
  width: 100%;
  min-width: 100%;
  word-break: break-all;
  white-space: normal;
}

.mfp_rows textarea {
  width: 100%;
  min-width: 100%;
}

.mfp_rows .mfp_col1, .mfp_rows .mfp_col2, .mfp_rows .mfp_col3, .mfp_rows .mfp_col4, .mfp_rows .mfp_col5, .mfp_rows .mfp_col6, .mfp_rows .mfp_col7, .mfp_rows .mfp_col8, .mfp_rows .mfp_col9, .mfp_rows .mfp_col10, .mfp_rows .mfp_col25 {
  float: left;
  padding: 0 1.5%;
}

.mfp_rows .mfp_col1 {
  width: 10%;
}

.mfp_rows .mfp_col2 {
  width: 20%;
}

.mfp_rows .mfp_col3 {
  width: 30%;
}

.mfp_rows .mfp_col4 {
  width: 40%;
}

.mfp_rows .mfp_col5 {
  width: 50%;
}

.mfp_rows .mfp_col6 {
  width: 60%;
}

.mfp_rows .mfp_col7 {
  width: 70%;
}

.mfp_rows .mfp_col8 {
  width: 80%;
}

.mfp_rows .mfp_col9 {
  width: 90%;
}

.mfp_rows .mfp_col10 {
  width: 100%;
}

.mfp_rows .mfp_col25 {
  width: 25%;
}

/*■■■■■■ プライバシーポリシー ■■■■■■■*/
.pp-box {
  margin: 20px 0;
}
.pp-box dt {
  margin: 10px 0 5px;
  font-size: 1.8rem;
  border-bottom: 6px solid #0C2340;
  display: inline-block;
}
.pp-box dd {
  padding: 0 0 15px;
  margin: 0 0 15px 0;
  border-bottom: 1px dotted #333;
}
.pp-box dd ul {
  margin: 10px 0 0 2rem;
  list-style-type: disc;
}

.btn-normal {
  margin: 10px auto;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 5rem;
  background-color: #CCC;
  font-weight: 600;
}

.btn-normal:hover {
  background-color: #0C2340;
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 767px) {
  /*■■■■■■ 汎用設定 ■■■■■■■*/
  .contents-block {
    margin: 40px 0;
  }
  .contents-in-block {
    padding: 40px 0;
  }
  .bg-main {
    background-color: #0C2340;
  }
  .bg-ami {
    background-color: #DAEBF7;
  }
  .bg-sub {
    background-color: #E6F4E6;
  }
  .cate-title {
    padding: 0;
    font-size: 2.6rem;
  }
  .cate-title:before {
    width: 60px;
    height: 60px;
  }
  .text-title {
    font-size: 5rem;
  }
  .text-title:after {
    width: 170px;
    height: 60px;
    left: -60px;
  }
  /*お問い合わせボタン*/
  a.btn-contact {
    width: 240px;
  }
  /*■■■■■■ FV MAINイメージ(XS) ■■■■■■■*/
  .fv-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    height: auto;
  }
  .fv-img-block {
    width: 100%;
    height: 48vw;
    background-size: auto 90%, auto 90%; /* 右画像：高さ260pxにフィット */
    top: 2vw;
    z-index: 4;
  }
  .fv-title-block {
    padding-top: 54vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .fv-img-box {
    padding: 0 0 0 5vw;
  }
  .fv-img-box img {
    width: 60vw;
    height: auto;
  }
  .fv-title-box {
    color: #F7FF3C;
  }
  .fv-title-box h1 {
    font-size: 7.5vw;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
  }
  .fv-read-box {
    margin: 0 auto 186px;
    text-align: center;
  }
  .fv-read-box p {
    font-size: 4.2vw;
    line-height: 1.6;
  }
  /*■■■■■■ ベクター調整 (XS) ■■■■■■■*/
  .background-decoration {
    height: 40px;
  }
  /*■■■■■■ #01 TOP About (XS) ■■■■■■■*/
  .top-about-read {
    gap: 20px;
  }
  .top-about-read p {
    text-align: center;
  }
  .about-read-text {
    font-size: 1.6rem;
  }
  /*■■■■■■ #3 TOP information インフォメーション (XS)　■■■■■■■*/
  .top-info-text {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .top-info-text p {
    text-align: center;
  }
  .footer-city {
    margin-bottom: 20px;
    padding-bottom: 200px;
    position: relative;
  }
  /*■■■■■■ 会社紹介 (XS) ■■■■■■■*/
  .contents-flex-box {
    margin: 40px auto;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 100px;
  }
  .contents-text-box {
    text-align: center;
  }
  .check-box li {
    font-size: 2rem;
  }
  .check-box li:before {
    width: 22px;
    height: 30px;
  }
  .company-table {
    margin: 40px auto 0;
    padding: 0;
    width: auto;
    border-spacing: 10px;
  }
  .company-table th, .company-table td {
    padding: 5px 20px 5px 20px;
    display: block;
    width: 100%;
  }
  .company-table th {
    white-space: nowrap; /*折り返ししない*/
    font-size: 1.7rem;
    background-color: #0C2340;
    color: #F7FF3C;
    text-align: center;
    letter-spacing: 2px;
  }
  .company-table td {
    font-size: 1.7rem;
    background-color: #D9DDE1;
    text-align: center;
  }
  /*■■■■■■ サービス・料金・加算 (XS) ■■■■■■■*/
  .service-menu-block {
    margin: 0 auto;
  }
  .service-menu-box {
    margin: auto;
  }
  .service-block {
    margin: 40px 0 0;
    padding: 15px;
    border-radius: 30px;
  }
  .service-title {
    padding: 10px 10px;
    font-size: 7vw;
  }
  .service-title span {
    width: 35px;
    height: 35px;
    border-radius: 18px;
    font-size: 2.5rem;
  }
  .service-sub-title {
    font-size: 6vw;
  }
  .service-mi {
    font-size: 4.8vw;
  }
  .service-mi span {
    margin: 0;
    font-size: 3.5vw;
  }
  .service-price {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #2C82B8;
    border-left: 1px solid #2C82B8;
    border-collapse: collapse; /*テーブルの隙間を開けずに線とフィットさせる*/
  }
  .service-price tr th, .service-price tr td {
    padding: 10px 20px;
    border-bottom: 1px solid #2C82B8;
    border-right: 1px solid #2C82B8;
    display: block;
    width: 100%;
  }
  .service-price tr th {
    white-space: nowrap; /*折り返ししない*/
    font-size: 1.8rem;
    background-color: #4BA3D9;
    color: #FFF;
    text-align: center;
  }
  .service-price tr td {
    font-size: 1.6rem;
    background-color: #FFF;
    vertical-align: middle;
    text-align: center;
  }
  .service-price tr td small {
    display: block;
    width: 100%;
    max-width: 360px;
    font-size: 1.4rem;
  }
  .service-operator-table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-spacing: 10px 15px;
  }
  .service-operator-table th, .service-operator-table td {
    padding: 5px 20px 5px 20px;
    display: block;
    width: 100%;
  }
  .service-operator-table th {
    white-space: nowrap; /*折り返ししない*/
    font-size: 1.6rem;
    background-color: #0C2340;
    color: #F7FF3C;
    text-align: center;
    letter-spacing: 2px;
  }
  .service-operator-table td {
    font-size: 1.6rem;
    background-color: #D9DDE1;
    text-align: center;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*■■■■■■ FV MAINイメージ(XS) ■■■■■■■*/
  .fv-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    height: auto;
  }
  .fv-img-block {
    width: 100%;
    height: 48vw;
    background-size: auto 90%, auto 90%; /* 右画像：高さ260pxにフィット */
    top: 2vw;
    z-index: 4;
  }
  .fv-title-block {
    padding-top: 54vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .fv-img-box {
    padding: 0;
  }
  .fv-img-box img {
    width: 280px;
    height: auto;
  }
  .fv-title-box {
    color: #F7FF3C;
  }
  .fv-title-box h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  .fv-read-box {
    margin: 0 auto 186px;
    text-align: center;
  }
  .fv-read-box p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  /*■■■■■■ サービス・料金・加算 (SM) ■■■■■■■*/
  .service-menu-block {
    margin: 0 auto;
  }
  .service-menu-box {
    margin: auto;
  }
  .service-block {
    margin: 40px 0 0;
    padding: 15px;
    border-radius: 30px;
  }
} /*SM*/
/*------------(MD)------------*/
/*------------(LG)------------*/
/*------------(XL)------------*/