@charset "UTF-8";
.sec-title {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1;
}
.sec-title .ja {
  margin-left: 19px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.sec-title .ja::before {
  content: '／ ';
}

.flex-box {
  display: -webkit-flex;
  display: flex;
}

/* fv
------------------------ */
#wrapper.is-fv {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1040px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
}
.fv::before {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #004ea2;
  content: '';
}
.fv .fv-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fv .fv-logo {
  opacity: 0;
}
.fv .fv-logo img{
	height: auto;
	width: 500px;
}
.fv .fv-logo.fvfadeIn {
  opacity: 1;
}
.fv .fv-lead {
	margin-top: 30px;
	font-size: 4rem;
	text-align: center;
	white-space: nowrap;
	line-height: 1.1;
	opacity: 0;
	color: #004ea2;
}
.fv .fv-lead.fvfadeIn {
  opacity: 1;
}
.fv .fv-lead strong {
	display: block;
	font-size: 6.4rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.fv.coverIn::before {
  left: 0;
  animation: coverIn 0.75s linear forwards;
}
.fv.coverOut::before {
  right: 0;
  animation: coverOut 0.75s linear forwards;
}

@keyframes coverIn {
  100% {
    width: 100%;
  }
}
@keyframes coverOut {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes fvfadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fvfadeIn {
  animation-duration: 1.5s;
  -webkit-animation-name: fvfadeIn;
  animation-name: fvfadeIn;
}

/* mv
------------------------ */
#mv {
  position: relative;
}
#mv .slick-slide {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#mv .slider-inner {
  position: relative;
  display: inline-block;
  width: 100%;
}
#mv .slider-inner img{
	height: auto;
	width: 100%;
}
#mv .slider-item {
  text-align: center;
}
#mv .item-01 .mv-lead,
#mv .item-02 .mv-lead,#mv .item-03 .mv-lead {
  position: absolute;
  left: 8.2%;
  bottom: 25%;
  color: #fff;
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
  text-shadow: 0px 0px 30.02px rgba(0, 0, 0, 0.6), 0px 0px 30.02px rgba(0, 0, 0, 0.6);
}
#mv .item-01 .mv-lead strong,
#mv .item-02 .mv-lead strong,#mv .item-03 .mv-lead strong {
  display: block;
  font-size: 7rem;
  font-weight: 600;
}
#mv .slick-arrow {
  top: 100%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
  z-index: 10;
}
#mv .slick-arrow::before {
  display: none;
}
#mv .slick-prev {
  left: auto;
  right: calc(50% - 423px);
  background-image: url(../images/btn_prev.png);
}
#mv .slick-next {
  right: calc(50% - 503px);
  background-image: url(../images/btn_next.png);
}
#mv .slider-progress {
  position: relative;
  top: -6px;
  width: 100%;
  height: 6px;
  background: #b0b0b0;
}
#mv .slider-progress .progress {
  width: 0%;
  height: 5px;
  background: #004ea2;
}
#mv .slick-counter {
  position: absolute;
  top: 50%;
  right: 70px;
  font-size: 1.4rem;
  writing-mode: vertical-lr;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#mv .slick-counter .current {
  font-weight: 500;
}

.banner{
	width: 335px;
	height: 540px;
	position: relative;
	overflow: hidden;
	background-color: #e4e3e2;
}
.banner-inner {
	width: 1340px;
	height: 540px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
	font-size: 0;
}
.banner img{
width: 335px;
height: auto;
display: block;
vertical-align: middle;
align-items: center;
float: left;
}
.banner .ctrlbtn a{
	display: block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 30px;
	margin-top: -30px;
	color: #666;
	font-weight: bold;
	transform: scale(1, 1.5);
      transform-origin: 0 0;
}
.prev{ right: 0; font-family: "宋体";}
.next{left: 0;font-family: "宋体";}
.banner a:hover{
	color: #FFF;
	background-color: rgba(51,51,51,0.5);
}
.banner ul{
position: absolute;
left: 0;
bottom: 10px;
width: 100%;
text-align: center;
}
.banner dd{
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 5px;
	background-color: rgba(102,102,102,0.5);
	border-radius: 50%;
	z-index: 1111;
	cursor: pointer;
}
.banner .active{
	background-color: rgba(153,102,0,1);
}

