@charset "UTF-8";
/*-----------------------------------------
  共通スタイル
  -----------------------------------------*/
html {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

/* 明朝体 */
.mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/* 折り返ししない */
.no_wrap {
  display: inline-block;
}

/* 背景緑色ボタン */
.btn {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  background-color: #41b531;
  padding: 0 0 0 30px;
  border-radius: 3px;
  margin: 20px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn:hover {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  background-color: #68b75e;
}

.btn i {
  padding: 20px 15px;
  background-color: #098471;
  margin-left: 30px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* TOPページ　タイトル */
.top_title {
  text-align: center;
  padding: 0 15px;
}

.top_title h2 {
  font-size: 34px;
  color: #0d4f52;
  margin: 0;
}

.top_title .sub_title {
  font-size: 20px;
  color: #41b531;
  margin: 0 0 30px;
}

.top_title .text {
  font-size: 16px;
  color: #010101;
}

/*下層ページ　ページタイトル*/
.page_title {
  padding-top: 120px;
}

.page_title .page_title_bg {
  height: 300px;
  background-image: url("image/page_title_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_title .page_title_bg .page_title_contents {
  text-align: center;
}

.page_title .page_title_bg .page_title_contents h1 {
  font-size: 48px;
  color: #094e50;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0;
}

.page_title .page_title_bg .page_title_contents p {
  font-size: 24px;
  color: #45ac35;
  font-weight: normal;
}

.current {
  color: #727171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding-bottom: 60px;
}

.current a {
  color: #727171;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.current a:hover {
  color: #45ac35;
}

.current i {
  padding: 0 10px;
  font-size: 23px;
}

.current p {
  color: #727171;
}

/* 下層ページ　各項目タイトル */
.title {
  text-align: center;
}

.title h2 {
  font-size: 36px;
  color: #094e50;
  font-weight: 600;
  margin-bottom: 0;
}

.title h2 span {
  font-size: 24px;
}

.title p {
  font-size: 18px;
  color: #45ac35;
}

.title .title_text {
  font-size: 20px;
  color: #727171;
  width: 60%;
  margin: 50px auto;
}

/*会社案内・施工事例*/
.two {
  padding: 100px 0;
  background-image: url("image/page_title_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.two .two_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.two .two_wrapper a {
  display: inline-block;
  position: relative;
  width: 600px;
  height: 300px;
  margin: 10px 8px;
}

.two .two_wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two .two_wrapper a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding: 8px 0;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(#098472e4), to(#40b531e6));
  background: linear-gradient(to right, #098472e4, #40b531e6);
}

.two .two_wrapper a p i {
  padding-left: 20px;
}

/* 下向き三角 */
.arrow {
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 55px 150px 0 150px;
  border-color: #e9f4ee transparent transparent transparent;
}

/* ヘッダー、フッターリンク下線 */
.border_bottom {
  position: relative;
}

.border_bottom::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #094e50;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.border_bottom:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.border_bottom_g {
  position: relative;
}

.border_bottom_g::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2d8a80;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.border_bottom_g:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* hover時浮上 */
.shadow {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shadow:hover {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}

/*===================================================================
レスポンシブ
===================================================================*/
@media screen and (max-width: 1300px) {
  .container {
    margin: 0 30px;
  }
}

@media screen and (max-width: 1200px) {
  /*下層ページ　ページタイトル*/
  .page_title {
    padding-top: 70px;
  }
}

@media screen and (max-width: 960px) {
  /* 下層ページ　各項目タイトル */
  .title .title_text {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    margin: 0 15px;
  }
  .btn {
    font-size: 14px;
  }
  /*下層ページ　ページタイトル*/
  .page_title .page_title_bg {
    height: 200px;
  }
  .page_title .page_title_bg .page_title_contents h1 {
    font-size: 28px;
  }
  .page_title .page_title_bg .page_title_contents p {
    font-size: 20px;
  }
  /*会社案内・施工事例*/
  .two {
    padding: 60px 0;
  }
  .two .two_wrapper a {
    width: 100%;
  }
  .two .two_wrapper a p {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  /* TOPページ　タイトル */
  .top_title h2 {
    font-size: 24px;
  }
  .top_title .sub_title {
    font-size: 18px;
  }
  .top_title .text {
    font-size: 14px;
  }
  /* 下層ページ　各項目タイトル */
  .title h2 {
    font-size: 24px;
  }
  .title h2 span {
    font-size: 24px;
  }
  .title p {
    font-size: 16px;
    margin-top: 5px;
  }
  .title .title_text {
    font-size: 14px;
    width: 90%;
    margin: 30px auto;
  }
  /* 下向き三角 */
  .arrow {
    border-width: 55px 100px 0 100px;
  }
}

/*Vスタッフ工業の強みーーーーーーーー*/
.about_top {
  background-image: url("image/about_top_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 right 0;
  width: 100%;
}

.about_top .about_top_contents {
  color: #fff;
  padding: 100px 0;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.about_top .about_top_contents h2 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.about_top .about_top_contents h2::after {
  content: "";
  display: block;
  width: 560px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.about_top .about_top_contents p {
  margin: 70px 0 0;
}

.strengths {
  padding: 50px 0;
}

.strengths .strengths_wrapper .strengths_contents {
  padding-top: 20px;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content:nth-child(even) .strengths_right {
  padding: 0 40px 30px 0;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_left {
  width: 440px;
  height: 290px;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_right {
  width: 65%;
  padding: 0 15px 30px 40px;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_right h3 {
  font-weight: bold;
  font-size: 21px;
  color: #45ac35;
  margin: 0;
  line-height: 1;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_right h3 span {
  font-size: 72px;
  padding-left: 15px;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_right h4 {
  font-size: 24px;
  color: #094e50;
  font-weight: bold;
  margin: 0;
}

.strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_right p {
  color: #231815;
  margin: 10px 0;
}

/*===================================================================
レスポンシブ
===================================================================*/
@media screen and (max-width: 1200px) {
  .about_top .about_top_contents h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 960px) {
  .about_top .about_top_contents {
    padding: 60px 0;
    width: 100%;
  }
  .about_top .about_top_contents h2 {
    font-size: 24px;
  }
  .about_top .about_top_contents h2::after {
    width: 300px;
  }
  .strengths .strengths_wrapper .strengths_contents {
    padding-top: 0;
  }
  .strengths .strengths_wrapper .strengths_contents .strengths_content {
    margin: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strengths .strengths_wrapper .strengths_contents .strengths_content:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strengths .strengths_wrapper .strengths_contents .strengths_content:nth-child(even) .strengths_right {
    padding: 30px 0;
  }
  .strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_right {
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .about_top .about_top_contents h2 {
    font-size: 20px;
  }
  .strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_left {
    width: 100%;
  }
  .strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_right h3 {
    font-size: 18px;
  }
  .strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_right h3 span {
    font-size: 50px;
  }
  .strengths .strengths_wrapper .strengths_contents .strengths_content .strengths_right h4 {
    font-size: 20px;
  }
}

/*事業内容紹介ーーーーーーーー*/
.service {
  padding-bottom: 60px;
}

.service .service_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service .service_contents .service_content {
  width: 630px;
  margin: 20px 0;
}

.service .service_contents .service_content .service_img {
  width: 100%;
  height: 420px;
  position: relative;
}

.service .service_contents .service_content .service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service .service_contents .service_content .service_img .triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 114px 114px;
  border-color: transparent transparent #fff transparent;
}

.service .service_contents .service_content h2 {
  font-size: 24px;
  color: #094e50;
  position: relative;
  margin-bottom: 30px;
}

.service .service_contents .service_content h2::after {
  content: "";
  display: block;
  width: 118px;
  height: 1px;
  background-color: #45ac35;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.service .service_contents .service_content p {
  color: #231815;
}

/*===================================================================
レスポンシブ
===================================================================*/
@media screen and (max-width: 1300px) {
  .service .service_contents {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .service .service_contents .service_content {
    margin: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .service .service_contents .service_content {
    width: 100%;
  }
  .service .service_contents .service_content h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .service .service_contents .service_content a {
    padding-left: 15px;
  }
  .service .service_contents .service_content a i {
    margin-left: 15px;
  }
  .service .service_contents .service_content .service_img {
    height: 280px;
  }
  .service .service_contents .service_content .service_img .triangle {
    border-width: 0 0 70px 70px;
  }
}

/*スリーブ工事とはーーーーーーーー*/
/*トップ*/
.sleeve_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
}

.sleeve_top .sleeve_top_img {
  width: 48%;
}

.sleeve_top .sleeve_top_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sleeve_top .sleeve_top_right {
  width: 48%;
  padding: 30px;
}

.sleeve_top .sleeve_top_right h2 {
  font-size: 24px;
  color: #094e50;
  position: relative;
  margin-bottom: 50px;
}

.sleeve_top .sleeve_top_right h2::after {
  content: "";
  display: block;
  width: 214px;
  height: 1.5px;
  background-color: #45ac35;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.sleeve_top .sleeve_top_right p {
  color: #727171;
}

/*-----------------------------------------
  スリーブ工事の強み
  -----------------------------------------*/
.sleeve {
  background-color: #efefef;
  padding: 50px 0;
}

.sleeve .sleeve_contents .sleeve_content {
  width: 1100px;
  margin: 80px auto 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sleeve .sleeve_contents .sleeve_content .sleeve_left {
  color: #fff;
  width: 65%;
  position: relative;
  padding: 30px 60px;
  background: -webkit-gradient(linear, right top, left top, from(#098471), to(#41b531));
  background: linear-gradient(to left, #098471, #41b531);
}

.sleeve .sleeve_contents .sleeve_content .sleeve_left .sleeve_num {
  position: absolute;
  top: -45px;
  font-size: 72px;
  color: #094e50;
}

.sleeve .sleeve_contents .sleeve_content .sleeve_left h3 {
  font-size: 24px;
}

.sleeve .sleeve_contents .sleeve_content .sleeve_right {
  width: 35%;
}

.sleeve .sleeve_contents .sleeve_content .sleeve_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sleeve .sleeve_contents .sleeve_content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 80px 0 80px auto;
}

.sleeve .sleeve_contents .sleeve_content:nth-child(even) .sleeve_left {
  background: -webkit-gradient(linear, left top, right top, from(#098471), to(#41b531));
  background: linear-gradient(to right, #098471, #41b531);
}

/*-----------------------------------------
  対応の流れ
  -----------------------------------------*/
.flow .flow_contents {
  max-width: 1200px;
  margin: 0 auto;
}

.flow .flow_contents .flow_content {
  position: relative;
  background-color: #e9f4ee;
  padding: 40px;
  margin-bottom: 150px;
  color: #727171;
}

.flow .flow_contents .flow_content.cont_step1 img {
  width: auto;
  height: 300px;
}

.flow .flow_contents .flow_content .flow_left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow .flow_contents .flow_content h3 {
  font-size: 24px;
  color: #094e50;
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c9caca;
}

.flow .flow_contents .flow_content .step {
  font-size: 48px;
  color: #094e50;
  padding-right: 20px;
}

.flow .flow_contents .flow_content .flow_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flow .flow_contents .flow_content.cont_step1 .flow_content_flex div + div,
.flow .flow_contents .flow_content.cont_step3 .flow_content_flex img + img {
  margin-left: 20px;
}

.flow .flow_contents .flow_content .flow_left .flow_text p:nth-child(1) {
  margin-top: 0;
}

.flow .flow_contents .flow_content .flow_right {
  width: 450px;
  height: 300px;
}

.flow .flow_contents .flow_content .flow_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow .flow_contents .flow_content.cont_step2 img {
  width: auto;
  height: 220px;
}

.flow .flow_contents .flow_content.cont_step3 img {
  width: auto;
  height: 320px;
}

.flow .flow_contents .flow_content .arrow_green {
  border-left: 30px solid #02878e;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.flow .flow_contents .flow_content.cont_step2 .arrow_green {
  margin: 80px 10px;
}

.flow .flow_contents .flow_content.cont_step3 .arrow_green {
  margin: 130px 10px;
}

@media screen and (max-width: 768px) {
  .flow .flow_contents .flow_content .flow_content_flex {
    flex-direction: column;
    align-items: center;
  }
  .flow .flow_contents .flow_content h3 {
    font-size: 20px;
  }
  .flow .flow_contents .flow_content .step {
    font-size: 28px;
  }
  .flow .flow_contents .flow_content.cont_step1 img,
  .flow .flow_contents .flow_content.cont_step2 img,
  .flow .flow_contents .flow_content.cont_step3 img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .flow .flow_contents .flow_content.cont_step1 .flow_content_flex div + div{
    margin-left: 0;
  }
  .flow .flow_contents .flow_content.cont_step3 .flow_content_flex img + img {
    margin-top: 20px;
    margin-left: 0;
  }
  .flow .flow_contents .flow_content .arrow_green {
    border-top: 30px solid #02878e;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: none;
  }
  .flow .flow_contents .flow_content.cont_step2 .arrow_green,
  .flow .flow_contents .flow_content.cont_step3 .arrow_green {
    margin: 0 0 20px;
  }
}

/*-----------------------------------------
  対応実績
  -----------------------------------------*/
.achievement {
  background-color: #efefef;
  padding: 50px 0;
}

.achievement .achieve_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.achievement .achieve_contents .achieve_left {
  width: 50%;
  padding-right: 40px;
}

.achievement .achieve_contents .achieve_left img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.achievement .achieve_contents .achieve_left h3 {
  font-size: 24px;
  font-weight: 600;
  color: #094e50;
}

.achievement .achieve_contents .achieve_left p {
  color: #727171;
}

.achievement .achieve_contents .achieve_right {
  width: 50%;
}

.achievement .achieve_contents .achieve_right h3 {
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 2;
  font-size: 24px;
  color: #094e50;
  margin: 0;
  border-left: 20px solid #0c8288;
  border-bottom: 1px solid #0c8288;
}

.achievement .achieve_contents .achieve_right .achieve_right_content {
  background-color: #fff;
  margin: 40px 0 80px;
  position: relative;
}

.achievement .achieve_contents .achieve_right .achieve_right_content h4 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  background-color: #0c8288;
  margin: 0;
  font-weight: 600;
}

.achievement .achieve_contents .achieve_right .achieve_right_content p {
  color: #727171;
  padding: 30px;
  margin: 0;
}

.achievement .achieve_contents .achieve_right .achieve_right_content .arrow {
  border-color: #fff transparent transparent transparent;
}

/*===================================================================
レスポンシブ
===================================================================*/
/*トップ*/
@media screen and (max-width: 960px) {
  .sleeve_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sleeve_top .sleeve_top_img {
    width: 100%;
  }
  .sleeve_top .sleeve_top_right {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (max-width: 480px) {
  .sleeve_top .sleeve_top_right h2 {
    font-size: 20px;
  }
}

/*-----------------------------------------
  スリーブ工事の強み
  -----------------------------------------*/
@media screen and (max-width: 1200px) {
  .sleeve .sleeve_contents .sleeve_content {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .sleeve .sleeve_contents .sleeve_content {
    width: 100%;
  }
  .sleeve .sleeve_contents .sleeve_content .sleeve_left {
    width: 55%;
    padding: 30px;
  }
  .sleeve .sleeve_contents .sleeve_content .sleeve_left h3 {
    font-size: 22px;
  }
  .sleeve .sleeve_contents .sleeve_content .sleeve_right {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .sleeve .sleeve_contents .sleeve_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sleeve .sleeve_contents .sleeve_content .sleeve_left {
    padding: 30px 15px;
    width: 100%;
  }
  .sleeve .sleeve_contents .sleeve_content .sleeve_left .sleeve_num {
    position: static;
    line-height: 1;
    font-size: 50px;
  }
  .sleeve .sleeve_contents .sleeve_content .sleeve_right {
    width: 100%;
  }
  .sleeve .sleeve_contents .sleeve_content:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*-----------------------------------------
  対応の流れ
  -----------------------------------------*/
@media screen and (max-width: 960px) {
  .flow .flow_contents .flow_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow .flow_contents .flow_content .flow_left {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .flow .flow_contents .flow_content {
    padding: 40px 15px;
    margin-bottom: 100px;
  }
  .flow .flow_contents .flow_content .flow_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow .flow_contents .flow_content .flow_left .flow_text {
    border-style: none;
    padding: 0;
  }
  .flow .flow_contents .flow_content .flow_left .flow_text h3 {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .flow .flow_contents .flow_content .flow_left .step {
    font-size: 40px;
  }
  .flow .flow_contents .flow_content .flow_left .flow_text h3 {
    font-size: 20px;
  }
  .flow .flow_contents .flow_content .flow_right {
    width: 100%;
    height: 250px;
  }
  .flow .flow_contents .flow_content .flow_right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*-----------------------------------------
  対応実績
  -----------------------------------------*/
@media screen and (max-width: 960px) {
  .achievement .achieve_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 30px;
  }
  .achievement .achieve_contents .achieve_left {
    width: 100%;
    padding-right: 0px;
  }
  .achievement .achieve_contents .achieve_left img {
    width: 100%;
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .achievement .achieve_contents .achieve_right {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .achievement .achieve_contents .achieve_left h3 {
    font-size: 20px;
  }
  .achievement .achieve_contents .achieve_right h3 {
    font-size: 20px;
    padding: 5px 0 5px 10px;
  }
  .achievement .achieve_contents .achieve_right .achieve_right_content h4 {
    font-size: 20px;
  }
  .achievement .achieve_contents .achieve_right .achieve_right_content p {
    padding: 30px 15px;
  }
}

/*会社案内ーーーーーーーー*/
/*-----------------------------------------
  代表挨拶
  -----------------------------------------*/
.greeting .greeting_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 60px;
}

.greeting .greeting_contents .greeting_left {
  /*width: 48%;*/
  width: 1100px;
  margin: auto;
  padding: 10px;
}

.greeting .greeting_contents .greeting_left h2 {
  font-size: 24px;
  color: #094e50;
  position: relative;
  margin: 0 0 50px;
}

.greeting .greeting_contents .greeting_left h2::after {
  content: "";
  display: block;
  width: 214px;
  height: 1.5px;
  background-color: #45ac35;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.greeting .greeting_contents .greeting_left p {
  color: #727171;
}

.greeting .greeting_contents .greeting_left .president {
  color: #231815;
  font-size: 18px;
  text-align: right;
}

.greeting .greeting_contents .greeting_left .president span {
  font-size: 24px;
}

.greeting .greeting_contents .greeting_img {
  width: 48%;
}

.greeting .greeting_contents .greeting_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-----------------------------------------
  会社概要
-----------------------------------------*/
.company {
  background-color: #efefef;
  padding: 50px 0;
}

.company .container {
  padding: 40px 0;
}

.company .container table {
  color: #231815;
  width: 100%;
  border-collapse: collapse;
}

.company .container table tr {
  border-top: 1px solid #b5b5b6;
}

.company .container table tr th {
  padding: 15px 0;
  width: 40%;
}

.company .container table tr td {
  padding: 15px 0;
  width: 60%;
}

.company .container table tr td p {
  margin: 5px 0;
}

.company .container table .company_b {
  border-bottom: 1px solid #b5b5b6;
}

/*-----------------------------------------
  経営理念
-----------------------------------------*/
.vision {
  padding: 80px 0;
}

.vision .vision_contents {
  width: 65%;
  margin: 0 auto;
}

.vision .vision_contents ul {
  padding: 0;
}

.vision .vision_contents ul li {
  color: #727171;
}

.vision .vision_contents ul li h3 {
  font-size: 24px;
  margin: 60px 0 0;
  font-weight: 600;
}

.vision .vision_contents ul li p {
  font-size: 18px;
}

/*-----------------------------------------
  会社沿革
-----------------------------------------*/
.history {
  background-color: #e8f3ed;
  padding: 60px 0;
  -webkit-box-shadow: 0px 6px 6px #040000b1;
          box-shadow: 0px 6px 6px #040000b1;
}

.history .history_contents {
  padding: 30px 0;
}

.history .history_contents table {
  border-collapse: collapse;
  width: 100%;
  color: #727171;
  font-size: 18px;
}

.history .history_contents table tr {
  border-top: 1px solid #b5b5b6;
}

.history .history_contents table tr th {
  padding: 40px 0;
  width: 25%;
  font-weight: normal;
}

.history .history_contents table tr td {
  padding: 50px 0;
}

.history .history_contents table tr .month {
  width: 10%;
}

.history .history_contents table tr .history_text {
  width: 65%;
  padding-right: 30px;
}

.history .history_contents table .history_b {
  border-bottom: 1px solid #b5b5b6;
}

.history .history_contents .space {
  width: 100%;
  height: 200px;
  position: relative;
}

.history .history_contents .space::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 200px;
  background-image: linear-gradient(to bottom, #000, #000 3px, transparent 3px, transparent 8px);
  background-size: 2px 12px;
  background-repeat: repeat-y;
  position: absolute;
  top: 60px;
  left: 50%;
}

/*-----------------------------------------
  アクセスマップ
-----------------------------------------*/
.access {
  padding: 100px 0;
}

.access .access_contents {
  color: #231815;
  width: 70%;
  margin: 40px auto 30px;
}

.access .access_contents .map {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.access .access_contents .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access .access_contents h3 {
  font-size: 24px;
  color: #094e50;
  position: relative;
  padding-left: 20px;
  line-height: 2;
  margin: 40px 0;
  width: 70%;
  border-bottom: 1px solid #0c8288;
  border-left: 20px solid #0c8288;
}

.access .access_contents p {
  margin: 5px 0;
}

/*===================================================================
レスポンシブ
===================================================================*/
/*-----------------------------------------
  代表挨拶
  -----------------------------------------*/
@media screen and (max-width: 960px) {
  .greeting .greeting_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .greeting .greeting_contents .greeting_left {
    width: 100%;
    padding-top: 20px;
  }
  .greeting .greeting_contents .greeting_img {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .greeting .greeting_contents .greeting_left {
    padding: 20px 0 0;
  }
  .greeting .greeting_contents .greeting_left h2 {
    font-size: 20px;
  }
  .greeting .greeting_contents .greeting_left .president span {
    font-size: 20px;
  }
  .greeting .greeting_contents .greeting_img {
    width: 100%;
  }
}

/*-----------------------------------------
  会社概要
-----------------------------------------*/
@media screen and (max-width: 480px) {
  .company .container table tr th {
    width: 35%;
  }
  .company .container table tr td {
    width: 65%;
  }
}

/*-----------------------------------------
  経営理念
-----------------------------------------*/
@media screen and (max-width: 960px) {
  .vision .vision_contents {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 480px) {
  .vision .vision_contents {
    width: 100%;
    padding: 0 15px;
  }
  .vision .vision_contents ul li h3 {
    font-size: 20px;
  }
  .vision .vision_contents ul li p {
    font-size: 16px;
  }
}

/*-----------------------------------------
  会社沿革
-----------------------------------------*/
@media screen and (max-width: 480px) {
  .history .history_contents table tr .history_text {
    padding-right: 15px;
    padding-left: 10px;
    font-size: 14px;
  }
  .history .history_contents .space {
    height: 200px;
  }
}

/*-----------------------------------------
  アクセスマップ
-----------------------------------------*/
@media screen and (max-width: 768px) {
  .access .access_contents {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .access .access_contents h3 {
    font-size: 20px;
  }
}

/*採用情報(会社を知る)ーーーーーーーー*/
/*-----------------------------------------
メッセージ
-----------------------------------------*/
.message {
  padding-bottom: 80px;
}

.message .message_contents {
  text-align: center;
}

.message .message_contents h3 {
  font-size: 24px;
  color: #094e50;
  position: relative;
  margin: 40px 0;
  font-weight: 600;
}

.message .message_contents h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #45ac35;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.message .message_contents p {
  color: #231815;
}

/*-----------------------------------------
求める人物像
-----------------------------------------*/
.person {
  background-color: #efefef;
  padding: 50px 0 80px;
}

.person .person_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

.person .person_contents .person_content {
  margin: 10px;
  padding: 20px;
  width: 400px;
  background-color: #fff;
}

.person .person_contents .person_content img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.person .person_contents .person_content h3 {
  font-size: 24px;
  color: #094e50;
  position: relative;
  font-weight: 600;
  margin-bottom: 40px;
}

.person .person_contents .person_content h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #45ac35;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.person .person_contents .person_content p {
  color: #727171;
}

/*-----------------------------------------
福利厚生
-----------------------------------------*/
.supports {
  padding: 80px;
}

.supports .supports_contents ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.supports .supports_contents ul li {
  position: relative;
  width: 43%;
  font-size: 24px;
  color: #094e50;
  border-bottom: 2px solid #45ac35;
  margin: 30px 15px 30px 50px;
}

.supports .supports_contents ul li .diamond {
  position: absolute;
  left: -20px;
  top: -5px;
  width: 70px;
  height: 70px;
  background: #45ac35;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.supports .supports_contents ul li i {
  position: absolute;
  top: 17px;
  left: 0px;
  color: #fff;
}

.supports .supports_contents ul li p {
  margin: 10px 0;
  margin-left: 80px;
}

/*-----------------------------------------
選考フロー
-----------------------------------------*/
.r_flow {
  background-color: #efefef;
  padding: 80px 0;
}

.r_flow .r_flow_contents {
  padding: 20px 0;
}

.r_flow .r_flow_contents .r_flow_content {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 100px;
}

.r_flow .r_flow_contents .r_flow_content .r_flow_img {
  width: 30%;
  height: auto;
}

.r_flow .r_flow_contents .r_flow_content .r_flow_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r_flow .r_flow_contents .r_flow_content .r_flow_right {
  padding: 20px;
  width: 70%;
}

.r_flow .r_flow_contents .r_flow_content .r_flow_right .r_flow_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.r_flow .r_flow_contents .r_flow_content .r_flow_right .r_flow_title .r_flow_num {
  color: #45ac35;
  font-size: 18px;
  font-weight: bold;
}

.r_flow .r_flow_contents .r_flow_content .r_flow_right .r_flow_title .r_flow_num span {
  font-size: 48px;
}

.r_flow .r_flow_contents .r_flow_content .r_flow_right .r_flow_title h3 {
  padding-left: 20px;
  font-size: 24px;
  color: #094e50;
  font-weight: 600;
}

.r_flow .r_flow_contents .r_flow_content .r_flow_right .r_flow_text p {
  color: #727171;
}

.r_flow .r_flow_contents .r_flow_content .arrow {
  border-color: #fff transparent transparent transparent;
}

/*===================================================================
レスポンシブ
===================================================================*/
/*-----------------------------------------
メッセージ
-----------------------------------------*/
@media screen and (max-width: 480px) {
  .message .message_contents h3 {
    font-size: 20px;
  }
}

/*-----------------------------------------
求める人物像
-----------------------------------------*/
@media screen and (max-width: 480px) {
  .person .person_contents .person_content {
    margin: 0px;
    width: 100%;
  }
  .person .person_contents .person_content img {
    height: 80vw;
  }
  .person .person_contents .person_content h3 {
    font-size: 20px;
  }
}

/*-----------------------------------------
福利厚生
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  .supports {
    padding: 80px 0;
  }
  .supports .supports_contents ul li {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .supports .supports_contents ul {
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .supports .supports_contents ul li {
    width: 80%;
    margin: 30px auto;
  }
}

@media screen and (max-width: 480px) {
  .supports .supports_contents ul li {
    font-size: 20px;
  }
}

/*-----------------------------------------
選考フロー
-----------------------------------------*/
@media screen and (max-width: 960px) {
  .r_flow .r_flow_contents .r_flow_content {
    width: 450px;
    margin: 20px auto 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .r_flow .r_flow_contents .r_flow_content .r_flow_img {
    width: 100%;
    height: auto;
  }
  .r_flow .r_flow_contents .r_flow_content .r_flow_right {
    width: 100%;
  }
  .r_flow .r_flow_contents .r_flow_content .r_flow_right .r_flow_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .r_flow .r_flow_contents .r_flow_content .r_flow_right .r_flow_title h3 {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .r_flow .r_flow_contents .r_flow_content {
    width: 100%;
    margin: 20px auto 100px;
  }
  .r_flow .r_flow_contents .r_flow_content .r_flow_right .r_flow_title h3 {
    font-size: 20px;
  }
}

/*採用情報(仕事を知る)ーーーーーーーー*/
/*-----------------------------------------
募集職種・仕事内容紹介
-----------------------------------------*/
.works .works_contants .works_content {
  background-color: #e9f4ee;
  padding: 30px;
  position: relative;
  margin: 30px 0;
}

.works .works_contants .works_content h3 {
  position: absolute;
  top: 30px;
  left: -20px;
  font-size: 24px;
  color: #fff;
  background-color: #0c8288;
  font-weight: 600;
  margin: 0;
  padding: 15px 0;
  width: 50%;
  text-align: center;
}

.works .works_contants .works_content h3::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 20px;
  border-color: transparent transparent #475859 transparent;
}

.works .works_contants .works_content .works_text {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works .works_contants .works_content .works_text p {
  width: 72%;
  color: #727171;
}

.works .works_contants .works_content .works_text .works_btn {
  width: 28%;
  text-align: right;
}

/*-----------------------------------------
スタッフインタビュー
-----------------------------------------*/
.staff {
  padding: 60px 0 0;
  background-color: #efefef;
  margin-top: 80px;
}

.staff .staff_contents {
  padding: 30px 0;
}

.staff .staff_contents .staff_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 120px;
}

.staff .staff_contents .staff_content .staff_left {
  width: 30%;
}

.staff .staff_contents .staff_content .staff_left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff .staff_contents .staff_content .staff_left .staff_name {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
}

.staff .staff_contents .staff_content .staff_left .staff_name p {
  margin: 10px 0;
}

.staff .staff_contents .staff_content .staff_right {
  width: 70%;
}

.staff .staff_contents .staff_content .staff_right ul {
  margin: 0;
}

.staff .staff_contents .staff_content .staff_right ul li {
  margin-bottom: 20px;
}

.staff .staff_contents .staff_content .staff_right ul li h3 {
  font-size: 24px;
  color: #094e50;
  position: relative;
  padding-left: 20px;
  line-height: 2;
  margin: 0;
  border-left: 20px solid #0c8288;
  border-bottom: 1px solid #0c8288;
}

.staff .staff_contents .staff_content .staff_right ul li p {
  color: #727171;
}

.staff .staff_contents .staff_content:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.staff .staff_contents .staff_content:nth-child(even) .staff_right ul {
  padding: 0 40px 0 0;
}

/*===================================================================
レスポンシブ
===================================================================*/
/*-----------------------------------------
募集職種・仕事内容紹介
-----------------------------------------*/
@media screen and (max-width: 960px) {
  .works .works_contants {
    margin: 0 30px;
  }
  .works .works_contants .works_content .works_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .works .works_contants .works_content .works_text p {
    width: 100%;
  }
  .works .works_contants .works_content .works_text .works_btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .works .works_contants .works_content {
    padding: 30px 15px;
  }
  .works .works_contants .works_content h3 {
    font-size: 20px;
    width: 80%;
  }
  .works .works_contants .works_content .works_text {
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .works .works_contants .works_content h3 {
    width: 100%;
  }
}

/*-----------------------------------------
スタッフインタビュー
-----------------------------------------*/
@media screen and (max-width: 768px) {
  .staff .staff_contents .staff_content {
    margin: 30px 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .staff .staff_contents .staff_content .staff_left {
    width: 280px;
    margin: 0 auto;
  }
  .staff .staff_contents .staff_content .staff_right {
    width: 100%;
    padding-top: 40px;
  }
  .staff .staff_contents .staff_content .staff_right ul {
    padding: 0;
  }
  .staff .staff_contents .staff_content .staff_right ul li h3 {
    font-size: 20px;
  }
  .staff .staff_contents .staff_content .staff_right ul li p {
    color: #727171;
  }
  .staff .staff_contents .staff_content:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .staff .staff_contents .staff_content:nth-child(even) .staff_right ul {
    padding: 0;
  }
}

/*募集要項ーーーーーーーー*/
/*-----------------------------------------
募集職種・仕事内容紹介
-----------------------------------------*/
.requirements .require_contents {
  width: 1100px;
  margin: auto;
  padding: 60px 0;
}

.requirements_read {
  width: 1100px;
  margin: auto;  
}

.requirements .require_contents .acc-list {
  width: 100%;
}

.requirements .require_contents .acc-list ul {
  padding: 0;
  margin: 0;
}

.requirements .require_contents .acc-list ul .acc-list-item {
  padding: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 6px 6px #727171;
          box-shadow: 0px 6px 6px #727171;
}

.requirements .require_contents .acc-list ul .acc-list-item .acc-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#098471), to(#41b531));
  background: linear-gradient(to right, #098471, #41b531);
}

.requirements .require_contents .acc-list ul .acc-list-item .acc-title .diamond {
  position: absolute;
  left: 11px;
  top: 11px;
  width: 54px;
  height: 54px;
  background: #41b531;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.requirements .require_contents .acc-list ul .acc-list-item .acc-title i {
  position: absolute;
  top: 25px;
  left: 22px;
  color: #fff;
  font-size: 25px;
}

.requirements .require_contents .acc-list ul .acc-list-item .acc-title h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 15px 0 70px;
  padding: 20px 30px;
  font-weight: 600;
}

.requirements .require_contents .acc-list ul .acc-list-item .acc-title .close {
  color: #fff;
  font-size: 26px;
  padding: 0 20px;
}

.requirements .require_contents .acc-list ul .acc-list-item .down {
  background-color: #fff;
  margin: 0;
  padding: 10px 30px;
}

.requirements .require_contents .acc-list ul .acc-list-item .down h4 {
  font-size: 20px;
  color: #098471;
  line-height: 2;
  border-bottom: 2px solid #45ac35;
  padding-left: 20px;
}

.requirements .require_contents .acc-list ul .acc-list-item .down ul {
  margin: 20px;
}

.requirements .require_contents .acc-list ul .acc-list-item .down ul li {
  border-bottom: 2px dotted #094e5040;
}

.requirements .require_contents .acc-list ul .acc-list-item .down ul li h5 {
  font-size: 18px;
  color: #231815;
}

.requirements .require_contents .acc-list ul .acc-list-item .down ul li p {
  color: #727171;
}

.requirements_flow {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.requirements_flow li:not(.requirements_flow_arrow) {
  width: 21%;
  padding: 16px;
  background-color: #eafbf2;
}
.requirements_flow .requirements_flow_arrow {
  border-left: 30px solid #02878e;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin: auto 10px;
}
.requirements_flow h5 {
  margin: 15px 0 0;
  font-size: 20px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #02878e;
}
.requirements_flow h5 span {
  display: block;
  color: #41b531;
}
.requirements_flow a {
  color: #02878e;
}

/*===================================================================
レスポンシブ
===================================================================*/
/*-----------------------------------------
募集職種・仕事内容紹介
-----------------------------------------*/
@media screen and (max-width: 768px) {
  .requirements .require_contents,
  .requirements_read {
    width: 100%;
    padding: 30px 0;
  }
  .requirements .require_contents .acc-list ul .acc-list-item .acc-title .diamond {
    width: 49px;
    height: 49px;
  }
  .requirements .require_contents .acc-list ul .acc-list-item .acc-title i {
    font-size: 22px;
  }
  .requirements .require_contents .acc-list ul .acc-list-item .acc-title h3 {
    font-size: 20px;
    padding: 20px 0 20px 15px;
  }
  .requirements .require_contents .acc-list ul .acc-list-item .acc-title .close {
    font-size: 22px;
    padding: 0 15px;
  }
  .requirements .require_contents .acc-list ul .acc-list-item .down {
    padding: 10px 15px;
  }
  .requirements .require_contents .acc-list ul .acc-list-item .down ul {
    margin: 0px;
  }
  .requirements_flow {
    flex-wrap: wrap;
  }
  .requirements_flow li:not(.requirements_flow_arrow) {
    width: 100%;
  }
  .requirements_flow .requirements_flow_arrow {
    margin: 10px auto;
    border-top: 30px solid #02878e;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: none;
  }
}

/*施工実績ーーーーーーーー*/
/*-----------------------------------------
  3.news
  -----------------------------------------*/
.case {
  padding-bottom: 120px;
}

.case ul {
  padding: 0;
}

.case ul li {
  list-style: none;
  background-color: #fff;
  padding: 30px 0;
  margin: 30px 0;
}

.case ul li:nth-child(even) {
  background-color: #e8f3ed;
}

.case ul li .case_content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case ul li .case_content_box a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.case ul li .case_content_box a::after {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 10;
  content: "\f00e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #fff;
  font-size: 30px;
}

.case ul li .case_content_box img {
  width: 400px;
  height: auto;
  margin-top: 20px;
}

.case ul li .case_content_box .case_contents {
  width: 100%;
  padding-right: 40px;
}

.case ul li .case_content_title .case_day {
  color: #45ac35;
}

.case ul li .case_content_title .case_title::after {
  content: "";
  display: block;
  height: 1px;
  background: #45ac35;
}

.case ul li .case_content_title .case_title h2 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: 600;
  color: #094e50;
}

.case ul li .case_content_box .case_contents p {
  color: #231815;
}

.case .pagenation {
  margin: 60px 0 30px;
}

.case .pagenation .pagenation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case .pagenation .pagenation_content a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 10px 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #45ac35;
  border: 2px solid #45ac35;
  margin: 0 0 0 auto;
}

.case .pagenation .pagenation_content a:hover {
  background-color: #fff;
  color: #45ac35;
  border: 2px solid #45ac35;
}

.case .pagenation .pagenation_content a i {
  font-size: 16px;
}

.case .pagenation .pagenation_content a .fa-angle-left {
  padding-right: 10px;
}

.case .pagenation .pagenation_content a .fa-angle-right {
  padding-left: 10px;
}

/*===================================================================
レスポンシブ
===================================================================*/
@media screen and (max-width: 960px) {
  /*-----------------------------------------
  3.news
  -----------------------------------------*/
  .case ul li .case_content_box{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .case ul li .case_content_box a {
    text-align: center;
  }
  .case ul li .case_content_box .case_contents {
    padding-top: 20px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  /*-----------------------------------------
  3.news
  -----------------------------------------*/
  .case ul li .case_content_box a::after {
    right: 15px;
  }
  .case ul li .case_content_box img {
    width: 100%;
    height: auto;
  }
  .case ul li .case_content_title .case_title h2 {
    font-size: 20px;
  }
  .case .pagenation .pagenation_content a {
    padding: 10px 40px;
  }
}

/*お問い合わせーーーーーーーー*/
.contact_top {
  text-align: center;
  padding-bottom: 50px;
}

.contact_top p {
  color: #231815;
}

/*-----------------------------------------
  コンタクトフォーム
  -----------------------------------------*/
.contact_form_table {
  padding-bottom: 60px;
  color: #231815;
}

section.contact_form {
  margin-bottom: 100px;
}

.contact_form_desc {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 100px;
}

.contact_form_table table {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
}

.contact_form_table table tr td {
  border-top: dashed 2px #094e5040;
  padding: 20px;
  line-height: 2.5;
}

.contact_form_table table tr td .list {
  padding: 0;
  margin: 0;
}

.contact_form_table table tr td.border_b {
  border-bottom: dashed 2px #094e5040;
}

.contact_form_table table .contact_title {
  text-align: center;
  line-height: 1.5;
}

.contact_form_table_td01 {
  width: 20%;
  font-size: 16px;
  font-weight: 600;
}

.contact_form_table_td02 {
  width: 10%;
}

.contact_form_table_td03 {
  width: 70%;
  font-size: 16px;
}

.contact_form_table_td02 .required {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #b22222;
  color: #fff;
  border-radius: 5px;
}

.contact_form_table_td02 .optional {
  font-size: 14px;
  padding: 5px 10px;
  background-color: #4169e1;
  color: #fff;
  border-radius: 5px;
}

.contact_form_table_address {
  margin: 10px 0;
}

.contact_form_table input,
.contact_form_table select {
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
}

.contact_form_table textarea {
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: 85%;
  height: 150px;
}

.input_length {
  width: 85%;
}

.contact_form_table_submit {
  font-size: 16px;
  text-align: center;
  margin: 50px 0;
}

.contact_form_table_submit button {
  border: none;
  border-bottom: 0.1875em solid #696969;
  border-radius: 5px;
  background-color: #45ac35;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 30px;
  width: 300px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.contact_form_table_submit button:hover {
  cursor: pointer;
  background-color: #67bf5a;
  border-bottom-color: transparent;
  -webkit-transform: translateY(0.1875em);
          transform: translateY(0.1875em);
}

.privacy_policy {
  margin-bottom: 100px;
  font-size: 16px;
  color: #808080;
}

.privacy_policy_desc {
  text-align: center;
}

.privacy_policy_desc h2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 50px;
}

.privacy_policy_desc h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #0097a7;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.list_style_al {
  list-style-type: lower-alpha;
}

.privacy_policy_content {
  background: url("../image/bg01.jpg");
  padding: 30px 20px;
}

.privacy_policy_content dt {
  margin: 30px 0;
  font-weight: 700;
}

.sp_br {
  display: none;
}

/*-----------------------------------------
  個人情報保護方針
  -----------------------------------------*/
.personal {
  background-color: #efefef;
  padding: 50px 0 100px;
  color: #231815;
}

.personal .title h2 {
  border-bottom: 2px solid #45ac35;
  display: inline-block;
  line-height: 2;
}

.personal .title p {
  color: #231815;
  font-size: 18px;
}

.personal .personal_contents {
  max-width: 1300px;
  margin: 0 auto;
  border: 2px solid #c9c9c9;
  padding: 30px 40px;
  background-color: #fff;
}

.personal .personal_contents .personal_title {
  font-size: 18px;
  padding-top: 30px;
}

.personal .personal_contents ul {
  padding-left: 20px;
}

.personal .personal_contents ul li {
  font-size: 16px;
}

.personal .personal_contents a {
  color: #000;
}

.personal .personal_contents p {
  margin: 5px 0;
}

/*===================================================================
レスポンシブ
===================================================================*/
/*-----------------------------------------
コンタクトフォーム
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  .current {
    padding-bottom: 30px;
  }
  .sp_br {
    display: block;
  }
  .contact_form_table_td02 .required {
    font-size: 12px;
    padding: 3px 7px;
  }
  .contact_form_table_td02 .optional {
    font-size: 12px;
    padding: 3px 7px;
  }
}

@media screen and (max-width: 960px) {
  .contact_form_desc {
    margin-bottom: 30px;
  }
  .contact_form_desc p {
    text-align: left;
  }
  .contact_form_table table tr td {
    border-style: none;
    padding: 5px 10px;
    line-height: 1.5;
  }
  .contact_form_table table tr td.border_b {
    border-style: none;
  }
  .contact_form_table_td01,
  .contact_form_table_td02 {
    width: auto;
  }
  .contact_form_table_td03 {
    width: 100%;
  }
  .contact_form_table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: dashed 2px #094e5040;
    padding: 30px 0;
  }
  .border_b {
    border-bottom: dashed 2px #094e5040;
  }
  .input_length {
    width: 100%;
  }
  .contact_form_table textarea {
    width: 100%;
  }
  .contact_form_table table tr.border_none {
    border-bottom: none;
  }
  .url_break {
    word-break: break-all;
  }
}

@media screen and (max-width: 768px) {
  .contact_form_table_submit {
    padding: 0 15px;
  }
  .contact_form_table_submit p {
    font-size: 14px;
  }
  .contact_form_table_submit button {
    width: 100%;
  }
  .privacy_policy {
    font-size: 14px;
  }
  .privacy_policy_desc p {
    text-align: left;
  }
  .pc_br {
    display: none;
  }
  .privacy_policy_content dt {
    text-align: center;
  }
  .privacy_policy_content dd {
    margin-left: 0;
  }
  .privacy_policy_content dd ul {
    padding-left: 20px;
  }
}

/*-----------------------------------------
  個人情報保護方針
  -----------------------------------------*/
@media screen and (max-width: 768px) {
  .personal .title p {
    font-size: 16px;
  }
  .personal .personal_contents {
    padding: 30px 15px;
  }
  .personal .personal_contents .personal_title {
    font-size: 18px;
    padding-top: 30px;
  }
  .personal .personal_contents ul {
    padding-left: 20px;
  }
  .personal .personal_contents ul li {
    font-size: 16px;
  }
  .personal .personal_contents p {
    margin: 5px 0;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*======================
1.header
2.hero
3.business
4.recruit
5.contact
6.footer
レスポンシブ
======================*/
/*-----------------------------------------
  1.header
  -----------------------------------------*/
header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  height: 120px;
  border-top: 5px solid #067d83;
  color: #103b3d;
  padding: 10px 20px;
  margin: 0;
}

header .header_wrapper {
  max-width: 1366px;
  margin: 0 auto;
}

header .header_wrapper .header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header_wrapper .header_top .header_top_left,
header .header_wrapper .header_top .header_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

header .header_wrapper .header_top a {
  display: inline-block;
}

header .header_wrapper .header_top a img {
  width: 160px;
}

header .header_wrapper .header_top .top_banner {
  color: #fff;
  padding: 0 10px;
  margin: 0 20px;
  letter-spacing: 1px;
  line-height: 42px;
  background: -webkit-gradient(linear, left top, right top, from(#098472e4), to(#40b531e6));
  background: linear-gradient(to right, #098472e4, #40b531e6);
}

header .header_wrapper .header_top .top_banner:hover {
  opacity: 0.7;
}

header .header_wrapper .header_top .header_top_right .address p {
  font-size: 12px;
  margin: 5px 0;
}

header .header_wrapper .header_top .header_top_right .tell {
  margin: 0 20px;
  font-weight: bold;
}

header .header_wrapper .header_top .header_top_right .tell p {
  font-size: 12px;
  margin: 0;
}

header .header_wrapper .header_top .header_top_right .tell p i {
  color: #41b531;
  font-size: 20px;
  padding-right: 5px;
}

header .header_wrapper .header_top .header_top_right .tell .tell_number {
  font-size: 25px;
}

header .header_wrapper .header_top .header_top_right .header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header_wrapper .header_top .header_top_right .header_btn a {
  display: inline-block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 13px;
  color: #fff;
  border-radius: 2px;
  padding: 10px 30px;
  margin: 0 5px;
}

header .header_wrapper .header_top .header_top_right .header_btn a i {
  padding-right: 10px;
}

header .header_wrapper .header_top .header_top_right .header_btn .header_recruit_btn {
  background-color: #41b531;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #41b531;
}

header .header_wrapper .header_top .header_top_right .header_btn .header_recruit_btn:hover {
  color: #41b531;
  background-color: #fff;
}

header .header_wrapper .header_top .header_top_right .header_btn .header_contact_btn {
  background-color: #02878e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #02878e;
}

header .header_wrapper .header_top .header_top_right .header_btn .header_contact_btn:hover {
  color: #02878e;
  background-color: #fff;
}

header .header_wrapper .nav ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0;
}

header .header_wrapper .nav ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
  border-left: 2px solid #02878e99;
}

header .header_wrapper .nav ul li a {
  font-size: 14px;
  color: #103b3d;
  display: inline-block;
  padding: 0 20px;
}

header .header_wrapper .nav ul .border_w {
  border-right: 2px solid #02878e99;
}

header .header_wrapper .drawer-content {
  display: none;
}

header .drawer-hamburger {
  padding-top: 25px;
}

header .drawer-nav ul {
  padding: 30px 20px;
}

header .drawer-nav ul li {
  padding: 8px 0;
}

header .drawer-nav ul li .drawer-menu-item {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 2px 0;
}

header .drawer-nav ul li .drawer-menu-item:hover {
  color: #2d8a80;
  text-decoration: none;
}

/*-----------------------------------------
  2.hero
  -----------------------------------------*/
.hero_wrapper {
  padding-top: 120px;
  width: 100%;
  margin: 0 auto;
}

.hero_wrapper .hero_contents {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
}

.hero_wrapper .hero_contents .hero_inner {
  display: flex;
  align-items: center;
  height: 450px;
  max-width: 1366px;
  margin: 0 auto;
}

.hero_wrapper .hero_contents::before {
  content:"";
  display:block;
  position: absolute;
  top: 420px;
  right: -3px;
  width: calc(56vw - 27px);
  height: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#2fd56a), to(#11b882));
  background: linear-gradient(to right, #2fd56a, #11b882);
  transform: skew(-10deg);
  z-index: -1;
}

.hero_wrapper .hero_contents::after { 
  content:"";
  display:block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56vw;
  height: 420px;
  background: url(../image/mv.png) no-repeat center left/cover;
  z-index: -1;
}

.hero_wrapper .hero_contents .hero_inner .hero_copy {
  padding-left: 20px;
}

.hero_wrapper .hero_contents .hero_inner .hero_copy h1 img {
  max-width: 100%;
  height: auto;
}

.hero_wrapper .hero_contents p {
  margin: 5px;
}

/*-----------------------------------------
  3.business
  -----------------------------------------*/
.business {
  padding: 60px 0 30px;
}

.business .business_wrapper .business_top {
  max-width: 1100px;
  margin: 20px auto 70px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.business .business_wrapper .business_top a {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 120px;
  margin: 10px 8px;
}

.business .business_wrapper .business_top a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business .business_wrapper .business_top a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #333;
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(#098472e4), to(#40b531e6));
  background: linear-gradient(to right, #098472e4, #40b531e6);
}

.business .business_wrapper .business_bottom {
  max-width: 1200px;
  margin: 0 auto 70px;
}


.business .business_wrapper .business_bottom .business_bg {
  width: 100%;
  height: 100%;
  background-image: url("image/business_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.business .business_wrapper .business_bottom .business_bg .business_bottom_contents {
  color: #fff;
  padding: 20px 30px;
}

.business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .business_b_title_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .business_b_title_top img {
  width: 300px;
}

.business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .business_b_title_top p {
  font-size: 30px;
  margin: 0;
}

.business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .business_b_title_top p img {
  width: 35px;
}

.business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .en {
  font-size: 20px;
  margin: 10px;
  margin: 5px;
}

.business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .en .en_b {
  font-size: 38px;
}

.business .business_wrapper .business_bottom .business_bg .business_bottom_contents h4 {
  font-size: 27px;
  font-weight: 600;
  margin: 20px 0 15px;
}

/*-----------------------------------------
  4.recruit
  -----------------------------------------*/
.recruit .recruit_wrapper .recruit_top {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #e9f4ee;
}

.recruit .recruit_wrapper .recruit_top h2 {
  font-size: 36px;
  color: #0d4f52;
  margin: 0;
}

.recruit .recruit_wrapper .recruit_top h3 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 25px;
  font-size: 25px;
  line-height: 58px;
  color: #fff;
  letter-spacing: 4px;
  background-color: #088471;
  z-index: 1;
}

.recruit .recruit_wrapper .recruit_top h3::after {
  content:"";
  display:block;
  width: 40px;
  height: 58px;
  position:absolute;
  right: -20px;
  top:0;
  background-color: #088471;
  transform: skewX(-30deg);
}

.recruit .recruit_wrapper .recruit_top .sub_title {
  font-size: 20px;
  color: #41b531;
  margin: 0 0 30px;
}

.recruit .recruit_wrapper .recruit_top_right {
  width: 42%;
  height: auto;
  padding: 3vw 0 3vw 3.5vw;
}

.recruit .recruit_wrapper .recruit_top img {
  width: 55%;
  height: auto;
}

.recruit .recruit_wrapper .recruit_bottom {
  margin: 70px 0 50px;
  background-image: url("image/gray_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.recruit .recruit_wrapper .recruit_bottom a {
  display: inline-block;
  width: 450px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin: 10px 25px;
}

.recruit .recruit_wrapper .recruit_bottom a p {
  font-size: 20px;
  color: #242424;
  padding: 0 0 0 130px;
}

.recruit .recruit_wrapper .recruit_bottom a img {
  width: 79px;
  /*height: 70px;*/
  margin: 0 20px;
}

/*-----------------------------------------
  5.contact
  -----------------------------------------*/
.contact {
  padding: 60px 0 40px;
}

.contact .contact_wrapper .contact_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.contact .contact_wrapper .contact_contents .contact_number {
  width: 50%;
  padding: 0 40px;
}

.contact .contact_wrapper .contact_contents .contact_number .call_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 25px;
}

.contact .contact_wrapper .contact_contents .contact_number .call_num i {
  font-size: 30px;
  color: #2d8a80;
  padding-right: 10px;
}

.contact .contact_wrapper .contact_contents .contact_number .call_num img {
  width: 180px;
}

.contact .contact_wrapper .contact_contents .contact_number p {
  text-align: right;
  font-size: 13px;
  color: #2d8a80;
  margin-bottom: 0;
}

.contact .contact_wrapper .contact_contents .mail {
  width: 50%;
  padding-left: 40px;
  border-left: 1px solid #2d8a80;
}

.contact .contact_wrapper .contact_contents .mail a {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  background-color: #02878e;
  padding: 20px 50px;
  border-radius: 2px;
  border: 2px solid #02878e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact .contact_wrapper .contact_contents .mail a:hover {
  color: #02878e;
  background-color: #fff;
}

.contact .contact_wrapper .contact_contents .mail a i {
  padding-right: 10px;
}

/*-----------------------------------------
  6.footer
  -----------------------------------------*/
footer {
  background-color: #eafbf2;
}

footer .footer_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_wrapper .footer_left {
  width: 25%;
  color: #056267;
}

footer .footer_wrapper .footer_left .footer_logo {
  display: inline-block;
  width: 180px;
  height: 60px;
}

footer .footer_wrapper .footer_left .footer_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .footer_wrapper .footer_left p {
  margin: 10px 0;
  font-weight: bold;
}

footer .footer_wrapper .footer_left .address {
  font-size: 14px;
  margin: 5px 0;
}

footer .footer_wrapper .footer_left .address a {
  color: #056267;
}

footer .footer_wrapper .footer_left .contact_btn {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #098471;
  background-color: #fff;
  padding: 15px 0px;
  border: 1px solid #098471;
  border-radius: 2px;
  margin: 20px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .footer_wrapper .footer_left .contact_btn:hover {
  background-color: #098471;
  color: #fff;
}

footer .footer_wrapper .footer_left .contact_btn i {
  margin-right: 10px;
}

footer .footer_wrapper .footer_right {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .footer_wrapper .footer_right ul li {
  margin: 10px 0;
}

footer .footer_wrapper .footer_right ul li a {
  font-weight: bold;
  font-size: 14px;
  color: #056267;
}

footer .footer_wrapper .footer_right ul li .list_d {
  display: inline-block;
  font-size: 13px;
  color: #2d8a80;
  margin: 5px 0;
}

footer .footer_wrapper .footer_right ul .colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer_wrapper .page_top {
  position: fixed;
  z-index: 50;
  bottom: 80px;
  right: 20px;
}

footer .footer_wrapper .page_top a {
  text-decoration: none;
  display: block;
  background: #41b531;
  border-radius: 2px;
  padding: 6px 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer .footer_wrapper .page_top a:hover {
  background: #7ac371;
}

footer .footer_wrapper .page_top a i {
  font-size: 40px;
  color: #fff;
}

footer .copyright {
  background-color: #067d83;
  padding: 10px;
}

footer .copyright p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

/*===================================================================
レスポンシブ
===================================================================*/
/*-----------------------------------------
  1.header
  -----------------------------------------*/
/*-----------------------------------------
  1.header
  -----------------------------------------*/
@media screen and (max-width: 1200px) {
  header {
    height: 70px;
  }
  header .header_wrapper .header_top a img {
    width: 130px;
  }
  header .header_wrapper .header_top .header_top_right {
    padding-right: 40px;
  }
  header .header_wrapper .header_top .header_top_right .address {
    display: none;
  }
  header .header_wrapper .header_top .header_top_right .tell {
    display: none;
  }
  header .header_wrapper .nav {
    display: none;
  }
  header .header_wrapper .drawer-content {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header .header_wrapper .header_top .header_top_right {
    display: none;
  }
  header .header_wrapper .header_top .top_banner {
    font-size: 14px;
    padding: 5px;
    margin: 0 10px;
  }
}

/*-----------------------------------------
  2.hero
  -----------------------------------------*/
@media screen and (max-width: 1200px) {
  .hero_wrapper {
    padding-top: 70px;
  }  
  .hero_wrapper .hero_contents .hero_inner .hero_copy {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .hero_wrapper .hero_contents {
    padding-bottom: 0;
  }
  .hero_wrapper .hero_contents::before {
    top: 46vw;
    right: -5px;
    width: calc(100% - 40px);
  }
  .hero_wrapper .hero_contents::after {
    transform: none;
    width: calc(100% - 5vw);
    height: 47vw;
    left: 5vw;
    background-position: left;
  }
  .hero_wrapper .hero_contents .hero_inner  {
    width: 100%;
    height: auto;padding-top: 54vw;
  }
  .hero_wrapper .hero_contents .hero_inner .hero_copy {
    width: 100%;
    height: auto;
    padding: 0 5%;
  }
}


/*-----------------------------------------
  3.business
  -----------------------------------------*/
@media screen and (max-width: 960px) {
  .business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .business {
    padding: 40px 0;
  }
  .business .business_wrapper .business_bottom {
    margin: 0 auto 40px;
  }
  .business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .business .business_wrapper .business_top {
    margin: 20px auto;    
  }
  .business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .business_b_title_top img {
    width: 240px;
  }
  .business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .business_b_title_top p {
    font-size: 20px;
    margin: 0;
  }
  .business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .business_b_title_top p img {
    width: 25px;
  }
  .business .business_wrapper .business_bottom .business_bg .business_bottom_contents h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .business .business_wrapper .business_bottom .business_bg .business_bottom_contents {
    padding: 20px 15px;
  }
  .business .business_wrapper .business_bottom .business_bg .business_bottom_contents h3 .business_b_title_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/*-----------------------------------------
  4.recruit
  -----------------------------------------*/
@media screen and (max-width: 1000px) {
  .recruit .recruit_wrapper .recruit_top_right {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit_wrapper .recruit_top {
    justify-content: center;
    flex-direction: column;
  }
  .recruit .recruit_wrapper .recruit_top_right {
    width: 100%;
    height: auto;
    padding: 70px 8vw 8vw;
  }
  .recruit .recruit_wrapper .recruit_top img {
    width: 100%;
    height: auto;
  }
  .recruit .recruit_wrapper .recruit_bottom {
    margin: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit .recruit_wrapper {
    padding: 0 15px;
  }
  .recruit .recruit_wrapper .recruit_top h2 {
    font-size: 26px;    
  }
  .recruit .recruit_wrapper .recruit_top h3 {
    font-size: 18px;
    line-height: 47px;
  }  
  .recruit .recruit_wrapper .recruit_top h3::after {
    height: 47px;
  }
  .recruit .recruit_wrapper .recruit_top .sub_title {
    font-size: 16px;
  }
  .recruit .recruit_wrapper .recruit_bottom a {
    width: 100%;
    height: 80px;
    margin: 20px 25px;
  }
  .recruit .recruit_wrapper .recruit_bottom a p {
    font-size: 18px;
    color: #242424;
    padding: 0 0 0 27%;
  }
  .recruit .recruit_wrapper .recruit_bottom a img {
    width: 49px;
    height: 40px;
    margin: 0 20px;
  }
}

/*-----------------------------------------
  5.contact
  -----------------------------------------*/
@media screen and (max-width: 768px) {
  .contact {
    padding: 40px 0;
  }
  .contact .contact_wrapper .contact_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact_wrapper .contact_contents .contact_number {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact .contact_wrapper .contact_contents .contact_number .call_num {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0px;
  }
  .contact .contact_wrapper .contact_contents .contact_number p {
    text-align: center;
  }
  .contact .contact_wrapper .contact_contents .mail {
    width: 100%;
    padding-left: 0px;
    padding: 0 15px;
    border-style: none;
    text-align: center;
  }
  .contact .contact_wrapper .contact_contents .mail a {
    width: 100%;
    padding: 20px 0px;
  }
}

/*-----------------------------------------
  6.footer
  -----------------------------------------*/
@media screen and (max-width: 960px) {
  footer .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_wrapper .footer_left {
    width: 60%;
    margin: 0 auto;
  }
  footer .footer_wrapper .footer_right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_wrapper .footer_right ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_wrapper .footer_right ul li {
    margin: 5px 10px;
  }
  footer .footer_wrapper .footer_right ul li .list_d {
    margin: 5px 10px;
  }
  footer .footer_wrapper .footer_right ul .colum {
    margin: 0 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  footer .footer_wrapper .footer_left {
    width: 100%;
  }
  footer .footer_wrapper .footer_right ul li a {
    font-weight: normal;
  }
  footer .copyright p {
    font-size: 11px;
    font-weight: normal;
  }
}