reset style
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.mvpage-s2{
  padding-bottom: 50px;
}

.ftCg {font-family: 'Cormorant Garamond', serif;}

.head01{
  font-family: "Shippori Mincho B1", serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 120px;
}

.recruiting{
  font-size: 23px !important;
  font-size: 2.3rem !important;
  color: #df1111;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 30px;
}

.recruit{
  padding: 120px 0 200px;
}

.recruit .head{
  margin-bottom: 60px;
  text-align: center;
}

.recruit .head .ttl-comp01{
    position: relative;
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Shippori Mincho B1", serif;
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
}

.recruit .head .ttl-comp01:before{
  content: "";
  position: absolute;
  background: #fd6531;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.recruit .head .bgText{
  color: rgba(0,42,95,0.02);
  font-family: 'Cormorant Garamond', serif;
  font-size: 150px;
  font-size: 15rem;
  line-height: 1;
  font-weight: 700;
  margin-top: -50px;
}


.recruit table{
  margin-bottom: 110px;
  width: 100%;
}

.recruit table tr th{
  border-bottom: 3px solid #002a5f;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  padding: 30px;
  text-align: center;
  width: 30%;
} 

.recruit table tr td{
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 30px;
  text-align: left;
  width: 70%;
}

.recruit table tr ol li{
  text-indent: -1em;
  padding-left: 1em;
}

.recruit table tr td a.map{
  text-decoration: underline;
}

.recruit .btn{
  text-align: center;
  overflow: hidden;
}

.recruit .btn a{
  background: #002a5f;
  transition: ease-in 0.3s;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 560px;
  width: 100%;
  height: 90px; 
  outline: none;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.recruit .btn a:hover{
  opacity: 1;
  background: #fd6531;
}

.recruit .btn a:after{
  content: "";
  position: absolute;
  transition: ease-in 0.3s;
  right: 20px;
  top: 50%;
  background: url(../../img/common/arr-w.png) no-repeat;
  width: 35px;
  height: 8px;
  z-index: 2;
  transform: translateY(-50%);
  background-size: contain;
}

.recruit .btn a:hover:after{
  right: 10px;  
}

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

.recruiting {
    font-size: 2.0rem !important;
    margin-bottom: 20px;
}

.recruit {
    padding: 40px 0 50px;
}

.recruit .head {
    margin-bottom: 10px;
}

.recruit .head .bgText {
    font-size: 5rem;
    margin-top: -30px;
}

.recruit .head .ttl-comp01 {
    font-size: 1.8rem;
    padding: 0px 10px;
}

.recruit .head .ttl-comp01:before {
    width: 6px;
    height: 6px;
}

.recruit table {
    margin-bottom: 20px;
}

.recruit table tr th {
    font-size: 1.3rem;
    padding: 15px 5px;
    width: 100%;
    display: block;
    text-align: left;
}

.recruit table tr td {
    font-size: 1.3rem;
    padding: 15px 5px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.recruit .btn a {
    font-size: 1.4rem;
    height: 70px;
}

.recruit .btn a:hover{
  opacity: 1;
  background: #002a5f;
}

}