@charset "utf-8";

@import url("mainVisual.css");


img, object, embed, video {
max-width: 100%;
width: 100%;
height: auto;
}

picture img{
width: 100%;
height: auto;
}

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

.jp_min{
font-family: "Shippori Mincho", serif;
font-weight: 400;
}

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

.totop {
position: fixed;
bottom: 30px;
width: 54px;
height: 54px;
right: 10px;
display: block;
z-index: 200;
}


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

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

.common_btn .icon {
position: relative;
}

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

.common_btn:hover {
background-color: #fff;
color: #ff9000;
border: 1px solid #ff9000;
}
.common_btn:hover .icon img {
opacity: 0;
}


/*PC*/
@media print, screen and (min-width: 769px) {
body {
min-width: 1200px;
}
.totop {
position: fixed;
bottom: 80px;
width: 40px;
height: 40px;
right: 10px;
display: block;
z-index: 200;
}

/* com[PC]
--------------------------------------------*/
.gridContainer {
width: 100%;
min-width: 1080px;
}
.pcBr {
display: inline-block;
}
.spBr {
display: none;
}
.pc {
display: block;
}
.sp {
display: none !important;
}
.comPd {
padding-bottom: 120px;
}
.com_mb60 {
margin-bottom: 60px;
}

/* ボックス[PC]
--------------------------------------------*/
.page_wrap {
/*width: calc((1280 - 320) / 1280 * 100%);
*/margin:0 7vw 120px 9.5vw;
}

.w800{
width: 100%;
max-width: 840px;
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
position: relative;
z-index: inherit;
margin: 0 auto 100px;
}

.w1080{
width: 100%;
max-width: 1120px;
padding-left: 20px;
padding-right: 20px;
position: relative;
margin: 0 auto 100px;
}



/* header[PC]
--------------------------------------------*/
#header {
width: 100%;
height: 100px;
min-width: 1200px;
position: fixed;
top: 0;
left: 0;
z-index: 15;
transition: 0.5s;
background: #FFF;
}

/* ロゴ[PC] */
.logo_wrap {
width:260px;
position: absolute;
top:20px;
left:2.5%;
box-sizing: border-box;
background: rgba(255,255,255,1);
}

#logo_img {
width: 100%;
}

#logo_img a {
display: block;
}

#header.scroll-nav {
}

#header.scroll-nav {
background: rgba(255,255,255,1);
height:90px;
transition: 0.5s;
backdrop-filter: blur(6px);
}

#header.scroll-nav .g_menu li a{
color: #000;
}

#header.scroll-nav .g_menu li a span{
color: #008dcf;
}

/* メニュー[PC]
--------------------------------------------*/
/*gnav*/
.gnav {
display: none;
}

.siteNav {
display: flex;
justify-content: flex-end;
align-items: stretch;
flex-direction: row;
margin:10px 10px 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;
padding: 0 33px 0 33px;
height: 70px;
background: #272A2F;
color: #FFF;
font-size: 13px;
font-family: "Oswald", sans-serif;
font-weight: 500;
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;
padding: 0 25px;
height: 35px;
background: #008dcf;
color: #FFF;
font-size:16px;
font-weight: 500;
line-height: 1.5;
margin: 0 5px;
border-radius: 50rem;
}

.siteNav .siteNav_ul .siteNav_content .siteNav_a .siteNav_aLine {
background: linear-gradient(#FFF, #FFF) 100% 100% / 0 1px 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% 1px;
}

.g_menu {
position: absolute;
top:60px;
right: 15px;
font-weight: 500;
text-align: right;
letter-spacing: 0.04em;
color: #FFF;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.g_menu li {margin-right: 1.6rem; text-align: center;}
.g_menu li:last-child {margin-right: 0;}
.g_menu a {
font-size:1.1rem;
line-height: 1.6;
font-weight: 600;
letter-spacing:0;
text-align: center;
color: #121212;
}

.g_menu a span{
font-family:"Oswald", sans-serif;
font-size:.8rem;
font-weight: 500;
line-height: 1;
color: #008dcf;
display: block;
margin-bottom: 2px;
}

.g_menu_aLine {
background: linear-gradient(#008dcf, #008dcf) 100% 100% / 0 1px no-repeat;
transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}

body:not(.-is-touchDevice) .g_menu_aLine:hover {
background-position: 0 100%;
background-size: 100% 1px;
}

.c_btn {
position: absolute;
top: 43px;
right: 25px;
width: 120px;
height: 30px;
text-align: center;
font-size: 0.8em;
line-height: 1;
}
.c_btn a {
display: block;
background: #333;
color: #FFF;
padding: 5px;
box-sizing: border-box;
}
.c_btn a:hover {
display: block;
background: #666;
color: #FFF;
padding: 5px;
box-sizing: border-box;
}

.menuWrap,
.gnav {
display: none;
}

#footerWrap {
width: 100%;
background-image: linear-gradient(90deg, #f6feff, #7ae1ff);
padding: 60px 0 60px;
min-width: 1200px;
position: relative;
}

#footerWrap::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("../images/com/p_img.png") 0 0 repeat;
opacity: .2;
}

#footer {
width: 90%;
margin: 0 auto 30px;
}

#footer .address{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#footer .address .address_box{
width: 30%;
}

