/*
Theme Name: KNOCK ON THE DOOR Inc.
Theme URL: watashite.site
Description: watashite介護事業者向けサービスサイト専用テーマ
Author: KNOCK ON THE DOOR Inc.
Version: 1.0
Tags: blog
License: GNU General Public License v2 or later
License URI: LICENSE
*/

@charset "UTF-8";
@import url('assets/css/reset.css');
@import url('assets/css/navi.css');
@import url('assets/css/navi_sec.css');
@import url('assets/css/contents.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%; /* 10px */
}
body {
  width: 100%;
  height: 100%;
  color: #404040;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  line-height: 1.2rem;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
a {
  color: #404040;
  text-decoration: underline;
}

a:hover {
  color: #404040;
  text-decoration: none;
}

/****** main-visual ******/
.main-visual {
  width: 100%;
  background: #e2f4ef;
  box-sizing: border-box;
  padding: 80px 0 40px 0;
}
.main-visual .visual-logo-inner {
  width: 100%;
  background: #e2f4ef;
  box-sizing: border-box;
  padding: 80px 0 40px 0;
}
.main-visual .visual-inner {
  width: 1380px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
}
.main-visual .visual-inner .visual-ttl-pos {
  width: 905px;
  padding-right: 50px;
  box-sizing: border-box;
}
.main-visual .visual-inner .visual-ttl-pos .main-logo {
  height: 60px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.main-visual .visual-inner .visual-ttl-pos .main-logo img {
  height: 60px;
  width: auto;
}
.main-visual .visual-inner .visual-ttl-pos .main-ttl {
  font-size: 4.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  color: #404040;
  padding-bottom: 30px;
}
.main-visual .visual-inner .visual-ttl-pos .main-ttl span {
  color: #158260;
}
.main-visual .visual-inner .visual-ttl-pos .main-sub-ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #404040;
  padding-bottom: 30px;
}
.main-visual .visual-inner .main-pic-free {
  padding-bottom: 20px;
  box-sizing: border-box;
}
.main-visual .visual-inner .main-pic-free img {
  height: 50px;
  width: auto;
}
.main-visual .visual-inner .visual-contact-btn-area {
    box-sizing: border-box;
    text-align: left;
}
.main-visual .visual-inner .visual-contact-btn-area a.visual-contact-btn {
    box-sizing: border-box;
    width: 300px;
    padding: 20px;
    background: #158260;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    position: relative;
    transition: opacity .2s ease, transform .06s ease;
    vertical-align: middle;
}
.main-visual .visual-inner .visual-contact-btn-area a.visual-contact-btn:hover {
    opacity: 0.8;
}
.main-visual .visual-inner .visual-pic-pos {
  flex: 1;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
.main-visual .visual-inner .visual-pic-pos img {
  width: 100%;
  height: auto;
}

/******* main-about *******/
.main-about-area {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 0 0;
}
.main-about-area .main-about-ttl {
  text-align: center;
  font-size: 4.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  padding-bottom: 50px;
}
.main-about-area .main-about-ttl span {
  color: #158260;
}
.main-about-area .main-about-inner {
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
.main-about-area .main-about-inner .main-about {
  width: 1280px;
  box-sizing: border-box;
  padding: 20px;
  border: 5px solid #158260;
  border-radius: 20px;
}
.main-about-area .main-about-inner .main-about-pic {
  text-align: center;
  padding-bottom: 20px;
}
.main-about-area .main-about-inner .main-about-pic img {
  height: 230px;
  width: auto;
}
.main-about-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.main-about-list li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 20px;
}
.main-about-list li:last-child {
  position: relative;
  padding-left: 35px;
  padding-bottom: 0;
}
.main-about-list li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("./assets/images/icon_m_about.png") no-repeat center center;
  background-size: contain;
}


/******* main-can *******/
.main-can-area {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}
.main-can-area .main-can-ttl {
  text-align: center;
  font-size: 4.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  padding-bottom: 50px;
}
.main-can-area .main-can-ttl span {
  color: #158260;
}
.main-can-area .main-can-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  justify-content: flex-start;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.main-can-area .main-can-item .main-can-txt {
  display: inline;
  flex: 1;
  min-width: 0;
}
.main-can-area .main-can-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #158260;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: bold;
  flex-shrink: 0;
}
.main-can-area .main-can-item .emp-txt {
  color: #158260;
}
.main-can-area .main-can-cont {
  box-sizing: border-box;
  display: flex;
}
.main-can-area .main-can-cont .can-cont-pic {
  box-sizing: border-box;
  width: 600px;
}
.main-can-area .main-can-cont .can-cont-txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 50px;
}
.main-can-area .main-can-re-cont {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
}
.main-can-area .main-can-re-cont .can-cont-re-pic {
  box-sizing: border-box;
  width: 600px;
}
.main-can-area .main-can-re-cont .can-cont-re-txt {
  box-sizing: border-box;
  flex: 1;
  padding-right: 50px;
}
.main-can-area .main-can-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.main-can-area .main-can-list li {
  position: relative;
  padding-left: 45px;
  padding-bottom: 30px;
}
.main-can-area .main-can-list li:last-child {
  padding-bottom: 0;
}
.main-can-area .main-can-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 30px;
  height: 30px;
  background: url("./assets/images/icon_m_can.png") no-repeat center center;
  background-size: contain;
}

