@charset "UTF-8";
/*
body {
  min-width: 375px;
  line-height: 1.6;
}

header {
  width: 100%;
  padding: 30px;
  z-index: 999;
  box-sizing: border-box;
  .logo_box {
    img {
      height: 22px;
      width: auto;
    }
  }
}*/
#onayami_box .bg_w_wrap {
  margin: 40px auto;
}
#onayami_box .bg_w_wrap .bg_w {
  border-radius: 10px;
  padding: 50px;
  box-sizing: border-box;
}
#onayami_box .bg_w_wrap li {
  padding-left: 29px;
  line-height: 2;
}
#onayami_box .bg_w_wrap li:before {
  display: block;
  content: "";
  top: 0.5em;
  left: 0;
  margin: auto;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 5px #000 solid;
  border-radius: 20px;
  box-sizing: border-box;
}
#onayami_box:before {
  display: block;
  content: "";
  top: 220px;
  bottom: 220px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #000;
  z-index: -1;
}

#service_box .chart_box .bg_bl.txt18 {
  border-radius: 30px;
  padding-top: 2px;
  line-height: 42px !important;
  width: 132px;
}

#service_box .inbox {
  width: 500px;
  min-height: 320px;
  position: relative;
  border-radius: 30px;
  border: 1px solid #000;
  transition: all 0.4s linear;
  padding: 50px 50px 100px 50px;
  box-sizing: border-box;
}
#service_box .inbox .txt26 {
  margin-bottom: 10px;
  align-items: center;
}
#service_box .inbox .txt26 > span {
  width: calc(100% - 102px);
}
#service_box .inbox .txt64 {
  opacity: 0.3;
  transition: all 0.4s linear;
}
#service_box .inbox .img.tR img.off {
  opacity: 1;
  transition: all 0.4s linear;
}
#service_box .inbox .img.tR img.on {
  opacity: 0;
  transition: all 0.4s linear;
}
#service_box .step05.active .inbox,
#service_box .step_box:not(:has(.step05.active)) .step04.active .inbox,
#service_box .step_box:not(:has(.step04.active)) .step03.active .inbox,
#service_box .step_box:not(:has(.step03.active)) .step02.active .inbox,
#service_box .step_box:not(:has(.step02.active)) .step01.active .inbox {
  border: none;
  color: #fff;
}
#service_box .step05.active .inbox .txt64,
#service_box .step_box:not(:has(.step05.active)) .step04.active .inbox .txt64,
#service_box .step_box:not(:has(.step04.active)) .step03.active .inbox .txt64,
#service_box .step_box:not(:has(.step03.active)) .step02.active .inbox .txt64,
#service_box .step_box:not(:has(.step02.active)) .step01.active .inbox .txt64 {
  opacity: 1;
}
#service_box .step05.active .inbox .img.tR img.off,
#service_box .step_box:not(:has(.step05.active)) .step04.active .inbox .img.tR img.off,
#service_box .step_box:not(:has(.step04.active)) .step03.active .inbox .img.tR img.off,
#service_box .step_box:not(:has(.step03.active)) .step02.active .inbox .img.tR img.off,
#service_box .step_box:not(:has(.step02.active)) .step01.active .inbox .img.tR img.off {
  opacity: 0;
}
#service_box .step05.active .inbox .img.tR img.on,
#service_box .step_box:not(:has(.step05.active)) .step04.active .inbox .img.tR img.on,
#service_box .step_box:not(:has(.step04.active)) .step03.active .inbox .img.tR img.on,
#service_box .step_box:not(:has(.step03.active)) .step02.active .inbox .img.tR img.on,
#service_box .step_box:not(:has(.step02.active)) .step01.active .inbox .img.tR img.on {
  opacity: 1;
}

.service_index {
  margin: 70px auto;
  gap: 20px min(23px, 1.5%);
}
.service_index li a {
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  border-radius: 30px;
  line-height: 47px;
  padding-top: 2px;
  padding: 0 46px 0 33px;
  background: var(--gr);
  border: 1px solid var(--gr);
  transition: all 0.4s linear;
}
.service_index li a:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  position: absolute;
  border: 5px #000 solid;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.4s linear;
}

