@charset "UTF-8";
/*===
  #common
  ===*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  color: #3e3e3e;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.main {
  padding-top: 180px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.container-in {
  width: 1080px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .container-in {
    padding: 0 10px;
  }
}

.container-out {
  width: 1280px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .container-out {
    padding: 0 10px;
  }
}

.sec_backwhite_btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: inherit;
  padding: 11px 70px 11px 50px;
  border: 1px solid #d8d8d8;
  border-radius: 30px;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .sec_backwhite_btn a {
    font-size: 16px;
  }
}

.sec_backwhite_btn a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-icon.png) center center/cover no-repeat;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
}

.sec_backwhite_btn a:hover {
  opacity: 0.6;
}

.sec_blue_btn a {
  display: inline-block;
  background-color: #21a8c9;
  padding: 27px 152px 27px 110px;
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .sec_blue_btn a {
    padding: 15px 70px 15px 40px;
    font-size: 16px;
  }
}

.sec_blue_btn a::after {
  position: absolute;
  content: "";
  background: url(../img/arrow-white.png) center center/cover no-repeat;
  right: 109px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 767px) {
  .sec_blue_btn a::after {
    right: 25px;
  }
}

.sec_blue_btn a:hover {
  opacity: 0.6;
}

.sec_en_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .sec_en_ttl {
    writing-mode: unset;
  }
}

.sec_en_big_ttl {
  font-size: 10.416vw;
  font-weight: 600;
  color: #dedede;
  opacity: 0.15;
  letter-spacing: 0.1em;
}

.sec_ja_ttl {
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 30px;
  border-right: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .sec_ja_ttl {
    font-size: 22px;
    writing-mode: unset;
    border-right: none;
    border-bottom: 1px solid #707070;
  }
}

.border_box {
  border-top: 1px solid #cbcbcb;
  position: relative;
}

.border_box::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #1fa9c9;
  top: -1px;
  left: 0;
}

.vertical_rl_sub_ttl {
  writing-mode: vertical-rl;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  .vertical_rl_sub_ttl {
    font-size: 20px;
  }
}

.vertical_rl_sub_ttl span {
  color: #21a8c9;
}

/* ===============================================
# header
=============================================== */
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
  transition: height 0.6s ease, padding 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.7vw 0 3.3vw;
  height: 180px;
}

@media screen and (max-width: 767px) {
  .header-inner {
    height: 60px;
  }
}

/* 縮小時のヘッダー */
#header.shrink .header-inner {
  height: 120px;
  /* スクロール時の高さ */
}

@media screen and (max-width: 767px) {
  #header.shrink .header-inner {
    height: 60px;
  }
}

.header-logo {
  margin-right: auto;
}

.header-logo a {
  transition: 0.5s;
}

.header-logo a:hover {
  opacity: 0.6;
}

.header-logo a img {
  display: block;
  max-width: 286.4px;
  min-width: 140px;
}

@media screen and (max-width: 767px) {
  .header-logo a img {
    width: 100px;
  }
}

.header-nav {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-list {
  display: flex;
}

.header-list li {
  margin-left: 4.145vw;
}

.header-list li a {
  color: #3e3e3e;
  letter-spacing: 0.1rem;
  white-space: nowrap;
  transition: 0.5s;
}

.header-list li a:hover {
  color: #21a8c9;
}

/* ===============================================
# ドロワー 
=============================================== */
.drawer {
  display: none;
}

@media screen and (max-width: 767px) {
  .drawer {
    display: block;
  }
}

.drawer-icon {
  color: black;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 17px;
  text-align: center;
  top: 14px;
  z-index: 41;
}

.drawer-open {
  display: block;
}

.m_checked .drawer-open {
  display: none;
}

.drawer-close {
  display: none;
}

.m_checked .drawer-close {
  display: block;
}

.drawer-content {
  background: #21a8c9;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 100px 16px 16px;
  position: fixed;
  text-align: left;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}

.m_checked .drawer-content {
  opacity: 1;
  visibility: visible;
}

.drawer-nav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid transparent;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 20px 12px 24px 5px;
  text-decoration: none;
  text-align: center;
}

.fa-times::before {
  color: #fff;
}

/* ===============================================
# mv
=============================================== */
.mv {
  height: calc(100vh - 180px);
  width: 93.7%;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
    height: auto;
  }
}

.mv_move video {
  height: calc(100vh - 180px);
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv_move video {
    height: auto;
  }
}

.mv_txt_box {
  position: absolute;
  top: 50%;
  left: 12.5%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .mv_txt_box {
    top: 50%;
  }
}

.mv_txt {
  font-size: 2.6vw;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mv_txt {
    font-size: 18px;
  }
}

.mv_txt span {
  margin-top: 97px;
}

@media screen and (max-width: 767px) {
  .mv_txt span {
    margin-top: 15px;
  }
}

/* ===============================================
# concept
=============================================== */
.concept {
  padding: 150px 0 165px;
}

@media screen and (max-width: 767px) {
  .concept {
    padding: 75px 0 85px;
  }
}

.concept .sec_en_ttl {
  justify-content: left;
}

@media screen and (max-width: 767px) {
  .concept .sec_en_ttl {
    width: 100%;
    margin-bottom: 15px;
  }
}

.concept_wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .concept_wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.concept_center {
  margin-left: 4.1vw;
  margin-right: 6.77vw;
}

