@charset "utf-8";
img, object, embed, video {
width: 100%;
margin: auto;
}

@keyframes contactArrowSlideReverse {
0% {
right:2.1rem;
border-color:#505050;
opacity:1
}
50% {
right:2.8rem;
opacity:.1
}
51% {
opacity:0
}
52% {
right:1.5rem
}
100% {
right:2.1rem;
border-color:#505050
}
}

@keyframes fadeIn {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.en {
font-family: "Lato", sans-serif;;
}

.en2{
font-family: "Playfair Display", serif;
}


/*=========
scrollbar
=========*/
.scroll::-webkit-scrollbar {
/* Chrome, Safari 対応 */
display: none;
}
.simplebar-scrollbar::before {
background: #ffffff;
border-radius: 0;
width: 5px;
margin-left: 3px;
margin-top: 2px;
}
.simplebar-scrollbar.simplebar-visible::before {
opacity: 1;
}
.simplebar-track {
background: #cbd2e0;
width: 15px !important;
}



@keyframes zoom {
0% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}


/*PC*/
@media print, screen and (min-width: 768px) {
body{
min-width: 1300px;
}

/*--スクロールトップ---------*/
#totop {
bottom: 50px;
display: block;
position: fixed;
right: 20px;
z-index: 50;
}
#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;
}


/*anchor link*/
/*----------------------------*/
#policy,
#knowledge,
#a,#b,#c,#d,#e,#f,#g{
padding-top: 90px;
margin-top: -90px
}


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

/*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: #0b4a7f;
border: 1px solid #0b4a7f;
text-align: left;
font-size: 1rem;
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: #0b4a7f;
}
.common_btn:hover .icon img {
opacity: 0;
}
.common_btn:hover .icon::after {
opacity: 1;
}

/* header
--------------------------------------------*/
header {
width: 100%;
z-index: 20;
position: fixed;
background: #f1f4f8;
border-radius:0 0 1rem 1rem;
min-width: 1300px;
}

#header {
margin:10px 1.2%;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
transition: 0.5s;
}

.logo_wrap {
display: block;
width: 180px;
transition: 0.5s;
padding: 15px 0;
box-sizing: border-box;
}

.logo_wrap a{
display: block;
transition: all 0.5s 0s ease;
}

#header .sns_list{
position: absolute;
top: 10px;
right: 400px;
display: flex;
flex-wrap: wrap;
}

#header .sns_list li{
width: 26px;
height: 26px;
padding: 3px;
box-sizing: border-box;
margin-right: 10px;
border-radius: 50%;
}

#header .menu_wrap{
position: relative;
}

#header .hed_btn_list{
display: flex;
justify-content: end;
align-items: center;
margin-bottom: 15px;
}

#header .hed_btn_list li{
margin-right: 10px;
border-radius:50rem;
background:#20293b;
}

#header .hed_btn_list li:nth-child(1){
background:#0b4a7f;
}

#header .hed_btn_list li:last-child{
margin-right: 0;
}

#header .hed_btn_list li a{
display: block;
color: #FFF;
font-weight: 500;
font-size: .8rem;
line-height: 1;
box-sizing: border-box;
padding:10px 26px;
transition: 0.5s;
text-align: center;
white-space: nowrap;
}

#header .hed_btn_list li a span{
font-weight: 500;
font-size: .55rem;
display: block;
margin-bottom: 3px;
}

#header .hed_btn_list li:hover{
opacity: .8;
transition: 0.5s;
}


.menu_list {
display: flex;
justify-content: end;
margin: 0 20px 0 0;
}
.menu_list li {
font-size: .9rem;
margin-left: 1.1rem;
text-align: center;
line-height: 1;
}

.menu_list li span{
font-size: .55rem;
font-weight: 700;
display: block;
padding-bottom: 3px;
letter-spacing: .06rem;
}

.menu_list li:first-child {
margin-left: 0;
}
.menu_list li a {
color: #20293b;
font-weight: 600;
transition: 0.5s;
position: relative;
}

