@charset "UTF-8";
/*   
Version:ensya_base
Theme Name:ensya_base
Author:ensya_base
Description:ensya_base
Version:1.0
*/
/* all display
----------------------------------------------------*/
/*----pc-------*/
/*--------------------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;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
section{
	width: 100%;
	margin:0 auto;
}
h2 {
    display: block;
    font-size: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/*--------------------head--------------------------*/
/*--header_line--*/
.header_line{
	background-color: #82b7ac;
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #fff;
}
.header_line_inner{width:1100px;margin: 0px auto;display: flex;justify-content: space-between;padding-top: 5px;}
.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: 1100px;
	height: 95px;
	display: flex;
	flex-flow:row;
	margin: 0 auto;
	padding-bottom: 0px;
}
.smanone{
	height: 95px;
	display: flex;
	width: 822px;
	flex-wrap: wrap;
}
.smanone ul {
    display: flex;
    list-style: none;
    justify-content: center;
}
.smanone li {
    position: relative;
    width: 140px;
    margin: 0 20px;
    text-align: center;
    transform: translate( 0px, 21px);
}
.smanone ul:before{
	content:"";
	width: 231px;
	height: 58px;
	background-image: url(./images/logo.png);
	background-size: cover;
}
.smanone li:after{
	content: "";
	position: absolute;
	bottom: 25px;
	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: #82b7ac;
}
.smanone li:hover:after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 15px;
	width: calc( 100% - 30px);
	border-bottom: 2px solid #82b7ac !important;
}
/*--scroll-header--*/
.scroll-header-a #st-menubox{
	padding: 0;
	box-shadow: 0px 1px 20px 0px #ffffff63;
	background: #fffffff7;
	margin: 0 auto;
}
.scroll-header-a  #st-menuwide,.scroll-header-a .smanone {
    height: 95px;
}
.scroll-header-a .smanone ul:before{
	content:"";
	width: 231px;
	height: 58px;
	background-image: url(./images/logo.png);
	background-size: cover;
}

.scroll-header-a .smanone li {
    width: 100px;
    margin: 0px 14px;
    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: #fff;
	 z-index: 10000000;
	box-shadow: 0px 0px 10px #ddd
}

.scroll-header-a li a:hover {
  color: #f5942c;
  text-decoration:none;
  font-weight:bold;
}
.hover15 {
	position: absolute;
	display: block;
	padding: 0px 15px;
	height: 43px;
	border-radius: 4px;
	background-color: #f5942c;
	color: #fff;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	top: 20px;
	left: 50%;
	transform: translate(380px, 0px);
}
.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--------------------------*/
#all-wrap{
	overflow:hidden;
}
#all-wrap img{
	display:block;
	margin:0 auto;
}
/*--top_screen--*/
.top_screen{
	width:100%;
	height: 600px;
	background: #ffffff;
}
.top_screen_inner{
	position: relative;
}
.top_screen img{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0%);
}
.pointbase img{max-width:830px;}

/*--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: 14px 14px;
   background: #fff0 !important;
   line-height: 1.5;
}
.hidden_box p{
   color: #5e6265;
   line-height:1.6;
   font-size:14px !important;
   margin:0 0 26px;
   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: #f5942c !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: #f5942c;
}
.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: #82b7ac;
	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;
}
.mainelse .footer_container_btn_sub{
    width: 800px;
    margin: 0px auto;
    display:flex;
    flex-direction: row;
}
.mainelse .footer_container_btn_sub a {
	width: 250px;
}
.pagetop{
    height: 82px;
    width: 100px;
    background: url(./images/admin/pagetop.png) top right / 100px 82px repeat-x #f5942c;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 16px;
    z-index: 50;
    opacity:0.6;
}
.pagetop:hover{opacity:1;}
/* -----------------------------------------------------

申し込みフォーム

------------------------------------------------------- */
.application_contactform{font-size:14px;}
.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: 950px !important;
  width:80%;
  margin:0 auto 24px !important;
  font-size: 14px !important;
  color: #383838;
}
.inquiry_form th {
    padding: 10px 8px !important;
    /* min-width: 162px; */
    /* max-width: 191px; */
	font-size: 16px;
    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 #777; */
	padding:18px 0 18px 16px;
}
.inquiry_form select {min-width:500px;height:35px;}
.inquiry_form td:hover{
	background-color:#FFEEEE;
}

.inquiry_form .m-alert{
	position:absolute;
	right:4px;
	top:6px;
	padding:5px;
	background:#ff8080;
	color:#fff;
	margin:5px;
	font-weight:normal;
}

.inquiry_form .topcell {
    background-image: none;
    background-color: #82b7ac !important;
    color: #fff !important;
    font-weight: 700;
    font-size:20px;
    padding: 12px 0 !important;
    margin:0;
    text-align:center;
}

