@charset "UTF-8";
/* pc、spの非表示 */
body {
  color: #333;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: max(1.6rem, 9.5px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  width: 100%;
  position: relative;
  padding-top: 8.5rem;
}

@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
.is-sub {
  padding-top: unset;
}

body.menu-open {
  overflow: hidden;
}

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

:root {
  --header-height: 10rem;
  /* ヘッダーの高さを変数として管理 */
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  font-size: 10px;
}
@media (max-width: 1280px) and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

/* pc、spの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
footer {
  font-size: 1.4rem;
  background-image: url("../img-file/common/footer-bg.webp");
  position: relative;
  z-index: 1;
}

.footer-wrap {
  padding-top: 20rem;
}
.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 80rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .footer-flex {
    width: 34.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-flex::after {
  position: absolute;
  content: "";
  display: block;
  width: 124rem;
  height: 0.1rem;
  background-color: #DBCCB8;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .footer-flex::after {
    width: 34.5rem;
  }
}

.footer-flex-left-img {
  display: block;
  width: 20rem;
  margin-inline: auto;
  margin-bottom: 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .footer-flex-left-img {
    width: 19.4rem;
    margin-bottom: 2.4rem;
  }
}
.footer-flex-left-img:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .footer-flex-left-text {
    font-size: 1.4rem;
  }
}

.footer-flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.footer-flex-right-text-wrap-link {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-flex-right-text-wrap-link:hover {
  opacity: 0.5;
}

.footer-flex-right-text-wrap-link02 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-flex-right-text-wrap-link02:hover {
  opacity: 0.5;
}

.footer-flex-right-text {
  display: block;
  margin-bottom: 1.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-flex-right-text:hover {
  opacity: 0.5;
}

.footer-flex-right-text02 {
  display: block;
  margin-bottom: 1.6rem;
}

.footer-flex-right-star {
  display: inline-block;
  width: 1.5rem;
}
.footer-flex-right-star img {
  padding-bottom: 0.3rem;
}

.footer-flex-right-text-wrap {
  padding-left: 2rem;
}

.footer-copyright {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  padding-block: 1.6rem;
}
@media (max-width: 767px) {
  .footer-copyright {
    font-size: 1.2rem;
    margin-right: unset;
  }
}

.page-top {
  position: fixed;
  z-index: 10;
  bottom: 1.5625vw;
  right: 1.5625vw;
  cursor: pointer;
  border-width: 0;
  background-color: unset;
}
@media (max-width: 767px) {
  .page-top {
    bottom: 2rem;
    right: 2rem;
  }
}

.page-top-img {
  width: 3.90625vw;
  height: 3.90625vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-top-img:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .page-top-img {
    width: 5rem;
    height: 5rem;
  }
}

.follow-banner {
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  width: 68rem;
  margin-inline: auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
}
@media (max-width: 767px) {
  .follow-banner {
    width: 27rem;
    left: 40%;
    -webkit-column-gap: 0.2rem;
       -moz-column-gap: 0.2rem;
            column-gap: 0.2rem;
    bottom: 2rem;
  }
}

.lp-footer-wrap {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.lp-footer-logo {
  display: block;
  width: 29.4rem;
  margin-inline: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 4.2rem;
}
.lp-footer-logo:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .lp-footer-logo {
    width: 19.6rem;
    margin-bottom: 2.8rem;
  }
}

.lp-footer-copyright {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}

.lp-follow-banner-btn {
  display: block;
  width: 51rem;
  margin-inline: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
}
.lp-follow-banner-btn:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .lp-follow-banner-btn {
    width: 34.2rem;
  }
}

.footer-space {
  height: 9rem;
}
@media (max-width: 767px) {
  .footer-space {
    height: 6rem;
  }
}

/* ===========================
   Header 基本設定
=========================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.header {
  background-color: rgba(255, 255, 255, 0.9);
}

body:not(.home) .header {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-flex {
  max-width: 1440px;
  margin-inline: auto;
  height: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 767px) {
  .header-flex {
    padding-left: 1.6rem;
    padding-right: unset;
  }
}

.header-title {
  display: block;
  width: 22.1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header-title {
    width: 19.9rem;
    position: relative;
    z-index: 1000000;
  }
}
.header-title:hover {
  opacity: 0.5;
}

.header-nav-list.active {
  left: 70%;
  width: 30%;
}
@media (max-width: 767px) {
  .header-nav-list.active {
    left: 0;
    width: 100%;
  }
}

/* ===========================
   ハンバーガーボタンのラッパー
=========================== */
.header__hb-btn-wrap {
  position: fixed;
  top: 3rem;
  right: 5rem;
  z-index: 20000;
  width: 5rem;
  height: 5rem;
  margin-inline: auto;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .header__hb-btn-wrap {
    top: 1.5rem;
    right: 1.5rem;
    background-color: #213583;
  }
}

