@charset "UTF-8";


/*
  Theme Name: 豊田建設株式会社
  Theme URI: https://toyotakensetsu.com
  Description: 萩市の土木建設会社
  
  Author: Puzzle
  Author URI: https://www.puzzle-web.jp/
*/



/* -------------------------------- 

Primary style

-------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing:
    border-box;
  -moz-box-sizing:
    border-box;
  box-sizing:
    border-box;

}

body,
html {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;

}



/*::-moz-selection{ color: #fff; background:#DDB668; }
::-webkit-selection{ color: #fff;	background:#DDB668; }
::selection{ color: #fff;	background:#DDB668; }*/

img {
  width: 100%;
  max-width: 100%;
  /* width :auto; IE8のみ */
  height: auto;
  vertical-align: bottom;
  margin: 0;
  padding: 0;

}

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #6bb6ff;
}

a:hover {
  color: #d2e5f8;
}

a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";

}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

p {

  font-size: 16px;
  line-height: 25px;
  color: #222;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text_center {
  text-align: center;
  padding: 0 10px 0 10px;
}

.logo_title a img {
  width: 280px;
  height: 50px;
}

.new_bg {
  position: relative;
  top: 0;
  left: 15px;
  z-index: 2;
}

.new_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #61B54D transparent transparent transparent;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.new_bg .new {
  position: absolute;
  top: 13px;
  left: -8px;
  z-index: 3;
  color: #fff;
  transform: rotate(-45deg);
  letter-spacing: 1px;
}

.rimodel {
  display: grid;
  grid-template-columns: 30% 68%; 
  gap: 20px; 
  align-items: center; 
}

.remodel_img img {
  width: 100%; 
  height: auto; 
  display: block; 
}



.services-list ul {
  padding: 0; 
  margin: 0; 
  list-style: none; 
}

.services-list li {
  display: inline-block; 
  background-color: #E1E3DE; 
  padding: 5px; 
  margin-right: 5px; 
  margin-bottom: 8px;
  border-radius: 4px; 
  white-space: nowrap; 
  font-size: 15px;
 
}


.work_cat {
  margin-bottom: 30px;
}

.work_contents_title h3 {
  text-align: center;
  margin-bottom: 30px;
}

.work_co_link ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0;
  list-style: none;
}

.work_co_link ul li {
  text-align: center;
}

.work_co_link ul li a {
  display: block;
  padding: 10px;
  background: #f4f4f4;
  border-radius: 5px;
  text-decoration: none;
}

.work_co_link ul li a:hover {
  
  background: #efefef;
  b
}

/* スマホ（768px以下）では1カラム */
@media (max-width: 768px) {
  .work_cat {
    margin-left: 15px;
    margin-right: 15px;
  }
  .work_co_link ul {
      grid-template-columns: 1fr;
  }
}




.row_column_rcruit {
  display: grid; 
  grid-template-columns: 1fr; 
  max-width: 1000px; 
  margin: 0 auto; 
  width: 100%; 
  gap: 20px; 
  padding: 20px; 
  box-sizing: border-box;
}

@media (max-width: 999px) {
  .row_column_rcruit {
      width: 100%; 
  }
}
.mg_t100 {
  margin-top: 60px;
}

.mg_t60 {
  margin-top: 60px;
}

.mg_t50 {
  margin-top: 50px;
}

.mg_t30 {
  margin-top: 30px;
}

.mg_t20 {
  margin-top: 20px;
}

.mg_t15 {
  margin-top: 15px;
}

.mg_b200 {
  margin-bottom: 200px;
}

.mg_b100 {
  margin-bottom: 100px;
}

.mg_b80 {
  margin-bottom: 80px;
}

.mg_b60 {
  margin-bottom: 60px;
}

.mg_b50 {
  margin-bottom: 50px;
}

.mg_b30 {
  margin-bottom: 30px;
}

.mg_b20 {
  margin-bottom: 20px;
}

.mg_b15 {
  margin-bottom: 15px;
}



.pd_t100 {
  padding-top: 100px;
}

.pd_t50 {
  padding-top: 50px;
}

.pd_t30 {
  padding-top: 30px;
}

