/* ========== common ========== */
/* body .lower {
  font-size: 20px;
} */
#strength #menu_nav nav ul li:nth-of-type(2) a,
#service #menu_nav nav ul li:nth-of-type(3) a,
#recruit #menu_nav nav ul li:nth-of-type(4) a,
#about #menu_nav nav ul li:nth-of-type(5) a,
#contact #menu_nav nav ul li:nth-of-type(6) a {
  color: #00a99d;
  font-weight: bold;
}

.lower {
  background: #dceeec;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lower .cotns_box {
  width: 92%;
  max-width: 1200px;
  background: #ffffff;
  box-shadow: 0 0 12px #aaaaaa60;
  margin: 60px auto;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .lower .cotns_box {
    box-shadow: 0 0 5px #aaaaaacc;
    margin: 12vw auto 24vw;
    padding: 6vw;
  }
}
/* title */
.sub_title {
  position: relative;
  background: #ffffff url(../images/common/sub_ttl.jpg) no-repeat left top;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.sub_title .ttl_cotns {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sub_title .ttl_cotns {
  height: 340px;
}
.sub_title h2 {
  margin: 0 0 0 50px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}
.sub_title_img {
  width: 100%;
  max-width: 680px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1081px) {
  .sub_title .ttl_cotns {
    height: 24vw;
  }
  .sub_title h2 {
    margin: auto;
    height: auto;
    font-size: calc(100vw / 28);
  }
  .sub_title_img {
    width: 60%;
    position: absolute;
    top: calc(50% - 18vw);
    right: -7vw;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .sub_title .ttl_cotns {
    height: 32vw;
  }
  .sub_title h2 {
    height: auto;
    font-size: calc(100vw / 18);
  }
  .sub_title h2::before {
    width: 7vw;
  }
}
/* ========== about.php ========== */
/* .information */
#about .information .info_list {
  border: 4px solid #147882;
  width: 80%;
  margin: 40px auto 80px;
}
#about .information .info_list .info_item {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6 !important;
}
#about .information .info_list .info_item dt {
  width: 20%;
  max-width: 200px;
  padding: 10px;
  background: #147882;
  color: #ffffff;
}
#about .information .info_list .info_item div {
  width: 80%;
  padding: 10px;
}
#about .information .info_list .info_item dt,
#about .information .info_list .info_item div {
  border-bottom: 2px solid #005751;
}
#about .information .info_list .info_item:last-child dt,
#about .information .info_list .info_item:last-child div {
  border: none;
}
#about .information .info_list .info_item dd {
  width: 100%;
  background: #ffffff;
  color: #666666;
}
#about .information .info_list .info_item dd em,
#about .information .info_list .info_item dd span {
  display: block;
  width: fit-content;
  margin-bottom: 5px;
}
#about .information .info_list .info_item dd em {
  font-weight: bold;
}
#about .information .info_list .info_item dd span {
  padding-left: 20px;
}

@media screen and (max-width: 1081px) {
  #about .information .info_list {
    width: 100%;
    margin: 4vw auto 8vw;
  }
}
@media screen and (max-width: 768px) {
  #about .information .info_list .info_item dt {
    width: 100%;
    padding: 2% 1%;
  }
  #about .information .info_list .info_item div {
    width: 100%;
    padding: 2% 1%;
  }
}
/* ========== #service ========== */
/* .information */
#service .information .info_list {
  border: 4px solid #147882;
  width: 80%;
  margin: 40px auto 80px;
}
#service .information .intro_txt {
  margin-bottom: 120px;
}

#service .workflow .workflow_item {
  margin: 60px auto;
  width: 70%;
}
#service .workflow .workflow_item dl {
  width: 100%;
  position: relative;
  margin: 60px 0;
}
#service .workflow .workflow_item dl::after {
  content: "";
  display: block;
  width: 62px;
  height: 30px;
  background-color: #005b97;
  clip-path: polygon(60px 0, 0 0, 30px 25px);
  position: absolute;
  bottom: -50px;
  left: calc(50% - 30px);
}
#service .workflow .workflow_item dl:last-child::after {
  display: none;
}
#service .workflow .workflow_item dt {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(-45deg, #66cccc, #00a99d 30%, #147882);
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}
#service .workflow .workflow_item dt::before {
  counter-increment: number 1;
  content: "0" counter(number) "-";
  font-family: "Dancing Script", cursive;
  font-size: 150%;
  width: 80px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  /* background: #66cccc; */
  color: #ffffff;
}
#service .workflow .workflow_item dd {
  background: #ecf8f6;
  padding: 20px 40px 20px 60px;
}
#service .workflow .workflow_item dd li {
  text-indent: -0.5em;
  padding-left: 0;
  margin-bottom: 12px;
  line-height: 1.4;
}
#service .workflow .workflow_item dd li:before {
  content: "・";
  display: inline-block;
}

