@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*=== Common ====*/
html,body{
overflow-x: hidden;
}
body {
/*    font-family: "Kosugi Maru", sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

/*=== Navbar ====*/
.my-navbar {
    background: #fff5d7;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.img-logo {
    width: 70%;
}
.logo-ft{
text-align: center;
}
.logo-ft .img-logo {
    width: 55%;
    max-width: 300px;
}

.site-name {
    position: relative;
    top: 15px;
}

.site-name-wrap {
    position: absolute;
    top: 0;
    left: 70px;
}

.site-name-jp {
    font-size: 28px;
    display: block;
    font-family: "Inter Tight", sans-serif;
    color: #000;
}

.site-name-en {
    color: #52BEEA;
    font-size: 18px;
    display: block;
    font-family: "Inter Tight", sans-serif;
}

.menu-wrap {
    position: relative;
}

.my-menu {
    position: absolute;
    top: 48px;
    left: 0;
}

.my-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.my-menu ul li a {
    color: #000;
    font-size: 20px;
}

.my-menu ul li a:hover {
    text-decoration: none;
    color: #F8BD00;
}

.my-sns {
    position: absolute;
    right: 0;
    top: 45px;
}

.my-sns img {
    width: 30px;
}

.my-sns a:first-child {
    margin-right: 5px;
}

.my-info {
    position: absolute;
    top: 10px;
    right: 0;
}

.my-info img {
    width: 30px;
}

.my-info span.location {
    margin-right: 20px;
}

.my-info a {
    color: #000;
}

a.location {
    margin-right: 20px;
}

.my-info a:hover {
    text-decoration: none;
}

/*=== Main FV / Page FV ====*/
header {
    height: 600px;
}

.main-fv {
    position: relative;
/*    top: -90px;*/
    top: 0;
    left: 0;
    /*    background-image: url('../images/main-fv.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-fv2 {
    position: relative;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-fv3 {
    position: relative;
    top: 0;
    left: 0; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.page-fv {
    position: relative;
/*    top: -90px;*/
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 42px;
    padding-bottom: 10px;
/*    border-bottom: 10px solid #F8BD00;*/
    border-bottom: 1px solid #fff;
    width: 80%;
    text-align: center;
}

.my-slider {
    margin-top: 90px;
}

.tel a img {
    height: 28px;
    width: auto;
}

/*=== News ====*/
#news {
    padding: 100px 0 80px;
    background: rgba(164, 210, 255, 0.2);
}

.main-title {
    color: #F8BD00;
    font-size: 30px;
    text-align: center;
}

.news-wrap {
    margin: 0 auto;
    display: block;
    max-width: 850px;
}

.news-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 15px;
    margin: 0 auto;
    font-size: 20px;
    border-bottom: 1px solid #000;
}

.news-date {
    flex: 100%;
    max-width: 18%;
    margin: 0 0 0 0;
}

.news-info {
    flex: 100%;
    max-width: 82%;
    margin: 0 0 0 0;
}

.news-info a {
    color: #000;
}

.news-info a:hover {
    text-decoration: none;
    color: #F8BD00;
}

/*=== Intro ====*/
#intro {
    padding: 80px 0 60px;
    position: relative;
    background-image: url('../images/bg_intro.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

#intro::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.65);
}

/*=== Features ====*/
#features {
    padding: 80px 0 60px;
    background: rgba(164, 210, 255, 0.2);
}

.main-title2 {
    color: #EB8343;
    font-size: 30px;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
}

.main-title2::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 90%;
    background: #71A604;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-wrap {
    background: #FFF5D7;
    padding: 40px 30px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 40px auto;
    justify-content: space-between;
}

.feature-item {
    flex: 100%;
    max-width: calc(100% / 3 - 30px);
    margin: 0 30px 0 0;
}

.feature-item:last-child {
    margin: 0;
}

