.pc-non {
  display: none;
}
@media (max-width: 750px) {
  .sp-non {
    display: none;
  }
  .pc-non {
    display: inline-block;
  }
  .wapper {
    width: 100%;
    height: 100%;
    over-flow: hidden;
  }
}

/* チェックボックスを非表示 */
.menu-checkbox {
  display: none;
}
/* メニューボタンの装飾 */
.menu-button {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 200;
  height: 30px;
  width: 40px;
  cursor: pointer;
}
.menu-button::before, .menu-button::after {
  content: '';
  transition: .3s;
}
.menu-button::before, .menu-button::after, .menu-button span {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  margin-top: -1px;
  background-color: #666666;
}
.menu-button::before {
  top: 0;
}
.menu-button::after {
  bottom: 0;
}
.menu-button span {
  top: 50%;
}
/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
  top: 50%;
  transform: rotate(45deg);
}
.menu-checkbox:checked ~ .menu-button::after {
  top: 50%;
  transform: rotate(-45deg);
}
.menu-checkbox:checked ~ .menu-button span {
  display: none;
}
/* ドロワーメニューの装飾 */
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100%;
  width: 200px;
  transform: translateX(-100%);
  transition: .5s;
  background-color: #FFFFFF;
}
.drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.drawer-menu li {
  border-bottom: 1px dotted #ccc;
}
.drawer-menu a {
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
}
/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}
/* ドロワーメニューの背景 */
.menu-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
  display: block;
}
body {
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0;
	font-family: 'Montserrat', sans-serif;
  font-family: "游ゴシック" "ヒラギノ" "MSPゴシック";
  color: #333;
  background-color: white;
}

.container {
  width: 1170px;
  margin-right:  auto;
  margin-left: auto;
}




header {
  width: 100%;
  height: 109px;
  display: flex;
  justify-content: space-between;
}

.header-left img {
  width: 180px;
  height: 38px;
  padding:30px;
 
}

.header-right {
  margin-right: 24px;
  margin-top: 26px;
  font-size: 20px;
 
}

.header-right li{
  list-style: none;
  float: left;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  
}

.header-right a {
  text-decoration: none;
  width:84px;
  height: 36px;
  padding: 15px 30px;

}



.header-right .selected {
  color: white;
  background-color: #6a825e;
}

@media (max-width: 750px) {
  body {
    width: 100%;
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 260%;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    font-family: "游ゴシック""ヒラギノ""MSPゴシック";
    color: #333;
    background-color: white;
  }
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  header {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 10vw;
  }
  header .header-sp {
    margin-left: 5vw;
    margin-top: 20vw;
  }
  .header-sp h2 {
    font-size: 1.5em;
  }
  .header-sp p {
    font-size: 3em
  }
}

.top-wrapper {
	display: flex;
	flex-wrap: nowrap;
  height: 725px;
  width: 100%;
}

.top-wrapper h2 {
	font-size: 53px;
	font-weight: 800;
	line-height: 81px;
  margin-top: 452px;
	margin-right: 100px;
	margin-left: -2vw;
	position: relative;
	letter-spacing: 1px;
	font-style: italic;
}
@media (max-width: 750px) {
.top-wrapper {
	display: inline-block;
	flex-wrap: none;
  height: auto;
  width: 100%;
	margin-top: 10vw;
} 

	.top-wrapper .container {
	display: inline-block;

  height: auto;
  width: 100%;
}

.top-wrapper h2 {
	font-size: 2em;
	
	line-height: 152%;
  margin-top: 5vw;
	margin-right: 0;
	margin-left: 8vw;
	font-weight: bold;
	letter-spacing: 0;
}	
}
.top-img .man {
	width: 700px;
	height: 390px;
	position: absolute;
	left: 642px;
	top: 154px;

}

.top-wrapper .bottle {
	width: 437px;
	height: 274px;
	position: absolute;
	top: 468px;
	left: 970px;
}

@media (max-width: 750px) {
	.top-img {
		position: relative;
	
	}
.top-img .man {
	width: 66vw;
	height: auto;
	position: absolute;
	left: 30vw;
	top: 20vw;

}

.top-wrapper .bottle {
	width: 46vw;
	height: auto;
	position: absolute;
	top: 62vw;
	left: 54vw;
}
}


.second-wrapper {
  display: flex;
	height: 1700px;
	width: 230px;
  position: relative;
}



.second-wrapper .years {
	border-left: solid 1px #333;
	height: 120%;
	
  position: absolute;
  left: 140px;
  top: -90px;
}

.years p {
	font-size: 15px;
	line-height: 262px;
	padding-left: 8px;
}