/* ===========================
   ハンバーガーボタン
=========================== */
.header__hb-btn {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.header__hb-btn span {
  display: block;
  width: 3rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .header__hb-btn span {
    width: 3rem;
    height: 0.2rem;
  }
}

/* 初期位置（3本線） */
.header__hb-btn span:nth-of-type(1) {
  top: 1.4rem;
}

.header__hb-btn span:nth-of-type(2) {
  top: 2.4rem;
}

.header__hb-btn span:nth-of-type(3) {
  top: 3.4rem;
}

.hb-menu {
  font-size: 1.2rem;
  color: #213583;
  text-align: center;
}

/* ===========================
   ハンバーガー → バツの変形
=========================== */
.header__hb-btn.active span:nth-of-type(1) {
  top: 2.4rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header__hb-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header__hb-btn.active span:nth-of-type(3) {
  top: 2.4rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header__right-nav ul {
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.header__right-nav ul li {
  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;
}
@media (max-width: 767px) {
  .header__right-nav ul li {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 767px) {
  .header__right-nav ul {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0rem;
    left: 120%;
    z-index: 10000;
    padding-top: 12rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
  }
}

@media (max-width: 767px) {
  .header__right-nav ul.active {
    left: 0;
    padding-left: 10rem;
  }
}

.l-header-arrow {
  width: 1rem;
  display: inline-block;
}
.l-header-arrow img {
  padding-bottom: 0.5rem;
}

/* ドロップダウンメニューのスタイル */
.drop-menu {
  position: relative;
}

.header__right-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header__right-item {
    margin-bottom: 1.5rem;
  }
}
.header__right-item:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .drop-menu-item-margin {
    margin-bottom: -1rem;
  }
}

@media (max-width: 767px) {
  .drop-menu-item-margin02 {
    margin-bottom: 0.5rem;
  }
}

.drop-menu-list {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  left: 0rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  padding-block: 1rem;
  border-left: 0.3rem solid #213583;
}
@media (max-width: 767px) {
  .drop-menu-list {
    display: none;
    position: relative;
    top: unset;
    left: unset;
    background-color: unset;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}

.drop-menu:hover .drop-menu-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .drop-menu:hover .drop-menu-list {
    visibility: visible;
    opacity: 1;
  }
}

.drop-menu:hover .drop-menu-list,
.drop-menu-list:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: block;
  pointer-events: auto;
  padding-right: 2rem;
}

.drop-menu-item {
  position: relative;
  padding: 0.5rem 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 15.5rem;
  text-align: left;
}

/* 追加：事業案内リンクは透過させない（リンク無しの場合） */
.drop-menu > a[href=""] {
  pointer-events: none;
}

.drop-menu > a[href=""]:hover {
  opacity: 1 !important;
}

.width-change {
  width: 20rem;
}

.drop-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 767px) {
  .drop-menu-item a {
    position: relative;
  }
}

.drop-menu:not(:hover) .drop-menu-list {
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease;
  transition: opacity 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
  pointer-events: none;
  -webkit-animation: hideMenu 0.3s forwards;
          animation: hideMenu 0.3s forwards;
}

@-webkit-keyframes hideMenu {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}

@keyframes hideMenu {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}
.header__right-nav ul {
  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;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 767px) {
  .header__right-nav ul {
    display: block;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 120%;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10000;
    overflow-y: auto;
  }
}

@media (max-width: 767px) {
  .header__right-nav ul.active {
    left: 0;
  }
}

.header-nav-list-hb-wrap {
  width: 37.5rem;
  height: 100dvh;
  position: fixed;
  top: -100%;
  /* ←画面の上へ隠す */
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  /* ←透明から始める */
  -webkit-transition: top 0.5s ease, opacity 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease;
  z-index: 10000;
  overflow-y: auto;
}

/* 開いた時 */
.header-nav-list-hb-wrap.active {
  top: 0;
  /* ←画面の最上部に降りてくる */
  opacity: 1;
  /* ←ふわっと表示 */
}

.header-hb-logo {
  display: block;
  width: 20.7rem;
  margin-bottom: 4rem;
  padding-top: 1rem;
  padding-left: 2rem;
}

.header-hb-tel-text {
  text-align: center;
}

.header-hb-tel {
  display: block;
  width: 35rem;
  margin-bottom: 4rem;
  margin-inline: auto;
}

.header-nav-list {
  padding-left: 8rem;
}
.header-nav-list li {
  margin-bottom: 2rem;
}

.header-nav-list-adjust {
  margin-top: -2rem;
}

@media (max-width: 767px) {
  .header__right-nav ul.active {
    left: 0;
    background-color: rgba(249, 246, 240, 0.8980392157);
  }
}

.header__right-item-mail {
  width: 5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header__right-item-mail {
    width: 4rem;
  }
}

.fv-flex {
  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;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .fv-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.fv-left {
  width: 38.5rem;
}
@media (max-width: 767px) {
  .fv-left {
    width: 24rem;
  }
}

.fv-right {
  line-height: 1.8;
}

.fv-img {
  width: 124rem !important;
  margin-inline: auto !important;
}
@media (max-width: 767px) {
  .fv-img {
    width: 36rem !important;
  }
}

.js-fv-slider02 {
  width: 124rem !important;
  margin-inline: auto !important;
}
@media (max-width: 767px) {
  .js-fv-slider02 {
    width: 36rem !important;
  }
}

.splide__track {
  position: relative;
  z-index: 1;
}

.fv-arrow {
  width: 6.2rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  -webkit-animation: arrowMove 1.8s ease-in-out infinite;
          animation: arrowMove 1.8s ease-in-out infinite;
}
@media (max-width: 767px) {
  .fv-arrow {
    width: 5.1rem;
    left: 43%;
  }
}

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes arrowMove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.top-about {
  background-image: url("../img-file/top/about-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 124rem;
  height: 52rem;
  margin-inline: auto;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .top-about {
    background-image: url("../img-file/top/sp-about-bg.webp");
    width: 36rem;
    height: 39rem;
    margin-inline: auto;
    padding-top: 3rem;
    margin-bottom: 3rem;
  }
}

.top-about-flex-right {
  width: 42rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .top-about-flex-right {
    width: 30rem;
  }
}

.top-about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  margin-bottom: 2rem;
  width: 90rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .top-about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
    width: 33rem;
  }
}

.top-about-flex-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-about-flex-left-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #EA5567;
  position: relative;
  margin-bottom: 0.5rem;
}
.top-about-flex-left-title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1rem;
  background-color: #EA5567;
  position: absolute;
  top: 50%;
  left: 9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-about-flex-left-text01 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #213583;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top-about-flex-left-text01 {
    font-size: 2rem;
  }
}

.top-about-flex-left-text02 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .top-about-flex-left-text02 {
    margin-bottom: unset;
    font-weight: 400;
  }
}

.top-service {
  width: 124rem;
  margin-inline: auto;
  padding-top: 12rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .top-service {
    width: 34.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.top-service-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  width: 106rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top-service-flex {
    width: 34.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2rem;
  }
}

.top-service-flex-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-service-flex-left-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #EA5567;
  position: relative;
}
.top-service-flex-left-title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1rem;
  background-color: #EA5567;
  position: absolute;
  top: 50%;
  left: 8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-service-flex-left-text01 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #213583;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top-service-flex-left-text01 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.top-service-flex-left-text02 {
  font-size: 1.6rem;
  font-weight: 400;
}

.top-service-flex-left-text03 {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-service-flex-left-text03 {
    text-align: center;
  }
}

.top-service-panel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .top-service-panel-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 4rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
  }
}

.top-service-panel {
  background-color: #F9F6F0;
  outline: 0.2rem solid #fff;
  outline-offset: -1.2rem;
  border-radius: 1rem;
  padding-block: 2.6rem;
  padding-inline: 4rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .top-service-panel {
    padding-inline: 3rem;
    padding-bottom: 4rem;
  }
}

.top-service-panel-img {
  width: 32rem;
  margin-inline: auto;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .top-service-panel-img {
    width: 25rem;
  }
}

.top-service-panel-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #213583;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .top-service-panel-title {
    font-size: 2rem;
  }
}

.top-service-panel-title-orange {
  color: #EA5567;
  font-weight: 400;
}

.top-service-btn-wrap {
  width: 29rem;
  margin-inline: auto;
}

.top-works {
  width: 104rem;
  margin-inline: auto;
  margin-bottom: 9rem;
}
@media (max-width: 767px) {
  .top-works {
    width: 34.5rem;
  }
}

.top-works-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media (max-width: 767px) {
  .top-works-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-works-flex-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-works-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #EA5567;
  position: relative;
}
.top-works-title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1rem;
  background-color: #EA5567;
  position: absolute;
  top: 50%;
  left: 7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-works-flex-text01 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #213583;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top-works-flex-text01 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.top-works-flex-text02 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .top-works-flex-text02 {
    margin-bottom: 2rem;
  }
}

.top-works-img-flex {
  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;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  width: 104rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .top-works-img-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 34.5rem;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
  }
}

.top-works-img-flex-left-img,
.top-works-img-flex-right-img {
  width: 50rem;
  height: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top-works-img-flex-left-img,
  .top-works-img-flex-right-img {
    width: 34.5rem;
    margin-bottom: 1rem;
  }
}

.top-works-img-flex-left-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .top-works-img-flex-left-title {
    font-size: 1.8rem;
  }
}

.top-voices {
  width: 104rem;
  margin-inline: auto;
  margin-top: 4rem;
  margin-bottom: 9rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-voices {
    width: 34.5rem;
  }
}

.top-voices-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #EA5567;
  position: relative;
}
.top-voices-title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1rem;
  background-color: #EA5567;
  position: absolute;
  top: 50%;
  left: 7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-voices-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media (max-width: 767px) {
  .top-voices-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-voices-flex-text01 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #213583;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top-voices-flex-text01 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.top-voices-flex-text02 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .top-voices-flex-text02 {
    font-weight: 400;
  }
}

.top-voices-card {
  width: 40rem;
  border: 0.1rem solid #D0CCC7;
  border-radius: 1rem;
  padding-inline: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top-voices-card {
    width: 35.5rem;
  }
}

.top-voices-card-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .top-voices-card-flex-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .top-voices-card-text {
    font-size: 1.5rem;
  }
}

.top-voices-card-flex-img {
  width: 10rem;
  height: auto;
}
@media (max-width: 767px) {
  .top-voices-card-flex-img {
    width: 8rem;
  }
}

/* スライド全体を equal height 対応にする */
#js-fv-slider .splide__track {
  height: auto !important;
}

#js-fv-slider .splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#js-fv-slider .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 中のカードを100%伸ばす */
#js-fv-slider .top-voices-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.splide__pagination {
  bottom: -4rem !important;
}

