@charset "UTF-8";


/*header------------------------------------------------*/

.header{
    position: fixed;
	top:0px;
    right: 0px;
    left: 0px;
    transition: all .3s;
    opacity: 1.0;
    letter-spacing: 0;
    background: rgba(255,255,255,1.00);
    z-index: 999;
}


.header .header_container{
    box-sizing: border-box;
    width: 100%;
    min-width: 1080px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header_container h1{
    margin-bottom: 0;
    line-height: 0;
}


.header .header_container .pc_menu_con{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 150px);
    padding-right: 0;
}


.header .header_container .pc_menu{
    font-size: clamp(10px, 1vw, 14px);
}


.header .header_container .pc_menu .gnav{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}


.header .header_container .pc_menu .gnav li{
    margin-right: 2em;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}



/* 下層メニュー */

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    /*min-width: calc(800px + 20%);*/
    background: #3DB680;
    transition: all .5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


li.menu__mega:hover ul.menu__second-level {
    top: 75px;
    box-sizing: border-box;
    padding: 0;
    visibility: visible;
    opacity: 1;
    transition: all .3s ease;
    z-index: 2;
}

/*safari*/
_::-webkit-full-page-media, _:future, :root li.menu__mega:hover ul.menu__second-level {
    top: 58px;
}


li.menu__mega ul.menu__second-level li{
    padding: 0;
    margin-right: 0!important;
    text-align: left;
    list-style: none;
    box-sizing: border-box;
}

li.menu__mega ul.menu__second-level li > a{
    color: #fff;
    text-align: left;
    padding: 0;
    height: 100%;
    line-height: 0;
}


li.menu__mega ul.menu__second-level li > a:hover{
}


li.menu__mega ul.menu__second-level li.button_arrow::after {
    top: 40%;
    right: 1.5rem;
    color: #fff;
    transition: all .3s;
}

li.menu__mega ul.menu__second-level li.button_arrow:hover::after{
    top: 40%;
    right: 1.0rem;
    transition: all .3s;
}


li.menu__mega ul.menu__second-level li.title{
    width: 25%;
    margin:20px 20px 20px 5%;
    color: #fff;
}

li.menu__mega ul.menu__second-level li.title .menu_ttl{
    font-size: 20px;
    margin-bottom: 10px;
}

li.menu__mega ul.menu__second-level li.title .menu_ttl span{
    display: block;
    font-size: 12px;
}

li.menu__mega ul.menu__second-level li.title .text{
    font-size: 14px;
}



li.menu__mega ul.menu__second-level li.menu_con{
    width: 65%;
    display: flex;
    background-color: #03034C;
align-items: center;}


li.menu__mega ul.menu__second-level li.menu_con .menu_list{
    width: 70%;
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}


li.menu__mega ul.menu__second-level li.menu_con .menu_list .menu_text{
    width: 48%;
    margin-bottom: 20px;
}

li.menu__mega ul.menu__second-level li.menu_con .menu_list .menu_text span{
    font-size: clamp(10px, 1vw, 12x);
}

li.menu__mega ul.menu__second-level li.menu_con .menu_list .menu_text a{
    color: #fff;
}

li.menu__mega ul.menu__second-level li.menu_con .menu_list .menu_text a:hover{
    color: #3DB680;
}


li.menu__mega ul.menu__second-level li.menu_con .menu_photo{
        width: 30%;
        margin: 20px;
}


li.menu__mega ul.menu__second-level li a p{
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7;
}

li.menu__mega ul.menu__second-level li a p.menu_ttl{
    font-size: 2.4rem;
}

.gnav ul.menu__second-level li a:before{
    display: none;
}





@media screen and (max-width:1080px) {
    
.header .header_container {
    min-width: inherit;
}    
    
.header .header_container .header_tel {
    min-width: inherit;
}
     
}


