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

.global-nav li.nav-home a {
  color: #ff7200;
}
/* ==========================================================================
	MAIN
	========================================================================== */

#slider {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.main-txt {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.main-txt h1 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 5vw;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
}
.main-txt h2 {
  color: #1b3aac;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 1.5vw;
  font-weight: 700;
}
.main-txt h2 span {
  display: inline;
  background-color: #fff;
  line-height: 220%;
  margin-bottom: 20px;
}
#slider .en {
  position: absolute;
  top: 20%;
  right: 10%;
  color: #fff;
  font-size: 4.5vw;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-align: left;
  line-height: 180%;
  letter-spacing: 0.5vw;
}
#slider .en span {
  display: inline-block;
  background-color: #1b3aac;
  line-height: 100%;
  padding: 10px;
}
#slider .sns {
  position: absolute;
  bottom: 20%;
  right: 20px;
}
#wrapper{
  position: relative;
}

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

.about {
  background: linear-gradient(90deg,#1b3aac 0%,#1b3aac 50%,#fff 50%,#fff 100%);
}
.about .tit {
  float: left;
  width: 35%;
  padding-right: 80px;
  padding-top: 80px;
}
.about .tit-cmn01 {
  color: #fff;
  float: right;
}
.about .txt {
  float: right;
  width: 65%;
  background-color: #fff;
  padding: 130px 0 100px 150px;
}
.about .txt .bt-cmn01 {
  float: right;
}

.business {
  background-color: #f6f6f6;
}
.business .bg {
  background-image: url("../images/index-images/image01.jpg");
  background-repeat: no-repeat;
  background-position: calc(50% + 550px) 50%;
}
.business .txt {
  overflow: hidden;
  width: 50%;
  padding-top: 80px;
}
.business .txt h2 {
  float: left;
}
.business .txt .inner {
  float: right;
  width: 50%;
  padding-top: 50px;
}

.recruit .bg01 {
  overflow: hidden;
  background: url("../images/index-images/recruit-bg.gif") 50% -35px no-repeat;
  padding-top: 80px
}
.recruit .bg01 .tit {
  float: left;
  width: 80%;
  padding-top: 30px;
}
.recruit .bg01 h2 {
  float: right;
}
.recruit .bg02 {
  overflow: hidden;
  background: url("../images/index-images/recruit-bg02.jpg") 50% 0 no-repeat;
  background-color: #1b3aac;
  padding: 30px 0 80px 0;
}
.recruit .bg02 .section-min {
  margin-bottom: 100px;
}
.recruit .bg02 .img01 {
  position: relative;
  float: left;
  width: 50%;
  padding: 40px 40px 0 0;
}
.recruit .bg02 .img01 h2 {
  position: absolute;
  top: 0;
  right: 0;
  color: #1b3aac;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 6rem;
  height: 500px;
  font-weight: 700;
  writing-mode: vertical-rl; 
  text-align: left;
}
.recruit .bg02 .img01 h2 span {
  display: inline-block;
  background-color: #fff;
  line-height: 90%;
  padding: 10px;
}
.recruit .bg02 .img01 h2 span.tit02 {
  font-size: 70%;
}
.recruit .bg02 .img01 img {
  display: block;
  float: right;
}
.recruit .bg02 .txt01 {
  position: relative;
  float: right;
  width: 45%;
}
.recruit .bg02 .txt01 .inner {
  float: left;
  width: 90%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: left;
  padding-top: 200px;
}
.recruit .bg02 .txt01 .inner p {
  font-size: 2rem;
}
.recruit .bg02 .txt01 .inner p span {
  display: inline-block;
  line-height: 100%;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.recruit .bg02 .txt01 .inner h3 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 180%;
}
.recruit .bg02 .txt01 .inner h3 span {
  border-bottom: solid 2px;
}
.recruit .bg02 .img02 {
  float: right;
  width: 50%;
}
.recruit .bg02 .img02 img {
  display: block;
  float: left;
}
.recruit .bg02 .txt02 {
  float: left;
  width: 45%;
}
.recruit .bg02 .txt02 .inner {
  float: right;
  width: 90%;
}
.recruit .bg02 .txt02 .inner p {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 230%;
  text-align: left;
  margin-bottom: 40px;
}


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

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


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

}


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

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

