@charset "UTF-8";
/* CSS Document */

/*

使用フォント

日本語
font-family: "fot-rodin-pron", sans-serif;

*/

/*

未使用フォント

通常フォント
font-family: yu-gothic-pr6n, sans-serif;

丸ゴシック
font-family: fot-tsukuardgothic-std, sans-serif;
R:400
B:600

*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*マージン*/

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt80{
	margin-top:80px;
}

.mt90{
	margin-top:90px;
}

.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

.mb70{
	margin-bottom:70px;
}

.mb80{
	margin-bottom:80px;
}

.mb90{
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}

/*マージン*/

/*IMG*/

.img_ma{
	margin-right:auto;
	margin-left:auto;
	display:block;
	max-width: 100%;
}

img{
	max-width: 100%;
	height:auto;
}

/*IMG*/

a{
	transition:.2s;
}

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:14px;
	line-height:1.7;
	background:url("images/bg1.png") repeat;
}

/*ハンバーガー*/
.ham_btn{
	width:38px;
	height: 38px;
	position: fixed;
	top:10px;
	right: calc( ( 100% - 500px ) / 2 + 10px );
	z-index: 100;
	cursor: pointer;
	display: block;
}
.ham_btn > img{
	transition: .3s;
}

.ham_btn > img:nth-of-type(1){
	width:100%;
	position: absolute;
	top:0;
	left: 0;
}

.ham_btn > img:nth-of-type(2){
	width:100%;
	position: absolute;
	top:0;
	left: 0;
}

.ham_open .ham_btn > img:nth-of-type(1){
	opacity: 1;
}

.ham_open .ham_btn > img:nth-of-type(2){
	opacity: 0;
}

.ham_bg{
	position: fixed;
	top:0 !important;
	left:0;
	z-index: 9;
	background:rgba(0,0,0,0.60);
	width:100%;
	height: 100dvh !important;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.ham_open .ham_bg{
	opacity: 1;
	pointer-events: auto;
}

.ham_open header{
	background: #fff !important;
}

.ham_open .h_logo a img:nth-of-type(1){
	display: block !important;
}

.ham_open .h_logo a img:nth-of-type(2){
	display: none !important;
}

.ham_wrap{
	position: fixed;
	left:50%;
	top:0 !important;
	z-index: 50;
	width:100%;
	max-width: 500px;
	height: 100dvh !important;
	padding-top:0;
	transition: .4s;
	cursor: default;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%);
	padding:20px 0;
	display: flex;
	align-items: center;
}

.ham_open .ham_wrap{
	opacity: 1;
	pointer-events: auto;
}

.ham_box{
	width:100%;
	max-height: 100%;
	overflow-y: auto;
}

.ham1{
	position: relative;
	background: url("images/bg1.png") repeat;
	padding:20px 20px 30px;
}

.ham1_menu_img{
	position: absolute;
	top:20px;
	left: 20px;
}

.ham_keep{
	width:242px;
	display: block;
	margin:0 auto 15px;
}

.ham1_1_wrap{
	border-bottom: 2px solid #078080;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.ham1_1_wrap:before{
	display: block;
	content:"";
	position: absolute;
	bottom:2px;
	left: 0;
	width:100%;
	height: 2px;
	background: #f45d48;
}

.ham1_1{
	display: flex;
	justify-content: center;
	align-items: center;
}

.ham1_1_l{
	padding-right: 20px;
}

.ham1_1_l img{
	width:104px;
}

.ham1_1_r > li{
	margin-bottom: 20px;
}

.ham1_1_r > li:last-of-type{
	margin-bottom: 0;
}

.ham1_1_r > li > a{
	color:#000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	text-decoration: none;
	padding-left: 16px;
	background: url("images/ar2.png") no-repeat left center;
}

.ham1_2{
	max-width: 400px;
	margin:0 auto;
}

.ham1_2 > p{
	font-size: 18px;
	margin-bottom: 15px;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	padding:0 10px;
}

.ham1_2 > ul{
	display: flex;
	flex-wrap: wrap;
}

.ham1_2 > ul > li{
	padding:0 10px;
	margin-bottom: 15px;
}

.ham1_2 > ul > li > a{
	color:#000;
	text-decoration: none;
	display: table;
	border-bottom: 1px solid #000;
	line-height: 1.2;
}

.ham1_2 > ul > li > a:hover{
	color:#f45d48;
	border-bottom: none;
}

.ham_ban{
	display: flex;
	justify-content: space-between;
	padding:10px;
	background: url("images/bg2.png") repeat;
}

.ham_ban > li{
	width:calc( ( 100% - 8px ) / 3 );
}

