@charset "utf-8";
/* CSS Document */

.full-width {
  width: 100% !important;
}

.bottom_margin {margin-bottom: 100px;}

@media (max-width: 767px) {
  .full-width-sp {
    width: 100% !important;
  }
  .bottom_margin {margin-bottom: 50px;}
}

.section {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.section-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
}

.btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.bg-gray {
  background-color: #E6E7E6;
}

.bg-gray2 {
  background-color: #efeff2;
}

.red {
  color: #ce452b;
}

.bg-red-gradation {
  background-color: #DE0113;
  background: url(../img/common/bg_grade.png) left top repeat-y;
  background-size: contain;
}

@media (max-width: 767px) {
  .section-inner {
    padding: 50px 0;
  }
}

/* @media (max-width: 640px) {
  .section-inner {
    padding: 10% 0;
  }
} */

.acd-menu .acd-menu-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  margin-bottom: .6em;
}

.acd-menu .acd-menu-head::before,
.acd-menu .acd-menu-head::after {
  content: '';
  display: block;
  width: 0.8em;
  height: 1.75px;
  background: #CE452B;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.acd-menu .acd-menu-head::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.acd-menu .acd-menu-head.active::after {
  transform: rotate(0);
  transition: 0.5s;
}

.btn_box {
  background-color: #072a7e;
  border-radius: 0;
  padding: 1.7em 0;
  max-width: 730px;
  text-align: center;
  font-size: 18px;
}

.btn_box_r {
  background-color: #ce452b;
  border-radius: 0;
  max-width: 730px;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
}

.btn_box_b {
  background-color: #000;
  border-radius: 0;
  max-width: 730px;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;

  &.wide1200 {max-width: 740px;width: 100%!important;}
}

@media (width > 600px){
  .home-contact-wrap .wide1200 .tel-text-br {display: none!important;}
}

/*MAIN VISUAL
 -------------------------------*/
.main-visual {
  aspect-ratio: 2.3 / 1;
  max-height: 828px;
  position: relative;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.main-visual .mv-deco01 {
  position: absolute;
  z-index: 10;
}

.main-visual .mv-deco02 {
  position: absolute;
  z-index: 10;
}

.main-visual .main-visual-inner {
  position: relative;
  width: 90%;
  height: 100%;
  margin: auto;
  margin-top: 40px;
  max-width: 1800px;
}

.main-visual .side-fixed-buttons .side-button01:hover,
.main-visual .side-fixed-buttons .side-button02:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#sub_main_visual-wrap .side-fixed-buttons .side-button01:hover,
#sub_main_visual-wrap .side-fixed-buttons .side-button02:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.main-visual .side-fixed-buttons .side-button01 {
  writing-mode: vertical-rl;
  background-color: #004888;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 54px;
  height: 150px;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: fixed;
  top: calc(50% - 80px);
  /* bottom: calc(50% + 5px); */
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 100;
  gap: 10px;
}

#sub_main_visual-wrap .side-fixed-buttons .side-button01 {
  writing-mode: vertical-rl;
  background-color: #004888;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 54px;
  height: 150px;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: fixed;
  /* top: calc(50% - 80px); */
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 100;
  gap: 10px;
}

.main-visual .side-fixed-buttons .side-button02 {
  writing-mode: vertical-rl;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 54px;
  height: 150px;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: fixed;
  top: calc(50% - -80px);
  /* bottom: calc(50% - 155px); */
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 100;
  gap: 10px;

  display: none;
}

#sub_main_visual-wrap .side-fixed-buttons .side-button02 {
  writing-mode: vertical-rl;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 54px;
  height: 150px;
  padding-left: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: fixed;
  top: calc(50% - -80px);
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 100;
  gap: 10px;

  display: none;
}

.main-visual .side-fixed-buttons .side-button01 p,
.main-visual .side-fixed-buttons .side-button02 p {
  margin-right: auto;
  letter-spacing: 0.08em;
}

#sub_main_visual-wrap .side-fixed-buttons .side-button01 p,
#sub_main_visual-wrap .side-fixed-buttons .side-button02 p {
  margin-right: auto;
  letter-spacing: 0.08em;
}

/* .main-visual .side-fixed-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 100;
  gap: 10px;
}

.main-visual .side-button {
  writing-mode: vertical-rl;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
  transition: all 0.3s ease;
  width: 40px;
  height: auto;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */

.main-visual .side-button01:hover,
.main-visual .side-button02:hover {
  width: 64px;
}

#sub_main_visual-wrap .side-button01:hover,
#sub_main_visual-wrap .side-button02:hover {
  width: 64px;
}

@media (max-width: 1501px) {
  .main-visual .main-visual-inner {
    margin-top: 26px;
  }
}

@media (max-width: 1140px) {
  .main-visual .main-visual-inner {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .main-visual .main-visual-inner {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .main-visual .main-visual-inner {
    margin-top: 36px;

  }

  .main-visual .mv-deco01 {
    position: absolute;
    z-index: 10;
    width: 100px;
    left: 15px;
    top: 25px;
  }

  .main-visual .mv-deco02 {
    position: absolute;
    z-index: 10;
    width: 100px;
    right: 0;
    bottom: 50px;
  }
}

@media (max-width: 414px) {
  .main-visual .main-visual-inner {
    margin-top: 15px;
  }
}

/* .main-visual .main-visual-content {
  position: absolute;
  left: 50%;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
} */
.main-visual .main-visual-content {
  position: absolute;
  bottom: 150px;
  left: 100px;
  width: 90%;
}

@media (max-width: 767px) {
  .main-visual {
    aspect-ratio: auto;
    height: 100vh;
  }

  .main-visual .main-visual-inner {
    width: 90%;
  }

  .main-visual .main-visual-content {
    bottom: 150px;
    left: 20px;
    width: 100%;
  }
}

.main-visual.non-title {
  background: none;
  height: 100px;
}

@media (max-width: 767px) {
  .main-visual.non-title {
    height: 80px;
  }
}

@media (max-width: 414px) {
  .main-visual.non-title {
    height: 60px;
  }
}

/*----- ページタイトル -----*/
.page-title {
  color: #FFF;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  text-shadow: 6px 5px 4px rgba(0, 0, 0, 0.5);
}

.page-title>* {
  display: block;
  font-weight: 700;
}

.page-title .en {
  font-size: 20px;
}

@media (max-width: 767px) {}

@media (max-width: 480px) {
  .page-title {
    font-size: 20px;
  }

  .page-title .en {
    font-size: 10px;
  }
}

/*----- タイトル -----*/
.section-ttl {
  margin-bottom: 2.5rem;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}


.section-inner .section-ttl>* {
  display: block;
}

#pickup-news .section-ttl .en {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.1em;
}

#pickup-news .section-ttl .jp {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.section-ttl .en {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
}

.section-ttl .jp {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.08em;
}


.ttl_black {
  color: #000;
  font-size: 40px;
  line-height: 1.37;
}

@media (max-width: 767px) {

  .ttl_black {
    font-size: 30px;
  }
}

@media (max-width: 600px) {

  .ttl_black {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .ttl_black {
    font-size: 20px;
  }
}

.text {
  line-height: 2;
  margin-bottom: 3em;
}

.text-list>* {
  margin-bottom: 10px;
  line-height: 1.6;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

table.tbl {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}

table.tbl th,
table.tbl td {
  text-align: left;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 1.3em 0;
  border-bottom: solid 1px #DCDDDD;
}

table.tbl tr:first-child th,
table.tbl tr:first-child td {
  border-top: solid 1px #DCDDDD;
}

table.tbl th {
  width: 13em;
}

@media (max-width: 768px) {

  table.tbl th,
  table.tbl td {
    font-size: 0.9em;
  }
}

@media (max-width: 767px) {

  /*table.tbl th,
  table.tbl td {
    display: block;
    width: 100%;
    padding: 0.8em 0.5em;/
  }

  table.tbl th {
    font-weight: bold;
    background-color: #F6F6F6;
  }

  table.tbl tr td {
    padding-bottom: 2em;
    border-top: none !important;
  }

  table.tbl tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
  }*/
}

/* ----------------
  タイトル背景
----------*/

/* 大枠ボックス */
.layer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3%;
}

/* 背景画像の読み込み */
.layer-bg {
  width: 100%;
}

.layer-bg-aboutus {
  background: url(../img/top/bg_txt_aboutus.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 500px;
}

.layer-bg-business_info {
  background: url(../img/top/bg_txt_business_info.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 565px;
}

.layer-bg-works {
  background: url(../img/top/bg_txt_works.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 333px;
}

.layer-bg-group_enterprise {
  background: url(../img/top/bg_txt_group_enterprise.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 800px;
}

.layer-bg-recruit {
  background: url(../img/top/bg_txt_recruit.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 420px;
}

.layer-bg-access {
  background: url(../img/top/bg_txt_access.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 330px;
}

.layer-bg-contact {
  background: url(../img/top/bg_txt_contact.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 440px;
}

/* 重ねる文字の基本設定 */
.layer-txt {
  font-size: 35px;
}

/* SP向けの設定 */
@media screen and (max-width: 767px) {
  .layer-txt {
    padding: 15px 0 0;
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .layer-txt {
    font-size: 25px;
  }
}

/* PC向けの設定 */
@media screen and (min-width: 768px) {
  .layer-txt {
    padding: 17px 0 0;
  }
}


/*----- PAGER -----*/
.pager-area {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.pager {
  display: block;
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: relative;
}

.pager a:last-child {
  margin-right: 0;
}

.pager .page-numbers {
  font-family: "Source Serif 4", serif;
  background-color: #f2f2f2;
  border: none;
  color: #231815;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 0.8em 1em;
  text-decoration: none;
  transition: 0.5s;
  width: 50px;
  height: 50px;
  font-weight: bold;
}

.pager .page-numbers:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.pager .page-numbers.current {
  background-color: #ce452b;
  border: none;
  color: #FFF;
}

.pager .page-numbers:not(:last-child) {
  margin-right: 20px;
}

.pager .prev.page-numbers,
.pager .next.page-numbers {
  /* position: absolute; */
  width: 50px;
  height: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 0;
  /* display: flex; */
  align-items: center;
  margin: auto;
  background: none;
}

.pager .prev.page-numbers {
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 40%;
  margin: auto; */
  margin-right: 50px;
}

.pager .next.page-numbers {
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 0;
  margin: auto; */
  margin-left: 30px;
}

@media (max-width: 1260px) {
  .pager .prev.page-numbers {
    right: 50%;
  }

  .pager .next.page-numbers {
    left: 50%;
  }
}

@media (max-width: 900px) {
  .pager .prev.page-numbers {
    right: 70%;
  }

  .pager .next.page-numbers {
    left: 70%;
  }
}

@media (max-width: 767px) {
  .pager .page-numbers {
    font-size: 20px;
  }

  .pager .prev.page-numbers {
    right: 80%;
  }

  .pager .next.page-numbers {
    left: 80%;
  }
}

/* @media (max-width: 480px) {
  .pager .page-numbers {
    font-size: 16px;
  }

  .pager .prev.page-numbers,
  .pager .next.page-numbers {
    font-size: 16px;
    padding: 0.9em 0.7em 0.8em;
  }
} */


@media (max-width: 767px) {
  .sp-center {
    text-align: center;
  }
}

.obi {
  position: relative;
}

.obi::after {
  content: '';
  background: url(../img/common/bg_grade_s.png) left top repeat-y;
  background-size: contain;
  display: block;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 10px;
  margin: auto;
  width: 100%;
}





/*----------------------------------------------------
  TOP PAGE
----------------------------------------------------*/
/*MAIN BLOCK -------------------------*/
#main-visual__top {
  aspect-ratio: auto;
  max-height: none;
  width: 100%;
}

.main-visual .mv-deco01 {
  position: absolute;
  z-index: 10;
  width: 150px;
  left: -60px;
  bottom: 180px;
}

.main-visual .mv-deco02 {
  position: absolute;
  z-index: 10;
  width: 200px;
  right: -40px;
  bottom: -40px;
}

#main-visual__top .slick-slider .slick-slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 910px;
  position: relative;
}

#main-visual__top .slick-slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));
}

#main-visual__top,
#main-visual__top .slick-slider .slick-slide,
#main-visual__top .slick-slider .slick-slide img {
  max-height: 100vh;
}

@media (max-width: 767px) {
  #main-visual__top {
    /* height: auto; */
    margin-top: 50px;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
}

#main-visual__top .top-copy {
  color: #FFF;
  font-family: "source-han-serif-japanese", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
  text-shadow: 1px 4px 10px rgba(0, 0, 0, 0.9);
}

#main-visual__top .top-copy-en {
  font-size: 20px;
  margin-top: 10px;
}

#main-visual__top .bg-marker-b {
  margin-top: 20px;
}

#main-visual__top .top-copy .bg-marker {
  background-color: #000;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1.4;
}

@media (max-width: 1500px) {
  #main-visual__top .top-copy {
    font-size: 4vw;
  }

  #main-visual__top .top-copy .en {
    font-size: 2vw;
  }
}

@media (max-width: 767px) {
  #main-visual__top .top-copy {
    font-size: 22px;
    line-height: 1.4;
  }

  #main-visual__top .top-copy .en {
    font-size: 8.5px;
    position: static;
  }
}

/*----- POST LIST -----*/
.post-list {}

.post {
  text-align: left;
}

.post__date {
  display: inline-block;
  margin-right: 1.5em;
  white-space: nowrap;
  font-weight: bold;
  color: #999;
  font-size: 14px;
}

.post__cat {
  background-color: #999;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-right: 1.5em;
  padding: 0.3em 0.8em;
  white-space: nowrap;
  font-size: 14px;
}

.post__cat.cat-recruit {
  background-color: #999;

}

.post__cat.cat-important_info {
  background-color: #999;

}

.post-list .post:last-child .post__link {
  margin-bottom: 0;
}

.post__link {
  display: block;

}

.post__link:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.post__link.arrow::after {
  top: auto;
  bottom: 0.3rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.post__title {
  line-height: 1;
  /* overflow: hidden; */
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.post__title img {
  width: 11px;
  transition: transform 0.3s ease;
}

.post__title:hover img {
  transform: translateX(0px);
  /* ✅ 右にスライド */
}

@media (min-width: 768px) {
  .post__link {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    border-bottom: solid 1px #999;
  }

  .post__link:hover {
    padding-right: 0;
  }
}

.post__link {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  border-bottom: solid 1px #999;
}

.post__link:hover {
  padding-right: 0;
}

@media (max-width: 767px) {
  .post {
    font-size: 14px;
  }

  /* .post__title {
    display: block;
    padding-top: 5px;
  } */

  .post__link {
    display: flex;
    align-items: center;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: solid 1px #999;
  }

  .post__cat {
    margin-right: 2.7em;
  }
}

/*----- PICKUP NEWS SECTION -----*/
#pickup-news .pickup-news-content {
  /* align-items: center; */
  display: flex;
  padding-bottom: 10px;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

@media (min-width: 768px) {
  #pickup-news .section-inner {
    padding: 40px 0;
  }
}

#pickup-news .post__date {
  font-family: "source-han-serif-japanese", serif;
}

#pickup-news .pickup-news-content .btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

/* .arrow:hover {
  transition: 0.5s;
  padding-right: 3.5rem;
} */

#pickup-news .pickup-news-content::after {
  height: 4px;
  top: 100%;
  bottom: auto;
}

#pickup-news .pickup-news-content .section-ttl {
  /* margin-top: 2%; */
  /* margin-bottom: auto; */
  padding-bottom: 0;
  text-align: left;
  width: 250px;
  color: #000;
}

#pickup-news .pickup-news-content .section-ttl-left {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
}

#pickup-news .pickup-news-content .section-ttl-left .section-ttl-btn {
  margin-top: auto;
  display: block;
}

#pickup-news .pickup-news-content .section-ttl-left .section-ttl-btn .btn_view {
  margin: 0 auto 0 0;
}

#pickup-news .pickup-news-content .section-ttl .red {
  color: #ce452b;
}

#pickup-news .pickup-news-content .post-list {
  text-align: left;
  width: calc(100% - 250px);
  padding-left: 30px;
  margin-top: 30px;
  position: relative;
}

#pickup-news .pickup-news-content .post-list::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: -2px;
  left: -5px;
}

#pickup-news .no_wrap_box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 767px) {}

@media (max-width: 480px) {
  /* #pickup-news .pickup-news-content {
    width: 100%;
    padding: 0 0 5%;
  } */
}

.home-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

/*----- HOME カンパニー US SECTION -----*/
@media (min-width: 768px) {
  #home-company {
    .section-ttl {
      font-size: 36px;
    }
  }
}

@media (max-width: 768px) {
  #home-company {
    .bl-contents-item.bl-contents-text {width: 100%;}
  }
}

#home-company,
#home-initiatives {
  background-color: #f2f2f2;
}

/*----- HOME ABOUT US SECTION -----*/
@media (max-width: 767px) {
  #home-aboutus .section-inner {
    padding: 10% 0;
  }
}

#home-aboutus {
  position: relative;
  z-index: 10;
}

#home-aboutus::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 95%;
  height: 100%;
  background-image: url(../img/top/bg_home-aboutus.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
}

.bl-contents__aboutus {
  /* align-items: center; */
  display: flex;
}

@media (min-width: 768px) {
  .bl-contents__aboutus {
    justify-content: space-between;
  }

  .bl-contents__aboutus>* {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  #home-aboutus::before {
    background-image: url(../img/top/bg_home-aboutus_sp.jpg);
  }
}

#home-company .bl-contents__aboutus .bl-contents-text .text p {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.05em;
}

#home-initiatives .bl-contents__aboutus .bl-contents-text .text p {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.05em;
}


.bl-contents__aboutus .bl-contents-text {
  padding: 0px 50px 20px 0;
  position: relative;
  text-align: left;
  width: 50%;
}

.bl-contents__aboutus .bl-contents-text::after {
  height: 32px;
}

.bl-contents__aboutus .bl-contents-media img {
  width: 100%;
}

.bl-contents__aboutus .bl-contents-media {
  width: 50%;
  padding: 0 0 0 25px;
  position: relative;
}

.bl-contents__aboutus .bl-contents-media .company-deco {
  position: absolute;
  width: 125px;
  top: 0;
  right: 0;
}

.bl-contents__aboutus .bl-contents-text .btn {
  /* position: absolute; */
  width: 200px;
  margin-left: 0;
}

.bl-contents__aboutus .bl-contents-text .btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .bl-contents__aboutus {
    flex-direction: column;
  }

  /* .bl-contents__aboutus .bl-contents-text {
    padding: 0px 50px 0px;
    width: 90%;
  } */

  /* .bl-contents__aboutus .bl-contents-media {
    width: 100%;
    padding: 0 50px;
    margin-top: 3em;
  } */
}

@media (max-width: 767px) {

  .bl-contents__aboutus .ttl_black {
    font-size: 30px;
  }

  .layer-bg-aboutus {
    max-width: 400px;
  }

  .bl-contents__aboutus .bl-contents-text {
    padding: 0px 40px 20px;
    width: 100%;
  }

  .bl-contents__aboutus .bl-contents-media {
    width: 100%;
    padding: 0 40px;
  }

}

@media (max-width: 600px) {

  .bl-contents__aboutus .ttl_black {
    font-size: 28px;
  }

  #home-aboutus .text {
    font-size: 17px;
  }

  .bl-contents__aboutus .bl-contents-text .btn {
    max-width: 190px;
    right: 0;
    left: auto;
  }
}

@media (max-width: 480px) {

  #home-aboutus::before {
    width: 99%;
  }

  .home-content {
    width: 100%;
    padding: 0 0 5%;
  }

  .layer-bg-aboutus {
    max-width: 300px;
    width: 80%;
  }

  .layer-txt {
    padding: 3px 0 0;
  }

  .bl-contents__aboutus .ttl_black {
    font-size: 20px;
  }

  #home-aboutus .text {
    font-size: 16px;
  }

  .bl-contents__aboutus .bl-contents-text {
    padding: 0px 20px 20px;
  }

  .bl-contents__aboutus .bl-contents-media {
    padding: 0 20px;
  }

  .bl-contents__aboutus .bl-contents-text .btn {
    max-width: 160px;
  }
}


/*----- HOME business_info SECTION -----*/

#home-service {
  padding-top: 6.3rem;
  padding-bottom: 6.3rem;
  position: relative;
  z-index: 10;
}

/* #home-service .section-inner {
  padding-bottom: 40px;
} */

#home-service::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: 100vw;
  height: 100%;
  background: url(../img/top/top_service_bg.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  content: '';
}

#home-service::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  content: '';
}

@media (min-width: 768px) {
  #home-service::before {
    background-attachment: fixed;
  }
}

@media (max-width: 767px) {
  #home-service::before {
    height: 250px;
  }
}

@media (max-width: 480px) {
  #home-service::before {
    height: 220px;
  }
}

#home-service .section-inner {
  background-color: #fff;
  max-width: 1400px;
}

#home-service .bl-contents__business_info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5%;
}

#home-service .bl-contents-media {
  width: 50%;
  padding-right: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

#home-service .bl-contents-media .service-deco02 {
  position: absolute;
  width: 100px;
  left: -30px;
  bottom: -40px;
}

#home-service .bl-contents-media .service-deco01 {
  position: absolute;
  width: 60px;
  top: -30px;
  right: 40px;
}

#home-service .bl-contents-media img {
  width: 490px;
}

#home-service .bl-contents-text {
  width: 51%;
  padding-left: 50px;
  position: relative;
}

#home-service .text {
  font-size: 18px;
  line-height: 1.66;
}

#home-service .btn {
  background-color: unset;
  /* position: absolute; */
  right: 0;
  background-color: #000;
  margin-right: 0;
}

#home-service .btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

@media (max-width: 1174px) {
  #home-service .bl-contents-text {
    padding-left: 20px;
  }

  /* #home-service .ttl_black {
    font-size: 33px;
  } */
}

@media (max-width: 1024px) {
  /* #home-service .bl-contents__business_info {
    flex-direction: column;
  } */

  #home-service .bl-contents-media {
    width: 80%;
    margin: 70px auto;
    padding-left: 30px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  #home-service .bl-contents-text {
    padding-left: 0;
    width: 80%;
    margin: 0 auto;
  }

}

@media (max-width: 767px) {
  .layer-bg-business_info {
    max-width: 430px;
  }

  #home-service .bl-contents-media {
    margin-top: 1em;
    width: 90%;

  }

  #home-service .bl-contents-text {
    padding-left: 0;
    width: 90%;
  }

  #home-service .btn {
    max-width: 200px;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding-left: 10%;
  }

  #home-service .text {
    font-size: 18px;
    margin-bottom: 4em;
  }
}

@media (max-width: 600px) {
  /* #home-service .section-ttl {
    font-size: 28px;
  } */

  /* #home-service .section-inner {
    padding-bottom: 5%;
  } */
}

/* @media (max-width: 480px) {
  .layer-bg-business_info {
    max-width: 330px;
  }

  #home-service .section-ttl {
    font-size: 25px;
  }

  #home-service .bl-contents-media {
    width: 90%;
    margin: 1em auto 2em;
  }

  #home-service .bl-contents-text {
    width: 90%;
  }
} */

/*----- HOME WORKS SECTION -----*/
#home-works {
  position: relative;
  z-index: 10;
  padding: 6.3rem 0;
}

/* #home-works::before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 450px;
  background: url(../img/top/free-bg02a.jpg) no-repeat;
  background-position: bottom center;
  -webkit-background-size: cover;
  background-size: cover;
  content: '';
} */

@media (min-width: 768px) {
  #home-works::before {
    background-attachment: fixed;
  }
}

@media (max-width: 767px) {
  #home-works::before {
    height: 250px;
  }
}

@media (max-width: 480px) {
  #home-works::before {
    height: 220px;
  }
}

#home-works .section-inner {
  background-color: #f2f2f2;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-width: 1400px;
}

#home-works .section-ttl {
  color: #000;
}

#home-works .works-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  margin-bottom: 50px;
}