.main-txt h1 {
  font-size: 6vw;
}
.main-txt h2 {
  font-size: 2vw;
}
#slider .en {
  font-size: 5.5vw;
}

.about {
  background: linear-gradient(0deg,#fff 0%,#fff 50%,#1b3aac 50%,#1b3aac 100%);
}
.about .tit {
  float: none;
  width: 100%;
  background-color: #1b3aac;
  padding-right: 0;
}
.about .tit-cmn01 {
  float: none;
}
.about .txt {
  float: none;
  width: 100%;
  padding: 50px 30px;
  margin-bottom: 80px;
}

.business {
  padding: 80px 0;
}
.business .bg {
  background-image: none;
}
.business .txt {
  width: 100%;
  padding-top: 0;
}
.business .txt h2 {
  float: none;
}
.business .txt .inner {
  float: none;
  width: 100%;
  padding-top: 0;
  margin-bottom: 80px;
}

.recruit .bg01 {
  background: url("../images/index-images/recruit-bg.gif") 50% -35px no-repeat;
  background-size: 1500px;
  padding-top: 80px
}
.recruit .bg01 .tit {
  float: none;
  max-width: 80%;
  padding-top: 0;
}
.recruit .bg01 h2 {
  float: none;
}
.recruit .bg02 .section-min {
  margin-bottom: 80px;
}
.recruit .bg02 .img01 {
  float: none;
  width: 95%;
  padding: 40px 40px 0 0;
  margin: 0 auto;
}
.recruit .bg02 .img01 h2 {
  font-size: 5rem;
  height: 370px;
}
.recruit .bg02 .img01 img {
  display: block;
  float: none;
}
.recruit .bg02 .txt01 {
  float: none;
  width: 95%;
  margin: 0 auto;
}
.recruit .bg02 .txt01 .inner {
  float: none;
  width: 100%;
  padding-top: 80px;
}
.recruit .bg02 .img02 {
  float: none;
  width: 95%;
  margin: 0 auto 40px auto;
}
.recruit .bg02 .img02 img {
  float: none;
}
.recruit .bg02 .txt02 {
  float: none;
  width: 95%;
  margin: 0 auto;
}
.recruit .bg02 .txt02 .inner {
  float: none;
  width: 100%;
}
}

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

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

.main-txt h1 {
  font-size: 7vw!important;
}
.main-txt h2 {
  font-size: 3vw;
}
#slider .en {
  top: 17%;
  right: 4%;
  font-size: 6.5vw;
  line-height: 220%;
}
#slider .en span {
  display: inline-block;
  background-color: #1b3aac;
  line-height: 100%;
  padding: 10px;
}
#slider .sns {
  bottom: 15%;
  right: 10px;
}

.about .txt {
  padding: 40px 20px;
  margin-bottom: 40px;
}

.business {
  padding: 40px 0;
}
.business .txt .inner {
  margin-bottom: 40px;
}

.recruit .bg01 {
  background: url("../images/index-images/recruit-bg.gif") 50% -15px no-repeat;
  background-size: 900px;
  padding-top: 40px
}
.recruit .bg01 .tit {
  float: none;
  max-width: 90%!important;
  width: 90%;
}
.recruit .bg02 {
  background: url("../images/index-images/recruit-bg02.jpg") 50% 0 no-repeat;
  background-color: #1b3aac;
  background-size: 1500px;
  padding: 30px 0 40px 0;
}
.recruit .bg02 .section-min {
  margin-bottom: 40px;
}
.recruit .bg02 .img01 {
  padding: 25px 25px 0 0;
}
.recruit .bg02 .img01 h2 {
  font-size: 4rem;
}
.recruit .bg02 .txt01 .inner p {
  font-size: 1.7rem!important;
}
.recruit .bg02 .txt01 .inner h3 {
  font-size: 2.5rem;
}
.recruit .bg02 .txt02 .inner p {
  font-size: 1.7rem!important;
  line-height: 200%;
  margin-bottom: 30px;
}

}