.pd_t15 {
  padding-top: 15px;
}

.pd_b100 {
  padding-bottom: 100px;
}

.pd_b60 {
  padding-bottom: 60px;
}

.pd_b50 {
  padding-bottom: 50px;
}

.pd_b30 {
  padding-bottom: 30px;
}

.pd_rl30 {
  padding: 0 15px !important;
}

.pd_rl301 {
  padding: 0 15px !important;
}

.b_section_title {
  margin-bottom: 30px !important;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  width: 320px;

}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
  width: 320px;

}

.aligncenter {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
  display: block;

}

.alignnone {
  width: auto;
  max-width: 100%;
  margin: 20px auto;
  text-align: center;
  display: block;

}

.k_box {
  width: 100%;
  height: 820px;

}

@media screen and (max-width:999px) {
  .k_box {
    width: 100%;
    height: 0;
  }
}

.hero_image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 60px;
}

.main_visual {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
}

.top-section {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}

.about__content {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "top-ttl about__img"
    "about__txt about__img";

}

.about_text {
  font-size: 36px;
  color: #fff;
  background: #333333;
  margin: 20px 0 0 0;
  padding: 10px 0 10px 10px;
  letter-spacing: 3px;
}

.hito_kura {
  font-size: 28px;
  line-height: 40px;
}

.top-ttl {
  grid-area: top-ttl;
}


.about__img {
  grid-area: about__img;
}

.about__txt {
  grid-area: about__txt;
}

.about__img {
  margin-left: 20px;
}

.about__img ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 0;
  padding: 0;

}

.about__img li {
  list-style-type: none;
}

.about_img_fi {
  margin-top: 20px;

}

.about_img_fi img {
  width: 350px;
}

.about_img_sec {
  margin-top: 40px;

}

.about_img_sec img {
  width: 350px;
}

.about__txt .ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 999px) {
  .about__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      'top-ttl'
      'about-img'
      'about-txt';
    grid-gap: 15px;
    width: 100%;
    max-width: 100%;
  }

  .about_text {

    margin: 0;

  }

  .about__img {
    margin-left: 15px;
    margin-right: 15px;
  }

  .about__img ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .about__img ul li {
    width: 100%;
  }

  .about__img ul li img {
    width: 100%;
    height: auto;
  }

  .top-ttl {
    grid-area: top-ttl;
  }

  .about__img {
    grid-area: about-img;
  }

  .about__txt {
    grid-area: about-txt;
    padding: 15px;
  }
}

.work_contents {
  width: 100%;
  max-width: 100%;
  margin-top: 80px;
}

.row_column_wk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.work_area {
  padding: 0;
}

.work_area img {
  max-width: 100%;
  height: auto;
}

/* .work_title h3{
  position: relative;
  margin: 15px 0 5px 0;
  font-size: 18px;
  line-height: 35px;
  color: #333;
  border-bottom: 2px solid #ccc;
}

.work_title h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #F8AE4F;
  bottom: -2px;
  width: 15%;
} */

.work_title h2 {
  position: relative;
  margin: 15px 0 5px 0;
  font-size: 18px;
  line-height: 35px;
  color: #333;
  border-bottom: 2px solid #ccc;
}

.work_title h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #275DAD;
  bottom: -2px;
  width: 15%;
}

.work_title h2 a {
  color: #222;
  text-decoration: none;
}

.work_title h2 a:hover {
  color: #777;
}

.post-info {
  font-size: 12px;
  color: #777;
}

.post-info a {
  color: #6bb6ff;
}

.post-info a:hover {
  color: #d2e5f8;
}

@media screen and (max-width: 999px) {
  .row_column_wk {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin: 0 15px;
  }

  .column_three {
    margin: 0;
  }
}

.wrapper_link {
  width: 100%;
  max-width: 100%;

}

.wrapper_link .link_page_title {
  position: relative;
  padding-left: 0;
  padding-bottom: 8px;
}

/* .wrapper_link .link_page_title::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #F8AE4F;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
} */

.link_page_title::before,
.link_page_title::after {
  content: "";
  position: absolute;
  bottom: 0; 
  height: 3px; 
  background-color: #007a3d; 
}