.feature-img {
    border: 2px solid #F8BD00;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}

.feature-img img {
    width: 152px;
    height: 152px;
/*    object-fit: cover;*/
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.btn-details {
    font-size: 24px;    
    border: 2px solid #F8BD00;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.5s;
    /*    width: 450px;*/
    width: 505px;
    text-align: center;
    background: #F8BD00;
    color: #fff;
}

.btn-details:hover {
    text-decoration: none;
    border: 2px solid #F8BD00;   
    background: #F8BD001A;
    color: #000;
}

/*=== Concept ====*/
#concept-top {
    padding: 80px 0 60px;
    background: rgba(164, 210, 255, 0.2);
}

#concept {
    padding: 80px 0 60px;
    background: rgba(164, 210, 255, 0.2);
}

.img-concept {
    width: 100%;
}

.concept-desc {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

/*=== Program ====*/
#program {
    padding: 80px 0 60px;
    background: rgba(164, 210, 255, 0.2);
}

.program-wrap {
    position: relative;
    background: #FFF5D7;
    padding: 30px 40px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}

.program-wrap::before {
    position: absolute;
    content: "";
    right: -20px;
    top: -35px;
    background-image: url('../images/img-deco1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
}

.program-wrap::after {
    position: absolute;
    content: "";
    left: -70px;
    bottom: -45px;
    background-image: url('../images/img-deco2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
}

.program-item {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 20px 0;
    border: 2px solid #D9E367;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    text-align: center;
}

.program-item:nth-child(even) {
    margin-right: 0;
}

.program-desc {
    font-size: 22px;
    max-width: 1000px;
    margin: 60px auto 0;
}

/*=== Quality Time ====*/
#quality-time {
    padding: 80px 0 60px;
    background: rgba(164, 210, 255, 0.2);
}

.quality-wrap {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 60px auto 10px;
    max-width: 1000px;
}

.quality-wrap::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -75px;
    background-image: url('../images/img-deco3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
}

.quality-text {
    flex: 100%;
    max-width: 70%;
    margin: 0 0 30px 0;
}

.quality-img {
    flex: 100%;
    max-width: 30%;
    margin: 0 0 30px 0;
}

.quality-img img {
    width: 100%;
}

/*=== Fees & Flow ====*/
#fees-flow {
    padding: 80px 0 60px;
    background: rgba(164, 210, 255, 0.2);
}

.fees-desc {
    max-width: 1000px;
    margin: 0 auto;
}

.my-hr {
    width: 550px;
    max-width: 100%;
    height: 3px;
    background: #D9E367;
    margin: 40px auto 40px;
}

/*=== Footer====*/
footer {}

.footer1 {
    background: #FFDA75;
    padding: 40px 15px 10px;
}

.txt-contat-us {
    font-size: 24px;
    padding-bottom: 30px;
}

.ft-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ft-left {
    flex: 100%;
    max-width: 50%;
    font-size: 24px;
}

.ft-left a {
    color: #000;
}

.ft-left a:hover {
    text-decoration: none;
}

.ft-right a {
    color: #000;
}

.ft-right a:hover {
    text-decoration: none;
}

.ft-left img,
.ft-right img {
    padding: 10px 0;
/*    width: 36px;*/
    width: 50px;
}
@media screen and (min-width:768px){
    .ft-wrap-img-tell{
        width: 85px !important;
    }
}

.ft-right {
    flex: 100%;
    max-width: 50%;
    font-size: 24px;
    border-left: 1px solid #000;
}

.ft-logo2 {
    text-align: center;
    padding: 30px 0 10px;
}

.ft-logo2 img {
    max-width: 100%;
    width: 350px;
}

.txt-sm-ft {
    font-size: 20px;
    line-height: 1.4em;
}

.tel-num {
    font-size: 28px;
}

.tel-num a {
    color: #000;
}

.tel-num a:hover {
    text-decoration: none;
    color: #F8BD00;
}

.footer2 {
    background: #fff5d7;
    padding: 20px 0;
}

.ft-wrap2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ft-left2 {
    flex: 100%;
    max-width: 50%;
    position: relative;
    padding: 0 0 0 60px;
}

.logo-name-wrap {
    position: absolute;
    top: -3px;
    left: 130px;
}

.logo-name-jp {
    font-size: 30px;
    color: #000;
}

.logo-name-en {
    font-size: 18px;
    color: #52BEEA;
}

.ft-right2 {
    flex: 100%;
    max-width: 50%;
    font-size: 18px;
}

.my-menu-ft {
    position: relative;
    top: 20px;
}

.my-menu-ft ul li {
    display: inline-block;
    margin: 0 10px;
}