@media screen and (max-width: 767px) {
  .concept_center {
    width: 75%;
    margin: 0;
  }
}

.concept_center_txt {
  line-height: 2;
  font-weight: 500;
  padding: 54px 38px 0 50px;
}

@media screen and (max-width: 767px) {
  .concept_center_txt {
    padding: 30px 0;
  }
}

.concept_btn {
  margin-top: 83px;
}

@media screen and (max-width: 767px) {
  .concept_btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .concept_ttl {
    width: 10%;
  }
}

/* ===============================================
# architectural
=============================================== */
.architectural {
  position: relative;
}

.architectural::after {
  position: absolute;
  content: "";
  background-color: #20a9c9;
  width: 100%;
  height: 52vw;
  left: 0;
  right: 0;
  top: 51%;
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .architectural::after {
    height: 70%;
    top: 46%;
  }
}

.architectural_ttl {
  text-align: center;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.15);
  opacity: 1;
  line-height: 1.4;
}

.architectural_top_img {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .architectural_top_img {
    width: 90%;
  }
}

.architectural_txt_box {
  margin-top: -96px;
}

@media screen and (max-width: 767px) {
  .architectural_txt_box {
    margin-top: -36px;
  }
}

.architectural_sub_ttl {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .architectural_sub_ttl {
    font-size: 20px;
    margin-left: 15px;
  }
}

.architectural_txt {
  margin-top: 30px;
  line-height: 2;
  color: #fbfbfb;
}

@media screen and (max-width: 767px) {
  .architectural_txt {
    margin-top: 25px;
    padding: 0 20px;
  }
}

.architectural_img_wrap {
  display: flex;
  justify-content: center;
  margin-top: 76px;
}

@media screen and (max-width: 767px) {
  .architectural_img_wrap {
    margin-top: 40px;
  }
}

.architectural_img_wrap img {
  display: block;
  width: 25%;
  height: 18.75vw;
  object-fit: cover;
}

.architectural_btn {
  text-align: center;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .architectural_btn {
    margin-top: 45px;
  }
}

/* ===============================================
# 施工実績
=============================================== */
.example {
  margin: 110px 0 180px;
  padding: 150px 0 138px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .example {
    margin: 55px 0 90px;
    padding: 75px 0 70px;
  }
}

.example::after {
  position: absolute;
  content: "";
  background: url(../img/example-back.png) center center/cover no-repeat;
  max-width: 1560px;
  margin-left: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.example .container-in {
  display: flex;
}

@media screen and (max-width: 767px) {
  .example .container-in {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .example .sec_ja_ttl_box {
    text-align: center;
  }
}

.example_wrapper {
  margin-left: 67px;
  padding-top: 41px;
}

@media screen and (max-width: 767px) {
  .example_wrapper {
    margin-left: 0;
  }
}

.example_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.example_item {
  width: 47%;
  transition: 0.5s;
}

.example_item:nth-child(n + 3) {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .example_item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

.example_item:hover {
  opacity: 0.6;
}

.example_item_img img {
  display: block;
  height: 16.666vw;
  min-height: 250px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .example_item_img img {
    height: 150px;
    min-height: 150px;
  }
}

.example_item_content {
  background-color: #fff;
  width: 91.5%;
  margin-top: -40px;
  padding: 12px 10px 18px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .example_item_content {
    padding: 10px;
    width: 100%;
  }
}

.published {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
}

.example_item_txt {
  color: #3e3e3e;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .example_item_txt {
    font-size: 14px;
    margin-top: 5px;
  }
}

.example_btn {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .example_btn {
    margin-top: 40px;
  }
}

/* ===============================================
# お知らせ
=============================================== */
.news {
  position: relative;
}

.news .sec_ja_ttl_box {
  text-align: center;
}

.news .sec_en_big_ttl {
  position: absolute;
  top: -36px;
  right: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .news .sec_en_big_ttl {
    font-size: 70px;
  }
}

.news_wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news_wrapper {
    flex-direction: column;
  }
}

.news_left img {
  width: 40.1vw;
  height: 41.14vw;
  object-fit: cover;
}

.news_right {
  margin-left: 5vw;
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .news_right {
    padding-top: 0;
    margin-left: 0;
    padding-right: 0;
  }
}

.news_right_wrapper {
  margin-left: auto;
}

.news_right_wrap {
  display: flex;
}

@media screen and (max-width: 767px) {
  .news_right_wrap {
    flex-direction: column;
  }
}

.news_right_ul {
  max-width: 600px;
  width: 100%;
  padding-top: 100px;
  margin-left: 53px;
}

@media screen and (max-width: 767px) {
  .news_right_ul {
    margin-left: 0;
    padding: 60px 15px 0;
  }
}

.news_right_ul li {
  border-bottom: 1px solid #cbcbcb;
}

.news_right_ul li:first-child {
  border-top: 1px solid #cbcbcb;
}

.news_right_ul li a {
  display: block;
  padding: 43px 46px;
  transition: 0.5s;
}

.news_right_ul li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .news_right_ul li a {
    padding: 20px;
  }
}

.news_right_txt {
  margin-top: 2px;
  color: #3e3e3e;
}

@media screen and (max-width: 767px) {
  .news_right_txt {
    margin-top: 5px;
    font-size: 14px;
  }
}

.news_btn {
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .news_btn {
    margin-top: 40px;
  }
}

