@charset "utf-8";

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}
html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.6;
	color: #646464;
	letter-spacing:0.1em;
	background: #44bee9 !important;
}
img {
	vertical-align: bottom;
	border: none;
}
li {
	list-style: none;
}
.error-message{
	color: #c00;
}
p{
	font-size: 1.3rem;
	line-height: 2;
	font-weight: 300;
}
.gfont{
	font-family: 'Lato', sans-serif;
	letter-spacing:0.08em;
	font-weight:400;
}
a{
	background: none;
	text-decoration: none;
	color: white;
}
a:hover {
    color: #010e42;
}

.sp {
	display: none!important;
}
.pc {
	display: block!important;
}
.tab{
	display: none!important;
}
.hidden{
	opacity: 0;
}
.wrapper {
	overflow: hidden;
}
.container{
	position: relative;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
	padding-top: 0 !important;
}

.ttl_03{
	font-size: 2.5rem;
	position:relative;
	margin-bottom: 0px;
	text-align: center;
	letter-spacing:0.08em;
}
.btn{
}
.btn a{
	display: block;
	padding: 15px 0;
	width: 320px;
	background: #EA7300;
	color: white;
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
	border-radius: 20px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
	-webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
}
.contents{
	color: #646464;
	background: white;
	padding-top: 85px;
}
small{
	font-size: 0.8rem;
	font-weight: 300;
}
i{
	font-family: "Font Awesome 5 Free" !important;
}

.pagenation {
	text-align: center;
}
.pagenation li {
	display: inline;
	padding:10px 15px;
	border:1px #ccc solid;
	background: black;
	border-radius: 5px / 5px;
}
.pagenation .this {
	background-color:#21A0C2;
	color:#fff;
}
.pagenation .li:hover {
	background-color:#21A0C2;
}
input[type="submit"] {
    -webkit-appearance: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
} 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
} 
.clearfix {
	display: block;
}
/*============================
#header
============================*/
#header{
	color: white;
	background: #44bee9;
	margin: 0;
    position: fixed;
    padding: 0 0 30px;
    width: 100%;
	z-index: 999;
}
#header .header_head{
	overflow: hidden;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#header .nav_pro ul{
	text-align: center;
}

#header nav ul{
	text-align: right;
    font-size: 0;
	margin-top: 40px;
}
#header nav li{
	display: inline-block;
	/* font-weight: 500; */
	font-weight: lighter;
	padding: 0 20px;
    font-size: 13px;
}
#header nav a{
	display: inline-block;
	position: relative;
}
#header .nav_con{
	float: right;
	font-size: 1.5rem;
}
#header .nav_con a{
	/*background: linear-gradient(-45deg, #8bcebe 0%, #0080cc 100%);*/
	background: #EA7300;
	font-size: 2.0rem;
	font-weight: 500;
	color: white;
	display: block;
	text-align: center;
	height: 102px;
    width: 102px;
	border-radius: 50%;
	line-height: 102px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#header nav .sp-nav {
	position: fixed;
	right: -100%;
	top: 0;
	width: 70%;
	height: 100vh;
	background-color: #44bee9;
	transition: all 0.5s;
	z-index: 200;
	overflow-y: auto;
	margin: 0;
  }

#header nav .close .sp-nav {
	right: 0;
}
/* ------------------ */
  /* humberger-menu */
  /* ------------------ */

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 101;
}
.close .black-bg {
  opacity: 0.7;
  visibility: visible;
}
.burger-btn{
	display: block;
	width: 25px;
	height: 10px;
	position: absolute;
	z-index: 3;
	top: 7px;
    right: 0;
	background-color:transparent;
  	border: none;
}
.bar{
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
}
.bar_top{
	top: 0;
}
.bar_mid{
	top: 50%;
	transform: translate(-50%,-50%);
}
.bar_bottom{
	bottom: 0;
}
#header nav .close .burger-btn {
	z-index: 300;
}
#header nav .close .bar_top{
	transform: translate(-50%,10px) rotate(45deg);
	transition: transform .3s;
	top: -6px;
}
#header nav .close .bar_bottom{
	transform: translate(-50%,-10px) rotate(-45deg);
	transition: transform .3s;
	bottom: -5px;
}

