@charset "utf-8";

/*------------------------------------------------------------
共通
------------------------------------------------------------*/
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;
}
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;
}
.sp {
	display: none!important;
}
.pc {
	display: block!important;
}
.tab{
	display: none!important;
}
.hidden{
	opacity: 0;
}
.wrapper {
	overflow: hidden;
}
.container{
	position: relative;
	width: 1340px;
    /*max-width: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

section{
	margin: 0 0 140px 0;
}

.ttl_03{
	font-size: 2.5rem;
	position:relative;
	margin-bottom: 0px;
	text-align: center;
	letter-spacing:0.08em;
}
.btn{
}
.btn a, .btn button{
	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: white;
	background: #44bee9;
}
small{
	font-size: 0.8rem;
	font-weight: 300;
}
i{
	font-family: "Font Awesome 5 Free";
}
.swiper{
	width: 100%;
}
.swiper2-button-next, .swipersp-button-next, .swiper2-button-prev, .swipersp-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-prev:after, .swiper2-button-prev:after, .swipersp-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content: "";
    display: block;
    position: absolute;
	background: url(../img/slide_left.png) no-repeat;
	width: 29px;
	height: 21px;
	background-size:100%; 
}
.swiper-button-next:after, .swiper2-button-next:after, .swipersp-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content: "";
    display: block;
    position: absolute;
	background: url(../img/slide_right.png) no-repeat;
	width: 29px;
	height: 21px;
	background-size:100%; 
}
.swiper-button-prev, .swiper2-button-prev, .swipersp-button-prev, .swiper-rtl .swiper-button-next{
	left: 0;
	margin-top: 15px;
}
.swiper-button-next, .swiper2-button-next, .swipersp-button-next, .swiper-rtl .swiper-button-prev{
	right: 0;
	margin-top: 15px;
}
input[type="submit"] {
    -webkit-appearance: none;
}
/*============================
#header
============================*/
#header{
	color: white;
	background: #44bee9;
	margin-bottom: 10px;
	position: fixed;
    z-index: 999;
    width: 100%;
	/*
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 999;
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
	transition: height 0.3s ease;
	*/
}
/*
.scrl{
	height: 60px!important;
}*/
#header .header_head{
	overflow: hidden;
}
#header .top_txt{
	margin-bottom: 0;
	line-height: 1;
}
#header h1{
	float: left;
	width: auto;
	margin-top: 40px;
}
#header nav{
	float: right;
	width: auto;
	margin-right: 80px;
	position: relative;
	margin-top: 40px;
}
#header nav ul{
	text-align: center;
	margin-right: 60px;
}
#header nav li{
	display: inline-block;
	font-weight: 500;
	padding: 0 20px;
}
#header nav a{
	display: block;
	position: relative;
}
/*
#header nav a:hover::before{
	position: absolute;
	content: "";
	background: #0080cc;
	width: 20px;
	margin-left: -10px;
	height: 2px;
	bottom: -10px;
	left: 50%;
}
*/
#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%;
	margin-bottom: 2px;
}
#header nav .sp-nav {
	position: fixed;
	right: -100%;
	top: 0;
	width: 30%;
	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;
}
/*============================
#mv
============================*/
#mv{
	position: relative;
	color: #888888;
	font-size: 1.6rem;
	margin: 0;
	background: #44bee9;
	height: 560px;
	background: url("../img/mv_pc.png") no-repeat center center;
	width: 100%;
	margin-top: 128px;
}

