@charset "UTF-8";

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic,
    "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  max-width: 550px;
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #ededed;
  box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 25%);
}

section,
div,
h1,
h2 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}

header {
  display: flex;
  font-size: 0;
  background-color: #fff;
  justify-content: space-between;
  box-shadow: 1px 10px 7px -6px rgba(0, 0, 0, 0.3);
  z-index: 100;
  position: fixed;
  max-width: 550px;
  height: 8%;
}

.logo {
    width: 33%;
    display: flex;
    align-items: center;
    margin-left: 5%;
}

.df .hbtan {
  width: 50%;
  box-shadow: 0px 2px 5px -1px #889ac8;
  border-radius: 50px;
}
.sodan {
  width: 47%;
  border-radius: 50px;
}
.df {
  display: flex;
  justify-content: space-between;
  width: 51%;
  margin: auto;
  align-items: center;
}


section.mv {
  position: relative;
  padding-top: 13.5%;
}

.voicettl {
    width: 68%;
    margin: 3% 0 6% 5%;

  }
/* スライダー */

.qa_ttl {
    width: 60%;
    margin: auto;
    padding: 12% 0 3%;
}

.voice {
  background-image: url(../img/slide_bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 6%;
  position: relative;
}

.jyuki {
    position: absolute;
    right: 0;
    z-index: 50;
    width: 29%;
    top: 0%;
}

div .slick-next {
  right: 7px;
}

div .slick-prev:before,
div .slick-next:before {
  font-size: 40px;
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}

div .slick-prev {
  left: -18px;
}
/* スライダー1 */

.container button {
  z-index: 20;
}

.voice .slider02 .slick-dots li button:before {
  color: #fff !important;
  opacity: 1;
  font-size: 15px !important;
}
.voice .slick-prev:before {
  background: url(../img/btn_p.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.voice .slick-next:before {
  background: url(../img/btn_n.png);
  background-size: contain !important;
  background-repeat: no-repeat;
}

.voice .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ff821d !important;
}
/* アコーディオン */
.faq_00 {
  width: 90%;
  margin: 0 auto;
}


.faq_c_q {
  display: flex;
  align-items: center;
  background: #288f7a;
  padding: 2% 3% 1%;
  position: relative;
  border-radius: 4px;
}

.faq_c_q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 3px;
  transform: rotate(90deg);
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.faq_c_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 3px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}


.faq_c_q img {
  width: 7%;
  height: 7%;
  margin: 1%;
}



.faq_c_q p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 1% 1% 3% 2%;
}

.faq_c_01 {
  display: block;
  margin: 3% 0;
  overflow: hidden;
}

.qa {
  background-color: #fff;
  padding-bottom: 5%;
}

@media screen and (max-width: 767px) {
    div .faq_c_a p {
      font-size: 4vw;
    }
  div .faq_c_q p {
    font-size: 4vw;
    line-height: 1.5;
  }
}

footer {
    background-color: #0c3f43;
    padding: 6% 5% 10%;
    text-align: center;
}
.flogo {
    width: 46%;
    background-color: #fff;
    margin: auto;
    margin-top: 2%;
}
a.flink {
    color: #fff;
}

footer img {
    padding: 7% 11%;
}
section.cta-area {
    position: relative;
}
.cta {
    position: absolute;
    bottom: 6.8%;
    width: 84%;
    margin: auto;
    right: 0;
    left: 0;
}
.telnum{
    position: absolute;
    bottom: 35%;
    margin: auto;
    right: 14%;
    font-size: 3rem;
    color: #12a73b;
    font-weight: bold;
}
@media screen and (max-width: 750px) { 
    .telnum{
    right: 13%;
    font-size: 28px;
}
}
.faq_c_a img {
    width: 7%;
    height: 7%;
    margin: 1.3em 1%;
}
.faq_c_a {
    display: flex;
    align-items: flex-start;
    padding: 0% 3% 2%;
    border-radius: 0px;
}
.faq_c_a p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-left: 2%;
    line-height: 1.7;
}

.faq_00 .faq_c_01.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}