.inquiry_form_careerchoice .wpcf7-list-item {
	display:inline-block;
	width:44%;
	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: 1px 2px 0px 15px;
	height:40px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	width: 90%;
	border: 0.1px solid #5e6265;
}
#important_button{}
.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:800px;margin: 0 auto -100px;padding: 131px 0;}
.application-thanks p{
  padding:0 10px;
  line-height:1.5;
  margin-bottom:10px;
  font-size:18px;
}
.application-thanks .application-send {
    width: 100%;
    background: #82b7ac;
    padding: 8px 14px;
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #fff;
}
.application-company{text-align:right;margin-top:130px;}
.application-thanks_page .post-title {display:none;}
.cbox_hidden {
    text-align: center;
    text-decoration:underline;
    width: 100%;
    font-size: 18px;
    color: #333333 !important;
    display: block;
	padding: 0px 50px 10px 30px;
    cursor :pointer;
    transition: .5s;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    margin: 0px auto 20px;
    max-width: 800px;
    background: #ffffff;
    border-radius:12px;
}
.cbox_hidden input{display:none;}
.cbox_hidden:before {
	content:'▶';
	margin-right: 5px;
	font-size: 14px;
	text-decoration: underline #fff;
	}

.carea{margin:50px auto;max-width: 950px;}
.cbox{
	display:block;
	text-align:center;
	margin:0 auto;
	font-size:23px;
}
.cbox input{
	width:28px;
	height:16px;
    font-size:180px;	
}
#checkBox{
	width:50%;
	margin:20px 25%;
}
#important_button,#checkBox input{
	box-sizing: border-box;
	padding: 15px;
	border-style: none;
	text-align: center;
	width: 100%;
	background:#275c7d;
	color:#fff;
	font-size:22px;
	border-radius:12px;
	box-shadow: 5px 5px 0 #9e9e9e;
	transition:0.5s;
}
#checkBox input{background:#f20044 !important;}
#important_button:hover,#checkBox input:hover{
    transform:translate(6px,6px);
    box-shadow: 0 0px 0 #9e9e9e;
    transition:0.5s;
}
.chui p{
    margin: 0 0 8px;
    line-height: 1.2;
}
.pop_up{
	max-width: 53%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	opacity: 0.9;
	z-index: 50000;
	position: fixed;
}
/*-----------thanspage css-----------------*/
.imgnone{display:none;}

.page_thanks p{
	margin:20px auto 0;
	font-size:18px;	
	line-height:1.5;
	text-align:center;
}
.page_thanks .hover20{
	overflow: hidden;
	position: relative;
	z-index: 1;
    padding:5px 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;}
.spbr{display:none;}
.hshow{display:block !important;}
#st-ami{position:relative;}
.wpcf7-textarea {    width: 98%;}

.pointbase:nth-of-type(1){
	background: #ffffff;
	padding: 10px 0px 10px;
}
.pointbase:nth-of-type(2){
	background: #ffffff;
	padding: 20px 0px 0px;
}
.pointbase:nth-of-type(3){
	background: #ffffff;
	padding: 20px 0px 16px;
}
.pointbase:nth-of-type(4){
	background: #ffffff;
	padding: 40px 0px 20px;
}
.pointbase:nth-of-type(5){
	background: #ffffff;
}
.pointbase .inner{width:830px;margin:0 auto;}
/*-----------creclaunique-----------------*/
.morebtn a{
  margin: 36px auto;
  display: inline-block;
  height: 40px;
  width: 450px;
  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;
}
.morebtn span{
	font-weight: 600;
    position: relative;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 2;
}
.morebtn span br{display:none;}
.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);
}
/*--bx-wrapper--*/
.bx-wrapper{
  margin:0 auto 100px !important;
}
.bx-wrapper, .bx-viewport {
    height: 750px !important; //
    provide height of slider;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
    display: block;
    width: 54px;
    height: 74px;
	transform: translate(0px, 60px);
    border: 1px solid #929292;
    opacity: 0.5;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:hover {opacity:1;}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {background-size: cover !important; background-repeat: no-repeat!important;  }
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-of-type(1) a {background: url("./images/slider01.jpg") }
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-of-type(2) a {background: url("./images/slider02.jpg")}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-of-type(3) a {background: url("./images/slider03.jpg")}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-of-type(4) a {background: url("./images/slider04.jpg") }
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:nth-of-type(5) a {background: url("./images/slider05.png")}
.wscp-inner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}
.wscpbtn {
	background: #82b7ac;
	color: #fff;
	padding: 20px;
	margin-bottom: 22px;
	width: 75%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.lb-outerContainer {
  width: 539px !important;
  height: auto !important;
}
.lightbox .lb-image {width: 530px !important;height: auto !important;margin: 0 auto;}
/*----pc-------*/