#home-works .works-list .works-item {
  position: relative;
  margin: 0 1.5rem 0 0;
  width: calc(33% - 40px / 3);
  background-color: #fff;
}

#home-works .works-list .works-item .item-link {
  transition: 0.5s;
}

/* #home-works .works-list .works-item .item-link:hover {
  opacity: 0.7;
  transition: 0.5s;
} */

#home-works .works-list .works-item:last-child {
  margin-right: 0;
}

#home-works .works-item .article__title {
  color: #fff;
  opacity: 1;
  width: fit-content;
  font-size: 18px;
  padding: 10px 20px;
  position: absolute;
  z-index: 1;
}

#home-works .works-item:first-child .article__title {
  /* background-color: #00a73c; */
}

#home-works .works-item:nth-child(2) .article__title {
  /* background-color: #543c94; */
}

#home-works .works-item .article__title {
  background-color: #000;

  &.建築工事,&.RC・SRC住宅事業 {background-color: #ce452b;}
  &.建築設計,&.公共工事事業 {background-color: #00a73c;}
}

#home-works .works-item .item-thumb {
  aspect-ratio: 1.4 / 1;
  background-size: cover;
  margin: 0;
}

#home-works .item-thumb {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* MOREボタンのスタイル */
#home-works .more-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  text-align: center;
  width: 200px;
}

/* ホバー時に表示 */
#home-works .item-thumb-wrap:hover .more-label {
  opacity: 1;
  z-index: 10;
}

#home-works .item-thumb-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  aspect-ratio: 1.4 / 1;
}

#home-works .item-thumb-wrap:hover::before {
  background-color: #000;
  opacity: 0.6;
  z-index: 5;
}


#home-works .works-list .post__date {
  font-family: "source-han-serif-japanese", serif;
  padding: 1em;
  padding-bottom: 0;
  font-size: 14px;
}

#home-works .works-item .item-title-wrap {
  padding: 1em;
}

#home-works .works-item .item-title {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
  text-align: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.08em;
}

#home-works .works-item .txt_view_more {
  font-size: 18px;
  max-width: 164px;
  margin-right: 5%;
  margin-left: auto;
  color: #072a7e;
  padding: 0.5em;
  margin-bottom: 0.8em;
  font-weight: 500;
  border-bottom: solid 1px #072a7e;
}

#home-works .works-item .txt_view_more:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#home-works .works-item .txt_view_more:after {
  right: 11%;
  border-top: solid 1.3px #072a7e;
  border-right: solid 1.3px #072a7e;
  transition: 0.5s;
}

#home-works .works-item .txt_view_more:hover:after {
  right: 7%;
  transition: 0.5s;
}

#home-works .btn {
  background-color: unset;
  /* position: absolute; */
  bottom: 13%;
  right: 0;
  left: 0;
  margin: auto;
  /* padding-left: 3%; */
  max-width: 200px;
  background-color: #000;
}

#home-works .btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#home-works .btn .arrow {
  color: #fff;
}

@media (max-width: 1000px) and (min-width: 768px) {
  #home-works .works-list .works-item {
    margin: 0 1.5rem 0 0;
    width: calc(33% - 50px / 3);
  }

  #home-works .works-item .item-title {
    font-size: 18px;
  }

}

@media (max-width: 767px) {

  #home-works .section-inner {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .layer-bg-works {
    max-width: 290px;
  }

  #home-works .works-list {
    margin-bottom: 50px;
  }

  #home-works .works-list .works-item {
    margin: 0 0 20px 0;
    width: 100%;
  }

  #home-works .works-list .works-item:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }

  #home-works .btn {
    bottom: 3%;
    padding-left: 6%;
    right: 0;
    left: 0;
  }
}

/* @media (max-width: 480px) {
  .layer-bg-works {
    max-width: 200px;
  }

  #home-works .works-item .article__title,
  #home-works .works-list .post__date {
    font-size: 16px;
  }

  #home-works .works-item .item-title {
    font-size: 18px;
  }

  #home-works .works-item .txt_view_more {
    font-size: 16px;
    max-width: 150px;
    margin-right: 2%;
  }

  #home-works .btn {
    padding-left: 10%;
  }

} */

/*----- HOME group_enterprise SECTION -----*/
#home-group_enterprise {
  position: relative;
  z-index: 10;
}

#home-group_enterprise::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 85%;
  background-image: url(../img/top/bg_home-group_enterprise.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

#home-group_enterprise .home-content {
  position: relative;
}

#home-group_enterprise .home-content::before {
  position: absolute;
  top: 7em;
  left: -10em;
  z-index: -1;
  width: 35%;
  height: 100%;
  background-image: url(../img/top/bg_home-group_enterprise_map.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

#home-group_enterprise .sub_ttl {
  font-size: 25px;
  margin-bottom: 2em;
  font-weight: bold;
}

#home-group_enterprise .bl-contents__group_enterprise {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

#home-group_enterprise .bl-contents-item {
  display: flex;
  flex-wrap: wrap;
}

#home-group_enterprise .bl-contents-item .txt_area {
  background-color: #fff;
  padding: 20px;
}

#home-group_enterprise .bl-contents-item li {
  width: 47%;
  margin-bottom: 2.5em;
  background-color: #fff;
}

#home-group_enterprise .bl-contents-item .left_item {
  box-shadow: 3px 3px 11px rgba(51, 51, 51, 0.7);
  margin-right: 1.1em;
}

#home-group_enterprise .bl-contents-item .right_item {
  box-shadow: 3px 3px 11px rgba(51, 51, 51, 0.7);
  margin-left: 1.1em;
}

#home-group_enterprise .bl-contents-item .txt_area .ttl {
  font-size: 25px;
  color: #072a7e;
  font-weight: bold;
  margin-bottom: 0.9em;
}

#home-group_enterprise .bl-contents-item .txt_area .txt {
  font-size: 18px;
  margin-bottom: 0.9em;
  line-height: 1.6;
}

#home-group_enterprise .bl-contents-item .txt_area .txt_view_more {
  font-size: 18px;
  max-width: 164px;
  width: 50%;
  margin-right: 5%;
  margin-left: auto;
  color: #072a7e;
  padding: 0.5em;
  font-weight: 500;
  border-bottom: solid 1px #072a7e;
}

#home-group_enterprise .bl-contents-item .txt_area .txt_view_more:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#home-group_enterprise .btn {
  background-color: unset;
  position: absolute;
  /* top: 0; */
  bottom: -4%;
  right: 0;
  left: 0;
  margin: auto;
  padding-left: 6%;
  max-width: 240px;
}

#home-group_enterprise .btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  #home-group_enterprise::before {
    width: 85vw;
  }

  #home-group_enterprise .home-content::before {
    left: -6em;
    width: 40%;
  }

  #home-group_enterprise .bl-contents-item .txt_area .ttl {
    font-size: 20px;
  }

  #home-group_enterprise .sub_ttl {
    font-size: 22px;
    margin-bottom: 1em;
  }
}

@media (max-width: 895px) {
  #home-group_enterprise .home-content {
    width: 95%;
  }
}

@media (max-width: 830px) {
  #home-group_enterprise .home-content {
    width: 90%;
  }

  #home-group_enterprise .bl-contents-item {
    flex-direction: column;
    align-content: center;
  }

  #home-group_enterprise .layer-txt {
    padding: 6px 0 0;
  }

  #home-group_enterprise .sub_ttl {
    font-size: 22px;
    line-height: 1.4;
  }

  #home-group_enterprise .bl-contents-item li {
    width: 90%;
    margin-bottom: 2.5em;
  }

  #home-group_enterprise .bl-contents-item .left_item {
    margin-right: 0;
  }

  #home-group_enterprise .bl-contents-item .right_item {
    margin-left: 0;
  }

}

@media (max-width: 767px) {
  #home-group_enterprise .section-inner {
    padding-bottom: 10%;
  }

  #home-group_enterprise::before {
    width: 100vw;
    background-image: url(../img/top/bg_home-group_enterprise_sp.jpg);
  }

  .layer-bg-group_enterprise {
    background: url(../img/top/bg_txt_group_enterprise_sp.png) no-repeat 0 0;
    background-size: 100%;
    max-width: 350px;
  }

  #home-group_enterprise .layer-txt {
    padding: 5rem 0 0;
  }

  #home-group_enterprise .home-content::before {
    width: 0;
  }

  #home-group_enterprise .bl-contents-item .txt_area .ttl {
    font-size: 19px;
  }

  #home-group_enterprise .sub_ttl {
    font-size: 20px;
  }

  #home-group_enterprise .btn {
    max-width: 222px;
    bottom: -2.5%;
  }
}

@media (max-width: 480px) {
  #home-group_enterprise .home-content {
    width: 100%;
    padding: 0 0 5%;
  }

  .layer-bg-group_enterprise {
    max-width: 300px;
  }

  #home-group_enterprise .bl-contents-item .txt_area .ttl {
    font-size: 18px;
  }

  #home-group_enterprise .bl-contents-item .txt_area .txt {
    font-size: 16px;
  }

  #home-group_enterprise .bl-contents-item .txt_area .txt_view_more {
    font-size: 16px;
    max-width: 150px;
    margin-right: 0;
    width: 60%;
  }

  #home-group_enterprise .layer-txt {
    padding: 4.3rem 0 0;
  }

  #home-group_enterprise .btn {
    max-width: 205px;
  }
}


/*----- HOME recruit SECTION -----*/
#home-recruit .section-inner {
  padding: 50px 0;
}

#home-recruit .section-ttl {
  color: #fff;
}

#home-recruit .section-ttl .en .black {
  color: #000;
}
#home-recruit .section-ttl .en .blue {
  color: #00B1FF;
}

#home-recruit {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.bg-home-recruit {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bg-home-recruit-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ✅ 縦を見切らずに表示するポイント */
  object-position: center;
  z-index: 1;
  pointer-events: none;
  /* 背景画像がクリックを邪魔しないように */
}

#home-recruit .bl-contents__recruit {}

#home-recruit .bl-contents-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

#home-recruit .bl-contents-item.bl-contents-media {
  width: 50%;
}

#home-recruit .bl-contents-item.bl-contents-text {
  width: 100%;
  margin-top: auto;
  margin-bottom: 50px;
}

#home-recruit .bl-contents-item.bl-contents-text .section-ttl2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.4em;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

#home-recruit .btn {
  background-color: unset;
  /* position: absolute; */
  top: auto;
  bottom: -3em;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 200px;
  /* padding-left: 10%; */
  background-color: #000;

  &.is_blue {background-color: #00B1FF;}
}

#home-recruit .btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

@media (max-width: 1900px) {
  #home-recruit {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    transform: none;
  }

  .bg-home-recruit {
    position: static;
  }

  .bg-home-recruit-img {
    display: none;
  }

  #home-recruit::before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-image: url(../img/top/top_recruit_bnr.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
  }
}

@media (max-width: 1240px) {
  #home-recruit .bl-contents-item.bl-contents-text .section-ttl2 {
    font-size: 24px;
  }
}

@media (max-width: 1036px) {
  #home-recruit .bl-contents-item.bl-contents-text .section-ttl2 {
    font-size: 20px;
  }

}

@media (max-width: 955px) {
  /* #home-recruit .bl-contents__recruit {
    flex-direction: column;
    margin-top: 2em;
  } */

  #home-recruit .bl-contents-item.bl-contents-media {
    width: 90%;
    margin: 0 auto;
  }

  /* #home-recruit .bl-contents-item.bl-contents-text {
    width: 90%;
    margin: 2em auto 2em;
  } */

  #home-recruit .bl-contents-item.bl-contents-text .section-ttl2 .br-sp {
    display: inline-block;
  }

  /* #home-recruit::before {
    width: 100vw;
    height: 100%;
    background-image: url(../img/top/top_recruit_bnr_sp.png);
    background-size: contain;
  } */
}

@media (max-width: 767px) {
  #home-recruit .section-inner {
    padding: 50px 0;
  }

  .layer-bg-recruit {
    max-width: 360px;
  }

  #home-recruit .bl-contents-item.bl-contents-media {
    width: 100%;
  }

  #home-recruit .bl-contents-item.bl-contents-text {
    width: 100%;
  }

  /* #home-recruit .bl-contents-item.bl-contents-text .section-ttl2 {
    font-size: 25px;
  } */
}

@media (max-width: 480px) {

  .layer-bg-recruit {
    max-width: 255px;
  }

}

/*----- HOME access SECTION -----*/

#home-access {}

#home-access .home-access-wrap {
  display: flex;
}

#home-access .home-access-wrap .home-access-left,
#home-access .home-access-wrap .home-access-right {
  width: 50%;
}

#home-access .home-access-wrap .home-access-left {
  margin-right: 50px;
}

#home-access .home-access-right .text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.25em;
  font-family: "source-han-serif-japanese", serif;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
}

#home-access .home-access-right .text .top-access-map-text-img {
  width: 17px;
  margin-right: 10px;
}

#home-access .map_area {
  margin-bottom: 1.3em;
  height: 79%;
  width: 100%;
}

#home-access .map_area iframe {
  height: 100%;
  width: 100%;
}

#home-access .btn {
  margin-right: 0;
  margin-left: auto;
}

/* #home-access .btn_box {
  position: relative;
  font-size: 18px;
  width: 90%;
  font-family: "source-han-serif-japanese", serif;
  transition: 0.5s;
}

#home-access .btn_box:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#home-access .btn_box .arrow {
  padding-right: 0;
} */

#home-access .home-access-left h2 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 1em;
}

#home-access .home-access-left .home-access-left-list .address-block {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}

#home-access .home-access-left .home-access-left-list .address-block:first-child {
  border-top: 1px solid #cccccc;
}

#home-access .home-access-left .home-access-left-list .address-block .address-title {
  font-size: 18px;
  color: #ce452b;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

#home-access .home-access-left .home-access-left-list .address-block .address-text {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .layer-bg-access {
    max-width: 300px;
  }

  #home-access .map_area {
    margin-bottom: 3em;
    height: 300px;
  }

  #home-access .btn_box {
    padding: 1em 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .layer-bg-access {
    max-width: 200px;
  }

  #home-access .text {
    font-size: 18px;
  }
}

/*----- HOME contact SECTION -----*/
#home-contact {
  background-color: #f2f2f2;
}

#home-contact .section-ttl {
  color: #000;
}

#home-contact .text {
  color: #000;
  font-size: 21px;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}

#home-contact .contact_info_box {
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

#home-contact .contact_info_box p {
  font-size: 18px;
  margin-right: 2em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
}

#home-contact .contact_info_box span {
  font-size: 16px;
  font-weight: normal;
}

#home-contact .contact_info_box .contact_tel_number {
  color: #fff;
  margin-right: 0;
  font-size: 33px;
  margin-left: 0;
  font-family: "source-han-serif-japanese", serif;
}

#home-contact .home-contact-wrap {
  display: flex;
  gap: 20px;
}

#home-contact .home-contact-wrap a {
  width: 50%;
}

#home-contact .home-contact-wrap p {
  color: #fff;
}

#home-contact .home-contact-wrap .btn_box_r {
  font-size: 30px;
}

#home-contact .home-contact-wrap .btn_box_b {
  font-size: 33px;
  text-align: center;
}

#home-contact .btn_box_r .arrow::after {
  height: 19px;
  width: 20px;
}

#home-contact .home-contact-wrap .tel-text {
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 10px;
}

#home-contact .home-contact-wrap .tel-text-20 {
  font-size: 20px;
  letter-spacing: 0.08em;
}

#home-contact .home-contact-wrap .tel-text-16 {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: normal;
}

#home-contact .home-contact-wrap .tel-text-br {
  display: none;
}

/* #home-contact .btn_box_w {
  font-size: 30px;
}

#home-contact .btn_box_w:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#home-contact .btn_box_w .arrow {
  padding-right: 0;
} */
@media (max-width: 1300px) {
  #home-contact .home-contact-wrap .tel-text-br {
    display: block;
  }

  #home-contact .home-contact-wrap .btn_box_b {
    font-size: 25px;
  }

  #home-contact .home-contact-wrap .tel-text {
    font-size: 16px;
  }

  #home-contact .home-contact-wrap .tel-text-20 {
    font-size: 16px;
  }

  #home-contact .home-contact-wrap .tel-text-16 {
    font-size: 15px;
  }

  #home-contact .home-contact-wrap .btn_box_r {
    font-size: 25px;
  }
}

@media (max-width: 920px) {
  .arrow_s::after {
    left: 14rem;
  }

  .arrow_s:hover::after {
    left: 15rem;
  }

  .arrow_sw::after {
    left: 14rem;
  }

  .arrow_sw:hover::after {
    left: 15rem;
  }
}

@media (max-width: 767px) {

  .layer-bg-contact {
    max-width: 370px;
  }

  #home-contact .contact_info_box {
    flex-direction: column;
  }

  .arrow_s::after {
    left: 12rem;
  }

  .arrow_s:hover::after {
    left: 13rem;
  }

  .arrow_sw::after {
    left: 14rem;
  }

  .arrow_sw:hover::after {
    left: 15rem;
  }

  #home-contact .btn_box_r {
    width: 100%;
  }

  #home-contact .contact_info_box p {
    margin-right: 0;
    line-height: 1.7em;
  }

  #home-contact .contact_info_box .contact_tel_number {
    font-size: 30px;
    border-bottom: solid;
    max-width: 280px;
    margin: auto;
    line-height: 1em;
  }

  #home-contact .contact_info_box span {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .layer-bg-contact {
    max-width: 260px;
  }


  .arrow_s::after {
    left: 10rem;
    width: 50%;
    max-width: 90px;
  }

  .arrow_s:hover::after {
    left: 11rem;
  }

  .arrow_sw::after {
    left: 12rem;
    width: 50%;
    max-width: 90px;
  }

  .arrow_sw:hover::after {
    left: 13rem;
  }
}

@media (max-width: 360px) {

  .arrow_s::after {
    left: 9rem;
    max-width: 80px;
  }

  .arrow_sw::after {
    left: 11.5rem;
    max-width: 80px;
  }
}

/*----------------------------------------------------
  XXXX PAGE
----------------------------------------------------*/
#main-visual__xxx.main-visual {
  background-image: url(../img/xxx/img_head.png);
}


/*----------------------------------------------------
  NEWS PAGE
----------------------------------------------------*/

#main-visual__news {
  display: none;
}

#postlist .section-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0;
  border-bottom: 1px solid #cccccc;
}

#postlist .tab-menu_box .sidebar {
  width: 264px;
}

#postlist .tab-menu_box .sidebar h3 {
  font-size: 16px;
  letter-spacing: 0.08em;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
}

#postlist .tab-menu_box .sidebar .category-list {
  margin-top: 20px;
}

#postlist .tab-menu_box .sidebar .category-list li {
  margin-bottom: 20px;
}

#postlist .tab-menu_box .sidebar .category-list li:last-child {
  margin-bottom: 0;
}

#postlist .tab-menu_box .sidebar .category-list .current-category {
  color: #ce452b;
}

#postlist .tab-menu_box .sidebar .category-list li a {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #231815;
  padding-left: 20px;
}

#postlist .tab-menu_box .sidebar .category-list li a::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  transition: .5s all;
  background-color: #ce452b;
  margin-left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#postlist .tab-menu_box .sidebar .archive {
  margin-top: 40px;
}

#postlist .tab-menu_box .sidebar .select-wrapper {
  position: relative;
}

#postlist .tab-menu_box .sidebar .select-wrapper::after {
  content: "";
  background-image: url(../img/image/bottom-yaji.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  background-size: contain;
  pointer-events: none;
}

#postlist .tab-menu_box .sidebar .select-wrapper select {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
  border: 1px solid #231815;
  background-color: #fff;
  color: #403333;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border-radius: 0;
}

#postlist .tab-menu_box .sidebar .select-wrapper select option {
  padding: 10px;
  background-color: #fff;
  color: #333;
}


#postlist .section-ttl {
  font-size: 85px;
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}

#postlist .section-subttl {
  font-size: 28px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: bold;
}

#postlist .post-list-box {
  width: 100%;
}

#postlist .post-list {
  width: 100%;
  margin: 0 auto;
}

#postlist .post {
  border-bottom: solid 1px #909090;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
}

#postlist .post:last-child {
  margin-bottom: 0;
}

#postlist .post__date {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999;
  font-weight: bold;
  margin-right: 0;
}

#postlist .post__cat {
  background-color: #999;
  color: #fff;
  margin: 0 20px;
  padding: 5px 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
}

#postlist .post__title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  overflow: hidden;
}

#postlist .post__link:hover {
  padding-right: 0;
}

#postlist .post__title .post__title-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#postlist .tab {
  padding: 10px 10px;
  width: auto;
  border: unset;
  font-size: 18px;
}

#postlist .tab-group .linkbox {
  position: relative;
  transition: 0.5s;
}

#postlist .tab-group .linkbox:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#postlist .tab-group .linkbox span {
  color: #000;
}

#postlist .tab-group .linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#postlist .post__link.arrow::after {
  display: none;
}

#postlist .post__link {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  #postlist .section-ttl {
    font-size: 75px;
  }

  #postlist .section-subttl {
    font-size: 28px;
  }
}

@media (max-width: 767px) {

  #postlist .section-inner {
    padding: 100px 0 70px;
  }

  #postlist .post__title {
    margin-top: 10px;
  }

  #postlist .section-ttl {
    font-size: 60px;
  }

  #postlist .section-subttl {
    font-size: 20px;
  }


  #postlist .post__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {

  #postlist .section-inner {
    padding: 70px 0 50px;
  }

  #postlist .section-ttl {
    font-size: 45px;
  }

  #postlist .section-subttl {
    font-size: 16px;
  }
}

/*----- ARTICLE -----*/
.article {}

.article .article-head {
  margin-bottom: 50px;
  position: relative;
}

.article .article__date {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 1em;
  margin-right: 2em;
}

.article .article__cat {
  display: inline-block;
  font-size: 20px;
}

.article .article__cat>* {
  display: inline-block;
  background-color: #999999;
  color: #FFF;
  margin-right: 1em;
  padding: 5px 10px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
}

.article .article__cat .cat-recruit {
  background-color: #999;
}

.article .article__cat .cat-important_info {
  background-color: #999;
}

.article .article__title {
  display: inline-block;
  font-size: 25px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .article .article-head {
    margin-bottom: 5%;
  }

  .article .article__date,
  .article .article__cat {
    font-size: 18px;
  }

  .article .article__title {
    display: block;
    font-size: 18px;
  }
}

@media (max-width: 480px) {

  .article .article__date,
  .article .article__cat {
    font-size: 14px;
  }
}


/* img */
.article .aligncenter {
  display: block;
  margin: 0 auto;
}

.article .alignright {
  float: right;
}

.article .alignleft {
  float: left;
}

/* title */
.article h1 {
  font-size: 2em
}

.article h2 {
  font-size: 1.5em
}

.article h3 {
  font-size: 1.17em
}

.article h4 {
  font-size: 1em
}

.article h5 {
  font-size: 0.83em
}

.article h6 {
  font-size: 0.67em
}