.years .first-2000 {
	padding-top: 120px;
}
@media (max-width: 750px) {
	.second-wrapper {
  display: flex;
	height: auto;
	width: 10%;
  position: relative;
		
}



.second-wrapper .years {
	border-left: solid 1px #333;
	height: 120%;
  position: absolute;
  left: 0;
  top: 9.4vw;
	margin-left: 5vw;

	padding-bottom: 14vw;
}

.years p {
	font-size: 0.6em;
	line-height: 1200%;
	padding-left: 1em;
}

.years .first-2000 {
	padding-top: 12vw;
}
}

.img-wrapper {
  margin-top: 200px;
  display: flex;
  height: 1300px;
	position: relative;

}
@media (max-width: 750px) {
	.img-wrapper {
  margin-top: 90vw;
  display: flex;
  height: auto;
	position: relative; 
	

}
}

.img-wrapper .girls {
  margin-top: 300px;
	margin-right: 30px;
  margin-left: 370px;
 
}

.img-wrapper .laptop {
	margin-bottom: 110px;
  position: absolute;
  left: 926px;
  top: -80px;
}

.img-wrapper .labo {
	margin-left: 560px;
	margin-top: 72px;
	z-index: 10;
  position: relative;

}
.img-wrapper .plant{
	position: absolute;
	left: 950px;
	top: 1000px;
	z-index: 5;
}

.img-wrapper .leaf{
  position: absolute;
  top: 1250px;
  left: 640px;
  z-index: 0;
}

@media (max-width: 750px) {
	.img-wrapper .girls {
		width: 46vw;
		height: auto;
  margin-top: 8vw;
	margin-right: 0;
  margin-left: 58.8vw;
 
}

.img-wrapper .laptop {
	width: 28vw;
	height: auto;
	margin-bottom: 0;
  position: absolute;
  left: 24vw;
  top: -2vw;
}

.img-wrapper .labo {
	width: 54vw;
	height: auto;
	margin-left: 28vw;
	margin-top: -2vw;
	z-index: 10;
  position: relative;

}
.img-wrapper .plant{
	width: 38vw;
	height: auto;
	position: absolute;
	left: 60vw;
	top: 74vw;
	z-index: 5;
}

.img-wrapper .leaf{
	width: 36vw;
	height: auto;
  position: absolute;
  top: 102vw;
  left: 32vw;
  z-index: 0;
}
}

.text-wrapper {
  height: 300px;
  margin-top: 260px;
  margin-left: -44px;
}

.text-wrapper h3 {
  font-weight: lighter;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
	.text-wrapper {
  height: auto;
		width: 100%;
  mxargin-top: 5vw;
  margin-left: 5vw;
		margin-bottom: 24vw;
}

.text-wrapper h3 {
  font-weight: lighter;
  font-size: 0.8em;
  line-height: 240%;
  letter-spacing: 0;
}
}

.join-wrapper {
  height: 1000px;
  margin: 0 auto;
}

.join-wrapper h2 {
  font-size: 45px;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 750px) {
	.join-wrapper {
		width: 100%;
  height: auto;
  margin: 0 auto;
}

.join-wrapper h2 {
  font-size: 2em;
  font-weight: bolder;
  letter-spacing: 0;
  text-align: center;
}
}

.option {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 60px;
  margin-top: 70px;
}
@media (max-width: 750px) {
	.option {
  display: flex;
		flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 6.6vw;
		justify-content: center;
}
}

.option .opening {
  margin-left: 120px;
  margin-right: 280px;
  height: 80px;
  width: 340px;
  border-bottom: solid 1px #333;
}

.option .opening h3 {
  font-weight: 200;
  font-size: 22px;
}
.option .process h3 {
  font-weight: 200;
  font-size: 22px;
}
.option .process {
  height: 80px;
  width: 340px;
  border-bottom: solid 1px #333;
}

@media (max-width: 750px) {
	.option .opening,.option .process  {
  margin-left: 0;
  margin-right: 0;
		margin: 0 auto;
		
  height: auto;
  width: 70%;
  border-bottom: solid 1px #333;
}

	

.option .opening h3,.option .opening h3 {
  font-weight: lighter;
  font-size: 1.375em;
}

	
}


.join-wrapper img.recruit-img {
  margin-top: 100px;
  height: 544px;
  width: 1200px;
}

.join-wrapper .option a {
  text-decoration: none;
}

.opening {
  position: relative;
}

.join-wrapper .opening img,.join-wrapper .process img {
  position: absolute;
  left: 258px;
  top: 0px;
  height:62px;
  width: 62px;
}