.my-menu-ft ul li a {
    color: #000;
    font-size: 20px;
}

.my-menu-ft ul li a:hover {
    text-decoration: none;
    color: #F8BD00;
}

.copyright {
    background: #fff5d7;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
}

/*============================ Page Features ============================*/

/*=== Feature01 ====*/
#feature01 {
    padding: 80px 0 20px;
    background: rgba(164, 210, 255, 0.2);
}

.feature-desc {
    max-width: 1000px;
    margin: 0 auto;
}

.txt-box {
    background: #fff;
    padding: 10px;
/*    width: fit-content;*/
    width: 100%;
    border-radius: 10px;
}

.txt-box ul {
    margin-bottom: 0;
    padding: 10px 10px 10px 40px;
}

/*=== Concept ====*/
.outer-wrap {
    position: relative;
}

.outer-wrap::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background: #FFF5D7;
    top: 0;
    left: 0;
}

.concept-title {
    font-size: 24px;
}

.concept01 {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#concept-top .concept-desc {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.concept-desc {
    font-size: 18px;
    width: 55%;
    text-align: left;
    flex: 100%;
    max-width: 55%;
}

.concept-img {
    flex: 100%;
    max-width: 45%;
    position: relative;
}

.concept-img img {}

.img-concept01 {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.img-concept02 {
    position: absolute;
    top: 74px;
    left: 295px;
}

.outer-wrap2 {
    position: relative;
}

.outer-wrap2::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background: #FFF5D7;
    top: 0;
    right: 0;
}

.txt-orange {
    color: #F8BD00;
    font-size: 20px;
}

.img-concept03 {
    position: absolute;
    top: 0;
    left: -40px;
}

.img-concept04 {
    position: absolute;
    bottom: 31px;
    left: 88px;
}

.outer-wrap2 .concept02 {
    position: relative;
}

.outer-wrap2 .concept02::after {
    position: absolute;
    content: "";
    left: -36px;
    bottom: -75px;
    background-image: url('../images/img-deco2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
}

.outer-wrap2 .concept02::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -75px;
    background-image: url('../images/img-deco4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
}

.img-concept05 {
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 2;
}

.img-concept06 {
    position: absolute;
    bottom: 67px;
    left: 247px;
    z-index: 1;
}

/*=== People who comes ====*/
#people {
    background: rgba(164, 210, 255, 0.2);
    padding: 0 0 30px 0;
}

.people-wrap {
    position: relative;
    background: #FFF5D7;
    padding: 30px 40px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}

.people-item {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 20px 0;
    border: 2px solid #D9E367;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    text-align: center;
}

.people-item:nth-child(even) {
    margin-right: 0;
}

/*=== Greetings from admin ====*/
#greetings {
    background: rgba(164, 210, 255, 0.2);
    padding: 0 0 30px 0;
}

.greeting-box-outer {
    background: #FFDE74;
    padding: 40px 60px;
    position: relative;
}

