@charset "UTF-8";
/* ==========================================================================
  base
========================================================================== */
body.wellbio {
  position: relative;
  color: #000000;
  background: #ffffff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  body.wellbio {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

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

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a img {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 961px) {
  a:hover img {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  anime
========================================================================== */
.moves {
  transition: all 0.3s;
  opacity: 1;
  transform: translate(0, 0);
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/*ボタン共通*/
a.btn-base {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 420px;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 20px;
  transition: all 0.3s;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  a.btn-base {
    height: 50px;
    line-height: 50px;
    border-radius: 12px;
  }
}
a.btn-base:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url(../img/cmn_arrow.svg) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 960px) {
  a.btn-base:after {
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
@media screen and (min-width: 961px) {
  a.btn-base:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}

body {
  padding-top: 176px;
  position: relative;
}
@media screen and (max-width: 960px) {
  body {
    padding-top: 125px;
  }
}

/* ==========================================================================
  sonpo header
========================================================================== */
.sompo-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  background: #ffffff;
  border-bottom: 1px solid #c20c23;
}
@media screen and (max-width: 960px) {
  .sompo-header {
    height: 65px;
  }
}

.sompo-header-inner {
  padding: 19px 29px 0 45px;
}
@media screen and (max-width: 960px) {
  .sompo-header-inner {
    padding: 9px 0 0 0;
  }
}
.sompo-header-inner a {
  display: block;
}
.sompo-header-inner .l-logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .sompo-header-inner .l-logo {
    display: block;
    line-height: 1;
    font-size: 0;
  }
}
.sompo-header-inner .l-logo-l {
  width: 170px;
}
@media screen and (max-width: 960px) {
  .sompo-header-inner .l-logo-l {
    width: 114px;
    margin: 0 auto;
  }
}
.sompo-header-inner .l-logo-r {
  width: 226px;
  margin-top: 4px;
}
@media screen and (max-width: 960px) {
  .sompo-header-inner .l-logo-r {
    width: 180px;
    margin: -3px auto 0;
    transform: translate(5px, 0);
  }
}

/* ==========================================================================
  header
========================================================================== */
.wb-header {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 2000;
}
@media screen and (max-width: 960px) {
  .wb-header {
    top: 65px;
  }
}
.wb-header.header-fix {
  position: fixed;
  top: 0;
}
.wb-header .header-inner {
  position: relative;
  width: 100%;
  padding: 0 30px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .wb-header .header-inner {
    justify-content: center;
    height: 60px;
    padding: 0 20px;
  }
}
.wb-header .header-logo {
  width: 180px;
}
@media screen and (max-width: 960px) {
  .wb-header .header-logo {
    width: 130px;
  }
}
.wb-header .header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .wb-header .header-nav {
    gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media screen and (max-width: 960px) {
  .wb-header .header-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    background: #f3efe6;
    padding: 10vw;
  }
}
.wb-header .header-nav-01 {
  display: flex;
  flex-wrap: wrap;
  min-width: 600px;
  gap: 24px;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .wb-header .header-nav-01 {
    gap: 16px;
  }
}
@media screen and (max-width: 960px) {
  .wb-header .header-nav-01 {
    display: block;
    min-width: 0;
    margin-bottom: 40px;
  }
  .wb-header .header-nav-01 li {
    width: 100%;
  }
}
.wb-header .header-nav-01 a {
  text-decoration: none;
  color: #000000;
  font-size: 0.7em;
  font-weight: bold;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .wb-header .header-nav-01 a {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 960px) {
  .wb-header .header-nav-01 a {
    font-size: 1.2em;
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #D16F68;
  }
}
@media screen and (min-width: 961px) {
  .wb-header .header-nav-01 a:hover {
    color: #3C7A48;
  }
}
.wb-header .header-nav-02 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 960px) {
  .wb-header .header-nav-02 {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .wb-header .header-nav-02 li {
    margin-bottom: 20px;
  }
}
.wb-header .header-nav-02 li a {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 120px;
  border-radius: 7px;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.75em;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .wb-header .header-nav-02 li a {
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 100%;
    border-radius: 12px;
    font-size: 1em;
  }
  .wb-header .header-nav-02 li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: url(../img/cmn_arrow.svg) center center no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 961px) {
  .wb-header .header-nav-02 li a:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}
.wb-header .header-nav-02 li:nth-child(1) a {
  background-color: #D16F68;
}
.wb-header .header-nav-02 li:nth-child(2) a {
  background-color: #FC9F31;
}

.small-cap {
  font-size: 0.65em;
}

@media screen and (min-width: 961px) {
  .wb-menu {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .wb-menu {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 40px;
    height: 30px;
    z-index: 100;
  }
}
.wb-menu span {
  position: absolute;
  width: 40px;
  height: 3px;
  background: #3C7A48;
  transition: all 0.3s;
  left: 0;
}
.wb-menu span:nth-child(1) {
  top: 0;
}
.wb-menu span:nth-child(2) {
  top: 13.5px;
}
.wb-menu span:nth-child(3) {
  bottom: 0;
}
.wb-menu:hover {
  transition: all 0.3s;
  opacity: 0.7;
}

.wb-menu-active span {
  transition: all 0.2s;
}
.wb-menu-active span:nth-child(1), .wb-menu-active span:nth-child(3) {
  transform-origin: center center;
  -webkit-transform-origin: center center;
  width: 100%;
}
.wb-menu-active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 13.5px;
  left: 0;
  margin-left: 0;
}
.wb-menu-active span:nth-child(2) {
  display: none;
}
.wb-menu-active span:nth-child(3) {
  transform: rotate(45deg);
  top: 13.5px;
  left: 0%;
}

/* ==========================================================================
  sonpo footer
========================================================================== */
.sompo-footer {
  background: #c20c23;
}

.sompo-footer-inner {
  width: 100%;
  height: 35px;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .sompo-footer-inner {
    display: block;
    height: auto;
    padding: 16px 0;
  }
}

.sompo-footer-logo {
  display: block;
  width: 150px;
}
@media screen and (max-width: 960px) {
  .sompo-footer-logo {
    width: 190px;
    margin: 0 auto 6px;
  }
}

.sompo-footer-copy {
  color: #ffffff;
  font-size: 11px;
  font-family: "Helvetica", "Arial" !important;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .sompo-footer-copy {
    text-align: center;
    font-size: 10.2px;
  }
}

/* ==========================================================================
  footer
========================================================================== */
.wb-footer {
  text-align: center;
  border-top: 1px solid #c3c3c3;
}
.wb-footer .footer-nav {
  border-bottom: 1px solid #c3c3c3;
}
.wb-footer .footer-nav-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
  background: #EFF4F5;
  padding: 40px 0;
}
@media screen and (max-width: 960px) {
  .wb-footer .footer-nav-list {
    padding: 6.75vw;
    gap: 0;
    justify-content: flex-start;
  }
  .wb-footer .footer-nav-list li {
    width: 47%;
    text-align: left;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .wb-footer .footer-nav-list li {
    border-bottom: 1px solid #ccc;
  }
  .wb-footer .footer-nav-list li:nth-child(1), .wb-footer .footer-nav-list li:nth-child(2) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 960px) {
  .wb-footer .footer-nav-list li:nth-child(odd) {
    margin-right: 6%;
  }
}
.wb-footer .footer-nav-list a {
  color: #000000;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .wb-footer .footer-nav-list a {
    font-size: 0.8em;
    display: block;
    text-align: left;
    padding: 20px 0;
  }
}
@media screen and (min-width: 961px) {
  .wb-footer .footer-nav-list a:hover {
    color: #3C7A48;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .wb-footer .footer-nav-list a:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}
.wb-footer .footer-links {
  background: #ffffff;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .wb-footer .footer-links {
    padding: 20px 6.75vw;
    justify-content: flex-start;
    gap: 10px;
  }
  .wb-footer .footer-links li {
    padding: 3px 10px 3px 0;
    border-right: 1px solid #000000;
  }
  .wb-footer .footer-links li:last-child {
    padding-right: 0;
    border: none;
  }
}
.wb-footer .footer-links a {
  color: #000000;
  text-decoration: none;
  font-size: 0.7em;
}
@media screen and (max-width: 960px) {
  .wb-footer .footer-links a {
    font-size: 0.85em;
  }
}
.wb-footer .footer-links a:hover {
  color: #3C7A48;
}
@media screen and (min-width: 961px) {
  .wb-footer .footer-links a:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}
.wb-footer .footer-logo {
  padding: 40px 0 20px;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wb-footer .footer-logo {
    max-width: 170px;
    padding: 20px 0;
  }
}
.wb-footer .footer-info {
  background: #3e3a39;
  padding: 30px 0;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .wb-footer .footer-info {
    padding: 20px 0.675vw;
  }
}
.wb-footer .footer-info .footer-text {
  background: #3e3a39;
  font-size: 0.7em;
  line-height: 1.8;
  margin-bottom: 15px;
}
.wb-footer .footer-info .footer-copy {
  font-size: 12px;
  line-height: 1.5;
}

/* フローティングバナー */
.float-ban {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 20px;
  z-index: 500;
  background: #f3efe6;
}
@media screen and (max-width: 960px) {
  .float-ban {
    padding: 10px 6.25vw;
  }
}
.float-ban .float-ban-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.float-ban .float-icon {
  position: absolute;
  left: -90px;
  top: -80px;
  width: 100px;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  .float-ban .float-icon {
    left: 0px;
    top: -110px;
  }
}
@media screen and (max-width: 960px) {
  .float-ban .float-icon {
    width: 60px;
    left: 0.25vw;
    top: -70px;
    display: none;
  }
}
.float-ban .float-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .float-ban .float-buttons {
    gap: 10px;
  }
}
.float-ban .float-buttons .btn-float {
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  display: block;
  border-radius: 20px;
  text-decoration: none;
  width: calc((100% - 60px) / 3);
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .float-ban .float-buttons .btn-float {
    height: auto;
    line-height: 1.3;
    width: calc((100% - 20px) / 3);
    font-size: 0.8em;
    padding: 5px;
    border-radius: 7px;
  }
}
.float-ban .float-buttons .btn-float-01 {
  background: #D16F68;
}
.float-ban .float-buttons .btn-float-02 {
  background: #FC9F31;
}
.float-ban .float-buttons .btn-float-03 {
  background: #3C7A48;
}
@media screen and (min-width: 961px) {
  .float-ban .float-buttons .btn-float:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}
.float-ban .float-buttons .btn-float span {
  font-size: 0.8em;
}
@media screen and (max-width: 960px) {
  .float-ban .float-buttons .btn-float span {
    font-size: 0.9em;
  }
}

.footer-cta {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .footer-cta {
    padding: 25px 6.25vw;
    gap: 20px;
  }
}

.btn-footer-01 {
  background: #D16F68;
}

.btn-footer-02 {
  background: #FC9F31;
}

/* ==========================================================================
  TOP Hero
========================================================================== */
.top-hero {
  position: relative;
  width: 100%;
  background: url("../../assets/img/top_hero_kv_2.webp") center -80px no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 4.375vw;
  aspect-ratio: 1/1.01;
  aspect-ratio: 1.65/1;
}
@media screen and (max-width: 960px) {
  .top-hero {
    background: url("../../assets/img/top_hero_kv_sp_2.webp") center top no-repeat #c1ef84;
    background-size: 100% auto;
    aspect-ratio: auto;
    padding-top: 6.25vw;
    padding-bottom: 20px;
  }
}
.top-hero .hero-top .hero-h1 {
  width: 100%;
  max-width: 43.375vw;
  max-width: 30vw;
  margin: 0 auto 32vw;
  margin: 0 auto 5vw;
}
@media screen and (max-width: 960px) {
  .top-hero .hero-top .hero-h1 {
    max-width: 75%;
    margin: 0 auto 45.31vw;
  }
}
.top-hero .hero-bottom .hero-message {
  width: 48vw;
  width: 38.75vw;
  margin: 0 auto 2.5vw;
}
@media screen and (max-width: 960px) {
  .top-hero .hero-bottom .hero-message {
    width: 86.875vw;
    margin: 0 auto 16vw;
  }
}
.top-hero .hero-cta {
  position: relative;
  width: 100%;
  max-width: 75vw;
  margin: 0 auto;
  background: #f3efe6;
  padding: 3.125vw;
  border-radius: 20px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  .top-hero .hero-cta {
    max-width: 88vw;
    padding: 12vw 20px 20px;
    border-radius: 12px;
  }
}
.top-hero .hero-cta .cta-label {
  position: absolute;
  top: -3.125vw;
  left: -1.25vw;
  width: 6.25vw;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .top-hero .hero-cta .cta-label {
    width: 18vw;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top-hero .hero-cta .cta-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .top-hero .hero-cta .cta-wrapper {
    display: block;
  }
}
.top-hero .hero-cta .cta-item {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 960px) {
  .top-hero .hero-cta .cta-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-hero .hero-cta .cta-item .cta-bubble {
  font-size: 1.5vw;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .top-hero .hero-cta .cta-item .cta-bubble {
    font-size: 1.4em;
    margin-bottom: 8px;
  }
}
.top-hero .hero-cta .cta-item .cta-bubble span {
  font-size: 0.7em;
  font-weight: bold;
  vertical-align: 3px;
}
.top-hero .hero-cta .cta-item .btn-cta {
  display: block;
  text-align: center;
  height: 4.375vw;
  line-height: 4.375vw;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5vw;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .top-hero .hero-cta .cta-item .btn-cta {
    max-width: 420px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 1em;
    border-radius: 12px;
  }
}
@media screen and (min-width: 961px) {
  .top-hero .hero-cta .cta-item .btn-cta:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}
.top-hero .hero-cta .cta-item .btn-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5625vw;
  width: 1.125vw;
  height: 1.125vw;
  margin-top: -0.5625vw;
  background: url(../img/cmn_arrow.svg) center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 960px) {
  .top-hero .hero-cta .cta-item .btn-cta::after {
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
.top-hero .hero-cta .cta-item .btn-cta.btn-reserve {
  background: #D16F68;
}
.top-hero .hero-cta .cta-item .btn-cta.btn-inquiry {
  background: #FC9F31;
}
.top-hero .hero-cta .cta-item .btn-cta.btn-cases {
  background: #3C7A48;
}
.top-hero .hero-cta .cta-item .btn-cta span {
  font-size: 1.3vw;
}
@media screen and (max-width: 960px) {
  .top-hero .hero-cta .cta-item .btn-cta span {
    font-size: 0.9em;
  }
}

.cta-cap {
  text-align: right;
}
@media screen and (min-width: 961px) {
  .cta-cap {
    position: absolute;
    right: 6.25vw;
    bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .cta-cap {
    padding: 6vw 6vw 0 0;
  }
}

/* ==========================================================================
  TOP 実際のご相談
========================================================================== */
.top-cases {
  padding: 80px 0;
  background: #f3efe6;
}
@media screen and (max-width: 960px) {
  .top-cases {
    padding: 40px 0;
  }
}

.top-cases-head {
  margin-bottom: 56px;
}
@media screen and (max-width: 960px) {
  .top-cases-head {
    margin-bottom: 10px;
  }
}

.cases-lead {
  font-size: 1.5em;
  font-weight: bold;
  color: #3C7A48;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .cases-lead {
    font-size: 1.35em;
  }
}

.cases-h2 {
  font-size: 1.5em;
  font-weight: 600;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  background: #E7E0AD;
  text-align: center;
}

.top-cases .swiper-container {
  height: auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .top-cases .swiper-container {
    padding-bottom: 30px;
  }
}
.top-cases .swiper-wrapper {
  padding-top: 30px;
  height: auto;
}
.top-cases .swiper-slide {
  height: auto;
  display: flex;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .top-cases .swiper-slide:hover {
    transform: scale(1.02);
  }
}

.case-card {
  border-radius: 20px;
  background: #ffffff;
  border: 4px solid #3C7A48;
  position: relative;
  height: 100%;
  z-index: 0;
}

.case-card-label {
  position: absolute;
  top: -15px;
  left: 20px;
  border-radius: 15px;
  color: #ffffff;
  background: #3C7A48;
  padding: 5px 15px;
  display: inline-block;
  font-size: 0.8em;
  z-index: 1;
}

.case-card-img {
  border-radius: 17px 17px 0 0;
  overflow: hidden;
}

.case-card-inner {
  padding: 30px 20px;
}

.case-card-ttl {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
  color: #3C7A48;
  margin-bottom: 10px;
}

.case-card-person {
  font-size: 0.8em;
  text-align: right;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .case-card-person {
    margin-bottom: 10px;
  }
}

.case-card-person-l {
  text-align: left;
}

.type-special {
  border: 4px solid #3C7A48;
}
.type-special .case-card-label {
  background: #3C7A48;
}
.type-special .case-card-ttl {
  color: #3C7A48;
}

.case-card-details {
  flex-grow: 1;
  color: #000000;
}
.case-card-details dt {
  background: #3C7A48;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 0.8em;
  color: #ffffff;
  font-weight: bold;
}
.case-card-details dt:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .case-card-details dt {
    font-size: 1em;
  }
}
.case-card-details dt.mt30 {
  margin-top: 30px;
}
.case-card-details dt.conc {
  background: #FC9F31;
}
.case-card-details dd {
  font-size: 0.8em;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .case-card-details dd {
    font-size: 1em;
  }
}

@media screen and (max-width: 960px) {
  .case-card-details-l {
    margin-bottom: 30px;
  }
}

.top-case-btn {
  margin-top: -70px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 961px) {
  .top-case-btn {
    max-width: 420px;
    margin: -70px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .top-case-btn {
    margin: 0;
    padding: 0 6.25vw;
  }
}

.btn-top-cases {
  background: #3C7A48;
  margin: 0 auto;
}

.prev-cases,
.next-cases {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 961px) {
  .prev-cases,
.next-cases {
    bottom: 0;
    top: auto;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .prev-cases,
.next-cases {
    width: 40px;
    height: 40px;
  }
}

.prev-cases {
  left: 10%;
  background: url(../img/top_case_arrow_l.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .prev-cases {
    left: 5%;
  }
}

.next-cases {
  right: 10%;
  background: url(../img/top_case_arrow_r.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .next-cases {
    right: 5%;
  }
}

/* ==========================================================================
  TOP 満足度＋特長
========================================================================== */
.top-info {
  background: #EFF4F5;
  padding: 110px 20px;
}
@media screen and (max-width: 960px) {
  .top-info {
    padding: 40px 6.25vw;
  }
}

/* ==================== 満足度セクション ==================== */
.top-satis {
  max-width: 1200px;
  margin: 0 auto 70px;
  background: #ffffff;
  border-radius: 20px;
  padding: 60px 80px 40px;
}
@media screen and (max-width: 960px) {
  .top-satis {
    margin: 0 auto 30px;
    border-radius: 12px;
    padding: 40px 20px 20px 20px;
  }
}
.top-satis .top-satis-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .top-satis .top-satis-wrapper {
    flex-direction: column;
  }
}
.top-satis .top-satis-left {
  width: 46%;
}
@media screen and (max-width: 960px) {
  .top-satis .top-satis-left {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 40px;
  }
}
.top-satis .top-satis-right {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-satis .top-satis-right {
    width: 100%;
  }
}
.top-satis .top-satis-sub {
  font-size: 1.2em;
  font-weight: bold;
  color: #a5874e;
  margin-bottom: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .top-satis .top-satis-sub {
    font-size: 1.1em;
  }
}
.top-satis .top-satis-text {
  position: relative;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .top-satis .top-satis-text {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.top-satis .top-satis-text:after {
  content: "";
  width: 40%;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.top-satis .satis-slide {
  width: 100%;
  position: relative;
}
.top-satis .satis-slide:after, .top-satis .satis-slide:before {
  content: "";
  width: 50px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .top-satis .satis-slide:after, .top-satis .satis-slide:before {
    width: 30px;
  }
}
.top-satis .satis-slide:before {
  right: 0;
  left: auto;
}
.top-satis .swiper-wrapper {
  position: relative;
  z-index: 0;
  align-items: center;
}
.top-satis .prev-satis {
  width: 50px;
  height: 50px;
  background: url(../img/top_satis_arrow_l.png) center center no-repeat #ffffff;
  background-size: auto 40px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .top-satis .prev-satis {
    width: 30px;
    height: 30px;
    background: url(../img/top_satis_arrow_l.png) center center no-repeat #ffffff;
    background-size: auto 28px;
  }
}
.top-satis .next-satis {
  width: 50px;
  height: 50px;
  background: url(../img/top_satis_arrow_r.png) center center no-repeat #ffffff;
  background-size: auto 40px;
  right: 0;
}
@media screen and (max-width: 960px) {
  .top-satis .next-satis {
    width: 30px;
    height: 30px;
    background: url(../img/top_satis_arrow_r.png) center center no-repeat #ffffff;
    background-size: auto 28px;
  }
}
.top-satis .top-satis-comm {
  font-size: 1.2em;
  line-height: 1.4;
  width: 70%;
  margin: 0 auto;
}
.top-satis .top-satis-star {
  color: #ffcc00;
  letter-spacing: 2px;
  font-size: 1.3em;
}
.top-satis .top-satis-cap {
  text-align: right;
  margin-top: 30px;
}

/* ==================== 特徴セクション ==================== */
.top-feature {
  max-width: 1200px;
  margin: 0 auto 70px;
  background: #ffffff;
  border-radius: 20px;
  padding: 60px 80px 40px;
  /* ウェルビオの5つの特長 */
}
@media screen and (max-width: 960px) {
  .top-feature {
    padding: 40px 20px;
    border-radius: 12px;
    margin: 0 auto 30px;
  }
}
.top-feature .top-feature-wrapper {
  text-align: center;
}
.top-feature .top-feature-h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #3C7A48;
}
@media screen and (max-width: 960px) {
  .top-feature .top-feature-h2 {
    font-size: 1.2em;
  }
}
.top-feature .top-feature-h2 small {
  font-size: 0.5em;
}
.top-feature .top-feature-text {
  line-height: 1.8;
  margin-bottom: 40px;
}
.top-feature .top-feature-h3 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .top-feature .top-feature-h3 {
    margin-bottom: 30px;
  }
}
.top-feature .top-feature-h3 span {
  padding: 15px 80px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 960px) {
  .top-feature .top-feature-h3 span {
    padding: 15px 0;
  }
}
.top-feature .top-feature-h3 span strong {
  font-size: 2em;
  padding: 0 5px;
  vertical-align: -0.2em;
}
.top-feature .top-feature-list-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top-feature .top-features-list {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .top-feature .top-features-list {
    margin-bottom: 25px;
  }
}
.top-feature .top-features-list li {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 1.3em;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .top-feature .top-features-list li {
    margin-bottom: 15px;
    font-size: 1.1em;
  }
}
.top-feature .top-features-list li:last-child {
  margin-bottom: 0;
}
.top-feature .top-features-list li .num {
  padding-right: 10px;
}
.top-feature .btn-top-feature {
  background: #003A12;
  margin: 0 auto;
}
.top-feature .top-feature-cap {
  text-align: right;
  margin-top: 30px;
}

.top-features-micro {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .top-features-micro {
    margin-bottom: 10px;
  }
}

/* ==========================================================================
  TOP サービス＋ステップ
========================================================================== */
/* ==================== サービスセクション ==================== */
.top-ser {
  max-width: 1200px;
  margin: 0 auto 90px;
  background: #ffffff;
  border-radius: 20px;
  padding: 80px;
  border: 4px solid #3C7A48;
}
@media screen and (max-width: 960px) {
  .top-ser {
    border-radius: 12px;
    padding: 40px 20px;
    margin: 0 auto 40px;
  }
}
.top-ser .top-ser-h2 {
  color: #3C7A48;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .top-ser .top-ser-h2 {
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.top-ser .top-ser-cat {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .top-ser .top-ser-cat {
    margin-bottom: 40px;
  }
}
.top-ser .top-ser-cat:last-child {
  margin-bottom: 0;
}
.top-ser .top-ser-h3 {
  color: #3C7A48;
  font-size: 2.4em;
  border-bottom: 1px solid #3C7A48;
  display: inline-block;
  padding: 0 10px 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .top-ser .top-ser-h3 {
    font-size: 1.4em;
  }
}
.top-ser .top-ser-sub {
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.top-ser .top-ser-sub strong {
  font-size: 1.5em;
}
.top-ser .icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .top-ser .icon-grid {
    gap: 0;
    justify-content: flex-start;
  }
}
.top-ser .icon-grid li {
  width: calc(16.6666666667% - 20px);
}
@media screen and (max-width: 960px) {
  .top-ser .icon-grid li {
    margin-bottom: 10px;
    width: calc(50% - 5px);
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .top-ser .icon-grid li:nth-child(3n) {
    margin-right: 0;
  }
}
.top-ser .icon-grid-2 {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .top-ser .icon-grid-2 {
    display: none;
  }
}

.btn-top-ser {
  background: #003A12;
  margin: 0 auto;
}

/* ==================== 相談の流れセクション ==================== */
.top-flow {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.top-flow .top-flow-h2 {
  display: block;
  width: 80%;
  font-size: 1.2em;
  font-weight: bold;
  background: #3C7A48;
  color: #fff;
  padding: 15px;
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 960px) {
  .top-flow .top-flow-h2 {
    line-height: 1.5;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.top-flow .top-steps-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 960px) {
  .top-flow .top-steps-wrapper {
    flex-direction: column;
    margin: 0 auto 30px;
  }
}
.top-flow .top-step-card {
  flex: 1;
  border-radius: 20px;
  padding: 40px 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top-flow .top-step-card {
    padding: 20px;
    border-radius: 12px;
  }
}
.top-flow .top-step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #3C7A48;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .top-flow .top-step-card:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: -35px;
    transform: translateX(50%) rotate(90deg);
  }
}
.top-flow .top-step-card .num {
  background: #3C7A48;
  color: #fff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: -10px;
}
.top-flow .top-step-card .top-step-h3 {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.6;
}
.top-flow .top-step-card .top-step-h3 span {
  padding: 0 10px 5px;
  border-bottom: 2px solid #000000;
}
.top-flow .top-step-card p {
  text-align: center;
  line-height: 1.6;
}
.top-flow .top-step-card.step-1 {
  background: #EFF4F5;
  background: #ffffff;
}
.top-flow .top-step-card.step-2 {
  background: #CCDBCA;
}
.top-flow .top-step-card.step-3 {
  background: #98B797;
}
.top-flow .top-step-card.step-3:before, .top-flow .top-step-card.step-3:after {
  content: "";
  width: 32px;
  height: 45px;
  position: absolute;
  background: url(../img/top_flow_kira.png) center center no-repeat;
  background-size: cover;
}
.top-flow .top-step-card.step-3:before {
  top: 10px;
  right: 10px;
}
.top-flow .top-step-card.step-3:after {
  bottom: 10px;
  left: 10px;
}
.top-flow .step-fuki {
  position: absolute;
  top: -40px;
  right: 34px;
  width: 90px;
}
@media screen and (max-width: 960px) {
  .top-flow .step-fuki {
    top: -30px;
    width: 70px;
  }
}
.top-flow .top-flow-last {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  color: #3C7A48;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .top-flow .top-flow-last {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
}

/* ==========================================================================
  TOP 詳細部分
========================================================================== */
/* 共通設定 */
.top-det {
  padding: 80px 20px;
}
@media screen and (max-width: 960px) {
  .top-det {
    padding: 40px 6.25vw;
  }
}
.top-det.top-conc {
  background: #ffffff;
}
.top-det.top-method {
  background: #EFF4F5;
}
.top-det .top-det-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .top-det .top-det-wrapper {
    display: block;
  }
}
.top-det .top-det-img {
  width: 46%;
}
@media screen and (max-width: 960px) {
  .top-det .top-det-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-det .top-det-text {
  width: 46%;
}
@media screen and (max-width: 960px) {
  .top-det .top-det-text {
    width: 100%;
    text-align: center;
  }
}
.top-det .top-det-h2 {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: bold;
}
.top-det .top-det-d {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 0.9em;
}
.top-det .top-det-last {
  margin: 30px 0 20px 0;
}
.top-det .btn-det-g {
  background: #003A12;
}
.top-det .btn-det-lg {
  background: #D16F68;
}

/* FAQセクション */
.top-faq {
  background: #f3efe6;
  padding: 80px 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-faq {
    padding: 40px 6.25vw;
  }
}
.top-faq .top-faq-ttl {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .top-faq .top-faq-ttl {
    font-size: 1.5em;
    line-height: 1.4;
  }
}
.top-faq .btn-top-faq {
  margin: 0 auto;
  background: #003A12;
}

/* ==========================================================================
  TOP 約束
========================================================================== */
.top-promise {
  background: url("../../assets/img/top_promise_bg.webp") center center no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 20px;
}
@media screen and (max-width: 960px) {
  .top-promise {
    padding: 40px 6.25vw;
  }
}
.top-promise .top-promise-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 80px;
}
@media screen and (max-width: 960px) {
  .top-promise .top-promise-wrapper {
    border-radius: 12px;
    padding: 60px 20px 40px;
  }
}
.top-promise .top-promise-h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .top-promise .top-promise-h2 {
    margin-bottom: 50px;
  }
}
.top-promise .top-promise-h2 span {
  padding: 10px 40px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.top-promise .top-promise-list {
  display: flex;
  flex-wrap: wrap;
}
.top-promise .top-promise-list article {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top-promise .top-promise-list article {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-promise .top-promise-list article:last-child {
    margin-bottom: 0;
  }
}
.top-promise .top-promise-icon {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .top-promise .top-promise-icon {
    margin-bottom: 15px;
  }
}
.top-promise .top-promise-icon img {
  height: 190px;
  width: auto;
}
@media screen and (max-width: 960px) {
  .top-promise .top-promise-icon img {
    height: 150px;
  }
}
.top-promise .top-promise-text {
  font-size: 0.8em;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .top-promise .top-promise-text {
    font-size: 1em;
  }
}/*# sourceMappingURL=style.css.map */