.process {
  position: relative;
}


@media (max-width: 750px) {
	.join-wrapper img.recruit-img {
  margin-top: 0;
  height: auto;
  width: 100%;
}

.join-wrapper .option a {
  text-decoration: none;
}

.opening {
  position: relative;
}

.join-wrapper .opening img,.join-wrapper .process img {
  position: absolute;
  left: 56vw;
  top: 4vw;
  height:12vw;
  width: 12vw;
}

.process {
  position: relative;
}
	

}


.opening-wrapper {
  height: 1300px
}

.opening-wrapper .first-section {
  display: flex;
  height: 100px;
}

.opening-wrapper .first-section h3 {
  font-weight:200;
  font-size: 40px;
}
.opening-wrapper .first-section p {
  font-size: 22px;
  margin-left: 36px;
	line-height: 240%;
}
@media (max-width: 750px) {
	.opening-wrapper {
  height: auto;
	width: 100%;
	}
	.opening-wrapper .container {
  height: auto;
	width: 100%;
	}

.opening-wrapper .first-section {
  display: flex;
	flex-direction: column;
  height: auto;
	margin-left: 0;
	text-align: center;
}

.opening-wrapper .first-section h3 {
  font-weight: lighter;
  font-size: 2em;
	line-height: 180%;
}
.opening-wrapper .first-section p {
  font-size: 1.2em;
  margin-left: 0;
}
}

.opening-wrapper .opening-text {
  font-size: 16px;

}
@media (max-width: 750px) {
	.opening-wrapper .opening-text {
  font-size: 0.8em;
		width: 100%;
		height: auto;
		margin-left: 0;
		line-height: 210%;
		margin-top: 8vw;
		text-align: center;

}
}

.opening-wrapper .second-section {
  height:100px;
  margin-top: 120px;
  
}


.second-section .opening-list {
  width: 774px;
  height: 978px;
	margin-left: 420px;
	
  
}

.opening-list li {
  display: flex;
  margin: 50px 0;
  padding: 20px;
  height: 86px;
  font-size: 23px;
  list-style: none;
  border: solid 1px #333;
  box-sizing: border-box;
  position: relative;
}
.opening-list li:last-child {
  
  font-size: 20px;

 
}


.opening-list p {
  position: absolute;
  top: 44px;
  left: 400px;
  font-size: 16px;
  top: 100;
  left: 650px;
  white-space: nowrap;
}

.opening-list a {
  text-decoration: none;
}


@media (max-width: 750px) {
	.opening-wrapper .second-section {
 height: auto;
		width: 100%;
  margin-top: 10vw;
  
}


.second-section .opening-list {
  width: 90%;
  height: auto;
	margin-left: 0;
	margin: 0 auto;
	
  
}
	
.opening-list li {
  display: flex;
  margin: 8vw 0;
  padding: 0;
  height: auto;
  font-size: 1.2em;
	line-height: 340%;
 padding-left: 2vw;
}
	
	.opening-list li:nth-child(6) {
	  font-size: 1em;
		line-height: 380%;
	}


.opening-list p {
  position: absolute;
  top: 0;
  left: 66vw;
  font-size: 0.6em;
  
  white-space: nowrap;
}

.opening-list a {
  text-decoration: none;
}

}


.btn-wrapper {
	width: 100%;
	height: 300px;
}

.process-wrapper .entry-title {
  display: flex;
}


.process-wrapper .entry-title h3 {
font-size: 40px;
font-weight: 200;
}


.process-wrapper .entry-title p {
  font-size: 22px;
  margin-left: 36px;
}

.process-wrapper .entry-text {
  margin-top: 62px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 28px;
  width: 430px; 
  height: 100px;
}

@media (max-width: 750px) {
	.process-wrapper .container {
		width: 100%;
		height: auto;
		margin-top: 18vw;
	}
	.process-wrapper .entry-title {
		width: 100%;
		height: auto;
  display: flex;
		flex-direction: column;
		justify-content: center;
}
	

.process-wrapper .entry-title h3 {
font-weight: lighter;
  font-size: 2em;
	line-height: 180%;
	text-align: center;
}


.process-wrapper .entry-title p {
  font-size: 1.2em;
  margin-left: 0;
	text-align: center;
}

.process-wrapper .entry-text {
  margin-top: 8vw;
  margin-bottom: 0;
  font-size: 0.8em;
  line-height: 210%;
  width: 100%; 
  height: auto;
	text-align: center;
}
	

}
.entry-list {
  position: relative;
  display: flex;
}

.entry-list .job2 ,.job3 {
  margin-left: 50px;
}