@media screen and (max-width: 1400px) {
  #mv {
    padding: 0;
  }
  #mv .item-01 .mv-lead,
  #mv .item-02 .mv-lead,#mv .item-03 .mv-lead {
    font-size: 3.2rem;
  }
  #mv .item-01 .mv-lead strong,
  #mv .item-02 .mv-lead strong,#mv .item-03 .mv-lead strong {
    font-size: 5.4rem;
  }
  #mv .slick-arrow {
    width: 50px;
    height: 50px;
  }
  #mv .slick-prev {
    right: calc(50% - 330px);
  }
  #mv .slick-next {
    right: calc(50% - 400px);
  }
  #mv .slick-counter {
    right: 20px;
  }
}
/* news
------------------------ */
#news {
  padding: 80px 0 80px 0;
}
#news .inner {
  position: relative;
}
#news .sec-title {
  margin-bottom: 60px;
}
#news .news-list {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 0 -40px;
  counter-reset: newsNum;
}
#news .news-list .news-item {
  width: 248px;
  margin: 0 0 0 40px;
}
#news .news-list .news-item a {
  position: relative;
  display: block;
}
#news .news-list .news-item a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 40px;
  background-color: #004ea2;
  counter-increment: newsNum;
  content: counter(newsNum);
}
#news .news-list .news-item .thumb {
	width: 248px;
	height: 180px;
	margin-bottom: 25px;
	overflow: hidden;
}
#news .news-list .news-item .thumb img{
	width: auto;
	height: 180px;
	object-fit: cover;
	cursor: pointer;
	transition: all 0.6s;
}
#news .news-list .news-item .thumb img:hover{transform: scale(1.3);opacity:0.6;}
#news .news-list .news-item .title {
	margin-bottom: 10px;
	font-size: 1.5rem;
	height: 4.5rem;
	overflow: hidden;
}
#news .news-list .news-item .news-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 0.09em;
}
#news .news-list .news-item .news-footer .date {
  color: #676767;
  font-size: 1.3rem;
  font-weight: 500;
}
#news .news-list .news-item .news-footer .link {
  padding-right: 23px;
  color: #004ea2;
  font-weight: 900;
  background: url(../images/ico_more.png) no-repeat 99% center;
  background-size: 21px auto;
}
@media screen and (max-width: 1400px) {
	#news .news-list #fadeshow{display: none;}
}
#news .more {
  position: absolute;
  top: 17px;
  right: 0px;
}
#news .more a {
  display: inline-block;
  padding-right: 40px;
  color: #448ad2;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: url(../images/ico_view.png) no-repeat right center;
}
@media screen and (max-width: 767px) {
#news {
	margin-right: 4%;
	margin-left: 4%;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
#news .news-list {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  counter-reset: newsNum;
}
#news .news-list .news-item {
	width: 50%;
	margin-right: 2%;
}
#news .news-list .news-item a {
  position: relative;
  display: block;
}
#news .news-list .news-item a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 40px;
  background-color: #004ea2;
  counter-increment: newsNum;
  content: counter(newsNum);
}
#news .news-list .news-item .thumb {
	width: 100%;
	height: 29vw;
	margin-bottom: 25px;
	overflow: hidden;
}
#news .news-list .news-item .thumb img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

#news .news-list .news-item .title {
	margin-bottom: 10px;
	font-size: 1.5rem;
	height: 3.5rem;
	overflow: hidden;
}
#news .news-list .news-item .news-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 0.09em;
}
#news .news-list .news-item .news-footer .date {
  color: #676767;
  font-size: 1.3rem;
  font-weight: 500;
}
#news .news-list .news-item .news-footer .link {
  padding-right: 23px;
  color: #004ea2;
  font-weight: 900;
  background: url(../images/ico_more.png) no-repeat 99% center;
  background-size: 21px auto;
}
}
/* about
------------------------ */
#about {
	background: url(../images/bg_about.jpg) no-repeat center center;
	width: 100%;
	padding-top: 87px;
	padding-right: 0;
	padding-bottom: 120px;
	padding-left: 0;
}
@media screen and (max-width: 1400px) {
#about {
	background: url(../images/bg_about.jpg) no-repeat center center;
	background-size:auto 100%;
	width: 100%;
	padding-top: 87px;
	padding-right: 0;
	padding-bottom: 120px;
	padding-left: 0;
}
}
#about .sec-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 41px;
  color: #fff;
}
#about .sec-title .en {
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.3;
}
#about .sec-title .en small {
  font-size: 5.2rem;
  font-weight: 300;
}
#about .sec-title .ja {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5;
}
#about .sec-title .ja::before {
  content: '／ ';
}
#about .lead {
  width: 580px;
  margin-bottom: 45px;
  color: #fff;
  line-height: 1.7;
}
#about .more {
  color: #fff;
  font-weight: 400;
}
#about .more a {
  display: inline-block;
  width: 195px;
  padding: 5px 0;
  font-size: 2.0rem;
  border-bottom: 3px solid #fff;
  background: url(../images/ico_arrow-02.png) no-repeat right center;
  background-size: 20px auto;
}

