@charset "utf-8";
/* CSS Document */
/*=========================================
            top.css
==========================================*/
#recruiting_banner {
  display: block;
  width: 98%;
  max-width: 1134px;
  margin: 0 auto 30px;
}
#recruiting_banner source {
  display: block;
  width: 100%;
}
#recruiting_banner img {
  width: 100%;
}
section {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  color: #333733;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width:768px) {
  #about, #business, #works, #info {
    background-size: cover;
    margin-top: 20px;
  }
}
.spBr {
  display: none;
}
@media screen and (max-width:530px) {
  .spBr {
    display: block;
  }
}
#top {
  background: url("../img/top/1st_image_2023.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 342px 0 53px;
}
@media screen and (max-width:768px) {
  #top {
    background: url("../img/top/1st_image_sp.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
.topTitle {
  width: 70%;
  margin-left: 115px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width:1000px) {
  .topTitle {
    margin-left: 50px;
  }
}
@media screen and (max-width:768px) {
  .topTitle {
    margin-left: 5%;
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}
.topTitle h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 65px;
  letter-spacing: 0.4rem;
  padding-bottom: 17px;
}
@media screen and (max-width:768px) {
  .topTitle h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    padding-bottom: 5px;
  }
}
.topTitle h2 span {
  font-size: 39px;
}
@media screen and (max-width:768px) {
  .topTitle h2 span {
    font-size: 1.2rem;
  }
}
.topTitle h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.3rem;
  padding-bottom: 17px;
}
@media screen and (max-width:768px) {
  .topTitle h3 {
    font-size: 1.0rem;
    line-height: 30px;
    letter-spacing: 0.15rem;
    padding-bottom: 5px;
  }
}
.topTitle p {
  font-size: 15px;
  line-height: 6px;
  letter-spacing: 0.02rem;
  padding: 20px 0 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width:768px) {
  .topTitle p {
    font-size: 0.8rem;
    line-height: 1.2;
    letter-spacing: 0.02rem;
    padding: 10px 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    z-index: 1;
  }
}
.topTitle h4 {
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0.2rem;
  padding: 5px 0 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width:768px) {
  .topTitle h4 {
    font-size: 1.2rem;
    line-height: 30px;
    letter-spacing: 1.8px;
    padding: 5px 0 15px;
    font-family: 'Roboto Condensed', sans-serif;
  }
}
.topTitle #pickupBT {
  display: block;
  width: 120px;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 21px;
  letter-spacing: 0.2rem;
  border: 1px solid #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 0;
  white-space: nowrap;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width:768px) {
  .topTitle #pickupBT {
    font-size: 0.9rem;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 21px;
    letter-spacing: 1.8px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 0;
  }
}
.topTitle p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 320px;
  height: 1px;
  background: #008dff; /* Old browsers */
  background: -moz-linear-gradient(left, #008dff 0%, #00baff 11%, #ffffff 50%, #ffa855 61%, #ff0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #008dff 0%, #00baff 11%, #ffffff 50%, #ffa855 61%, #ff0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #008dff 0%, #00baff 11%, #ffffff 50%, #ffa855 61%, #ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#message {
  background: url("../img/top/message_back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
  #message {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#message .container {
  width: 80%;
  max-width: 760px;
  display: flex;
  margin: 0 auto;
  padding: 148px 0;
}
@media screen and (max-width:768px) {
  #message .container {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
}
.messageTitle {
  writing-mode: vertical-lr;
  margin-right: 5%;
  width: 15%;
  height: 496px;
}
.aboutWrap {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 47px;
}
@media screen and (max-width:768px) {
  .messageTitle {
    writing-mode: horizontal-tb;
    margin: 0 0 20px;
    width: 100%;
    height: auto;
  }
}
.messageTitle h3 {
  font-size: 116px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  color: rgba(0, 0, 0, .0);
  -webkit-text-stroke: 1px #000;
  width: 80%;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .messageTitle h3 {
    font-size: 4rem;
    text-align: left;
  }
}
.messageText {
  border-left: 2px solid;
  border-image: linear-gradient(to bottom, #008DFF, #00BAFF 11%, #FFFFFF 49%, #FFA855 56%, #FF0000 99%) 1;
  padding: 0 0 0 5%;
}
@media screen and (max-width:768px) {
  .messageText {
    padding: 50px 0 30px 0;
    border-left: 0px solid;
    border-top: 2px solid;
    border-image: linear-gradient(to right, #008DFF, #00BAFF 11%, #FFFFFF 49%, #FFA855 56%, #FF0000 99%) 1;
  }
}
.messageText p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 30px;
}
@media screen and (max-width:768px) {
  .messageText p {
    font-size: 15px;
	line-height: 1.6;
  }
}
#about {
  background: url("../img/top/aboutBG.jpg");
  background-position: top;
  background-size: 100%;
  margin: 76px auto 50px;
}
@media screen and (max-width:768px) {
  #about {
    margin: 40px auto;
  }
}
#about .container {
  margin-top: 34px;
  padding: 0 0 50px;
}
#aboutTitle {
  padding: 100px 0 75px;
  width: 40%;
}
@media screen and (max-width:768px) {
  #aboutTitle {
    width: 80%;
    padding: 50px 0;
  }
}
.sectionTitle {
  margin-left: 14%;
  width: 86%;
}
@media screen and (max-width:768px) {
  .sectionTitle {
    margin: 0 auto;
  }
}
.sectionTitle h3 {
  font-weight: bold;
  font-size: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 75px;
  letter-spacing: 0.7rem;
  padding-bottom: 50px;
}
@media screen and (max-width:768px) {
  .sectionTitle h3 {
    font-size: 2.0rem;
    line-height: 1.2;
    letter-spacing: 9px;
  }
}
@media screen and (max-width:768px) {
  .sectionTitle h3 span {
    font-size: 1rem;
    line-height: 20px;
  }
}
.sectionTitle h3 p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0px;
}
@media screen and (max-width:768px) {
  .sectionTitle h3 p {
    font-size: 16px;
  }
}
.sectionTitle p {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width:768px) {
  .sectionTitle p {
    font-size: 0.9rem;
    line-height: 20px;
  }
}
.aboutContent {
  width: 86%;
  margin-left: 14%;
}
@media screen and (max-width:768px) {
  .aboutContent {
    width: 95%;
    margin: 0 auto;
  }
}
.aboutWrap {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 47px;
}
.aboutWrap:last-child {
  margin: 0;
}
@media screen and (max-width:768px) {
  .aboutWrap {
    display: block;
  }
}
.aboutItem {
  background-color: #fff;
  width: 40%;
  margin: 50px -5% 50px 0;
  z-index: 50;
  filter: drop-shadow(5px 5px 10px rgb(0, 0, 0, 0.3));
}
@media screen and (max-width:768px) {
  .aboutItem {
    width: 85%;
    margin: -80px auto 0;
  }
}
.itemTitle {
  padding: 57px 15%;
}
@media screen and (max-width:768px) {
  .itemTitle {
    padding: 50px 25px;
  }
}

