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

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

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

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

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

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

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

.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: 5% 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: #072a7e;
  position: absolute;
  right: 0.5%;
  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_w {
  background-color: #fff;
  border-radius: 0;
  padding: 1.7em 0;
  max-width: 730px;
  text-align: center;
  font-size: 18px;
}

/*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 .main-visual-inner {
  position: relative;
  width: 90%;
  height: 100%;
  margin: auto;
  margin-top: 40px;
  max-width: 1800px;
}

@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;
  }
}

@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%;
}

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

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

.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: #072a7e;
}

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

.section-ttl .en {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
}

.section-ttl .jp {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}


@media (max-width: 767px) {
  .section-ttl {
    font-size: 25px;
    margin-bottom: 1.5rem;
  }

  .section-ttl .en {
    font-size: 35px;
  }

  .section-ttl .jp {
    font-size: 18px;
  }
}

.ttl_black {
  color: #000;
  font-size: 37px;
}

@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 .page-numbers {
  background-color: #edf7ff;
  border: none;
  color: #072a7e;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 0.8em 1em;
  text-decoration: none;
  transition: 0.5s;
}

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

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

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

.pager .prev.page-numbers,
.pager .next.page-numbers {
  background-color: #000;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 0.8;
  padding: 0.9em 0.8em 0.8em;
  text-decoration: none;
}

.pager .prev.page-numbers {
  position: absolute;
  display: block;
  width: 48px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 40%;
  margin: auto;
}

.pager .next.page-numbers {
  position: absolute;
  display: block;
  width: 48px;
  height: 50px;
  top: 0;
  bottom: 0;
  left: 40%;
  right: 0;
  margin: auto;
}

@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;
  }

  .pager .prev.page-numbers {
    right: 85%;
    width: 35px;
    height: 40px;
  }

  .pager .next.page-numbers {
    left: 85%;
    width: 35px;
    height: 40px;
  }
}


@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__top .slick-slider .slick-track {
  overflow: hidden;
}

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

#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;
  }
}

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

#main-visual__top .top-copy .en {
  font-size: 30px;
}

@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: 38px;
    line-height: 1.4;
  }

  #main-visual__top .top-copy .en {
    font-size: 19px;
    position: relative;
    top: -20px;
  }
}

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

.post {
  text-align: left;
}

.post__date {
  display: inline-block;
  margin-right: 2.7em;
  white-space: nowrap;
  font-weight: bold;
  color: #072a7e;
}

.post__cat {
  background-color: #072a7e;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-right: 2em;
  padding: 0.3em 0.8em;
  white-space: nowrap;
}

.post__cat.cat-recruit {
  background-color: #2aa3ff;

}

.post__cat.cat-important_info {
  background-color: red;

}

.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;
}

@media (min-width: 768px) {
  .post__link {
    display: flex;
    align-items: center;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: solid 1px #072a7e;
  }

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

@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 #072a7e;
  }

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

/*----- PICKUP NEWS SECTION -----*/
@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 {
  align-items: center;
  display: flex;
  padding-bottom: 10px;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

#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: 200px;
  color: #072a7e;
}

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

#pickup-news .pickup-news-content .post-list::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 96%;
  background-color: #072a7e;
  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) {
  #pickup-news .pickup-news-content {
    padding: 0 5% 5%;
    flex-direction: column;
  }

  #pickup-news .pickup-news-content .section-ttl {
    width: 100%;
    margin-right: auto;
  }

  #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 #072a7e;
    padding-top: 13px;
  }

  #pickup-news .post__link {
    display: flex;
    align-items: flex-start;
    padding-bottom: 15px;
    margin-bottom: 13px;
    border-bottom: solid 1px #072a7e;
    flex-direction: column;
  }

  #pickup-news .no_wrap_box {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  #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-left: 0;
    font-size: 16px;
  }
}

@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 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: 100%;
  height: 100%;
  /**background-image: url(../img/top/bg_home-aboutus.jpg);**/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
	content: '';
	    background-color: #CEE8F7;
}

::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);**/
	    background-color: #CEE8F7;
  }
}

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


.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;
}

.bl-contents__aboutus .bl-contents-text .btn {
  background-color: unset;
  position: absolute;
  bottom: -4%;
  right: -10%;
}

.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 20px;
    width: 90%;
  }

  .bl-contents__aboutus .bl-contents-media {
    width: 90%;
    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-business_info {
  padding-top: 8rem;
  position: relative;
  z-index: 10;
}

#home-business_info .section-inner {
  padding-bottom: 40px;
}

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

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

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

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