.greeting-box-outer::before {
    position: absolute;
    content: "";
    left: 5px;
    bottom: 12px;
    background-image: url('../images/img-deco3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 140px;
    height: 140px;
}

.greeting-box-outer::after {
    position: absolute;
    content: "";
    right: 37px;
    top: 0;
    background-image: url('../images/img-deco1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 160px;
}

.greeting-box-inner {
    padding: 30px 20px;
    background: #fff;
}

.greeting-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.greeting-text {
    flex: 100%;
    max-width: 70%;
}

.greeting-img {
    flex: 100%;
    max-width: 30%;
    align-self: flex-end;
}

.greeting-img img {
    width: 100%;
}

.txt-admin {
    font-weight: 700;
    font-size: 20px;
}

/*============================ Page Services ============================*/

/*=== Flow of one day ====*/
#schedule {
    padding: 60px 0 40px 20px;
    background: rgba(164, 210, 255, 0.2);
}

.time-note {
    font-size: 28px;
    padding-left: 100px;
    margin-bottom: 20px;
}

.time-box-outer {
    background: #D3EBFF;
    padding: 40px 25px 40px 60px;
}

table.tbl-flow {
    width: 100%;
    border-collapse: collapse;
}

table.tbl-flow tr th {
    font-weight: 400;
    padding: 10px;
}

table.tbl-flow tr td {
    border-right: 1px solid #000;
    padding: 10px 20px;
}

table.tbl-flow tr td:first-child {
    border-left: 1px solid #000;
    width: 16%;
}

table.tbl-flow tr td:nth-child(2) {
    /*   border-right: none;*/
    width: 20%;
    border-right: 8px dashed #FFDE74;
}

table.tbl-flow tr td:last-child {
    padding-left: 40px;
}

table.tbl-flow tr:nth-child(2) td {
    border-top: 1px solid #000;

}

table.tbl-flow tr:last-child td {
    border-bottom: 1px solid #000;
}

table.tbl-flow tr td.no-border-right {
    border-right: none;
    position: relative;
}

.round-dot {
    position: absolute;
    content: "";
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #FFDE74;
    top: 9px;
    left: 185px;
}

.down-arrow i {
    position: absolute;
    color: #FFDE74;
    font-size: 40px;
    left: 187px;
    top: -6px;
}

.time-box-inner {
    position: relative;
}

.img-time01 {
    position: absolute;
    right: 50px;
    top: 260px;
    width: 180px;
    height: auto;
}

.img-time02 {
    position: absolute;
    right: 25px;
    bottom: 120px;
    width: 180px;
    height: auto;
}

/*=== Rehabilatation====*/
#program {
    padding: 60px 0 80px;
    background: rgba(164, 210, 255, 0.2);
}

.txt-orange-bg {
    background: #F8BD00;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
    font-weight: 700;
    margin-top: -16px;
}

.img-excercise01 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.img-excercise01 img {
    width: 200px;
}

.exercise-wrap1 {
    position: relative;
}

.exercise-wrap1::after {
    position: absolute;
    content: "";
    right: 100px;
    bottom: -86px;
    background-image: url('../images/img-deco5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 140px;
    height: 140px;
}

.img-excercise02 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.img-excercise02 img {
    width: 200px;
}

.exercise-wrap2 {
    position: relative;
}

.exercise-wrap2::after {
    position: absolute;
    content: "";
    left: 120px;
    bottom: -80px;
    background-image: url('../images/img-deco6.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 140px;
    height: 140px;
}

.exercise-wrap3 .concept-desc {
    margin-bottom: 0;
}

.img-excercise03 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 150px;
}

.img-excercise03 img {
    width: 250px;
}

/*=== Slider Images ====*/
#slider-images {
    padding: 10px 0 20px;
    background: rgba(164, 210, 255, 0.6);
    color: #fff;
}

#slider-images .text-center {
    padding-bottom: 10px;
}

/*=== Bath ====*/
#bath {
    padding: 80px 0 30px;
    background: #f1fffe;
}

.bath-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.bath-img {
    flex: 100%;
    max-width: calc(50% - 60px);
    margin-right: 30px;
    margin-left: 30px;
}

.bath-img img {
    width: 100%;
}

.bath-txt {
    flex: 100%;
    max-width: 50%;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 15px 10px;
    position: relative;
    left: -103px;
    top: 52px;
    height: 280px;
}

#price {
    padding: 80px 0 30px;
    background: rgba(164, 210, 255, 0.2);
}

.fees-box {
    background: #D3EBFF;
    padding: 20px 40px;
}

.fees-head {
    text-align: center;
    font-size: 28px;
    padding-bottom: 60px;
}

.sub-head {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.left-fee {
    width: 50%;
    float: left;
}

.right-fee {
    width: 50%;
    float: left;
}

.clear {
    clear: both;
}

.left-box {
    border: 1px solid #918E8E;
    padding: 40px;
    margin-right: 8px;
}

.right-box {
    border: 1px solid #918E8E;
    padding: 40px 40px 25px;
    margin-left: 8px;
}

.right-box2 {
    border: 1px solid #918E8E;
    padding: 10px 40px 10px;
    margin-left: 8px;
    margin-top: 73px;
}

.txt-tbl-note {
    margin-top: 30px;
}

table.fee1 {
    width: 100%;
    border-collapse: collapse; 
    font-size: 24px;
}

table.fee1 tr td:first-child {
    width: 30%;
}

table.fee1 tr td:last-child {
    text-align: right;
}

table.fee2 {
    width: 100%;
    border-collapse: collapse;  
    font-size: 24px;
}

table.fee2 tr td:first-child {
    width: 30%;
}

table.fee2 tr td:last-child {
    text-align: right;
}

table.fee3 {
    width: 100%;
    border-collapse: collapse;  
    font-size: 24px;
}

table.fee3 tr td:first-child {
    width: 40%;
}

table.fee3 tr td:last-child {
    text-align: right;
}

.txt-bottom {
    font-size: 24px;
}

#flow {
    padding: 60px 0 30px;
    background: rgba(164, 210, 255, 0.2);
}