.link_page_title::before {
  left: 0;
  width: 3%;
  background-color: #F8AE4F; 
}


.link_page_title::after {
  left: calc(3% + 5px);
  width: 15%;
  background-color: #007a3d; 
}

.row_column_two {
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-gap: 30px;
  margin-bottom: 80px;
  margin-top: 80px;

}

.button {
  margin-top: 50px;
}

.button a {
  background: #edf6ff;
  position: relative;
  margin: 0 auto;
  max-width: 220px;
  padding: 15px 30px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  transform: skew(-10deg, 0deg);
  text-decoration: none;
  font-weight: bold;

}

.button a span {
  transform: skewX(10deg);
}

.button a:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #6bb6ff;
  transition: 0.3s;
}

.button a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #6bb6ff;
  transition: 0.3s;
}

.button a:hover:before,
.button a:hover:after {
  right: -1.2em;
}

.button a:hover {
  background: #d2e5f8;
  color: #222;
}


.col_left {
  padding: 0;
}

.col_left img {
  max-width: 100%;
  height: auto;
}

.col_right {
  margin: 0;

}

.col_right img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 999px) {
  .row_column_two {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .col_left img {
    width: 100%;
    max-width: none;
  }

  .col_left,
  .col_right {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.wrapper {
  width: 100%;
}

.row_column_two_op {
  display: grid;
  grid-template-areas: "right left";
  grid-template-columns: 4fr 6fr;
  /* grid-template-columns: 4fr 6fr; hiritsu 4:6 */
  grid-gap: 20px;
  margin-bottom: 60px;
}

.service_left {
  padding: 0;
  grid-area: right;
}

.service_left img {
  max-width: 100%;
  height: auto;
}

.service_right {
  grid-area: left;
}

.service_right img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 999px) {
  .row_column_two_op {
    grid-template-areas:
      "left"
      "right";
    grid-template-columns: 1fr;
  }

  .example_to_left img {
    max-width: 100%;
    height: auto;
  }

  .service_left,
  .service_right {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.wrapper_outlink {
  display: flex;
  justify-content: center;
  position: relative;
}

.contents {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3px;
  text-align: center;
}

.inner01::before,
.inner02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 120, 50, 0.8);
  /* background: linear-gradient(90deg, rgba(42, 245, 152, 0.7) 0%, rgba(0, 158, 253, 0.7) 100%); */
  /* background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%); */
  /* opacity: 0.7; */
  pointer-events: none;
  z-index: 1;
}

.inner01,
.inner02 {
  position: relative;
  padding: 10px;
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.inner01 {
  background-image: url('images/top_bg.jpg');
}

.inner02 {
  background-image: url('images/top_bg02.jpg');
}

.tel,
.messege,
.cont_text,
.button {
  position: relative;
  z-index: 2;
}

.tel,
.messege {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  margin: 0;
}

.cont_text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.brand_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #007BFF; */
  border-radius: 30px;
  padding: 5px 10px;
  border: 3px solid #fff;
  z-index: 5;
}

.brand_button a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 5px 30px;
}

.brand_button a:before,
.brand_button a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}

.brand_button a:before {
  width: 1.4rem;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}

.brand_button a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.brand_button a:hover:before {
  width: 1.5rem;
}

.brand_button a:hover:after {
  opacity: 1;
  width: 8px;
  height: 8px;
}

@media (max-width: 768px) {
  .contents {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3px;
  }
}

.page_footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  background-color: #f6f6f6;

}

.footer_area {

  max-width: 1200px;
  width: 100%;
}