#home-business_info .section-inner {
  background-color: #fff;
}

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

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

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

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

#home-business_info .btn {
  background-color: unset;
  position: absolute;
  bottom: -4%;
  right: -20%;
}

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

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

  #home-business_info .ttl_black {
    font-size: 33px;
  }
}

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

  #home-business_info .bl-contents-media {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 2.5em;
  }

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

  #home-business_info .ttl_black {
    font-size: 37px;
  }
}

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

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

  }

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

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

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

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

  #home-business_info .section-inner {
    padding-bottom: 5%;
  }
}

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

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

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

  #home-business_info .bl-contents-text {
    width: 90%;
  }
}

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

#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-image: url(../img/top/bg-home-works.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 10em;
}

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

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

#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;
  background-color: #072a7e;
  opacity: 0.8;
  width: fit-content;
  font-size: 18px;
  padding: 10px 20px;
  position: absolute;
}

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

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

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

#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;
}

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

#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 #16c79a;
  border-right: solid 1.3px #16c79a;
  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: 220px;
}

#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: 4em;
  }

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

  #home-works .works-list {
    margin-bottom: 10%;
  }

  #home-works .works-list .works-item {
    margin: 0 auto 6%;
    width: 90%;
  }

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

  #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 {
  position: relative;
  z-index: 10;
}

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

#home-recruit .bl-contents__recruit {
  display: flex;
}

#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: 50%;
  margin-top: auto;
  margin-bottom: 10%;
}

#home-recruit .bl-contents-item.bl-contents-text .section-ttl2 {
  color: #fff;
  font-size: 30px;
  padding-left: 2em;
  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: 220px;
  padding-left: 10%;
}

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

@media (max-width: 1360px) {
  #home-recruit .bl-contents-item.bl-contents-text .section-ttl2 {
    font-size: 28px;
    padding-left: 1.5em;
  }
}

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

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

}

@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 {
    font-size: 28px;
    padding-left: 0;
    line-height: 1.6em;
  }

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

  #home-recruit::before {
    width: 100vw;
    height: 67%;
    background-image: url(../img/top/bg_home-recruit_sp.jpg);
    background-size: cover;
  }
}

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

  .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) {
  #home-recruit .bl-contents-item.bl-contents-text .section-ttl2 {
    font-size: 22px;
  }

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

  #home-recruit .btn {
    max-width: 200px;
  }
}

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

#home-access {}


#home-access .text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4em;
  font-family: "source-han-serif-japanese", serif;
}

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

#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;
}


@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: #072a7e;
}

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

#home-contact .text {
  color: #fff;
  font-size: 21px;
  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 .btn_box_w {
  font-size: 18px;
  width: 90%;
}

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

#home-contact .btn_box_w .arrow {
  padding-right: 0;
}


@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_w {
    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;
  }

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

  .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) {
  #home-contact .text {
    font-size: 16px;
  }

  .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 {
  background-color: #e8f2ff;
  font-family: "source-han-serif-japanese", serif;
}

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

#postlist .tab-menu_box {
  background-color: #fff;
  padding-top: 3em;
  padding-bottom: 3em;
}

.single-post #postlist .tab-menu_box {
  background-color: #fff;
  padding-top: 3em;
  padding-bottom: 0;
}

#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: 90%;
  margin: 3em auto;
  margin-top: 0;
}

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

#postlist .post {
  border-bottom: solid 1px #909090;
  padding: 1.65em 0;
  padding-left: 1.2em;
}

#postlist .post__date,
#postlist .post__cat {
  margin-right: 2em;
  padding: 5px 10px;
}

#postlist .post__title {
  color: #000;
  font-weight: normal;
}

#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: #072a7e;
  color: #FFF;
  margin-right: 1em;
  padding: 0.3em 0.5em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

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

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

.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;
  background-color: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-left: 10%;
}

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

.paging .paging__list>a {
  align-items: center;
  display: flex;
}

@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;
  }

  .paging .paging__list.btn {
    padding-left: 17%;
  }
}

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

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

  .paging .paging__list.btn {
    padding-left: 20%;
  }
}


/*----------------------------------------------------
  会社案内 aboutus PAGE
----------------------------------------------------*/
/*　サイドバー -------------------------*/
.aboutus-menu .b_menu {
  font-size: 22px;
  display: block;
  border-bottom: solid 1px;
  padding-bottom: 12px;
  margin-top: 15px;
  margin-bottom: 18px;
  transition: 0.5s;
}

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

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


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

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