/*PAGING*/
.paging {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.paging .paging__prev,
.paging .paging__next {
  height: 45px;
  width: 40px;
}

.paging .paging__prev a,
.paging .paging__next a {
  display: flex;
  height: 100%;
  align-items: center;
}

/* .paging .paging__prev:not(.non),
.paging .paging__next:not(.non) {
  background-color: #000;
}

.paging .paging__prev:not(.non) a,
.paging .paging__next:not(.non) a {
  background: url(../img/common/arrow_sb.png) center no-repeat;
  background-size: 30% auto;
}

.paging .paging__prev:not(.non) a {
  transform: rotate(180deg);
} */

.paging .paging__list {
  color: #FFF;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.paging .paging__list.btn {
  border: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-left: 0;
  background-color: #000;
}

.paging .paging__list:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.paging .paging__list>a {
  align-items: center;
  display: flex;
  margin: 0 auto;
  color: #fff;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
  .paging {
    justify-content: space-between;
  }

  .paging .paging__list {
    font-size: 16px;
  }

  .paging .paging__prev,
  .paging .paging__next {
    height: 45px;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .paging .paging__prev {left: 0;} /* .paging .paging__prev, */
  .paging .paging__next {right: 0;} /* .paging .paging__next, */

  .paging .paging__list.btn {
    padding-left: 0;
    padding-right: 0;
    height: 48px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .paging .paging__list {
    font-size: 16px;
  }

  .paging .paging__prev,
  .paging .paging__next {
    height: 40px;
    width: 35px;

    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .paging .paging__prev {left: 0;} /* .paging .paging__prev, */
  .paging .paging__next {right: 0;} /* .paging .paging__next, */

  .paging .paging__list.btn {
    padding-left: 0;
    padding-right: 0;
    height: 48px;
  }
}


/*----------------------------------------------------
  会社案内 aboutus PAGE
----------------------------------------------------*/
/*　サイドバー -------------------------*/
.aboutus-menu .b_menu {
  background-color: #231815;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  text-align: center;
  transition: 0.5s;
}

.aboutus-menu .b_menu:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.fix-menu-box .menu-items {
  margin-top: 20px;
}

.aboutus-menu .b_menu.active {
  color: #072a7e;
}


.fix-menu-box {
  position: absolute;
  width: 200px;
  left: 8%;
  /*top: 900px;*/
  z-index: 3;
  padding: 0;
  -webkit-transition: .4s;
  transition: .4s;
  margin-top: 136px;
}

.fix-menu-box.fixed {
  position: fixed;
  top: 10px;
}

.fix-menu-box .menu-items .menu {
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
  transition: 0.5s;
}

.fix-menu-box .menu-items .menu:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.fix-menu-box .menu-items .menu>a {
  color: #231815;
  position: relative;
  padding-left: 20px;
}

.fix-menu-box .menu-items .menu>a::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  transition: .5s all;
  background-color: rgba(0, 0, 0, 0.8);
  margin-left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fix-menu-box .menu-items .menu.current a {
  color: #ce452b;
}

.fix-menu-box .menu-items .menu.current a::after {
  width: 10px;
}

.fix-menu-box.aboutus-menu .menu-items .menu>a::after {
  background-color: #ce452b;
}

@media (max-width: 2000px) {
  .fix-menu-box {
    left: 7%;
  }
}


@media (max-width: 1600px) {
  .fix-menu-box {
    left: 6%;
    width: 180px;
  }

  .aboutus-menu .b_menu {
    font-size: 20px;
  }

  .fix-menu-box .menu-items .menu {
    font-size: 15px;
  }

  .fix-menu-box .menu-items .menu.menu-about_ios.current a::after {
    width: 1em;
    left: 92%;
  }
}

@media (max-width: 1400px) {
  .fix-menu-box {
    width: 165px;
    left: 5%;
  }
}


@media (max-width: 1024px) {
  .fix-menu-box {
    display: none;
  }
}


/*MAIN BLOCK -------------------------*/

#main-visual__company,
#main-visual__service,
#main-visual__privacy-policy {
  display: none;
}

#main-visual__aboutus .main-visual-inner {}

#sub_main_visual .top_item {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 10;
  padding-top: 80px;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  color: #fff;
  width: 1200px;
}

#aboutus .section-inner {
  max-width: 1200px;
  padding-bottom: 100px;
}

@media (max-width: 2000px) {
  #aboutus .section-inner {
    padding-left: 150px;
  }
}

@media (max-width: 1600px) {
  #aboutus .section-inner {
    padding-left: 200px;
  }
}

@media (max-width: 1024px) {
  #aboutus .section-inner {
    padding-left: 0;
  }
}

.top_item .section-ttl {
  font-size: 60px;
  letter-spacing: 0.08em;
  /* display: flex; */
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}


.top_item .section-subttl {
  font-size: 20px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
}

#sub_main_visual {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
}

#sub_main_visual img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 68%;
}

.service #sub_main_visual img {
  object-position: 0 60%;
}

#sub_main_visual .sub-mv-wrap {
  position: relative;
}

#sub_main_visual .sub-mv-wrap::before {
  position: absolute;
  content: "";
  background-color: rgba(35, 24, 21, 0.6);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 300px;
}

#aboutus #philosophy {}

#aboutus #philosophy .wrap_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
  gap: 60px;
}

#aboutus #philosophy .txt_area {
  width: calc(100% - 460px);
}

#aboutus #philosophy .img-area {
  width: 400px;
  position: relative;
}

#aboutus #philosophy .img-area .philosophy-deco02 {
  position: absolute;
  width: 91px;
  height: 101px;
  top: 0;
  right: 0;
}

#aboutus #philosophy .sub_section-ttl {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

#aboutus #philosophy .txt {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.05em;
}

#aboutus #philosophy .philosophy_list {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  width: 100%;
}

/* #aboutus #philosophy .philosophy_list::before {
  content: '';
  position: absolute;
  bottom: 0;
  top: -1px;
  right: 0;
  left: 100%;
  transform: translate(-50%, 0) rotate(180deg);
  border-right: 40px solid transparent;
  border-bottom: 40px solid #fff;
  border-left: 40px solid transparent;
}

#aboutus #philosophy .philosophy_list::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: translate(-50%, 0) rotate(0deg);
  border-right: 40px solid transparent;
  border-bottom: 40px solid #fff;
  border-left: 40px solid transparent;
} */

/* #aboutus #philosophy hr {
  transform: rotate(-70deg);
  width: 22rem;
  border: 0;
  border-top: 1.5px solid #fff;
  margin: 0;
  padding: 0;
} */

/* #aboutus #philosophy .item hr {
  transform: rotate(-70deg);
  width: 40px;
  border: 0;
  border-top: 1.5px solid #fff;
  margin: 0;
  margin-left: 3.5em;
  margin-bottom: 13px;
  padding: 0;
  display: inline-block;
} */

#aboutus #philosophy .item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  background-color: #231815;
  padding: 40px;
}

#aboutus #philosophy .item:last-child {
  margin-right: 0;
}

#aboutus #philosophy .num {
  font-size: 40px;
  font-family: 'Noto Serif JP', serif;
  color: #ce452b;
  font-weight: bold;
}

#aboutus #philosophy .num span {
  font-size: 20px;
  padding-left: 20px;
  font-style: normal;
  color: #fff;
}

#aboutus #philosophy .philosophy_list .txt {
  margin-top: 15px;
  padding-top: 10px;
  border-top: solid 1px #fff;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {

  /* #aboutus .section-ttl {
    font-size: 64px;
  }

  #aboutus .section-subttl {
    font-size: 20px;
  } */

  /* #aboutus .section-inner {
    padding-top: 10%;
    padding-bottom: 2em;
  } */

  #aboutus #philosophy .wrap_box {
    flex-direction: column;
    margin-top: 0;
  }

  #aboutus #philosophy .txt_area {
    width: 100%;
    margin-top: 3em;
  }

  #aboutus #philosophy .philosophy_list {
    flex-direction: column;
    margin-top: 3em;
  }

  #aboutus #philosophy .item {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

@media (max-width: 480px) {

  #aboutus .section-ttl {
    font-size: 45px;
  }

  #aboutus .section-subttl {
    font-size: 16px;
  }

  #aboutus #philosophy .txt_area {
    margin-top: 1.5em;
  }

  #aboutus #philosophy .sub_section-ttl {
    font-size: 20px;
  }

}

/*-- greeting --*/
#greeting {
  background-color: #f2f2f2;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#greeting .wrap_box {
  display: flex;
}

#greeting .img-area {
  width: 300px;
  height: 319px;
}

#greeting .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#greeting .greeting_txt {
  width: calc(100% - 340px);
  margin-left: 40px;
}

#greeting .greeting_txt .ttl {
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

#greeting .greeting_txt .txt {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

#greeting .greeting_txt .name {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

#greeting .greeting_txt .name span {
  font-size: 18px;
  letter-spacing: 0.08em;
}

@media (max-width: 1090px) {
  #greeting .greeting_txt .ttl {
    font-size: 23px;
  }
}

@media (max-width: 870px) {
  #greeting .greeting_txt .ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }

  #greeting .greeting_txt .name {
    line-height: 1.4;
  }
}

@media (max-width: 767px) {

  #greeting .wrap_box {
    flex-direction: column;
  }

  #greeting .img-area {
    width: 100%;
    max-width: 750px;
  }

  #greeting .greeting_txt {
    width: 100%;
    margin-top: 2em;
  }
}

@media (max-width: 480px) {
  #greeting .greeting_txt .ttl {
    font-size: 20px;
  }
}

/*-- 会社概要 #outline --*/

#outline .section-inner {
  padding-bottom: 0;
  position: relative;
}

#outline .section-inner .philosophy-deco01 {
  position: absolute;
  width: 197px;
  height: 153px;
  top: 50px;
  right: 0;
}

#outline .outline_tbl {
  margin-top: 3rem;
}

#outline .outline_tbl.tbl tr:first-child th,
#outline .outline_tbl.tbl tr:first-child td {
  border-top: solid 1px #8a8a8a;
}

#outline .outline_tbl.tbl th,
#outline .outline_tbl.tbl td {
  border-bottom: solid 1px #8a8a8a;
  font-size: 18px;
  padding: 15px 40px;
  letter-spacing: 0.05em;
}



#outline .outline_tbl.tbl th {
  width: 11em;
  background-color: #f2f2f2;
  vertical-align: middle;
  font-weight: bold;
}

#outline .outline_tbl.tbl .outline-line-h td {
  line-height: 2;
}

/* #outline .outline_tbl.tbl td {
  padding-left: 7em;
} */

#outline .outline_tbl.tbl th span,
#outline .outline_tbl.tbl td span {
  text-align: center;
}

@media (max-width: 767px) {
  #outline .outline_tbl.tbl th {
    width: 9em;
    padding-left: 2em;
  }

  #outline .outline_tbl.tbl td {
    padding-left: 5em;
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  #outline .outline_tbl.tbl th {
    width: 6.5em;
    padding-left: 1em;
  }

  #outline .outline_tbl.tbl td {
    padding-left: 2em;
    padding-right: 0;
  }
}

@media (max-width: 410px) {
  #outline .outline_tbl.tbl td {
    padding-left: 1em;
    padding-right: 0;
  }
}

/*- IOSへの取り組み #about_ios -*/
#about_ios {
  background-image: url(../img/aboutus/about_ios_bg.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

#about_ios .section-inner {
  padding-bottom: 4em;
  padding-top: 3em;
}

#about_ios .wrap_box {
  display: flex;
  margin-top: 3em;
  justify-content: space-between;
  align-items: center;
}

#about_ios .img-area {
  width: 45%;
}

#about_ios .txt_area {
  width: 48%;
  line-height: 1.4;
  background-color: #fff;
  border: solid 1px #072a7e;
  padding: 2.5%;
}

#about_ios .wrap_box .txt {
  font-size: 24px;
  margin-bottom: 0.5em;
  padding-left: 1em;
}

#about_ios .wrap_box .txt li {
  margin-top: 1em;
  list-style: disc;
}

#about_ios .wrap_box .txt li span {
  vertical-align: -0.2em;
}

#about_ios .wrap_box .txt li::marker {
  font-size: 11px;
}

#about_ios .wrap_box .sub_wrap {
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  padding-left: 1em;
}

#about_ios .wrap_box .sub_wrap .subsub_wrap {
  text-align: right;
}

#about_ios .txt_area .ttl {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 5px 0;
  background-color: #072a7e;
  color: #fff;
  text-align: center;
}

#about_ios .img-area .ttl {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 7px 0;
  background-color: #072a7e;
  color: #fff;
  text-align: center;
}

#about_ios .wrap_box .sub_wrap img {
  width: 35%;
}

#about_ios .txt_info {
  font-size: 24px;
}

#about_ios .txt_name {
  padding-top: 10px;
  font-size: 24px;
}

@media (max-width: 2000px) {
  #about_ios .txt_area .ttl {
    font-size: 1.63vw;
  }

  #about_ios .wrap_box .txt {
    font-size: 1.215vw;
  }

  #about_ios .txt_info,
  #about_ios .txt_name {
    font-size: 1.21vw;
  }
}

@media (max-width: 1600px) {
  #about_ios .wrap_box .sub_wrap {
    padding-left: 1em;
  }
}

@media (max-width: 1460px) {
  #about_ios .txt_area .ttl {
    font-size: 1.75vw;
  }

  #about_ios .wrap_box .txt {
    font-size: 1.35vw;
  }

  #about_ios .txt_info,
  #about_ios .txt_name {
    font-size: 1.4vw;
  }

}

@media (max-width: 1250px) {
  #about_ios .txt_area {
    width: 50%;
  }

  #about_ios .txt_area .ttl {
    font-size: 1.9vw;
  }

  #about_ios .wrap_box .txt {
    font-size: 1.48vw;
  }

  #about_ios .txt_info,
  #about_ios .txt_name {
    font-size: 1.6vw;
  }

  #about_ios .img-area .ttl {
    padding: 7px 10px;
  }
}

@media (max-width: 1024px) {
  #about_ios .txt_area .ttl {
    font-size: 2.9vw;
  }

  #about_ios .wrap_box .txt {
    font-size: 1.9vw;
  }

  #about_ios .txt_info,
  #about_ios .txt_name {
    font-size: 2.2vw;
  }

  #about_ios .img-area .ttl {
    padding: 7px 10px;
  }
}

@media (max-width: 767px) {
  #about_ios .wrap_box {
    flex-direction: column;
  }

  #about_ios .img-area {
    width: 100%;
    margin-top: 2em;
    max-width: 645px;
  }

  #about_ios .txt_area {
    width: 100%;
    margin-bottom: 1em;
  }

  #about_ios .txt_area .ttl {
    font-size: 24px;
  }

  #about_ios .wrap_box .txt {
    font-size: 19px;
  }

  #about_ios .txt_info,
  #about_ios .txt_name {
    font-size: 20px;
  }

  #about_ios .img-area .ttl {
    padding: 5px 0;
    margin-bottom: 2em;
  }

  #about_ios {
    background-image: url(../img/aboutus/about_ios_bg_sp.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #about_ios .wrap_box .sub_wrap img {
    width: 35%;
    max-width: 200px;
  }
}

@media (max-width: 560px) {

  #about_ios .txt_area .ttl {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  #about_ios .wrap_box {
    margin-top: 0.5em;
  }

  #about_ios .txt_area {
    margin-top: 2em;
  }

  #about_ios .wrap_box .sub_wrap img {
    width: 40%;
  }

  #about_ios .txt_area .ttl {
    font-size: 20px;
  }

  #about_ios .wrap_box .txt {
    font-size: 17.5px;
  }

  #about_ios .txt_info,
  #about_ios .txt_name {
    font-size: 17.5px;
  }
}

/* グループ企業 #group_company */
#group_company {}

#group_company .set_bg_1and2 {
  background-image: url(../img/aboutus/set_bg_1and2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#group_company .set_bg_3and4 {
  background-image: url(../img/aboutus/set_bg_3and4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#group_company .section-inner {
  padding-bottom: 0;
}

#group_company .set_bg_1and2 .section-inner,
#group_company .set_bg_3and4 .section-inner {
  padding-top: 0;
  padding-bottom: 0;
}

#group_company .company_name {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}

#group_company .company_box {
  margin-top: 3em;
  margin-bottom: 3em;
}

#group_company .company_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#group_company .img-area {
  width: 45%;
}

#group_company .txt_area {
  width: 50%;
  line-height: 1.3;
}

#group_company .txt_area .ttl {
  font-size: 25px;
  font-weight: bold;
}

#group_company .txt_area .txt {
  font-size: 16px;
  line-height: 1.7;
  margin: 1.5em 0;
}

#group_company .txt_area .ceo_name {
  font-size: 25px;
}

#group_company .txt_area .ceo_name span {
  font-size: 20px;
}

#group_company .btn {
  margin-right: 0;
  max-width: unset;
  font-size: 18px;
  background-color: unset;
  transition: 0.5s;
}

#group_company .btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#group_company .arrow {
  padding-right: 4rem;
}

#group_company .arrow::after {
  right: 1%;
  left: auto;
  width: 50px;
  transition: 0.5s;
}

#group_company .arrow:hover::after {
  right: -2%;
  transition: 0.5s;
}

@media (max-width: 1230px) {
  #group_company .txt_area .ttl {
    font-size: 20px;
  }
}

@media (max-width: 767px) {

  #group_company .set_bg_1and2 {
    background-image: url(../img/aboutus/set_bg_1and2_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #group_company .set_bg_3and4 {
    background-image: url(../img/aboutus/set_bg_3and4_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  #group_company .company_name {
    font-size: 25px;
  }

  #group_company .company_wrap {
    flex-direction: column;
  }

  #group_company .img-area {
    width: 100%;
  }

  #group_company .txt_area {
    width: 100%;
  }

  #group_company .txt_area .ttl {
    font-size: 22px;
    margin-top: 1em;
  }

  #group_company .txt_area .txt {
    margin: 1em 0;
  }

  #group_company .txt_area .ceo_name {
    font-size: 23px;
  }

  #group_company .txt_area .ceo_name span {
    font-size: 20px;
  }

  /* #aboutus #philosophy .philosophy_list::before {
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
  }

  #aboutus #philosophy .philosophy_list::after {
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
  } */
}

@media (max-width: 480px) {

  #group_company .company_name {
    font-size: 20px;
  }

  #group_company .txt_area .ttl {
    font-size: 18px;
  }

  #group_company .txt_area .ceo_name {
    font-size: 20px;
  }

  #group_company .txt_area .ceo_name span {
    font-size: 18px;
  }
}

@media (max-width: 361px) {
  #group_company .btn {
    font-size: 16px;
  }
}

/* アクセス #access  */

/* #access .map_area {
  margin-top: 3em;
  margin-bottom: 2em;
  aspect-ratio: 10/4;
} */

#access .access_info {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#access .btn_box {
  padding: 1em 0;
  max-width: 450px;
  margin-left: 0;
  font-size: 21px;
  transition: 0.5s;
}

#access .btn_box:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#access .arrow_s::after {
  height: 20px;
  left: 12em;
  max-width: 40px;
  transition: 0.5s;
}

#access .arrow_s:hover::after {
  left: 12.5em;
  transition: 0.5s;
}

@media (max-width: 767px) {
  /* #access .map_area {
    aspect-ratio: 9/10;
  } */

  #access .access_info {
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.4;
  }

  #access .access_info p {
    margin-bottom: 1em;
  }
}

@media (max-width: 480px) {
  #access .access_info {
    font-size: 18px;
  }

  #access .btn_box {
    font-size: 18px;
  }

  #access .arrow_s::after {
    left: 100%;
  }

  #access .arrow_s:hover::after {
    left: 105%;
    transition: 0.5s;
  }
}

/* #to_btn_area */
.company #to_btn_area .section-inner {
  padding: 50px 0;
  border-top: 1px solid #ccc;
}

#to_btn_area .section-inner {
  padding: 50px 0;
  border-top: none;
}

#to_btn_area .wrap_box {
  display: flex;
  justify-content: space-between;

}

#to_btn_area .wrap_box a {
  display: block;
  font-size: 32px;
  line-height: 1.4;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  position: relative;
}

#to_btn_area .wrap_box a:last-child {
  margin-right: 0;
}

/* 追加 */

#to_btn_area .wrap_box a::before {
  position: absolute;
  content: "";
  background-image: url(../img/image/bg-to-cover.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}

#to_btn_area .wrap_box a .to__txt {
  position: relative;
  z-index: 10;
}

#to_btn_area .wrap_box .to_service_btn {
  display: block;
  padding: 6% 50px 5%;
  position: relative;
  text-align: left;
  background-size: cover;
  background-image: url(../img/image/bg-to_service.jpg);
  background-position: center;
  transition: 0.5s;
}

#to_btn_area .wrap_box .to_service_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#to_btn_area .wrap_box .to_company_btn {
  display: block;
  padding: 6% 50px 5%;
  position: relative;
  text-align: left;
  background-size: cover;
  background-image: url(../img/image/bg-to_company.png);
  background-position: center;
  transition: 0.5s;
}

#to_btn_area .wrap_box .to_company_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#to_btn_area .wrap_box .to_works_btn {
  display: block;
  padding: 6% 50px 5%;
  position: relative;
  text-align: left;
  background-size: cover;
  background-image: url(../img/image/bg-to_works.jpg);
  background-position: center;
  transition: 0.5s;
}

#to_btn_area .wrap_box .to_works_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#to_btn_area .wrap_box .to__txt .to_btn-ja {
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: bold;
}

#to_btn_area .wrap_box .to__txt .to_btn-en {
  font-size: 12px;
  letter-spacing: 0.08em;
  background-color: #ce452b;
  width: 130px;
  color: #fff;
  font-weight: bold;
  margin: 5px auto 0;
  padding: 2px 0;
}

#to_btn_area .wrap_box .to_company_btn {
  display: block;
  padding: 6% 50px 5%;
  position: relative;
  text-align: left;
  background-size: cover;
  background-image: url(../img/image/bg-to_company.png);
  background-position: center;
  transition: 0.5s;
}

#to_btn_area .wrap_box .to_company_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

/* ↑↑↑↑↑↑ */

#to_btn_area .to_recruit_btn {
  width: 47%;
  display: block;
  padding: 7% 50px 5%;
  position: relative;
  text-align: left;
  background-size: cover;
  background-image: url(../img/image/bg-to_recruit.png);
  background-position: center;
  transition: 0.5s;
}

#to_btn_area .to_recruit_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#to_btn_area .to_history_btn.to_aboutus_btn {
  background-image: url(../img/aboutus/bg-to_aboutus_btn.jpg);
}

#to_btn_area .to_history_btn .to__txt {
  margin: 10% auto;
  color: #fff;
}

#to_btn_area .to_group_companies_btn {
  width: 47%;
  display: block;
  padding: 7% 50px 5%;
  position: relative;
  text-align: left;
  background-size: cover;
  background-image: url(../img/aboutus/bg-to_group_companies_btn.jpg);
  background-position: center;
  transition: 0.5s;
}

#to_btn_area .to_group_companies_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#to_btn_area .to_group_companies_btn.to_aboutus_btn {
  background-image: url(../img/aboutus/bg-to_aboutus_btn.jpg);
}

#to_btn_area .to_group_companies_btn .to__txt {
  margin: 10% auto;
  color: #fff;
  border-bottom: solid 2px #FFF;
}

#to_btn_area .to_sdgs_btn {
  width: 100%;
  display: block;
  margin-top: 1.5em;
  padding: 4% 50px 1%;
  position: relative;
  text-align: left;
  background-size: cover;
  background-image: url(../img/aboutus/bg-to_sdgs_btn.jpg);
  background-position: center;
  transition: 0.5s;
}

#to_btn_area .to_sdgs_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#to_btn_area .to_sdgs_btn .to__txt {
  margin: 10% auto;
  color: #fff;
  border-bottom: solid 2px #FFF;
}

#to_btn_area .to_history_btn.to_aboutus_btn.to_aboutus_btn2 {
  width: 100%;
  display: block;
  margin-top: 1.5em;
  padding: 4% 50px 1%;
  position: relative;
  text-align: left;
  background-size: cover;
  background-image: url(../img/sdgs/bg-to_aboutus_btn2.jpg);
  background-position: center;
}

@media (max-width: 767px) {
  #to_btn_area .wrap_box {
    display: flex;
    flex-direction: column;
  }

  #to_btn_area .to_history_btn {
    width: 100%;
    padding: 10% 50px 5%;
  }

  #to_btn_area .to_group_companies_btn {
    width: 100%;
    margin-top: 1.5em;
    padding: 10% 50px 5%;
  }

  #to_btn_area .to_sdgs_btn {
    background-image: url(../img/aboutus/bg-to_sdgs_btn_sp.jpg);
    padding: 10% 50px 5%;
  }

  #to_btn_area .to_history_btn.to_aboutus_btn.to_aboutus_btn2 {
    background-image: url(../img/aboutus/bg-to_aboutus_btn.jpg);
    padding: 10% 50px 5%;
  }
}