/* ===============================================
# 採用情報
=============================================== */
.recruit {
  margin-top: 170px;
  padding: 19.3vw 0 13.38vw;
  background: url(../img/top_rec.webp) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 85px;
  }
}

.recruit_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit_box {
  text-align: center;
}

.recruit_ttl {
  writing-mode: vertical-rl;
  font-size: 30px;
  display: inline;
}

@media screen and (max-width: 767px) {
  .recruit_ttl {
    font-size: 22px;
  }
}

.recruit_txt {
  margin-top: 21px;
}

.recruit_btn {
  margin-top: 42px;
}

.recruit_btn a {
  display: inline-block;
  background-color: #21a8c9;
  color: #fff;
  padding: 26px 90px;
  border-radius: 10px;
  font-size: 18px;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .recruit_btn a {
    padding: 15px 60px;
  }
}

.recruit_btn a:hover {
  opacity: 0.6;
}

/* ===============================================
# footer
=============================================== */
.footer_top {
  background-color: #f6f6f6;
  padding: 150px 0 140px;
}

@media screen and (max-width: 767px) {
  .footer_top {
    padding: 75px 0 70px;
  }
}

.footer_top_content {
  background-color: #fff;
  padding: 65px 0 77px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer_top_content {
    padding: 35px 0;
  }
}

.footer_top_contact_ttl {
  font-size: 28px;
  color: #252525;
}

@media screen and (max-width: 767px) {
  .footer_top_contact_ttl {
    font-size: 22px;
  }
}

.footer_top_contact_subttl {
  margin-top: 2px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.footer_top_contact_txt {
  margin-top: 25px;
  padding-bottom: 41px;
}

@media screen and (max-width: 767px) {
  .footer_top_contact_txt {
    padding-bottom: 22px;
  }
}

.footer_top_info {
  border-top: 1px solid #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 53px;
}

@media screen and (max-width: 767px) {
  .footer_top_info {
    flex-direction: column;
    padding-top: 27px;
  }
}

.footer_top_info_tel {
  max-width: 371px;
  margin-right: 7.7vw;
}

@media screen and (max-width: 767px) {
  .footer_top_info_tel {
    margin-right: 0;
  }
  .footer_top_info_tel img {
    width: 200px;
  }
}

.footer_top_info_tel span {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer_top_info_tel span {
    display: block;
  }
}

.footer_top_info_mail a {
  display: block;
  padding: 27px 6.66vw;
  background-color: #21a8c9;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
  transition: 0.5s;
}

.footer_top_info_mail a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .footer_top_info_mail a {
    padding: 15px 50px;
    margin-top: 30px;
  }
}

.footer_bottom {
  padding: 7.81vw;
}

.footer_bottom_wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer_bottom_wrap {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .footer_bottom_left {
    margin-top: 40px;
    justify-content: center;
  }
}

.footer_bottom_left img {
  display: block;
  max-width: 286px;
  min-width: 150px;
}

@media screen and (max-width: 767px) {
  .footer_bottom_left img {
    margin: 0 auto;
  }
}

.footer_bottom_left_info {
  margin-top: 30px;
}

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

.footer_bottom_right {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .footer_bottom_right {
    margin: 0 auto;
  }
}

.footer_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .footer_links {
    flex-direction: column;
    justify-content: center;
  }
}

.footer_links li {
  margin-left: 4.166vw;
}

@media screen and (max-width: 767px) {
  .footer_links li {
    margin-top: 15px;
    margin-left: 0;
    text-align: center;
  }
  .footer_links li:first-child {
    margin-top: 0;
  }
}

.footer_links li a {
  color: #3e3e3e;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.5s;
}

.footer_links li a:hover {
  color: #21a8c9;
}

.copy {
  margin-top: 126px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .copy {
    margin-top: 40px;
  }
}

/* ===============================================
# 下層
=============================================== */
/* ===============================================
# 共通mv
=============================================== */
.mv_col {
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mv_col {
    flex-direction: column;
    padding-top: 30px;
  }
}

.mv_col::after {
  position: absolute;
  content: "";
  background-color: #f6f6f6;
  background: url(../img/mv_col_back.png) center center/cover no-repeat;
  width: 81.25vw;
  height: 220px;
  left: 0;
  bottom: -94px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .mv_col::after {
    height: 80px;
    bottom: -20px;
  }
}

.mv_col_ttl {
  padding-left: 40px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .mv_col_ttl {
    margin-right: auto;
    padding-left: 20px;
    padding-top: 0;
  }
}

.mv_col_ttl span {
  display: block;
  color: #21a8c9;
  text-align: right;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .mv_col_ttl span {
    font-size: 14px;
    text-align: left;
  }
}

.mv_col_ttl h1 {
  font-size: 2.083vw;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mv_col_ttl h1 {
    font-size: 22px;
    margin-top: 0;
  }
}

.mv_col_img {
  margin-left: 5.2vw;
}

@media screen and (max-width: 767px) {
  .mv_col_img {
    margin-left: 0;
    margin-top: 20px;
    text-align: right;
  }
}

.mv_col_img img {
  width: 76.04vw;
  height: 27.08vw;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .mv_col_img img {
    width: 95%;
    height: auto;
    margin-left: auto;
  }
}