.service_detail {
  position: relative;
  margin-bottom: 80px;
}
.service_detail:before {
  content: " ";
  margin-top: -70px;
  height: 70px;
  display: block;
  visibility: hidden;
  pointer-events: none;
  position: relative;
}
.service_detail .txt40.f-column {
  gap: 40px;
}
.service_detail .tag {
  font-weight: 500;
  width: 220px;
  box-sizing: border-box;
  border-radius: 5px;
  padding-top: 2px;
  line-height: 38px;
  background: var(--gr);
  margin: 0 auto 40px;
}

.service_dl dt {
  background-color: #f5f5f5;
  display: grid;
  place-items: center;
  box-sizing: border-box;
}
.service_dl dd {
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.service_dl dd .txt18 {
  margin-bottom: 5px;
  padding-left: 16px;
  position: relative;
}
.service_dl dd .txt18:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  border: 3.5px var(--gr) solid;
  border-radius: 20px;
  position: absolute;
  transform: translateY(-1px);
  box-sizing: border-box;
}
.service_dl dd .txt14 {
  line-height: 1.6;
}
.service_dl dd .txt14 + .txt18 {
  margin-top: 15px;
}

#recruit_box {
  padding: 120px 0;
}

.recruit_dl {
  width: min(840px, 90%);
  margin: 0 auto 80px;
}
.recruit_dl dt {
  font-weight: 400;
  padding: 40px 0;
  width: 214px;
  border-bottom: 1px solid #d9d9d9;
}
.recruit_dl dd {
  font-weight: 300;
  padding: 40px 0;
  width: calc(100% - 214px);
  border-bottom: 1px solid #d9d9d9;
}
.recruit_dl dd * {
  line-height: 2;
}
.recruit_dl dd li {
  padding-left: 15px;
}
.recruit_dl dd li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  border: 3.5px var(--gr) solid;
  border-radius: 20px;
  box-sizing: border-box;
}

#news_box .news_list {
  border-top: 1px solid #d4d4d4;
}
#news_box .news_list li {
  padding: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
#news_box .news_list li .date {
  width: 120px;
}
#news_box .news_list li .post_tit {
  width: calc(100% - 130px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.map_wrap {
  margin: 150px auto;
  filter: grayscale(100%);
  border-radius: 30px;
  overflow: hidden;
}
.map_wrap iframe {
  max-width: 100%;
  -o-object-fit: 100%;
     object-fit: 100%;
}

#contact_box {
  margin-bottom: 150px;
}
#contact_box .box1000 {
  width: min(670px, 100% - 60px);
}
#contact_box .stit_wrap {
  border-bottom: 1px solid #d4d4d4;
}
#contact_box .btn_contact a {
  width: 240px;
  line-height: 69px;
  border-radius: 50px;
  text-align: center;
}

.bn_recruit {
  margin-bottom: 150px;
}
.bn_recruit a {
  width: 600px;
  height: 220px;
  background: url(/assets/img/common/bg_contact.jpg) 50% 50% no-repeat;
  background-size: auto 100%;
  display: grid;
  place-content: center;
  border-radius: 30px;
  margin-inline: auto;
}

