/*
日　ゴシック
font-family: "Noto Sans JP", sans-serif;

日　明朝
font-family: "Noto Serif JP", serif;

英　ゴシック
font-family: "Montserrat", sans-serif;
*/

body{
    font-family: "Noto Sans JP", sans-serif;
}

ul{
    list-style-type: none;
    padding-left: 0;
}

a{
    text-decoration: none;
}

img{
    width: 100%;
}

p{
    margin-bottom: 0;
}

nav{
    width: 100%;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}

.nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}

.navbar-brand{
    width: 20%;
}

.grnv{
    width: 40%;
}

.navbar-nav{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto;
}

.nav-link{
    cursor: default;
}

.nav li{
    padding: 0 10px;
}

.nav a{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 700;
    color: black;
    transition: .3s
}

.nav a:hover{
    color: #888;
}

.dropdown:hover>.dropdown-menu{
    display: block;
}

.dropdown-menu{
    border: none;
    border-radius: 0;
    color: white;
    background-color: white;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
}

.dropdown-item{
    color: white;
}

.dropdown-item:hover{
    background-color: rgba(0, 160, 201, 1);
    color: white!important;
}

.video-wrap{
    max-width: 1600px;
    height: 100%;
    margin: 80px auto 0 auto;
}

.video{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-front{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.tp-about{
    display: flex;
    align-items: center;
    margin-top: 100px;
}

.tp-about-text img{
    width: 60%;
    margin-bottom: 30px;
}

.tp-about-text p{
    line-height: 2em;
}

.btn-1{
    display: block;
    width: 200px;
    height: 45px;
    line-height: 45px;
    border: 1px solid black;
    border-radius: 30px;
    color: black;
    text-align: center;
    margin-top: 30px;
    transition: .3s;
}

.btn-1:hover{
    background-color: #e50012;
    color: white;
    border: 1px solid #e50012;
}

.tp-service{
    background-image: url(../img/index/ser-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px 30px 0 0;
    margin-top: 100px;
    padding: 100px 0 250px 0;
}

.tp-ser-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-ser-title p{
    color: white;
    margin-bottom: 0;
}

.tp-ser-content{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.tp-ser-content .col-md-4{
    width: 30%;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
    transition: .3s;
}

.tp-ser-content .col-md-4:hover{
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.3));
}

.tp-ser-content img{
    border-radius: 30px 30px 0 0;
}

.tp-ser-btn{
    background-color: white;
    text-align: center;
    padding: 15px;
}

.tp-ser-btn h4{
    font-weight: bold;
    color: black;
}

.clr-red,.clr-yel,.clr-blu{
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    margin-bottom: 0;
}

.clr-red{
    color: #e50012;
}

.clr-yel{
    color: #f29600;
}

.clr-blu{
    color: #009fe8;
}

.tp-img{
    margin-top: -100px;
    margin-bottom: 50px;
}

.tp-company .col-md-10{
    display: flex;
    justify-content: space-between;
}

.tp-company img{
    width: 80%;
    margin-bottom: 20px;
}

.btn-2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid black;
    border-radius: 50px;
    color: black;
    margin: 20px 0;
    padding: 10px 30px;
    transition: .3s;
}

.btn-2:hover{
    background-color: #f29600;
    color: white;
    border: 1px solid #f29600;
}

.btn-text p{
    margin-bottom: 0;
    color: #888;
    font-size: 12px;
    transition: .3s;
}

.btn-2:hover .btn-text p{
    color: #e50012;
}

.btn-text h4{
    font-size: 20px;
}

.btn-2 i{
    transition: .3s;
}

.btn-2:hover i{
    color: white;
    padding-right: 10px;
}

.tp-contact{
    background-color: #2e3192;
    padding: 50px 0;
    margin-top: 100px;
}

.tp-contact .col-md-10{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-contact-text{
    color: white;
    text-align: center;
}

.tp-contact-text p{
    margin-bottom: 20px;
}

.tp-contact-text ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-bottom: 0;
}

.tp-contact-text li p{
    border: 2px solid white;
    border-radius: 50px;
    font-weight: bold;
    padding: 10px 50px;
    font-size: 20px;
    margin-bottom: 0;
}

.tp-contact-text span{
    font-size: 14px;
}

.btn-red{
    display: block;
    padding: 10px 50px;
    background-color: #e50012;
    border: 2px solid #e50012;
    border-radius: 50px;
    color: white;
    transition: .3s;
}

.btn-red:hover{
    background-color: #f29600;
    border: 2px solid #2e3192;
    color: white;
}

footer{
    margin: 50px 0;
}

.foot-info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.foot-site{
    justify-content: space-between;
}

footer img{
    width: 20%;
}

.foot-info-text{
    margin-left: 30px;
}

.foot-site-text{
    display: flex;
}

.foot-site-text li{
    margin: 10px;
}

.foot-site-text li a{
    color: black;
    transition: .3s;
}

.foot-site-text li a:hover{
    color: #888;
}

.copy{
    font-size: 12px;
    text-align: end;
}

/* 共通 */
.page-head{
    margin-top: 150px;
    display: flex;
    align-items: center;
}

.page-head p{
    font-size: 30px;
    font-weight: bold;
}

.page-title{
    position: relative;
    margin: 100px 0 50px 0;
}

.page-title h3{
    font-size: 45px;
    margin-top: 60px;
}

.page-title img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.page-line{
    margin-top: 100px;
}

.index-top{
    margin-top: 150px;
}

.index-title{
    position: relative;
}

.index-title h2{
    text-align: center;
    font-size: 50px;
    padding-top: 20px;
}

.index-title img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.index-img{
    margin-top: 50px;
}

.index-img figure{
    margin-bottom: 0;
}

.index-img figure img{
    border-radius: 20px;
}

.index-movie{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}

.index-movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.index-content{
    background-color: #ff7b8b;
    padding: 150px 0 50px 0;
    margin-top: -50px;
}

.index-content p{
    color: white;
    line-height: 2em;
    margin-bottom: 50px;
}

.index-btn{
    display: block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    color: black;
    border-radius: 30px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    transition: .3s;
}

.index-btn:hover{
    background-color: #ff7b8b;
    color: white;
    box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.page-ser-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 150px;
}

.page-ser-title,.page-ser-img{
    width: 50%;
}

.page-ser-title{
    padding: 50px 0;
}

.kaigo-bgcolor{
    background-color: #ff7b8b;
}

.page-ser-text{
    margin-left: 100px;
}

.page-ser-text h2{
    color: white;
    font-size: 50px;
}

.page-ser-img img{
    border-radius: 20px 0 0 20px;
}

/* company */
.comp-slogan{
    margin: 50px 0;
}

.comp-philo{
    margin-top: 100px;
}

.comp-philo .col-md-10{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comp-philo-title{
    width: 38%;
}

.comp-philo-content{
    width: 60%;
}

.comp-philo-title h2{
    font-size: 45px;
}

.comp-philo-title p{
    font-family: "Montserrat", sans-serif;
    color: #888;
}

.comp-philo-content p{
    line-height: 2em;
}

.comp-philo-photo{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.comp-philo-photo li{
    width: 30%;
}

.co-ph-2{
    padding-top: 60px;
}

.co-ph-3{
    padding-top: 120px;
}

.comp-prof table{
    width: 100%;
}

.comp-prof th,.comp-prof td{
    border-bottom: 1px solid black;
    padding: 20px;
}

/* greeting */
.comp-gre p{
    line-height: 2em;
    margin: 20px 0;
}

.comp-gre figure{
    text-align: end;
    margin-top: 30px;
}

.comp-gre img{
    width: 30%;
}

/* kaigo */
/* index */
.kaigo-ser{
    margin: 100px 0;
}

.kaigo-index-photo{
    background-image: url(../img/kaigo/index/photo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    margin: 200px 0 100px 0;
    text-align: center;
}

.kaigo-index-photo h3{
    color: white;
    font-size: 50px;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
}

.kaigo-index-photo p{
    color: white;
    font-family: "Noto Serif JP", serif;
    margin: 10px 0;
}

.kaigo-index-photo a{
    background-color: white;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid white;
    margin: 10px auto;
    color: black;
    font-size: 20px;
    transition: .3s;
}

.kaigo-index-photo a:hover{
    border: 1px solid white;
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

/* recruit */
.kaigo-bgcolor p{
    font-family: "Noto Serif JP", serif;
    color: red;
    font-size: 20px;
    letter-spacing: 2px;
}

.kaigo-recr{
    margin-top: 50px;
}

.kaigo-recr h4{
    background-color: #ff7b8b;
    color: white;
    padding: 20px;
    border-radius: 40px;
}

.recruit-syokusyu{
    display: flex;
}

.recruit-syokusyu ul{
    width: 60%;
}

.recruit-syokusyu figure{
    width: 35%;
}

.recruit-syokusyu li{
    margin: 10px 0;
}

.kaigo-recr h5,.kaigo-recr-b h5{
    margin: 50px 0;
}

.recruit-info,.info-pro1,.info-pro2,.info-plan-text{
    width: 100%;
}

.recruit-info th,.recruit-info td,.info-pro1 th,.info-pro1 td,.info-pro2 th,.info-pro2 td,.info-plan-text th,.info-plan-text td{
    padding: 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black  ;
}

.recr-process-step{
    display: flex;
    margin: 30px 0;
}

.recr-process-step img{
    width: 10%;
    margin-right: 30px;
}

.recr-process-text h4{
    background-color: white;
    color: #ff7b8b;
    font-weight: bold;
}

.recr-contact{
    background-color: #ff7b8b;
    padding: 50px 0;
    margin-top: 50px;
}

.recr-contact .col-md-10{
    color: white;
    text-align: center;
}

.recr-contact h4{
    font-size: 30px;
}

.recr-contact p{
    margin: 20px 0;
}

.recr-contact ul{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 20px auto;
}

.recr-contact li a{
    background-color: white;
    color: #ff7b8b;
    display: block;
    width: 350px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    border: 1px solid white;
    font-weight: bold;
    font-size: 26px;
    transition: .3s;
}

.recr-contact li a:hover{
    background-color: #ff7b8b;
    color: white;
}

.recr-contact span{
    font-size: 14px;
}

/* 施設情報・紹介 */
.fafe-movie{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.fafe-movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.kaigo-movie p{
    margin-top: 30px;
    line-height: 2em;
}

.info-terms h4{
    background-color: #ff7b8b;
    color: white;
    border-radius: 50px;
    padding: 20px;
}

.info-terms p{
    margin: 20px 0;
    line-height: 2em;
}

.info-terms ul{
    border: 1px solid #ff7b8b;
    padding: 20px;
}

.info-terms li{
    margin: 10px 0;
}

.info-terms li i{
    color: #ff7b8b;
    padding-right: 10px;
}

.info-pro1 th,.info-pro2 th{
    width: 30%;
}

.info-faov h5{
    margin: 20px 0;
    color: #ff7b8b;
    font-weight: bold;
    border-left: 3px solid #ff7b8b;
    padding-left: 10px;
}

.info-floor{
    margin: 50px 0;
}

.info-map{
    margin-top: 30px;
}

/* フォトギャラリー */
.kaigo-pg-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.kaigo-pg-list a{
    display: block;
    width: 30%;
    margin: 30px 0;
    color: #ff7b8b;
}

.kaigo-pg-list a p{
    padding-top: 10px;
}

/* staff */
.kaigo-staff-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.kaigo-staff-list a{
    display: block;
    width: 40%;
    margin: 30px 0;
}

.staff-content{
    text-align: center;
    margin-top: 20px;
}

.staff-content h4{
    font-size: 14px;
    color: black;
}

.staff-content h3{
    font-size: 24px;
    color: #ff7b8b;
}

.staff-content p{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-size: 12px;
    color: black;
}

.kaigo-license{
    margin-top: 50px;
}

.license-title h3{
    border-bottom: 1px solid #ff7b8b;
    padding-bottom: 5px;
    color: #ff7b8b;
}

.kaigo-license table{
    width: 80%;
}

.kaigo-license th,.kaigo-license td{
    padding: 10px 0;
    border-bottom: 1px solid #888;
}

.kaigo-license th{
    width: 40%;
}

.kaigo-license td{
    width: 50%;
    text-align: center;
}

/* 建設 */
.kensetsu-bgcolor{
    background-color: #f29600;
}

.kensetsu-ser .col-md-10{
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
}

.ken-list{
    width: 30%;
    background-color: white;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    padding: 20px;
}

.ken-list i{
    display: block;
    text-align: center;
    color: #f29600;
    font-size: 60px;
    margin: 20px auto;
}

.ken-list h4{
    border-top: 1px solid #f29600;
    border-bottom: 1px solid #f29600;
    color: #f29600;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
}

.kensetsu-str{
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 244, 230, 1));
    padding: 50px 0;
}

.kensetsu-title h2{
    text-align: center;
    font-weight: bold;
}

.kensetsu-title p{
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #f29600;
    text-align: center;
    margin-bottom: 10px;
}

.kensetsu-str .col-md-10{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto;
}

.kensetsu-str figure,.ken-forte{
    width: 48%;
}

.ken-forte-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}

.ken-forte-content img{
    width: 20%;
}

.ken-forte-text{
    width: 75%;
}

.ken-forte-text h4{
    font-weight: bold;
}

.ken-forte-text h4 span{
    display: block;
    color: #f29600;
    font-size: 12px;
    padding-top: 10px;
}

.kensetsu-bgcolor li a{
    color: #f29600;
}

.kensetsu-bgcolor li a:hover{
    background-color: #f29600;
}

.kankyo-text{
    border: 1px solid #f29600;
    border-radius: 50px;
    padding: 50px 0;
    text-align: center;
}

.kankyo-text h3{
    color: #f29600;
    font-weight: bold;
    font-size: 30px;
}

.kankyo-text h3 span{
    display: block;
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;
}

.ken-works{
    margin: 100px auto;
}

.ken-works-title{
    text-align: center;
}

.ken-works-title p{
    margin-top: 10px;
    color: #f29600;
}

.ken-works-img{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.ken-works-data{
    width: 30%;
}

.ken-works-data a{
    transition: .3s;
}

.ken-works-data a:hover{
    opacity: .8;
}

.ken-works-text{
    margin-top: 10px;
    border-left: 3px solid #f29600;
    padding-left: 10px;
}

.ken-works-text h4{
    color: #f29600;
}

/* 保険 */
.hoken-bgcolor{
    background-color: #009fe8;
}

.hoken-ser{
    margin: 100px auto;
}

.hoken-ser .col-md-10{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hoken-ser-content{
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    margin: 20px auto;
    padding: 30px;
}

.hoken-ser-content img{
    width: 30%;
}

.hoken-ser-text{
    width: 65%;
}

.hoken-ser-text h4{
    border-bottom: 1px solid #009fe8;
    padding-bottom: 10px;
    color: #009fe8;
}

.hoken-ser-text p{
    font-size: 14px;
}

.hoken-str{
    background-color: #b8ebff;
    padding: 100px 0;
}

.hoken-str-title{
    text-align: center;
}

.hoken-str-title p{
    color: #2e3192;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
}

.hoken-str-title h3{
    font-size: 50px;
    font-weight: bold;
    padding: 10px 0;
}

.hoken-str-content{
    display: flex;
    align-items: center;
    background-color: white;
    margin: 50px auto;
    padding: 5px 0;
}

.hoken-str-content img{
    width: 10%;
}

.hoken-str-text{
    width: 80%;
    margin-left: 30px;
}

.hoken-str-text h4{
    font-size: 30px;
}

.hoken-str-text h4 i{
    padding-right: 10px;
}

.hoken-str-text span{
    display: block;
    font-size: 14px;
    color: #009fe8;
    padding-top: 10px;
}

.hoken-str-text p{
    margin-top: 30px;
}

.hoken-bgcolor li a{
    color: #009fe8;
}

.hoken-bgcolor li a:hover{
    background-color: #009fe8;
}

.contact-text{
    margin: 50px 0;
}

.contact-text p{
    text-align: center;
    margin: 20px 0;
}

.contact-text ul{
    border: 1px solid black;
    padding: 20px;
}

.input,.textarea{
    width: 100%;
    margin: 10px 0;
}

.textarea{
    height: 200px;
}

.label i{
    padding-right: 5px;
    color: #e50012;
}

.label span{
    color: #e50012;
    padding-left: 10px;
}

.sousin{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #f29600;
    color: white;
    border: none;
    border-radius: 50px;
    margin: 0 auto;
    transition: .3s;
}

.sousin:hover{
    background-color: #009fe8;
}

/* privacypolicy */
.pripoli{
    margin: 100px 0;
}

.pripoli h3{
    font-size: 20px;
    color: #009fe8;
    border-bottom: 1px solid #2e3192;
    padding-bottom: 10px;
    margin-top: 20px;
}

/* サイトマップ */
.sitemap{
    text-align: center;
}

.sitemap p{
    border-bottom: 1px solid #009fe8;
    color: #009fe8;
    font-size: 20px;
}

.sitemap li{
    margin: 10px 0;
}

.sitemap li a{
    font-size: 18px;
    color: black;
    transition: .3s;
}

.sitemap li a:hover{
    color: #2e3192;
}

.sitemap li a i{
    padding-right: 10px;
}

.site-kaigo{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    border: 1px solid black;
    padding: 10px;
}

@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}
