@font-face {
	font-family: 'myfont';
	src: url('../font/NotoSerifJP-VariableFont_wght.ttf') format('truetype');
}
@font-face {
	font-family: 'myfont2';
	src: url('../font/NotoSansJP-VariableFont_wght.ttf') format('truetype');
}
@font-face {
	font-family: 'myfont3';
	src: url('../font/KiwiMaru-Medium.ttf') format('truetype');
}
html {
      scroll-behavior: smooth;
    }
body{
	margin:0 auto;color:#000000;font-size:20px;
	font-weight:500;
	/*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-family:myfont2;
	letter-spacing:1px;
}
a{
	transition:opacity 0.3s;
	font-size:20px;
	text-decoration: none;
}
a:hover{
	opacity:0.8;
}
#scroll_top_main{
	position:fixed;
    max-width:1100px;
	width:100%;
	left:50%;
	bottom:195px;
	transform: translate(-50%, 0);
	height:0;
	background:#eee;
	text-align:right;
	transition-duration: 0.5s;
	opacity:0;
	z-index:110;
}
#scroll_top{
	display:inline;
}
/** **/
.flex_re{
	flex-direction:row-reverse;
}

/** password **/
.member_password .toiawase_form1_td input[type="password"]{
	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 .toiawase_form1_td {
	margin:30px auto 0 auto;
	min-height:50px;width:100%;
	max-width:500px;
}
.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;
}

/** menu **/
.top_menu{
	position:fixed;
	display:flex;
	align-items:center;
	justify-content:center;
	/*top:55px;*/
	left:50%;
	transform:translateX(-50%);
	z-index:5;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	top:0px;
	height:150px;
	transition:0.5s;
	background:rgba(1, 38, 72,1);
}
.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:rgba(1, 38, 72,1);
}
.top_menu_1{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1100px;
	margin:0 auto 0 auto;
}
.top_menu_2{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1100px;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 auto 0 auto;
}
.top_menu_3{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1100px;
	height:auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:0 auto 0 auto;
}
.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;
}
.menu_div_1{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:25px;
	font-size:13.5px;
	color:#fff;
	font-family:myfont3;
}
.menu_div_2{
	width:340px;
	margin-right:40px;
	display:flex;
	align-items:center;
	line-height:100%;
}
.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;
	align-items:center;	
}
.menu_div_4 div{	
	line-height:100%;
}
.menu_div_4 img{	
	vertical-align:middle;
	
}
.menu_div{
	text-align:center;
	display:block;
}
.menu_div_kugiri{
	text-align:center;
	display:block;
	color:#fff;
}
.menu_text{
	line-height:100%;
}
.menu_text_a{
	font-size:13.5px;
	color:#fff;
	line-height:100%;
}

.menu_div_recruit{
	position:relative;
}

/** **/
.menu_div_recruit_2{
	position:absolute;
	top:15px;
	left:0;
	width:90px;
	height:40px;
}
.menu_div_recruit:hover .menu_div_recruit_link_main{
	display:block;
	height:130px;
}

.menu_div_recruit_link_main{
	transition:0.3s;
	overflow:hidden;
	position:absolute;
	top:46px;
	left:53%;
	transform:translatex(-50%);
	z-index:5;
	box-sizing:border-box;
	text-align:center;
	width:160px;
	height:0;
	background-color:rgba(255,255,255,0.9);
}
.menu_div_recruit_link_sub{
	display:block;
	font-size:12px;
	text-align:center;
	color:#000;
	padding-top:12px;
}

/** lowerpage title **/
.title_1_main{
	max-width:1920px;
	padding:100px 0 80px 0;
	margin:0 auto;
}
.title_1_sub_1{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}

.title_1_sub_1 .title_1{
	padding-bottom:5px;
}

.title_1_sub_1 .title_1a{
	color:#012648;
	font-size:40px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
}
.title_1_sub_1 .title_1b{
	color:#012648;
	font-size:20px;
	font-family:myfont;
	text-align:center;
}
.title_fixed{
	position:fixed;top:110px;left:50%;transform:translatex(-50%);
	background-color:rgba(255,255,255,0.8);
}
.title_1_sub_2{
	max-width:1100px;
	width:90%;
	margin:0 auto;
	z-index:1;
}
.title_1_sub_2 .flex_m{
	text-align: center;
	overflow-x:auto;
	border-top:5px solid #012648;
	border-bottom:5px solid #012648;
	margin:40px auto 0 auto;
	padding:15px 0;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.title_1_sub_2 .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;
}