.breadcrumb {
  padding: 10px 0 20px;
  line-height: 20px;
  box-sizing: border-box;
}
.breadcrumb ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1;
}
.breadcrumb ol li:not(:first-child):before {
  content: "ー";
  padding-left: 2px;
  padding-right: 0;
}
.breadcrumb ol li span {
  display: inline;
}
.breadcrumb ol li a {
  display: inline;
  text-decoration: underline;
}
.breadcrumb ol li a:hover {
  text-decoration: none;
}
.breadcrumb ol li a.current {
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb ol li a.current:hover {
  text-decoration: none;
}

@media screen and (min-width: 737px) {
  /*------*/
  section p {
    line-height: 2;
  }
  .tit_wrap {
    margin-top: 38px;
    min-height: 328px;
  }
  .tit_wrap:has(.lead.abs) .box1000 {
    padding-top: 55px;
  }
  .tit_wrap:has(.lead.abs) .box1000 .lead {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tit_wrap .breadcrumb {
    padding-bottom: 70px;
  }
  .tit_wrap .img_round01 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin: 0 0 0 auto;
    width: calc(50% - 136px);
    height: 328px;
    border-radius: 250px 0 0 250px;
  }
  .tit_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news_box .stit_wrap {
    width: 440px;
    padding-top: 20px;
  }
  #news_box .news_list {
    width: min(630px, 100% - 500px);
  }
  #fv {
    margin-top: 170px;
    margin-bottom: 200px;
  }
  #fv .lead {
    font-size: 54px;
    line-height: 1.5;
    margin-bottom: 80px;
  }
  #fv .anime_box {
    position: absolute;
    top: 0;
    left: 50%;
    margin: auto;
    padding-right: 45px;
  }
  #strength_box {
    margin-bottom: 200px;
  }
  #strength_box .anime_txt.rev {
    flex-direction: row-reverse;
  }
  #strength_box .anime_txt .txt_box {
    width: min(560px, 50%);
  }
  #strength_box .anime_txt + .anime_txt {
    margin-top: 80px;
  }
  #onayami_box .bg_w {
    width: min(560px, 49%);
    background-color: #ededed;
  }
  #onayami_box .img_round01 {
    display: block;
    margin-bottom: 129px;
  }
  #onayami_box .img_round01 img {
    margin: 0 0 0 auto;
    width: 861px;
    height: 439px;
    border-radius: 250px 0 0 250px;
  }
  #onayami_box .img_round02 {
    margin: 130px auto 190px;
  }
  #onayami_box .img_round02 img {
    margin: 0 auto 0 0;
    width: 861px;
    height: 439px;
    border-radius: 0 200px 200px 0;
  }
  #service_box .chart_box {
    padding: 50px 57px;
    margin-bottom: 100px;
  }
  #service_box .chart_box .clm3 > li {
    width: 252px;
  }
  #service_box .chart_box .clm3 > li .txt18 {
    line-height: 1.8;
  }
  #service_box .chart_box .clm3:before {
    display: block;
    content: "";
    width: calc((100% - 640px) / 2);
    height: 277px;
    top: 237px;
    right: calc(50% + 100px);
    margin: auto;
    position: absolute;
    background: url(/assets/img/top/line01.svg) 50% top no-repeat;
    background-size: auto 100%;
  }
  #service_box .chart_box .clm3:after {
    display: block;
    content: "";
    width: calc((100% - 640px) / 2);
    height: 2px;
    top: 372px;
    left: calc(50% + 90px);
    margin: auto;
    position: absolute;
    background: url(/assets/img/top/line02.svg) 50% 50% no-repeat;
    background-size: auto 100%;
  }
  #service_box .chart_box .f-column {
    margin-inline: auto;
    width: 150px;
    align-items: center;
    gap: 30px;
  }
  #service_box .chart_box .f-column li {
    position: relative;
  }
  #service_box .chart_box .f-column li i {
    font-size: 20px;
    line-height: 1;
  }
  #service_box .chart_box .flow01 .f-column li {
    padding-top: 15px;
  }
  #service_box .chart_box .flow01 .f-column li i {
    position: absolute;
    top: 10px;
    left: -10px;
    margin: 0;
  }
  #service_box .chart_box .flow02 .f-column {
    padding-top: 25px;
    gap: 24px;
  }
  #service_box .chart_box .flow02 .f-column li i {
    position: absolute;
    top: 0;
    left: -24px;
    margin: 0;
  }
  #service_box .chart_box .flow03 .f-column {
    padding-top: 125px;
  }
  #service_box {
    margin-bottom: 150px;
  }
  #service_box .step_box {
    margin-top: 96px;
  }
  #service_box .step_box ul {
    gap: 80px;
  }
  #service_box .step_box ul:before {
    display: block;
    content: "";
    width: 2624px;
    height: 2624px;
    top: 0;
    bottom: 0;
    right: calc(50% + 146px);
    margin: auto;
    position: absolute;
    background: #f0f0f0;
    opacity: 0.8;
    border-radius: 100%;
    z-index: -1;
  }
  #service_box .step_box ul li {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 80px;
  }
  #service_box .step_box ul li:before {
    display: block;
    content: "";
    width: calc(580px + 50vw);
    height: 400px;
    border-radius: 0 30px 30px 0;
    top: 0;
    bottom: 0;
    right: -1px;
    margin: auto;
    position: absolute;
    background: #000;
    z-index: -3;
    transition: all 0.4s linear;
    opacity: 0;
  }
  #service_box .step_box ul li.step01, #service_box .step_box ul li.step05 {
    gap: 300px;
  }
}
@media screen and (min-width: 737px) and (max-width: 1160px) {
  #service_box .step_box ul li.step01, #service_box .step_box ul li.step05 {
    gap: 260px;
  }
}
@media screen and (min-width: 737px) {
  #service_box .step_box ul li.step02, #service_box .step_box ul li.step04 {
    gap: 150px;
  }
}
@media screen and (min-width: 737px) {
  #service_box .step_box ul li.step03:before {
    height: 466px;
  }
  #service_box .step_box ul li.step03 .inbox {
    height: 386px;
  }
}
@media screen and (min-width: 737px) {
  #service_box .step_box ul li .maru {
    position: relative;
    width: 250px;
    display: grid;
    place-items: center;
    color: #fff;
    transition: all 0.4s linear;
  }
  #service_box .step_box ul li .maru:before {
    display: block;
    content: "";
    width: 400px;
    height: 400px;
    top: -75px;
    bottom: -75px;
    left: -75px;
    right: -75px;
    margin: auto;
    position: absolute;
    background: url(/assets/img/top/bg_maru01.png) 50% 50% no-repeat;
    background-size: 250px auto;
    transition: all 0.4s linear;
    z-index: -1;
  }
}
@media screen and (min-width: 737px) {
  #service_box .step_box ul li .more {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 737px) {
  #service_box .step_box ul li:hover:before {
    background: #333;
  }
}
@media screen and (min-width: 737px) {
  #service_box .step_box .inbox .txt64 {
    font-size: 64px;
    padding-right: 20px;
  }
  #service_box .step_box .inbox .img.tR img {
    position: absolute;
    bottom: 50px;
    right: 50px;
    margin: auto;
  }
}
@media screen and (min-width: 737px) {
  #service_box .step05.active,
#service_box .step_box:not(:has(.step05.active)) .step04.active,
#service_box .step_box:not(:has(.step04.active)) .step03.active,
#service_box .step_box:not(:has(.step03.active)) .step02.active,
#service_box .step_box:not(:has(.step02.active)) .step01.active {
    min-height: 400px;
  }
  #service_box .step05.active:before,