@media screen and (max-width:980px) {
    
.header h1{
    height: 40px;
    line-height: 1.0;
}

.header h1 img{
    vertical-align: middle;
    max-height: 45px;
}

.header .header_container .pc_menu .gnav {
    display: none;
}    
 
.header .header_container .pc_menu_con{
    padding-right: 60px;
    }       
    
}





/*----------------------------------------------------------------------------*/


.header .header_container .header_tel{
    margin-right: 20px;
    min-width: 340px;
}

.header .header_container .header_tel p.ttl{
    width: 100%;
    box-sizing: border-box;
    background-color: #3DB680;
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 8px;
}

.header .header_container .header_tel .header_tel_con{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header .header_container .header_tel p.header_tel_number{
    width: 48%;
    margin-bottom: 0;
}


.header .header_container .header_contact{
    width: 120px;
    margin-bottom: 0;
}

.header .header_container .header_contact .header_contact_btn{
    margin-bottom: 0;
}


.header .header_container .header_contact a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #FC7500;
    line-height: 0;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    transition: all .3s;
}


.header .header_container .header_contact a:hover{
    background-color: #03034C;
    transition: all .3s;
}




/*　スマホ対応　*/
	
@media (max-width: 768px) {

.header .header_container{
    min-width: inherit;
}


.header .header_container .pc_menu_con{
    display: none;
}

}



/*ページメニュー
----------------------------------*/

#topmenu{
    list-style: none;
	position:fixed;
	top:0;
	bottom:0;
	right:-5px;
    transform: translate(0%, 50%);
    z-index: 9999;
	color: #fff;
    width: 80px;
    display: table;
    flex-direction: column;
    align-items: center;
	}

#topmenu li{
	padding:0 5px;
    margin-bottom: 0;
	}

#topmenu li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 90px;
    width: 70px;
    background-color:#3DB680;
    border-bottom: 1px solid #fff;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: 0;
	color: #fff;
	}

#topmenu li:first-child a{
    border-top-left-radius: 10px;
	}

#topmenu li:last-child a{
    border-bottom: 0px;
    border-bottom-left-radius: 10px;
	}


#topmenu li a:hover{
	background-color:#0D4840;
	}
	
#pageTop:hover{
	opacity:0.8;
	}

#pageTop::after {
  background: none;
}



@media (max-width: 768px) {
    
#topmenu{display: none!important;}
    
}
	













/*footer ------------------------------------------------*/

footer {
    padding-top: 180px;
    background: rgba(151,210,227,0.30);
}

.footer {
    color: #fff;
    padding: 180px 0 60px;
    position: relative;
	background-color:#03034C;
}


