@charset "utf-8";
html {scroll-padding-top: 125px;}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:100%;
	line-height:180%;
	color: #222;
    min-width: 468px;
}
img {
	border: none;
	vertical-align:bottom;
}
div, p, ul, ul li, ol, ol li, h1, h2, h3, h4, h5, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style:none;
	box-sizing:border-box;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd, ol, ol li, table, th, td {
	background-image:url(../image/spacer.gif);
}
iframe { border: none;}
a:link {color:#2e3192; outline:none; text-decoration: none;}
a:visited {color:#2e3192;}
a:hover {color: #333; text-decoration: underline;}
a:hover img { opacity: 0.7; filter: alpha(opacity=70);}
i.material-icons { vertical-align: middle;}
.pc {display:block;}
.sp {display:none;}
.anchor { clear: both; position: relative;}
.anchor a {position:absolute; top:-150px;}
.scrollnone { overflow: hidden;}
.now { color: #2dad3c !important;}
#wrapper {}
#base {}
@media only screen and (max-width:930px){
    html {scroll-padding-top:200px;}
    .pc {display:none;}
    .sp {display:block;}
    .anchor a {top:-130px;}
}



/*==============================================================
  HEADER
==============================================================*/
#header {
    position: sticky !important; top: 0;
    display: flex; justify-content: space-between; gap:0;
	width: 100%;
    background-color: #25406c, #25406c;
    background-image: url("../img/header_bg2.jpg") , url("../img/header_bg1.jpg") ;
    background-repeat: no-repeat, repeat-x;
    background-position:  left bottom,  left bottom;
    z-index: 999999;
}


/* LOGO */
#header h1,
#header h1 a { display: block; width:368px; height:125px; }
#header h1 a {
    display: block;
    text-indent: -9999px;
    background: url("../img/logo_txt.png") no-repeat center center;
    background-size: 85% auto;
}


/* Access・Search・language */
#header .head_nav {
	display: flex; gap:5px; flex-wrap: wrap; justify-content: flex-end;
	padding-left:10px;
	border-left: 1px solid rgba(255,255,255,0.15);
}
#header .head_nav p a,
#header .head_nav p span {
	cursor: pointer;
	display: block;
	padding-left: 40px;
	color: #fff;
	font-size: 87.5%;
	text-decoration: none;
	font-size: 87.5%;
}
#header .head_nav p.b_access {
    background:url("../img/icon_pin.svg") no-repeat 10px center;
    background-size: 25px auto !important;
}
#header .head_nav p.b_search {
    background:url("../img/icon_search.svg") no-repeat 10px center;
    background-size: 25px auto !important;
}
#header .head_nav p.b_gengo {
    background:url("../img/icon_language.svg") no-repeat 10px center;
    background-size: 25px auto !important;
}

#search {
	display: none;
	position:fixed; top:53px; left: 0;
	width: 100%;
	background:rgba(20,46,84,0.95);
}
#search .inner { padding: 30px;}
#search .search_box {
    position: relative; z-index: 9999999;
	margin: auto;
    width:70%;
    font-size: 14px;
}
#search .gsc-control-cse { padding: 0 !important; background: none !important; border: none !important;}
#search .gsib_a { 
	padding: 0 10px !important;
	line-height: 24px !important;
}
#search .gssb_c { z-index:  9999999 !important;}
#search .close {
    cursor: pointer;
    display: block;
    margin:20px auto 0;
    width: 250px;
    padding:10px 15px;
    text-align: center;
    font-size: 75%;
    line-height: 100%;
    background:#f6f6f6;
    border-radius:10px;
    box-sizing: border-box;
}
@media only screen and (max-width:1400px){
	#search { top:102px;}
}
@media only screen and (max-width:930px){
	#search { top:75px;}
    #header .b_search {
        cursor: pointer; display: block;
        position: absolute; top:0; right:135px;
        width:60px; height: 75px;
        z-index: 999;
		background:url("../img/icon_search.svg") no-repeat center 10px;
		background-size: 35px;
    }
    #header .b_search small {
		display: block;
		position: absolute; bottom:8px;
		width:100%;
		font-size: 14px;
		text-align: center;
		color: #fff;
	}
}