.splide__arrow--prev {
  left: -4rem !important;
}
@media (max-width: 767px) {
  .splide__arrow--prev {
    left: -1rem !important;
  }
}

.splide__arrow--next {
  right: -4rem !important;
}
@media (max-width: 767px) {
  .splide__arrow--next {
    right: -1rem !important;
  }
}

/* 追加 */
#js-fv-slider {
  position: relative;
  z-index: 10;
}

/* 初期は少し小さめ */
#js-fv-slider .splide__slide {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
@media (max-width: 767px) {
  #js-fv-slider .splide__slide {
    -webkit-transform: unset;
            transform: unset;
    -webkit-transition: unset;
    transition: unset;
  }
}

/* アクティブだけ拡大 */
#js-fv-slider .splide__slide.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 通常のドット */
.splide__pagination__page {
  background: #ccc !important;
  opacity: 1 !important;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease !important;
  transition: background 0.3s ease, -webkit-transform 0.3s ease !important;
  transition: background 0.3s ease, transform 0.3s ease !important;
  transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease !important;
}

/* 表示中（アクティブ）だけ黒 */
.splide__pagination__page.is-active {
  background: #000 !important;
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}

.top-voices-card-maker {
  background-color: #FCE5E8;
  padding: 0.1rem 0.3rem;
}

.top-voices-bg-img {
  position: relative;
  z-index: -1;
  margin-top: -32rem;
}
@media (max-width: 767px) {
  .top-voices-bg-img {
    margin-top: -30rem;
  }
}

.splide__arrow {
  background: none;
  border: none;
  width: 3.6rem;
  height: 3.6rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .splide__arrow {
    width: 2.4rem !important;
    height: 2.4rem !important;
  }
}

.splide__arrow--prev {
  background: url("../img-file/common/slider-left.webp") no-repeat center/contain !important;
}

.splide__arrow--next {
  background: url("../img-file/common/slider-right.webp") no-repeat center/contain !important;
}

/* デフォルトのSVG矢印を消す */
.splide__arrow svg {
  display: none;
}

.top-qa {
  width: 104rem;
  margin-inline: auto;
  margin-top: 16rem;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .top-qa {
    width: 34.5rem;
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

.top-qa-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #EA5567;
  position: relative;
}
.top-qa-title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1rem;
  background-color: #EA5567;
  position: absolute;
  top: 50%;
  left: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-qa-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media (max-width: 767px) {
  .top-qa-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-qa-flex-text01 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #213583;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top-qa-flex-text01 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.top-qa-flex-text02 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .top-qa-flex-text02 {
    font-weight: 400;
  }
}

.top-qa-menu-item {
  width: 104rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .top-qa-menu-item {
    width: 35.5rem;
  }
}

.top-qa-menu-header {
  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;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  width: 104rem;
  padding-block: 1.5rem;
  padding-left: 3rem;
  padding-right: 2.5rem;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
  background-color: #fff;
  border-top: 0.1rem solid #ccc;
}
@media (max-width: 767px) {
  .top-qa-menu-header {
    width: 35.5rem;
    font-size: 1.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.top-qa-menu-item:last-child .top-qa-menu-header {
  border-bottom: 0.1rem solid #ccc;
}

.top-qa-menu-item:last-child.active .top-qa-menu-header {
  border-bottom: none;
}

.top-qa-menu-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .top-qa-menu-header-flex {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-qa-menu-q {
  display: block;
  width: 3rem;
  height: 3.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-qa-menu-q {
    width: 3.2rem;
  }
}

.top-qa-menu-a {
  display: block;
  width: 3rem;
  height: 3.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .top-qa-menu-a {
    width: 3.2rem;
  }
}

.top-qa-menu-content {
  display: none;
  margin-inline: auto;
  padding-block: 1.5rem;
  font-size: 1.6rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease, padding 0.3s ease;
  transition: max-height 0.35s ease, padding 0.3s ease;
  padding-block: 0;
}
@media (max-width: 767px) {
  .top-qa-menu-content {
    width: 35.5rem;
    font-size: 1.6rem;
  }
}

.top-qa-menu-item.active .top-qa-menu-content {
  max-height: 1000px;
  /* 中身より十分大きい値を入れる */
  padding-block: 1.5rem;
  /* 開いた時の余白を戻す */
}

.top-qa-menu-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding-left: 3rem;
  padding-right: 0.5rem;
  border-radius: 1rem;
  font-size: 2rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .top-qa-menu-content-flex {
    padding-left: 1rem;
  }
}

.top-qa-menu-item:last-child .top-qa-menu-content-flex {
  border-bottom: 0.1rem solid #ccc;
  padding-bottom: 1.5rem;
}

.top-qa-menu-answer {
  font-size: 1.6rem;
}

.top-qa-menu-icon {
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .top-qa-menu-icon {
    width: 1.5rem;
    height: 0.95rem;
  }
}

/* 開いているとき（下向き） */
.top-qa-menu-item.active .top-qa-menu-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#top-news {
  margin-top: 4rem;
  margin-bottom: 20rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  #top-news {
    margin-bottom: 10rem;
  }
}

.top-news {
  background-image: url(../img-file/top/news-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 8rem;
}
@media (max-width: 767px) {
  .top-news {
    padding-block: 4rem;
  }
}

.top-news-flex {
  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;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  width: 106rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .top-news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 34.5rem;
    padding-left: 2rem;
  }
}

.top-news-flex-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top-news-flex-left-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #EA5567;
  position: relative;
}
.top-news-flex-left-title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.1rem;
  background-color: #EA5567;
  position: absolute;
  top: 50%;
  left: 12rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-news-flex-left-text01 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #213583;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .top-news-flex-left-text01 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}

.top-news-flex-left-text02 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .top-news-flex-left-text02 {
    font-weight: 400;
    margin-bottom: 1rem;
  }
}

.top-news-flex-left-text03 {
  font-size: 1.6rem;
  font-weight: 500;
}

.top-news-item {
  width: 66rem;
  padding-inline: 5rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .top-news-item {
    width: 31.5rem;
    padding-block: unset;
    padding-inline: unset;
  }
}

.top-news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding-block: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .top-news-link {
    padding-inline: unset;
    padding-block: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-news-link:hover {
  opacity: 0.5;
}

.top-news-thumb img {
  width: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 20/14;
  -o-object-position: center center;
     object-position: center center;
}

.top-news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .top-news-info {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0.5rem;
  }
}

.top-news-time {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #888;
}
@media (max-width: 767px) {
  .top-news-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-top: 1rem;
  }
}

.top-news-mark {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #213583;
  border: #213583 0.1rem solid;
  border-radius: 2rem;
  padding-inline: 1rem;
}
@media (max-width: 767px) {
  .top-news-mark {
    font-size: 1.2rem;
    padding-inline: 0.5rem;
  }
}

.top-news-tag-label {
  display: block;
  padding-block: 0.1rem;
  padding-inline: 1rem;
}
@media (max-width: 767px) {
  .top-news-tag-label {
    margin-top: 0.2rem;
  }
}

.top-news-text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: left;
  color: #33302A;
}
@media (max-width: 767px) {
  .top-news-text {
    font-size: 1.6rem;
    letter-spacing: 0rem;
    line-height: 2.6rem;
    width: 31.5rem;
  }
}

