@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

/* IE 6 does not support max-width so default to width 100% */

img, object, embed, video {
	width: 100%;
	margin: auto;
}

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


/* Mobile Layout: 480px and below. */


@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/*PC*/
@media print, screen and (min-width: 769px) {

/*--スクロールトップ---------*/
#totop {
bottom: 20px;
display: block;
position: fixed;
right: 20px;
z-index: 2000;
}

#totop a {
display: block;
width: 54px;
height: 54px;
text-indent: -1000em;
overflow: hidden;
background: url("../images/com/btn_scroll_top.png") 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}



/*btn*/
/*----------------------------*/
.btn {
    width: 300px;
    margin: 100px auto 0;
}
.btn a{
	border: 1px solid #333;
	color: #333;
	padding: 10px 0px;
	font-weight: 600;
	display: block;
	text-align: center;
    position: relative;
    box-shadow: 2px 2px 0px rgb(0, 0, 0);
}
.btn a:hover{
	color: #707070;
}

	

/*パンくず*/
/*----------------------------*/
#pan_area {
width: 100%;
font-size: 1.3rem;
padding-top: 15px;
margin-bottom: 15px;
}
#pan_area h3 {
font-size: 1.3rem;
font-weight: normal!important; 
}
#pan_area #pan_area_in {
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;

display: flex;
justify-content: flex-end;
-webkit-box-pack: end;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#pan_area #pan_area_in .pan_list {
padding-right: 16px;
margin-right: 10px;
position: relative;
}
#pan_area #pan_area_in .pan_list::before {
position: absolute;
content: "";
right: 0;
top: 50%;
width: 4px;
height: 4px;
margin-top: -2px;
border-top: 1px solid #303030;
border-right: 1px solid #303030;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#pan_area #pan_area_in .pan_list:last-child {
padding-right: 0;
margin-right: 0;
}
#pan_area #pan_area_in .pan_list:last-child::before {
display: none;
}
#pan_area #pan_area_in .pan_list a {
text-decoration: underline;
/*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}



/*com*/
/*----------------------------*/
body { min-width: 1200px; }

.pcBr { display: inline-block; }
.spBr { display: none; }
.pc { display: block; }
.sp { display: none!important; }

#contents { width: 100%; min-width: 1200px; margin: 0 auto 200px; }

.comPd_80{ padding: 80px 0; }

.w1400 { max-width: 1400px; margin: auto;}
.w1200 { max-width: 1200px; margin: auto;}
.w1000 { max-width: 1000px; margin: auto;}
.w960 { max-width: 960px; margin: auto;}



/*btn
----------------------*/
.common_btn_box{
margin-top: 60px;
position: relative;
z-index: 5;
}

.common_btn {
position: relative;
display: inline-flex;
align-items: center;
color: #fff;
background-color: #0000d9;
border: 1px solid #0000d9;
text-align: left;
font-size: 1.4rem;
letter-spacing: 0.05em;
font-weight: 700;
padding: 10px 30px;
border-radius: 6px;
transition: 0.3s;
}

.common_btn .icon {
position: relative;
}

.common_btn .icon::after {
position: absolute;
content: "";
background-image: url("../images/com/btn-arrow-r.svg");
background-size: cover;
width: 35px;
height: 34px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: 0.3s;
}

.common_btn .text{
width:200px;
text-align: center;
margin-right: 0;
}

.common_btn:hover {
background-color: #fff;
color: #0000d9;
}
.common_btn:hover .icon img {
opacity: 0;
}
.common_btn:hover .icon::after {
opacity: 1;
}



/* header
--------------------------------------------*/
header { position: relative; min-width: 1200px; }
#header {
width: 100%;
min-width: 1200px;
height: 100px;
padding: 20px 40px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
background: linear-gradient(rgb(0, 0, 217) 0%, rgb(0, 91, 233) 100%);
transition: 0.5s;
}

