@charset "UTF-8";
/* CSS Document */
body {
  counter-reset: number 0;
}
/*
-----------------------------------------------
▼under title
----------------------------------------------- */
.under_ttl-box01 h2 {
  font-size: 7rem;
  text-shadow: -1px 0px 12px rgb(0, 0, 0, 0.4);
}
.under_ttl-box01 span {
  font-size: 3.4rem;
  font-weight: 700;
  text-shadow: -1px 0px 12px rgb(0, 0, 0, 0.4);
}
.under_img_box {
  height: 400px;
  margin-top: 100px;
  background-size: cover;
  position: relative;
}
.recruit_img_box {
  height: 100%;
  margin-top: 100px;
  background-size: cover;
}
#news_img {
  background-image: url('../img/news/under_main01.jpg?2025');
}
#contact_img {
  background-image: url('../img/contact/under_main01.jpg?2025');
}
#works_img {
  background-image: url('../img/works/under_main01_new.jpg');
}
#company_img {
  background-image: url('../img/company/under_main01.jpg?2025');
}
#service_img {
  background-image: url('../img/service/under_main03_new.jpg');
  background-position: right center;
}
#recruit_img {
  background-image: url('../img/recruit/under_main04.png');
  background-position: right center;
  padding-bottom: 23vw;
}
.under_ttl-box01 {
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.under_ttl-type01 {
  font-size: 2.8rem;
  color: #0a82d2;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #0a82d2;
  margin-bottom: 0.5em;
}
.under_ttl-type02 {
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: solid 1px #0a82d2;
  padding-bottom: 0.5em;
  margin-bottom: 1.2em;
}
.under_ttl-type03 {
  font-size: 1.6rem;
  width: 103px;
  height: 35px;
  display: inline-block;
  background-color: #0a82d2;
  color: #ffffff;
  text-align: center;
  line-height: 1.6em;
  line-height: 2.2em;
  letter-spacing: 0.07em;
}
.under_ttl-type04 {
  text-align: center;
}
.under_ttl-type04 h3 {
  font-size: 3.4rem;
  color: #0a82d2;
  margin-bottom: 0.2em;
}
.under_ttl-type04 span {
  font-size: 2.6rem;
  font-weight: 700;
}
.under_ttl-type05 {
  font-size: 2.8rem;
  color: #666666;
  border-bottom: solid 1px #666666;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.under_ttl-type06 {
  font-size: 2.2rem;
  padding-left: 0.8em;
  position: relative;
  margin-bottom: 0.6em;
}
.under_ttl-type06::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-42%);
  left: 0;
  width: 6px;
  height: 1.2em;
  background-color: #0a82d2;
}
.under_ttl-type07 {
  font-size: 1.7rem;
  font-weight: 700;
  border-bottom: solid 1px #666666;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
}
.under_ttl-type08 {
  color: #0a82d2;
  font-size: 3.5rem;
  padding-bottom: 0.4em;
  border-bottom: solid 1px #0a82d2;
  margin-bottom: 0.6em;
}
.under_ttl-type09 {
  position: relative;
  padding-left: 2em;
}
.under_ttl-type09 h3 {
  font-size: 3.4rem;
  color: #0a82d2;
}
.under_ttl-type09 span {
  font-size: 2.6rem;
  font-weight: 700;
}
.under_ttl-type09::before {
  content: "";
  width: 9px;
  height: 71px;
  background-color: #0a82d2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.under_ttl-box02 {
  padding-top: 65px;
}
.under_ttl-box02 h2 {
  font-size: 7rem;
  color: #425aa6;
}
.under_ttl-box02 span {
  color: #425aa6;
  font-size: 3.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .under_ttl-box01 h2 {
    font-size: 5.5rem;
  }
  .under_ttl-box01 span {
    font-size: 3rem;
  }
  .under_ttl-type04 h3 {
    font-size: 2.9rem;
  }
  .under_ttl-type04 span {
    font-size: 2.2rem;
  }
  .under_ttl-type05 {
    font-size: 2.4rem;
  }
  .under_ttl-type06 {
    font-size: 1.8rem;
  }
  .under_ttl-type06::before {
    transform: translateY(-47%);
    width: 5px;
  }
  .under_ttl-type07 {
    font-size: 1.6rem;
  }
  .under_ttl-type08 {
    font-size: 3rem;
  }
  .under_ttl-box02 h2 {
    font-size: 5.5rem;
  }
  .under_ttl-box02 span {
    font-size: 3rem;
  }
  #recruit_img {
    padding-bottom: 11vw;
  }
  .under_ttl-type09 h3 {
    font-size: 2.8rem;
  }
  .under_ttl-type09 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .under_ttl-box01 h2 {
    font-size: 4.5rem;
  }
  .under_ttl-box01 span {
    font-size: 2.6rem;
  }
  .under_ttl-type02 {
    font-size: 4.6vw;
  }
  .under_img_box {
    margin-top: 70px;
  }
  .under_ttl-type03 {
    font-size: 1.4rem;
    width: 95px;
    height: 33px;
  }
  .under_ttl-box02 h2 {
    font-size: 4.5rem;
  }
  .under_ttl-box02 span {
    font-size: 2.6rem;
  }
  .under_ttl-box02 {
    padding-top: 35px;
  }
}
@media screen and (max-width: 650px) {
  .recruit_img_box {
    position: relative;
  }
  #recruit_img {
    background-image: url('../img/recruit/sp-under_main04.png');
    background-position: right bottom;
    padding-top: 35vw;
    padding-bottom: 35vw;
  }
}
@media screen and (max-width: 530px) {
  .under_ttl-type01 {
    font-size: 2rem;
  }
  .under_ttl-type03 {
    font-size: 1.3rem;
    width: 80px;
    height: 25px;
    line-height: 1.8em;
  }
  .under_img_box {
    height: 200px;
  }
  .under_ttl-box01 h2 {
    font-size: 3.5rem;
  }
  .under_ttl-box02 h2 {
    font-size: 3.5rem;
  }
  .under_ttl-box01 span {
    font-size: 2.2rem;
  }
  .under_ttl-box02 span {
    font-size: 2.2rem;
  }
  .under_ttl-type04 h3 {
    font-size: 2.6rem;
  }
  .under_ttl-type04 span {
    font-size: 1.7rem;
  }
  .under_ttl-type05 {
    font-size: 2.1rem;
  }
  .under_ttl-type06 {
    font-size: 1.6rem;
  }
  .under_ttl-type07 {
    font-size: 1.5rem;
  }
  .under_ttl-type08 {
    font-size: 2.7rem;
  }
  .under_ttl-type09 h3 {
    font-size: 2.6rem;
  }
  .under_ttl-type09 span {
    font-size: 1.7rem;
  }
}
/*
-----------------------------------------------
▼pankuzu
----------------------------------------------- */
.pankuzu {
  display: flex;
  margin-bottom: 40px;
  column-gap: 30px;
}
.pankuzu li {
  color: #333333;
  font-size: 1.6rem;
  margin-top: 1.4em;
}
.pankuzu li a {
  text-decoration: none;
  color: #333333
}
.pankuzu li:not(:last-child) {
  position: relative;
}
.pankuzu li:not(:last-child)::after {
  position: absolute;
  content: "\03e";
  top: 0;
  right: -1.3em;
  font-size: 1.6rem;
}
.pankuzu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0a82d2;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.pankuzu li a:hover::after {
  transform: scale(1, 1);
}
/*
-----------------------------------------------
▼news　一覧
----------------------------------------------- */
.news_top {
  margin-bottom: 80px;
}
/*
-----------------------------------------------
▼news　投稿
----------------------------------------------- */
.wrap_news_single {
  column-gap: 20px;
  margin-bottom: 10px;
}
.wrap_news_single time {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
}
.news_list_single p {
  font-size: 1.7rem;
}
.con_news {
  margin-bottom: 70px;
}
.news_kiji p {
  margin-bottom: 1em;
}
.news_kiji img {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 530px) {
  .wrap_news_single time {
    font-size: 1.5rem;
  }
  .wrap_news_single {
    column-gap: 10px;
  }
  .news_list_single p {
    font-size: 1.5rem;
  }
}
/*
-----------------------------------------------
▼under text size
----------------------------------------------- */
/*
-----------------------------------------------
▼works
----------------------------------------------- */
.midashi01 {
  margin-top: 0.4em;
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 6);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  width: 100%;
}
.slide-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.slide-in {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev, .swiper-button-next {
  height: 50px;
  width: 20px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after, .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 20px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url('../img/works/arrowL.png');
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url('../img/works/arrowR.png');
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
/* 前への矢印 */
.swiper-button-prev {
  left: -9%;
}
/* 次への矢印 */
.swiper-button-next {
  right: -9%;
}
.slider-thumbnail {
  margin-top: 50px;
  margin-bottom: 40px;
}
.under_work-cap > div {
  display: flex;
  border-bottom: dashed 1px #999999;
  padding-bottom: 1.2em;
  padding-top: 1.2em;
  column-gap: 5%;
}
.under_work-cap dd {
  font-size: 1.6rem;
  line-height: 1.8em;
}
.under_work-cap_small > div:last-child {
  margin-top: 30px;
}
.under_works {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .under_work-cap dd {
    font-size: 1.5rem;
    margin-top: 0.5em;
    line-height: 1.4em;
  }
  .under_work-cap_small > div:last-child {
    margin-top: 10px;
  }
  .under_work-cap > div {
    flex-direction: column;
    align-items: baseline;
  }
  .slider-thumbnail .swiper-wrapper {
    flex-wrap: wrap;
    grid-row-gap: 3vw;
    justify-content: flex-start;
    margin-left: 4%;
  }
  .slider-thumbnail .swiper-slide {
    width: 28% !important;
  }
}
@media screen and (max-width: 530px) {
  .slide-container {
    width: 100%;
  }
  .under_work-cap dd {
    font-size: 1.4rem;
  }
  .under_works {
    margin-bottom: 70px;
  }
  .slider-thumbnail {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/*
-----------------------------------------------
▼works　一覧
----------------------------------------------- */
.arc_works_wrap {
  margin-bottom: 40px;
}
/*
-----------------------------------------------
▼会社案内
----------------------------------------------- */
.com_img .cap_p {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
}
.company_img {
  margin-bottom: 70px;
}
.company_img_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company_img_wrap div {
  width: 48%;
}
.company h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.7em;
}
.company p {
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.com_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.com_txt {
  width: 55%;
}
.com_img {
  width: 40%;
}
.com_img img {
  width: 100%;
}
.cp_table th {
  font-size: 1.8rem;
  padding: 1.5em 0 1.5em 1.5em;
  background-color: #f5f5f5;
  width: 25%;
}
.cp_table td {
  font-size: 1.7rem;
  text-align: left;
  width: 75%;
  padding: 1.5em 0 1.5em 1.5em;
}
.cp_table tr {
  border-bottom: solid 1px #999999;
}
.cp_table tr:first-child {
  border-top: solid 1px #999999;
}
.cp_table {
  margin-top: 45px;
  width: 100%;
}
.company-profile {
  margin-bottom: 60px;
}
.g-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 45px;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-map {
  margin-bottom: 100px;
}
@media screen and (max-width: 1025px) {
  .company h3 {
    font-size: 2.8rem;
  }
  .company p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .company h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 810px) {
  .com_con {
    flex-direction: column;
    grid-row-gap: 20px;
  }
  .com_txt {
    width: 75%;
  }
  .com_img {
    width: 75%;
  }
  .cp_table th {
    font-size: 1.5rem;
    padding-left: 0.8em;
  }
  .cp_table td {
    font-size: 1.4rem;
    padding-left: 1em;
  }
  .com_con {
    margin-bottom: 70px;
  }
  .company-profile {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 630px) {
  .com_txt {
    width: 100%;
  }
  .cp_table th {
    font-size: 1.4rem;
  }
  .cp_table td {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 560px) {
  .cp_table th, .cp_table td {
    display: inline-block;
    width: 100%;
  }
  .cp_table tr:first-child {
    border-top: none;
  }
  .cp_table tr {
    border-bottom: none;
  }
  .company h3 {
    font-size: 1.8rem;
  }
  .company p {
    font-size: 1.4rem;
  }
  .com_con {
    margin-bottom: 55px;
  }
  .cp_table {
    margin-top: 30px;
  }
  .cp_table td {
    padding-left: 0.5em;
  }
  .company-profile {
    margin-bottom: 35px;
  }
  .g-map {
    margin-top: 25px;
  }
  .access-map {
    margin-bottom: 70px;
  }
}
/*
-----------------------------------------------
▼プライバシーポリシー
----------------------------------------------- */
.privacy p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.privacy li {
  font-size: 1.5rem;
  line-height: 1.5;
}
.privacy_mb01 {
  margin-bottom: 30px;
}
.privacy_mb02 {
  margin-bottom: 10px;
}
.privacy_mb03 {
  margin-bottom: 20px;
}
.privacy h5::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
.privacy ol li {
  display: flex;
  align-items: center;
}
.privacy ol li span {
  margin-right: 0.4em;
}
.privacy section:not(:last-child) {
  margin-bottom: 20px;
}
.privacy ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}
.privacy section.pri05 {
  margin-bottom: 40px;
}
.privacy_web {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .privacy p {
    font-size: 1.4rem;
  }
  .privacy li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy ol li {
    align-items: flex-start;
  }
  .privacy ol li p {
    margin-top: -2px;
  }
}
@media screen and (max-width: 530px) {
  .privacy p {
    font-size: 1.3rem;
  }
  .privacy li {
    font-size: 1.3rem;
  }
}
/*
-----------------------------------------------
▼事業紹介
----------------------------------------------- */
.pw_box01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.pw_img01 {
  width: 48%;
}
.pw_img01 img {
  width: 100%;
}
.pw_txt01 {
  width: 48%;
}
.pw_txt01 p {
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
.service_btn {
  margin-top: 30px;
}
.pw_track-record {
  background-color: #f0f0f0;
  padding-top: 75px;
  padding-bottom: 90px;
}
.service_tbl01 thead th {
  background-color: #0a82d2;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0.7em 2em;
  text-align: center;
}
.service_tbl01 {
  margin-top: 50px;
}
.service_tbl01 thead th:first-child {
  width: 15%;
}
.service_tbl01 thead th:nth-child(2) {
  width: 38%;
}
.service_tbl01 thead th:last-child {
  width: 47%;
}
.service_tbl01 tbody {
  font-size: 1.5rem;
}
.service_tbl01 tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.service_tbl01 td {
  padding: 1em 1em 1em 2em;
  line-height: 1.7;
}
.service_tbl01 td:not(:last-child) {
  border-right: solid 1px #999999;
}
.service_tbl01 tr:last-child {
  border-bottom: solid 1px #999999;
}
.renovation-work {
  margin-top: 70px;
  margin-bottom: 70px;
}
.rv_track-record {
  background-color: #f0f0f0;
  padding-top: 75px;
  padding-bottom: 95px;
}
@media screen and (max-width: 1110px) {
  .service_tbl01 thead th {
    font-size: 1.5rem;
  }
  .service_tbl01 tbody {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .pw_txt01 p {
    font-size: 1.5rem;
  }
  .pw_box01 {
    margin-bottom: 50px;
  }
  .pw_track-record {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pw_box01 {
    flex-direction: column;
    grid-row-gap: 5vw;
  }
  .pw_txt01 {
    width: 100%;
  }
  .pw_img01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .service_tbl01 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 530px) {
  .pw_txt01 p {
    font-size: 1.4rem;
  }
  .pw_img01 {
    width: 100%;
  }
  .service_tbl01 {
    margin-top: 30px;
  }
}
/*
-----------------------------------------------
▼スクロールヒント
----------------------------------------------- */
@media screen and (max-width: 850px) {
  .js-scrollable {
    max-width: 100%;
    overflow: auto;
  }
  .js-scrollable th, .js-scrollable td {
    white-space: nowrap;
  }
}
/*
-----------------------------------------------
▼recruit
----------------------------------------------- */
.recruit_top_txt01 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
  margin-top: 1.3em;
}
.recruit_top_txt02 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.recruit_con_bg {
  background: #C4E7D3;
  background: linear-gradient(0deg, rgba(196, 231, 211, 0.2) 0%, rgba(204, 231, 211, 1) 100%);
  padding-bottom: 22vw;
  position: relative;
}
.recruit_box01 {
  display: flex;
  justify-content: space-between;
}
.recruit_box01:not(:last-child) {
  margin-bottom: 110px;
}
.recruit_box_cen {
  align-items: center;
}
.recruit_list01 {
  background-color: #ffffff;
  border-radius: 23px;
  padding: 30px;
}
.recruit_list01 dl {
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 1em;
}
.recruit_list01 dl:not(:first-child) {
  padding-top: 0.7em;
}
.recruit_list01 dl:not(:last-child) {
  padding-bottom: 0.7em;
}
.recruit_list01 dl:not(:last-child) {
  border-bottom: dashed 1px #cccccc;
}
.recruit_list01 dt {
  width: 30%;
}
.recruit_list01 dd {
  width: 70%;
}
.recruit_list01 h4 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0a82d2;
  padding-left: 0.5em;
  margin-bottom: 0.8em;
}
.recruit_list_con {
  width: 70%;
  max-width: 817px;
}
.recruit_mb {
  margin-bottom: 30px;
}
.recruit_tel {
  display: flex;
  align-items: flex-end;
  column-gap: 10px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #cccccc;
  margin-bottom: 20px;
}
.recruit_tel-number a {
  text-decoration: none;
  color: #0a82d2;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.05em;
}
.recruit_tel p {
  font-size: 1.8rem;
  font-weight: 500;
}
.recruit_contact_txt {
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}
.btn_recruit a {
  display: inline-flex;
  background-color: #0a82d2;
  border: solid 1px #0a82d2;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5em 1em;
  border-radius: 10px;
  text-decoration: none;
  align-items: center;
  transition: all 0.3s ease;
}
.btn_recruit a i {
  font-size: 3rem;
  margin-right: 10px;
}
.recruit_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80vw;
}
.recruit_bg img {
  width: 100%;
}
.btn_recruit a:hover {
  background-color: #ffffff;
  color: #0a82d2;
}
.recruit_box01:first-child {
  margin-top: -7vw;
}
@media screen and (max-width: 1000px) {
  .recruit_top_txt01 {
    font-size: 2.2rem;
  }
  .recruit_top_txt02 {
    font-size: 1.6rem;
  }
  .recruit_list01 dl {
    font-size: 1.5rem;
  }
  .recruit_list01 dt {
    width: 20%;
  }
  .recruit_list01 dd {
    width: 80%;
  }
  .recruit_list01 h4 {
    font-size: 2.2rem;
  }
  .recruit_contact_txt {
    font-size: 1.5rem;
  }
  .recruit_tel-number a {
    font-size: 2.4rem;
  }
  .recruit_tel p {
    font-size: 1.4rem;
  }
  .recruit_box01:not(:last-child) {
    margin-bottom: 70px;
  }
  .under_ttl-type09::before {
    width: 8px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_top_txt01 {
    font-size: 1.8rem;
  }
  .recruit_top_txt02 {
    font-size: 1.4rem;
  }
  .recruit_box01 {
    flex-direction: column;
    grid-row-gap: 3vw;
  }
  .recruit_box_cen {
    align-items: flex-start;
  }
  .recruit_list_con {
    width: 100%;
  }
  .recruit_box01:first-child {
    margin-top: 70px;
  }
}
@media screen and (max-width: 650px) {
	.recruit_img_box{
		margin-top: 70px;
	}
  .recruit_top_ttl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp-recruit_top_txt {
    background-color: #0082d5;
    color: #ffffff;
    padding: 15px 25px;
    margin-top: -10vw;
    position: relative;
    z-index: 2;
  }
  .sp-recruit_top_txt p:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 1.2em;
  }
  .sp-recruit_top_txt p:last-child {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5;
  }
  .recruit_list01 dl {
    flex-direction: column;
  }
  .recruit_list01 dt {
    width: 100%;
  }
  .recruit_list01 dd {
    width: 100%;
  }
  .recruit_list01 {
    padding: 18px 15px;
  }
  .recruit_list01 dl {
    font-size: 1.4rem;
    padding-left: 0.5em;
  }
  .recruit_list01 h4 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .recruit_list01 dt {
    position: relative;
    padding-left: 1.2em;
  }
  .recruit_list01 dt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #333333;
  }
  .recruit_tel {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 10px;
  }
  .recruit_contact_txt {
    font-size: 1.4rem;
  }
  .btn_recruit {
    text-align: center;
  }
  .recruit_box01:first-child {
    margin-top: 35px;
  }
  .recruit_box01:not(:last-child) {
    margin-bottom: 40px;
  }
}