@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
.scrolldown {
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  position: absolute;
}

.scrolldown p {
  letter-spacing: 0.1vw;
}

.scrolldown a {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
}

.scrolldown .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto 10px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
}

.scrolldown .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px !important;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}

@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 70%;
  }
  40% {
    opacity: 0;
    top: 30%;
  }
  70% {
    opacity: 1;
    top: 30%;
  }
  100% {
    opacity: 1;
    top: 70%;
  }
}
header {
  width: auto;
}
@media screen and (max-width: 768px) {
  header {
    width: auto;
  }
}
header h2 {
  width: auto;
  font-size: 4.8rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  header h2 {
    width: auto;
  }
}
header h2:after {
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ED6D00;
}
header i {
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  header i {
    width: auto;
  }
}

/*============================
#title
============================*/
article#title {
  width: 100%;
}
@media screen and (max-width: 768px) {
  article#title {
    width: 100%;
    margin-top: 72px;
    height: calc(var(--vh, 1vh) * 100 - 72px);
  }
}
article#title img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  article#title img.bg {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
article#title section.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  article#title section.full {
    width: 100%;
  }
}
article#title section.full div.wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  article#title section.full div.wrap {
    width: 100%;
    padding: 0 20px;
    font-size: 2.4rem;
  }
}
article#title section.full div.wrap h1.masthead {
  width: auto;
  font-size: 10rem;
  line-height: 1;
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  article#title section.full div.wrap h1.masthead {
    width: auto;
    font-size: 2rem;
    padding: 0;
  }
}
article#title section.full div.wrap h1.masthead small {
  font-size: 3.6rem;
  margin-top: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  article#title section.full div.wrap h1.masthead small {
    width: auto;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  article#title section.full div.wrap h1.masthead small .line {
    margin-bottom: 0rem;
  }
}
article#title section.full div.scrolldown {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#title section.full div.scrolldown {
    width: auto;
  }
}
article#title section.full div.scrolldown span {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#title section.full div.scrolldown span {
    width: auto;
  }
}

/*============================
#about
============================*/
article#about {
  width: auto;
  background: #ED6D00;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#about {
    width: auto;
  }
}
article#about header {
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#about header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#about header h2 {
  font-size: 4.8rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  article#about header h2 {
    width: auto;
  }
}
article#about header h2:after {
  background-color: #fff;
}
article#about header i {
  padding-left: 20px;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  article#about header i {
    width: auto;
  }
}
article#about section.full {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#about section.full {
    width: auto;
  }
}
article#about section.full div.wrap {
  padding: 0 40px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
  max-width: 1000px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  article#about section.full div.wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
article#about section.full div.wrap p {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#about section.full div.wrap p {
    width: auto;
  }
}
article#about section.full div.menu_wrap {
  width: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  article#about section.full div.menu_wrap {
    width: auto;
  }
}
article#about section.full div.menu_wrap img.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  article#about section.full div.menu_wrap img.bg {
    width: auto;
  }
}
article#about section.full div.menu_wrap ul {
  width: auto;
  display: flex;
  padding: 80px 40px;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#about section.full div.menu_wrap ul {
    padding: 80px 20px 40px;
    flex-wrap: wrap;
  }
}
article#about section.full div.menu_wrap ul li {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#about section.full div.menu_wrap ul li {
    width: 50%;
    margin-bottom: 40px;
  }
}
article#about section.full div.menu_wrap ul li a {
  color: #fff;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 768px) {
  article#about section.full div.menu_wrap ul li a {
    width: auto;
  }
}
article#about section.full div.menu_wrap ul li a svg.circle {
  width: 120px;
  height: 120px;
  padding: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}
article#about section.full div.menu_wrap ul li a p {
  width: auto;
  padding: 20px 0;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  article#about section.full div.menu_wrap ul li a p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
}
article#about section.full div.menu_wrap ul li a svg.arrow {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#about section.full div.menu_wrap ul li a svg.arrow {
    width: auto;
  }
}
article#about section.full div.menu_wrap ul li a:hover svg.circle {
  background: rgba(255, 255, 255, 0.8);
}
article#about section.full div.menu_wrap ul li a:hover p {
  color: #ED6D00;
}
article#about section.full div.menu_wrap ul li a:hover svg.arrow path {
  fill: #ED6D00;
}