.footer .footer_contact_con{
    display: flex;
    justify-content: space-around;
    width: 90%;
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.footer .footer_contact_con .footer_contact{
    width: 42%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

.footer .footer_contact .footer_ttl{
    text-align: center;
    margin-bottom: 0;
}

.footer .footer_contact .footer_ttl.Roboto{
    color: #03034C;
    font-size: 30px;
}

.footer .footer_contact .footer_ttl.jp{
    color: #03034C;
    font-size: 16px;
}

.footer .footer_contact .footer_ttl.jp{
    color: #03034C;
    font-size: 16px;
}

.footer .footer_contact .footer_tel_con{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.footer .footer_contact .footer_tel_con .footer_tel{
    width: 48%;
    text-align: center;
    margin-bottom: 0;
}

.footer .footer_contact .footer_tel_con .footer_tel p{
    color: #03034C;
    margin-bottom: 5px;
}

.footer .footer_contact.mail .button_arrow {
    color: #E5E5E5;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    width: 70%;
    min-width: 280px;
    margin: 20px auto 0;
}

.footer .footer_contact.mail .button_arrow a{
    display: block;
    position: relative;
    background-color: #3DB680;
    color: #fff;
    padding: 20px;
    border-radius: 50px;
    transition: all .3s;
}

.footer .footer_contact.mail .button_arrow a:hover{
    background-color: #FC7500;
    transition: all .3s;
}


.footer .footer_contact.mail .button_arrow a::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 15px;
    top: 40%;
    right: 30px;
    display: inline-block;
    background-image: url(../img/button_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: all .8s;
}

.footer .footer_contact.mail .button_arrow a:hover::after{
    right: 20px;
    transition: all .3s;
}


.footer .footer_menu{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}


.footer .footer_menu .footer_menu_list{
    width: 20%;
}



.footer .footer_menu .footer_menu_list p.footer_ttl{
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}


.footer .footer_menu .footer_menu_list ul{
    list-style: none;
    font-size: 14px;
    margin-bottom: 0;
}

.footer .footer_menu .footer_menu_list li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 1em;
}

.footer .footer_menu .footer_menu_list li span{
    font-size: 12px;
}

.footer .footer_menu .footer_menu_list li::before{
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.footer .footer_menu .footer_menu_list li a{
    color: #fff;
}
.footer .footer_menu .footer_menu_list li a:hover{
    color: #9FDDDF;
}




.footer .footer_end{
    clear: both;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .footer_end .footer_logo_con{
    display: flex;
    justify-content: space-between;
}

.footer .footer_end .footer_logo_con .footer_link_site{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    list-style: none;
    font-size: 12px;
    margin-bottom: 0;
}

.footer .footer_end .footer_logo_con .footer_link_site li{
    position: relative;
    margin: 0 0 0 3em;
}

.footer .footer_end .footer_logo_con .footer_link_site li::after{
    content: "｜";
    position: absolute;
    right: -2em;
    top: 0;
}

.footer .footer_end .footer_logo_con .footer_link_site li:last-child::after{
    display: none;
}

.footer .footer_end .footer_logo_con .footer_link_site li a{
    color: #fff;
}

.footer .footer_end .footer_logo_con .footer_link_site li a:hover{
    color: #9FDDDF;
}

.footer p.copyright{
	font-size: 10px;
    margin-bottom: 0;
    text-align:right;
}

	
/*　スマホ対応　*/
	
@media (max-width: 768px) {

footer {
    padding-top: 0px;
}    
    
.footer {
    padding: 20px 0 20px;
}    

.footer .footer_contact_con{
    display: flex;
    justify-content: space-around;
    width: 90%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
}
    
.footer .footer_contact_con{
    width: 100%;
    flex-direction: column;
    margin: 0 auto 30px;
}    

.footer .footer_contact_con .footer_contact{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
    
.footer .footer_contact .footer_tel_con {
    flex-direction: column;
    margin-top: 0;
}    
.footer .footer_contact .footer_tel_con .footer_tel {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content:center;
}
    
.footer .footer_contact .footer_tel_con .footer_tel p{
    margin-right: 10px;
}    

.footer .footer_contact .footer_ttl.Roboto {
    font-size: 20px;
}    
    
.footer .footer_contact.mail .button_arrow {
    font-size: 14px;
    width: 100%;
    min-width: 200px;
    margin: 10px auto 0;
}

.footer .footer_contact.mail .button_arrow a{
    padding: 15px;
}

    
.footer .footer_menu {
    display: none;
}    

    
.footer .footer_end {
    flex-direction: column;
    align-items: stretch;
}    

.footer .footer_end .footer_logo_con{
    flex-direction: column;
}
    
.footer .footer_end .footer_logo_con .footer_logo{
    text-align: center;
    margin-bottom: 10px;
}
    
.footer .footer_end .footer_logo_con .footer_link_site{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-size: 10px;
    margin-bottom: 20px;
}

.footer .footer_end .footer_logo_con .footer_link_site li {
    margin: 0 8px;
}    
    
.footer .footer_end .footer_logo_con .footer_link_site li::after {
    right: -1.5em;
}    
    
.footer .footer_end .footer_logo_con .footer_link_site li:first-child {
    margin-left: 0;
}
    
.footer .footer_end .footer_logo_con .footer_link_site li:last-child {
    margin-right: 0;
}    
    
.footer p.copyright {
    text-align: center;
}    
    

}






/*ハンバーガーメニュー ------------------------------------------------*/


@media screen and (min-width:980px) {
  #nav-drawer{
    display:none;
  }	
}



#nav-drawer {
  	position: fixed;
	top:0px;
    right: 0px;
	z-index: 9999;
    transition: all .3s;
}


#nav-drawer h1.sp{
  	position:relative;
    width: 60px;
    height: 60px;
}


#nav-drawer h1.sp img{
    opacity: 0;
    width: 100%;
    height: auto;
    transition: all .2s;
}



/*スクロール*/

#nav-drawer.thin {
    transition: all .3s;
    opacity: 1.0;
}