.logo_wrap {
transition: 0.5s;
position: absolute;
top: 0px;
left: 0px;
padding: 20px 20px;
box-sizing: border-box;
background: #fba501;
border-radius: 0 30px 0 0;
z-index: 100;
}
.logo_wrap img { height: 60px; width: auto; transition: 0.5s; }

.menu_list { display: flex; }
.menu_list li { font-size: 1.6rem; font-weight: 800; margin: 0 0 0 40px; }
.menu_list li:first-child { margin-left: 0; }
.menu_list li a { transition: all .3s; position: relative; color: #fff; }
.menu_list li a::before {
content: "";
position: absolute;
bottom: -5px; left: 0;
width: 0%; height: 1px;
background: #fff;
transition: all 0.6s ease;
}
.menu_list li a:hover::before { width: 100%; }


#header.scroll-nav {
position: fixed;
top: 0;
height: 80px;
padding: 0px 30px;
transition: 0.5s;
z-index: 1000;
}
#header.scroll-nav .logo_wrap { padding: 10px 20px; }
#header.scroll-nav .logo_wrap img { height: 60px; width: auto; transition: 0.5s; }



/* 以下、ハンバーガーボタン */ 
.burger-btn {
background: #000;
position: relative;
width: 80px;
height: 100%;
padding: 0;
border: none;
text-align: center;
z-index: 1;
cursor: pointer;
transition: all .5s;
}
.burger-btn span {
color: #fff;
}
.menu__floating_wrap.scroll-nav {
display: block;
}


.bar{      
width: 40px;      
height: 1px;        
display: block;      
position: absolute;      
left: 50%;      
transform: translateX(-50%);      
background-color: #fff;    
}    
.bar_top{   
top: 30px;
}
.bar_mid{    
top: 50%;
transform: translate(-50%,-50%);
}
.bar_bottom{
bottom: 30px;
}


.burger-btn.close .bar_top{      
transform: translate(-50%,10px) rotate(45deg);      
transition: transform .3s;    
}    
.burger-btn.close .bar_mid{      
opacity: 0;       
transition: opacity .3s;    
}    
.burger-btn.close .bar_bottom{      
transform: translate(-50%,-8px) rotate(-45deg);      
transition: transform .3s;    
}


/* 全画面表示 */
.menu_wrap02 { display: none; }
.menu__floating_wrap { display: none; }



/* footer
--------------------------------------------*/
footer {
position: relative;
padding: 8rem 4rem 4rem;
box-sizing: border-box;
background:url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
z-index: 5;
}

#footer {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#footer .fot_top{
width: 70%;
}

#footer .fot_top .shop_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 20px;
border-bottom: 1px solid rgba(0,0,0,.2);
padding-bottom: 40px;
box-sizing: border-box;
}

#footer .fot_top .shop_list li{
width: 48%;
}

#footer .fot_top .shop_list li .img{
margin: 0 auto 10px;
}

#footer .fot_top .shop_list li .img img{
border-radius: 4px;
}

#footer .fot_top .shop_list li p{
font-size: .8rem;
margin: 0 0 30px;
}

#footer .fot_top .fot_list_wrap{
width: 100%;
position: relative;
}
#footer .fot_top .fot_list_wrap .fot_list_inner{
margin: 0 0 30px;
position: relative;
}

#footer .fot_top .fot_list_wrap h3{
position: relative;
font-size: 1.2rem;
font-weight: 500;
color: #FFF;
font-family: "Lato", sans-serif;
border-bottom: 1px solid rgba(255,255,255,.2);
margin-bottom: 20px;
}

#footer .fot_top .fot_list_wrap h4{
font-size:1.1rem;
font-weight:700;
background: -webkit-linear-gradient(0deg, #008c73, #418aff);
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0 0 5px;
}
#footer .fot_top .fot_list_wrap h4 a{
}