#service_box .step_box:not(:has(.step05.active)) .step04.active:before,
#service_box .step_box:not(:has(.step04.active)) .step03.active:before,
#service_box .step_box:not(:has(.step03.active)) .step02.active:before,
#service_box .step_box:not(:has(.step02.active)) .step01.active:before {
    opacity: 1;
  }
  #service_box .step05.active .inbox .txt26,
#service_box .step_box:not(:has(.step05.active)) .step04.active .inbox .txt26,
#service_box .step_box:not(:has(.step04.active)) .step03.active .inbox .txt26,
#service_box .step_box:not(:has(.step03.active)) .step02.active .inbox .txt26,
#service_box .step_box:not(:has(.step02.active)) .step01.active .inbox .txt26 {
    font-size: 34px;
    line-height: 1.47;
  }
  #service_box .step05.active .inbox .txt26 > span,
#service_box .step_box:not(:has(.step05.active)) .step04.active .inbox .txt26 > span,
#service_box .step_box:not(:has(.step04.active)) .step03.active .inbox .txt26 > span,
#service_box .step_box:not(:has(.step03.active)) .step02.active .inbox .txt26 > span,
#service_box .step_box:not(:has(.step02.active)) .step01.active .inbox .txt26 > span {
    width: calc(100% - 102px);
  }
  #service_box .step05.active .maru,
#service_box .step_box:not(:has(.step05.active)) .step04.active .maru,
#service_box .step_box:not(:has(.step04.active)) .step03.active .maru,
#service_box .step_box:not(:has(.step03.active)) .step02.active .maru,
#service_box .step_box:not(:has(.step02.active)) .step01.active .maru {
    font-size: 28px;
    color: #000;
  }
  #service_box .step05.active .maru:before,