@media screen and (max-width:768px) {
 .spTalk .itemTitle {
    padding: 37px 25px;
  }
}

.itemTitle p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.15rem;
  padding-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width:768px) {
  .itemTitle p {
    font-size: 0.9rem;
  }
}
.itemTitle h4 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.15rem;
  padding-bottom: 40px;
  font-weight: 600;
}
.itemTitle a {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.15rem;
  padding: 3px 15px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #008DFF, #00BAFF 11%, #FFFFFF 49%, #FFA855 56%, #FF0000 99%) 1;
  float: right;
  text-align: center;
  color: #333733;
}
@media screen and (max-width:768px) {
  .itemTitle a {
    font-size: 0.8rem;
  }
}
.aboutImg {
  width: 65%;
  z-index: 5;
}
@media screen and (max-width:768px) {
  .aboutImg {
    width: 90%;
    margin: 0 auto;
    z-index: 5;
  }
}
.aboutImg img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width:768px) {
  .aboutImg img {
    height: 250px;
  }
}
@media screen and (max-width:768px) {
  .itemTitle h4 {
    font-size: 1.2rem;
  }
}
.worksIntro .comingSoon {
  position: absolute;
  z-index: 9;
  background-color: rgb(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
	padding: 0;
}
.worksIntro .comingSoon .comingText {
  font-size: 1.5rem;
	padding: 0;
}
#business {
  background: url("../img/top/businessBG.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 150px;
}
@media screen and (max-width:768px) {
  #business {
    margin-top: 70px;
  }
}
#bizTitle {
  margin-top: 100px;
  background-color: #fff;
}
.bizContent {
  display: flex;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 70px;
}
@media screen and (max-width:768px) {
  .bizContent {
    display: block;
  }
}
.bizItem {
  text-align: center;
  width: 50%;
  height: 400px;
  color: #fff;
  position: relative;
}
@media screen and (max-width:768px) {
  .bizItem {
    width: 100%;
  }
}
#intro01 {
  background: url("../img/top/intro01_BG.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#intro02 {
  background: url("../img/top/intro02_BG.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width:768px) {
  #intro01, #intro02 {
    background-size: cover;
  }
}
.bizItem p {
  font-size: 15px;
  line-height: 21px;
  padding: 120px 0 20px;
  font-family: 'Roboto Condensed', sans-serif;
}
.bizItem h5 {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.15rem;
  padding-bottom: 20px;
}
.bizItem h4 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.15rem;
  font-weight: 600;
  padding-bottom: 40px;
}
.bizItem a {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.15rem;
  padding: 3px 15px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #008DFF, #00BAFF 11%, #FFFFFF 49%, #FFA855 56%, #FF0000 99%) 1;
  color: #FFF;
}
#works {
  background: url("../img/top/worksBG.jpg");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