.contact-form-wrap {
  padding-top: 8rem;
  padding-bottom: 20rem;
}
@media (max-width: 767px) {
  .contact-form-wrap {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.contact-form__flex-item {
  margin-inline: auto;
  margin-bottom: 2rem;
}
.contact-form__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin-bottom: 1rem;
  position: relative;
  margin-inline: auto;
  width: 75rem;
}
@media (max-width: 767px) {
  .contact-form__flex02 {
    width: 34.5rem;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    margin-bottom: 1rem;
  }
}

.contact-form__info {
  font-size: 1.6rem;
  letter-spacing: 0.07rem;
  letter-spacing: 0rem;
  color: #33302A;
}
@media (max-width: 767px) {
  .contact-form__info {
    font-size: 1.6rem;
    letter-spacing: 0.07rem;
    letter-spacing: 0rem;
  }
}

.absolutely {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background-color: #D01E0B;
  padding: 0.4rem 0.75rem;
  border-radius: 0.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .absolutely {
    font-size: 1.2rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.optional {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background-color: #888;
  padding: 0.4rem 0.75rem;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .optional {
    font-size: 1.2rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.wpcf7-text {
  display: block;
  width: 75rem;
  margin-inline: auto;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding-block: 1.1rem;
  padding-inline: 1.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .wpcf7-text {
    width: 34.5rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    padding-block: 1.1rem;
    padding-inline: 1.5rem;
    cursor: pointer;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.wpcf7-textarea {
  display: block;
  width: 75rem;
  height: 12rem;
  margin-inline: auto;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding-block: 1.1rem;
  padding-inline: 1.5rem;
  cursor: pointer;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .wpcf7-textarea {
    width: 34.5rem;
    height: 12rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    padding-block: 1.1rem;
    padding-inline: 1.5rem;
    font-size: 1.6rem;
  }
}

.wpcf7 select {
  display: block;
  width: 75rem;
  margin-inline: auto;
  background-color: #fff;
  color: #33302A;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding-block: 1.1rem;
  padding-inline: 1.5rem;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
@media (max-width: 767px) {
  .wpcf7 select {
    width: 34.5rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    padding-block: 1.1rem;
    padding-inline: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.contact-select-wrap {
  position: relative;
  display: block;
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact-select-wrap {
    width: 34.5rem;
  }
}
.contact-select-wrap::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid #666;
  /* ▼の色 */
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact-select-wrap::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid #666;
    /* ▼の色 */
    pointer-events: none;
  }
}

.contact-form__pp {
  font-size: 1.6rem;
  font-weight: 400;
  color: #33302A;
  width: 75rem;
  margin-inline: auto;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .contact-form__pp {
    width: 34.5rem;
    margin-block: 2rem;
  }
}

/* テキスト部分 */
.pp-text {
  display: inline-block;
}

/* ボタンラッパー */
.contact-form__btn-wrap {
  text-align: center;
}

.submit-btn {
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .submit-btn {
    margin-inline: auto;
  }
}

/* ボタン本体 */
.submit-btn input[type=submit] {
  width: 100%;
  padding-block: 1.5rem;
  background-color: #E4AB47;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  border: none;
  border-radius: 4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .submit-btn input[type=submit] {
    width: 32.5rem;
    margin-inline: auto;
    padding: 2rem 5rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.wpcf7-spinner {
  display: none !important;
}

/* ボタンが無効なとき */
input.confirm_button:disabled {
  cursor: not-allowed;
}

.wpcf7-not-valid-tip {
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    width: 34.5rem;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .wpcf7 form.sent .wpcf7-response-output {
    width: 34.5rem;
  }
}

.wpcf7-list-item {
  margin: unset;
}

.confirm_area {
  width: 80rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .confirm_area {
    width: 34.5rem;
  }
}

.confirm_area-text {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .confirm_area-text {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    margin-top: 5rem;
  }
}

.confirm_area-flex-title {
  min-width: 30rem;
  text-align: left;
}
@media (max-width: 767px) {
  .confirm_area-flex-title {
    min-width: 15rem;
  }
}

.confirm_area-flex-btn {
  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;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  padding-block: 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .confirm_area-flex-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 5rem;
    padding-block: 7rem;
  }
}

.confirm_area-back-btn {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.confirm_area-back-btn:hover {
  opacity: 0.5;
}

.confirm_contact-area {
  display: block;
  max-width: 45rem;
  word-wrap: break-word;
}

.confirm_area-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  padding-block: 1rem;
}
@media (max-width: 767px) {
  .confirm_area-flex-item {
    padding-inline: 1rem;
  }
}

/* 名前全体の並びエリア */
.confirm_names-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 2rem;
}

/* 各人1ブロック */
.confirm_name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .confirm_name {
    font-size: 1.5rem;
  }
}

.confirm_e-mail {
  overflow-wrap: anywhere;
  word-break: break-all;
}

/* ============================
確認ボタン（背景画像）
============================ */
.confirm_button {
  width: 28rem;
  height: 6rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-image: url("../img-file/contact/confirm-btn.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: background-image 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-image 0.5s ease, -webkit-transform 0.5s ease;
  transition: background-image 0.5s ease, transform 0.5s ease;
  transition: background-image 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* hover：色反転 */
.confirm_button:hover {
  background-image: url("../img-file/contact/confirm-btn-hover.webp");
}

/* disabled時 */
.confirm_button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* SP調整 */
@media (max-width: 768px) {
  .confirm_button {
    width: 100%;
    max-width: 32rem;
    height: 5.6rem;
  }
}
/* ============================
戻るボタン（画像）
============================ */
.back_button {
  width: 20rem;
  height: 5.5rem;
  display: block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  border-radius: 5rem;
  border: 0.1rem solid #213583;
  outline: 0.1rem solid #213583;
  outline-offset: -0.5rem;
  -webkit-transition: background-image 0.2s ease, opacity 0.2s ease;
  transition: background-image 0.2s ease, opacity 0.2s ease;
}

/* ============================
送信ボタン（画像）
============================ */
.submit-btn input[type=submit] {
  width: 22rem;
  height: 5.5rem;
  display: block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-image: url("../img-file/contact/submit-btn-hover.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
}

/* hover：反転 */
.submit-btn input[type=submit]:hover {
  background-image: url("../img-file/contact/submit-btn.webp");
}

.submit-btn input[type=submit] {
  color: transparent; /* 文字を透明に */
  text-indent: -9999px; /* 念のため画面外へ */
  overflow: hidden;
}

.p-contact-thanks-wrap {
  padding-top: 8rem;
  padding-bottom: 20rem;
}
@media (max-width: 767px) {
  .p-contact-thanks-wrap {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.p-contact-thanks-wrap-title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  font-family: "Zen Maru Gothic", serif;
  color: #213583;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-contact-thanks-wrap-title {
    font-size: 2.4rem;
    width: 34.5rem;
    margin-inline: auto;
    text-align: left;
  }
}

.p-contact-thanks-wrap-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .p-contact-thanks-wrap-text {
    font-size: 1.6rem;
    width: 34.5rem;
    margin-inline: auto;
    text-align: left;
  }
}

.p-not-found-contents {
  padding-top: 8rem;
  padding-bottom: 20rem;
}
@media (max-width: 767px) {
  .p-not-found-contents {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.p-not-found-text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .p-not-found-text {
    font-size: 1.6rem;
    width: 34.5rem;
    margin-inline: auto;
    text-align: left;
  }
}

.p-news-list-wrap {
  padding-top: 8rem;
}

.p-news-list-item {
  width: 80rem;
  margin-inline: auto;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .p-news-list-item {
    width: 34.5rem;
    margin-bottom: 4rem;
  }
}

.p-news-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .p-news-list-link {
    padding-inline: unset;
    padding-block: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
}
.p-news-list-link:hover {
  opacity: 0.5;
}

.p-news-list-thumb img {
  width: 28rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-news-list-thumb img {
    width: 34.5rem;
    height: 25rem;
  }
}

.p-news-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-news-list-info {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0.5rem;
  }
}

.p-news-list-time {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #888;
}
@media (max-width: 767px) {
  .p-news-list-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-top: 1rem;
  }
}

.p-news-list-mark {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #213583;
  border: #213583 0.1rem solid;
  border-radius: 2rem;
  padding-inline: 1rem;
}
@media (max-width: 767px) {
  .p-news-list-mark {
    font-size: 1.2rem;
    padding-inline: 0.5rem;
  }
}

.p-news-list-tag-label {
  display: block;
  padding-block: 0.1rem;
  padding-inline: 1rem;
}
@media (max-width: 767px) {
  .p-news-list-tag-label {
    margin-top: 0.2rem;
  }
}

.p-news-list-text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: left;
  color: #33302A;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-news-list-text {
    font-size: 1.8rem;
    line-height: 1.8;
    width: 34.5rem;
  }
}

.p-news-list-contents-bottom {
  width: 80rem;
  margin-inline: auto;
  margin-bottom: 18rem;
}
@media (max-width: 767px) {
  .p-news-list-contents-bottom {
    width: 34.5rem;
    margin-bottom: 16rem;
  }
}

.p-news-list-contents-bottom-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .p-news-list-contents-bottom-title {
    font-size: 1.6rem;
  }
}
.p-news-list-contents-bottom-title::before {
  content: "";
  display: block;
  width: 33rem;
  height: 0.1rem;
  background-color: #888;
  position: absolute;
  top: 50%;
  left: 21%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .p-news-list-contents-bottom-title::before {
    width: 12rem;
    left: 20%;
  }
}
.p-news-list-contents-bottom-title::after {
  content: "";
  display: block;
  width: 33rem;
  height: 0.1rem;
  background-color: #888;
  position: absolute;
  top: 50%;
  right: -20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .p-news-list-contents-bottom-title::after {
    width: 12rem;
    right: -15%;
  }
}

.p-news-list-category-list-link {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-block: 1rem;
}

.p-news-list-tag-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 1rem;
  font-size: 1.4rem;
  color: #213583;
}

.p-news-list-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
  margin-top: 2rem;
  padding-left: 2rem;
}

.p-news-list-tag-icon {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-list-tag-icon img {
  padding-top: 1.5rem;
}

.p-news-list-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  row-gap: 1rem;
  padding-left: 2rem;
  margin-bottom: 2.8rem;
}

.p-news-list-category-list-title {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #213583;
  border: #213583 0.1rem solid;
  border-radius: 2rem;
  padding-inline: 2rem;
}
.news-detail-contents {
  width: 80rem;
  margin-inline: auto;
  padding-top: 8rem;
  padding-bottom: 18rem;
}
@media (max-width: 767px) {
  .news-detail-contents {
    width: 34.5rem;
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}

.news-detail-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media (max-width: 767px) {
  .news-detail-contents-flex {
    margin-bottom: 0.5rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.news-detail-date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #888;
}

.news-detail-mark {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #213583;
  border: 0.1rem solid #213583;
  border-radius: 2rem;
  padding-inline: 1rem;
}
.filter-tag {
  display: block;
  padding-inline: 1rem;
}
@media (max-width: 767px) {
  .filter-tag {
    margin-top: 0.2rem;
    padding-inline: 1rem;
  }
}

.news-detail-contents-title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 5rem;
  color: #33302A;
}
@media (max-width: 767px) {
  .news-detail-contents-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.news-detail-contents-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #33302A;
}
@media (max-width: 767px) {
  .news-detail-contents-text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    line-height: 1.6;
  }
}

.news-detail-link-btn {
  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;
  font-size: 1.8rem;
  color: #fff;
  background-color: #E4AB47;
  width: 29rem;
  border-radius: 3rem;
  padding-block: 1.5rem;
  margin-inline: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .news-detail-link-btn {
    font-size: 1.8rem;
    width: 29rem;
  }
}
.news-detail-link-btn:hover {
  opacity: 0.5;
}

.news-detail-link-btn-side-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 1.8rem;
  width: 10rem;
  margin-inline: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #213583;
}
@media (max-width: 767px) {
  .news-detail-link-btn-side-left {
    font-size: 1.6rem;
    width: 5.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news-detail-link-btn-side-left:hover {
  opacity: 0.5;
}

.news-detail-link-btn-side-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 1.8rem;
  width: 10rem;
  margin-inline: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .news-detail-link-btn-side-right {
    font-size: 1.6rem;
    width: 5.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.news-detail-link-btn-side-right:hover {
  opacity: 0.5;
}

.news-detail-nav {
  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;
  margin-top: 10rem;
  text-align: center;
}
.news-detail-nav__item.prev {
  text-align: left;
}
.news-detail-nav__item.center {
  text-align: center;
}
.news-detail-nav__item.next {
  text-align: right;
}
@media (max-width: 767px) {
  .news-detail-nav {
    margin-top: 6rem;
  }
  .news-detail-nav .news-detail-nav__item.center {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .news-detail-nav .news-detail-nav__item.prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    margin-right: auto;
  }
  .news-detail-nav .news-detail-nav__item.next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
    margin-left: auto;
  }
}

.news-detail-contents-text a {
  color: #0066cc !important;
}

.news-list-tag-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 1.4rem;
  color: #213583;
  margin-top: 2rem;
}

.tag-icon {
  width: 1.4rem;
  height: 1.4rem;
}

.news-detail-arrow-img {
  width: 1.2rem;
}
.news-detail-arrow-img img {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .news-detail-arrow-img img {
    padding-bottom: 0.8rem;
  }
}

.p-privacy-policy-wrap {
  padding-top: 8rem;
  padding-bottom: 20rem;
  width: 104rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-privacy-policy-wrap {
    padding-top: 6rem;
    padding-bottom: 8rem;
    width: 34.5rem;
    padding-inline: 1.5rem;
  }
}

.p-privacy-policy-title {
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-privacy-policy-title {
    font-size: 2.4rem;
  }
}

.p-privacy-policy-text {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-privacy-policy-text {
    font-size: 1.6rem;
  }
}

.p-privacy-policy-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .p-privacy-policy-link {
    overflow-wrap: break-word;
    word-break: break-all;
  }
}
.p-privacy-policy-link:hover {
  opacity: 0.5;
}

.p-privacy-policy-text-span {
  font-size: 2rem;
}

.p-about-wrap {
  width: 104rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-about-wrap {
    width: 34.5rem;
  }
}

.p-about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .p-about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 6rem;
    margin-bottom: 10rem;
  }
}