.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;
}

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

/** swiper **/
.swiper{
width: 100%;

overflow: hidden;
}
.swiper-slide {
  overflow: hidden;
}
.swiper-slide__img{
	
}
.swiper-slide__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination-bullet{
	background-color:#fff !important;
	opacity:1 !important;
	height:15px !important;
	width:15px !important;
}
.swiper-pagination-bullet-active{
	background-color:#9fa0a0 !important;
}
 .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;
}
.top_kv_img{
	object-fit:cover;width:100%;
}
.top_kv_title_div{
	max-width:1200px;width:100%;margin:0 auto;position:absolute;bottom:0;left:50%;transform:translate(-50%, 0);
}
.top_kv_title_img{
	position:absolute;top:15px;left:7px;
}


/** news **/
.top_1_main{
	max-width:1920px;
	padding:100px 0 25px 0;
	background:#fff;
	margin:0 auto;
}
.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;
	word-break:break-all;
	white-space:pre-wrap;
}
.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{
	max-width:1920px;
	padding:25px 0 100px 0;
	background:#fff;
	margin:0 auto;
}
.top_2_sub_1{
	max-width:1100px;
	width:90%;
	margin:0 auto;	
}
.top_2_sub_1 .swiper2 img{
	max-width:250px;
	width:100%;
}