#footer .fot_top .fot_list_wrap .fot_list{
display: flex;
flex-wrap: wrap;
margin:10px 0 20px;
}
#footer .fot_top .fot_list_wrap .fot_list li{
width: 25%;
box-sizing: border-box;
font-size: 1.4rem;
margin-bottom: 15px;
}
#footer .fot_top .fot_list_wrap .fot_list li a{
display:block;
color: #FFF;
}

#footer .fot_btm{
width:22%;
}

#footer .fot_btm .f_logo_wrap {
width: 100%;
}

#footer .fot_btm .f_logo {
width: 280px;
margin: 0 0 30px;
}

#footer .fot_btm .address_wrap{
width: 100%;
color: #FFF;
}

#footer .fot_btm .address_wrap h2 {
font-size: 1.8rem;
font-weight: 600;
margin: 0 0 10px;
}
#footer .fot_btm .address_wrap h2 span {
font-size: 0.7rem;
margin-left: 3px;
}
#footer .fot_btm .address_wrap .address {
font-size: 1.4rem;
margin: 0 0 50px;
}

#footer .onlineshop_list{
width: 80%;
margin: 0 0 40px;
padding: 0;
}

#footer .onlineshop_list li{
margin: 0 0 15px;
border-radius: 50rem;
background:#07326a;
}

#footer .onlineshop_list li a{
display: block;
font-size: .7rem;
font-weight: 500;
text-align: center;
background: 1;
color: #FFF;
padding:5px 10px;
box-sizing: border-box;
}

#footer .fot_btm .copy {
font-size: 1.2rem;
color: #FFF;
}

/*fot_contact
---------------------------------------------*/
#fot_contact {
position: relative;
width: 95%;
padding:6rem 0 6rem 6rem;
box-sizing: border-box;
margin: 0 0 160px auto;
background-color: #f1f4f8;
}

#fot_contact .section_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
align-items: center;
margin: 0 auto;
}

#fot_contact .section_wrap .img{
width: 47%;
}

#fot_contact .section_wrap .txt_box{
width: 46%;
}

#fot_contact .section_wrap .txt_box h2{
font-size: 3rem;
font-weight: 500;
letter-spacing: .1rem;
line-height: 1;
margin: 0 0 40px;
}

#fot_contact .section_wrap .txt_box h2 span{
font-weight: 500;
font-size: 1.4rem;
margin-bottom: 10px;
display: block;
}

#fot_contact .section_wrap .txt_box .read_txt{
margin: 0 0 60px;
}

#fot_contact .section_wrap .txt_box .contact_link{
width: 100%;
}

#fot_contact .section_wrap .txt_box .contact_link li{
position:relative;
overflow:hidden
}

#fot_contact .section_wrap .txt_box .contact_link li:first-child {
border-top:1px solid #ddd
}
#fot_contact .section_wrap .txt_box .contact_link li::before {
position:absolute;
bottom:0;
left:-100%;
width:200%;
height:1px;
content:"";
background-image:linear-gradient(to right, #9a9a9a 50%, #ddd 50%);
transition:left .5s ease;
}

#fot_contact  section_wrap .txt_box .contact_link li:hover::before {
left:0
}

#fot_contact .section_wrap .txt_box .contact_link li a {
position:relative;
display:block;
padding:2.8rem 0;
font-weight:5;
line-height:1.6;
color:#2d2d2d
}

#fot_contact .section_wrap .txt_box .contact_link li a::before {
position:absolute;
top:50%;
right:0;
width:4.6rem;
height:4.6rem;
content:"";
background-color:#fff;
border-radius:50%;
transition:all .5s ease;
transform:translateY(-50%)
}

#fot_contact .section_wrap .txt_box .contact_link li a::after {
position:absolute;
top:50%;
right:2.1rem;
width:.6rem;
height:.6rem;
content:"";
border-top:1px solid #505050;
border-right:1px solid #505050;
transform:translateY(-50%) rotate(45deg);
animation:contactArrowSlideReverse .5s ease 0s 1 forwards
}