#header .sp-nav ul {
	text-align: center;
	margin: 30px 0 0 0;
	margin-top: 90px;
}
#header h1 img{
}
#header .sp-nav li{
	display: block;
	font-size: 1.5rem;
	margin-bottom: 30px;
}
#header .sp-nav .btn a{
	padding: 10px 0;
	width: 200px;
	margin: 0 auto;
	border-radius: 15px;
	font-size: 1.6rem;
}
/*============================
.column
============================*/
.column{
}
.column .column_innr:last-child{
    margin-right: 0;
}
/*.column .ttl_03:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background: url("../img/bg_repert_l.png") no-repeat;
	width: 500px;
    height: 20px;
    background-size: 100%;
}
.column .ttl_03:after{
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	background: url("../img/bg_repert_r.png") no-repeat top right;
	width: 500px;
    height: 20px;
    background-size: 100%;
}*/
.column .ttl_04{
	font-size: 1.6rem;
	font-weight: 500;
}
.column .column_icon{
	font-size: 5.0rem;
	text-align: center;
	color: linear-gradient(-45deg, #8bcebe 0%, #0080cc 100%);
}
.column .column_icon img{
    max-width: 278px;
    max-height: 145px;
}
.column .column_txt{
}

/*============================
#pankuzu
============================*/
.fixed-area {
	/*position: fixed;*/
    width: 100%;
    background: #fff;
	z-index: 200;
}
#pankuzu{
    padding: 10px 0;
}
/*============================
#pankuzu
============================*/
#profile{
	margin-bottom: 30px;
}
#profile .profile_box{
	background: #E7F3F8;
	border-radius: 10px;
	padding: 15px;
	overflow: hidden;
}
#profile .profile_box_txt{
	float: left;
}
#profile h3{
	font-size: 2.0rem;
	font-weight: 700;
}
#profile .how{
	font-size: 1.4rem;
	font-weight: 500;
}
#profile .how_num{
	color: #EA7300;
	font-size: 2.0rem;
	margin-left: 10px;
}
#profile .how_bar{
	position: relative;
	background: white;
	width: 700px;
	height: 28px;
	border-radius: 20px;
	display: inline-block;
	margin: -8px 0 0 10px;
	vertical-align: middle;
}
#profile .how_bar:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: #EA7300;
	height: 28px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
#profile .p10:before{
	width: 10%;
}
#profile .p20:before{
	width: 20%;
}
#profile .p30:before{
	width: 30%;
}
#profile .p40:before{
	width: 40%;
}
#profile .p50:before{
	width: 50%;
}
#profile .p60:before{
	width: 60%;
}
#profile .btn{
	float: right;
	margin: 18px 0 0 0;
}
#profile .btn a{
    padding: 13px 0;
    width: 226px;
    font-size: 1.6rem;
}

/*============================
#conditions
============================*/
#conditions {

}
#conditions p{
	display: inline-block;
	margin-right: 30px;
}
#conditions .cond_box{
	display: inline-block;
	z-index: 101;
	position: relative;
}
#conditions .cond_h{
	display: inline-block;
	margin-right: 15px;
}
#conditions .cond_h:hover{
	cursor: pointer;
}
#conditions .cond_h.wb{
	font-weight: 700;
}
#conditions .cond_h i{
	margin-left: 5px;
}
#conditions .cond_cnt{
	display: none;
	padding: 10px;
	width: 500px;
	background: white;
	position: absolute;
}
#conditions h4{

}
#conditions h5{
	color: #21A0C2;
}
#conditions .cond_cnt.active{
	display: block;
}
#conditions li i{
}
#conditions .rec_num{
	margin: -10px 0 0 20px;
}
#conditions .rec_num span{
	color: #EA7300;
	font-size: 2.4rem;
	font-weight: 700;
}

#conditions .cond_column_innr_modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	width: 100%;
	z-index: 999;
}
#conditions .cond_modal_bg{
    /**display: none;**/
    background: none;
    height: 100vh;
    position: absolute;
    width: 100%;
}
#conditions .cond_cnt_inner{
	position: relative;
}
#conditions .cond_close-icon{
	position: absolute;
    content: "";
    top: 1%;
    right: 1%;
	font-size: 2.0rem;
	cursor: pointer;
	color: #21A0C2;
}
.container.flex {
    display: flex;
	padding-bottom: 15px;
	flex-wrap: wrap;
}
/*============================
#recommend
============================*/
#recommend{
	color: #646464;
	background: #F0F0F0;
	padding: 60px 0;
}
#recommend .container{
}
#recommend .column_box{
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#recommend .column_innr{
	background: white;
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
	border-top-right-radius: 30px;
	width: 19%;
    float: left;
	margin: 0 0.5% 15px;
	cursor: pointer;
}
#recommend .column_innr_pd{
	padding: 12px 2% 10px 2%;
}
#recommend .column_icon {
	position: relative;

}
#recommend .favcon{
	position: absolute;
    font-size: 2.8rem;
	color: #FF6B6B;
	top: 1px;
	right: 15px;
	line-height: 1;
}
#recommend .favcon.on{
	position: absolute;
    font-size: 2.8rem;
	color: #FF6B6B;
}
#recommend .swiper-wrapper{
	overflow: hidden;
}
#recommend .swiper-slide {
	float: left;
	width: 30%;
	margin-right: 3%;
}
#recommend .swiper-slide:last-child {
    margin-right: 0;
}
#recommend .txt_box{
	width: 278px;
	margin: 0 auto;
}
#recommend .ttl_04{
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
	margin-top: 10px;
	padding-right: 35px;
	height: 42px;
}
#recommend .price{
	font-weight: 500;
	font-size: 2.2rem;
	color: #EA7300;
	letter-spacing: 0rem;
}
#recommend .price span{
	font-size: 1.5rem;
}
#recommend .tags{
	font-size: 1.1rem;
	color: white;
	overflow: hidden;
}
#recommend .tags span{
	background: #21A0C2;
	border-radius: 15px;
	display: block;
	float: left;
	width: auto;
	padding: 0 16px;
    margin: 0 6px 6px 0;
}
#recommend .adress{
	font-size: 1.1rem;
	color: #828282;
	font-weight: 500;
	float: left;
	margin-bottom: 5px;
}
#recommend .adress i{
	margin-right: 5px;
}
#recommend .view {
	float: right;
	margin-bottom: 5px;
}