#mv::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	background: #EA7300;
	top: 0;
	right: 0;
}
@media only screen and (max-width: 1270px){
	#mv{
		background: url("../img/mv_tab.png") no-repeat center center;
	}
}
@media only screen and (max-width: 998px){
	#mv{
		background: url("../img/mv_tab3.png") no-repeat center center;
	}
}
@media only screen and (max-width: 768px){
	#mv{
		margin-top: 94px;
	}
	#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;
	}
}
/*
#mv::before{
    content: "";
    background: url("../img/bg_mv.png") no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	max-width: 1458px;
    height: 560px;
}
#mv .container{
	position: absolute;
	background-attachment: fixed;
	max-width: 540px;
	top: 0;
	right: 0;
	background: linear-gradient(170deg, rgba(255,255,255,1) 0%, rgba(227,244,248,1) 80%, rgba(192,231,239,1) 100%);
	height: 560px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	margin: 0 auto;
	border-right: 10px solid #EA7300;
}
*/
#mv .mv_innr{
	position: relative;
	width: 1340px;
	margin: 0 auto;
	z-index: 100;
}
#mv .ttl_02{
	position: absolute;
	top: 0;
	left: 0;
}
#mv .mv_contents{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-flex: 0;
	width: 215px;
	margin-top: 160px;
}
#mv .ttl_03{
	font-size: 2.4rem;
	color: #EA7300;
	font-weight: 500;
	line-height: 1.2;
    margin-bottom: 20px;
    text-align: left;
}
#mv .step{
	font-size: 1.2rem;
}
#mv p{
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 500;
}
#mv .input{
	margin: 10px 0 20px;
}
#mv input, #mv select{
	background: #D7D7D7;
	border-radius: 5px;
	border: none;
	height: 50px;
	width: 80%;
	outline: none;
	padding: 5px 10px;
}
#mv .btn {
	display: inline-block;
    vertical-align: middle;
}
#mv .btn a, #mv .btn button{
	position: relative;
	color: white;
	font-size: 1.6rem;
	padding: 0;
    font-weight: 400;
	border-radius: 0px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width: 50px;
    padding: 5px 0px;
	box-shadow: none;
	line-height: 1;
}
#mv .btn a:after, #mv .btn button:after{
	position: absolute;
	content: "";
	width: 0;
    height: 0;
	top: 0;
	right: -14px;
    border-left: 14px solid #EA7300;
    border-top: 14px solid transparent;
    border-bottom: 12px solid transparent;
}
#mv ul{
	display: inline-block;
	margin-left: 16px;
	vertical-align: middle;
	margin-bottom: 4px;
}
#mv li{
	display: inline-block;
	font-size: 5px;
	color: #888888;
	margin-right: 3px;
}
#mv li.color{
	color: #EA7300;
}
#mv li:last-child{
	margin-right: 0;
}
/*============================
.column
============================*/
.column{
}
.column .column_box{
	overflow: hidden;
}
.column .column_innr{
	width: 28%;
    float: left;
    padding: 2%;
	margin-right: 1%;
}
.column .column_innr:last-child{
    margin-right: 0;
}
.column .txt_box{
}
.column .ttl_03{
	position: relative;
    margin-bottom: 40px;
	text-align: center;
	font-size: 2.5rem;
	color: white;
	font-weight: 500;
	overflow: hidden;
}
/*
.column .ttl_03{
	position: relative;
    margin-bottom: 40px;
    width: 100%;
    background: url(../img/bg_repert_r.png) no-repeat top right;
    height: 16px;
    background-size: 50%;
}
.column .ttl_03 span{
	text-align: center;
	font-size: 2.5rem;
	color: white;
	font-weight: 500;
}
.column .ttl_03:before{
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background: url("../img/bg_repert.png") repeat-x top left;
	width: 16px;
    height: 20px;
    background-size: 100%;
}
.column .ttl_03:after{
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	background: url("../img/bg_repert.png") repeat-x top right;
	width: 16px;
    height: 20px;
    background-size: 100%;
}
*/
.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_txt{
}

/*============================
#about
============================*/
#about{
	margin-top: 160px; 
}
#about .container{
	width: 980px; 
}
#about .column_box{
}
#about .column_innr{
}
#about .txt_box{
	margin: 0 auto;
}
#about .ttl_04{
	text-align: center;
	margin: 38px 0 25px;
	line-height: 2.1;
}
#about .column_icon{
	text-align: center;
}
.about .column_txt{
}

/*============================
#recommend
============================*/
#recommend{
	color: #646464;
}
#recommend .container{
}
#recommend .column_box{
	margin-bottom: 15px;
	position: relative;
	overflow: visible;
}
#recommend .column_innr{
    width: 100%;
    padding: 16px 2% 10px 2%;
    /*box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
	border-top-right-radius: 30px;*/
	float: none;
	box-sizing: border-box;
}
#recommend .swiper-wrapper{
	overflow: hidden;
}
#recommend .swiper-slide {
	/*float: left;*/
	width: 30%;
	margin-right: 3%;
	background: white;
	box-shadow: 0 4px 10px rgb(0,0,0,0.3);
	border-top-right-radius: 30px;
}
#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;
}
#recommend a{
	color: #646464;
}
#recommend .price{
	font-weight: 500;
	font-size: 2.6rem;
	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;
}
#recommend .adress i{
	margin-right: 5px;
}