.fix-menu-box .menu-items .menu {
  color: #FFF;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0.6em;
  transition: 0.5s;
}

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

.fix-menu-box .menu-items .menu>a {
  color: #000;
  position: relative;
}

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

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

.fix-menu-box .menu-items .menu.current a::after {
  width: 2em;
}

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

@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__aboutus {
  display: none;
}

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

#aboutus .top_item {
  margin-top: 6em;
  margin-bottom: 3em;
}

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

@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;
  }
}

#aboutus .section-ttl {
  font-size: 95px;
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  line-height: 1.4;
}


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

#aboutus #sub_main_visual {
  max-width: 1700px;
  width: 90%;
  margin: 0 auto;
}

#aboutus #philosophy {}

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

#aboutus #philosophy .txt_area {
  width: 50%;
}

#aboutus #philosophy .img-area {
  width: 36%;
}

#aboutus #philosophy .sub_section-ttl {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1em;
}

#aboutus #philosophy .txt {
  font-size: 16px;
  line-height: 1.3;
}

#aboutus #philosophy .philosophy_list {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 2em;
  background-color: #072a7e;
  color: #fff;
  padding: 2.5em 3em;
}

#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 {
  margin: auto;
  width: 100%;
}

#aboutus #philosophy .num {
  font-size: 50px;
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
}

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

#aboutus #philosophy .philosophy_list .txt {
  margin-top: 1em;
  padding-top: 12px;
  border-top: solid 1px;
}

@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 .img-area {
    width: 100%;
    text-align: center;
    margin-top: 2em;
  }

  #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;
  }

  #aboutus #philosophy .philosophy_list {
    padding: 2em 1.5em;
  }
}

/*-- greeting --*/
#greeting {
  /**background-image: url(../img/top/bg_home-aboutus_sp.jpg);**/
	    background-color: #CEE8F7;
  background-position: top center;
  background-repeat: no-repeat;
							background-size: cover;
							width: 100%;
    margin-top: 4em;
}

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

#greeting .img-area {
  width: 40%;
  max-width: 420px;
}

#greeting .greeting_txt {
  width: 50%;
}

#greeting .greeting_txt .ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

#greeting .greeting_txt .txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
}

#greeting .greeting_txt .name {
  font-size: 20px;
  line-height: 2;
}

#greeting .greeting_txt .name span {
  font-size: 18px;
}

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

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

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

@media (max-width: 767px) {
  #greeting {
    background-image: url(../img/aboutus/greeting_bg_sp.jpg);
  }

  #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: 3em;
}

#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 #8c8c8c;
}

#outline .outline_tbl.tbl th,
#outline .outline_tbl.tbl td {
  border-bottom: solid 1px #8c8c8c;
  font-size: 16px;
  padding: 1.6em 0;
}

#outline .outline_tbl.tbl th {
  width: 11em;
  background-color: #e7f1ff;
  padding-left: 3em;
}

#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;
  }
}

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

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

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

/*- 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;
  }

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

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

@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 */
#to_btn_area .section-inner {
  padding-bottom: 5em;
}

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

}

#to_btn_area a {
  display: block;
  font-size: 32px;
  line-height: 1.4;
}

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

#to_btn_area .to_history_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;
  border-bottom: solid 2px #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: 1em;
  }

  #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: 20px;
  line-height: 1.6;
}

#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;
}

@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: 80px 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: 30px;
  font-weight: bold;
  margin-left: auto;
  padding-top: 2em;
  line-height: 1.3;
  max-width: 799px;
}

#group_companies .sub_section-ttl2 {
  font-size: 19px;
  line-height: 1.4;
  max-width: 481px;
}

#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: 50%;
  margin-bottom: 0;
  padding-top: 3em;
}

#business_info .cw_wrap .img_box,
#business_info .ew_wrap .img_box {
  width: 45vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
}

#business_info .ce_wrap .img_box,
#business_info .mc_wrap .img_box {
  width: 45vw;
  margin: 0 calc(50% - 50vw);
  text-align: center;
}

#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;
  align-items: flex-end;
  color: #072a7e;
}

#business_info .section_lead_ttl .ttl {
  font-size: 25px;
  border-bottom: solid 1px #072a7e;
  font-weight: bold;
}

#business_info .section_lead_ttl .ttl span {
  font-size: 14px;
  padding-left: 10px;
  font-weight: normal;
}

