@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;600;700;900&display=swap");
/*
    A (more) Modern CSS Reset
    https://piccalil.li/blog/a-more-modern-css-reset/
    @since 25/02/05
    @update t-ooishi
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  line-height: 1.5;
  min-height: 100dvh;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  word-break: break-all;
  text-decoration: none;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 70px;
}
@media screen and (max-width: 767px) {
  :target {
    scroll-margin-block: 10px;
  }
}

.hokkaido {
  background: #E0D5F7;
}

.kantou {
  background: #D5E2F7;
}

.hokuriku {
  background: #D5F7E4;
}

.toukai {
  background: #DFF7D5;
}

.kansai {
  background: #F7F6D5;
}

.sikoku {
  background: #F7EAD5;
}

.kyuusyuu {
  background: #F7D8D5;
}

.g-font-title {
  color: #112324;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 60px */
  position: relative;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .g-font-title {
    font-size: 28px;
  }
}
.g-font-title:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(right, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(270deg, #58D8DB 0%, #22A5A8 100%);
}
.g-font-title.center {
  margin: 0 auto;
}

.g-font-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #22A5A8;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-top: 1px solid rgba(88, 216, 219, 0.5);
  border-bottom: 1px solid rgba(88, 216, 219, 0.5);
  padding: 10px 0;
}
.g-font-heading svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .g-font-heading {
    font-size: 22px;
  }
}