/* ===============================================
# 事業紹介
=============================================== */
.region {
  background: url(../img/region-back.png) center center/cover no-repeat;
  text-align: center;
  margin-top: 142px;
  padding-bottom: 186px;
}

@media screen and (max-width: 767px) {
  .region {
    margin-top: 90px;
    padding-bottom: 90px;
  }
}

.region_ttl {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .region_ttl {
    font-size: 80px;
  }
}

.region_sub_ttl {
  margin-top: -154px;
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .region_sub_ttl {
    font-size: 20px;
  }
}

.region_txt {
  margin-top: 36px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .region_txt {
    text-align: justify;
  }
}

.region_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 53px;
}

@media screen and (max-width: 767px) {
  .region_wrapper {
    flex-wrap: wrap;
  }
}

.region_item {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #456598;
  border-radius: 50%;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .region_item {
    width: 47vw;
    height: 47vw;
    margin-left: 0;
  }
}

.region_item p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .region_item p {
    margin-top: 20px;
  }
}

.region_item img {
  width: 56.74px;
}

.region_item2 {
  background-color: #0b74b5;
}

.region_item2 img {
  width: 85.93px;
}

.region_item3 {
  background-color: #3daa67;
  margin-left: -24px;
}

@media screen and (max-width: 767px) {
  .region_item3 {
    margin-left: 0;
  }
}

.region_item3 img {
  width: 66.53px;
}

.region_item4 {
  background-color: #448868;
}

.region_item4 img {
  width: 68.32px;
}

.region_item_circle {
  width: 300px;
  height: 300px;
  background-color: #fff;
  border: 24px solid #21a8c9;
  margin-left: -24px;
}

@media screen and (max-width: 767px) {
  .region_item_circle {
    width: 240px;
    height: 240px;
    margin: -35px 0;
    border: 18px solid #21a8c9;
  }
}

.region_item_circle img {
  width: 176.76px;
}

@media screen and (max-width: 767px) {
  .region_item_circle img {
    width: 157px;
  }
}

/* ===============================================
# 事業紹介
=============================================== */
.business_wrapper {
  background-color: #f4f3f3;
}

.business_wrap {
  display: flex;
  align-items: center;
  padding: 150px 0 170px;
}

@media screen and (max-width: 767px) {
  .business_wrap {
    flex-direction: column-reverse;
    padding: 75px 0 80px;
  }
}

.business_img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .business_img {
    width: 100%;
    margin-top: 30px;
  }
}

.business_img img {
  height: 30.2vw;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .business_img img {
    height: auto;
  }
}

.business_content {
  width: 50%;
  padding-left: 9.68vw;
  padding-right: 8.69vw;
}

@media screen and (max-width: 767px) {
  .business_content {
    width: 100%;
    padding: 0 20px;
  }
}

.business_ttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .business_ttl {
    margin-bottom: 30px;
  }
}

.business_ttl h2 {
  font-size: 3.12vw;
}

@media screen and (max-width: 767px) {
  .business_ttl h2 {
    font-size: 20px;
  }
}

.business_ttl span {
  margin-left: 30px;
  color: #21a8c9;
}

.business_txt {
  line-height: 2;
  padding-top: 53px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .business_txt {
    padding-top: 20px;
  }
}

.business_txt::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #cbcbcb;
  width: 41.3vw;
  top: 0;
  left: -9.68vw;
}

@media screen and (max-width: 767px) {
  .business_txt::after {
    left: 0;
    width: 100%;
  }
}

.business_txt::before {
  position: absolute;
  content: "";
  height: 1px;
  background: #21a8c9;
  width: 100px;
  top: 0;
  left: -14.73vw;
}

@media screen and (max-width: 767px) {
  .business_txt::before {
    left: 0;
    z-index: 1;
  }
}

.business_wrap_flex {
  background-color: #fff;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .business_wrap_flex {
    flex-direction: column-reverse;
  }
}

.business_wrap_flex .business_content {
  padding-right: 9.68vw;
  padding-left: 8.69vw;
}

@media screen and (max-width: 767px) {
  .business_wrap_flex .business_content {
    padding: 0 20px;
  }
}

.business_wrap_flex .business_txt {
  position: relative;
}

.business_wrap_flex .business_txt::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #cbcbcb;
  width: 41.3vw;
  top: 0;
  right: -9.68vw;
  left: unset;
}

@media screen and (max-width: 767px) {
  .business_wrap_flex .business_txt::after {
    right: 0;
    width: 100%;
  }
}

.business_wrap_flex .business_txt::before {
  position: absolute;
  content: "";
  height: 1px;
  background: #21a8c9;
  width: 100px;
  top: 0;
  right: -14.73vw;
  left: unset;
}

@media screen and (max-width: 767px) {
  .business_wrap_flex .business_txt::before {
    right: 0;
  }
}

/* ===============================================
# アグリ事業
=============================================== */
.agri {
  padding-top: 112px;
  padding-bottom: 150px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .agri {
    padding-top: 60px;
    padding-bottom: 75px;
  }
}

.agri .sec_en_big_ttl {
  position: absolute;
  z-index: -1;
  top: -13px;
  left: 62px;
}

@media screen and (max-width: 767px) {
  .agri .sec_en_big_ttl {
    font-size: 80px;
    top: -10px;
    left: 0;
  }
}

.agri_content {
  border: 10px solid #bcdbc8;
  background-color: #fff;
  padding: 110px 100px 130px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .agri_content {
    padding: 60px 15px;
  }
}