/*============================
#business
============================*/
article#business {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#business {
    width: auto;
  }
}
article#business header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#business header {
    width: auto;
  }
}
article#business header h2 {
  width: auto;
  font-size: 4.8rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #ED6D00;
}
@media screen and (max-width: 768px) {
  article#business header h2 {
    width: auto;
  }
}
article#business header h2:after {
  left: calc(50% - 40px);
}
article#business header i {
  color: #ED6D00;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  article#business header i {
    width: auto;
  }
}
article#business section {
  width: auto;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#business section {
    width: auto;
  }
}
article#business section div.wrap {
  width: auto;
  padding: 0 40px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
  max-width: 600px;
  padding-bottom: 80px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#business section div.wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
article#business section div.wrap p {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#business section div.wrap p {
    width: auto;
  }
}
article#business section div.menu_wrap {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#business section div.menu_wrap {
    width: auto;
  }
}
article#business section div.menu_wrap ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  article#business section div.menu_wrap ul {
    width: auto;
    display: block;
  }
}
article#business section div.menu_wrap ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  article#business section div.menu_wrap ul li {
    width: 100%;
  }
}
article#business section div.menu_wrap ul li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  article#business section div.menu_wrap ul li:first-child {
    margin-right: 0;
  }
}
article#business section div.menu_wrap ul li:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  article#business section div.menu_wrap ul li:last-child {
    margin-left: 0;
    margin-top: 40px;
  }
}
article#business section div.menu_wrap ul li a {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#business section div.menu_wrap ul li a {
    width: auto;
  }
}
article#business section div.menu_wrap ul li .img {
  position: relative;
  padding-top: 65%;
}
article#business section div.menu_wrap ul li .img img.circle {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  article#business section div.menu_wrap ul li .img img.circle {
    width: auto;
  }
}
article#business section div.menu_wrap ul li h3 {
  width: auto;
  padding: 40px 34px;
  position: relative;
  letter-spacing: 2px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  article#business section div.menu_wrap ul li h3 {
    width: auto;
    position: relative;
  }
}
article#business section div.menu_wrap ul li h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(../img/top/business/arrow.svg);
  background-size: contain;
}
article#business section div.menu_wrap ul li p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#business section div.menu_wrap ul li p {
    width: auto;
  }
}

/*============================
#person
============================*/
article#person {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#person {
    width: auto;
  }
}
article#person header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#person header {
    width: auto;
  }
}
article#person header h2 {
  width: auto;
  font-size: 4.8rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #ED6D00;
}
@media screen and (max-width: 768px) {
  article#person header h2 {
    width: auto;
  }
}
article#person header h2:after {
  left: calc(50% - 40px);
}
article#person header i {
  color: #ED6D00;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  article#person header i {
    width: auto;
  }
}
article#person section {
  width: auto;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#person section {
    width: auto;
    padding: 40px 60px;
  }
}
article#person section div.wrap {
  width: auto;
  padding: 0 40px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
  max-width: 600px;
  padding-bottom: 80px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#person section div.wrap {
    width: auto;
    padding: 0 0 40px;
  }
}
article#person section div.wrap p {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#person section div.wrap p {
    width: auto;
  }
}
article#person section div.menu_wrap {
  width: auto;
  /**
  ul {
  	width: auto;
  	display: flex;
  	@include mq() {
  		width: auto;
  		flex-wrap: wrap;
  	}
  	li {
  		width: calc(100% / 3);
  		position: relative;
  		@include mq() {
  			width: 100%;
  			margin-bottom: 20px;
  			background: #000;
  		}
  		&:last-child {
  			@include mq() {
  				margin-bottom: 0px;
  			}
  		}
  		a {
  			width: auto;
  			@include mq() {
  				width: auto;
  			}
  			img.bg {
  				width: auto;
  				@include mq() {
  					max-height: 200px;
  					width: 100%;
  					object-fit: cover;
  					background: #000;
  					opacity: 0.8;
  				}
  			}
  			.text {
  				position: absolute;
  				top: 0;
  				left: 0;
  				width: 100%;
  				height: 100%;
  				display: flex;
  				align-items: flex-end;
  				flex-wrap: wrap;
  				align-content: end;
  				padding: 20px;
  				@include mq() {
  					width: auto;
  				}	
  				h3 {
  					width: 100%;
  					font-size: 2.4rem;
  					letter-spacing: 2px;
  					color: #fff;
  					text-shadow: #000 2px 2px;
  					@include mq() {
  						width: auto;
  					}
  				}
  				p {
  					width: 100%;
  					color: #fff;
  					font-size: 1.4rem;
  					letter-spacing: 2px;
  					line-height: 1.8;
  					text-shadow: rgba(0,0,0,1) 1px 1px 0px;
  					padding-top: 20px;
  					@include mq() {
  						width: auto;
  					}
  				}
  			}
  		}
  	}
  }
     **/
}
@media screen and (max-width: 768px) {
  article#person section div.menu_wrap {
    width: auto;
  }
}
article#person section div.menu_wrap button.slick-arrow {
  top: 38%;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  article#person section div.menu_wrap button.slick-arrow.slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  article#person section div.menu_wrap button.slick-arrow.slick-prev {
    left: -30px;
  }
}
article#person section div.menu_wrap .slick-next:before, article#person section div.menu_wrap .slick-prev:before {
  color: #ED6D00;
  font-size: 30px;
}
article#person section div.menu_wrap div.profile-slider div.profile-item div.profile-image {
  padding: 0px 40px 20px;
}
article#person section div.menu_wrap div.profile-slider div.profile-item div.profile-image img {
  display: block;
  border-radius: 50%;
  margin: auto;
  width: 100%;
}
article#person section div.menu_wrap div.profile-slider div.profile-item div.profile-info {
  padding: 0 10px;
}
article#person section div.menu_wrap div.profile-slider div.profile-item div.profile-info h3 {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.8;
}
article#person section div.menu_wrap div.profile-slider div.profile-item div.profile-info p {
  font-size: 1.4rem;
  padding-bottom: 0px;
  opacity: 0.6;
}

