@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

/* ----------------------------------------------------------------------------------------------------
*  reset
* --------------------------------------------------------------------------------------------------*/
html,body{	height:100%;}
html{
	font-size:62.5%;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form,figure,video {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ie11 main{
    display: block;
}

input,select,button,textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
select::-ms-expand{
	 display: none;
}
textarea{
	resize: vertical;
}
button,input[type="submit"],select{
	cursor:pointer;
}
*, *:before, *:after {
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	
	.ipad body,
	.android body,
	.iphone body {
		-webkit-text-size-adjust: 100%;
	}
	.android h2,
	.android h3,
	.android ul,
	.android dl dt,
	.android dl dd,
	.android p{
		max-height: 999999px;
	}
	
}


/* ----------------------------------------------------------------------------------------------------
*  基本
* --------------------------------------------------------------------------------------------------*/

body{
    min-width: 980px;
    margin: 80px auto 0;
	position: relative;
	word-wrap: break-word;
	line-height: 1.5;
	color:#000;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1140px) {

    body{
        margin-top: 60px; 
    }
    body.fixed{
        position: fixed;
        width: 100%;
    }

}
@media screen and (max-width: 768px) {
	
	body{
        min-width: inherit;
        min-width: auto;
        width:100%;
	}
    body.ipad{
       overflow: hidden;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  汎用
* --------------------------------------------------------------------------------------------------*/
/* ------------------------------
    clearfix
------------------------------ */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

/* ------------------------------
   float
------------------------------ */
.aligncenter{
    display:block;
    margin:0 auto;
}
.alignright{
	float:right;
    margin: 0.5em 0 0.5em 0.5em;
}
.alignleft{
	float:left;
    margin: 0.5em 0.5em 0.5em ;
}
.txt_center{
	text-align: center;
}
.txt_bold{
	font-weight: bold;
}
.flex{
	display: flex;
}
.mincho{
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP',serif;
}
.wrap{
	position: relative;
	max-width:980px;
    height: 100%;
	margin: 0 auto;
}


/*ボタン*/
.btn a{
    display: block;
    width: 240px;
    height: 40px;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 40px
}
.ie11 .btn a{
    line-height: 45px
}
.btn_white01 a{
    border: 1px solid #00b3e5;
    color: #00b3e5;
}
.btn_white02 a{
    background: #fff;
    color: #00b3e5;
}
.btn_blue a{
    background: #00b3e5;
    color: #fff;
}

.btn_mail a{
    display: block;
    width: 290px;
    height: 40px;
    background: #00b3e5;
    color: #fff;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.ie11 .btn_mail a{
    line-height: 46px;
}
.btn_mail a:before{
    content: "";
    display: inline-block;
    width:28px;
    height:18px;
    background: url(../img/common/ico_mail.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin-right: 15px;
    transform: translateY(2px);
}
.btn_mail a:hover{
    background: #000;
}


/*電話番号*/
.telno a:before{
    content: "";
    display: inline-block;
    width: 38px;
    height: 28px;
    margin-right: 13px;
    background: url(../img/common/ico_tel.png) 0 0 no-repeat;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    transform: translateY(3px);
}


/*タイトル*/
.ttl_en{
    margin-bottom: 30px;
    color: #000;
    font-size: 4rem;
    text-align: center;
    font-weight: bold;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP',serif;
}
.ttl_en span{
    display: block;
    margin-top: 5px;
    color: #00b3e5;
    font-size: 1.5rem;
}

.subtitle{
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 35px;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP',serif;
}

.ttl_redline{
    color: #99001c;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    border-top: 6px double #99001c;
    border-bottom: 6px double #99001c;
    padding: 17px 0 14px;
}

.ttl_contents{
    width: 100%;
    height:520px; 
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.ttl_contents .ttl{
    width: 500px;
    background:rgba(255,255,255,0.5);
    border: 1px solid #fff;
    color: #000;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    padding: 43px 0 33px;
}
.ttl_contents .ttl span{
    display: block;
    font-size: 1.8rem;
}

.ttl_40{
    margin-bottom: 40px;
    color: #000;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP',serif;
}

.ttl_30{
    margin-bottom: 20px;
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP',serif;
}

.ttl_20{
    margin-bottom: 30px;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP',serif;
}


/*下層*/
.area_contents{
    height: auto;
}


/*アンカーリンク*/
.area_anchorlink{
    margin: 90px 0;
    justify-content: center;
}
.area_anchorlink li{
    line-height: 1
}
.area_anchorlink li + li{
    position: relative;
    margin-left: 10px;
    padding-left: 7px;
}
.area_anchorlink li + li:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 1px;
    height: 20px;
    border-left: 1px solid #a3a3a3;
}
.ie11 .area_anchorlink li + li:before{
    top:-3px;
}
.area_anchorlink li a{
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP',serif;
}


/*表*/
.area_blueborder{
    width: 690px;
    margin: 0 auto;
    border-top: 1px dotted #cae6f4;
    flex-wrap: wrap; 
}
.area_blueborder dt,
.area_blueborder dd{
    padding: 14px 0;
    border-bottom: 1px dotted #cae6f4;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
}
.ie11 .area_blueborder dt,
.ie11 .area_blueborder dd{
    padding: 18px 0 10px;
}
.area_blueborder dt{
    width: 160px;
}
.area_blueborder dd{
    width: calc(100% - 160px);
}


/*お問い合わせ*/
.sec_contact{
    background: #c3e3f3;
}
.sec_contact .wrap{
    padding: 90px 0;
}
.sec_contact .stt_contact{
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.sec_contact .area_contact{
    margin-top: 40px;
    justify-content: space-between;
}
.sec_contact .box_contact{
    position: relative;
    width:460px;
    padding: 80px 50px 40px;
    background: url(../img/top/bg_contact.png) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.sec_contact .box_contact .ttl_redline{
    margin-bottom: 40px;
}
.sec_contact .box_contact .telno img{
    vertical-align: top;
}
.sec_contact .box_contact .telno,
.sec_contact .box_contact .telno a{
    display: block;
    height: 30px;
    text-align: center;
}
.sec_contact .telno a:before{
    transform: translateY(1px);
}

/*新着一覧*/
.sec_new .wrap{
    width: 690px;
    padding: 90px 0;
}
.sec_new .area_new{
    display: flex;
    width: 100%;
    padding: 15px 0 13px;
    border-bottom: 1px dotted #cae6f4;
}
.sec_new .area_new:first-of-type {
    padding: 0 0 13px;
}
.area_new .category{
    width: 60px;
    height: 15px;
    line-height: 16px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.ie11 .area_new .category{
    line-height: 17.5px;
}
.area_new .category.info{
    background: #000;
}
.area_new .category.recruit{
    background: #99001c;
}
.area_new .category.event{
    background: #0c172c;
}
.area_new .category.agriculture{
    background: #007a46;
}
.area_new .date{
    width: 75px;
    margin: 0 13px 0 35px;
    padding-top: 2px;
    color: #000;
    font-size: 1.5rem;
}
.ie11 .area_new .date{
    width: 85px;
}
.mac.safari .area_new .date{
    width: 88px;
}
.sec_new .area_new .ttl{
    width: calc(100% - 135px);
    color: #000;
    font-size: 1.5rem;
    line-height: 1.3
}
.sec_new .area_new .ttl a{
    color: #000;
    font-size: 1.5rem;
    line-height: 1.3
}
.sec_new .btn_white01 a{
    margin:50px auto 0;
}

@media screen and (min-width:769px) {

	.pc{
		display:block!important;
	}
	.sp{
		display:none!important;
	}
	
	a,
	a:before,
	a:after{
		transition: all .5s ease;
	}
	.hover:hover{
		opacity: 0.7;
	}
	a,
	a * {
		outline: 1px solid transparent;
	}
    a[href^="tel:"]{
        pointer-events: none;
        display: inline-block;
    }

    .btn_white01 a:hover{
        background: #00b3e5;
        color: #fff;
    }
    .btn_white02 a:hover{
        background: #00b3e5;
        color: #fff;
    }
    .btn_blue a{
        background: #00b3e5;
        color: #fff;
    }

}

@media screen and (max-width: 768px) {
	
	.pc{
		display:none!important;
	}
	.sp{
		display:block!important;
	}

    .alignright,.alignleft{
        float: none;
        display:block;
        margin:0 auto;
    }

 	.wrap{
		width:90%;
	}


    /*ボタン*/
    .btn a{
        display: block;
        width: 100%;
        max-width: 350px;
        font-size: 1.4rem;
    }

    .btn_mail a{
        width: 100%;
        max-width: 350px;
        font-size: 1.6rem;
    }
    .btn_mail a:before{
        width:25px;
        height:16px;
        margin-right: 10px;
    }


    /*タイトル*/
    .ttl_en{
        margin-bottom: 4%;
        font-size: 2.6em;
    }
    .ttl_en span{
        margin-top: 0;
        font-size: 1.3rem;
    }

    .subtitle{
        font-size: 1.6rem;
        margin-bottom: 5%;
    }  

    .ttl_redline{
        font-size: 1.6rem;
        border-top: 4px double #99001c;
        border-bottom: 4px double #99001c;
        padding: 3% 0 2%;
    }

    .ttl_contents{
        height:230px; 
    }
    .ttl_contents .ttl{
        width: 90%;
        font-size: 3rem;
        padding: 8% 0 7%;
    }
    .ttl_contents .ttl span{
        font-size: 1.5rem;
    }
    .ttl_40{
        margin-bottom: 5%;
        font-size: 3.2rem;
    }

    .ttl_30{
        margin-bottom: 3%;
        font-size: 2.6rem;
    }

    .ttl_20{
        margin-bottom: 4%;
        font-size: 1.6rem;
    }


    /*アンカーリンク*/
    .area_anchorlink{
        margin: 12% 0;
    }
    .area_anchorlink li + li{
        position: relative;
        margin-left: 10px;
        padding-left: 7px;
    }
    .area_anchorlink li + li:before{
        top:0;
        height: 17px;
    }
    .area_anchorlink li a{
        font-size: 1.6rem;
    }


    /*表*/
    .area_blueborder{
        width: 100%; 
    }
    .area_blueborder dt,
    .area_blueborder dd{
        font-size: 1.4rem;
    }
    .area_blueborder dt{
        width: 100%;
        border-bottom: none;
        padding: 5% 0 3%;
    }
    .area_blueborder dd{
        width: 100%;
        padding: 0 0 4%;
    }
    

    /*お問い合わせ*/
    .sec_contact .wrap{
        padding: 12% 0;
    }
    .sec_contact .stt_contact{
        font-size: 1.6rem;
    }
    .sec_contact .area_contact{
        margin-top: 5%;
        flex-wrap: wrap;
    }
    .sec_contact .box_contact{
        max-width: 460px;
        width:100%;
        margin: 0 auto;
        padding: 60px 6% 7%;
    }
    .sec_contact .box_contact + .box_contact{
        margin-top: 5%;
    }
    .sec_contact .box_contact .ttl_redline{
        margin-bottom: 6%;
    }
    .sec_contact .box_contact .telno img{
        width: 200px;
        transform: translateY(5px);
    }
    .sec_contact .box_contact .telno,
    .sec_contact .box_contact .telno a{
        font-size: 3rem;
    }


    /*新着一覧*/
    .sec_new .wrap{
        width: 90%;
        padding: 12% 0;
    }
    .sec_new .area_new{
        flex-wrap: wrap;
        padding: 4% 0 3%;
    }
    .area_new .date{
        width: 82px;
        margin: 1px 0 0 10px;
        padding-top: 0;
        font-size: 1.4rem;
    }
    .sec_new .area_new .ttl{
        width: 100%;
        margin-top: 2%;
        font-size: 1.4rem;
    }
    .sec_new .area_new .ttl a{
        font-size: 1.4rem;
    }
    .sec_new .btn_white01 a{
        margin:8% auto 0;
    }

}



/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
header{
    position: fixed;
    top:0;
    left:0;
    z-index: 9999;
    width: 100%;
	height: 80px;
    background: rgba(255,255,255,1);
    transition: all .5s ease;
}
header.header_action{
    background: rgba(255,255,255,0.8);
}
header .wrap{
    max-width: 1280px;
    min-width: 1100px;
    width: 100%;
}
header .logo{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width: 247px;
}
header .nav_header{
    position: absolute;
    top:0;
    right:0;
    width: calc(100% - 247px);
    padding-left: 3%;
}
header .link_nav{
    height: 80px;
    display: flex;
    align-items: center;
}
header .link_nav a{
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
}
header .link_nav li:not(:last-of-type){
    margin-right: 30px;
}
header .area_tel{
    position: absolute;
    top:20px;
    right:337px;
}
header .area_tel .txt{
    margin-bottom: 5px;
    font-size: 1.5rem;
    text-align: right;
    font-weight: bold;
}
header .area_tel .telno,
header .area_tel .telno a{
    color: #99001c;
    font-size: 3rem;
    text-align: right;
    font-weight: bold;
}
header .btn_recruit a,
header .btn_contact a{
    position: absolute;
    top:0;
    display: block;
    width: 146px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}
header .btn_recruit a{
    right:146px;
    background: #99001c;
}
header .btn_contact a{
    right:0;
    background: #0c172c;
}

@media screen and (max-width: 1279px) {

    header .btn_recruit a,
    header .btn_contact a{
        width: 110px;
        font-size: 1.4rem;
    }
    header .btn_recruit a{
        right:110px;
    }
    header .area_tel{
        position: absolute;
        top:20px;
        right:240px;
    }
    header .area_tel .txt{
        margin-bottom: 5px;
        font-size: 1.5rem;
        text-align: right;
        font-weight: bold;
    }
    header .area_tel .telno,
    header .area_tel .telno a{
        color: #99001c;
        font-size: 3rem;
        text-align: right;
        font-weight: bold;
    }        

}

@media screen and (min-width: 1141px) {

    header .toggle{
        display: none!important;
    }
    header .nav_header{
        display: block!important;
    }
    header .link_nav .sp{
        display: none!important;
    }

}

@media screen and (max-width: 1140px) {
	
    header{
        height: 60px;
    }
    header .wrap{
        max-width: inherit;
        max-width: auto;
        min-width: inherit;
        min-width: auto;
        width: 100%;
    }
    header .logo{
        left:3%;
        width: 200px;
    }

    header .toggle{
        display: block!important;
        width: 60px;
        height: 60px;
        background: #00b3e5;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        overflow: hidden;
        cursor:pointer;
    }
    header .toggle > div{
        position: relative;
    }
    header .toggle.action > div:after{
        opacity: 0;
    }
    header .toggle span{
        position:absolute;
        left:14px;
        width: 32px;
        height:3px;
        background: #fff;
        transition: all 0.5s ease-out;
    }
    header .toggle span:nth-child(1){
        top: 17px;
    }
    header .toggle span:nth-child(2){
        top: 29px;
    }
    header .toggle span:nth-child(3){
        top: 40px;
    }
    header .toggle.action span:nth-child(1){
        top: 27px;
        transform: rotate(45deg);
    }
    header .toggle.action span:nth-child(2){
        background-color:rgba(255,255,255,0);
    }
    header .toggle.action span:nth-child(3){
        top: 27px;
        transform: rotate(-45deg);
    }

    header .nav_header{
        display: none;
        position: fixed;
        top:60px;
        bottom:0;
        right: 0;
        left:0;
        width: 100%;
        height: calc(100% - 60px);
        background: rgba(255,255,255,0.8);
        padding: 60px;
        border-top: 1px solid #aaa;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    header .link_nav{
        height: auto;
        flex-wrap: wrap;
    }
    header .link_nav li{
        width: 100%;
        text-align: center;
    }
    header .link_nav li:not(:last-of-type){
        margin: 0 0 30px;
    }
    header .link_nav .sp{
        display: block!important;
    }
    header .area_tel{
        position: static;
        top:auto;
        right:auto;
        margin-top: 40px;
    }
    header .area_tel .txt{
        font-size: 1.4rem;
        text-align: center;
    }
    header .area_tel .telno,
    header .area_tel .telno a{
        text-align: center;
    }
    header .btn_recruit a,
    header .btn_contact a{
        position: static;
        top:auto;
        width: 100%;
        max-width: 350px;
        height: 40px;
        line-height: 40px;
    }
    header .btn_recruit a{
        right:auto;
        margin: 40px auto 0;
    }
    header .btn_contact a{
        right:auto;
        margin: 30px auto 0;
    }

}

@media screen and (max-width: 768px) {

    header .nav_header{
        padding: 10%;
    }
    header .link_nav li:not(:last-of-type){
        margin: 0 0 7%;
    }
    header .area_tel{
        margin-top: 10%;
    }
    header .btn_recruit a{
        margin: 10% auto 0;
    }
    header .btn_contact a{
        margin: 7% auto 0;
    }

}

/* ----------------------------------------------------------------------------------------------------
*  pagetop
* --------------------------------------------------------------------------------------------------*/
.pagetop a{
    position: fixed;
    bottom:10px;
    right:10px;
    z-index: 9997;
    width: 40px;
    height: 40px;
    background: #00b3e5;
    border-radius: 50%;
    transition: all .5s ease;
    opacity: 0;
}
.pagetop a:hover{
    background: rgba(0,179,229,0.6);
}
.pagetop.fadein a{
    opacity: 1;
}
.pagetop.absolute a{
    position: absolute;
    bottom:auto;
    top:-20px;
}
.pagetop a:after{
    content: "";
    position: absolute;
    top:17px;
    left:14px;
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}



/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
footer{
    position: relative;
    background: #fbffff;
}
footer .wrap {
    padding: 90px 0;
}
footer .logo{
    width:176px;
    margin: 0 auto 50px;
}
footer .ad{
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
footer .telfax{
    width: 550px;
    margin: 0 auto 35px;
    justify-content: space-between;
}
footer .telno,
footer .telno a,
footer .faxno{
    color: #000;
    font-size: 3rem;
    font-weight: bold;
}
.mac.safari footer .telno,
.mac.safari footer .telno a,
.mac.safari footer .faxno{
    font-size: 2.8rem;
}
footer .faxno:before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 13px;
    background: url(../img/common/ico_fax.png) 0 0 no-repeat;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    transform: translateY(3px);
}
footer .nav_footer{
    justify-content: center;
    margin-bottom: 80px;
}
footer .nav_footer li:not(:last-of-type){
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
footer .nav_footer li:not(:last-of-type):before{
    content: "";
    position: absolute;
    top:0;
    right:0;
    width: 1px;
    height: 15px;
    border-left: 1px solid #9fa1a1;
}
.ie11 footer .nav_footer li:not(:last-of-type):before{
    top:-2px;
}
footer .nav_footer a{
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
}
footer .copy{
    color: #000;
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
   
    footer .wrap {
        padding: 12% 0;
    }
    footer .logo{
        margin: 0 auto 8%;
    }
    footer .ad{
        font-size: 1.4rem;
        margin-bottom: 5%;
        line-height: 1.3;
    }
    footer .telfax{
        width: 100%;
        margin: 0 auto 8%;
        flex-wrap: wrap;
    }
    footer .telno,
    footer .telno a,
    footer .faxno{
        width: 100%;
        text-align: center;
    }
    footer .faxno{
        margin-top: 3%;
    }
    footer .faxno:before{
        width: 26px;
        height: 26px;
        margin: 0 19px 0 6px;
        transform: translateY(3px);
    }
    footer .nav_footer{
        width: 280px;
        margin: 0 auto 5%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    footer .nav_footer li{
        margin-bottom: 5%;
        padding: 0 5%;
    }
    footer .nav_footer li:not(:last-of-type){
        position: relative;
        padding-right: 5%;
        margin-right:0;
    }
    footer .nav_footer li:not(:last-of-type):before{
        content: "";
        position: absolute;
        top:0;
        right:0;
        width: 1px;
        height: 15px;
        border-left: 1px solid #9fa1a1;
    }
    footer .nav_footer li:nth-of-type(3n){
        margin-right: 0;
    }
    footer .nav_footer a{
        display: block;
        color: #000;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1;
    }
    
}



/* ------------------------------
    スクロールアニメーション
------------------------------ */

*[data-scroll='fade-top'] {
	transition: opacity .6s, transform .6s;
	opacity: 0;
	transform: translateY(30px);
}
*[data-scroll='fade-top'].scroll-show,
*[data-scroll='fade-bottom'].scroll-show {
	opacity: 1;
	transform: translateY(0);
}
@media screen and (min-width : 769px) {

	*:not([data-scroll=""]).delay1 {
		transition-delay: .3s;
	}
	*:not([data-scroll=""]).delay2 {
		transition-delay: .6s;
	}
	*:not([data-scroll=""]).delay3 {
		transition-delay: .9s;
	}
	*:not([data-scroll=""]).delay4 {
		transition-delay: 1.2s;
	}
	*:not([data-scroll=""]).delay5 {
		transition-delay: 1.5s;
	}

}
