@charset"utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');

/* ===================================
*
　★リセットCSS
*
===================================-*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
html {
    overflow: auto;
    font-size: 62.5%;
}
body {
    color: black;
    background-color: #fff;
    font-size: 1.5rem;
    line-height: 1.6;
    -webkit-text-size-adjust: none;
    position: relative;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: normal;
}
body .fw100{
    font-weight:100
    }
 
body .fw300{
    font-weight:300
    }
 
body .fw400{
    font-weight:400
    }
 
body .fw500{
    font-weight:500
    }
 
body .fw600{
    font-weight:600
    }
 
body .fw700{
    font-weight:700
    }
 
body .fw900{
    font-weight:900
    }

a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
}
body p,body ul li a,body ul,body li,dl,dt,dd{
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: normal;
}
button, input,input[type=button], input[type=reset], input[type=submit] {
    touch-action: manipulation;
    transition: border .15s linear, color .15s linear, background-color .15s linear;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: normal;
}
.srf{
	font-family:'Noto Serif',serif,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
img {
    vertical-align: bottom;
}
:focus {
    outline: none;
}
/* ===================================
*
　リセットCSS - SP
*
===================================-*/
@media screen and (max-width: 767px) {
	img {
	  width: 100%;
	  height: auto;
	}
}
/*===================================
max-width: 767px - SPここまで
===================================*/





/* ===================================
*
　★共通
*
===================================-*/
body{
	min-width: 1200px;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt{
	margin-top: 60px;
}
.vmore{
	width: 260px;
	line-height: 1px;
	display: block;
	padding: 25px 0;
	position: relative;
	border: 1px solid #000;
	text-align: center;
	margin: 0 auto;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	margin-top: 40px;
}
.vmore:after{
	width: 20px;
    height: 0.5px;
    position: absolute;
    top: 30px;
    right: 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -11px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
	content: "";
	background: #000;
}
.vmore:hover{
	background: #000;
	color: #fff;
	opacity: 1;
}
.inner{
	width: 1080px;
	margin: 0 auto;
}
.btn a{
	width: 100%;
	background: #fff;
	display: block;
	position: relative;
	line-height: 1;
	border: 1px solid #fff;
}
.btn a:after{
	width: 16px;
    height: 0.5px;
    position: absolute;
    top: 30px;
    right: 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    content: "";
    background: #000;
}
.btn a:hover{
	opacity: 1;
	border: 1px solid #000;
}
ul.list{
	margin-bottom: 20px;
}
ul.list li{
	line-height: 2;
}
ul.list li:before{
	content:  "";  
	width:  5px; 
	height:  5px; 
	display:  inline-block;  
	background-color: #2591dd; 
	border-radius:  50%; 
	margin-right: 10px;
	position: relative;
	top: -2px;
}
h2{
	font-size: 2.5rem;
	border-bottom: 1px solid #00397f;
	color: #00397f;
	margin-bottom: 18px;
	padding-bottom: 9px;
}
h3{
	font-size: 1.6rem;
	border-left: 5px solid #00397f;
	line-height: 1;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-top:15px;
}
.a_link{
	color:#2591dd;
	text-decoration: underline;
}
.center{
	text-align: center;
}
table{
	width: 100%;
	table-layout: fixed;
}
td,th{
	border-bottom: 1px solid #c9c9c9;
    padding: 10px;
	word-break:break-word;
}
td{
	border-right: 8px solid #fff;
}
th{
	background: #d0dae5;
	border-right: 4px solid #fff;
	font-weight: 600;
	border-bottom: none;
}
table td:last-child,table th:last-child{
	border-right: none;
}
.caption{
	text-align: left;
	margin-top: 15px;
	line-height: 1;
	font-size: 1.2rem;
}
/* ===================================
*
　共通 - SP
*
===================================-*/
@media screen and (max-width: 767px) {
	body{
		min-width: 100%;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
    .flex{
        display: block;
    }
	.vmore{
		width: 90%;
	}
	.inner{
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}
	.btn a{
		width: 100%;
		background: #fff;
		display: block;
		position: relative;
		line-height: 1;
		border: 1px solid #fff;
	}
	.btn a:after{
		width: 16px;
		height: 0.5px;
		position: absolute;
		top: 30px;
		right: 14px;
		background-repeat: no-repeat;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(0%, -50%);
		content: "";
		background: #000;
	}
	.btn a:hover{
		opacity: 1;
		border: 1px solid #000;
	}
	h2{
		font-size: 1.7rem;
	}
	ul.list li{
		font-size: 1.4rem;
		text-indent: -1em;
		padding-left: 1em;
	}
	table{
		font-size: 1.2rem;
	}
	td, th{
		padding: 8px;
	}
}
/*===================================
max-width: 767px - SPここまで
===================================*/



/* ===================================
*
　header
*
===================================-*/
header{
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
	padding: 20px 0;
}
header .gnav{
	display: none;
}
header .header_top .flex{
	justify-content: space-between;
	align-items: flex-end;
}
header .lang a{
	color: #919191;
	font-weight: 600;
}
header .lang a.eng{
	color: #00397f;
}
/*
SP時のみの設定-----------------------------*/
@media only screen and (max-width: 767px){
    header{
		height: 80px;
		width: 100%;
		min-width: 100%;
		padding:0;
		position: fixed;
		z-index: 1000;
		background: #fff;
		top: 0;
    }
    header .logo{
		margin-top: 20px;
		width: 85%;
    }
    /* hamburger */
    .menu-trigger,
    .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
    }
    .menu-trigger{
        position: absolute;
        width: 32px;
        height: 32px;
        top: 26%;
        right: 5%;
    }
    .menu-trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #153368;
    }
    .menu-trigger span:nth-of-type(1) {
      top: 8px;
    }
    .menu-trigger span:nth-of-type(2) {
      top: 18px;
    }
    .menu-trigger span:nth-of-type(3) {
      top: 28px;
    }

    /* hamburger open/close */
    .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
    }
    header nav .gnav{
        display: none;
    }
    header nav ul {
		display: block;
		position: absolute;
		top: 80px;
		left: 0;
		z-index: 1000;
		width: 100%;
    }
    header nav ul.global_nav {
		display: none;
    }
    header nav ul > li {
		display: block;
		text-align: center;
		background: #00397f;
		height: initial;
		border-bottom: #425a84 solid 1px;
		padding-left: 0;
		background-repeat: no-repeat;
		background-position: right 18px center;
		background-size: 20px;
    }
    header nav ul > li a {
		display: block;
		color: #fff;
		padding: 8px 0;
		font-size: 1.4rem;
    }
    header nav ul .dropdown {
    display: none;
    }
    header nav ul .group {
    display: none;
    }
    }
    /*　ハンバーガーメニュー展開　*/
