@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

.titleBox{
  text-align: center;
  margin-bottom: 30px;
}

.titleBox h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #ffe824;
}

.titleBox hr{
  display: block;
  width: 50px;
  margin: 15px auto;
  height: 2px;
  border: none;
  background-color: #fff;
}

.titleBox h2{
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 600px){
  .titleBox h3{
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .titleBox hr{
    margin: 10px auto;
  }
  
  .titleBox h2{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
  }
}

/*==============================
メイン
==============================*/

#headWrap{
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

#headWrap::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100vh - 20px);
  background-color: rgba(55,56,107,.5);
  z-index: 2;
  border: 10px solid #37386b;
}

#headWrap > img{
  display: block;
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 50%;
  max-width: 200px;
}

#headWrap > h1 img{
}

a.scrollIcon {
  padding-top: 80px;
}

a.scrollIcon {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  color: #fff;
}

a.scrollIcon span {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
}
a.scrollIcon span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a.scrollIcon span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a.scrollIcon span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


#aboutWrap{
  position: relative;
  padding: 100px 20px;
  text-align: center;
}

#aboutWrap h2{
  width: 200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#aboutWrap h2 > img:first-of-type{
  margin-bottom: 20px;
}

#aboutWrap h3{
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 4px;
  color: #37386b;
  margin-bottom: 50px;
}

#aboutWrap p{
  margin-bottom: 30px;
}

.mainImg01{
  width: 30%;
  position: absolute;
  top: 3vw;
  left: 3vw;
  z-index: 1;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

.mainImg02{
  width: 16%;
  position: absolute;
  top: 20vw;
  left: 18vw;
  z-index: 2;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

.mainImg03{
  width: 30%;
  position: absolute;
  top: 6vw;
  right: 3vw;
  z-index: 2;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

.mainImg04{
  width: 15%;
  position: absolute;
  top: 27vw;
  right: 6vw;
  z-index: 3;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

#groupWrap{
  width: calc(100% - 100px);
  margin: 0 auto;
  padding: 100px 20px;
  background-color: #f6f6f6;
}

#groupWrap > div{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#groupWrap > div > h2{
  font-size: 32px;
  line-height: 42px;
  font-family: 'Benne', serif;
  letter-spacing: 4px;
  color: #37386b;
  margin-bottom: 10px;  
}

#groupWrap > div > h3{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  margin-bottom: 50px;
}

.groupBox{
  position: relative;
  padding-top: 60px;
  margin-bottom: 100px;
}

.groupBox:last-of-type{
  margin-bottom: 0;
}

.groupBox > div{
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px 50px;
  z-index: 2;
}

.groupBox:nth-of-type(2n) > div{
  left: auto;
  right: 0;
}

.groupBox > div h4{
  font-size: 20px;
  font-weight: 500;
}

.groupBox > div img{
  width: 70px;
  margin-right: 20px;
}

.groupBox h3{
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}

.groupBox:nth-of-type(2n) h3{
  right: auto;
  left: 0;
}

.groupBox > img{
  position: relative;
  width: 80%;
  left: 20%;
  z-index: 1;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}

.groupBox:nth-of-type(2n) > img{
  position: relative;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}

#recruitWrap{
  padding: 50px 20px;
}

#recruitWrap > ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#recruitWrap > ul li{
  width: 32%;
}

#recruitWrap > ul li a{
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  padding: 50px 20px;
  text-align: center;
  box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

#recruitWrap > ul li a h3{
  font-size: 26px;
  font-family: 'Benne', serif;
  letter-spacing: 4px;
  color: #37386b;
  margin-bottom: 10px;
}

#recruitWrap > ul li a p{
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;  
}
/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1400px) {
  #groupWrap{
    width: calc(100% - 40px);
  }
  
  #groupWrap > div{
    max-width: 1000px;
  }
}

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

@media screen and (max-width: 1200px) {
  .groupBox h3{
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1000px) {
  #groupWrap > div > h2,#groupWrap > div > h3{
    text-align: center;
  }
  
  .groupBox{
    padding: 0;
  }
  
  .groupBox > div{
    position: relative;
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  
  .groupBox h3{
    position: relative;
    top: auto;
    margin-bottom: 20px;
  }
  
  .groupBox > img{
    left: auto;
    width: 100%;
  }
  
  #recruitWrap > ul{
    max-width: 600px;
    display: block;
  }
  
  #recruitWrap > ul li{
    width: 100%;
    margin-bottom: 20px;
  }
}

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

@media screen and (max-width: 600px){
  
  #aboutWrap h2{
    width: 150px;
  }
  
  #aboutWrap h3{
    font-size: 26px;
    letter-spacing: 3px;
  }

  .mainImg01,.mainImg02,.mainImg03,.mainImg04{
    display: none;
  }
  
  .groupBox > div{
    display: block;
    text-align: center;
    max-width: 300px;
    padding: 20px;
  }
  
  .groupBox > div img{
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .groupBox h3{
    font-size: 16px;
    letter-spacing: 1px;
  }
}

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