#business_info .section_lead_ttl .num {
  font-size: 130px;
  font-style: italic;
  line-height: 1;
}

#business_info .txt_info {
  font-size: 16px;
  margin-top: 2em;
}

#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;
}

#construction_work .section-inner,
#civil_engineering_works .section-inner,
#electrical_work .section-inner,
#machine_construction .section-inner {
  padding-top: 3em;
  padding-bottom: 1em;
}

#construction_license .section-inner {
  padding-bottom: 1em;
}

#construction_license .license__cats-container {
  overflow: scroll;
  margin-right: -12vw;
  margin-top: 2.5em;
}

#construction_license .license__cats-container:not(.-top) {
  width: calc(100% + 12vw);
}

#construction_license .license__cats {
  display: flex;
  overflow: auto;
  padding-bottom: 1em;
}

#construction_license .license__cats::-webkit-scrollbar {
  height: 10px;
}

#construction_license .license__cats::-webkit-scrollbar-track {
  background: #cfcdd0;
  border-radius: 10px;
}

#construction_license .license__cats::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;

}

#construction_license .license__cats::after {
  content: "";
  width: 8vw;
  flex: 0 0 8vw;
}

#construction_license .license__cat-item {
  color: #072a7e;
  position: relative;
  flex: 0 0 auto;
  width: 225px;
  margin-right: 3.5em;
  z-index: 1;
}

#construction_license .jp {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.2;
}

#construction_license .en {
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

@media (max-width: 2000px) {

  #group_companies .first_txt_box {
    padding-left: 150px;
  }
}

@media (max-width: 1600px) {
  #construction_license .license__cats-container {
    margin-right: -8vw;
  }

  #construction_license .license__cats-container:not(.-top) {
    width: calc(100% + 8vw);
  }

  #construction_license .license__cat-item {
    width: 200px;
    margin-right: 3em;
  }
}

@media (max-width: 1430px) {
  #construction_license .license__cats-container {
    margin-right: 0;
  }

  #construction_license .license__cats-container:not(.-top) {
    width: 100%;
  }

  #construction_license .license__cats::after {
    width: 0;
    flex: 0;
  }

  #construction_license .license__cat-item {
    width: 180px;
    margin-right: 2em;
  }

  #construction_license .jp {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  #construction_license .license__cat-item {
    width: 145px;
    margin-right: 1em;
  }

  #construction_license .jp {
    font-size: 17px;
  }

}


#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;
    max-width: 725px;
  }
}

@media (max-width: 1000px) {

  #business_info .sub_section-ttl {
    font-size: 24px;
    max-width: 650px;
  }

  #business_info .section-ttl {
    font-size: 80px;
  }

  #business_info .section-subttl {
    font-size: 25px;
  }

  #business_info .section_lead_ttl {
    border-bottom: solid 1px #072a7e;
  }

  #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 .txt_info {
    margin-top: 1em;
  }

  #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 .sub_section-ttl,
  #group_companies .sub_section-ttl {
    font-size: 18px;
  }

  #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 -------------------------*/


#main-visual__works {
  display: none;
}

#works_list {
  padding-top: 7em;
  padding-bottom: 4em;
  font-family: "source-han-serif-japanese", serif;
}

.works_list2 {
  background-color: #e8f2ff;
}

#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: '';
}

@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 .tab {
  padding: 10px 10px;
  width: auto;
  border: unset;
  font-size: 18px;
}

#works_list .wl_box {
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
}

#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 {
  margin-bottom: 1em;
}

#works_list .post-list .post {
  width: 31%;
  margin-bottom: 1.5em;
  margin-right: 2.2em;
}

#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;
}

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

#works_list .post__cat {
  margin-right: 0;
  margin-top: 1em;
}

#works_list .post__title {
  font-size: 18px;
  padding-top: 12px;
  width: 100%;
}

#works_list .wl_tab {
  font-size: 18px;
  padding: 1em 0;
  color: #666666;
}

#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: #072a7e;
  transition: 1s;
  border: none;
  padding: 1em 0;
}

/*----   施工実績 WORKS PAGE 【responsive】    ------*/

@media (max-width: 1170px) {
  #works_list .post-list .post {
    margin-right: 3vw;
  }
}


/*画面幅 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 {
    margin-right: 4vw;
  }

  #works_list .post-list .post:nth-child(3n) {
    margin-right: 4vw;
  }

  #works_list .post-list .post:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  #works_list .post__title {
    font-size: 15px;
  }
}

/*--------------------------------------
  tab MENU BOX
--------------------------------------*/