/*============================
#job
============================*/
article#job {
  width: auto;
  display: flex;
  padding-top: 120px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  article#job {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
article#job div.img_wrapper {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#job div.img_wrapper {
    width: auto;
  }
}
article#job div.img_wrapper img.bg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  article#job div.img_wrapper img.bg {
    width: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
  }
}
article#job div.content_wrapper {
  width: auto;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper {
    width: auto;
    padding-left: 20px;
  }
}
article#job div.content_wrapper header {
  width: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper header {
    width: auto;
  }
}
article#job div.content_wrapper header h2 {
  width: auto;
  font-size: 4.8rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #ED6D00;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper header h2 {
    width: auto;
  }
}
article#job div.content_wrapper header i {
  color: #ED6D00;
  letter-spacing: 2px;
  font-size: 2rem;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper header i {
    width: auto;
  }
}
article#job div.content_wrapper section {
  padding-top: 0;
  padding-left: 0px;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section {
    width: auto;
  }
}
article#job div.content_wrapper section div.wrap {
  width: auto;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.wrap {
    width: auto;
    padding-left: 0;
  }
}
article#job div.content_wrapper section div.wrap p {
  width: auto;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.wrap p {
    width: auto;
  }
}
article#job div.content_wrapper section div.menu_wrap {
  width: auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap {
    width: auto;
  }
}
article#job div.content_wrapper section div.menu_wrap ul {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul {
    width: auto;
  }
}
article#job div.content_wrapper section div.menu_wrap ul li {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul li {
    width: auto;
  }
}
article#job div.content_wrapper section div.menu_wrap ul li a {
  display: block;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul li a {
    width: auto;
  }
}
article#job div.content_wrapper section div.menu_wrap ul li a:hover {
  background: #ED6D00;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul li a:hover {
    color: #333;
    background: #fff;
    opacity: 0.8;
  }
}
article#job div.content_wrapper section div.menu_wrap ul li a div.content {
  display: flex;
  align-items: center;
  padding: 40px 20px;
  border-bottom: solid 1px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul li a div.content {
    padding: 0 0 20px;
    margin-bottom: 40px;
  }
}
article#job div.content_wrapper section div.menu_wrap ul li a div.content div.text {
  width: auto;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul li a div.content div.text {
    width: auto;
  }
}
article#job div.content_wrapper section div.menu_wrap ul li a div.content div.text h3 {
  width: auto;
  padding-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul li a div.content div.text h3 {
    width: auto;
  }
}
article#job div.content_wrapper section div.menu_wrap ul li a div.content div.text p {
  width: auto;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul li a div.content div.text p {
    width: auto;
  }
}
article#job div.content_wrapper section div.menu_wrap ul li a div.content div.arrow {
  width: auto;
  font-size: 2.4rem;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul li a div.content div.arrow {
    width: auto;
  }
}
article#job div.content_wrapper section div.menu_wrap ul li a div.content div.arrow p {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#job div.content_wrapper section div.menu_wrap ul li a div.content div.arrow p {
    width: auto;
  }
}

