@charset "utf-8";

@import url("mainVisual.css");


img, object, embed, video {
max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
width: 100%;
}
.gridContainer {
overflow: hidden;
}
.fluid {
clear: both;
margin-left: 0;
width: 100%;
float: left;
display: block;
}
.fluidList {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
.totop {
position: fixed;
bottom: 30px;
width: 54px;
height: 54px;
right: 10px;
display: block;
z-index: 200;
}
.en {
font-family: "Roboto", sans-serif;
}


/*btn
----------------------*/
.common_btn_box{
margin-top: 60px;
}

.common_btn {
position: relative;
display: inline-flex;
align-items: center;
color: #fff;
background-color: #3a75bb;
border: 1px solid #3a75bb;
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 .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:150px;
text-align: center;
margin-right: 0;
}

.common_btn:hover {
background-color: #fff;
color: #3a75bb;
}
.common_btn:hover .icon img {
opacity: 0;
}
.common_btn:hover .icon::after {
opacity: 1;
}



/*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;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
flex-direction: row-reverse;
z-index: 15;
transition: 0.5s;
background: #172439;
border-bottom: 1px solid #354053;
}

/* ロゴ[PC] */
.logo_wrap {
width:200px;
margin-top: 15px;
margin-left: 30px;
box-sizing: border-box;
transition: .5s;
}

#logo_img {
width: 100%;
}

#logo_img a {
display: block;
}

#header.scroll-nav {
position: fixed;
top: 0;
height: 100px;
transition: 0.5s;
backdrop-filter: blur(6px);
}

#header.scroll-nav .logo_wrap{
width: 180px;
transition: .5s;
}

#header.scroll-nav .g_menu li a{
color: #fff;
}

#header.scroll-nav .g_menu li a span{
color: #fff;
}

/* メニュー[PC]
--------------------------------------------*/
/*gnav*/
.gnav {
display: none;
}

.siteNav {
display: flex;
justify-content: flex-end;
align-items: stretch;
flex-direction: row;
}
.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: "Roboto", sans-serif;
font-weight: 600;
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 18px;
height: 35px;
background: #00a0e9;
color: #FFF;
font-size: 12px;
font-weight: 700;
line-height: 1.5;
}

.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:50px;
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: 20px; text-align: center;}
.g_menu li:last-child {margin-right: 0;}
.g_menu a {
font-size: .9rem;
line-height: 1.6;
font-weight: 600;
letter-spacing:0;
text-align: center;
color: #fff;
}

.g_menu a span{
font-family: "Roboto", sans-serif;
font-size: 0.6rem;
font-weight: 800;
line-height: 1;
display: block;
}

.g_menu_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) .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;
}


#footerWrap {
width: 100%;
background-color: #172439;
padding: 60px 0 60px;
color: #fff;
min-width: 1200px;
}

#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: #00a0e9;
}

#footer .address .address_box2 li a{
color: #FFF;
}

.copy {
width: 90%;
margin: 0 auto;
font-size: .8rem;
letter-spacing: 0.12em;
color: #a6adb6;
font-family: "Roboto", 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;
font-weight: normal;
}
.com_table td {
border-bottom: 1px solid #dcdcdc;
padding: 10px;
}


/*hed_wrap
-------------------------------*/
#hed_wrap {  }
#hed_wrap .txt_box { padding: 80px 15% 100px; box-sizing: border-box; }
#hed_wrap .txt_box h1{
font-weight: 700;
font-size: 3rem;
line-height: 1;
color: #fff;
margin: 0 0 20px;
}
#hed_wrap .txt_box h1 .en_ttl{
font-size: 1rem;
font-family: "Roboto", sans-serif;
margin-bottom: 25px;
display: block;
color: #00a0e9;
}

.a_crumb {
display: flex;
flex-wrap: wrap;
margin:0 10px 0 0;
font-size: 12px;
justify-content: flex-end;
color: #FFF;
position: relative;
}

.a_crumb a:nth-child(n+2)::before {
content: "";
display: inline-block;
width: 16px;
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: 65px;
}