@media (max-width: 480px) {
  #to_btn_area a {
    font-size: 19px;
  }

  #to_btn_area .to_history_btn .to__txt {
    margin: 20% auto;
  }

  #to_btn_area .to_group_companies_btn .to__txt {
    margin: 20% auto;
  }

  #to_btn_area .to_sdgs_btn .to__txt {
    margin: 20% auto;
  }
}

/*----------------------------------------------------
  沿革 aboutus-history PAGE
----------------------------------------------------*/
#aboutus #history {}


#history .wrap_box {
  margin-top: 2em;
  margin-bottom: 5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#history .txt_area {
  width: 60%;
  font-size: 16px;
  line-height: 1.6;
}

#history .img-area {
  width: 37%;
}

#history .sub_section-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}

#history .history_txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 2em 0;
  color: #072a7e;
  line-height: 1.3;
}

#history .history_txt2b {
  padding-top: 0;
  margin-top: -1em;
}

#history .history_tbl.tbl tr:first-child th,
#history .history_tbl.tbl tr:first-child td {
  border-top: solid 1px #8d8d8d;
}

#history .history_tbl.tbl th,
#history .history_tbl.tbl td {
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.6;
  padding: 2em 0;
  border-bottom: solid 1px #8d8d8d;
}

#history .history_tbl.tbl th {
  width: 14em;
  padding-left: 3em;
  background-color: #e8f2ff;
}

#history .history_tbl.tbl td {
  padding-left: 6em;
}

#history .column_wave {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
  font-size: 22px;
  transform: rotate(-90deg);
}

@media (max-width: 1090px) {
  #history .sub_section-ttl {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #history .wrap_box {
    margin-top: 2em;
    margin-bottom: 4em;
    flex-direction: column;
  }

  #history .txt_area {
    width: 100%;
  }

  #history .img-area {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  #history .history_tbl.tbl tr:first-child th,
  #history .history_tbl.tbl tr:first-child td {
    margin-bottom: -1px;
  }

  #history .history_tbl.tbl tr {
    display: flex;
    flex-direction: column;
  }

  #history .history_tbl.tbl th {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  #history .history_tbl.tbl td {
    padding-left: 0;
  }

  #history .history_tbl.tbl th,
  #history .history_tbl.tbl td {
    padding: 1em 0;
  }

  #history .history_txt {
    padding: 1.5em 0;
  }
}

@media (max-width: 480px) {
  #history .sub_section-ttl {
    font-size: 18px;
    margin-bottom: 0.5em;
  }

  #history .wrap_box {
    margin-bottom: 2em;
  }

  /* #aboutus .section-inner {
    padding-bottom: 100px;
  } */

  #to_btn_area .section-inner {
    padding-bottom: 4em;
  }
}

/*----------------------------------------------------
  関連会社 aboutus-group_companies PAGE
----------------------------------------------------*/


@media (max-width: 1600px) {
  #aboutus #group_companies .first_txt_box {
    padding-left: 200px;
  }
}

@media (max-width: 1285px) {
  #aboutus #group_companies .section-ttl {
    font-size: 80px;
    line-height: 1.2;
  }

  #aboutus #group_companies .section-subttl {
    font-size: 30px;
    margin-top: 15px;
  }
}

@media (max-width: 1024px) {
  #aboutus #group_companies .first_txt_box {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #aboutus #group_companies .section-ttl {
    font-size: 64px;
  }

  #aboutus #group_companies .section-subttl {
    font-size: 20px;
  }
}

@media (max-width: 533px) {
  #aboutus #group_companies .section-ttl {
    font-size: 45px;
  }

  #aboutus #group_companies .section-subttl {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  #aboutus #group_companies .section-ttl {
    font-size: 38px;
  }

  #aboutus #group_companies .section-subttl {
    font-size: 16px;
  }
}

#aboutus #group_companies .location_wrap {
  display: flex;
  justify-content: space-between;
}

#aboutus #group_companies .location_txt_box {
  width: 48%;
  margin-bottom: 4em;
  line-height: 1.4;
}

#aboutus #group_companies .company_location {
  font-size: 20px;
  color: #072a7e;
  font-weight: bold;
  margin-top: 1em;
}

#aboutus #group_companies .info {
  font-size: 18px;
  margin-top: 0.5em;
}

@media (max-width: 880px) {
  #aboutus #group_companies .location_wrap {
    flex-direction: column;
  }

  #aboutus #group_companies .location_txt_box {
    width: 55%;
    margin-bottom: 4em;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  #aboutus #group_companies .location_txt_box {
    width: 100%;
    margin-bottom: 4em;
    line-height: 1.4;
  }

  /* #aboutus #group_companies .top_item {
    margin-top: 5em;
    margin-bottom: 3em;
  } */
}

@media (max-width: 480px) {
  #aboutus #group_companies .company_location {
    font-size: 18px;
  }

  #aboutus #group_companies .info {
    font-size: 16px;
    line-height: 1.6;
  }
}


/*----------------------------------------------------
    SDGsについて aboutus-about_sdgs PAGE
----------------------------------------------------*/

#about_sdgs #sdgs_declaration01 .section-ttl {
  margin-top: 20px;
}

#about_sdgs #sdgs_declaration01 .wrap_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3em;
}

#about_sdgs #sdgs_declaration01 .wrap_box .txt_area {
  width: 60%;
  font-size: 16px;
  line-height: 1.6;
}

#about_sdgs #sdgs_declaration01 .wrap_box .img-area {
  width: 40%;
  text-align: center;
}

#about_sdgs #sdgs_declaration01 .wrap_box .img-area .name {
  font-size: 21px;
  color: #072a7e;
  font-weight: bold;
  line-height: 1.4;
}

#about_sdgs #sdgs_declaration01 .wrap_box .img-area .course-item {
  transition: 0.5s;
}

#about_sdgs #sdgs_declaration01 .wrap_box .img-area .course-item:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#about_sdgs #sdgs_declaration01 .wrap_box .img-area .info {
  font-size: 16px;
}

#about_sdgs #sdgs_declaration01 .wrap_box .img-area img {
  margin: 0 auto;
}

#about_sdgs #sdgs_declaration01 .sub_section-ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}

#about_sdgs #sdgs_declaration02 .box_1,
#about_sdgs #sdgs_declaration02 .box_2,
#about_sdgs #sdgs_declaration02 .box_3 {
  background-color: #e8f2ff;
  margin-bottom: 2em;
  padding: 1.5em 0 2em;
}

#about_sdgs #sdgs_declaration02 .section-sub_ttl {
  font-size: 25px;
  color: #072a7e;
  font-weight: bold;
  line-height: 1.4;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1em;
}

#about_sdgs #sdgs_declaration02 .wrap_box {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  padding: 25px 3%;
}

#about_sdgs #sdgs_declaration02 .wrap_box .img-area {
  width: 42%;
}

#about_sdgs #sdgs_declaration02 .wrap_box .img-area img {
  width: 100%;
}

#about_sdgs #sdgs_declaration02 .wrap_box .txt_area {
  width: 54.5%;
}

#about_sdgs #sdgs_declaration02 .wrap_box .txt_area .txt {
  font-size: 18px;
  line-height: 1.6;
}

.IndentDots {
  text-indent: -1em;
  padding-left: 1em;

  position: relative;
  &:before {content: "・";}
}

.IndentAsterisk {
  text-indent: -1em;
  padding-left: 1em;

  position: relative;
  font-size: 18px!important;
  &:before {content: "※";}

  @media (max-width: 767px) {
    font-size: 15px!important;
  }
}

.IsRed {
  color: #CE452B;
}
.mt05em {margin-top: 0.5em;}
.offsetIndent {padding-left: 1em;}

@media (min-width: 768px) {
  .hide-pc {display: none;}
}

#about_sdgs #sdgs_declaration02 .box_4 {
  line-height: 1.9;
}

#about_sdgs #sdgs_declaration02 .box_4 .sub_ttl {
  font-size: 25px;
  font-weight: bold;
}

#about_sdgs #sdgs_declaration02 .box_4 .txt {
  padding-left: 1em;
  font-size: 20px;
}

#about_sdgs #sdgs_declaration02 .box_4 li {
  list-style: disc;
}

#about_sdgs #sdgs_declaration02 .box_4 li::marker {
  font-size: 10px;
}

#about_sdgs #sdgs_declaration02 .box_4 li span {
  vertical-align: -0.2em;
}

#about_sdgs #sdgs_declaration03 .border_box {
  border: solid 3px #072a7e;
  padding-bottom: 4em;
}

#about_sdgs #sdgs_declaration03 .list_box {
  width: 90%;
  margin: 0 auto;
  max-width: 975px;
  margin-top: 2.5em;
}

#about_sdgs #sdgs_declaration03 .txt_area {
  width: 90%;
  margin: 0 auto;
  max-width: 975px;
  line-height: 2;
}

#about_sdgs #sdgs_declaration03 .sub_ttl {
  font-size: 25px;
  font-weight: bold;
}

#about_sdgs #sdgs_declaration03 .txt {
  font-size: 20px;
}

#about_sdgs {}

#about_sdgs {}


.course-item a:hover {
  opacity: 0.8;
}

.course-item a img {
  width: 50%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow-y: scroll;
  z-index: 100;
}

.bigimg {
  position: absolute;
  width: 80%;
  max-width: 800px;
  top: 17%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.close-btn {
  position: absolute;
  margin: auto;
  width: 250px;
  left: 591px;
  right: 0;
  top: 5.5%;
}

.close-btn a {
  color: #fff;
  text-decoration: none;
}


.img-area.h124_wAuto {
  height: 124px;
  width: auto!important;

  img {width: 100%;height: 100%;object-fit: contain;}
}

@media (max-width: 1160px) {
  #about_sdgs #sdgs_declaration01 .sub_section-ttl {
    font-size: 18.5px;
  }
}

@media (max-width: 1024px) {
  #about_sdgs #sdgs_declaration01 .sub_section-ttl {
    font-size: 22px;
  }

  .close-btn {
    width: 25%;
    left: 55%;
    top: 6.5%;
  }
}

@media (max-width: 767px) {
  .close-btn {
    width: 34%;
    left: 55%;
    top: 7%;
  }

  .bigimg {
    width: 90%;
    top: 17%;
  }

  #about_sdgs #sdgs_declaration01 .wrap_box {
    flex-direction: column;
    margin-top: 15%;
  }

  #about_sdgs #sdgs_declaration01 .wrap_box .txt_area {
    width: 100%;
    margin-bottom: 2em;
  }

  #about_sdgs #sdgs_declaration01 .wrap_box .img-area {
    width: 100%;
  }

  #about_sdgs #sdgs_declaration01 .wrap_box .img-area img {
    width: 70%;
  }


  #about_sdgs #sdgs_declaration01 .sub_section-ttl {
    font-size: 20px;
  }

  #about_sdgs #sdgs_declaration02 .box_1,
  #about_sdgs #sdgs_declaration02 .box_2,
  #about_sdgs #sdgs_declaration02 .box_3 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 2.5em;
  }

  #about_sdgs #sdgs_declaration02 .wrap_box {
    flex-direction: column;
    width: 90%;
    padding: 35px 25px;
  }

  #about_sdgs #sdgs_declaration02 .wrap_box .img-area {
    width: 100%;
    margin-bottom: 1em;
  }

  #about_sdgs #sdgs_declaration02 .wrap_box .txt_area {
    width: 100%;
  }

  #about_sdgs #sdgs_declaration02 .section-sub_ttl {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }

  #about_sdgs #sdgs_declaration02 .wrap_box .txt_area .txt {
    font-size: 16px;
  }

  #about_sdgs #sdgs_declaration03 .list_box {
    margin-top: 5em;
    width: 92%;
  }

  #about_sdgs #sdgs_declaration03 .border_box {
    border: solid 2px #072a7e;
  }

  #about_sdgs #sdgs_declaration03 .txt_area {
    margin-top: 2em;
    width: 92%;
  }

  #about_sdgs #sdgs_declaration03 .txt {
    font-size: 18px;
  }

}

@media (max-width: 480px) {

  .close-btn {
    width: 40%;
    left: 50%;
    top: 9%;
  }

  #about_sdgs #sdgs_declaration03 .txt {
    font-size: 16px;
  }
}


#about_sdgs {}

#about_sdgs {}

#about_sdgs {}

#about_sdgs {}










/*---- #aboutus bg_txt ----*/

.layer-bg-sdgs_declaration {
  background: url(../img/sdgs/bg_txt-f_sdgs.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 900px;
  margin-left: 0;
}

.layer-bg-sdgs_declaration .layer-txt {
  width: 900px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  padding-top: 8px;
}

.layer-bg-philosophy {
  background: url(../img/aboutus/bg_txt-philosophy.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 600px;
  margin-left: 0;
}

.layer-bg-philosophy .layer-txt {
  width: 600px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
}

.layer-bg-greeting {
  background: url(../img/aboutus/bg_txt-greeting.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 455px;
  margin-left: 0;
}

.layer-bg-greeting .layer-txt {
  width: 455px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
}

.layer-bg-outline {
  background: url(../img/aboutus/bg_txt-outline.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 390px;
  margin-left: 0;
}

.layer-bg-outline .layer-txt {
  width: 390px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
}

.layer-bg-ios {
  background: url(../img/aboutus/bg_txt-ios.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 455px;
  margin-left: 0;
}

.layer-bg-ios .layer-txt {
  width: 455px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
}

#aboutus .layer-bg-group_enterprise {
  margin-left: 0;
}

#aboutus .layer-bg-group_enterprise .layer-txt {
  width: 800px;
  text-align: left;
  font-weight: bold;
}

#aboutus .layer-bg-access {
  margin-left: 0;
}

#aboutus .layer-bg-access .layer-txt {
  width: 330px;
  text-align: left;
  font-weight: bold;
}

.layer-bg-fukuyama_history {
  background: url(../img/aboutus/bg_txt-f_history.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 900px;
  margin-left: 0;
}

.layer-bg-fukuyama_history .layer-txt {
  width: 900px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
}

.layer-bg-office {
  background: url(../img/aboutus/bg_txt-office.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 315px;
  margin-left: 0;
}

.layer-bg-office .layer-txt {
  width: 315px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
}

.layer-bg-okinawa {
  background: url(../img/aboutus/bg_txt-okinawa.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 540px;
  margin-left: 0;
}

.layer-bg-okinawa .layer-txt {
  width: 540px;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  padding-top: 5px;
}

.layer-bg-miyako {
  background: url(../img/aboutus/bg_txt-miyako.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 510px;
  margin-left: 0;
}

.layer-bg-miyako .layer-txt {
  width: 510px;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  padding-top: 5px;
}

.layer-bg-ishigaki {
  background: url(../img/aboutus/bg_txt-ishigaki.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 510px;
  margin-left: 0;
}

.layer-bg-ishigaki .layer-txt {
  width: 510px;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  padding-top: 5px;
}

.layer-bg-tokyo {
  background: url(../img/aboutus/bg_txt-tokyo.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 190px;
  margin-left: 0;
}

.layer-bg-tokyo .layer-txt {
  width: 190px;
  text-align: left;
  font-weight: bold;
  font-size: 25px;
  padding-top: 5px;
}

@media (max-width: 1350px) {
  .layer-bg-tokyo {
    max-width: 170px;
  }
}

@media (max-width: 767px) {

  .layer-bg-philosophy .layer-txt {
    width: 100%;
  }

  .layer-bg-greeting .layer-txt {
    width: 100%;
  }

  .layer-bg-outline .layer-txt {
    width: 100%;
  }

  .layer-bg-ios .layer-txt {
    width: 100%;
  }

  .layer-bg-sdgs_declaration .layer-txt {
    width: 100%;
    padding-top: 4.6rem;
  }

  .layer-bg-sdgs_declaration {
    background: url(../img/sdgs/bg_txt-f_sdgs_sp.png) no-repeat 0 0;
    background-size: 100%;
    max-width: 500px;
  }

  #aboutus .layer-bg-group_enterprise {
    background: url(../img/aboutus/bg_txt_group_enterprise_spb.png) no-repeat 0 0;
    background-size: 100%;
    max-width: 400px;
  }

  #aboutus .layer-bg-group_enterprise .layer-txt {
    width: 100%;
    padding-top: 5.5rem;
  }

  .layer-bg-fukuyama_history {
    background: url(../img/aboutus/bg_txt-f_history_sp.png) no-repeat 0 0;
    background-size: 90%;
  }

  .layer-bg-fukuyama_history .layer-txt {
    width: 100%;
    padding-top: 17%;
  }

  .layer-bg-office {
    max-width: 280px;
  }

  .layer-bg-office .layer-txt {
    width: 100%;
    font-size: 26px;
  }

  .layer-bg-okinawa {
    background: url(../img/aboutus/bg_txt-okinawa_sp.png) no-repeat 0 0;
    max-width: 335px;
    background-size: 100%;
  }

  .layer-bg-okinawa .layer-txt {
    width: 100%;
    font-size: 26px;
    padding-top: 3em;
  }

  .layer-bg-miyako {
    background: url(../img/aboutus/bg_txt-miyako_sp.png) no-repeat 0 0;
    max-width: 275px;
    background-size: 100%;
  }

  .layer-bg-miyako .layer-txt {
    width: 100%;
    font-size: 26px;
    padding-top: 3em;
  }

  .layer-bg-ishigaki {
    background: url(../img/aboutus/bg_txt-ishigaki_sp.png) no-repeat 0 0;
    max-width: 310px;
    background-size: 100%;
  }

  .layer-bg-ishigaki .layer-txt {
    width: 100%;
    font-size: 26px;
    padding-top: 3em;
  }

  .layer-bg-tokyo {
    max-width: 230px;
    margin-left: 0;
  }

  .layer-bg-tokyo .layer-txt {
    width: 100%;
    font-size: 26px;
    padding-top: 14px;
  }
}

@media (max-width: 480px) {

  .layer-bg-sdgs_declaration .layer-txt {
    font-size: 25px;
    padding-top: 13%;
  }

  .layer-bg-sdgs_declaration {
    max-width: 400px;
  }

  .layer-bg-philosophy {
    max-width: 400px;
  }

  .layer-bg-philosophy .layer-txt {
    font-size: 25px;
    padding-top: 10px;
  }

  .layer-bg-greeting {
    max-width: 310px;
  }

  .layer-bg-greeting .layer-txt {
    font-size: 25px;
    padding-top: 10px;
  }

  .layer-bg-outline {
    max-width: 260px;
  }

  .layer-bg-outline .layer-txt {
    font-size: 25px;
    padding-top: 10px;
  }

  .layer-bg-ios {
    max-width: 310px;
  }

  .layer-bg-ios .layer-txt {
    font-size: 25px;
    padding-top: 10px;
  }

  #aboutus .layer-bg-group_enterprise {
    max-width: 280px;
  }

  #aboutus .layer-bg-group_enterprise .layer-txt {
    padding-top: 4rem;
  }

  .layer-bg-fukuyama_history .layer-txt {
    font-size: 26px;
    padding-top: 15%;
  }

  .layer-bg-office {
    max-width: 260px;
  }

  .layer-bg-office .layer-txt {}

  .layer-bg-okinawa {
    max-width: 270px;
  }

  .layer-bg-okinawa .layer-txt {
    padding-top: 2.2em;
  }

  .layer-bg-miyako {
    max-width: 222px;
  }

  .layer-bg-miyako .layer-txt {
    padding-top: 2.2em;
  }

  .layer-bg-ishigaki {
    max-width: 250px;
  }

  .layer-bg-ishigaki .layer-txt {
    padding-top: 2.2em;
  }

  .layer-bg-tokyo {
    max-width: 205px;
  }

  .layer-bg-tokyo .layer-txt {
    padding-top: 10px;
  }
}

/*---- /#aboutus bg_txt ----*/


/*----------------------------------------------------
  事業案内 business_info PAGE
----------------------------------------------------*/
/*MAIN BLOCK -------------------------*/

#business_info {
  font-family: "source-han-serif-japanese", serif;
}

#main-visual__business_info {
  display: none;
}

/* #business_info .top_item {
  margin-top: 6em;
  margin-bottom: 3em;
} */

#business_info .section-inner {
  max-width: 1200px;
}

/* #business_info .section-ttl {
  font-size: 95px;
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  line-height: 1.4;
}

#business_info .section-subttl {
  font-size: 30px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: bold;
} */

/* #business_info #sub_main_visual {
  max-width: 1700px;
  width: 90%;
  margin: 0 auto;
} */

#business_info .first_txt_box,
#group_companies .first_txt_box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 0;
}

#business_info .layer-bg-our_service {
  background: url(../img/business_info/bg_txt_our_service.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 600px;
  margin-left: 0;
}

#business_info .layer-bg-our_service .layer-txt {
  width: 600px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
  padding-top: 20px;
}

#business_info .sub_section-ttl,
#group_companies .sub_section-ttl {
  font-size: 40px;
  font-weight: bold;
  margin-left: auto;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
}

#business_info .sub_section-txt {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 50px;
}

#group_companies .sub_section-ttl2 {
  font-size: 19px;
  line-height: 1.4;
  max-width: 481px;
}

#business_info .cw_wrap .txt_box,
#business_info .ew_wrap .txt_box,
#business_info .mc_wrap .txt_box {
  width: calc(100% - 983px);
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

#business_info .cw_wrap .txt_box .btn_view,
#business_info .ew_wrap .txt_box .btn_view,
#business_info .mc_wrap .txt_box .btn_view {
  margin-left: 0;
  position: absolute;
  bottom: 0;
}

#business_info .ce_wrap .txt_box {
  width: calc(100% - 883px);
  display: flex;
  flex-direction: column;
  position: relative;
}

#business_info .ce_wrap .txt_box .btn_view {
  margin-left: 0;
  position: absolute;
  bottom: 0;
  background-color: #ce452b;
}

#business_info .cw_wrap .img_box,
#business_info .ew_wrap .img_box {
  width: 883px;
  margin-right: auto;
  text-align: center;
  position: relative;
}

#business_info .cw_wrap .img_box .service-deco-02,
#business_info .ew_wrap .img_box .service-deco-02 {
  position: absolute;
  width: 197px;
  height: auto;
  top: -50px;
  right: -60px;
}


#business_info .cw_wrap .img_box img,
#business_info .ew_wrap .img_box img {
  width: 100%;
  height: 487px;
  object-fit: cover;
}

#business_info .ce_wrap .img_box,
#business_info .mc_wrap .img_box {
  width: 783px;
  object-fit: cover;
  margin: 0;
  position: relative;
}

#business_info .ce_wrap .img_box .service-deco-01,
#business_info .mc_wrap .img_box .service-deco-01 {
  position: absolute;
  width: 147px;
  height: auto;
  top: -50px;
  left: -60px;
}

#business_info .ce_wrap .img_box img,
#business_info .mc_wrap .img_box img {
  height: 487px;
  object-fit: cover;
}

#business_info .txt_box_right {
  margin-right: 0;
  margin-left: auto;
}

#business_info .txt_box_left {
  margin-right: auto;
  margin-left: 0;
}

#business_info .section_lead_ttl {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

#business_info .section_lead_ttl .ttl {
  /* font-size: 40px; */
  font-size: clamp(35px,2.4vw,40px);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

#business_info .section_lead_ttl .ttl span {
  font-size: 14px;
  padding-left: 0;
  font-weight: normal;
  color: #ce452b;
  letter-spacing: 0;
}

#business_info .section_lead_ttl .num {
  font-size: 100px;
  line-height: 0.55;
  font-weight: bold;
  letter-spacing: 0;
}

#business_info .txt_info {
  font-size: 18px;
  margin-top: 20px;
  letter-spacing: 0.08em;
  line-height: 1.66;
}

#business_info .text {
  margin-bottom: 0;
}

