/* ---------------------------------------------------------------------------------------------

　   mainImage

--------------------------------------------------------------------------------------------- */
#mainImage .fade_in {
	 opacity: 0;  
}
#mainImage .fade_in.on {
	opacity: 1;
}

#mainImage {
  background: url(../img/main-top.png) no-repeat center bottom / 100%,url(../img/mainImage.jpg) no-repeat center / cover;
  position: relative;
  overflow: hidden;
}
#mainImage .container {
  position: relative;
	
}
#mainImage .sp_img {
	display: none;
}
.main_celebration {
  position: absolute;
}
@media only screen and ( max-width : 768px ) {
	#mainImage {
	background: none;
	padding: 0px;
		background-color: rgba(243,255,255,1)
	}
	#mainImage .container {
		padding: 0;
	}
	.main_txt img {
		display: none;
  }
	.main_celebration {
		display: none;
	}
	#mainImage .sp_img {
	display: block;
		
}
	.main_txt {
		padding: 0;
	}
  .main_txt img {
    width: 60%;
  }
  .main_celebration {
    width: 32vw;
    left: 12vw;
    top: 80px;
  }

}

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

}

@media print, screen and ( min-width : 769px ) {
  .main_txt {
    padding: 110px 0;
  }
  .main_txt img {
    margin-right: -44px;
  }
  .main_celebration {
    left: 200px;
    top: 100px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MESSAGE

--------------------------------------------------------------------------------------------- */
#message .fade_in {
	 opacity: 0;  
}
#message .fade_in.on {
	opacity: 1;
}
#message {
  background: url(../img/message_bg.jpg) no-repeat center bottom / 100% #f3ffff;
  position: relative;
  margin-bottom: 0;
}
#message p {
  text-align: center;
}
#message p span {
  position: relative;
  display: inline-block;
}
#message p span:before,#message p span:after {
  content: "";
  top: -10px;
  position: absolute;
  width: 26px;
  height: 48px;
}
#message p span:before {
  background: url(../img/message_emphasis_left.png) no-repeat center;
  left: -36px;
}
#message p span:after {
  background: url(../img/message_emphasis_right.png) no-repeat center;
  right: -36px;
}
@media only screen and ( max-width : 768px ) {
  #message {
    padding-bottom: 28vw;
  }
  #message .icon {
    margin-bottom: 20px;
  }
  #message p span {
    max-width: 80%;
  }
}

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

@media print, screen and ( min-width : 769px ) {
  #message {
    padding-bottom: 26vw;
  }
  #message .icon {
    margin-bottom: 30px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   ABOUT

--------------------------------------------------------------------------------------------- */
#about .fade_in {
	 opacity: 0;  
}
#about .fade_in.on {
	opacity: 1;
}

#about {
  background: url(../img/about_bg.jpg) no-repeat center / cover;
}
#about p span {
  display: inline-block;
}
@media only screen and ( max-width : 768px ) {
  #about p span {
    max-width: 80%;
  }
}

@media only screen and ( max-width : 640px ) {
  #about {
    background: url(../img/about_bg_sp.jpg) no-repeat center / cover;
  }
}

@media print, screen and ( min-width : 769px ) {
}


/* ---------------------------------------------------------------------------------------------

　   MERIT

--------------------------------------------------------------------------------------------- */
#merit {
  background: url(../img/line_bg01.png) no-repeat 0 80% / 100%,url(../img/line_bg02.png) no-repeat 0 16% / 100%;
  overflow: hidden;
	clear: both;
}
.merit_box {
  position: relative;
	margin-bottom: 100px;
}
.merit_box:last-child {
  position: relative;
	margin-bottom: 0px;
}
#merit .fade_in_ttl {
	 opacity: 0;  
}
#merit .fade_in_ttl.on {
	opacity: 1;
}
#merit .merit_fade_in_img_01 {
	margin-left: 50%;
	opacity: 0;
}
#merit .merit_fade_in_img_01.on {
	margin-left: 0%;
	opacity: 1;
}
#merit .merit_fade_in_img_02 {
	margin-right: 50%;
	opacity: 0;
}
#merit .merit_fade_in_img_02.on {
	margin-right: 0%;
	opacity: 1;
}
#merit .merit_fade_in_text {
	margin-top: 30%;
	opacity: 0;
}
#merit .merit_fade_in_text.on {
	margin-top: 0;
	opacity: 1;
}
#merit .merit_bg {
	height: auto;
}
#merit .entryback_button {
	font-size: 24px;
	background: #FF7E00;
	color: #fff;
	letter-spacing: 5px;
	font-weight: bold;
	font-family: inherit;
	text-align: center;
	width: 100%;
	line-height: 60px;
	border-radius: 100px;
	cursor: pointer;
	border: 1px solid #FF7E00;
	margin: 2em 0 20px 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#merit .entryback_button:hover {
  color: #FF7E00;
  background: #fff;
}


