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

.en {
font-family: "Lato", sans-serif;
}

.txt_grad{
background:-webkit-linear-gradient(0deg, #6F59C5, #261551);
background-clip:border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


@keyframes img_mask {
0% {
-webkit-clip-path:polygon(0 0,0 0,0 100%,0% 100%);
clip-path:polygon(0 0,0 0,0 100%,0% 100%)
}
100% {
-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);
clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)
}
}

.img_mask {
overflow:hidden;
-webkit-clip-path:polygon(0 0,0 0,0 100%,0% 100%);
clip-path:polygon(0 0,0 0,0 100%,0% 100%);
transition:-webkit-clip-path .5s cubic-bezier(.62,-.01,.38,1.01);
transition:clip-path .5s cubic-bezier(.62,-.01,.38,1.01);
transition:clip-path .5s cubic-bezier(.62,-.01,.38,1.01),-webkit-clip-path .5s cubic-bezier(.62,-.01,.38,1.01)
}
.img_mask::after {
content:"";
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:#00bf93;
background:var(--bg-green);
-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);
clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);
translate:0 0
}
.hed_com_img_wrap .img_mask {
height:100%;
transition:-webkit-clip-path .5s .5s cubic-bezier(.62,-.01,.38,1.01);
transition:clip-path .5s .5s cubic-bezier(.62,-.01,.38,1.01);
transition:clip-path .5s .5s cubic-bezier(.62,-.01,.38,1.01),-webkit-clip-path .5s .5s cubic-bezier(.62,-.01,.38,1.01)
}
.hed_com_img_wrap .img_mask.is-active {
transition:-webkit-clip-path .5s .5s cubic-bezier(.62,-.01,.38,1.01);
transition:clip-path .5s .5s cubic-bezier(.62,-.01,.38,1.01);
transition:clip-path .5s .5s cubic-bezier(.62,-.01,.38,1.01),-webkit-clip-path .5s .5s cubic-bezier(.62,-.01,.38,1.01)
}
.hed_com_img_wrap .img_mask.is-active::after {
transition:.4s 1s cubic-bezier(.62,-.01,.38,1.01);
-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);
clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)
}
.img_mask.rel {
position:relative
}
.img_mask.is-active {
-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0% 100%);
clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)
}
.img_mask.is-active::after {
transition:.4s .6s cubic-bezier(.62,-.01,.38,1.01);
-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);
clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)
}

.text_04 .letter {
display: inline-block;
line-height: 1;
}


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

/*--スクロールトップ---------*/
#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*/
/*----------------------------*/
#a,#b,#c,#d,#d,#e,#f,#g,
#hokuriku,#higashikanto,#kanto,#chubu,#kansai,#chugoku,#kyushu,#hedoffice{
margin-top: -120px;
padding-top: 120px;
display: block;
height: 1px;
}



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

.w1000{
width: 1000px;
margin: 0 auto;
}


/* header
--------------------------------------------*/
header {
position: relative;
z-index: 15;
}

#header {
width: 100%;
position: fixed;
padding:1% 2%;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
transition: 0.5s;
min-width: 1200px;
z-index: 3;
}

#header .logo_wrap {
display: block;
width:280px;
transition: 0.5s;
}

#header .logo_wrap a{
display: block;
transition: 0.5s;
}

#header .hi_menu{
position: absolute;
top: 10px;
right: 140px;
display: flex;
flex-wrap: wrap;
justify-content:flex-end;
transition: 0.5s;
}

#header .hi_menu li{
margin-right: 25px;
}

#header .hi_menu li a{
display:inline-block;
font-size: .8rem;
font-weight: 700;
color: #000;
}

#header .gnav {
transition: 0.5s;
}

#header .gnav .gnav_list {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
transition: 0.5s;
}

#header .gnav .gnav_list>li {
margin-right:15px
}

#header .gnav .gnav_list>li a {
display:inline-block;
font-size: .8rem;
font-weight: 300;
color: #000;
}

#header .gnav .gnav_list>li a.com_border:after {
height:3px;
bottom:-20px
}
#header .gnav .gnav_list>li.active .com_border:after {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}

#header .gnav .link_r {
position: absolute;
top: 0;
right: 0;
background-image: linear-gradient(0deg, rgba(0,140,176,1), rgba(33,33,33, 1));
width:140px;
height:108px;
text-align:center;
color:#fff;
font-size: 1rem;
font-weight: 500;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}

#header .gnav .link_c {
background-color:#3d3f48;
width:120px;
text-align:center;
color:#fff;
border:1px solid transparent;
font-size: .8125rem;
font-weight: 500;
border-radius: 1.6rem;
padding: 6px 0;
}