.entry-list .job1,.job2,.job3{
  position: relative;
}

.entry-list .job1 > a,.job3 > a{
 filter: brightness(85%);
}

.entry-list p {
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 20;
  font-size: 22px;
  color: white;
}
@media (max-width: 750px) {
	.entry-list {
		width: 100%;
		height: auto;
		margin-top: 12vw;
  position: relative;
  display: flex;
		flex-direction: column;
		
}
	.entry-list .list {
		width: 100%;
		height: auto;
		margin-bottom: 4vw;
		
	}
	.entry-list .list img {
		width: 100%;
		height: auto;
	}
	

.entry-list .job2 ,.job3 {
  margin-left: 0;
}

.entry-list .job1,.job2,.job3{
  position: relative;
}

.entry-list .job1 > a,.job3 > a{
 filter: brightness(90%);
}
	.entry-list .job3 > a{
 filter: brightness(85%);
}

.entry-list p {
  position: absolute;
  top: 6vw;
  left: 2.6vw;
  z-index: 20;
  font-size: 1.4em;
  color: white;
}
}





a {
  color:#333;
}

a:hover{
 color: #333333;
 opacity: 0.5;
}





.online-wrapper {
  width: 1170px;
  margin: 0 auto;
  height: 260px;
  margin-top: 80px;
}

.online-wrapper .container a{
  display: block;
  width: 699px;
  height: 80px;
  border: solid 0.8px #333;
  border-radius: 40px;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  margin-left: 250px;
  box-sizing: border-box;
  padding-top: 10px;
 
}

.online-wrapper  span {
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 30px;
  padding-top: 30px;
}

@media (max-width: 750px) {
  .online-wrapper {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
	   width: 100%;
 
  height: auto;
  }
  .online-wrapper .container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 16vw;
    margin-bottom: 23vw;
    align-items: center;
  }
  .online-wrapper .container a {
    display: block;
    width: 93.2vw;
    height: auto;
    border: solid 0.5px #A3A3A3;
    border-radius: 40px;
    font-size: 1.3em;
    text-align: center;
    line-height: 180%;
    text-decoration: none;
    margin-left: 0;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 1.3vw;
	  color: #333
  }
  .online-wrapper span {
    box-sizing: border-box;
    vertical-align: middle;
    width: 2vw;
    height: 2vw;
    margin-left: 4vw;
  }
  .shopping-cart {
    width: 7vw;
    height: 7vw;
    padding-top: 1vw;
  }
}


footer {
  height: 516px;
  padding: 0 200px;
  background-color: #c2cdb6;
}

.footer-left img:hover {
	opacity: 100%;
	
}


.sns-icons ul {
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sns-icons li {
  list-style: none;
  padding-right: 28px;
  font-size: 25px;
  margin-top: 20px;
}

.sns-icons a {
  color:#333333;
}

.sns-icon li:hover {
  opacity: 0.5;
}


footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 0px;
}

@media (max-width: 750px) {
  footer {
    width: 100%;
    height: auto;
    background-color: #c2cdb6;
	   padding: 0 ;
  }
  footer .container {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-left: 5vw;
    padding-top: 14vw;
  }
}

.footer-left {
  margin-top: 78px;
  height: 370px;
}


.footer-left img {
  width: 143px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.footer-left p {
  line-height: 15px;
}

.footer-left .adress {
  padding-top: 10px;
}

@media (max-width: 750px) {
  .footer-left {
    margin-top: 0;
  }
  .footer-left img {
    width: 28vw;
    height: 28vw;
    margin-top: 0;
  }
  .footer-left p {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 150%;
  }
}

.footer-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 78px;
  height: 370px;

}

.footer-right  li {
  list-style: none;
}

.footer-right a {
 text-decoration: none;
}

.footer-right ul {
  margin-left: 50px;
  
}

footer .copyright {
  text-align: center;
}

@media (max-width: 750px) {
  .footer-left .postcode {
    margin-bottom: 0;
  }
  .sns-icons {
    margin-top: 3vw;
    margin-bottom: 3vw
  }
  .footer-left .sns-icons li {
    color: #333;
    margin-right: 0;
    padding-right: 3vw;
  }
  .footer-right {
    border-top: solid 0.5px #BFBFBF;
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-top: 5vw;
	
  }
  .footer-right .sns {
    display: flex;
    font-size: 0.8em;
  }
  .sns li {
    margin-right: 3vw;
  }
  .footer-right ul {
    margin-left: 0;
  }
  footer p {
    margin-top: 0;
  }
  .copyright {
    font-size: 0.6em;
  }
}