@charset "UTF-8";
/*   
Version:ensya_base sp
*/

/* all display
-------------------------------------------------- */
/*--------------------basic-------------------------*/
a{text-decoration: none;}
a:hover{text-decoration:none;}
p{  display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
section{
	width:100%;
	max-width: 100%;
	margin:0 auto;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
/*--------------------head--------------------------*/
/*--header_line--*/
.header_line{
	display:none;
}
.header_line_inner{display:none;}
.header_line_box a{
  color:#fff;
  border-left:1px solid;
  padding:0 8px;
}
.header_line_box a:hover{text-decoration:underline;}
.header_line_box:nth-of-type(1){border-right:1px solid;}
/*--st-menubox--*/
#st-menubox{
	padding: 1px 0 0;
	box-shadow: 0px 1px 20px 0px #c5c5c563;
	background: #fffffff7;
}
#st-menuwide{
	width: 100%;
	height: 50px;
	display: flex;
	flex-flow:row;
	margin: 0 auto;
	padding-bottom: 0px;
}
.smanone{
	height: 50px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.smanone ul {
    display: flex;
    list-style: none;
    justify-content: center;
    font-size: 12px;
    width: 100%;
}
.smanone li {
    position: relative;
    width: 14px;
    margin: 0 20px;
    text-align: center;
    transform: translate( 0px, 10px);
}
.smanone ul:before{
    display:none;
}
.smanone li:after{
	content: "";
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: calc( 0% - 30px);
	border-bottom: 2px solid transparent;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.smanone li a:hover{
  text-decoration:none;
}
.smanone li a{
  display:block;
  font-weight: 600;
  color: #fff;
}
.smanone li:hover:after {
	display:none;
}
/*--scroll-header--*/
.scroll-header-a #st-menubox{
	padding: 0;
	box-shadow: 0 0 0 0;
	background: #82b7ac;
	margin: 0 auto;
	width: 100%;
	height: 50px;
}

.scroll-header-a .smanone li {
    width: 20%;
    margin: 0 0px;
    text-align: center;
    transform: translate(0px, 15px);
}
.scroll-header-a .smanone li:hover:after {
	border-bottom: 0px solid #ffffff00 !important;
}
.scroll-header-a {
    display: none;
    position: fixed;
    top: -70px;
    left: 0;
    width: 100%;
    background-color: #ff000000;
    z-index: 10000000;
    box-shadow: 0px 0px 0px #ddd0;
    height: 50px;
}

.scroll-header-a li a:hover {
  color: #f5942c;
  text-decoration:none;
  font-weight:bold;
}
.hover15 {
	display: block;
	padding: 0px;
	height: 43px;
	border-radius: 12px;
	background-color: #f5942c;
	color: #fff;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	left: 0;
	transform: translate(0px, 0px);
	width: 96%;
	bottom: 0px;
	position: fixed;
	margin: 0 2%;
	top: auto;
}
.hover15 p{
	min-width: 150px;
	display: block;
	transform: translate(0px, 10px);
}

#point00{transform: translate(0px, -150px);}
#point01,#point02,#point03,#point04{transform: translate(0px, -50px);}
/*--------------------------------------------------*/
/*--------------------body--------------------------*/
body{font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#all-wrap{
	overflow:hidden;
	margin-bottom: 56px;
}
#all-wrap img{
	display:block;
	margin:0 auto;
	width: 100%;
	max-width: 375px;
}
/*--top_screen--*/
.top_screen{
	width:100%;
	height:800px;
}
.top-screen-inner{
	position:relative;
	background-color: #ffffff;
	max-width: 375px;
	margin: 0 auto;
}
.top-screen-inner p{
    position:absolute;
    top: 36px;
    left:5px;
    transform: translate(0%,0%);
    font-size:12px;
    background:#93d0c8;
    color:#fdfefe;
    font-family:'メイリオ', 'Meiryo', sans-serif;
}
.top_screen img{
    position:absolute;
    top: 0;
    left:50%;
    transform: translate(-50%,0%);
}
/*--bx-wrapper--*/
.bx-wrapper, .bx-viewport {
    height: 440px !important;
    width:320px;
    //
    provide height of slider: ;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
    display: block;
    width: 46px;
    height: 63px;
	transform: translate(0px, 50px);
    border: 1px solid #929292;
    opacity: 0.5;
}
/*--hidden_box--*/
.hidden_box {margin: 0; padding: 0;}
.hidden_box label {
   font-weight: bold;
   font-size: 14px;
   text-align: left;
   color: #82b7ac !important;
   border-top: #5e6265 dotted 1px;
   display: block;
   cursor :pointer;
   position: relative;
   z-index: 1;
   transition: all 300ms ease;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   padding: 4px 4px;
   background: #fff0 !important;
   line-height: 1.5;
}
.hidden_box p{
   color: #5e6265;
   line-height: 1.5;
   font-size:12px !important;
   margin: 0 0 28px;
   padding-left:45px;
}
.hidden_box label:before {
    display: inline-block;
    content: 'Q';
    font-family: 'FontAwesome';
    padding-right: 15px;
    transition: 1s;
    color: #82b7ac;
    font-weight:bold;
    font-size:20px;
    left: 0;
    top: 15px;
}
.hidden_box input:checked ~ label{
	color: #f5942c !important;
}
.hidden_box input:checked ~ label:before {
     content: 'A';/*別のアイコンに*/
     -webkit-transform: rotatey(360deg);
     transform:rotatey(360deg);/*1回転*/
     transform-origin: -10% -10%;
     -webkit-transform-origin: -10% -10%;
     color: #f5942c;
     font-weight:bold;
     font-size:20px;
}
.hidden_box a:hover{color:#f5942c;}
.hidden_box label:hover {
    background: #def7ffc4;
    color: #fd4966 !important;
}
.hidden_box input {display: none;}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.hidden_box input:checked ~ label ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/*--------------------footer------------------------*/
.footer_area{
	display: flex;
	justify-content: center;
	padding: 25px 0 31px;
	background-color: #666;
	color: #fff;
}
.footer_area a:hover{text-decoration:none;}
.footer_container{width: 1125px;}
.footer_container_txt{
	font-size:22px;
    text-align:center;
    font-weight:bold;
}
.footer_container_btn {
	display: flex;
	margin-top: 12px;
}
.footer_container_btn_color:first-of-type {
	margin: 10px 10px 10px 0;
	width: 450px;
	height:100px;
	background-color: #fd4966;
}
.footer_container_btn_color{
	font-size:28px;
	font-weight:bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	border-radius: 6px;
	color:#fff;
}
.footer_container_btn_color:hover{
	color:#fff !important;
}
.footer_container_btn_color:nth-of-type(2) {
	flex-direction: column;
	width: 300px;
	height:100px;
	margin: 10px 10px 10px 0;
	background-color: #4CAF50;
	line-height: 2.0rem;
}
.footer_container_btn_color::after {
	position: absolute;
	top: calc( 50% - 18px);
	right: 10px;
	width: 7px;
	height: 7px;
	content: "▲";
	transform: rotate(90deg);
}
.hover01 {
	overflow: hidden;
	position: relative;
	z-index: 1
}
.hover01 p:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.hover01 p:hover:before {
	-webkit-animation: circle .75s;
	animation: circle .75s
}
@-webkit-keyframes circle {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0
	}
}
@keyframes circle {
	0% {
		opacity: 1
	}
	40% {
		opacity: 1
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0
	}
}
.hover15 a {
	position: relative
}
.hover15 p:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.hover15 p:hover::before{
	-webkit-animation: circle .75s;
	animation: circle .75s
	text-align:none;
}
.footer_container_btn_sub{
	height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
}
.footer_container_btn_sub a{
    margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 228px;
	height: 46px;
	border: 2px solid #fff;
	border-radius: 3px;
	font-size:18px;
	font-weight: 600;
	transition: all .2s;
	color:#fff;
}
.footer_container_btn_sub a:hover {
	color: #666666 !important;
	background-color: #fff;
}
.pagetop{
    height: 50px;
    width: 50px;
    background: url(./images/admin/pagetopsp.png) top right / 50px 50px repeat-x #f5942c;
    position: fixed;
    bottom: 80px;
    right: 10px;
    border-radius: 16px;
    z-index: 50;
    opacity:0.6;
}
.pagetop:hover{opacity:1;}
/* -----------------------------------------------------

申し込みフォーム

------------------------------------------------------- */
.application_contactform{font-size:12px;}
.application_contactform .post-title {display:none;}
.application_contactform7 {text-align:center;margin-bottom:14px;}
.application_contactform7 p{margin:0;}
.application_contactform7_btn{margin: 0 auto;display: block;width: 200px;}
.application_contactform7_btn #important_button{
  background: #295f83 !important;
  color: #fff;
  min-width: 200px !important;
}
.inquiry_form {
  max-width: 100% !important;
  width: 98% !important;
  margin: 0 1% 24px !important;
  font-size: 12px !important;
  color: #383838;
  border:1px solid #fff !important;
  margin:0 auto;
  padding: 0;
  display: inline-table !important;
}
.inquiry{width: 375px;padding: 0 7px;}
.inquiry form textarea {
  margin-bottom:30px;
}
.inquiry_form tbody {margin:0 auto !important;width: 100% !important;}
.inquiry_form th {
	  padding: 10px 8px !important;
    /* min-width: 162px; */
    /* max-width: 191px; */
	font-size: 14px;
    border: 0px solid #777 !important;
    vertical-align: middle;
    font-weight: 600;
    text-align: center;
    color: #383838 !important;
    background: #efefef !important;
}
.inquiry_form td {
	position:relative;
	border:1px solid #fff;
	padding:0px 0px 0px 10px;
	max-width: 100%;
	font-size:14px;
	display:flex;
	flex-flow: column;
	vertical-align: middle;
	min-height: 49px;
}
.inquiry_form select {min-width: 202px;height:35px;}
.inquiry_form td:hover{
	background-color:#FFEEEE;
}
.inquiry_form .m-alert{
	position: absolute;
    right: 6px;
    top: 14px;
    padding: 3px 5px;
    background: #ff8080;
    color: #fff;
    font-size: 10px;
}
.inquiry_form .topcell {
	background-color: #82b7ac !important;
	color: #fff !important;
	font-size: 18px;
	padding: 8px 0 !important;
	margin: 0;
	text-align: center;
}
.inquiry_form_careerchoice .wpcf7-list-item {
	display: block;
	width: 76%;
	line-height:26px;
}
.inquiry_form_careerchoice2 .wpcf7-list-item {
	display: block;
	line-height:26px;
}
.inquiry_form input[type=text], .inquiry_form input[type=tel], .inquiry_form input[type=email] {
	padding:0px 0px 1px 10px;
    height: 45px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    max-width: 80%;
}
.wpcf7c-elm-step1 p {
	line-height:160%;
	margin:0 0 6px;
	font-size:90%;
}
.inquiry_form form input[type="submit"], form button {
    background: #2581c4;
    color: #fff;
    margin:0 auto;
    display:block;
}
.application-thanks{
	width:100%;
	max-width:360px;
	margin:0 auto;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;}

