@charset "utf-8";

/* common */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 1.8;
color: #004896;
}
@media all and (max-width: 640px) {
body {font-size: 14px;}
}
h1,h2,h3 { margin: 0 !important; }
ul { list-style: none; }
.fn_bc { font-family: "Barlow Condensed", sans-serif; }
.fn_w4 { font-weight: 400; }
.fn_w5 { font-weight: 500; }
.fn_w6 { font-weight: 600; }

img { max-width: 100%; height: auto; }
.img_brd { border: 1px solid #ddd; }
.sp0 { display: none; }
.pc0 { display: block; }
@media all and (max-width: 768px) {
.sp0 { display: block; }
.pc0 { display: none; }
}
.sp1 { display: none; }
.pc1 { display: block; }

@media all and (max-width: 560px) {
.sp1 { display: block; }
.pc1 { display: none; }
.sp_mg { margin-bottom: 23px !important;}}
.ps_rlt { position: relative; }
.al_center { margin: 0 auto; }


a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
img.w100 { max-width: 100%; height: auto; }



/* ヘッダー */
a { -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }
a:hover,a:visited,a:active,a:focus { text-decoration: none; }
h1.logo { margin: 0; width: 120px; height: auto; float: left; }

.head_link { float: right; padding: 0; }
.head_link a { -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }
.head_link a img { width: 300px; height: auto; }
.header_block { height: 80px; width: 96%; max-width: 1280px; background: #fff; padding: 7px 10px 10px 22px; top: 0; z-index: 5; display: flex; justify-content: space-between; align-content: center; align-items: center; margin: 0 auto -100px; position: relative; border-radius: 0 0 16px 16px; position: relative; }

.gNav ul li { width: auto; text-align: center; font-size: 18px; margin: 0; }
.gNav ul li a { display: block; color: #fff; text-decoration: none; font-weight: 500; text-align: center; font-family: "Barlow Condensed", sans-serif; }
.gNav ul { padding-left: 20px; padding-right: 20px; }

.ja_btn a { color: #004896; display: flex; width: 36px; height: 36px; border: 1px solid #004896; justify-content: center; align-items: center; font-family: "Barlow Condensed", sans-serif; font-weight: 400; }
.ja_btn { position: absolute; top: 20px; right: 20px; }
.ja_btn a:hover { background: #004896; color: #fff; }
@media all and (min-width: 769px) {
.header_block { box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
.gNav ul { 
	list-style: none;
	display: flex;
   -webkit-flex-flow: row nowrap;
   flex-flow: row nowrap;
   justify-content: space-between;
	width: 100%;
	padding-right: 72px;
	margin-top: 8px;
}
.gNav ul li a { transition: all  0.3s ease; color: #004896; font-size: 18px; margin-left: 30px; height: 72px; border-bottom: 3px solid #fff; display: flex; justify-content: center; align-content: center; align-items: center; letter-spacing: 0.5px; }
.gNav ul li a:hover { border-bottom: 3px solid #e6001b; }

.page-cat_contact .gNav ul li:nth-child(6) a,
.page-cat_01 .gNav ul li:nth-child(1) a,
.page-cat_02 .gNav ul li:nth-child(2) a,
.page-cat_03 .gNav ul li:nth-child(3) a,
.page-cat_04 .gNav ul li:nth-child(4) a,
.page-cat_05 .gNav ul li:nth-child(5) a { border-bottom: 3px solid #e6001b; }
}
.container { width: 100%; max-width: 1320px !important; padding: 0 30px !important; }
.container.c_wide { max-width: 1800px; }
.container.n_wide { max-width: 1280px; }
@media screen and (min-width:769px){
.header_block .container { width: auto; margin: 0; padding: 0 !important; }
}

@media all and (max-width: 991px) {
.container { padding: 0 20px !important; }
}
@media all and (max-width: 768px) {
.container { padding: 0 10px !important; }
.block_inner .container { padding: 0 !important; }
}
@media all and (max-width: 788px) {
.header_block { padding: 7px 10px 10px; }
}
@media all and (max-width: 768px) {
.ja_btn { top: 20px; right: 60px; }
.header_block { padding: 5px 10px 10px 0; height: 80px; margin-bottom: 0; width: 100%; }
.header_block .container { width: 100%; margin: 0; padding: 0 5px 0 10px !important; }
}


#nav_toggle{
	display: none;
	cursor: pointer;
}


/*メニュー部分*/
@media screen and (max-width:768px){
	nav{
		display: none;
		position: absolute;
		top:80px;
		width: 100% !important;
		background-color: rgba( 0, 45, 118, 0.90 );
		left: 0;
		padding: 15px 0;
		z-index: 4;
	}
	.gNav ul { padding: 0; }
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100% !important;
		list-style: none;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		font-size: 14px !important;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		padding: 8px 0;
		transition: all  0.3s ease;
		border-radius: 3px;
	}
	header nav ul li a:hover{
		background-color: rgba( 24, 45, 101, 0.90 );
	}
 
}

@media screen and (max-width:768px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 40px;
		position: absolute;
		top: 6px;
		right: 2px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #004896;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}
	#nav_toggle .menu_ttl { position: absolute; bottom: -0.5px; right: 1px; font-size: 12px; color: #004896; font-weight: 500; font-family: "Barlow Condensed", sans-serif; letter-spacing: 1px; }
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}




/* block_01 */

.block_01 { background-color: #7494c9; padding: 180px 20px 80px; margin-top: 0; background-position: center center; background-size: cover; }
.cat_other,.cat_page,.cat_contact { background-image: url("../images/cat/other.jpg"); }
.cat_page.cat_01 { background-image: url("../images/cat/01.jpg"); }
.cat_page.cat_02 { background-image: url("../images/cat/02.jpg"); }
.cat_page.cat_03 { background-image: url("../images/cat/03.jpg"); }
.cat_page.cat_04 { background-image: url("../images/cat/04.jpg"); }
.cat_page.cat_05 { background-image: url("../images/cat/05.jpg"); }
.cat_info { background-image: url("../images/cat/info.jpg"); }

@media all and (max-width: 768px) {.block_01 { margin-top: 0; padding: 50px 20px; }}

h2.ttl1_2 { font-size: 5rem; font-weight: 400; color: #fff; width: 100%; line-height: 44px; letter-spacing: 2.5px; text-align: center; font-family: "Barlow Condensed", sans-serif; }


@media all and (max-width: 560px) {
.block_01.block_01_2 { padding: 40px 10px; }
h2.ttl1_2 { font-size: 36px; letter-spacing: 1.5px; }
}

.pcB, .pcB2, .pcB3 { display: inherit; }
.spB, .spB2, .spB3 { display: none; }
@media all and (max-width: 768px) {
.pcB2 { display: none; }
.spB2 { display: inherit; }
}
@media all and (max-width: 560px) {
.pcB { display: none; }
.spB { display: inherit; }
}
@media all and (max-width: 480px) {
.pcB3 { display: none; }
.spB3 { display: inherit; }
}


.block_inner { padding: 90px 20px 20px; }
.block_04 .block_inner { padding-bottom: 40px !important; }
.container2 { width: 80% !important; margin: 0 auto; }
@media all and (min-width: 992px) { 
.block_inner .container { max-width: 980px !important; width: 100%; margin: 0 auto !important; }
.block_inner .container.c_wide { max-width: 1600px !important; width: 100%; margin: 0 auto !important; }
.block_inner .container.n_wide { max-width: 1280px !important; width: 100%; margin: 0 auto !important; }
.block_inner.block_inner2 .container { max-width: 1280px !important; width: 100%; margin: 0 auto !important; }
}
@media all and (max-width: 991px) { .block_inner { padding: 60px 20px 12px; } }
@media all and (max-width: 599px) { .block_inner { padding: 48px 15px 12px; } }

/*.anch_block { padding-top: 145px !important; margin-top: -145px !important; }
@media all and (max-width: 768px) {.anch_block { padding-top: 75px !important; margin-top: -75px !important; }}*/
h3, .aform-header { font-size: 4.4rem; font-weight: 500; color: #fff; width: 100%; line-height: 38px; letter-spacing: 1px; text-align: left; position: relative; margin-bottom: 50px !important; font-family: "Barlow Condensed", sans-serif; color: #004896; }
.top h3 { text-align: center; font-weight: 600; letter-spacing: 1.5px; }
h3:after, .aform-header:after { 
content: "";
display: block;
height: 2px;
width: 50px;
position: absolute;
bottom: -18px;
background: #e6001b;
left: 0; margin-left: 0; }
.top h3:after { left: 50%; margin-left: -30px; height: 3px; }
@media all and (max-width: 768px) {h3, .aform-header{font-size: 34px;}}
@media all and (max-width: 560px) {h3, .aform-header{font-size: 28px;letter-spacing: 0.5px;margin-bottom: 27px !important;}
h3:after, .aform-header:after{bottom:-9px;}}


h4, .aform-label { font-weight: 500; font-size: 2.8rem; margin: 0 0 24px !important; position: relative; line-height: 1.2; padding: 6px 0 5px; position: relative; font-family: "Barlow Condensed", sans-serif; padding-left: 22px; background-image: url("../images/common/h4.png"); background-size: 6px auto; background-repeat: repeat-y; background-position: left 20px; }


h4.txt_c::after { left: 50%; margin-left: -40px; background-color: #fbe8b7; }
@media all and (max-width: 768px) {h4, .aform-label { font-size: 2.5rem; margin: 0 0 21px !important; }}
@media all and (max-width: 560px) {h4, .aform-label { font-size: 2.2rem; margin: 0 0 18px !important; }}

h4.ttl_check { border-left: none; padding-left: 26px;
background-image: url(../images/check.svg);
background-repeat: no-repeat;
background-size: 16px auto;
background-position: 0 10px;
margin-bottom: 0 !important;
margin-top: 0 !important; }
h4.ttl_check:before { display: none; }

h5 span { border: 1px solid #289b87; width: 130px; text-align: center; padding: 4px 0; font-size: 14px !important; font-weight: bold; display: inline-block; margin-right: 12px; margin-bottom: 9px; color: #289b87; border-radius: 3px; }
h5 { font-size: 16px !important; font-weight: bold; display: block; margin: 18px 0 !important; }

.lsm_1 { letter-spacing: -1px; }


a.nrm_link { color: #ea485b !important; border-bottom: 1px dotted #ea485b; text-decoration: none; }
a.nrm_link:hover { color: #e6001b !important; border-bottom: 1px solid #e6001b; text-decoration: none; }

.section, .section_w { padding-bottom: 64px; width: 100%; max-width: 960px; margin: 0 auto; }
.section_w { max-width: 1180px; }

.img_block { width: 84%; margin: 0 8% 26px; padding: 10px; box-sizing: border-box; background: #fff; }
@media all and (max-width: 991px) {.img_block {width:90%;margin:0 5% 25px;}}
@media all and (max-width: 768px) {.img_block {width:100%;margin:0 0 22px;}.section, .section_w { padding-bottom: 48px;}}
@media all and (max-width: 560px) {.img_block {width:70%;margin:0 auto 18px; padding: 0; }}
@media all and (max-width: 420px) {.img_block {width:88%;}}

table.table_02 { width: 100%; }
table.table_01 th,
table.table_02 th { white-space: nowrap; background: #84bdb3; font-weight: bold !important; color: #fff; text-align: center; }
table.table_01 td, table.table_02 td { background: #fff; }
table.table_01 th, table.table_01 td,
table.table_02 th, table.table_02 td {
    padding-top: .65em;
    padding-bottom: .65em;
    padding-left: .75em;
    padding-right: .75em;
    font-weight: normal;
    border: solid 1px #ddd;
    border-right: solid 1px #ddd;
    font-size: 1.4rem;
}
table.table_01 td.color_td, table.table_01 tr.color_td td,
table.table_02 td.color_td, table.table_02 tr.color_td td{ background: #f4f4f8; font-weight: bold; }
table.table_01 th strong, table.table_01 td strong,
table.table_02 th strong, table.table_02 td strong {
	font-weight: bold;
	color: #6ca99e;
}
@media all and (max-width: 599px) {
table.table_01 th,table.table_01 td { width: 100%; display: block; border: none; }
table.table_01 th { font-weight: normal !important; }
table.table_01 { border: solid 1px #ddd; }
}
.txt_mds01 { font-size: 120%; text-align: center; color: #2648a1; font-weight: 400; letter-spacing: 1px; }
.txt_mds01.txt_l { text-align: left; }
.tb_mds { color: #004896; font-weight: 500; }


/* Contact */
.tag01 { background: #e7ab0d; padding: 2px 0 1px; width: 60px; border-radius: 3px; color: #fff; display: inline-block; margin-right: 10px; font-size: 12px; font-weight: bold; text-align: center; }
.tag02 { background: #004896; color: #fff; line-height: 1.0; font-size: 90%; padding: 3px 10px 4px; margin-right: 16px; position: relative; top: -5px; }


/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 36px;
	height: 36px;
	display: flex;
	border: 1px solid #004896;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.8);
}
#page-top img {
	width: 6px;
	height: auto;
	height: auto; }
#page-top:hover { background-color: rgba(0,72,150,0.8); }
#page-top:hover img {filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);}

img { max-width:100%; height: auto; }
.rnd_01 { border-radius: 50%; width: 60%; height: auto; box-shadow: 0 0 8px rgba(0,0,0,0.2); }

ul.nrm_list li { font-size: 110%; font-weight: bold; margin-bottom: 8px; }
ul.nrm_list2 { margin: 8px 0 0; padding: 0 0 0 18px; }
ul.nrm_list2 li { font-size: 90%; margin-bottom: 5px; line-height: 1.5; }

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}


ul.staff_select { display:block;margin:15px 0 15px; padding: 0; }
ul.staff_select li { list-style: none; display:inline-block; margin:0 6px 15px 0; }
ul.staff_select li a {background:#2648a1; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; color: #fff !important; text-decoration: none !important; border: 2px solid #2648a1; padding: 3px 8px; font-size:16px; font-weight:bold; }
ul.staff_select li a:hover {background:#fff;color: #2648a1 !important; text-decoration: none !important; }

@media screen and (max-width: 480px){
ul.staff_select li { margin:0 6px 12px 0; }
ul.staff_select li a {font-size:14px;padding: 3px 5px; }
}

.box_01L { float: left; width: 25%; }
.box_01R { float: right; width: 72%; }
@media screen and (max-width: 768px){
.box_01L { float: none; width: 100%; }
.box_01R { float: none; width: 100%; }
}
.box_02L { float: left; width: 73%; }
.box_02R { float: right; width: 24%; }
@media screen and (max-width: 991px){
.box_02L { float: left; width: 65%; }
.box_02R { float: right; width: 31%; }
}
@media screen and (max-width: 768px){
.box_02L { float: none; width: 100%; }
.box_02R { float: none; width: 100%; }
}
.box_03L { float: left; width: 64%; }
.box_03R { float: right; width: 33%; }
@media screen and (max-width: 768px){
.box_03L { float: none; width: 100%; }
.box_03R { float: none; width: 100%; }
}
.box_04L { float: left; width: 70%; }
.box_04R { float: right; width: 27%; }
@media screen and (max-width: 768px){
.box_04L { float: left; width: 64%; }
.box_04R { float: right; width: 33%; }}
@media screen and (max-width: 560px){
.box_04L { float: none; width: 100%; }
.box_04R { float: none; width: 100%; }
}
.clearfix {
  clear: both;
  float: none;
}
.box_04R img { width: 100%; height: auto; }
.txt_f14 { font-size: 14px !important; }
.txt_f16 { font-size: 16px !important; }
.txt_f18 { font-size: 18px !important; }
.txt_f20 { font-size: 20px !important; }
.txt_f22 { font-size: 22px !important; }
.txt_f24 { font-size: 24px !important; }
.color_BL { color: #2648a1; }
.txt_L1 { color: #2648a1; font-size: 140%; }
.box_HH { width: 48.5%; margin-bottom: 40px; }
.box_4SP { width: 23%; }
@media screen and (max-width: 768px){
.box_HH { width:100%; }
}
@media screen and (max-width: 1180px){
.box_4SP { width: 47%; margin-bottom: 50px; }
.box_4SP:nth-child(3), .box_4SP:nth-child(4) { margin-bottom: 0; }
}
@media screen and (max-width: 991px){
.box_4SP { margin-bottom: 40px; } }

@media screen and (max-width: 640px){
.box_4SP { width: 100%; margin-bottom: 30px; }
.box_4SP:nth-child(3) { margin-bottom: 30px; } }

.sub_box { font-size: 90%; padding: 8px 20px; background: rgba(255,255,255,1.0); }
.thumb_img { margin-bottom: 0; }
.flex_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.flex_wrap2 { display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center; align-items: center; }
.box_HL { width: 48.5%; margin-right: 3%; display: block; float: left; margin-bottom: 20px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); position: relative; }
.box_HR { width: 48.5%; display: block; float: left; margin-bottom: 20px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); position: relative; }
.news_block { width: 31.5%; display: block; background-color: #ededf2; border-radius: 16px; box-shadow: 0 0 4px rgba(48, 35, 91, 0.3); position: relative; margin-bottom: 2.4vw; }
.top_news::after {content: ""; width: 31.5%;}
.news_thumb { width: 100%; position: relative; }
.news_thumb img { border-radius: 16px 16px 0 0; }
/*.news_thumb::after { content: ""; background-color: rgba(17,118,187,0.3); width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 16px 16px 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;}*/
.news_block:hover .news_thumb::after { opacity: 0.2; }

.news_txt { padding: 14px 20px 54px 14px; font-family: "Barlow Condensed", sans-serif; font-weight: 500; color: #004896 !important; line-height: 1.4; }
.news_date { background-color: #8eabcd; color: #fff !important; font-size: 90%; position: absolute; left: 14px; bottom: 14px; width: 72px; display: flex; justify-content: center; align-items: center; height: 18px; font-weight: 400 }
.news_ttl { font-size: 140%; }
.news_block::after { width: 48px; height: 12px; content: ""; background-image: url("../images/common/arrow2.png"); background-repeat: no-repeat; background-size: 48px auto; z-index: 5; position: absolute; right: 14px; bottom: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;}
.news_block:hover::after { opacity: 0.7; }

.banner_area { background-color: #dee7f1; margin-top: 48px; }
.banner_list li { width: 19%; }
.banner_list li img { border: 2px solid #fff; }
.block_inner.banner_area { padding-top: 20px !important; padding-bottom: 10px !important; }

.nl_list li { border-bottom: 1px solid #ddd; padding: 20px 0; }
.nl_list li a { display: flex; justify-content: flex-start; padding-right: 24px; position: relative; }
.nl_list li a::after { content: ""; width: 20px; height: 20px; position: absolute; right: 0; top: 50%; margin-top: -10px; background-image: url("../images/common/arrow.png"); background-size: 20px 20px; background-repeat: no-repeat; }
.nl_list li a:hover::after { background-image: url("../images/common/arrow_r.png"); }
.nl_list li a:hover .nl_ttl { color: #e6001b; }
.nl_list li a:hover img { opacity: 0.7; }
.nl_thumb { width: 30%; }
.nl_thumb img { border-radius: 12px; box-shadow: 0 0 4px rgba(48, 35, 91, 0.3); }
.nl_txt { width: 67%; margin-left: 3%; font-family: "Barlow Condensed", sans-serif; }
.nl_date { border: 1px solid #004896; padding: 2px 4px 3px; line-height: 1.1; width: 94px; display: block; text-align: center; margin-bottom: 12px; }
.nl_ttl { font-weight: 400; font-size: 140%; letter-spacing: 0.5px; line-height: 1.35; }
@media screen and (max-width: 640px){
.nl_date { width: 88px; margin-bottom: 4px; }
.nl_ttl { line-height: 1.2; }
.nl_txt { width:56%; margin-left: 4%; }
.nl_thumb { width: 40%; }
.nl_thumb img { border-radius: 8px; }
}
@media screen and (max-width: 560px){
.nl_list li a { flex-wrap: wrap; padding-right: 0; }
.nl_list li a:after { top: auto; bottom: 15px; }
.nl_txt { width:100%; margin-left: 0; }
.nl_thumb { width: 100%; margin-bottom: 16px; }
.nl_ttl { padding-right: 24px; margin-top: 12px; }
.nl_list li { padding: 30px 0; }
}

@media screen and (min-width: 1320px){.news_block {margin-bottom: 36px;}}
@media screen and (max-width: 1200px){.news_block { width: 31%; margin-bottom: 2.8vw;}.top_news::after {content: ""; width: 31%;}}
@media screen and (max-width: 900px){
.news_block { width: 48.2%; margin-bottom: 3.4vw;}
.top_news::after {display: none;}
.banner_list li { width: 32%; margin: 7px 0; }
.banner_list::after { content: ""; width: 32%; }
.block_inner.banner_area { padding-top: 10px !important; padding-bottom: 0 !important; }
}
@media screen and (max-width: 560px){
.news_block { width: 100%; margin-bottom: 30px;}
.banner_list::after {display: none; }
.banner_list li { width: 48.5%; margin: 5px 0; }
.banner_area { margin-top: 12px; }
}

@media screen and (max-width: 768px){
.box_HL { width: 100%; margin-right: 0%; display: block; float: none; }
.box_HR { width: 100%; margin-right: 0%; display: block; float: none; }
}

.ttl6{
    position: relative;
    margin: 3em auto 1em;
    width: 200px;
    padding: 4px 5px 3px;
    background: #2648a1;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-align:center;
border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
display:block;
}
 
.ttl6:after{
    position: absolute;
    bottom: -8px;
    left: 80px;
    z-index: 90;
    margin-left: 5px;
    border-top: 15px solid #2648a1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
.pd15_2 { padding: 10px 0 0 }

.btn_link { display: inline-block; background: #ecae0e; color: #fff; font-weight: bold; text-decoration: none; border: 2px solid #ecae0e; padding: 6px 18px 4px; border-radius: 5px; }
.btn_link:hover { color: #ecae0e; background: #fff; text-decoration: none; }


ul.thumb_list, ul.column_list, #sidebar aside#listcategorypostswidget-3 ul.column_list {
	margin-right: -4% !important;
	margin-left: 0 !important;
	padding: 0 !important;
	overflow: hidden; }
ul.thumb_list li, ul.column_list li, #sidebar aside#listcategorypostswidget-3 ul.column_list li {
	display: inline;
	float: left;
	list-style: none;
	width: 17% !important;
	margin-right: 3.75% !important;
	margin-bottom: 20px !important;
	font-size: 14px !important; }
	ul.thumb_list li img { margin-bottom: 8px; }
#sidebar aside#listcategorypostswidget-3 ul.column_list { margin-top: -90px !important; }
#sidebar aside#listcategorypostswidget-3 ul.column_list li { background: none !important; padding:0 !important; }
#sidebar aside#listcategorypostswidget-3 ul.column_list li a { border: none !important; }
ul.thumb_list li img, ul.column_list li img, #sidebar aside#listcategorypostswidget-3 ul.column_list li img {
	width: 100%; }
ul.thumb_list li a { text-decoration: none !important; color:#333 !important; }
ul.thumb_list li a:hover { color: #2648a1 !important; }

ul.column_list li a, #sidebar aside#listcategorypostswidget-3 ul.column_list li a { text-decoration: none !important; color:#000 !important; font-weight: bold; }
ul.column_list li a:hover, #sidebar aside#listcategorypostswidget-3 ul.column_list li a:hover { color: #2648a1 !important; }
ul.column_list li:nth-child(5n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(5n+1) {clear:both;}

ul.thumb_list li:nth-child(5n+1) {clear:both;}
ul.thumb_list li:last-child { margin-right: 0 !important; }

@media (max-width: 63.9999em){
	ul.thumb_list, ul.column_list, #sidebar aside#listcategorypostswidget-3 ul.column_list {
	margin-right: -3.5% !important; }
ul.thumb_list li, ul.column_list li, #sidebar aside#listcategorypostswidget-3 ul.column_list li {
	width: 29.9% !important;
	margin-right: 3.381% !important;
	margin-bottom: 20px !important; }
ul.thumb_list li:nth-child(5n+1) {clear:none;}
ul.thumb_list li:nth-child(3n+1) {clear:both;}
ul.column_list li:nth-child(5n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(5n+1) {clear:none;}
ul.column_list li:nth-child(3n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(3n+1) {clear:both;} }

@media (max-width: 35.4999em){
	ul.thumb_list, ul.column_list, #sidebar aside#listcategorypostswidget-3 ul.column_list {
	margin-right: -3% !important; }
ul.thumb_list li, ul.column_list li, #sidebar aside#listcategorypostswidget-3 ul.column_list li {
	width: 47.08% !important;
	margin-right: 2.912% !important;
	margin-bottom: 20px; }
ul.thumb_list li:nth-child(3n+1) {clear:none;}
ul.thumb_list li:nth-child(5n+1) {clear:both;}
ul.thumb_list li:nth-child(2n+1) {clear:both;}
ul.thumb_list li:nth-child(2n):after {
    content:" ";
    display:block;
    clear:both;
}
ul.column_list li:nth-child(3n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(3n+1) {clear:none;}
ul.column_list li:nth-child(5n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(5n+1) {clear:both;} 
ul.column_list li:nth-child(2n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(2n+1) {clear:both;}
ul.column_list li:nth-child(2n):after, #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(2n):after {
    content:" ";
    display:block;
    clear:both;
} }

.st_block { display: flex !important; justify-content: space-between !important; flex-wrap: wrap !important; width:100%; }
.st_img { width: 31% !important; height: auto !important; margin-bottom: 20px !important; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); margin-right: 3.5% !important; }
.st_img img { width: 100%; height: auto; }
.st_img:last-child { margin-right: 0 !important; }


.clear_00_n { clear: both; height: 10px; margin-bottom: 10px; }
.clear_00 { clear: both; height: 60px; margin-bottom: 60px; }
.clear_01 { clear: both; height: 20px; margin-bottom: 20px; }
.clear_02 { clear: both; border-bottom:1px dotted #CCC; height: 30px; margin-bottom: 30px; }
.clear_03 { clear: both; border-bottom:1px dotted #CCC; height: 0; margin-bottom: 18px; }
.clear_04 { clear: both; border-bottom:1px solid #CCC; height: 36px; margin-bottom: 36px; }


ul.sub_nav {
margin:0 0 30px; padding:0; list-style: none; font-size:18px;
}
ul.sub_nav:after {
    content:" ";
    display:block;
    clear:both;
}
ul.sub_nav li {
margin: 0 8px 12px 0;
display: block;
float: left;
}
ul.sub_nav li a {
padding: 6px 10px 4px;
border: 1px solid #2648a1;
color: #fff;
background: #2648a1;
text0decoration: none;
display: block;
line-height:1.2;
font-weight:bold;
}
ul.sub_nav li a.off {
background:#fff;
color: #2648a1;
text-decoration: none;
}
ul.sub_nav li a:hover {
color: #fff;
background: rgba(38,72,161,0.6);
text-decoration: none;
}
@media screen and (max-width:640px){
ul.sub_nav {font-size:16px;}
}


table.ta1, .comment-body table{ border-collapse:collapse; margin:10px auto;}
table.ta1 td, table.ta1 th, .comment-body table td, .comment-body table th{ padding:10px 15px; text-align:left; font-size: 16px;}
table.ta1 td.n_k { white-space: nowrap !important; }
table.ta1 td:first-child { padding-right: 30px; }
table.ta1 th, .comment-body table th{color:#000; font:normal 18px Oswald; border-bottom:1px #888 solid;}
table.ta1 td, .comment-body table td{border-bottom:1px #ccc solid;}
table.ta1 .odd td { background-color: #f5faff; }
table.ta1 .odd td.n_c { background-color: #fff; }
@media screen and (max-width:560px){
table.ta1 th, table.ta1 td { width: 100%; display: block; padding: 10px 0; }
table.ta1 td:first-child { background-color: #004896; color: #fff; padding: 6px 14px; }
table.ta1 td:last-child { padding-bottom: 20px; }
table.ta1 .odd td { background-color: #fff; }
table.ta1 .odd td:first-child { background-color: #004896; }
table.ta1 .odd td.n_c, table.ta1 td.n_c { background-color: #fff; color:#000; }
}
@media screen and (min-width:769px){table.ta1 { min-width: 800px; }}


a {
    color: #2648a1;
    text-decoration: none;
}

.gmap {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
	width: 100%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new_mv { 
width: 100%;
background-image: url(../images/top/mv_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
z-index: 1;
min-height: 36vw;
display: flex;
justify-content: center;
align-items: center;
}
.new_mv.new_mv2 { min-height: 36vw; background-image: url(../images/top/mv_bg2.jpg); }
.gradation {
  display: block;
  width: 100%;
  height: 36vw;
  background: linear-gradient(-270deg, #232078, #1fcde7);
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.ttl1 { font-family: "Outfit", sans-serif; font-weight: 500; z-index: 2; line-height: 1.8; color: #fff; font-size: 60px; letter-spacing: 2.5px; position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	white-space: nowrap;
	 padding-top: 6vw;
}
.ttl1_n2 { font-family: "Outfit", sans-serif; font-weight: 500; z-index: 2; line-height: 1.3; color: #fff; font-size: 70px; letter-spacing: 2.5px; text-align: center; padding-top: 90px; }
.tc_txt { color: #fff; }
.tc_txt_in { color: #fff; width: 100%; padding: 48px 20px 20px; max-width: 1000px; margin: 0 auto; }
.tc_txt_in p { line-height: 1.45; font-family: "Barlow Condensed", sans-serif; letter-spacing: 1px; font-weight: 500; }
@media screen and (max-width:1600px){
.new_mv.new_mv2 { min-height: 42vw; }
}
@media screen and (max-width:1200px){
.ttl1 { font-size: 50px; letter-spacing: 2px; padding-top: 12vw; }
.ttl1_n2 { font-size: 60px; letter-spacing: 2px; padding-top: 12vw; }
.tc_txt { padding: 40px; }
.new_mv.new_mv2 { min-height: 50vw; }
}
@media screen and (max-width:1080px){
.ttl1_n2 { font-size: 54px; }
}
@media screen and (max-width:768px){
.ttl1 { font-size: 44px; letter-spacing: 1.5px; padding-top: 0; }
.ttl1_n2 { font-size: 44px; letter-spacing: 1.5px; padding-top: 0; }
.gmap { padding-bottom: 56.25%; }
.new_mv, .gradation { height: 60vw; }
.new_mv.new_mv2 { height: auto; background-position: left center; }
.tc_txt_in { padding: 32px 20px 20px; }
.tc_txt { padding: 60px 0 30px; }
}
@media screen and (max-width:640px){
.gmap { padding-bottom: 90%; }
.ttl1 { font-size: 6.6vw; letter-spacing: 1px; }
.ttl1_n2 { font-size: 6.6vw; letter-spacing: 1px; }
.tc_txt { padding: 50px 0 30px; }
}
@media screen and (max-width:480px){
.ttl1_n2 { font-size: 8vw; }
.tc_txt { padding: 50px 0 10px; }
}


/* Footer */
/* Linked in */
.li_link img { width: 88px; height: auto; margin-top: 24px; }
.footer { padding: 40px 40px 20px;
background-image: url("../images/common/footer_bg.jpg");
background-size: cover;
background-position: right bottom; }
.footer .f_l p { font-size: 10px; margin: 0; font-weight: normal; color: #fff; line-height: 2.4; }
.footer p.foot_logo { margin-bottom: 0px; }
.footer p.foot_logo img { width: 96px; height: auto; }
.f_link_wrap { display: flex; justify-content: space-between; align-content: center; align-items: center; margin-top: 30px; }
.a_map { margin-top: 16px !important; }
.a_map a { width: 200px; border-radius: 30px; height: 40px; background-color: rgba(255,255,255,0.3); color: #fff; font-weight: 500; font-family: "Barlow Condensed", sans-serif; letter-spacing: 1px; font-size: 16px; display: flex; justify-content: flex-start; align-content: center; align-items: center; padding: 0 12px; position: relative; border: 1px solid rgba(255,255,255,0.0); box-sizing: border-box; }
.a_map a img:first-child { width: 28px; margin-right: 6px; }
.a_map a img:last-child { width: 28px; position: absolute; right: 5px; }
.a_map a:hover { background-color: rgba(255,255,255,0); border: 1px solid rgba(255,255,255,1.0); }

.f_wrap { display: flex; justify-content: space-between; }
.f_menu { display: flex; justify-content: space-between; padding: 50px 0 60px; }
.f_menu li { list-style: none; margin-left: 24px; }
.f_menu a { color: #fff; font-weight: 400; font-family: "Barlow Condensed", sans-serif; font-weight: 600; letter-spacing: 1px; font-size: 110%; border-bottom: 1px solid rgba(255,255,255,0.0); padding-bottom: 6px; }
.f_menu a:hover { border-bottom: 1px solid rgba(255,255,255,1.0); }
.footer p.cr_txt { font-size: 12px !important; margin-top: 5px; text-align: right; color: #88a0c1; letter-spacing: 0.5px; }
@media screen and (max-width:900px){
.f_menu a { font-size: 100%; letter-spacing: 0.5px; }
.f_menu li { margin-left: 14px; }
.footer { padding: 40px 25px 20px; }
}
@media screen and (max-width:768px){ .f_r {display: none; } .footer { padding: 30px 20px 20px; } .footer p.cr_txt { margin-top: 10px; text-align: left; }
}
@media screen and (max-width:480px){ .f_r {display: none; } .footer { padding: 28px 20px 14px; }}


/* flex */
.fb_img { width: 36%; padding: 15px; }
.fb_txt { width: 60%; }
.fb_img2 { width: 48%; padding: 15px; }
.fb_txt2 { width: 48%; }
.fb_img3 { width: 43%; padding: 15px; }
.fb_txt3 { width: 52%; }
.bw_70 { width: 60%; margin: 0 auto; }
.bw_80 { width: 80%; margin: 0 auto; }
.bw_90 { width: 90%; margin: 0 auto; }
.tag_list { list-style: none; padding: 0; margin: 30px 0 0; text-align: center; }
.tag_list li { color: #5474c7; display: inline-block; line-height: 1.0; padding: 5px 8px; font-size: 90%; border: 1px solid #5474c7; border-radius: 5px; margin: 0 8px 8px 0; }
.c_box { border: 1px solid #5474c7; padding: 24px; display: block; margin-top: 32px; }
.c_box p { color: #5474c7; font-weight: 300; }
.c_ttl { font-weight: 500 !important; font-size: 120%; border-bottom: 1px dotted #5474c7; padding-bottom: 5px; margin-bottom: 20px; }
.c_box p:last-child { margin-bottom: 0; }
@media screen and (min-width:769px){.flex_r { flex-flow: row-reverse; } }

@media screen and (max-width:1180px){ .bw_80 { width: 100%; } .bw_70 { width: 75%; } }
@media screen and (max-width:991px){
.bw_70 { width: 85%; }
.fb_img, .fb_img2 { padding: 0; }
.fb_img2 { width: 40%; }
.fb_txt2 { width: 56%; }
.fb_img3 { width: 48%; }
.fb_txt3 { width: 48%; }}

@media screen and (max-width:768px){
.bw_70 { width: 100%; }
.bw_90 { width: 100%; margin: 0 auto; }
.fb_img, .fb_img2, .fb_img3, .fb_txt, .fb_txt2, .fb_txt3 { width: 100%; }
.fb_img, .fb_img2, .fb_img3 { padding: 30px 0 15px; text-align: center; }
.fb_img img, .fb_img2 img, .fb_img3 img { display: inline-block; max-width: 320px; width: 80%; }
}

.box_cc { margin: 0 auto; }
.c-btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn {
  background: #fff;
  border: 1px solid #004896;
  color: #004896;
  display: inline-block;
  font-weight: bold;
  width: 200px;
  padding: 10px 24px 10px 24px;
  text-align: center;
  line-height: 1.0;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 12px;
}

.c-btn.slide {
  background: #fff;
  color: #004896;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 200px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
.c-btn.slide.c_long { width: 290px; font-size: 20px; padding-left: 3px; }
.select_wrap.sp5_btn li { width: 19%; }
.c-btn.slide.c_sp5 { width: 100%; font-size: 14px; line-height: 1.3; padding-left: 3px; letter-spacing: 0; height: 4.8rem; display: flex; justify-content: center; align-content: center; align-items: center; }
.c-btn.slide::before { content: "+"; position: absolute; right: 12px; top: 50%; font-size: 24px; font-weight: 400; margin-top: -13px; }
.c-btn.slide.c_sp5::before { content: ">"; position: absolute; right: 12px; top: 50%; font-size: 12px; font-weight: 400; margin-top: -8px; }
.c-btn.slide.back::before { content: "-"; }
.c-btn.slide::after {
  background: #004896;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: skewY(0deg) scale(1, 0);
  height: 140px;
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover {
color: #fff;
border: 1px solid #004896;
background-color: #004896; }

.c-btn.slide:hover::after {
  transform: skewY(0deg) scale(1, 1);
}
.select_wrap { display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; }
.select_wrap::after { content: ""; width: 290px; }
@media screen and (max-width:991px){
.select_wrap li { width: 48.2%; }
.c-btn.slide.c_long { width: 100%; }
.select_wrap.sp5_btn li { width: 32%; }
.select_wrap.sp5_btn::after { width: 32%; }
}
@media all and (max-width: 768px) {
.c-btn.slide.c_long { font-size: 2.75vw; margin-bottom: 6px; }
}
@media screen and (max-width:560px){
.select_wrap.sp5_btn li { width: 48.5%; }
}
@media all and (max-width: 480px) {
.select_wrap li { width: 100%; }
.c-btn.slide.c_long { font-size: 4.4vw; margin-bottom: 6px; }
.c-btn.slide.c_sp5 { font-size: 12px; }
}


/* フロー */
dd {
  margin-left: 0;
}
.flow {
  padding-left: 120px;
  position: relative;
  list-style: none;
  width: 600px;
  margin: 0 auto;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: -3px;
  left: -120px;
  z-index: 100;
}

.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



.flow > li dl {
  padding-left: 50px;
  position: relative;
}
.flow > li dl dd { line-height: 1.6; }
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 2.3rem;
  font-weight: 500;
  color: rgb(107,144,219);
  margin-bottom: 12px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width:768px){
.flow { padding-left: 0; width: 100%; }
.flow::before { left: 0; }
.flow > li .icon { top: 3px; left: 36px; padding: 4px 16px; }
.flow > li .icon::after { display: none; }
.flow > li dl { padding-left: 36px; }
.flow > li dl dt { margin-left: 92px; }
}
@media screen and (max-width:480px){
.flow > li dl dt { font-size: 2rem; }
}

/* margin */
.contact_btn { width: 100%; height: auto; max-width: 420px;}
.mgB0 { margin-bottom: 0 !important; }
.mgB5 { margin-bottom: 5px !important; }
.mgB8 { margin-bottom: 8px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB16 { margin-bottom: 16px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB24 { margin-bottom: 24px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB40 { margin-bottom: 40px !important; }
.mgB60r { margin-bottom: 60px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT40 { margin-top: 40px !important; }
.mgT50 { margin-top: 50px !important; }
.mgT60 { margin-top: 60px !important; }
.mgT60r { margin-top: 60px !important; }
.mgTM8 { margin-top: -8px !important; }
.mgTM12 { margin-top: -12px !important; }
.mgTM20 { margin-top: -20px !important; }
@media screen and (max-width:768px){
.mgB60r { margin-bottom: 40px !important; }
.mgT60r { margin-top: 40px !important; }}

/* txt */
.txt_c, .txt_cl { text-align: center !important; }
.txt_rc, .txt_rl2, .txt_rlc { text-align: right !important; }
.txt_200 { font-size: 200% !important; }
.txt_180 { font-size: 180% !important; }
.txt_160 { font-size: 160% !important; }
.txt_140 { font-size: 140% !important; }
.txt_120 { font-size: 120% !important; }
.txt_110 { font-size: 110% !important; }
.txt_90 { font-size: 90% !important; }
.txt_80 { font-size: 80% !important; }
.txt_70 { font-size: 70% !important; }
.txt_60 { font-size: 60% !important; }
.caption { font-family: "Barlow Condensed", sans-serif; font-weight: 500; font-size: 90%; }
.uc_box { min-height: 400px; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 991px){
.txt_rl2, .txt_rlc { text-align: left !important; } }
@media screen and (max-width: 768px){
.txt_rc, .txt_rlc { text-align: center !important; }
.txt_cl { text-align: left !important; }
.txt_160 { font-size: 140% !important; line-height: 1.45; }
}







.text-split {
    overflow: hidden;
}
.text-split span {
    display: inline-block;
    min-width: .15em;
}

.block--6 .text-split span {
    color: red;
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
}
.block--6 .text-split span:nth-of-type(3n+2) {
    clip-path: polygon(0 0, 1% 0, 1% 100%, 0 0);
}
.block--6 .text-split span:nth-of-type(3n+3) {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.block--6 .is-active .text-split span {
    color: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
    transition: clip-path 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.block--6 .is-active .text-split span:nth-child(1) {
    transition-delay: 0s, 0.2s;
}
.block--6 .is-active .text-split span:nth-child(2) {
    transition-delay: 0.025s, 0.225s;
}
.block--6 .is-active .text-split span:nth-child(3) {
    transition-delay: 0.05s, 0.25s;
}
.block--6 .is-active .text-split span:nth-child(4) {
    transition-delay: 0.075s, 0.275s;
}
.block--6 .is-active .text-split span:nth-child(5) {
    transition-delay: 0.1s, 0.3s;
}
.block--6 .is-active .text-split span:nth-child(6) {
    transition-delay: 0.125s, 0.325s;
}
.block--6 .is-active .text-split span:nth-child(7) {
    transition-delay: 0.15s, 0.35s;
}
.block--6 .is-active .text-split span:nth-child(8) {
    transition-delay: 0.175s, 0.375s;
}
.block--6 .is-active .text-split span:nth-child(9) {
    transition-delay: 0.2s, 0.4s;
}
.block--6 .is-active .text-split span:nth-child(10) {
    transition-delay: 0.225s, 0.425s;
}
.block--6 .is-active .text-split span:nth-child(11) {
    transition-delay: 0.25s, 0.45s;
}
.block--6 .is-active .text-split span:nth-child(12) {
    transition-delay: 0.275s, 0.475s;
}
.block--6 .is-active .text-split span:nth-child(13) {
    transition-delay: 0.3s, 0.5s;
}
.block--6 .is-active .text-split span:nth-child(14) {
    transition-delay: 0.325s, 0.525s;
}
.block--6 .is-active .text-split span:nth-child(15) {
    transition-delay: 0.35s, 0.55s;
}
.block--6 .is-active .text-split span:nth-child(16) {
    transition-delay: 0.375s, 0.575s;
}
.block--6 .is-active .text-split span:nth-child(17) {
    transition-delay: 0.4s, 0.6s;
}
.block--6 .is-active .text-split span:nth-child(18) {
    transition-delay: 0.425s, 0.625s;
}
.block--6 .is-active .text-split span:nth-child(19) {
    transition-delay: 0.45s, 0.65s;
}
.block--6 .is-active .text-split span:nth-child(20) {
    transition-delay: 0.475s, 0.675s;
}
.block--6 .is-active .text-split span:nth-child(1) {
    transition-delay: 0.05s, 0.25s;
}
.block--6 .is-active .text-split span:nth-child(2) {
    transition-delay: 0.075s, 0.275s;
}
.block--6 .is-active .text-split span:nth-child(3) {
    transition-delay: 0.1s, 0.3s;
}
.block--6 .is-active .text-split span:nth-child(4) {
    transition-delay: 0.125s, 0.325s;
}
.block--6 .is-active .text-split span:nth-child(5) {
    transition-delay: 0.15s, 0.35s;
}
.block--6 .is-active .text-split span:nth-child(6) {
    transition-delay: 0.175s, 0.375s;
}
.block--6 .is-active .text-split span:nth-child(7) {
    transition-delay: 0.2s, 0.4s;
}
.block--6 .is-active .text-split span:nth-child(8) {
    transition-delay: 0.225s, 0.425s;
}
.block--6 .is-active .text-split span:nth-child(9) {
    transition-delay: 0.25s, 0.45s;
}
.block--6 .is-active .text-split span:nth-child(10) {
    transition-delay: 0.275s, 0.475s;
}
.block--6 .is-active .text-split span:nth-child(11) {
    transition-delay: 0.3s, 0.5s;
}
.block--6 .is-active .text-split span:nth-child(12) {
    transition-delay: 0.325s, 0.525s;
}
.block--6 .is-active .text-split span:nth-child(13) {
    transition-delay: 0.35s, 0.55s;
}
.block--6 .is-active .text-split span:nth-child(14) {
    transition-delay: 0.375s, 0.575s;
}
.block--6 .is-active .text-split span:nth-child(15) {
    transition-delay: 0.4s, 0.6s;
}
.block--6 .is-active .text-split span:nth-child(16) {
    transition-delay: 0.425s, 0.625s;
}
.block--6 .is-active .text-split span:nth-child(17) {
    transition-delay: 0.45s, 0.65s;
}
.block--6 .is-active .text-split span:nth-child(18) {
    transition-delay: 0.475s, 0.675s;
}
.block--6 .is-active .text-split span:nth-child(19) {
    transition-delay: 0.5s, 0.7s;
}
.block--6 .is-active .text-split span:nth-child(20) {
    transition-delay: 0.525s, 0.725s;
}
.block--6 .is-active .text-split span:nth-child(1) {
    transition-delay: 0.1s, 0.3s;
}
.block--6 .is-active .text-split span:nth-child(2) {
    transition-delay: 0.125s, 0.325s;
}
.block--6 .is-active .text-split span:nth-child(3) {
    transition-delay: 0.15s, 0.35s;
}
.block--6 .is-active .text-split span:nth-child(4) {
    transition-delay: 0.175s, 0.375s;
}
.block--6 .is-active .text-split span:nth-child(5) {
    transition-delay: 0.2s, 0.4s;
}
.block--6 .is-active .text-split span:nth-child(6) {
    transition-delay: 0.225s, 0.425s;
}
.block--6 .is-active .text-split span:nth-child(7) {
    transition-delay: 0.25s, 0.45s;
}
.block--6 .is-active .text-split span:nth-child(8) {
    transition-delay: 0.275s, 0.475s;
}
.block--6 .is-active .text-split span:nth-child(9) {
    transition-delay: 0.3s, 0.5s;
}
.block--6 .is-active .text-split span:nth-child(10) {
    transition-delay: 0.325s, 0.525s;
}
.block--6 .is-active .text-split span:nth-child(11) {
    transition-delay: 0.35s, 0.55s;
}
.block--6 .is-active .text-split span:nth-child(12) {
    transition-delay: 0.375s, 0.575s;
}
.block--6 .is-active .text-split span:nth-child(13) {
    transition-delay: 0.4s, 0.6s;
}
.block--6 .is-active .text-split span:nth-child(14) {
    transition-delay: 0.425s, 0.625s;
}
.block--6 .is-active .text-split span:nth-child(15) {
    transition-delay: 0.45s, 0.65s;
}
.block--6 .is-active .text-split span:nth-child(16) {
    transition-delay: 0.475s, 0.675s;
}
.block--6 .is-active .text-split span:nth-child(17) {
    transition-delay: 0.5s, 0.7s;
}
.block--6 .is-active .text-split span:nth-child(18) {
    transition-delay: 0.525s, 0.725s;
}
.block--6 .is-active .text-split span:nth-child(19) {
    transition-delay: 0.55s, 0.75s;
}
.block--6 .is-active .text-split span:nth-child(20) {
    transition-delay: 0.575s, 0.775s;
}
.block--6 .is-active .text-split span:nth-child(21) {
    transition-delay: 0.6s, 0.8s;
}
.block--6 .is-active .text-split span:nth-child(22) {
    transition-delay: 0.625s, 0.825s;
}
.block--6 .is-active .text-split span:nth-child(23) {
    transition-delay: 0.65s, 0.85s;
}
.block--6 .is-active .text-split span:nth-child(24) {
    transition-delay: 0.675s, 0.875s;
}
.block--6 .is-active .text-split span:nth-child(25) {
    transition-delay: 0.7s, 0.9s;
}
.block--6 .is-active .text-split span:nth-child(26) {
    transition-delay: 0.725s, 0.925s;
}
.block--6 .is-active .text-split span:nth-child(27) {
    transition-delay: 0.75s, 0.95s;
}
.block--6 .is-active .text-split span:nth-child(28) {
    transition-delay: 0.775s, 0.975s;
}
.block--6 .is-active .text-split span:nth-child(29) {
    transition-delay: 0.8s, 1.0s;
}
@keyframes text-blink {
    0% {
        -webkit-text-stroke-width: 0;
        opacity: 0;
        color: #fff;
    }
    12.5% {
        -webkit-text-stroke-width: 0;
        opacity: 0.5;
        color: #FFE500;
    }
    25% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: rgba(0, 0, 0, 0.35);
    }
    37.5% {
        -webkit-text-stroke-width: 0;
        opacity: 0.5;
        color: #fff;
    }
    50% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: #FFE500;
    }
    62.5% {
        -webkit-text-stroke-width: 0;
        opacity: 0;
        color: #fff;
    }
    75% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: rgba(0, 0, 0, 0.35);
    }
    87.5% {
        opacity: 0.5;
        color: rgba(0, 0, 0, 0);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
    }
    100% {
        -webkit-text-stroke-width: 0;
        opacity: 1;
        color: #fff;
    }
}

/* Management */
.mp_txt { font-family: "Barlow Condensed", sans-serif; font-weight: 500; letter-spacing: 1px; line-height: 1.25; margin-top: 16px; }
.mp_wrap,.img_wrap { display: flex; justify-content: space-between; align-items: flex-start; align-content: flex-start; width: 100%; }
.mp_box,.img_box { width: 32%; }
@media screen and (max-width: 560px){
.mp_wrap, .img_wrap { flex-wrap: wrap; }
.img_box { width: 100%; margin-bottom: 16px; }
.mp_box { width: 100%; display: flex; justify-content: flex-start; margin-bottom: 24px; }
.mp_box:last-child, .img_box:last-child { margin-bottom: 0; }
.mp_box img { width: 46%; height: auto; }
.mp_txt { margin-top: 0; margin-left: 4%; width: 50%; }
}


/* List */
.r_list li a,.b_list li a { text-decoration: none; list-style: none; position: relative; }
.r_list li a:hover,.b_list li a:hover { opacity: 0.7; }
.r_list li a::before,.b_list li a::before { content: "★ "; }
.b_list li a::before { color: #0a71c9; }
.r_list li a { color: #e10b16; }
.r_list li a span { color: #e10b16; }
.b_list li a { color: #343434; }
.color_lr { color: #e10b16; }
.color_lb { color: #0a71c9; }
.color_bb { color: #343434; }
.list_map { position: relative; }
.list_map img { width: 100%; height: auto; }
.list_btn,.list_btn:visited,.list_btn:active,.list_btn:focus { position: absolute; display: inline-block; line-height: 1.1; padding: 8px 32px; border-radius: 20px; background-color: rgba(240,160,32,1.0); color: #fff; font-family: "Barlow Condensed", sans-serif; font-weight: 500; letter-spacing: 1px; font-size: 16px; text-decoration: none; box-shadow: 0 0 8px rgba(255, 255, 255, 1.0); border: 1px solid #fff; }
.list_btn:hover { background-color: rgba(240,160,32,0.8); color: #fff;text-decoration: none; }
.list_btn01 { top: 26%; left: 2%; }
.list_btn02 { top: 26%; right: 10%; }
.list_btn03 { top: 45%; left: 25%; }
.list_btn04 { bottom: 16%; left: 34%; }
@media all and (max-width: 768px) {
.list_btn,.list_btn:visited,.list_btn:active,.list_btn:focus { padding: 4px 16px; font-size: 14px; }
}

/* Members */
.member_table { font-family: "Barlow Condensed", sans-serif; font-size: 1.8rem; letter-spacing: 1px; width: 100%; }
.member_table th { font-weight: 400; background: #004896; color: #fff; padding: 4px 12px; }
.member_table td:first-child { border-right: 1px dotted #004896; }
.member_table th:first-child { border-right: 1px solid #fff; }
.td01 { background-color: #f3f7fb; }

/* Activity */

.h5_01 { font-family: "Barlow Condensed", sans-serif !important; letter-spacing: 0.5px !important; font-weight: 500 !important; font-size: 160% !important; margin: 32px 0 10px !important; position: relative; display: inline-block; }
.h5_01::after { width: 100%; height: 1px; display: block; content: ""; border-bottom: 1px solid #e6001b; position: absolute; left: 0; bottom: 0px; }


/* A-form */
#page-2074 .block_inner,
#page-2074 .block_inner .container { padding: 0 !important; }
#page-2074 .block_inner.banner_area { padding: 20px 30px 10px !important; }
@media screen and (max-width: 900px){
#page-2074 .block_inner.banner_area { padding: 10px 15px 0 !important; }}

.aform.en_us { padding: 90px 20px 20px; max-width: 720px; margin: 0 auto; }
@media all and (max-width: 991px) { .aform.en_us { padding: 60px 20px 12px; } }
@media all and (max-width: 599px) { .aform.en_us { padding: 48px 15px 12px; } }
input[type=text],input[type=email],textarea { width: 100% !important; border-radius: 6px; padding: 5px 10px; border: 1px solid #93a2b2; }
input[type=submit],input[type=button] { padding: 0 20px; color: #004896; font-family: "Barlow Condensed", sans-serif; font-weight: 500; background: #fff; border: 2px solid #004896; letter-spacing: 1px; position: relative; }
input[type=submit]:hover,input[type=button]:hover { color: #fff; background: #004896; }
input[type=submit],input[type=submit]:hover{ padding-right: 32px; background-image: url("../images/common/arrow.png"); background-size: 12px 12px; background-position: right 8px center; background-repeat: no-repeat; }
input[type=button],input[type=button]:hover{ padding-left: 32px; background-image: url("../images/common/arrow_back.png"); background-size: 12px 12px; background-position: left 8px center; background-repeat: no-repeat; }
.aform-required { font-weight: 400; padding: 2px 8px 6px; line-height: 1.0; color: #e6001b; font-size: 60%; border: 1px solid #e6001b; display: inline-block; margin-left: 20px; top: -8px; position: relative; }
.aform-button-area { margin-top: 40px; }
.aform-confirm { padding: 20px 0 40px; display: block; }
.aform-label { margin-top: 40px !important; }