.com_ttl_wrap .ttl_en {
font-size:6rem;
line-height: 1;
font-weight: 800;
font-family: "Roboto", sans-serif;
letter-spacing: -.1rem;
}

.com_ttl_wrap .ttl_en em{
font-style: normal;
color: #3a75bb;
}

.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:#1a335b;
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: #1a335b;
margin: 0 0 10px;
}


/*loop_wrap
-------------------------------*/
@keyframes txtloop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}

@keyframes txtloop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15); /* 拡大率 */
}
}

article { overflow: hidden; margin-bottom: 50px; }
article .loop_wrap { display: flex; width: 100%; overflow: hidden; margin: 0 auto 0; }
article .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 14rem;
font-family: "Roboto", sans-serif;
font-weight:200;
line-height:1;
overflow: hidden;
color: rgba(0, 160, 233, 0.1);
}
article .loop_wrap div:nth-child(odd) { animation: txtloop 70s -35s linear infinite; }
article .loop_wrap div:nth-child(even) { animation: txtloop2 70s linear infinite; }


}







/*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: relative;
display: flex;
align-items: center;
background: #172439;
border-bottom: 1px solid #354053;
}
#header.scroll-nav {
position: fixed;
top: 0px;
}
/* ロゴ[SP] */
#logo_img {
position: relative;
z-index: 100;
width:140px;
margin: 0 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: #00a0e9;
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: #1a335b;
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: .9rem;
font-weight: 600;
text-decoration: none;
transition: .5s;
}
.gnav__menu__item a span.en {
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;
}
.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 {
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-color: #172439;
padding: 30px 0 80px;
color: #fff;
}


#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;
color: #a6adb6;
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;
}
.all_hed_img {
margin: 0 auto 60px;
padding: 0 10px;
}


/*hed_wrap
-------------------------------*/
#hed_wrap {  }
#hed_wrap .txt_box { padding: 40px 10% 50px; box-sizing: border-box; }
#hed_wrap .txt_box h1{
font-weight: 700;
font-size: 2.6rem;
line-height: 1;
color: #fff;
margin: 0 0 20px;
}
#hed_wrap .txt_box h1 .en_ttl{
font-size: 0.8rem;
font-family: "Roboto", sans-serif;
margin-bottom: 20px;
display: block;
color: #00a0e9;
}

.a_crumb {
display: flex;
flex-wrap: wrap;
font-size: .7rem;
justify-content: flex-end;
color: #FFF;
position: relative;
}
.a_crumb a:nth-child(n+2)::before {
content: "";
display: inline-block;
width: 16px;
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: "Roboto", sans-serif;
}


.com_ttl_wrap .ttl_en em{
font-style: normal;
color: #3a75bb;
}


.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:#1a335b;
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: #1a335b;
margin: 0 0 5px;
}


/*loop_wrap
-------------------------------*/
@keyframes txtloop {
0% {
transform: translateX(100%);
}
to {
transform: translateX(-100%);
}
}

@keyframes txtloop2 {
0% {
transform: translateX(0);
}
to {
transform: translateX(-200%);
}
}
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15); /* 拡大率 */
}
}

article { overflow: hidden; margin-bottom: 10px; }
article .loop_wrap { display: flex; width: 100%; overflow: hidden; margin: 0 auto 0; }
article .loop_wrap div {
flex: 0 0 auto;
white-space: nowrap;
font-size: 5rem;
font-family: "Roboto", sans-serif;
font-weight:200;
line-height:1;
overflow: hidden;
color: rgba(0, 160, 233, 0.1);
}
article .loop_wrap div:nth-child(odd) { animation: txtloop 70s -35s linear infinite; }
article .loop_wrap div:nth-child(even) { animation: txtloop2 70s linear infinite; }


/*--------スマホメニュー-------*/
.sp_list {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
bottom: 0;
height: 60px;
background:#576c88;
z-index: 5;
}
.sp_list li {
background: #121212;
width:33.2%;
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;
}

.floating_banner{
display: none;
}

}