.agri_ttl h2 {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .agri_ttl h2 {
    font-size: 22px;
  }
}

.agri_ttl span {
  color: #20c988;
  font-weight: 700;
  display: block;
  margin-top: 11px;
}

.agri_txt {
  margin-top: 25px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .agri_txt {
    margin-top: 20px;
    text-align: justify;
  }
}

.agri_img_wrap {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.agri_img_wrap img {
  width: 250px;
  height: 180px;
  object-fit: cover;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .agri_img_wrap img {
    width: 33%;
    height: auto;
    margin-right: 0;
  }
}

.agri_img_wrap img:last-child {
  margin-right: 0;
}

/* ===============================================
# 企業情報
=============================================== */
.message {
  margin-top: 141px;
  padding-bottom: 84px;
}

@media screen and (max-width: 767px) {
  .message {
    margin-top: 75px;
    padding-bottom: 70px;
  }
}

.message_ttl {
  text-align: center;
}

.message_sub_ttl {
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-top: -153px;
}

@media screen and (max-width: 767px) {
  .message_sub_ttl {
    font-size: 20px;
    text-align: center;
    margin-top: -30px;
  }
}

.message_txt {
  margin-top: 75px;
  padding-right: 22.70833vw;
  line-height: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .message_txt {
    padding-right: 0;
    margin-top: 40px;
  }
}

.message_txt::after {
  position: absolute;
  content: "";
  background: url(../img/company_staff.png) center center/cover no-repeat;
  right: -5.8854vw;
  bottom: -101px;
  width: 24.895vw;
  height: 26.875vw;
}

@media screen and (max-width: 767px) {
  .message_txt::after {
    width: 175px;
    height: 191px;
    right: 0;
    bottom: -193px;
  }
}

.overview {
  padding: 123px 0 287px;
  position: relative;
}

.overview::after {
  position: absolute;
  content: "";
  background: url(../img/overview_back.webp) center center/cover no-repeat;
  max-width: 1560px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  z-index: -1;
}

.overview .sec_ja_ttl_box {
  padding-top: 13px;
}

@media screen and (max-width: 767px) {
  .overview .sec_ja_ttl_box {
    padding-top: 0;
    text-align: center;
  }
}

.overview_wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .overview_wrapper {
    flex-direction: column;
  }
}

.over_view_content {
  margin-left: 8.15vw;
  background-color: #fff;
  max-width: 800px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .over_view_content {
    margin-left: 0;
    margin-top: 30px;
  }
}

.over_view_content dl {
  display: flex;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid #eaeaea;
}

@media screen and (max-width: 767px) {
  .over_view_content dl {
    flex-direction: column;
    padding: 20px 15px;
  }
}

.over_view_content dl:last-child {
  border-bottom: none;
}

.over_view_content dl dt {
  width: 208px;
  border-right: 1px solid #21a8c9;
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .over_view_content dl dt {
    width: auto;
    padding-left: 0;
    border-right: none;
    border-bottom: 1px solid #21a8c9;
    display: inline;
  }
}

.over_view_content dl dd {
  width: calc(100% - 208px);
  padding-left: 58.5px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .over_view_content dl dd {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 10px;
  }
}

.over_view_content .over_view_content-last {
  align-items: baseline;
}

.over_view_content .over_view_content-last dd {
  line-height: 2;
}

.company_map {
  margin-top: -160px;
  width: 100%;
}

.company_map iframe {
  width: 100%;
  height: 29.16vw;
}

@media screen and (max-width: 767px) {
  .company_map iframe {
    height: 225px;
    margin-top: -80px;
  }
}

.company_map p {
  text-align: center;
  margin-top: 38px;
}

/* ===============================================
# history
=============================================== */
.history {
  padding: 59px 0 210px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .history {
    padding: 70px 0 105px;
  }
}

.history_ttl {
  display: inline-block;
  text-align: center;
  padding-left: 0;
  margin-bottom: 46px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .history_ttl {
    margin-top: 23px;
    margin-bottom: 23px;
  }
}

.history_ttl span {
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .history_ttl span {
    text-align: center;
  }
}

.history_ttl h2 {
  display: inline-block;
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .history_ttl h2 {
    font-size: 22px;
  }
}

.history_content_line {
  padding-top: 74px;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .history_content_line {
    padding-top: 35px;
  }
}

.history_content_line::before {
  position: absolute;
  content: "";
  background-color: #cbcbcb;
  height: 1px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.history_content_line::after {
  position: absolute;
  content: "";
  background-color: #21a8c9;
  height: 1px;
  width: 100px;
  top: 0;
  left: 0;
}

.timeline {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.timeline-content {
  padding: 32px 40px 21px;
  background: #f7f7f7;
  transition: 0.4s ease;
  overflow-wrap: break-word !important;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .timeline-content {
    padding: 20px 20px;
  }
}

.timeline-content .timeline-year {
  color: #21a8c9;
  text-align: left;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .timeline-content .timeline-year {
    width: 70px;
  }
}

.timeline-content .timeline-year span {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .timeline-content .timeline-year span {
    font-size: 24px;
    margin-right: 0;
  }
}

.timeline-content p {
  text-align: justify;
  width: calc(100% - 80px);
}

@media screen and (max-width: 767px) {
  .timeline-content p {
    width: calc(100% - 70px);
    font-size: 14px;
  }
}

.timeline-component_l {
  margin-right: 18px;
  margin-top: -13px;
}

@media screen and (max-width: 767px) {
  .timeline-component_l {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 20px;
    position: relative;
  }
  .timeline-component_l::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #21a8c9;
  }
}

.timeline-component_r {
  margin-left: 18px;
  margin-top: -13px;
}

@media screen and (max-width: 767px) {
  .timeline-component_r {
    margin-top: 20px;
    margin-left: 20px;
  }
}

.timeline {
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
  position: relative;
}

@media screen and (max-width: 767px) {
  .timeline {
    display: block;
  }
}

.timeline::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #21a8c9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .timeline::before {
    left: 5px;
  }
}