#header .gnav .sns_list{
width: 70px;
margin: 0 0 20px auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#header .gnav .sns_list li{
width: 40%;
}

#header .gnav .sns_list li a{
filter: invert(100%);
}

#header.scroll-nav {
padding: .6% 2%;
transition: 0.5s;
background:rgba(255,255,255,.8);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
z-index: 3;
}


/* 「scroll-navクラス」がヘッダーについたとき */
#header.scroll-nav .logo_wrap {
width: 260px;
transition: 0.5s;
}

#header.scroll-nav .hi_menu{
position: absolute;
top: 5px;
right: 140px;
display: flex;
flex-wrap: wrap;
justify-content:flex-end;
}

#header.scroll-nav .hi_menu li{
margin-right:20px;
}

#header.scroll-nav .hi_menu li a{
display:inline-block;
font-size: .8rem;
font-weight: 700;
color: #000;
}


#header.scroll-nav .gnav {
transition: 0.5s;
}

#header.scroll-nav .gnav .gnav_list {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
transition: 0.5s;
}
#header.scroll-nav .gnav .gnav_list>li {
margin-right:16px
}

#header.scroll-nav .gnav .gnav_list>li a {
display:inline-block;
font-size: .8125rem;
font-weight: 700;
border-radius: 1.6rem;
color: #000;
}
#header.scroll-nav .gnav .gnav_list>li a.com_border:after {
height:3px;
bottom:-20px
}
#header.scroll-nav .gnav .gnav_list>li.active .com_border:after {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}

#header.scroll-nav .gnav .link_r {
background-color:#00488a;
width:140px;
height:70px;
text-align:center;
color:#fff;
font-size: 1rem;
font-weight: 700;
}

#header.scroll-nav .menu li.btn a{
color: #FFF;
}

#header .gnav .sns_list{
width: 70px;
margin: 0 0 20px auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#header .gnav .sns_list li{
width: 40%;
}

#header .gnav .sns_list li a{
filter: invert(0%);
}

/* footer
--------------------------------------------*/
footer {
position: relative;
padding: 80px 5%;
box-sizing: border-box;
min-width: 1200px;
background:#443E6E;
background-size: cover;
z-index: 15;
}

#footer {
width: 100%;
margin: auto;
}

#footer .f_logo_wrap {
width:100%;
position: relative;
border-bottom: 1px solid rgba(255,255,255,.2);
padding-bottom: 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#footer .f_logo {
width:300px;
margin: 0;
}

#footer .f_link {
width:380px;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#footer .f_link a{
width: 48%;
}


#footer h2 {
font-size: 1rem;
font-weight: 700;
line-height: 1;
color: #FFF;
margin:0;
}
#footer h2 span {
font-size: 0.7rem;
margin-right: 5px;
}

#footer .ft_btm {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 30px auto 30px;
}

#footer .ft_btm .ft_info{
width: 35%;
font-size: .9rem;
color: #FFF;
margin: 0;
}

#footer .ft_btm .ft_info dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-top: 10px;
}

#footer .ft_btm .ft_info dl dt{
width: 100%;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.2;
letter-spacing: .1rem;
}

#footer .ft_btm .ft_info dl dd{
width: 40%;
font-size: .9rem;
font-weight: 300;
}


#footer .ft_btm .ft_navi{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 60%;
}

#footer .ft_btm .ft_navi ul{
display: flex;
flex-wrap: wrap;
}

#footer .ft_btm .ft_navi ul li{
position: relative;
width: 31.33%;
margin-right: 3%;
margin-bottom: 2%;
line-height: 1;
padding-left: 20px;
box-sizing: border-box;
}

#footer .ft_btm .ft_navi ul li:nth-child(3n){
margin-right: 0;
}

#footer .ft_btm .ft_navi ul li::before{
content: "";
position: absolute;
top: 8px;
left: 0;
width: 12px;
height: 1px;
background: #FFF;
}

#footer .ft_btm .ft_navi ul li a{
color: #FFF;
font-size: 1rem;
font-weight: 300;
}

#footer .copy {
font-size:.8rem;
font-weight: 400;
color: #fff;
text-align: center;
}

#footer .contact_box{
width: 480px;
position: relative;
border: 1px solid #FFF;
border-radius: 1rem;
background: #7c71cb;
padding: 15px;
box-sizing: border-box;
white-space: nowrap;
margin:0 auto 30px;
text-align: center;
}

#footer .contact_box h3{
font-size: 1.2rem;
line-height: 1;
color: #FFF;
margin-bottom: 10px;
}