:root {
  --breadcrumb-color: #222222;
  --header-height: 80px; /* ヘッダー - 高さ */
  --header-top: 2.4rem; /* ヘッダー - 上余白 */
  --inline-guideline: clamp(80px, 10vw, 160px); /* コンテンツガイド */
  --contents-spacer: 120px; /* コンテンツ間隔 */
}
@media screen and (width <= 959px) {
  :root {
    --header-height: 54px; /* ヘッダー - 高さ */
  }
}
@media screen and (width <= 767px) {
  :root {
    --header-top: 0px; /* ヘッダー - 上余白 */
    --inline-guideline: clamp(10px, 4vw, 80px); /* コンテンツガイド */
    --contents-spacer: 104px; /* コンテンツ間隔 */
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  min-height: 100vh;
  background: #fff;
}
@media screen and (width <= 767px) {
  body {
    font-size: 1.4rem;
  }
}

img,
svg {
  vertical-align: bottom;
}

* {
  color: #112324;
  font-family: "Zen Kaku Gothic New";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}

.sp-only {
  display: none;
}
@media screen and (width <= 767px) {
  .sp-only {
    display: unset;
  }
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.js-scroll-fade-up-trr {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header {
  position: fixed;
  z-index: 9999;
  height: auto;
  padding: 16px 48px;
  border-bottom: 2px solid #22A5A8;
  background: #FFF;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-header {
    padding: 10px 30px;
  }
}
@media screen and (width <= 767px) {
  .l-header {
    padding: 8px 16px;
  }
}
.l-header__inner {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.l-header__main {
  grid-column: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  display: inline flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(1rem, 0.625vw, 2rem);
     -moz-column-gap: clamp(1rem, 0.625vw, 2rem);
          column-gap: clamp(1rem, 0.625vw, 2rem);
  width: 245px;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .l-header__logo {
    width: 185px;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__logo {
    width: 145px;
  }
}
@media screen and (width <= 959px) {
  .l-header__logo {
    width: 167px;
  }
}
.l-header__logo-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.l-header__logo-link > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__logo-tag {
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #222222;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (width <= 767px) {
  .l-header__logo-tag {
    font-size: 1.2rem;
  }
}
.l-header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1225px) {
  .l-header__menu {
    gap: 20px;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 22px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .l-header__nav {
    gap: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__nav {
    gap: 10px;
  }
}
@media screen and (width <= 959px) {
  .l-header__nav-item {
    display: none;
  }
}
.l-header__nav-item a {
  color: #000;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1200px) {
  .l-header__nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__nav-item a {
    font-size: 12px;
  }
}
.l-header__nav-item a:hover {
  color: #22A5A8;
}
.l-header__nav-item-sub a {
  border-radius: 8px 0 0 8px;
  background: -webkit-gradient(linear, right top, left top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(right, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(270deg, #58D8DB 0%, #22A5A8 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 23px;
  gap: 7px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .l-header__nav-item-sub a {
    padding: 12px 18px;
  }
}
@media screen and (width <= 959px) {
  .l-header__nav-item-sub a {
    padding: 12px 12px;
  }
}
.l-header__nav-item-sub a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(left, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(90deg, #58D8DB 0%, #22A5A8 100%);
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  z-index: 0;
}
.l-header__nav-item-sub a:hover::before {
  opacity: 1;
  z-index: 1;
}
.l-header__nav-item-sub a span {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
}
.l-header__nav-item-sub a span:before {
  position: absolute;
  content: "";
  width: 92%;
  height: 0;
  border-top: 1px solid #fff;
  top: 9px;
  left: 4%;
}
@media screen and (max-width: 1200px) {
  .l-header__nav-item-sub a span:before {
    top: 7px;
  }
}
.l-header__nav-item-sub a span:after {
  position: absolute;
  content: "";
  width: 92%;
  height: 0;
  border-top: 1px solid #fff;
  bottom: 9px;
  left: 4%;
}
@media screen and (max-width: 1200px) {
  .l-header__nav-item-sub a span:after {
    bottom: 7px;
  }
}
.l-header__nav-item-sub a.orange {
  position: relative;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(-8.42%, #ff311c), color-stop(61.28%, #FB8450));
  background: -webkit-linear-gradient(right, #ff311c -8.42%, #FB8450 61.28%);
  background: linear-gradient(270deg, #ff311c -8.42%, #FB8450 61.28%);
}
.l-header__nav-item-sub a.orange::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-8.42%, #ff311c), color-stop(61.28%, #FB8450));
  background: -webkit-linear-gradient(left, #ff311c -8.42%, #FB8450 61.28%);
  background: linear-gradient(90deg, #ff311c -8.42%, #FB8450 61.28%);
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  z-index: 0;
}
.l-header__nav-item-sub a.orange:hover::before {
  opacity: 1;
  z-index: 1;
}
.l-header__nav-item-sub a svg {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-header__nav-item-sub a svg {
    width: 39px;
  }
}
.l-header__nav-item-sub a p {
  color: #fff;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.48px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .l-header__nav-item-sub a p {
    font-size: 14px;
  }
}
.l-header__nav-sub {
  margin: 0;
  gap: 0;
  margin-bottom: 11px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .l-header__nav-sub {
    margin-bottom: 6px;
  }
}
@media screen and (width <= 959px) {
  .l-header__nav-sub {
    margin-right: 45px;
    margin-bottom: 0;
  }
}
@media screen and (width <= 767px) {
  .l-header__nav-sub {
    display: none;
  }
}
.l-header__nav-sub-item:hover {
  opacity: 0.7;
}
.l-header__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 1225px) {
  .l-header__other {
    gap: 12px;
  }
}
.l-header_toggleDrawer {
  display: none;
}
@media screen and (width <= 959px) {
  .l-header_toggleDrawer {
    z-index: 1001;
    display: block;
    position: relative;
    height: 100%;
    aspect-ratio: 1;
    cursor: pointer;
    position: absolute;
    height: 80%;
    top: 10%;
    right: 15px;
    z-index: 10000;
  }
  .l-header_toggleDrawer .l-header_toggleDrawer_btn {
    all: unset;
  }
  .l-header_toggleDrawer .l-header_toggleDrawer_btn span {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 42px;
    height: 2px;
    margin: auto;
    background-color: #000;
    border-radius: 50px;
    -webkit-transition: background-color 0.25s ease, top 0.15s 0.15s ease, bottom 0.15s 0.15s ease, -webkit-transform 0.15s ease;
    transition: background-color 0.25s ease, top 0.15s 0.15s ease, bottom 0.15s 0.15s ease, -webkit-transform 0.15s ease;
    transition: background-color 0.25s ease, top 0.15s 0.15s ease, bottom 0.15s 0.15s ease, transform 0.15s ease;
    transition: background-color 0.25s ease, top 0.15s 0.15s ease, bottom 0.15s 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
    cursor: pointer;
  }
}
@media screen and (width <= 959px) and (width <= 959px) {
  .l-header_toggleDrawer .l-header_toggleDrawer_btn span {
    width: 28px;
    height: 1.5px;
  }
}
@media screen and (width <= 959px) {
  .l-header_toggleDrawer .l-header_toggleDrawer_btn span:first-child {
    top: -22.5px;
  }
}
@media screen and (width <= 959px) and (width <= 959px) {
  .l-header_toggleDrawer .l-header_toggleDrawer_btn span:first-child {
    top: -15px;
  }
}
@media screen and (width <= 959px) {
  .l-header_toggleDrawer .l-header_toggleDrawer_btn span:last-child {
    top: 22.5px;
  }
}
@media screen and (width <= 959px) and (width <= 959px) {
  .l-header_toggleDrawer .l-header_toggleDrawer_btn span:last-child {
    top: 15px;
  }
}
@media screen and (width <= 959px) {
  .l-header_toggleDrawer.open .l-header_toggleDrawer_btn span:first-child {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header_toggleDrawer.open .l-header_toggleDrawer_btn span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  .l-header_toggleDrawer.open .l-header_toggleDrawer_btn span:last-child {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.l-spmenu {
  display: none;
  position: fixed;
  right: 0;
  top: 51px;
  width: 100%;
  height: calc(100vh - 51px);
}
.l-spmenu.open {
  display: block;
  z-index: 1000;
}
.l-spmenu-nav {
  padding: 51px 5% 120px;
  height: calc(100vh - 51px);
  background: #fff;
  overflow-y: scroll;
}
.l-spmenu .l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: 18px;
  padding: 0;
  width: 100%;
}
.l-spmenu .l-header__tell {
  display: block;
  margin-top: 40px;
}
.l-spmenu .l-header__tell-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
}
.l-spmenu .l-header__tell-link img {
  width: 33px;
}
.l-spmenu .l-header__tell-text {
  font-size: 14px;
}
@media screen and (width <= 767px) {
  .l-spmenu .l-header__nav-item {
    display: block;
  }
  .l-spmenu .l-header__nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto;
    gap: 20px;
  }
  .l-spmenu .l-header__nav-item a {
    padding-left: 18px;
    position: relative;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.6px;
  }
  .l-spmenu .l-header__nav-item a:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    background: #58D8DB;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-spmenu .l-cta-footer {
  margin-top: 45px;
  padding: 0;
}

.l-nav {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 2;
  gap: 4px;
  background: #EEFBFB;
  padding: 6px 10px;
  width: 100%;
}
@media screen and (width <= 959px) {
  .l-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-nav__link {
  width: calc((100% - 12px) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-radius: 4px;
  border: 1.5px solid #22A5A8;
  background: #FFF;
  padding: 8px 0 6px;
}
.l-nav__link:hover {
  background: #EEFBFB;
}
.l-nav__link.-red {
  border: 1.5px solid #FE5B7C;
}
.l-nav__link.-red:hover {
  background: #FEEFF2;
}
.l-nav__link.-black {
  border: 1.5px solid #626262;
}
.l-nav__link.-black:hover {
  background: #E8E8E8;
}
.l-nav__link.-orange {
  border: 1.5px solid #FE705B;
}
.l-nav__link.-orange:hover {
  background: #FEEAE7;
}
.l-nav__text {
  font-size: 11px;
}

.fade-fixed {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  pointer-events: none;
}

.fade-fixed.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.p-front-other__body {
  display: grid;
  margin-top: 50px;
  gap: 50px;
  grid-template-columns: 1fr 1.3fr;
  padding: 0 30px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (width <= 959px) {
  .p-front-other__body {
    gap: 30px;
    padding: 0;
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .p-front-other__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-front-other__imgs {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (width <= 959px) {
  .p-front-other__imgs {
    display: none;
  }
}
.p-front-other__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-front-other__img.is-active {
  opacity: 1;
}
.p-front-other__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-other__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (width <= 959px) {
  .p-front-other__links {
    width: 100%;
  }
}
.p-front-other__links img {
  display: none;
}
@media screen and (width <= 959px) {
  .p-front-other__links img {
    display: block;
    border-radius: 10px;
    max-width: 500px;
    margin: 35px auto 0;
    width: 100%;
  }
}
.p-front-other__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  padding: 15px 0;
  border-bottom: 1px solid #22A5A8;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (width <= 767px) {
  .p-front-other__link {
    padding: 11px 0;
  }
}
.p-front-other__link:hover .p-front-other__link-body {
  opacity: 0.6;
}
.p-front-other__link:hover .p-front-column__item-arrow::before {
  opacity: 1;
  z-index: 1;
}
.p-front-other__link-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-front-other__link-title {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.4px;
}
@media screen and (width <= 767px) {
  .p-front-other__link-title {
    font-size: 16px;
  }
}
.p-front-other__link-text {
  color: var(--rec, #112324);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.12px;
}
@media screen and (width <= 767px) {
  .p-front-other__link-text {
    font-size: 14px;
  }
}
.p-front-other .p-front-column__item-arrow {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .p-front-other .p-front-column__item-arrow {
    width: 36px;
    height: 36px;
  }
}
.p-front-other .p-front-column__item-arrow svg {
  width: 18px;
}
@media screen and (width <= 767px) {
  .p-front-other .p-front-column__item-arrow svg {
    width: 9px;
  }
}

.l-footer {
  margin-top: 50px;
  background: #FBFBFB;
}
@media screen and (width <= 959px) {
  .l-footer {
    padding-bottom: 72px;
  }
}
.l-footer__inner {
  display: block;
  padding: 60px 5% 0px;
}
@media screen and (width <= 767px) {
  .l-footer__inner {
    padding: 30px 5% 0px;
  }
}
.l-footer__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
  margin-bottom: 90px;
}
@media screen and (width <= 959px) {
  .l-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (width <= 767px) {
  .l-footer__main {
    gap: 48px;
    margin: 0;
  }
}
.l-footer__search-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-bottom: 35px;
}
.l-footer__logo {
  max-width: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-footer__logo > img {
  width: 100%;
}
@media screen and (width <= 959px) {
  .l-footer__logo > img {
    width: 180px;
  }
}
@media screen and (width <= 767px) {
  .l-footer__logo > img {
    margin: 0 auto;
  }
}
.l-footer__sns-icon > img {
  width: 100%;
}
.l-footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 48%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (width <= 959px) {
  .l-footer__nav {
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .l-footer__nav {
    gap: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__nav-list {
  width: calc((100% - 80px) / 3);
}
@media screen and (width <= 767px) {
  .l-footer__nav-list {
    width: 80%;
  }
}
.l-footer__nav-list .l-footer__bottom-link {
  display: none;
}
@media screen and (width <= 767px) {
  .l-footer__nav-list .l-footer__bottom-link {
    display: block;
    margin-bottom: 32px;
  }
  .l-footer__nav-list .l-footer__bottom-link a {
    margin-bottom: 24px;
  }
}
.l-footer__nav-item {
  margin-bottom: 32px;
}
.l-footer__nav-main {
  display: block;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.91px;
  border-bottom: 1px solid rgba(34, 165, 168, 0.3);
  padding-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.l-footer__nav-main:hover {
  color: #22A5A8;
}
.l-footer__nav-sub {
  display: block;
  margin-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--rec, #7B7B7B);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.3px;
  position: relative;
}
.l-footer__nav-sub:hover {
  color: var(--rec, rgba(123, 123, 123, 0.5));
}
.l-footer__nav-sub:before {
  position: relative;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-33.33%, #22A5A8), color-stop(88.89%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 -33.33%, #58D8DB 88.89%);
  background: linear-gradient(90deg, #22A5A8 -33.33%, #58D8DB 88.89%);
}
.l-footer nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.l-footer nav > a {
  font-size: 12px;
}
@media screen and (width <= 330px) {
  .l-footer nav > a {
    font-size: 11px;
  }
}
.l-footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--rec, #7B7B7B);
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 0;
  border-top: 1px solid #D2D2D2;
  margin-top: 40px;
}
@media screen and (width <= 767px) {
  .l-footer__copyright {
    font-size: 12px;
    padding: 0 0 15px;
    border: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
}
.l-footer__bottom-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (width <= 767px) {
  .l-footer__bottom-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (width <= 767px) {
  .l-footer__bottom .l-header__logo {
    width: 245px;
  }
}
.l-footer__bottom-textarea p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 15px;
}
@media screen and (width <= 767px) {
  .l-footer__bottom-textarea p {
    font-size: 12px;
    margin: 0;
  }
}
.l-footer__bottom-textarea p a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 15px;
  text-decoration: underline;
}
@media screen and (width <= 767px) {
  .l-footer__bottom-textarea p a {
    font-size: 12px;
  }
}
.l-footer__bottom-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (width <= 767px) {
  .l-footer__bottom-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 15px;
  }
}
.l-footer__bottom-link a {
  color: var(--rec, #7B7B7B);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.84px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.l-footer__bottom-link a:hover {
  opacity: 0.5;
}
.l-footer__bottom-link a.-off {
  pointer-events: none;
  opacity: 0.5;
}

.l-glb-menu {
  position: fixed;
  z-index: 9990;
  top: 0px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  height: 100dvh;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  translate: 100% 0;
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
}
.l-glb-menu.is-active {
  translate: 0 0;
  opacity: 1;
  visibility: visible;
}
.l-glb-menu__wrapper {
  overflow: clip;
  width: min(800px, 100%);
  min-height: 100%;
  padding-block: calc(var(--header-height, 0) + var(--header-after, 0)) 56px;
  -ms-overflow-style: none;
}
.l-glb-menu__wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (width <= 767px) {
  .l-glb-menu__wrapper {
    padding-inline: var(--inline-outer-size, 0);
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
  }
}
.l-main {
  position: relative;
  width: 100%;
  padding-bottom: var(--footer-before, 0);
}

.l-section__main {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.l-page-title h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 4.2px;
  margin-bottom: 124px;
}
.l-page-title h1.small {
  font-size: 40px;
}
.l-page-title h1.mark {
  padding-left: 50px;
  position: relative;
}
@media screen and (width <= 767px) {
  .l-page-title h1.mark {
    padding-left: 43px;
  }
}
.l-page-title h1.mark:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/common/mark.svg");
  left: 0;
  background-size: cover;
  top: 35px;
}
@media screen and (width <= 767px) {
  .l-page-title h1.mark:before {
    width: 23px;
    height: 23px;
    top: 22px;
  }
}
@media screen and (width <= 767px) {
  .l-page-title h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 60px */
    letter-spacing: 2.8px;
    margin-bottom: 80px;
  }
  .l-page-title h1.small {
    font-size: 16px;
  }
}
.l-page-title p.mark {
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 4.2px;
  margin-bottom: 124px;
  padding-left: 50px;
  position: relative;
}
@media screen and (width <= 767px) {
  .l-page-title p.mark {
    padding-left: 43px;
  }
}
.l-page-title p.mark:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../images/common/mark.svg");
  left: 0;
  background-size: cover;
  top: 35px;
}
@media screen and (width <= 767px) {
  .l-page-title p.mark:before {
    width: 23px;
    height: 23px;
    top: 22px;
  }
}
@media screen and (width <= 767px) {
  .l-page-title p.mark {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 60px */
    letter-spacing: 2.8px;
    margin-bottom: 80px;
  }
}
.l-page-title.-sub h1 {
  margin-bottom: 48px;
}
@media screen and (width <= 767px) {
  .l-page-title.-sub h1 {
    margin-bottom: 24px;
  }
}
.l-page-title__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.6px;
  margin-bottom: 124px;
}
@media screen and (width <= 767px) {
  .l-page-title__text {
    font-size: 14px;
    letter-spacing: 0.98px;
    margin-bottom: 80px;
  }
}

.l-page__heading {
  position: relative;
}
.l-page__heading:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media screen and (width <= 767px) {
  .l-page__heading {
    aspect-ratio: 6/2;
  }
}
.l-page__heading-textarea {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
}
.l-page__heading-head {
  color: #1c87ce;
  font-size: 18px;
}
.l-page__heading-title {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (width <= 767px) {
  .l-page__heading-title {
    font-size: 25px;
  }
}
.l-page__heading-img {
  aspect-ratio: 7/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (width <= 767px) {
  .l-page__heading-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.l-section {
  width: 100%;
  padding-inline: var(--inline-outer-size, 0);
}
.l-section__inner {
  width: min(100%, 1540px);
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (width <= 767px) {
  .l-section__inner {
    padding: 0 5%;
  }
}
.l-cta-entry {
  width: 90%;
  max-width: 1072px;
  margin: 0 auto;
  border-radius: 16px;
  border: 4px solid #FE705C;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  background-image: url("../images/cta/entry_back.jpg");
}
@media screen and (width <= 959px) {
  .l-cta-entry {
    gap: 40px;
    padding: 20px 30px 0;
  }
}
@media screen and (width <= 767px) {
  .l-cta-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 25px;
    gap: 24px;
  }
}
.l-cta-entry img {
  width: 324px;
}
@media screen and (width <= 959px) {
  .l-cta-entry img {
    width: 250px;
  }
}
.l-cta-entry__text {
  color: #FE6F5B;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.72px;
  margin-bottom: 30px;
}
.l-cta-entry__text br {
  display: none;
}
@media screen and (width <= 959px) {
  .l-cta-entry__text {
    font-size: 20px;
    text-align: center;
  }
  .l-cta-entry__text br {
    display: unset;
  }
}
@media screen and (width <= 767px) {
  .l-cta-entry__text {
    margin-bottom: 11px;
  }
}
.l-cta-entry__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  gap: 7px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (width <= 767px) {
  .l-cta-entry__btn {
    max-width: 300px;
    width: 100%;
    padding: 15px 5px;
  }
}
.l-cta-entry__btn p {
  color: #FFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
  letter-spacing: 0.6px;
  position: relative;
  z-index: 2;
}
@media screen and (width <= 959px) {
  .l-cta-entry__btn p {
    font-size: 18px;
  }
}
@media screen and (width <= 767px) {
  .l-cta-entry__btn p {
    font-size: 16px;
    margin: 0 auto;
  }
}
.l-cta-entry__btn {
  background: -webkit-gradient(linear, right top, left top, color-stop(-8.42%, #ff311c), color-stop(61.28%, #FB8450));
  background: -webkit-linear-gradient(right, #ff311c -8.42%, #FB8450 61.28%);
  background: linear-gradient(270deg, #ff311c -8.42%, #FB8450 61.28%);
  margin: 0 auto;
}
.l-cta-entry__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-8.42%, #ff311c), color-stop(61.28%, #FB8450));
  background: -webkit-linear-gradient(left, #ff311c -8.42%, #FB8450 61.28%);
  background: linear-gradient(90deg, #ff311c -8.42%, #FB8450 61.28%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 0;
}
.l-cta-entry__btn:hover::before {
  opacity: 1;
  z-index: 1;
}
.l-cta-entry__btn span {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
}
.l-cta-entry__btn span:before {
  position: absolute;
  content: "";
  width: 92%;
  height: 0;
  border-top: 1px solid #fff;
  top: 9px;
  left: 4%;
}
@media screen and (max-width: 1200px) {
  .l-cta-entry__btn span:before {
    top: 7px;
  }
}
.l-cta-entry__btn span:after {
  position: absolute;
  content: "";
  width: 92%;
  height: 0;
  border-top: 1px solid #fff;
  bottom: 9px;
  left: 4%;
}
@media screen and (max-width: 1200px) {
  .l-cta-entry__btn span:after {
    bottom: 7px;
  }
}

.l-cta-footer {
  margin-top: 130px;
}
.l-cta-footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .l-cta-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.l-cta-footer__item {
  width: 50%;
  padding-left: 45px;
  border-left: 3px solid #22A5A8;
  padding-right: 65px;
}
@media screen and (max-width: 1280px) {
  .l-cta-footer__item {
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .l-cta-footer__item {
    padding: 0 0 0 20px;
  }
}
.l-cta-footer__item.-entry {
  border-left: 3px solid #FF6C5D;
}
.l-cta-footer__item.-entry .c-btn-page {
  background: -webkit-gradient(linear, right top, left top, color-stop(-8.42%, #ff311c), color-stop(61.28%, #FB8450));
  background: -webkit-linear-gradient(right, #ff311c -8.42%, #FB8450 61.28%);
  background: linear-gradient(270deg, #ff311c -8.42%, #FB8450 61.28%);
}
.l-cta-footer__item.-entry .c-btn-page::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(-8.42%, #ff311c), color-stop(61.28%, #FB8450));
  background: -webkit-linear-gradient(left, #ff311c -8.42%, #FB8450 61.28%);
  background: linear-gradient(90deg, #ff311c -8.42%, #FB8450 61.28%);
}
.l-cta-footer__item.-entry .l-cta-footer__head {
  background: -webkit-gradient(linear, right top, left top, color-stop(-8.42%, #ff311c), color-stop(61.28%, #FB8450));
  background: -webkit-linear-gradient(right, #ff311c -8.42%, #FB8450 61.28%);
  background: linear-gradient(270deg, #ff311c -8.42%, #FB8450 61.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-cta-footer__item.-contact .l-cta-footer__other {
  background: #9BE8E9;
  padding: 12px 20px;
}
.l-cta-footer__item.-contact .l-cta-footer__head {
  background: -webkit-gradient(linear, left top, right top, from(#22A5A8), color-stop(110.86%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 0%, #58D8DB 110.86%);
  background: linear-gradient(90deg, #22A5A8 0%, #58D8DB 110.86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-cta-footer__item .c-btn-page span {
  font-size: 16px;
}
.l-cta-footer__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (width <= 767px) {
  .l-cta-footer__head {
    font-size: 24px;
    gap: 15px;
    margin-bottom: 25px;
  }
}
.l-cta-footer__head img {
  width: 150px;
  border-radius: 10px;
}
@media screen and (width <= 767px) {
  .l-cta-footer__head img {
    width: 110px;
  }
}
.l-cta-footer__main p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  margin-bottom: 20px;
}
@media screen and (width <= 767px) {
  .l-cta-footer__main p {
    font-size: 14px;
  }
}
.l-cta-footer__main .c-btn-page {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 60px;
}
@media screen and (width <= 767px) {
  .l-cta-footer__main .c-btn-page {
    width: 100%;
    margin-bottom: 24px;
  }
}
.l-cta-footer__other {
  border-radius: 4px;
  background: #F9DFD4;
  padding: 21px 20px;
}
@media screen and (width <= 767px) {
  .l-cta-footer__other {
    padding: 11px 15px;
  }
}
.l-cta-footer__other-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (width <= 767px) {
  .l-cta-footer__other-line {
    gap: 18px;
  }
}
.l-cta-footer__other-line p {
  color: #582E0C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
@media screen and (width <= 767px) {
  .l-cta-footer__other-line p {
    font-size: 14px;
  }
}
@media screen and (width <= 767px) {
  .l-cta-footer__other-line svg {
    width: 34px;
  }
}
.l-cta-footer__other-tell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width <= 767px) {
  .l-cta-footer__other-tell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.l-cta-footer__other-tell-text {
  color: #0C5658;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.12px;
}
.l-cta-footer__other-tell-text span {
  color: #0C5658;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
  display: block;
}
.l-cta-footer__other-tell-link {
  margin-right: 5%;
}
.l-cta-footer__other-tell-link div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-bottom: 8px;
}
.l-cta-footer__other-tell-link div:last-child {
  margin-bottom: 0;
}
.l-cta-footer__other-tell-link div p {
  color: var(--rec, #FFF);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.91px;
  border-radius: 999px;
  background: var(--rec-22-a-5-a-8, #22A5A8);
  padding: 5px 17px 4px 18px;
}
.l-cta-footer__other-tell-link div a {
  color: #0C5658;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.l-single-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.98px;
  margin-bottom: 20px;
}
@media screen and (width <= 767px) {
  .l-single-text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.l-single-text__large {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24.5px */
  letter-spacing: 1.44px;
  margin-bottom: 20px;
}
@media screen and (width <= 767px) {
  .l-single-text__large {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.l-single-content {
  max-width: 960px;
  margin: 0 auto;
}
.l-single-content .-color {
  color: #22A5A8;
}
.l-single-content .-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.l-single-content .-center {
  text-align: center;
}
.l-single-author {
  max-width: 960px;
  margin: 80px auto;
  border-radius: 8px;
  background: #EEFBFB;
  padding: 40px 30px;
  position: relative;
}
@media screen and (width <= 767px) {
  .l-single-author {
    padding: 20px 18px;
    margin: 50px auto;
  }
}
.l-single-author:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/front/24966548.svg);
  top: 0;
  left: 0;
  background-size: cover;
  border-radius: 8px;
}
.l-single-author__title {
  color: #22A5A8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
@media screen and (width <= 767px) {
  .l-single-author__title {
    font-size: 18px;
  }
}
.l-single-author__title:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 3px;
  background: var(--rec, #58D8DB);
  left: 0;
  top: 11px;
}
.l-single-author__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.98px;
}
@media screen and (width <= 767px) {
  .l-single-author__text {
    font-size: 14px;
  }
}

.l-single-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid #58D8DB;
  margin-bottom: 50px;
  gap: 30px;
}
@media screen and (width <= 767px) {
  .l-single-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    margin-bottom: 16px;
  }
}
.l-single-title h1 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (width <= 767px) {
  .l-single-title h1 {
    font-size: 24px;
  }
}
.l-single-title div {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.l-single-title__date {
  color: var(--rec, #7B7B7B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
@media screen and (width <= 767px) {
  .l-single-title__date {
    font-size: 12px;
  }
}
.l-single-title__category {
  border-radius: 4px;
  background: var(--rec-22-a-5-a-8, #22A5A8);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  color: #fff;
}
@media screen and (width <= 767px) {
  .l-single-title__category {
    font-size: 12px;
  }
}

.l-archive {
  margin-top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (width <= 767px) {
  .l-archive {
    margin-top: 30px;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-archive__head .g-font-middle {
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.75em;
}
@media screen and (width <= 767px) {
  .l-archive__head .g-font-middle {
    text-align: left;
  }
}
.l-archive__head .g-font-small {
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
}
.l-archive__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 230px;
}
@media screen and (width <= 959px) {
  .l-archive__category {
    width: 200px;
  }
}
@media screen and (width <= 767px) {
  .l-archive__category {
    margin-top: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    width: 100%;
    max-width: 450px;
  }
}
.l-archive__category .c-card__article-category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  border: 1px solid #1c87ce;
  color: #1c87ce;
  background: #fff;
}
@media screen and (width <= 959px) {
  .l-archive__category .c-card__article-category {
    font-size: 16px;
  }
}
.l-archive__category a:hover {
  background: #1c87ce;
  color: #fff;
}
.l-archive__category a.active {
  background: #1c87ce;
  color: #fff;
}
.l-archive__main {
  width: 100%;
}
.l-archive__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 30px;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (width <= 767px) {
  .l-archive__list {
    gap: 30px;
  }
}

.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 16px;
}
.c-pagination__page {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border: 1px solid #1c87ce;
  color: #1c87ce;
}
.c-pagination__page--now {
  background: #1c87ce;
  color: #fff;
}

.l-archive__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 10px;
  width: 230px;
  margin-top: 20px;
  max-height: 300px;
}
@media screen and (width <= 959px) {
  .l-archive__tag {
    width: 200px;
  }
}
@media screen and (width <= 767px) {
  .l-archive__tag {
    width: 100%;
    max-width: 450px;
    max-height: 200px;
  }
}
.l-archive__tag .active {
  color: #1c87ce;
}
.l-archive__tag a {
  font-size: 14px;
}

.l-single__head .c-card__tag:hover {
  color: #1c87ce !important;
}

.l-single__category:hover {
  opacity: 0.7;
}

.topics-page .p-front-other {
  margin-top: 120px;
}
@media screen and (width <= 767px) {
  .topics-page .p-front-other {
    margin-top: 80px;
  }
}

.p-column__section {
  margin-bottom: 124px;
  margin-top: 120px;
}
@media screen and (width <= 767px) {
  .p-column__section {
    margin-top: 50px;
    margin-bottom: 56px;
  }
  .p-column__section .g-font-title {
    margin-bottom: 20px;
  }
}
.p-column__section .p-front-column__tabs-btn {
  margin-bottom: 60px;
}
@media screen and (width <= 767px) {
  .p-column__section .p-front-column__tabs-btn {
    margin-bottom: 40px;
  }
}
.p-column__section .p-front-column__list {
  background: none;
  padding: 0;
}
.p-column__section .p-front-salary__more {
  margin: 50px auto 0;
}

.p-front-column__item:nth-child(n+9) {
  display: none;
}

.p-front-column__item.is-show {
  display: grid;
}

.p-front-fv__form-line.normal .multi .ts-control {
  height: 100%;
}
.p-front-fv__form-line.normal .multi .ts-control input {
  -webkit-transition: 0s;
  transition: 0s;
  position: absolute !important;
  width: 100%;
}
.p-front-fv__form-line.normal .multi.has-items input[type=text] {
  opacity: 0 !important;
}

.p-front-search__panel {
  display: none;
}
.p-front-search__panel.is-active {
  display: block;
}

.p-front-search__form-title {
  padding: 9px 0;
  color: #22A5A8;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-top: 1px solid var(--rec, #58D8DB);
  border-bottom: 1px solid var(--rec, #58D8DB);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.p-front-search__form-title span {
  color: var(--rec, #7B7B7B);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.12px;
}
@media screen and (width <= 959px) {
  .p-front-search__form-title span {
    font-size: 12px;
  }
}

.p-front-search__form-item .p-front-fv__form-tab {
  margin: 0 0 16px;
  gap: 12px;
}
.p-front-search__form-item .p-front-fv__form-tab div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 60px;
}
@media screen and (width <= 959px) {
  .p-front-search__form-item .p-front-fv__form-tab div {
    padding: 10px 10px;
    width: 50%;
  }
}

.p-front-fv__form-line.normal.-search {
  gap: 32px;
}
@media screen and (width <= 959px) {
  .p-front-fv__form-line.normal.-search {
    gap: 16px;
  }
}
.p-front-fv__form-line.normal.-search {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (width <= 959px) {
  .p-front-fv__form-line.normal.-search {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.p-front-fv__form-line.normal.-search .ts-wrapper {
  width: 27%;
}
@media screen and (width <= 959px) {
  .p-front-fv__form-line.normal.-search .ts-wrapper {
    width: 31%;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv__form-line.normal.-search .ts-wrapper {
    width: 100%;
    height: auto;
  }
}
.p-front-fv__form-line.normal.-search .ts-wrapper.single .ts-control input {
  padding: 15px 30px !important;
  font-size: 15px;
  margin: 0 !important;
  caret-color: #000;
}
.p-front-fv__form-line.normal.-search .input-active input::-webkit-input-placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.normal.-search .input-active input::-moz-placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.normal.-search .input-active input:-ms-input-placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.normal.-search .input-active input::-ms-input-placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.normal.-search .input-active input::placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.normal.-search .ts-control .item {
  padding: 15px 30px !important;
  font-size: 15px;
  line-height: inherit !important;
}
.p-front-fv__form-line.normal.-search .search .item {
  position: absolute;
  padding: 15px 30px !important;
  font-size: 15px;
}
.p-front-fv__form-line.normal.-search .search.has-items.input-active.dropdown-active .item {
  opacity: 0;
}

.p-search-detail__section {
  border-top: 1px solid #d0eeee;
  padding: 20px 0;
}
.p-search-detail__section:first-child {
  border-top: none;
}
.p-search-detail__section-label {
  font-size: 13px;
  font-weight: 600;
  color: #22A5A8;
  margin-bottom: 16px;
}
.p-search-detail__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 17px;
}
@media screen and (width <= 767px) {
  .p-search-detail__list {
    gap: 11px;
  }
}
.p-search-detail__checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 18px 30px;
  border-radius: 6px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  gap: 18px;
  position: relative;
}
@media screen and (width <= 767px) {
  .p-search-detail__checkbox {
    padding: 10px 15px;
    gap: 12px;
  }
}
.p-search-detail__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.p-search-detail__checkbox-box {
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid #112324;
  background: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}
@media screen and (width <= 767px) {
  .p-search-detail__checkbox-box {
    width: 15px;
    height: 15px;
  }
}
.p-search-detail__checkbox-box::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px);
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.p-search-detail__checkbox-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.05px;
  white-space: nowrap;
}
@media screen and (width <= 767px) {
  .p-search-detail__checkbox-text {
    font-size: 14px;
  }
}
input[type=checkbox]:checked + .p-search-detail__checkbox-box {
  background: #22A5A8;
  border-color: #22A5A8;
}
input[type=checkbox]:checked + .p-search-detail__checkbox-box::after {
  opacity: 1;
}
.p-search-detail__checkbox:has(input[type=checkbox]:checked) {
  border-color: #22A5A8;
}
.p-search-detail__checkbox:has(input[type=checkbox]:checked) .p-search-detail__checkbox-text {
  color: #22A5A8;
}
.p-search-detail__checkbox:hover {
  border-color: #22A5A8;
}
.p-search-detail__radio {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          position: relative;
}
.p-search-detail__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.p-search-detail__radio-circle {
  width: 18px;
  height: 18px;
  border: 1px solid var(--rec, #112324);
  border-radius: 50%;
  background: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  position: relative;
}
.p-search-detail__radio-circle::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22A5A8;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-search-detail__radio-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.05px;
  white-space: nowrap;
}
@media screen and (width <= 767px) {
  .p-search-detail__radio-text {
    font-size: 14px;
  }
}
input[type=radio]:checked + .p-search-detail__radio-circle {
  border-color: #22A5A8;
}
input[type=radio]:checked + .p-search-detail__radio-circle::after {
  opacity: 1;
}
input[type=radio]:checked + .p-search-detail__radio-circle + .p-search-detail__radio-text {
  color: #22A5A8;
}
input[type=radio]:checked + .p-search-detail__radio-circle + .p-search-detail__radio-text::after {
  opacity: 1;
}
.p-search-detail__radio:hover .p-search-detail__radio-circle {
  border-color: #22A5A8;
}
.p-search-detail__salary-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  border: 1px solid var(--rec-2, #D2D2D2);
  background: #FFF;
  padding: 24px 32px;
  gap: 60px;
}
@media screen and (width <= 767px) {
  .p-search-detail__salary-wrap {
    padding: 20px;
    gap: 30px;
  }
}
.p-search-detail__salary-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 750px;
  gap: 18px;
}
.p-search-detail__salary-type {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}
@media screen and (width <= 767px) {
  .p-search-detail__salary-type {
    font-size: 16px;
  }
}

.p-front-search__form-item {
  margin-bottom: 24px;
}

.p-front-search__form-body .p-front-fv__form-entry {
  margin-top: 45px;
}
.p-front-search__form-body .c-btn-page {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-search-form__reset {
  display: block;
  margin-top: 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #888;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.12px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 16px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-search-form__reset:hover {
  opacity: 0.5;
}

.stationLine .p-front-fv__form-line.pref:before {
  opacity: 0;
}

.stationLine .p-front-fv__form-line.pref.rosen:before {
  opacity: 1;
}

input {
  text-align: left !important;
}
input::-webkit-input-placeholder {
  color: #7B7B7B !important;
  font-weight: 500;
  text-align: left;
}
input::-moz-placeholder {
  color: #7B7B7B !important;
  font-weight: 500;
  text-align: left;
}
input:-ms-input-placeholder {
  color: #7B7B7B !important;
  font-weight: 500;
  text-align: left;
}
input::-ms-input-placeholder {
  color: #7B7B7B !important;
  font-weight: 500;
  text-align: left;
}
input::placeholder {
  color: #7B7B7B !important;
  font-weight: 500;
  text-align: left;
}
@media screen and (width <= 767px) {
  input {
    letter-spacing: 1.04px !important;
  }
}

@media screen and (width <= 767px) {
  .ts-dropdown-content {
    max-height: 400px;
    width: 90vw;
  }
  .ts-dropdown-content .optgroup {
    width: 90vw;
  }
  .ts-dropdown-content .option {
    width: 90vw;
  }
  .ts-dropdown {
    display: block;
    visibility: visible;
    width: 90vw;
  }
  .p-front-search .ts-dropdown-content {
    max-height: 400px;
    width: 83vw;
  }
  .p-front-search .ts-dropdown-content .optgroup {
    width: 83vw;
  }
  .p-front-search .ts-dropdown-content .option {
    width: 83vw;
  }
  .p-front-search .ts-dropdown {
    display: block;
    visibility: visible;
    width: 83vw;
  }
}
@media screen and (width <= 767px) {
  form .p-front-fv__form-line.pref input {
    padding: 13.5px 0 13.5px 12px !important;
  }
  form .p-front-fv__form-line.pref .ts-control .item {
    padding: 13.5px 0 13.5px 12px !important;
  }
  form .ts-wrapper:before {
    right: 20px;
  }
  form .p-front-fv__form-line.normal input {
    padding: 15px 12px !important;
    margin-left: 0 !important;
  }
  form .p-front-fv__form-line.normal .gyosyu .item {
    padding: 15px 12px !important;
  }
  form .p-front-fv__form-line.normal .ts-wrapper {
    height: 48px;
  }
  form #koyo ~ .ts-wrapper .ts-item-inline:first-child {
    margin-left: 12px;
  }
  .p-front-fv__form-line.normal .multi .ts-control input {
    position: relative !important;
  }
}
@media screen and (width <= 375px) {
  form .p-front-fv__form-line.pref input {
    font-size: 12px;
  }
  .p-front-fv__form-line.pref .ts-wrapper {
    padding-right: 30px;
  }
  form .p-front-fv__form-line.pref .ts-wrapper:before {
    right: 10px;
  }
}
.sp-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}
.sp-modal.is-open {
  display: block;
}
.sp-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.sp-modal__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 20px 20px 0 0;
  max-height: 80vh;
  overflow-y: auto;
  padding: 20px;
}

.sp-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 14px 0;
}
.sp-radio input {
  display: none;
}
.sp-radio__circle {
  width: 20px;
  height: 20px;
  border: 1px solid #222;
  border-radius: 50%;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sp-radio__circle::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22A5A8;
  opacity: 0;
}
.sp-radio input:checked + .sp-radio__circle::after {
  opacity: 1;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (width <= 767px) {
  .p-front-fv__form-line.normal {
    margin-top: 5px;
  }
}
form .item {
  white-space: nowrap;
}

.p-front-fv__form-line.normal.koyo:before {
  display: none;
}

.p-front-fv__form-line.normal.-search:before {
  opacity: 0;
}

.fPref .ts-dropdown {
  right: 0;
  left: unset;
}

.right .ts-dropdown {
  right: 0;
  left: unset;
}

.c-breadcrumb {
  margin-top: 10px;
  margin-bottom: 80px;
}
@media screen and (width <= 767px) {
  .c-breadcrumb {
    margin-top: 3px;
    margin-bottom: 20px;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  list-style: none;
  font-size: 12px;
  width: min(100%, 1540px);
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (width <= 767px) {
  .c-breadcrumb__list {
    padding: 0 5%;
  }
}
.c-breadcrumb__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "｜";
  margin-left: 4px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 1.3px;
}
.c-breadcrumb__link span {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 22.75px */
  letter-spacing: 1.3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-breadcrumb__link span:hover {
  text-decoration: underline;
}
.c-breadcrumb__current {
  color: #7B7B7B;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 22.75px */
  letter-spacing: 1.3px;
}

.c-btn__detail {
  position: relative;
  height: 56px;
  width: 250px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #1c87ce;
}
@media screen and (width <= 767px) {
  .c-btn__detail {
    height: 50px;
    bottom: -25px;
  }
}
.c-btn__detail span {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 15px;
}
.c-btn__detail span:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 9px;
  -webkit-mask-image: url(../images/common/arrow_anker.svg);
          mask-image: url(../images/common/arrow_anker.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #1c87ce;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 55%;
  left: 52%;
}
.c-btn__detail.bg__pink span:before {
  background-color: #F17CB4;
}
.c-btn__detail.-large {
  height: 70px;
  width: 300px;
}
@media screen and (width <= 767px) {
  .c-btn__detail.-large {
    height: 56px;
    width: 250px;
    bottom: 0;
  }
}
.c-btn__detail.-large span:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  left: 56%;
  top: 50%;
}
@media screen and (width <= 767px) {
  .c-btn__detail.-right {
    bottom: 0;
  }
}
.c-btn__detail.-right span:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  left: 56%;
}
.c-btn__detail.bg__orange span:before {
  background-color: #FFAA36;
}
.c-btn__detail.-back span {
  right: unset;
  left: 15px;
}
.c-btn__detail.-back span:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  left: 47%;
}
.c-btn__detail.-long {
  width: auto;
  padding: 10px 60px 10px 15px;
  margin-top: 30px;
  height: auto;
  min-height: 56px;
}
.c-btn__detail.-ex {
  max-width: 385px;
  width: 100%;
  height: 88px;
}
.c-btn__detail.-ex span {
  background: none;
  right: 30px;
}
.c-btn__detail.-ex span:before {
  -webkit-mask-image: url(../images/common/ex.svg);
          mask-image: url(../images/common/ex.svg);
  background-color: #fff;
  width: 29px;
  height: 26px;
}
.c-btn__detail.-ex.-normal span {
  background: #fff;
}
.c-btn__detail.-ex.-normal span:before {
  -webkit-mask-image: url(../images/common/arrow_anker.svg);
          mask-image: url(../images/common/arrow_anker.svg);
  background-color: #82B83E;
  width: 13px;
  height: 9px;
  -webkit-transform: translate(-40%, -60%) rotate(-90deg);
          transform: translate(-40%, -60%) rotate(-90deg);
}

.c-btn__main {
  border-radius: 30px;
  border: 1px solid #00479D;
  background: #FFF;
  width: 227px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 26px;
  color: #00479D;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  gap: 20px;
}

.c-btn-page {
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#22A5A8), color-stop(110.86%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 0%, #58D8DB 110.86%);
  background: linear-gradient(90deg, #22A5A8 0%, #58D8DB 110.86%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 24px;
  max-width: 327px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
  gap: 40px;
  position: relative;
}
.c-btn-page span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.44px;
  position: relative;
  z-index: 2;
}
.c-btn-page svg {
  z-index: 2;
}
.c-btn-page.double {
  padding: 11px 20px;
}
@media screen and (width <= 767px) {
  .c-btn-page {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-btn-page:before {
  position: absolute;
  content: "";
  height: 85%;
  width: 1px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 61px;
  z-index: 2;
}
.c-btn-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(left, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(90deg, #58D8DB 0%, #22A5A8 100%);
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  z-index: 0;
  border-radius: 8px;
}
.c-btn-page:hover::after {
  opacity: 1;
  z-index: 1;
}
.c-btn-page.-back {
  margin: 35px auto 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: -webkit-gradient(linear, left top, right top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(left, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(90deg, #58D8DB 0%, #22A5A8 100%);
}
.c-btn-page.-back:before {
  right: unset;
  left: 61px;
}
.c-btn-page.-back::after {
  background: -webkit-gradient(linear, left top, right top, from(#22A5A8), color-stop(110.86%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 0%, #58D8DB 110.86%);
  background: linear-gradient(90deg, #22A5A8 0%, #58D8DB 110.86%);
}
.c-btn-page.-back svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-btn-research {
  border-radius: 8px;
  background: -webkit-gradient(linear, right top, left top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(right, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(270deg, #58D8DB 0%, #22A5A8 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  padding: 7px 8px;
  cursor: pointer;
}
.c-btn-research > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.48px;
  gap: 5px;
}
.c-btn-research > span span {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.39px;
}
.c-btn-research:hover > span {
  background: rgba(255, 255, 255, 0.4);
}

.view-more {
  display: none;
}
@media screen and (width <= 767px) {
  .view-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    gap: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.2px;
    padding: 0;
    margin: 0 auto 24px;
  }
}

.c-card__article {
  width: calc((100% - 60px) / 3);
}
@media screen and (width <= 959px) {
  .c-card__article {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (width <= 767px) {
  .c-card__article {
    width: 100%;
  }
}
.c-card__article-link {
  display: block;
}
.c-card__article-thumbnail {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #1c87ce;
}
.c-card__article-thumbnail img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
  width: 100%;
  border-radius: 15px;
}
.c-card__article-textarea {
  width: 100%;
}
.c-card__article-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px 17px;
}
@media screen and (width <= 767px) {
  .c-card__article-info {
    margin-bottom: 15px;
  }
}
.c-card__article-date {
  font-size: 14px;
  font-weight: 500;
}
.c-card__article-category {
  font-size: 14px;
  font-weight: 500;
  background: #1c87ce;
  color: #F8F4EF;
  border-radius: 5px;
  padding: 1px 20px;
}
.c-card__article-title {
  font-size: 18px;
  font-weight: 500;
  color: #312102;
}
@media screen and (width <= 767px) {
  .c-card__article-title {
    font-size: 16px;
  }
}
.c-card__article-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 5px;
  color: #888888;
}
.c-card__article-tag .c-card__tag {
  color: #888888;
  font-size: 14px;
}

.c-card-product {
  border-radius: 10px;
  background: #FFF;
  display: block;
  padding: 20px 30px 25px;
}
@media screen and (max-width: 1200px) {
  .c-card-product {
    padding: 20px 20px 25px;
  }
}
.c-card-product img {
  width: 100%;
  border-radius: 10px;
}
.c-card-product__textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  margin-top: 25px;
}
@media screen and (width <= 767px) {
  .c-card-product__textarea {
    gap: 15px;
    margin-top: 15px;
  }
}
.c-card-product__text {
  color: #00479D;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  -webkit-line-clamp: 2;
  height: 3em;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-align-content: space-evenly;
      -ms-flex-line-pack: space-evenly;
          align-content: space-evenly;
}
@media screen and (max-width: 1200px) {
  .c-card-product__text {
    font-size: 16px;
  }
}
@media screen and (width <= 767px) {
  .c-card-product__text {
    font-size: 15px;
  }
}
.c-card-product__btn {
  width: 48px;
  height: 48px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #00479D;
  background: #fff;
}
@media screen and (width <= 767px) {
  .c-card-product__btn {
    width: 36px;
    height: 36px;
  }
  .c-card-product__btn svg {
    width: 21px;
  }
}

.c-article-news__item {
  border-radius: 13px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 8.2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8.2px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 14px;
}
.c-article-news__item figure {
  max-width: 240px;
  width: 32%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .c-article-news__item figure {
    width: 100%;
    max-width: none;
  }
}
.c-article-news__item figure img {
  width: 100%;
  aspect-ratio: 125/75;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7.5px;
}
.c-article-news__item figure .c-article-info {
  display: none;
}
@media screen and (width <= 767px) {
  .c-article-news__item figure .c-article-info {
    display: block;
  }
}
.c-article-news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px 20px 20px;
  gap: 20px;
}
@media screen and (width <= 767px) {
  .c-article-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 16px 30px 20px;
  }
}
.c-article-news__textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.c-article-news__title {
  color: #00479D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.5px;
  line-height: 150%;
  -webkit-line-clamp: 2;
  max-height: 3em;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-align-content: space-evenly;
      -ms-flex-line-pack: space-evenly;
          align-content: space-evenly;
}

.c-article-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 767px) {
  .c-article-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 3px 12px;
    margin-bottom: 6px;
  }
}

.c-article-category {
  border-radius: 19.5px;
  background: #E8F1FC;
  padding: 2.5px 16px;
  color: #00479D;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
@media screen and (width <= 767px) {
  .c-article-category {
    font-size: 14px;
    padding: 0 6px;
  }
}

.c-article-date {
  color: #88C1CB;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
@media screen and (width <= 767px) {
  .c-article-date {
    font-size: 14px;
    line-height: 26px;
  }
}

.c-article-column__list {
  width: 65%;
}
@media screen and (width <= 959px) {
  .c-article-column__list {
    width: 100%;
  }
}
.c-article-column__link {
  display: block;
  border-bottom: 1px solid #00479D;
  padding-bottom: 6px;
  margin-bottom: 13px;
}
.c-article-column__textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.c-article-column__title {
  color: #00479D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-align-content: space-evenly;
      -ms-flex-line-pack: space-evenly;
          align-content: space-evenly;
}
@media screen and (width <= 767px) {
  .c-article-column__title {
    -webkit-line-clamp: 2;
    max-height: 3em;
  }
}

.c-block__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 767px) {
  .c-block__flex {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-block__flex-textarea {
  width: calc(50% - 25px);
}
@media screen and (width <= 767px) {
  .c-block__flex-textarea {
    width: 100%;
  }
}
.c-block__flex-img {
  width: calc(50% - 25px);
}
@media screen and (width <= 767px) {
  .c-block__flex-img {
    width: 100%;
    max-width: 390px;
  }
}
.c-block__flex-img--other {
  width: 100%;
  margin-inline: auto;
}
.c-block__flex-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (width <= 767px) {
  .c-block__flex-reverse {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-block__table {
  max-width: 960px;
  margin: 0 auto;
}
.c-block__table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .c-block__table dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-block__table dt {
  padding: 24px 10px;
  border-bottom: 2px solid #1c87ce;
  width: 250px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
}
@media screen and (width <= 767px) {
  .c-block__table dt {
    padding: 0;
    border: none;
  }
}
.c-block__table dd {
  padding: 24px 20px;
  border-bottom: 2px solid #BCBCBC;
  width: 100%;
}
@media screen and (width <= 767px) {
  .c-block__table dd {
    padding: 12px;
    margin-bottom: 12px;
  }
}
.c-block__table dd a {
  color: #46AFD5;
}

.c-parts-faq {
  margin-top: 120px;
  margin-bottom: 80px;
}
@media screen and (width <= 767px) {
  .c-parts-faq {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.c-parts-faq .g-font-title {
  margin: 0 auto;
}
.c-parts-faq__list {
  margin-top: 70px;
  padding: 0;
  list-style: none;
}
@media screen and (width <= 767px) {
  .c-parts-faq__list {
    margin-top: 50px;
  }
}
.c-parts-faq__item {
  margin-top: 30px;
  border-radius: 8px;
  background: #FBFBFB;
  padding: 36px 64px 18px;
}
@media screen and (width <= 959px) {
  .c-parts-faq__item {
    padding: 36px 36px 18px;
  }
}
@media screen and (width <= 767px) {
  .c-parts-faq__item {
    padding: 16px 19px 9px;
    margin-top: 16px;
  }
}
.c-parts-faq__trigger {
  width: 100%;
  border: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding-left: 0;
  padding-bottom: 17px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.c-parts-faq__trigger:hover {
  opacity: 0.5;
}
.c-parts-faq__trigger svg {
  top: 8px;
  position: relative;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.c-parts-faq__trigger .c-parts-faq__icon.is-open svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-parts-faq__question {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.8px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (width <= 767px) {
  .c-parts-faq__question {
    font-size: 16px;
  }
}
.c-parts-faq__question span {
  border-radius: 4px;
  background: var(--rec-22-a-5-a-8, #22A5A8);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.5px 5px 1.5px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.8px;
  margin-right: 15px;
  border: 1px solid var(--rec-22-a-5-a-8, #22A5A8);
  display: block;
}
.c-parts-faq__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-parts-faq__answer {
  border-top: 1.5px solid rgba(210, 210, 210, 0.5);
  padding-top: 17px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.6px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 17px;
}
@media screen and (width <= 767px) {
  .c-parts-faq__answer {
    font-size: 14px;
    padding-bottom: 8px;
  }
}
.c-parts-faq__answer span {
  border-radius: 4px;
  background: var(--rec-22-a-5-a-8, #fff);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1.5px 4px 1.5px 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #22A5A8;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.8px;
  margin-right: 15px;
  border: 1px solid var(--rec-22-a-5-a-8, #22A5A8);
  display: block;
}
.c-parts-faq .c-btn-page {
  margin-top: 40px;
  margin-left: auto;
}

.c-parts-number {
  padding: 40px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (width <= 767px) {
  .c-parts-number {
    padding: 14px 13px;
    border-radius: 12px;
    margin-bottom: 124px;
  }
}
.c-parts-number::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 0;
  inset: 0px;
  background: url(../images/front/search_back.jpg) center center/cover no-repeat;
}
.c-parts-number__content {
  position: relative;
  border-radius: 16px;
  padding: 60px 25px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
@media screen and (width <= 767px) {
  .c-parts-number__content {
    padding: 17px 11px;
    border-radius: 8px;
  }
}
.c-parts-number__title {
  color: #22A5A8;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 42px */
  letter-spacing: 2.4px;
  margin-bottom: 35px;
}
@media screen and (width <= 767px) {
  .c-parts-number__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.c-parts-number__text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 1.12px;
}
@media screen and (width <= 767px) {
  .c-parts-number__text {
    font-size: 14px;
  }
}

.p-front-fv {
  position: relative;
  height: 100vh;
  min-height: 720px;
}
@media screen and (width <= 959px) {
  .p-front-fv {
    height: auto;
  }
}
.p-front-fv figure {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (width <= 959px) {
  .p-front-fv figure {
    display: none;
  }
}
.p-front-fv figure img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-front-fv__inner {
  padding-top: 132px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 94%;
  margin: 0 auto;
  position: relative;
  gap: 49px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 4vh;
}
@media screen and (width <= 959px) {
  .p-front-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 65px;
    gap: 0;
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv__inner {
    padding-top: 51px;
  }
}
@media screen and (width <= 959px) {
  .p-front-fv__left {
    width: 100%;
    height: 75vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    position: relative;
    background-image: url(../images/front/fv.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 0;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv__left {
    height: 75vh;
    padding: 0;
  }
}
@media screen and (width <= 500px) {
  .p-front-fv__left {
    background-image: url(../images/front/fv_sp.jpg);
  }
}
.p-front-fv__textarea {
  position: relative;
}
.p-front-fv__textarea:before {
  position: absolute;
  content: "";
  border-radius: 702px;
  background: var(--rec, #FFF);
  -webkit-filter: blur(146px);
          filter: blur(146px);
  width: 100%;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-front-fv__copy {
  position: relative;
}
.p-front-fv__copy p {
  color: #112324;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(24px, 3.4vw, 46.068px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (width <= 959px) {
  .p-front-fv__copy p {
    font-size: clamp(20px, 7.5vw, 46.068px);
  }
}
.p-front-fv__copy p .box {
  color: #FFF;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: clamp(28px, 3.95vw, 55.282px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 3.87px;
  border-radius: 5.202px;
  background: #58D8DB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2px;
}
@media screen and (width <= 959px) {
  .p-front-fv__copy p .box {
    font-size: clamp(24px, 8.75vw, 55.282px);
  }
}
.p-front-fv__copy p .line {
  position: relative;
  z-index: 1;
}
.p-front-fv__copy p .line:before {
  position: absolute;
  content: "";
  height: 7px;
  width: 95%;
  background: -webkit-gradient(linear, right top, left top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(right, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(270deg, #58D8DB 0%, #22A5A8 100%);
  bottom: 6px;
  z-index: -1;
}
.p-front-fv__text {
  color: #112324;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
  margin-top: 35px;
  position: relative;
}
@media screen and (width <= 959px) {
  .p-front-fv__text {
    padding-bottom: 30px;
  }
}
@media screen and (width <= 959px) {
  .p-front-fv__text {
    display: none;
  }
}
.p-front-fv .l-header__nav-item-sub {
  display: none;
}
@media screen and (width <= 959px) {
  .p-front-fv .l-header__nav-item-sub {
    display: block;
    margin-top: 20px;
  }
  .p-front-fv .l-header__nav-item-sub a {
    padding: 20px 43px;
    border-radius: 8px;
    gap: 7px;
  }
  .p-front-fv .l-header__nav-item-sub a p {
    font-size: 16px;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv .l-header__nav-item-sub svg {
    width: 47px;
  }
}
.p-front-fv__medal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  width: 85%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1275px) {
  .p-front-fv__medal {
    width: 100%;
  }
}
@media screen and (width <= 959px) {
  .p-front-fv__medal {
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
  }
}
.p-front-fv__medal img {
  width: 32.5%;
}
.p-front-fv__right {
  width: 49%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 8px;
  background: #EEFBFB;
  padding: 40px 60px 50px;
  position: relative;
}
.p-front-fv__right:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/front/24966548.svg");
  top: 0;
  left: 0;
  background-size: cover;
  border-radius: 8px;
}
@media screen and (max-width: 1275px) {
  .p-front-fv__right {
    padding: 20px 20px 25px;
  }
}
@media screen and (width <= 959px) {
  .p-front-fv__right {
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv__right {
    padding: 20px 0 25px;
  }
}
.p-front-fv__form {
  position: relative;
  z-index: 1;
}
.p-front-fv__form-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width <= 767px) {
  .p-front-fv__form-head {
    display: none;
  }
}
.p-front-fv__form-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #112324;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.3px;
}
@media screen and (max-width: 1075px) {
  .p-front-fv__form-title {
    font-size: 19px;
  }
  .p-front-fv__form-title svg {
    width: 22px;
  }
}
.p-front-fv__form-text {
  color: #22A5A8;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.p-front-fv__form-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 22px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .p-front-fv__form-tab {
    margin: 0 0 10px;
    border-radius: 0px;
  }
}
.p-front-fv__form-tab div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  background: #E5EEEE;
  color: rgba(17, 35, 36, 0.4);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.6px;
  cursor: pointer;
  border-radius: 6px;
}
.p-front-fv__form-tab div.active {
  background: #58D8DB;
  color: #FFF;
  cursor: auto;
}
@media screen and (width <= 767px) {
  .p-front-fv__form-tab div {
    border-radius: 0;
    font-size: 16.5px;
    padding: 14px;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv__form form {
    padding: 0 20px;
  }
}
.p-front-fv__form-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-front-fv__form-line.pref {
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  position: relative;
}
@media screen and (width <= 767px) {
  .p-front-fv__form-line.pref {
    margin-top: 5px;
  }
}
.p-front-fv__form-line.pref:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #D8D8D8;
}
.p-front-fv__form-line.pref .ts-wrapper {
  width: 100%;
  border: none;
  border-radius: 8px;
}
.p-front-fv__form-line.pref .ts-control {
  border: none;
  background: none;
  padding: 0;
  position: relative;
}
.p-front-fv__form-line.pref .ts-control .item {
  color: #112324;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  padding: 26px 19px !important;
  border-radius: 8px;
  position: absolute;
}
@media screen and (max-width: 1275px) {
  .p-front-fv__form-line.pref .ts-control .item {
    padding: 18px 12px !important;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv__form-line.pref .ts-control .item {
    font-size: 13px;
  }
}
.p-front-fv__form-line.pref input {
  color: #112324;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  padding: 26px 19px !important;
  border-radius: 8px;
  position: relative !important;
  left: 0 !important;
  border: 1px solid rgba(34, 166, 168, 0) !important;
}
@media screen and (max-width: 1275px) {
  .p-front-fv__form-line.pref input {
    padding: 18px 12px !important;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv__form-line.pref input {
    font-size: 13px;
  }
}
.p-front-fv__form-line.pref .input-active input::-webkit-input-placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.pref .input-active input::-moz-placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.pref .input-active input:-ms-input-placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.pref .input-active input::-ms-input-placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.pref .input-active input::placeholder {
  opacity: 0.5;
}
.p-front-fv__form-line.pref .ts-wrapper {
  border: 1px solid rgba(34, 166, 168, 0) !important;
}
.p-front-fv__form-line.pref .input-active.ts-wrapper {
  border: 1px solid #22A5A8 !important;
}
.p-front-fv__form-line.pref .input-hidden input {
  opacity: 0;
}
.p-front-fv__form-line.pref .has-items.input-active input {
  opacity: 0;
}
.p-front-fv__form-line.pref .has-items.input-active.dropdown-active .item {
  opacity: 0;
}
.p-front-fv__form-line.pref .has-items.input-active.dropdown-active input {
  opacity: 1;
}
.p-front-fv__form-line.normal {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width <= 767px) {
  .p-front-fv__form-line.normal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.p-front-fv__form-line.normal:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #D8D8D8;
}
.p-front-fv__form-line.normal .ts-wrapper {
  width: 48.5%;
  border: none;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  background: #FFF;
}
@media screen and (width <= 767px) {
  .p-front-fv__form-line.normal .ts-wrapper {
    height: 63px;
    width: 100%;
  }
}
.p-front-fv__form-line.normal .input-active {
  border: 1px solid #22A5A8 !important;
}
.p-front-fv__form-line.normal .ts-control {
  border: none;
  background: none;
  padding: 0;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
}
.p-front-fv__form-line.normal .ts-control .item {
  color: #112324;
  font-family: "Zen Kaku Gothic New";
  padding: 10px !important;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  border-radius: 8px;
  position: relative;
  background: none;
}
.p-front-fv__form-line.normal .ts-control .item a {
  padding: 0;
  padding-left: 3px;
}
.p-front-fv__form-line.normal input {
  cursor: pointer;
  padding: 26px 19px !important;
  color: #112324;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  position: relative !important;
  left: 0 !important;
  caret-color: transparent;
}
@media screen and (max-width: 1275px) {
  .p-front-fv__form-line.normal input {
    padding: 18px 12px !important;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv__form-line.normal input {
    font-size: 13px;
    text-align: center;
  }
}
.p-front-fv__form-line.normal .gyosyu .item {
  color: #112324;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  padding: 26px 19px !important;
  border-radius: 8px;
  position: absolute;
}
@media screen and (max-width: 1275px) {
  .p-front-fv__form-line.normal .gyosyu .item {
    padding: 18px 12px !important;
  }
}
@media screen and (width <= 767px) {
  .p-front-fv__form-line.normal .gyosyu .item {
    font-size: 13px;
  }
}
.p-front-fv__form-line.normal .input-hidden input {
  opacity: 0;
}
.p-front-fv__form-line.normal .has-items.input-active input {
  opacity: 0;
}
.p-front-fv__form-line.normal .has-items.input-active.dropdown-active input {
  opacity: 1;
}
.p-front-fv__form-entry {
  margin-top: 30px;
}
@media screen and (width <= 767px) {
  .p-front-fv__form-entry {
    margin-top: 13px;
  }
}
.p-front-fv__form-entry-label {
  position: relative;
  border-radius: 8px;
  background: #58D8DB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  padding: 21px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  cursor: pointer;
}
@media screen and (width <= 767px) {
  .p-front-fv__form-entry-label {
    font-size: 16px;
    padding: 14px;
    height: 53px;
  }
}
.p-front-fv__form-entry-label::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 17px;
  -webkit-filter: blur(26px);
          filter: blur(26px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
  opacity: 0;
  border-radius: 279px;
  background: var(--rec, #FFF);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-front-fv__form-entry-label:hover:before {
  opacity: 1;
}
.p-front-fv__form-entry input {
  display: none;
}

.ts-wrapper {
  padding-right: 45px;
  position: relative;
}
.ts-wrapper:before {
  position: absolute;
  content: url("../images/common/input-arrow.svg");
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
}

.p-front-fv .has-items .ts-control > input {
  margin: 0 !important;
}

.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: none !important;
  cursor: text;
}

.ts-optgroup-header {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.05px;
  padding: 13px 28px;
}

.ts-dropdown [data-selectable].option {
  padding: 12px 16px;
  border-bottom: 1px solid #D2D2D2;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.05px;
}

/* =====================================================
   #koyo TomSelect チェックボックスカスタム
   style.css の TomSelect上書き箇所に追記する
   ===================================================== */
/* 選択済みタグは非表示（件数バッジで代替するため） */
#koyo ~ .ts-wrapper .ts-item-hidden {
  display: none;
}

/* 件数バッジ："N件選択中" */
#koyo ~ .ts-wrapper .ts-count-badge {
  padding: 2px 8px;
  font-size: 13px;
  color: #333; /* プロジェクトの文字色に合わせる */
  pointer-events: none; /* クリックを通過させる */
}

/* ドロップダウン内：チェックボックス行のレイアウト */
#koyo ~ .ts-wrapper .ts-option-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* チェックボックス自体のスタイル */
#koyo ~ .ts-wrapper .ts-option-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  accent-color: #00a1a5; /* サイトのテーマカラーに合わせる */
  pointer-events: none; /* クリックはTomSelectの行単位で処理するため */
  cursor: pointer;
}

/* =====================================================
   #koyo TomSelect チェックボックスカスタム
   style.css の TomSelect上書き箇所に追記する
   ===================================================== */
/* 選択済みアイテムをインライン表示し、,区切りに見せる */
#koyo ~ .ts-wrapper .ts-control {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

#koyo ~ .ts-wrapper .ts-item-inline {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 18px;
  padding: 0 !important;
  flex-shrink: 0;
}
@media screen and (width <= 767px) {
  #koyo ~ .ts-wrapper .ts-item-inline {
    font-size: 13px;
  }
}
#koyo ~ .ts-wrapper .ts-item-inline:first-child {
  margin-left: 23px;
}
#koyo ~ .ts-wrapper .ts-item-inline::after {
  content: ", "; /* ,＋半角スペース */
}

/* アイテム同士の間に ", " を挿入（最後の要素には付けない） */
#koyo ~ .ts-wrapper .item:not(:last-child) .ts-item-inline::after {
  content: ", "; /* ,＋半角スペース */
}

/* ドロップダウン内：チェックボックス行のレイアウト */
#koyo ~ .ts-wrapper .ts-option-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* チェックボックス自体のスタイル */
#koyo ~ .ts-wrapper .ts-option-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  accent-color: #00a1a5; /* サイトのテーマカラーに合わせる */
  pointer-events: none; /* クリックはTomSelectの行単位で処理するため */
  cursor: pointer;
}

.scroll-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  overflow: hidden;
  position: absolute;
  height: 150%;
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: -30%;
  width: 40%;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (width <= 959px) {
  .scroll-wrap {
    opacity: 0.7;
    -webkit-transform: rotate(65deg);
            transform: rotate(65deg);
  }
}
@media screen and (width <= 767px) {
  .scroll-wrap {
    top: 3%;
    height: 200vw;
    right: 0%;
    width: 300px;
  }
}

.scroll-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}

.scroll-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.scroll-track.down {
  -webkit-animation: scrollDown 30s linear infinite;
          animation: scrollDown 30s linear infinite;
}

.scroll-track.up {
  -webkit-animation: scrollUp 30s linear infinite;
          animation: scrollUp 30s linear infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card {
  border-radius: 8px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 3/2;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}

.card-label {
  font-size: 12px;
  color: #888;
  letter-spacing: 0.03em;
}

.p-front-head {
  position: relative;
}
.p-front-head:before {
  position: absolute;
  content: url("../images/common/heading.svg");
  top: 15px;
}
@media screen and (width <= 767px) {
  .p-front-head:before {
    top: 0;
    content: url("../images/common/heading_sp.svg");
  }
}
.p-front-head {
  color: #00479D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
}
@media screen and (width <= 767px) {
  .p-front-head {
    font-size: 14px;
  }
}
.p-front-head span {
  color: #00479D;
  font-family: Montserrat;
  font-size: 56.205px;
  font-style: normal;
  font-weight: 800;
  line-height: 142%;
  display: block;
  margin-left: 60px;
  position: relative;
}
@media screen and (width <= 959px) {
  .p-front-head span {
    font-size: 48px;
    margin-left: 48px;
  }
}
@media screen and (width <= 767px) {
  .p-front-head span {
    font-size: 30px;
    margin-left: 30px;
    line-height: 1;
  }
}

.slide-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 83px;
  height: 83px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 51.875px;
  border: 1.729px solid #00479D;
  background: #FFF;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .slide-arrow {
    width: 60px;
    height: 60px;
  }
  .slide-arrow svg {
    width: 15px;
  }
}
@media screen and (width <= 767px) {
  .slide-arrow {
    width: 44px;
    height: 44px;
  }
  .slide-arrow svg {
    width: 12px;
  }
}

.button-next {
  right: 5%;
}

.button-prev {
  left: 5%;
}

@media screen and (width <= 959px) {
  .swiper-wrapper {
    left: -20.5%;
  }
  .swiper-slide-prev {
    opacity: 0.7;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (width <= 767px) {
  .swiper-wrapper {
    left: 0;
  }
  .swiper-slide-next {
    opacity: 0.7;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.p-front-article {
  margin-bottom: 120px;
}
@media screen and (width <= 767px) {
  .p-front-article {
    margin-bottom: 60px;
  }
}
.p-front-article__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width <= 959px) {
  .p-front-article__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-front-article__content .p-front-head {
  margin-bottom: 90px;
}
@media screen and (width <= 959px) {
  .p-front-article__content .p-front-head {
    margin-bottom: 30px;
  }
}
@media screen and (width <= 959px) {
  .p-front-article__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (width <= 767px) {
  .p-front-article__heading .c-btn__main {
    display: none;
  }
}
.p-front-article__news {
  width: 65%;
}
@media screen and (width <= 959px) {
  .p-front-article__news {
    width: 100%;
  }
}

.p-front-faq {
  border-radius: 6px;
  background: #E0F5F7;
  margin-bottom: 120px;
  padding: 45px 0 55px;
}
@media screen and (width <= 767px) {
  .p-front-faq {
    margin-bottom: 60px;
    padding: 40px 0;
  }
}
.p-front-faq .p-front-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
@media screen and (width <= 767px) {
  .p-front-faq .p-front-head {
    margin-left: 5%;
    margin-bottom: 15px;
  }
}
.p-front-faq__list {
  list-style: none;
}
.p-front-faq__item {
  border-bottom: 1px solid #B0D4E8;
}
.p-front-faq__trigger {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 12px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
}
.p-front-faq__trigger:hover .p-front-faq__question {
  color: #00479D;
}
.p-front-faq__question {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #00479D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.5px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (width <= 767px) {
  .p-front-faq__question {
    font-size: 16px;
  }
}
.p-front-faq__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 36.25px;
  border: 1px solid #00479D;
  background: #FFF;
  width: 58px;
  height: 58px;
}
@media screen and (width <= 767px) {
  .p-front-faq__icon {
    width: 43px;
    height: 43px;
  }
}
.p-front-faq__icon-vline {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-front-faq__trigger[aria-expanded=true] .p-front-faq__icon-vline {
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.p-front-faq__body {
  overflow: hidden;
}
.p-front-faq__body.is-animating {
  display: block !important;
}
.p-front-faq__answer {
  padding: 0 78px 12px 0;
  color: #00479D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  margin: 0;
}
@media screen and (width <= 767px) {
  .p-front-faq__answer {
    font-size: 14px;
    padding-right: 0;
  }
}
.p-front-faq .c-btn__main {
  margin: 40px auto 0;
}
@media screen and (width <= 767px) {
  .p-front-faq .c-btn__main {
    margin-top: 28px;
  }
}

.p-front-service {
  border-radius: 6px;
  background: #DBF3F6;
  padding: 65px 0;
  margin-bottom: 120px;
}
@media screen and (width <= 767px) {
  .p-front-service {
    margin-bottom: 60px;
  }
}
@media screen and (width <= 767px) {
  .p-front-service {
    padding: 35px 0;
  }
}
.p-front-service .p-front-product__heading {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 767px) {
  .p-front-service .p-front-product__heading {
    padding: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
}
.p-front-service .p-front-product__heading-other {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-front-service .p-front-product__heading-head {
  color: #00479D;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (width <= 767px) {
  .p-front-service .p-front-product__heading-head {
    font-size: 24px;
  }
}
.p-front-service .p-front-product__heading-head br {
  display: none;
}
@media screen and (width <= 767px) {
  .p-front-service .p-front-product__heading-head br {
    display: unset;
  }
}
.p-front-service__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .p-front-service__content {
    gap: 4%;
  }
}
@media screen and (width <= 767px) {
  .p-front-service__content {
    gap: 30px;
  }
}
.p-front-service__item {
  width: 28.6666666667%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .p-front-service__item {
    width: 30.6666666667%;
  }
}
@media screen and (width <= 767px) {
  .p-front-service__item {
    width: 100%;
  }
}
.p-front-service__item figure {
  aspect-ratio: 374/412;
}
@media screen and (width <= 767px) {
  .p-front-service__item figure {
    width: 85%;
    margin: 0 auto 20px;
  }
}
.p-front-service__title {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px #88C1CB dashed;
  gap: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00479D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
}
.p-front-service__title.sp-only {
  display: none;
}
@media screen and (max-width: 1100px) {
  .p-front-service__title {
    font-size: 18px;
  }
}
@media screen and (width <= 767px) {
  .p-front-service__title {
    display: none;
  }
  .p-front-service__title.sp-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 0;
  }
}
.p-front-service__title span {
  color: #2878D8;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
}
.p-front-service__btn {
  width: 44px;
  height: 44px;
  margin-left: auto;
  border-radius: 35px;
  border: 1px solid #00479D;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-front-service__text {
  color: #00479D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  margin-bottom: 24px;
}
.p-front-service__list {
  border-radius: 6px;
  background: #FFF;
  padding: 13px 20px 18px;
}
@media screen and (width <= 767px) {
  .p-front-service__list {
    padding: 13px 15px 15px;
  }
}
.p-front-service__list p {
  color: #00479D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  border-radius: 11px;
  background: #E8F1FC;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 3px 15px;
}
.p-front-service__list ul {
  margin: 0;
  padding: 0;
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px 15px;
}
@media screen and (width <= 767px) {
  .p-front-service__list ul {
    margin-top: 13px;
  }
}
.p-front-service__list li {
  color: #00479D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  list-style: none;
  width: calc((100% - 15px) / 2);
}
.p-front-service .c-btn__main {
  margin: 70px auto 0;
}
.p-front-service .p-front-product__other-btn {
  display: none;
}
@media screen and (width <= 767px) {
  .p-front-service .p-front-product__other-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}

.p-front-novelty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  position: relative;
}
@media screen and (width <= 959px) {
  .p-front-novelty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    border-radius: 13px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 8.2px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 8.2px 0 rgba(0, 0, 0, 0.16);
  }
}
.p-front-novelty figure {
  position: absolute;
  width: 45%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 959px) {
  .p-front-novelty figure {
    position: relative;
    width: 100%;
    max-width: 500px;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    z-index: 0;
  }
}
.p-front-novelty__textarea {
  padding: 25px 0;
  position: relative;
  border-radius: 13px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 8.2px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 8.2px 0 rgba(0, 0, 0, 0.16);
  width: 75%;
  margin-left: auto;
  padding-left: 24%;
}
@media screen and (width <= 959px) {
  .p-front-novelty__textarea {
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding: 10px 20px 24px;
  }
}
.p-front-novelty__title {
  color: #00479D;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 1300px) {
  .p-front-novelty__title {
    font-size: 24px;
  }
}
@media screen and (width <= 959px) {
  .p-front-novelty__title {
    font-size: 18px;
  }
}
.p-front-novelty__text {
  color: #00479D;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.5px;
  margin: 15px 0 40px;
  padding-right: 30px;
}
@media screen and (max-width: 1300px) {
  .p-front-novelty__text {
    margin: 10px 0 20px;
  }
}
@media screen and (width <= 959px) {
  .p-front-novelty__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-front-novelty .c-btn__main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (width <= 959px) {
  .p-front-novelty .c-btn__main {
    margin: 0 auto;
  }
}
.p-front-novelty .p-front-product__other-hukidasi {
  font-size: 16px;
  width: 135.519px;
  height: 135.21px;
  top: -50px;
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  .p-front-novelty .p-front-product__other-hukidasi {
    top: -70px;
  }
}
@media screen and (width <= 959px) {
  .p-front-novelty .p-front-product__other-hukidasi {
    font-size: 14px;
    width: 180px;
    height: 60px;
    background-image: url(../images/front/hukidasi_sp.svg);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 5px;
    top: -15px;
    right: 0;
  }
  .p-front-novelty .p-front-product__other-hukidasi .sp-none {
    display: none;
  }
}

.p-front-search {
  margin-top: 100px;
}
@media screen and (width <= 767px) {
  .p-front-search {
    margin-top: 45px;
  }
}
.p-front-search__main {
  margin-top: 48px;
}
@media screen and (width <= 767px) {
  .p-front-search__main {
    margin-top: 34px;
  }
}
.p-front-search__main-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-front-search__main-tab a {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(17, 35, 36, 0.4);
  text-align: center;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: 1px solid #fff;
  border-bottom: 1px solid #58D8DB;
  padding: 36px 0;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}
@media screen and (width <= 767px) {
  .p-front-search__main-tab a {
    font-size: 14px;
    padding: 15px 25px;
  }
}
.p-front-search__main-tab a.active {
  border-radius: 8px 8px 0 0;
  border-top: 1px solid #58D8DB;
  border-right: 1px solid #58D8DB;
  border-left: 1px solid #58D8DB;
  border-bottom: 1px solid #fff;
  background: #EEFBFB;
  color: #22A5A8;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
@media screen and (width <= 767px) {
  .p-front-search__main-tab a.active {
    font-size: 14px;
  }
}
.p-front-search__content {
  margin-top: 16px;
}
.p-front-search__koyou {
  border-radius: 8px;
  border: 1px solid #58D8DB;
  background: #EEFBFB;
  padding: 55px 75px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .p-front-search__koyou {
    padding: 33px 45px;
  }
}
@media screen and (width <= 767px) {
  .p-front-search__koyou {
    padding: 29px 3.5vw;
  }
}
.p-front-search__koyou-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  padding: 70px 80px;
  position: relative;
  overflow: hidden;
}
.p-front-search__koyou-content > * {
  position: relative;
  z-index: 1;
}
.p-front-search__koyou-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url(../images/front/search_back.jpg) center/cover no-repeat;
  opacity: 0.7;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .p-front-search__koyou-content {
    padding: 35px 40px;
  }
}
@media screen and (width <= 959px) {
  .p-front-search__koyou-content {
    position: relative;
    padding-bottom: 81px;
  }
}
@media screen and (width <= 767px) {
  .p-front-search__koyou-content {
    padding: 35px 7% 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-front-search__koyou-content img {
  width: 35%;
}
@media screen and (width <= 959px) {
  .p-front-search__koyou-content img {
    position: absolute;
    bottom: 5px;
    right: 35px;
    width: 185px;
  }
}
@media screen and (width <= 767px) {
  .p-front-search__koyou-content img {
    position: relative;
    bottom: unset;
    right: unset;
  }
}
.p-front-search__koyou-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 24px 50px;
}
@media screen and (width <= 767px) {
  .p-front-search__koyou-list {
    gap: 24px;
  }
}
.p-front-search__koyou-link {
  width: calc((100% - 50px) / 2);
  position: relative;
}
.p-front-search__koyou-link:before {
  position: absolute;
  content: "";
  width: 75%;
  height: 17px;
  border-radius: 279px;
  background: var(--rec, #FFF);
  -webkit-filter: blur(26px);
          filter: blur(26px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (width <= 767px) {
  .p-front-search__koyou-link {
    width: 100%;
  }
}
.p-front-search__koyou-link-btn {
  background: #58D8DB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1100px) {
  .p-front-search__koyou-link-btn {
    font-size: 17.5px;
  }
}
.p-front-search__koyou-link:hover:before {
  opacity: 1;
}
.p-front-search__koyou-link:hover .p-front-search__koyou-link-btn {
  padding-left: 25px;
}
.p-front-search__koyou-link:hover .p-front-search__koyou-link-btn svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.p-front-search__koyou-link-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 8px 0 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEFBFB;
  color: #58D8DB;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1000px) {
  .p-front-search__koyou-link-en {
    font-size: 10px;
  }
}

.p-front-pref {
  margin-top: 60px;
  margin-bottom: 70px;
}

.p-front-pref__area {
  min-height: 167px;
}
@media screen and (width <= 767px) {
  .p-front-pref__area {
    min-height: unset;
  }
}

.p-front-pref__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 12px;
  margin-top: 32px;
}
@media screen and (width <= 959px) {
  .p-front-pref__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 767px) {
  .p-front-pref__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 27px;
  }
}

.p-front-pref__area-head {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.4px;
  padding: 11px 10px;
  border-radius: 6px;
  text-align: center;
}

.p-front-pref__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 17px 10px;
  gap: 10px;
  background: #fff;
}
@media screen and (max-width: 1150px) {
  .p-front-pref__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-front-pref__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  white-space: nowrap;
}

.p-front-pref__item input[type=radio] {
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 14px;
  cursor: pointer;
}

.p-front-pref__link {
  font-size: 14px;
  cursor: pointer;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
}

.p-front-pref__radio {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border-radius: 99px;
  border: 1px solid #112324;
  position: relative;
}
.p-front-pref__radio:before {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* エリアカラー: optgroupのdata-colorに合わせた値 */
.p-front-pref__area[data-color=hokkaido] .p-front-pref__area-head {
  background: #E0D5F7;
  color: #8C59F7;
}

.p-front-pref__area[data-color=hokkaido] .p-front-pref__link {
  border-bottom: 1px solid #8C59F7;
}

.p-front-pref__area[data-color=hokkaido] .p-front-pref__link:hover .p-front-pref__radio:before {
  background: #8C59F7;
}

.p-front-pref__area[data-color=hokkaido] .p-front-pref__link:hover {
  color: #8C59F7;
}

.p-front-pref__area[data-color=kantou] .p-front-pref__area-head {
  background: #D5E2F7;
  color: #5995F7;
}

.p-front-pref__area[data-color=kantou] .p-front-pref__link {
  border-bottom: 1px solid #5995F7;
}

.p-front-pref__area[data-color=kantou] .p-front-pref__link:hover .p-front-pref__radio:before {
  background: #5995F7;
}

.p-front-pref__area[data-color=kantou] .p-front-pref__link:hover {
  color: #5995F7;
}

.p-front-pref__area[data-color=hokuriku] .p-front-pref__area-head {
  background: #D5F7E4;
  color: #30BB6D;
}

.p-front-pref__area[data-color=hokuriku] .p-front-pref__link {
  border-bottom: 1px solid #30BB6D;
}

.p-front-pref__area[data-color=hokuriku] .p-front-pref__link:hover .p-front-pref__radio:before {
  background: #30BB6D;
}

.p-front-pref__area[data-color=hokuriku] .p-front-pref__link:hover {
  color: #30BB6D;
}

.p-front-pref__area[data-color=toukai] .p-front-pref__area-head {
  background: #DFF7D5;
  color: #54C126;
}

.p-front-pref__area[data-color=toukai] .p-front-pref__link {
  border-bottom: 1px solid #54C126;
}

.p-front-pref__area[data-color=toukai] .p-front-pref__link:hover .p-front-pref__radio:before {
  background: #54C126;
}

.p-front-pref__area[data-color=toukai] .p-front-pref__link:hover {
  color: #54C126;
}

.p-front-pref__area[data-color=kansai] .p-front-pref__area-head {
  background: #F7F6D5;
  color: #C8B911;
}

.p-front-pref__area[data-color=kansai] .p-front-pref__link {
  border-bottom: 1px solid #C8B911;
}

.p-front-pref__area[data-color=kansai] .p-front-pref__link:hover .p-front-pref__radio:before {
  background: #C8B911;
}

.p-front-pref__area[data-color=kansai] .p-front-pref__link:hover {
  color: #C8B911;
}

.p-front-pref__area[data-color=sikoku] .p-front-pref__area-head {
  background: #F7EAD5;
  color: #E5A339;
}

.p-front-pref__area[data-color=sikoku] .p-front-pref__link {
  border-bottom: 1px solid #E5A339;
}

.p-front-pref__area[data-color=sikoku] .p-front-pref__link:hover .p-front-pref__radio:before {
  background: #E5A339;
}

.p-front-pref__area[data-color=sikoku] .p-front-pref__link:hover {
  color: #E5A339;
}

.p-front-pref__area[data-color=kyuusyuu] .p-front-pref__area-head {
  background: #F7D8D5;
  color: #DA6458;
}

.p-front-pref__area[data-color=kyuusyuu] .p-front-pref__link {
  border-bottom: 1px solid #DA6458;
}

.p-front-pref__area[data-color=kyuusyuu] .p-front-pref__link:hover .p-front-pref__radio:before {
  background: #DA6458;
}

.p-front-pref__area[data-color=kyuusyuu] .p-front-pref__link:hover {
  color: #DA6458;
}

/* ===== セクション ===== */
@media screen and (width <= 767px) {
  .p-front-salary {
    padding: 0;
  }
  .p-front-salary .g-font-heading {
    margin: 0 5%;
  }
}
.p-front-salary.newjob {
  margin: 80px auto 60px;
}
@media screen and (width <= 767px) {
  .p-front-salary.newjob {
    margin: 50px auto 40px;
  }
}

/* ===== タブ ===== */
.p-front-salary__tabs-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 1150px) {
  .p-front-salary__tabs-btn {
    gap: 15px;
  }
}

@media screen and (width <= 767px) {
  .p-front-salary__tabs {
    margin: 0 5%;
  }
}

.p-front-salary__tab {
  border-radius: 4px;
  border-radius: 4px;
  background: #E5EEEE;
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
  padding: 8px;
  width: calc((100% - 150px) / 7);
  color: rgba(17, 35, 36, 0.3);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 1.44px;
  border: none;
}
@media screen and (max-width: 1150px) {
  .p-front-salary__tab {
    font-size: 16px;
    width: calc((100% - 90px) / 7);
  }
}
@media screen and (width <= 959px) {
  .p-front-salary__tab {
    width: calc((100% - 45px) / 4);
  }
}
.p-front-salary__tab:hover {
  background: #58D8DB;
  color: #fff;
}

.p-front-salary__tab.active {
  background: #58D8DB;
  color: #fff;
}

/* ===== パネル ===== */
.p-front-salary__panels {
  position: relative;
}

.p-front-salary__panel {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  background: #EEFBFB;
  padding: 40px 40px 30px;
}
@media screen and (width <= 767px) {
  .p-front-salary__panel {
    padding: 40px 25px;
  }
}

.p-front-salary__panel.active {
  position: relative;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

/* ===== Swiper ===== */
.p-front-salary__swiper {
  overflow: hidden;
}

/* ===== カード ===== */
.p-front-salary__card {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #22A5A8;
  background: #FFF;
  padding: 22px 17px;
  gap: 0;
}
.p-front-salary__card:hover {
  opacity: 0.7;
}

.p-front-salary__card-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 29px;
}

.p-front-salary__tag {
  white-space: nowrap;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.98px;
  padding: 4px 18px;
  border-radius: 4px;
  background: #22A5A8;
}

.p-front-salary__tag--white {
  color: #22A5A8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.98px;
  border-radius: 4px;
  border: 1px solid #22A5A8;
  background: #FFF;
  padding: 4px 18px;
}

.p-front-salary__card-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.19px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 16px;
  -webkit-text-decoration-color: #999;
          text-decoration-color: #999;
              display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.6em;
    word-break: break-all;
}

.p-front-salary__card-text {
  color: #7B7B7B;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.91px;
  margin-bottom: 12px;
      display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 5.4em;
    word-break: break-all;
}

.p-front-salary__card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-front-salary__card-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #444;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  padding: 11px 5px;
}
.p-front-salary__card-info-row:last-child {
  border-top: none;
}
.p-front-salary__card-info-row span:last-child {
  color: #112324;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.05px;
}

.p-front-salary__card-info-label {
  color: #22A5A8;
  font-size: 11px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  min-width: 48px;
  color: #22A5A8;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.91px;
}

/* ===== 矢印ボタン ===== */
.p-front-salary__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16.67%, #22A5A8), color-stop(173.61%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 16.67%, #58D8DB 173.61%);
  background: linear-gradient(90deg, #22A5A8 16.67%, #58D8DB 173.61%);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-transition: background 0.9s;
  transition: background 0.9s;
}
.p-front-salary__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(left, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(90deg, #58D8DB 0%, #22A5A8 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 0;
  border-radius: 5px;
}
.p-front-salary__arrow:hover::before {
  opacity: 1;
  z-index: 1;
}
.p-front-salary__arrow svg {
  z-index: 2;
}

.p-front-salary__arrow.swiper-button-disabled {
  background: #ccc;
  cursor: default;
  pointer-events: none;
}

.p-front-salary__arrow--prev {
  left: -24px;
}
@media screen and (width <= 767px) {
  .p-front-salary__arrow--prev {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    width: 38px;
    height: 38px;
  }
}

.p-front-salary__arrow--next {
  right: -24px;
}
@media screen and (width <= 767px) {
  .p-front-salary__arrow--next {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    right: unset;
    width: 38px;
    height: 38px;
  }
}

/* ===== プログレスバー ===== */
.p-front-salary__progress-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  margin-top: 40px;
}
@media screen and (width <= 767px) {
  .p-front-salary__progress-wrap {
    gap: 0;
    margin-top: 16px;
  }
}

.p-front-salary__progress-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 400px;
  border-radius: 1px;
  overflow: hidden;
  background: #D2D2D2;
  height: 1px;
}
@media screen and (width <= 767px) {
  .p-front-salary__progress-bar {
    margin-right: 15px;
  }
}

.p-front-salary__progress-fill {
  height: 100%;
  background: #22A5A8;
  border-radius: 1px;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  width: 0%;
}

.p-front-salary__progress-count {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.98px;
}
@media screen and (width <= 767px) {
  .p-front-salary__progress-count {
    gap: 8px;
  }
}

@media screen and (width <= 767px) {
  .p-front-salary__progress-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-left: 25px;
  }
}

.p-front-salary__progress-count .js-current {
  color: #22A5A8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.98px;
}

.p-front-salary__progress-count .js-total {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.98px;
}

/* ===== 一覧リンク ===== */
.p-front-salary__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 20px;
  right: 40px;
  margin: 0;
}
@media screen and (max-width: 1150px) {
  .p-front-salary__footer {
    position: relative;
    bottom: unset;
    right: unset;
    margin: 30px auto 0;
  }
}
@media screen and (width <= 767px) {
  .p-front-salary__footer {
    margin-top: 16px;
  }
}

.p-front-salary__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  height: 37px;
  padding: 8px 15px 7px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  border-radius: 99px;
  border: 1px solid #22A5A8;
  background: #FFF;
  color: #22A5A8;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.p-front-salary__more:hover {
  background: #22A5A8;
  color: #FFF;
}
.p-front-salary__more:hover path {
  fill: #fff;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-front-salary__tabs-select {
  display: none;
}

.p-front-salary__select {
  width: 100%;
  padding: 10px 36px 10px 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/common/chevron_left.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #58D8DB;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.28px;
  text-align: center;
  border: none;
}
.p-front-salary__select option {
  background: #fff;
}

@media screen and (width <= 767px) {
  .p-front-salary__tabs-btn {
    display: none;
  }
  .p-front-salary__tabs-select {
    display: block;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
.p-front-support {
  margin-top: 110px;
  margin-bottom: 120px;
}
@media screen and (width <= 767px) {
  .p-front-support {
    margin-top: 100px;
  }
}
.p-front-support__service {
  margin-bottom: 64px;
}
.p-front-support__service-lead {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 31.5px */
  letter-spacing: 1.26px;
  margin-top: 50px;
  margin-bottom: 32px;
}
@media screen and (width <= 767px) {
  .p-front-support__service-lead {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-front-support__service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (width <= 959px) {
  .p-front-support__service-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.p-front-support__service-item {
  border-radius: 0 0 0 16px;
  border-bottom: 1px solid var(--rec-22-a-5-a-8, #22A5A8);
  border-left: 1px solid var(--rec-22-a-5-a-8, #22A5A8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px 20px;
}
.p-front-support__service-img {
  width: 100%;
  aspect-ratio: 2.5/1;
  overflow: hidden;
  border-radius: 10px;
}
.p-front-support__service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-support__service-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-bottom: 25px;
}
@media screen and (width <= 767px) {
  .p-front-support__service-body {
    gap: 8px;
  }
}
.p-front-support__service-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #22A5A8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 21px;
}
@media screen and (width <= 767px) {
  .p-front-support__service-label {
    font-size: 18px;
    padding-left: 18px;
  }
}
.p-front-support__service-icon {
  position: absolute;
  width: 13px;
  height: 13px;
  content: "";
  border-radius: 2.229px;
  background: #58D8DB;
  top: 9px;
  left: 0;
}
@media screen and (width <= 767px) {
  .p-front-support__service-icon {
    top: 9px;
    width: 10px;
    height: 10px;
  }
}
.p-front-support__service-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.12px;
}
.p-front-support__consultant .p-front-voice__text {
  margin-top: 30px;
}
.p-front-support__consultant-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 45px;
}
@media screen and (width <= 959px) {
  .p-front-support__consultant-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-front-support__consultant-item {
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (width <= 767px) {
  .p-front-support__consultant-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-front-support__consultant-img {
  width: 100%;
  border-radius: 40px 0 0 40px;
  aspect-ratio: auto;
  overflow: hidden;
  height: 100%;
  aspect-ratio: 1;
}
@media screen and (width <= 767px) {
  .p-front-support__consultant-img {
    border-radius: 31px 31px 0 0;
  }
}
.p-front-support__consultant-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-front-support__consultant-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border-radius: 0 40px 40px 0;
  background: #F1FCFC;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  height: 100%;
  padding: 30px 40px;
}
@media screen and (max-width: 1300px) {
  .p-front-support__consultant-body {
    padding: 20px;
  }
}
@media screen and (width <= 959px) {
  .p-front-support__consultant-body {
    padding: 30px;
  }
}
@media screen and (width <= 767px) {
  .p-front-support__consultant-body {
    padding: 23px 25px;
    border-radius: 0 0 31px 31px;
  }
}
.p-front-support__consultant-comment {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.12px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #22A5A8;
}
@media screen and (width <= 767px) {
  .p-front-support__consultant-comment {
    font-size: 14px;
    padding-bottom: 16px;
  }
}
.p-front-support__consultant-name {
  font-size: 14.767px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.034px;
  text-align: left;
  margin-top: 15px;
}
@media screen and (width <= 767px) {
  .p-front-support__consultant-name {
    font-size: 14px;
  }
}
.p-front-support__consultant-career {
  font-size: 12.921px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.904px;
}
@media screen and (width <= 767px) {
  .p-front-support__consultant-career {
    font-size: 12px;
    margin: 0;
  }
  .p-front-support__consultant-career span {
    display: block;
    margin-top: 7px;
  }
}
.p-front-support__consultant-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.p-front-support__consultant-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 32px;
  border: 1px solid #22A5A8;
  border-radius: 4px;
  color: #22A5A8;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.p-front-support__consultant-btn:hover {
  background: #22A5A8;
  color: #fff;
}
.p-front-support__consultant-btn:hover svg path {
  fill: #fff;
}

.p-front-voice {
  background-image: url("../images/front/voice_back.jpg");
  padding: 60px 0 70px;
  margin-bottom: 190px;
}
@media screen and (width <= 767px) {
  .p-front-voice {
    padding: 40px 0;
    margin-bottom: 80px;
    overflow: hidden;
  }
}
.p-front-voice__inner {
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .p-front-voice__inner {
    position: relative;
    overflow: unset;
  }
}
.p-front-voice__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.26px;
  margin-bottom: 35px;
}
@media screen and (width <= 767px) {
  .p-front-voice__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.p-front-voice__body {
  width: 80%;
  margin-left: auto;
}
@media screen and (width <= 767px) {
  .p-front-voice__body {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
@media screen and (width <= 767px) {
  .p-front-voice .g-font-title {
    margin: 0 auto;
  }
}
.p-front-voice__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (width <= 767px) {
  .p-front-voice__head {
    margin-bottom: 32px;
  }
}
.p-front-voice__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (width <= 767px) {
  .p-front-voice__nav {
    display: none;
  }
}
.p-front-voice__nav-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 1.4px;
  width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-front-voice__nav-count.sp-only {
  display: none;
}
@media screen and (width <= 767px) {
  .p-front-voice__nav-count.sp-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}
@media screen and (width <= 767px) {
  .p-front-voice__nav-count.sp-none {
    display: none;
  }
}
.p-front-voice__nav-sep {
  color: #000;
}
.p-front-voice__nav-current {
  color: #22A5A8;
}
.p-front-voice__arrow {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16.67%, #22A5A8), color-stop(173.61%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 16.67%, #58D8DB 173.61%);
  background: linear-gradient(90deg, #22A5A8 16.67%, #58D8DB 173.61%);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.p-front-voice__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(left, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(90deg, #58D8DB 0%, #22A5A8 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 0;
  border-radius: 5px;
}
.p-front-voice__arrow:hover::before {
  opacity: 1;
  z-index: 1;
}
.p-front-voice__arrow svg {
  z-index: 2;
}
.p-front-voice__arrow.sp-only {
  display: none;
}
@media screen and (width <= 767px) {
  .p-front-voice__arrow.sp-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  .p-front-voice__arrow.sp-only.p-front-voice__arrow--prev {
    left: 8%;
  }
  .p-front-voice__arrow.sp-only.p-front-voice__arrow--next {
    right: 8%;
  }
}
.p-front-voice__arrow.swiper-button-disabled {
  background: #ccc;
  cursor: default;
  pointer-events: none;
}
@media screen and (width <= 767px) {
  .p-front-voice__swiper {
    position: relative;
  }
}
.p-front-voice__card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-front-voice__card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-front-voice__card-img-main {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 8px;
}
.p-front-voice__card-img-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.p-front-voice__card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 8px 0;
}
.p-front-voice .p-front-voice__next {
  position: absolute;
  bottom: -95px;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #112324;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.12px;
  left: 1%;
}
@media screen and (width <= 959px) {
  .p-front-voice .p-front-voice__next {
    bottom: -80px;
    font-size: 14px;
    left: 0%;
  }
}
@media screen and (width <= 767px) {
  .p-front-voice .p-front-voice__next {
    display: none;
  }
}
.p-front-voice__card-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-front-voice__card-tag {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 2px;
  background: #22A5A8;
  color: #fff;
  white-space: nowrap;
}
.p-front-voice__card-title {
  color: #22A5A8;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 37.4px */
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.5em;
  word-break: break-all;
}
@media screen and (width <= 767px) {
  .p-front-voice__card-title {
    font-size: 16px;
  }
}
.p-front-voice__card-name {
  color: #7B7B7B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-front-voice__card-name span {
  content: "";
  height: 18px;
  width: 0;
  border-left: 1px solid #D2D2D2;
}
.p-front-voice__main {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .p-front-voice__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-front-voice__texts {
  position: relative;
  border-radius: 16px;
  background: #FFF;
  padding: 18px 30px;
  margin-left: 22%;
  margin-bottom: 25px;
}
@media screen and (width <= 767px) {
  .p-front-voice__texts {
    margin: 0;
    padding: 16px 12px;
    border-radius: 6.434px;
  }
}
.p-front-voice__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding-top: 3px;
  padding-bottom: 7px;
}
.p-front-voice__info-item {
  border-radius: 6px;
  background: #FBFBFB;
  width: 166px;
  padding: 5px 18px;
  position: relative;
}
@media screen and (width <= 767px) {
  .p-front-voice__info-item {
    width: calc((100% - 5px) / 2);
    padding: 5px 11px;
  }
}
.p-front-voice__info-item.-now {
  background: #EEFBFB;
}
.p-front-voice__info-item.-now .p-front-voice__info-text {
  color: #112324;
}
.p-front-voice__info-item svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
}
.p-front-voice__info-text {
  color: var(--rec, #7B7B7B);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.84px;
  line-height: 2;
}
.p-front-voice__text-panel {
  position: absolute;
  top: 20px;
  left: 30px;
  width: calc(100% - 60px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (width <= 767px) {
  .p-front-voice__text-panel {
    gap: 11px;
    width: calc(100% - 24px);
    top: 16px;
    left: 12px;
  }
}
.p-front-voice__text-panel.is-active {
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  width: 100%;
  -webkit-transition: opacity 1.48s ease;
  transition: opacity 1.48s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: relative;
}
.p-front-voice__card-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-front-voice__card-tag {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 2px;
  background: #22A5A8;
  color: #fff;
  white-space: nowrap;
}
.p-front-voice .swiper-slide.swiper-slide-active .p-front-voice__img {
  overflow: unset;
  position: relative;
}
.p-front-voice .swiper-slide.swiper-slide-active .p-front-voice__img::after {
  opacity: 0;
}
.p-front-voice .swiper-slide.swiper-slide-active .p-front-voice__img img {
  -webkit-filter: none;
          filter: none;
  position: absolute;
  width: calc(165% + 50px);
  max-height: calc(100% + 252px);
  height: auto;
  max-width: none;
  bottom: 0;
  right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
  aspect-ratio: 1/1;
}
@media screen and (width <= 959px) {
  .p-front-voice .swiper-slide.swiper-slide-active .p-front-voice__img img {
    right: 15px;
  }
}
@media screen and (width <= 767px) {
  .p-front-voice .swiper-slide.swiper-slide-active .p-front-voice__img img {
    right: unset;
    position: relative;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-front-voice .p-front-voice__content {
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .p-front-voice .p-front-voice__content {
    overflow: unset;
  }
}
.p-front-voice__img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
  margin: 0;
  aspect-ratio: 1/1;
  position: relative;
}
.p-front-voice__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
}
.p-front-voice__img img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.p-front-voice .swiper-slide-prev {
  opacity: 0;
}
@media screen and (width <= 767px) {
  .p-front-voice .swiper-slide-prev {
    opacity: 1;
  }
}
.p-front-voice__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
}
.p-front-voice__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 32px;
  background: #22A5A8;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.p-front-voice__btn:hover {
  background: #1b8a8d;
}
@media screen and (width <= 767px) {
  .p-front-voice .swiper-slide-next {
    opacity: 1;
    -webkit-transform: scale(0.7) translateX(-10%);
            transform: scale(0.7) translateX(-10%);
  }
  .p-front-voice .swiper-slide-prev {
    opacity: 1;
    -webkit-transform: scale(0.7) translateX(10%);
            transform: scale(0.7) translateX(10%);
  }
}

.p-front-about {
  margin-bottom: 124px;
}
@media screen and (width <= 959px) {
  .p-front-about .g-font-title {
    margin: 0 auto;
    text-align: center;
  }
}
.p-front-about__textarea {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px;
}
@media screen and (width <= 767px) {
  .p-front-about__textarea {
    margin: 30px 0;
  }
}
.p-front-about__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.26px;
  max-width: 830px;
}
.p-front-about .c-btn-page {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (width <= 959px) {
  .p-front-about .c-btn-page {
    display: none;
  }
}
.p-front-about__content {
  border-radius: 8px;
  background: #EEFBFB;
  padding: 37px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (width <= 959px) {
  .p-front-about__content {
    padding-top: 0;
  }
}
.p-front-about__list-wrap {
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .p-front-about__list-wrap {
    position: relative;
    z-index: 1;
  }
}
.p-front-about__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  will-change: transform;
}
@media screen and (width <= 767px) {
  .p-front-about__list {
    gap: 17px;
    -webkit-animation: none;
            animation: none;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-front-about__item {
  width: 25vw;
}
@media screen and (width <= 959px) {
  .p-front-about__item {
    width: 40vw;
  }
}
@media screen and (width <= 767px) {
  .p-front-about__item {
    width: 80vw;
  }
}
.p-front-about__img img {
  border-radius: 10px;
}
.p-front-about__title {
  margin: 15px 0 10px;
  text-align: center;
  color: #22A5A8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
}
@media screen and (width <= 767px) {
  .p-front-about__title {
    font-size: 16px;
  }
}
.p-front-about__info {
  color: #22A5A8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.6px;
  border-top: 1px solid #22A5A8;
  border-bottom: 1px solid #22A5A8;
  background: #FFF;
  padding: 5px 0;
  text-align: center;
}
@media screen and (width <= 767px) {
  .p-front-about__info {
    font-size: 14px;
  }
}
.p-front-about__center {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #EEFBFB;
  width: 27vw;
}
@media screen and (max-width: 1300px) {
  .p-front-about__center {
    width: 35vw;
  }
}
@media screen and (width <= 959px) {
  .p-front-about__center {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    aspect-ratio: 2/1.2;
    margin: 0 auto;
  }
}
@media screen and (width <= 959px) and (width <= 767px) {
  .p-front-about__center {
    aspect-ratio: 2/2;
  }
}
.p-front-about__center svg {
  max-width: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  width: 180%;
}
@media screen and (width <= 959px) {
  .p-front-about__center svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-front-about__center p {
  color: #22A5A8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.6px;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 58%;
}
@media screen and (width <= 767px) {
  .p-front-about__center p {
    font-size: 14px;
    width: 67%;
  }
}

.p-front-column {
  margin-bottom: 120px;
}
@media screen and (width <= 767px) {
  .p-front-column {
    margin-bottom: 124px;
  }
}
.p-front-column__tabs-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 60px auto 40px;
  gap: 25px;
  border: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (width <= 959px) {
  .p-front-column__tabs-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    gap: 8px;
    margin: 30px auto;
  }
}
.p-front-column__tab {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 39px;
  color: rgba(17, 35, 36, 0.3);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 1.44px;
  border: none;
  border-radius: 4px;
  background: #E5EEEE;
  cursor: pointer;
  -webkit-transition: color 0.2s, background 0.2s, border-color 0.2s;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
  white-space: nowrap;
  text-align: center;
}
@media screen and (width <= 959px) {
  .p-front-column__tab {
    border-radius: 4px;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.p-front-column__tab.is-active {
  color: #fff;
  background: #58D8DB;
}
.p-front-column__tab:hover:not(.is-active) {
  color: #fff;
  background: #58D8DB;
}
.p-front-column__panels {
  position: relative;
}
.p-front-column__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 1s ease, visibility 0s linear 1s;
  transition: opacity 1s ease, visibility 0s linear 1s;
}
.p-front-column__panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 1s ease, visibility 0s;
  transition: opacity 1s ease, visibility 0s;
}
.p-front-column__panel-head {
  text-align: center;
  margin-bottom: 32px;
}
.p-front-column__panel-title {
  color: #22A5A8;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
@media screen and (width <= 767px) {
  .p-front-column__panel-title {
    font-size: 22px;
  }
}
.p-front-column__panel-title br {
  display: none;
}
@media screen and (width <= 767px) {
  .p-front-column__panel-title br {
    display: unset;
  }
}
.p-front-column__panel-desc {
  color: #7B7B7B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
@media screen and (width <= 767px) {
  .p-front-column__panel-desc {
    text-align: left;
  }
}
.p-front-column__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border-radius: 16px;
  background: #FBFBFB;
  padding: 35px;
}
@media screen and (width <= 959px) {
  .p-front-column__list {
    grid-template-columns: 1fr;
    padding: 24px 13px;
    gap: 24px;
  }
}
.p-front-column__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  text-decoration: none;
  color: inherit;
  border-radius: 6px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.p-front-column__item:hover .p-front-column__item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-front-column__item:hover .p-front-column__item-title {
  color: rgba(34, 165, 168, 0.6);
  border-bottom: 1px solid rgba(34, 165, 168, 0.6);
}
.p-front-column__item:hover .p-front-column__item-text {
  opacity: 0.6;
}
.p-front-column__item:hover .p-front-column__item-arrow::before {
  opacity: 1;
  z-index: 1;
}
@media screen and (width <= 959px) {
  .p-front-column__item {
    grid-template-columns: 1fr;
  }
}
.p-front-column__item-img {
  width: 100%;
  aspect-ratio: 6/4;
  overflow: hidden;
  border-radius: 8px;
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
@media screen and (width <= 959px) {
  .p-front-column__item-img {
    display: none;
  }
}
.p-front-column__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-column__item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-front-column__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  color: #22A5A8;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #22A5A8;
  padding-bottom: 10px;
}
@media screen and (width <= 959px) {
  .p-front-column__item-title {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 15px;
  }
}
.p-front-column__item-title img {
  display: none;
}
@media screen and (width <= 959px) {
  .p-front-column__item-title img {
    display: block;
    width: 90px;
    border-radius: 10px;
  }
}
.p-front-column__item-arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16.67%, #22A5A8), color-stop(173.61%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 16.67%, #58D8DB 173.61%);
  background: linear-gradient(90deg, #22A5A8 16.67%, #58D8DB 173.61%);
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (width <= 959px) {
  .p-front-column__item-arrow {
    margin-left: auto;
  }
}
.p-front-column__item-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(left, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(90deg, #58D8DB 0%, #22A5A8 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 0;
  border-radius: 5px;
}
.p-front-column__item-arrow svg {
  width: 9px;
  position: relative;
  z-index: 2;
}
.p-front-column__item-text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.p-front-column__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}
.p-front-column__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border: 1px solid #22A5A8;
  border-radius: 4px;
  color: #22A5A8;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.p-front-column__btn:hover {
  background: #22A5A8;
  color: #fff;
}
.p-front-column__btn:hover svg path {
  fill: #fff;
}
.p-front-column__tabs-select {
  display: none;
  text-align: center;
}
.p-front-column__select {
  width: 100%;
  max-width: 500px;
  padding: 10px 36px 10px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/common/chevron_left.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  border-radius: 4px;
  background-color: #58D8DB;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.28px;
  text-align: center;
  border: none;
  margin: 30px auto;
}
.p-front-column__select option {
  background: #fff;
}
@media screen and (width <= 959px) {
  .p-front-column__tabs-btn {
    display: none;
  }
  .p-front-column__tabs-select {
    display: block;
  }
}

.p-front-voice__body .swiper-slide a {
  pointer-events: none;
}

.p-front-voice__body .swiper-slide.swiper-slide-active a {
  pointer-events: auto;
}
.p-front-voice__body .swiper-slide.swiper-slide-active a:hover {
  opacity: 0.5;
}

.p-page .l-main {
  padding-top: 131px;
}
@media screen and (max-width: 1200px) {
  .p-page .l-main {
    padding-top: 101px;
  }
}
@media screen and (max-width: 1080px) {
  .p-page .l-main {
    padding-top: 94px;
  }
}
@media screen and (width <= 959px) {
  .p-page .l-main {
    padding-top: 70px;
  }
}
@media screen and (width <= 767px) {
  .p-page .l-main {
    padding-top: 51px;
  }
}
.p-page__content h2 {
  margin-top: 40px;
  padding: 0 0 15px;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 20px;
  border-bottom: 1px solid #1c87ce;
}
@media screen and (width <= 959px) {
  .p-page__content h2 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.p-page__content h3 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
  line-height: 1.5;
}
@media screen and (width <= 959px) {
  .p-page__content h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.p-page__content h3:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #1c87ce;
  border-radius: 50px;
  top: 12px;
  left: 0;
}
.p-page__content p {
  font-weight: 500;
}
.p-page__content strong {
  font-weight: bold;
}
.p-page__content p a {
  color: #2271b1;
  text-decoration: underline;
}
.p-page .g-font-title {
  margin-bottom: 80px;
}
@media screen and (width <= 767px) {
  .p-page .g-font-title {
    margin-bottom: 40px;
  }
}

/* ---- Service Page: 変数 ---- */
.sp-page {
  --sp-navy: #1c87ce;
  --sp-blue: #1c87ce;
  --sp-blue-lt:#e6f1fb;
  --sp-text: #1c1c1e;
  --sp-muted: #5f5e5a;
  --sp-border: rgba(0,0,0,0.12);
  --sp-bg: #f5f5f3;
  --sp-white: #ffffff;
  color: var(--sp-text);
  line-height: 1.7;
}

/* ---- ヒーロー ---- */
.sp-hero {
  background: var(--sp-navy);
  color: #fff;
  padding: 56px 40px 48px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 40px;
}

.sp-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.sp-hero__tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #7ac4f5;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}

.sp-hero__title {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 14px;
}

.sp-hero__sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  max-width: 540px;
  line-height: 1.9;
}

/* ---- セクション見出し ---- */
.sp-section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.sp-section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: var(--sp-blue);
  border-radius: 2px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* ---- リードテキスト ---- */
.sp-lead {
  font-size: 17px;
  color: var(--sp-muted);
  line-height: 1.9;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--sp-border);
}

/* ---- 画像プレースホルダー ---- */
.sp-img-placeholder {
  width: 100%;
  height: 220px;
  background: #d5e5f3;
  border-radius: 10px;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--sp-blue);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* 実際の画像を使う場合: */
/* .sp-img-placeholder img { width:100%; height:100%; object-fit:cover; border-radius:10px; display:block; } */
/* ---- 本文テキスト ---- */
.sp-prose {
  margin-bottom: 40px;
}

.sp-prose p {
  font-size: 16px;
  color: var(--sp-muted);
  line-height: 1.9;
  margin-bottom: 12px;
}

.sp-prose strong {
  color: var(--sp-text);
  font-weight: 700;
}

/* ============================================================
   ★ タブ切り替え ブロック（オリジナルカスタムブロック相当）
   ============================================================ */
.sp-tabs {
  margin: 0 0 44px;
}

.sp-tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid var(--sp-border);
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.sp-tabs__nav::-webkit-scrollbar {
  display: none;
}

.sp-tabs__btn {
  padding: 11px 22px;
  font-size: 15px;
  font-weight: 500;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  color: var(--sp-muted);
  white-space: nowrap;
  font-family: inherit;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}

.sp-tabs__btn:hover {
  color: var(--sp-text);
}

.sp-tabs__btn.is-active {
  color: var(--sp-blue);
  border-bottom-color: var(--sp-blue);
}

.sp-tabs__panel {
  padding: 28px 0;
  display: none;
}

.sp-tabs__panel.is-active {
  display: block;
}

/* --- 機能グリッド --- */
.sp-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}

.sp-feature-card {
  background: var(--sp-white);
  border: 1px solid var(--sp-border);
  border-radius: 10px;
  padding: 20px 16px;
}

.sp-feature-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--sp-blue-lt);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}

.sp-feature-card__icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--sp-blue);
  fill: none;
  stroke-width: 1.8;
}

.sp-feature-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 6px;
}

.sp-feature-card h3:before {
  top: 10px;
}

.sp-feature-card p {
  font-size: 14px;
  color: var(--sp-muted);
  line-height: 1.7;
}

/* --- 料金プラン --- */
.sp-plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.sp-plan-item {
  background: var(--sp-white);
  border: 1px solid var(--sp-border);
  border-radius: 10px;
  padding: 16px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.sp-plan-item--featured {
  border: 2px solid var(--sp-blue);
}

.sp-plan-name {
  font-size: 14px;
  font-weight: 700;
}

.sp-plan-desc {
  font-size: 12px;
  color: var(--sp-muted);
  margin-top: 2px;
}

.sp-plan-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sp-plan-badge {
  font-size: 12px;
  background: var(--sp-blue-lt);
  color: var(--sp-blue);
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}

.sp-plan-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--sp-blue);
  white-space: nowrap;
}

.sp-plan-price span {
  font-size: 12px;
  color: var(--sp-muted);
  font-weight: 400;
}

/* --- 導入フロー --- */
.sp-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.sp-flow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.sp-flow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-flow-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--sp-navy);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.sp-flow-line {
  width: 1px;
  background: var(--sp-border);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 4px 0;
  min-height: 24px;
}

.sp-flow-item:last-child .sp-flow-line {
  display: none;
}

.sp-flow-body {
  padding: 4px 0 28px;
}

.sp-flow-body h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.sp-flow-body p {
  font-size: 14px;
  color: var(--sp-muted);
  line-height: 1.7;
}

/* --- FAQ テーブル --- */
.sp-faq-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.sp-faq-table th {
  text-align: left;
  padding: 12px 16px;
  background: var(--sp-bg);
  font-weight: 600;
  font-size: 14px;
  color: var(--sp-muted);
  border: 1px solid var(--sp-border);
}

.sp-faq-table td {
  padding: 12px 16px;
  border: 1px solid var(--sp-border);
  color: var(--sp-text);
  vertical-align: top;
}

.sp-faq-table tr:nth-child(even) td {
  background: var(--sp-bg);
}

/* ---- CTA ---- */
.sp-cta {
  background: var(--sp-navy);
  border-radius: 12px;
  padding: 40px 32px;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

.sp-cta h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.sp-cta p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.9;
}

.sp-cta__btn {
  display: inline-block;
  background: #fff;
  color: var(--sp-navy);
  padding: 13px 36px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  border: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.sp-cta__btn:hover {
  opacity: 0.85;
}

.p-company-overview {
  margin-bottom: 124px;
  margin-top: 120px;
}
@media screen and (width <= 767px) {
  .p-company-overview {
    margin-top: 80px;
    margin-bottom: 56px;
  }
}
.p-company-overview .p-list__item-dl {
  max-width: 900px;
  margin: 0 auto;
}
.p-company-overview .p-list__item-dl-row {
  grid-template-columns: 200px 1fr;
  padding: 15px 0;
}
.p-company-overview .p-list__item-dl-row dt {
  width: 200px;
}
@media screen and (width <= 767px) {
  .p-company-overview .p-list__item-dl-row {
    grid-template-columns: 1fr;
    padding: 15px 0;
    gap: 10px;
  }
  .p-company-overview .p-list__item-dl-row:nth-child(n+4) {
    display: grid;
  }
}

.p-detail__gmap-btn {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  padding: 4px 14px 4px 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  border-bottom: 1px solid var(--rec-22-a-5-a-8, #22A5A8);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.p-detail__gmap-btn:hover {
  opacity: 0.5;
}
@media screen and (width <= 767px) {
  .p-detail__gmap-btn {
    font-size: 14px;
  }
}

.p-company-location {
  margin-bottom: 124px;
}
@media screen and (width <= 767px) {
  .p-company-location {
    margin-bottom: 56px;
  }
}
.p-company-location .p-front-support__service-body {
  gap: 6px;
  margin: 0;
}
.p-company-location .p-detail__gmap-btn {
  margin-top: 3px;
  margin-bottom: 14px;
}
.p-company-location .p-front-support__service-text a {
  text-decoration: underline;
}
.p-company-location .p-front-support__service-text a:hover {
  opacity: 0.5;
}
@media screen and (width <= 959px) {
  .p-company-location .p-front-support__service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (width <= 767px) {
  .p-company-location .p-front-support__service-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.company-page .p-front-other {
  margin-top: 100px;
}
@media screen and (width <= 767px) {
  .company-page .p-front-other {
    margin-top: 50px;
  }
}

.p-page-search__form .p-front-search__koyou {
  margin-top: 45px;
}
@media screen and (width <= 767px) {
  .p-page-search__form .p-front-search__koyou {
    margin-top: 32px;
  }
}

@media screen and (width <= 767px) {
  .p-service__koyou {
    margin-bottom: 100px !important;
  }
  .p-service__koyou .p-front-search__koyou {
    margin-bottom: 32px;
  }
}
@media screen and (width <= 767px) {
  .p-service__flow {
    margin-bottom: 100px !important;
  }
  .service-page .c-parts-faq {
    margin-bottom: 75px;
  }
}
.p-page-list__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (width <= 767px) {
  .p-page-list__main {
    margin-bottom: 0;
  }
}
.p-page-list__main .p-front-search__koyou {
  width: 100%;
  max-width: 288px;
  padding: 20px 13px;
}
.p-page-list__main .p-front-search__form-title {
  font-size: 15px;
  padding: 7px 0;
  gap: 14px;
  margin-bottom: 16px;
}
.p-page-list__main .p-front-search__form-title span {
  font-size: 12px;
}
.p-page-list__main .p-front-search__form-item .p-front-fv__form-tab {
  gap: 8px;
}
.p-page-list__main .p-front-search__form-item .p-front-fv__form-tab div {
  padding: 9px 35px;
  font-size: 13px;
}
.p-page-list__main .p-front-fv__form-line.normal.-search {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-page-list__main .p-front-fv__form-line.normal.-search .ts-wrapper {
  width: 100%;
}
.p-page-list__main .p-front-fv__form-line.normal.-search .ts-wrapper.single .ts-control input {
  padding: 18px 8px !important;
  font-size: 13px;
}
.p-page-list__main .p-front-fv__form-line.normal.-search .search .item {
  padding: 18px 8px !important;
  font-size: 13px;
}
.p-page-list__main .p-search-detail__list {
  gap: 10px;
}
.p-page-list__main .p-search-detail__checkbox {
  width: calc(50% - 5px);
  padding: 17px 8px;
  gap: 8px;
  font-size: 13px;
}
.p-page-list__main .p-search-detail__checkbox-box {
  width: 13px;
  height: 13px;
}
.p-page-list__main .p-search-detail__checkbox-box::after {
  width: 7px;
  height: 4px;
}
.p-page-list__main .p-search-detail__checkbox-text {
  font-size: 13px;
}
.p-page-list__main .p-search-detail__salary-wrap {
  padding: 24px 17px;
}
.p-page-list__main .p-search-detail__salary-type {
  font-size: 15px;
}
.p-page-list__main .p-search-detail__radio-circle {
  width: 15px;
  height: 15px;
}
.p-page-list__main .p-search-detail__radio-circle::after {
  width: 8.5px;
  height: 8.5px;
}
.p-page-list__main .p-search-detail__radio-text {
  font-size: 13px;
}
.p-page-list__main .p-search-detail__radio {
  width: calc(50% - 5px);
}
.p-page-list__main .p-search-detail__checkbox-text {
  line-height: 120%;
  white-space: normal;
}
.p-page-list__main .l-cta-entry {
  width: 100%;
}

.p-page-list__content {
  width: calc(100% - 368px);
}
@media screen and (max-width: 1100px) {
  .p-page-list__content {
    width: calc(100% - 318px);
  }
}
@media screen and (width <= 959px) {
  .p-page-list__content {
    width: 100%;
  }
}

.p-list__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 24px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-list__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
  }
}
.p-list__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.4px;
}
@media screen and (width <= 767px) {
  .p-list__count {
    font-size: 12px;
  }
}
.p-list__count strong {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.24px;
  position: relative;
  top: -1px;
  color: #22A5A8;
  margin-right: 2px;
}
@media screen and (width <= 767px) {
  .p-list__count strong {
    font-size: 23px;
  }
}
.p-list__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.p-list__sort-label {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.05px;
}
@media screen and (width <= 767px) {
  .p-list__sort-label {
    font-size: 13px;
  }
}
.p-list__sort-select {
  padding: 9px;
  padding-right: 12px;
  text-align: center;
  width: 136px;
  border-radius: 4px;
  border: 1px solid #22A5A8;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.05px;
  background: #fff url(../images/common/input-arrow.svg) no-repeat right 10px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (width <= 767px) {
  .p-list__sort-select {
    padding: 6px;
    font-size: 13px;
  }
}
.p-list__items {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 40px;
}
@media screen and (width <= 767px) {
  .p-list__items {
    gap: 32px;
  }
}
.p-list__item {
  border-radius: 8px 8px 16px 16px;
  background: #FFF;
  border: 2px solid #58D8DB;
  border-top: 7px solid #58D8DB;
  padding: 14px 38px 24px;
}
@media screen and (max-width: 1100px) {
  .p-list__item {
    padding: 14px 15px 24px;
  }
}
.p-list__item-date {
  color: var(--rec, #7B7B7B);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  display: block;
  margin-bottom: 4px;
}
@media screen and (width <= 767px) {
  .p-list__item-date {
    font-size: 11px;
  }
}
.p-list__item-title {
  padding: 0;
  margin: 7px 0 15px;
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 2.2px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (width <= 767px) {
  .p-list__item-title {
    font-size: 14px;
  }
}
.p-list__item-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 0 8px;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .p-list__item-categories {
    margin: 15px 0 12px;
  }
}
.p-list__item-category {
  color: #22A5A8;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.5px;
  border-radius: 4px;
  border: 1px solid #22A5A8;
  background: #FBFBFB;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 8px 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (width <= 767px) {
  .p-list__item-category {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.p-list__item-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  padding: 0 0 16px;
  border-bottom: 1px solid rgba(34, 165, 168, 0.3);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .p-list__item-tags {
    border: none;
  }
}
@media screen and (width <= 767px) {
  .p-list__item-tags {
    padding: 0;
  }
}
.p-list__item-tags-label {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-family: "Zen Kaku Gothic New";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.05px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 3px;
  background: #EEFBFB;
}
@media screen and (width <= 767px) {
  .p-list__item-tags-label {
    font-size: 12px;
    padding: 4px 10px;
  }
}
.p-list__item-tags-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1100px) {
  .p-list__item-tags-list {
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid rgba(34, 165, 168, 0.3);
  }
}
.p-list__item-tag {
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #D2D2D2;
  background: #fff;
}
@media screen and (width <= 767px) {
  .p-list__item-tag {
    font-size: 12px;
  }
}
.p-list__item-body {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 40px;
  border: none;
  gap: 42px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1100px) {
  .p-list__item-body {
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}
.p-list__item-info {
  padding: 0;
  border: none;
}
.p-list__item-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  margin-bottom: 20px;
}
.p-list__item-dl.open .p-list__item-dl-row:nth-child(n+4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-list__item-dl-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0;
  border-bottom: 1px solid #D2D2D2;
  padding: 5.5px 0;
  min-height: 51px;
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 767px) {
  .p-list__item-dl-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-list__item-dl-row:nth-child(n+4) {
    display: none;
  }
  .p-list__item-dl-row.open {
    display: grid;
  }
}
.p-list__item-dl-row:first-child {
  border-top: 1px solid #D2D2D2;
}
.p-list__item-dl-row dt {
  color: #22A5A8;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  padding-right: 32px;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100px;
}
@media screen and (width <= 767px) {
  .p-list__item-dl-row dt {
    font-size: 14px;
    padding-right: 15px;
  }
}
.p-list__item-dl-row dd {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.4px;
}
.p-list__item-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  .p-list__item-side {
    display: none;
  }
}
.p-list__item-point {
  border-radius: 8px;
  background: #FBFBFB;
  padding: 18px 29px 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-list__item-point-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  border-radius: 4px;
  background: #22A5A8;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.6px;
  padding: 2px 25px;
  margin-bottom: -16px;
}
.p-list__item-point-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
  border-top: 1px dashed var(--rec-22-a-5-a-8, #22A5A8);
  border-bottom: 1px dashed var(--rec-22-a-5-a-8, #22A5A8);
  padding: 33px 0 16px;
}
.p-list__item-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-list__item-actions > div {
  width: 100%;
}
.p-list__item-actions > div .p-list__item-btn {
  width: 100%;
  margin-bottom: 7px;
}
.p-list__item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 22px) / 2);
  padding: 8px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-list__item-btn.-save {
  border: 1.5px solid #FE5B7C;
  background: #fff;
  color: #FE5B7C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.26px;
  width: 152px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-list__item-btn.-save span {
  color: #FE5B7C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.26px;
}
.p-list__item-btn.-save:hover {
  background: #FEEFF2;
}
.p-list__item-btn.-save.is-saved {
  background: #FEEFF2;
}
@media screen and (width <= 767px) {
  .p-list__item-btn.-save {
    width: 120px;
    font-size: 14px;
    gap: 8px;
  }
  .p-list__item-btn.-save span {
    font-size: 14px;
  }
  .p-list__item-btn.-save svg {
    width: 22px;
  }
}
@media screen and (max-width: 374px) {
  .p-list__item-btn.-save {
    width: 100%;
  }
}
.p-list__item-btn.-contact {
  width: calc(100% - 164px);
  border-radius: 8px;
  border: 1.5px solid var(--rec-22-a-5-a-8, #22A5A8);
  background: #fff;
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.26px;
}
.p-list__item-btn.-contact:hover {
  background: #EEFBFB;
}
@media screen and (width <= 767px) {
  .p-list__item-btn.-contact {
    width: calc(100% - 134px);
    font-size: 14px;
    gap: 8px;
  }
  .p-list__item-btn.-contact svg {
    width: 22px;
  }
}
@media screen and (max-width: 374px) {
  .p-list__item-btn.-contact {
    width: 100%;
  }
}
.p-list__item-btn.-apply {
  border: none;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(right, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(270deg, #58D8DB 0%, #22A5A8 100%);
}
@media screen and (width <= 767px) {
  .p-list__item-btn.-apply {
    gap: 8px;
    margin-bottom: 15px !important;
  }
}
.p-list__item-btn.-apply svg {
  z-index: 2;
}
@media screen and (width <= 767px) {
  .p-list__item-btn.-apply svg {
    width: 22px;
  }
}
.p-list__item-btn.-apply span {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
  letter-spacing: 1.26px;
}
@media screen and (width <= 767px) {
  .p-list__item-btn.-apply span {
    font-size: 14px;
  }
}
.p-list__item-btn.-apply::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(left, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(90deg, #58D8DB 0%, #22A5A8 100%);
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  z-index: 0;
  border-radius: 8px;
}
.p-list__item-btn.-apply:hover::after {
  opacity: 1;
  z-index: 1;
}
.p-list__item-note {
  color: #7B7B7B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-list__item-footer {
  margin-top: 28px;
  padding: 0;
}
@media screen and (width <= 767px) {
  .p-list__item-footer {
    margin-top: 14px;
  }
}
.p-list__item-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px 0;
  width: 100%;
  border-radius: 999px;
  border: 1px solid var(--rec-22-a-5-a-8, #22A5A8);
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  position: relative;
}
@media screen and (width <= 767px) {
  .p-list__item-more {
    font-size: 14px;
    padding: 8px 0;
  }
}
.p-list__item-more svg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-list__item-more:hover {
  background: #22A5A8;
  color: #fff;
}
.p-list__item-more:hover path {
  fill: #fff;
}
.p-list__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  margin-top: 55px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 64px;
}
@media screen and (width <= 767px) {
  .p-list__pagination {
    margin-top: 25px;
    margin-bottom: 48px;
    gap: 8.8px;
  }
}
.p-list__pagination-prev, .p-list__pagination-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  background: -webkit-gradient(linear, left top, right top, color-stop(16.67%, #22A5A8), color-stop(173.61%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 16.67%, #58D8DB 173.61%);
  background: linear-gradient(90deg, #22A5A8 16.67%, #58D8DB 173.61%);
  position: relative;
}
@media screen and (width <= 767px) {
  .p-list__pagination-prev, .p-list__pagination-next {
    width: 33px;
    height: 33px;
  }
}
.p-list__pagination-prev:hover::before, .p-list__pagination-next:hover::before {
  opacity: 1;
  z-index: 1;
}
.p-list__pagination-prev::before, .p-list__pagination-next::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(left, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(90deg, #58D8DB 0%, #22A5A8 100%);
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  z-index: 0;
  border-radius: 5px;
}
.p-list__pagination-prev:hover:not(.is-disabled), .p-list__pagination-next:hover:not(.is-disabled) {
  border-color: #22A5A8;
}
.p-list__pagination-prev.is-disabled, .p-list__pagination-next.is-disabled {
  background: #ccc;
  cursor: default;
  pointer-events: none;
  opacity: 1;
}
.p-list__pagination-prev svg, .p-list__pagination-next svg {
  z-index: 2;
  position: relative;
}
@media screen and (width <= 767px) {
  .p-list__pagination-prev svg, .p-list__pagination-next svg {
    width: 7.5px;
  }
}
.p-list__pagination-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.8px;
  text-decoration: none;
  border: 1px solid var(--rec-2, #D2D2D2);
}
@media screen and (width <= 767px) {
  .p-list__pagination-num {
    width: 33px;
    height: 33px;
    font-size: 12.5px;
  }
}
.p-list__pagination-num:hover:not(.is-active) {
  border-color: #22A5A8;
  color: #22A5A8;
}
.p-list__pagination-num.is-active {
  border-color: #22A5A8;
  color: #22A5A8;
  pointer-events: none;
}
.p-list__pagination-ellipsis {
  font-size: 13px;
  color: #999;
  padding: 0 4px;
}

.p-page-list__main .p-front-fv__form-entry {
  position: -webkit-sticky;
  position: sticky;
  bottom: 15px;
  margin-top: 20px;
}

.p-list__sp {
  display: none;
  margin-bottom: 20px;
}
@media screen and (width <= 959px) {
  .p-list__sp {
    display: block;
  }
}
.p-list__sp-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.4px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (width <= 767px) {
  .p-list__sp-title {
    font-size: 14px;
  }
}
.p-list__sp-result {
  border-radius: 8px;
  border: 1px solid var(--rec, #58D8DB);
  background: #EEFBFB;
  padding: 7px 16px;
}
.p-list__sp-result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--rec-2, #D2D2D2);
  margin-bottom: 7px;
}
.p-list__sp-result-head {
  color: #22A5A8;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.p-list__sp-result-text {
  color: var(--rec, #7B7B7B);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.84px;
}
.p-list__sp .p-list__item-btn.-apply {
  margin: 16px auto 0;
  max-width: 320px;
  width: 100%;
}

.modal-close {
  display: none;
}

.p-front-search__stickys.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  height: 100vh;
  width: 100%;
  z-index: 333333;
}
.p-front-search__stickys.modal .p-front-search__sticky {
  height: 100vh;
  width: 100%;
  max-width: none;
}

.p-front-search__stickys.modal .p-front-search__koyou {
  display: block;
  max-width: none;
  background: #fff;
  border: none;
  height: 100vh;
  overflow-y: scroll;
  padding: 0;
  border-radius: 0;
}
.p-front-search__stickys.modal .p-front-search__koyou .p-front-search__form {
  border-radius: 8px;
  border: 1px solid #58D8DB;
  background: #EEFBFB;
  width: 95%;
  margin: 20px auto 10px;
  padding: 38px 13px;
}
.p-front-search__stickys.modal .p-front-search__koyou .modal-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  background: var(--rec-22-a-5-a-8, #22A5A8);
  width: 100%;
  border: none;
  line-height: 150%; /* 22.5px */
}

.p-list__other {
  margin-top: 120px;
}
@media screen and (width <= 767px) {
  .p-list__other {
    margin-top: 64px;
  }
}
.p-list__other-item {
  margin-top: 40px;
}
@media screen and (width <= 767px) {
  .p-list__other-item {
    margin-top: 32px;
  }
}
.p-list__other-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 13px;
  margin-top: 20px;
}
@media screen and (width <= 767px) {
  .p-list__other-nav {
    margin-top: 16px;
  }
}
.p-list__other-nav a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  cursor: pointer;
}
@media screen and (width <= 767px) {
  .p-list__other-nav a {
    font-size: 13px;
  }
}
.p-list__other-nav a:hover {
  border: 1px solid #22A5A8;
  color: #22A5A8;
}

.p-front-search__stickys {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  height: calc(100vh - 100px);
}
@media screen and (width <= 959px) {
  .p-front-search__stickys {
    display: none;
  }
}
.p-front-search__stickys .c-btn-research {
  position: -webkit-sticky;
  position: sticky;
  bottom: -55px;
  width: calc(100% - 26px);
  margin: auto;
  -webkit-transform: translateY(-65px);
          transform: translateY(-65px);
}
.p-front-search__stickys .p-front-search__koyou {
  margin-bottom: 5px;
  padding-bottom: 60px;
}

.p-front-search__sticky {
  width: 100%;
  max-width: 288px;
  height: calc(100vh - 120px);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-front-search__sticky::-webkit-scrollbar {
  display: none;
}

.p-list__info {
  margin-top: 80px;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .p-list__info {
    margin-top: 24px;
  }
}
.p-list__info-content {
  border-radius: 16px;
  border: 1px solid var(--rec, #58D8DB);
  margin-top: 20px;
  padding: 30px 50px;
}
@media screen and (width <= 959px) {
  .p-list__info-content {
    padding: 30px 40px;
  }
}
@media screen and (width <= 767px) {
  .p-list__info-content {
    padding: 30px 23px;
    padding: 20px 10px;
  }
}
.p-list__info-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  margin-bottom: 19px;
}
@media screen and (width <= 767px) {
  .p-list__info-text {
    font-size: 14px;
  }
}
.p-list__info-texts {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
}
.p-list__info-head {
  color: #22A5A8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 35px */
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
@media screen and (width <= 767px) {
  .p-list__info-head {
    font-size: 16px;
  }
}
.p-list__info-head:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 3px;
  background: var(--rec, #58D8DB);
  left: 0;
  top: 11px;
}
@media screen and (width <= 767px) {
  .p-list__info-head:before {
    top: 9px;
  }
}
.p-list__info-item {
  margin-top: 40px;
}
@media screen and (width <= 767px) {
  .p-list__info-item {
    margin-top: 32px;
  }
}
.p-list__info-city {
  margin-bottom: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-text-decoration-color: #D2D2D2;
          text-decoration-color: #D2D2D2;
  display: block;
}
.p-list__info-city:hover {
  opacity: 0.5;
}
.p-list__info-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-list__info-number-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 22px;
  width: calc(57% - 11px);
}
@media screen and (max-width: 1300px) {
  .p-list__info-number-left {
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .p-list__info-number-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-list__info-number-box {
  width: calc(50% - 11px);
  padding: 16px 16px 35px;
  border-radius: 6px;
  border: 1px solid var(--rec-2, #D2D2D2);
  position: relative;
}
@media screen and (width <= 767px) {
  .p-list__info-number-box {
    width: 100%;
    padding: 13px 17px 45px;
  }
}
.p-list__info-number-box.-sex {
  padding-bottom: 5px;
}
.p-list__info-number-box > span:before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: auto;
  background-image: url("../images/list/building.png");
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  aspect-ratio: 375/158;
}
.p-list__info-number-box > span.human:before {
  background-image: url("../images/list/human.png");
  aspect-ratio: 375/60;
}
.p-list__info-number-box > span.money:before {
  background-image: url("../images/list/money.png");
  aspect-ratio: 375/60;
}
.p-list__info-number .p-list__info-head {
  line-height: 1.5;
  height: 3em;
  margin-bottom: 5px;
}
.p-list__info-number-sum {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-family: Poppins;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  .p-list__info-number-sum {
    font-size: 45px;
  }
}
@media screen and (width <= 767px) {
  .p-list__info-number-sum {
    font-size: 54px;
  }
}
.p-list__info-number-sum span {
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  color: var(--rec-22-a-5-a-8, #22A5A8);
}
.p-list__info-number-average {
  color: var(--rec, #7B7B7B);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  text-align: center;
  margin-top: 7.5px;
  position: relative;
  z-index: 1;
}
.p-list__info-number-sex {
  text-align: center;
}
.p-list__info-number-sex p {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.p-list__info-number-right {
  width: calc(43% - 11px);
}
@media screen and (max-width: 1300px) {
  .p-list__info-number-right {
    width: 100%;
  }
}
.p-list__info-number-right .p-list__info-number-box {
  width: 100%;
}
.p-list__info-number-koyou-num {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 88%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1450px) {
  .p-list__info-number-koyou-num {
    font-size: 16px;
  }
}
@media screen and (width <= 767px) {
  .p-list__info-number-koyou-num {
    font-size: 14px;
  }
}
.p-list__info-number-koyou-num span {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1450px) {
  .p-list__info-number-koyou-num span {
    font-size: 30px;
  }
}
.p-list__info-number-koyou-num span span {
  font-size: 18px;
  margin-left: 7.5px;
}
@media screen and (max-width: 1450px) {
  .p-list__info-number-koyou-num span span {
    font-size: 16px;
  }
}
@media screen and (width <= 767px) {
  .p-list__info-number-koyou-num span span {
    font-size: 14px;
  }
}
.p-list__info-number-koyou-sum {
  border-top: 1px solid var(--rec-22-a-5-a-8, #22A5A8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px 6% 0;
}
.p-list__info-number-koyou-sum span {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-family: Poppins;
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.p-list__info-ratio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-list__info-ratio .p-list__info-number-sum {
  font-size: 45px;
}
@media screen and (max-width: 1450px) {
  .p-list__info-ratio .p-list__info-number-sum {
    font-size: 31px;
  }
}
@media screen and (width <= 767px) {
  .p-list__info-ratio .p-list__info-number-sum {
    font-size: 45px;
  }
}
.p-list__info-textarea {
  margin-top: 20px;
  padding: 22px 25px 22px 26px;
  border-radius: 8px;
  background: #FBFBFB;
}
@media screen and (width <= 767px) {
  .p-list__info-textarea {
    display: none;
  }
}

.p-list__info-swiper {
  overflow: hidden;
}

.p-list__info-item .p-front-salary__progress-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-list__info-item .p-front-salary__arrow {
  position: relative;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
  left: unset;
  right: unset;
  width: 38px;
  height: 38px;
}
.p-list__info-item .p-front-salary__progress-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}

@media screen and (max-width: 1330px) {
  .p-page-list__content .l-cta-entry {
    gap: 40px;
    padding: 20px 30px 0;
  }
  .p-page-list__content .l-cta-entry img {
    width: 250px;
  }
  .p-page-list__content .l-cta-entry__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-page-list__content .l-cta-entry__btn {
    padding: 20px 30px;
  }
  .p-page-list__content .l-cta-entry__btn p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1150px) {
  .p-page-list__content .l-cta-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 25px;
    gap: 24px;
  }
}
@media screen and (width <= 959px) {
  .p-page-list__content .l-cta-entry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 0;
    gap: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (width <= 767px) {
  .p-page-list__content .l-cta-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 25px;
    gap: 24px;
  }
  .p-page-list__content .l-cta-entry__btn {
    padding: 15px 5px;
  }
  .p-page-list__content .l-cta-entry__btn p {
    font-size: 16px;
  }
}

.p-page-list__content .p-front-pref {
  padding: 0;
}
.p-page-list__content .p-front-pref__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (width <= 767px) {
  .p-page-list__content .p-front-pref__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-page-list__content .l-section__inner {
  padding: 0;
}

.fade-fixed.-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10%;
  gap: 16px;
  z-index: 5;
}
@media screen and (width <= 767px) {
  .fade-fixed.-list {
    padding: 6px 10px;
    gap: 4px;
  }
}
.fade-fixed.-list .l-nav__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 48px) / 4);
}
@media screen and (width <= 767px) {
  .fade-fixed.-list .l-nav__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: calc((100% - 12px) / 4);
  }
}
.fade-fixed.-list .l-nav__text {
  font-size: 16px;
}
@media screen and (width <= 767px) {
  .fade-fixed.-list .l-nav__text {
    font-size: 11px;
  }
}

.fade-fixed.is-show.-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.check.p-front-salary {
  margin: 80px 0;
}
@media screen and (width <= 767px) {
  .check.p-front-salary {
    margin: 50px 0;
  }
}
.check.p-front-salary .g-font-heading {
  margin-bottom: 25px;
}

.l-page-title.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width <= 959px) {
  .l-page-title.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-page-title.flex h1.small {
    margin-bottom: 30px;
  }
}
@media screen and (width <= 767px) {
  .l-page-title.flex h1.small {
    margin-bottom: 19px;
  }
}
.l-page-title.flex .l-page-title__text {
  width: calc(100% - 368px);
  padding-left: 21px;
  position: relative;
}
@media screen and (width <= 959px) {
  .l-page-title.flex .l-page-title__text {
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .l-page-title.flex .l-page-title__text {
    margin-bottom: 27px;
  }
}
.l-page-title.flex .l-page-title__text:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: var(--rec, #58D8DB);
  top: 8px;
  left: 0;
}
@media screen and (width <= 767px) {
  .l-page-title.flex .l-page-title__text:before {
    top: 6px;
  }
}

.sp-btn.sp-none {
  display: flex;
}
.sp-btn {
  display: none;
}

  .c-btn-research.sp-none {
    display: none;
  }
  .sp-btn.sp-none {
    position: -webkit-sticky;
    position: sticky;
    bottom: -55px;
    width: 100%;
    margin: auto;
    -webkit-transform: translateY(-72px);
            transform: translateY(-72px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 5px 2.5%;
    background: rgba(210, 210, 210, 0.49);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    gap: 9px;
    z-index: 1;
  }
  .sp-btn .sp-reset {
    display: block;
    border-radius: 4px;
    border: 1px solid #626262;
    background: #FFF;
    color: var(--rec, #112324);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding: 6px 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
  }
  .sp-btn .sp-reset:before {
    position: absolute;
    content: url("../images/common/reset.svg");
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sp-btn .c-btn-research {
    position: relative;
    bottom: unset;
    -webkit-transform: unset;
            transform: unset;
    width: auto;
    width: 100%;
  }
  .sp-btn .c-btn-research > span {
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    line-height: 1;
  }
  .sp-btn .c-btn-research > span:before {
    position: relative;
    content: url("../images/common/search.svg");
    margin-right: 7.5px;
    top: 1px;
  }
  .sp-btn .c-btn-research > span span {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }
  .sp-btn.sp-none .sp-reset {
    padding: 6px 8px;
 }
  .sp-btn.sp-none .c-btn-research > span span {
      font-size: 13px;
  }
  .sp-btn.sp-none .c-btn-research > span:before {
      margin-right: 4px;
  }
  .sp-btn.sp-none .c-btn-research > span {
    font-size: 13px;
}
/*@media screen and (width <= 959px) {
  .sp-btn.sp-none {
    display: none;
  }
  .sp-btn {
    display: flex;
  }
}*/
@media screen and (width <= 959px) {
  .l-nav__link.pc-only {
    display: none;
  }
}

.l-nav__link.pc-none {
  display: none;
}
@media screen and (width <= 959px) {
  .l-nav__link.pc-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p-detail .p-list__item {
  margin-bottom: 42px;
}
@media screen and (width <= 767px) {
  .p-detail .p-list__item {
    margin-bottom: 32px;
    padding: 10px 10px 24px;
  }
}
.p-detail__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}
.p-detail__tag {
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 20px;
  background: #e8f8f8;
  color: #22A5A8;
  border: 1px solid #22A5A8;
}
.p-detail__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 33px */
  letter-spacing: 1.54px;
  margin-bottom: 32px;
}
@media screen and (width <= 767px) {
  .p-detail__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.p-detail__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-detail__meta-date, .p-detail__meta-tel {
  color: #7B7B7B;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
.p-detail__summary {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .p-detail__summary {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.p-detail__summary dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 767px) {
  .p-detail__summary dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
@media screen and (width <= 767px) {
  .p-detail .p-list__item-tags {
    border-bottom: 1px solid rgba(34, 165, 168, 0.3);
    padding-bottom: 10px;
    gap: 5px;
  }
}
@media screen and (width <= 767px) {
  .p-detail .p-list__item-tags-list {
    border: none;
  }
}
.p-detail__summary-dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  border-top: 1px solid #e8e8e8;
}
.p-detail__summary-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.7;
}
.p-detail__summary-row dt {
  color: #22A5A8;
  font-weight: 600;
  white-space: nowrap;
}
.p-detail__summary-row dd {
  color: #333;
}
.p-detail__map-btn {
  display: inline-block;
  margin-left: 8px;
  font-size: 11px;
  padding: 2px 10px;
  border: 1px solid #22A5A8;
  border-radius: 20px;
  background: #22A5A8;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (width <= 767px) {
  .p-detail__map-btn {
    margin: 0;
  }
}
.p-detail__map-btn:hover {
  background: #fff;
  color: #22A5A8;
}
.p-detail__summary-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-detail__summary-actions .p-list__item-btn {
  width: 100%;
}
.p-detail__summary-actions .p-list__item-note {
  margin-top: 5px;
}
.p-detail__actions-note {
  font-size: 11px;
  color: #999;
  line-height: 1.7;
}
.p-detail__message {
  border-radius: 8px;
  background: #FBFBFB;
  padding: 30px 18px;
  margin-top: 40px;
}
.p-detail__message-title {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.6px;
  border-radius: 4px;
  background: #22A5A8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 2px 29px;
  margin-bottom: -16.5px;
}
@media screen and (width <= 767px) {
  .p-detail__message-title {
    font-size: 14px;
    padding: 4px 7px;
  }
}
.p-detail__message-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.4px;
  border-top: 1px dashed var(--rec-22-a-5-a-8, #22A5A8);
  border-bottom: 1px dashed var(--rec-22-a-5-a-8, #22A5A8);
  padding: 33px 0 20px;
}
.p-detail__section {
  border-radius: 8px;
  background: #FBFBFB;
  padding: 30px 28px 30px 29px;
  margin-top: 60px;
}
@media screen and (width <= 767px) {
  .p-detail__section {
    margin-top: 30px;
    padding: 30px 10px;
  }
}
.p-detail__section.place {
  margin-top: 40px;
}
.p-detail__section .p-list__item-dl-row {
  grid-template-columns: 196px 1fr;
}
@media screen and (width <= 767px) {
  .p-detail__section .p-list__item-dl-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-detail__section dt {
  width: 196px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-detail__section-title {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 17px;
}
@media screen and (width <= 767px) {
  .p-detail__section-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.p-detail__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-detail__dl-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0;
  border-bottom: 1px solid #f0f0f0;
}
.p-detail__dl-row:last-child {
  border-bottom: none;
}
@media (max-width: 600px) {
  .p-detail__dl-row {
    grid-template-columns: 1fr;
  }
}
.p-detail__dl-row dt {
  font-size: 13px;
  font-weight: 600;
  color: #22A5A8;
  padding: 14px 24px;
  background: #fafafa;
  border-right: 1px solid #f0f0f0;
}
@media (max-width: 600px) {
  .p-detail__dl-row dt {
    padding: 12px 16px 6px;
    border-right: none;
    border-bottom: none;
    background: #f5f5f5;
  }
}
.p-detail__dl-row dd {
  font-size: 13px;
  color: #333;
  line-height: 1.8;
  padding: 14px 24px;
}
@media (max-width: 600px) {
  .p-detail__dl-row dd {
    padding: 8px 16px 14px;
  }
}
.p-detail__apply-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 600px) {
  .p-detail__apply-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-detail__apply-wrap .p-detail__btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
}
@media (max-width: 600px) {
  .p-detail__apply-wrap .p-detail__btn {
    max-width: 100%;
  }
}
.p-detail-contact .c-btn-page {
  margin: 0 auto 16px;
}
.p-detail-contact__link {
  color: var(--rec, #7B7B7B);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0 auto 120px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-detail-contact__link:hover {
  opacity: 0.5;
}
@media screen and (width <= 767px) {
  .p-detail-contact__link {
    margin-bottom: 124px;
    font-size: 14px;
    letter-spacing: 1.04px;
  }
}

.detail.p-list__other {
  margin-top: 40px;
  margin-bottom: 80px;
}
.detail .p-front-salary__panel {
  margin-top: 25px;
  margin-bottom: 40px;
}

.entry-page .l-page-title p.mark br {
  display: none;
}

@media screen and (width <= 767px) {
  .entry-page .l-page-title p.mark {
    margin-bottom: 20px;
  }
  .entry-page .l-page-title p.mark br {
    display: unset;
  }
}
/* =============================================
   Layout
   ============================================= */
.page-wrapper {
  max-width: 835px;
  margin: 0 auto;
}

.form-container {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  -webkit-box-shadow: var(--shadow-card);
          box-shadow: var(--shadow-card);
}
.form-container #mainForm {
  border-radius: 6px;
  background: #EEFBFB;
  padding: 36px 25px;
}
@media screen and (width <= 767px) {
  .form-container #mainForm {
    padding: 36px 17px;
  }
}
.form-container #confirmForm {
  border-radius: 6px;
  background: #EEFBFB;
  padding: 36px 25px;
}
@media screen and (width <= 767px) {
  .form-container #confirmForm {
    padding: 36px 17px;
  }
}
.form-container #confirmForm .form-label {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.98px;
}
@media screen and (width <= 767px) {
  .form-container #confirmForm .form-label {
    font-size: 14px;
  }
}

/* =============================================
   Header
   ============================================= */
.form-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (width <= 767px) {
  .form-header {
    padding-bottom: 0;
  }
}
.form-header .c-btn-page {
  margin: 35px auto 0;
}
@media screen and (width <= 767px) {
  .form-header .c-btn-page {
    margin: 24px auto 0;
  }
}

.page-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 12px;
}

.form-title {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 35px */
  letter-spacing: 1.4px;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
.form-title br {
  display: none;
}
@media screen and (width <= 767px) {
  .form-title {
    font-size: 20px;
  }
  .form-title br {
    display: unset;
  }
}

.form-intro {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.98px;
  margin-bottom: 1em;
}

.form-note {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.98px;
}

/* =============================================
   Form Groups
   ============================================= */
.form-group {
  margin-bottom: 32px;
}

.form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.98px;
  margin-bottom: 11px;
}
@media screen and (width <= 767px) {
  .form-label {
    font-size: 16px;
  }
}

.badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 4px;
  background: #FF705C;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.84px;
  padding: 2px 8px;
}
@media screen and (width <= 767px) {
  .badge {
    font-size: 12px;
  }
}

.badge.optional {
  background: #D2D2D2;
  color: #7B7B7B;
}

/* =============================================
   Inputs
   ============================================= */
.input-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-container input[type=text],
.form-container input[type=email],
.form-container input[type=tel],
.form-container textarea {
  width: 100%;
  -webkit-transition: border-color var(--transition), -webkit-box-shadow var(--transition);
  transition: border-color var(--transition), -webkit-box-shadow var(--transition);
  transition: border-color var(--transition), box-shadow var(--transition);
  transition: border-color var(--transition), box-shadow var(--transition), -webkit-box-shadow var(--transition);
  outline: none;
  -webkit-appearance: none;
  border-radius: 4px !important;
  border: 1px solid var(--rec, #112324) !important;
  background: #FFF !important;
  font-size: 14px !important;
  padding: 16px !important;
}

.form-container .ts-control {
  border: none;
  padding: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 0.5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 0.5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 0.5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 0.5;
}

input::placeholder, textarea::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 0.5;
}

input:focus, textarea:focus {
  border-color: var(--color-border-focus);
  -webkit-box-shadow: var(--shadow-focus);
          box-shadow: var(--shadow-focus);
}

input.is-error, textarea.is-error {
  border-color: var(--color-error);
  -webkit-box-shadow: 0 0 0 3px rgba(224, 60, 90, 0.12);
          box-shadow: 0 0 0 3px rgba(224, 60, 90, 0.12);
}

input.is-valid, textarea.is-valid {
  border-color: var(--color-success);
}

textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.65;
}

.name-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

/* =============================================
   Select
   ============================================= */
.select-wrapper {
  position: relative;
}
.select-wrapper:before {
  position: absolute;
  content: url(../images/common/input-arrow.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 28px;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--color-text-muted);
  pointer-events: none;
  -webkit-transition: -webkit-transform var(--transition);
  transition: -webkit-transform var(--transition);
  transition: transform var(--transition);
  transition: transform var(--transition), -webkit-transform var(--transition);
}

.select-wrapper:focus-within::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--rec, #112324);
  background: #FFF;
  font-size: 14px;
  padding: 16px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: border-color var(--transition), -webkit-box-shadow var(--transition);
  transition: border-color var(--transition), -webkit-box-shadow var(--transition);
  transition: border-color var(--transition), box-shadow var(--transition);
  transition: border-color var(--transition), box-shadow var(--transition), -webkit-box-shadow var(--transition);
}

select:focus {
  border-color: var(--color-border-focus);
  -webkit-box-shadow: var(--shadow-focus);
          box-shadow: var(--shadow-focus);
}

select.is-error {
  border-color: var(--color-error);
  -webkit-box-shadow: 0 0 0 3px rgba(224, 60, 90, 0.12);
          box-shadow: 0 0 0 3px rgba(224, 60, 90, 0.12);
}

select.is-valid {
  border-color: var(--color-success);
}

/* =============================================
   Radio
   ============================================= */
.radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.radio-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.radio-label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-custom {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid var(--rec, #112324);
  background: #fff;
  -webkit-transition: border-color var(--transition), -webkit-box-shadow var(--transition);
  transition: border-color var(--transition), -webkit-box-shadow var(--transition);
  transition: border-color var(--transition), box-shadow var(--transition);
  transition: border-color var(--transition), box-shadow var(--transition), -webkit-box-shadow var(--transition);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

.radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-btn);
  -webkit-transition: -webkit-transform var(--transition);
  transition: -webkit-transform var(--transition);
  transition: transform var(--transition);
  transition: transform var(--transition), -webkit-transform var(--transition);
}

.radio-label input[type=radio]:checked + .radio-custom {
  border-color: #22A5A8;
}

.radio-label input[type=radio]:checked + .radio-custom::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  background: #22A5A8;
}

.radio-label:hover .radio-custom {
  border-color: var(--color-btn);
}

/* =============================================
   Postal
   ============================================= */
.postal-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.field-hint {
  font-size: 0.77rem;
  color: var(--color-text-muted);
  margin-top: 5px;
}

.postal-search-btn {
  padding: 11px 18px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--color-btn);
  background: #fff;
  color: var(--color-btn);
  font-family: var(--font-body);
  font-size: 0.87rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background var(--transition), color var(--transition);
  transition: background var(--transition), color var(--transition);
}

.postal-search-btn:hover {
  background: var(--color-btn);
  color: #fff;
}

.postal-search-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* =============================================
   Error Messages
   ============================================= */
.error-msg {
  display: block;
  font-size: 14px;
  color: #FF705C;
  margin-top: 5px;
  line-height: 1.4;
  -webkit-transition: opacity var(--transition);
  transition: opacity var(--transition);
}

.error-msg:empty {
  opacity: 0;
}

/* =============================================
   Privacy & Submit
   ============================================= */
.privacy-link {
  text-align: center;
}
.privacy-link label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.84px;
  padding: 1px;
  border: none;
  background: none;
  gap: 6px;
}
@media screen and (width <= 767px) {
  .privacy-link label {
    font-size: 14px;
  }
}
.privacy-link {
  margin: 50px 0;
}
@media screen and (width <= 767px) {
  .privacy-link {
    margin: 32px 0;
  }
  .privacy-link .p-search-detail__checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
.privacy-link .p-search-detail__checkbox-box {
  top: 1.5px;
  width: 17px;
  height: 17px;
  position: relative;
}
@media screen and (width <= 767px) {
  .privacy-link .p-search-detail__checkbox-box {
    position: absolute;
    top: 6px;
  }
}

.privacy-link a {
  color: var(--color-btn);
  text-decoration: underline;
  text-underline-offset: 1px;
  -webkit-transition: color var(--transition);
  transition: color var(--transition);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (width <= 767px) {
  .privacy-link a {
    padding-left: 1.75em;
  }
}
.privacy-link a svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.privacy-link a:hover {
  color: var(--color-btn-hover);
}

.submit-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
@media screen and (width <= 767px) {
  .submit-area {
    gap: 7px;
  }
  .submit-area .c-btn-page {
    padding: 22.691px 16px 22.309px 16px;
    gap: 20px;
  }
  .submit-area .c-btn-page:before {
    right: 45px;
  }
  .submit-area .c-btn-page span {
    font-size: 16px;
  }
}

.submit-btn {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: var(--color-btn);
  color: #fff;
  border: none;
  border-radius: var(--radius-md);
  padding: 14px 56px;
  font-family: var(--font-body);
  font-size: 0.97rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  transition: background var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
  -webkit-box-shadow: 0 4px 14px rgba(59, 110, 245, 0.3);
          box-shadow: 0 4px 14px rgba(59, 110, 245, 0.3);
}

.submit-btn:hover {
  background: var(--color-btn-hover);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 20px rgba(59, 110, 245, 0.38);
          box-shadow: 0 6px 20px rgba(59, 110, 245, 0.38);
}

.submit-btn:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 2px 8px rgba(59, 110, 245, 0.25);
          box-shadow: 0 2px 8px rgba(59, 110, 245, 0.25);
}

.submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  -webkit-transform: none;
          transform: none;
}

.btn-icon {
  width: 18px;
  height: 18px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* =============================================
   Confirm Page
   ============================================= */
.confirm-table {
  margin-bottom: 36px;
}

.confirm-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #f0f1f4;
  font-size: 0.88rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.confirm-row:last-child {
  border-bottom: none;
}

.confirm-label {
  color: var(--color-text-muted);
  min-width: 130px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 1px;
  font-size: 0.85rem;
}

.confirm-value {
  color: var(--color-text);
  font-weight: 500;
  word-break: break-all;
}

.page-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.back-btn {
  border-radius: 8px;
  border: 1px solid #22A5A8;
  background: #FFF;
  color: var(--rec-22-a-5-a-8, #22A5A8);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 1.28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22.691px 16px 22.309px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.back-btn:hover {
  background: #22A5A8;
  color: #fff;
}

/* =============================================
   Complete Page
   ============================================= */
.complete-container {
  text-align: center;
  padding: 56px 48px;
}

.complete-icon {
  width: 64px;
  height: 64px;
  color: var(--color-success);
  margin: 0 auto 24px;
  -webkit-animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
          animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.complete-icon svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes popIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.complete-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 14px;
}

.complete-text {
  font-size: 0.87rem;
  line-height: 1.85;
  color: var(--color-text-muted);
  margin-bottom: 28px;
}

.complete-box {
  background: #f0fdf7;
  border: 1px solid #c3edd9;
  border-radius: var(--radius-md);
  padding: 16px 24px;
  margin-bottom: 32px;
}

.complete-box-text {
  font-size: 0.87rem;
  color: #0f7a4e;
  font-weight: 500;
}

.complete-back-link {
  padding: 13px 48px;
  font-size: 0.93rem;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 560px) {
  .form-container {
    padding: 28px 20px 36px;
  }
  .complete-container {
    padding: 40px 20px;
  }
  .name-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .submit-btn {
    padding: 14px 32px;
    width: 100%;
  }
  .page-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.entry-page .ts-wrapper {
  padding-right: 0;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  height: 54.6px;
}
.entry-page .ts-wrapper input[type=text] {
  cursor: pointer;
  -webkit-transition: 0s;
  transition: 0s;
  position: absolute !important;
  width: 100%;
  margin: 0 !important;
}
.entry-page .ts-control {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-page .ts-wrapper:before {
  z-index: 2;
}
.entry-page .ts-item-inline {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  padding: 0 !important;
  flex-shrink: 0;
  z-index: 1;
  margin-left: 20px;
}
.entry-page .has-items input::-webkit-input-placeholder {
  opacity: 0 !important;
}
.entry-page .has-items input::-moz-placeholder {
  opacity: 0 !important;
}
.entry-page .has-items input:-ms-input-placeholder {
  opacity: 0 !important;
}
.entry-page .has-items input::-ms-input-placeholder {
  opacity: 0 !important;
}
.entry-page .has-items input::placeholder {
  opacity: 0 !important;
}

.p-products {
  margin-top: 100px;
}
.p-products__fv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-products__thumbnail {
  width: 37.5%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-products__thumbnail img {
  height: auto;
}
.p-products .l-single__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-products__title {
  margin: 20px 0;
}
.p-products__spec {
  margin: 20px 0;
  border: 1px solid #1c87ce;
  padding: 15px;
  border-radius: 7px;
  background: rgba(28, 135, 206, 0.1098039216);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
.p-products__spec:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0px;
  border-top: 1px solid #1c87ce;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.p-products__spec:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  border-left: 1px solid #1c87ce;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.p-products__spec-item {
  width: calc((100% - 30px) / 2);
}
.p-products__spec-title {
  color: #1c87ce;
  font-size: 14px;
}
.p-products__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.p-products__link-contact {
  border: 1px solid #1c87ce;
  padding: 15px 30px;
  border-radius: 7px;
  background: #1c87ce;
  color: #fff;
}
.p-products__link-catalog {
  border: 1px solid #FF5722;
  padding: 15px 30px;
  border-radius: 7px;
  background: #FF5722;
  color: #fff;
}

.p-service__flow .p-front-column__tabs {
  margin-bottom: 65px;
}

.p-flow {
  margin-bottom: 90px;
}
.p-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .p-flow__steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (width <= 767px) {
  .p-flow__steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-flow__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (width <= 767px) {
  .p-flow__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.p-flow__step-img-wrap {
  position: relative;
}
@media screen and (width <= 767px) {
  .p-flow__step-img-wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 42%;
  }
}
.p-flow__step-img-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--rec, #58D8DB);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}
@media screen and (width <= 767px) {
  .p-flow__step-img-wrap:before {
    width: 3px;
    height: 100%;
    top: 50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
.p-flow .p-flow__step:last-child .p-flow__step-img-wrap:before {
  display: none;
}
@media (max-width: 1200px) {
  .p-flow .p-flow__step:nth-child(2) .p-flow__step-img-wrap:before {
    display: none;
  }
}
@media screen and (width <= 767px) {
  .p-flow .p-flow__step:nth-child(2) .p-flow__step-img-wrap:before {
    display: block;
  }
}
.p-flow__step-img {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/3;
  z-index: 1;
  position: relative;
}
.p-flow__step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-flow__step-num {
  position: absolute;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--rec, #58D8DB);
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-flow__step-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}
@media screen and (width <= 767px) {
  .p-flow__step-body {
    padding: 0;
  }
}
.p-flow__step-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1.4px;
}
@media screen and (width <= 767px) {
  .p-flow__step-title {
    font-size: 16px;
  }
}
.p-flow__step-title-bar {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: var(--rec, #58D8DB);
  top: 2px;
  position: relative;
}
.p-flow__step-text {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.12px;
}
@media screen and (width <= 767px) {
  .p-flow__step-text {
    font-size: 14px;
  }
}
.p-flow__step-note {
  color: var(--rec, #7B7B7B);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.84px;
  margin-top: 10px;
}
@media screen and (width <= 767px) {
  .p-flow__step-note {
    font-size: 12px;
    margin: 0;
  }
}

.service-page .p-front-voice {
  margin-bottom: 124px;
}
@media screen and (width <= 767px) {
  .service-page .p-front-voice {
    margin-bottom: 50px;
  }
}

.p-service__koyou {
  margin-bottom: 120px;
}
@media screen and (width <= 767px) {
  .p-service__koyou {
    margin-bottom: 124px;
  }
}
.p-service__koyou .c-btn-page {
  margin: 0 auto;
}

.p-service__flow {
  margin-bottom: 120px;
}
@media screen and (width <= 767px) {
  .p-service__flow {
    margin-bottom: 124px;
  }
  .p-service__flow .p-front-column__select {
    margin: 0;
  }
}
.p-service__flow .p-flow__steps {
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .p-service__flow .p-flow__steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width <= 767px) {
  .p-service__flow .p-flow__steps {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service__flow .p-flow__step:last-child .p-flow__step-img-wrap:before {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-service__flow .p-flow__step:nth-child(3) .p-flow__step-img-wrap:before {
    display: none;
  }
}
.p-service__flow .p-flow__step-title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-service__flow .p-flow__step-title-bar {
  top: 10px;
}
@media screen and (width <= 767px) {
  .p-service__flow .p-flow__step-title-bar {
    top: 4px;
  }
}

.about-page .p-service__koyou {
  margin-bottom: 124px;
}
@media screen and (width <= 767px) {
  .about-page .p-service__koyou {
    margin-bottom: 56px;
  }
}
.about-page .p-front-support__consultant {
  margin-bottom: 124px;
}
@media screen and (width <= 767px) {
  .about-page .p-front-support__consultant-item:nth-child(n+3) {
    display: none;
  }
  .about-page .p-front-support__consultant-item.is-show {
    display: grid;
  }
}
.about-page .p-front-salary__more {
  margin: 25px auto 0;
  cursor: pointer;
}

.p-about__nav {
  margin-bottom: 124px;
}
@media screen and (width <= 767px) {
  .p-about__nav {
    margin-bottom: 30px;
  }
}
.p-about__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (width <= 959px) {
  .p-about__nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (width <= 767px) {
  .p-about__nav-list {
    gap: 24px;
  }
}
.p-about__nav-link {
  border-top: 1px solid var(--rec, #58D8DB);
  border-bottom: 1px solid var(--rec, #58D8DB);
  padding: 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (width <= 959px) {
  .p-about__nav-link {
    width: calc((100% - 45px) / 2);
  }
}
@media screen and (width <= 767px) {
  .p-about__nav-link {
    width: 100%;
    border-bottom: none;
    padding: 24px 0 0;
  }
}
.p-about__nav-link img {
  width: 90%;
  margin: 0 auto 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (width <= 767px) {
  .p-about__nav-link:last-child {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--rec, #58D8DB);
  }
}
.p-about__nav-link:hover img {
  opacity: 0.5;
}
.p-about__nav-link:hover .p-about__nav-btn:before {
  opacity: 1;
}
.p-about__nav-tag {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  color: var(--rec-22-a-5-a-8, #22A5A8);
}
@media screen and (max-width: 1350px) {
  .p-about__nav-tag {
    height: 3em;
  }
}
@media screen and (width <= 959px) {
  .p-about__nav-tag {
    height: auto;
  }
}
@media screen and (width <= 767px) {
  .p-about__nav-tag {
    font-size: 14px;
  }
}
.p-about__nav-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.44px;
  margin-top: 0;
  height: 3em;
}
@media screen and (width <= 767px) {
  .p-about__nav-title {
    font-size: 18px;
    height: auto;
  }
}
.p-about__nav-btn {
  height: 28px;
  width: 108px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16.67%, #22A5A8), color-stop(173.61%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 16.67%, #58D8DB 173.61%);
  background: linear-gradient(90deg, #22A5A8 16.67%, #58D8DB 173.61%);
  margin: 11px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.p-about__nav-btn svg {
  position: relative;
  z-index: 1;
}
.p-about__nav-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#58D8DB), to(#22A5A8));
  background: -webkit-linear-gradient(left, #58D8DB 0%, #22A5A8 100%);
  background: linear-gradient(90deg, #58D8DB 0%, #22A5A8 100%);
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  z-index: 0;
}

.p-about__title {
  border-top: 1px solid var(--rec, #58D8DB);
  border-bottom: 1px solid var(--rec, #58D8DB);
  padding: 10px 0;
  color: var(--rec-22-a-5-a-8, #22A5A8);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
@media screen and (width <= 767px) {
  .p-about__title {
    font-size: 22px;
  }
}
.p-about__title .p-about__nav-tag {
  margin-bottom: 10px;
}
@media screen and (width <= 767px) {
  .p-about__title .p-about__nav-tag {
    margin-bottom: 5px;
  }
}

.p-about__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.98px;
  margin-bottom: 40px;
}
@media screen and (width <= 767px) {
  .p-about__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.p-about__item {
  margin-bottom: 50px;
  padding-top: 30px;
}
@media screen and (width <= 767px) {
  .p-about__item {
    margin-bottom: 26px;
  }
}
.p-about__item .p-front-support__service-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .p-about__item .p-front-support__service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 767px) {
  .p-about__item .p-front-support__service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-about__style-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 20px;
}
@media screen and (width <= 959px) {
  .p-about__style-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width <= 767px) {
  .p-about__style-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-about__style-label {
  color: var(--rec-22-a-5-a-8, #22A5A8);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.8px;
  padding: 10px 0;
}
@media screen and (width <= 767px) {
  .p-about__style-label {
    font-size: 18px;
  }
}
.p-about__style-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.98px;
}
@media screen and (width <= 767px) {
  .p-about__style-text {
    font-size: 14px;
  }
}

#network {
  margin-bottom: 124px;
}
@media screen and (width <= 767px) {
  #network {
    margin-bottom: 56px;
  }
}
#network .p-front-support__service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  #network .p-front-support__service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 767px) {
  #network .p-front-support__service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 最初の4件だけ表示 */
.p-front-support__consultant-item:nth-child(n+5) {
  display: none;
}

/* ボタン押下後 */
.p-front-support__consultant-item.is-show {
  display: grid;
}

.p-tocompany-service {
  margin-top: 100px;
  margin-bottom: 120px;
}
@media screen and (width <= 767px) {
  .p-tocompany-service {
    margin-top: 80px;
    margin-bottom: 124px;
  }
}
.p-tocompany-service__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.98px;
}
@media screen and (width <= 767px) {
  .p-tocompany-service__text {
    font-size: 14px;
  }
}
.p-tocompany-service__nav {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width <= 767px) {
  .p-tocompany-service__nav {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 40px;
  }
}
.p-tocompany-service__nav-link {
  border-radius: 8px;
  border: 1px solid var(--rec, #58D8DB);
  background: #EEFBFB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 15px;
}
@media screen and (width <= 767px) {
  .p-tocompany-service__nav-link {
    padding: 20px 15px 15px;
  }
}
.p-tocompany-service__nav-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .p-tocompany-service__nav-title {
    font-size: 14px;
  }
}
@media screen and (width <= 767px) {
  .p-tocompany-service__nav-title {
    height: auto;
  }
}
.p-tocompany-service__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
@media screen and (width <= 767px) {
  .p-tocompany-service__content {
    margin-top: 20px;
    gap: 0;
  }
}
.p-tocompany-service__content-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.98px;
}
@media screen and (width <= 767px) {
  .p-tocompany-service__content-text {
    font-size: 14px;
  }
}
.p-tocompany-service__content-tm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (width <= 959px) {
  .p-tocompany-service__content-tm {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (width <= 767px) {
  .p-tocompany-service__content-tm {
    gap: 16px;
  }
}
.p-tocompany-service__content-tm img {
  width: 45%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (width <= 959px) {
  .p-tocompany-service__content-tm img {
    width: 100%;
    max-width: 500px;
  }
}
.p-tocompany-service__item {
  padding-top: 32px;
}
.p-tocompany-service__item .p-flow__step-title {
  margin-bottom: 30px;
}
@media screen and (width <= 959px) {
  .p-tocompany-service__item .p-flow__step-title {
    display: none;
  }
}
@media screen and (width <= 767px) {
  .p-tocompany-service__item .p-flow__step-title {
    margin-bottom: 16px;
  }
}
.p-tocompany-service__item > .p-flow__step-title {
  display: none;
}
@media screen and (width <= 959px) {
  .p-tocompany-service__item > .p-flow__step-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-tocompany-service .p-flow__step-title {
  font-size: 28px;
  gap: 15px;
}
@media screen and (width <= 767px) {
  .p-tocompany-service .p-flow__step-title {
    font-size: 18px;
    gap: 10px;
  }
}
.p-tocompany-service .p-flow__step-title-bar {
  width: 16px;
  height: 16px;
}
@media screen and (width <= 767px) {
  .p-tocompany-service .p-flow__step-title-bar {
    width: 13px;
    height: 13px;
    top: 1px;
  }
}

.tocompany-page .p-service__flow .p-flow__steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (width <= 959px) {
  .tocompany-page .p-service__flow .p-flow__steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .tocompany-page .p-service__flow .p-flow__steps .p-flow__step:nth-child(2) .p-flow__step-img-wrap:before {
    display: none !important;
  }
}
@media screen and (width <= 767px) {
  .tocompany-page .p-service__flow .p-flow__steps {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tocompany-page .p-flow__step-img-wrap:before {
  display: block !important;
}
.tocompany-page .p-flow__step:last-child .p-flow__step-img-wrap:before {
  display: none !important;
}

.faq-page .p-front-other {
  margin-top: 120px;
}
@media screen and (width <= 767px) {
  .faq-page .p-front-other {
    margin-top: 80px;
  }
}

.p-faq__section {
  margin-bottom: 124px;
  margin-top: 120px;
}
@media screen and (width <= 767px) {
  .p-faq__section {
    margin-top: 50px;
    margin-bottom: 56px;
  }
  .p-faq__section .g-font-title {
    margin-bottom: 20px;
  }
}
.p-faq__section .p-front-column__tabs-btn {
  margin-bottom: 60px;
}
@media screen and (width <= 767px) {
  .p-faq__section .p-front-column__tabs-btn {
    margin-bottom: 40px;
  }
}
.p-faq__section .p-front-column__select {
  margin-bottom: 40px;
}
@media screen and (width <= 767px) {
  .p-faq__section .c-parts-faq__list {
    margin-top: 0;
  }
}

.entry-page .l-nav {
  display: none !important;
}

.user_voice-page .p-front-other {
  margin-top: 120px;
}
@media screen and (width <= 767px) {
  .user_voice-page .p-front-other {
    margin-top: 80px;
  }
}

.p-voice__section {
  margin-top: 100px;
  margin-bottom: 124px;
}
@media screen and (width <= 767px) {
  .p-voice__section {
    margin-top: 80px;
    margin-bottom: 65px;
  }
}
.p-voice__section .p-front-salary__more {
  margin: 50px auto 0;
}
@media screen and (width <= 767px) {
  .p-voice__section .p-front-salary__more {
    margin-top: 30px;
  }
}
.p-voice__item {
  border-radius: 6.434px;
  background: #EEFBFB;
  padding: 30px 20px;
}
.p-voice__item:nth-child(n+10) {
  display: none;
}
.p-voice__item.is-show {
  display: block;
}
@media screen and (width <= 767px) {
  .p-voice__item {
    padding: 25px 12px;
  }
}
.p-voice__item .p-front-voice__card-tags {
  margin: 20px 0 15px;
}
@media screen and (width <= 767px) {
  .p-voice__item .p-front-voice__card-tags {
    margin: 16px 0 10px;
  }
}
.p-voice__item .p-front-voice__info-item.-now {
  background: #fff;
}
.p-voice__item .p-front-voice__info {
  margin-bottom: 14px;
}
.p-voice__item .p-front-voice__card-name {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
}
.p-voice__item-img {
  margin: 0 auto;
}
.p-voice__item-img img {
  border-radius: 12px;
}
.p-voice__item:hover .p-front-voice__card-title {
  text-decoration: underline;
}
.p-voice__item:hover img {
  opacity: 0.5;
}
.p-voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1250px) {
  .p-voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width <= 959px) {
  .p-voice__list {
    gap: 24px;
  }
  .p-voice__list .p-front-voice__info-item {
    width: 144px;
    padding: 5px 15px;
  }
}
@media screen and (width <= 767px) {
  .p-voice__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-voice__list .p-front-voice__card-title {
  -webkit-line-clamp: 2;
  height: 3em;
}

.p-front-voice__img a:hover {
  opacity: 0.5;
}

.l-single-title__voice.sp_only {
  display: none;
}
@media screen and (width <= 767px) {
  .l-single-title__voice.sp_only {
    display: block;
  }
}
.l-single-title__voice h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 3px 0 0 3px;
  border-left: 3px solid var(--rec-22-a-5-a-8, #22A5A8);
  background: #EEFBFB;
  padding: 5px 10px 5px 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1250px) {
  .l-single-title__voice h1 {
    font-size: 28px;
  }
}
@media screen and (width <= 959px) {
  .l-single-title__voice h1 {
    font-size: 24px;
  }
}
@media screen and (width <= 767px) {
  .l-single-title__voice h1 {
    margin-bottom: 24px;
  }
}

.p-voice-single__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
}
@media screen and (width <= 959px) {
  .p-voice-single__head {
    gap: 30px;
  }
}
@media screen and (width <= 767px) {
  .p-voice-single__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 32px;
  }
  .p-voice-single__head > div {
    width: 100%;
  }
  .p-voice-single__head .l-single-title__voice {
    display: none;
  }
  .p-voice-single__head .p-front-voice__card-name {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-voice-single__head .p-voice__item-img {
  margin: 0;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  .p-voice-single__head .p-voice__item-img {
    max-width: 350px;
  }
}
@media screen and (width <= 767px) {
  .p-voice-single__head .p-voice__item-img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.p-voice-single__head .p-front-voice__info {
  margin: 15px 0;
}
@media screen and (width <= 767px) {
  .p-voice-single__head .p-front-voice__info {
    width: 100%;
    margin: 13px 0;
  }
}

.p-voice-single__content {
  margin-bottom: 120px;
}
@media screen and (width <= 767px) {
  .p-voice-single__content {
    margin-bottom: 124px;
  }
}
.p-voice-single__content h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #22A5A8;
  padding: 10px 0;
  border-top: 1px solid rgba(88, 216, 219, 0.5);
  border-bottom: 1px solid rgba(88, 216, 219, 0.5);
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (width <= 767px) {
  .p-voice-single__content h2 {
    margin-bottom: 16px;
    margin-top: 32px;
    font-size: 22px;
  }
}
.p-voice-single__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.98px;
  margin-bottom: 15px;
}
@media screen and (width <= 767px) {
  .p-voice-single__content p {
    margin-bottom: 12px;
    font-size: 14px;
  }
}

.rirekisho-page .l-page-title.-sub h1 {
  margin-bottom: 20px;
}
.rirekisho-page .l-page-title__text {
  padding-left: 50px;
}

.p-rirekisho-top {
  margin-bottom: 80px;
}
.p-rirekisho-top h2 {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.p-rirekisho-top p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 1.6px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top p {
    font-size: 14px;
  }
}
.p-rirekisho-top h3 {
  color: #22A5A8;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 15px;
  margin-top: 45px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top h3 {
    font-size: 18px;
    margin-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
}
.p-rirekisho-top h3:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 0;
  border-bottom: 1px solid #22A5A8;
  bottom: 0;
  left: 0;
}
.p-rirekisho-top__example {
  border-radius: 6px;
  background: #EEFBFB;
  padding: 40px 3%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #58D8DB;
}
@media screen and (width <= 959px) {
  .p-rirekisho-top__example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example {
    padding: 29px 5%;
  }
}
.p-rirekisho-top__example:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  background-image: url(../images/sitemap/left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example:before {
    width: 100%;
    height: auto;
  }
}
.p-rirekisho-top__example:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  background-image: url(../images/sitemap/right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example:after {
    width: 100%;
    height: auto;
  }
}
.p-rirekisho-top__example-left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 47.5%;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 959px) {
  .p-rirekisho-top__example-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-rirekisho-top__example-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 47.5%;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 959px) {
  .p-rirekisho-top__example-right {
    width: 90%;
  }
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example-right {
    width: 100%;
  }
}
.p-rirekisho-top__example ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-rirekisho-top__example li {
  color: #22A5A8;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.28px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example li {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.p-rirekisho-top__example li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 8.5px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-33.33%, #22A5A8), color-stop(88.89%, #58D8DB));
  background: -webkit-linear-gradient(left, #22A5A8 -33.33%, #58D8DB 88.89%);
  background: linear-gradient(90deg, #22A5A8 -33.33%, #58D8DB 88.89%);
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example li:before {
    top: 7px;
  }
}
.p-rirekisho-top__example li span {
  color: #22A5A8;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example li span {
    font-size: 14px;
  }
}
.p-rirekisho-top__example-anchor {
  border-radius: 99px;
  border: 1px solid #22A5A8;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 35px;
  color: #22A5A8;
  font-size: 16px;
  letter-spacing: 0.98px;
  gap: 65px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.p-rirekisho-top__example-anchor:hover {
  background: #22A5A8;
  color: #fff;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example-anchor {
    margin-top: 24px;
    font-size: 14px;
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 99%;
    max-width: 300px;
  }
}
.p-rirekisho-top__example-anchor.pc-only {
  display: none;
}
@media screen and (width <= 959px) {
  .p-rirekisho-top__example-anchor {
    display: none;
  }
  .p-rirekisho-top__example-anchor.pc-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
  }
}
.p-rirekisho-top__example-anchor:after {
  position: relative;
  content: url(../images/rirekisho/arrow.svg);
}
.p-rirekisho-top__example-anchor:hover:after {
  position: relative;
  content: url(../images/rirekisho/arrow_white.svg);
}
.p-rirekisho-top__example .swiper {
  overflow: hidden;
}
.p-rirekisho-top__example .p-front-voice__img {
  aspect-ratio: 3/1.7;
}
.p-rirekisho-top__example .p-front-voice__img img {
  aspect-ratio: 3/1.7;
}
.p-rirekisho-top__example .p-front-voice__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  left: -23px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example .p-front-voice__arrow {
    width: 38px;
    height: 38px;
    left: -25px;
  }
}
.p-rirekisho-top__example .p-front-voice__arrow.p-front-voice__arrow--next {
  left: unset;
  right: -23px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-top__example .p-front-voice__arrow.p-front-voice__arrow--next {
    left: unset;
    right: -25px;
  }
}

.p-rirekisho-table {
  border-radius: 8px;
  border: 1px solid #22A5A8;
  background: #FFF;
  padding: 30px 24px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: auto;
  max-height: 350px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (width <= 767px) {
  .p-rirekisho-table {
    padding: 30px 16px;
  }
}
.p-rirekisho-table.open {
  max-height: 1360px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-table.open {
    max-height: 1600px;
  }
}
.p-rirekisho-table.open .open-btn__area {
  display: none;
}
.p-rirekisho-table.open .close-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-rirekisho-table__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 30px;
}
.p-rirekisho-table a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  margin-top: 12px;
}
.p-rirekisho-table a span {
  color: #7B7B7B;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-rirekisho-table a.sub {
  margin-left: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.p-rirekisho-table .open-btn {
  border: none;
  background: #fff;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  color: #22A5A8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.98px;
}
.p-rirekisho-table .open-btn__area {
  position: absolute;
  bottom: 0;
  width: calc(100% - 48px);
  border: none;
  background: #fff;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  color: #22A5A8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.98px;
  padding: 15px 15px 30px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-table .open-btn__area {
    width: calc(100% - 32px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-rirekisho-table .close-btn {
  display: none;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 27px; /* 207.692% */
  border: none;
  background: #fff;
  position: absolute;
  right: 24px;
  top: 30px;
  cursor: pointer;
}

.p-rirekisho-content h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  border-radius: 3px 0 0 3px;
  background: #EEFBFB;
  padding: 15px 10px;
  border-left: 5px solid #22A5A8;
  margin-bottom: 24px;
  margin-top: 80px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-content h2 {
    padding: 14px 10px;
    border-left: 3px solid #22A5A8;
    margin-bottom: 19px;
    margin-top: 60px;
    font-size: 20px;
  }
}
.p-rirekisho-content h3 {
  color: #22A5A8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  border-block: 1px solid #22A5A8;
  padding: 10px 0;
  margin-bottom: 12px;
  margin-top: 60px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-content h3 {
    margin-bottom: 8px;
    margin-top: 40px;
    font-size: 18px;
  }
}
.p-rirekisho-content__list {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  gap: 10px 15px;
  margin-bottom: 20px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-content__list {
    gap: 7px 10px;
  }
}
.p-rirekisho-content__list li {
  border-radius: 6px;
  border: 1px solid #22A5A8;
  background: #FFF;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.84px;
  position: relative;
  gap: 12px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-content__list li {
    font-size: 12px;
    gap: 10px;
    padding: 8px;
  }
}
.p-rirekisho-content__list li:before {
  position: relative;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #22A5A8;
  border-radius: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-rirekisho-content__list li:after {
  position: absolute;
  content: url(../images/rirekisho/check.svg);
  left: 15px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-content__list li:after {
    left: 9px;
  }
}
.p-rirekisho-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.98px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-content p {
    font-size: 14px;
  }
}
.p-rirekisho-content .p-rirekisho-top__example {
  margin-top: 80px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-content .p-rirekisho-top__example {
    margin-top: 60px;
  }
}

.p-rirekisho-form {
  margin: 120px auto 90px;
}
.p-rirekisho-form__swiper {
  margin-top: 30px;
  position: relative;
}
@media screen and (width <= 959px) {
  .p-rirekisho-form__swiper {
    width: 90%;
    margin: 30px auto 0;
  }
}
@media screen and (width <= 767px) {
  .p-rirekisho-form__swiper {
    width: 100%;
    margin: 30px auto 10px;
  }
}
.p-rirekisho-form input {
  width: 100%;
  -webkit-transition: border-color var(--transition), -webkit-box-shadow var(--transition);
  transition: border-color var(--transition), -webkit-box-shadow var(--transition);
  transition: border-color var(--transition), box-shadow var(--transition);
  transition: border-color var(--transition), box-shadow var(--transition), -webkit-box-shadow var(--transition);
  outline: none;
  -webkit-appearance: none;
  border-radius: 4px !important;
  border: 1px solid var(--rec, #112324) !important;
  background: #FFF !important;
  font-size: 14px !important;
  padding: 16px !important;
}
@media screen and (width <= 767px) {
  .p-rirekisho-form input {
    font-size: 12px !important;
  }
}
.p-rirekisho-form .privacy-link {
  margin: 35px 0 40px;
}
@media screen and (width <= 767px) {
  .p-rirekisho-form .privacy-link {
    margin: 24px 0 30px;
  }
}
.p-rirekisho-form .registered {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.98px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 35px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media screen and (width <= 767px) {
  .p-rirekisho-form .registered {
    font-size: 14px;
  }
}
.p-rirekisho-form .p-search-detail__checkbox {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (width <= 767px) {
  .p-rirekisho-form .form-group {
    margin-bottom: 32px;
  }
  .p-rirekisho-form .submit-area .c-btn-page {
    padding: 11px 16px;
  }
  .p-rirekisho-form .submit-area .c-btn-page span {
    font-weight: 500;
  }
  .p-rirekisho-form select {
    font-size: 12px;
  }
  .p-rirekisho-form input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .p-rirekisho-form input::-moz-placeholder {
    font-size: 12px;
  }
  .p-rirekisho-form input:-ms-input-placeholder {
    font-size: 12px;
  }
  .p-rirekisho-form input::-ms-input-placeholder {
    font-size: 12px;
  }
  .p-rirekisho-form input::placeholder {
    font-size: 12px;
  }
}

.p-policy__body {
  max-width: 1200px;
  margin: 0 auto 100px;
}
@media screen and (width <= 767px) {
  .p-policy__body {
    margin: 0 auto 50px;
  }
}
.p-policy__body .p-flow__step-title {
  margin: 40px 0 20px;
}
.p-policy__body .p-tocompany-service__content-text a {
  color: #22A5A8;
}
.p-policy__body .p-tocompany-service__content-text a:hover {
  opacity: 0.5;
}
.p-policy__body .-right {
  margin-top: 40px;
  text-align: right;
}
.p-policy__body .g-font-title {
  margin-top: 100px;
}
@media screen and (width <= 767px) {
  .p-policy__body .g-font-title {
    margin-top: 50px;
  }
}

.p-sitemap__body {
  max-width: 1100px;
}
.p-sitemap__body .l-footer__nav-item {
  border-radius: 6px;
  background: #EEFBFB;
  padding: 30px;
  position: relative;
}
.p-sitemap__body .l-footer__nav-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  background-image: url(../images/sitemap/left.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-sitemap__body .l-footer__nav-item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  background-image: url(../images/sitemap/right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-sitemap__body .l-footer__nav-main {
  color: #22A5A8;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.4px;
}
.p-sitemap__body .l-footer__nav-main:hover {
  color: rgba(34, 166, 168, 0.4941176471);
}
.p-sitemap__body .l-footer__nav-sub {
  font-size: 16px;
}
.p-sitemap__body .l-footer__nav-sub br {
  display: none;
}
@media screen and (width <= 767px) {
  .p-sitemap__body .l-footer__nav-sub br {
    display: unset;
  }
}

@media screen and (width > 767px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (width <= 767px) {
  .u-dn-md-max {
    display: none;
  }
}

.u-cf::after {
  display: block;
  clear: both;
  content: "";
}/*# sourceMappingURL=style.css.map */


.p-list__info-content.-city .p-list__info-number-left {
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    gap: 0;
}
.p-list__info-content.-city .p-list__info-number-box {
    border: none;
    padding: 0 0 30px;
}
.p-list__info-content.-city .p-list__info-number-box.-wide {
    width: 100%;
    padding: 40px 26px 30px;
}
.p-list__info-content.-city .p-list__info-number-box.-wide .p-list__info-flex {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 5px;
}
.p-list__info-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-list__info-flex > p {
    font-size: 20px;
}
.p-list__info-content.-city .p-list__info-number-box.-wide .p-list__info-flex > p {
    margin-left: 30px;
}
.p-list__info-flex div p {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 15px;
}
.p-list__info-flex div p span {
    font-size: 14px;
}
.p-list__info-flex .num span:nth-child(2) {
    font-size: 54px;
    font-family: 'Poppins';
    color: #22a5ab;
    line-height: 1;
}

.p-list__info-flex .sample {
    font-size: 12px;
    color: #787878;
    line-height: 1.8;
}
.p-list__info-flex .sample span {
    font-size: 12px;
    color: #787878
}

.p-list__info-flex.-column {
    flex-direction: column;
    align-items: flex-start;
}
.p-list__info-flex.-column .num {
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 3px 10px;
}
.p-list__info-flex.-column .num span:first-child {
    width: 100%;
}
.p-list__info-flex.-column .sample {
    display: block;
}

.p-list__info-flex.-column.-left {
    border-right: 1px solid #D2D2D2;
    padding: 0 0 0 56px;
}
.p-list__info-flex.-column.-right {
    padding: 0 0 0 38px;
}
@media screen and (width < 1450px) {
    .p-list__info-content.-city .p-list__info-number-box.-wide .p-list__info-flex > p {
        margin-left: 15px;
    }
    .p-list__info-flex.-column.-left {
       padding: 0 0 0 41px;
    }
    .p-list__info-flex .num span:nth-child(2) {
       font-size: 42px;
    }
    .p-list__info-flex.-column.-right {
        padding: 0 0 0 23px;
    }
}

@media screen and (width < 768px) {
    .p-list__info-content.-city .p-list__info-number-box.-wide {
        padding: 12px 17px;
    }
    .p-list__info-content.-city .p-list__info-number-box.-wide .p-list__info-flex > p {
        font-size: 15px;
        margin: 0;
    }
    .p-list__info-flex div p {
        margin-bottom: 5px;
    }
    .p-list__info-flex div p span {
        font-size: 13px;
    }
    .p-list__info-flex .num span:nth-child(2) {
        font-size: 36px;
    }
    .p-list__info-flex .sample {
      gap: 0;
   }
      .p-list__info-content.-city .p-list__info-number-box.-wide {
      width: 100%;
   }
   .p-list__info-content.-city .p-list__info-number-box {
      width: 50%;
   }
   .p-list__info-flex.-column.-left {
        padding: 0 0 0 17px;
    }
    .p-list__info-flex.-column .num {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .p-list__info-number-left {
        flex-direction: row;
    }
}

.p-front-fv__inner {
    justify-content: center;
}

.l-cta-footer__other-line:hover {
  opacity: 0.5;
}

.l-header {
    position: absolute;
}

.-detail .p-flow__steps {
    margin-top: 50px;
}
@media screen and (width < 768px) {
    .-detail .p-flow__steps {
        margin-top: 30px;
    }
}

.p-front-voice__nav {
    margin: 0 auto;
}

.p-front-search__stickys .c-btn-research {
    z-index: 1;
}

.p-list__other-nav .gray_link {
    pointer-events: none;
    background: #d1d1d1a1;
    color: #fff;
}


    .l-cta-area {
        display: flex;
        gap: 32px;
    }
    .l-cta-entry {
        padding: 20px 25px 0;
        gap: 26px;
        justify-content: center;
    }
    .l-cta-entry img {
        max-width: 254px;
        width: auto;
    }
    .l-cta-entry__text {
        text-align: center;
        font-size: 23px;
    }
    .l-cta-entry__text br {
        display: unset;
    }
    .l-cta-entry.-rirekisho {
        border-radius: 16px;
        border: 4px solid #58D8DB;
        background: #EEFBFB;
    }
    .l-cta-entry.-rirekisho .l-cta-entry__text {
        color: #58D8DB;
    }
    .l-cta-entry__content {
        flex-shrink: 0;
    }
    .l-cta-entry.-rirekisho .l-cta-entry__btn {
        background: #58D8DB;
    }
    .l-cta-entry.-rirekisho .l-cta-entry__btn::after {
        position: absolute;
        content: "";
        width: 75%;
        height: 17px;
        -webkit-filter: blur(26px);
        filter: blur(26px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 27px;
        opacity: 0;
        border-radius: 279px;
        background: #FFF;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .l-cta-entry.-rirekisho .l-cta-entry__btn:hover::after {
        opacity: 1;
    }
    .l-cta-entry.-rirekisho .l-cta-entry__btn::before {
        background: none;
    }
    .l-cta-entry__btn p {
        letter-spacing: 0;
        width: 13em;
        text-align: center;
    }
    .p-page-list__content .l-cta-entry {
        flex-direction: column-reverse;
    }
    .p-page-list__content .l-cta-entry__text {
        font-size: 21px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    /* .p-page-list__content .l-cta-entry__btn {
        padding: 15px 35px;
    }
    .p-page-list__content .l-cta-entry__btn p {
        font-size: 18px;
    } */
    .p-page-list__content .l-cta-entry img {
        max-width: 220px;
    }
    .p-page-list__content .l-cta-entry.-rirekisho img {
        max-width: 285px;
    }
    .p-page-list__content .l-cta-entry.-rirekisho {
        padding-bottom: 25px;
    }
    @media screen and (width <= 1550px) {
        .l-cta-entry img {
            max-width: 200px;
        }
        .l-cta-entry__text {
            font-size: 21px;
            margin-bottom: 12px;
        }
        .l-cta-entry__btn p {
            font-size: 18px;
        }
    }
    @media screen and (width <= 1300px) {
        .l-cta-area {
            flex-direction: column;
        }
        .p-page-list__content .l-cta-entry {
            flex-direction: row;
        }
        .l-cta-entry {
            max-width: 705px;
        }
        .l-cta-entry img {
            max-width: 254px;
        }
        .p-page-list__content .l-cta-entry.-rirekisho img {
            max-width: 230px;
        }
        .l-cta-entry.-entry img {
            max-width: 225px;
        }
        .p-page-list__content .l-cta-entry.-entry img {
            max-width: 190px;
        }
        .l-cta-entry.-rirekisho {
            padding-bottom: 20px;
        }
    }
    @media screen and (width <= 1100px) {
        .p-page-list__content .l-cta-entry.-rirekisho img {
            max-width: 190px;
        }
        .p-page-list__content .l-cta-entry__text {
            font-size: 19px;
        }
    }
    @media screen and (width <= 850px) {
        .l-cta-entry img {
            max-width: 225px;
        }
        .l-cta-entry.-entry img {
            max-width: 200px;
        }
        .l-cta-entry.-rirekisho {
            padding-bottom: 20px;
        }
        .l-cta-entry__text {
            font-size: 20px;
        }
    }
    @media screen and (width <= 767px) {
        .l-cta-entry__content {
            width: 100%;
        }
        .l-cta-entry {
            width: 100%;
            gap: 15px;
        }
        .l-cta-entry__btn p {
            font-size: 16px;
        }
        .l-cta-entry__text {
            font-size: 18px;
        }
        .l-cta-entry {
            padding: 20px 15px;
        }
        .p-page-list__content .l-cta-entry {
            flex-direction: column-reverse;
        }
        .p-page-list__content .l-cta-entry.-entry {
            padding: 10px 25px 0;
        }
    }


.l-single-content table {
    border-collapse: collapse;
}

.l-single-content thead th {
    background:  #22A5A8;
    color: #fff;
    font-size: 16px;
    padding: 1ch;
    border: 1px solid #fff;
	font-weight: 500;
}

.l-single-content tbody th {
    background: #fff;
    color: #22A5A8;
	font-weight: 500;
    font-size: 16px;
    padding: 1em;
    border: 1px solid #22A5A8;
	width: 20%;
	min-width: 180px;
}
.l-single-content .workTypeTable th {
	padding: 1em 0 0;
}
@media screen and (width <= 960px) {
	.l-single-content tbody th {
		width: 18%;
		min-width: 100px;
	}
}
.l-single-content tbody td {
	vertical-align: middle;
    text-align: center;
    font-size: 14px;
	border: 1px solid #22A5A8;
	padding: 1em;
}
.l-single-content .workTypeTable td {
	text-align: left;
}
.workTypeTable div {
    text-align: right;
    margin: 0 0 15px;
}
.workTypeTable .c-btn-page {
    margin: 0 auto;
}
@media screen and (width <= 768px) {
	.l-single-table {
		overflow-x: scroll;
	}
	.l-single-content table {
		width: 700px;
	}
	.l-single-content .workTypeTable {
		width: 100%;
	}
}
.mes {
	text-align: left;
}

.interviewMenu a {
    color: #22A5A8;
    font-size: 16px;
}
.interviewMenu a:hover {
    opacity: 0.5;
}

.interviewMenu span {
    color: #22A5A8;
    font-size: 16px;
}

.sp_Yes {
	display: none;
}
@media screen and (width <= 768px) {
	.sp_Yes {
		display: block;
	}
	.sp_None {
		display: none !important;
	}
	.workTypeTable img.sp_Yes {
		width: 20%;
		display: inline-block;
	}
	.workTypeTable .workTypeTableSPTitle {
		display: inline-block;
		font-size: 16px;
		color: #22A5A8;
		padding-left: 10px;
		margin: 0;
		margin: 25px 0;
	}
}

.l-single-content p {
	font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.98px;
    margin-bottom: 20px;
}
.l-single-content .emphasis {
	color: #FE705C;
}

.l-single-content .h2-design {
    color: #112324;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    font-family: "Zen Kaku Gothic New";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    padding-bottom: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 767px) {
    .l-single-content .h2-design {
        font-size: 28px;
    }
}
.l-single-content .h2-design:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(#58D8DB), to(#22A5A8));
    background: -webkit-linear-gradient(right, #58D8DB 0%, #22A5A8 100%);
    background: linear-gradient(270deg, #58D8DB 0%, #22A5A8 100%);
}
.l-single-content .h3-design {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #22A5A8;
    padding: 10px 0;
    border-top: 1px solid rgba(88, 216, 219, 0.5);
    border-bottom: 1px solid rgba(88, 216, 219, 0.5);
    margin-bottom: 20px;
    margin-top: 40px;
}
@media screen and (width <= 767px) {
    .l-single-content .h3-design {
        margin-bottom: 16px;
        margin-top: 32px;
        font-size: 22px;
    }
}
.l-single-content .h3-design strong {
	font-weight: 700;
	color: #22A5A8;
}

.h4-design {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: var(--rec-22-a-5-a-8, #22A5A8);
    font-family: "Zen Kaku Gothic New";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 1.4px;
	margin-bottom: 20px;
}
.h4-design:before {
	content: "";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: var(--rec, #58D8DB);
    top: 2px;
    position: relative;
}
.h4-design small {
	color: #22A5A8;
	font-size: 18px;
}
@media screen and (width <= 767px) {
    .h4-design {
        font-size: 20px;
    }
	.h4-design:before {
		width: 13px;
		height: 13px;
	}
	.h4-design small {
		font-size: 16px;
	}
	.contentsBox_merit ul {
		padding: 0;
	}
}


@media screen and (width <= 767px) {
    .l-single-content p {
        font-size: 14px;
        margin-bottom: 16px;
    }
}


.midasinamiBoxL1,.midasinamiBoxL2,.midasinamiBoxR1,.midasinamiBoxR2 {
    width: 30%;
    margin: 15px;
    font-size: 13px
}

.midasinamiText,.midasinamiTitle {
    padding: 10px 5px
}

.center,.midasinamiGp .ng,.midasinamiGp .ok {
    text-align: center
}

.midasinamiBoxL1 {
    float: left
}

.midasinamiBoxR1 {
    float: right;
    position: absolute;
    top: 155px;
    right: 0
}

.midasinamiBoxL2 {
    float: left
}

.midasinamiBoxR2 {
    float: right;
    position: absolute;
    top: 35px;
    right: 0
}

.midasinamiTitle {
    background: #58D8DB;
    color: #fff;
    font-size: 16px;
}

.midasinamiGp {
    padding: 35px 0 0;
    position: relative;
}

.midasinamiBg1 {
    height: 0;
    padding-top: 100%;
    background: url(../../img/business_suit_good_woman.png) center top no-repeat;
    background-size: contain
}

.midasinamiBg2 {
    height: 0;
    padding-top: 100%;
    background: url(../../img/business_suit_good.png) center top no-repeat;
    background-size: contain
}

.midasinamiGp .ok {
    background: #3c7db7;
    color: #fff
}

.midasinamiGp .ng {
    background: #b73c3c;
    color: #fff
}

.midasinamiGp .girl {
    background: #FB8450;
}


@media screen and (width <= 960px) {
  .l-single-content h4.-mt120 {
      margin-top: 120px;
  }
}

@media screen and (width <= 768px) {
  .midasinamiBoxL1, .midasinamiBoxL2, .midasinamiBoxR1, .midasinamiBoxR2 {
      width: 100%;
      margin: 15px 0;
      float: unset;
      position: relative;
      top: 0;
  }
  .midasinamiGp {
      padding: 0 0 0;
  }
}

.l-single-content p.l-single-text__large {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.44px;
    margin-bottom: 20px;
}

@media screen and (width <= 767px) {
    .l-single-content p.l-single-text__large {
        font-size: 22px;
        margin-bottom: 16px;
    }
}

#temporaryNav {
	list-style: none;
}
#temporaryNav a {
    color: #22A5A8;
}
#temporaryNav a:hover {
    opacity: 0.5;
}
.mb30_topics {
	margin-top: 30px;
}
.rightColumn {
    width: fit-content;
    margin-left: auto;
}

.contentsBox_merit {
    background-color: #FFF;
    border: 6px solid #22A5A8;
    border-radius: 12px;
    padding: 15px 15px 15px;
}
.contentsBox_merit ul {
	list-style: none;
}
.contentsBox_merit li {
	margin-top: 10px;
}
.listBox li {
    list-style: decimal;
	font-size: 16px;
}

.-miryoku dt {
    padding: 16px 0;
    border-radius: 8px 8px 0 0;
    background-color: #FB8450;
    margin-bottom: 15px;
}
.-miryoku dt span {
    background: url(../../img/A_face.png) center left no-repeat;
    padding-left: 40px;
    margin-left: 6px;
    font-size: 18px;
    color: #fff;
}
.-miryoku dd {
    font-size: 16px;
    margin-bottom: 30px;
}
.-miryoku ul {
    list-style: none;
	padding: 0;
}
@media screen and (width <= 767px) {
    .-miryoku dt span {
        font-size: 16px;
    }
    .-miryoku dd {
        font-size: 14px;
    }
}
.picupText {
    display: inline;
    background: linear-gradient(transparent 25%, #fff8ad 35%);
}
.picupText3 {
	display: inline;
    background: linear-gradient(transparent 25%, #fff1f5 35%);
    border-bottom: dotted 1px #eb4141;
}
.center {
	margin: 0 auto;
}
.l-footer__nav-item ol {
	list-style: none;
	padding: 0;
}

.Menubg {
	margin: 35px 25px 5px;
    padding: 15px;
    background: #f1f1f1;
	font-size: 16px;
}
.contentsBox_merit #flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.contentsBox_merit #flow .gp {
    border: 1px solid #22A5A8;
}
.contentsBox_merit #flow .title {
    padding: 20px 20px 0;
    font-size: 18px;
    color: #22A5A8;
}
.contentsBox_merit #flow .text {
    padding: 20px;
}