#footer .address .address_box .fot_img{
width: 60%;
margin: 0 0 20px;
}

#footer .address .address_box h2{
font-size: 1.1rem;
font-weight: 800;
line-height: 1;
margin: 0 0 15px;
}

#footer .address .address_box .address_txt{
font-weight: 500;
line-height: 1.6;
}

#footer .address .address_box2{
width: 65%;
display: flex;
flex-wrap: wrap;
}

#footer .address .address_box2 li{
width: 25%;
padding: 8px 0;
box-sizing: border-box;
font-size: .9rem;
font-weight: 500;
position: relative;
margin-bottom: 20px;
}

#footer .address .address_box2 li::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 1px;
background: #008dcf;
}

#footer .address .address_box2 li a{
color: #444;
}

.copy {
width: 90%;
margin: 0 auto;
font-size: .8rem;
letter-spacing: 0.12em;
font-family: "Oswald", sans-serif;
text-align: right;
font-weight: 500;
}


/* PAGE[PC]
--------------------------------------------*/
.com_table {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table th {
border-bottom: 1px solid #dcdcdc;
width: 20%;
padding: 10px;
text-align: left;
vertical-align: middle;
}

.com_table td {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
font-weight: normal;
}

.table03 {
width: 100%;
}

.table03 tr th,
.table03 tr td {
border: 1px solid #ddd;
}

.table03 tr th {
background: rgba(61, 165, 221, 0.07);
padding: 10px;
line-height: 1.6;
text-align: left;
width: 20%;
}

.table03 tr td {
padding: 10px;
}

.table03 tr td a{
color: #008dcf;
text-decoration: underline;
}

/*hed_wrap
-------------------------------*/
#hed_wrap{
background-color:#008dcf;
display: flex;
align-items: center;
justify-content: space-between;
margin: 90px auto 100px;
overflow: hidden;
}

#hed_wrap .txt_box{
padding: 80px 5% 80px 5%;
box-sizing: border-box;
}

#hed_wrap .txt_box .en_ttl{
color: #fff;
font-size:4.2rem;
font-weight:600;
line-height: 1;
margin-bottom: 10px;
}

#hed_wrap .txt_box .jp_ttl{
font-weight: 700;
font-size: 1.4rem;
line-height: 1;
color: #fff;
margin: 0 0 40px;
}


#hed_wrap .mv_img{
position: relative;
width: 42vw;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}

#hed_wrap .mv_img img{
scale: 1.6;
}

.a_crumb {
display: flex;
flex-wrap: wrap;
margin:0 10px 0 0;
font-size: .9rem;
justify-content: flex-start;
color: #FFF;
position: relative;
}

.a_crumb a:nth-child(n+2)::before {
content: "";
display: inline-block;
width: 16px;
margin: -.45em 6px 0;
border-top: 1px solid #FFF;
vertical-align: middle;
}

.a_crumb a:not([href]),
.a_crumb a{
color: #FFF;
}



.com_ttl_wrap{
position: relative;
box-sizing: border-box;
margin-bottom: 65px;
}

.com_ttl_wrap .ttl_en {
font-size:6rem;
line-height: 1;
font-weight: 700;
font-family: "Oswald", sans-serif;
letter-spacing: -.2rem;
}

.com_ttl_wrap .ttl_ja {
font-weight: 600;
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: 8px;
height: 8px;
background-color:#008dcf;
position: absolute;
top: 5px;
left: 0;
}

.com_ttl{
font-size: 2.2rem;
font-weight: 800;
line-height: 1;
margin: 0 0 40px;
}