.p-about-flex-coder,
.p-about-flex-designer {
  background-image: url(../img-file/about/about-img03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50rem;
  height: 39.5rem;
}
@media (max-width: 767px) {
  .p-about-flex-coder,
  .p-about-flex-designer {
    background-image: url(../img-file/about/sp-about-img03.webp);
    width: 34.5rem;
    height: 48.8rem;
  }
}

.p-about-flex-coder-contents,
.p-about-flex-designer-contents {
  -webkit-transform: translate(4rem, -5rem);
          transform: translate(4rem, -5rem);
}
@media (max-width: 767px) {
  .p-about-flex-coder-contents,
  .p-about-flex-designer-contents {
    -webkit-transform: translate(0, -2rem);
            transform: translate(0, -2rem);
  }
}

.p-about-flex-coder-left,
.p-about-flex-designer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin-bottom: 4rem;
  width: 43rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-about-flex-coder-left,
  .p-about-flex-designer-left {
    width: 34.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
  }
}

.p-about-flex-coder-left-position,
.p-about-flex-designer-left-position {
  width: 19rem;
  height: auto;
}
@media (max-width: 767px) {
  .p-about-flex-coder-left-position,
  .p-about-flex-designer-left-position {
    width: 15.2rem;
  }
}

.p-about-flex-coder-left-name,
.p-about-flex-designer-left-name {
  font-size: 2.4rem;
  font-weight: 500;
  color: #534E43;
  text-align: center;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .p-about-flex-coder-left-name,
  .p-about-flex-designer-left-name {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.p-about-flex-coder-left-img,
.p-about-flex-designer-left-img {
  width: 15rem;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-about-flex-coder-left-img,
  .p-about-flex-designer-left-img {
    width: 10rem;
    height: 10rem;
  }
}

.p-about-flex-coder-left-info,
.p-about-flex-designer-left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .p-about-flex-coder-left-info,
  .p-about-flex-designer-left-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 3rem;
    margin-top: 1.2rem;
  }
}

