@font-face {
	font-family: 'myfont';
	src: url('../font/NotoSansJP-Regular.ttf') format('otf');
}
@font-face {
	font-family: 'myfont2';
	src: url('../font/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}
@font-face {
	font-family: 'myfont3';
	src: url('../font/BarlowSemiCondensed-SemiBold.ttf') format('truetype');
}
html {
      scroll-behavior: smooth;
    }
body{
	margin:0 auto;color:#2B2B2B;font-size:20px;

	/*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family:myfont2;
	letter-spacing:0.5px;
}
a{
	transition:opacity 0.3s;
	font-size:20px;
	text-decoration: none;
}
a:hover{
	opacity:0.8;
}
.green_bg{
	background:#F0FDF3;
}


.triangle-right {
	position:absolute;
	top:50%;
	right:11%;
	transform:translate(0,-50%);
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 16px solid #000;
}
.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;
}
.triangle-bottom {
	margin:30px auto;
	width: 0;
	height: 0;
	border-top: 20px solid #000;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;	
}
.arrow-right {
	position:relative;
	width: 15px;
	height: 15px;
}
.arrow-right::before,
.arrow-right::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 15px;
	border-radius:3px;
	background-color:#fff;
}
.arrow-right::before {
	transform: rotate(-45deg);
	left: 10px;
	top: -3.5px;
}
.arrow-right::after {
	transform: rotate(45deg);
	left:10px;
	top: 5.5px;
}

.arrow-left {
	position: relative;
	width: 20px;
	height: 20px;
}
.arrow-left::before,
.arrow-left::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 20px;
	border-radius:3px;
	background-color: #fff;
}
.arrow-left::before {
	transform: rotate(45deg);
	left:5px;
	top: -5px;
}
.arrow-left::after {
	transform: rotate(-45deg);
	left:5px;
	top: 7px;
}
.flex_re{
	flex-direction:row-reverse;
}


/* 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);*/
}
.top_menu_1{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1920px;
	margin:0 auto 0 auto;
}
.top_menu_3{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1920px;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 auto 0 auto;
	background:#2B2B2B;
	height:84px;
}
.menu_div{
	display:block;
}
.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{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-size:16px;
	color:#fff;
	height:60px;
}
.menu_div_1{
	width:90%;
	max-width:1320px;
	height:22px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0px auto 0px auto;
	font-size:16px;
	color:#fff;
	font-family:myfont3;
}
.top_menu_sp{
	position:fixed;
	/*top:55px;*/
	z-index:5;
	width:100%;
	max-width:100%;
	margin:0 auto;
	top:0px;
	padding:0;
	height:80px;
	background:#2B2B2B;
}
.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;
}
.top_menu_2_sp .flex_1 .text_1b{
	font-size:25px;font-weight:bold;
}
.top_menu_2_sp .logo_1{
	color:#00699a;
}
.top_menu_2_sp .logo_1 img{
	width:250px;
}

/*lower tier title*/
.title_1_main{
	max-width:1920px;
	margin:0 auto;
}
.title_1_sub_1{
	position:relative;
	margin:0 auto;
}
.title_1_sub_1 .img_1{
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
.title_1_sub_1 .img_1 img{
	width:100%;
	filter: brightness(0.8);
}
.title_1_sub_1 .div_1{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	text-align:center;
}
.title_1_sub_1 .title_1a{
	display:inline-block;
	font-size:35px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	line-height:150%;
}
.title_1_sub_1 .title_1b{
	font-size:23px;
	font-weight:bold;
	font-family:myfont;
	font-style:italic;
	text-align:center;
	color:#9CE0AB;
}

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

/*key visual*/
.top_kv{
	position:relative;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	overflow:hidden;
	aspect-ratio:1920 / 1103;
}
.top_kv_bg{
	width:100%;
	max-width:1920px;
	height:804px;
	object-fit:cover;
}
.top_kv_bg img{
	width:100%;
}
.top_kv_text_div{
	max-width:327px;
	width:100%;
	margin:0 auto;
	position:absolute;
	top:30%;
	left:10%;
	z-index:1;
}
.top_kv_text_div img{
	max-width:100%;
}
.top_kv_title_div{
	max-width:732px;
	width:100%;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1;
}
.top_kv_title_div img{
	max-width:100%;
	vertical-align:top;
}
.top_kv_photo_1{
	position:absolute;
	top:40%;
	left:-5%;
	max-width:522px;
	width:100%;
}
.top_kv_photo_1 img{
	width:100%;
	vertical-align:top;
}
.top_kv_photo_2{
	position:absolute;
	bottom:0%;
	right:0%;
	max-width:489px;
	width:100%;
}
.top_kv_photo_2 img{
	width:100%;
	vertical-align:top;
}
.top_kv_photo_3{
	position:absolute;
	top:0%;
	left:30%;
	max-width:436px;
	width:100%;
}
.top_kv_photo_3 img{
	width:100%;
	vertical-align:top;
}
.top_kv_photo_4{
	position:absolute;
	bottom:0px;
	left:10%;
	max-width:515px;
	width:100%;
}
.top_kv_photo_4 img{
	width:100%;
	vertical-align:top;
}
.top_kv_photo_5{
	position:absolute;
	top:0%;
	right:0%;
	max-width:766px;
	width:100%;
	vertical-align:top;
}
.top_kv_photo_5 img{
	width:100%;
}
.top_kv_sp{
	display:none;
}

/*message*/
.top_1_main{
	max-width:1920px;
	padding:140px 0 0px 0;
	background:#fff;
	margin:0 auto;
}
.top_1_sub_1{
	max-width:1400px;
	width:90%;
	margin:0 auto 140px auto;
}
.top_1_sub_2{
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
.top_1_sub_1 .title_1{
	font-size:46px;
	font-weight:bold;
	text-align:center;
}
.top_1_sub_1 .text_1{
	margin:80px 0 80px 0;
	text-align:center;
	font-size:20px;
	line-height:180%;
	letter-spacing:0.5px;
}
.top_1_sub_1 .btn_1{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#3DAE56;
	border-radius:10px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	width:379px;
	height:72px;
	margin:0 auto;
}
.top_1_sub_1 .btn_1 .absolute{
	position:absolute;
	top:50%;
	right:7%;
	transform:translatey(-50%);
}
.top_1_sub_2 .flex_1{
	display:flex;
	width:100%;
}
.top_1_sub_2 .flex_1 .img_1{
	flex:0.2;
	aspect-ratio:282 / 203;
	overflow:hidden;
}
.top_1_sub_2 .flex_1 .img_1 img{
	vertical-align:top;
	width:100%;
	object-fit:cover;
}
.top_1_sub_2 .title_1{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#2B2B2B;
	height:168px;
	width:100%;
	font-size:31px;
	font-weight:bold;
	color:#fff;
}

/*banner*/
.top_2_main{
	max-width:1920px;
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
.top_2_sub_1{
	position:relative;
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
.top_2_sub_1 .bg_1{
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
.top_2_sub_1 .bg_1 img{
	width:100%;
	vertical-align:top;
}
.top_2_sub_1 .bnr_img{
	width:100%;
	vertical-align:top;
	box-shadow:5px 5px rgba(0, 0, 0, 0.3);	
}
.top_2_sub_1 .bnr .div_1{
	position:relative;
	display:block;
	opacity:1;
	z-index:1;
	transition:transform 0.3s,filter 0.3s;
}
.top_2_sub_1 .bnr .div_1:hover{
	transform:translate(0,-2%);
	filter: brightness(120%);
	cursor:pointer;
}
.top_2_sub_1 .bnr .div_1 .text_1{
	position:absolute;
	bottom:10%;
	left:5%;
	font-size: min(1.8vw, 35px);
	font-weight:bold;
	color:#fff;
	line-height:120%;
}
.top_2_sub_1 .bnr .div_1 .text_1 .text_1a{
	margin-top:10%;
	font-family:myfont;
	font-size:23px;
	font-size: min(1.5vw, 29px);
	font-weight:normal;
	font-style:italic;
}
.top_2_sub_1 .bnr_1{
	position:absolute;
	max-width:1920px;
	top:50%;
	left:16.6%;
	max-width:229px;
	width:100%;
	transform:translate(-50%,-65%);
}
.top_2_sub_1 .bnr_2{
	position:absolute;
	max-width:1920px;
	top:50%;
	left:33.2%;
	max-width:229px;
	width:100%;
	transform:translate(-50%,-35%);
}
.top_2_sub_1 .bnr_3{
	position:absolute;
	max-width:1920px;
	top:50%;
	left:50%;
	max-width:229px;
	width:100%;
	transform:translate(-50%,-65%);
}
.top_2_sub_1 .bnr_4{
	position:absolute;
	max-width:1920px;
	top:50%;
	left:66.6%;
	max-width:229px;
	width:100%;
	transform:translate(-50%,-35%);
}
.top_2_sub_1 .bnr_5{
	position:absolute;
	max-width:1920px;
	top:50%;
	left:83.2%;
	max-width:229px;
	width:100%;
	transform:translate(-50%,-65%);
}
.top_2_sub_1 .bg_1_sp{
	display:none;
	position:absolute;
	top:0;
	left:0;
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
.top_2_sub_1 .bg_1_sp img{
	width:100%;
	vertical-align:top;
}
.top_2_sub_1 .bnr_sp{
	display:none;
}
.top_2_sub_1 .bnr_sp .div_1{
	position:relative;
	display:block;
	opacity:1;
	z-index:1;
	transition:transform 0.3s,filter 0.3s;
}
.top_2_sub_1 .bnr_sp .div_1 .text_1{
	position:absolute;
	bottom:10%;
	left:5%;
	font-size: 18px;
	font-weight:bold;
	color:#fff;
	line-height:120%;
}
.top_2_sub_1 .bnr_sp .div_1 .text_1 .text_1a{
	margin-top:10%;
	font-family:myfont;
	font-size:13px;
	font-weight:normal;
	font-style:italic;
}

/*footer*/
.footer_main{
	display:flex;
	align-items:center;
	max-width:1920px;
	width:100%;
	margin:0 auto;
	background:#2B2B2B;
	height:126px;
	
}
.footer_main .flex_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:900px;
	width:90%;
	margin:0 auto;
}
.footer_main .div_1 .text_1{
	font-size:18px;
	color:#fff;
}
.footer_main .div_1 .text_2{
	margin-top:10px;
	font-size:13px;
	color:#fff;
}

/*その他*/
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:none;
}
.res_pc_br{
	display:block;		
}


@media screen and (max-width:1320px) {
.menu_text_a{
	font-size:12px;
}
}
@media screen and (max-width:1024px) {
/*背景*/
.bg_margin_adjust{
	height:80px;
}
.top_1_sub_1 .title_1{
	font-size:35px;
}

/*その他1024*/
.res_pc_br{
	display:none;		
}
.top_pc{
	display:none;
}
.top_tab{
	display:block;
}
}

@media screen and (max-width:784px) {
	
/*下層タイトル784*/
.title_1_sub_1 .img_1 img{
	height:200px;
	object-fit:cover;
}

/*メニュー784*/
.top_menu_2_sp .flex_1{
	display:block;
}
.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;
}

/*バナー784*/
.top_1_sub_1 .title_1{
	font-size:25px;
}
.top_1_sub_2 .title_1{
	font-size:25px;
}
	
/*footer 784 */
.footer_main{
	height:150px;
}
.footer_main .flex_1{
	display:block;
	margin:0 auto;
	text-align:center;
}
.footer_main .flex_1 .text_1{
	margin-top:10px;
}
/*その他784*/
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:block;	
}

}

@media screen and (max-width:500px) {
/*全体500*/

/*kv 500*/
.top_kv{
	display:none;
}
.top_kv_sp{
	display:block;
	position:relative;
}
.top_kv_text_div_sp{
	max-width:120px;
	width:100%;
	margin:0 auto;
	position:absolute;
	bottom:10%;
	left:10%;
	z-index:1;
}
.top_kv_text_div_sp img{
	max-width:100%;
}
.top_kv_title_div_sp{
	max-width:85%;
	width:100%;
	margin:0 auto;
	position:absolute;
	top:15%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:1;
}
.top_kv_title_div_sp img{
	max-width:100%;
	vertical-align:top;
}
.top_kv_icon_div_sp{
	max-width:102px;
	width:100%;
	margin:0 auto;
	position:absolute;
	bottom:10%;
	right:5%;
	z-index:1;
}
.top_kv_icon_div_sp img{
	max-width:100%;
	vertical-align:top;
}
	
/*バナー500*/
.top_1_sub_1 .title_1{
	font-size:20px;
}
.top_1_sub_1 .text_1{
	margin:40px 0 40px 0;
	font-size:15px;
	text-align:left;
}

.top_1_sub_2 .title_1{
	font-size:20px;
}
.top_1_sub_1 .btn_1{
	width:259px;
	height:52px;
	margin:0 auto;
	font-size:14px;
}
.top_1_sub_2 .title_1 .text_1{
	width:90%;
	margin:0 auto;
	text-align:center;
}

/*下層タイトル500*/

	
/*メッセージ*/
.top_1_sub_1 .flex_1 .div_1 .title_1a{
	font-size:25px;
}
.top_1_sub_1{
	margin:0 auto 70px auto;
}
/*バナー*/
.top_2_sub_1 .bg_1{
	display:none;
}
.top_2_sub_1 .bnr{
	display:none;
}
.top_2_sub_1 .bnr_sp_main{
	text-align:center;
	padding:20px 0;	
}
.top_2_sub_1 .bg_1_sp{
	display:block;
	height:100%;
	object-fit:cover;
}
.top_2_sub_1 .bg_1_sp img{
	height:100%;
	object-fit:cover;
}
.top_2_sub_1 .bnr_sp{
	display:inline-block;
	margin:20px 10px;
	max-width:155px;
	width:100%;
}
	
/*フッター500*/
.footer_main .flex_1 .text_1{
	font-size:15px;
}
.footer_main .flex_1 .text_2{
	font-size:10px;
}
}


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

/*メニュー430*/

/*その他430*/
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:block;
}

	
/*タイトル430*/


/*その他430*/

}