/** notice **/
.top_3_main{
	max-width:1920px;
	padding:100px 0;
	background:#e3eff6;
	margin:0 auto;
}
.top_3_sub_1{
	display:flex;
	justify-content:space-between;
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.top_3_sub_1 .div_1{
	width:500px;
}
.top_3_sub_1 .div_1 .title_0{
	display:flex;
	justify-content:center;
	align-items:center;
}
.top_3_sub_1 .div_1 .title_1{
	width:220px;
	padding-bottom:5px;
	margin-right:5px;
	border-bottom:5px solid #012648;
}
.top_3_sub_1 .div_1 .title_1a{
	color:#012648;
	font-size:40px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
	width:220px;
}
.top_3_sub_1 .div_1 .title_1b{
	color:#012648;
	font-size:20px;
	font-family:myfont;
	text-align:center;
	width:220px;
}
.top_3_sub_1 .div_1 .title_2{
	padding-top:5px;
	box-sizing:border-box;
	line-height:1;
	width:110px;
	height:50px;
	background:#e5004f;
	color:#fff;
	font-size:35px;
	font-family:myfont3;
	text-align:center;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.top_3_sub_1 .div_1 .news_1{
	margin-top:30px;
}
.top_3_sub_1 .div_1 .news_1 .flex_1{
	display:flex;
	align-items:center;
	color:#012648;
	padding:10px 25px;
	border-bottom:2px #012648 dashed;
}
.top_3_sub_1 .div_1 .more_1{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:30px;
}
.top_3_sub_1 .div_1 .more_1 .text_1{
	font-size:15px;
	color:#012648;
	line-height:100%;
	margin-right:5px;
}
.top_3_sub_1 .div_1 .more_1 .img_1{
	line-height:100%;
}
.top_3_sub_1 .div_1 .more_1 .img_1 img{
	vertical-align:top;
}

/** insta **/
.top_4_main{
	max-width:1920px;
	padding:100px 0;
	margin:0 auto;
}
.top_4_sub_1{
	max-width:1100px;
	margin:0 auto;
	width:90%;	
}
.top_4_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:371px;
	width:100%;
	margin:0 auto;	
	padding:0 15px 15px 15px;
	border-bottom:5px solid #012648;
}
.top_4_sub_1 .flex_1 .img_1 img{
	max-width:100%;
}
.top_4_sub_1 .flex_1 .title_1 .title_1a{
	color:#012648;
	font-size:60px;
	font-weight:bold;
	font-family:myfont2;
	font-style:italic;
	text-align:center;
}
.top_4_sub_1 .text_1{
	font-size:15px;
	line-height:180%;
	color:#231815;
	text-align:center;
	margin-top:15px;
}

.top_4_sub_2 {
	max-width:1100px;
	margin:0 auto;
	width:90%;		
}
.top_4_sub_2 .flex_1{
	max-width:557px;
	width:100%;
	margin:30px auto 0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.top_4_sub_2 .flex_1 .img_1{
	border-radius:150px;
	width:150px;
	height:150px;
	overflow:hidden;
	margin:0 auto;
}
.top_4_sub_2 .flex_1 .img_1 img{
	width:150px;
	object-fit:contain;
}
.top_4_sub_2 .flex_1 .title_1{
	color:#012648;
	margin:0 auto;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
	font-family:myfont2;
	text-align:center;
}
.top_4_sub_2 .flex_2{
	max-width:1100px;
	width:100%;
	margin:30px auto 45px auto;
	display:flex;
	justify-content:space-between;
}
.top_4_sub_2 .flex_2 .img_1{
	flex:0.24;
}
.top_4_sub_2 .flex_3{
	max-width:1100px;
	width:100%;
	margin:30px auto 45px auto;
	display:flex;
	justify-content:space-between;
	gap:0 30px;
}
.top_4_sub_2 .flex_3 .img_1{
	width:100%;
	max-width:400px;
}
.top_4_sub_2 .flex_3 .div_1{
	width:100%;
	max-width:650px;
}
.top_4_sub_2 .flex_3 .div_1 .title_2{
	color:#012648;
	font-size:30px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
}
.top_4_sub_2 .flex_3 .div_1 .text_2{
	margin-top:20px;
	font-size:15px;
	line-height:180%;
	letter-spacing:0.5px;
	color:#000;
}
.top_4_sub_2 .more_1{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:30px;
}
.top_4_sub_2 .more_1 .text_1{
	font-size:15px;
	color:#012648;
	line-height:100%;
	margin-right:5px;
}
.top_4_sub_2 .more_1 .img_1{
	line-height:100%;
}
.top_4_sub_2 .more_1 .img_1 img{
	vertical-align:top;
}

/** member info **/
.top_5_main{
	max-width:1920px;
	padding:100px 0 0px 0;
	background:#fff;
	margin:0 auto;
}
.top_5_sub_1{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.top_5_sub_1 .flex_1{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
	max-width:1920px;
}
.top_5_sub_1 .flex_1 .img_1{
	max-width:400px;
	margin-right:50px;
}
.top_5_sub_1 .flex_1 .img_1 img{
	max-width:400px;
	width:100%;
}
.top_5_sub_1 .flex_1 .img_1_sp{
	display:none;
	margin:30px auto;
}
.top_5_sub_1 .flex_1 .img_1_sp img{
	max-width:400px;
	width:100%;
}
.top_5_sub_1 .flex_1 .div_1{
	max-width:650px;
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content:space-between;
}
.top_5_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_5_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_5_sub_1 .flex_1 .div_1 .title_1b{
	color:#fff;
	font-size:15px;
	font-family:myfont;
	text-align:center;
	margin-top:5px;
}
.top_5_sub_1 .flex_1 .div_1 .text_1{
	margin-top:50px;
	font-size:15px;
	line-height:180%;
	letter-spacing:0.5px;
}
.top_5_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;
}

/** membership page **/
.top_5_sub_2{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.top_5_sub_2 .flex_1{
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;

	margin:100px auto 0 auto;
	max-width:1920px;
}

.top_5_sub_2 .flex_1 .img_1{
	max-width:400px;
}
.top_5_sub_2 .flex_1 .img_1 img{
	max-width:400px;
	width:100%;
}
.top_5_sub_2 .flex_1 .img_1_sp{
	display:none;
	margin:30px auto;
}
.top_5_sub_2 .flex_1 .img_1_sp img{
	max-width:400px;
	width:100%;
}
.top_5_sub_2 .flex_1 .div_1{
	max-width:650px;
	width:100%;
	margin-right:50px;
	display:flex;
	flex-direction: column;
	justify-content:space-between;
}
.top_5_sub_2 .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_5_sub_2 .flex_1 .div_1 .title_1a{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	font-family:myfont;
	text-align:center;
	
	line-height:1;
}
.top_5_sub_2 .flex_1 .div_1 .title_1b{
	color:#fff;
	font-size:15px;
	font-family:myfont;
	text-align:center;
	
	margin-top:5px;
}
.top_5_sub_2 .flex_1 .div_1 .text_1{
	margin-top:50px;
	font-size:15px;
	line-height:180%;
	letter-spacing:0.5px;
}
.top_5_sub_2 .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;
}

/*link*/
.top_6_main{
	max-width:1920px;
	padding:100px 0;
	margin:150px auto 0 auto;
	background:#012648;
}
.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;
	border-bottom:5px solid #fff;
}
.top_6_sub_1 .flex_1 .title_1 .title_1a{
	color:#fff;
	font-size:60px;
	font-weight:bold;
	font-family:myfont2;
	font-style:italic;
	text-align:center;
}
.top_6_sub_1 .text_1{
	font-size:15px;
	line-height:180%;
	color:#fff;
	text-align:center;
	margin:20px 0 0 0;
	padding-bottom:22px;
}

.top_6_sub_2{
	max-width:1000px;
	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_1a{
	max-width:485px;
	width:100%;
	display:flex;
	justify-content:space-between;
}

/*フッター*/
.footer_main{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:60px 0;
	background:#012648;
	border-top:3px solid #fff;
}
.footer_main .flex_1{
	display:flex;
	justify-content:space-between;
	max-width:1000px;
	width:90%;
	margin:0 auto;
}
.footer_main .flex_1 a{
	display:block;
	color:#fff;
	font-family:myfont3;
}
.footer_main .flex_1 .a_1{
	font-size:14px;
}
.footer_main .flex_1 .a_2{
	font-size:10px;
}

.footer_main .flex_1_sp{
	display:none;
	justify-content:space-between;
	max-width:500px;
	width:90%;
	margin:0 auto;
}
.footer_main .flex_1_sp a{
	display:block;
	color:#fff;
	font-family:myfont3;
}
.footer_main .flex_1_sp .a_1{
	font-size:14px;
}
.footer_main .flex_1_sp .a_2{
	font-size:10px;
}

.footer_main .flex_2{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:830px;
	width:90%;
	margin:50px auto 0 auto;
}
.footer_main .flex_2 .div_1:nth-child(1){
	flex:0.54;
}
.footer_main .flex_2 .div_1:nth-child(2){
	flex:0.46;
	font-size:15px;
	font-family:myfont3;
	color:#fff;
	text-align:center;
	letter-spacing:0px;
}
.footer_main .flex_2 .div_1:nth-child(2) img{
	margin-top:10px;
}

/*サイドメニュー*/
.fixed1{
	position:fixed;
	top:150px;
	right:0;
	width:80px;
	height:calc((100% - 150px) / 3);
	background:#ed85a0;
	color: white;
	z-index: 1000;
	font-size:25px;
	font-family:myfont3;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display:flex;
	align-items:center;
	justify-content:center;
}
.fixed2{
	position:fixed;
	top:calc((100% - 150px) / 3 + 150px) ;
	right:0;
	width:80px;
	height:calc((100% - 150px) / 3);
	background:#3982c3;
	color: white;
	z-index: 1000;
	font-size:25px;
	font-family:myfont3;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display:flex;
	align-items:center;
	justify-content:center;
}
.fixed3{
	position:fixed;
	top:calc((100% - 150px) / 3 *2 + 150px);
	right:0;
	width:80px;
	height:calc((100% - 150px) / 3);
	background:#7fa739;
	color: white;
	z-index: 1000;
	font-size:25px;
	font-family:myfont3;
	writing-mode: vertical-rl;
	text-orientation: upright;
	display:flex;
	align-items:center;
	justify-content:center;
}
@media screen and (max-width:1024px) {
.title_fixed{
	position:fixed;top:40px;left:50%;transform:translatex(-50%);

}
.fixed1{
	position:fixed;
	top:auto;right:auto;
	bottom:0px;
	left:0;
	width:calc(100% / 3);
	height:50px;
	font-size:16px;
	writing-mode: horizontal-tb;
	text-orientation: sideways;
	display:flex;
	align-items:center;
	justify-content:center;
}
.fixed2{
	position:fixed;
	top:auto;right:auto;
	bottom:0px;
	left:calc(100% / 3);
	width:calc(100% / 3);
	height:50px;
	font-size:16px;
	writing-mode: horizontal-tb;
	text-orientation:sideways;
	display:flex;
	align-items:center;
	justify-content:center;
}
.fixed3{
	position:fixed;
	top:auto;right:auto;
	bottom:0;
	left:calc(100% / 3 * 2);
	width:calc(100% / 3);
	height:50px;
	font-size:16px;
	writing-mode: horizontal-tb;
	text-orientation: sideways;
	display:flex;
	align-items:center;
	justify-content:center;
}
}
@media screen and (max-width:500px) {
.fixed1{
	font-size:12px;
}
.fixed2{
	font-size:12px;
}
.fixed3{
	font-size:12px;
}
}

/*その他*/
.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:1024px) {

/*背景*/
.bg_margin_adjust{
	height:80px;
}

/*キービジュアル1024*/
/*
.top_kv_title_div{
}
*/
/*タイトル*/
.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;
}

.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_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_5_sub_1 .flex_1{
	display:block;
}
.top_5_sub_1 .flex_1 .img_1{
	display:none;
}
.top_5_sub_1 .flex_1 .img_1_sp{
	display:block;
}
.top_5_sub_1 .flex_1 .div_1{
	margin:0 auto;
}
.top_5_sub_2 .flex_1{
	display:block;
}
.top_5_sub_2 .flex_1 .img_1{
	display:none;
}
.top_5_sub_2 .flex_1 .img_1_sp{
	display:block;
}
.top_5_sub_2 .flex_1 .div_1{
	margin:0 auto;
}
/*リンク1024*/
.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_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*/
.res_height_20{
	display:block;height:20px;		
}
.res_height_25{
	display:block;height:20px;		
}
.res_height_50{
	display:block;height:50px;		
}
.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) {
/** 784_sub_title **/
.title_1_sub_1 .title_1a{
	font-size:30px;
}

	
.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_sub_1 .title_1{
	font-size:30px;
}
.top_3_sub_1 .div_1 .news_1 .flex_1{
	display:block;

}
.top_3_sub_2 .flex_1_re .div_1:nth-child(1) .div_2 .title_1{
	font-size:30px;
}
.top_4_sub_1 .title_1{
	font-size:30px;
}
.top_4_sub_2 .flex_1{
	display:block;		
}
.top_4_sub_2 .flex_1 .img_1{
	text-align:center;
}
.top_5_sub_1 .title_1{
	font-size:30px;
}
.top_5_sub_2 .title_1{
	font-size:30px;
}
.top_5_sub_2 .title_2{
	font-size:30px;
}
	
/*footer 783 */
.footer_main .flex_1{
	display:none;		
}
.footer_main .flex_1_sp{
	display:flex;		
}
.footer_main .flex_2{
	display:block;
}
.footer_main .flex_2 .div_1:nth-child(1){
	text-align:center;
}
/*その他783*/
.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) {
#scroll_top_main{
	bottom:100px;
}
/*swiper*/