.com_ttl span{
display: block;
font-size: .7rem;
font-weight: 600;
color: #008dcf;
margin: 0 0 10px;
}


.com_ttl_s {
font-size: 25px;
font-weight: bold;
line-height: 1.5;
letter-spacing: .12em;
background: #f5f9fc;
padding: 11px 20px;
border-radius: 6px;
margin-bottom:30px;
}


.com_ttl_ss {
font-size: 22px;
letter-spacing: .04em;
line-height: 1.4;
font-weight: bold;
border-bottom: 1px solid #ddd;
position: relative;
padding-bottom: 14px;
margin-bottom: 26px;
}

.com_ttl_ss::before {
content: "";
background: #0b60b0;
width: 100px;
height: 1px;
position: absolute;
left: 0;
bottom: -1px;
}

.secTitle{
display: block;
float: left;
height: auto;
width: 100%;
font-size: 1.2rem;
text-align: left;
line-height: 1;
position: relative;
font-weight: 800;
color: #008dcf;
letter-spacing: 0;
margin-bottom: 40px;
font-family: "Oswald", sans-serif;
}

.secTitle span{
padding-left: 30px;
position: relative;
color: #404040;
font-weight: 800;
font-family:"Noto Sans JP", sans-serif;
letter-spacing: 0.06em;
}

.secTitle span::before{
content: '';
width: 1px;
height: 20px;
position: absolute;
left: 14px;
top:6px;
border-left: #404040 1px dotted;
}

.ttl__clip{
font-size: 3rem;
margin-bottom: 60px;
}


/*btn
-----------------------------------*/
.button02{
display: inline-block;
width: 100%;
font-weight: bold;
color: #fff;
position: relative;
text-align: left;
text-decoration: none;
border: 2px solid #0e3a70;
background: #0e3a70;
padding: 12px 50px 12px 19px;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
border-radius: .6rem;
}

.button02.max{
max-width: 300px;
}

.button02::before{
content: "";
background: url(../images/com/white_ar.png) no-repeat center/contain;
background-image: url("../images/com/white_ar.png");
width: 22px;
height: 9px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px;
z-index: 2px;
-webkit-transition: all .3s;
transition: all .3s;
}

.button02.white{
background: #fff;
color: #0e3a70;
}

.button02.white::before{
background-image: url(../images/com/blue_ar.png);
}

.button02.white:hover{
background: #0e3a70;
color: #fff;
border-color: #fff;
}

.button02.white:hover::before{
background-image: url(../images/com/white_ar.png);
}

}
/*sp*/
@media only screen and (max-width: 768px) {
body {
font-size: 14px;
line-height: 1.8;
}
.totop {
position: fixed;
bottom: 80px;
width: 30px;
height: 30px;
right: 5px;
display: block;
z-index: 200;
}
#a, #b, #c, #e, #f, #g, #h, #i, #j, #k, #l, #m, #n {
margin-top: -60px;
padding-top: 60px;
}
/* com[SP]
--------------------------------------------*/
.gridContainer {
width: 100%;
min-width: 1080px;
}
.pcBr {
display: none;
}
.spBr {
display: inline-block;
}
.pc {
display: none !important;
}
.sp {
display: block;
}
.comPd {
padding-bottom: 120px;
}
.com_mb60 {
margin-bottom: 30px;
}
/* ボックス[SP]
--------------------------------------------*/
.w800{
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
position: relative;
z-index: inherit;
margin: 0 auto 30px;
}

.w1080{
width: 100%;
margin: 0 auto 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding-left: 20px;
padding-right: 20px;
position: relative;
}