#fot_contact .section_wrap .txt_box .contact_link li a:hover::before {
background-color:#606060
}

#fot_contact .section_wrap .txt_box .contact_link li a:hover::after {
animation:contactArrowSlide .5s ease 0s 1 forwards;
border-top:1px solid #FFF;
border-right:1px solid #FFF;
}


/*hed
---------------------------------------------*/
#hed{
position: relative;
z-index: 1;
padding-top: 8rem;
box-sizing: border-box;
overflow: hidden;
}

#hed .hed_ttl {
position: relative;
margin-bottom: 5rem;
}

#hed .hed_ttl .jp_ttl{
position: relative;
z-index: 5;
margin-left: 10%;
font-size: 5rem;
font-weight: 600;
line-height: 1;
padding-top: 80px;
box-sizing: border-box;
}

#hed .hed_ttl .jp_ttl span{
background:radial-gradient(circle,#20293b 0%,#2e6eb9 50%,#d9b8cd 80%,rgba(242,229,194,.8) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

#hed .hed_ttl .en_ttl{
position: absolute;
top: 0;
left: -1%;
font-size:11rem;
font-weight: 300;
font-family: "Lato", sans-serif;
line-height:1;
color: #fff4e0;
z-index: 3;
white-space: nowrap;
}

.hed_com_img_wrap{
width: 86%;
margin: 0 0 120px auto;
}

.hed_com_img_wrap .breadcrumb{
display: flex;
align-items: center;
justify-content: flex-end;
margin-right:20px;
margin-bottom:20px;
font-size: 1.4rem;
line-height: 1;
color: rgba(0,0,0,.5);
}

.hed_com_img_wrap .breadcrumb li{
position: relative;
}

.hed_com_img_wrap .breadcrumb li:not(:last-of-type)::after {
content: "›";
margin:0 .6em; /* 記号の左右の余白 */
color: #777; /* 記号の色 */
}

.hed_com_img_wrap .breadcrumb li a{
color: rgb(48,65,107);
}

.hed_com_img_wrap .mv_img img{
object-fit: cover;
border-radius: 5rem 0 0 5rem;
}

.com_table {
width:100%;
margin:0 auto 30px;
}

.com_table th {
width: 30%;
padding: 20px;
text-align: left;
font-weight: 400;
line-height: normal;
position: relative;
border-bottom: 1px solid rgba(0,0,0,1);
}

.com_table td {
padding: 20px;
position: relative;
border-bottom: 1px solid rgba(0,0,0,.2);
vertical-align: middle;
}

.button{
width:240px;
height:50px;
border:2px solid #54c2af;
text-align:center;
cursor:pointer;
position:relative;
box-sizing:border-box;
overflow:hidden;
margin:0 auto;
}
.button a{
font-size:12px;
color:#54c2af;
text-decoration:none;
line-height:50px;
transition:all .5s ease;
z-index:2;
position:relative;
}
.eff{
width:100%;
height:50px;
border:0px solid #54c2af;
position:absolute;
transition:all .5s ease;
z-index:1;
box-sizing:border-box;
}
.button:hover .eff{
border:70px solid #54c2af;
}
.button:hover a{
color:#fff;
}


.ttl{
font-size: 2.6rem;
line-height: 2;
margin-bottom: 40px;
position: relative;
}

.ttl::after{
content: "";
display: block;
position: relative;
width: 4rem;
height:1px;
background:-webkit-linear-gradient(0deg, #20293b, #2d58ab);
}





}







/*sp*/
@media only screen and (max-width: 768px) {
	
.side{
	display: none;
}



/*btn*/
/*----------------------------*/
.btn {
width: 180px;
margin: 50px auto 0;
}
.btn a{
border: 1px solid #333;
color: #333;
padding: 10px 0px;
font-weight: 600;
display: block;
text-align: center;
position: relative;
box-shadow: 2px 2px 0px rgb(0, 0, 0);
font-size: 12px;
}



#totop {
bottom: 20px;
display: block;
position: fixed;
right: 15px;
z-index: 2000;
width: 45px;
}