#recommend .ttl_03{
	text-align: left;
    margin: 40px 0 20px;
	font-size: 2.4rem;
	font-weight: 500;
}
#recommend .ttl_03 i{
	color: #FF6B6B;
	margin-right: 5px;
}

#recommend .btn {
	margin: 30px 0 0;
}
#recommend .btn a{
	width: 350px;
	margin: 0 auto;
    font-size: 1.6rem;
}

#recommend .swiper-button-next, .swiper-rtl .swiper-button-prev, #recommend .swiper-button-prev, .swiper-rtl .swiper-button-next {
	display: none;
}
#recommend .swiper-wrapper{
	display: block;
}

/* モーダルウィンドウ */
.column_innr_modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	width: 100%;
	z-index: 999;
}
.modal_bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal_content{
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
	width: 60%;
	height: 80%;
    position: fixed;
    top: 0;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    overflow-y: scroll;
	box-sizing: border-box;
}
.modal_job_description {
	min-height: 80%;
	height: 80%;
    overflow: auto;
}

/* モーダルウィンドウ 内容 */
#recommend .modal_container{
	position: relative;
	height: 88%;
}
#recommend .close-icon{
	position: absolute;
    content: "";
    top: 1%;
    right: 1%;
	font-size: 2.6rem;
	cursor: pointer;
	color: #21A0C2;
}

a.js-modal-close {
	display: none !important;
}

#recommend h3{
	font-size: 2.0rem;
	margin: 0 0 20px;
}

#recommend .modal_container_h{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 0 20px;
}

#recommend .modal_container_h dl{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	background: #f5f5f5;
}
#recommend .modal_container_h dl:last-child{
	border: none;
}

#recommend .modal_container_h dt{
	padding: 10px 2%;
	float: left;
	width: 26%;
	font-weight: 500;
}

#recommend .modal_container_h dd{
	padding: 10px 2%;
	float: left;
	width: 66%;
	font-weight: 300;
	background: #fff;
}

#recommend .modal_container_cnt dl{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;

}

#recommend .modal_container_cnt dt{
	padding: 10px 2%;
	float: left;
	width: 26%;
	font-weight: 500;
	color: #21A0C2;
	font-size: 1.4rem;
}

#recommend .modal_container_cnt dd{
	padding: 10px 2%;
	float: left;
	width: 66%;
	font-weight: 300;

}
.entryJob {
	margin: 15px auto;
	padding: 7px 20px;
	display: block;
	width: 150px;
	border-color: #008CBA;
	background-color: #008CBA;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	line-height: normal;
}

.entryCompleted {
	margin: 15px auto;
	padding: 7px 20px;
	display: block;
	width: 150px;
	border-color: #ccc;
	background-color: #ccc;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	line-height: normal;
}

.entryJob:hover {
	color: #fff;
	background-color: #007095;
}

@media only screen and (max-width: 1680px){
	#recommend .column_innr{
		width: 24%;
	}
}

@media only screen and (max-width: 1350px){
	#recommend .column_innr{
		width: 32%;
	}
}

@media only screen and (max-width: 990px){
	#recommend .column_innr{
		width: 47%;
	}
	#recommend .column_innr {
		padding: 16px 1% 10px 1%;
	}
}
/*============================
#footer
============================*/
#footer{
	text-align: center;
	margin: 20px auto 0;
	background: #44bee9;
	color: white;
}
#footer nav{

}
#footer ul{
	font-weight: normal;
	font-size: 1.2rem;
}
#footer li{
	display: inline-block;
	margin-right: 30px;
}
#footer li a{
	font-weight: normal;
    font-size: 1.4rem;
	font-weight: 400;
	cursor: pointer;
}
#footer .footer_info{
	font-size: 0.9rem;
	padding-bottom: 10px;
    margin-top: 8px;
	color: #D9D9D9;
}
#footer small{
	display: block;
}