.timeline-middle {
  position: relative;
}

.main-middle {
  opacity: 0;
}

.timeline-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #21a8c9;
}

@media screen and (max-width: 767px) {
  .timeline-circle {
    left: 5px;
    top: 75px;
  }
}

/* ===============================================
# 採用情報
=============================================== */
.low_message {
  margin-top: 224px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .low_message {
    margin-top: 112px;
    padding-bottom: 70px;
  }
}

.low_message_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .low_message_wrapper {
    flex-direction: column;
  }
}

.low_message_item {
  width: 31.6%;
  border: 1px solid #707070;
  padding: 18px 20px 47px;
}

@media screen and (max-width: 767px) {
  .low_message_item {
    width: 100%;
  }
  .low_message_item + .low_message_item {
    margin-top: 30px;
  }
}

.low_message_item img {
  width: 100%;
  height: 13.54vw;
  min-height: 200px;
  object-fit: cover;
}

.low_message_item_content {
  padding: 54px 0 0;
}

@media screen and (max-width: 767px) {
  .low_message_item_content {
    padding-top: 30px;
  }
}

.low_message_item_content h4 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .low_message_item_content h4 {
    font-size: 20px;
  }
}

.low_message_item_content p {
  margin-top: 32px;
  line-height: 2;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .low_message_item_content p {
    margin-top: 20px;
  }
}

.recruitment {
  padding-bottom: 153px;
  margin-top: 66px;
}

@media screen and (max-width: 767px) {
  .recruitment {
    padding-bottom: 90px;
    margin-top: 20px;
  }
}

.recruitment .sec_en_big_ttl {
  text-align: center;
}

.recruitment_ttl {
  text-align: center;
  margin-top: -159px;
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .recruitment_ttl {
    margin-top: -30px;
    font-size: 20px;
  }
}

.recruitment_txt {
  margin-top: 55px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .recruitment_txt {
    margin-top: 30px;
  }
}

.recruitment_content {
  max-width: 960px;
  margin: 137px auto 0;
}

@media screen and (max-width: 767px) {
  .recruitment_content {
    margin-top: 70px;
  }
}

.recruitment_content dl {
  display: flex;
  align-items: center;
  padding: 37px 35px 38px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruitment_content dl {
    flex-direction: column;
    padding: 20px 15px;
  }
}

.recruitment_content dl::before {
  position: absolute;
  content: "";
  background-color: #cbcbcb;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.recruitment_content dl::after {
  position: absolute;
  content: "";
  background-color: #21a8c9;
  height: 1px;
  width: 100px;
  top: 0;
  left: 0;
}

.recruitment_content dl dt {
  width: 168px;
  padding-left: 46px;
}

@media screen and (max-width: 767px) {
  .recruitment_content dl dt {
    width: 100%;
    padding-left: 0;
  }
}

.recruitment_content dl dd {
  width: calc(100% - 168px);
}

@media screen and (max-width: 767px) {
  .recruitment_content dl dd {
    margin-top: 15px;
    width: 100%;
  }
}

/* ===============================================
# 個人情報　プラポ
=============================================== */
.policy {
  margin-top: 224px;
}

@media screen and (max-width: 767px) {
  .policy {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .policy .sec_en_ttl {
    margin-bottom: 15px;
  }
}

.policy_wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .policy_wrapper {
    flex-direction: column;
  }
}

.policy_wrap {
  margin-left: 78.5px;
}

@media screen and (max-width: 767px) {
  .policy_wrap {
    margin-left: 0;
  }
}

.policy_item {
  padding: 60px 100px 80px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .policy_item {
    padding: 20px 10px;
  }
}

.policy_item::before {
  position: absolute;
  content: "";
  background-color: #cbcbcb;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
}

.policy_item::after {
  position: absolute;
  content: "";
  background-color: #21a8c9;
  height: 1px;
  width: 100px;
  top: 0;
  left: 0;
}

.policy_sub_ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .policy_sub_ttl {
    font-size: 18px;
  }
}

.policy_txt {
  margin-top: 38px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .policy_txt {
    margin-top: 15px;
  }
}

.policy_txt ul {
  margin-top: 50px;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .policy_txt ul {
    margin-top: 20px;
    margin-left: 20px;
  }
}

.policy_txt ul li {
  list-style: disc !important;
  color: #21a8c9;
}

.policy_txt ul li span {
  color: #3e3e3e;
}

/* ===============================================
# お問い合わせ
=============================================== */
.contact {
  padding-top: 224px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.contact .sec_en_ttl {
  margin-bottom: 10px;
}

.contact_wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact_wrapper {
    flex-direction: column;
  }
}