.txt-highlight {
    background-color: rgba(248, 189, 0, 0.2);
    width: fit-content;
    display: block;
    text-align: center;
    padding: 3px;
    margin: 0 auto;
}

.flow-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border: 1px solid #F8BD00;
    border-bottom: 2px solid #F8BD00;
    padding: 10px 5px;
    margin-top: 15px;
}

.flow-num {
    flex: 100%;
    max-width: calc(10% - 30px);
    margin: 0 30px 0 0;
    align-self: center;
    padding-left: 10px;
    color: rgba(248, 189, 0, 0.8);
}

.flow-desc {
    flex: 100%;
    max-width: 90%;  
    align-self: center;
}

.img-decoration {
    position: relative;
    top: 15%;    
}

.img-deco1 {
    position: absolute;
    top: 0;
    left: 0;
}

.img-deco2 {
    position: absolute;
    top: 42px;
    left: 113px;
}

.img-deco1 img {
    width: 150px;
}

.img-deco2 img {
    width: 150px;
}

#greetings {
    padding: 60px 0 30px;
    background: rgba(164, 210, 255, 0.2);
}

.sign {
    font-size: 24px;
    text-align: right;
}

.img-profile {
    margin-left: 30px;
}

.img-profile img {
    width: 100%;
}

table.tbl-experience {
    width: 100%;
    border-collapse: collapse;
    margin-top: -10px;
}

table.tbl-experience tr td:first-child {
    width: 11%;
}

table.tbl-experience tr td {
    vertical-align: top;
}

.name {
    font-size: 20px;
}

#management {
    padding: 60px 0 30px;
    background: rgba(164, 210, 255, 0.2);
}

.img-management img {
    width: 100%;
}

.blue-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #A4D2FF;
}

.green-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9E367;
}

.orange-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F8BD00;
}

.txt-manage1 {
    position: relative;
    top: 10%;
}

.txt-manage2 {
    position: relative;
    top: 23%;
}

.txt-manage3 {
    position: relative;
    top: 29%;
}

ul.my-ul {
    padding-left: 25px;;
}

#company {
    padding: 60px 0 30px;
    background: rgba(164, 210, 255, 0.2);
}

table.tbl-company {
    width: 100%;
    border-collapse: collapse;
    max-width: 900px;
    margin: 0 auto;
}

table.tbl-company tr td:first-child {
    width: 15%;
}

table.tbl-company tr td {
    padding: 5px;
}

#history {
    padding: 60px 0 30px;
    background: rgba(164, 210, 255, 0.2);
}

#access {
    padding: 80px 0 30px;
    background: rgba(164, 210, 255, 0.2);
}

.transport-desc {
    padding-left: 20px;
}

.transport img {
    display: inline-block;
}

table.tbl-transport {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.tbl-transport tr td:first-child {
    width: 55px;
}

.img-transport img {
    width: 100%;
}

#contact {
    padding: 80px 0 30px;
    background: rgba(164, 210, 255, 0.2);
}

.required {
    color: #FF2929;
    font-size: 16px;
}

#wpcf7-f6-p114-o1 {
    margin: 20px auto 0;
    display: block;
    width: 100%;
    max-width: 900px;
}

#contact-form {    
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 900px;
}

.contact-note {
    text-align: center;
    display: block;
    margin: 0 auto;
}

table.tbl-contact {
    width: 100%;
    border-collapse: collapse;
    
}

table.tbl-contact tr td {
    border: 1px solid #918E8E;
    padding: 15px;
}

table.tbl-contact tr td:first-child {
    background: rgba(164, 210, 255, 0.5);
    color: #000;
    width: 36%;
}