.menu_list li a::before {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 0%;
height:0.5px;
background: #000;
transition: all 0.6s ease;
}
.menu_list li a:hover{
color:#20293b;
text-shadow:none;
}
.menu_list li a:hover::before {
width: 100%;
}

.burger-btn {
display: none;
}

.siteNav {
display: flex;
justify-content: flex-end;
align-items: stretch;
flex-direction: row;
margin: 20px 0 0;
}
.siteNav .siteNav_dl {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
.siteNav .siteNav_dl .siteNav_dt {
display: flex;
justify-content: center;
align-items: center;
font-weight: 100;
line-height: 1.5;
}
.siteNav .siteNav_ul {
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-direction: row;
}
.siteNav .siteNav_ul .siteNav_content .siteNav_a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-left:1.2rem;
font-size: 0.6rem;
font-weight: 500;
}

.siteNav .siteNav_ul .siteNav_content .siteNav_a:first-child {
margin-left: none;
}

.siteNav .siteNav_ul .siteNav_content .siteNav_a .siteNav_aLine {
background: linear-gradient(#000, #000) 100% 100% / 0 .5px no-repeat;
transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}

body:not(.-is-touchDevice) .siteNav .siteNav_ul .siteNav_content .siteNav_a:hover .siteNav_aLine {
background-position: 0 100%;
background-size: 100% 0.5px;
}

.menuWrap,
.gnav{
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:.8rem;
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: 0.8rem;
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:140px;
margin: 0 0 5px;
}

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

#footer .fot_btm .address_wrap h2 {
font-size: 1.1rem;
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: 0.8rem;
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: 0.6rem;
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: 1.8rem;
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: .8rem;
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:2.9rem;
font-weight: 400;
line-height: 1;
padding-top: 135px;
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: -1%;
font-size:11rem;
font-weight: 300;
font-family: "Lato", sans-serif;
line-height:1;
color: #edf1f7;
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: .8rem;
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;
}

.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: 1.6rem;
font-weight: 300;
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: 767px) {
body{
font-size: .7rem;
}

/*--スクロールトップ---------*/
#totop {
bottom: 80px;
display: block;
position: fixed;
right: 15px;
z-index: 50;
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;
}

/*anchor link*/
/*----------------------------*/
#policy,
#knowledge,
#a,#b,#c,#d,#e,#f,#g{
padding-top: 50px;
margin-top: -50px
}
/* com
--------------------------------------------*/
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}

.section_wrap{
position: relative;
margin: 0 auto 100px;
}

/*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: #0b4a7f;
border: 1px solid #0b4a7f;
text-align: left;
font-size: 1rem;
letter-spacing: 0.05em;
font-weight: 700;
padding: 10px 30px;
border-radius: 6px;
transition: 0.3s;
}

.common_btn .icon {
position: relative;
}

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

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

/* header
--------------------------------------------*/
header {
position: relative;
}
#header {
background: #f1f4f8;
width: 100%;
height: 60px;
z-index: 10;
position: fixed;
padding: 10px 0;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
border-radius:0 0 .6rem .6rem;
}
.logo_wrap {
display: block;
width: 120px;
transition: all 0.5s 0s ease;
margin: 0 0 0 10px;
}
.logo_wrap a{
display: block;
}

/* デフォルトのbuttonスタイルをリセット */
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 0;
color: inherit;
cursor: pointer;
font: inherit;
margin: 0;
outline: none;
padding: 0;
vertical-align: middle;
}
/* 以下、ハンバーガーボタン */
.burger-btn {
display: block;
width: 50px;
height: 39px;
position: relative;
z-index: 3;
border: none;
}
.bar {
width: 20px;
height: 1px;
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #000;
}
.bar_top {
top: 10px;
}
.bar_mid {
top: 50%;
transform: translate(-50%, -50%);
}
.bar_bottom {
bottom: 10px;
}
.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_list,
.hed_btn_list{
display: none;
}
.noscroll {
overflow: hidden;
}

.siteNav {
display: none;
}

