@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.nav-top a {
	background-color: #5aaf94;
}

.main-bg__inner {
  background: url("../images/cmn-images/main-bg.png") 100% 100% no-repeat;
}

/* ==========================================================================
	MAIN
	========================================================================== */

.main-image {
  display: flex;
  padding: 140px 0 0 0;
}
.main-image__txt {
  position: relative;
  width: 50%;
  text-align: center;
}
.main-image__txt::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.main-image__txt h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-image__tit {
  display: inline-block;
  font-family: var(--font01);
  font-display: swap;
  font-size: clamp(4rem,7.5vw,7.8rem);
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 200%;
  text-align: left;
}
.main-image__img {
  width: 50%;
}
.main-image__img img {
  display: block;
  margin: 0 auto;
}
.sub {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.sub__img {
  width: 50%;
}
.sub__img img {
  display: block;
  margin: 0 auto;
}
.sub__txt {
  flex: 1;
}
.sub__tit {
  font-family: var(--font01);
  font-display: swap;
  font-size: clamp(2rem,2.75vw,3rem);
  font-weight: 700;
  line-height: 250%;
}
.sub__tit span {
  border-bottom: solid 2px;
  padding-bottom: 10px;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.bsuiness .tit-cmn02 {
	text-align: center;
}
.bsuiness .tit-cmn02::before {
  content: "“";
  margin-right: 5px;
}
.bsuiness .tit-cmn02::after {
  content: "”";
  margin-left: 5px;
}
.bsuiness-bn {
  overflow: hidden;
  margin-bottom: 40px;
}
.bsuiness-bn li {
  position: relative;
  float: left;
  width: 33.333%;
  text-align: left;
	background-color: #000;
}
.bsuiness-bn li a {
  position: relative;
  display: block;
  height: 480px;
  color: #fff!important;
}
.bsuiness-bn li span {
  display: block;
}
.bsuiness-bn li a .txt {
  position: absolute;
	z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  box-sizing: border-box;
  padding: 30px;
}
.bsuiness-bn__tit {
  font-size: clamp(1.8rem,2.8vw,2.5rem);
  font-family: var(--font01);
  font-display: swap;
  font-weight: 700;
  margin-bottom: 30px;
}
.bsuiness-bn__tit span {
  display: block;
  font-size: clamp(1.7rem,2.2vw,2rem);
  font-family: var(--font01);
  font-display: swap;
  font-weight: 700;
}
.business-bn__more {
  display: inline-block;
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: solid 1px;
  padding-bottom: 10px;
}
.bg-zoom {
  position: relative;
	overflow: hidden;
}

.bg-zoom:after {
  position: absolute;
  content: ""; 
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.bn01 .bg-zoom:after {
  background: linear-gradient( 90deg, rgba(62, 62, 62, 0.68), rgba(62, 62, 62, 0.68)),
  url("../images/index-images/business01.jpg");
  background-size: cover;  transition: all .8s ease;
}
.bn02 .bg-zoom:after {
  background: linear-gradient( 90deg, rgba(62, 62, 62, 0.68), rgba(62, 62, 62, 0.68)),
  url("../images/index-images/business02.jpg");
  background-size: cover;  transition: all .8s ease;
}
.bn03 .bg-zoom:after {
  background: linear-gradient( 90deg, rgba(62, 62, 62, 0.68), rgba(62, 62, 62, 0.68)),
  url("../images/index-images/business03.jpg");
  background-size: cover;  transition: all .8s ease;
}
.bg-zoom:hover:after {
  opacity: .5;
  transform: scale(1.05);
}

.bg-zoom .bg-zoom-content {
  z-index: 1; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-ill img {
  margin-left: 20%;
}
.company {
  margin-top: -100px;
	padding-bottom: 130px;
}
.company .tit-cmn01 {
  margin-bottom: 0;
}
.company-box {
  display: flex;
  clear: both;
}
.company-box__inner {
  position: relative;
  width: 40%;
  text-align: center;
  margin-bottom: 0;

}
.company-box__tit {
  font-size: clamp(3rem,5.375vw,4.5rem);
  text-align: left;
  height: 500px;
  line-height: 200%;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.company-box__txt {
  flex: 1;
  padding-top: 80px;
}
.company-box__txt p {
  line-height: 250%;
}
.company-bg {
	width: 70%;
	display: block;
	height: 650px;
	background: url("../images/index-images/company-bg.jpg") 100% 0 no-repeat;
	border-radius: 0 20px 20px 0;
	margin-bottom: 80px;
}

.recruit-ill {
	margin-top: -70px!important;
}
.recruit-ill img {
	margin-left: 25%;
}
.recruit-list {
	overflow: hidden;
	margin-top: -50px;
}
.recruit-list__txt {
	float: left;
	width: 50%;
	padding-top: 100px;
}
.recruit-list__txt p {
	font-family: var(--font01);
  font-display: swap;
  font-size: clamp(1.8rem,2.875vw,2.5rem);
	font-weight: 7000;
	margin-bottom: 40px;
}
.recruit-list__tit {
  font-size: clamp(3rem,5.375vw,4.5rem);
	margin-bottom: 70px;
}
.recruit-list__inner {
	float: right;
	width: 560px;
}
.recruit-list__bg {
	float: right;
	width: 40%;
	height: 660px;
	background: url("../images/index-images/recruit-bg.jpg") 0 0 no-repeat;
	border-radius: 20px 0 0 20px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.main-bg {
  padding-bottom: 0;
}
.main-bg__inner {
  background: url("../images/cmn-images/main-bg.png") 20% 0 no-repeat;
  background-size: 170%;
}
.main-image {
  padding: 30px 0 0 0;
}
.main-image__txt::before {
  content: "";
  display: block;
  padding-top: 130%;
}
.main-image__tit {
  line-height: 180%;
}
.sub {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.sub__img {
  width: 25%;
}
.sub__tit {
  line-height: 250%;
  padding-left: 50px;
}

.bsuiness-bn li a {
  height: 400px;
}
.bsuiness-bn li a .txt {
  height: 400px;
  padding: 20px 20px 0 20px;
}
.business-bn__more {
  bottom: 20px;
  right: 20px;
}
.company {
	padding-bottom: 100px;
}
.company-box {
	margin-bottom: 60px;
}
.company-box__inner::before {
  content: "";
  display: block;
  padding-top: 115%;
}
.company-box__tit {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-block;
  font-size: clamp(3rem,5.375vw,4.5rem);
  text-align: left;
  line-height: 200%;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.company-ill img {
  margin-left: 10%;
}
.company-bg {
	width: 70%;
	display: block;
	height: 400px;
	background: url("../images/index-images/company-bg.jpg") 100% 0 no-repeat;
  background-size: 1000px;
	border-radius: 0 20px 20px 0;
	margin-bottom: 60px;
}

.recruit-ill {
	margin-top: -50px!important;
}
.recruit-ill img {
	margin-left: 20%;
}
.recruit-list {
	overflow: hidden;
	margin-top: -30px;
}
.recruit-list__txt {
	float: none;
	width: 100%;
	padding-top: 50px;
  margin-bottom: 50px;
}
.recruit-list__inner {
	float: none;
	width: 100%;
}
.recruit-list__bg {
	float: none;
	width: 100%;
	height: auto;
	background: none;
	border-radius: 0;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.main-bg {
  background: linear-gradient(0deg,#fdfcf5 0%,#fdfcf5 45%,var(--color01) 45%,var(--color01) 100%);
  margin-bottom: 50px;
}
.main-bg__inner {
  background: url("../images/cmn-images/main-bg.png") 20% 0 no-repeat;
  background-size: 170%;
}
.main-image {
  display: block;
  padding: 30px 0;
  margin-bottom: 0;
}
.main-image__txt {
  width: 100%;
  margin-bottom: 30px;
}
.main-image__txt::before {
  content: "";
  display: block;
  padding-top: 0;
}
.main-image__txt h2 {
  position: relative;
  width: auto;
  height: auto;
}


.main-image__img {
  width: 100%;
}
.main-image__img img {
  width: 80%;
}
.sub {
  display: block;
  margin-bottom: 50px;
}
.sub__img {
  width: 100%;
}
.sub__img img {
  width: 45%;
  margin: 0 auto 30px auto;
}
.sub__tit {
  padding: 0 20px;
}
.sub__tit span {
  border-bottom: solid 2px;
  padding-bottom: 10px;
}


@media screen and (max-width: 429px) {
.main-bg {
  background: linear-gradient(0deg,#fdfcf5 0%,#fdfcf5 57%,var(--color01) 57%,var(--color01) 100%);
  margin-bottom: 50px;
}
}

.bsuiness-bn {
  margin-bottom: 30px;
}
.bsuiness-bn li {
  float: none;
  width: 100%;
}
.bsuiness-bn li a {
  height: 280px;
}
.bsuiness-bn li a .txt {
  height: 280px;
  padding: 15px!important;
}
.bsuiness-bn__tit {
  margin-bottom: 20px;
}
.bsuiness-bn__txt {
  font-size: 1.4rem;
}
.business-bn__more {
  bottom: 15px;
  right: 15px;
  font-size: 1.4rem;
}

.company-ill img {
  margin-left: 25%;
}
.company {
  margin-top: -50px;
	padding-bottom: 60px;
}
.company .tit-cmn01 {
  float: none;
  margin-bottom: 40px;
}
.company-box {
  display: block;
	margin-bottom: 40px;
}
.company-box__inner {
  width: 100%;
  text-align: center;
}
.company-box__inner::before {
  padding-top: 0;
}
.company-box__tit {
  position: relative;
  height: auto;
  margin-bottom: 0;
}
.company-box__txt {
  flex: 1;
  font-family: var(--font01);
  font-display: swap;
  padding-top: 40px;
}
.company-bg {
	width: 90%;
	height: 250px;
  background-size: 650px;
	margin-bottom: 40px;
}

.recruit {
  margin-top: 20px;
}
.recruit-ill {
	margin-top: -30px!important;
}
.recruit-list__txt {
	padding-top: 30px;
  margin-bottom: 30px;
}
.recruit-list__txt p {
  margin-bottom: 20px;
}
.recruit-list__tit {
  margin-bottom: 30px;
}

}