table.tbl-contact input {
    height: 37px;
    width: 90%;
    border: 1px solid #918E8E;
}

table.tbl-contact textarea {    
    width: 90%;
    border: 1px solid #918E8E;
}

.btn-submit {
    border: 2px solid #F8BD00;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5px;
    background: #f2f9e5;
    font-size: 24px;
    width: 250px;
    margin: 40px auto 0;
    display: block;
    transition: 0.5s;
    cursor: pointer;
}

.btn-submit:hover {
    border: 5px solid #F8BD00;
    background: #F8BD00;
    color: #fff;
}

#thanks {
    padding: 60px 0 30px;
    background: rgba(164, 210, 255, 0.2);
}
.sec1-service{
    padding-top: 70px;
}
.sec2-service{
    background-color: #D3EBFF;
    border-radius: 10px;
}
.sec2-service-m2{
    border: 1px solid #918E8E;
    border-radius: 10px;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: calc(100% - 30px);
}
.sec2-service-m2:before{
    content: '';
    position: absolute;
    top: 20px;
    bottom: 26px;
    border-left: 1px dotted #918E8E;
    left: 180px;
}
.sec2-service-m2 ul{
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 180px 180px 1fr;
    margin-bottom: 0;
}
.sec2-service-ul-bottom{
    padding-top: 13px;
    padding-bottom: 30px;
}
.sec2-service-m2 ul li:nth-child(3n){
    padding-left: 37px;
}
.sec2-service-m2 ul li{
    padding-bottom: 28px;
}
.sec2-service-m2-li-l{
    padding-bottom: 0 !important;
}
.cont-1220{
    max-width: 1220px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}