.swiper-pagination-bullet{
	height:5px !important;
	width:5px !important;
}
 .swiper-pagination {
	bottom: 10px !important;
}
.top_1_sub_1 .flex_1 .div_1 .title_1a{
	font-size:25px;
}
.top_3_sub_1 .div_1 .title_1{
	max-width:200px;
	width:100%;
}
.top_3_sub_1 .div_1 .title_1a{
	font-size:30px;
	max-width:200px;
	width:100%;
}
.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_4_sub_1 .flex_1{
	justify-content:center;
}
.top_4_sub_1 .flex_1 .img_1{
	margin-right:10px;
}
.top_4_sub_1 .flex_1 .title_1 .title_1a{
	font-size:40px;
}
.top_4_sub_2 .flex_3{
	margin:30px auto 45px auto;
	display:block;
	gap:30x 0px;
}
.top_4_sub_2 .flex_3 .div_1 .title_2{
	font-size:20px;
}
.top_5_sub_1 .flex_1 .div_1 .title_1a{
	font-size:25px;
}
.top_5_sub_2 .flex_1 .div_1 .title_1a{
	font-size:25px;
}
.top_6_sub_1 .flex_1 .title_1 .title_1a{
	font-size:40px;
}
	
	
}

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

/*メニュー430*/
.menu_logo{
	display:none;
}




/*その他430*/
.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*/

}