#totop a {
display: block;
width: 50px;
height: 50px;
text-indent: -1000em;
overflow: hidden;
background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
background-size: auto auto;
background-size: 100% auto;
}

/* com
--------------------------------------------*/
.pcBr {
display: none;
}

.spBr {
display: inline-block;
}

.pc {
display: none!important;
}

.sp {
display: block;
}

#contents {
width: 100%;
margin: 50px auto 100px;
}

.w1400 { width: 90%; margin: auto;}
.w1200 { width: 90%; margin: auto;}
.w1000 { width: 85%; margin: auto;}
.w960 { width: 80%; margin: auto;}

.comPd01 {
padding: 0 0 80px;
}

.comInBox01 {
margin-bottom: 60px;
}

.comInBox01:last-child {
margin-bottom: 0px;
}

.comPd_80 {
padding: 40px 0;
}

.comPd_top80 {
padding: 40px 0 0;
}



/*btn
----------------------*/
.common_btn_box{
width: 80%;
margin: 30px auto 0;
position: relative;
z-index: 5;
}

.common_btn {
position: relative;
display: block;
color: #fff;
background-color: #0000d9;
border: 1px solid #0000d9;
font-size: 1.2rem;
letter-spacing: 0.05em;
font-weight: 700;
padding: 10px;
border-radius: 6px;
transition: 0.3s;
}

.common_btn .text{
text-align: center;
margin-right: 0;
}



/* header
--------------------------------------------*/
header {
position: relative;
}

#header {
width: 100%;
height: 60px;
z-index: 10;
position: fixed;
top: 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
transition: 0.5s;
background: rgba(255,255,255,0.8);
backdrop-filter: blur(10px);
}

.logo_wrap {
width: 80px;
margin: 0 0 0 20px;
position: relative;
z-index: 100;
}

.menu_wrap{
display: none;
}

.menu__floating{
position: fixed;
top: 0;
right: 0;
z-index: 101;
display: flex;
height: 60px;
transition: all .5s ease;
}


/* 以下、ハンバーガーボタン */ 
.burger-btn {
background: linear-gradient(rgb(0, 64, 154) 0%, rgb(0, 124, 200) 100%);
position: relative;
width: 60px;
height: 100%;
padding: 0;
border: none;
text-align: center;
z-index: 1;
cursor: pointer;
transition: all .5s;
}
.burger-btn span {
color: #fff;
}


.bar{      
width: 30px;      
height: 1px;        
display: block;      
position: absolute;      
left: 50%;      
transform: translateX(-50%);      
background-color: #fff;    
}    
.bar_top { top: 18px; }
.bar_mid { top: 50%; transform: translate(-50%,-50%); }
.bar_bottom { bottom: 17px; }


.burger-btn.close .bar_top{      
transform: translate(-50%,13px) rotate(45deg);      
transition: transform .3s;    
}    
.burger-btn.close .bar_mid{      
opacity: 0;       
transition: opacity .3s;    
}    
.burger-btn.close .bar_bottom{      
transform: translate(-50%,-11px) rotate(-45deg);      
transition: transform .3s;    
}