#works .container {
  margin-top: 90px;
}
@media screen and (max-width:768px) {
  #works .container {
    margin-top: 70px;
  }
}
#worksTitle {
  margin-bottom: 110px;
}
@media screen and (max-width:768px) {
  #worksTitle {
    margin-bottom: 50px;
  }
}
.worksContent {
  margin: 0 10%;
  width: 80%;
}
@media screen and (max-width:768px) {
  .worksContent {
    margin: 0 5%;
    width: 90%;
  }
}
.worksIntro {
  background: url("../img/top/works_intro.jpg");
  background-position: 50% 60%;
  background-size: 160%;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  text-align: center;
  color: #fff;
  position: relative;
}

@media screen and (max-width:768px) {
.worksIntro {
  background-size: 280%;
  height: 240px;
}	
}

@media screen and (max-width:500px) {
.worksIntro {
  height: 200px;
}		
}


.worksIntro p {
  font-size: 15px;
  padding: 80px 0 4px;
}

@media screen and (max-width:768px) {
.worksIntro p {
  padding: 50px 0 4px;
}	
}

.worksIntro h4 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 40px;
}

@media screen and (max-width:500px) {
.worksIntro h4 {
  padding-bottom: 20px;
}	
}

.worksIntro a {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.15rem;
  padding: 3px 5px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #008DFF, #00BAFF 11%, #FFFFFF 49%, #FFA855 56%, #FF0000 99%) 1;
  color: #FFF;
}
.worksWrap {
  width: 100%;
  padding-bottom: 50px;
}
.peopleTitle {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.peopleTitle p {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.15rem;
}
.peopleTitle h4 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.15rem;
  font-weight: 700;
}
.peopleWrap {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .peopleWrap {
    width: 100%;
    margin: 0 auto;
    ;
  }
}
.peopleItem {
  width: 30%;
  height: 100%;
  filter: drop-shadow(5px 5px 10px rgb(0, 0, 0, 0.3));
  margin: 0 0 30px;
}
@media screen and (max-width:768px) {
  .peopleItem {
    width: 48%;
    margin: 1%;
  }
}
@media screen and (max-width:530px) {
  .peopleItem {
    width: 95%;
    margin: 0 auto 30px;
  }
}
.peopleItem a {
  display: inline-block;
  width: 100%;
  color: #333733;
}