.p-about-flex-coder-left-info-title,
.p-about-flex-designer-left-info-title {
  font-size: 1.6rem;
  background-color: #fff;
  padding: 0.1rem 2rem;
  border-radius: 2rem;
  color: #534E43;
  border: 0.1rem solid #B5B0A5;
  width: 13rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-about-flex-coder-left-info-title,
  .p-about-flex-designer-left-info-title {
    margin-bottom: 1rem;
    padding-top: 0.4rem;
  }
}

.p-about-message {
  background-image: url(../img-file/about/about-message-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 80rem;
  height: 97rem;
  margin-inline: auto;
  position: relative;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .p-about-message {
    background-image: url(../img-file/about/sp-about-message-bg.webp);
    width: 34.5rem;
    height: 134.3rem;
  }
}

.p-about-message-wrap {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60.7rem;
}
@media (max-width: 767px) {
  .p-about-message-wrap {
    width: 30.5rem;
  }
}

.p-about-message-title {
  width: 30rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .p-about-message-title {
    margin-bottom: 4rem;
  }
}

.p-about-message-text {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-about-message-text {
    line-height: 2;
    margin-bottom: 3.2rem;
  }
}

.p-works-link-btn-wrap {
  width: 95.6rem;
  margin-inline: auto;
  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;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  margin-top: 6rem;
}

.p-works-link-btn {
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-works-link-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #213583;
  position: absolute;
  bottom: -1rem;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-works-link-btn:hover {
  opacity: 0.5;
}

.p-works-link-btn-text {
  font-size: 2rem;
  font-weight: 500;
  color: #213583;
  letter-spacing: 0.1rem;
}

.p-works-link-btn-arrow {
  display: block;
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-works-link-btn-arrow img {
  padding-bottom: 0.9rem;
}

.p-works-wrap {
  width: 104rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-works-wrap {
    width: 34.5rem;
  }
}

.p-works-contents-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 4rem;
}
@media (max-width: 767px) {
  .p-works-contents-flex {
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
  }
}

.p-works-contents-flex-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-works-contents-flex-link:hover {
  opacity: 0.5;
}

.p-works-contents-flex-link-img {
  width: 50rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-works-contents-flex-link-img {
    width: 34.5rem;
  }
}

.p-works-contents-flex-link-title {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767px) {
  .p-works-contents-flex-link-title {
    font-size: 1.8rem;
  }
}

.p-works-contents-flex-link-text {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.p-works-contents-flex-link-text-img {
  display: inline-block;
  width: 1.2rem;
}
.p-works-contents-flex-link-text-img img {
  padding-bottom: 0.5rem;
}

.p-works-contents-flex-wrap {
  width: 50rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-works-contents-flex-wrap {
    width: 34.5rem;
  }
}

.p-works-contents-flex-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 767px) {
  .p-works-contents-flex-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
}

.p-works-contents-flex-banner-img {
  width: 24rem;
}
@media (max-width: 767px) {
  .p-works-contents-flex-banner-img {
    width: 17rem;
  }
}

.p-works-contents-flex-meta-img {
  width: 104rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-works-contents-flex-meta-img {
    width: 34.5rem;
  }
}

.p-works-contents04 {
  margin-bottom: 18rem;
}
@media (max-width: 767px) {
  .p-works-contents04 {
    margin-bottom: 16rem;
  }
}

.p-faq-wrap {
  padding-top: 8rem;
  padding-bottom: 18rem;
}

.p-faq-menu-item {
  width: 104rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-faq-menu-item {
    width: 35.5rem;
  }
}

.p-faq-menu-header {
  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;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  width: 104rem;
  padding-block: 1.5rem;
  padding-left: 3rem;
  padding-right: 2.5rem;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
  background-color: #fff;
  border-top: 0.1rem solid #ccc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-faq-menu-header:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-faq-menu-header {
    width: 35.5rem;
    font-size: 1.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.p-faq-menu-item:last-child .p-faq-menu-header {
  border-bottom: 0.1rem solid #ccc;
}

.p-faq-menu-item:last-child.active .p-faq-menu-header {
  border-bottom: none;
}

.p-faq-menu-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .p-faq-menu-header-flex {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-faq-menu-q {
  display: block;
  width: 3rem;
  height: 3.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-faq-menu-q {
    width: 3.2rem;
  }
}

.p-faq-menu-a {
  display: block;
  width: 3rem;
  height: 3.2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-faq-menu-a {
    width: 3.2rem;
  }
}

.p-faq-menu-content {
  display: none;
  margin-inline: auto;
  padding-block: 1.5rem;
  font-size: 1.6rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease, padding 0.3s ease;
  transition: max-height 0.35s ease, padding 0.3s ease;
  padding-block: 0;
}
@media (max-width: 767px) {
  .p-faq-menu-content {
    width: 35.5rem;
    font-size: 1.6rem;
  }
}

.p-faq-menu-item.active .p-faq-menu-content {
  max-height: 1000px;
  /* 中身より十分大きい値を入れる */
  padding-block: 1.5rem;
  /* 開いた時の余白を戻す */
}

.p-faq-menu-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  padding-left: 3rem;
  padding-right: 0.5rem;
  border-radius: 1rem;
  font-size: 2rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .p-faq-menu-content-flex {
    padding-left: 1rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.p-faq-menu-item:last-child .p-faq-menu-content-flex {
  border-bottom: 0.1rem solid #ccc;
  padding-bottom: 1.5rem;
}

.p-faq-menu-answer {
  font-size: 1.6rem;
}

.p-faq-menu-icon {
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .p-faq-menu-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* 開いているとき（下向き） */
.p-faq-menu-item.active .p-faq-menu-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-service {
  padding-bottom: 18rem;
}
@media (max-width: 767px) {
  .p-service {
    padding-bottom: 10rem;
  }
}

.p-service-wrap {
  width: 80rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-service-wrap {
    width: 34.5rem;
  }
}

.p-service-text01 {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}

.p-service-sub-title {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-service-sub-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
}

.p-service-text02 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-service-text02 {
    margin-bottom: 2.8rem;
  }
}

.p-service-flow-item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 3.6rem;
     -moz-column-gap: 3.6rem;
          column-gap: 3.6rem;
  background-color: #F9F6F0;
  outline: 0.2rem solid #fff;
  outline-offset: -1.2rem;
  border-radius: 1rem;
  padding-block: 3.2rem;
  padding-left: 5.4rem;
  width: 80rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-service-flow-item-flex {
    width: 34.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: unset;
    padding-inline: 2rem;
  }
}

.p-service-flow-item-flex-img {
  width: 11.4rem;
}
@media (max-width: 767px) {
  .p-service-flow-item-flex-img {
    margin-inline: auto;
    margin-bottom: 1.5rem;
  }
}

.p-service-flow-item-flex-right-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #213583;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-service-flow-item-flex-right-title {
    font-size: 2rem;
    text-align: center;
  }
}

.p-service-flow-item-flex-right-text {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .p-service-flow-item-flex-right-text {
    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;
  }
}

.p-service-flow-item-triangle {
  width: 8rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.p-service-flow-item-triangle img {
  padding-bottom: 0.4rem;
}

.p-service-text03 {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-service-text03 {
    margin-bottom: 4rem;
  }
}

.p-service-price-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 2.6rem;
     -moz-column-gap: 2.6rem;
          column-gap: 2.6rem;
}
@media (max-width: 767px) {
  .p-service-price-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
    margin-bottom: 2rem;
  }
}

.p-service-price-item {
  background-color: #F9F6F0;
  outline: 0.2rem solid #fff;
  outline-offset: -1.2rem;
  border-radius: 1rem;
  padding-block: 2.6rem;
  width: 25rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-service-price-item {
    width: 30rem;
    margin-bottom: unset;
  }
}

.p-service-price-item-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #213583;
  text-align: center;
}