/* #business_info #one_and_two {
  background-image: url(../img/business_info/bg_one_and_two.jpg);
  background-size: cover;
  background-position: center;
}

#business_info #three_and_four {
  background-image: url(../img/business_info/bg_one_and_two.jpg);
  background-size: cover;
  background-position: center;
} */

#business_info .cw_wrap,
#business_info .ce_wrap,
#business_info .ew_wrap,
#business_info .mc_wrap {
  display: flex;
  gap: 100px;
}

#construction_work .section-inner,
#civil_engineering_works .section-inner,
#electrical_work .section-inner,
#machine_construction .section-inner {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1560px;
}

#construction_work .section-inner,
#electrical_work .section-inner {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#civil_engineering_works .section-inner {
  margin-left: auto;
  margin-right: 0;
  padding-left: 100px;
  background-color: #f2f2f2;
}


@media (max-width: 2000px) {

  #group_companies .first_txt_box {
    padding-left: 150px;
  }
}

@media (max-width: 1600px) {}

@media (max-width: 1430px) {}

@media (max-width: 480px) {}


#business_info .layer-bg-construction_license {
  background: url(../img/business_info/bg_txt_construction_license.png) no-repeat 0 0;
  background-size: 100%;
  max-width: 900px;
  margin-left: 0;
}

#business_info .layer-bg-construction_license .layer-txt {
  width: 890px;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
}

#business_info #to_works .to_works_btn {
  width: 100%;
  aspect-ratio: 10/3;
  display: block;
  margin: 0 auto;
  padding: 50px 50px;
  position: relative;
  text-align: left;
  background-size: cover;
  background-image: url(../img/business_info/to_works_btn.jpg);
  background-position: center;
  transition: 0.5s;
}

#business_info #to_works .to_works_btn:hover {
  opacity: 0.8;
  transition: 0.5s;
}

#business_info #to_works .section-ttl {
  margin: 10% auto;
  color: #fff;
  border-bottom: solid 2px #FFF;
}


@media (max-width: 1150px) {
  #business_info .section_lead_ttl .num {
    font-size: 100px;
  }

  #business_info .cw_wrap .txt_box,
  #business_info .ce_wrap .txt_box,
  #business_info .ew_wrap .txt_box,
  #business_info .mc_wrap .txt_box {
    padding-top: 0;
  }

  #business_info .cw_wrap,
  #business_info .ce_wrap,
  #business_info .ew_wrap,
  #business_info .mc_wrap {
    margin-bottom: 0;
  }

  #business_info .sub_section-ttl {
    font-size: 27px;
  }
}

@media (max-width: 1000px) {

  #business_info .sub_section-ttl {
    font-size: 24px;
  }

  #business_info .section-ttl {
    font-size: 80px;
  }

  #business_info .section-subttl {
    font-size: 25px;
  }

  #business_info .section_lead_ttl .ttl {
    border-bottom: unset;
    line-height: 1.3;
    padding-bottom: 10px;
  }

  #business_info .section_lead_ttl .ttl span {
    display: flex;
    padding-left: 0;
  }
}

@media (max-width: 767px) {

  #to_works .section-inner {
    padding-bottom: 20%;
  }

  /* #business_info .sub_section-ttl,
  #group_companies .sub_section-ttl {
    font-size: 20px;
    max-width: unset;
    padding-top: 1.5em;
  } */

  #group_companies .sub_section-ttl {
    font-size: 19px;
  }

  #business_info .first_txt_box,
  #group_companies .first_txt_box {
    padding-bottom: 1.5em;
  }

  #business_info .section-ttl {
    font-size: 64px;
  }

  #business_info .section-subttl {
    font-size: 20px;
  }

  #business_info .section_lead_ttl .num {
    font-size: 90px;
  }

  #business_info #one_and_two,
  #business_info #three_and_four {
    background-image: unset;
  }

  /*
  #construction_work,
  #electrical_work {
    background-image: url(../img/business_info/bg_sp_right.jpg);
    background-size: cover;
    background-position: bottom left;
  }

  #civil_engineering_works,
  #machine_construction {
    background-image: url(../img/business_info/bg_sp_left.jpg);
    background-size: cover;
    background-position: bottom right;
  } */

  #business_info .cw_wrap,
  #business_info .ce_wrap,
  #business_info .ew_wrap,
  #business_info .mc_wrap {
    flex-direction: column;
    margin-bottom: 3em;
  }

  #business_info .cw_wrap .img_box,
  #business_info .ew_wrap .img_box {
    width: 100%;
    margin: 0 auto;
  }

  #business_info .ce_wrap .img_box,
  #business_info .mc_wrap .img_box {
    width: 100%;
    margin: 0 auto;
  }

  #business_info .cw_wrap .txt_box,
  #business_info .ce_wrap .txt_box,
  #business_info .ew_wrap .txt_box,
  #business_info .mc_wrap .txt_box {
    width: 100%;
    margin-bottom: 0;
    padding-top: 1.5em;
  }

  #business_info .layer-bg-our_service .layer-txt {
    width: 100%;
    font-size: 26px;
    padding-top: 1.6rem;
  }

  #business_info .layer-bg-construction_license .layer-txt {
    width: 100%;
    font-size: 26px;
  }

  #business_info #to_works .to_works_btn {
    background-image: url(../img/business_info/to_works_btn_sp.jpg);
    padding: 50px 50px;
    aspect-ratio: 5/5;
  }

  #business_info #to_works .section-ttl {
    margin: 43% auto;
  }
}


@media (max-width: 480px) {

  #business_info .section-ttl {
    font-size: 45px;
  }

  #business_info .section-subttl {
    font-size: 16px;
  }

  #business_info .section_lead_ttl .ttl {
    font-size: 20px;
  }

  #business_info .section_lead_ttl .en {
    font-size: 15px;
  }

  #business_info .section_lead_ttl .num {
    font-size: 81px;
  }

  #construction_work .section-inner,
  #civil_engineering_works .section-inner,
  #electrical_work .section-inner,
  #machine_construction .section-inner {
    padding-top: 2em;
    padding-bottom: 0;
  }

  #business_info .layer-bg-construction_license {
    background: url(../img/business_info/bg_txt_construction_license_sp.png) no-repeat 0 0;
    background-size: contain;
  }

  #business_info .layer-bg-our_service .layer-txt {
    padding-top: 0.5rem;
  }

  #business_info .layer-bg-construction_license .layer-txt {
    padding-top: 4rem;
  }

  #business_info #to_works .layer-bg-works {
    max-width: 400px;
  }

  #business_info #to_works .layer-txt {
    font-size: 20px;
    padding-top: 20px;
  }

}


/*----------------------------------------------------
  施工事例 WORKS PAGE
----------------------------------------------------*/
/*MAIN BLOCK -------------------------*/

.tax-works-category #sub_main_visual img,
.works #sub_main_visual img {
  object-position: 0 40%;
}

#main-visual__works {
  display: none;
}

#works_list {
  font-family: "source-han-serif-japanese", serif;
}

.works_list2 {
  background-color: #f2f2f2;
}

.single-works #post_single {
  position: relative;
}

.single-works #post_single .deco02 {
  position: absolute;
  width: 197px;
  top: 30px;
  right: 30px;
}

.single-works #post_single .deco03 {
  position: absolute;
  width: 147px;
  bottom: 30px;
  left: 30px;
}

.single-works #post_single .article {
  border: none;
  padding: 100px 150px;
}

.single-works #post_single .article .btn-wrap {
  margin-top: 40px;

  &.is_flex {
    display: flex;
    justify-content: center;
    gap: 1em;

    .btn_view {margin-left: inherit;margin-right: inherit;}
  } /* &.is_flex */


}

.single-works #post_single .article__text_wrap {
  overflow: hidden;
  margin-bottom: 0;
}

.single-works #post_single .article__text img {
  margin-bottom: 20px !important;
}

.single-works #post_single .works_info {
  margin-top: 20px;
}

#set_bg {
  position: relative;
  z-index: 10;
}

/* #set_bg::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 90%;
  background-image: url(../img/news/bg_works_list.png);
  background-position: top;
  background-size: cover;
  content: '';
} */

#works_list .tab-wrap {
  display: block;
}

@media (max-width: 767px) {
  /* #set_bg::before {
    background-image: url(../img/news/bg_works_list_sp.png);
  } */
}

/* #works_list .section-inner {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1200px;
}

#works_list .section-ttl {
  font-size: 85px;
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}

#works_list .section-subttl {
  font-size: 28px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: bold;
} */

#works_list .section-inner {
  border-bottom: 1px solid #cccccc;
}

.single-works #works_list .section-inner {
  border-bottom: none;
}

#works_list .tab-menu_box {
  margin-bottom: 0;
}

#works_list .tab {
  padding: 10px 10px;
  width: auto;
  border: unset;
  font-size: 18px;
}

#works_list .panel-group {
  width: 100%;
}

#works_list .wl_box {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
}

#works_list .wl_view_tbl {
  width: 100%;
  margin: 100px auto;
}

#works_list .wl_view_tbl th,
#works_list .wl_view_tbl td {
  font-size: 26px;
  border: solid 1px black;
  padding: 40px;
  width: 33.3%;
  text-align: center;
}

#works_list .wl_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#works_list .wl_item {
  width: 33%;
}

#works_list .wl_img {
  width: 100%;
}

#works_list .wl_img img {
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
  width: 100%;
}

#works_list .wl_txt {
  font-size: 16px;
}

#works_list .wl_txt span {
  font-size: 19px;
}

#works_list .post-list-wrap {
  position: relative;
}

#works_list .post-list-wrap .deco01 {
  position: absolute;
  bottom: -160px;
  left: 0;
  width: 147px;
  height: auto;
}

#works_list .post-list-wrap .deco02 {
  position: absolute;
  top: -200px;
  right: 0;
  width: 197px;
  height: auto;
}

#works_list .post-list {
  margin-bottom: 100px;
}


#works_list .post-list .post {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
}

#works_list .post-list .post:nth-child(3n) {
  margin-right: 0;
}

#works_list .post-list .post.obi::after {
  width: 22px;
  height: 100%;
  top: 0;
}

#works_list .post__link {
  flex-wrap: wrap;
  border-bottom: unset;
  transition: 0.5s;
  padding: 0;
  margin: 0;
}

#works_list .post__link:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#works_list .post__cat {
  font-size: 16px;
  padding: 5px 10px;
  color: #fff;
  margin-top: 15px;
}

#works_list .cat-construction_work_rc {
  background-color: #6b6b6b;
}
#works_list .cat-store {
  background-color: #555555;
}
#works_list .cat-construction_work {
  /* background-color: #ce452b; */
  background-color: #6b6b6b;
}
#works_list .cat-renovation_work {
  background-color: #c4c4c4;
}


#works_list .cat-architectural-design {
  background-color: #aeaeae;
}


#works_list .cat-engineering_work {
  background-color: #818181;
}

#works_list .post__title {
  font-size: 18px;
  padding-top: 10px;
  letter-spacing: 0.08em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  font-weight: 500;
}

#works_list .wl_tab {
  font-size: 20px;
  padding: 0;
  color: #666666;
  letter-spacing: 0.08em;
}

#works_list .wl_tab:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#works_list .wl_tab span {
  color: #000;
}

#works_list .tab.is-active {
  padding: 30px 0;
  color: #072a7e;
}

#works_list .tab-group .linkbox {
  position: relative;
}

#works_list .tab-group .linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}



.page-template-page-archive_works #works_list .mark_all,
.single-works #works_list .mark_all,
.term-civil_engineering_work #works_list .mark_ce,
.term-construction_work #works_list .mark_cw,
.term-mechanical_work #works_list .mark_mw,
.term-electrical_construction #works_list .mark_ec {
  color: #ce452b;
  transition: 1s;
  border: none;
  /* padding: 1em 0; */
}

/*----   施工実績 WORKS PAGE 【responsive】    ------*/

@media (max-width: 1170px) {
  #works_list .post-list .post {
    margin-right: 3vw;
  }


  #works_list .post-list-wrap .deco02 {
    position: absolute;
    top: -200px;
    right: 0;
    width: 98px;
    height: auto;
  }

  #works_list .post-list-wrap .deco01 {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 73px;
    height: auto;
  }



  #works_list .post__cat {
    font-size: 14px;
    padding: 5px 15px;
    color: #fff;
    margin-top: 15px;
  }

  #works_list .post__title {
    font-size: 15px;
  }

}


/*画面幅 767px 以下↓ -------------------------*/
@media (max-width: 767px) {
  #works_list {
    /* padding-top: 5em;
    padding-bottom: 3em; */
  }

  .page-template-page-archive_works #works_list .mark_all,
  .single-works #works_list .mark_all,
  .term-civil_engineering_work #works_list .mark_ce,
  .term-construction_work #works_list .mark_cw,
  .term-mechanical_work #works_list .mark_mw,
  .term-electrical_construction #works_list .mark_ec {
    padding: 0;
  }

  #works_list .post-list .post:nth-child(3n) {
    margin-right: 15px;
  }

  #works_list .post-list .post:nth-child(2n) {
    margin-right: 0;
  }

  #works_list .post__cat {
    margin-top: 10px;
  }

}

@media (max-width: 480px) {
  #works_list .post__title {
    font-size: 15px;
  }
}

/*--------------------------------------
  tab MENU BOX
--------------------------------------*/

.tab-wrap {
  display: flex;
  gap: 50px;
}

.tab-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 80%;
  margin: 0 auto;
}


.tab {
  color: black;
  display: inline-block;
  transition: 1s;
  margin-right: -1px;
  margin-bottom: -1px;
  font-size: 24px;
  border: solid 1px black;
  padding: 50px 0;
  width: 33.3%;
  text-align: center;
}

.panel-group {
  width: calc(100% - 314px);
}

.panel {
  display: none;
}


.panel.is-show {
  display: block;
}

.tab.is-active {
  color: #FFF;
  transition: 1s;
  background: url(../img/common/bg_grade_half.png) left top repeat-y;
  background-size: contain;
  border: none;
  padding: 51px 0;
}

.post-type-archive .tab {
  color: #666666;
}

.category .tab {
  color: #666666;
}

.post-type-archive .tab.is-active {
  color: #072a7e;
  transition: 1s;
  background: unset;
  border: none;
  padding: 10px 0;
}

.post-type-archive .tab.is-active span {
  color: #000;
}

#works_list .tab.is-active {
  color: #072a7e;
  transition: 1s;
  background: unset;
  border: none;
  padding: 10px 0;
}

#works_list .tab.is-active span {
  color: #000;
}

.category-news .mark_news,
.category-recruit .mark_recruit,
.category-important_info .mark_important_info {
  color: #072a7e;
  transition: 1s;
  background: unset;
  border: none;
  padding: 10px 0;
}



@media (max-width: 1260px) {
  .tab-group {
    width: 100%;
  }

  .tab {
    font-size: 22px;
  }

  #works_list .wl_tab {
    font-size: 18px;
  }

  #works_list .wl_box {
    width: 100%;
  }

  #postlist .post-list-box {
    width: 95%;
  }

  #postlist .pager-area {
    width: 95%;
  }
}

@media (min-width: 768px) {
  .drop-down-menu {
    display: none;
  }
}

@media (max-width: 767px) {

  #works_list .post-list .post {
    width: calc((100% - 15px) / 2);
    margin-bottom: 30px;
    margin-right: 15px;
  }

  #works_list .post-list .post #works_list .tab-group {
    width: 85%;
    margin: 0 auto;
    /* margin-top: 30px;
    margin-bottom: 30px; */
  }

  #works_list .wl_tab {
    font-size: 16px;
    padding: 0;
  }

  #works_list .wl_box {
    margin: 30px auto 0;
  }

  #works_list .post-list {
    margin-bottom: 10px;
  }

  #postlist .post-list-box {
    width: 100%;
  }

  #postlist .post a {
    display: flex;
  }

  #postlist .post-list {
    width: 95%;
  }

  #postlist .post__date {
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 0.6em;
  }

  #postlist .post__cat {
    margin-right: 0.6em;
    padding: 7px 15px;
    font-size: 16px;
  }

  #postlist .post__title {
    margin: 1em 0 0 0;
    font-size: 16px;
    width: 100%;
  }

  #postlist .tab-group {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #postlist .tab {
    font-size: 16px;
  }
}

/* @media screen and (max-width:510px) {
  #works_list .wl_tab {
    font-size: 16px;
  }

  #postlist .post__date,
  #postlist .post__cat {
    margin-right: 0;
    padding: 7px 10px;
  }

  #postlist .post__date {
    padding: 7px 0;
  }
}

@media screen and (max-width:480px) {
  #works_list .tab-group {
    width: 100%;
  }

  #works_list .wl_tab {
    font-size: 16px;
  }

  #postlist .tab {
    font-size: 16px;
  }

  #postlist .post__date,
  #postlist .post__cat {
    font-size: 13px;
  }
} */

/*--------------------------------------
  お知らせ 施工事例 single.php single-works.php
--------------------------------------*/

#post_single {
  background-color: #fff;
}

#post_single .section-inner {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}

#post_single .article {
  margin: 0 auto;
  padding: 100px;
  border: 1px solid #231815;
  position: relative;
}

#post_single .article .deco-02 {
  position: absolute;
  width: 197px;
  height: auto;
  top: 30px;
  right: 30px;
}

#post_single .article .deco-03 {
  position: absolute;
  width: 147px;
  height: auto;
  bottom: 30px;
  left: 30px;
}

#post_single .article .article__date {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999999;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 20px;
}


#post_single .article .article__cat .cat-news {
  background-color: #999999;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: bold;
}

#post_single .article-head {
  margin-bottom: 10px;
}

#post_single .article__text {
  margin: 50px 0 100px 0;
}

#post_single .article__text p {
  margin-bottom: 0;
  font-size: 18px;
  align-content: flex-start;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "source-han-serif-japanese", serif;
}

#post_single .article__text p span {
  margin-bottom: 0;
  font-size: 18px;
  align-content: flex-start;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "source-han-serif-japanese", serif;
}

/* #post_single .article__text p:last-child {
  margin-bottom: 2em;
} */

#post_single .img_list p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5em;
}

#post_single .article__text img:first-child {
  width: 100% !important;
  /* object-fit: contain !important; */
  margin-bottom: 2em;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

#post_single .article__text img:not(:first-child) {
  width: 46%;
  margin-bottom: 2em;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

#post_single .article__text img:last-child {
  width: 46%;
  margin-right: 0;
  margin-bottom: 2em;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

#post_single .article__text .bassui p {
  line-height: 1.6;
}

@media (max-width: 767px) {
  #post_single .img_list p {
    flex-direction: column;
  }

  #post_single .article__text img:first-child {
    width: 100%;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 0;
  }

  #post_single .article__text img:not(:first-child) {
    width: 100%;
    margin-bottom: 0;
  }

  #post_single .article__text img:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

#post_single .item_eraser p:nth-child(1) {
  display: none;
}


#post_single .article__text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 7em;
}

#post_single .article__title {
  padding-bottom: 20px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-top: 20px;
  border-bottom: 1px solid #cccccc;
}

#post_single .paging {
  width: 60%;
  margin: 50px auto;
  position: relative;
}

#post_single .article__title3 {
  display: none;
}

#post_single .works_info {
  border: solid 1px #929292;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

#post_single .works_info .works_info-list {
  display: flex;
  min-height: 100px;
  width: 100%;
}

#post_single .works_info .works_info-list .title {
  border-bottom: solid 1px #929292;
  width: 20%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
}

#post_single .works_info .works_info-list .info {
  border-bottom: solid 1px #929292;
  border-left: solid 1px #929292;
  padding-left: 30px;
  width: 80%;
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#post_single .works_info .works_info-list:last-child .title,
#post_single .works_info .works_info-list:last-child .info {
  border-bottom: 0;
}

#post_single .works_info tr:last-child td {
  border-bottom: unset;
}

#post_single .post__cat {
  font-size: 18px;
}


/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto;
}

/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/image/works/works-left.png);
}

/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/image/works/works-right.png);
}

.main-slider-wrap {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  /* ← 上部に配置（中央にしたい場合は50%に） */
  z-index: 10;
  color: #fff;
  /* background: rgba(0, 0, 0, 0.4); */
  padding: 0;
  border-radius: 50%;
  width: 40px;
}

.swiper-button-prev {
  left: 50px;
}

.swiper-button-next {
  right: 50px;
}

@media (max-width: 1260px) {

  #post_single .article {
    width: 90%;
  }

  #post_single .paging {
    width: 90%;
  }
}

@media (max-width: 900px) {

  #works_list .section-ttl {
    font-size: 75px;
  }

  #works_list .section-subttl {
    font-size: 28px;
  }

  /* #post_single .article__title {
    font-size: 24px;
  } */

  #post_single .works_info tr {
    display: flex;
    flex-direction: column;
  }

  #post_single .works_info .title {
    width: 100.2%;
    text-align: center;
    padding: 0.5em 0;
  }

  #post_single .works_info .info {
    text-align: center;
    padding-left: 0;
    padding: 0.5em 5px;
  }
}

@media (max-width: 767px) {

  #works_list .section-ttl {
    font-size: 60px;
  }

  #works_list .section-subttl {
    font-size: 20px;
  }

  .single-works #post_single .article-head {
    display: flex;
    align-items: center;
    align-items: flex-start;
    flex-direction: column;
  }

  #post_single .article__text_wrap {
    flex-direction: column;
    margin: 0 auto;
  }

  #post_single .article__text img {
    width: 100%;

  }

  #post_single .article {
    width: 100%;
  }

  #post_single .article .article__date {
    margin-bottom: 0;
  }

  #post_single .article-head .article__date {
    margin-bottom: 13px;
  }

  #post_single .post__cat {
    margin-top: .7em;
    margin-bottom: .5em;
    font-size: 16px;
  }

  #post_single .article__title {
    margin-bottom: 0;
    font-size: 21px;
  }

  #post_single .article__title2 {
    display: none;
  }

  #post_single .article__title3 {
    display: block;
    margin-top: 10px;
    font-size: 25px;
  }

  #post_single .article__date {
    margin-bottom: 0;
  }

  #post_single .cat-recruit {
    padding: 10px 20px;
  }

  #post_single .article__cat>* {}

  #post_single .paging {
    justify-content: space-around;
  }
}

@media (max-width: 480px) {

  #works_list .section-ttl {
    font-size: 45px;
  }

  #works_list .section-subttl {
    font-size: 16px;
  }

  #post_single .article {
    width: 100%;
  }

  #post_single .paging {
    width: 100%;
  }

  #post_single .section-inner {
    padding-bottom: 2em;
    padding-top: 1em;
  }

  #post_single .article__title3 {
    font-size: 19px;
  }

  #post_single .article__title {
    font-size: 18px;
  }

  #post_single .article .article__date {
    font-size: 16px;
  }

  #post_single .article .article__cat .cat-news {
    font-size: 16px;
  }

  #post_single .article__text img {}

  #post_single .works_info {
    font-size: 16px;
  }

  #post_single .works_info .title {
    width: 100.3%;
  }

}

/*----------------------------------------------------
  採用情報 RECRUIT PAGE
----------------------------------------------------*/

/*MAIN BLOCK -------------------------*/


#main-visual__recruit {
  /* aspect-ratio: auto; */
  width: 100%;
  max-height: none;
}

#main-visual__recruit {
  max-height: 100vh;
}

#main-visual__recruit .main-visual-inner {
  background-size: cover;
  background-image: url(../img/news/img_head_news.png);
}

@media (max-width: 767px) {
  #main-visual__recruit {
    height: auto;
    aspect-ratio: 1/1.438;
  }

  #main-visual__recruit .main-visual-inner {
    background-image: url(../img/news/img_head_news_sp.png);
  }
}


/*recruit_message -------------------------*/

#recruit_message .section-inner {
  padding: 30px 0;
}

#recruit_message .rm_box {
  width: 90%;
  margin: 0 auto;
}

#recruit_message .rm-ttl {
  color: #940032;
  font-size: 28px;
  border-bottom: solid 1.5px;
  margin: 30px auto;
  max-width: 500px;
  line-height: 3em;
}

