@charset "UTF-8";
/* ////////////////////////////
部門詳細
//////////////////////////// */

/* .inner_850 {
  max-width:850px;
  width: 90%;
  margin: 0 auto;
} */
#content_Wrap a {
  color: #000;
}
#content_Wrap {
  padding: 70px 0 0;
  background: #efefef;
  /* margin-top: 116px; */
}

.page_ttl {
  margin: 0 0 30px;
}
.page_ttl img {
  /* height: 103px; */
  height: 133px;
  width: auto!important;
}

.sec_box {
  background: #fff;
  padding: 2.142857142857143% 3.5714285714285716% 3.5714285714285716%;
  border-radius: 10px;
  border: 1px solid #ff3c5a;
  margin: 0 auto 40px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.sec_box.last {
  margin-bottom: 150px;
}
.sec_ttl {
  border-left: 15px solid #ff3c5a;
  letter-spacing: 0.1em;
  width: fit-content;
  margin: 0 0 20px;
}
.sec_ttl--head {
  font-size: min(3.22vw,40px);
  font-weight: 700;
  color: #ff3c5a;
  padding: 0 0 10px 15px;
}
.sec_ttl--copy {
  font-size: min(2.06vw,26px);
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 0 0 15px;
}
.sec_ttl--line {
  width: 100%;
  height: 2px;
  background: #ff3c5a;
}
.sec_copy {
  font-size: min(1.34vw,17px);
  line-height: 2.33333333;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.img_clm2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.img_clm2 li {
  width: calc((100% - 30px) / 2);
}
.img_sec01 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.22225363%;
}
.img_sec01 li:nth-child(1) { width: 100%;}
.img_sec01 li:nth-child(2) { width: 50.15280669%;}
.img_sec01 li:nth-child(3) { width: 47.62493968%;}


.sec_box figure {
  overflow: hidden;
  border-radius: 5px;
}

#inquiry_Wrap {
  background-color: #ff3c5a;
  color: #fff;
  border-radius: 100px 100px 0 0;
  padding: 50px 0;
  margin: 0 auto 0;
  position: relative;
  z-index: 10;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
#inquiry_Wrap .inner {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 0;
}
#inquiry_Wrap .req {
  font-size: clamp(15px, 1.8666666666666667vw, 20px);
  font-weight: 500;
  background-color: #fff;
  color: #ff3c5a;
  max-width: 500px;
  width: 80%;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto 30px;
}
#inquiry_Wrap .req_wrap h4 {
  font-size: clamp(20px, 1.8666666666666667vw,35px);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 auto 20px;
  letter-spacing: 0.18em;
}
#inquiry_Wrap .req_wrap p {
  font-size: clamp(16px, 1.8666666666666667vw,20px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto 20px;
}
#inquiry_Wrap .req_wrap span {
  font-size: 90%;
}
#inquiry_Wrap a.tel {
  font-size: clamp(34px, 3.0666666666666667vw, 50px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  margin-left: -3%;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #fff;
}

#inquiry_Wrap a.tel img{
  width: 7%;
  height: auto;
  margin-right: 10px;
}
#inquiry_Wrap a.mail {
  display: block;
  font-size: clamp(18px, 1.8666666666666667vw, 20px);
  font-weight: 500;
  color: #fff;
  background-color: #ff3c5a;
  border: #fff solid 1px;
  max-width: 470px;
  width: 80%;
  padding: 15px;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto 30px;
  color: #fff;
  box-sizing: border-box;
}
#inquiry_Wrap a.mail img{
  width: 30px;
  height: auto;
  margin-right: 15px;
}

a[href^="tel:"]{
  pointer-events: none;
}

@keyframes rightToLeft {
0% {
  transform: translate(200px, -100px);
  opacity: 0;
}
100% {
  transform: translate(0);
  opacity: 1;
}
}


/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {

  .sec_box {
    padding: 2.78571429% 4.64285714% 4.64285714%;
  }
  .sec_ttl--head {
    font-size: 30px;
  }
  .sec_ttl--copy {
    font-size: 20px;
  }
  .sec_copy {
    font-size: 15px;
  }

}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  #content_Wrap {
    padding: 40px 0 0;
    background: #efefef;
  }

  .page_ttl {
    margin: 0 0 20px;
  }
  .page_ttl img {
    height: 82.4px;
  }

  .sec_box {
    padding: 5.3%;
    margin: 0 auto 20px;
  }
  .sec_box.last {
    margin-bottom: 70px;
  }
  .sec_ttl {
    border-left: 12px solid #ff3c5a;
    margin: 0 0 15px;
  }
  .sec_ttl--head {
    font-size: 26px;
    padding: 0 0 10px 10px;
    line-height: 1.3;
  }
  .sec_ttl--copy {
    font-size: 18px;
    padding: 10px 0 0 10px;
  }
  .sec_copy {
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 20px;
  }
  .img_clm2 {
    gap: 10px;
  }
  .img_clm2 li {
    /* width: calc((100% - 10px) / 2); */
    width: 100%;
  }
  .img_sec01 {
    gap: 10px;
  }
  .img_sec01 li:nth-child(1) { width: 100%;}
  .img_sec01 li:nth-child(2) { width: 100%;}
  .img_sec01 li:nth-child(3) { width: 100%;}


  #inquiry_Wrap {
    background-color: #ff3c5a;
    color: #fff;
    border-radius: 40px 40px 0 0;
    padding: 30px 0;
  }
  #inquiry_Wrap .req {
    margin: 0 auto 20px;
  }
  #inquiry_Wrap .req_wrap h4 {
    text-align: center;
    margin: 0 auto 15px;
  }
  #inquiry_Wrap .req_wrap p {
    line-height: 1.6;
    letter-spacing: 0.07em;
    margin: 0 auto 20px;
  }
  #inquiry_Wrap a.tel {
    margin-left: -10%;
  }
  #inquiry_Wrap a.tel img {
    width: 20px;
  }
  #inquiry_Wrap a.mail {
    margin: 0 auto 20px;
  }
  a[href^="tel:"]{
    pointer-events: auto;
  }

}
