
/* --------------------------　メインスライダー　-------------------------- */

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 800px;
margin-top: 75px;
  background: #fff;
	background: url("../../images/top/main01.jpg") no-repeat;
	background-position: top center;
}
.top_mainSP {
	display: none;
}

.vegas-timer {
  display: none;
}
.top_main_title {
  color: #222;
  text-align: left;
  font-weight: bold;
  position: absolute;
  z-index: 3;
   top: 55%;
    left: 0%;
    transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
	background: #0f212c;
	background:rgba(15,33,44,0.8);
	padding: 40px;
	color:#fff;
	max-width: 1000px;
	clip-path: polygon(0 0, 100% 1%, 90% 100%, 0% 100%);
}
.top_main_title img {
	width: 500px;
}

h2.main_t01 {
	font-size: 5rem;
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding:  0;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
	
}
.main_t02 {
	font-size: 1.8rem;
	margin: 0;
	padding:  0;
	letter-spacing: 0.2rem;
	width: 90%;
}

.scloll {
	position: absolute;
	bottom:20px;
	z-index: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



@media screen and (max-width: 834px) {
  .top_main {
   display: none;
  }
	.top_mainSP {
	display: block;
		margin-top: 60px;

}
	
}


/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	max-width: 1000px;
	margin: auto;
}

.subpage .content_wrap {
	max-width: 1000px;
	margin: auto;
}

@media screen and (max-width: 834px) {
.content_wrap  {
	max-width: auto;
	margin: auto 15px;
}
.subpage .content_wrap {
	max-width: auto;
	margin: auto 15px;
}

}



.spph {
	display: none;
}



/* --------------------------　TOP01　-------------------------- */


.bg01 {
	background: #005d4f;
	background-position: center top;
    padding: 60px 0;
	background-size: cover;
}

.bg01 h2 {
  position: relative;
  text-align: center;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 40px;
	color:#fff;
}
.bg01 p {
	color:#fff;
}

.flexBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.flexBOX figure {
	width: 50%;
}




.bg02,
.bg03 {
	padding: 60px 0;
}
.bg02.line,
.bg03.line{
	border-bottom: 1px solid #dedede;
}


/* --------------------------　TOP02　-------------------------- */

.bg02 h2 {
	position: relative;
  text-align: center;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 70px;
}
.bg02 h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7a912e;
  border-radius: 2px;
}



.serviceBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.serviceBOX.rev {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 0px;
}
.serviceL {
	width: 48%;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.serviceR {
	width: 48%;
}

.serviceBOX h3 {
	position: relative;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
	padding: 0;
	margin: 0;
	color:#00342c;
}
.serviceR img {
	width: 100%;
	height: 430px;
	object-fit: cover;
}

/* --------------------------　para　-------------------------- */

.para {
	  background:url(../../images/top/para01.jpg) ;
	background-attachment: fixed;
	width: 100%;
	height: 300px;
  background-position: top center;
  background-repeat: no-repeat;
}


/* --------------------------　TOP02　-------------------------- */

.topRECRUIT {
	margin-top: -170px;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}

.bg03 h2 {
	position: relative;
  text-align: center;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 70px;
}
.bg03 h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7a912e;
  border-radius: 2px;
}
.bg03 h3 {
  position: relative;
  text-align: center;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	padding: 0;
	margin: 0;
	line-height: 1.7;
	margin-bottom: 30px !important;
}

.bg03 h4 {
  background: #edf0e3;
	 font-size: clamp(1.7rem, 2.2vw, 2.2rem);
	padding: 10px 20px;
	line-height: 1.6;
	border-left: 8px solid #7a912e;
	margin-bottom: 20px;
	box-sizing: border-box;
}



/* 019 */
.morebutton  {
	margin: 20px 0 20px 0;
	width: 100%;
}
.morebutton a {
    background: #7a912e;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.morebutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.morebutton a:hover {
  background: #b69a00;
  color: #FFF;
}
.morebutton a:hover:after {
  right: 1.4rem;
}




/* --------------------------　CTA　-------------------------- */


.receponce {
	background: #005d4f;
	background-size: cover;
	padding: 60px 0;
	color:#fff;
}

.receponce h2 {
	position: relative;
  text-align: center;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 50px;
}
.receponce h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7a912e;
  border-radius: 2px;
}
.receponce h3 {
  position: relative;
  text-align: center;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	padding: 0;
	margin: 0;
	line-height: 1.7;
	margin-bottom: 30px !important;
}