.sec2-service-li-ct{
    text-align: center;
}
.text-block-fs20{
    font-size: 20px;
}
.sec2-service-li-line{
    position: relative;
}
.sec2-service-ul-top{
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}
.sec2-service-ul-top li{
    padding-bottom: 0 !important;
}
.sec2-service-m{
    padding-top: 80px;
    padding-bottom: 60px;
}
.sec2-service-li-line:before{
    content: '';
    position: absolute;
    border-left: 4px dotted #F8BD00;
    top: 28px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec2-service-img{
    position: absolute;
    right: -56px;
    top: 50%;
    transform: translateY(-50%);
}
.sec2-service-img-item-f{
    transform: translateX(-40px);
    padding-bottom: 27px;
}
.sec1-service p{
    margin-bottom: 0;
}
.schedule-ser{
    background-color: #F1FFFE !important;
    padding-left: 0 !important;
}
.sec2-service-m3{
    display: none;
}
.text-block-fs24{
    font-size: 24px;
}
.text-block-fs18{
    font-size: 18px;
}
.sec3-service-txt1{
    font-weight: 700;
    padding-bottom: 34px;
}
.sec3-service-txt2{
    color: #EB8343;
    font-weight: 700;
    padding-bottom: 5px;
}
.sec3-service-item{
    padding-left: 73px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 51.9% 1fr;
    padding-right: 36px;
    column-gap: 3.1%;
    padding-top: 43px;
    padding-bottom: 20px;
}
.sec3-service-item2{
    grid-template-columns: 1fr 51.9%;
    padding-left: 36px;
    padding-right: 36px;
    column-gap: 4.5%;
}
.sec3-service-bg{
    position: relative;
    margin-top: 64px;
}
.sec3-service-bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #FFF5D7;
    width: calc(100% - 100px);
    max-width: 1562px;
}
.sec3-service-bg2:before{
    left: auto;
    right: 0;
}
.sec3-service-bg:after{
    content: '';
    position: absolute;
    background-image: url('../images/pic4.png');
    background-repeat: no-repeat;
    background-size: 196px auto;
    width: calc(100% - 100px);
    max-width: 1656px;
    left: 0;
    bottom: 0;
    top: 0;
    background-position: right bottom;
    transform: translateY(82px);
}
.sec3-service-bg2:after{
    left: auto;
    right: 0;
    background-position: left bottom;
    background-image: url('../images/pic7.png');
    background-size: 174px auto;
    transform: translateY(46px);
    max-width: 1630px;
}
.sec3-service-txt3{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F8C523;
    color: #fff;
    margin-bottom: 10px !important;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.sec3-service-item-img{
    padding-top: 15px;
}
.sec3-service-item p{
    margin-bottom: 0;
}
.mgt-sec3-service{
    padding-top: 64px;
}
.sec3-service-item-img-bt{
    margin-top: 55px;
}
.sec3-service{
    margin-top: 70px;
}
.sec3-service-item-img-gr img{
    width: 100%;
}
.sec3-service-img-sp{
    display: none;
}
.sec3-service-item-img-sp{
    display: none;
}
.br-sp{
    display: none;
}
.sec3-service-bg3:after{
    content: none;
}
.slider-ser img{
    width: 100%;
}
.sec4-service p{
    margin-bottom: 0;
}
.sec4-service .text-block-fs24{
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}
.sec4-service{
    background-color: #A4D2FF;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 45px;
}
@media screen and (max-width:1440px){
    .sec3-service-bg:before{
        max-width: 1330px;
        width: 100%;
    }
    .sec3-service-bg:after{
        max-width: 1330px;
        width: 100%;
        transform: translateY(74px);
    }
    .sec3-service-item {
        padding-left: 5.069vw;
        padding-right: 2.5vw;
    }
}
@media screen and (max-width:1300px){
    .sec2-service-img {
        right: 10px;
    }
    .sec2-service-img img{
        width: 20.02vw;
    }
    .sec2-service-m2 ul li:nth-child(3n) {
        padding-left: 0;
    }
}
@media screen and (max-width:999px){
    .sec2-service-m2 ul {
        grid-template-columns: 18.018vw 18.018vw 1fr;
        font-size: 1.802vw;
    }
    .sec2-service-m2 ul .text-block-fs20{
        font-size: 2.002vw;
    }
    .sec2-service-img-item-f{
        transform: none;
    }
    .sec2-service-m2:before {
        left: 18.018vw;
    }
    .sec3-service-item {
        padding-left: 0;
        padding-right: 0;
    }
    .text-block-fs24{
        font-size: 20px;
    }
    .mgt-sec3-service{
        padding-top: 30px;
    }
    .sec3-service-item-img-bt{
        margin-top: 30px;
    }
    .sec3-service-txt1{
        font-size: 22px;
    }
}
@media screen and (max-width:767px){
    .sec2-service-m{
        display: none;
    }
    .time-note__service{
        padding-left: 34px;
        font-size: 16px;
    }
    .sec2-service-m3-txt{
        font-size: 16px;
        line-height: 2.3;
        text-align: center;
    }
    .schedule-ser{
        padding-left: 0 !important;
    }
    .sec2-service-m3{
        border: 1px solid #918E8E;
        border-radius: 10px;
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
    .sec2-service-m3-item{
        display: flex;
        flex-wrap: wrap;
    }
    .sec2-service-m3-item-left{
        width: 50%;
        border-bottom: 1px solid #918E8E;
        border-right: 1px solid #918E8E;
    }
    .sec2-service-m3-item-right{
        width: 50%;
        border-bottom: 1px solid #918E8E;
    }
    .sec2-service-m3-item-bottom{
        width: 100%;
        border-bottom: 1px solid #918E8E;
        padding-bottom: 15px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .sec2-service-m3-item-bottom img{
        margin-top: 5px;
        width: 100%;
    }
    .sec2-service-m3-item-left,.sec2-service-m3-item-right{
        height: 86px;
    }
    .sec2-service-m3-item-left,.sec2-service-m3-item-right,.sec2-service-m3-item-bottom{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sec1-service{
        padding-top: 36px;
    }
    .sec2-service-m3-item-bottom-no{
        border-bottom: 0;
    }
    .sec2-service{
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .sec2-service-m3{
        display: block;
    }
    .sec3-service-item{
        display: block;
        padding-top: 10px;
    }
    .text-block-fs18{
        font-size: 16px;
    }
    .sec3-service{
        margin-top: 60px;
    }
    .sec3-service-txt1{
        text-align: center;
        padding-bottom: 10px;
    }
    .sec3-service-bg {
        margin-top: 32px;
    }
    .sec3-service-img-sp{
        display: block;
        padding-top: 15px;
    }
    .sec3-service-item-img-gr{
        display: none;
    }
    .sec3-service-img-sp img{
        width: 100%;
    }
    .mgt-sec3-service {
        padding-top: 50px;
    }
    .br-pc{
        display: none;
    }
    .sec3-service-txt3{
        font-size: 16px;
        margin-bottom: 0 !important;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .sec3-service-item p{
        margin-bottom: 0;
    }
    .sec3-service-item-img{
        padding-top: 23px;
    }
    .sec3-service-bg:after{
        content: none;
    }
    .sec3-service-bg2 .sec3-service-item-img{
        display: none;
    }
    .sec3-service-item-img-sp{
        display: block;
        padding-top: 23px;
    }
    .br-sp{
        display: block;
    }
}
@media screen and (max-width:375px){
    .time-note__service{
        padding-left: 5.067vw;
    }
}
.nothing-sp{
    display: none;
}
.sec2-service-m6tb{
    font-size: 16px;
    line-height: 1.3;
}
.sec2-service-m6tb tr td{
    vertical-align: top;
}
.sec2-service-m6{
    display: none;
}
.sec3-service-img-sp-516{
    display: none;
}
@media screen and (max-width:767px){
    .nothing-pc{
        display: none;
    }
    .lifeassist__sec1{
        text-align: left !important;
    }
    .nothing-sp{
        display: block;
    }
    .greeting-img1605{
        max-width: 100%;
    }
    .sec2-service-m6{
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .sec2-service-m6-item{
        border: 1px solid #918E8E;
        border-radius: 10px;
    }
    .sec2-service-m6 tr:first-child td{
        font-size: 18px;
        width: 100% !important;
        text-align: left !important;
        padding-left: 10px;
        padding-right: 10px;
        border: 0 !important;
    }
    .sec2-service-m6tb{
        width: 100%;
    }
    .sec2-service-m6tb tr td:first-child{
        width: 115px;
        text-align: center;
        border-right: 1px solid #918E8E;
    }
    .sec2-service-m6tb tr td:last-child{
        width: calc(100% - 115px);
        padding-left: 15px;
    }
    .sec2-service-m6tb tr td{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sec2-service-m6tb tr+tr td{
        border-top: 1px solid #918E8E;
    }
    .sec2-service-m6-item-bottom{
        margin-top: 38px;
    }
    .sec2-service-gr-img{
        padding-top: 23px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec2-service-gr-img .sec2-service-gr-img-item+.sec2-service-gr-img-item{
        padding-top: 15px;
    }
    .sec2-service-gr-img-item img{
        width: 100%;
    }
    .sec3-service-img-sp-516{
        display: block;
        width: 100%;
    }
    .sec3-service-img-sp--bt{
        padding-bottom: 20px;
    }
    .mgt-sec3-service-516{
        display: none;
    }
}
.txt-orange--516{
    color: #EB8343;
}
.sec2-service-img-item img{
    width: 280px;
}
.sec2-service-gr-img-border{
    border-radius: 15px;
}
.price-516 .flow-box{
    background-color: #fff;
}
.price-516 .flow-box .flow-num{
    color: #EB8343;
}
@media screen and (max-width:375px){
    .sec2-service-m6tb tr td:last-child{
        padding-left: 4vw;
    }
    .sec2-service-m6tb{
        font-size: 4.267vw;
    }
    .sec2-service-m6 tr:first-child td{
        font-size: 4.8vw;
    }
}
@media screen and (max-width:1300px){
    .sec2-service-img-item img {
        width: 20.02vw;
    }
}
@media screen and (max-width:767px){
    .sec2-service-gr-img-border {
        border-radius: 6.519vw;
    }
    .left-box--516{
        margin-left: auto;
        margin-right: auto;
    }
    .table-about516{
        margin-left: 0;
        margin-right: 0;
    }
    .table-about516 table tr td:last-child{
        border-bottom: 1px solid #918E8E;
    }
    .main-fv,.main-fv2,.main-fv3{
        min-height: 54.227vw;
        height: auto;
    }
    header{
        height: 54.227vw;
    }
}
.no-thing-tell{
    margin: 0 !important;
}
.no-thing-tell:before{
    content: '2870906688';
}