/* products
------------------------ */
#products {
  padding: 80px 0 80px 0;
  width: 1400px;
  overflow: hidden;
  margin-right: auto;
	margin-left: auto;
}
#products .inner {
  position: relative;
}
#products .sec-title {
  margin-bottom: 60px;
}
#products .more {
  position: absolute;
  top: 17px;
  right: 0px;
}
#products .more a {
  display: inline-block;
  padding-right: 40px;
  color: #448ad2;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: url(../images/ico_view.png) no-repeat right center;
}
#products .nav{
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#products .nav li{
	text-align: center;
	display: inline-block;
	height: 42px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}
#products .nav li a{
	padding-right: 30px;
	padding-left: 30px;
	line-height: 40px;
	border-radius: 25px;
	color: #000;
	border: 1px solid #000000;
	border-radius: 25px;
	height: 40px;
	display: inline-block;
	font-weight: bold;
}
#products .nav li a:hover{
	background-color: #D00;
	display: inline-block;
	color: #FFF;
	border: 1px solid #666;
}
#products .nav li .hover{
	background-color: #D00;
	display: inline-block;
	color: #FFF;
	border: 1px solid #666;
}
#products .prlist{
	height: auto;
	width: 1420px;
}
#products .prlist li{
	float: left;
	width: 335px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #e4e3e2;
}
#products .prlist li.ht1{height: 540px;}
#products .prlist li.ht2{
	height: 260px;
	overflow: hidden;
}
#products .prlist li.ht2 img{
	height: 260px;
	width: auto;
	cursor: pointer;
	transition: all 0.6s;
}

#products .prlist li.ht2 a:hover img{transform: scale(1.3);opacity:0.6;}
@media screen and (max-width: 1400px) {
	#products {
  padding: 80px 0 80px 0;
  width: 1113px;
  overflow: hidden;
  margin-right: auto;
	margin-left: auto;
}
#products .prlist{
	height: auto;
	width: 1143px;
}
#products .prlist li{
	float: left;
	width: 351px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #e4e3e2;
}
#products .prlist li.ht2{
	height: 260px;
	overflow: hidden;
}
#products .prlist li.ht2 img{
	height: 260px;
	width: auto;
}
	#products .prlist li.ht1{display: none;}
	
}
@media screen and (max-width: 767px) {
#products {
	width: 96%;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-right: 4%;
	margin-left: 4%;
}
#products .inner {
  position: relative;
}
#products .sec-title {
  margin-bottom: 60px;
}
#products .more {
display: none;
}

#products .nav{
	text-align: center;
	width: 96%;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
#products .nav li{
	height: 4rem;
	margin-right: 2%;
	margin-left: 2%;
	border: 1px solid #000000;
	border-radius: 25px;
	width: 28%;
	margin-bottom: 2%;
	padding: 0px;
	font-size: 1.5rem;
	overflow: hidden;
}
#products .nav li a{
	padding-right: 0px;
	padding-left: 0px;
	line-height: 4rem;
	border-radius: 25px;
	color: #000;
	border: none;
}
#products .nav li a:hover{
	background-color: #FFF;
	color: #000;
	border: none;
}
#products .prlist{
	height: auto;
	width: 100%;
}
#products .prlist li{
	float: left;
	background-color: #e4e3e2;
}
#products .prlist li.ht2{
	width: 46%;
	margin-right: 4%;
	margin-bottom: 4%;
	height: 33vw;
	overflow: hidden;
}
#products .prlist li.ht2 img{
	height: 33vw;
	width: auto;
}

}
.ft-carousel {
	position: relative;
	width: 335px;
	height: 540px;
	overflow: hidden;
	background-color: #666;
}
.ft-carousel .carousel-inner {
	position: absolute;
	width: 335px;
	height: 540px;
	overflow: hidden;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	width: 335px;
	height: 540px;
	position: relative;
	overflow: hidden;
}
.ft-carousel .carousel-item img {
	height: 540px;
	width: auto;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 335px;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #0066FF;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}


/* global
------------------------ */
#global {
  position: relative;
  width: 50%;
  padding: 116px 0 115px 0;
}
#global::before {
  position: absolute;
  top: 220px;
  left: 0;
  width: calc(100% - 60px);
  height: 320px;
  background-color: #f8f9fb;
  content: '';
  z-index: -1;
}
#global .inner {
  width: 520px;
  padding: 0 0 0 20px;
  margin-right: 0;
}
#global .sec-title {
  margin-bottom: 55px;
}
#global .link-item {
  width: 400px;
}
#global .link-item a {
  display: block;
}
#global .thumb {
  margin-bottom: 25px;
}
#global .lead {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.7;
}
#global .more {
  display: inline-block;
  padding-right: 25px;
  color: #004ea2;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: url(../images/ico_more.png) no-repeat right center;
  background-size: 21px auto;
}