/* header[SP]
--------------------------------------------*/
/* ヘッダー[sp] */
#header {
width: 100%;
height: 50px;
z-index: 100;
position: fixed;
display: flex;
background: #FFF;
}
/* ロゴ[SP] */
#logo_img {
position: relative;
z-index: 100;
width:160px;
margin:6px 0 0 5%;
}
#logo_img a {
display: block;
}
#logo_img a img {
width: 100%;
}
.g_menu, .g_high_menu {
display: none;
}
/* メニュー[SP]
--------------------------------------------*/
/*menu*/
.mainMenu {
box-sizing: border-box;
width: 100%;
align-items: center;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
z-index: 100;
}
.mainMenuInWrap, .mainMenuIn,.siteNav {
display: none;
}
.c_btn {
display: none;
}
.logo_Hed_index {
display: none;
}
/*menu*/
.menuWrap {
width: 30px;
position: fixed;
right: 15px;
top: 0px;
z-index: 20000;
cursor: pointer;
}
.menu {
display: block;
position: fixed;
width: 30px;
margin: 0 auto;
height: 18px;
margin-top: 15px;
margin-right: 0;
}
.menu__line {
background: #121212;
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;
}
/*gnav*/
.gnav {
background-image: linear-gradient(133deg, #008dcf 0%, #008dcf 50%, black 100%);
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%;
}

.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: 95%;
align-items: center;
overflow-y: auto;
height: 70vh;
}
.gnav__menu {
height: 100%;
padding: 0 2%;
}
.gnav__menu__item {
text-align: center;
margin-bottom: 10px;
}
.gnav__menu__item a {
color: #FFF;
font-size: 1rem;
font-weight: 600;
text-decoration: none;
transition: .5s;
}
.gnav__menu__item a span {
display: block;
font-size: 12px;
font-weight: bold;
color: #FFF;
}
.gnav__menu__item a i {
padding-left: 15px;
}
.gnav__menu__item a:hover {
color: #FFF;
}
.gnav_logo {
width: 200px;
margin: 0 auto 40px;
mix-blend-mode: difference;
}
.gnav_menu_sub {
width: 100%;
box-sizing: border-box;
margin: 0 auto;
margin-bottom: 30px;
}
.gnav_menu_sub li:nth-child(n+2) {
margin-top: 10px;
}
.gnav_menu_sub li a {
color: #FFF;
display: block;
font-size: 12px;
}
.g_sns a {
color: #888;
margin: 10px 0px;
font-weight: 500;
display: block;
}
.g_sns a span.icon {
padding-right: 15px;
display: inline-block;
text-align: center;
width: 20px;
}
.g_sns a span.icon i {
font-size: 18px;
text-align: center;
}
.gnav_menu_boxR {
padding: 0 10%;
margin-top: 50px;
text-align: center;
}

#footerWrap {
width: 100%;
background-image: linear-gradient(90deg, #f6feff, #7ae1ff);
padding: 30px 0 80px;
position: relative;
}

#footerWrap::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("../images/com/p_img.png") 0 0 repeat;
opacity: .2;
}


#footer {
width: 90%;
margin: 0 auto 30px;
}

#footer .address{
}

#footer .address .address_box{
width: 100%;
}

#footer .address .address_box2{
display: none;
}

#footer .address .address_box .fot_img{
width: 40%;
margin: 0 auto 20px;
}

#footer .address .address_box h2{
font-size: 1rem;
font-weight:800;
line-height:1;
margin: 0 0 15px;
text-align: center;
}

#footer .address .address_box .address_txt{
font-weight: 500;
line-height: 1.6;
text-align: center;
}

.copy {
width: 96%;
margin: 0 auto;
font-size: 10px;
letter-spacing: 0.12em;
text-align: center;
}
.copy span {
display: block;
}


/* PAGE[SP]
--------------------------------------------*/
.com_table {
border-top: 1px solid #dcdcdc;
width: 100%;
}
.com_table th {
display: block;
width: 100%;
padding: 10px 10px 0;
text-align: left;
box-sizing: border-box;
}
.com_table td {
display: block;
border-bottom: 1px solid #dcdcdc;
padding: 10px;
box-sizing: border-box;
}

.table03 {
width: 100%;
border: 1px solid #ddd;
font-size: 14px;
}

.table03 tr th,
.table03 tr td {
display: block;
}

.table03 tr th {
border-top: 1px solid #ddd;
background: rgba(61, 165, 221, 0.07);
padding: 10px;
line-height: 1.6;
text-align: left;
}

.table03 tr td {
padding: 10px;
}

.table03 tr td a{
color: #008dcf;
text-decoration: underline;
}

.all_hed_img {
margin: 0 auto 60px;
padding: 0 10px;
}


/*hed_wrap
-------------------------------*/
#hed_wrap{
background-color:#008dcf;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 0 auto 30px;
overflow: hidden;
padding-top: 50px;
box-sizing: border-box;
}

#hed_wrap .txt_box{
padding: 20px 5% 20px 5%;
box-sizing: border-box;
}

#hed_wrap .txt_box .en_ttl{
color: #fff;
font-size:1.4rem;
font-weight: 600;
line-height: 1;
margin-bottom: 10px;
}