.p-service-price-item-text01 {
  font-size: 1.4rem;
  text-align: center;
}

.p-service-price-item-text02 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-block: 2rem;
}

.p-service-price-item-text03 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  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;
}

.p-service-price-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 767px) {
  .p-service-price-flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 2rem;
  }
}

.p-service-price-item02 {
  background-color: #F9F6F0;
  outline: 0.2rem solid #fff;
  outline-offset: -1.2rem;
  border-radius: 1rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
  width: 30rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-service-price-item02 {
    margin-bottom: unset;
  }
}

.p-service-price-item02-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #213583;
  text-align: center;
  margin-bottom: 3rem;
}

.p-service-price-item02-text01 {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 2rem;
  padding-left: 3rem;
}

.p-service-price-item02-text02 {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 0.4rem;
  padding-left: 3rem;
}

.p-service-price-item02-text03 {
  font-size: 1.6rem;
  text-align: right;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .p-service-price-item02-text03 {
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .p-service-text04 {
    margin-top: 4rem;
  }
}

.p-service-text05-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-service-text05-link:hover {
  opacity: 0.5;
}

.p-partner-wrap {
  max-width: 562px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-partner-wrap {
    max-width: unset;
  }
}

#p-partner01 {
  position: relative;
}

.p-partner01-cta {
  width: 52.8rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .p-partner01-cta {
    width: 34.5rem;
  }
}
.p-partner01-cta:hover {
  opacity: 0.5;
}

.p-partner02 {
  margin-bottom: 4rem;
}

.p-partner03 {
  margin-bottom: 4rem;
}

.p-partner04 {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-partner04 {
    width: 35.5rem;
    margin-inline: auto;
  }
}

.p-partner05 {
  position: relative;
  z-index: 1;
  margin-top: -8rem;
}
@media (max-width: 767px) {
  .p-partner05 {
    width: 37.5rem;
    margin-inline: auto;
  }
}

.p-partner06 {
  position: relative;
  z-index: 2;
  margin-top: -12rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .p-partner06 {
    width: 35.5rem;
    margin-inline: auto;
  }
}

.p-partner07 {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-partner07 {
    width: 35.5rem;
    margin-inline: auto;
  }
}

.p-partner08 {
  margin-bottom: 6rem;
}

.p-partner09 {
  margin-bottom: 12rem;
}

.p-partner-contact-title {
  max-width: 35.7rem;
  margin-inline: auto;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-partner-contact-title {
    width: 23.8rem;
  }
}

.p-partner-contact-text {
  max-width: 51.8rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-partner-contact-text {
    width: 34.5rem;
  }
}