.application-thanks p{
  padding:0 10px;
  line-height:1.5;
  margin-bottom:10px;
  font-size: 12px;
}
.application-thanks .application-send{
  width: 90%;
  background:#82b7ac;
  padding: 8px;
  font-size:18px;
  margin-bottom:14px;
  font-weight:bold;
  color:#fff;
}
.application-company{text-align:right;margin-top:30px;}
.application-thanks_page .post-title {display:none;}
/*--------uniqueCSS------------*/
.spbr{display:block;}
.hshow{display:block !important;}
#content-w{margin-bottom:60px;}
.wpcf7-textarea {width: 86%;}
.cbox_hidden {
    font-size: 14px;
    padding: 0;
    margin: 20px auto;
}
.carea {padding:0 8px;}
.cbox{	font-size:14px;}
#checkBox input {font-size: 14px;}
#checkBox {
	width: 90%;
    margin: 20px 5%;
}
.ajax-loader{display: none !important;}
.chui{font-size:12px;}
.chui .b{font-weight:bold;}
.point-container{width:365px;margin:0 auto;}
.pointbase h3{
	margin: 10px auto 8px;
    background: #0081cb;
    color: #ffffff !important;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-weight: bold;
    display: block;
    padding: 9px 5px;
    text-align: center;
    font-size: 18px;
}
.pointbase:nth-of-type(1){
	background: #ffffff;
	padding: 0px 0px 20px;
}
.pointbase:nth-of-type(2){
	background: #ffffff;
	padding: 10px 0px 20px;
}
.pointbase:nth-of-type(3){
	background: #ffffff;
	padding: 10px 0px 20px;
}
.pointbase:nth-of-type(4){
	background: #ffffff;
	padding: 10px 0px 40px;
}
.pointbase:nth-of-type(5){
	background: #ffffff;
	padding: 0px 0px 0px;
}
.pointbase .inner{width: 100%;margin:0 auto;}
.pointbase:nth-of-type(3) p{
    padding: 8px;
    font-size: 18px;
    color: #656565;
    font-weight: bold;
    }