#hed_wrap .txt_box .jp_ttl{
font-weight: 700;
font-size: 1rem;
line-height: 1;
color: #fff;
margin: 0 0 20px;
}


#hed_wrap .mv_img{
position: relative;
width: 100%;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}

#hed_wrap .mv_img img{
scale: 1.6;
}

.a_crumb {
display: flex;
flex-wrap: wrap;
margin:0 10px 0 0;
font-size: .8rem;
justify-content: flex-start;
color: #FFF;
position: relative;
}

.a_crumb a:nth-child(n+2)::before {
content: "";
display: inline-block;
width: 10px;
margin: -.25em 6px 0;
border-top: 1px solid #FFF;
vertical-align: middle;
}

.a_crumb a:not([href]),
.a_crumb a{
color: #FFF;
}


.com_ttl_wrap{
position: relative;
box-sizing: border-box;
margin-bottom: 30px;
font-weight: 800;
}

.com_ttl_wrap .ttl_en {
font-size:1.6rem;
line-height: 1;
letter-spacing: -.01em;
font-family: "Oswald", sans-serif;
}

.com_ttl_wrap .ttl_ja {
font-weight: 700;
font-size: .8rem;
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:rgba(255,0,0,1);
position: absolute;
top: 2px;
left: 0;
}


.com_ttl{
font-size: 1.1rem;
font-weight: 800;
line-height: 1;
margin: 0 0 20px;
}


.com_ttl span{
display: block;
font-size: .5rem;
font-weight: 600;
color: #008dcf;
margin: 0 0 5px;
}

.secTitle{
display: block;
float: left;
height: auto;
width: 100%;
font-size: .8rem;
text-align: left;
line-height: 1;
position: relative;
font-weight: 800;
color: #008dcf;
letter-spacing: 0;
margin-bottom: 30px;
font-family: "Oswald", sans-serif;
}

.secTitle span{
padding-left: 25px;
position: relative;
color: #404040;
font-weight: 800;
font-family:"Noto Sans JP", sans-serif;
letter-spacing: 0.06em;
}

.secTitle span::before{
content: '';
width: 1px;
height: 20px;
position: absolute;
left: 10px;
top:0;
border-left: #404040 1px dotted;
}

.com_ttl_s {
font-size:18px;
font-weight: bold;
line-height: 1.5;
letter-spacing: .12em;
background: #f5f9fc;
padding: 8px 10px;
border-radius: 6px;
margin-bottom:30px;
}


.com_ttl_ss {
font-size: 16px;
letter-spacing: .04em;
line-height: 1.2;
font-weight: bold;
border-bottom: 1px solid #ddd;
position: relative;
padding-bottom: 10px;
margin-bottom: 20px;
}

.com_ttl_ss::before {
content: "";
background: #0b60b0;
width: 100px;
height: 1px;
position: absolute;
left: 0;
bottom: -1px;
}



.ttl__clip{
font-size: 1.4rem;
line-height: 1.4;
margin-bottom: 30px;
}


/*--------スマホメニュー-------*/
.sp_list {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: 0;
height: 60px;
background:#FFF;
z-index: 10;
}
.sp_list li {
background: #008dcf;
width:33.24%;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
}
.sp_list li a {
width: 100%;
display: block;
color: #fff;
text-align: center;
font-size:.7rem;
font-weight: 600;
}
.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;
}

/*btn
-----------------------------------*/
.button02{
display: inline-block;
width: 100%;
font-weight: bold;
color: #fff;
position: relative;
text-align: left;
text-decoration: none;
border: 2px solid #0e3a70;
background: #0e3a70;
padding: 12px 50px 12px 19px;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
border-radius: .6rem;
font-size: 14px;
}

.button02.max{
}

.button02::before{
content: "";
background: url(../images/com/white_ar.png) no-repeat center/contain;
background-image: url("../images/com/white_ar.png");
width: 22px;
height: 9px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px;
z-index: 2px;
-webkit-transition: all .3s;
transition: all .3s;
}

.button02.white{
background: #fff;
color: #0e3a70;
}

.button02.white::before{
background-image: url(../images/com/blue_ar.png);
}

.button02.white:hover{
background: #0e3a70;
color: #fff;
border-color: #fff;
}

.button02.white:hover::before{
background-image: url(../images/com/white_ar.png);
}

}