#recommend .swiper-button-next, #recommend .swiper2-button-next, #recommend .swipersp-button-next, .swiper-rtl .swiper-button-prev, #recommend .swiper-button-prev, #recommend .swiper2-button-prev, #recommend .swipersp-button-prev, .swiper-rtl .swiper-button-next {
	display: none;
}
#recommend .swiper-wrapper{
	/*display: block;*/
	align-items: stretch;
}

/*============================
#voice
============================*/
#voice{
	color: #646464;
}
#voice .container{
}
#voice .column_box{
}
#voice .column_innr{
	background: linear-gradient(165deg, rgba(255,255,255,1) 0%, rgba(227,244,248,1) 61%, rgba(192,231,239,1) 100%);
	width: 33%;
	padding: 26px 8% 22px;
	margin-right: 2%;
}
#voice .txt_box{
	overflow: hidden;
}
#voice .column_icon{
	display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
#voice .ttl_04{
	display: inline-block;
    color: #0092B9;
    font-size: 1.5rem;
    margin: 0;
    vertical-align: middle;
}
#voice .column_txt{
	margin-top: 15px;
}
#voice .price{
	font-size: 1.6rem;
	margin-top: 20px;
	font-weight: 500;
}
#voice .voice_innr {
    width: 1250px;
    margin: 0 auto;
}
#voice .column_innr{
	background: linear-gradient(165deg, rgba(255,255,255,1) 0%, rgba(227,244,248,1) 61%, rgba(192,231,239,1) 100%);
	width: 100%;
	padding: 0;
}
#voice .voice_box{
	padding: 26px 8% 22px;
}
/*
#voice .swiper-slide:nth-child(even){
	margin-left: 20px;
}
.swiper-slide:nth-child(odd){
	margin-left: 20px;	
}
*/
/*============================
#carrer
============================*/
#carrer .container{
	position: relative;
}
#carrer .container:after{
	position: absolute;
	content: "";
	background: url("../img/txt_car.png") no-repeat;
	top: -60px;
    right: 190px;
	width: 215px;
	height: 133px;
	background-size: 100%;
}
#carrer .container_innr{
	width: 1250px;
	margin: 0 auto;
}
#carrer .column_box{
}
#carrer .column_innr{
    width: 198px;
    padding: 0;
    margin-right: 65px;
	box-shadow: none;
	margin: 0 auto;
}
#carrer .txt_box{
	margin-bottom: 10px;
}
#carrer .column_icon{
}
#carrer .ttl_04{
	font-size: 1.8rem;
	margin-top: 15px;
	color: white;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
#carrer .ttl_04 span{
	font-size: 1.0rem;
	margin-top: 2px;
    display: block;
}
#carrer .intro_box{
	margin-top: 15px;
}
#carrer .column_innr{
	float: none;
}
#carrer dl{
	overflow: hidden;
}
#carrer dt{
	float: left;
	width: 35%;
	font-size: 1.4rem;
	color : white;
}
#carrer dd:before{
	position: absolute;
	content: ":";
	top: 0;
	left: 7%;
}
#carrer dd{
	position: relative;
	float: left;
	width: 55%;
	padding-left: 10%;
	color : white;
}