#footer .contact_box .txt{
color: #FFF;
margin: 0 0 15px;
}

#footer .contact_box p.contact{
margin: 0 auto 20px;
font-size: 1.1rem;
line-height: 1;
}
#footer .contact_box p.contact a{
color: #fff;
border-bottom: 1px solid #fff;
}
#footer .contact_box p.contact a i{
padding-right: 5px;
}

#footer .contact_box p.line{
width: 50px;
margin: 0 auto 20px;
}

#footer .contact_box h5{
font-size: 1rem;
line-height: 1;
color: #FFF;
margin-left: 10px;
}

#footer .contact_box .txt2{
font-size: .9rem;
font-weight: 500;
color: #FFF;
}


/*hed_wrap
--------------------------------------------------*/
#hed_wrap{
padding: 180px 100px 40px;
box-sizing: border-box;
position: relative;
z-index: 5;
border-bottom: 1px solid #443E6E;
margin-bottom: 120px;
overflow: hidden;
background: #FFF;
}

#hed_wrap::before{
transform: skewX(-45deg);
content: "";
position: absolute;
top: 0; 
right: -5%;
z-index:-1;
background-color:#F1F3FA;
width: 36%;
height: 100%;
}

#hed_wrap .hed_ttl{
min-width:1200px;
margin: 0 0 50px;
}

#hed_wrap .hed_ttl .en{
font-size: 5rem;
font-weight: 500;
line-height: 1;
letter-spacing: 0rem;
display: block;
margin-bottom: 10px;
}

#hed_wrap .hed_ttl .jp{
font-size: 1.2rem;
font-weight: 500;
line-height: 1;
position: relative;
padding-left: 15px;
}

#hed_wrap .hed_ttl .jp::before{
content: "";
position: absolute;
top: 7px;
left: 0;
width: 8px;
height: 8px;
border-radius:50%;
background: #443E6E;
}

#hed_wrap .breadcrumb{
display: flex;
align-items: center;
justify-content: flex-start;
margin-left: 15px;
font-size: .8rem;
line-height: 1;
color: rgba(0,0,0,.5);
}

#hed_wrap .breadcrumb li{
position: relative;
}

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

#hed_wrap .breadcrumb li a{
color: #443E6E;
}


.com_ttl_wrap{
position: relative;
box-sizing: border-box;
width: 87.5vw;
margin-top:8vw;
margin-bottom: 5vw;
padding: 0vw 2vw;
}

.com_ttl_wrap .ttl_en {
font-size:6rem;
line-height: 1;
font-weight: 300;
}

.com_ttl_wrap .ttl_ja {
font-weight: 300;
font-size: 1.2rem;
letter-spacing: .07em;
line-height: 1;
margin-left: 5px;
margin-bottom: 5px;
position: relative;
padding-left: 20px;
}

.com_ttl_wrap .ttl_ja::before {
content: "";
width: 10px;
height: 10px;
background-color:#00488a;
position: absolute;
top: 3px;
left: 0;
}

.hed_wrap .mv{
margin:35px 0 0;
}

.hed_img{
margin:3.75rem 0 5.625rem;
width: 100%;
}

.hed_tit{
font-size: 2.4rem;
font-weight: 700;
line-height: 1;
margin: 0 0 60px;
}

.hed_tit span{
font-size: .8rem;

font-weight: 600;
display: block;
color: #16202c;
margin-bottom: 5px;
}


.ttl_jp{
font-size: 1.15rem;
margin-bottom:100px;
position: relative;
}

.ttl span{
display: block;
font-size: 2rem;
letter-spacing:.1rem;
font-weight: 600;
margin-bottom: 20px;
color:rgba(0,140,176,1);
}

.red_ttl{
font-size: 2.6rem;
font-weight: 700;
line-height: 1.6;
margin: 0 auto 50px;
}

.red_ttl2{
font-size: 2.2rem;
font-weight: 700;
line-height: 1.6;
margin: 0 auto 20px;
}

.red_ttl2 span{
display: block;
font-size: .8rem;
line-height: 1;
margin-bottom: 5px;
}

.red_txt{
font-size: 1.2rem;
font-weight: 600;
line-height: 2.2;
}