/* 全画面表示 */
.menu_wrap02 {      
visibility: hidden;     
background: linear-gradient(90deg, #0050a6, #0071bf);
width: 60vw;
height: 100vh;      
position: fixed;      
top: 0;      
right: -80vw;
transition: all .5s;       
z-index: 100;     
}     

.menu02 {
width: 80%;
z-index: 2;
display: block;
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);     
}
.menu02 .logo_img { width: 180px; fill: #FFF; margin-bottom: 50px; }

.menu_list02 {  }
.menu_list02:last-child { margin-bottom: 60px; }

.menu_list02 li { margin-bottom: 20px; }
.menu_list02 li a { position: relative; color: #fff; font-size: 1.4rem; }

.menu_list02 li.official a { font-size: 1.4rem; }


/* メニューオープン時 */
.menu_wrap02.fade { visibility: visible; right: 0; }
.menu__floating_wrap.fade { display: block; }

.menu__floating_fade .burger-btn { background: none; transition: all .5s; }
.menu__floating_fade .burger-btn .bar {
background: none;
transition: all .5s;
background-color: #fff;
}



/* footer
--------------------------------------------*/
footer {
position: relative;
padding:30px 5% 70px;
box-sizing: border-box;
background:url("../images/com/bg.jpg") center center no-repeat;
background-size: cover;
z-index: 5;
}

#footer {
}

#footer .fot_top{
display: none;
}


#footer .fot_btm{
width:100%;
}

#footer .fot_btm .f_logo_wrap {
width: 100%;
}

#footer .fot_btm .f_logo {
width:220px;
margin: 0 auto 20px;
}

#footer .fot_btm .address_wrap{
width: 100%;
text-align: center;
color: #FFF;
}

#footer .fot_btm .address_wrap h2 {
font-size: 1.4rem;
font-weight: 600;
margin: 0 0 10px;
}
#footer .fot_btm .address_wrap .address {
font-size: 1.2rem;
margin: 0 0 30px;
}

#footer .fot_btm .copy {
font-size:1rem;
text-align: center;
color: #FFF;
}

/*fot_contact
---------------------------------------------*/
#fot_contact{
position: relative;
width: 95%;
padding:2rem 0 2rem 2rem;
box-sizing: border-box;
margin: 0 0 60px auto;
background-color: #f1f4f8;
}

#fot_contact .section_wrap{
margin: 0 auto;
}

#fot_contact .section_wrap .img{
width:100%;
margin:0 0 20px;
}

#fot_contact .section_wrap .txt_box{
width: calc(100% - 2rem);
}

#fot_contact .section_wrap .txt_box h2{
font-size: 1.6rem;
font-weight: 500;
letter-spacing: .1rem;
line-height: 1;
margin: 0 0 20px;
}

#fot_contact .section_wrap .txt_box h2 span{
font-weight: 500;
font-size: 1rem;
margin-bottom: 10px;
display: block;
}

#fot_contact .section_wrap .txt_box .read_txt{
margin: 0 0 30px;
}

#fot_contact .section_wrap .txt_box .contact_link{
width: 100%;
}

#fot_contact .section_wrap .txt_box .contact_link li{
position:relative;
overflow:hidden
}

#fot_contact .section_wrap .txt_box .contact_link li:first-child {
border-top:1px solid #ddd
}
#fot_contact .section_wrap .txt_box .contact_link li::before {
position:absolute;
bottom:0;
left:-100%;
width:200%;
height:1px;
content:"";
background-image:linear-gradient(to right, #9a9a9a 50%, #ddd 50%);
transition:left .5s ease
}
#fot_contact .section_wrap .txt_box .contact_link li:hover::before {
left:0
}
#fot_contact .section_wrap .txt_box .contact_link li a {
position:relative;
display:block;
padding:1.2rem 0;
font-weight:5;
line-height:1.6;
color:#2d2d2d
}
#fot_contact .section_wrap .txt_box .contact_link li a::before {
position:absolute;
top:50%;
right:0;
width:2rem;
height:2rem;
content:"";
background-color:#fff;
border-radius:50%;
transition:all .5s ease;
transform:translateY(-50%)
}
#fot_contact .section_wrap .txt_box .contact_link li a::after {
position:absolute;
top:50%;
right:.9rem;
width:.3rem;
height:.3rem;
content:"";
border-top:1px solid #505050;
border-right:1px solid #505050;
transform:translateY(-50%) rotate(45deg);
animation:contactArrowSlideReverseSp .5s ease 0s 1 forwards
}
#fot_contact .section_wrap .txt_box .contact_link li a:hover::before {
background-color:#606060
}
#fot_contact .section_wrap .txt_box .contact_link li a:hover::after {
animation:contactArrowSlide .5s ease 0s 1 forwards;
border-top:1px solid #FFF;
border-right:1px solid #FFF;
}



