@charset "UTF-8";
/* ==========================================================================
// 部署紹介
========================================================================== */


/* ==========================================================================
// busho-section-01
========================================================================== */
.busho-section-01{
  background-color:#fff;
  position: relative;
  padding: 0;
}
.busho-section-01-inner{
  background: url('../img/busho-section-01-back-inner.png') no-repeat;
  /* max-width: 1200px; */
  margin: 200px auto 0;
  padding: 0;
  /* height: 700px; */
  position: relative;
}
@media screen and (max-width:480px) {
  .busho-section-01-inner{
    margin: 100px auto 0;
  }
}


.busho-section-01 .signboard-wrap{
}
.busho-section-01 .title{
  color: #fff;
  font-size: 30px;
  position: absolute;
  z-index: 10;
  text-align: center;
  width: 300px;
  height: auto;
  margin-top: -33px;
}
.busho-section-01 .signboard{
  position: relative;
}
.busho-section-01 .signboard img{
  position: absolute;
  top: -100px;
  left: 0;
  width: 300px;
  height: 200px;
}
@media screen and (max-width:1024px) {
  .signboard-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .busho-section-01 .signboard {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .busho-section-01 .signboard img{
    position: absolute;
    top: -100px;
    left: 50%;
    width: 300px;
    height: 200px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}


@media screen and (max-width:480px) {
  .busho-section-01 .title {
    font-size: 20px;
    /* margin-top: -80px; */
    margin-top: -50px;
}
  .busho-section-01 .signboard img {
    position: absolute;
    top: -100px;
    left: 50%;
    width: 230px;
    height: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}}





.busho-section-01-inner .btn-wrapper {
  margin-bottom: 150px;
}
@media screen and (max-width:480px) {
  .busho-section-01-inner .btn-wrapper {
    margin-bottom: 50px;
  }
}
.busho-section-01-inner .btn-wrapper ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px){
  .busho-section-01-inner .btn-wrapper ul{
    justify-content: space-around;
  }
}
@media screen and (max-width:480px) {
  .busho-section-01-inner .btn-wrapper ul{
    display: flex;
    justify-content: space-between;
  }}
.busho-section-01-inner .btn-wrapper ul li{
  width: 350px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width:480px) {
  .busho-section-01-inner .btn-wrapper ul li{
    margin-bottom: 25px;
    width: 49%;
  }
}

.busho-section-01-inner .btn-wrapper ul li .btn{
  width: 350px;
  height: 170px;
}
@media screen and (max-width:480px) {
.busho-section-01-inner .btn-wrapper ul li .btn{
  width: 100%;
  height: 70px;
}
}
.busho-section-01-inner .btn-wrapper ul::after {
  display: block;
  content:"";
  width: 350px;
  }

.busho-section-01 .btn-wrapper ul li .btn .busho-txt{
  color: #fff;
    font-weight: bold;
    font-size: 27px;
    line-height: 1.3;
    position: absolute;
    z-index: 10;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width:480px) {
.busho-section-01 .btn-wrapper ul li .btn .busho-txt{
    font-size: 15px;
  }}
.busho-section-01 .btn-wrapper ul li .btn .busho-txt span{
  font-size: 22px;
}
@media screen and (max-width:480px) {
.busho-section-01 .btn-wrapper ul li .btn .busho-txt span{
  font-size: 17px;
  }}


/* height→ウィンドウ幅から画像の高さを取得 */
/* 350px × 170px = 1 :0.486 */

@media screen and (max-width:1244px) {
  .busho-section-01 .btn-wrapper ul li .btn{
   /*  width: calc(100vw / 2);
    height: calc(100vw / 2 * 0.486);
    padding-left: calc(50px - 1vw); */
  }
  /* .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(1),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(4){
    margin-left: auto;
  }
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(3),
  .interview-section-01 .btn-wrapper ul li .btn:nth-of-type(5){
    margin-right: auto;
  } */

}









.busho-section-01 .article{
  margin-bottom: 200px;
}
@media screen and (max-width:1024px) {
  .busho-section-01 .article{
    margin-bottom: 100px;
  }}

.busho-section-01 .article .title{
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto 90px;
  padding: 25px 0;
  display: block;
  height: 80px;
  width: 100%;
  position: static;
}
@media screen and (max-width:1024px) {
  .busho-section-01 .article .title{
    margin: 0 auto 60px;
  }
}
@media screen and (max-width:480px) {
  .busho-section-01 .article .title{
    text-align: left;
    padding: 1rem;
    height: 100%;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 auto 30px;
  }
}


.busho-section-01 .sec-01 .title{
  background: url('../img/sec-01-title-back.png') no-repeat;
  background-size: contain;
}
.busho-section-01 .sec-02 .title{
  background: url('../img/sec-02-title-back.png') no-repeat;
  background-size: contain;
}
.busho-section-01 .sec-03 .title{
  background: url('../img/sec-03-title-back.png') no-repeat;
  background-size: contain;
}
.busho-section-01 .sec-04 .title{
  background: url('../img/sec-04-title-back.png') no-repeat;
  background-size: contain;
}
.busho-section-01 .sec-05 .title{
  background: url('../img/sec-05-title-back.png') no-repeat;
  background-size: contain;
}
.busho-section-01 .sec-06 .title{
  background: url('../img/sec-06-title-back.png') no-repeat;
  background-size: contain;
}
.busho-section-01 .sec-07 .title{
  background: url('../img/sec-07-title-back.png') no-repeat;
  background-size: contain;
}
.busho-section-01 .sec-08 .title{
  background: url('../img/sec-08-title-back.png') no-repeat;
  background-size: contain;
}
.busho-section-01 .sec-09 .title{
  background: url('../img/sec-09-title-back.png') no-repeat;
  background-size: contain;
}
@media screen and (max-width:1024px) {
  .busho-section-01 .sec-01 .title{
    background-image: none;
    background-color: #da75a9;
    background-size: contain;
  }
  .busho-section-01 .sec-02 .title{
    background-image: none;
    background-color: #90cfce;
    background-size: contain;
  }
  .busho-section-01 .sec-03 .title{
    background-image: none;
    background-color:#ff829f ;
    background-size: contain;
  }
  .busho-section-01 .sec-04 .title{
    background-image: none;
    background-color:#acc63f ;
    background-size: contain;
  }
  .busho-section-01 .sec-05 .title{
    background-image: none;
    background-color: #2fbcd0;
    background-size: contain;
  }
  .busho-section-01 .sec-06 .title{
    background-image: none;
    background-color: #d792a5;
    background-size: contain;
  }
  .busho-section-01 .sec-07 .title{
    background-image: none;
    background-color: #785b95;
    background-size: contain;
  }
  .busho-section-01 .sec-08 .title{
    background-image: none;
    background-color: #e1c17f;
    background-size: contain;
  }
  .busho-section-01 .sec-09 .title{
    background-image: none;
    background-color: #11e17f;
    background-size: contain;
  }
}


.busho-section-01 .article .sub-title{
  text-align: center;
  font-size: 26px;
  color: var(--gray);
  margin: 0 auto 84px;
  padding: 0;
  display: block;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 1024px){
  .busho-section-01 .article .sub-title{
    font-size: 20px;
    margin: 0 auto 60px;
    width: 90%;
  }}

  @media screen and (max-width:480px) {
    .busho-section-01 .article .sub-title{
      text-align: left;
      margin: 0 auto 30px;
      font-size: 16px;
    }
  }

.busho-section-01 .article .flex-box{
  display: flex;
  flex-wrap:wrap;
}
.busho-section-01 .article:nth-of-type(odd) .flex-box img{
  width: 700px;
  height: 100%;
}
.busho-section-01 .article:nth-of-type(odd) .flex-box p{
  width: 450px;
  margin-left: 30px;
}
.busho-section-01 .article:nth-of-type(even) .flex-box img{
  order: 2;
  width: 700px;
  height: 100%;
}
.busho-section-01 .article:nth-of-type(even) .flex-box p{
  order: 1;
  width: 450px;
  margin-right: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 1179px){
  .busho-section-01 .article .flex-box{
    display: flex;
    flex-wrap:wrap;
    padding: 0 2rem;
  }
  .busho-section-01 .article:nth-of-type(odd) .flex-box img{
    width: 48%;
    height: 48%;
    margin: 0 auto;
  }
  .busho-section-01 .article:nth-of-type(odd) .flex-box p{
    width: 50%;
    margin-left: 2%;
  }
  .busho-section-01 .article:nth-of-type(even) .flex-box img{
    width: 48%;
    height: 48%;
    margin: 0 auto;
  }
  .busho-section-01 .article:nth-of-type(even) .flex-box p{
    width: 50%;
    margin-right: 2%;
    
  }
}
@media only screen and (max-width: 1024px){
  .busho-section-01 .article .flex-box{
    display: flex;
    flex-wrap:wrap;
    padding: 0;
  }
  .busho-section-01 .article:nth-of-type(odd) .flex-box img{
    width: 90%;
    margin: 0 auto 1rem;
  }
  .busho-section-01 .article:nth-of-type(odd) .flex-box p{
    width: 90%;
    margin: 0 auto;
  }
  .busho-section-01 .article:nth-of-type(even) .flex-box img{
    order: 1;
    width: 90%;
    margin: 0 auto 1rem;
  }
  .busho-section-01 .article:nth-of-type(even) .flex-box p{
    order: 2;
    width: 90%;
    margin: 0 auto;
  }
}