/*============================
#flow
============================*/
#flow .container_innr{
	width: 990px;
	margin: 0 auto;
}
#flow ul{
	overflow: hidden;
}
#flow li{
	float: left;
	width: auto;
	position: relative;
	height: 130px;
	width: 130px;
	padding-right: 85px;
}
#flow li:last-child{
	padding-right: 0;
}
#flow li:after{
	content: "";
    position: absolute;
	top: 50%;
	right: 17%;
    margin-top: -8%;
    width: 30px;
    height: 30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#flow li:last-child:after{
	content: none;
}
#flow .list_in{
	text-align: center;
	position: relative;
	height: 130px;
	width: 130px;
}
#flow .list_in:before{
	content: "";
	background: white;
	height: 130px;
    width: 130px;
	border-radius: 50%;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
    left: 0;
}
#flow li:last-child .list_in:before{
	content: "";
	background: #E4E77F;
}
#flow .list_in span{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 700;
    color: #0092B9;
    line-height: 1.2;
}
#flow li:first-child .list_in span{
	color: #EA7300;
}
#flow .ttl_04{
	margin-top: 50px;
	font-size: 2.5rem;
	text-align: center;
	width: auto;
	position: relative;
}
#flow .ttl_04 span{
	border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 20px;
	color: white;
}
/*
#flow .ttl_04:after{
	position: absolute;
	content: "";
	background: url("../img/carrer_border.png") no-repeat;
    bottom: 20px;
    left: 50%;
	width: 584px;
	height: 1px;
	background-size: 100%;
}
*/
/*============================
#cv
============================*/
#cv{
	text-align: center;
}
#cv .ttl_03{
	font-size: 3.0rem;
	position: relative;
	display: inline-block;
    padding: 0 70px;
}
#cv .ttl_03 span{
	font-size: 4.5rem;
	font-style: italic;
	margin-right: 5px;
}
#cv .ttl_03:before{
	position: absolute;
	content: "";
	background: url("../img/icon_left.png") no-repeat top left;
    top: 10px;
    left: 0;
	width: 50px;
	height: 47px;
	background-size: 100%;
}
#cv .ttl_03:after{
	position: absolute;
	content: "";
	background: url("../img/icon_right.png") no-repeat top right;
    top: 10px;
    right: 0;
	width: 44px;
	height: 49px;
	background-size: 100%;
}
#cv .cv_txt{
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 20px 0 0;
	padding-bottom: 100px;
	color: white;
}
#cv .cv_txt:after{
	position: absolute;
	content: "";
	background: url("../img/icon_arr.png") no-repeat;
    bottom: 20px;
    left: 50%;
	width: 20px;
	height: 54px;
	background-size: 100%;
}
#cv .btn a{
	margin: 30px auto 0;
}
/*============================
#faq
============================*/
#faq{
}
#faq .faq_innr{
	border-top: 1px solid #fff;
}
#faq .faq_innr{
	margin: 30px auto;
	width: 700px;
}

#faq .fab_box{
	position: relative;
	padding: 25px 40px 0;
}

#faq .fab_box:before{
	position: absolute;
	content: "";
	background: url("../img/txt_q.png") no-repeat;
    top: 27px;
    left: 0;
	width: 30px;
	height: 34px;
	background-size: 100%;
}

#faq .fab_box:after{
	position: absolute;
	content: "";
	background: url("../img/fag_icon_minas.png") no-repeat;
    top: 10px;
    right: 0;
	width: 22px;
	height: 22px;
	background-size: 100%;
	cursor: pointer;
}

#faq .on:after{
	position: absolute;
	content: "";
	background: url("../img/faq_icon_plus.png") no-repeat;
    top: 10px;
    right: 0;
	width: 22px;
	height: 22px;
	background-size: 100%;
	cursor: pointer;
}

#faq .ttl_04{
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: white;
}
#faq .faq_txt{
	font-size: 1.7rem;
	font-weight: 300;
	color: white;
}