#nav-drawer h1.sp img{
    opacity: 1.0;
    transition: all 1.0s;
}


/*チェックボックス等は非表示に*/
#nav-drawer .nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 55px;
    height: 55px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    z-index: 9999;
    background: #fff;
    position: relative;
}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;/*線の太さ*/
    width: 28px;/*長さ*/
    background: #333333;
    display: block;
    content: '';
    cursor: pointer;
    bottom:34px;
    right: 11px;
    transition: all 0.3s;

}

#nav-open span:before {
    bottom: -8px;
    right: 0px;
}
#nav-open span:after {
    bottom: -16px;
    right: 0px;
}

/*アイコンのスペース*/
#nav-input:checked ~ #nav-open {
    background: #2AAD62;
}

#nav-input:checked ~ #nav-open span {
    bottom:28px;
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
     transition: all 0.1s;
}

#nav-input:checked ~ #nav-open span::before {
    bottom: 0;
    transform: rotate(45deg);
    background: #fff;
}
#nav-input:checked ~ #nav-open span::after {
    top: 0;
    transform: rotate(-45deg);
    background: #fff;
}




/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: -1;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.90);
    opacity: 0;
    transition: .3s ease-in-out;
}


/*中身*/
#nav-content {
    position: fixed;
    overflow: scroll;
    top: 0px;
    right: 0px;
    z-index: 9998;/*最前面に*/
    width: 80%;/*右側に隙間を作る*/
    height: calc(100vh - 50px);
    max-width: 330px;/*最大幅*/
	background-color: rgba(255,255,255,1.00);
    padding: 55px 0;
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(100%);
    transform: translateX(100%);/*左に隠しておく*/
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .8;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


#nav-content ul.spnav,
#nav-content ul.spnav ul{
	list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

#nav-content ul.spnav li{
    position: relative;
	margin-bottom: 0;
    border-top: 1px solid #333;
}
#nav-content ul.spnav li a{
	display: block;
	padding: 0 1em;
    line-height: 40px;
	/*background-color: rgba(0,0,0,0.50);*/
    color: #333;
}

#nav-content ul.spnav li a:hover{
	background-color: rgba(0,0,0,0.80);
	color: #2AAD62;
}

#nav-content ul.spnav li.menu__mega span{
    display: block;
        padding: 0 1em;
    line-height: 40px;
	background-color: rgba(0,0,0,0.10);
}


#nav-content ul.spnav li a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    font-size: 1.0rem;
    width: 2em;
    top: 0;
    right: 10px;
    display: inline-block;
    transition: all .3s;
    color: #ccc;
}

#nav-content ul.spnav li a.init-bottom::after {
    display: none;
}


#nav-content ul.spnav li ul{
    margin-top: 0;
}


#nav-content ul.spnav li ul li a{
    /*background-color: #fff;*/
    padding: 0 0 0 1em;
    line-height: 40px;
        height: 40px;

}

#nav-content ul.spnav li ul li a .photo{
    float: left;
    height: 40px;
    width: 40px;margin-left: 15px;
    overflow: hidden;
}

#nav-content ul.spnav li ul li a .photo img{
    height: 40px;
    width: auto;
    -webkit-transform: translateX(-28%);
    transform: translateX(-28%);
}

#nav-content ul.spnav li ul li a p{
    float: left;
    margin-bottom: 0;
    width: calc(100% - 75px);
    margin-left: 10px;
}