#recruit_message .rm-txt {
  max-width: 1200px;
  padding: 0px 50px;
  margin: 0 auto 45px;
}

#recruit_message .rm_img {
  margin-bottom: 50px;
}

/*recruit_info -------------------------*/
#recruit_info .recruit_info_box {
  width: 80%;
  margin: 0 auto;
}

#recruit_info .info_wrap {
  padding-top: 20px;
}

#recruit_info .info_tbl th {
  border: solid 0.5px black;
  font-size: 16px;
  padding: 35px 0 35px 45px;
  vertical-align: middle;
}

#recruit_info .info_tbl td {
  border: solid 0.5px black;
  font-size: 16px;
  padding-left: 35px;
  vertical-align: middle;
}

#recruit_info .tab-group {
  width: 100%;
  margin: 4em 0;
}

#recruit_info .tab.is-active {
  position: relative;
  width: 50%;
  padding: 25px 0;
  color: white;
}


#recruit_info .tab.is-active::after {
  content: '';
  position: absolute;
  /* bottom: -2em; */
  bottom: 0;
  top: 3.9em;
  left: 50%;
  transform: translate(-50%, 0) rotate(180deg);
  border-right: 40px solid transparent;
  border-bottom: 35px solid #930032;
  border-left: 40px solid transparent;
}

#recruit_info .tab {
  width: 50%;
  padding: 25px 0;
  background-color: white;
  border: solid 1px #930032;
  color: #930032;
}

@media (max-width: 1200px) {
  #recruit_info .recruit_info_box {
    width: 100%;
  }
}


@media (max-width: 767px) {

  #recruit_message .rm_box {
    width: 100%;
  }

  #recruit_message .rm-ttl {
    font-size: 22px;
    max-width: 350px;
  }

  #recruit_message .rm-txt {
    padding: 0px 25px;
  }

  #recruit_info .section-inner {
    width: 100%;
  }

  #recruit_info .info_tbl th {
    width: 11em;
  }

  #recruit_info .section-ttl {
    font-size: 22px;
  }

  #recruit_info .tab {
    font-size: 18px;
  }

  #recruit_info .tab.is-active::after {
    border-right: 30px solid transparent;
    border-bottom: 55px solid #930032;
    border-left: 30px solid transparent;
  }
}

@media screen and (max-width:480px) {
  #recruit_info .info_tbl th {
    padding: 15px 0 15px 25px;
    width: 8em;
  }

  #recruit_info .info_tbl td {
    padding-left: 20px;
    padding-right: 10px;
  }
}

/*entry -------------------------*/
#entry .entry_box {
  width: 80%;
  margin: 0 auto;
}

#entry .add_tel_box {
  margin-bottom: 40px;
}

#entry .add_mail_box {}

@media (max-width: 767px) {
  #entry .section-inner {
    width: 100%;
  }

  #entry .entry_box {
    width: 100%;

  }
}

/*----------------------------------------------------
  お問い合わせ CONTACT PAGE
----------------------------------------------------*/

/*MAIN BLOCK -------------------------*/

#main-visual__contact,
#main-visual__contact_recruit,
#main-visual__contact_another {
  display: none;
}

#main-visual__contact,
#main-visual__contact_recruit,
#main-visual__contact_another {
  display: none;
}

#main-visual__contact .main-visual-inner,
#main-visual__contact_recruit .main-visual-inner,
#main-visual__contact_another .main-visual-inner {
  display: none;
}

@media (max-width: 767px) {}

#section__contact {
  background-color: #e8f2ff;
  padding-top: 130px;
  padding-bottom: 100px;
  font-family: "source-han-serif-japanese", serif;
}

#section__contact .section-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 80px;
  background-color: #fff;
}

#section__contact .contact_box {
  width: 80%;
  margin: 0 auto;
}

#section__contact .contact_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: .8;
  margin-bottom: 3em;
}

#section__contact .contact_ttl span {
  font-size: 95px;
  font-weight: 500;
  font-family: "source-han-serif-japanese", serif;
}

#section__contact .contact_ttl2 {
  font-size: 35px;
  color: black;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.4;
}

#section__contact .contact_view_box {
  font-size: 20px;
  color: #808080;
  margin-bottom: 2em;
  font-weight: bold;
}

#section__contact .contact_view_box span {
  color: #072a7e;
}

#section__contact .text {
  margin-bottom: 0;
  font-size: 16px;
}

#section__contact .sub-txt {
  font-size: 20px;
  font-weight: 500;
}

#section__contact .two_line {
  line-height: 40px;
  padding: 23px 0;
}


#section__contact .contact_form {}

/**  form-box  **/

#section__contact .tbl__contact {
  width: 100%;
  margin: 40px auto 30px auto;
}

#section__contact .tbl__contact.tbl tr {}

#section__contact table.tbl th,
#section__contact table.tbl td {
  border-bottom: none;
}

#section__contact table.tbl tr:first-child th,
#section__contact table.tbl tr:first-child td {
  border-top: none;
}

#section__contact .tbl__contact.tbl th {
  width: 15em;
  font-size: 16px;
  padding-left: 15px;
}

#section__contact .tbl__contact.tbl td {
  padding: 0 40px 0 50px;
  font-size: 15px;
  vertical-align: middle;
}

#section__contact .tbl__contact .required {
  float: right;
  color: white;
  background-color: #d90806;
  padding: 2px 6px;
  font-size: 13px;
  margin-left: 15px;
}

#section__contact .tbl__contact .required2 {
  margin-top: 12px;
}

#section__contact .tbl__contact .required.required_clear {
  opacity: 0;
}

.form-box input[type='text'],
.form-box input[type='password'],
.form-box input[type='tel'],
.form-box input[type='email'],
.form-box input[type='number'],
.form-box select,
.form-box textarea {
  width: 100%;
  padding: 20px 20px;
  font-size: 16px;
  line-height: 1.4;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
}

#section__contact input::placeholder {
  color: #666666;
}

#section__contact input:-ms-input-placeholder {
  /* IE用 */
  color: #666666;
}

#section__contact .tbl__contact .mgb05 {
  display: flex;
  justify-content: space-between;
  margin: 17px 0;
  font-size: 16px;
  flex-direction: column;
  align-content: flex-start;
}

#section__contact .tbl__contact .mgb06 {
  padding: 15px 0;
  text-align: right;
  white-space: nowrap;
  font-size: 16px;
}

#section__contact .tbl__contact .mgb07 {
  padding: 10px 0;
}

#section__contact .tbl__contact .item-txt {
  display: flex;
  align-items: center;

}

#section__contact .tbl__contact .item_zip {
  width: 45%;
}

#section__contact .tbl__contact .item_add {
  width: 100%;
}

.mwform-checkbox-field-text {
  font-size: 16px;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

#section__contact .btn {
  font-weight: 600;
  font-family: "source-han-serif-japanese", serif;
  background-color: #072a7e;
  color: white !important;
  border: unset;
  border-radius: 0;
  line-height: 1.9;
  max-width: 350px;
  width: 90%;
  padding: .6em .5em;
  cursor: pointer;
}

#section__contact .btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#section__contact .btn.send {
  margin-bottom: 2em;
}

#section__contact .btn.back {
  font-weight: 600;
  font-family: "source-han-serif-japanese", serif;
  background-color: #fff;
  color: #072a7e !important;
  border: solid 2px #072a7e;
  border-radius: 0;
  line-height: 1.9;
  max-width: 350px;
  padding: 0.6em 0.5em;
}

#section__contact .text__main {
  margin: 55px auto;
}

#section__contact .tab-group .linkbox {
  position: relative;
}

#section__contact .tab-group .linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#section__contact .mw_wp_form .error {
  text-align: left;
}

#section__contact .agree-box {
  display: inline-block;
}

/*画面幅 1300px 以下↓ -------------------------*/
@media (max-width: 1300px) {
  #section__contact .contact_box {
    width: 100%;
  }

  #section__contact .tbl__contact {
    width: 90%;
  }
}

@media (max-width: 1260px) {
  #section__contact .tab.is-active::after {
    top: 5.4em;
  }
}

@media (max-width: 1000px) {
  #section__contact .tab-menu_box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  #section__contact .tab {
    font-size: 18px;
    height: 100px;
    padding: 30px 0;
    margin-right: -2px;
  }

  #section__contact .two_line {
    line-height: 26px;
  }

  #section__contact .tab.is-active::after {
    top: 5.3em;
    border-right: 30px solid transparent;
    border-bottom: 35px solid #930032;
    border-left: 30px solid transparent;
  }
}

@media (max-width: 890px) {
  #section__contact .tbl__contact.tbl th {
    width: 14em;
  }

}

/*画面幅 767px 以下↓ -------------------------*/
@media (max-width: 767px) {

  #section__contact .contact_ttl {
    font-size: 25px;
    margin-bottom: 1.6em;
  }

  #section__contact .contact_ttl span {
    font-size: 70px;
  }

  #section__contact .contact_view_box {
    margin-bottom: 1.6em;
  }

  #section__contact .tbl__contact {
    width: 90%;
  }

  #section__contact .tab {
    font-size: 17px;
    height: 93px;
    padding: 10px 0;
  }

  #section__contact .two_line {
    line-height: 24px;
  }

  #section__contact .tab.is-active::after {
    top: 5.2em;
    border-right: 25px solid transparent;
    border-bottom: 30px solid #930032;
    border-left: 25px solid transparent;
  }

  #section__contact .tbl__contact .mgb05 {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
  }

  #section__contact .tbl__contact .mgb06 {
    padding: 0;
    text-align: left;
  }

  #section__contact .tbl__contact .required {
    float: unset;
  }

  #section__contact .tbl__contact .required2 {
    margin-top: 0;
  }

  #section__contact .tbl__contact .item-txt {
    padding: 12px 0;
    font-size: 17px;
    margin: 0 5px 10px 5px;
  }

  #section__contact .tbl__contact .item_zip {
    width: 60%;
    margin-bottom: 5px;
  }

  #section__contact .tbl__contact .item_add {
    margin-top: 10px;
    width: 100%;
  }

  #section__contact .tbl__contact.tbl th {
    padding-top: 30px;
    padding-bottom: 0;
  }

  #section__contact .tbl__contact.tbl td {
    padding: 15px;
    font-size: 15px;
  }

  #section__contact .tbl__contact.tbl tr {
    display: flex;
    flex-direction: column;
  }

  #section__contact .btn {
    font-size: 16px;
  }
}

@media (max-width: 480px) {

  #section__contact .contact_view_box {
    font-size: 17px;
  }

  #section__contact .tbl__contact {
    width: 95%;
    margin: 20px auto;
  }

  #section__contact .text span {
    font-size: 13px;
  }

  #section__contact .contact_view_box span {
    font-size: 17px;
  }

  #section__contact .contact_ttl {
    font-size: 16px;
  }

  #section__contact .contact_ttl span {
    font-size: 45px;
  }

  #section__contact {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  #section__contact .contact_ttl2 {
    font-size: 23px;
  }

  #section__contact .sub-txt {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  #section__contact .tab {
    font-size: 16px;
    height: 83px;
    padding: 5px 0;
  }

  #section__contact .two_line {
    line-height: 22px;
  }

  #section__contact .tab.is-active::after {
    top: 4.9em;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #930032;
    border-left: 20px solid transparent;
  }

  #section__contact .tbl__contact.tbl th {
    width: 11.5em;
    font-size: 14px;
    padding-top: 20px;
    padding-left: 10px;
  }

  #section__contact .tbl__contact.tbl td {
    font-size: 14px;
    padding: 10px;
  }

  #section__contact .tbl__contact .mgb06 {
    padding: 9px 0;
  }

  #section__contact .tbl__contact .item-txt {
    padding: 10px 0;
    font-size: 17px;
    margin: 0 5px 5px 0px;
  }
}

/*----------------------------------------------------
  プライバシーポリシー privacy PAGE
----------------------------------------------------*/

/*MAIN BLOCK -------------------------*/

#privacy-policy #privacy-policy-con .privacy-policy-wrap {
  border: 1px solid #231815;
  padding: 100px;
  margin-bottom: 100px;
  position: relative;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-main-tit h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  line-height: 1.7;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-main-tit p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list {
  margin-bottom: 40px;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list:last-child {
  margin-bottom: 0;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list h3 {
  font-size: 20px;
  color: #ce452b;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-left: 15px;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list .ppl-number {
  margin-left: 15px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list .ppl-circle {
  margin-left: 30px;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list .ppl-mt {
  margin-top: 10px;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list .ppl-mb {
  margin-bottom: 20px;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-last-txt p {
  text-align: right;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .service-deco-02 {
  position: absolute;
  top: -60px;
  right: 0;
  width: 197px;
  height: auto;
}

#privacy-policy #privacy-policy-con .privacy-policy-wrap .service-deco-01 {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 147px;
  height: auto;
}

.privacy-policy-list-wrap .privacy-policy-list {
  opacity: 0;
}

.privacy-policy-list-wrap .privacy-policy-list.fadeInUp {
  animation: fadeInBottom 1s ease forwards;
}

/*----------------------------------------------------
  404 PAGE
----------------------------------------------------*/


/* 追加250610 */

.btn-sp {
  display: none !important;
}

.sp-bottom-fixed-buttons-wrap {
  display: none !important;
}

.top-news-img-sp {
  display: none !important;
}

.bg-home-recruit-img-sp {
  display: none !important;
}

#aboutus #philosophy .section-inner {
  position: relative;
}

#aboutus #philosophy .section-inner .philosophy-deco01 {
  position: absolute;
  width: 147px;
  height: 132px;
  top: 100px;
  left: 0;
}

/*pankuzu*/
#pankuzu {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  background-color: #000;
}

#pankuzu ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#pankuzu ul li:not(:last-child):after {
  content: ">";
  margin: 0.5em;
}

#pankuzu ul li {
  font-size: 14px;
  color: #fff;
}

#pankuzu ul li a {
  font-size: 14px;
  color: #fff;
}

#pankuzu ul li a:hover {
  text-decoration: underline;
}

#aboutus #greeting .section-inner {
  position: relative;
}

#aboutus #greeting .section-inner .philosophy-deco01 {
  position: absolute;
  width: 197px;
  height: 153px;
  top: 50px;
  right: 0;
}

#aboutus #greeting .section-inner .philosophy-deco02 {
  position: absolute;
  width: 147px;
  height: 132px;
  bottom: 50px;
  left: 0;
}

#access .section-inner {
  position: relative;
}

#access .section-inner .philosophy-deco01 {
  position: absolute;
  width: 197px;
  height: 153px;
  top: 50px;
  left: 0;
}

#access .section-inner .philosophy-deco02 {
  position: absolute;
  width: 176px;
  height: 102px;
  bottom: 40px;
  right: 0;
}

@media screen and (max-width:767px) {
  #pankuzu {
    width: 100%;
    font-size: 0.6rem;
  }
}

#access .common-access .text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.25em;
  font-family: "source-han-serif-japanese", serif;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
}

#access .common-access .text .top-access-map-text-img {
  width: 17px;
  margin-right: 10px;
}

#access .map_area iframe {
  height: 530px;
  width: 100%;
  margin-bottom: 20px;
}

#attempt {
  padding-bottom: 50px;
}

#attempt .section-inner {
  background-image: url(../img/image/company/free_03.jpg);
  background-size: cover;
  background-position: 0px -300px;
  padding: 30px 0;
  border: 10px solid #00a73c;
  position: relative;
}

/* #attempt .section-inner::before {
  position: absolute;
  content: "";
  background-color: rgba(35, 24, 21, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

#attempt .section-inner .section-ttl,
#attempt .section-inner .attempt-wrap {
  position: relative;
  z-index: 10;
}

#attempt .section-inner .section-ttl {
  color: #fff;
}

#attempt .section-inner .section-ttl .green {
  color: #00a73c !important;
}

#attempt .attempt-wrap h2 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

#attempt .attempt-wrap .btn_view {
  background-color: #00a73c;
}

.br-sp {
  display: none !important;
}


#construction_license {
  background-color: #f2f2f2;
}

#construction_license .section-inner .section-ttl {
  position: relative;
}

#construction_license .section-inner .section-ttl .service-deco-01 {
  position: absolute;
  width: 147px;
  height: auto;
  top: -40px;
  left: 0;
}

#construction_license .section-inner .section-ttl .service-deco-02 {
  position: absolute;
  width: 197px;
  height: auto;
  top: -40px;
  right: 0;
}

#construction_license .license-list-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#construction_license .license-list-wrap .license-list {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  height: 60px;
}

#construction_license .license-list-wrap .license-list:nth-child(3n) {
  margin-right: 0;
}

#construction_license .license-list-wrap .license-list:nth-child(19) {
  margin-bottom: 0;
}

#construction_license .license-list-wrap .license-list img {
  height: 40px;
  margin-right: 20px;
}

#construction_license .license-list-wrap .license-list p {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.service .license-list-wrap .license-list {
  opacity: 0;
}

.service .license-list-wrap .license-list.fadeInUp {
  animation: fadeInBottom 1s ease forwards;
}

.privacy-policy-mv-sp {
  display: none !important;
}


.single-post #post_single .article__text img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  margin-bottom: 40px;
}

.single-post #postlist .section-inner {
  border-bottom: none;
}

/*
#works_list .swiper-button-prev,
#works_list .swiper-button-next {
  top: 50%;
  width: 40px;
}

#works_list .swiper-button-prev {
  left: 50px;
}

#works_list .swiper-button-next {
  right: 50px;
} */


@media (max-width: 2000px) {

  #aboutus #philosophy .section-inner .philosophy-deco01,
  #aboutus #greeting .section-inner .philosophy-deco02,
  #access .section-inner .philosophy-deco01 {
    left: 150px;
  }

  #company #access .section-inner,
  #company #attempt .section-inner,
  #company #to_btn_area .section-inner,
  #company #home-contact .section-inner {
    padding-left: 150px;
  }

  .page #home-contact .home-content {
    width: 100%;
  }

  .company #to_btn_area .section-inner {
    border: none;
    position: relative;
  }

  .company #to_btn_area .section-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 150px;
    width: calc(100% - 150px);
    height: 1px;
    background-color: #ccc;
  }

  #attempt .section-inner {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  #attempt .section-inner {
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* #attempt .section-inner::before {
    width: 1050px;
    left: 150px;
  } */

  #attempt .section-inner .attempt-border-wrap {
    border: 10px solid #00a73c;
    padding: 30px 0;
    position: relative;
    z-index: 10;
  }

}

@media (max-width: 1600px) {

  #aboutus #philosophy .section-inner .philosophy-deco01,
  #aboutus #greeting .section-inner .philosophy-deco02,
  #access .section-inner .philosophy-deco01 {
    left: 200px;
  }

  #company #access .section-inner,
  #company #attempt .section-inner,
  #company #to_btn_area .section-inner,
  #company #home-contact .section-inner {
    padding-left: 200px;
  }

  .company #to_btn_area .section-inner::before {
    left: 200px;
    width: calc(100% - 200px);
  }

  /* #attempt .section-inner::before {
    width: 1000px;
    left: 200px;
  } */

  .page #home-contact .home-contact-wrap .btn_box_b {
    font-size: 25px;
  }

  .page #home-contact .home-contact-wrap .tel-text {
    font-size: 15px;
  }

  .page #home-contact .home-contact-wrap .tel-text-20 {
    font-size: 15px;
  }

  .page #home-contact .home-contact-wrap .tel-text-16 {
    font-size: 15px;
  }

  .page #home-contact .home-contact-wrap .btn_box_r {
    font-size: 25px;
  }

  #business_info .cw_wrap,
  #business_info .ce_wrap,
  #business_info .ew_wrap,
  #business_info .mc_wrap {
    display: flex;
    gap: 100px;
  }

  #business_info .cw_wrap .img_box,
  #business_info .ew_wrap .img_box {
    width: 683px;
  }

  #business_info .cw_wrap .txt_box,
  #business_info .ew_wrap .txt_box,
  #business_info .mc_wrap .txt_box {
    width: calc(100% - 733px);
  }

  #business_info .ce_wrap .img_box,
  #business_info .mc_wrap .img_box {
    width: 583px;
    object-fit: cover;
    margin: 0;
  }

  #business_info .ce_wrap .txt_box {
    width: calc(100% - 633px);
  }

  #construction_work .section-inner,
  #civil_engineering_works .section-inner,
  #electrical_work .section-inner,
  #machine_construction .section-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1300px;
  }

  #business_info .cw_wrap .img_box .service-deco-02,
  #business_info .ew_wrap .img_box .service-deco-02 {
    right: -30px;
  }

  #business_info .ce_wrap .img_box .service-deco-01,
  #business_info .mc_wrap .img_box .service-deco-01 {
    left: -30px;
  }

}

@media (max-width: 1440px) {
  #aboutus #philosophy .item {
    padding: 30px;
  }

  #business_info .cw_wrap .img_box .service-deco-02,
  #business_info .ew_wrap .img_box .service-deco-02 {
    width: 147px;
  }

  #business_info .ce_wrap .img_box .service-deco-01,
  #business_info .mc_wrap .img_box .service-deco-01 {
    width: 107px;
  }

  #construction_license .section-inner .section-ttl .service-deco-01 {
    width: 107px;
  }

  #construction_license .section-inner .section-ttl .service-deco-02 {
    width: 147px;
  }

}

@media (max-width: 1350px) {

  #business_info .cw_wrap .img_box,
  #business_info .ew_wrap .img_box {
    width: 483px;
  }

  #business_info .cw_wrap .txt_box,
  #business_info .ew_wrap .txt_box,
  #business_info .mc_wrap .txt_box {
    width: calc(100% - 533px);
  }

  #business_info .ce_wrap .img_box,
  #business_info .mc_wrap .img_box {
    width: 433px;
    object-fit: cover;
    margin: 0;
  }

  #business_info .ce_wrap .txt_box {
    width: calc(100% - 483px);
  }

  #civil_engineering_works .section-inner {
    padding-left: 50px;
  }

  #construction_work .section-inner,
  #civil_engineering_works .section-inner,
  #electrical_work .section-inner,
  #machine_construction .section-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1200px;
  }

  #business_info .cw_wrap,
  #business_info .ce_wrap,
  #business_info .ew_wrap,
  #business_info .mc_wrap {
    display: flex;
    gap: 50px;
  }

}

@media (max-width: 1250px) {

  #aboutus #philosophy .sub_section-ttl,
  #greeting .greeting_txt .ttl {
    font-size: 25px;
  }

  #pankuzu ul {
    max-width: 1000px;
    line-height: 1.4;
  }


  #business_info .txt_info {
    font-size: 16px;
  }

  #business_info .section_lead_ttl .ttl {
    font-size: 35px;
  }

  #business_info .section_lead_ttl .num {
    font-size: 80px;
  }

  #construction_work .section-inner,
  #civil_engineering_works .section-inner,
  #electrical_work .section-inner,
  #machine_construction .section-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1020px;
  }

  #civil_engineering_works .section-inner {
    width: 980px;
  }

  #business_info .cw_wrap .img_box .service-deco-02,
  #business_info .ew_wrap .img_box .service-deco-02 {
    right: -30px;
  }

  #business_info .ce_wrap .img_box .service-deco-01,
  #business_info .mc_wrap .img_box .service-deco-01 {
    left: -30px;
    width: 97px;
  }



  .single-works #post_single .article {
    border: none;
    padding: 100px 50px;
  }

}