@media screen and (max-width: 834px) {
	
/* --------------------------　TOP01　-------------------------- */


.bg01 {
	background: #005d4f;
	background-position: center top;
    padding: 30px 0;
	background-size: cover;
}

.bg01 h2 {
  position: relative;
  text-align: center;
  font-size: 2rem;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	margin-bottom: 20px;
	color:#fff;
}
	
.bg03 h4 {
  background: #edf0e3;
	 font-size: clamp(1.7rem, 2.2vw, 2.2rem);
	padding: 10px 15px;
	line-height: 1.6;
	border-left: 6px solid #7a912e;
	margin-bottom: 15px;
	box-sizing: border-box;
}	
	
.bg01 p {
	color:#fff;
}
	.bg01 p:last-child {
	margin-bottom: 0;
}

.flexBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.flexBOX figure {
	width: 50%;
}




.bg02,
.bg03 {
	padding: 30px 0;
}
.bg02.line,
.bg03.line{
	border-bottom: 1px solid #dedede;
}


/* --------------------------　TOP02　-------------------------- */

.bg02 h2 {
	position: relative;
  text-align: center;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 60px;
}
.bg02 h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 40px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7a912e;
  border-radius: 2px;
}



.serviceBOX {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 20px;
}
.serviceBOX.rev {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin-bottom: 0px;
}
.serviceL {
	width: 100%;
	display: flex;
	flex-direction: column;
  justify-content: center;

}
.serviceR {
	width: 100%;
	margin-bottom: 10px;
}

.serviceBOX h3 {
	position: relative;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
	padding: 0;
	margin: 0;
	color:#00342c;
}
.serviceR img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

/* --------------------------　para　-------------------------- */

.para {
	  background:url(../../images/top/para01SP.jpg) ;
	background-attachment:inherit;
	background-size: cover;
	width: 100%;
	height: 200px;
  background-position: top center;
  background-repeat: no-repeat;
}


/* --------------------------　TOP02　-------------------------- */

.topRECRUIT {
	margin-top: -100px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.bg03 h2 {
	position: relative;
  text-align: center;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 60px;
}
.bg03 h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7a912e;
  border-radius: 2px;
}
.bg03 h3 {
  position: relative;
  text-align: left;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	padding: 0;
	margin: 0;
	line-height: 1.7;
	margin-bottom: 15px !important;
}




/* 019 */
.morebutton  {
	margin: 20px 0 20px 0;
	width: 100%;
}
.morebutton a {
    background: #7a912e;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.morebutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.morebutton a:hover {
  background: #b69a00;
  color: #FFF;
}
.morebutton a:hover:after {
  right: 1.4rem;
}




/* --------------------------　CTA　-------------------------- */


.receponce {
	background: #005d4f;
	background-size: cover;
	padding: 30px 0 15px 0;
	color:#fff;
}

.receponce h2 {
	position: relative;
  text-align: center;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
	padding: 0;
	margin: 0;
	line-height: 1;
	margin-bottom: 50px;
}
.receponce h2:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #7a912e;
  border-radius: 2px;
}
.receponce h3 {
  position: relative;
  text-align: center;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
	padding: 0;
	margin: 0;
	line-height: 1.7;
	margin-bottom: 15px !important;
}



}






























@media screen and (max-width: 1200px) {
	
/* --------------------------　コンテンツ　-------------------------- */



.bg_top00 {
	background:#fff;
    background-size: cover;
	padding: 30px 0;
}

.flexbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 10px;
}
.flexitem {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;
	margin-bottom: 20px;

}
.flexitem h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.flexitem span {
	font-size: 1.6rem;
	margin-right: 10px;
}
.flexitem p {
	font-size: 1.4rem;
	line-height:1.8;
}
.flexitem img {
	width: 100%;
	height: auto;
}

.rev {
	flex-direction: column-reverse;
}

.button18 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 10px auto;
  padding: 1em 2em;
  width: 80%;
  color: #fff;
  font-size: 1.5rem;
  background-color: #222;
  transition: 0.3s;
  justify-content: center;
	box-sizing: border-box;
}

.button18 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.button18 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.button18 a:hover {
  text-decoration: none;
  background-color: #444444;
}

.button18 a:hover::before,
.button18 a:hover::after {
  right: 0.5em;
}

.flexitem .title_read {
	font-size: 1.5rem;
	color:#727171;
	font-weight: 600;
	line-height: 1.7;
}
.flexitem .read {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.7;
}


	
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