/* recruit
------------------------ */
#recruit {
  position: relative;
  width: 50%;
  padding: 116px 0 115px 0;
}
#recruit::before {
  position: absolute;
  top: 300px;
  right: 0;
  width: calc(100% - 60px);
  height: 320px;
  background-color: #f6f3ed;
  content: '';
  z-index: -1;
}
#recruit .inner {
  width: 520px;
  margin: 0;
  padding: 0 20px 0 100px;
}
#recruit .sec-title {
  margin-bottom: 55px;
}
#recruit .link-item {
  width: 400px;
}
#recruit .link-item a {
  display: block;
}
#recruit .thumb {
  margin-bottom: 25px;
}
#recruit .lead {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.7;
}
#recruit .more {
  display: inline-block;
  padding-right: 25px;
  color: #004ea2;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: url(../images/ico_more.png) no-repeat right center;
  background-size: 21px auto;
}

.overflow {
	overflow: hidden;
}

/*
	less than 767px;
---------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
/* common parts
--------------------------------------------------------------------------------------------------------*/
	.inner {
		width: 100%;
	}
	.sec-title {
		font-size: calc(46 / 750 * 100vw);
		font-weight: 700;
	}
	.sec-title .ja {
		margin-left: 1.0em;
		font-size: calc(22 / 750 * 100vw);
	}


/* fv
--------------------------------------------------------------------------------------------------------*/
	#wrapper.is-fv,
	.fv {
		min-width: 100%;
	}
	.fv .fv-lead {
		margin-top: calc(50 / 750 * 100vw);
		font-size: calc(32 / 750 * 100vw);
	}
	.fv .fv-lead strong {
		font-size: calc(64 / 750 * 100vw);
		margin-bottom: 0.25em;
	}

/* mv
--------------------------------------------------------------------------------------------------------*/
	#mv {
		padding-right: 0;
		padding-left: calc(0 / 750 * 100vw);
	}
	#mv .slick-prev,
	#mv .slick-next {
		display: none!important;
	}
	#mv .slick-counter {
		top: 75.0%;
		left: 0.5em;
		right: initial;
		font-size: calc(22 / 750 * 100vw);
		font-weight: 500;
	}
	#mv .item-01 .mv-lead,
	#mv .item-02 .mv-lead,#mv .item-03 .mv-lead {
		font-size: calc(25 / 750 * 100vw);
		bottom: calc(175 / 750 * 100vw);
		left: calc(50 / 750 * 100vw);
	}
	#mv .item-01 .mv-lead strong,
	#mv .item-02 .mv-lead strong,#mv .item-03 .mv-lead strong {
		font-size: calc(40 / 750 * 100vw);
	}
	#mv .slick-slide img {
		height: calc(600 / 750 * 100vw);
		object-fit: cover;
	}

/* news
--------------------------------------------------------------------------------------------------------*/
	#news {
		padding-top: calc(60 / 750 * 100vw);
		padding-bottom: calc(80 / 750 * 100vw);
	}
	#news .inner {
		padding-right: calc(0 / 750 * 100vw);
		padding-left: calc(0 / 750 * 100vw);
	}
	#news .sec-title {
		margin-bottom: calc(42 / 750 * 100vw);
	}
	#news .news-list {
		margin: 0;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#news .news-list .news-item {
		width: calc(330 / 750 * 100vw);
		margin: calc(15 / 750 * 100vw) 0 0 0;
	}
	#news .news-list .news-item:nth-of-type(-n+2) {
		margin-top: 0;
	}
	#news .news-list .news-item a::before {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		width: calc(60 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
		font-size: calc(34 / 750 * 100vw);
		line-height: 1.0;
	}
	#news .news-list .news-item .thumb {
		margin-bottom: calc(22 / 750 * 100vw);
	}
	#news .news-list .news-item .title {
		font-size: calc(24 / 750 * 100vw);
		margin-bottom: 1.0em;
	}
	#news .news-list .news-item .news-footer {
		-webkit-align-items: center;
		align-items: center;
	}
	#news .news-list .news-item .news-footer .date {
		font-size: calc(22 / 750 * 100vw);
	}
	#news .news-list .news-item .news-footer .link {
		padding-right: calc(36 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
		background-size: calc(30 / 750 * 100vw) auto;
	}
	#news .more {
		display: none;
	}