@media (max-width: 1024px) {
  #sub_main_visual .top_item {
    width: 90%;
  }

  #pankuzu ul {
    width: 90%;
  }

  #aboutus #philosophy .section-inner .philosophy-deco01,
  #aboutus #greeting .section-inner .philosophy-deco02,
  #access .section-inner .philosophy-deco01 {
    left: 0;
  }

  #aboutus #philosophy .section-inner .philosophy-deco01,
  #aboutus #greeting .section-inner .philosophy-deco02 {
    width: 107px;
    height: 92px;
  }

  #aboutus #greeting .section-inner .philosophy-deco01,
  #outline .section-inner .philosophy-deco01,
  #access .section-inner .philosophy-deco01 {
    width: 157px;
    height: 113px;
  }

  #company #access .section-inner,
  #company #attempt .section-inner,
  #company #to_btn_area .section-inner,
  #company #home-contact .section-inner {
    padding-left: 0;
  }

  .company #to_btn_area .section-inner::before {
    left: 0;
    width: 100%;
  }

  #access .section-inner .philosophy-deco02 {
    width: 136px;
    height: 82px;
  }

  .section-ttl .en {
    font-size: 40px;
  }

  .section-ttl .jp {
    font-size: 18px;
  }

  .ttl_black {
    font-size: 30px;
  }

  .btn {
    width: 190px;
    font-size: 15px;
  }

  .btn-pc {
    display: none !important;
  }

  .btn-sp {
    display: block !important;
  }

  #pickup-news .pickup-news-content {
    width: 100%;
    padding: 0 0 5%;
    flex-direction: column;
  }

  .post__date {
    margin-right: 1em;
  }

  .post__cat {
    margin-right: 1em;
  }

  #pickup-news .pickup-news-content .section-ttl {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
  }

  #pickup-news .pickup-news-content .post-list::before {
    display: none;
  }

  #pickup-news .pickup-news-content .post-list {
    width: 100%;
    padding-left: 0;
    border-top: solid 2px #000;
    padding-top: 20px;
  }

  #pickup-news .post__link {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #cccccc;
    flex-direction: column;
  }

  .post-list .post:last-child .post__link {
    margin-bottom: 50px;
  }

  #pickup-news .no_wrap_box {
    margin-top: 0;
    margin-bottom: 10px;
  }

  #pickup-news .post__date {
    font-size: 16px;
    margin-right: 1.7em;
  }

  #pickup-news .post__cat {
    font-size: 14px;
  }

  #pickup-news .post__title {
    font-size: 16px;
    white-space: normal;
    line-height: 1.3;
  }


  #pickup-news .btn {
    margin: 0 auto;
    font-size: 16px;
  }

  #pickup-news .pickup-news-content .section-ttl-left {
    margin-top: 15px;
  }


  #home-company .bl-contents__aboutus .bl-contents-text .text p {
    font-size: 16px;
  }

  #home-company .bl-contents__aboutus .bl-contents-text .text {
    margin-bottom: 0;
  }


  #home-service .text {
    margin-bottom: 0;
  }

  #home-service p {
    font-size: 16px;
  }

  #home-service .bl-contents-media .service-deco02 {
    left: 0;
  }

  #home-service .bl-contents-media .service-deco01 {
    right: 0;
  }

  #home-service .bl-contents-media img {
    width: 90%;
  }


  #home-works .works-list .post__date {
    padding: 1.5em;
  }

  #home-works .works-item .item-title-wrap {
    padding: 0.7em 1.5em 1.5em;
  }

  #home-works .works-item .item-title {
    font-size: 16px;
  }


  .bl-contents__aboutus .bl-contents-text {
    padding: 0px 50px 0px;
    width: 90%;
  }

  #home-initiatives .bl-contents__aboutus .bl-contents-text .text {
    margin-bottom: 0;
  }

  #home-initiatives .bl-contents__aboutus .bl-contents-text .text p {
    font-size: 16px;
  }

  .bl-contents__aboutus .bl-contents-media {
    width: 100%;
    padding: 0 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }


  #home-service .bl-contents__business_info {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  #home-service .btn {
    margin: 0 auto;
  }


  #home-recruit .section-ttl {
    margin-bottom: 20px;
  }

  #home-recruit .bl-contents-item.bl-contents-text .section-ttl2 {
    margin-bottom: 20px;
  }

  #home-recruit .bl-contents-item.bl-contents-text {
    margin-bottom: 0;
  }

  #home-recruit .bl-contents-item.bl-contents-text {
    width: 100%;
    margin: 0 auto;
  }

  .bl-contents__aboutus .bl-contents-media .company-deco {
    position: absolute;
    width: 125px;
    top: 0;
    right: 50px;
  }


  #home-access .home-access-wrap {
    flex-direction: column;
  }

  #home-access .home-access-wrap .home-access-left {
    margin-right: 0;
    width: 100%;
  }

  #home-access .home-access-wrap .home-access-right {
    width: 100%;
    margin-top: 50px;
  }

  #home-access .map_area {
    margin-bottom: 50px;
    height: 400px;
    width: 100%;
  }

  #home-access .btn {
    margin: 0 auto;
  }


  #business_info .section_lead_ttl .ttl {
    font-size: 25px;
  }

  #construction_license .license-list-wrap .license-list img {
    height: 30px;
    margin-right: 15px;
  }

  #construction_license .license-list-wrap .license-list p {
    font-size: 18px;
  }

  #construction_work .section-inner,
  #civil_engineering_works .section-inner,
  #electrical_work .section-inner,
  #machine_construction .section-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }

  #business_info .cw_wrap .img_box,
  #business_info .ew_wrap .img_box {
    width: 40%;
  }

  #business_info .cw_wrap .txt_box,
  #business_info .ew_wrap .txt_box,
  #business_info .mc_wrap .txt_box {
    width: 60%;
  }

  #civil_engineering_works {
    background-color: #f2f2f2;
  }

  #civil_engineering_works .section-inner {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
  }

  #business_info .ce_wrap .txt_box {
    width: 60%;
  }

  #business_info .ce_wrap .img_box,
  #business_info .mc_wrap .img_box {
    width: 40%;
    object-fit: cover;
    margin: 0;
  }

  #business_info .cw_wrap,
  #business_info .ce_wrap,
  #business_info .ew_wrap,
  #business_info .mc_wrap {
    gap: 25px;
  }

  #construction_license .license-list-wrap .license-list {
    width: calc((100% - 40px) / 2);
  }

  #construction_license .license-list-wrap .license-list:nth-child(2n) {
    margin-right: 0;
  }

  #construction_license .license-list-wrap .license-list:nth-child(3n) {
    margin-right: 20px;
  }

  #business_info .cw_wrap .img_box .service-deco-02,
  #business_info .ew_wrap .img_box .service-deco-02 {
    right: -20px;
  }

  #business_info .ce_wrap .img_box .service-deco-01,
  #business_info .mc_wrap .img_box .service-deco-01 {
    left: -20px;
  }


  #postlist .tab-menu_box .sidebar {
    width: 174px;
  }

  .panel-group {
    width: calc(100% - 204px);
  }

  #postlist .tab-menu_box .sidebar .category-list li a {
    font-size: 16px;
  }

  #postlist .tab-menu_box .sidebar .select-wrapper select {
    font-size: 16px;
  }

  #postlist .tab-menu_box .sidebar h3 {
    font-size: 15px;
  }

  #postlist .tab-wrap {
    gap: 30px;
  }


  #privacy-policy #privacy-policy-con .privacy-policy-wrap {
    padding: 50px;
  }


  .pager .prev.page-numbers {
    margin-right: 20px;
  }

  .pager .next.page-numbers {
    margin-left: 10px;
  }

  .pager .page-numbers:not(:last-child) {
    margin-right: 10px;
  }

  .pager .page-numbers {
    padding: 10px;
    width: 40px;
    height: 40px;
  }

  .pager .prev.page-numbers,
  .pager .next.page-numbers {
    width: 40px;
  }


  .single-works #post_single .article {
    border: none;
    padding: 50px 15px;
  }

  .single-works #post_single .deco02 {
    position: absolute;
    width: 127px;
    top: 30px;
    right: 30px;
  }

  .single-works #post_single .deco03 {
    position: absolute;
    width: 77px;
    bottom: 30px;
    left: 30px;
  }

  .swiper-button-next {
    right: 25px;
  }

  .swiper-button-prev {
    left: 25px;
  }


  #post_single .article {
    padding: 50px;
  }

  #post_single .article .deco-02 {
    position: absolute;
    width: 127px;
    top: 30px;
    right: 30px;
  }

  #post_single .article .deco-03 {
    position: absolute;
    width: 77px;
    bottom: 30px;
    left: 30px;
  }

  #post_single .article__text {
    margin: 50px 0;
  }

}

@media (max-width: 850px) {
  .privacy-policy-mv-sp {
    display: block !important;
  }
}

@media (max-width: 820px) {


  .br-sp {
    display: block !important;
  }

  #aboutus #philosophy .img-area {
    width: 300px;
  }

  #aboutus #philosophy .wrap_box {
    gap: 30px;
  }

  #aboutus #philosophy .txt_area {
    width: calc(100% - 330px);
  }

  #aboutus #philosophy .sub_section-ttl {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 0.08em;
    line-height: 1.42;
  }

  #aboutus #philosophy .txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }

  #aboutus #philosophy .item {
    padding: 30px 15px;
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }

  #greeting .wrap_box {
    align-items: flex-start;
  }

  #greeting .img-area {
    width: 250px;
    height: 300px;
  }

  #greeting .greeting_txt {
    width: calc(100% - 270px);
    margin-left: 20px;
  }

  #greeting .greeting_txt .txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }

  #outline .outline_tbl.tbl th,
  #outline .outline_tbl.tbl td {
    border-bottom: solid 1px #8a8a8a;
    font-size: 16px;
    padding: 40px 15px;
    padding-right: 0;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }

  #outline .outline_tbl.tbl td span {
    display: inline-block;
    width: 100%;
    text-align: right;
  }

  #access .common-access .text {
    font-size: 18px;
  }

  #access .map_area iframe {
    height: 373px;
  }

  #attempt .attempt-wrap h2 {
    font-size: 25px;
  }

  #to_btn_area .wrap_box .to__txt .to_btn-ja {
    font-size: 27px;
  }

  #to_btn_area .wrap_box .to__txt .to_btn-en {
    width: auto;
  }

  #home-contact .text {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }

  .page #home-contact .home-contact-wrap .btn_box_r {
    font-size: 18px;
  }

  .page #home-contact .home-contact-wrap .btn_box_b {
    font-size: 18px;
  }

  #home-contact .home-contact-wrap .tel-text {
    margin-bottom: 5px;
  }


  #post_single .works_info .works_info-list .info {
    font-size: 16px;
  }

  .sp-small {font-size: 15px!important;}

}

@media (max-width: 767px) {

  #works_list .post-list-wrap .deco02 {
    position: absolute;
    top: -140px;
    right: 0;
    width: 88px;
    height: auto;
  }

  #works_list .post-list-wrap .deco01 {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 70px;
    height: auto;
  }


  #header {
    height: 60px;
  }

  #sub_main_visual {
    padding-top: 60px;
  }

  #sub_main_visual .top_item {
    padding-top: 60px;
  }

  #sub_main_visual img {
    height: 150px;
  }

  #sub_main_visual .sub-mv-wrap::before {
    height: 150px;
  }

  .top_item {
    padding-top: 60px;
    flex-direction: column;
  }

  .top_item .section-subttl {
    font-size: 16px;
    padding-left: 0;
  }

  .section-inner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .section-ttl .en {
    font-size: 35px;
  }

  .section-ttl .jp {
    font-size: 18px;
  }

  #main-visual__top .slick-slider .slick-slide img {
    height: 100vh;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  #main-visual__top .main-visual-inner .slider .slick-dots {
    bottom: 25px;
  }

  .main-visual .mv-deco01 {
    position: absolute;
    z-index: 10;
    width: 100px;
    left: 15px;
    top: 25px;
  }

  .main-visual .mv-deco02 {
    position: absolute;
    z-index: 10;
    width: 100px;
    right: 0;
    bottom: 50px;
  }

  #main-visual__top .bg-marker-b {
    margin-top: 10px;
  }

  #main-visual__top .top-copy .bg-marker {
    padding: 10px;
  }

  #main-visual__top .top-copy-en {
    font-size: 8.5px;
    margin-top: 5px;
  }

  .main-visual .side-fixed-buttons .side-button01,
  .main-visual .side-fixed-buttons .side-button02 {
    display: none;
  }

  #sub_main_visual-wrap .side-fixed-buttons .side-button01,
  #sub_main_visual-wrap .side-fixed-buttons .side-button02 {
    display: none;
  }

  .sp-bottom-fixed-buttons-wrap {
    display: block !important;
  }

  .sp-bottom-fixed-buttons {
    display: flex;
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }

  .sp-bottom-fixed-buttons .sp-bottom-fixed-recruit-wrap {
    width: calc(100% - 50px);
  }

  .sp-bottom-fixed-buttons .sp-bottom-fixed-recruit-wrap .sp-bottom-fixed-recruit {
    display: flex;
    background-color: #004888;
    width: 100%;
    height: 100%;
    padding: 0px 50px 0 20px;
    align-items: center;
  }

  .sp-bottom-fixed-buttons .sp-bottom-fixed-recruit-wrap .sp-bottom-fixed-recruit img {
    width: 95px;
    height: 40px;
    object-fit: cover;
  }

  .sp-bottom-fixed-buttons .sp-bottom-fixed-recruit-wrap .sp-bottom-fixed-recruit h2 {
    padding: 0 10px;
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #fff;
  }

  .sp-bottom-fixed-buttons .sp-bottom-fixed-recruit-wrap .sp-bottom-fixed-recruit p {
    font-size: 9px;
    letter-spacing: 0.1em;
    color: #fff;
  }

  .sp-bottom-fixed-buttons .sp-bottom-fixed-pagetop-wrap {
    width: 50px;
  }

  .sp-bottom-fixed-buttons .sp-bottom-fixed-pagetop-wrap .sp-bottom-fixed-pagetop {
    display: flex;
    background-color: #ce452b;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .sp-bottom-fixed-buttons .sp-bottom-fixed-pagetop-wrap .sp-bottom-fixed-pagetop img {
    width: 20px;
  }

  #pickup-news .pickup-news-content {
    padding: 0;
  }

  #pickup-news .section-ttl .en {
    font-size: 35px;
    letter-spacing: 0.1em;
  }

  #pickup-news .section-ttl .jp {
    font-size: 18px;
  }

  #pickup-news .pickup-news-content .post-list {
    width: 100%;
    padding-left: 0;
    border-top: solid 2px #000;
    padding-top: 20px;
    margin-top: 20px;
  }

  #pickup-news .post__link {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  #pickup-news .no_wrap_box {
    margin-top: 0;
    margin-bottom: 5px;
  }

  #pickup-news .post__date {
    font-size: 10px;
    margin-right: 10PX;
  }

  #pickup-news .post__cat {
    font-size: 15px;
    padding: 5px 7.5px;
  }

  #pickup-news .post__title {
    font-size: 16px;
    white-space: normal;
    line-height: 1.4;
    padding-top: 0;
    letter-spacing: 0.08em;
  }

  .top-news-img {
    display: none !important;
  }

  .top-news-img-sp {
    display: block !important;
  }

  .post__title .top-news-img-sp {
    width: 18.5px;
    transition: transform 0.3s ease;
    margin-left: 25px;
  }

  .post-list .post:last-child .post__link {
    margin-bottom: 50px;
  }

  #pickup-news .btn {
    margin: 0 auto;
    font-size: 15px;
  }

  .bl-contents__aboutus .bl-contents-text {
    padding: 0;
    width: 100%;
  }

  .bl-contents__aboutus .ttl_black {
    font-size: 20px;
    line-height: 1.37;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }

  #home-company .bl-contents__aboutus .bl-contents-text .text p {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .bl-contents__aboutus .bl-contents-media {
    width: 100%;
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .bl-contents__aboutus .bl-contents-media .company-deco {
    position: absolute;
    width: 72.5px;
    top: 0;
    right: 0;
  }


  #home-service {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
  }

  #home-service::before {
    top: 0;
    right: 0;
    z-index: -2;
    width: 100vw;
    height: 100%;
  }

  #home-service .section-inner {
    padding: 50px 0;
  }

  .home-content {
    padding: 0;
  }

  #home-service .section-ttl {
    font-size: 20px;
    line-height: 1.37;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }

  #home-service p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  #home-service .bl-contents-media {
    width: 245px;
    height: 143px;
    margin: 60px auto 35px 40px;
    padding: 0;
  }

  #home-service .bl-contents-media img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  #home-service .bl-contents-media .service-deco01 {
    right: -35px;
    top: -15px;
    width: 30px;
    height: auto;
  }

  #home-service .bl-contents-media .service-deco02 {
    left: -15px;
    width: 50px;
    height: auto;
    margin: 0;
    bottom: -20px;
  }


  #home-works .works-item .article__title {
    color: #fff;
    opacity: 1;
    width: fit-content;
    font-size: 15px;
    letter-spacing: 0.08em;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
  }

  #home-works .item-thumb-wrap::before {
    width: 100%;
    height: 196px;
  }

  #home-works .works-item .item-thumb {
    width: 100%;
    margin: 0;
    height: 196px;
  }

  #home-works .works-list .post__date {
    padding: 20px 20px 10px;
    font-size: 10px;
  }

  #home-works .works-item .item-title-wrap {
    padding: 0 20px 20px;
  }

  #home-works .works-item .item-title {
    font-size: 15px;
  }

  #home-initiatives .bl-contents__aboutus .bl-contents-text .text p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }


  #home-recruit::before {
    content: none;
  }

  .bg-home-recruit-img {
    display: none !important;
  }

  .bg-home-recruit {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 50px 20px 0;
    background-color: #034888;
  }

  .bg-home-recruit-img-sp {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  #home-recruit {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 784px;
  }

  #home-recruit .section-inner {
    padding: 50px 0;
    height: 784px;
  }

  #home-recruit .btn {
    max-width: 190px;
    position: absolute;
    bottom: 50px;
  }

  #home-recruit .bl-contents-item.bl-contents-text .section-ttl2 {
    font-size: 20px;
    line-height: 1.37;
  }


  #home-access .home-access-left h2 {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #home-access .home-access-left .home-access-left-list .address-block .address-title {
    font-size: 15px;
    color: #ce452b;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }

  #home-access .home-access-left .home-access-left-list .address-block .address-text {
    font-size: 15px;
    color: #000;
    letter-spacing: 0.08em;
    line-height: 1.75;
    margin-top: 5px;
  }

  #home-access .home-access-right .text {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: "source-han-serif-japanese", serif;
    display: flex;
    align-items: center;
    letter-spacing: 0.08em;
  }

  #home-access .home-access-right .text .top-access-map-text-img {
    width: 16.5px;
    margin-right: 10px;
  }

  #home-access .map_area {
    margin-bottom: 50px;
    height: 200px;
    width: 100%;
  }

  #home-contact .text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 20px;
  }


  #home-contact .home-contact-wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }

  #home-contact .home-contact-wrap .btn_box_b {
    font-size: 25px;
    width: 100%;
  }

  #home-contact .home-contact-wrap .tel-text {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #home-contact .home-contact-wrap .tel-text-20 {
    font-size: 14px;
  }

  #home-contact .home-contact-wrap .btn_box_r {
    font-size: 20px;
    width: 100%;
    padding: 20px;
    height: auto;
  }

  #home-contact .btn_box_r .arrow::after {
    height: 9px;
    width: 10px;
  }


  #footer-nav {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }


  #aboutus #philosophy .txt_area {
    width: 100%;
  }

  #aboutus #philosophy .img-area {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  #aboutus #philosophy .section-inner .philosophy-deco01,
  #aboutus #greeting .section-inner .philosophy-deco02 {
    width: 63px;
    height: auto;
  }

  #aboutus #greeting .section-inner .philosophy-deco01,
  #outline .section-inner .philosophy-deco01,
  #access .section-inner .philosophy-deco01 {
    width: 87px;
    height: auto;
  }

  #aboutus #philosophy .section-inner .philosophy-deco01 {
    top: 6%;
  }

  #aboutus #philosophy .img-area .philosophy-deco02 {
    width: 71px;
    height: auto;
  }

  #aboutus #philosophy .item {
    padding: 30px 15px;
    width: 100%;
    margin-right: 0;
  }

  #aboutus #philosophy .num {
    font-size: 50px;
  }

  #aboutus #philosophy .philosophy_list .txt {
    margin-top: 15px;
    padding-top: 10px;
    border-top: solid 1px #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    letter-spacing: 0.08em;
  }

  #aboutus #philosophy .item {
    padding: 30px 15px;
    margin-right: 0;
    margin: 0 0 20px 0;
  }

  #aboutus #philosophy .item:last-child {
    margin-bottom: 0;
  }


  #greeting .img-area {
    width: 100%;
    height: 430px;
  }

  #greeting .greeting_txt {
    width: 100%;
    margin-left: 0;
  }

  #aboutus #philosophy .sub_section-ttl,
  #greeting .greeting_txt .ttl {
    font-size: 20px;
    letter-spacing: 0.08em;
  }

  #aboutus #greeting .section-inner .philosophy-deco02 {
    bottom: 15px;
  }

  #access .common-access .text {
    font-size: 15px;
  }

  #access .common-access .text {
    font-size: 16px;
  }

  #access .section-inner .philosophy-deco02 {
    width: 56px;
    height: auto;
    bottom: 20px;
  }

  #attempt .attempt-wrap h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  #to_btn_area .wrap_box a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    height: 176.5px;
    padding: 17% 50px !important;
  }

  #to_btn_area .wrap_box a:last-child {
    margin-bottom: 0;
  }

  #to_btn_area .wrap_box .to__txt .to_btn-ja {
    font-size: 19px;
  }

  #to_btn_area .wrap_box .to__txt .to_btn-en {
    width: 100px;
  }

  .page #home-contact .home-contact-wrap .btn_box_b {
    font-size: 25px;
  }

  .page #home-contact .home-contact-wrap .btn_box_r {
    font-size: 20px;
  }

  .page #home-contact .home-contact-wrap .tel-text {
    margin-bottom: 10px;
  }

  #attempt .section-inner {
    padding: 0 !important;
  }

  #access .section-inner .philosophy-deco01 {
    top: 0;
  }

  #to_btn_area .wrap_box a::before {
    background-image: url(../img/image/bg-to-cover-sp.png);
  }



  #business_info .first_txt_box,
  #group_companies .first_txt_box {
    padding: 50px 0 0;
  }

  #business_info .sub_section-ttl,
  #group_companies .sub_section-ttl {
    font-size: 18px;
  }

  #business_info .sub_section-txt {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-top: 20px;
  }

  #construction_work .section-inner,
  #electrical_work .section-inner {
    width: 90%;
    margin: 0 auto;
  }

  #business_info .cw_wrap .img_box,
  #business_info .ew_wrap .img_box {
    width: 100%;
  }

  #business_info .cw_wrap .img_box img,
  #business_info .ew_wrap .img_box img {
    width: 100%;
    height: 211px;
    object-fit: cover;
  }

  #business_info .cw_wrap,
  #business_info .ce_wrap,
  #business_info .ew_wrap,
  #business_info .mc_wrap {
    gap: 20px;
    margin-bottom: 0;
  }

  #business_info .cw_wrap .txt_box,
  #business_info .ew_wrap .txt_box,
  #business_info .mc_wrap .txt_box {
    width: 100%;
  }

  #business_info .section_lead_ttl .ttl {
    font-size: 20px;
  }

  #business_info .cw_wrap .txt_box .btn_view,
  #business_info .ew_wrap .txt_box .btn_view,
  #business_info .mc_wrap .txt_box .btn_view {
    position: static;
    margin: 20px auto 0;
  }

  #business_info .txt_info {
    margin-top: 1em;
    line-height: 1.75;
    letter-spacing: 0;
  }

  #civil_engineering_works .section-inner {
    width: 100%;
    margin: 0 auto;
  }

  #civil_engineering_works .section-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #business_info .ce_wrap {
    width: 90%;
    margin: 0 auto;
  }

  #business_info .ce_wrap .img_box,
  #business_info .mc_wrap .img_box {
    width: 100%;
  }

  #business_info .ce_wrap .img_box img,
  #business_info .mc_wrap .img_box img {
    width: 100%;
    height: 211px;
    object-fit: cover;
  }

  #business_info .ce_wrap .txt_box {
    width: 100%;
  }

  #business_info .ce_wrap .txt_box .btn_view {
    position: static;
    background-color: #ce452b;
    margin: 20px auto 0;
  }

  #construction_license .license-list-wrap {
    flex-direction: column;
  }

  #construction_license .license-list-wrap .license-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    height: 60px;
  }

  #business_info .cw_wrap .img_box .service-deco-02,
  #business_info .ew_wrap .img_box .service-deco-02 {
    width: 102px;
    top: -25px;
  }

  #business_info .ce_wrap .img_box .service-deco-01,
  #business_info .mc_wrap .img_box .service-deco-01 {
    top: -25px;
    width: 72px;
  }

  #construction_license .section-inner .section-ttl .service-deco-01 {
    width: 72px;
    top: -20px;
  }

  #construction_license .section-inner .section-ttl .service-deco-02 {
    width: 82px;
    top: -20px;
  }

  #construction_license .section-inner .section-ttl .service-deco-01 {
    width: 62px;
    top: -20px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap {
    padding: 20px;
    margin-bottom: 50px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-main-tit h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-main-tit p {
    font-size: 16px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list {
    margin-bottom: 20px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list h3 {
    font-size: 18px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list p {
    font-size: 16px;
    margin-left: 0;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list .ppl-number {
    margin-left: 0;
    font-size: 16px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-list-wrap .privacy-policy-list .ppl-circle {
    margin-left: 0;
    font-size: 16px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .privacy-policy-last-txt p {
    font-size: 16px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .service-deco-02 {
    top: -40px;
    right: 0;
    width: 98px;
  }

  #privacy-policy #privacy-policy-con .privacy-policy-wrap .service-deco-01 {
    bottom: -40px;
    left: 0;
    width: 73px;
  }


  #postlist .tab-wrap {
    flex-direction: column-reverse;
    gap: 50px;
  }

  #postlist .panel-group {
    width: 100%;
  }

  #postlist .tab-menu_box .sidebar {
    width: 100%;
  }

  #postlist .post {
    border-bottom: solid 1px #909090;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }

  #postlist .post__date {
    padding: 0;
    font-size: 13px;
    margin: 0;
  }

  #postlist .post__cat {
    margin: 15px 0;
  }

  #postlist .post__title {
    margin: 0;
    font-size: 16px;
    width: 100%;
  }

  #postlist .post__title .top-news-img-sp {
    margin-left: 15px;
  }

  #postlist .pager-area {
    margin-bottom: 0;
  }

  #postlist .pager-area {
    width: 100%;
  }

  .pager .page-numbers {
    width: 30px;
    height: 30px;
    padding: 7px;
  }

  .pager .next.page-numbers {
    width: 46px;
    height: auto;
    margin-left: 0;
  }

  .pager .prev.page-numbers {
    width: 46px;
    height: auto;
  }

  .pager .page-numbers {
    font-size: 18px;
  }

  #postlist .tab-menu_box .sidebar h3 {
    font-size: 15px;
    padding: 15px 0;
  }

  #postlist .tab-menu_box .sidebar .archive {
    margin-top: 20px;
  }

  #postlist .tab-menu_box .sidebar .select-wrapper select {
    padding: 15px;
  }

  #postlist .tab-menu_box .sidebar .select-wrapper::after {
    right: 15px;
  }

  .single-works #post_single .article {
    border: none;
    padding: 0 15px;
  }

  .single-works #post_single .post__cat {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .single-works #post_single .article__title {
    padding-bottom: 15px;
    display: block;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 15px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
  }

  .single-works #post_single .article-head {
    margin-bottom: 10px;
  }

  .single-works #post_single .article__text img:last-child {
    margin: 15px 0 0 !important;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 25px;
    margin: auto;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 25px;
  }

  .swiper-button-next {
    right: 10px;
  }

  .swiper-button-prev {
    left: 10px;
  }

  .single-works #post_single .works_info {
    margin-top: 25px;
    border: none;
  }

  #post_single .works_info .works_info-list {
    display: flex;
    flex-direction: column;
    min-height: auto;
    width: 100%;
  }

  #post_single .works_info .works_info-list .title {
    border-bottom: none;
    width: 100%;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.08em;
    font-size: 16px;
    padding: 5px 0;
  }

  #post_single .works_info .works_info-list .info {
    border-bottom: none;
    border-left: none;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: left;
    border-left: solid 1px #929292;
    border-right: solid 1px #929292;
  }

  #post_single .works_info .works_info-list:last-child .title {
    border-bottom: none;
  }

  #post_single .works_info .works_info-list:last-child .info {
    border-bottom: solid 1px #929292;
  }

  .single-works #post_single .article .btn-wrap {
    margin-top: 25px;
    flex-direction: column;
    .btn_view {margin-left: auto!important;margin-right: auto!important;}
  }

  .single-works #post_single .deco02 {
    position: absolute;
    width: 87px;
    top: 10px;
    right: 10px;
  }

  .single-works #post_single .deco03 {
    position: absolute;
    width: 67px;
    bottom: 10px;
    left: 10px;
  }


  #post_single .article {
    padding: 50px 15px;
    width: 100%;
  }

  #post_single .article .deco-02 {
    position: absolute;
    width: 87px;
    top: 10px;
    right: 10px;
  }

  #post_single .article .deco-03 {
    position: absolute;
    width: 67px;
    bottom: 10px;
    left: 10px;
  }


  .single-post #post_single .article .article__date {
    font-size: 10px;
    margin: 0 10px 0 0;
  }

  .single-post #post_single .article .article__cat .cat-news {
    font-size: 10px;
  }

  .single-post #post_single .article-head {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
  }

  .single-post #post_single .article__title {
    font-size: 20px;
    padding: 10px 0 20px;
    margin: 0;
  }

  .single-post #post_single .article__text {
    margin: 50px 0 20px;
  }

  .single-post #post_single .article__text img {
    margin: 0 0 20px;
  }

  .single-post #post_single .article__text p {
    font-size: 15px;
  }


  /* タイトルなどここから */

  .top_item .section-ttl {
    font-size: 45px;
  }

  .top_item .section-subttl {
    font-size: 16px;
  }

  .privacy-policy .top_item .section-ttl {
    line-height: 1;
  }

  .privacy-policy .top_item .section-subttl {
    padding-top: 10px;
  }

  /* タイトルなどここまで */

}