.tab-wrap {
  margin-bottom: 40px;
}

.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: 100%;
}

.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: 90%;
  }
}

@media (min-width: 768px) {
  .drop-down-menu {
    display: none;
  }
}

@media (max-width: 767px) {

  #works_list .post-list .post {
    width: 47.5%;
    margin-bottom: 0.5em;
  }

  #works_list .tab-group {
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #works_list .wl_tab {
    font-size: 18px;
    padding: 0;
  }

  #works_list .wl_box {
    margin: 2em auto;
  }

  #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: 1em;
  padding-bottom: 3em;
}

#post_single .article {
  width: 75%;
  margin: 0 auto;
  max-width: 780px;
  margin-top: 3em;
}

#post_single .article .article__date {
  display: inline-block;
  font-size: 18px;
  color: #072a7e;
  line-height: 1;
  margin-bottom: 1em;
  margin-right: 1.5em;
}

#post_single .article .article__cat .cat-news {
  background-color: #072a7e;
  font-size: 18px;
}

#post_single .article-head {
  margin-bottom: 10px;
}

#post_single .article__text {
  margin: 40px 0 60px 0;
}

#post_single .article__text p {
  margin-bottom: 0;
  font-size: 16px;
  align-content: flex-start;
  line-height: 1.1;
}

#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: 46%; */
  /* 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 img {
  aspect-ratio: auto;
  margin-bottom: 0.5em;
  width: 100%;
}

#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 {
  margin-bottom: 20px;
  display: block;
  font-size: 30px;
  font-weight: normal;
}

#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;
}

#post_single .works_info .title {
  border-bottom: solid 1px #929292;
  padding: 2em;
  width: 20%;
  background-color: #072a7e;
  color: #fff;
}

#post_single .works_info .info {
  border-bottom: solid 1px #929292;
  border-left: solid 1px #929292;
  padding-left: 2em;
}

#post_single .works_info td.title,
#post_single .works_info td.info {
  border-bottom: unset;
}

#post_single .post__cat {
  font-size: 18px;
}

@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;
  }

  #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 {
  background-color: #e8f2ff;
  font-family: "source-han-serif-japanese", serif;
  padding-bottom: 3.5em;
}

#privacy-policy .section-inner {
  background-color: #fff;
  width: 90%;
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#privacy-policy .privacy-policy_box {
  width: 82%;
  margin: 0 auto 0 auto;
}

#privacy-policy .privacy-policy-ttl_box {
  background-color: #fff;
  padding-bottom: 1em;
  margin: 0 auto;
  margin-bottom: 3.5em;
}

#privacy-policy .privacy-policy-ttl {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 1.2rem;
  text-align: center;
}

#privacy-policy .privacy-policy-ttl .en {
  font-size: 95px;
  font-family: 'Noto Serif JP', serif;
}

#privacy-policy .privacy-policy-ttl2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
}

#privacy-policy .ppl-txt {
  padding-top: 10px;
  margin-bottom: 2.5em;
}

@media (max-width: 1000px) {
  #privacy-policy .privacy-policy-ttl .en {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  #privacy-policy .privacy-policy-ttl {
    font-size: 25px;
  }

  #privacy-policy .privacy-policy-ttl .en {
    font-size: 60px;
  }

  #privacy-policy .privacy-policy-ttl2 {
    font-size: 22px;
  }

  #privacy-policy .ppl-txt {
    padding-top: 16px;
  }
}

@media (max-width: 480px) {
  #privacy-policy {
    padding-bottom: 2.5em;
  }

  #privacy-policy .privacy-policy-ttl_box {
    padding-bottom: 0.5em;
    margin-bottom: 2.5em;
  }

  #privacy-policy .section-inner {
    padding-top: 15px;
    padding-bottom: 1px;
  }

  #privacy-policy .privacy-policy_box {
    width: 90%;
  }

  #privacy-policy .privacy-policy-ttl {
    font-size: 16px;
  }

  #privacy-policy .privacy-policy-ttl .en {
    font-size: 45px;
  }
}

/*----------------------------------------------------
  404 PAGE
----------------------------------------------------*/


/*  OTHER */

#gallery-1 .gallery-item {
  margin-right: 1em;
  width: 44%!important;
}

.gallery {display: flex;justify-content: space-between;}
.gallery .gallery-item {float: inherit!important;}

@media (min-width: 768px){
  #gallery-1 .gallery-item {
    width: 47%!important;
  }
}