@media only screen and (max-width: 1500px){
	#mv .container{
		max-width: 320px
	}
}
@media only screen and (max-width: 1350px){
	.container{
		width: 90%;
	}
	.img_res img{
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.column .column_box{
		width: 100%;
	}
	.column .ttl_03:before{
		left: -258px;
	}
	.column .ttl_03:after{
		right: -258px;
	}
	#recommend .swiper-slide {
		width: 32%;
		margin-right: 2%;
	}

	#recommend .column_innr {
		/*padding: 16px 1% 10px 1%;*/
	}
}
@media only screen and (max-width: 978px){
	#mv .img_mv{
	}
	#header .nav_con{
		margin-left: 5px;
		display: block!important;
	}
	#header .nav_con a{
		padding: 9px 5px;
	}
	#header nav a{
		padding: 0 5px;
	}
	.column .ttl_03:before {
		left: -298px;
	}
	.column .ttl_03:after {
		right: -298px;
	}
	.nav-wrap.sp {
		position: absolute;
		top: -19px;
	}

}
@media only screen and (max-width: 768px){
	/*============================
	.column
	============================*/
	.column{
	}
	.column .column_innr{
		width: 90%;
		margin-right: 12px;
	}
	.column .column_innr:last-child{
		margin-right: 0;
	}
	.column .column_box{
		overflow: visible;
	}
	.column .column_innr{
		float: none;
	}
	.column .ttl_03:before{
		content: none;
	}
	.column .ttl_03:after{
		content: none;
	}
	/*============================
	common
	============================*/
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	.ttl_03{
		font-size:2.6rem;
		margin-bottom:30px;
	}
	section{
		margin: 0 0 70px 0;
	}

	/*============================
	#header
	============================*/
	#header {
		margin: 0px 0;
	}
	#header .top_txt{
		font-size: 0.8rem;
		line-height: 1;
		margin: 8px 0 0 0;
	}
	#header h1{
		margin-top: 0px;
	}
	#header nav {
		float: none;
		margin: 0;
	}
	#header .nav_con{
		display: none!important;
	}
	#header nav ul {
		margin-top: 0;
	}
	.burger-btn{
		top: 15px;
	}
	#header h1 img{
	}
	#header nav li{
		margin-bottom: 0;
	}
	#header .btn a{
	}
	#pankuzu p{
		text-align: left;
	}
	/*============================
	#conditions
	============================*/
	#profile .profile_box{
		overflow: visible;
	}
	#profile .profile_box_txt{
		float: none;
	}
	#profile .btn{
		float: none;

	}
	#profile .how_bar{
		width: 100%;
		margin: 0;
	}
	/*============================
	#conditions
	============================*/
	#conditions p{
		display: block;
		margin: 0;
	}
	#conditions{
		margin: 0 0 10px 0;
	}
	#conditions .cond_cnt{
		width: 96%;
		padding: 10px 2%;
	}
	#conditions p{
		margin-bottom: 0;
	}
	#conditions .cond_h{
		margin-bottom: 10px;
	}
	#conditions .cond_box{
		display: block;
		width: 100%;
	}
	#conditions .rec_num {
		margin: 0px;
	}
	.conditions_box {
		width: 100%;
	}
	/*============================
	#recommend
	============================*/

	#recommend {
		margin: 0;
		padding-top: 40px;
	}
	#recommend .column_icon {
	}
	#recommend .column_innr{
		width: 98%;
		padding: 10px 0;
		margin-right: 0;
	}
	#recommend .tags span{
		padding: 0 5px;
		margin: 0 4px 4px 0;
	}
	#recommend .swiper-button-next, .swiper-rtl .swiper-button-prev, #recommend .swiper-button-prev, .swiper-rtl .swiper-button-next {
		display: block;
	}
	#recommend .swiper-wrapper{
		display: flex;
	}
	#recommend .swiper-wrapper{
		overflow: visible;
	}
	#recommend .swiper-slide {
		float: none;
	}
	#recommend .btn a{
		width: 320px;
	}
	.modal_content{
		width: 80%;
		padding: 20px;
	}
	#recommend .close-icon{
		right: 3%;
		top: 1%;
		line-height: 1;
	}
	#recommend h3 {
		font-size: 1.6rem;
		margin: 10px 0 15px;
	}
}
.content h3 {
    color: #cc0c2f;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.4em;
}
.container #pankuzu {
	color: #646464;
}
.cond_h {
	font-weight: bold;
}
div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #FFFFFF;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
	font-size: 15px;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 10px 5px 1px 7px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}
#header .header_head {
    overflow: hidden;
	display: block;
}
#header .top_txt {
    margin-bottom: 0;
    line-height: 1;
}
#header h1 {
    float: left;
    width: auto;
    margin-top: 40px;
}