/*============================
#environment
============================*/
article#environment {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#environment {
    width: auto;
  }
}
article#environment .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
}
article#environment header {
  color: #fff;
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#environment header {
    padding: 80px 20px 40px;
  }
}
article#environment header h2 {
  font-size: 4.8rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  article#environment header h2 {
    width: auto;
    font-size: 3.6rem;
  }
}
article#environment header h2:after {
  background-color: #ED6D00;
}
article#environment header i {
  padding-left: 20px;
  letter-spacing: 2px;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#environment header i {
    width: auto;
  }
}
article#environment section.full {
  width: auto;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#environment section.full {
    width: auto;
  }
}
article#environment section.full div.wrap {
  width: auto;
  padding: 0 40px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
  max-width: 800px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#environment section.full div.wrap {
    width: auto;
    padding: 0 20px;
  }
}
article#environment section.full div.wrap p {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#environment section.full div.wrap p {
    width: auto;
  }
}
article#environment section.full div.menu_wrap {
  width: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  article#environment section.full div.menu_wrap {
    width: auto;
  }
}
article#environment section.full div.menu_wrap ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  article#environment section.full div.menu_wrap ul {
    padding: 0 10px;
    justify-content: flex-start;
  }
}
article#environment section.full div.menu_wrap ul li {
  margin: 0 10px 20px;
}
article#environment section.full div.menu_wrap ul li a {
  display: block;
  width: auto;
  transition: all 0.5s 0s ease;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#environment section.full div.menu_wrap ul li a {
    line-height: 1.8;
    padding: 10px;
    letter-spacing: 1px;
  }
}
article#environment section.full div.menu_wrap ul li a:hover {
  background: #ED6D00;
  color: #fff;
  opacity: 1;
}
article#environment section.full div.menu_wrap ul li a h3 {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#environment section.full div.menu_wrap ul li a h3 {
    width: auto;
  }
}

/*============================
#recruit
============================*/
article#recruit {
  width: auto;
  background-color: #FFFAE8;
}
@media screen and (max-width: 768px) {
  article#recruit {
    width: auto;
  }
}
article#recruit header {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#recruit header {
    width: auto;
  }
}
article#recruit header h2 {
  width: auto;
  font-size: 4.8rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #ED6D00;
}
@media screen and (max-width: 768px) {
  article#recruit header h2 {
    width: auto;
  }
}
article#recruit header h2:after {
  left: calc(50% - 40px);
}
article#recruit header i {
  color: #ED6D00;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  article#recruit header i {
    width: auto;
  }
}
article#recruit section {
  width: auto;
  padding-bottom: 80px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#recruit section {
    width: auto;
  }
}
article#recruit section div.menu_wrap {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#recruit section div.menu_wrap {
    width: auto;
  }
}
article#recruit section div.menu_wrap img.bg {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#recruit section div.menu_wrap img.bg {
    width: auto;
  }
}
article#recruit section div.menu_wrap ul {
  width: auto;
  display: flex;
  max-width: 800px;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  article#recruit section div.menu_wrap ul {
    width: auto;
  }
}
article#recruit section div.menu_wrap ul li {
  width: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  article#recruit section div.menu_wrap ul li {
    width: auto;
  }
}
article#recruit section div.menu_wrap ul li a {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#recruit section div.menu_wrap ul li a {
    width: auto;
  }
}
article#recruit section div.menu_wrap ul li a img.circle {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#recruit section div.menu_wrap ul li a img.circle {
    width: auto;
  }
}
article#recruit section div.menu_wrap ul li a p {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#recruit section div.menu_wrap ul li a p {
    width: auto;
  }
}/*# sourceMappingURL=common.css.map */