#gengo { display: none;}
#gengo {
	position:fixed; top:53px; left: 0;
	width: 100%;
	background: rgba(20,46,84,0.95);
}
#gengo .inner { padding: 30px 0;}
#gengo ul {
    display: flex; justify-content: center; gap:10px;
}
#gengo ul li { 
    width: 80px;
    background: #1b335a;
    border-radius: 50px;
}
#gengo ul li a { 
    display: block;
    color: #fff;
    width:100%;
    font-size: 87.5%;
    text-align: center;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0) 60%);
    box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.2), 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
#gengo ul li.active { background: #2dad3c;}
#gengo .close {
    cursor: pointer;
    display: block;
    margin:20px auto 0;
    width: 250px;
    padding:10px 15px;
    text-align: center;
    font-size: 75%;
    line-height: 100%;
    background:#f6f6f6;
    border-radius:10px;
    box-sizing: border-box;
}
@media only screen and (max-width:1400px){
	#gengo { top:102px;}
}
@media only screen and (max-width:930px){
	#gengo { top:75px;}
    #header .b_gengo {
        cursor: pointer; display: block;
        position: absolute; top:0; right:75px;
        width:60px; height: 75px;
        z-index: 999;
		background:url("../img/icon_language.svg") no-repeat center 10px;
		background-size: 35px;
    }
    #header .b_gengo small {
		display: block;
		position: absolute; bottom:8px;
		width:100%;
		font-size: 14px;
		text-align: center;
		color: #fff;
	}
}



#header #nav ul { display:flex; gap:25px;}
#header #nav ul li {}
#header #nav ul li a { position: relative; display: block; color: #fff; text-decoration: none;}
#header #nav ul li .chilled_nav { display: none;}
#header #nav ul li a.active { color: #2dad3c !important;}
@media only screen and (min-width:929px){
    #header .nav-container { display: flex; flex-direction: column; gap:20px 0; padding: 20px 30px;}
    #header .head_nav a:hover,
    #header .head_nav span:hover { opacity: 0.7;}
    #nav ul li a::after,
    #nav ul li a::before {
        display: block; content:""; clear: both;
        position: absolute; bottom: -5px;
        width:0; height: 1px;
        background: #fff;
        transition: 0.5s;
    }
    #header #nav ul li a::after { left:50%;}
    #header #nav ul li a::before { right:50%;}
    #header #nav ul li a:hover::after,
    #header #nav ul li a:hover::before { width:50%;}
}
@media only screen and (max-width:1350px){
	#header #nav ul { gap:15px;}
}
@media only screen and (max-width:1250px){
    #header h1,
    #header h1 a { width:300px; }
    #header #nav ul { gap:10px;}
}
@media only screen and (max-width:1030px){
    #header h1,
    #header h1 a { width:250px; }
    #header #nav ul li a { font-size: 87.5%;}
}

@media only screen and (max-width:930px){
    #header { position:sticky; top: 0; left: 0; width: 100%; display: block; background: #25406c; z-index: 9999999;}
    #header h1,
    #header h1 a { display: block; width:300px; height:75px; }
    #header h1 { 
        background: url("../img/header_bg3.jpg") no-repeat left bottom;
        background-size: 100% auto;
    }
    #header h1 a { background-position:20px center; background-size: 195px auto;}
    #header .nav-container {
        display: none;
        position:fixed; top:75px; left: 0;
        padding: 20px 30px;
        width: 100%; height: calc(100vh - 60px);
        background: rgba(20,46,84,0.95) !important;
        overflow:auto !important;
        z-index: 999;
    }
    #header .head_nav { display: none;}
    #header .nav_btn {
        cursor: pointer; display: block;
        position: absolute; top:0; right:0;
        width:75px; height: 75px;
        z-index: 999;
    }
    #header .nav_btn span {
        display: inline-block;
        position: absolute; left:0; right: 0; margin:auto;
        width:40px; height: 2px;
        background: #fff;
        border-radius: 3px;
        transition: all .3s;
    }
    #header .nav_btn span:nth-of-type(1) {top:20px;}
    #header .nav_btn span:nth-of-type(2) {top:30px;}
    #header .nav_btn span:nth-of-type(3) {top:40px;}
    #header .nav_btn.active span:nth-of-type(1) { top:30px; transform:rotate(-45deg);}
    #header .nav_btn.active span:nth-of-type(2) { opacity: 0;}
    #header .nav_btn.active span:nth-of-type(3) { top:30px; transform:rotate(45deg);}
    #header .nav_btn small { display: block; position: absolute; bottom:8px; width: 75px; text-align: center; color: #fff; font-size: 14px;}
    #header #nav ul { display:block;}
    #header #nav ul li {}
    #header #nav ul li a {
        position: relative;
        padding: 10px 0 10px 30px;;
        border-bottom: 1px solid rgba(0,0,0,0.50);
    }
    #header #nav ul li a::before {
        position: absolute; left: 0; top: 0; bottom: 0;
        display: block; clear: both; content:"";
        margin: auto;
        width: 15px; height: 3px;
        background:#2dad3c; 
    }
    #header #nav ul li a.active { color: #2dad3c; }
    #header #nav ul li .chilled_nav { display: none;}
	
}