.s_ttl{
font-size: 2rem;
font-weight: 500;
margin: 0 0 40px;
padding:0 0 10px;
position: relative;
border-bottom: 1px solid rgba(138, 138, 138, 0.14902);
border-image: linear-gradient(to right, #00488a 0%, #00488a 5rem, rgba(0,72,138, 0.14902) 5rem, rgba(138, 138, 138, 0.14902) 100%);
border-image-slice: 100%;
border-image-slice: 1;
}


.en_ttl{
font-size:3rem;
font-weight: 500;
line-height: 1;
letter-spacing: .1rem;
margin-bottom: 10px;
}

.jp_ttl{
font-size:1.1rem;
font-weight: 500;
line-height: 1;
letter-spacing: .1rem;
margin-bottom: 60px;
}

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

.com_ttl{
font-size: 2.4rem;
font-weight:300;
line-height: 1;
letter-spacing: .1rem;
margin-bottom: 60px;
}



}
/*sp*/
@media only screen and (max-width: 767px) {
/*--スクロールトップ---------*/
#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*/
/*----------------------------*/
#a,#b,#c,#d,#d,#e,#f,#g,
#kanto,#hokuriku,#higashikanto,#chubu,#kansai,#chugoku,#kyushu,#hedoffice{
margin-top:-60px;
padding-top:60px;
display: block;
height: 1px;
}

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

.w1000{
width: 90%;
margin: 0 auto;
}


/* header
--------------------------------------------*/
header {
position: relative;
z-index: 1000
}

#header {
width: 100%;
z-index: 10;
position: fixed;
padding: 10px 15px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.logo_wrap {
display: block;
width: 220px;
margin: 0;
transition: 0.5s;
fill:#00488a;
}

.logo_wrap a{
display: block;

}

#header.scroll-nav {
padding:10px;
box-sizing: border-box;
background: #FFF;
transition: 0.5s;
}

#header.scroll-nav .logo_wrap {
display: block;
width: 180px;
margin: auto;
transition: 0.5s;
fill:#00488a;
}

#header .hi_menu{
display: none;
}

#header .gnav {
display: none;
}


/* footer
--------------------------------------------*/
footer {
position: relative;
padding: 40px 15px 80px;
box-sizing: border-box;
background:#443E6E;
}

#footer {
width: 100%;
margin: auto;
}

#footer .f_logo_wrap {
width:100%;
position: relative;
border-bottom: 1px solid rgba(255,255,255,.2);
}

#footer .f_logo {
width:160px;
fill:#FFF;
margin: 0 auto 10px;
}

#footer .f_link {
width:140px;
margin:0 auto;
}

#footer .f_link a{
display: block;
margin-bottom: 15px;
}

#footer h2 {
font-size: .9rem;
font-weight: 700;
line-height: 1;
color: #FFF;
margin:0;
text-align: center;
}
#footer h2 span {
font-size: 0.7rem;
margin-right: 5px;
}

#footer .ft_btm {
margin: 20px auto;
}

#footer .ft_btm .ft_info{
color: #FFF;
text-align: center;
}



#footer .ft_btm .ft_info dl{
margin-top: 10px;
text-align: center;
}

#footer .ft_btm .ft_info dl dt{
font-size: 1.2rem;
font-weight: 300;
line-height: 1.5;
letter-spacing: .05rem;

}

#footer .ft_btm .ft_info dl dd{
font-size: .7rem;
font-weight: 300;
}

#footer .ft_btm .ft_navi{
display: none;
}

#footer .copy {
font-size:.7rem;
font-weight: 400;
color: #fff;
text-align: center;
}

#footer .contact_box{
width: 100%;
position: relative;
border: 1px solid #FFF;
border-radius: 1rem;
background: #7c71cb;
padding: 15px;
box-sizing: border-box;
margin:0 auto 30px;
text-align: center;
}

#footer .contact_box h3{
font-size: 1rem;
line-height: 1;
color: #FFF;
margin-bottom: 10px;
}

#footer .contact_box .txt{
color: #FFF;
margin: 0 0 15px;
}

#footer .contact_box p.contact{
margin: 0 auto 20px;
font-size: 1.1rem;
line-height: 1;
}
#footer .contact_box p.contact a{
color: #fff;
border-bottom: 1px solid #fff;
}
#footer .contact_box p.contact a i{
padding-right: 5px;
}

#footer .contact_box p.line{
width: 50px;
margin: 0 auto 20px;
}

#footer .contact_box h5{
font-size: .8rem;
line-height: 1;
color: #FFF;
margin-bottom: 10px;
}

#footer .contact_box .txt2{
font-size: .8rem;
font-weight: 500;
color: #FFF;
}


/*hed_wrap
--------------------------------------------------*/
#hed_wrap{
padding:80px 5% 20px;
box-sizing: border-box;
position: relative;
z-index: 5;
border-bottom: 1px solid #443E6E;
margin-bottom: 40px;
overflow: hidden;
background: #FFF;
}