.pred {color:#DC143C!important;}
.b{font-weight:700;}
.pointbase:nth-of-type(3) a{color:#0ea0d6;}
.pointbase h4 {
    margin: 15px 0px;
    padding: 2px 4px;
    border-left: 4px solid #0da0d6;
    color: #0da0d6;
    font-size: 20px;
    font-weight: 600;
}
/*-----------thanspage css-----------------*/
.imgnone{display:none;}

.page_thanks p{
	margin:10px auto 2px;
	font-size:16px;	
	line-height:1.5;
	text-align:center;
}
.page_thanks .hover20{
	overflow: hidden;
	position: relative;
	z-index: 1;
    padding:20px 0;
    margin: 10px auto;
    width:300px;
    height: 80px;
    background-color: #f20044;
    display:block;
    vertical-align:middle;
    font-size:20px;
    color:#fff;
    border-radius:12px;
}
.page_thanks .hover20 p:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.page_thanks .hover20 p:hover:before {
	-webkit-animation: circle .75s;
	animation: circle .75s
}
.page_thanks a:hover{text-decoration:none;}
/*-----------hummingunique-----------------*/
.morebtn a{
  margin: 20px auto;
  display: inline-block;
  height: 50px;
  width:270px;
  padding: 10px 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #82b7ac;
  background-color: #fff;
  color: #82b7ac;
}
.morebtn a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #82b7ac;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 1;
}
.morebtn a:after{
    width: 80px;
    -webkit-transform: translateX(50%) scaleX(1);
    transform: translateX(50%) scaleX(1);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    height: 1px;
    background-color: #82b7ac;
	-webkit-animation: bow 1.7s;
	animation: bow 1.7s;
	animation-iteration-count:900;
	-webkit-animation-iteration-count:900;
}
@-webkit-keyframes bow {
	100% {
  -webkit-transform:translateX(50%) scaleX(0);
  transform: translateX(50%) scaleX(0);
	}
}
@keyframes bow {
	100% {
  -webkit-transform:translateX(50%) scaleX(0);
  transform: translateX(50%) scaleX(0);
	}
}
.morebtn span{
    position: relative;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 2;
}
.morebtn span br{display:block;}
.morebtn:after,.morebtn:before {
    text-decoration: inherit;
    vertical-align: inherit;
}
.morebtn a:hover{
  color: #fff;
  text-decoration:none;
}
.morebtn>a:hover:before{transform: scaleX(1);}
.morebtn>a:hover:after{
  -webkit-transform:translateX(50%) scaleX(0);
  transform: translateX(50%) scaleX(0);
}
.morebtn .w450{width: 300px;}
.morebtn{margin-bottom:100px;}
.hoverf {
	display: block;
	padding: 0px;
	height: 100px;
	left: 0;
	transform: translate(0px, -10px);
	width: 96%;
	bottom: 0px;
	position: fixed;
	margin: 0 2%;
	top: auto;
	bottom:-30px;
	background: #ffffff00;
}
.hoverf img{
	max-width: 375px;
	display: block;
	transform: translate(0px, 0px);
	margin: 0 auto;
}
.sp-footer{
	background-color: #82b7ac;
	padding: 20px 0;
	font-size: 12px;
	font-weight: 800;
	margin-top: 10px;
}
.sp-footer-inner{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-around;
	align-items: center;
}
.sp-footer-btn a{
	color: #fff;
	border: 1px solid;
	padding: 10px;
	border-radius: 10px;
}
.wscp-inner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}
.wscpbtn {
	background: #82b7ac;
	color: #fff;
	padding: 8px;
	margin-bottom: 22px;
	width: 85%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.lb-outerContainer {
  width: 98% !important;
  height: auto !important;
}
.lightbox .lb-image {width: 98% !important;height: auto !important;margin: 0 1%;}
/*----SP-------*/