#service_box .step_box:not(:has(.step05.active)) .step04.active .maru:before,
#service_box .step_box:not(:has(.step04.active)) .step03.active .maru:before,
#service_box .step_box:not(:has(.step03.active)) .step02.active .maru:before,
#service_box .step_box:not(:has(.step02.active)) .step01.active .maru:before {
    background: url(/assets/img/top/bg_maru02.png) 50% 50% no-repeat;
    background-size: 400px auto;
  }
}
@media screen and (min-width: 737px) {
  #service_box .step_box:not(:has(.step04.active)) .step03.active {
    height: 466px;
  }
  #service_box .step_box:not(:has(.step04.active)) .step03.active .inbox {
    height: 466px;
  }
}
@media screen and (min-width: 737px) {
  #service_box02 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 737px) {
  .service_index {
    margin: 70px auto;
    gap: 20px min(23px, 1.5%);
  }
  .service_index li a:hover {
    color: #247362;
    background: #d7fff5;
    border: 1px solid var(--gr);
  }
  .service_index li a:hover:before {
    border: 5px solid var(--gr);
  }
}
@media screen and (min-width: 737px) {
  .service_dl {
    gap: 10px 5px;
  }
  .service_dl dt {
    width: 245px;
    border-radius: 15px 0 0 15px;
    padding: 30px;
  }
  .service_dl dd {
    width: calc(100% - 250px);
    border-radius: 0 15px 15px 0;
    padding: 30px 30px 35px;
  }
  .service_dl dd .txt18 {
    margin-top: 5px;
    margin-bottom: 8px;
  }
  .service_dl dd .txt14 {
    line-height: 1.6;
  }
  .service_dl dd .txt14 + .txt18 {
    margin-top: 18px;
  }
}
@media screen and (min-width: 737px) {
  #index #contact_box {
    margin-bottom: 80px;
  }
} /*-- min-width: 737px --*/
@media screen and (max-width: 736px) {
  .tit_wrap {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
  }
  .tit_wrap .box1000 {
    display: contents;
  }
  .tit_wrap .lead {
    order: 5;
    padding-right: 30px;
  }
  .tit_wrap .img_round01 {
    margin: 0 0 45px auto;
    text-align: right;
  }
  .tit_wrap .img_round01 img {
    width: 85%;
    border-radius: 250px 0 0 250px;
  }
  #fv {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column-reverse;
  }
  #fv .anime_box {
    padding: 0 10px 18px 0;
    width: 68%;
    margin: 0 0 0 auto;
  }
  #fv .lead {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
  }
  #fv .txt20 {
    font-size: 14px;
    line-height: 2;
  }
  #strength_box {
    margin-bottom: 60px;
  }
  #strength_box .anime_txt .anime_box {
    margin-bottom: 30px;
  }
  #strength_box .anime_txt + .anime_txt {
    margin-top: 60px;
  }
  #onayami_box .img_round01 {
    display: block;
    margin-bottom: 50px;
  }
  #onayami_box .img_round01 img {
    margin: 0 0 0 auto;
    width: 290px;
    height: 170px;
    border-radius: 100px 0 0 100px;
  }
  #onayami_box .img_round02 {
    margin: 50px auto 60px;
  }
  #onayami_box .img_round02 img {
    margin: 0 auto 0 0;
    width: 290px;
    height: 170px;
    border-radius: 0 100px 100px 0;
  }
  #onayami_box:before {
    top: 100px;
    bottom: 100px;
  }
  #onayami_box .bg_w_wrap {
    margin: 40px auto;
  }
  #onayami_box .bg_w_wrap .bg_w {
    padding: 30px;
  }
  #onayami_box .bg_w_wrap .bg_w + .bg_w {
    margin-top: 10px;
  }
  #service_box .chart_box {
    border-radius: 10px;
    padding: 36px 25px;
    margin-bottom: 140px;
  }
  #service_box .chart_box .bg_bl {
    margin-bottom: 20px;
  }
  #service_box .chart_box .justify_sp li {
    width: calc((100% - 18px) / 3);
  }
  #service_box .chart_box .flex-center_sp li {
    width: 36%;
  }
  #service_box .chart_box .txt_btm {
    margin: 10px auto 75px;
  }
  #service_box .chart_box .txt_btm span {
    border-bottom: 1px solid #000;
  }
  #service_box .chart_box .txt_btm:before {
    display: block;
    content: "";
    top: calc(100% + 30px);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #000;
  }
  #service_box {
    margin-bottom: 110px;
  }
  #service_box .step_box ul {
    gap: 30px;
  }
  #service_box .step_box ul .step05 .img.tR,
#service_box .step_box ul .step01 .img.tR,
#service_box .step_box ul .step05 .img.tR img,
#service_box .step_box ul .step01 .img.tR img {
    height: 30px;
  }
  #service_box .step_box ul .step04 .img.tR,
#service_box .step_box ul .step02 .img.tR,
#service_box .step_box ul .step04 .img.tR img,
#service_box .step_box ul .step02 .img.tR img {
    height: 50px;
  }
  #service_box .step_box ul .step03 .img.tR,