/*============================
#footer
============================*/
#footer{
	text-align: center;
	margin: 100px 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: 20px;
	margin-top: 30px;
	color: #D9D9D9;
	line-height: 1;
}
#footer small{
	margin-bottom: 7px;
	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;
	}
	#mv .mv_innr{
		width: 100%;
	}
	#mv .container{
		max-width: 220px;
	}
	.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%;
		height: 440px;
	}
	#voice .column_icon{
		margin-right: 10px;
	}
	#voice .voice_innr{
		width: 100%;
	}
	#carrer .container:after {
		right: 60px;
	}
	#carrer .container_innr {
		width: 100%;
	}
	
}
@media only screen and (max-width: 978px){
	.pc {
		display: none!important;
	}
	.tab{
		display: block!important;
	}
	#mv .img_mv{
	}
	#header .nav_con{
		margin-left: 5px;
	}
	#header .nav_con a{
		/* padding: 9px 5px; */
	}
	#header nav li{
		padding-top: 28px;
	}
	#header nav a{
		padding: 0 5px;
	}
	.column .ttl_03:before {
		left: -298px;
	}
	.column .ttl_03:after {
		right: -298px;
	}
	#about .container{
		width: 90%;
	}
	#about .about_innr{
		width: 100%
	}
	#voice .column_innr{
		height: 490px;
	}
	#voice .column_icon{
		margin-right: 5px;
	}
	#voice .ttl_04{
		font-size: 1.4rem;
	}
	#carrer .container:after {
		right: 0;
	}
	#faq .faq_innr{
		width: 100%;
	}
	#flow .container_innr{
		width: 100%;
	}
	#flow ul{
    	width: calc(215px * 3);
		text-align: center;
    	margin: 0 auto;
	}
	#flow ul .list_in{
	}
	#flow ul.tab{
		width: calc(215px + 130px);
		margin-top: 20px;
	}
	.burger-btn{
		display: block;
	}

}
@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;
		margin-top: 30px;
	}
	section{
		margin: 0 0 70px 0;
	}

	/*============================
	#header
	============================*/
	#header {
		margin-bottom: 70px;
	}
	#header .top_txt{
		font-size: 0.8rem;
		line-height: 1;
		margin: 8px 0 0 0;
	}
	#header .header_head{
		overflow: visible;
	}
	#header h1{
		margin-top: 20px;
	}
	#header nav {
		float: none;
		margin: 0;
	}
	#header nav ul {
		margin-top: 0;
	}
	.burger-btn{
	    top: 30px;
		right: 80px;
		display: block;
	}
	#header h1 img{
	}
	#header nav li{
		margin-bottom: 0;
	}
	#header .btn a{
	}
	#header .nav_con a{
		margin-left: 0;
		padding: 6px 3px;
		font-size: 1.3rem;
		height: 54px;
		width: 60px;
		line-height: 54px;
	}
	/*============================
	#mv
	============================*/
	#mv {
		background: none;
		height: 0;
    	box-sizing: border-box;
		padding-top: 106%;
	}
	#mv::before{
		background: url(../img/bg_mv_sp.jpg) no-repeat;
		width: 100%;
		height: 0;
		max-width: 100%;
		background-size: contain;
    	box-sizing: border-box;
		padding-top: 106%;
	}/*
	#mv::before{
		background: url(../img/bg_mv_sp.jpg) no-repeat;
		width: 100%;
		height: 0;
		max-width: 100%;
		background-size: contain;
    	box-sizing: border-box;
		padding-top: 58%;
	}*/
	#mv .ttl_02 {
		top : 180px;/*0*/
	}
	#mv .ttl_02 img{
		width: 90%;
    	height: auto;
	}
	#mv .ttl_p {
		font-size: 1.8rem;
		padding-right: 10%;
	}
	#mv .btn a{
		width: 250px;
	}
	#mv .container{
		display: none;
	}
	#mv .mv_contents{
		display: none;		
	}
	#mv .img_mv{
		padding-top: 15px;
		display: block;
		margin: 0;
		flex: none;
		width: 100%;
	}
	#mv .img_mv img {
		position: static;
		width: 100%;
		min-width: 100%;
	}
	/*============================
	#about
	============================*/
	#about{
		margin-top: 70px;
	}
	#about .column_box{
		display: block;
		overflow: visible;
	}
	#about .column_icon {
		width: auto;
		margin: 0 auto;
	}
	#about .ttl_04{
		margin: 18px 0 15px;
	}
	#about .column_innr{
		width: 100%;
		margin: 0 0 30px 0;
		float: none;
	}
	/*============================
	#recommend
	============================*/
	#recommend .column_box{
	}
	#recommend .column_icon {
	}
	#recommend .column_innr{
		width: 100%;
		padding: 10px 0;
		margin-right: 0;
		height: 430px;
	}
	#recommend .tags span{
		padding: 0 5px;
		margin: 0 4px 4px 0;
	}
	#recommend .swiper-button-next, #recommend .swiper2-button-next, #recommend .swipersp-button-next, .swiper-rtl .swiper-button-prev, #recommend .swiper-button-prev, #recommend .swiper2-button-prev, #recommend .swipersp-button-prev, .swiper-rtl .swiper-button-next {
		display: block;
	}
	#recommend .swiper-wrapper{
		display: flex;
	}
	#recommend .swiper-wrapper{
		overflow: visible;
	}
	#recommend .swiper-slide {
		float: none;
	}
	/*============================
	#voice
	============================*/
	#voice .column_icon{
		width: 70px;
    	height: 70px;
	}
	#voice .column_icon img{
		max-width: 100%;
		height: auto;
		vertical-align: top;
	}
	#voice .column_innr{
		height: 380px;
	}
	#voice .ttl_04{
		font-size: 1.3rem;
	}
	/*============================
	#carrer
	============================*/
	#carrer .container:after {
		content: none;
	}
	/*============================
	#flow
	============================*/
	
	#flow ul{
    	width: calc(112px * 3);
	}
	#flow ul.sp{
		width: calc(112px + 90px);
	}
	#flow li {
		height: 90px;
		width: 90px;
		padding-right: 22px;
	}
	#flow li:after {
		margin-top: -5%;
		width: 10px;
		height: 10px;
		right: 8px;
	}
	#flow ul .list_in{
		height: 90px;
    	width: 90px;
	}
	#flow .list_in:before {
		height: 90px;
    	width: 90px;
	}
	#flow .list_in span{
		font-size: 1.1rem;
	}
	#flow .ttl_04 {
		font-size: 1.8rem;
	}
	/*============================
	#cv
	============================*/
	#cv .ttl_03{
		font-size: 2.6rem;
		line-height: 1;
	}
	#cv .ttl_03 span{
		font-size: 4.0rem;
	}
	#cv .cv_txt{
		font-size: 1.6rem;
		line-height: 1.8;
	}
	/*============================
	#faq
	============================*/

	#faq .ttl_04{
		font-size: 1.6rem;
	}
	#faq .faq_txt{
		font-size: 1.4rem;
	}

}