.contact_wrap {
  margin-left: 78.5px;
  padding: 57px 100px 0 42px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact_wrap {
    margin-left: 0;
    padding: 30px 0px 0 0px;
  }
}

.contact_wrap::before {
  position: absolute;
  content: "";
  background-color: #cbcbcb;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
}

.contact_wrap::after {
  position: absolute;
  content: "";
  background-color: #21a8c9;
  height: 1px;
  width: 100px;
  top: 0;
  left: 0;
}

.contact_txt {
  line-height: 2;
}

.contact-box {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 64px;
  color: #333;
}

@media screen and (max-width: 767px) {
  .contact-box {
    margin-top: 40px;
  }
}

.contact-contents__item--required {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact-contents__item--required {
    flex-direction: column;
  }
}

.contact-contents__item--required + .contact-contents__item--required {
  margin-top: 20px;
}

.required {
  position: relative;
}

.required::after {
  position: absolute;
  content: "必須";
  font-size: 14px;
  color: #fff;
  background-color: #4db4cc;
  top: 57%;
  right: 18px;
  transform: translateY(-50%);
  padding: 6px 15px;
  line-height: 1;
  border-radius: 17px;
}

@media screen and (max-width: 767px) {
  .required::after {
    right: unset;
    margin-left: 10px;
  }
}

.required_gray::after {
  background-color: #adadad;
}

.contact-contents__item-title {
  width: 225px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .contact-contents__item-title {
    display: inline;
    width: auto;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.contact-contents__item-title p {
  display: inline-block;
}

.contact-contents__item-input--text {
  width: calc(100% - 225px);
}

@media screen and (max-width: 767px) {
  .contact-contents__item-input--text {
    width: 100%;
  }
}

.contact-contents__item-input--text_flex {
  display: flex;
  align-items: center;
}

.contact-contents__item-input--text_flex p {
  font-size: 16px;
}

.contact-contents__item-input--text_flex .input_first {
  max-width: 160px;
  margin-right: 10px;
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .contact-contents__item-input--text_flex .input_first {
    max-width: 120px;
  }
}

.wpcf7-form-control-wrap {
  display: contents;
}

.contact-contents__item-textarea {
  width: calc(100% - 225px);
}

@media screen and (max-width: 767px) {
  .contact-contents__item-textarea {
    width: 100%;
  }
}

.contact-btn-wrap {
  text-align: center;
}

.contact-contents__submit {
  text-align: center;
  margin-top: 22px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-contents__submit {
    margin-top: 30px;
  }
}

.contact-contents__btn {
  max-width: 480px;
  width: 100%;
  height: 80px !important;
  line-height: 80px !important;
  margin: 0 auto;
  border: none;
  background: #21a8c9;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  cursor: pointer;
}

.contact-contents__btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .contact-contents__btn {
    width: 300px;
    font-size: 18px;
    height: 60px !important;
    line-height: 60px !important;
    display: flex;
    justify-content: center;
  }
}

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  border: none;
  height: 50px;
  background: #f8f8f8;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="tel"] {
    height: 42px;
  }
}

textarea {
  width: 100%;
  min-height: 50px;
  resize: vertical;
  border: none;
  background: #f8f8f8;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  textarea {
    min-height: 200px;
  }
}

.wpcf7-form-control {
  display: flex;
  align-items: center;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .wpcf7-form-control {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7-form-control {
    height: 42px;
    line-height: 42px;
    flex-wrap: wrap;
  }
}

input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-list-item {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    font-size: 16px;
    width: 50%;
  }
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-left: 13px;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
  }
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #dae3e3;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #4db4cc;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.wpcf7-spinner {
  display: none;
}

.contact_txt_polisy {
  margin-top: 70px;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .contact_txt_polisy {
    margin-top: 30px;
  }
}

.contact_txt_polisy a {
  color: #3e3e3e;
  border-bottom: 1px solid #c6c6c6;
  transition: 0.5s;
}

.contact_txt_polisy a:hover {
  opacity: 0.6;
}

.contact-contents__item--checkbox {
  margin-top: 39px;
}

@media screen and (max-width: 767px) {
  .contact-contents__item--checkbox {
    margin-top: 20px;
  }
}

.contact-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contact-checkbox span.wpcf7-list-item-label::before {
  display: none;
}

.contact-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contact-checkbox .wpcf7-list-item {
    width: 100%;
  }
}

.contact-checkbox input {
  margin: 0;
  margin-right: 11px;
  width: 18px;
  height: 18px;
  border: 1px solid #bebebe;
  border-radius: 0px;
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ===============================================
# 新着一覧
=============================================== */
.archive {
  padding-top: 188px;
  padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .archive {
    padding: 90px 0;
  }
}

.archive_item {
  display: flex;
  align-items: center;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .archive_item {
    flex-direction: column;
  }
}

.archive_item + .archive_item {
  margin-top: 50px;
}

.archive_item:hover {
  opacity: 0.6;
}

.cat {
  background-color: #21a8c9;
  color: #fff;
  padding: 8px 10px;
  width: 130px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cat {
    padding: 5px 15px;
    font-size: 14px;
  }
}

.archive_info {
  display: flex;
  align-items: center;
  width: 327px;
}

@media screen and (max-width: 767px) {
  .archive_info {
    width: 100%;
  }
}

.archive_cat {
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .archive_cat {
    font-size: 14px;
    margin-right: 20px;
  }
}

.archive_txt {
  color: #3e3e3e;
  width: calc(100% - 327px);
}

@media screen and (max-width: 767px) {
  .archive_txt {
    width: 100%;
    margin-left: 10px;
    margin-top: 15px;
  }
}

.pagination {
  margin-top: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 60px;
  }
}