/*--------スマホメニュー-------*/
.sp_list {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: 0;
z-index: 1000;
height: 60px;
background:rgba(255,255,255,1);
}
.sp_list li {
background: #20293b;
width:calc(50% - .5px);
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.sp_list li a {
display: block;
color: #fff;
text-align: center;
font-size:.7rem;
}
.sp_list li a span.tit {
display: block;
line-height:1;
}
.sp_list li a i {
font-size: 16px;
margin: 0 0 10px;
}
.sp_list .end {
display: none;
}



/*hed
---------------------------------------------*/
#hed{
position: relative;
z-index: 1;
padding-top: 90px;
box-sizing: border-box;
overflow: hidden;
}

#hed .hed_ttl {
position: relative;
margin-bottom:3rem;
}

#hed .hed_ttl .jp_ttl{
position: relative;
z-index: 5;
margin-left: 4.5%;
font-size: 2.6rem;
font-weight: 400;
line-height: 1;
padding-top: 50px;
box-sizing: border-box;
color:rgb(48,65,107);
}

#hed .hed_ttl .jp_ttl span{
background:radial-gradient(circle,#20293b 0%,#2e6eb9 50%,#d9b8cd 80%,rgba(242,229,194,.8) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

#hed .hed_ttl .en_ttl{
position: absolute;
top: 0;
left: 0;
font-size:4.2rem;
font-weight: 400;
font-family: "Lato", sans-serif;
line-height:1;
color:#fff4e0;
z-index: 3;
white-space: nowrap;
}

.hed_com_img_wrap{
width: 95%;
margin: 0 0 60px auto;
}

.hed_com_img_wrap .breadcrumb{
display: flex;
align-items: center;
margin-bottom:15px;
font-size: 1.2rem;
line-height: 1;
color: rgba(0,0,0,.5);
}

.hed_com_img_wrap .breadcrumb li{
position: relative;
}

.hed_com_img_wrap .breadcrumb li:not(:last-of-type)::after {
content: "›";
margin:0 .6em; /* 記号の左右の余白 */
color: #777; /* 記号の色 */
}

.hed_com_img_wrap .breadcrumb li a{
color: rgb(48,65,107);
}

.hed_com_img_wrap .mv_img img{
object-fit: cover;
border-radius: 2rem 0 0 2rem;
}

.ttl{
font-size: 1.6rem;
font-weight: 300;
line-height: 2;
margin-bottom: 20px;
position: relative;
}

.ttl::after{
content: "";
display: block;
position: relative;
width: 4rem;
height:1px;
background:-webkit-linear-gradient(0deg, #20293b, #2d58ab);
}


.com_table {
width:100%;
margin:0 auto 30px;
}

.com_table th {
width: 100%;
padding: 10px 10px 0;
text-align: left;
font-weight: 400;
line-height: normal;
position: relative;
display: block;
}

.com_table td {
display: block;
padding: 10px;
position: relative;
border-bottom: 1px solid rgba(0,0,0,.2);
vertical-align: middle;
}

.button{
width:180px;
height:30px;
border:2px solid #54c2af;
text-align:center;
cursor:pointer;
position:relative;
box-sizing:border-box;
overflow:hidden;
margin:0 auto;
}
.button a{
font-size:12px;
color:#54c2af;
text-decoration:none;
line-height:30px;
transition:all .5s ease;
z-index:2;
position:relative;
}
.eff{
width:100%;
height:30px;
border:0px solid #54c2af;
position:absolute;
transition:all .5s ease;
z-index:1;
box-sizing:border-box;
}
.button:hover .eff{
border:50px solid #54c2af;
}
.button:hover a{
color:#fff;
}



}