/*============================
#register #request
============================*/

.under #header {
}
.under-contets{
	background: white;
	color: #888;
	padding: 80px 0 1px;
}
#register .ttl_03, #request .ttl_03 {
	color: #EA7300;
}
#register .ttl_03, #request .ttl_03 {
	margin-top: 60px;
}
#register .ttl_04, #request .ttl_04 {
	text-align: center;
}
#register .step, #request .step {
	width: 90%;
	max-width: 720px;
	padding: 0 0 60px 0;
	margin: 20px auto;
	position: relative;
}
#register .step:after, #request .step:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	left: 50%;
	background: #959595;
	margin-left: -40%;
	width: 72%;
    height: 3px;
    bottom: 33px;
}
#register .step li, #request .step li {
	color: #0092B9;
    width: 18%;
    display: inline-block;
	text-align: center;
	font-weight: 500;
	position: relative;
}
#register .step li:after, #request .step li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	bottom: -40px;
	left: 50%;
	background: #959595;
    margin-left: -15px;
	border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#register .step li.on:after, #request .step li.on:after {
	background: #0092B9;
	z-index: 100;
}
#register .btn_area, #request .btn_area {
	margin-top: 40px;
}
#register .btn, #request .btn {
	width: 49%;
	display: inline-block;
	margin-right: 0;
}
#register .btn:last-child, #request .btn:last-child {
	margin-right: 0;
}
#register .btn a, #registrequester .btn a {
	width: 220px;
    margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1;
}
#register .btn input, #register .btn button, #request .btn input, #request .btn button{
	display: block;
    padding: 15px 0;
    background: #EA7300;
    color: white;
    text-align: center;
    font-weight: 500;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
	width: 220px;
    margin: 0 auto;
	font-size: 1.6rem;
	outline: none;
	border: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}
#register .blue input, #request .blue input {
	background: #0092B9;
}
#register .one-btn .btn, #request .one-btn .btn {
	width: 100%;
}
#register .pri_h, #request .pri_h {
    font-size: 1.4rem;
}
#register .pri, #request .pri {
    border: #cccccc 1px solid;
    padding: 10px;
    margin: 0;
    height: 150px;
    overflow: auto;
    font-size: 1.2rem;
    text-align: left;
}
#register .pri_txt, #request .pri_txt {
	font-size: 1.4rem;
	margin-top: 20px;
	font-weight: 500;
}
#register .btn input[type="submit"][disabled], #request .btn input[type="submit"][disabled] {
	cursor: default;
	background: #959595;
	appearance: none;
	-webkit-appearance: none;
}
#register .btn button[type="submit"][disabled], #request .btn button[type="submit"][disabled] {
	cursor: default;
	background: #959595;
	appearance: none;
	-webkit-appearance: none;
}

.thanks .ttl_03{

}
.thanks {
	text-align: center;
}
.thanks_txt{
	margin: 50px 0;
	font-size: 1.4rem;
}
.under #footer{
	padding-top: 20px;
	margin-top: 10px;
}

/* form */
.Form{
	display: none;
}
.view{
	display: block;
}

.Form {
margin-left: auto;
margin-right: auto;
max-width: 720px;
font-size: 1.6rem;
}

.Form-Item {
padding-top: 24px;
padding-bottom: 24px;
}