/*menu*/
.menuWrap {
width: 40px;
height: 40px;
position: fixed;
right: 10px;
top: 5px;
z-index: 20000;
cursor: pointer;
}
.menu {
display: block;
position: absolute;
width: 30px;
height: 18px;
top: 10px;
right: 5px;
}
.menu__line {
background: #333;
display: block;
height: 2px;
position: absolute;
transition: transform .3s;
width: 30px;
}
.menu__line--center {
top: 8px;
}
.menu__line--bottom {
bottom: 0;
}
.menu__line--top.active {
top: 7px;
transform: rotate(45deg);
width: 100%;
background: #FFF
}
.menu__line--center.active {
transform: scaleX(0);
}
.menu__line--bottom.active {
bottom: 9px;
transform: rotate(135deg);
background: #FFF
}
.menuWrap p {
width: 100px;
display: block;
position: fixed;
font-size: 10px;
font-weight: bold;
line-height: 1em;
margin-top: 28px;
margin-left: -100px;
}


#header.scroll-nav .menu__line{
background: #333;
}
/*gnav*/
.gnav {
background:url("../images/com/bg.jpg") center 0 no-repeat;
background-size: cover;
display: none;
height: 100%;
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
}
.gnav__wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
height: 100%;
position: absolute;
width: 100%;
background-size: cover;
}
.gnav_bg_img {
display: none;
}
.gnav_contents {
width: 100%;
background-size: 180px 224px, cover;
height: 100%;
display: flex;
align-items: center;
background-position: bottom right, center center;
background-repeat: no-repeat, repeat;
}
.gnav_contents_box {
width: 90%;
padding: 20px 10px;
box-sizing: border-box;
align-items: center;
overflow-y: scroll;
height: 80vh;
height: 80svh;
margin: auto;
border-radius: 6px;
}
.gnav__menu {
height: 100%;
padding: 0 2%;
}
.gnav__menu__item {
padding: 10px 0;
box-sizing: border-box;
}
.gnav__menu__item a{
color: #FFF;
font-size: 0.8rem;
line-height:1;
letter-spacing: 0.03em;
font-weight: 500;
text-decoration: none;
transition: .5s;
display: block;
padding: 3px 0;
box-sizing: border-box;
}
.gnav__menu__item a span{
font-size:1.8em;
display: block;
color: #FFF;
}
.gnav__menu__item a:hover {
color: #666;
}

.gnav__menu__item ul{
margin-left: 10px;
}

.gnav__menu__item ul li{
margin: 10px 0;
}

.gnav__menu__item ul li a{
font-size: 0.8rem;
}

.gnav_logo {
width: 220px;
margin: 0 0 30px;
}
.gnav_logo img {
width: 100%;
height: auto;
}
.gnav_menu_sub {
box-sizing: border-box;
margin: 0 auto;
margin: 20px 0 0 5px;
}
.gnav_menu_sub li:nth-child(n+2) {
margin-top: 10px;
}
.gnav_menu_sub li a {
color: #666;
display: block;
font-size: 12px;
}

.g_menu_wrap {
display: none;
}

.menu_logo{
width: 90px;
margin: 0 0 20px;
}

.company_name1{
font-size: 0.7rem;
font-weight: normal;
margin: 0 0 10px;
color: #005bac;
}

.company_name2{
font-size: 0.7rem;
font-weight: normal;
margin: 0 0 10px;
color: #5d1b56;
}


/* footer
--------------------------------------------*/
footer {
position: relative;
padding:10% 5% 20%;
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:120px;
margin: 0 auto 5px;
}

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

#footer .fot_btm .address_wrap h2 {
font-size: 1rem;
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: 0.8rem;
margin: 0 0 30px;
}

#footer .fot_btm .copy {
font-size:.7rem;
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.2rem;
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: .6rem;
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:4rem;
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:1.4rem;
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: -1%;
font-size:4.2rem;
font-weight: 400;
font-family: "Lato", sans-serif;
line-height:1;
color:#edf1f7;
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: .7rem;
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;
}

.ttl{
font-size: 1.1rem;
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;
}

}