@media only screen and ( max-width : 768px ) {
  #merit .merit_box .img {
    margin-bottom: 20px;
  }
.merit_box {
margin-bottom: 20px;
}
#merit .entryback_button {
	font-size: 24px;
}
}

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

@media print, screen and ( min-width : 769px ) {
  #merit article {
    position: absolute;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #merit .merit_box:nth-child(even) article {
    left: 0;
  }
  #merit .merit_box:nth-child(odd) article {
    right: 0;
  }
  #merit .merit_box .img {
    position: relative;
  }
  #merit .merit_box:nth-child(even) .img {
    right: -100px;
  }
  #merit .merit_box:nth-child(odd) .img {
    left: -100px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CASE STUDY

--------------------------------------------------------------------------------------------- */
#case_study {
	overflow: hidden;
}
#case_study .fade_in_ttl {
	 opacity: 0;  
}
#case_study .fade_in_ttl.on {
	opacity: 1;
}
#case_study h4 .fade_in {
	opacity: 0;
	margin-top: 10%;
}
#case_study h4 .fade_in.on {
	opacity: 1;
	margin-top: 0%;
}
#case_study .fade_in {
	 opacity: 0;  
	margin-top: 10%;
}
#case_study .fade_in.on {
	opacity: 1;
	margin-top: 0%;
}
#case_study .fade_in_b {
	 opacity: 0;  
	margin-top: 10%;
}
#case_study .fade_in_b.on {
	opacity: 1;
	margin-top: 0%;
}
#case_study {
  background: url(../img/case_clover.png) no-repeat bottom right,url(../img/case_clover.png) no-repeat top left #f2faf7;
	overflow: hidden;
}
#case_study h4 {
  margin-bottom: 0.8em;
}
.case_inner_box {
  background: #fff;
  border: 1px solid #009a5a;
  border-radius: 4px;
}
#case_study table {
  width: 100%;
}
#case_study th,#case_study td {
  vertical-align: middle;
  padding-top: 1.6em;
  padding-bottom: 0.4em;
  font-weight: bold;
}
#case_study tr:first-child th,#case_study tr:first-child td {
  padding-top: 0;
}
#case_study th {
  border-bottom: 1px solid #66c29c;
}
#case_study th i {
  margin-right: 10px;
}
#case_study td {
  border-bottom: 1px solid #ccebde;
}
.case_box .arrow {
  text-align: center;
  padding: 2em 0;
}
.case_box .arrow img {
  width: 30px;
}
.case_box .image {
  border: 1px solid #009a5a;
  border-radius: 5px;
  overflow: hidden;
}
.case_box .image .image-ttl {
  background: url(../img/stripe.png) #009a5a;
  color: #fff;
  padding: 10px;
  width: 150px;
}
.case_box .image .image-ttl img {
  width: 29px;
  margin-right: 10px;
}
.case_box .image .image-price {
  background: url(../img/stripe02.png) #fff;
  font-weight: bold;
  padding: 10px;
  flex: 1;
}
.case_box .image .image-price span {
  font-size: 36px;
}
@media only screen and ( max-width : 768px ) {
  #case_study {
    background-size: 50%;
  }
  .case_inner_box {
    padding: 20px;
  }
  #case_study th {
    width: 120px;
  }
  .case_box .image .image-ttl {
    width: 100%;
  }
}

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