#service_box .step_box ul .step03 .img.tR img {
    height: 65px;
  }
  #service_box .step_box .inbox {
    width: 100%;
    min-height: auto;
    border-radius: 15px;
    padding: 30px 30px;
    transition: all 0.4s linear;
  }
  #service_box .step_box .inbox .txt26 {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  #service_box .step_box .inbox .txt26 > span {
    width: calc(100% - 70px);
  }
  #service_box .step_box .inbox .txt64 {
    font-size: 48px;
  }
  #service_box .step_box .inbox .img.tR {
    margin-top: 15px;
    position: relative;
  }
  #service_box .step_box .inbox .img.tR img {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: auto;
  }
  #service_box .step05.active .inbox,
#service_box .step_box:not(:has(.step05.active)) .step04.active .inbox,
#service_box .step_box:not(:has(.step04.active)) .step03.active .inbox,
#service_box .step_box:not(:has(.step03.active)) .step02.active .inbox,
#service_box .step_box:not(:has(.step02.active)) .step01.active .inbox {
    background-color: #000;
  }
  #service #service_box {
    margin-bottom: 30px;
  }
  #service #service_box .chart_box {
    margin-bottom: 60px;
  }
  .service_chart img {
    width: min(100%, 460px);
  }
  .service_index {
    margin: 0px auto 60px;
    gap: 10px;
  }
  .service_index li a {
    width: 240px;
    line-height: 35px;
    padding-top: 1px;
    padding: 0 34px 0 18px;
    font-size: 12px;
  }
  .service_index li a:before {
    right: 10px;
  }
  .service_detail .txt40.f-column {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .service_detail .txt40.f-column .lh1 {
    line-height: 1.5;
    font-size: 20px;
  }
  .service_detail .i_step01 {
    width: 149px;
  }
  .service_detail .i_step02 {
    width: 89px;
  }
  .service_detail .i_step03 {
    width: 95px;
  }
  .service_detail .i_step04 {
    width: 100px;
  }
  .service_detail .i_step05 {
    width: 170px;
  }
  .service_detail .tag {
    font-size: 12px;
    width: 162px;
    padding-top: 2px;
    line-height: 32px;
    margin: 0 auto 30px;
  }
  .service_dl {
    display: flex;
    flex-direction: column;
  }
  .service_dl dt {
    width: 100%;
    border-radius: 15px 15px 0 0;
    padding: 15px 20px 10px;
  }
  .service_dl dd {
    margin-top: 5px;
    width: 100%;
    border-radius: 0 0 15px 15px;
    padding: 30px 20px;
  }
  .service_dl dd .txt16 {
    line-height: 2;
  }
  .service_dl dd .txt14 {
    font-size: 14px;
    line-height: 1.8;
  }
  .service_dl dd + dt {
    margin-top: 10px;
  }
  #recruit_box {
    padding: 60px 0;
  }
  .recruit_dl {
    width: 100%;
    margin: 0 auto 60px;
    border-top: 1px solid #d9d9d9;
    line-height: 1.5 !important;
  }
  .recruit_dl dt {
    padding: 30px 0;
    width: 82px;
  }
  .recruit_dl dd {
    padding: 30px 0;
    width: calc(100% - 82px);
  }
  .recruit_dl dd li:before {
    top: 8px;
  }
  #news_box .news_list {
    margin-bottom: 60px;
  }
  #news_box .news_list li {
    padding: 15px 0;
  }
  #news_box .news_list li .date {
    width: 85px;
  }
  #news_box .news_list li .post_tit {
    width: calc(100% - 95px);
  }
  .map_wrap {
    margin: 60px auto;
    border-radius: 15px;
  }
  .contact_rec_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  #contact_box {
    margin-bottom: 100px;
  }
  #contact_box .stit_wrap {
    order: 2;
    margin-bottom: 15px;
  }
  #contact_box .txt_box {
    order: 3;
    margin-bottom: 0;
  }
  #contact_box .btn_contact a {
    width: 180px;
    line-height: 45px;
  }
  #contact_box .tel_box {
    margin-top: 30px;
  }
  #contact_box .tel_box * {
    line-height: 1;
  }
  #contact_box .tel_box .txt24 {
    margin-bottom: 15px;
  }
  .bn_recruit {
    margin-bottom: 60px;
    order: 1;
  }
  .bn_recruit a {
    width: 270px;
    height: 95px;
    border-radius: 15px;
    background: url(/assets/img/common/bg_contact.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
  .bn_recruit a .txt60 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .bn_recruit a .txt16 {
    font-size: 10px;
  }
  .breadcrumb {
    padding: 10px 0 40px;
  }
} /*-- max-width: 736px --*/
/*# sourceMappingURL=style.css.map */