.contact-form-wrap-partner {
  padding-top: 8rem;
  padding-bottom: 20rem;
}
@media (max-width: 767px) {
  .contact-form-wrap-partner {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.contact-form__flex-item-partner {
  margin-inline: auto;
  margin-bottom: 2rem;
}
.contact-form__flex02-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  margin-bottom: 1rem;
  position: relative;
  margin-inline: auto;
  width: 51.8rem;
}
@media (max-width: 767px) {
  .contact-form__flex02-partner {
    width: 34.5rem;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    margin-bottom: 1rem;
  }
}

.contact-form__info-partner {
  font-size: 2rem;
  letter-spacing: 0.07rem;
  letter-spacing: 0rem;
  color: #33302A;
}
@media (max-width: 767px) {
  .contact-form__info-partner {
    font-size: 1.6rem;
  }
}

.absolutely-partner {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #D01E0B;
  padding: 0.4rem 0.75rem;
  border-radius: 0.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .absolutely-partner {
    font-size: 1.2rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.optional-partner {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #888;
  padding: 0.4rem 0.75rem;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .optional-partner {
    font-size: 1.2rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-partner-contact .wpcf7-text {
  display: block;
  width: 51.8rem;
  margin-inline: auto;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding-block: 1.1rem;
  padding-inline: 1.5rem;
  cursor: pointer;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .p-partner-contact .wpcf7-text {
    width: 34.5rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    padding-block: 1.1rem;
    padding-inline: 1.5rem;
    cursor: pointer;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.p-partner-contact .wpcf7-textarea {
  display: block;
  width: 51.8rem;
  height: 15rem;
  margin-inline: auto;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding-block: 1.1rem;
  padding-inline: 1.5rem;
  cursor: pointer;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .p-partner-contact .wpcf7-textarea {
    width: 34.5rem;
    height: 15rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    padding-block: 1.1rem;
    padding-inline: 1.5rem;
    font-size: 1.6rem;
  }
}

.p-partner-contact .wpcf7 select {
  display: block;
  width: 51.8rem;
  margin-inline: auto;
  background-color: #fff;
  color: #33302A;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  padding-block: 1.1rem;
  padding-inline: 1.5rem;
  cursor: pointer;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
@media (max-width: 767px) {
  .p-partner-contact .wpcf7 select {
    width: 34.5rem;
    border: 0.1rem solid #ccc;
    border-radius: 0.5rem;
    padding-block: 1.1rem;
    padding-inline: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.contact-select-wrap-partner {
  position: relative;
  display: block;
  width: 51.8rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact-select-wrap-partner {
    width: 34.5rem;
  }
}
.contact-select-wrap-partner::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid #666;
  /* ▼の色 */
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact-select-wrap-partner::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid #666;
    /* ▼の色 */
    pointer-events: none;
  }
}

.contact-form__pp-partner {
  font-size: 2rem;
  font-weight: 400;
  color: #33302A;
  width: 51.8rem;
  margin-inline: auto;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .contact-form__pp-partner {
    width: 34.5rem;
    margin-block: 2rem;
  }
}

/* テキスト部分 */
.pp-text-partner {
  display: inline-block;
}

/* ボタンラッパー */
.contact-form__btn-wra-partner {
  text-align: center;
}

.submit-btn-partner {
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .submit-btn-partner {
    margin-inline: auto;
  }
}

/* ボタン本体 */
.submit-btn-partner input[type=submit] {
  width: 100%;
  padding-block: 1.5rem;
  background-color: #E4AB47;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  border: none;
  border-radius: 4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .submit-btn-partner input[type=submit] {
    width: 32.5rem;
    margin-inline: auto;
    padding: 2rem 5rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}

.wpcf7-spinner {
  display: none !important;
}

/* ボタンが無効なとき */
input.confirm_button-partner:disabled {
  cursor: not-allowed;
}

.p-partner-contact .wpcf7-not-valid-tip {
  width: 51.8rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-partner-contact .wpcf7-not-valid-tip {
    width: 34.5rem;
  }
}

.p-partner-contact .wpcf7 form.sent .wpcf7-response-output {
  width: 75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-partner-contact .wpcf7 form.sent .wpcf7-response-output {
    width: 34.5rem;
  }
}

.wpcf7-list-item {
  margin: unset;
}

.confirm_area-partner {
  width: 51.8rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .confirm_area-partner {
    width: 34.5rem;
  }
}

.confirm_area-text {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .confirm_area-text {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    margin-top: 5rem;
  }
}

.confirm_area-flex-title {
  min-width: 30rem;
  text-align: left;
}
@media (max-width: 767px) {
  .confirm_area-flex-title {
    min-width: 15rem;
  }
}

.confirm_area-flex-btn {
  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;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  padding-block: 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .confirm_area-flex-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    row-gap: 5rem;
    padding-block: 7rem;
  }
}

.confirm_area-back-btn {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.confirm_area-back-btn:hover {
  opacity: 0.5;
}

.confirm_contact-area {
  display: block;
  max-width: 45rem;
  word-wrap: break-word;
}

.confirm_area-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  padding-block: 1rem;
}
@media (max-width: 767px) {
  .confirm_area-flex-item {
    padding-inline: 1rem;
  }
}

/* 名前全体の並びエリア */
.confirm_names-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem 2rem;
}

/* 各人1ブロック */
.confirm_name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .confirm_name {
    font-size: 1.5rem;
  }
}

.confirm_e-mail {
  overflow-wrap: anywhere;
  word-break: break-all;
}

/* ============================
確認ボタン（背景画像）
============================ */
.confirm_button-partner {
  width: 28rem;
  height: 6rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-image: url("../img-file/contact/confirm-btn.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* hover：色反転 */
.confirm_button-partner:hover {
  background-image: url("../img-file/contact/confirm-btn-hover.webp");
}

/* disabled時 */
.confirm_button-partner:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* SP調整 */
@media (max-width: 768px) {
  .confirm_button-partner {
    width: 100%;
    max-width: 32rem;
    height: 5.6rem;
  }
}
/* ============================
戻るボタン（画像）
============================ */
.back_button {
  width: 20rem;
  height: 5.5rem;
  display: block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  border-radius: 5rem;
  border: 0.1rem solid #213583;
  outline: 0.1rem solid #213583;
  outline-offset: -0.5rem;
  -webkit-transition: background-image 0.2s ease, opacity 0.2s ease;
  transition: background-image 0.2s ease, opacity 0.2s ease;
}

/* ============================
送信ボタン（画像）
============================ */
.submit-btn input[type=submit] {
  width: 22rem;
  height: 5.5rem;
  display: block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-image: url("../img-file/contact/submit-btn-hover.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: background-image 0.5s ease;
  transition: background-image 0.5s ease;
}

/* hover：反転 */
.submit-btn input[type=submit]:hover {
  background-image: url("../img-file/contact/submit-btn.webp");
}

.submit-btn input[type=submit] {
  color: transparent;
  /* 文字を透明に */
  text-indent: -9999px;
  /* 念のため画面外へ */
  overflow: hidden;
}

@media (max-width: 767px) {
  .privacy-policy-check {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.c-pager {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .c-pager {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.c-pager .page-numbers {
  display: inline-block;
  width: 5.1rem;
  height: 5.1rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  border: 0.1rem solid #33302A;
  margin-right: 1.5rem;
  padding-top: 1.3rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .c-pager .page-numbers {
    margin-bottom: 2rem;
  }
}
.c-pager .page-numbers:hover {
  opacity: 0.5;
  cursor: pointer;
}
.c-pager :last-child {
  margin-right: 0;
}
.c-pager .current {
  color: #fff;
  background-color: #213583;
  text-decoration: none;
}
.c-pager .dots {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1rem;
  border: none;
  color: #33302A;
}

.c-btn-link {
  width: 27rem;
  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;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
  border-radius: 5rem;
  border: 0.1rem solid #213583;
  outline: 0.1rem solid #213583;
  outline-offset: -0.5rem;
  padding-block: 1.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .c-btn-link {
    margin-inline: auto;
  }
}
.c-btn-link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-btn-link-text {
  font-size: 1.8rem;
  font-weight: 500;
  color: #213583;
}
@media (max-width: 767px) {
  .c-btn-link-text {
    font-size: 1.6rem;
  }
}

.c-btn-link-arrow {
  display: block;
  width: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-link-arrow img {
  padding-bottom: 0.6rem;
}

.c-btn-link:hover .c-btn-link-arrow {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}

.c-footer-contact-btn {
  width: 28.2rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #213583;
  outline: 0.1rem solid #fff;
}

.c-footer-contact-btn-text {
  font-size: 1.6rem;
  color: #fff;
}

.c-footer-contact-btn-mail {
  width: 2.2rem;
  height: 2.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-footer-contact {
  width: 80rem;
  margin-inline: auto;
  border: 0.1rem solid #213583;
  outline: 0.1rem solid #213583;
  outline-offset: -0.8rem;
  padding-block: 4rem;
  border-radius: 5rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: -15rem;
}
@media (max-width: 767px) {
  .c-footer-contact {
    width: 34.5rem;
  }
}

.c-footer-contact-title {
  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: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #EA5567;
  text-align: center;
}
.c-footer-contact-title::before, .c-footer-contact-title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.1rem;
  background-color: #EA5567;
  opacity: 0.6;
}

.c-footer-contact-text01 {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  color: #213583;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer-contact-text01 {
    font-size: 3rem;
  }
}

.c-footer-contact-text02 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer-contact-text02 {
    font-weight: 400;
  }
}

.c-section-bg {
  background-image: url(../img-file/common/lower-title-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 55rem;
}
@media (max-width: 767px) {
  .c-section-bg {
    background-image: url(../img-file/common/sp-lower-title-bg.webp);
    height: 60rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .c-section-bg {
    height: 52rem;
  }
}
@media (min-width: 2500px) {
  .c-section-bg {
    height: 51rem;
  }
}
.c-section-title-wrap {
  width: 104rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .c-section-title-wrap {
    width: 34.5rem;
  }
}

.c-section-title-en {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #EA5567;
  display: block;
  margin-bottom: -0.5rem;
}
@media (max-width: 767px) {
  .c-section-title-en {
    font-size: 2rem;
  }
}

.c-section-title {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  font-family: "Zen Maru Gothic", serif;
  color: #213583;
  display: block;
  padding-top: 20rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: 2.8rem;
    padding-top: 17rem;
    margin-bottom: 12rem;
  }
}

.c-section-text-about {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-section-text-about {
    line-height: 2;
  }
}

.c-section-sub-title {
  font-size: 3rem;
  font-weight: 500;
  color: #213583;
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 8rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .c-section-sub-title {
    font-size: 2.4rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.c-section-sub-title-img-star {
  display: block;
  width: 1.4rem;
}
.c-section-sub-title-img-star img {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .c-section-sub-title-img-star img {
    padding-bottom: 0.8rem;
  }
}

.u-top-works-link-center {
  margin-inline: auto;
  margin-top: 4rem;
}

.u-top-news-link-bg-white {
  background-color: #fff;
}
@media (max-width: 767px) {
  .u-top-news-link-bg-white {
    margin-top: 3.2rem;
  }
}

.u-works-link-btn-width01 {
  width: 17.9rem;
}

.u-works-link-btn-width02 {
  width: 29.5rem;
}

.u-works-link-btn-width03 {
  width: 15.8rem;
}

.u-works-link-btn-width04 {
  width: 20.4rem;
}

.u-works-title-margin {
  margin-bottom: 2rem;
}

.u-service-title-margin {
  margin-bottom: 2rem;
}

.u-detail-btn {
  width: 24.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #213583;
}
@media (max-width: 767px) {
  .u-detail-btn {
    width: 15.5rem;
    font-size: 1.6rem;
    padding-block: 1rem;
  }
}

.u-contact-thanks-link {
  margin-inline: auto;
}
.u-contact-thanks-link:hover {
  -webkit-transform: unset;
          transform: unset;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .u-about-section-title-margin {
    margin-bottom: 9.6rem;
  }
}

@media (max-width: 767px) {
  .u-works-section-title-margin {
    margin-bottom: 10.6rem;
  }
}

@media (max-width: 767px) {
  .u-faq-section-title-margin {
    margin-bottom: 13rem;
  }
}

@media (max-width: 767px) {
  .u-news-list-section-title-margin {
    margin-bottom: 13rem;
  }
}

@media (max-width: 767px) {
  .u-contact-section-title-margin {
    margin-bottom: 12rem;
  }
}

@media (max-width: 767px) {
  .u-pp-section-title-margin {
    margin-bottom: 10rem;
  }
}/*# sourceMappingURL=style.css.map */