@media print, screen and ( min-width : 769px ) {
  .case_inner_box {
    padding: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   JOB INFORMATION

--------------------------------------------------------------------------------------------- */
#job_info {
	background: url(../img/job_info_clover.png) no-repeat bottom right,url(../img/job_info_clover.png) no-repeat top left #e4f3df;
	overflow: hidden;
	font-size: 16px;
}
#job_info .fade_in_ttl {
	opacity: 0;
}
#job_info .fade_in_ttl.on {
	opacity: 1;
}
#job_info .fade_in_01 {
	opacity: 0;
	margin-top: 10%;
}
#job_info .fade_in_01.on {
	opacity: 1;
	margin-top: 0%;
}
#job_info .txt {
	margin: 40px 0 20px 0;
}
#job_info .ttl {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #15995c;
}
#job_info table {
  width: 100%;
}
#job_info th,
#job_info td {
	vertical-align: middle;
	border: 10px solid #fff;
	letter-spacing: 0.15em;
	line-height: 2em;
	padding: 50px;
}
#job_info td {
	line-height: 2em;
	letter-spacing: 1px;
}
#job_info th {
	background: #15995c;
	color: #fff;
	text-align: center;
}
#job_info tr:nth-child(odd) th {
	background: url(../img/table-clover.png) no-repeat -10% -10% / 64% #15995c;
}
#job_info tr:nth-child(even) th {
	background: url(../img/table-clover.png) no-repeat 106% 106% / 64% #15995c;
}
#job_info td {
	background: #e7f5ef;
}
#job_info .salary {
	border: 1px solid #15995c;
	font-size: 12px;
	margin-right: 15px;
	width: 100px;
	text-align: center;
	border-radius: 4px;
}
#job_info .salary_txt {
	flex: 1;
}
#job_info .facility_box {
	border-bottom: 1px solid #cfe6dc;
	position: relative;
	letter-spacing: 0.2em;
	padding: 10px 0;
	display: inherit;
}
#job_info .map_btn a {
	background: #009a5a;
	color: #fff;
	padding: 3px 30px;
	border: 1px solid #009a5a;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	float: right;
	letter-spacing: 10px;
}
#job_info .map_btn a:hover {
	color: #009a5a;
	background: #fff;
}
@media only screen and ( max-width : 768px ) {
	#job_info table {
		border: 5px solid #fff;
	}
	#job_info th,
	#job_info td {
		border: none;
		padding: 15px;
		width: 100%;
		display: block;
	}
	#job_info .locations_facility {
		width: 100%;
		font-size: 15px;
		margin-bottom: 10px;
	}
}
@media only screen and ( max-width : 480px ) {
	#job_info {
		font-size: 13px;
	}
	#job_info .map_btn a {
		padding: 2px 10px;
		font-size: 13px;
		letter-spacing: 5px;
	}
	#job_info .locations_facility {
		font-size: 13px;
		letter-spacing: 1px;
	}
}
/* ---------------------------------------------------------------------------------------------

　   ENTRY

--------------------------------------------------------------------------------------------- */
#entry .entry_txt_inner {
	padding-left: 45px;
}
#entry .fade_in_ttl {
	opacity: 0;
}
#entry .fade_in_ttl.on {
	opacity: 1;
}
#entry h2 .fade_in {
	opacity: 0;
	margin-top: 10%;
}
#entry h2 .fade_in.on {
	opacity: 1;
	margin-top: 0%;
}
#entry .entry_img_fade_in {
	margin-right: 100%;
	opacity: 0;
}
#entry .entry_img_fade_in.on {
	margin-right: 0px;
	opacity: 1;
	
}
#entry .entry_fade_in_text {
	margin-top: 30%;
	opacity: 0;
}
#entry .entry_fade_in_text.on {
	margin-top: 0%;
	opacity: 1;
}
#entry .fade_in_form {
	margin-top: 10%;
	opacity: 0;
}
#entry .fade_in_form.on {
	margin-top: 0%;
	opacity: 1;
}
#entry .submit_txt {
	font-size: 16px;
	text-align: center;
  font-weight: 400;
}
select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option{
  background-color: #f6f6f6;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap {
    position: relative;
    background: #f6f6f6;
}
.select-wrap .fa-angle-down {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 43px;
    color: #009a5a;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border:1px solid #99d7bd;
    /*color:#828c9a;*/
    width:100%;
}
select option{
  background-color: #f6f6f6;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap.select-primary:before{
  color:#f6f6f6;
}
.select-wrap.select-primary > select{
  background:#009a5a;
  color:#fff;
  border-color:#009a5a;
}
.select-wrap.select-primary > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before{
  color:#fff;
}
.select-wrap.select-inverse > select{
  color:#fff;
  border-color: #fff;
}

.select-wrap.select-inverse > select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #fff;
}
#entry {
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
#entry input[type="submit"] {
  background: #FF7E00;
  color: #fff;
  font-weight: bold;
  font-family: inherit;
  text-align: center;
  width: 100%;
  font-size: inherit;
  display: block;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  margin-top: 2em;
  border: 1px solid #FF7E00;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	margin-bottom: 20px;
}

#entry input[type="submit"]:hover {
  color: #FF7E00;
  background: #fff;
}
.entry_txt {
  position: relative;
}
.entry_txt p {
  line-height: 2em;
}
#entry label {
  display: block;
  margin-top: 2em;
  margin-bottom: 5px;
  font-weight: bold;
}
#entry label .required {
  color: #ff0000;
  font-weight: normal;
}
@media only screen and ( max-width : 768px ) {
  #entry h4 {
    margin-bottom: 10px;
  }
  #entry input[type="submit"] {
    font-size: 16px;
    padding: 20px;
  }
	#entry .submit_txt {
	font-size: 14px;
}
}

@media only screen and ( max-width : 480px ) {
	
	#entry .entry_txt_inner {
	padding-left: 10px;
		padding-right: 10px;
}
}

@media print, screen and ( min-width : 769px ) {
  #entry input[type="submit"] {
    font-size: 24px;
    padding: 25px;
    letter-spacing: 1.1em;
    font-weight: 400;
  }
  .entry_txt_inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
  }
  .entry_txt .img {
    position: relative;
    right: -100px;
    z-index: -1;
  }
  #entry h4 {
    margin-bottom: 20px;
  }
  .select-wrap {
    max-width: 400px;
  }
}