@charset "UTF-8";
@import "./fonts.css";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
     min-width: 0;
    min-height: 0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
    text-decoration: none;
    cursor: pointer;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    font-size: 1.6rem;
    line-height: 1.87;
    word-break: break-word;
    font-weight: 700;
}
.NotoSansJP{
    font-family: "Noto Sans JP", sans-serif;
}
.CalliopeMVBRg{
    font-family: 'Calliope MVB Regular', sans-serif;
}
.DIN2014Regular{
    font-family: 'DIN2014 Regular', sans-serif;
}
/* .DIN2014Bold{
    font-family: 'DIN2014 Bold', sans-serif;
} */
/*remove highlight color touch on mobile*/
input,textarea,button,select,div,a,span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, input, div, select, textarea, img, button {
    outline: none;
}
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    box-shadow: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
button {
    font-family: inherit;
    cursor: pointer;
}
img {
    width /***/: auto;
    height: auto;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
a {text-decoration: none;
    cursor: pointer;
}
.hover:hover{
    transition: all .3s;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.container {
    margin: 0 auto;
    max-width: 1150px;
    position: relative;
    z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
}
.anchor-link{
    position: relative;
    display: block;
    line-height: 0;
}
.wrapper{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.d-block{
    display: block;
}
.hdn{
    display: none !important;
}
.no-cursor{
    cursor: auto !important;
}
.hdn-scroll{
    overflow: hidden;
}
b, strong{
    font-weight: 700;
}
@media(max-width: 750px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*
==============================================================
=========================== pagetop ==========================
==============================================================
*/
#pagetop {
    background: #00A784;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    z-index: 99;
    display: none;
    border-radius: 50%;
    border: 1px solid #ffff;
}
#pagetop::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 5px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .2s;
}
#pagetop:hover::after {
    top: -5px;
}
@media(max-width: 750px){

}
/*
==============================================================
========================= End pagetop ========================
==============================================================
*/
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.slick-track {
    height: 100%;
}
.slick-dots {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 3px;
    margin-left: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: #D3D3D4;
}
.slick-dots .slick-active button {
    background: #46B89B;
}
.slick-track{
    height: 100%;
}
.slick-prev,
.slick-next {
    top: 50%;
    z-index: 100;
    position: absolute;
    margin-top: -30px;
    background: none;
    border: none;
    text-indent: -999999px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #727171;
    transition: .3s
}
.slick-prev {
    left: -20px;
}
.slick-next {
    right: -20px;
}
.slick-next::before,
.slick-prev::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border: solid #727171;
    border-width: 0 1px 1px 0px;
    display: inline-block;
    width: 10px;
    height: 10px;
    transition: .3s
}
.slick-next::before {
    left: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.slick-prev::before {
    left: 24px;
    top: 50%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.slick-next:hover,
.slick-prev:hover {
    border-color: #00A784;
}
.slick-next:hover::before,
.slick-prev:hover::before{
    border-color: #00A784;
}
@media(max-width: 750px ){
    .slick-dots {
        margin: 1.6vw 5.33vw 0 auto;
    }
    .slick-dots li button {
        width: 4vw;
        height: 0.4vw;
        margin-left: 1.33vw;
    }
}
.text-bold{
    font-weight: 700;
}
.lb-sp {
    display: none;
}
.lb-pc {
    display: block;
}
.btn {
    font-size: 2.4rem;
    color: #fff;
    background: #00A784;
    line-height: 1;
    display: inline-block;
    padding: 15px 15px 16px;
    min-width: 335px;
    text-align: center;
    border: 1px solid #00A784;
    transition: .3s;
}
.btn.no-bg {
    background: #fff;
    color: #00A784;
}
.btn:hover {
    color: #00A784;
    background: #fff;
}
.btn.no-bg:hover {
    background: #00A784;
    color: #fff;
}
@media(max-width:750px) {
    .lb-sp {
        display: block;
    }
    .lb-pc {
        display: none;
    }
    .btn {
        font-size: 3.2vw;
        padding: 2vw;
        min-width: 43.7vw;
        border-width: 2px;
    }
}
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
============================ Header ==========================
==============================================================
*/
header{
    display: flex;
    padding-top: 35px;
    padding-left: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
header .logo{
    position: relative;
    display: inline-block;
}
header .logo img{
    width: 180px;
}
header .btn-sp {
    display: none;
}
@media(max-width:750px){
    header .logo img {
        width: 31vw;
    }
    header {
        background: #fff;
        left: 0;
        right: 0;
        padding-left: 4.5vw;
        padding-top: 4vw;
        justify-content: space-between;
        padding-bottom: 2vw;
        padding-right: 4vw;
    }
    header .btn-sp {
        display: block;
    }
}
.add_fixed_btn{
 position: fixed;
 top: 15%;
 right: 0;
 width: 50px;
 z-index: 100;
}
.add_fixed_btn01{
 position: relative;
 margin: 0 0 10px;
}
.add_fixed_btn01 img{
 width: 100%;
}
.add_fixed_btn01 img.default{
 position: absolute;
 left: 0;
 top: 0;
}
.add_fixed_btn01 a:hover img.default{
 opacity: 0;
 transition: 0.4s;
}
@media(max-width:750px){
    .add_fixed_btn {
        /* display: none; */
    }
}
/*
==============================================================
========================= End header =========================
==============================================================
*/
/*
==============================================================
============================= Footer =========================
==============================================================
*/
footer {
    padding-top: 80px;
}
footer .container {
    max-width: 660px;
}
footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}
footer ul li {
    width: 47%;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.02em
}
footer ul li .btn {
    min-width: unset;
    width: 100%;
    margin-top: 5px;
}
footer .txt-box {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
}
footer .txt-box .lg {
    font-size: 3.35rem;
    line-height: 1;
    letter-spacing: 0;
}
footer .phone {
    display: block;
    padding: 30px 0 45px;
    text-align: center;
    transition: .3s;
}
footer .phone:hover {
    opacity: .7;
}
footer .phone img{
   max-width: 368px;
}
footer .copy-right {
    display: none;
}
@media(max-width:750px){
    footer {
        padding-top: 4vw;
        padding-bottom: 55px;
    }
    footer ul li {
        font-size: 2.4vw;
    }
    footer ul {
        display: none;
    }
    footer .txt-box .lg {
        font-size: 6.4vw;
    }
    footer .phone img {
        max-width: 70vw;
        width: 100%;
    }
    footer .phone {
        padding: 5vw 0 6vw;
    }
    footer .copy-right {
        text-align: center;
        font-size: 2.133vw;
        display: block;
        padding-bottom: 5vw;
    }
    #pagetop {
        bottom: 60px;
    }
}
/*
==============================================================
=========================== End Footer =======================
==============================================================
*/
/*
==============================================================
============================= Home ===========================
==============================================================
*/
/*
==============================================================
========================= scroll down ========================
==============================================================
*/
.scrolldown {
    position: absolute;
    bottom: 0px;
    right: 50%;
    z-index: 2;
}
.scrolldown:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 45px;
    background: url(../img/scroll.png) no-repeat;
    background-size: 100% !important;
    animation: circlemove 2s ease-in-out infinite, cirlemovehide 2s ease-out infinite;
    z-index: 10;
}
.scrolldown:after {
    content: "";
    position: absolute;
    background: #231815;
    top: 0;
    left: 0;
    width: 1px;
    height: 85px;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
    0%{top: -70px;}
    100%{top: 60px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
}
@media(max-width: 1100px){
    .scrolldown:after {
        height: 50px;
    }
    @keyframes circlemove{
        0%{top: -70px;}
        100%{top: 30px;}
    }
}
@media(max-width: 750px){
    .scrolldown{
        display: none;
    }
}
/*
==============================================================
======================= End scroll down ======================
==============================================================
*/

.home .mv {
    position: relative;
}
.home .mv .add_fixed_btn {
    display: none;
}
.home .mv .img-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.home .mv .img-box .img {
    width: 50%;
    position: relative;
}
.home .mv .img-box .img .inner {
    padding-top: 95.6%;
    position: relative;
}
.home .mv .img-box .img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home .mv .img-box .img .txt {
    font-size: 1rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 4px 8px;
    position: absolute;
    bottom: 18px;
    line-height: 1;
}
.home .mv .img-box .img.left .txt {
    left: 50px;
}
.home .mv .img-box .img.right .txt {
    left: 52%;
}
.home .mv .txt-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
}
.home .mv .txt-box .inner {
    background: url(../img/mv-txt-bg.png) no-repeat;
    background-size: cover;
    width: 366px;
    height: 366px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.home .mv .txt-box .sub-title {
    font-size: 2.68rem;
    line-height: 1.3;
}
.home .mv .txt-box h1 {
    font-size: 3.7rem;
    line-height: 1.4;
    padding-top: 10px;
}
@media(max-width:1024px){
    .home .mv .txt-box .inner {
        width: 28vw;
        height: 28vw;
    }
    .home .mv .txt-box .sub-title {
        font-size: 2vw;
    }
    .home .mv .txt-box h1 {
        font-size: 3.2vw;
        line-height: 1.25;
        padding-top: 0.5vw;
    }
}
@media(max-width:750px) {
    .home .mv  {
        padding-top: 16.66vw;
    }
    .home .mv .add_fixed_btn {
        display: block;
        position: absolute;
    }
    .home .mv .img-box .img {
        width: 100%;
    }
    .home .mv .img-box .img .inner {
        padding-top: 0;
        line-height: 0;
    }
    .home .mv .add_fixed_btn {
        position: absolute;
        right: 0;
        width: 100vw;
        z-index: 100;
        left: 0;
        text-align: center;
        margin: 0 auto;
        top: unset;
        bottom: 0;
        display: flex;
        gap: 5.33vw;
        padding: 2vw 3.33vw;
        background: rgba(0, 0, 0, 0.3);
    }
    .home .mv .add_fixed_btn p {
        margin: 0 !important;
    }
    .home .mv .img-box .img .inner img {
        position: unset;
        width: 100%;
    }
    .home .mv .add_fixed_btn p img {
        width: 100%;
        height: 100%;
    }
    .home .mv .img-box .img.left .txt,
    .home .mv .img-box .img.right .txt {
        z-index: 100;
        left: 4.8vw;
        bottom: 2.66vw;
        font-size: 1.33vw;
        padding: 4px 1vw;
    }
    .home .mv .img-box .img {
        position: unset;
    }
    .home .mv .txt-box .sub-title {
        font-size: 3.8vw;
    }
    .home .mv .txt-box h1 {
        font-size: 5.3vw;
        line-height: 1.4;
    }
    .home .mv .txt-box .inner {
        width: 50.66vw;
        height: 50.66vw;
    }
    .home .mv .img-box .img .txt {
        bottom: 14.5vw !important;
    }
}
/* mv ======================================================== */
.home .benefits {
    position: relative;
}
.home .benefits h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 100px;
    font-size: 3rem;
    letter-spacing: 0.06em;
}
.home .benefits img {
    width: 100%;
}
.txt-cap {
    font-size: 1rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 4px 8px;
    position: absolute;
    bottom: 18px;
    line-height: 1;
    left: 50px;
}
@media(max-width:1100px){
    .home .benefits h2 {
        padding-top: 60px;
        font-size: 2.4rem;
    }
}
@media(max-width:750px){
    .home .benefits h2 {
        padding-top: 7.5vw;
        font-size: 4vw;
        line-height: 1.5;
    }
    .home .benefits .txt {
        z-index: 100;
        left: 4.8vw;
        bottom: 2.66vw;
        font-size: 1.33vw;
        padding: 4px 1vw;
    }
    .txt-cap {
        font-size: 1vw;
        padding: 0.5vw 1vw;
    }
    .home .benefits .txt-cap {
        left: 6vw;
        bottom: 2vw;
    }
}
/* benefits ================================================== */
.home .house {
    background: #EBF6E3;
    padding-top: 8px;
}
.home .house .sm {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 2.5;
}
.home .house .title {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 65px;
    font-size: 3rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home .house .title img {
    width: 116px;
}
.home .house .title span {
    padding: 22px 0 0 10px;
}
.home .house ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}   
.home .house ul.lb-sp {
    display: none;
}
.home .house ul li .inner {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #231815;
    width: 140px;
    height: 140px;
    background: linear-gradient(90deg,rgba(209, 227, 154, .25) 0%, rgba(88, 183, 101, .25) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.home .house ul li .inner .cl1 {
    color: #00A784;
    font-size: 1.4rem;
}
.home .house ul li.lg {
    transform: scale(1.45);
        padding: 16px;
}
.home .house ul li.lg .inner{
    background: #fff;
}
.home .house .title.bottom {
    padding-bottom: 120px;
}
@media(max-width:1100px) {
    .home .house ul li .inner {
        font-size: 1.1vw;
        width: 12vw;
        height: 12vw;
    }
    .home .house ul li .inner .cl1 {
        font-size: 1.3vw;
    }
}
@media(max-width:750px){
    .home .house ul li .inner {
        font-size: 2.2vw;
        width: 22.1vw;
        height: 22.1vw;
    }
    .home .house ul li .inner .cl1 {
        font-size: 2.4vw;
    }
    .home .house ul {
        justify-content: center;
    }
    .home .house ul li.lg {
        transform: unset;
        padding: 0
    }
    .home .house ul li {
        margin: 0 0.533vw 2vw;
    }
    .home .house ul.lb-sp {
        display: flex;
    }
    .home .house .sm {
        text-align: center;
        font-size: 1.33vw;
        /* border-bottom: 1px solid #000; */
        padding-bottom: 8.66vw;
    }
    .home .house {
        padding-top: 0.6vw;
    }
    .home .house .title span {
        padding: 0;
        line-height: 1.53;
    }
    .home .house .title {
        flex-direction: column-reverse;
        padding-top: 3.5vw;
        padding-bottom: 3.5vw;
        line-height: 1.4;
        font-size: 4vw;
    }
    .home .house .container {
        padding: 0;
    }
    .home .house .title img {
        width: 23vw;
        margin-top: 2.7vw;
    }
    .home .house .title.bottom {
        padding-bottom: 12.66vw;
        flex-direction: column;
    }
}
/* house ===================================================== */
.home .station {
    background: #CCE7DD;
    padding-top: 55px;
}
.home .station h2 {
    font-size: 3rem;
    letter-spacing: 0.06em;
    line-height: 1.66;
    text-align: center;
    padding-bottom: 28px;
}
.home .station .btn-group{
    display: flex;
    text-align: center;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 24px;
}
.home .station .img img {
    width: 100%;
}
@media(max-width: 860px){
    .home .station h2 {
        font-size: 2.4rem;
    }
}
@media(max-width:750px){
    .home .station h2 {
        font-size: 4.26vw;
        line-height: 1.4;
        padding-bottom: 8vw;
    }
    .home .station .btn-group {
        flex-direction: column;
    }
    .home .station .btn {
        font-size: 5.33vw;
        padding: 2.2vw;
        max-width: 74.66vw;
        min-width: unset;
        width: 100%;
        margin: 0 auto 3.4vw;
    }
    .home .station .btn-group {
        padding-bottom: 3.5vw;
    }
}
.relaxed {
    background: url(../img/relaxed-bg.png) no-repeat;
    background-size: cover !important;
    background-position: bottom center !important;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.title-box {
    padding-top: 70px;
    padding-bottom: 65px;
    font-size: 3rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-box img {
    width: 116px;
}
.title-box span {
    padding: 22px 0 0 25px;
}
@media(max-width:750px){
    .relaxed {
        background: url(../img/relaxed-bg-sp.png) no-repeat;
        margin-bottom: 1.6vw;
    }
    .title-box span .lb-sp {
        padding: 0;
    }
    .title-box {
        flex-direction: column-reverse;
        text-align: center;
    }
    .title-box {
        font-size: 4vw;
        padding-top: 8vw;
        padding-bottom: 7.33vw;
    }
    .title-box span {
        padding: 0;
    }
    .title-box img {
        width: 26vw;
        margin-top: 3.2vw;
    }
}
/* station =================================================== */
.home .reason  {
    padding-top: 75px;
}
.home .reason .title {
    font-family: 'Calliope MVB Regular', sans-serif;
    color: #00A784;
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transform: rotate(-5deg);
    padding-bottom: 40px;
}
.home .reason .reason-title {
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.87;
    padding-bottom: 40px;
}
.home .reason .reason-title .sub {
    font-size: 1.8rem;
    padding-left: 36px;
    position: relative;
    display: inline-block;
}
.home .reason .reason-title .sub::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 35px;
    background: url(../img/ix-building.png) no-repeat;
    background-size: 100% !important;
    left: 0;
    top: 50%;
    margin-top: -24px;
}
.home .reason .reason-title h3 {
    font-size: 2.8rem;
    line-height: 1;
}
.home .reason .reason-title h3 span {
    background: linear-gradient(90deg,rgba(162, 100, 166, 0.44) 0%, rgba(0, 181, 221, 0.44) 100%);
    display: inline-block;
    padding: 6px 17px;
    margin: 14px 0;
}
.home .reason .container {
    max-width: 1210px;
}
.home .reason .reason-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 120px;
    position: relative;
}
.home .reason .reason-item .txt-box {
    width: 350px;
    position: absolute;
    z-index: 10;
    left: 6%;
    bottom: -25px;
}
.home .reason .reason-item .txt-box .txt{
    background: linear-gradient(120deg,rgba(235, 246, 234, 1) 0%, rgba(235, 246, 227, 1) 36%, rgba(250, 253, 248, 1) 94%);
    letter-spacing: 0.06em;
    font-size: 1.5rem;
    line-height: 2;
    padding: 35px 25px 40px;
    letter-spacing: -0.05em;
    padding-right: 15px;
}
.home .reason .reason-item .txt-box .txt .addr {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 44px;
    padding-bottom: 5px;
}
.home .reason .reason-item .txt-box .txt .addr::before ,
.home .reason .reason-item .txt-box .txt .addr::after {
    content: "";
    position: absolute;
    bottom: 0;
}
.home .reason .reason-item .txt-box .txt .addr::before {
    width: 38px;
    height: 35px;
    background: url(../img/ic-house.png) no-repeat;
    background-size: 100% !important;
    left: 0;
}
.home .reason .reason-item .txt-box .txt .addr::after {
    width: 46px;
    height: 2px;
    background: #46B89B;
    left: 44px;
    bottom: 1px;
}
.home .reason .reason-item .txt-box .txt h4 {
    font-size: 3.6rem;
    line-height: 1.38;
    padding: 10px 0 18px;
}
.home .reason .reason-item .img-box {
    width: 69%;
    position: relative;
    margin-left: auto;
}
.home .reason .reason-item .img-box .txt-cap{
    left: unset;
    right: 22px;
    bottom: 12px;
}
.home .reason .reason-item .img-box .img {
    position: relative;
}
.home .reason .reason-item .img-box .img .in{
    padding-top: 62.5%;
    position: relative;
}
.home .reason .reason-item .img-box .img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.home .reason .reason-item.odd .img-box  {
    margin-left: 0;
    margin-right: auto;
}
.home .reason .reason-item.odd .txt-box {
    left: unset;
    right: 6%;
    bottom: unset;
    top: -8px;
}
.home .reason .reason-item.odd .img-box .txt-cap {
    left: 22px;
    right: unset;
}
.home .reason .txt-bottom {
    font-size: 3rem;
    line-height: 1.66;
    text-align: center;
    padding-bottom: 64px;
}
.home .reason .reason-item.box2 {
    margin-bottom: 90px;
}
@media(max-width: 1024px) {
    .home .reason .reason-item .txt-box {
        left: 0;
    }
    .home .reason .reason-item .img-box {
        width: 85%;
    }
    .home .reason .reason-item .txt-box {
        bottom: unset;
        top: 40%;
    }
    .home .reason .reason-item .txt-box .txt h4 {
        font-size: 3.5vw;
    }
    .home .reason .reason-item .txt-box .txt .addr {
        font-size: 1.7vw;
    }
    .home .reason .reason-item .txt-box .txt {
        font-size: 1.5vw;
        padding: 2vw 3vw 2vw;
    }
}
@media(max-width: 750px){
    .home .reason .title {
        font-size: 7.5vw;
        padding-bottom: 15vw;
    }
    .home .reason .reason-title .sub {
        font-size: 4vw;
        padding-left: 6.66vw;
    }
    .home .reason .reason-title {
        font-size: 2.8vw;
    }
    .home .reason .reason-title .sub::before {
        width: 5.33vw;
        height: 6.66vw;
        margin-top: -4vw;
    }
    .home .reason .reason-title h3 span {
        font-size: 5.7vw;
    }
    .home .reason .reason-title h3 span {
        font-size: 5.7vw;
        padding: 1.2vw 0 1.2vw 1vw;
        margin: 2vw 0 2vw;
    }
    .home .reason .reason-item .txt-box .txt .addr {
        font-size: 3.2vw;
        padding-left: 9.33vw;
    }
    .home .reason .reason-item .txt-box {
        width: fit-content;
        max-width: 60vw;
    }
    .home .reason .reason-item .txt-box .txt h4 {
        font-size: 5.6vw;
        padding:  2.5vw 0 2.5vw;
    }
    .home .reason .reason-item .txt-box .txt {
        font-size: 2.8vw;
        line-height: 1.6;
        padding: 4vw 3vw 4vw;
    }
    .home .reason .reason-item .txt-box .txt .addr::after {
        width: 8.5vw;
        height: 0.45vw;
        left: 9.33vw;
    }
    .home .reason .reason-item .txt-box .txt .addr::before {
        width: 7.6vw;
        height: 6.9vw;
    }
    .home .reason .reason-item .img-box {
        width: 100%;
    } 
    .home .reason .container {
        padding: 0;
    }
    .home .reason .reason-item .img-box .txt-cap {
        right: unset;
        left: 2vw;
        bottom: 2vw;
    }
    .home .reason .reason-item .txt-box {
        top: 40vw;
        left: unset;
        right: 6.66vw;
    }
    .home .reason .reason-item {
        margin-bottom: 42vw;
    }
    .home .reason .reason-item.odd.box1 .txt-box {
        right: unset;
        left: 6.66vw;
        top: 46vw;
    }
    .home .reason .reason-item.odd.box1 {
        margin-bottom: 43.2vw;
    }
    .home .reason .reason-item.odd .img-box .txt-cap {
        left: unset;
        right: 2vw;
    }
    .home .reason .reason-item.odd.box2 .txt-box {
        top: 42.5vw;
        right: unset;
        left: 6.66vw;
    }
    .home .reason .reason-item.box2 {
        margin-bottom: 43.33vw;
    }
    .home .reason .txt-bottom {
        font-size: 5.33vw;
        padding-bottom: 14.5vw;
    }
}
/* reason ==================================================== */
.home .total-costs .img-top {
    width: 100%;
}
.home .total-costs {
    background: linear-gradient(120deg,#EBF6EA 0%, #EBF6E3 100%);
    padding-bottom: 65px;
}
.home .total-costs .txt-box {
    text-align: center;
    padding-top: 40px;
    letter-spacing: 0.02em;
    padding-bottom: 50px;
}
.home .total-costs .txt-box .sub-title {
    font-size: 1.8rem;
    line-height: 1.53;
    letter-spacing: 0.06em;
}
.home .total-costs .txt-box h2 {
    font-size: 3rem;
    line-height: 1.45;
    padding-top: 5px;
    padding-bottom: 40px;
    letter-spacing: 0.06em;
}
.home .total-costs .container {
    max-width: 1060px;
}
.home .total-costs .content {
    text-align: center;
     position: relative;
}
.home .total-costs .content .txt {
    position: absolute;
    top: 100%;
}
.home .total-costs .content  img {
    width: 100%;
}
.home .total-costs .content .txt.left_1 {
    width: 151px;
    top: 250px;
    left: -100px;
}
.home .total-costs .content .txt.left_2 {
    width: 166px;
    top: 675px;
    left: -110px;
}
.home .total-costs .content .txt.rignt_1 {
    width: 157px;
    top: 250px;
    right: -110px;
}
.home .total-costs .txt-bottom {
    padding-top: 25px;
    font-size: 1rem;
    line-height: 1.7;
}
.home .total-costs .topics {
    padding-top: 90px;
}
.home .total-costs .topics .txt_top {
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
    color: #00A784;
    padding-bottom: 18px;
}
.home .total-costs .topics .content {
    background: #CCE7DD;
    padding: 30px;
}
.home .total-costs .topics .sub-tl {
    font-family: 'Calliope MVB Regular', sans-serif;
    color: #46B89B;
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transform: rotate(-5deg);
    padding-bottom: 15px;
}
.home .total-costs .topics .content h2 {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.06em;
}
.home .total-costs .topics .content .desc {
    font-size: 1.6rem;
    line-height: 2.125;
    padding-top: 15px;
    padding-bottom: 30px;
}
@media(max-width:1240px){
    .home .total-costs .content{
        width: 80vw;
        margin: 0 auto;
    }
    .home .total-costs .content .txt.left_1 {
        width: 12.5vw;
        top: 20vw;
        left: -8vw;
    }
    .home .total-costs .content .txt.rignt_1 {
        width: 13vw;
        top: 21vw;
        right: -9vw;
    }
    .home .total-costs .content .txt.left_2 {
        width: 14vw;
        top: 54vw;
        left: -8.5vw;
    }
    .home .total-costs .txt-box {
        font-size: 1.5vw;
    }
    .home .total-costs .txt-bottom {
        max-width: 80vw;
        margin: 0 auto;
    }
}
@media(max-width:960px){
     .home .total-costs .topics .txt_top {
        font-size: 2.5vw;
    }
    .home .total-costs .topics .sub-tl {
        font-size: 5.5vw;
    }
    .home .total-costs .topics .content h2 {
        font-size: 2.8vw;
    }
    .home .total-costs .topics .content .desc {
        font-size: 1.6vw;
    }
}
@media(max-width:750px){
    .home .total-costs .content {
        width: 86.66vw;
    }
    .home .total-costs .content .txt.left_1 {
        width: 15.5vw;
        top: 25.5vw;
        left: -4.5vw;
    }
    .home .total-costs .content .txt.left_2 {
        width: 21vw;
        top: 54.8vw;
        left: -4.8vw;
    }
    .home .total-costs .content .txt.rignt_1 {
        width: 15.5vw;
        top: 23vw;
        right: -4.5vw;
    }
    .home .total-costs .txt-box {
        font-size: 3.2vw;
        line-height: 1.66;
        padding-bottom: 9.33vw;
        padding-top: 14vw;
    }
    .home .total-costs .txt-box .sub-title {
        font-size: 4vw;
    }.home .total-costs .txt-box h2 {
        font-size: 5.33vw;
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    .home .total-costs .txt-bottom {
        font-size: 1.6vw;
        max-width: 86.66vw;
        margin: 0 auto;
        padding-top: 2.1vw;
        line-height: 1.5;
    }
    .home .total-costs .topics .txt_top {
        font-size: 4.266vw;
        padding-bottom: 4.8vw;
    }
    .home .total-costs .topics {
        padding-top: 4.266vw;
    }
    .home .total-costs .topics .sub-tl {
        font-size: 7.46vw;
        padding-bottom: 4.5vw
    }
    .home .total-costs .topics .content h2 {
        font-size: 4vw;
        line-height: 1.45;
    }
    .home .total-costs .topics .content .desc {
        font-size: 3.2vw;
        line-height: 1.66;
        padding-top: 2.5vw;
        padding-bottom: 7vw;
    }
    .home .total-costs .topics .content {
        padding: 4vw;
    }
}
/* total-costs =============================================== */
.home .construction-results  .container {
    max-width: 1080px;
}
.home .construction-results  .title-box img {
    width:235px;
}
.home .construction-results  .title-box span {
    padding-top: 50px;
}
.home .construction-results  .txt-content .txt_lg {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.53;
    letter-spacing: 0.06em;
}
.home .construction-results  .txt-content .txt-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 45px;
    padding-bottom: 25px;
}
.home .construction-results  .txt-content .txt-box .lg {
    width: 50%;
}
.home .construction-results  .txt-content .txt-box .sm {
    flex: 1;
    line-height: 2.125;
    letter-spacing: 0.02em
}
.home .construction-results  .txt-content .txt-box .lg .sub {
    font-size: 2.4rem;
    line-height: 1;
}
.home .construction-results  .txt-content .txt-box h3 {
    font-size: 4.2rem;
    letter-spacing: 0.1em;
    line-height: 1.54;
    margin-top: 5px;
}
.home .construction-results  .txt-content .txt-box .lg .t_spec {
    font-family: 'Calliope MVB Regular', sans-serif;
    color: #46B89B;
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-5deg);
    padding-bottom: 15px;
    margin-top: 22px;
}
.home .construction-results  .slider {
    padding-top: 95px;
}
.home .construction-results  .slider h2 {
    font-size: 1.7rem;
    color: #00A784;
    text-align: center;
    line-height: 1;
    padding-bottom: 18px;
}
.home .construction-results  .slider ul {
    padding: 35px 80px 0;
}
.home .construction-results  .slider ul .img {
    position: relative;
    padding-top: 62.5%;
}
.home .construction-results  .slider ul .img .in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.home .construction-results  .slider ul .img .in img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    margin: 0 auto;
}
.home .construction-results  .slider ul .img .txt-cap {
    left: 25px;
    bottom: 20px;
}
.home .construction-results  .slider ul h3 {
    font-size: 1.6rem;
    line-height: 1.875;
    text-align: center;
    color: #00A784;
    letter-spacing: 0.02em;
    padding-top: 20px;
}
.home .construction-results  .slider .slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 0;
    margin-top: 0;
}
.home .construction-results  .slider .slick-dots li button {
    margin: 0 2px;
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 50%;
}
@media(max-width:1024px){
    .home .construction-results  .txt-content .txt_lg {
        font-size: 3vw
    }
    .home .construction-results  .txt-content .txt-box .lg .sub {
        font-size: 2.8vw;
    }
    .home .construction-results  .txt-content .txt-box h3 {
        font-size: 4vw;
        margin-top: 1vw;
    }
    .home .construction-results  .txt-content .txt-box .lg .t_spec {
        font-size: 5.2vw;
        text-align: left;
    }
    .home .construction-results  .txt-content .txt-box .sm {
        font-size: 1.6vw;
    }
    .home .construction-results  .txt-content .txt-box {
        padding-top: 5vw;
        padding-bottom: 2.5vw;
    }
    .home .construction-results  .slick-prev {
        left: 0;
    }
    .home .construction-results  .slick-next {
        right: 0;
    }
}
@media(max-width:750px){
    .home .construction-results  .title-box span {
        padding-top: 0;
    }
    .home .construction-results  .title-box {
        padding: 5.33vw 0 4.66vw;
    }
    .home .construction-results  .txt-content .txt_lg {
        font-size: 4vw;
    }
    .home .total-costs .img-top {
        position: absolute;
    }
    .home .construction-results  .txt-content .txt-box .lg {
        width: 100%;
        text-align: center;
        flex-direction: column-reverse;
        display: flex;
    }
    .home .construction-results  .txt-content .txt-box .sm {
        flex: auto;
        text-align: center;
    }
    .home .construction-results  .txt-content .txt-box .lg .t_spec {
        text-align: center;
        font-size: 7.466vw;
        padding-top: 0;
        padding-bottom: 6vw;
    }
    .home .construction-results  .txt-content .txt-box .lg .sub {
        font-size: 3.73vw;
    }
    .home .construction-results  .txt-content .txt-box h3 {
        font-size: 5.33vw;
    }
    .home .construction-results  .txt-content .txt-box .sm {
        font-size: 3.2vw;
        line-height: 1.58;
        padding-top: 2vw;
    }
    .home .construction-results  .slick-prev, 
    .home .construction-results  .slick-next {
        margin-top: -2.665vw;
        width: 5.33vw;
        height: 5.33vw;
        border: 0.3vw solid #8d8d8e;
        background: #fff;
        top: 40%;
    }
    .home .construction-results  .slick-next::before, 
    .home .construction-results  .slick-prev::before {
        margin-top: -0.5vw;
        border-color: #8d8d8e;
        width: 1vw;
        height: 1vw;
    }
    .home .construction-results  .slick-prev::before {
        left: 2.1vw;
    }
    .home .construction-results  .slick-next::before {
        left: 1.7vw;
    }
    .home .construction-results  .slider ul {
        padding: 35px 0 0;
    }
    .home .construction-results  .container {
        padding: 0;
    }
    .home .construction-results  .slick-prev {
        left: 3.33vw;
    }
    .home .construction-results  .slick-next {
        right: 3.33vw;
    }
    .home .construction-results  .slider .slick-dots {
        margin-right: 0;
    }
    .home .construction-results  .slider {
        padding-top: 12vw;
    }
    .home .construction-results  .slider h2 {
        font-size: 3vw;
        padding-bottom: 2.5vw;
    }
    .home .construction-results  .slider .slick-dots li button {
        width: 1vw;
        height: 1vw;
        margin: 0.35vw;
        padding: 0;
    }
    .home .construction-results  .slider ul {
        padding-top: 11vw;
    }
    .home .construction-results  .slider ul h3 {
        font-size: 2.8vw;
        line-height: 1.6;
    }
    .home .construction-results  .slider ul .img {
        padding-top: unset;
        height: 83.73vw;
    }
     .home .construction-results  .slider ul .img .in {
        position: relative;
        height: auto;
     }
    .home .construction-results  .slider ul .img .in img {
        object-fit: contain;
        object-position: center;
        height: unset;
        margin: 0 auto;
        width: auto;
        max-height: 83.73vw;
    }
    .home .construction-results  .slider ul .img .in {
        width: fit-content;
        
    }
    .home .construction-results  .slider ul .img .txt-cap {
        font-size: 1.33vw;
        left: 2vw;
        bottom: 2vw;
        padding: 0.5vw 1vw;
    }
}
/* construction-results ====================================== */
.home .reference-plan   {
    padding-top: 75px;
    padding-bottom: 20px;
}
.home .reference-plan   .plan-slider {
    display: flex;
    padding-bottom: 42px;
}
.home .reference-plan   .container {
    max-width: 100%;
}
.home .reference-plan   .plan_wp {
   background: linear-gradient(120deg, #EBF6EA 0%, #EBF6E3 100%);
   padding-top: 35px;
   position: relative;
}
.home .reference-plan   .plan_wp .container {
    position: unset;
}
.home .reference-plan   .plan_wp .plan-slide {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    justify-content: space-evenly;
    padding: 0 20px;
}
.home .reference-plan   .title .sub {
    font-family: 'Calliope MVB Regular', sans-serif;
    color: #46B89B;
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    transform: rotate(-5deg);
    padding-bottom: 15px;
}
.home .reference-plan   .title h2 {
    font-size: 3rem;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.63;
    padding-bottom: 65px;
}
.home .reference-plan   .content_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.home .reference-plan   .content_top .content_top-txt {
    width: 48%;
}
.home .reference-plan   .content_top .content_top-img {
    width: 42%;
    position: relative;
}
.home .reference-plan   .content_top .content_top-img .txt-cap {
    left: unset;
    right: 0;
    bottom: -27px;
}
.home .reference-plan   .content_top {
    max-width: 980px;
    margin: 0 auto;
}
.home .reference-plan   .content_top .sub-tl {
    font-size: 2.2rem;
    line-height: 1;
    color: #00A784;
    text-align: center;
    /* margin-right: -15vw; */
}
.home .reference-plan   .content_top h3 {
    color: #00A784;
    font-size: 3.4rem;
    text-align: center;
}
.home .reference-plan   .content_top .txt_desc {
    color: #00A784;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    font-size: 2.6rem;
    border-bottom: 1px solid #000;
    padding-bottom: 14px;
}
.home .reference-plan   .content_top .txt_desc .tag {
    font-size: 1.5rem;
    background: linear-gradient(120deg,rgba(209, 227, 154, 0.5) 0%, rgba(88, 183, 101, 0.5) 100%);
    display: inline-block;
    width: 44%;
    padding: 8px 10px;
    text-align: center;
}
.home .reference-plan   .content_top .txt_desc .no {
    font-size: 4rem;
}
.home .reference-plan   .content_top .txt_desc .txt {
    flex: 1;
    margin-left: 5%;
    padding-top: 5px;
    display: flex;
    align-items: flex-end;
}
.home .reference-plan   .content_top .txt_desc .sm {
    font-size: 1.56rem;
    margin-left: 3px;
}
.home .reference-plan   .area-infor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1.2rem;
    letter-spacing: -0.06em;
    line-height: 1;
    padding-top: 15px;
}
.home .reference-plan   .area-infor .lg {
    font-size: 2.9rem;
}
.home .reference-plan   .area-infor .md {
    font-size: 2.2rem;
}
.home .reference-plan   .area-infor .last {
    line-height: 1.5;
}
.home .reference-plan   .img-box {
    max-width: 800px;
    margin: 0 auto;
    /* padding-top: 20px; */
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home .reference-plan   .img-box img {
    width: 100%;
}
.home .reference-plan   .txt-bottom {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.75;
    padding-top: 40px;
    letter-spacing: 0.02em;
}
.home .reference-plan   .txt-bottom.box-right {
    text-align: left;
    position: absolute;
    bottom: 30px;
    right: 50px;
    padding: 0;
}
.home .reference-plan .slick-prev, 
.home .reference-plan .slick-next {
    margin-top: -2.665vw;
    width: 40px;
    height: 40px;
    /* border: 2px solid #00A784; */
    border: 2px solid #8d8d8e;
    background: #fff;
    margin-top: -20px;
    top: 49%;
}
.home .reference-plan .slick-next::before, 
.home .reference-plan .slick-prev::before {
    margin-top: -4px;
    border-color: #00A784;
    border-color: #8d8d8e;
    width: 8px;
    height: 8px;
}
.home .reference-plan   .slick-prev::before {
    left: 15px;
}
.home .reference-plan   .slick-next::before {
    left: 13px;
}
.home .reference-plan   .slider ul {
    padding: 35px 0 0;
}
.home .reference-plan   .container {
    padding: 0;
}
.home .reference-plan   .slick-prev {
    left: 12%;
}
.home .reference-plan   .slick-next {
    right: 12%;
}
.home .reference-plan   .slick-dots {
    position: absolute;
    bottom: -20px;
    right: 13%;
}
@media(max-width : 1200px){
    .home .reference-plan   .txt-bottom.box-right {
        right: 20px;
        bottom: 0;
    }
    .home .reference-plan   .txt-bottom {
        font-size: 1.6vw;
    }
    .home .reference-plan   .slick-next {
        right: 5%;
    }
    .home .reference-plan   .slick-prev {
        left: 5%;
    }
}
@media(max-width:1024px) {
    .home .reference-plan   .area-infor li {
        width: 50%;
    }
    .home .reference-plan   .area-infor .last {
        width: 100%;
        display: flex;
        padding-top: 8px;
    }
     .home .reference-plan   .slick-next {
        right: 20px
    }
    .home .reference-plan   .slick-prev {
        left:20px;
    }
}
@media(max-width:960px) {
    .home .reference-plan   .content_top h3 {
        font-size: 3rem;
    }
    .home .reference-plan   .content_top .content_top-img {
        width: 49%;
    }
    .home .reference-plan   .content_top .sub-tl {
        font-size: 2rem;
    }
}
@media(max-width:750px) {
    .home .reference-plan   .content_top .content_top-txt {
        width: 42vw;
    }
    .home .reference-plan   .plan_wp .plan-slide {
        /* height: 122.66vw; */
        height: auto;
        padding: 0 15px;
    }
    .home .reference-plan   .content_top .content_top-img {
        width: 44.66vw;
        aspect-ratio: 5/3;
    }
    .home .reference-plan   .content_top .content_top-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .home .reference-plan   .content_top {
        max-width: 88.266vw;
    }
    .home .reference-plan   .content_top .sub-tl {
        font-size: 2.93vw;
        text-align: left
    }
    .home .reference-plan   .content_top h3 {
        font-size: 4.26vw;
        line-height: 1;
        margin-right: -8vw;
        text-align: left;
        padding-top: 1.5vw;
    }
    .home .reference-plan   .content_top .txt_desc {
        flex-wrap: wrap;
        margin-top: 2.5vw;
    }
    .home .reference-plan   .content_top .txt_desc .tag {
        width: 100%;
        font-size: 2.4vw;
        padding: 0.5vw;
    }
    .home .reference-plan   .content_top .txt_desc .txt {
        flex: 1;
        padding: 0;
        text-align: center;
        margin-top: 0.5vw;
    }
    .home .reference-plan   .area-infor {
        font-size: 1.7vw;
        letter-spacing: -0.05em;
        padding-top: 1.5vw;
    }
    .home .reference-plan   .area-infor .lg {
        font-size: 3.66vw;
    }
    .home .reference-plan   .area-infor .md {
        font-size: 2.8vw;
    }
    .home .reference-plan   .img-box {
        padding-top: 6vw;
    }
    .home .reference-plan   .img-box {
        /* max-width: 650px; */
        width: 80vw;
        /* height: 78vw; */
        min-height: 70vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .home .reference-plan   .content_top .content_top-img .txt-cap {
        bottom: -3.33vw;
    }
    .home .reference-plan   .txt-bottom {
        font-size: 2.933vw;
        line-height: 1.45;
        padding-top: 4vw;
        padding-bottom: 2vw;
    }
    .home .reference-plan   .slick-prev, 
    .home .reference-plan   .slick-next {
        margin-top: -2.665vw;
        width: 5.5vw;
        height: 5.5vw;
        top: 40%;
    }
    .home .reference-plan   .title .sub {
        font-size: 7.46vw;
        padding-bottom: 4.5vw;
    }
    .home .reference-plan   .title h2 {
        font-size: 4.26vw;
        padding-bottom: 3vw;
    }
    .home .reference-plan   .slick-next::before, 
    .home .reference-plan   .slick-prev::before {
        margin-top: -0.5vw;
        /* border-color: #00A784; */
        border-color: #8d8d8e;
        width: 1vw;
        height: 1vw;
    }
    .home .reference-plan   .slick-prev::before {
        left: 2.1vw;
    }
    .home .reference-plan   .slick-next::before {
        left: 1.7vw;
    }
    .home .reference-plan   .txt-bottom {
        letter-spacing: -0.05em ;
    }
    .home .reference-plan   .txt-bottom.box-right {
        right: unset;
        left: 0;
        right: 0;
        text-align: center;
    }
    .home .reference-plan   .plan-slider {
        padding-bottom: 2vw;
    }
    .home .reference-plan   .slick-dots {
        right: 2vw;
        margin-right: 0;
        bottom: -1.5vw;
    }
    .home .reference-plan   .txt-bottom.box2 {
        position: absolute;
        text-align: left;
        bottom: 6vw;
        left: 4vw;
    }
    .home .reference-plan .txt-bottom.box3 {
        /* bottom: -5%; */
        position: static;
    }
    .home .reference-plan   .img-box img {
        /* width: 100%; */
        /* height: 100%; */
        width: auto;
        margin: 0 auto;
    }
    .home .reference-plan   .slick-prev, .home .reference-plan   .slick-next {
        top: 51%;
    }
}
/* reference-plan ============================================ */
/*
==============================================================
=========================== End Home =========================
==============================================================
*/

.home .reference-plan .slick-arrow:hover {
    border: 2px solid #00A784;
}
.home .reference-plan .slick-arrow:hover::before {
    border-color: #00A784;
}

.add_fixed_btn {
    width: 50px;
}
.add_fixed_btn01 {
    height: 135px;
}
.add_fixed_btn01 a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border: 2px solid #00a784;
    border-right: none !important;
    background-color: #fff;
    color: #00a784;
    transition: all .3s;
}
.add_fixed_btn01 span {
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.add_fixed_btn01 a:hover {
    border: 2px solid #fff;
    background-color: #00a784;
    color: #fff;
}

.station .ribbon {
    font-size: 2.4rem;
    color: #fff;
    background: #00A784;
    line-height: 1;
    display: inline-block;
    padding: 15px 15px 16px;
    min-width: 335px;
    text-align: center;
    border: 1px solid #00A784;
}

.home .reason .reason-item02 .img-box .txt-cap {
    left: 90px;
    right: unset;
}
.home .reason .reason-item02 .slick-dots {
    justify-content: flex-start;
    margin-left: 11%;
}
@media(max-width:1160px) {
    .home .reason .reason-item02 .slick-dots {
        margin-left: 14%;
    }
}
@media(max-width:1050px) {
    .home .reason .reason-item02 .slick-dots {
        margin-left: 20%;
    }
}
@media(max-width:1000px) {
    .home .reason .reason-item02 .slick-dots {
        margin-left: 245px;
    }
}



@media(max-width:750px) {
    .add_fixed_btn {
        display: flex;
        justify-content: space-between;
        width: 100%;
        top: inherit;
        bottom: 0;
        right: 0;
        padding: 10px;
        background-color: rgba(0,0,0,0.6);
    }
    .add_fixed_btn01 {
        width: 47%;
        height: auto;
        margin: 0;
    }
    .add_fixed_btn01 a {
        padding: 3px;
    }
    .add_fixed_btn01.btn01-01 a {
        border: 2px solid #fff !important;
        background-color: #00a784;
        color: #fff;
    }
    .add_fixed_btn01.btn01-03 {
        display: none;
    }
    .add_fixed_btn01 span {
        writing-mode: horizontal-tb;
    }

    .home .reference-plan .plan_wp {
        padding-top: 10px;
    }
    .home .reference-plan .content_top {
        padding-top: 20px;
    }
    .home .reference-plan   .content_top {
        position: relative;
    }
    .home .reference-plan .content_top .sub-tl {
        font-size: 2.93vw;
        text-align: left;
        position: absolute;
        top: 8px;
        width: 100%;
    }
    .home .reference-plan .content_top .txt_desc .txt {
        font-size: 3vw;
    }
    .home .reference-plan .content_top .txt_desc .no {
        font-size: 6vw;
    }
    .home .reference-plan .content_top .txt_desc .sm {
        font-size: 2.5vw;
        flex: 1;
        text-align: left;
    }
    .home .reference-plan .img-box {
        height: auto;
        padding-top: 7vw;
    }

    .station .ribbon {
        font-size: 5.33vw;
        padding: 2.2vw;
        max-width: 74.66vw;
        min-width: unset;
        width: 100%;
        margin: 0 auto 3.4vw;
    }

    .home .reason .reason-item02 .img-box .txt-cap {
        left: 2vw;
    }
    .home .reason .reason-item02 .slick-dots {
        margin: 1.6vw auto 0 5.33vw;
        justify-content: flex-start;
    }
}