/******* main-voice *******/
.main-voice-area {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 100px 0;
}
.main-voice-area .main-voice-ttl {
  text-align: center;
  font-size: 4.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  margin-bottom: 170px;
}
.main-voice-area .main-voice-ttl span {
  color: #158260;
}
/* ===== main-voice（最小・安全）===== */
.main-voice-area .main-voice-list {
  list-style: none;
  display: flex;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

/* 各カード */
.main-voice-area .main-voice-list li {
  width: 300px;
  flex: 0 0 auto;
  margin-right: 30px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid #158260;
}

.main-voice-area .main-voice-list li:last-child {
  margin-right: 0;
}
.main-voice-area .main-voice-list li .voice-icon {
  text-align: center;
  margin-top: -120px;
}
.main-voice-area .main-voice-list li .voice-icon img {
  width: 200px;
  height: auto;
}
.main-voice-area .main-voice-list li .voice-txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-top: 20px;
}
.main-voice-area .main-voice-list li .voice-txt span {
  color: #158260;
  font-weight: bold;
}
/* 横スクロールを有効化 */
.main-voice-area .main-voice-list {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  padding-top: 120px;
  margin-top: -120px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
}
.main-voice-area .main-voice-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.main-voice-area .main-voice-list li:last-child {
  margin-right: 0;
}
.main-voice-area .main-voice-list img {
  pointer-events: none;
  -webkit-user-drag: none;
}

/******* main-case *******/
.main-case-area {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 100px 0;
}
.main-case-area .main-case-ttl {
  text-align: center;
  font-size: 4.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  padding-bottom: 50px;
}
.main-case-area .main-case-ttl span {
  color: #158260;
}
/* スライダー全体：1280px固定 */
.main-case-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 1280px;
  margin: 0 auto;
}

/* 表示エリア（2枚分） */
.main-case-slider .slider-viewport {
  overflow: hidden;
  padding: 24px 20px;
  width: calc(540px * 2 + 16px);
  margin: 0 auto;
}

/* リスト */
.main-case-area .main-case-list {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
  transition: transform 0.4s ease;
}