.ham_con_tel{
	display: flex;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.ham_con_tel > li{
	width:50%;
}

.ham_con_tel > li > a{
	width:100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px;
}

.ham_con{
	background: #078080;
}

.ham_tel{
	background: #fff;
}

.ham_logo{
	display: flex;
	justify-content: center;
	align-items: center;
	background:#fff;
	height: 60px;
}

@media screen and (max-width:500px) {
	.ham_btn{
		right:10px;
	}
}

.main_box{
	max-width: 500px;
	margin:0 auto;
	background:#fff;
}

.top_info{
	padding:30px 10px 40px;
}

.top_info_h{
	width:150px;
	margin:0 auto 20px;
}

.top_info_list > li > a{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px dotted #078080;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #000;
	text-decoration: none;
}

.top_info_list > li > a:hover{
	border-bottom: 2px dotted #f45d48;
}

.top_info_list > li > a > p:nth-of-type(1){
	width:90px;
	color:#f45d48;
}

.top_info_list > li > a > p:nth-of-type(2){
	width:calc( 100% - 90px );
}

.top_info > p > a{
	color:#000;
	text-decoration: none;
	text-align: right;
}

.top_info > p > a:hover{
	color:#f45d48;
}

.top_new_h{
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("images/top_new_h.webp") no-repeat center/contain;
	margin-bottom: 10px;
}

.heading1{
	display: table;
	position: relative;
	margin:0 auto;
	padding:0 10px 4px;
	font-size: 20px;
	font-weight: bold;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	text-align: center;
	border-bottom: 2px solid #078080;
}

.heading1:before{
	display: block;
	content:"";
	width:100%;
	position: absolute;
	bottom:2px;
	left: 0;
	height: 2px;
	background:#f45d48;
}

.top_new{
	margin-bottom: 40px;
}

.top_new_slide{
	padding:20px 15px 0;
}

.top_new_box{
	display: block;
	color:#000;
	text-decoration: none;
	border:3px solid #434343;
	border-radius: 20px;
	position: relative;
	padding-bottom: 40px;
}

.gold .top_new_box{
	border:8px double #E6B422;
	background:rgba(230,180,34,0.10);
}

.gold .top_new_box .top_new_content{
	overflow: hidden;
	position: relative;
}

.gold .top_new_box .top_new_content:before{
	position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.gold .top_new_box:before{
	display: block;
	content:"";
	width:120px;
	height: 142px;
	background: url("images/gold_star.webp") no-repeat top/contain;
	position: absolute;
	top:-20px;
	left: -20px;
	z-index: 5;
}

.gold .top_new_box:after{
	display: block;
	content:"";
	width:120px;
	height: 142px;
	background: url("images/gold_star.webp") no-repeat top/contain;
	position: absolute;
	top:-20px;
	right: -20px;
	z-index: 5;
}

.gold .top_new_area{
	background:#E6B422;
	z-index: 6;
}

.silver .top_new_box{
	border:8px double #C4C7CC;
	background:rgba(196,199,204,0.10);
}

.silver .top_new_box .top_new_content{
	overflow: hidden;
	position: relative;
}

.silver .top_new_box .top_new_content:before{
	position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.silver .top_new_box:before{
	display: block;
	content:"";
	width:80px;
	height: 142px;
	background: url("images/silver_star.webp") no-repeat top/contain;
	position: absolute;
	top:-20px;
	left: -20px;
	z-index: 5;
}

.silver .top_new_box:after{
	display: block;
	content:"";
	width:80px;
	height: 142px;
	background: url("images/silver_star.webp") no-repeat top/contain;
	position: absolute;
	top:-20px;
	right: -20px;
	z-index: 5;
}

.silver .top_new_area{
	background:#C4C7CC;
	z-index: 6;
}

.slick-slide .gold .top_new_box{
	padding-bottom: 35px;
}

.slick-slide .gold .top_new_box .top_new_content{
	margin-top: -5px;
}

.slick-slide .gold .top_new_box .top_new_btn{
	height: 35px;
}

.slick-slide .silver .top_new_box{
	padding-bottom: 35px;
}

.slick-slide .silver .top_new_box .top_new_content{
	margin-top: -5px;
}

.slick-slide .silver .top_new_box .top_new_btn{
	height: 35px;
	border-radius: 0 0 12px 12px
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (max-width:450px) {
	.gold .top_new_box:before{
		width:80px;
		height: 114px;
	}
	
	.silver .top_new_box:before{
		width:80px;
		height: 95px;
		top:-15px;
	}
}

.top_new_area{
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: table;
	background:#078080;
	color:#fff;
	border-radius: 100px;
	padding:9px 15px 7px;
	line-height: 1.3;
	text-align: center;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
}

.top_new_content{
	padding:30px 15px 10px;
}

.top_new_img{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 12px;
	transition: .3s;
}

.top_new_box:hover .top_new_img{
	opacity: 0.6;
}

.top_new_img:before{
	display: block;
	content: "";
	padding-top: 66.6666666666667%;
}

.top_new_title{
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color:#f45d48;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	margin-bottom: 6px;
}

.top_new_text1{
	font-weight: bold;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	margin-bottom: 6px;
}

.top_new_btn{
	width:100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2ece7;
	border-radius: 0 0 16px 16px;
	color:#078080;
	text-decoration: none;
	font-weight: bold;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	position: absolute;
	bottom:0;
	left: 0;
	transition: .3s;
}

.top_new_box:hover .top_new_btn{
	background: #078080;
	color:#fff;
}

.slick-prev, .slick-next{
	width:41px;
	height: 41px;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
}

.slick-prev:before, .slick-next:before{
	content:"";
	display: none;
}

.slick-prev{
	background:url("images/top_new_l.png") no-repeat center/cover !important;
	left:8%;
}

.slick-next{
	background:url("images/top_new_r.png") no-repeat center/cover !important;
	right:8%;
}

.top_ban{
	padding:50px 10px;
	background: url("images/bg2.png") repeat;
	margin-bottom: 40px;
}

.top_ban_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_ban_list > li{
	width: calc( 50% - 5px );
	margin-bottom: 10px;
}

.top_ban_list > li:last-of-type{
	width:100%;
	margin-bottom: 0;
}

.top_ban_list > li > a:hover{
	opacity: 0.8;
}

.top_about{
	width:calc( 100% - 20px );
	margin:0 auto;
	border-radius: 10px;
	border:3px solid #434343;
	padding:40px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.top_about_l{
	width:60%;
	min-width: 170px;
}

.top_about_r{
	width:40%;
	padding-left: 15px;
	text-align: center;
}

.top_about_img{
	width:100%;
	max-width: 150px;
	margin:0 auto 30px;
	display: none;
}

.top_about_text{
	width:100%;
}

.heading2{
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	border-bottom: 2px solid #078080;
	padding-bottom: 6px;
}

.heading2:before{
	content:"";
	display: block;
	position: absolute;
	bottom:-2px;
	left: 0;
	width:36px;
	height: 2px;
	background: #f45d48;
	z-index: 2;
}

.top_about_l .heading2{
	margin-bottom: 14px;
}

.top_about_l > p{
	margin-bottom: 12px;
}

.top_about_l > p:last-of-type{
	margin-bottom: 0;
}

.top_tag_list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0 auto 30px;
}

.top_tag_list > li{
	flex-grow: 1;
	padding: 0 4px;
	margin-bottom: 10px;
}

.top_tag_list > li > a{
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 15px;
	color:#2999e7;
	text-decoration: none;
	text-align: center;
	background:#eee;
	border-radius: 6px;
}

.top_tag_list > li > a:hover{
	background:#2999e7;
	color:#fff;
}

footer{
	background: url("images/bg2.png") repeat;
	padding: 20px;
}

.ft_ban{
	display: table;
	margin:0 auto 30px;
}

.ft_pp{
	display: flex;
	flex-wrap: wrap;
}

.ft_pp > a{
	font-size: 12px;
	color:#fff;
	padding-left: 14px;
	background: url("images/ar1.png") no-repeat left center;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	margin-right: 15px;
}

.ft_pp > a:hover{
	opacity: 0.6;
}

.ft_nav{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.ft_nav > a{
	border-bottom: 0;
}

.ft_img{
	display: block;
	width:120px;
	margin-bottom: 15px;
}

.pc_l{
	width:calc( ( 100% - 500px ) / 2 );
	height: 100dvh;
	position: fixed;
	top:0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding:0 20px;
}

.pc_l_box{
	position: relative;
	z-index: 3;
}

.pc_keep{
	width:222px;
	display: block;
	margin:0 auto 40px;
}

.pc_nav_list{
	display: table;
	margin:0 auto 10px;
}

.pc_nav_list > li{
	margin-bottom: 20px;
}

.pc_nav_list > li > a{
	font-size: 16px;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	color:#000;
	text-decoration: none;
}

.pc_nav_list > li > a:hover{
	opacity: 1;
	color: #f45d48;
}

.pc_nav > a{
	display: table;
	margin:0 auto 0;
}

.pc_l a:hover{
	opacity: 0.6;
}

.pc_left_text{
	width:40px;
	position: absolute;
	bottom: 20px;
	left: 10px;
	z-index: 2;
}

.pc_img_l{
	width:230px;
	position: absolute;
	bottom:0;
	left: 60px;
	z-index: 2;
}

.pc_line1{
	position: absolute;
	top:-200px;
	left: 0;
	width:100%;
	z-index: 0;
}

.pc_line2{
	position: absolute;
	bottom:-200px;
	left: 0;
	width:100%;
	z-index: 0;
}

.pc_r{
	width:calc( ( 100% - 500px ) / 2 );
	height: 100dvh;
	position: fixed;
	top:0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding:0 20px;
}

.pc_r_box{
	width:250px;
}

.pc_r_box .heading2{
	width:100%;
	margin-bottom: 30px;
}

.pc_r_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pc_r_list > li{
	width:calc( 50% - 4px );
	margin-bottom: 8px;
}

.pc_r_list > li > a{
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background:#e7e1db;
	border-radius: 6px;
	color:#000;
	text-decoration: none;
	padding:5px;
	line-height: 1.4;
}

.pc_r_list > li > a:hover{
	color:#fff;
	background:#078080;
}

.pc_img_r{
	width:200px;
	position: absolute;
	bottom:60px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
}

.pc_copy_r{
	text-align: center;
	width:100%;
	display: table;
	position: absolute;
	bottom:10px;
	left: 0;
	z-index: 2;
	padding: 0 20px;
	font-size: 11px;
	line-height: 1.4;
}

@media screen and (max-height:980px) {
	.pc_img_l{
		display: none;
	}
	
	.pc_img_r{
		display: none;
	}
}

@media screen and (max-width:1400px) {
	.pc_img_l{
		display: none;
	}
}

@media screen and (max-width:1100px) {
	.pc_left_text{
		display: none;
	}
	
	.pc_img_r{
		display: none;
	}
	
	.pc_line1{
		top:-50px;
	}
	
	.pc_line2{
		bottom:-50px;
	}
}

@media screen and (max-width:950px) {
	.pc_l,.pc_r{
		display: none;
	}
}

.page_logo{
	display: flex;
	align-items: center;
	height: auto;
	padding:14px 10px;
}

.page_logo img{
	display: block;
	width:150px;
}

.single_wrap1{
	padding:0 10px;
	margin-bottom: 40px;
}

.offer_date{
	display: flex;
	justify-content: space-between;;
	align-items: flex-end;
	margin-bottom: 5px;
	line-height: 1;
}

.offer_date_l{
	white-space: nowrap;
	padding-right: 15px;
}

.offer_date_r{
	text-align: right;
}

.offer_date_r > div{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.offer_date_r > div > p:nth-of-type(2){
	padding-left: 10px;
}

.offer_h{
	padding:5px 10px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color:#fff;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	background:#078080;
	margin-bottom: 20px;
}

.offer_h_new{
	padding-top: 12px;
	position: relative;
}

.offer_h_new:before{
	content:"NEW!!";
	display: block;
	width:90px;
	text-align: center;
	color:#fff;
	background: #ff0000;
	position: absolute;
	top:-10px;
	left: 0;
	font-size: 16px;
	line-height: 20px;
}

.offer_img_main{
	text-align: center;
	margin-bottom: 15px;
}

.offer_text_wrap{
	padding:0 5px;
}

.offer_catch{
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color:#f45d48;
	margin-bottom: 15px;
}

.offer_icon{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 1px solid #078080;
	padding:20px 4px 10px;
	margin-bottom: 30px;
	background: #fff;
}

.offer_icon > li{
	display: flex;
	align-items: center;
	padding:0 6px;
	margin-bottom: 10px;
}

.offer_icon > li > div:nth-of-type(1){
	width:38px;
	padding-right: 8px;
}

.offer_icon > li > div:nth-of-type(2) > p:nth-of-type(1){
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 2px;
}

.offer_icon > li > div:nth-of-type(2) > p:nth-of-type(2){
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}

@media screen and (max-width:450px) {
	.offer_icon > li > div:nth-of-type(1){
		display: none;
	}
}

.offer_btn{
	display: flex;
	justify-content: space-between;
	margin:30px 0;
}

.offer_btn > li{
	width:calc( 50% - 5px );
	text-align: center;
}

.offer_box1{
	margin-bottom: 30px;
	line-height: 1.6
}

.offer_box1 > img{
	display: block;
	width:100%;
	margin-bottom: 15px;
}

.offer_box1_text1{
	margin-bottom: 10px;
}

.offer_meter{
	margin-bottom: 40px;
}

.offer_meter_h{
	max-width: 340px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color:#f45d48;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	text-align: center;
	padding:6px 10px;
	border:1px solid #f45d48;
	border-radius: 50px;
	margin:0 auto 20px;
}

.offer_meter_text{
	margin-bottom: 30px;
}

.offer_meter_box{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.offer_meter_box > p{
	width:90px;
	line-height: 30px;
	font-weight: bold;
	color:#fff;
	background: #078080;
	text-align: center;
	border-radius: 6px;
}

.offer_meter_box > div{
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width:calc( 100% - 180px );
	padding:0 6px;
}

.offer_meter_box > div > div{
	background:#078080;
	width:20px;
	height: 20px;
	border-radius: 20px;
	position: relative;
	z-index: 2;
}

.offer_meter_box > div > span{
	display: block;
	width:100%;
	position: absolute;
	top:50%;
	left: 0;
	margin-top: -2px;
	height: 4px;
	background:#078080;
}

.meter1 > div > div:nth-of-type(1){
	background:#f45d48;
}

.meter2 > div > div:nth-of-type(2){
	background:#f45d48;
}

.meter3 > div > div:nth-of-type(3){
	background:#f45d48;
}

.meter4 > div > div:nth-of-type(4){
	background:#f45d48;
}

.meter5 > div > div:nth-of-type(5){
	background:#f45d48;
}

.offer_tbl{
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin-bottom: 30px;
}

.offer_tbl th{
	width:114px;
	padding:14px;
	background: #f8f5f2;
	border-bottom:1px solid #cccccc;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
}

.offer_tbl td{
	padding:14px 20px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size: 14px;
	line-height: 1.7;
}

.offer_gmaps {
	width:100%;
	position: relative;
	padding-bottom: 250px;
	height: 0;
	overflow: hidden;
	margin-top: 10px;
}

.offer_gmaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.offer_gmap{
	margin-bottom: 12px;
	margin-top: 4px;
}

.offer_gmap > a{
	display: inline-block;
	padding-left: 16px;
	background:url("images/offer_map.png") no-repeat left center;
	color:#0371d8;
	text-decoration: underline;
}

.offer_gmap > span{
	display: inline-block;
	font-size: 12px;
}

.offer_flow{
	border:2px solid #078080;
	border-radius: 30px;
	padding:30px 20px 20px;
}

.offer_flow_h{
	width:150px;
	font-size: 16px;
	line-height: 28px;
	color:#078080;
	font-weight: bold;
	text-align: center;
	margin:0 auto 30px;
	background:#eee;
}

.offer_flow_list{
	display: table;
	margin:0 auto;
}

.offer_flow_list > li{
	border-left: 1px solid #078080;
	padding-left: 24px;
	padding-bottom: 16px;
	padding-top: 1px;
}

.offer_flow_list > li:last-of-type{
	border-left: 0;
}

.offer_flow_list > li > div{
	margin-top: -5px;
}

.offer_flow_list > li > div > h4{
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color:#078080;
	position: relative;
	margin-bottom: 5px;
}

.offer_flow_list > li > div > h4:before{
	content:"●";
	display: block;
	position: absolute;
	top:0;
	left: -32px;
	color:#078080;
	font-weight: bold;
}

.offer_flow_list > li > div > h4 > a{
	color:#078080;
	text-decoration: none;
}

.offer_flow_list > li > div > h4 > a:hover{
	color:#f45d48;
}

.offer_flow_list > li > div > h4 span{
	color:#f45d48;
	padding: 0 6px;
}

.offer_img_slider_wrap{
	padding:40px 30px;
	background:#f8f5f2;
	margin-bottom: 40px;
}

.offer_img_slider{
	max-width: 400px;
	margin:0 auto;
}

.offer_img_slide{
	line-height: 1.6;
}

.offer_img_slide img{
	display: block;
	width:100%;
	margin-bottom: 15px;
}

.offer_img_slider .slick-prev{
	width:32px;
	height: 32px;
	left:-16px;
}

.offer_img_slider .slick-next{
	width:32px;
	height: 32px;
	right:-16px;
}

.heading3{
	background:#078080;
	color:#fff;
	padding:6px 10px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 14px;
}

.offer_mensetsu > p{
	margin-bottom: 16px;
	padding:0 6px;
}

.heading4{
	height: 30px;
	display: flex;
	align-items: center;
	border-left: 7px solid #078080;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 20px;
}

.torapo_wrap{
}

.torapo1{
	font-weight: bold;
	text-align: center;
	padding:0 20px;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.4;
}

.torapo1 > p:nth-of-type(1){
	font-size: 30px;
	margin-bottom: 20px;
}

.torapo1 > p:nth-of-type(2) span{
	display: inline-block;
}

.heading5{
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	padding:10px;
	font-weight: bold;
	color:#fff;
	background: #0d8f45;
}

.heading5 span{
	display: inline-block;
}

.torapo2{
	padding:0 10px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.torapo2_1{
	padding:0 10px;
	margin-bottom: 50px;
	text-align: center;
}

.torapo2_1 img{
	display: block;
	margin: 0 auto 40px;
}

.torapo2_1 p{
	font-size: 16px;
	margin-bottom: 14px;
}

.torapo2_2{
	border:4px solid #0d8f45;
	border-radius: 40px;
	padding:40px 20px;
	margin-bottom: 30px;
}

.torapo2_2 > img{
	display: block;
	margin:0 auto 40px;
}

.torapo2_2 > p{
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin:0 auto 20px;
	color:#0d8f45;
}

.torapo2_2 > p > span{
	display: inline-block;
}

.torapo2_2 > table{
	margin:0 auto;
	font-size: 18px;
}

.torapo2_2 > table th{
	white-space: nowrap;
	vertical-align: top;
}

.torapo2_3{
	display: block;
	margin:0 auto;
}

.torapo3{
	padding:0 20px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.torapo3 > p:nth-of-type(1){
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color:#ff7f00;
	text-align: center;
	margin-bottom: 20px;
}

.torapo3 > p:nth-of-type(1) span{
	display: inline-block;
}

.torapo3 > ul{
	margin-bottom: 20px;
}

.torapo3 > ul > li{
	font-size: 16px;
	margin-bottom: 4px;
	padding-left: 20px;
	position: relative;
}

.torapo3 > ul > li:before{
	content:"・";
	display: block;
	position: absolute;
	top:0;
	left: 0;
}

.torapo3 > p:nth-of-type(2){
	padding-left: 20px;
	font-size: 16px;
}

.torapo3_img{
	text-align: right;
	margin-top: 30px;
}

.torapo4{
	padding:0 20px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.torapo4 > p:nth-of-type(1){
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color:#ff7f00;
	text-align: center;
	margin-bottom: 30px;
}

.torapo4 > p:nth-of-type(1) span{
	display: inline-block;
}

.torapo_tl{
	margin-bottom: 50px;
}

.torapo_tw{
	display: table;
	margin:0 auto 50px;
}

.torapo4_img{
	display: block;
	margin:0 auto;
}

.info_list{
	padding:0 20px;
}

.info_list > li{
	margin-bottom: 50px;
}

.info_list > li > p{
	color:#f45d48;
	margin-bottom: 5px;
}

.info_list > li > h3{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #078080;
}

.info_list > li > div a{
	color:#f45d48;
	text-decoration: underline;
}

.info_list > li > div a:hover{
	text-decoration: none;
	color:#078080;
}

.news_pagenavi{
	margin-top: 50px;
}

.news_pagenavi .wp-pagenavi{
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_pagenavi .wp-pagenavi > *{
	margin:0;
}

.news_pagenavi .wp-pagenavi > .page , .news_pagenavi .wp-pagenavi > .current{
	border-radius: 5px;
	width:38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #ccc;
	margin:0 3px;
}

.news_pagenavi .wp-pagenavi a{
	color:#000;
}

.news_pagenavi .wp-pagenavi > .current{
	border:1px solid #000;
}

.news_pagenavi .wp-pagenavi > .page:hover{
	border:1px solid #000;
}

.news_pagenavi .wp-pagenavi > .pages , .news_pagenavi .wp-pagenavi > .extend{
	display: none;
}

.news_pagenavi .wp-pagenavi > .previouspostslink{
	border:0;
	padding:0;
	margin:0;
	margin-right: 10px;
}

.news_pagenavi .wp-pagenavi > .nextpostslink{
	border:0;
	padding:0;
	margin:0;
	margin-left: 10px;
}

.news_pagenavi .wp-pagenavi > .first{
	border:0;
	padding:0;
	margin:0;
	margin-right: 10px;
}

.news_pagenavi .wp-pagenavi > .first img{
	display: block;
}

.news_pagenavi .wp-pagenavi > .last{
	border:0;
	padding:0;
	margin:0;
	margin-left: 10px;
}

.news_pagenavi .wp-pagenavi > .last img{
	display: block;
}

.top_search{
	padding:0 10px;
	margin-bottom: 50px;
}

.top_search_h{
	font-size: 20px;
	line-height: 1;
	color:#078080;
	font-weight: bold;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	text-align: center;
	margin-bottom: 15px;
}

.top_search select{
	width:100%;
	height: 50px;
	display:block;
	border:3px solid #434343;
	border-radius: 10px;
	padding:0 20px;
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を非表示 */
	background: url("images/select_ar.png") no-repeat 98% center #fff;
}

.kantan_kikan{
	margin-bottom: 40px;
}

.top_area{
	padding:30px 20px;
	border:3px solid #434343;
	border-radius: 10px;
}

.top_area_list{
	display: flex;
	flex-wrap: wrap;
}

.top_area_list > label{
	display: flex;
	align-items: center;
	width:33.3333333333333333%;
	margin-bottom: 20px;
}

.top_area_list > label input{
	display: block;
	border:2px solid #434343;
	width:26px;
	height: 26px;
	margin:0;
	margin-right: 10px;
}

.top_area .checkclear{
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.top_area .checkclear > p{
	width:calc( 50% - 5px );
	max-width: 150px;
	margin: 0 5px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	background: #f8f5f2;
	cursor: pointer;
	transition: .2s;
}

.top_area .checkclear > p:hover{
	background: #078080;
	color:#fff;
}

@media screen and (max-width:500px) {
	.top_area_list > label{
		width:50%;
	}
}

.top_search_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.top_search_btn input{
	-webkit-appearance: none;
	display: block;
	width:260px;
	height: 74px;
	margin-right: 30px;
	background:url("images/top_search_btn.webp") no-repeat center/cover;
	transition: .3s;
	border:0;
	padding:0;
}

.top_search_btn input:hover{
	opacity: 0.6;
}

.top_search_btn > img{
	width:calc( 100% - 290px );
	max-width: 144px;
}

@media screen and (max-width:450px) {
	.top_search_btn input{
		margin-right: 0;
	}
	
	.top_search_btn > img{
		display: none;
	}
}

.offer_list{
	padding:0 10px;
}

.offer_list_box{
	position: relative;
	padding:20px 0 0;
	margin-bottom: 25px;
}

.offer_list_box .top_new_content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.offer_list_box .top_new_img{
	width:48%;
}

.offer_list_text{
	width:48%;
}

.offer_list_wrap .wpfp-span{
	display: none;
}

.offer_list_box .remfav > a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:30px;
	height: 30px;
	background:#ccc;
	font-size: 30px;
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top:5px;
	right:-5px;
	z-index: 2;
	border-radius: 50px;
}

.search_modal_wrap{
	width:100%;
	height: 100dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:20px 10px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.search_modal_bg{
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.80);
	position: absolute;
	top:0;
	left: 0;
}

.search_modal{
	width:100%;
	max-width: 500px;
	height: calc( 100dvh - 40px );
	position: relative;
	background:#fff;
	border-radius: 30px;
	padding:30px 20px;
	padding-right: 10px;
}

.search_modal_close{
	width:30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	border-radius: 100px;
	position: absolute;
	top:-10px;
	right:0;
	background:#f45d48;
}

.search_modal_box{
	width:100%;
	max-height: 100%;
	overflow: auto;
	padding-right: 10px;
}

.search_modal_box > form > div{
	margin-bottom: 20px;
}

.search_modal_box select{
	width:100%;
	height: 40px;
	display:block;
	border:1px solid #999;
	border-radius: 10px;
	padding:0 20px;
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を非表示 */
	background: url("images/select_ar.png") no-repeat 98% center #fff;
}

.search_modal_box .d_check{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}

.search_modal_box .d_check label{
	width:calc( ( 100% - 20px ) / 3 );
	margin-bottom: 10px;
	margin-right: 10px;
}

.search_modal_box .d_check label:nth-of-type(3n){
	margin-right: 0;
}

.search_modal_box .d_check label input{
	display: none;
}

.search_modal_box .d_check label span {
	display: block;
	border-radius: 50px;
	border:1px solid #999;
	padding:5px;
	text-align: center;
	cursor: pointer;
	transition: .2s;
}

.search_modal_box .d_check label input:checked + span {
	border:1px solid #078080;
	background: #078080;
	color:#fff;
}

.search_modal_box .checkclear{
	width:100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.search_modal_box .checkclear > p{
	margin:0 10px;
	color:#f45d48;
	text-decoration: underline;
	transition: .2s;
	cursor: pointer;
}

.search_modal_box .checkclear > p:hover{
	text-decoration: none;
	color:#078080;
}

.search_modal_box .d_input input{
	width:100%;
	height: 40px;
	display:block;
	border:1px solid #999;
	border-radius: 10px;
	padding:0 20px;
}

.search_modal_box .feas-submit-button{
	-webkit-appearance: none;
	display: block;
	width:260px;
	height: 74px;
	margin-right: 30px;
	background:url("images/top_search_btn.webp") no-repeat center/cover;
	transition: .3s;
	border:0;
	padding:0;
	margin:30px auto 0;
}

.search_modal_btn{
	width:calc( 100% - 20px );
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border-radius: 6px;
	background:#f45d48;
	border:1px solid #000;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	/*font-family: fot-tsukuardgothic-std, sans-serif;*/
	transition: .2s;
	cursor: pointer;
	margin:0 auto 20px;
}

.search_modal_btn:hover{
	background:#fff;
	color:#f45d48;
}

.search_modal_open .search_modal_wrap{
	opacity: 1;
	pointer-events: auto;
}

@media screen and (max-width:500px) {
	.search_modal_box .d_check label{
		width:calc( ( 100% - 10px ) / 2 );
	}
	
	.search_modal_box .d_check label:nth-of-type(3n){
		margin-right: 10px;
	}
	
	.search_modal_box .d_check label:nth-of-type(2n){
		margin-right: 0;
	}
}

/* エントリー */

.con_form{
	padding:0 10px;
}

.con_form_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.con_form_h{
	width:270px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0d8f45;
	color:#fff;
	border-radius: 10px;
	padding:0 10px;
	text-align: center;
}

.con_form_h > p > span{
	display: inline-block;
}

.con_form_text{
	width:calc( 100% - 280px );
	display: flex;
	justify-content: space-between;
}

.con_form_text_input{
	width:calc( 100% - 160px );
}

.con_form_text_input input{
	display: block;
	width:100%;
	height: 80px;
	border:1px solid #ccc;
	border-radius: 10px;
	background:#fff;
	padding: 0 10px;
	font-family: "fot-rodin-pron", sans-serif;
}

.con_form_text_input select{
	display: block;
	width:100%;
	height: 80px;
	border:1px solid #ccc;
	border-radius: 10px;
	background:url("images/sel_ar.png") no-repeat 98% center #fff;
	padding: 0 10px;
	font-family: "fot-rodin-pron", sans-serif;
	-webkit-appearance: none;
	appearance: none; /* デフォルトの矢印を無効 */
}

.con_form_text_input textarea{
	display: block;
	width:100%;
	height: 100px;
	border:1px solid #ccc;
	border-radius: 10px;
	background:#fff;
	padding: 10px;
	font-family: "fot-rodin-pron", sans-serif;
}

.name_kana{
	display: flex;
}

.name_kana > div{
	width:calc( 50% - 5px );
}

.name_kana > div:nth-of-type(1){
	margin-right: 10px;
}

.con_tel_bunkatsu > span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
}

.con_tel_bunkatsu > span > input[type="text"]{
	width:calc( ( 100% - 60px ) / 3 );
	font-size: 16px;
	padding-right: 0;
}

.con_form_text_must{
	width:150px;
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ff7f00;
	color:#fff;
	border-radius: 10px;
}

.con_pp{
	background:#fff;
	height: 200px;
	overflow-y: hidden;
	border:1px solid #ccc;
	border-radius: 10px;
}

.con_pp > ol{
	height: 100%;
	overflow-y: auto;
	padding:10px;
}

.con_pp > ol > li{
	margin-left: 20px;
	margin-bottom: 20px;
	list-style: decimal outside;
}

.con_pp > ol > li > span{
	display: block;
	font-weight: bold;
}

.con_pp_chk{
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

.con_pp_chk{
	margin-top: 30px;
}

.con_pp_chk label{
	display: flex;
	align-items: center;
	justify-content: center;
}

.con_pp_chk label input{
	width:30px;
	height: 30px;
	border-radius: 0;
	border:1px solid #ccc;
	margin:0;
	margin-right: 18px;
}

.submit{
	width:320px;
	display:table;
	margin:50px auto 0;
	border:1px solid #0d8f45;
	font-size:18px;
	line-height: 80px;
	color:#fff;
	background:#0d8f45;
	transition:.2s;
	cursor:pointer;
	text-align:center;
	-webkit-appearance: none;
	border-radius: 10px;
}

.submit:hover{
	background:#fff;
	color:#0d8f45;
}

.back{
	width:220px;
	display:table;
	margin:20px auto 0;
	border:1px solid #999;
	font-size:18px;
	line-height: 60px;
	color:#fff;
	background:#999;
	transition:.2s;
	cursor:pointer;
	text-align:center;
	-webkit-appearance: none;
	border-radius: 10px;
}

.back:hover{
	background:#fff;
	color: #999;
}

.error{
	display: block;
	color:#fff !important;
	padding: 0 10px;
	background:#f33 !important;
	font-size:14px;
	line-height:20px;
	margin-top:6px;
}

.con_readme{
	margin-top: 40px;
	display: none;
}

.con_readme > p{
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 950px){
	.con_form_h{
		width:200px;
	}
	
	.con_form_text{
		width:calc( 100% - 210px );
	}
	
	.con_form_text_input{
		width:calc( 100% - 110px );
	}
	
	.con_form_text_must{
		width:100px;
	}
}

.con_form_h{
	width:100%;
	min-height: 30px;
	justify-content: flex-start;
	padding:5px 10px;
	margin-bottom: 10px;
	text-align: left;
}

.con_form_text{
	width:100%;
}

.con_form_text_input input{
	height: 60px;
}

.con_form_text_input select{
	height: 60px;
	background-size: 18px auto;
}

.con_form_text_must{
	min-height: 60px;
}

.con_form_box{
	position: relative;
}

.con_form_text{
	width:100%;
}

.con_form_text_input{
	width:100%;
}

.con_form_text_input input{
	height: 36px;
}

.con_form_text_input select{
	height: 36px;
}

.con_tel_bunkatsu > span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
}

.con_tel_bunkatsu > span > input[type="text"]{
	width:calc( ( 100% - 40px ) / 3 );
	font-size: 14px;
}

.con_form_text_must{
	width:60px;
	height: 24px;
	min-height: 24px;
	position: absolute;
	top:5px;
	right: 5px;
	font-size: 12px;
}

.submit{
	width:240px;
	font-size: 16px;
	line-height: 60px;
}

.back{
	width:180px;
	font-size: 16px;
	line-height: 50px;
}

.hakenho_list2{
	margin-top: 10px;
}

.hakenho_list2 > li{
	list-style: disc outside;
	margin-left: 20px;
	margin-top: 4px;
}

.form_mendan_link{
	color: #0070c0;
    text-decoration: underline;
}

.form_mendan_link:hover{
	color: #f45d48;
    text-decoration: none;
}

/* エントリー end */

.niteiru{
	margin-top: 60px;
}

.niteiru_h{
	width:100%;
	max-width: 260px;
	margin:0 auto 30px;
}

.entry_info{
	width:calc( 100% - 20px );
	margin: 0 auto 10px;
}

.entry_info th{
	width:1px;
	padding-bottom: 10px;
	white-space: nowrap;
	vertical-align: top
}

.entry_info td{
	padding-bottom: 10px;
}

.entry_info td:nth-of-type(1){
	width:1px;
	white-space: nowrap;
	vertical-align: top
}

.entry_tel{
	width:calc( 100% - 20px );
	margin:0 auto 15px;
}

.entry_tel > a{
	color:#f45d48;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	text-decoration: none;
	display: table;
}

.entry_tel > a:hover{
	color:#078080;
}

.entry_free{
	width:calc( 100% - 20px );
	margin:0 auto 40px;
}

.entry_free a{
	text-decoration: underline;
	color:#078080;
}

.entry_free a:hover{
	color:#f45d48;
	text-decoration: none;
}

.offer_tbl{
	border:0;
}

.offer_tbl th{
	display: block;
	width:100%;
	background:none;
	border:0;
	padding:0;
	padding-left: 8px;
	margin-bottom: 10px;
	border-left:4px solid #f45d48;
}

.offer_tbl td{
	display: block;
	width:100%;
	padding:0;
	border:0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 14px;
}

.ft_btn{
	width:100%;
	max-width: 500px;
	position: fixed;
	left:50%;
	bottom:0;
	transform: translateX(-50%);
	z-index: 8;
}

.ft_btn > a{
	float:left;
	width: calc( 100% - 50px );
	height:50px;
	display: block;
	color:#fff;
	text-decoration: none;
}

.ft_btn > a:nth-of-type(1){
	background:#f45d48;
}

.ft_btn > a div{
	display: table;
	margin:0 auto;
}

.ft_btn > a img{
	width:30px;
	height:30px;
	display: block;
	float:left;
	margin:10px 10px 0 0;
}

.ft_btn > a p{
	float:left;
	font-size:12px;
	padding-top:10px;
}

.sp_keep_btn{
	position: absolute;
	bottom:0;
	right:0;
	width:50px;
}

.sp_keep_btn .wpfp-link img{
	display: none;
}

.sp_keep_btn .wpfp-link{
	display: block;
	width:50px;
	height:50px;
}

.sp_keep_btn .wpfp-link[title='<img src="https://hokkai-support.co.jp/wp2023/wp-content/themes/hokkai/job/images/offer_btn_keep.webp">'] {
	background:url(images/keep1_btn_sp.png) no-repeat 0 0;
}

.sp_keep_btn .wpfp-link[title='<img src="https://hokkai-support.co.jp/wp2023/wp-content/themes/hokkai/job/images/offer_btn_keep_off.webp">'] {
	background:url(images/keep2_btn_sp.png) no-repeat 0 0;
}

/* 2023.06.21 FIX */

.offer_star_wrap{
	padding:10px;
	background: #f8f5f2;
	border-radius: 10px;
}

.offer_star{
	display: flex;
	align-items: center;
	border-radius: 10px;
	border:1px solid #078080;
	background:#fff;
}

.offer_star_h{
	width:35%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right:1px solid #078080;
	padding:0 10px;
}

.offer_star_h img{
	width:100px;
}

.offer_star_icon{
	width:65%;
	padding:0 10px;
}

.offer_star_icon > div{
	display: flex;
	justify-content: space-around;
	max-width: 200px;
	margin:0 auto;
}

.offer_star_icon > div > div{
	width:40px;
	height: 40px;
	background: url("images/star_off.png") no-repeat center/contain;
}

.offer_star_icon > .offer_star1 > div:nth-of-type(1){
	background: url("images/star_on.png") no-repeat center/contain;
}

.offer_star_icon > .offer_star2 > div:nth-of-type(1) , .offer_star_icon > .offer_star2 > div:nth-of-type(2){
	background: url("images/star_on.png") no-repeat center/contain;
}

.offer_star_icon > .offer_star3 > div{
	background: url("images/star_on.png") no-repeat center/contain;
}

.offer_para{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

.offer_para_h{
	width:100px;
	line-height: 30px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	border-radius: 4px;
	background:#078080;
}

.offer_para_box{
	width:calc( 100% - 110px );
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.offer_para_text1{
	width:50px;
	line-height: 1.3;
	font-weight: bold;
}

.offer_para_text2{
	width:50px;
	line-height: 1.3;
	font-weight: bold;
	padding-left: 6px;
}

.offer_para_meter{
	position: relative;
	width:calc( 100% - 100px );
	display: flex;
	justify-content: space-between;
}

.offer_para_meter > div{
	background:#d3d3d3;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}

.offer_para_meter_1 > div:nth-of-type(1){
	background:#078080;
}

.offer_para_meter_2 > div:nth-of-type(2){
	background:#078080;
}

.offer_para_meter_3 > div:nth-of-type(3){
	background:#078080;
}

.offer_para_meter_4 > div:nth-of-type(4){
	background:#078080;
}

.offer_para_meter > div > p{
	width:300%;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4;
	position: absolute;
	bottom:26px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.offer_para_meter > div:last-of-type{
	border-radius: 0;
	height: 2px;
	width:100%;
	position: absolute;
	left: 0;
	top:50%;
	z-index: 1;
	margin-top: -1px;
}

@media screen and (max-width: 450px){
	.offer_para{
		margin-top: 20px !important;
	}
	
	.offer_para_h{
		width:100%;
	}
	
	.offer_para_box{
		width:100%;
	}
	
	.offer_para_box{
		margin-top: 10px;
	}
	
	.offer_para_box_text{
		margin-top: 30px;
	}
	
	.offer_para_meter{
		width:calc( 100% - 88px );
	}
	
	.offer_para_text1{
		width:44px;
		font-size: 12px;
	}
	
	.offer_para_text2{
		width:44px;
		font-size: 12px;
	}
	
	.offer_para_meter > div > p{
		width:340%;
	}
}

/* 2023.06.21 FIX end */

.ft_logo{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background:#fff;
	padding:20px 10px;
}

.ft_logo > a{
	width:50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 5px;
	background:#fff;
	border-radius: 30px;
}

.ft_logo > a:hover{
	opacity: 0.6;
}

.ft_logo > a > img{
	height: 100%;
}

/* 職種別 */

.job_cat{
	max-width: 440px;
	margin:0 auto 40px;
	padding:0 10px;
	margin-bottom: 30px;
}

.job_cat_img{
	display: block;
	margin:0 auto 30px;
}

.job_cat_h{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-left: 5px solid #f45d48;
	padding-left: 10px;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.job_cat_h > p:nth-of-type(1){
	padding-right: 20px;
}

.job_cat_h > p:nth-of-type(2){
	color:#078080;
	font-family:Arial, Helvetica, "sans-serif";
	font-size: 18px;
}

.job_cat_text{
}

.job_cat_point{
	padding-bottom: 20px;
}

.job_cat_point_box{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.job_cat_point_box > div:nth-of-type(1){
	width:76px;
}

.job_cat_point_box > div:nth-of-type(2){
	width:calc( 100% - 90px );
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}

.job_cat_staff{ 
	border:4px solid #078080;
	border-radius: 20px;
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.job_cat_staff_h{
	width:240px;
	margin:0 auto 20px;
}

.job_cat_staff_text{
	width:65%;
}

.job_cat_staff_img{
	width:31%;
}

.job_cat_list_h{
	padding:4px 10px;
	background: url("images/bg2.png") repeat;
	color:#fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.oshigoto_ban{
	max-width: 500px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 10px;
}

.oshigoto_ban > a{
	width:49%;
	margin-bottom: 10px;
}

.oshigoto_ban > a:hover{
	opacity: 0.6;
}

/* 職種別 end */

/* TOP キーワード部分 */

.top_tag_wrap{
	padding:0 20px;
	margin-bottom: 30px;
}

.top_tag_wrap .offer_h{
	font-size: 16px;
	border-radius: 6px;
}

.top_tag_box{
	margin-bottom: 15px;
}

.top_tag_h{
	position: relative;
	padding:5px 4px;
	padding-right: 30px;
	font-size: 16px;
	line-height: 1.4;
	color:#078080;
	border-bottom: 1px solid #078080;
	margin-bottom: 15px;
}

.top_tag_h img{
	width:13px;
	position: absolute;
	top:50%;
	right: 8px;
	margin-top: -4px;
	transition: .2s;
}

.top_tag_open img{
	transform: rotate(180deg);
}

.top_tag_aco > p{
	padding:0 4px;
	margin-bottom: 6px;
}

.top_tag_aco .top_tag_list{
	width:100%;
	margin-bottom: 4px;
}

.top_tag_aco .top_tag_list > li > a{
	height: 26px;
	padding: 0 10px;
}

/* TOP キーワード部分 end */

/* top_main */

.top_main{
	padding:20px 10px 40px;
	padding-top: 40px;
	background: url("images/top_main_bg.webp") no-repeat bottom/cover;
	position: relative;
}

.top_main_logo{
	display: block;
	max-width: 440px;
	margin:0 auto 20px;
}

.top_main_man{
	position: absolute;
	bottom:0px;
	left: 5px;
	width:90px;
	pointer-events: none;
}

.top_main_lady{
	position: absolute;
	bottom:0px;
	right: 5px;
	width:84px;
	pointer-events: none;
}

@media screen and (max-width: 400px){
	.top_main_man{
		width: 80px;
	}
	
	.top_main_lady{
		width:74px;
	}
}

/* top_main end */

.offer_youtube{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}

.offer_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.d_box_jikan2{
	margin-top: -10px;
}

.d_box_jikan2 .d_check{
	justify-content: center;
}

.d_box_jikan2 .d_check label{
	margin:0 5px;
	width:calc( 50% - 10px );
	max-width: 180px;
}

.aida_de{
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}

@media screen and (max-width: 450px){
	.d_box_jikan2 .d_check label{
		width:100%;
		margin:0 0 10px;
	}
}

.top_rank{
	padding:50px 10px;
	background:#f8f5f2;
	margin-bottom: 40px;
}

.top_rank_h{
	margin-bottom: 10px;
}

.top_rank_box{
	border:1px solid #f45d48;
	background:#fff;
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 20px;
	text-decoration: none;
}

.top_rank_img{
	width:50%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: #f2ece7;
	transition: .3s;
}

.top_rank_box:hover .top_rank_img{
	opacity: 0.6;
}

.top_rank_text{
	width:50%;
	padding:10px 10px 0;
}

.top_rank_star{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.top_rank_star > div{
	width:56px;
	height: 54px;
	margin-right: 10px;
}

.top_rank_box:nth-of-type(1) .top_rank_star > div{
	background: url("images/rank_1.png") no-repeat center/contain;
}

.top_rank_box:nth-of-type(2) .top_rank_star > div{
	background: url("images/rank_2.png") no-repeat center/contain;
}

.top_rank_box:nth-of-type(3) .top_rank_star > div{
	background: url("images/rank_3.png") no-repeat center/contain;
}

.top_rank_star > p{
	padding:6px 10px;
	color:#fff;
	border-radius: 20px;
	background: #078080;
}

.top_rank_star > p span{
	display: block;
	line-height: 1.3;
	text-align: center;
}

.top_rank_box_h{
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	color: #f45d48;
	margin-bottom: 10px;
}

.top_rank_text_link{
	width: calc( 100% + 20px );
	height: 38px;
	display:flex;
	align-items: center;
	padding:0 10px;
	background: #f2ece7;
	margin-left: -10px;
	color:#078080;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
}

.top_rank_text_link > p{
	padding-right: 15px;
	background: url("images/ar3.png") no-repeat right center;
}

.top_rank_box:hover .top_rank_text_link{
	background:#078080;
	color:#fff;
}

@media screen and (max-width: 450px){
	.top_rank_star > div{
		width:30px;
		height: 30px;
	}
	
	.top_rank_star > p{
		font-size: 12px;
		padding:4px 6px;
	}
}

.top_rank_list2 > a{
	border:1px solid #f45d48;
	background:#fff;
	display: flex;
	text-decoration: none;
	padding:10px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.top_rank_list2 > a:hover{
	border:1px solid #078080;
}

.top_rank_list2 > a:last-of-type{
	margin-bottom: 0;
}

.top_rank_list2 > a > div{
	display: flex;
	align-items: center;
	white-space: nowrap;
	padding-right: 10px;
}

.top_rank_list2 > a > div > p:nth-of-type(1){
	color:#078080;
	font-weight: bold;
	font-size: 18px;
	width:65px;
}

.top_rank_list2 > a > div > p:nth-of-type(2){
	width:90px;
	font-size: 12px;
	padding:4px 0;
	color:#fff;
	text-align: center;
	border-radius: 20px;
	background: #078080;
	white-space: normal;
}

.top_rank_list2 > a > div > p:nth-of-type(2) span{
	display: inline-block;
}

.top_rank_list2 > a > h3{
	display: flex;
	align-items: center;
	font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #f45d48;
	transition: .3s;
}

.top_rank_list2 > a:hover > h3{
	color:#078080;
}

.offer_meyasu_wrap{
	justify-content: center;
}

.offer_meyasu{
	width:calc( 100% - 30px );
	height: 90px;
	padding:10px 0;
	display: flex;
	align-items: center;
	position: relative;
}

.offer_meyasu_block{
	width:33.333333333333%;
	height: 100%;
	border-right: 2px solid #ccc;
}

.offer_meyasu_block{
	width:11.1111111111111%;
	height: 40px;
}

.offer_meyasu_block1{
	width:34%
}

.offer_meyasu_block2{
	width:12%;
}

.offer_meyasu_block3{
	width:10%
}

.offer_meyasu_block4{
	width:17%;
}

.offer_meyasu_block5{
	width:9%;
}

.offer_meyasu_block6{
	width:9%;
}

.offer_meyasu_block7{
	width:9%;
}

.offer_meyasu_block:nth-of-type(1){
	border-left: 2px solid #ccc;
}

.offer_meyasu > p{
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
}

.offer_meyasu_text1{
	position: absolute;
	top:0;
	left: 0;
	transform: translateX(-25%);
}

.offer_meyasu_text2{
	position: absolute;
	top:0;
	left: 33.3333333333%;
	transform: translateX(-50%);
}

.offer_meyasu_text3{
	position: absolute;
	top:0;
	left: 66.66666666666%;
	transform: translateX(-50%);
}

.offer_meyasu_text4{
	position: absolute;
	top:0;
	left: 100%;
	transform: translateX(-50%);
}

.offer_meyasu_text5{
	width:33.333333333333%;
	text-align: center;
	position: absolute;
	bottom:0;
	left: 0;
}

.offer_meyasu_text6{
	width:33.333333333333%;
	text-align: center;
	position: absolute;
	bottom:0;
	left: 33.3333333333%;
}

.offer_meyasu_text7{
	width:33.333333333333%;
	text-align: center;
	position: absolute;
	bottom:0;
	left: 66.66666666666%;
}

.offer_meyasu_meter{
	height: 30px;
	position: absolute;
	top:50%;
	left: 0;
	background-image: linear-gradient(90deg, rgba(253, 205, 198, 1), rgba(245, 93, 72, 1));
	transform:translateY(-50%) scaleX(0);
	transition: 1s;
	transform-origin: left
}

.offer_meyasu_text_tani{
	position: absolute;
	top:0;
	right:-10px;
}

.offer_meyasu_text_100{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 34%;
	transform: translateX(-50%);
}

.offer_meyasu_text_130{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 46%;
	transform: translateX(-50%);
}

.offer_meyasu_text_150{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 56%;
	transform: translateX(-50%);
}

.offer_meyasu_text_200{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 73%;
	transform: translateX(-50%);
}

.offer_meyasu_text_250{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 44.4444444444444%;
	transform: translateX(-50%);
}

.offer_meyasu_text_300{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 82%;
	transform: translateX(-50%);
}

.offer_meyasu_text_350{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 66.6666666666666%;
	transform: translateX(-50%);
}

.offer_meyasu_text_400{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 91%;
	transform: translateX(-50%);
}

.offer_meyasu_text_450{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 88.8888888888888%;
	transform: translateX(-50%);
}

.offer_meyasu_text_500{
	text-align: center;
	position: absolute;
	bottom:0;
	left: 100%;
	transform: translateX(-50%);
}

@media screen and (max-width: 450px){
	.offer_meyasu_wrap{
		justify-content: flex-start;
	}
	
	.offer_meyasu{
		width:calc( 100% - 14px );
	}
}



