.Form-Item-Label {
letter-spacing: 0.05em;
font-weight: bold;
font-size: 1.6rem;
}
.Form-Item-Label.isMsg {
margin-top: 8px;
margin-bottom: auto;
}

.Form-Item-Label-Required {
border-radius: 6px;
margin-right: 8px;
padding-top: 8px;
padding-bottom: 8px;
width: 48px;
display: inline-block;
text-align: center;
background: #5bc8ac;
color: #fff;
font-size: 14px;
}
#register .select, #request .select {
	font-size: 1.6rem;
}
.Form-Item-Input {
	padding: 0.1em 0.6em 0.1em 0.8em;
	margin: 0;
	border: none;
	height: 48px;
	width: 100%;
	font-size: 1.6rem;
	outline: none;
	background: #D7D7D7;
	border-radius: 6px;
	display: block;
	box-sizing: border-box;
}
.Form-Item-Select{
	background: #D7D7D7;
    margin: 0;
	height: 48px;
	border: none;
    outline: none;
    box-sizing: border-box;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    /* font-weight: bold; */
    padding: 0.6em 0.8em 0.5em 0.8em;
    line-height: 1.3;
	font-size: 16px;
}
.Select-ymd{
    width: 120px;
}
.Select-job{
    width: 100%;
}
.Form-Btn {
border-radius: 6px;
margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
width: 280px;
display: block;
letter-spacing: 0.05em;
background: #5bc8ac;
color: #fff;
font-weight: bold;
font-size: 20px;
}

.Form-Comfirm{
	font-size: 1.6rem;
	color: #888888;
}


@media screen and (max-width: 768px) {
	.under #header{
		height: 104px;
	}
}

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

	.Form {
		margin-top: 40px;
	}
	.Form-Item {
		padding-top: 16px;
		padding-bottom: 16px;
		flex-wrap: wrap;
	}
	.Form-Item-Label {
		max-width: inherit;
		display: flex;
		align-items: center;
		font-size: 15px;
	}
	.Form-Item-Label.isMsg {
		margin-top: 0;
	}
	.Form-Item-Label-Required {
		border-radius: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 32px;
		font-size: 10px;
	}
	.Form-Item-Input {
		margin-left: 0;
		margin-top: 18px;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}
	
	.Select-ymd{
		width: 4em;
	}
	.Form-Btn {
		margin-top: 24px;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 160px;
		font-size: 16px;
	}
	#register .btn input, #register .btn button, #request .btn input, #request .btn button {
		width: 150px;
	}
}


@media screen and (max-width: 768px) {
	#request {
		padding-top: 0;
	}
}

.require {
    float: right;
    background: #44bee9;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
}

.privacypolicy h2 {
    /* background: #f0f5f8;
    border-radius: 4px;
    font-size: 18px; */
    font-weight: bold;
    /* padding: 15px 20px 12px 20px; */
    margin: 0 0 20px 0;
}
.privacypolicy p,.main .box dd {
    /* font-size: 14px; */
    line-height: 1.8;
}
.privacypolicy p.txt_right {
    text-align: right;
}
.privacypolicy dl {
    margin: 30px 0 0 0;
}
.privacypolicy dt {
    /* color: #4893ce; */
    /* font-size: 15px; */
    font-weight: bold;
    margin: 10px 0;
}
.privacypolicy dd {
    margin: 0 0 40px 0;
}
.privacypolicy dd dt {
    /* font-size: 13px; */
    color: #28374e;
    margin: 0 0 10px 0;
}
.privacypolicy dd dd {
    padding: 0 0 0 35px;
}
.privacypolicy dl.contact_info {
    border: 2px solid #e3ebf9;
    padding: 20px 30px 25px 30px;
    margin: 0 0 30px 0;
}
.privacypolicy dl.contact_info dd {
    margin: 0;
}
.privacypolicy dl .indent {
    margin: 0;
}
.privacypolicy p,.main .box dd .indent_1 {
    /* font-size: 14px; */
    line-height: 1.8;
    padding-left: 0;
    margin-bottom: 5px;
}
.privacypolicy p,.main .box dd .indent_2 {
    /* font-size: 14px; */
    line-height: 1.8;
    padding-left: 20px;
    margin-bottom: 5px;
}
.privacypolicy p,.main .box dd .indent_3 {
    /* font-size: 14px; */
    line-height: 1.8;
    padding-left: 40px;
    margin-bottom: 5px;
}