@font-face {
	font-family: 'myfont';
	src: url('../font/NotoSerifJP-VariableFont_wght.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'myfont2';
	src: url('../font/NotoSansJP-VariableFont_wght.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'myfont3';
	src: url('../font/BarlowSemiCondensed-SemiBold.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'myfont4';
	src: url('../font/BarlowSemiCondensed-Black.ttf') format('truetype');
	font-display: swap;
}

html {
      scroll-behavior: smooth;
    }
body{
	margin:0 auto;
	color:#231815;
	font-size:20px;
	/*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family:myfont2;
	letter-spacing:1px;

}
.umi_up{
	opacity:0;
}
.umi_up2{
	opacity:0;
}
a{
	color:#1a86d6;
	/*color:#696969;*/
	transition:color 0.2s,opacity 0.2s;
	font-size:20px;
	text-decoration: none;
}
a:hover{
	color:#00396a;
	opacity:1;
}
a:hover img{
	transition:opacity 0.2s;
}
a:hover img{
	opacity:0.8;
}
/** scroll topjump**/
/*
#scroll_top_main{
	position:fixed;
	display: flex;
	align-items: center;
	justify-content: center;
    max-width:1100px;
	width:100%;
	left:50%;
	bottom:195px;
	transform: translate(-50%, 0);
	text-align:right;
	opacity:0;
	z-index:3;
	background:#eee;
	height:10px;
}
#scroll_top_main button{
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top:0;
	transform: translate(-50%, 0);
	text-align:right;
	opacity:0;
	z-index:3;
	width: 60px;
	height: 80px;
	right: -80px;
}
*/
.page-top {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 80px;
	right: -80px;
	bottom:215px;
	color: #fff;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
 	border: 0;
	background: #00699a;
	transition: .2s;
	letter-spacing: 3px;
	font-weight: bold;
	border-radius: 10px 0 0 10px;
}

.page-top .page-top_1{
	position:absolute;
	font-size: 30px;
	color: #FFF;
	top:-20px;
}

.page-top .page-top_2{
	margin: 0;
	font-size: 15px;
	bottom: 13px;
	position: absolute;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.page-top.is-active {
  right: -2px;
}
#scroll_top{
	display:inline;
}

/** password **/
.member_password{
	font-size:16px;
	margin:100px auto 30px auto;max-width:500px;width:90%;
}
.member_password .toiawase_form1_td {
	margin:30px auto 0 auto;
	min-height:50px;width:100%;
	max-width:500px;
}
.member_password .toiawase_form1_td .text1{
	height:70px;
	width:100%;
	background:#F7F8F8;
	outline:solid 1px #aaa;
	border:none;
	border-radius:10px;
	font-size:18px;
	padding:0 40px;
	box-sizing:border-box;
	font-weight:bold;
}

.member_password .submit1{
	border:none;
	font-size:20px;
	font-weight:bold;
	max-width:148px;
	width:90%;
	height:55px;
	color:#fff;
	border-radius:40px;
	background:#00699a;

	margin:30px auto 100px auto;
}
.member_password .submit1:hover{
	opacity:0.7;cursor:pointer;
}

.triangle-right {
	position:absolute;
	top:50%;
	left:55%;
	transform:translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #fff;
}
.triangle-left {
	position:absolute;
	top:50%;
	left:45%;
	transform:translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 12px solid #fff;
}
.flex_re{
	flex-direction:row-reverse;
}
.td_relative{
	position:relative;
}

.more_1{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:30px auto 0 auto;
	width:150px;
	height:50px;
	color:#00699a;
	border-radius:10px;
	border:2px #00699a solid;
	transition:0.3s;
}
.more_1 .text_b{
	font-size:18px;
	line-height:100%;
	color:#00699a;
	transition:0.3s;
}
.more_1:hover{
	/*background:#fff;*/
	background:#00699a;
	border:2px #fff solid;
	
}
.more_1:hover .text_b{
	color:#fff;
}

.more_2{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:30px auto 0 auto;
	width:160px;
	height:50px;
	background:#00699a;
	border-radius:10px;
	border:2px #fff solid;
	transition:0.3s;
}
.more_2 .text_b{
	font-size:18px;
	line-height:100%;
	color:#fff;
	transition:0.3s;
}
.more_2:hover{
	background:#fff;
	border:2px #00699a solid;
	color:#00699a;
}
.more_2:hover .text_b{
	color:#00699a;
}

.arrow_link {
	position:relative;
	padding-left:40px;
	margin:0px 0;
}

.arrow_link::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 53%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	border:2px solid #aaa;
}
.arrow_link::after {
	content: "";
	position: absolute;
	left: 17px;
	top: 53%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #aaa;
}
.arrow_link a{
	color:#1a86d6;
	font-size:16px;
	line-height:100%;

}
.arrow_link a:hover{
	color:#00396a;
	opacity:1;
}
.arrow_link_2 {
	position:relative;
	padding-left:32px;
}
.arrow_link_2::after {
	content: "";
	position: absolute;
	left: 17px;
	top: 53%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #888;
}

.pdf_link {
    text-decoration: none;
}
.pdf_link::after {
    content: "PDF";
    display: inline-block;
    margin-left: 10px;
    background-color:#f55;
    color: white;
    font-size: 9px;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: bold;
    line-height: 11px;
	vertical-align:middle;
	margin-top:-3px;
}
.word_link {
    text-decoration: none;
}
.word_link::after {
    content: "Word";
    display: inline-block;
    margin-left: 10px;
    background-color:#185abd;
    color: white;
    font-size: 9px;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: bold;
    line-height: 11px;
	vertical-align:middle;
	margin-top:-3px;
}
.excel_link {
    text-decoration: none;
}
.excel_link::after {
	content: "Excel";
    display: inline-block;
    margin-left: 10px;
    background-color:#107c41;
    color: white;
    font-size: 9px;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: bold;
    line-height: 11px;
	vertical-align:middle;
	margin-top:-3px;
}
.word_break{
	word-break:break-all;
	white-space:pre-wrap;
}
/** menu **/
.top_menu{
	position:fixed;
	display:flex;
	align-items:center;
	justify-content:center;
	/*top:55px;*/
	left:0;
	z-index:5;
	width:100%;
	margin:0 auto;
	top:0px;
	/*height:*/
	transition:0.5s;
	/*background:rgba(1, 38, 72,1);*/
	background:#fff;
}
.top_menu_sp{
	display:none;
	position:fixed;
	/*top:55px;*/
	z-index:5;
	width:100%;
	max-width:100%;
	margin:0 auto;
	top:0px;
	padding:0;
	height:80px;
	background:#fff;
}
.top_menu_2_sp{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1480px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 auto 0 auto;
}
.top_menu_2_sp .flex_1{
	display:flex;
	align-items:center;
	width:100%;
}
.top_menu_2_sp .flex_1 .img_1{
	margin-left:10px;
}
.top_menu_2_sp .flex_1 .text_1a{
	font-size:15px;margin-right:15px;
	color:#00396a;
	
}
.top_menu_2_sp .flex_1 .text_1b{
	font-size:25px;font-weight:bold;
	color:#00396a;
}
.top_menu_2_sp .logo_1{
	color:#444444;
}
.top_menu_2_sp .logo_1 img{
	width:58px;
}

.top_menu_1{
	z-index:2;
	width:100%;
	margin:0 auto 0 auto;
}
.top_menu_2{
	display:flex;
	align-items:center;
	justify-content:space-between;
	z-index:2;
	width:95%;
	/*max-width:1320px;*/
	max-width:1920px;
	height:90px;
	margin:0 auto 0 auto;
	
}
.top_menu_2 .logo_1{
	color:#444;
}
.top_menu_2 .logo_1 img{
	width:65px;
}
.top_menu_3{
	z-index:2;
	width:100%;
	max-width:1100px;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	/*background:#00699a;*/
}
.menu_div{
	display:block;
}
.menu_div_rec{
	flex:0.135;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
}
.menu_div_recruit_link_main_1{
	width:250px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_1{
	height:228px;
	padding-top:0px;
}
.menu_div_recruit_link_main_2{
	width:200px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_2{
	height:285px;
	padding-top:0px;
}
.menu_div_recruit_link_main_4{
	width:240px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_4{
	height:284px;

	padding-top:0px;
}
.menu_div_recruit_link_main_5{
	width:280px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_5{
	height:290px;
	padding-top:0px;
}
.menu_text_a_2:hover{
	cursor:pointer;	
}
#checkcheck_2{
	display:none;
}
#checkcheck_2:checked ~.menu_div_recruit_link_main_3{
	height:60px;
}
#checkcheck_3{
	display:none;
}
#checkcheck_3:checked ~.menu_div_recruit_link_main_3{
	height:60px;
}
.menu_div_rec_2{
	flex:0.055;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
}
.menu_div_kugiri{
	text-align:center;
	display:block;
	border-right:1px #fff solid;
	height:100%;
	width:1px;
}
.menu_text{
	line-height:100%;
}
.menu_text_a{
	flex:0.135;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:15px;
	color:#00396a;
	height:100%;
}
.menu_text_a:hover{
	background:#00699a;
	color:#fff;
}
.menu_text_a_2{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:12px;
	color:#00396a;
	background:#fff;
	height:60px;
}
.menu_text_a_2 img{
	margin-bottom:5px;
	width:30px;
}
.menu_div_recruit{
	
}

/** **/
.menu_div_recruit_2{
	position:absolute;
	top:15px;
	left:0;
	width:90px;
	height:40px;
}

.menu_div_recruit_link_main{
	position:absolute;
	top:90px;
	left:0%;
	transform:translatex(0);
	z-index:5;
	box-sizing:border-box;
	text-align:center;
	height:0px;
	background-color:rgba(255,255,255,0.9);
	transition:0.3s;
	overflow:hidden;
}
.menu_div_recruit_link_main_s{
	position:absolute;
	top:90px;
	right:0;
	transform:translateX(0%);
	z-index:5;
	display:flex;
	align-items:center;
	box-sizing:border-box;
	text-align:center;
	max-width:500px;
	width:100%;
	height:0px;
	background-color:rgba(255,255,255,0.9);
	transition:0.3s;
	overflow:hidden;
}
.menu_div_recruit_link_main_s .flex_2{
	flex:1;
	display:flex;
	justify-content:center;
	max-width:90%;
	margin:0 auto;
}
.menu_div_recruit_link_main_s .submit_1{
	border:none;
	font-size:16px;
	font-weight:bold;
	max-width:148px;
	width:20%;
	height:60px;
	color:#fff;
	border-radius:3px;
	border:1px #00699a solid;
	background:#00699a;
}
.menu_div_recruit_link_main_s input[type="text"]{
	height:30px;
	width:80%;
	max-width:400px;
	background:#F7F8F8;
	border:solid 1px #888;
	/*outline:solid 1px #888;*/
	border-radius:3px;
	font-size:16px;
	padding:0 20px;
	box-sizing:border-box;
	font-weight:bold;
}
.menu_div_recruit_link_main_s .searchform{
	display: flex;
	justify-content:center;
	gap: 8px;
	align-items: stretch;
}
.menu_div_recruit_link_main_s .submit_1{
	border:none;
	font-size:16px;
	font-weight:bold;
	max-width:40px;
	width:20%;
	height:30px;
	color:#fff;
	border-radius:3px;
	border:1px #00699a solid;
	background:#00699a;
}
.menu_div_recruit_link_main_s .submit_1 img{
	max-width:17px;
}
.menu_div_recruit_link_main_s .submit_1:hover{
	opacity:0.7;
	cursor:pointer;
}
.menu_div_recruit_link_sub{
	display:block;
	font-size:15px;
	text-align:left;
	color:#00396a;
	padding:18px 0 18px 35px;
}
.menu_div_recruit_link_sub:hover{
	background:#00699a;
	color:#fff;
}
.menu_div_1{
	width:100%;
	max-width:1320px;
	height:90px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0px auto 0px auto;
	font-size:15px;
	color:#fff;
	font-family:myfont3;
}
.menu_div_2{
	width:32vw;
	margin-right:40px;
	display:flex;
	align-items:center;
	line-height:160%;
}
.menu_div_2 .flex_1{
	display:flex;
	align-items:center;
	width:100%;
}
.menu_div_2 .font_1{
	color:#00396a;
	font-size:20px;
	font-weight:bold;
	font-family:myfont2;
	margin-top:-10px;
}
.menu_div_2 .font_2{
	color:#00396a;
	font-size: min(1.7vw, 35px); 
	font-weight:bold;
	font-family:myfont2;
}
.menu_div_2 img{
	max-width:100%;
	vertical-align:middle;
}
.menu_div_4{	
	position:relative;
	margin-left:auto;
	width:381px;
	display:flex;
	/*justify-content:space-between;*/
	justify-content:end;
	align-items:center;
}
.menu_div_4 img{	
	vertical-align:middle;
}

/** sp menu**/
.sp_1_flex{
	display:flex;
	justify-content:space-between;
	max-width:1000;
	padding-top:80px;
	margin:0 auto;
	width:90%;
	gap:0 10px;
}
.sp_1_flex .sp_1_flex_sub{
	position:relative;
	flex:0.33;
}
.sp_1_flex .sp_1_flex_sub_2{
	transition:0.3s height;
}
.sp_1_flex .toggle_v{
	position:absolute;
	
	top:50%;
	right:0px;
	transform:translateY(-50%);
	display:none;
	font-size:16px;
	height:50px;
	width:50px;
	z-index:5;
}
a[aria-expanded="true"] .toggle_v {
  transform: rotate(180deg) translateY(50%); 
}

/** subtitle_1 **/
.title_1_main{
	margin:0px 0 0 0;
	position:relative;
}
.title_1_sub_1{
	max-width:1920px;
	width:100%;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
.title_1_sub_1 .img_1a{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:10vw;
	margin:0 auto;
}
.title_1_sub_1 .img_1a img{
	max-width:100%;
}
.title_1_sub_1 .img_1{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	/*background:#fff;*/
}
.title_1_sub_1 .img_1 img{
	width:100%;
	object-fit:cover;
	object-position: 50%;
	aspect-ratio:10/1;
	vertical-align:top;
	opacity: 1;
	filter: brightness(0.7);
}
.title_1_sub_1 .div_1{
	position:absolute;
	/*
	top:30%;
	left:9%;
	*/
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	text-align:center;
}
.title_1_sub_1 .title_1a{
	display:inline-block;
	font-size:40px;
	font-weight:bold;
	/*color:#00699a;*/
	color:#fff;
	letter-spacing:5px;
	line-height:150%;
	/*background-color:rgba(255,255,255,0.7);*/

}
.title_1_sub_1 .title_1b{
	display:inline-block;
	font-size:40px;
	font-weight:bold;

	color:#fff;
	letter-spacing:5px;
	line-height:150%;
	/*background-color:rgba(255,255,255,0.7);*/
}
.title_1_sub_1 .flex_1{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:1320px;
	margin:0 auto;
}
.title_1_sub_1 .flex_1 .title_1b{
	flex: 0 0 auto;
	padding:0 5% 0 0;
	box-sizing:border-box;
	color:#00699a;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
}
.title_1_sub_1 .flex_1 .title_1c{
	flex: 0 0 auto;
	padding:0 5% 0 0;
	box-sizing:border-box;
	color:#808080;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
}

.title_1_sub_2{
	max-width:1000px;
	width:90%;
	margin:0 auto;
	z-index:1;
	transition:0.3s;
}
.title_fixed{
	position:fixed;
	top:140px;
	left:50%;transform:translatex(-50%);
	background-color:rgba(255,255,255,0.8);
}
.title_1_sub_2 .flex_m{
	text-align: center;
	overflow-x:auto;
	border-top:5px solid #888;
	border-bottom:5px solid #888;
	margin:40px auto 0 auto;
	padding:15px 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.title_1_sub_2 .flex_m .flex_1{
	white-space:nowrap;
	display: inline-block;
	justify-content:center;
	width:100%;
}
.title_1_sub_2 a{
	display:inline-block;
	color:#231815;
	white-space: nowrap;
	letter-spacing:0px;
}
.title_1_sub_2 a:hover{
	color:#00396a;
}

.title_3_main{
	max-width:1920px;
	padding:10px 0 0px 0;
	margin:0 auto;
}
.title_3_sub_1{
	max-width:1320px;
	width:90%;
	margin:0 auto;
	z-index:1;
}
.title_3_sub_1 .flex_m{
	text-align: center;
	overflow-x:auto;
	border-top:5px solid #888;
	border-bottom:5px solid #888;
	margin:40px auto 0 auto;
	padding:15px 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.title_3_sub_1 .flex_1{
	white-space:nowrap;
	display:inline-block;
	justify-content:center;
	width:100%;
}
.title_3_sub_1 a{
	display:inline-block;
	color:#231815;
	white-space: nowrap;
	letter-spacing:0px;
}
.title_3_sub_1 a:hover{
	color:#00396a;
}
.title_3_sub_1 .kugiri_1{
	display:inline-block;
	font-size:20px;
	margin:0 5px;
	color:#231815;
}
.font_18 .kugiri_1{
	letter-spacing:-11px;
}
.font_20 a{
	font-size:20px;
}
.font_18 a{
	font-size:18px;
}
.title_1_sub_2 .kugiri_1{
	display:inline-block;
	font-size:20px;
	margin:0 5px;
	color:#231815;
}

/*sub_title_2*/
/*
.title_sub_00{
	position:absolute;
	top:-40px;
	left:50%;
	width:100%;
	transform:translatex(-50%);
	font-family:myfont3;
	letter-spacing:3px;
}
.title_sub_00 .flex_1{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:1320px;
	width:100%;
	margin:0 auto;
}
.title_sub_00 .flex_1 .title_1b{
	flex: 0 0 auto;
	padding:0 5% 0 0;
	box-sizing:border-box;
	color:#00699a;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
}
.title_sub_00 .flex_1 .title_1c{
	flex: 0 0 auto;
	padding:0 5% 0 0;
	box-sizing:border-box;
	color:#808080;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	white-space: nowrap;
}
.title_sub_00 .flex_1 .border_1{
	border-bottom:3px solid #00699a;
	height:3px;
	flex:1;
}*/

.title_sub_00{
	width:100%;
	font-family:myfont3;
	letter-spacing:3px;
}
.title_sub_00 .flex_00{
	display:flex;
	max-width:1100px;
	width:100%;
	margin:0 auto 30px auto;
}
.title_sub_00 .flex_00 .title_1b{
	/*flex: 0 0 auto;*/
	padding:0 0 0 0;
	box-sizing:border-box;
	/*color:#f26419;*/
	/*font-family:myfont4;*/
	color:#00699a;
	font-size:30px;
	font-weight:bold;
	text-align:right;
	/*text-align:center;
	white-space: nowrap;*/

}
.title_sub_00 .flex_00 .title_1c{
	/*flex: 0 0 auto;*/
	padding:0 0 0 0;
	box-sizing:border-box;
	color:#00699a;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	/*text-align:center;
	white-space: nowrap;*/
	margin:10px 0 0 0;
}
.title_sub_00 .flex_00 .border_1_main{
	position:relative;
}
.title_sub_00 .flex_00 .border_1{
	position:absolute;
	top:0;
	right:0;
	border-bottom:3px solid #f26419;
	height:3px;
	flex:1;
	width:1300px;
}

/** background **/
.bg_margin_adjust{
	height:90px;
}

/** swiper **/
.swiper{
	width: 100%;
	overflow: hidden;
}
.swiper-slide {
	overflow: hidden;
}
.swiper-slide__img{
	object-fit:cover;
	width:100%;
	
}
.swiper1 .swiper-slide__img img{
	width: 100%;
	
}
/*
.swiper1 .swiper-slide__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio:5.5/1;
}
*/
.swiper1 .swiper-pagination-bullet{
	background-color:#fff !important;
	opacity:1 !important;
	height:15px !important;
	width:15px !important;
}
.swiper1 .swiper-pagination-bullet-active{
	background-color:#9fa0a0 !important;
}
.swiper1 .swiper-pagination {
	bottom: 40px !important;
	z-index:5 !important;
}


@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/** kv **/
.top_kv{
	position:relative;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	overflow:hidden;
	
}
.top_kv_img{
	object-fit:cover;
	width:100%;
}

.top_kv_title_div{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:5%;
	transform:translate(0,-50%);
	z-index:2;
}
.top_kv_title_div img{
	max-width:1045px;
	width:41vw;
}
.top_kv_title_div_2{
	max-width:759px;
	width:100%;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:0%;
	transform:translate(0,-50%);
	z-index:1;
}
.top_kv_title_div_2 img{
	max-width:759px;
	width:40.5vw;
}
.top_kv_title_img{
	position:absolute;top:15px;left:7px;

}

/** top **/
.top_1_main{
	max-width:1920px;
	padding:100px 0 25px 0;
	background:#fff;
}
.top_1_sub_1{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}

.top_1_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;

	margin:0 auto;
	max-width:1920px;
}
.top_1_sub_1 .flex_1 .img_1{
	max-width:400px;
	margin-right:50px;
}
.top_1_sub_1 .flex_1 .img_1 img{
	max-width:400px;
	width:100%;
}
.top_1_sub_1 .flex_1 .img_1_sp{
	display:none;
	margin:30px auto;
}
.top_1_sub_1 .flex_1 .img_1_sp img{
	max-width:400px;
	width:100%;
}
.top_1_sub_1 .flex_1 .div_1{

	max-width:650px;
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content:space-between;
}

.top_1_sub_1 .flex_1 .div_1 .title_1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#012648;
	max-width:400px;
	width:100%;
	height:80px;
	margin:0 auto;
}
.top_1_sub_1 .flex_1 .div_1 .title_1a{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
	
	line-height:1;
}
.top_1_sub_1 .flex_1 .div_1 .title_1b{
	color:#fff;
	font-size:15px;
	font-family:myfont;
	text-align:center;
	
	margin-top:5px;
}
.top_1_sub_1 .flex_1 .div_1 .text_1{
	margin-top:50px;
	font-size:15px;
	line-height:180%;
	letter-spacing:0.5px;
}
.top_1_sub_1 .flex_1 .div_1 .btn_1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#012648;
	border-radius:20px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	width:163px;
	height:35px;
	margin:0 auto;
}


/** banner **/
.top_2_main{
	padding:50px 0 50px 0;
	background:#fff;
}
.top_2_sub_1{
	position:relative;
	max-width:1000px;
	width:90%;
	margin:0 auto;	
}
.top_2_sub_1 .swiper2 img{
	max-width:90%;
}
.swiper2 .swiper-slide{
	text-align:center;
	width: 100%;
}
.top_2_sub_1 .swiper-button-prev_2:after,
.top_2_sub_1 .swiper-button-next_2:after {
	display:none;
}
.top_2_sub_1 .swiper-button-prev_2{
	position:absolute;
	top:50%;
	left:-15px;
	transform:translate(-50%,0);
}
.top_2_sub_1 .swiper-button-next_2{
	position:absolute;
	top:50%;
	right:-25px;
	
}
.top_2_sub_1 .swiper-button-prev_2:hover,
.top_2_sub_1 .swiper-button-next_2:hover{
	cursor:pointer;
}
.top_2_sub_1 .swiper-button-prev_2 .maru,
.top_2_sub_1 .swiper-button-next_2 .maru{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:25px;
	height:25px;
	/*border:1px #6B635C solid;*/
	border-radius:30px;
	background:#00699a;
	z-index:1;
}

/** news **/
.top_3_main{
	position:relative;
	padding:50px 0;
	background:#e3eff6;
}
.top_3_main .title_00{
	/*position:absolute;
	top:-40px;
	left:50%;
	transform:translatex(-50%);
	*/
	width:100%;
	font-family:myfont3;
	/*
	font-size:80px;
	color:#00699a;
	*/
	letter-spacing:3px;
	max-width:200px;
}
.top_3_sub_1 .news_tab .title_00{
	/*position:absolute;
	top:-40px;
	left:50%;
	transform:translatex(-50%);
	*/
	width:100%;
	font-family:myfont3;
	/*
	font-size:80px;
	color:#00699a;
	*/
	letter-spacing:3px;
	max-width:175px;
}
.top_3_main .title_00 .flex_1{
	/*
	display:flex;
	justify-content:center;
	align-items:center;
	*/
	max-width:1320px;
	width:90%;
	margin:0 auto;
}
.top_3_main .title_00 .flex_1 .title_1b{
	/*flex: 0 0 auto;*/
	padding:0 0 0 0;
	box-sizing:border-box;
	color:#f26419;
	font-size:50px;
	font-family:myfont4;
	text-align:right;
	/*text-align:center;
	white-space: nowrap;*/
}
.top_3_main .title_00 .flex_1 .title_1c{
	/*flex: 0 0 auto;*/
	padding:0 0 0 0;
	box-sizing:border-box;
	color:#00699a;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	/*text-align:center;
	white-space: nowrap;*/
	margin:10px 0 0 0;
}
.top_3_main .title_00 .flex_1 .border_1_main{
	position:relative;
}
.top_3_main .title_00 .flex_1 .border_1{
	position:absolute;
	top:0;
	right:0;
	border-bottom:3px solid #f26419;
	height:3px;
	flex:1;
	width:1000px;
}

.top_3_sub_1{
	max-width:1100px;
	width:90%;
	margin:0 auto;
	padding:0px 0;
	display:flex;
}
.top_3_sub_1 .title_0{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:1050px;
	margin:0 auto;
}
.top_3_sub_1 .title_0 .border_1{
	/*border-bottom:3px solid #00699a;*/
	height:3px;
	flex:1;
}
.top_3_sub_1 .title_1a{
	color:#00699a;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	border-right:3px solid #00699a;
	border-left:3px solid #00699a;
}
.top_3_sub_1 .title_0b{
	display:flex;
	align-items:center;
	max-width:1050px;
	margin:0 auto;
	justify-content:center;
}

.top_3_sub_1 .news_0{
	max-width:1050px;
	width:100%;
	margin:10px auto 0 auto;
}

.top_3_sub_1 .news_1{
	background:#fff;
	border-radius:20px;
	max-width:1050px;
	width:100%;
	margin:10px auto 0 auto;
}
.top_3_sub_1 .news_2{
	display:flex;
	justify-content:space-between;
	background:#fff;
	border-radius:20px;
	max-width:1320px;
	width:100%;
	margin:0px auto 0 auto;
}
.top_3_sub_1 .news_2 .news_main_main{
	width:100%;
	max-width:1050px;
	margin:0px auto 0 auto;
}
.top_3_sub_1 .news_2 .news_main{
	border-radius:0 0 10px 10px;
	margin-top:30px;
}
.top_3_sub_1 .news_tab{
	max-width:200px;
	width:100%;
}

.top_3_sub_1 .news_tab_sub{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	font-size:16px;
	text-align:center;
	padding:15px 0;
	box-sizing:border-box;
	color:#231815;
	
}
.top_3_sub_1 .news_tab_sub:not(:first-child){
}
.top_3_sub_1 .news_tab_sub:hover{
	cursor:pointer;
	color:#00396a;
	
}

.top_3_sub_1 .news_1 .flex_1{
	/*display:flex;
	align-items:center;*/
	padding:20px 0px;
	margin:0 35px;

}

.top_3_sub_1 .news_1 .flex_1.important:not(:last-child){
	border-bottom:1px #b5b5b6 solid;
}
.top_3_sub_1 .news_1 .flex_1:not(:last-child){
	border-bottom:2px #b5b5b6 dashed;
}
.top_3_sub_1 .news_1 .flex_2{
	display:flex;
	align-items:center;
	gap:0 5px;
}
.top_3_sub_1 .news_1 .cate_flex{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	gap:5px 0;
}
.top_3_sub_1 .news_1 .date_1{
	/*display:flex;
	align-items:center;
	justify-content:center;
	width:55px;
	height:55px;*/
	font-size:18px;
	width:75px;
	white-space: nowrap;
	/*
	font-weight:bold;
	color:#fff;
	margin-right:10px;
	background:#00699a;*/
	color:#231815;
}
.top_3_sub_1 .news_1 .cate_1{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:160px;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin-right:20px;
	background:#e60012;
}
.top_3_sub_1 .news_1 .cate_1 a{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.top_3_sub_1 .news_1 .text_1{
	font-size:16px;
	letter-spacing:0px;
	color:#231815;
}
.top_3_sub_1 .news_1 .text_1:hover{
	color:#00396a;
	opacity:1;
}
.top_3_sub_1 .news_2 .cate_flex{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	gap:5px 0;
}
.top_3_sub_1 .news_2 .flex_1{
	/*display:flex;
	align-items:center;*/

	padding:20px 0px;
	margin:0 35px;
}

.top_3_sub_1 .news_2 .flex_1.important:not(:last-child){
	border-bottom:1px #b5b5b6 solid;
}
.top_3_sub_1 .news_2 .flex_1:not(:last-child){
	border-bottom:1px #b5b5b6 solid;
}
.top_3_sub_1 .news_2 .flex_2{
	display:flex;
	align-items:center;
	gap:0 5px;
	
}
.top_3_sub_1 .news_2 .date_1{
	/*display:flex;
	align-items:center;
	justify-content:center;
	width:55px;
	height:55px;*/
	font-size:18px;
	width:75px;
	white-space: nowrap;
	/*
	font-weight:bold;
	color:#fff;
	margin-right:10px;
	background:#00699a;
	*/
	color:#231815;
}
.top_3_sub_1 .news_2 .cate_1{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:160px;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	margin-right:20px;
	background:#e60012;
}
.top_3_sub_1 .news_2 .cate_1 a{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.top_3_sub_1 .news_2 .text_1{
	font-size:16px;
	letter-spacing:0px;
	color:#231815;
}
.top_3_sub_1 .news_2 .text_1:hover{
	color:#00396a;
	opacity:1;
}
/*コンテンツ*/
.top_4_main{
	position:relative;
	padding:50px 0;
	background:#e3eff6;
}
.top_4_main .top_4_sub_1_title{
	max-width:1270px;
	width:90%;
	margin:0 auto 30px auto;
	display:flex;
}
.top_4_main .title_00{
	/*position:absolute;
	top:-40px;
	left:50%;
	transform:translatex(-50%);
	*/
	width:100%;
	font-family:myfont3;
	/*
	font-size:80px;
	color:#00699a;
	*/
	letter-spacing:3px;
	max-width:295px;
	
}
.top_4_main .top_4_sub_1_title .div_1{
	max-width:1050px;
}

.top_4_main .title_00 .flex_00{
	/*
	display:flex;
	justify-content:center;
	align-items:center;
	*/
	max-width:1320px;
	width:90%;
	margin:0 auto;

}
.top_4_main .title_00 .flex_00 .title_1b{
	/*flex: 0 0 auto;*/
	padding:0 0 0 0;
	box-sizing:border-box;
	color:#f26419;
	font-size:50px;
	font-family:myfont4;
	text-align:right;
	/*text-align:center;
	white-space: nowrap;*/
}
.top_4_main .title_00 .flex_00 .title_1c{
	/*flex: 0 0 auto;*/
	padding:0 0 0 0;
	box-sizing:border-box;
	color:#00699a;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	/*text-align:center;
	white-space: nowrap;*/
	margin:10px 0 0 0;
}
.top_4_main .title_00 .flex_00 .border_1_main{
	position:relative;
}
.top_4_main .title_00 .flex_00 .border_1{
	position:absolute;
	top:0;
	right:0;
	border-bottom:3px solid #f26419;
	height:3px;
	flex:1;
	width:1000px;
}
.top_4_sub_1{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.top_4_sub_1 .flex_1{
	width:100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items:center;
	gap: 15px 25px;
}
.top_4_sub_1 .flex_1:not(:first-child){
	margin-top:50px;
}
.top_4_sub_1 .flex_1 .div_1{
	max-width:240px;
	width:100%;
	height:220px;
	background:#fff;
	border:6px #00699a solid;
	box-sizing:border-box;
	border-radius:15px;
	color:#00699a;
	font-size:35px;
	transition:0.3s border;
}
.top_4_sub_1 .flex_1 .div_1:hover {
	border:6px #f26419 solid;
	opacity:1;
}
.top_4_sub_1 .flex_1 .img_1 img:nth-child(2){
	opacity:1;
}
.top_4_sub_1 .flex_1 .img_1 img:nth-child(1){
	opacity:0;
}
.top_4_sub_1 .flex_1 .div_1:hover .img_1 img:nth-child(1){
	opacity:1;
}
.top_4_sub_1 .flex_1 .div_1:hover .img_1 img:nth-child(2){
	opacity:0;
}
.top_4_sub_1 .flex_1 .img_1{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:end;
	height:120px;
}

.top_4_sub_1 .flex_1 .img_1 img{
	width:40%;
	transition:0.3s opacity;
}
.top_4_sub_1 .flex_1 .img_1_1 img{
	position:absolute;
	top:56%;left:50%;
	transform:translate(-50%,-50%);
}


.top_4_sub_1 .flex_1 .img_1_2 img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.top_4_sub_1 .flex_1 .img_1_3 img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.top_4_sub_1 .flex_1 .img_1_4 img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.top_4_sub_1 .flex_1 .img_1_5 img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.top_4_sub_1 .flex_1 .img_1_5a img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.top_4_sub_1 .flex_1 .img_1_6 img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
	width:30%;
}
.top_4_sub_1 .flex_1 .img_1_7 img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.top_4_sub_1 .flex_1 .img_1_7 img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.top_4_sub_1 .flex_1 .img_1_8 img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.top_4_sub_1 .flex_1 .img_1_9 img{
	position:absolute;
	top:50%;left:50%;
	transform:translate(-50%,-50%);
}
.top_4_sub_1 .flex_1 .img_1_10 img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:30%;
}
.top_4_sub_1 .flex_1 .div_1:hover .text_1{
	color:#f26419;
}
.top_4_sub_1 .flex_1 .text_1{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	height:85px;
	margin-top:-10px;
	color:#00699a;
	font-size:18px;
	font-weight:bold;
	transition:0.3s color;
}

/*コンテンツ*/
.top_5_main{
	position:relative;
	padding:50px 0 50px 0;
	background:#fff;
}
.top_5_main .title_00{
	font-family:myfont3;
	font-size:80px;
	color:#00699a;
	text-align:center;
	margin-bottom:50px;
	letter-spacing:3px;
}
.top_5_sub_1{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.top_5_sub_1 .flex_1a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
.top_5_sub_1 .flex_1a > div {
	flex: 1 1 calc(33.33% - 20px);
	min-width: 300px;
}
.top_5_sub_1 .video-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 のアスペクト比 (9 / 16 * 100%) */
	height: 0;
	overflow: hidden;
}
.top_5_sub_1 .video-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top_5_sub_1 .video-responsive_text {
	font-size:15px;
}
/*link*/
.footer_new{
	position:relative;
	margin:0 auto;
	max-width:1920px;
}
.footer_new .footer_bg_img{
	position:absolute;
	top:0;
	left:0;
	max-width:1920px;
	z-index:-1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	}
.footer_new .footer_bg_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.top_6_main{
	padding:50px 0;
	/*margin:150px 0 0 0;*/
	max-width:1920px;
}
.top_6_sub_1{
	max-width:1100px;
	margin:0 auto;
	width:90%;
}
.top_6_sub_1 .flex_1{
	display:flex;
	justify-content:center;
	align-items:center;
	width:200px;
	margin:0 auto;	
	padding:0 15px 0px 15px;
}
.top_6_sub_1 .flex_1 .title_1 .title_1a{
	font-family:myfont3;
	font-size:80px;
	color:#fff;
	text-align:center;
	margin-bottom:50px;
	letter-spacing:3px;
}
.top_6_sub_2{
	max-width:1100px;
	margin:0 auto;
	width:90%;
}
.top_6_sub_2 .flex_1{
	display:flex;
	justify-content:space-between;
	margin:22px auto 0 auto;
}
.top_6_sub_2 .flex_1:first-child{
	display:flex;
	justify-content:space-between;
	margin:0px auto 0 auto;
}
.top_6_sub_2 .flex_1a{
	max-width:520px;
	width:100%;
	display:flex;
	justify-content:space-between;
}
.top_6_sub_2 .flex_1a .img_1 img{
	max-width:226px;
}
/*フッター*/
.footer_main{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:50px 0;
	border-top:3px solid #fff;
}
.footer_main .pp_1{
	text-align:center;
}
.footer_main .pp_2{
	width:200px;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto 30px auto;
	background:#fff;
	border-radius:5px;
	color:#00699a;
	font-size:15px;
}
.footer_main .title_1{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	color:#fff;
}
.footer_main .title_1 div:nth-child(1){
	font-size:25px;
	font-weight:bold;
	margin-right:15px;
}
.footer_main .title_1 div:nth-child(2){
	font-size:25px;
	font-weight:bold;
}
.footer_main .text_1{
	color:#fff;
	text-align:center;
	font-size:18px;
	margin:15px 0 5px 0;
}
.footer_main .end_1{
	color:#fff;
	text-align:center;
	font-size:10px;
}

/*その他*/
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:none;
}
.top_pc_flex{
	display:flex;
}
.top_tab_flex{
	display:none;
}
.top_sm_flex{
	display:none;
}
.res_pc_br{
	display:block;		
}
.res_margin_top_80{
	margin-top:80px;		
}
.res_margin_top_m30{
	margin-top:-30px;
}
.br_height_30{
	height:20px;
}
@media screen and (max-width:1600px) {
.menu_text_a{
	font-size:14px;
}
.menu_div_recruit_link_sub{
	font-size:14px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_1{
	height:224px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_2{
	height:280px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_4{
	height:280px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_5{
	height:283px;
}
}
@media screen and (max-width:1490px) {
.menu_text_a{
	font-size:13px;
}
.menu_div_recruit_link_sub{
	font-size:13px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_1{
	height:220px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_2{
	height:275px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_4{
	height:275px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_5{
	height:277px;
}
}
@media screen and (max-width:1400px) {
.menu_text_a{
	font-size:12px;
}
.menu_div_recruit_link_sub{
	font-size:12px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_1{
	height:211px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_2{
	height:265px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_4{
	height:265px;
}
.menu_div_rec:hover .menu_div_recruit_link_main_5{
	height:263px;
}
}
@media screen and (max-width:1300px) {
.top_menu{
	display:none;
}
.top_menu_sp{
	display:block;
}
	
/** 1300_background **/
.bg_margin_adjust{
	height:80px;
}
/** 1300_menu **/
.menu_div_recruit_link_main_s{
	max-width:100%;
	top:80px;
}	

.menu_text_a_2{
	display:inline-block;
	background:none;
	width:54px;
	height:54px;
	position:absolute;
	z-index:5;
	top:20px;
	right:70px;
	cursor: pointer;
	transition:width 0.5s,height 0.5s,background-color 0.5s;
}
}

@media screen and (max-width:1024px) {
.title_fixed{
	position:fixed;top:40px;left:50%;transform:translatex(-50%);
}

/*キービジュアル1024*/
/*
.top_kv_title_div{
}
*/
.title_1_sub_1 .title_1b{
	font-size:24px;
}
	
/** sub_title**/
.title_1_sub_2 .flex_m{
	margin:40px auto 0 auto;
	padding:0px 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.title_1_sub_2 .flex_1{
	vertical-align:middle;
	line-height:0;
	padding:15px 0;
	height:10px;
}
.title_1_sub_2 a{
	font-size:12px;
}
.title_1_sub_2 .kugiri_1{
	font-size:12px;
}
.title_3_main{
	max-width:1920px;
	padding:0px 0 60px 0;
}
.title_3_sub_1 .flex_m{
	margin:40px auto 0 auto;
	padding:0px 0;
	display:flex;
	justify-content:center;
	align-items:center;
}
.title_3_sub_1 .flex_1{
	vertical-align:middle;
	line-height:0;
	padding:15px 0;
	height:10px;
}
.title_3_sub_1 a{
	font-size:12px;
}
.title_3_sub_1 .kugiri_1{
	font-size:12px;
}
	
/** 1024_subtitle2 **/
/*
.title_sub_00 .flex_1{
	display:block;
}
.title_sub_00{
	position:static;
	top:0px;
	left:0%;
	width:100%;
	transform:translatex(0%);
	margin:0 0 60px 0px;
}
*/

	
/** 1024top **/
.top_1_sub_1 .flex_1{
	display:block;
}
.top_1_sub_1 .flex_1 .img_1{
	display:none;
}
.top_1_sub_1 .flex_1 .img_1_sp{
	display:block;
}
.top_1_sub_1 .flex_1 .div_1{
	margin:0 auto;
}

.top_1_sub_2 .flex_1{
	display:block;
}
.top_3_main .title_00{
	top:-30px;
	font-size:40px;
}
.top_3_sub_1 .title_1a{
	font-size:25px;
}
.top_3_sub_1{
	display:block;
}
.top_3_sub_1 .div_1{
	width:100%;
}
.top_3_sub_1 .div_1:nth-child(2){
	margin-top:60px;
}

.top_4_main .title_00{
	top:-30px;
	font-size:40px;
}

.top_4_sub_1 .flex_1 .div_1{
	max-width:200px;
	height:180px;
	background:#fff;
	font-size:25px;
}
.top_4_sub_1 .flex_1 .img_1{
	display:flex;
	justify-content:center;
	align-items:end;
	height:90px;
}
.top_4_sub_1 .flex_1 .img_1 img{
	width:60px;
}
.top_4_sub_1 .flex_1 .text_1{
	font-size:15px;
	height:90px;
}
	
.top_5_main .title_00{
	font-size:40px;
}
/** 1024_link**/
.top_6_sub_2 .flex_1{
	display:block;
	justify-content:space-between;
	margin:22px auto 0 auto;
	text-align:center;
}
.top_6_sub_2 .flex_1:first-child{
	display:block;
	justify-content:space-between;

	text-align:center;
}
.top_6_sub_2 .flex_1a{
	max-width:500px;
	display:flex;
	justify-content:space-between;
	margin:22px auto 0 auto;
}
.top_6_sub_2 .flex_1 img{
	max-width:100%;
}
/** 1024_etc**/
.res_height_20{
	display:block;height:20px;		
}
.res_height_25{
	display:block;height:20px;		
}
.res_height_50{
	display:block;height:50px;		
}
.res_height_60{
	display:block;height:60px;		
}
.res_pc_br{
	display:none;		
}
.res_margin_auto{
	margin:0 auto;
}
.top_pc{
	display:none;
}
.top_tab{
	display:block;
}
.top_pc_flex{
	display:none;
}
.top_tab_flex{
	display:flex;
}

.res_margin_top_80{
	margin-top:0;		
}
.res_margin_top_m30{
	margin-top:0;
}
}

@media screen and (max-width:784px) {
.umi_up{
	opacity:1;
}
.umi_up2{
	opacity:1;
}
/** 784_more **/
.more_1{
	width:100px;
	height:30px;
}
.more_1 .text_b{
	font-size:12px;
}
	
/** 784_swiper **/
.swiper2{
	width: 90%;
}
.top_2_sub_1 .swiper-button-prev_2{
	position:absolute;
	top:50%;
	left:0px;
	transform:translate(-50%,0);
}
.top_2_sub_1 .swiper-button-next_2{
	position:absolute;
	top:50%;
	right:0px;
	transform:translate(-50%,0);
}

.top_kv_title_div img{
	width:300px;
}
.top_kv_title_div_2 img{
	width:200px;
}
.swiper1 .swiper-slide__img img{
	aspect-ratio:auto;
	object-fit:cover;
	height:130px;
}
/*
*/
/** 784_subtitle **/
.title_1_sub_1 .img_1 img{
	aspect-ratio:auto;
	height:130px;
}

.title_1_sub_1 .img_1a{
	width:130px;
}
.title_1_sub_1 .div_1{
	/*
	top:30%;
	left:15%;
	*/
}
	
.title_1_sub_1 .title_1a{
	font-size:35px;
}
.title_1_sub_1 .title_1b{
	font-size:18px;
}

.title_sub_00 .flex_00 .title_1b{
	font-size:25px;
	text-align:left;
}
	
.title_sub_00 .flex_00 .title_1c{
	font-size:15px;
	text-align:left;
}
	
/** 784_subtitle2 **/
/*
.title_sub_00{
	position:static;
	top:0px;
	left:0%;
	width:100%;
	transform:translatex(0%);
	margin:0 0 30px 0px;
}
.title_sub_00 .flex_1 .title_1b{
	font-size:30px;
	white-space: wrap;
}
*/
	
/** 784_menu **/
.top_menu_2_sp .flex_1{
	display:block;
}
.top_menu_2_sp .flex_1 .img_1{
	display:none;
}
.top_menu_2_sp .flex_1 .text_1a{
	font-size:15px;
	margin-right:15px;
	margin-left:10px;
}
.top_menu_2_sp .flex_1 .text_1b{
	font-size:25px;
	font-weight:bold;
	margin-left:10px;
}
/** sp menu**/
.sp_1_flex{
	display:block;
	padding-top:70px;
	margin:0 auto;
	width:90%;
}
.sp_1_flex .sp_1_flex_sub{
	
}
.sp_1_flex .sp_1_flex_sub_2{
	height:0px;
	overflow:hidden;
}
.sp_1_flex .toggle_v{

	display:flex;
	align-items:center;
	justify-content:center;
}

/** 784_main **/
.top_1_sub_1 .title_1{
	font-size:30px;
}
.top_2_sub_1 .title_1{
	font-size:30px;
}
.top_2_sub_2 .flex_1 .map_1 .title_1{
	font-size:30px;
}
.top_2_sub_2 .flex_1 .calendar_1 .title_1{
	font-size:30px;
}
.top_3_main .title_00{
	max-width:150px;
}
.top_3_sub_1 .news_tab .title_00{
	max-width:150px;
}
.top_3_main .title_00 .flex_1 .title_1b{
	font-size:30px;
}
.top_3_main .title_00 .flex_1 .title_1c{
	font-size:15px;
}
.top_3_sub_1 .title_1{
	font-size:30px;
}
.top_3_sub_1 .news_1{
	width:100%;
}
.top_3_sub_1 .news_1 .flex_1{
	margin:0 10px;
}
.top_3_sub_1 .news_2{
	display:block;
}
.top_3_sub_1 .news_2 .flex_1{
	margin:0 0px;
}
	


.top_3_sub_1 .news_tab_sub:not(:first-child){
	margin-left:0px;
}
.top_3_sub_1 .news_tab{
	max-width:100%;
}
.top_3_sub_1 .news_tab_flex{
	flex-wrap: wrap;
	display:flex;
}

.top_3_sub_1 .news_tab_sub {
	font-size:12px;
	width: calc(100% / 3 - 0px);
	margin:0px 0px;
	border-radius:0px 0px 0 0;
	padding:15px 0;
	border-right:none;
/*	border-bottom:5px solid #888;*/
}

.top_3_sub_1 .div_1 .news_1 .flex_1{
	display:block;
}
.top_3_sub_1 .title_1a{
	width:205px;
}
.top_3_sub_1 .news_1 .flex_1{
	display:block;
}
.top_3_sub_1 .news_1 .text_1{

}

.top_3_sub_1 .news_1 .date_1{
	font-size:12px;
}
.top_3_sub_1 .news_1 .cate_1{
	padding:0 10px;
	width:auto;
	height:20px;
	font-size:12px;
}
.top_3_sub_1 .news_1 .cate_1 a{
	font-size:12px;
}
.top_3_sub_1 .news_1 .text_1{
	font-size:12px;
	padding:15px 0;
}

.top_3_sub_1 .news_2 .date_1{
	font-size:12px;
}
.top_3_sub_1 .news_2 .cate_1{
	padding:0 10px;
	width:auto;
	height:20px;
	font-size:12px;
}
	
.top_3_sub_1 .news_2 .cate_1 a{
	font-size:12px;
}
.top_3_sub_1 .news_2 .text_1{
	font-size:12px;
	padding:15px 0;
}

.top_4_main .title_00{
	max-width:205px;
}
.top_4_main .title_00 .flex_00 .title_1b{
	font-size:30px;
}
.top_4_main .title_00 .flex_00 .title_1c{
	font-size:15px;
}
.top_4_sub_1 .flex_1{
	gap: 15px 15px;
	flex-wrap:wrap;
}

.top_4_sub_1 .flex_1 .div_1{
	border:3px #00699a solid;
	max-width:150px;
	height:130px;
	background:#fff;
	font-size:14px;
	line-height:120%;
}
.top_4_sub_1 .flex_1 .div_1:hover {
	border:3px #f26419 solid;
	opacity:1;
}
.top_4_sub_1 .flex_1 .img_1{
	display:flex;
	justify-content:center;
	align-items:end;
	height:65px;
}
.top_4_sub_1 .flex_1 .img_1 img{
	width:40px;
}
.top_4_sub_1 .flex_1 .text_1{
	font-size:12px;
	height:65px;
}

.top_5_sub_1 .title_1{
	font-size:20px;
}
.top_5_sub_1 .text_1{
	font-size:15px;
}
/*footer 783 */
.footer_main .text_1{
	font-size:15px;
}
/*その他783*/
.res_br{
	display:block;		
}
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:block;	
}
.res_height_40_784{
	display:block;height:40px;		
}
}

@media screen and (max-width:500px) {
/** 500_menu **/
.menu_div_recruit_link_main_s input[type="text"]{
	font-size:16px;
}
/** 500_scrolltopjump **/
.page-top {
	width: 50px;
	height: 60px;
	right: -80px;
	bottom:50px;
	opacity:0.5;
}

.page-top .page-top_1{
	font-size: 20px;
	top:-15px;
}

.page-top .page-top_2{
	font-size: 12px;
	bottom: 13px;
}
/** 500_swiper **/


/** 500_all **/

.more_2 .text_b{
	font-size:13px;
	line-height:100%;
	color:#fff;
	transition:0.3s;
}
.pdf_link {
	position: relative;
	padding-right: 30px;
	text-decoration: none;
}

.arrow_link::before {
	left: 10px;
	top: 62%;
}
.arrow_link::after {
	left: 17px;
	top: 62%;
}
.arrow_link a{
	font-size:15px;
}
.pdf_link::after {
	font-size: 7px;
	padding: 2px 3px;
}
.word_link::after {
	font-size: 7px;
	padding: 2px 3px;
}
.excel_link::after {
	font-size: 7px;
	padding: 2px 3px;
}

/** 500_subtitle **/
.title_sub_00 .flex_1 .title_1b{
	font-size:25px;
}
.title_1_sub_1 .img_1a{
	position:absolute;
	z-index:1;
	left:-20px;
	top:0;
}
.title_1_sub_1 .div_1{
	/*
	top:30%;
	left:20%;
	*/
}
.title_1_sub_1 .title_1a{
	font-size:30px;
}

/** 500_swiper **/
.swiper-pagination-bullet{
	height:5px !important;
	width:5px !important;
}
.swiper-pagination {
	bottom: 10px !important;
}
	
/** 500_top **/
.top_1_sub_1 .flex_1 .div_1 .title_1a{
	font-size:25px;
}

.top_3_sub_1 .div_1 .title_2{
	width:90px;
	height:40px;
	font-size:25px;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.top_3_sub_1 .news_1 .flex_1{
	padding:20px 5px;
}

.top_4_main .title_00 .flex_1{
	display:block;
	justify-content:center;
	align-items:center;
	max-width:1320px;
	width:95%;
	margin:0 auto;
}
.top_4_sub_1 .flex_1{
	grid-template-columns: repeat(2, 1fr);
}

.top_6_sub_2 .flex_1a{
	max-width:500px;
	display:block;
	justify-content:space-between;
	margin:22px auto 0 auto;
}
.top_6_sub_2 .flex_1a .img_1:nth-child(2){
	margin-top:20px;
}
.footer_main .title_1{
	display:block;
}
	
/** 500_etc**/
.res_br_500{
	display:block;
}
}


@media screen and (max-width:430px) {

/** 430_menu **/
.menu_logo{
	display:none;
}
.top_menu_2_sp .flex_1 .text_1a{
	font-size:13px;margin-right:15px;
	color:#00396a;
	
}
.top_menu_2_sp .flex_1 .text_1b{
	font-size:20px;font-weight:bold;
	color:#00396a;
}
	
/** 430_etc **/
.height_100vh{
	height:400px;
}
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:block;
}
.top_pc_flex{
	display:none;
}
.top_tab_flex{
	display:none;
}
.top_sm_flex{
	display:flex;
}
.res_font_vw{
	font-size:6vw;
}
.res_font_vw_2{
	font-size:3vw;
}	
/*タイトル430*/

.title_main{
	text-align:center;font-size:33px;font-weight:bold;
}
.title_sub{
	text-align:center;font-size:13px;font-weight:bold;
}
/*フッター上430*/
.footer_obi{
	height:7px;width:100%;background:#f29f9f;
}
	
/*フッター430*/
.footer_2_flex_1{
	display:block;height:auto;padding:30px 0;margin:0 auto;
	width:90%;
}
.footer_2_flex_2{
	display:block;
}

/*その他430*/

}