#hed_wrap::before{
transform: skewX(-45deg);
content: "";
position: absolute;
top: 0; 
right: -25%;
z-index:-1;
background-color:#F1F3FA;
width: 50%;
height: 100%;
}

#hed_wrap .hed_ttl{
margin: 0 0 30px;
}

#hed_wrap .hed_ttl .en{
font-size:2.2rem;
font-weight: 500;
line-height: 1;
letter-spacing: -.05rem;
display: block;
margin-bottom: 20px;
}

#hed_wrap .hed_ttl .jp{
font-size: .9rem;
font-weight: 500;
line-height: 1;
position: relative;
padding-left: 15px;
}

#hed_wrap .hed_ttl .jp::before{
content: "";
position: absolute;
top:5px;
left: 0;
width: 8px;
height: 8px;
border-radius:50%;
background: #443E6E;
}

#hed_wrap .breadcrumb{
display: flex;
align-items: center;
justify-content: flex-start;
margin-left: 15px;
font-size: .7rem;
line-height: 1;
color: rgba(0,0,0,.5);
}

#hed_wrap .breadcrumb li{
position: relative;
}

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

#hed_wrap .breadcrumb li a{
color: #443E6E;
}
.com_ttl_wrap{
position: relative;
box-sizing: border-box;
margin-bottom: 30px;
}

.com_ttl_wrap .ttl_en {
font-size:1.8rem;
font-weight: 300;
line-height: 1;
}

.com_ttl_wrap .ttl_ja {
font-weight: 400;
font-size: 10px;
letter-spacing: .07em;
line-height: 1;
margin-left: 5px;
margin-bottom: 5px;
position: relative;
padding-left: 10px;
}

.com_ttl_wrap .ttl_ja::before {
content: "";
width: 5px;
height: 5px;
background-color:#00488a;
position: absolute;
top: 2px;
left: 0;
}


.hed_img{
margin:20px 0 40px;
width: 100%;
}

.hed_tit{
font-size:1.4rem;
font-weight: 700;
line-height: 1;
margin: 0 0 60px;
}

.hed_tit span{
font-size: .6rem;

font-weight: 600;
display: block;
color: #16202c;
margin-bottom: 5px;
}


.com_ttl{
font-size: 1.4rem;
font-weight: 300;
line-height: 1.6;
margin: 0 auto 20px;
}

.ttl_jp{
font-size:.9rem;
margin-bottom:30px;
position: relative;
}


.red_ttl{
font-size: 1.8rem;
font-weight: 700;
line-height: 1.6;
letter-spacing: .1rem;
margin: 0 auto 30px;
}

.red_ttl2{
font-size: 1.2rem;
font-weight: 700;
line-height: 1.6;
margin: 0 auto 20px;
}

.red_ttl2 span{
display: block;
font-size: .5rem;
line-height: 1;
margin-bottom: 5px;
}


.red_txt{
font-size: .95rem;
font-weight: 500;
line-height: 1.8;
}

.s_ttl{
font-size: 1.2rem;
font-weight: 500;
margin: 0 0 20px;
padding:0 0 10px;
position: relative;
border-bottom: 1px solid rgba(138, 138, 138, 0.14902);
border-image: linear-gradient(to right, #00488a 0%, #00488a 5rem, rgba(0,72,138, 0.14902) 5rem, rgba(138, 138, 138, 0.14902) 100%);
border-image-slice: 100%;
border-image-slice: 1;
}


.en_ttl{
font-size:3rem;
font-weight: 500;
line-height: 1;
letter-spacing: .1rem;
margin-bottom: 10px;
}

.jp_ttl{
font-size:1.1rem;
font-weight: 500;
line-height: 1;
letter-spacing: .1rem;
margin-bottom: 40px;
}


/*--------スマホメニュー-------*/
.sp_list {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: 0;
height: 60px;
background:rgba(0,0,0,1);
z-index: 10;
border-top:1px solid rgba(255,255,255,.3);
}

.sp_list li {
background:-webkit-linear-gradient(90deg, #6F59C5, #261551);
background-size: 100% auto;
width:33%;
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 li a img {
width: 18px;
margin: 0 0 10px;
}
.sp_list .end {
display: none;
}


/*btn
----------------------*/
.common_btn_box{
margin-top: 30px;
}

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

.common_btn .icon {
position: relative;
width: 25px;
}

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

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

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

.ttl{
font-size: 1rem;
line-height: 1;
margin: 0 0 20px;
}

.ttl span{
font-size: 1.6rem;
color:rgba(0,140,176,1);
}

}