@media (max-width: 435px) {
  .pager .prev.page-numbers {
    width: 40px;
    height: auto;
  }

  .pager .next.page-numbers {
    margin-left: 0;
    width: 40px;
    height: auto;
  }

  .pager .page-numbers:not(:last-child) {
    margin-right: 5px;
  }
}


/* nitiatives */

#initiatives #sub_main_visual img {
  object-position: 0 75%;
}

#initiatives #initiatives-first_txt .section-inner {
  border-bottom: 1px solid #cccccc;
}

#quality #quality-first_txt .first_txt_box,
#initiatives #initiatives-first_txt .section-inner .first_txt_box {
  position: relative;
}

#quality #quality-first_txt .first_txt_box .initiatives-deco01,
#initiatives #initiatives-first_txt .section-inner .first_txt_box .initiatives-deco01 {
  position: absolute;
  top: -40px;
  left: 0;
  width: 147px;
  height: auto;
}

#quality #quality-first_txt .first_txt_box .initiatives-deco02,
#community #community-first_txt .first_txt_box .community-deco02,
#initiatives #initiatives-first_txt .section-inner .first_txt_box .initiatives-deco02 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 197px;
  height: auto;
}

#quality #quality-first_txt .first_txt_box .sub_section-ttl,
#community #community-first_txt .first_txt_box .sub_section-ttl,
#initiatives #initiatives-first_txt .first_txt_box .sub_section-ttl {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 50px;
}

#quality #quality-first_txt .first_txt_box .sub_section-txt,
#community #community-first_txt .first_txt_box .sub_section-txt,
#initiatives #initiatives-first_txt .first_txt_box .sub_section-txt {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: left;
}

#initiatives .initiatives-page {
  margin-top: 100px;
}

#initiatives .initiatives-page .initiatives-page-wrap {
  display: flex;
}

#initiatives .initiatives-page .initiatives-page-wrap a {
  display: block;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}

#initiatives .initiatives-page .initiatives-page-wrap a:last-child {
  margin-right: 0;
}

#initiatives .initiatives-page .initiatives-page-wrap a img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

#initiatives .initiatives-page .initiatives-page-wrap a .initiatives-page-txt {
  margin-top: 20px;
  text-align: center;
}

#initiatives .initiatives-page .initiatives-page-wrap a .initiatives-page-btn-ja {
  font-size: 30px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1;
}

#initiatives .initiatives-page .initiatives-page-wrap a .initiatives-page-btn-en {
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-top: 10px;
}

.opa {
  transition: 0.5s;
}

.opa:hover {
  opacity: 0.8;
  transition: 0.5s;
}

@media (max-width: 1070px) {

  #quality #quality-first_txt .first_txt_box .initiatives-deco01,
  #initiatives #initiatives-first_txt .section-inner .first_txt_box .initiatives-deco01 {
    width: 107px;
  }

  #quality #quality-first_txt .first_txt_box .initiatives-deco02,
  #community #community-first_txt .first_txt_box .community-deco02,
  #initiatives #initiatives-first_txt .section-inner .first_txt_box .initiatives-deco02 {
    width: 157px;
  }

  #quality #quality-first_txt .first_txt_box .sub_section-ttl,
  #community #community-first_txt .first_txt_box .sub_section-ttl,
  #initiatives #initiatives-first_txt .first_txt_box .sub_section-ttl {
    font-size: 27px;
  }

  #initiatives .initiatives-page .initiatives-page-wrap a .initiatives-page-btn-ja {
    font-size: 25px;
  }

  #initiatives .initiatives-page .initiatives-page-wrap a img {
    height: 160px;
  }
}

@media (max-width: 767px) {

  #quality #quality-first_txt .first_txt_box .initiatives-deco02,
  #community #community-first_txt .first_txt_box .community-deco02,
  #initiatives #initiatives-first_txt .section-inner .first_txt_box .initiatives-deco02 {
    width: 90px;
    top: -50px;
  }

  #quality #quality-first_txt .first_txt_box .initiatives-deco01,
  #initiatives #initiatives-first_txt .section-inner .first_txt_box .initiatives-deco01 {
    width: 65px;
    top: -35px;
  }

  #quality #quality-first_txt .first_txt_box .sub_section-ttl,
  #community #community-first_txt .first_txt_box .sub_section-ttl,
  #initiatives #initiatives-first_txt .first_txt_box .sub_section-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #quality #quality-first_txt .first_txt_box .sub_section-txt,
  #community #community-first_txt .first_txt_box .sub_section-txt,
  #initiatives #initiatives-first_txt .first_txt_box .sub_section-txt {
    font-size: 16px;
  }

  #initiatives .initiatives-page {
    margin-top: 50px;
  }

  #initiatives .initiatives-page .initiatives-page-wrap {
    flex-direction: column;
  }

  #initiatives .initiatives-page .initiatives-page-wrap a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  #initiatives .initiatives-page .initiatives-page-wrap a:last-child {
    margin-bottom: 0;
  }

  #initiatives .initiatives-page .initiatives-page-wrap a img {
    height: 175px;
  }

  #initiatives .initiatives-page .initiatives-page-wrap a .initiatives-page-txt {
    margin-top: 15px;
    text-align: center;
  }

  #initiatives .initiatives-page .initiatives-page-wrap a .initiatives-page-btn-ja {
    font-size: 19px;
  }

  #initiatives .initiatives-page .initiatives-page-wrap a .initiatives-page-btn-en {
    margin-top: 5px;
  }

}


/* community */

#community #sub_main_visual img {
  object-position: 0 40%;
}

#community #community-first_txt .first_txt_box {
  position: relative;
}

#community .community-list-wrap {
  margin-top: 50px;
}

#quality .quality-kodawari-wrap .quality-kodawari02,
#community .community-list-wrap .community-list {
  display: flex;
  gap: 40px;
  padding: 40px;
  background-color: #f2f2f2;
}

#community .community-list-wrap .community-list {
  margin-bottom: 20px;
}

#community .community-list-wrap .community-list:last-child {
  margin-bottom: 0;
}


#quality .quality-kodawari-wrap .quality-kodawari02 .quality-list-img,
#community .community-list-wrap .community-list .community-list-img {
  position: relative;
  width: 300px;
  height: 200px;
}


#quality .quality-kodawari-wrap .quality-kodawari02 .quality-list-img .kodawari02-list-img01,
#community .community-list-wrap .community-list .community-list-img .community-list-img01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#quality .quality-kodawari-wrap .quality-kodawari02 .quality-list-img .community-list-img-deco01 {
  position: absolute;
  width: 90px;
  height: auto;
  right: -10px;
  bottom: -20px;
}

#community .community-list-wrap .community-list .community-list-img .community-list-img-deco01 {
  position: absolute;
  width: 75px;
  height: auto;
  right: -20px;
  bottom: -20px;
}

#community .community-list-wrap .community-list .community-list-img .community-list-img-deco02 {
  position: absolute;
  width: 75px;
  height: auto;
  left: -20px;
  bottom: -20px;
}

#quality .quality-kodawari-wrap .quality-kodawari02 .quality-list-txt,
#community .community-list-wrap .community-list .community-list-txt {
  width: calc(100% - 340px);
}

#quality .quality-kodawari-wrap .quality-list-txt h3,
#community .community-list-wrap .community-list .community-list-txt h3 {
  font-size: 25px;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ce452b;
  line-height: 1;
}

#quality .quality-kodawari-wrap .quality-list-txt p,
#community .community-list-wrap .community-list .community-list-txt p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-top: 20px;
  text-align: left;
}

#community #pickup-news {
  margin: 100px 0;
}

#community #pickup-news .pickup-news-content {
  width: 100%;
}

.initiatives-page-btn-wrap {
  display: flex;
}

.initiatives-page-btn-wrap .btn {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  font-size: 30px;
  letter-spacing: 0.08em;
}

.initiatives-page-btn-wrap .btn:last-child {
  margin-right: 0;
}

.initiatives-page-btn-wrap .btn .arrow::after {
  width: 19px;
  height: 18px;
}

#community #community-first_txt .section-inner {
  border-bottom: 1px solid #cccccc;
}


@media (max-width: 1024px) {

  #quality .quality-kodawari-wrap .quality-kodawari02,
  #community .community-list-wrap .community-list {
    display: flex;
    gap: 25px;
    padding: 25px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
  }

  #quality .quality-kodawari-wrap .quality-kodawari02 .quality-list-img {
    width: 40%;
  }

  #quality .quality-kodawari-wrap .quality-kodawari02 .quality-list-txt {
    width: 60%;
  }

  #community .community-list-wrap .community-list .community-list-img {
    position: relative;
    width: 30%;
    height: 100%;
  }


  #community .community-list-wrap .community-list .community-list-txt {
    width: 70%;
  }

  #quality .quality-kodawari-wrap .quality-list-txt h3,
  #community .community-list-wrap .community-list .community-list-txt h3 {
    font-size: 18px;
    letter-spacing: 0.08em;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ce452b;
  }

  #quality .quality-kodawari-wrap .quality-list-txt p,
  #community .community-list-wrap .community-list .community-list-txt p {
    font-size: 16px;
    padding-top: 10px;
  }
}

@media (max-width: 820px) {
  #community .community-list-wrap .community-list {
    align-items: center;
  }

  .initiatives-page-btn-wrap .btn {
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  #quality .quality-kodawari-wrap .quality-kodawari02,
  #community .community-list-wrap .community-list {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
    padding: 40px 25px;
  }

  #quality .quality-kodawari-wrap .quality-kodawari02 .quality-list-img,
  #community .community-list-wrap .community-list .community-list-img {
    position: relative;
    width: 100%;
    height: 200px;
  }

  #quality .quality-kodawari-wrap .quality-list-txt h3,
  #community .community-list-wrap .community-list .community-list-txt h3 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ce452b;
  }

  #quality .quality-kodawari-wrap .quality-list-txt p,
  #community .community-list-wrap .community-list .community-list-txt p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-top: 10px;
    text-align: left;
  }

  #community #pickup-news {
    margin: 50px 0;
  }

  .initiatives-page-btn-wrap {
    display: flex;
    flex-direction: column;
  }

  .initiatives-page-btn-wrap .btn {
    width: 100%;
    margin-right: 0;
    font-size: 20px;
    letter-spacing: 0.08em;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }

  .initiatives-page-btn-wrap .btn:last-child {
    margin-bottom: 0;
  }

  .initiatives-page-btn-wrap .btn .arrow::after {
    width: 10px;
    height: 9px;
  }

  #quality .quality-kodawari-wrap .quality-kodawari02 .quality-list-txt,
  #community .community-list-wrap .community-list .community-list-txt {
    width: 100%;
  }

}


/* quality */

#quality #sub_main_visual img {
  object-position: 0 50%;
}

#quality .quality-kodawari-wrap {
  margin: 50px 0 100px;
}

#quality .quality-kodawari-wrap .quality-kodawari01 {
  margin-bottom: 50px;
}

#quality .quality-kodawari-wrap .quality-kodawari01,
#quality .quality-kodawari-wrap .quality-kodawari02 {
  background-color: #f2f2f2;
  padding: 40px;
}

#quality .quality-kodawari-wrap .quality-kodawari01 .quality-list-txt {
  width: 100%;
}

#quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap {
  margin-top: 40px;
  display: flex;
}

#quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list {
  background-color: #fff;
  padding: 20px;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}

#quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list:last-child {
  margin-right: 0;
}

#quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

#quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list h4 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ce452b;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin: 20px 0;
}

#quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (max-width: 1300px) {
  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list h4 {
    font-size: 18px;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list p {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap {
    margin-top: 40px;
    flex-wrap: wrap;
    display: flex;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list {
    background-color: #fff;
    padding: 20px;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list:nth-child(2n) {
    margin-right: 0;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list:nth-child(3),
  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list:nth-child(4) {
    margin-bottom: 0;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  #quality .quality-kodawari-wrap {
    margin: 50px 0;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01,
  #quality .quality-kodawari-wrap .quality-kodawari02 {
    background-color: #f2f2f2;
    padding: 40px 25px;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap {
    margin-top: 25px;
    flex-direction: column;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list {
    padding: 20px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list:nth-child(3) {
    margin-bottom: 20px;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list img {
    height: 180px;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list h4 {
    font-size: 18px;
    margin: 15px 0;
  }

  #quality .quality-kodawari-wrap .quality-kodawari01 .quality-kodawari01-list-wrap .quality-kodawari01-list p {
    font-size: 15px;
  }

}





#footer {
  .footer-inner {
    .footer-content {
      .footer-nav-area {
        #footer-nav {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          grid-row-gap: 1em;

          .menu-item::before {content: none;}

          .sub-menu {
            .menu-item {margin-top: 10px;}
            .menu-item a {
              padding-left: 1em;
              position: relative;
              display: block;
              color: #999;

              &:before {
                content: "";
                top: 0;
                left: 0;
                bottom: 0;
                margin: auto;
                position: absolute;

                width: 10px;
                height: 2px;
                background-color: #CE452B;
              } /* before */
            } /* menu-item a */
          } /* sub-menu */
        } /* #footer-nav */
      } /* footer-nav-area */
    } /* footer-content */
    .footerBanners {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;

      li {
        max-width: 386px;
        width: calc(385% / 12.00);
        opacity: 1;
        transition: opacity .4s;

        &:hover {opacity: 0.5;} /* hover */
      } /* li */
    } /* footerBanners */
  } /* footer-inner */

} /* footer */

@media (max-width: 767px) {
  #footer {
    & .footer-inner {
      padding-bottom: 72px;
      & .footer-content {
        & .footer-nav-area {
          #footer-nav {grid-row-gap: 0;}
        }
      }
      .footerBanners {
        flex-direction: column;
        gap: 20px;

        li {
          max-width: none;
          width: 100%;
        } /* li */
      } /* footerBanners */
    }
  }
}


#aboutus {
  @media (min-width: 1080px) {
    .sidebar.fixed {
      position: fixed;
      top: 100px;
      /* position: sticky;
      top: 100px;
      left: 0; */
    }
  }
} /* aboutus */


.sitemap-wrapper {
  .sitemap-links {

    li {
      border-bottom: 1px solid #999;
      &:nth-of-type(1) {border-top: 1px solid #999;}
    } /* li */


    a {
      font-size: 15px;
      font-weight: bold;
      display: block;
      padding: 12px;
      padding-left: 1em;

      position: relative;

      &:before {
        content: "";
        aspect-ratio: 11 / 10;
        width: 10px;

        background: url(../img/sitemap/sitemap_arrow.svg) no-repeat center center;
        background-size: contain;

        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
      } /* befor */
    } /* a */

    .sublinks {
      margin-top: -5px;
      padding-bottom: 12px;

      li {
        border: none;
        a {
          color: #999;
          padding-top: 0;
          padding-bottom: 0;
          padding-left: 2em;
          line-height: 1.75;

          &:before {
            background: none;
            background-color: #CE452B;
            aspect-ratio: 10 / 2;
            width: 10px;
            height: 2px;
            left: 1em;
          } /* before */
        } /* a */
      } /* li */
    } /* sublinks */
  } /* sitemap-links */
  .is_btn_home {
    margin-top: 50px;
  } /* is_btn_home */
} /* sitemap-wrapper */

@media (min-width: 1080px) {
  .sitemap-wrapper {
    .sitemap-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      /* grid-column-gap: 50px; */

      li {
        max-width: 575px;
        width: calc(575% / 12.00);
        &:nth-of-type(2) {border-top: 1px solid #999;}
      } /* li */

      a {
        font-size: 16px;
        padding: 20px 0;
        padding-left: 1em;

        &:before {
          content: "";
          aspect-ratio: 11 / 10;
          width: 10px;
        } /* befor */
      } /* a */

      .sublinks {
        margin-top: -5px;
        padding-bottom: 15px;

        li {
          &:nth-of-type(2){border: none;}
          a {
            line-height: 1.875;
          } /* a */
        } /* li */
      } /* sublinks */
    } /* sitemap-links */

    .is_btn_home {
      margin-top: 50px;
    } /* is_btn_home */
  } /* sitemap-wrapper */
}





.br_tb {display: none;}
@media (min-width: 468px) {
  .sitemap-wrapper {
    .sitemap-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      grid-column-gap: 25px;

      li {
        width: 48%;
        &:nth-of-type(2) {
          border-top: 1px solid #999;
        }
      }

      .sublinks {li:nth-of-type(2) {border-top: 0;}}
    } /* sitemap-links */
  } /* sitemap-wrapper */
}

@media (min-width: 767px) {
  .bg-home-recruit {
    background-color: #034888;
    #home-recruit {

      &:before {
        /* background-size: contain; */
        background-size: 150%;
      }
    }
  } /* bg-home-recruit */

  .contact-form__section .radio_button_fields .mwform-radio-field {
    width: 100%;
  } /* contact-form__section */
  .contact-form__section .entry-form__submit label.is_send {height: 60px;}
  .br_tb {display: block;}

  .sitemap-wrapper {
    .sitemap-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      grid-column-gap: 25px;

      li {
        width: 48%;
        &:nth-of-type(2) {
          border-top: 1px solid #999;
        }
      }

      .sublinks {li:nth-of-type(2) {border-top: 0;}}
    } /* sitemap-links */
  } /* sitemap-wrapper */
} /* media */

@media (min-width: 1080px) {
  .br_tb {display: none;}
  .bg-home-recruit {
    #home-recruit {
      &:before {
        background-size: cover;
      }
    }
  } /* bg-home-recruit */
  .contact-form__section .radio_button_fields .mwform-radio-field {width: calc(410% / 8.50);} /* contact-form__section */
  .contact-form__section .entry-form__submit label.is_send {height: 40px;}

  .sitemap-wrapper {
    .sitemap-links {
      grid-column-gap: 50px;

      li {
        width: 50%;
        &:nth-of-type(2) {
          border-top: 1px solid #999;
        }
      }
    } /* sitemap-links */
  } /* sitemap-wrapper */
} /* media */