@media screen and (max-width: 1081px) {
  #service .workflow .workflow_item {
    margin: 60px auto;
    width: 90%;
  }
  #service .workflow .workflow_item dt {
    font-size: calc(60vw / 20);
  }
}
@media screen and (max-width: 768px) {
  #service .workflow .workflow_item {
    margin: 6vw auto;
    width: 100%;
  }
  #service .workflow .workflow_item dl {
    margin: 6vw 0 35vw;
  }
  #service .workflow .workflow_item dl::after {
    position: absolute;
    bottom: -20vw;
    left: calc(50% - 30px);
  }
  #service .workflow .workflow_item dt {
    height: 10vw;
    font-size: calc(100vw / 20);
  }
  #service .workflow .workflow_item dt::before {
    width: 15vw;
    height: 10vw;
  }
  #service .workflow .workflow_item dd {
    padding: 2vw 2vw 2vw 2vw;
    line-height: 1.6;
  }
  #service .workflow .workflow_item dd li {
    text-indent: -2vw;
    padding-left: 4vw;
    margin-bottom: 10px;
  }
}

/* ----- recruit.php #recruit ----- */
.recruit-info_cntns {
  width: 94%;
  max-width: 860px;
  margin: 60px auto;
}
.conditions_list {
  max-width: 860px;
  margin: 0 auto 80px;
  flex-wrap: wrap;
  background: #ffffff44;
}
.conditions_item {
  width: 100%;
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  background: #fefeef;
}
.conditions_item:nth-of-type(even) {
  background: #ecf8f8;
}
.conditions_item dt {
  width: 24%;
  max-width: 200px;
  padding-left: 10px;
  line-height: 1.6;
  position: relative;
}
.conditions_item dt::after {
  content: "|";
  display: block;
  color: #40505b;
  position: absolute;
  top: 0;
  right: 0;
}
.conditions_item dd {
  padding-left: 20px;
  width: 70%;
  max-width: 660px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .recruit-info_cntns {
    width: 100%;
    margin: 6vw auto;
  }
  .conditions_list {
    margin: 4vw auto 8vw;
  }
  .conditions_item dt {
    width: 30%;
    line-height: 1.2;
  }
  .conditions_item dd {
    padding-left: 3vw;
    width: 68%;
  }
  .conditions_item dd a {
    pointer-events: none;
    display: inline;
  }
  .conditions_item dt::after {
    top: 3px;
  }
}

/* ----- works.php #works ----- */
/*- ギャラリー -*/
.gallerylist_content {
  margin: 60px auto;
}

.gallerylist_content_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallerylist_content_rbox,
.gallerylist_content_lbox {
  width: 48%;
}
/*-- 写真切り替え --*/
#wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#slider {
  width: 100%;
  margin: 0 auto 30px;
}
.slide-item img {
  width: 100%;
}
#thumbnail-list {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.thumbnail-item {
  flex: 0 1 22%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  line-height: 0;
}
.thumbnail-item:after {
  content: "";
  background-color: #000000;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
#thumbnail-list {
  margin-top: 20px;
}
#thumbnail-list li {
  width: 100%;
  max-height: 150px;
  display: inline-block;
  background: url(../images/common/costume_noimgaes.jpg) no-repeat center center;
  background-size: contain;
  margin-right: 2%;
  overflow: hidden;
}
#thumbnail-list li:last-of-type {
  margin-right: 0%;
}

/*-- 詳細 --*/
.gallerylist_content_lbox h2 {
  border-bottom: 2px solid #00a99d;
  font-size: 1.4em;
  color: #00a99d;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
.gallerylist_content_lbox h2::before {
  content: "▶︎";
  display: inline-block;
  font-size: 12px;
  margin-bottom: 7px;
  margin-right: 5px;
  vertical-align: middle;
}
.gallerylist_content_txt {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .gallerylist_content {
    margin: 6vw auto 10vw;
  }
  .gallerylist_content_rbox,
  .gallerylist_content_lbox {
    width: 100%;
  }
  .gallerylist_content_rbox {
    order: 2;
  }
  .gallerylist_content_lbox {
    order: 1;
  }
  .gallerylist_content_lbox h2 {
    margin-bottom: 3vw;
    padding-bottom: 1vw;
  }
  .gallerylist_content_txt {
    margin-bottom: 6vw;
  }
}