#fix_nav { display: none;} 
@media only screen and (max-width:930px){
    #fix_nav {
		position: fixed; top: 75px; left: 0;
        display: flex;
        width: 100%;
        background: #269232;
		border-top:1px solid #fff;
		z-index: 999999;
    }
    #fix_nav p { width: calc( 100% / 7);}
    #fix_nav p a {
        display: block; 
        padding-top: 35px;
        height:60px;
        font-size: 10px;
        color: #fff;
        text-align: center;
        line-height: 100%;
        background-position: center 5px  !important;
        background-size: 30px auto !important;
        box-sizing: border-box;
    }
    #fix_nav p a:hover { text-decoration: none;}
    #fix_nav p:nth-child(1) a { background: url("../img/icon01_3.png") no-repeat; padding-top: 40px;} 
    #fix_nav p:nth-child(2) a { background: url("../img/icon02_3.png") no-repeat; padding-top: 40px;} 
    #fix_nav p:nth-child(3) a { background: url("../img/icon03_3.png") no-repeat; padding-top: 40px;} 
    #fix_nav p:nth-child(4) a { background: url("../img/icon09_3.png") no-repeat; padding-top: 35px;}
    #fix_nav p:nth-child(5) a { background: url("../img/icon04_3.png") no-repeat; padding-top: 40px;}
    #fix_nav p:nth-child(6) a { background: url("../img/icon06_3.png") no-repeat; padding-top: 35px;}
    #fix_nav p:nth-child(7) a { background: url("../img/icon05_3.png") no-repeat; padding-top: 35px;}
    #fix_nav p:nth-child(8) a { background: url("../img/icon08_3.png") no-repeat; padding-top: 35px;}
}



/*==============================================================
  CONTENT
==============================================================*/
#content { display: flex; align-items: flex-start;}
#content #cont_main { padding:5% 3%; width:calc( 100% - 330px);}
#content #cont_side { 
    position:sticky; top:125px; right: 0;
    padding:5% 3%; width:330px; background: #f7f5ed; 
}
@media only screen and (max-width:768px){
    #content { flex-direction: column; }
    #content #cont_main,
    #content #cont_side { position: static !important; padding:10% 5%; width:100%; }
}



/*==============================================================
  FOOTER
==============================================================*/
#footer { 
    position: relative;
    display: flex; flex-wrap: wrap; border-top:2px solid #25406c;
}
#footer::before {
    position: absolute; top: -200px; right:10px;
    display: block; clear: both; content:"";
    width: 150px; height: 306px;
    background: url("../img/uma.png") no-repeat;
    background-size: 100% auto;
}
#footer .f_cont1 {
    display: flex; flex-direction: column; gap:20px;
    padding:3% 8% 3% 5%;
    width: 55%;
    background: url("../img/footer_bg.png") no-repeat right center;
    background-size: auto 100%;
}
#footer .f_cont1 .f_nav1 { display: flex; flex-wrap: wrap; gap: 0px 30px;}
#footer .f_cont1 .f_nav1 a { font-size: 87.5%; color:#333;}
#footer .f_cont1 .f_nav1 li p a::before { content: "-"; margin-right:5px;}
#footer .f_cont1 .f_nav2 { display: flex; gap:10px;}
#footer .f_cont1 .f_nav2 li a { 
    display: block;
    width: 75px; 
    color: #fff;
    font-size: 87.5%;
    text-align: center;
    background-color: #25406c;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0) 60%);
    box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.2), 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