.pagination a {
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #21a8c9;
  border-radius: 5px;
  width: 40px;
  height: 58px;
}

.pagination a.prev {
  margin-right: 5px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  color: #98a6b5;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #21a8c9;
  border-radius: 5px;
  padding: 17px 15px;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  border: 2px solid #e3e3e3;
  border-radius: 5px;
  padding: 17px 15px;
  background-color: #fff;
  color: #3e3e3e;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

/* ===============================================
# 新着詳細
=============================================== */
.single {
  padding-top: 188px;
  padding-bottom: 112px;
}

@media screen and (max-width: 767px) {
  .single {
    padding: 90px 0 50px;
  }
}

.single_info {
  display: flex;
  align-items: center;
}

.single_cat {
  margin-right: 55px;
}

@media screen and (max-width: 767px) {
  .single_cat {
    margin-right: 20px;
  }
}

.single_ttl {
  margin-top: 37px;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .single_ttl {
    font-size: 18px;
    padding-left: 0;
    margin-top: 20px;
  }
}

.single_img {
  padding: 0 70px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .single_img {
    padding: 0;
    margin-top: 20px;
  }
}

.single_txt {
  margin-top: 40px;
  line-height: 2;
  padding: 0 100px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .single_txt {
    margin-top: 30px;
    padding: 0;
  }
}

/* ===============================================
# 施工一覧
=============================================== */
.work {
  padding: 198px 0 180px;
}

@media screen and (max-width: 767px) {
  .work {
    padding: 100px 20px 90px;
  }
}

.work .pagination {
  margin-top: 115px;
}

.work_wrapper {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .work_wrapper {
    flex-direction: column;
  }
}

.work_item {
  width: calc((100% - 7.291vw) / 3);
  margin-right: 3.645vw;
  transition: 0.5s;
  position: relative;
}

@media screen and (max-width: 767px) {
  .work_item {
    width: 100%;
    margin-right: 0;
  }
  .work_item + .work_item {
    margin-top: 95px;
  }
}

.work_item:nth-child(3n) {
  margin-right: 0;
}

.work_item:nth-child(n + 4) {
  margin-top: 95px;
}

.work_item:hover {
  opacity: 0.6;
}

.work_cat {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
}

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

.work_img img {
  height: 280px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .work_img img {
    height: 220px;
  }
}

.work_content {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 20px 30px;
  width: 79%;
}

@media screen and (max-width: 767px) {
  .work_content {
    padding: 15px 10px;
    width: 90%;
  }
}

.work_ttl {
  margin-top: 10px;
  color: #3e3e3e;
  letter-spacing: 0.1em;
}

/* ===============================================
# 施工詳細
=============================================== */
.single_work {
  padding: 198px 0 157px;
}

@media screen and (max-width: 767px) {
  .single_work {
    padding: 90px 0;
  }
}

.single_work_img_box {
  position: relative;
}

.single_work_cat {
  position: absolute;
  content: "";
  display: inline-block;
  top: -10px;
  left: -10px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .single_work_cat {
    left: -5px;
  }
}

.slider6-wrap {
  max-width: 1000px;
  width: 100%;
  position: relative;
}

.slider-6 .slick-slide {
  max-width: 1000px;
  width: 100%;
  height: 600px;
  object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slider-6 .slick-slide {
    height: 220px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}

.slider-6 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs_dots {
  text-align: center;
}

.thumbs_list li {
  display: inline-block;
  width: 180px;
  height: 120px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .thumbs_list li {
    width: 19%;
    height: 50px;
    margin-right: 3px;
  }
}

.thumbs_list li:last-child {
  margin-right: 0;
}

.thumbs_list li.slick-active {
  opacity: 1;
}

.single_work_info {
  margin-top: 55px;
  position: relative;
}

.single_work_info::before {
  position: absolute;
  content: "";
  background-color: #cbcbcb;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.single_work_info::after {
  position: absolute;
  content: "";
  background-color: #21a8c9;
  height: 1px;
  width: 100px;
  bottom: 0;
  left: 0;
}

.single_work_info dl {
  display: flex;
  align-items: center;
  padding: 32px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single_work_info dl {
    flex-direction: column;
    padding: 20px 10px;
  }
}

.single_work_info dl::before {
  position: absolute;
  content: "";
  background-color: #cbcbcb;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
}

.single_work_info dl::after {
  position: absolute;
  content: "";
  background-color: #21a8c9;
  height: 1px;
  width: 100px;
  top: 0;
  left: 0;
}

.single_work_info dl dt {
  width: 145px;
  padding-left: 26px;
}

@media screen and (max-width: 767px) {
  .single_work_info dl dt {
    width: 100%;
    padding-left: 0;
    font-weight: bold;
  }
}

.single_work_info dl dd {
  width: calc(100% - 145px);
  padding-right: 40px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .single_work_info dl dd {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}

.align_start {
  align-items: baseline !important;
}

.single_work_btn {
  text-align: center;
  margin-top: 60px;
}