@media screen and (max-width: 767px) {
	header nav ul > li {
		position: relative;
	}

	.add_dropdown{
		position: absolute;
		width: 50px;
		height: 100%;
		top: 0;
		right: 0;
		border-left: 1px solid #425a84;
		z-index: 10;
		cursor: pointer;
	}

	.add_dropdown:before{
		content: "";
		position: absolute;
		width: 21px;
		height: 1px;
		top: 21px;
		right: 13px;
		margin: auto;
		background: #fff;
	}

	.add_dropdown:after{
		content: "";
		position: absolute;
		width: 1px;
		height: 21px;
		top: 11px;
		right: 23px;
		margin: auto;
		background: #fff;
	}
	.add_dropdown.active:after{
		display: none;
	}
	header nav ul .dropdown{
		position: relative;
		top: 0;
		border-top: 1px solid #153368;
        left: 0;
        width:100%;
	}
	header nav ul .dropdown li{
		position: relative;
		top: 0;
		border-bottom: 1px solid #153368;
		background: #fff;
	}
	header nav ul .dropdown li:last-child{
		border-bottom: none;
	}
	header nav ul .dropdown li a{
		color: #153368;
	}
    /*日本語英語*/
    header .header_top .lang{
        display: none;
    }
    header nav .sp_lang{
        display: flex;
        justify-content: center;
        background: #071d44;
    }
    header nav .sp_lang a{
        padding: 10px;
    }
    header nav .sp_lang a.JP{
        border-right: 1px solid #5a6477;
        width: 50%;
    }
    header nav .sp_lang a.eng{
        width: 50%;
    }
}/*---------SP時のみの設定ここまで*/






/* ===================================
*
　★footer
*
===================================-*/
footer{
	padding: 68px 0 40px;
}
footer .logo{
	margin-bottom: 30px;
	display: inline-block;
}
footer .box1{
	justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}
footer .box1 ul{
	width: 223px;
}
footer .address{
	background: #00397f;
	width: 540px;
	padding: 30px;
	color: #fff;
	font-size: 1.5rem;
	position: absolute;
	right: 0;
	bottom: 40px;
}
footer ul li{
	margin-bottom: 8px;
}
footer ul li a{
	color: #00397f;
	font-weight: 600;
	padding-left: 23px;
	line-height: 1.8;
	position: relative;
	font-weight: 500;
}
footer ul li a:before{
	width: 16px;
    height: 0.5px;
    position: absolute;
    top: 30px;
    right: 14px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    content: "";
	background: #000;
}
footer .box2{
	margin-top: 40px;
}
footer .box2 li{
	text-indent: -1.5em;
	margin-left: 1.5em;
}
footer .box2 ul{
	margin-right: 100px;
}
footer .box2 li a{
	color: #000;
	font-weight: 500;
}
/* ===================================
*
　footer - SP
*
===================================-*/
@media only screen and (max-width: 767px){
	footer{
		padding: 40px 0;
	}
	footer .address{
		width: 100%;
		position: static;
	}
	footer ul li a{
		padding-left: 23px;
		line-height: 1.8;
		position: relative;
		font-weight: 500;
		font-size: 1.3rem;
	}
	footer ul li{
		margin-bottom: 5px;
	}
	footer .logo{
		margin-bottom: 5%;
	}
	footer .address{
		margin-top: 5%;
		font-size: 1.3rem;
		padding:5%;
	}
	footer .box1{
		padding-bottom: 5%;
	}
	footer .box2{
		margin-top: 5%;
	}
	footer .box2 ul{
		margin: 0;
	}
	footer .box2 li{
		line-height: 1.4;
		margin-bottom: 2%;
	}
	footer .box2 li a{
		line-height: 1.4;
	}
}/*===================================
max-width: 767px - SPここまで
===================================*/