.more {
    text-align: center;
    margin-top: 20px;
}
button {
    background-color: #ffffff;
    border: 1px solid #288f7a;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 120px;
    border-radius: 16px;
    color: #288f7a;
}
.is-hidden {
    display: none;
}
.accordion-container .acc-ttl.open::before {
    transform: rotate(180deg);
}
.accordion-container .acc-ttl.open::after {
    opacity: 0;
}
._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffffff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
._shiny {
    display: block;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
}
._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.subtext {
    color: #fff;
    font-size: 12px;
    text-align: right;
}
.table {
  background-image: url(../img/green_bg.png);
padding-top: 20%;
}

/* 比較表 */

        table {
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid #000;
            padding: 11px 15px;
            text-align: center;
        }
        th {
            background-color: #f2f2f2;
            width: 40%;
            font-size: 15px;
        }
        .cross {
            color: red;
            font-weight: bold;
        }
        .table-container {
            overflow-x: auto;
        }
        .hikaku_table {
    width: 90%;
    margin: auto;
    padding: 2% 0;
}
.u-animation__scroll {
    -webkit-animation: scroll-animation 1.4s infinite alternate linear;
    animation: scroll-animation 1.4s infinite alternate linear;
    color: #0c3f43;
    margin: 2% 0;
    font-size: 13px;
}
@keyframes scroll-animation {
100% {
    -webkit-transform: translateX(0.5em);
    transform: translateX(0.5em);
}
}
    .table-container {
        overflow-x: auto;
    }

    table {
        border-collapse: collapse;
    }

th, td {
    border: 1px solid #dcdcdc;
    padding: 16px 5px;
    text-align: center;
    vertical-align: middle;
}

th {
    background-color: #0c3f43;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

td:first-child {
    background-color: #eaf4eb; /* ライトグリーン */
    font-size: 13px; /* フォントサイズを統一 */
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

tr:nth-child(even) {
    background-color: #f4f4f4; /* 偶数行の背景色 */
}

tr:nth-child(odd) {
    background-color: #ffffff; /* 奇数行の背景色 */
}

td {
    color: #333; /* 通常のテキスト色 */
    font-size: 14px; 
}

/* フォントアイコンのデザイン */
.icon {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    margin: -5% auto -10%;
}

/* ◎デザイン */
.icon.circle {
    color: #005f2f; /* 濃緑 */
    font-weight: 900;
}

/* △デザイン */
.icon.triangle {
    color: #ffa500; /* オレンジ */
}

/* ✕デザイン */
.icon.cross {
    color: #e63946; /* 赤 */
}

/* 左上セルの透明化 */
th:first-child {
    background-color: transparent !important;
    border: none !important;
}

/* キャプションデザイン */
caption {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #005f2f; /* 濃緑 */
    text-align: center;
}

.price_box {
    width: 90%;
    background-color: #fff;
    margin: 4% auto 0%;
    padding: 7% 0 5%;
    box-shadow: 5px 5px 15px -5px #777777ab;
}
.price_bg {
    background-color: #f2f6de;
    z-index: 2;
    position: relative;
}

.p_ttl {
  width: 90%;
  margin: auto;
}

.floating.active {
    opacity: 1;
    visibility: visible;
}
.floating-banner {
    position: fixed;
    z-index: 100;
    display: flex;
    background: #1a826df0;
    justify-content: space-between;
    max-width: 550px;
    bottom: 0;
    height: 16.5vh;
    width: 100vw;
    left: 0;
    right: 0;
    margin: auto;
    flex-direction: column;
}
.floating {
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    position: fixed;
}
.floating_mail {
    position: absolute;
    bottom: 11.8%;
    width: 94%;
    margin: auto;
    right: 0;
    left: 0;
    border-radius: 31px;
}
.floating-text {
    width: 90%;
    margin: 2% auto 0;
}

.sp{
    display: none;
}
@media screen and (max-width: 750px) { 
    .sp { 
        display: block; 
    } 
} 

@media screen and (max-width: 480px) { 
    .floating-banner { 
        height: 14vh;
    } 
} 

@media screen and (max-width: 390px) { 
    .floating-banner { 
        height: 13vh;
    } 
} 