.row_fott {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.footer_contenter {
  padding: 10px;
}

.footer-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.links_main {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.g_map {
  margin-top: 20px;
}

.links_main .footer_links {
  display: inline-block;
  width: 165px;
  margin-bottom: 5px;
}

.links_main .footer_links a {
  color: #222;
  text-decoration: none;
}

.links_main .footer_links a:hover {
  color: #777;
}

.links_main .footer_links a:before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  color: #222;
  margin-right: 5px;
}

.links_main .footer_links a:hover:before {
  color: #222;
  animation: arrow .5s ease-out forwards;
}

@keyframes arrow {
  0% {
    left: 0px;
  }

  50% {
    left: 5px;
  }

  100% {
    left: 0;
  }
}

.footer-text {
  margin-top: 30px;
  font-size: 13px;
  color: #555;
  line-height: 25px;
}

.uppercase {
  position: relative;
  margin: 15px 0 5px 0;
  font-size: 18px;
  line-height: 35px;
  color: #333;
  border-bottom: 2px solid #ccc;
}

.uppercase:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #275DAD;
  bottom: -2px;
  width: 15%;
}


@media (max-width: 768px) {
  .row_fott {
    grid-template-columns: 1fr;
  }
}

.mask-wrap .mask {
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -100%;
  overflow: hidden;
}

.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.small-section {
  width: 100%;
  padding: 30px 0;
  background-color: #efefef;
  margin-top: 70px;
}

.small-section {
  position: relative;
  /* background-image: url('images/header_bg.jpg'); */
  background-size: cover;
  background-position: center center;
}

.small-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: rgba(255,255,255,0.3); 
  z-index: 1;
  /* backdrop-filter: blur(3px); */
}

.container_midashi {
  max-width: 1200px;
  margin: 0 auto;

}

.row_midashi {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}

.col_page_name {
  order: 1;
}

.col-pankuzu {
  order: 2;
}

.breadcrumbs {
  display: flex;
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  margin-right: 5px;
  font-size: 13px;
}

.breadcrumbs li a {
  color: #222;
}

.breadcrumbs li a:hover {
  color: #777;
}

.breadcrumbs li::after {
  content: ">";
  margin-left: 5px;
}

.breadcrumbs li:last-child::after {
  content: "";
}

@media (max-width: 768px) {
  .small-section {
    margin-top: 60px;
  }

  .container_midashi {
    padding-left: 10px;
  }

  .row_midashi {
    flex-direction: column;
  }

  .col_page_name,
  .col-pankuzu {
    width: 100%;
  }
}


.wrappaer_cop {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.contents_cop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: 0px;
  grid-template-areas:
    "photo_cop title_cop"
    "photo_cop text_cop";
  margin-top: 100px;
  margin-bottom: 150px;
}

.title_cop {
  grid-area: title_cop;
  position: relative;
  right: -200px;
  top: 0px;
  margin-right: 250px;
}

.photo_cop {
  grid-area: photo_cop;
  width: 120%;
  height: auto;
}

.photo_cop img {
  vertical-align: top;
}

.text_cop {
  grid-area: text_cop;
  position: relative;
  right: -200px;
  top: -30px;
  margin-right: 250px;
  padding-top: 50px;
}



.title_cop h2 {
  position: relative;
  font-size: 36px;
  font-weight: 100;
  top: -30px;
  padding-left: 5px;
}

.title_cop h2::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #F8AE4F;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
}

.text_cop h3 {
  position: relative;
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  top: -15px;
}

.text_cop p {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  top: 10px;
}

.title_cop:before,
.text_cop:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 380px);
  height: calc(100% + -30px);
  background-color: #DEF7F3;
  z-index: -1;
  top: 100px;
  left: -330px;
}



@media (max-width: 999px) {
  .wrappaer_cop {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wrappaer_cop {
    width: 100%;

  }

  .contents_cop {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title_cop"
      "photo_cop"
      "text_cop";
    margin: 80px 15px 60px 15px;

  }

  .photo_cop {
    width: 100%;
  }

  .title_cop,
  .text_cop {
    position: relative;
    right: 0;
    top: 0;
    margin-right: 0;
  }

  .title_cop:before {
    display: none;
  }

  .text_cop {
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .title_cop h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .title_cop h2 {
    position: relative;
    top: 0;
  }

  .text_cop:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .text_cop h3 {
    font-size: 18px;
    line-height: 35px;
  }

  .text_cop p {
    top: 10px;
  }

}


.wrappaer_copinfo {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.contents_copinfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-gap: 30px;
  grid-template-areas:
    "info history";
  margin: 80px 15px;
}

.info {
  background-color: #fff;
}

.history {
  background-color: #fff;
}

.top_title-box {
  margin-bottom: 60px;
  text-align: center;
}


.top_title-box h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 24px;
}

.top_title-box h2:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F8AE4F;
  border-radius: 2px;
}