#footer .f_cont2 { 
    padding:3% 5% 3% 3%;
    width: 45%;
    color: #fff;
    background:#1b335a;
}
#footer .f_cont2 p:nth-child(1) { margin-bottom: 25px; font-size: 150%;}
#footer .f_cont2 p:nth-child(2) { margin-bottom: 10px; font-size: 87.5%; line-height: 150%;}
#footer .f_cont2 p:nth-child(3) {
    display: block;
    padding-left: 15px;
    font-size: 87.5%;
    background: url("../img/arrow_rg1.png") no-repeat left center;
    background-size: 13px;
}
#footer .f_cont2 p:nth-child(3) a { 
    padding-right: 25px;
    color: #fff;
    background: url("../img/icon_blank.png") no-repeat right center;
    background-size: auto 15px;
}
#footer .copy {
    padding: 10px 0;
    width: 100%;
    font-size:75%;
    text-align: center;
    color:rgba(255,255,255,0.50);
    background: #464646;
}
@media only screen and (min-width:768px){
    #footer .f_cont1 .f_nav1 li p a:hover { color:rgba(65,116,185,1.00); text-decoration: none;}
}
@media only screen and (max-width:768px){
    #footer { flex-direction: column; width: 100%;}
    #footer::before {
        top:-50px;
        width:50px; height: 125px;
    }
    #footer .f_cont1 { display: none;}
    #footer .f_cont2 { display: flex; flex-direction: column; align-items: center; padding:10% 5%; width: 100%; text-align: center;}
    #footer .copy { padding-bottom: 70px; font-size:62.5%;}
}



/*==============================================================
  FIX PAGE and NAV
==============================================================*/
#fix_page {
    position: fixed; bottom: 20px; right: 0;
    padding: 20px 5px;
    width: 65px;
    display: flex; flex-direction: column; gap:20px;
    z-index: 999999;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#fix_page p a {
    display: block;
    width: 50px;
    font-size:75%;
    font-weight: bold;
    line-height: 110%;
    color: #1f3664;
    text-align: center;
    text-decoration: none;
}
#fix_page p a::before {
    display: block; clear: both; content:"";
    margin: 0 auto 5px;
    width: 35px; height: 35px;
    background-size: 20px auto !important;
    border-radius: 35px;
}
#fix_page p.b_back a::before { background:#003366 url("../img/arrow_lw.png") no-repeat center center;}
#fix_page p.b_home a::before { background:#003366 url("../img/icon_home.png") no-repeat center center;}
#fix_page p.b_top a::before { background:#2dad3c url("../img/arrow_tw.png") no-repeat center center;}
@media only screen and (min-width:768px){
    #fix_page p a:hover { opacity: 0.7;}
}
@media only screen and (max-width:768px){
    #fix_box {
        position: fixed; bottom:0; right:0;
        width: 100%;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.45);
        z-index: 99999;
    }
    #fix_page { 
        position:static; justify-content: center;
        flex-direction: row;
        padding: 0;
        width:100%;
        border-radius:0;
        border-bottom: 1px solid #ddd;
    }
    #fix_page p { width: 70px;}
    #fix_page p a {
        display: block;
        padding-top: 10px;
        width: 100%;
        height:60px;
        font-size:62.5%;
        box-sizing: border-box;
    }
    #fix_page p a br { display: none !important;}
    #fix_page p a::before {
        display: block; clear: both; content:"";
        margin-bottom:3px;
        width: 30px; height: 30px;
        background-color: #003366 !important;
        background-size: 17px auto !important;
        border-radius: 30px;
    }
}




/*==============================================================
  COLOR eto.
==============================================================*/
.light-blue { color: #40A6DD;}
.blue { color: #0000FF;}
.dark-blue { color: #003366;}
.purple { color: #660099;}
.pink { color: #FF6699;}
.red { color: #FF0000;}
.orange { color: #FF6600;}
.yellow { color: #FFCC00;}
.white { color: #FFFFFF;}
.gray { color: #666666;}
.brown { color: #663300;}
.green { color: #339900;}
.italic { font-style: italic;}
.strong { font-weight: bold;}
.large { font-size: 115%; line-height: 140%;}
.small { font-size: 80%;}
.underline { text-decoration: underline;}
.line-through { text-decoration: line-through;}
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}