/* 各カード */
.main-case-area .main-case-list > li {
  flex: 0 0 540px;
  width: 540px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.main-case-area .case-pic {
  padding-bottom: 20px;
}
.main-case-area .case-name-txt {
  padding-bottom: 20px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: bold;
}
.main-case-area .case-ttl-txt {
  padding-bottom: 20px;
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-weight: bold;
  color: #158260;
}
.main-case-area .case-txt {
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.main-case-area .case-btn-area {
    box-sizing: border-box;
    text-align: right;
}
.main-case-area .case-btn-area a.case-btn {
    box-sizing: border-box;
    width: 165px;
    padding: 10px;
    background: #158260;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: center;
    position: relative;
    transition: opacity .2s ease, transform .06s ease;
    vertical-align: middle;
}
.main-case-area .case-btn-area a.case-btn:hover {
    opacity: 0.8;
}

/* coming soon */
.main-case-area .coming-soon {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  border: 2px solid #158260;
}
.main-case-area .coming-soon-txt {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #158260;
  text-align: center;
}

/* 矢印（内側配置） */
.main-case-slider .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* 1280px内に収める位置 */
.main-case-slider .slider-arrow.prev {
  left: 0;
}
.main-case-slider .slider-arrow.next {
  right: 0;
}
.main-case-slider .slider-arrow img {
  width: 60px;
  height: auto;
  display: block;
}

/******* main-contact *******/
.main-contact-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background: #e2f4ef;
  padding: 50px;
}
.main-contact-area .main-contact-ttl {
  text-align: center;
  font-size: 4.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  padding-bottom: 50px;
}
.main-contact-area .contact-btn-area {
    box-sizing: border-box;
    text-align: center;
}
.main-contact-area .contact-btn-area a.contact-btn {
    box-sizing: border-box;
    width: 300px;
    padding: 20px;
    background: #158260;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    position: relative;
    transition: opacity .2s ease, transform .06s ease;
    vertical-align: middle;
}
.main-contact-area .contact-btn-area a.contact-btn:hover {
    opacity: 0.8;
}

/******* main-flow *******/
.main-flow-area {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 0 0;
}
.main-flow-area .main-flow-ttl {
  text-align: center;
  font-size: 4.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  padding-bottom: 120px;
}
.main-flow-area .main-flow-ttl span {
  color: #158260;
}
.main-flow-area .main-flow-list {
  list-style: none;
  display: flex;
}
.main-flow-area .main-flow-list li {
  margin-right: 30px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid #158260;
  width: 300px;
}
.main-flow-area .main-flow-list li:last-child {
  margin-right: 0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid #158260;
  width: 300px;
}
.main-flow-area .main-flow-list li .flow-icon-pos {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.main-flow-area .main-flow-list li .flow-icon-pos .flow-icon {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 4.0rem;
  line-height: 1;
  border: 2px solid #158260;
  color: #fff;
  background: #158260;
  margin-top: -70px;
}
.main-flow-area .main-flow-list li .flow-ttl {
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: #158260;
}
.main-flow-area .main-flow-list li .flow-pic {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  text-align: center;
}
.main-flow-area .main-flow-list li .flow-txt {
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

/******* main-question *******/
.main-question-area {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0;
}
.main-question-area .main-question-ttl {
  text-align: center;
  font-size: 4.0rem;
  line-height: 6.0rem;
  font-weight: bold;
  padding-bottom: 50px;
}
.main-question-area .main-question-ttl span {
  color: #158260;
}
.qa-accordion{
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.qa-item{
  border: 3px solid #158260;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.qa-q{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  user-select: none;
}
.q-badge{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  border: 2px solid #158260;
  color: #fff;
  background: #158260;
  flex-shrink: 0;
}
.a-badge{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  border: 2px solid #158260;
  color: #158260;
  background: #fff;
  flex-shrink: 0;
}
.qa-q-text{
  flex: 1 1 auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.qa-toggle{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #158260;
  position: relative;
  flex: 0 0 auto;
}
.qa-toggle::before{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: transform 0.22s ease;
}
.qa-a{
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
  border-top: 0;
}
.qa-item.is-open .qa-a{
  border-top: 3px solid #158260;
}
.qa-a-inner{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #e2f4ef;
}
.qa-a-text{
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-top: 7px;
}
/* 開いた状態（矢印回転） */
.qa-item.is-open .qa-toggle::before{
  transform: translate(-50%, -50%) rotate(-45deg); /* ▲ */
}



/******************************************************
footer
******************************************************/
footer {
  width: 100%;
  border-top: 1px solid #158260;
  background: #ffffff;
  box-sizing: border-box;
  padding: 30px 20px;
  font-size: 1.4rem;
}
footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
}
footer .footer-inner .footer-security {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
footer .footer-inner .footer-security li {
  margin-right: 20px;
}
footer .footer-inner .footer-security li:last-child {
  margin-right: 0;
}
footer .footer-inner .footer-security li img {
  width: 140px;
  height: auto;
}
footer .footer-inner .footer-bottom {
  box-sizing: border-box;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
footer .footer-inner .footer-bottom .footer-copyright {
  box-sizing: border-box;
}
footer .footer-inner .footer-bottom .footer-menu {
  box-sizing: border-box;
  list-style: none;
  display: flex;
}
footer .footer-inner .footer-bottom .footer-menu li {
  margin-right: 20px;
}
footer .footer-inner .footer-bottom .footer-menu li:last-child {
  margin-right: 0;
}
footer .footer-inner .footer-bottom .footer-menu li.f-sep-border {
  color: #158260;
}

/******************************************************
smartphone
******************************************************/
@media screen and (max-width: 768px) {
/****** main-visual ******/
.main-visual {
  width: 100%;
  background: #e2f4ef;
  box-sizing: border-box;
  padding: 100px 0 30px 0;
}
.main-visual .visual-inner {
  width: 94%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: block;
}
.main-visual .visual-inner .visual-ttl-pos {
  width: 100%;
  padding-right: 0;
  box-sizing: border-box;
}
.main-visual .visual-inner .visual-ttl-pos .main-logo {
  height: 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}
.main-visual .visual-inner .visual-ttl-pos .main-logo img {
  height: 60px;
  width: auto;
}
.main-visual .visual-inner .visual-ttl-pos .main-ttl {
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  color: #404040;
  padding-bottom: 30px;
}
.main-visual .visual-inner .visual-ttl-pos .main-ttl span {
  color: #158260;
}
.main-visual .visual-inner .visual-ttl-pos .main-sub-ttl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #404040;
  padding-bottom: 30px;
}
.main-visual .visual-inner .main-pic-free {
  padding-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}
.main-visual .visual-inner .main-pic-free img {
  height: 50px;
  width: auto;
}
.main-visual .visual-inner .visual-contact-btn-area {
    box-sizing: border-box;
    text-align: center;
}
.main-visual .visual-inner .visual-contact-btn-area a.visual-contact-btn {
    box-sizing: border-box;
    width: 300px;
    padding: 20px;
    background: #158260;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    position: relative;
    transition: opacity .2s ease, transform .06s ease;
    vertical-align: middle;
}
.main-visual .visual-inner .visual-pic-pos {
  width: 250px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.main-visual .visual-inner .visual-pic-pos img {
  width: 100%;
  height: auto;
}

/******* main-about *******/
.main-about-area {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.main-about-area .main-about-ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  padding-bottom: 50px;
}
.main-about-area .main-about-inner {
  width: 100%;
  display: block;
}
.main-about-area .main-about-inner .main-about {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  border: 5px solid #158260;
  border-radius: 20px;
  margin-bottom: 30px;
}
.main-about-area .main-about-inner .main-about-pic {
  text-align: center;
  padding-bottom: 20px;
}
.main-about-area .main-about-inner .main-about-pic img {
  height: 180px;
  width: auto;
}
.main-about-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.main-about-list li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 20px;
}
.main-about-list li:last-child {
  position: relative;
  padding-left: 35px;
  padding-bottom: 0;
}
.main-about-list li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("./assets/images/icon_m_about.png") no-repeat center center;
  background-size: contain;
}

/******* main-can *******/
.main-can-area {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.main-can-area .main-can-ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: bold;
}
.main-can-area .main-can-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  justify-content: flex-start;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.main-can-area .main-can-item .main-can-txt {
  display: inline;
  flex: 1;
  min-width: 0;
}
.main-can-area .main-can-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #158260;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: bold;
  flex-shrink: 0;
}
.main-can-area .main-can-cont {
  box-sizing: border-box;
  display: block;
}
.main-can-area .main-can-cont .can-cont-pic {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 20px;
}
.main-can-area .main-can-cont .can-cont-pic img {
  width: 100%;
  height: auto;
}
.main-can-area .main-can-cont .can-cont-txt {
  box-sizing: border-box;
  padding-left: 0;
}
.main-can-area .main-can-re-cont {
  box-sizing: border-box;
  display: block;
}
.main-can-area .main-can-re-cont .can-cont-re-pic {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 20px;
}
.main-can-area .main-can-re-cont .can-cont-re-pic img {
  width: 100%;
  height: auto;
}
.main-can-area .main-can-re-cont .can-cont-re-txt {
  box-sizing: border-box;
  padding-right: 0;
}
.main-can-area .can-cont-ttl {
  font-size: 2.8rem;
  line-height: 3.8rem;
  padding-bottom: 40px;
  font-weight: bold;
}
.main-can-area .main-can-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.main-can-area .main-can-list li {
  position: relative;
  padding-left: 45px;
  padding-bottom: 30px;
}
.main-can-area .main-can-list li:last-child {
  padding-bottom: 0;
}
.main-can-area .main-can-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 30px;
  height: 30px;
  background: url("./assets/images/icon_m_can.png") no-repeat center center;
  background-size: contain;
}

/******* main-voice *******/
.main-voice-area {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px 0;
}
.main-voice-area .main-voice-ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  margin-bottom: 100px;
}
.main-voice-area .main-voice-list li .voice-icon {
  text-align: center;
  margin-top: -95px;
}
.main-voice-area .main-voice-list li .voice-icon img {
  width: 150px;
  height: auto;
}
.main-voice-area .main-voice-list li .voice-txt {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-top: 20px;
}
/* 横スクロールを有効化 */
.main-voice-area .main-voice-list {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
  padding-top: 120px;
  margin-top: -120px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  touch-action: pan-y;
}

/******* main-case *******/
.main-case-area{
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 50px 0;
}

.main-case-area .main-case-ttl{
  text-align: center;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: bold;
  padding-bottom: 30px;
}

/***** slider wrapper *****/
.main-case-slider{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 44px;           /* 矢印の置き場 */
  box-sizing: border-box;
}

/***** viewport：左右の“逃げ”を作る（←ここが本命） *****/
.main-case-slider .slider-viewport{
  width: 100%;
  overflow: hidden;

  /* ★左右に逃げを作る：shadow/端が切れない */
  padding: 14px 12px;        /* ← 0 をやめる（左右12px） */

  box-sizing: border-box;
  margin: 0 auto;
}

/***** list：幅計算を壊さないため、gapは0のまま *****/
.main-case-area .main-case-list{
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
  transition: transform 0.35s ease;
  will-change: transform;
}

/***** card：100%固定（チラ見え防止） *****/
.main-case-area .main-case-list > li{
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.14);
}

/***** contents *****/
.main-case-area .case-pic{ padding-bottom: 16px; }
.main-case-area .case-pic img{
  width: 100%;
  height: auto;
  display: block;
}

.main-case-area .case-name-txt{
  padding-bottom: 12px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
}

.main-case-area .case-ttl-txt{
  padding-bottom: 12px;
  font-size: 1.9rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #158260;
}

.main-case-area .case-txt{
  padding-bottom: 14px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.main-case-area .case-btn-area{
  box-sizing: border-box;
  text-align: right;
}

.main-case-area .case-btn-area a.case-btn{
  box-sizing: border-box;
  width: 160px;
  padding: 10px;
  background: #158260;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  position: relative;
  transition: opacity .2s ease, transform .06s ease;
  vertical-align: middle;
}
.main-case-area .case-btn-area a.case-btn:hover{ opacity: 0.8; }

/***** coming soon：影の見え方を揃える（“左だけ影”みたいなのを消す） *****/
.main-case-area .coming-soon{
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #158260;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.14);
}
.main-case-area .coming-soon-txt{
  font-size: 2.0rem;
  line-height: 3.0rem;
  color: #158260;
  text-align: center;
}

/***** arrows（はみ出さない・被せない余白ゾーン内） *****/
.main-case-slider .slider-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}

.main-case-slider .slider-arrow.prev{ left: 0; }
.main-case-slider .slider-arrow.next{ right: 0; }

.main-case-slider .slider-arrow img{
  width: 30px;
  height: auto;
  display: block;
}

.main-case-slider .slider-arrow:focus{ outline: none; }
.main-case-slider .slider-arrow:focus-visible{
  outline: 2px solid #158260;
  outline-offset: 2px;
  border-radius: 999px;
}

  /******* main-contact *******/
.main-contact-area {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background: #e2f4ef;
  padding: 30px;
}
.main-contact-area .main-contact-ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.main-contact-area .contact-btn-area {
    box-sizing: border-box;
    text-align: center;
}
.main-contact-area .contact-btn-area a.contact-btn {
    box-sizing: border-box;
    width: 300px;
    padding: 20px;
    background: #158260;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    position: relative;
    transition: opacity .2s ease, transform .06s ease;
    vertical-align: middle;
}
.main-contact-area .contact-btn-area a.contact-btn:hover {
    opacity: 0.8;
}

/******* main-flow *******/
.main-flow-area {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0 0;
}
.main-flow-area .main-flow-ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  padding-bottom: 80px;
}
.main-flow-area .main-flow-list {
  list-style: none;
  display: block;
}
.main-flow-area .main-flow-list li {
  margin-right: 0;
  margin-bottom: 100px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid #158260;
  width: 100%;
}
.main-flow-area .main-flow-list li:last-child {
  margin-right: 0;
  margin-bottom: 0;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 5px solid #158260;
  width: 100%;
}
.main-flow-area .main-flow-list li .flow-icon-pos {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.main-flow-area .main-flow-list li .flow-icon-pos .flow-icon {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 4.0rem;
  line-height: 1;
  border: 2px solid #158260;
  color: #fff;
  background: #158260;
  margin-top: -70px;
}
.main-flow-area .main-flow-list li .flow-ttl {
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  color: #158260;
}
.main-flow-area .main-flow-list li .flow-pic {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  text-align: center;
}
.main-flow-area .main-flow-list li .flow-txt {
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

/******* main-question *******/
.main-question-area {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.main-question-area .main-question-ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  padding-bottom: 50px;
}
.main-question-area .main-question-ttl span {
  color: #158260;
}
.qa-accordion{
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.qa-item{
  border: 3px solid #158260;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.qa-q{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  user-select: none;
}
.q-badge{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  border: 2px solid #158260;
  color: #fff;
  background: #158260;
}
.a-badge{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  border: 2px solid #158260;
  color: #158260;
  background: #fff;
}
.qa-q-text{
  flex: 1 1 auto;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.qa-toggle{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #158260;
  position: relative;
  flex: 0 0 auto;
}
.qa-toggle::before{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: transform 0.22s ease;
}
.qa-a{
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
  border-top: 0;
}
.qa-item.is-open .qa-a{
  border-top: 3px solid #158260;
}
.qa-a-inner{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #e2f4ef;
}
.qa-a-text{
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-top: 7px;
}


/******************************************************
footer
******************************************************/
footer {
  width: 100%;
  border-top: 1px solid #158260;
  background: #ffffff;
  box-sizing: border-box;
  padding: 30px 20px;
  font-size: 1.4rem;
}
footer .footer-inner {
  margin-left: auto;
  margin-right: auto;
}
footer .footer-inner .footer-security {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
footer .footer-inner .footer-security li {
  margin-right: 10px;
}
footer .footer-inner .footer-security li:last-child {
  margin-right: 0;
}
footer .footer-inner .footer-security li img {
  width: 140px;
  height: auto;
}
footer .footer-inner .footer-bottom {
  box-sizing: border-box;
  padding-top: 20px;
  display: block;
}
footer .footer-inner .footer-bottom .footer-copyright {
  box-sizing: border-box;
  text-align: center;
}
footer .footer-inner .footer-bottom .footer-menu {
  box-sizing: border-box;
  list-style: none;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
footer .footer-inner .footer-bottom .footer-menu li {
  margin-right: 15px;
}
footer .footer-inner .footer-bottom .footer-menu li:last-child {
  margin-right: 0;
}
footer .footer-inner .footer-bottom .footer-menu li.f-sep-border {
  color: #158260;
}

}

/****** common style ******/
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mb80 { margin-bottom: 80px; }