.top_title-box_comp {
  margin-bottom: 60px;
  text-align: center;
}

.top_title-box_recr {
  margin-bottom: 60px;
  text-align: center;
}

/* .top_title-box_comp h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 24px;
} */

.title-border {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px; 
  text-align: center;
}

.title-border::after {
  content: "";
  position: absolute;
  left: 50%; 
  transform: translateX(-50%); 
  bottom: 0;

  width: 70px; 
  height: 6px; 
  background: linear-gradient(
    to right,
    #2d87c7 0 33%,   
    #275DAD 33% 66%, 
    #2d87c7 66% 100% 
  );
  border-radius: 5px;
}



.top_title-box_recr {
  position: relative;
  margin: 0 auto 60px auto;
  width: 100%;
  max-width: 965px;
  height: 250px; 
  background-image: url('images/rec_bg.jpg'); 
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.circle-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;  
  height: 200px;
  background-color: rgba(255, 255, 255, 0.8); 
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 1000px) {
  .top_title-box_recr {
    width: calc(100% - 30px); 
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}





.list ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 25% 75%;
  list-style: none;

}

.lis_left {
  grid-column: 1 / 2;
  margin-bottom: 15px;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
}

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

.lis_right {
  grid-column: 2 / 3;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}


@media (max-width: 768px) {
  .contents_copinfo {
    grid-template-columns: 1fr;
    grid-template-areas:
      "info"
      "history";
  }
}

.praivacy_po {
  background-color: #efefef;
  padding: 15px;
}


.wrapper_ser {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 200px auto;
  /* background-color: #efefef; */
}

.contents_ser {
  display: grid;
  grid-template-columns: calc(50% + 150px) 55%;
  grid-template-rows: auto;
  grid-gap: 0;
  grid-template-areas: "photo text";
  position: relative;
  align-items: start;
  margin-bottom: 100px;
}

.photo_ser {
  grid-area: photo;
}

.text_ser {
  grid-area: text;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  position: relative;
  left: -205px;
  top: 250px;
  z-index: 2;
}

.photo_ser img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.text_ser .titile {
  font-size: 24px;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}

.text_ser .intro {
  font-size: 15px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.text_ser .titile:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 3px;
  width: 50px;
  height: 2px;
  background-color: #F8AE4F;
}



@media (max-width: 768px) {
  .wrapper_ser {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
    /* background-color: #efefef; */
  }

  .contents_ser {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "photo"
      "text";
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .text_ser {
    left: 0;
    top: 0;
    width: 100%;
    padding: 30px 0;
  }
}





.contents02_ser {
  display: grid;
  grid-template-columns: calc(50% - 150px) 1fr;
  grid-template-rows: auto;
  grid-template-areas: "text02 photo02";
  position: relative;
  margin-bottom: 100px;
}

.photo02_ser {
  grid-area: photo02;
  position: relative;
  z-index: 1;
}

.text02_ser {
  grid-area: text02;
  position: absolute;
  top: 260px;
  left: 0;
  width: calc(50% + 450px);
  z-index: 2;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
}

.photo02_ser img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.text02_ser .title02 {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}

.text02_ser .title02:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 3px;
  width: 50px;
  height: 2px;
  background-color: #F8AE4F;
}

.text02_ser .intro02 {
  font-size: 15px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 50px;
}






