@charset "UTF-8";


/*=================================================
font-family
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/*==============================================================================
トップページ コンテンツヘッダー
===============================================================================*/
.main_img_box{
    width: 100%;
    margin: 80px auto 0;
}
.swiper,.ehs_box{display: inline-block;}



/*スマホ*/
@media screen and (max-width: 960px) {
     .main_img_box{
        width: 100%;
        margin: 100px auto 0;
    }
}

/*-------------------------------
スライドショー
-------------------------------*/
.swiper {
    position: relative;
    width: 100%;
    /*height: 50vw;*/
    height:698px;
    /*height:100vh;
    padding-bottom: 150px;
    max-width: 1920px;*/
    }
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slide1{
    background: url("../img/head_img.jpg") no-repeat center center;
    background-size: cover;
}
.swiper-slide .slide1,
.swiper-slide .slide2,
.swiper-slide .slide3 {
    display: block;
    width:100%;
    height: 100%;
    object-fit: cover;
}

/*
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}*/

/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #808080;
  height: 10px;
  width: 10px;
}
.swiper{position:relative;}

/*安心できる空間で、上質な暮らしを。*/
.slide_txt_box{
    position: absolute;
    color:#FFF;
    text-align: left;
    width:100%;
    max-width:1920px; 
    top:45%;
    left:50px;
    z-index: 20;
    font-size:48px;
    font-weight: bold;
    text-shadow: #000 5px 5px 6px;
}

/*スマホ*/
@media screen and (max-width: 960px) {
    .swiper {
        position: relative;
        width: 100%;
        max-width: 960px;
        height:500px;
    }
    .slide_txt_box{
        top:20%;
        left:50%;
        transform: translate(-50%,-20%);
        text-align: center;
        font-size: 30px;
    } 
}

/*-------------------------------
ヘルパーステーション
-------------------------------*/
.ehs_box{
    width: 100%;
    max-width: 559px;
    position:absolute;
    bottom:30px;
    right: 30px;
}
.ehs_box img{
    display: inline-block;
    position: relative;
    width:98%;
    z-index: 10;
}
.ehs_box img:hover{opacity: 0.9;}
/*リンク--------------*/
.ehs_box .link_box{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 20px;
    padding: 10px;
    background: #FFF;
    z-index: 99;
    
}
/*スマホ*/
@media screen and (max-width: 960px) {
    .ehs_box{
            width: 100%;
            max-width: 320px;
            position:absolute;
            top:80%;
            left:50%;
            transform: translate(-50%, -100%);
            z-index: 999;
        }
}
/*==============================================================================
コンテンツ
===============================================================================*/

.contents_inner{
    width: 100%;
    margin: 0px auto 0;
    padding :0 0px;    
}
.contents_inner h2,
.contents_inner h3{
    font-size:48px;
    font-feature-settings: "palt";
    color:#727171;
    font-family: "新丸ゴ M"!important;
    line-height: 1.5em;
}
.contents_inner h4{
    font-size:37px;
    font-feature-settings: "palt";
    color:#009FA8;
    font-family: "新丸ゴ M"!important;
    line-height: 1.5em;
    border-bottom: solid 3px #009FA8;
}
/*スマホ*/
@media screen and (max-width: 960px) {
    .contents_inner h2,.contents_inner h3{font-size:24px; text-align: center;}
    .contents_inner h4{font-size: 18px;}
}

/*------------------------------------------
　sec1
-------------------------------------------*/
.select2,
.select1{
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: top;
    -webkit-align-items: top;
    align-items: top;    
}
.select2 img,.select1 img{width:100%; max-width:578px;}
/*スマホ*/
@media screen and (max-width: 960px) {
    .select2,.select1{flex-direction: column;}
}


/*-----------------
select1
-----------------*/
.select1 {margin: 100px 0 ;}

.select1 .left{width:50%;}
.select1 .right{width:50%;}

.select1 .left{text-align: right; z-index: 1;}
.select1 .right h2{margin:0 30px; z-index: 2;}


.select1 .right .sel_txt_r_box{
    background: #0A3A70;
    margin-left: -25%;
    margin-top: 20px;
}
.select1 .right .sel_txt_r_box p{
    display: inline-block;
    font-size: 24px;
    line-height: 1.8em;
    color:#FFF;
    max-width: 745px;
    padding: 40px 0 40px 25%;
}
@media screen and (max-width: 1200px) {
    .sp_none2{display: none;}
}
@media screen and (max-width: 960px) {
    .select1 {margin: 50px 0 ;}
    .select1 .left{width:100%; order:2;}
    .select1 .right{width:100%; order: 1;}

    .select1 .right .sel_txt_r_box{ margin-left: 0;}
    .select1 .right .sel_txt_r_box p{
        font-size: 14px;
        line-height: 1.8em;
        color:#FFF;
        max-width: 745px;
        padding: 20px;
    }

    
}
@media screen and (max-width: 560px) {.sp_none2{display: block;}}