.staffImg {
  overflow: hidden;
}
.staffImg img {
  width: 100%;
  object-fit: cover;
}
.peopleName {
  width: 100%;
  background: #fff;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #008DFF, #00BAFF 11%, #FFFFFF 49%, #FFA855 56%, #FF0000 99%) 1;
  padding: 20px 10%;
}
.peopleName h5 {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.15rem;
  font-weight: 700;
  padding-bottom: 20px;
}
@media screen and (max-width:768px) {
  .peopleName h5 {
    font-size: 1.2rem;
  }
}
.peopleName p {
  font-size: 15px;
  line-height: 21px;
}
@media screen and (max-width:768px) {
  .peopleName p {
    font-size: 0.9rem;
  }
}
.peopleName p span {
  font-size: 11px;
}
#info {
  background: url("../img/top/infoBG.jpg");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
#spTitle {
  background-color: #fff;
}
#info .sectionTitle {
  margin-left: 14%;
  width: 86%;
}
@media screen and (max-width:1000px) {
  #info .sectionTitle {
    margin-left: 14%;
    width: 86%;
  }
}
@media screen and (max-width:768px) {
  #info .sectionTitle {
    width: 90%;
    margin: 0 auto;
  }
}
.spContent {
  margin-top: 200px;
}
@media screen and (max-width:768px) {
  .spContent {
    margin-top: 60px;
  }
}
.spWrap {
  display: flex;
  width: 100%;
  margin: 50px 0 200px;
}
@media screen and (max-width:768px) {
  .spWrap {
    display: block;
    margin: 50px 0 80px;
  }
}
.spTalk {
  background-color: #fff;
  width: 40%;
  height: 250px;
  margin: 80px 0 80px -20%;
  z-index: 50;
  position: relative;
  filter: drop-shadow(5px 5px 10px rgb(0, 0, 0, 0.3));
}
@media screen and (max-width:768px) {
  .spTalk {
    width: 90%;
    margin: -50px auto 0;
	  height: 210px;
  }
}
.spImg {
  width: 70%;
  z-index: 5;
}
@media screen and (max-width:768px) {
  .spImg {
    width: 95%;
    margin: 0 auto;
  }
}
.spImg img {
  width: 100%;
  object-fit: cover;
}
.recruitInfo {
  margin: 150px 0 0;
  padding-bottom: 200px;
}
@media screen and (max-width:768px) {
  .recruitInfo {
    margin: 80px 0 0;
    padding-bottom: 30px;
  }
}
.recruitInfoWrap {
  display: flex;
  width: 100%;
  padding: 5px 10%;
  background-color: rgb(221, 221, 221, 0.4);
}
@media screen and (max-width:768px) {
  .recruitInfoWrap {
    display: block;
	padding: 20px 5% 15px;
  }
}
.infoItem {
  width: 50%;
  margin: 0 2.5%;
}
@media screen and (max-width:768px) {
  .infoItem {
    width: 100%;
    margin: 0 0 40px;
  }
}
.infoImg {
  position: static;
  z-index: 10;
}
.infoImg img {
  width: 100%;
  object-fit: cover;
}
.infoLink {
  background-color: #fff;
  padding: 30px 5%;
  margin: -30px 5% 0;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 99;
  filter: drop-shadow(5px 5px 10px rgb(0, 0, 0, 0.3));
}
.infoLink h4 {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.15rem;
  font-weight: 700;
  width: 75%;
}
@media screen and (max-width:768px) {
  .infoLink h4 {
    font-size: 1.2rem;
  }
}
.infoLink a {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.15rem;
  padding: 3px 15px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #008DFF, #00BAFF 11%, #FFFFFF 49%, #FFA855 56%, #FF0000 99%) 1;
  text-align: right;
  color: #333733;
}