@media (max-width: 768px) {
  .contents02_ser {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "photo02"
      "text02";
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .photo02_ser {
    position: static;
  }

  .text02_ser {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    padding: 30px 0;
  }
}

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


.main_contents {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-gap: 50px;
  width: 100%;

  margin: 0 auto;
  overflow: hidden;
}

.post_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.post_contents .post,
.row_column_wk .work_area {
  margin-bottom: 15px;
}

.thumb {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.thumb_single {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
}

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

.title {
  display: inline-block;
}

.title h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 100;
  margin-top: 15px;
}

.title h2 a {
  text-decoration: none;
  color: #335484;

}

.work_title h2 {
  margin: 0;
  padding: 0;
}

.title h2 a:hover {
  color: #4F7ABA;
}

.sidebar {
  width: 100%;
}

.contener_side {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.post_text p {
  font-size: 16px;
  margin: 15px 0;
  line-height: 25px;
}

.widget {
  display: inline-block;
  margin-bottom: 30px;
}

.widget ul {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  padding: 10px 0;
  /* margin-bottom: 10px; */
  border-bottom: 1px solid #efefef;
}

.widget ul li a {
  text-decoration: none;
  color: #3F5B78;
}

.widget ul li a:hover {
  text-decoration: none;
  color: #CAD6E3;
}

.widget ul li a:before {
  position: relative;
  content: "\f105";
  font-family: FontAwesome;
  color: #3F5B78;
  margin-right: 5px;
}

.widget ul li a:hover:before {
  color: #3F5B78;
  animation: arrow .5s ease-out forwards;
}

@keyframes arrow {
  0% {
    left: 0px;
  }

  50% {
    left: 5px;
  }

  100% {
    left: 0;
  }
}

.widget h3 {
  line-height: 35px;
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 0;
}

@media (max-width: 999px) {
  .main_contents {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .post_contents {
    grid-template-columns: 1fr;

  }

  .post_wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .widget {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.post_wrapper p {
  text-align: justify;
  text-justify: inter-ideograph;
  /* IE用 */
}

/* single link */

.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 40px;
  color: #0bd;
}

.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}

.prev-next-link a:hover,
.prev-next-link a:focus {
  background-color: #f5f5f5;
  color: #02CED3;
  text-decoration: none !important;
}

.prev-next-link .prev-link,
.prev-next-link .next-link {
  background-size: 16px 28px;
}

.next-link .prev-next-label,
.next-link .thumb-wrap p {
  text-align: right;
}

.prev-link {
  background: url(images/pre.png) no-repeat 10px center;
}

.next-link {
  background: url(images/nex.png) no-repeat right 10px center;
}

.prev-next-link .thumb-wrap p {
  color: #05B4DD !important;
  transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.prev-next-link .thumb-wrap p:hover {
  color: #0896B7 !important;
}

.prev-next-label {
  font-size: 15px !important;
  color: #111;
  margin-bottom: 10px !important;
}

.prev-next-link {
  margin-bottom: 80px;
}

@media (min-width: 600px) {
  .prev-next-link {
    display: flex;
  }

  .prev-next-link a {
    flex: 1;
  }

  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }

  .prev-link {
    text-align: left;
  }

  .next-link {
    text-align: right;
  }
}

@media (max-width: 600px) {

  .next-link .prev-next-label,
  .next-link .thumb-wrap p {
    text-align: left;
  }
}

/* single link end */


/* conatct form */

.mw_wp_form {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: auto;
}


.mw_wp_form em {
  color: red;
  font-style: normal;
  margin-left: 5px;
}


.mw_wp_form input[name="your-name"],
.mw_wp_form input[name="your-email"],
.mw_wp_form input[name="your-subject"] {
  width: 80% !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}


.mw_wp_form textarea[name="your-message"] {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}


.mwform-checkbox-field {
  display: inline-block;
  margin-right: 15px;
}


.mw_wp_form .wpcf7-submit {
  display: block;
  background-color: #275DAD;
  color: white;
  padding: 14px 30px;
  margin: 0;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}


input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

.mw_wp_form .wpcf7-submit:hover {
  background-color: #3769b5;
}

/* Wrapper */
.mw_wp_form tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

.mw_wp_form th,
.mw_wp_form td {
  width: 100%;
}

.mw_wp_form th {
  text-align: left;
  margin-bottom: 10px;
}

.mw_wp_form label {
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.mw_wp_form input[type="file"] {
  margin-bottom: 5px;
}


.mw_wp_form .wpcf7-form label { display: block; }
.mw_wp_form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}


.mw_wp_form .wpcf7-form .wpcf7-form-control-wrap.your-name > input,
.mw_wp_form .wpcf7-form .wpcf7-form-control-wrap.your-email > input,
.mw_wp_form .wpcf7-form .wpcf7-form-control-wrap.your-subject > input {
  width: 80% !important;
  max-width: none !important;
  box-sizing: border-box;
}


.mw_wp_form .wpcf7-form .wpcf7-form-control-wrap.your-message > textarea {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}



/* fotm end */

.wrappaer_priv {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

blockquote {
  border-left: 2px solid #eee;
  padding: 5px 12px;
}

.contents_priv {
  display: grid;
  grid-template-columns: 1ft;
}

.priv_box {
  margin-bottom: 30px;
}

@media (max-width: 999px) {
  .contents_priv {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.list_smap {
  border-bottom: 1px solid #efefef;
  padding: 20px;
}

.list_smap a {
  text-decoration: none;
}

.center {
  text-align: center;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.wp-pagenavi a {
  color: #222222;
  text-decoration: none;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page.larger:hover {
  border: 1px solid #222222;
  color: #777777;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page.larger {
  display: inline-block;
  padding: 5px 10px;
  background: white;
  border: 1px solid #dad9d9;
  margin: 5px 10px 5px 0;
}

.wp-pagenavi span.current {
  border-color: #222222;
}


/*ローダー*/
.body-fix {
  overflow: hidden;

}

/*loading*/
.loader {
  transition: 0.25s ease-in;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .loader .loader-cover {
  content: "";
  z-index: -1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  background-image: linear-gradient(to bottom right, #DEF7F3 49.8%, #ffffff 50%, #DEF7F3 50.2%);
}
 */
.loading .loader-cover{
  animation:loadBorder 1s ease-in-out forwards;
}

@keyframes loadBorder{
  0%{
      width: 0%;
      height: 0%;
  }
  100%{
      width: 100%;
      height: 100%;
  }
}

.loader svg {
  width: 230px;
  height: auto;
}

@media screen and (max-width: 767px){
  .loader svg {
    width: 230px;
    height: auto;
  }
}

/*svg*/


/*地球*/
.loader .st1 {
  fill: transparent;
}

.loading .st1 {
	fill: url(#SVGID_1_);
	opacity:0;
  animation: st1 1s ease-in forwards;
}

@keyframes st1 {
  0% {
    opacity:0;
  }

  100% {
	      opacity:1;
    fill: url(#SVGID_1_);
  }
}

/*地球の経緯線*/
.loader .st3 {
  fill: transparent;
}

.loading .st3 {
  fill: transparent;
  animation: st3 1s ease-in forwards;
}

@keyframes st3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: #FFFFFF;
  }
}


/*地球裏の線*/
.loader .st0 {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1.701;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.loading .st0 {
  fill: transparent;
  stroke: #2EB9CD;
  stroke-width: 1px;
  animation: st0 2s ease-in forwards;
}

@keyframes st0 {
  0% {
    fill: transparent;
    stroke-dasharray: 200px;
    stroke-dashoffset: 200px;
  }

  100% {
    fill: #2ecbcd;
  }
}

/*地球周りの矢印*/
.loader .st4 {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1.701;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.loading .st4 {
  fill: transparent;
  stroke: #2EB9CD;
  stroke-width: 2px;
  animation: st4 2s ease-in forwards;
}

@keyframes st4 {
  0% {
    fill: transparent;
    stroke-dasharray: 200px;
    stroke-dashoffset: 200px;
  }

  100% {
    fill: #FFFFFF;
  }
}

/*テキスト*/
/* .st2 {
  fill: #2E2C2D;
} */

.loader #text_wrap {
  fill: transparent;
  stroke: transparent;
}

.loading #text_wrap {
  fill: #2E2C2D;
  stroke: #2E2C2D;
  stroke-width: 0.4px;
  animation: textsvg 2s ease-in forwards;
}

@keyframes textsvg {
  0% {
    fill: transparent;
    stroke-dasharray: 160px;
    stroke-dashoffset: 160px;
  }

  80% {
    fill: transparent;
    stroke-dashoffset: 0;
  }

  100% {
    fill: #2E2C2D;
  }
}



.loader-hidden {
  transition: 1s ease-in;
  opacity: 0;
  visibility: hidden;
}