/*-----------------
select2
-----------------*/
.select2 {margin: 120px 0 ;}
.select2 .left{width:60%;}
.select2 .right{width:40%;}

.select2 .left h2{ margin:0 0px; z-index: 2;  padding: 0px 0px 0px 30%;}
.select2 .left .sel_txt_l_box{
    width: 100%;
    background: #0A3A70;
    margin-top: 20px;
    padding: 40px 0px 40px 30%;
}
.select2 .left .sel_txt_l_box p{
    display: inline-block;
    font-size: 24px;
    line-height: 1.8em;
    color:#FFF;
    max-width: 585px;
    margin-right: 25%;
}

/*イメージ画像*/
.select2 .right{text-align: left; z-index: 1;}
.select2 .right img{margin-left: -20%;}

@media screen and (max-width: 1340px) {
    .select2 .left h2{ padding: 0px 0px 0px 10%;}
    .select2 .left .sel_txt_l_box{padding: 40px 0px 40px 10%;}
}

@media screen and (max-width: 960px) {
    .select2 {margin: 40px 0 ;}
    .select2 .left{width:100%;}
    .select2 .right{width:100%;}
    .select2 .left h2{ margin:0 0px; z-index: 2;  padding: 20px;}
    .select2 .left .sel_txt_l_box{padding:20px; }    
    .select2 .right{width:100%;}
    .select2 .left .sel_txt_l_box p{
        font-size: 14px;
        line-height: 1.8em;
        color:#FFF;
        max-width: 745px;
        padding: 0px;
        margin-right: 0%;
    }
    .select2 .right img{margin-left: 0%;}
}


/*------------------------------------------
　sec2
-------------------------------------------*/
.sec2{background:#F0F0F0; padding :60px 0;}
.sec2 h3{text-align: center; }

.sec_inner{width:100%; max-width: 1200px; margin:40px auto; padding: 0 10px; }
.sec_inner .right,
.sec_inner .left{display: inline-block; vertical-align: top; padding-top: 30px;}
.sec_inner .left{width:70%; max-width: 960px;}
.sec_inner .left p{font-size: 24px; padding: 0px 30px 30px 0;}
.sec_inner .right{width: 28%;}
.sec_inner .right img{width:100%;}

.sec_inner .col1 h5{
    font-size:30px;
    padding: 20px 0 5px;;
    color: #FF762E;
    font-family: "新丸ゴ M"!important;}
.sec_inner .col1 p{font-size: 24px; padding: 0px 0 0 1em;}


@media screen and (max-width: 960px) {
    .sec_inner .right,
    .sec_inner .left{padding-top: 20px;}
    .sec_inner .left{width:100%; max-width: 748px;}
    .sec_inner .left p{font-size: 14px; padding: 0px 0px 30px 0;}
    .sec_inner .right{width: 100%;}
    .sec_inner .right img{width:100%;}

    .sec_inner .col1 h5{font-size:16px; padding: 20px 0 5px;}
    .sec_inner .col1 p{font-size: 14px; padding: 0px 0 0 1em;}
}

/*------------------------------------------
　sec3
-------------------------------------------*/
.sec3{ padding :60px 0;}
.sec3 h3{text-align: center;}
.sec3 .sec_inner {margin: 80px auto;}
.sec3 .sec_inner .col1 p{font-size: 24px; padding: 10px 30px 30px 0;}
.annotation{color:#E60012; font-size: 24px; text-align: center; padding: 0px 0 0 1em;}
.kakunin{
    margin: 0px auto;
    font-size: 24px;
    text-align: center;
    width:100%;
    max-width:600px;
    border: solid 4px #D9D9DA;
}
@media screen and (max-width: 960px) {
    .sec3{ padding: 60px 0;}
    .sec3 h3{text-align: center;}
    .sec3 .sec_inner {margin: 20px auto;}
    .sec3 .sec_inner .col1 p{font-size: 14px; padding: 10px 0px 0px 0;}
    .annotation{color:#E60012; font-size: 14px; text-align: left; padding: 10px;}
    .kakunin{
        margin: 0px auto;
        font-size: 16px;
        text-align: center;
        width:100%;
        max-width:600px;
        border: solid 4px #D9D9DA;
    }
}

/*------------------------------------------
　sec4
-------------------------------------------*/
.sec4{ background:#F0F0F0; padding :20px 0; margin :0px 0 0;}
.sec4 table{width:100%; max-width: 674px; margin: 0 auto; font-size:24px;}

.sec4 table tr th{width:154px;text-align-last: justify; font-weight:normal;}
.sec4 table tr td{
    text-align: left;
    padding-left:1.2em;
	text-indent:-1.2em;
}
.sec4 table tr td::before{content:":"; padding:0 10px;}

@media screen and (max-width: 960px) {
    .sec4{padding :20px 10px; margin :0px 0 0;}
    .sec4 table{font-size:14px;}
    .sec4 table tr th{width:100px;text-align-last: justify; font-weight:normal;}
}

/*アニメーション----------------------*/

/*ふわっと*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

/*下から*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*左から*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*右から*/
.fadeIn_right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}