/* about
--------------------------------------------------------------------------------------------------------*/
	#about {
		padding-top: calc(100 / 750 * 100vw);
		padding-bottom: calc(80 / 750 * 100vw);
		background-size: cover;
	}
	#about .inner {
		padding-right: calc(60 / 750 * 100vw);
		padding-left: calc(60 / 750 * 100vw);
	}
	#about .sec-title {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	#about .sec-title .en {
		font-size: calc(46 / 750 * 100vw);
		line-height: 1.2174;
	}
	#about .sec-title .en small {
		font-size: calc(46 / 750 * 100vw);
	}
	#about .sec-title .ja {
		font-size: calc(22 / 750 * 100vw);
		font-weight: 700;
	}
	#about .lead {
		width: 100%;
		font-size: calc(22 / 750 * 100vw);
		line-height: 1.4545;
		padding-right: 2.0em;
		margin-bottom: calc(50 / 750 * 100vw);
	}
	#about .more a {
		width: calc(300 / 750 * 100vw);
		padding: 0.25em 0;
		font-size: calc(32 / 750 * 100vw);
		border-width: 2px;
		background-size: calc(30 / 750 * 100vw) auto;
	}

/* products
--------------------------------------------------------------------------------------------------------*/
	#products {
		padding-top: calc(60 / 750 * 100vw);
		padding-bottom: calc(60 / 750 * 100vw);
	}
	#products .inner {
		padding-right: 0;
		padding-left: 0;
	}
	#products .sec-title {
		margin-bottom: calc(30 / 750 * 100vw);
	}
	#products .lead {
		display: block;
		text-align: left;
		font-size: calc(22 / 750 * 100vw);
		line-height: 1.4545;
		width: 100%;
		padding-right: calc(60 / 750 * 100vw);
		padding-left: calc(60 / 750 * 100vw);
		margin-bottom: calc(50 / 750 * 100vw);
	}
	#products .image {
		padding-right: calc(40 / 750 * 100vw);
		padding-left: calc(45 / 750 * 100vw);
		margin-bottom: calc(50 / 750 * 100vw);
		text-align: center;
	}


/* global recruit
--------------------------------------------------------------------------------------------------------*/
	#global,
	#recruit {
		padding-top: calc(75 / 750 * 100vw);
		padding-bottom: calc(100 / 750 * 100vw);
	}
	#global::before,
	#recruit::before {
		width: calc(375 / 750 * 100vw);
		height: calc(200 / 750 * 100vw);
	}
	#global::before {
		top: calc(188 / 750 * 100vw);
	}
	#recruit::before {
		top: calc(278 / 750 * 100vw);
	}
	#global .inner,
	#recruit .inner {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#global .inner {
		padding-right: calc(25 / 750 * 100vw);
		padding-left: calc(60 / 750 * 100vw);
	}
	#recruit .inner {
		padding-right: calc(60 / 750 * 100vw);
		padding-left: calc(25 / 750 * 100vw);
	}
	#global .sec-title,
	#recruit .sec-title {
		margin-bottom: calc(40 / 750 * 100vw);
	}
	#global .sec-title .ja,
	#recruit .sec-title .ja {
		display: block;
		margin-top: 0.25em;
		margin-left: 0;
	}
	#global .link-item,
	#recruit .link-item {
		width: 100%;
	}
	#global .thumb,
	#recruit .thumb {
		margin-bottom: calc(25 / 750 * 100vw);
	}
	#global .lead,
	#recruit .lead {
		font-size: calc(22 / 750 * 100vw);
		line-height: 1.4545;
		margin-bottom: calc(25 / 750 * 100vw);
	}
	#global .more,
	#recruit .more {
		display: inline-block;
		font-size: calc(24 / 750 * 100vw);
		padding-right: calc(35 / 750 * 100vw);
		background-size: calc(30 / 750 * 100vw) auto;
	}


}