@charset "UTF-8";
/*
Theme Name: KYOWAKIKO
Theme URI: http://www.kyowakiko.com/
Description: Theme of WordPress for KYOWAKIKO
Author: MOTOX
Author URI: http: //www.digitalmotox.jp/
Version: 0.1
*/

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Yu Gothic, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #313131;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

a {
  color: #252525;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a,
img {
  border: 0;
}

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

p {
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

.cl {
  clear: both;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.clear::after {
  content: '';
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@font-face {
  font-family: 'Hannari';
  src: url('font/Hannari.woff') format('woff'),
    url('font/Hannari.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: iconfont;
  src: url(font/CONDENSEicon.eot);
  src: url(font/CONDENSEicon.woff) format('woff'), url(font/CONDENSEicon.ttf) format('truetype'), url(font/CONDENSEicon.otf) format('opentype');
}

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

section .inner {
  width: 1200px;
  margin: 0 auto;
}

.btn_list:hover {
  position: relative;
  top: 2px;
  left: 2px;
}

/********** header **********/
header {
  width: 100%;
  position: relative;
}

.slider,
.slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider img {
  width: 100%;
}

#header {
  position: absolute;
  width: 1200px;
  top: 0;
  left: 50%;
  margin-left: -600px;
  padding-top: 10px;
}

#header .site_id {
  float: left;
  margin: 0;
}

#header .site_id:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

#header .header__ttl {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

#header .header_address {
  float: right;
  margin-top: 20px;
}

#header .header_address .tel {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0em;
  margin: 0;
  line-height: 1em;
}

#header .header_address address {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
}

#header .header_address .left {
  float: right;
  margin: 7px 7px 0 0;
}

#header .header_address .right {
  float: right;
}

#header .header_contact:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/********** mainvisual **********/
header .slider {
  margin: 0 auto;
}

/********** globalnav **********/
#globalnav {
  width: 100%;
  background-color: #3c85c6;
}

#globalnav ul,
#globalnav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#globalnav ul {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

#globalnav ul li {
  float: left;
  width: 11%;
}

#globalnav ul li a {
  display: block;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
}

#globalnav ul li a:hover,
#globalnav ul li.active a {
  text-decoration: none;
  background-color: #fff;
  color: #3c85c6;
}

#globalnav ul li span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  margin-top: -35px;
}

/********** 新着情報 **********/
#block_news {
  z-index: 0;
  position: relative;
}

#block_news .inner {
  padding: 60px 0;
}

#block_news .news_title {
  display: block;
  text-align: center;
  position: relative;
}

#block_news .news_title::before {
  border-top: 3px solid #002e73;
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}

#block_news .news_title .news_h2 {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  z-index: 100;
  background-color: #fff;
  font-weight: bold;
}

#block_news .news_title h2 {
  font-family: 'Hannari';
  color: #002e73;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.4em;
  display: inline-block;
  margin-bottom: 30px;
  text-shadow:
    0 1px 0 #002e73,
    1px 0 0 #002e73;
}

#block_news .news_title .en {
  color: #002e73;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.3em;
  vertical-align: super;
}

.newslist,
.newslist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.newslist li {
  padding: 15px;
}

.newslist li .date {
  font-weight: bold;
}

.newslist li .cat {
  border: 1px solid #3c85c6;
  color: #3c85c6;
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 18px;
  font-weight: bold;
  margin: 0 15px;
}

.newslist li .title {
  font-weight: bold;
}

.newslist li.even {
  background-color: #ecf6ff;
}

#block_news .btn_list {
  width: 310px;
  margin: 30px auto 0 auto;
  display: block;
}

/********** 会社概要 **********/
#block_concept {
  background: transparent url(images/bg_concept.png) no-repeat center;
  background-size: cover;
}

#block_concept .inner {
  padding: 60px 0;
}

#block_concept .concept_icon {
  margin: 0 auto;
  display: block;
}

#block_concept h2 {
  font-family: 'Hannari';
  font-size: 45px;
  font-size: 4.5rem;
  text-align: center;
  margin: 0 auto 30px auto;
  width: 90%;
  color: #fff;
}

#block_concept h2 span {
  font-size: 40px;
  font-size: 4.0rem;
}

#block_concept p {
  width: 80%;
  margin: 0 auto;
  color: #fff;
}

#block_concept .btn_list {
  width: 310px;
  margin: 30px auto 0 auto;
  display: block;
}

/********** 特殊工具 **********/
#block_exp .inner,
#block_tools .inner,
#block_nut .inner,
#block_cons .inner,
#block_maintenance .inner {
  padding: 60px 0;
  background: transparent url(images/br_tools.png) repeat-x left bottom;
}

#block_exp h2,
#block_tools h2,
#block_nut h2,
#block_cons h2,
#block_maintenance h2 {
  margin-top: 0;
}

#block_exp .exp_title img,
#block_nut .nut_title img,
#block_tools .tools_title img {
  margin-top: 10px;
}

#block_maintenance .maintenance_title img {
  margin-top: 25px;
}

#block_exp .exp_title .en,
#block_nut .nut_title .en,
#block_tools .tools_title .en,
#block_maintenance .maintenance_title .en {
  font-weight: bold;
  color: #002e73;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.3em;
}

#block_exp .exp_title h2,
#block_nut .nut_title h2,
#block_tools .tools_title h2,
#block_cons .cons_title h2,
#block_maintenance .maintenance_title h2 {
  font-family: 'Hannari';
  font-weight: bold;
  color: #002e73;
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 50px;
}

#block_tools .tools_title h2 span {
  font-size: 47px;
  font-size: 4.7rem;
}

#block_exp .right,
#block_nut .right {
  /* float: left;
  width: 760px; */
  float: right;
  width: 725px;

}

#block_tools .right {
  float: right;
  width: 725px;
}

#block_maintenance .right {
  float: right;
  width: 725px;
}

#block_cons .right {
  float: right;
  width: 725px;
}

#block_exp h3,
#block_tools h3,
#block_nut h3,
#block_cons h3,
#block_maintenance h3 {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN";
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
}

#block_exp h3 span,
#block_tools h3 span,
#block_nut h3 span,
#block_cons h3 span,
#block_maintenance h3 span {
  font-size: 28px;
  font-size: 2.8rem;
}

#block_cons .btn_list,
#block_maintenance .btn_list {
  width: 310px;
  float: right;
  display: block;
  margin-top: 20px;
}

#block_exp .btn_list,
#block_nut .btn_list,
#block_tools .btn_list {
  width: 310px;
  display: block;
  margin-top: 20px;
}

/********** 施工実績 **********/
#block_works .inner {
  padding: 60px 0;
  background: transparent url(images/br_works.png) repeat-x left bottom;
}

#block_works .works_title {
  width: 330px;
  margin: 0 auto;
}

#block_works .works_title .en {
  font-weight: bold;
  color: #002e73;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.3em;
}

#block_works .works_title h2 {
  margin: 0;
  font-family: 'Hannari';
  font-weight: bold;
  color: #002e73;
  font-size: 60px;
  font-size: 6.0rem;
}

#block_works .works_txt {
  text-align: center;
}

#block_works .left {
  float: left;
  width: 590px;
}

#block_works .right {
  float: right;
  width: 593px;
  margin-top: 10px;
}

#block_works .works_more {
  text-align: center;
  clear: both;
  width: 100%;
  display: block;
  padding-top: 40px;
}

#block_works .bx-wrapper .bx-controls-direction a {
  text-indent: 0 !important;
}

.workslist {
  width: 100%;
  border: 0;
  border-collapse: 5px;
  border-spacing: 5px;
  background-color: #3c85c6;
  font-size: 13px;
  font-size: 1.3rem;
}

.workslist th {
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  padding: 8px 0;
}

.workslist td {
  background-color: #fff;
  box-sizing: border-box;
  padding: 8px 0;
}

/********** 採用情報 **********/
#block_recruit {
  text-align: center;
}

#block_recruit a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

/********** ブログ **********/
#block_blog .inner {
  padding: 60px 0;
}

#block_blog .blog_title {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

#block_blog .blog_title::before {
  border-top: 3px solid #002e73;
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}

#block_blog .blog_title .blog_h2 {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  z-index: 100;
  background-color: #fff;
  font-weight: bold;
}

#block_blog .blog_title .blog_h2 img {
  vertical-align: sub;
  margin-right: 10px;
}

#block_blog .blog_title h2 {
  margin: 0;
  font-family: 'Hannari';
  color: #002e73;
  font-size: 30px;
  font-size: 3.0rem;
  letter-spacing: 0.2em;
  display: inline-block;
  text-shadow:
    0 1px 0 #002e73,
    1px 0 0 #002e73;
}

#block_blog .blog_title .en {
  color: #002e73;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.3em;
  vertical-align: super;
}

#block_blog .left {
  float: left;
  width: 655px;
}

#block_blog .pickup {
  margin-bottom: 15px;
}

#block_blog .pickup .attachment-post-thumbnail,
#archive-blog .attachment-post-thumbnail {
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 162px;
  height: 108px;
}

#block_blog .pickup .date,
#archive-blog .date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

#block_blog .pickup .title,
#archive-blog .title {
  font-weight: bold;
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  color: #254e99;
  line-height: 1.3em;
}

#block_blog .pickup p,
#archive-blog p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.5em;
}

.bloglist,
.bloglist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bloglist {
  margin-bottom: 20px;
}

.bloglist li {
  padding: 15px;
  letter-spacing: 0em;
}

.bloglist li::before {
  content: '■';
  font-size: 9px;
  font-size: 0.9rem;
  margin-right: 15px;
  color: #3c85c6;
}

#archive-blog .bloglist li::before {
  content: '';
  margin: 0;
}

.bloglist li .date {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 15px;
}

.bloglist li .title {
  font-weight: bold;
}

.bloglist li.even {
  background-color: #ecf6ff;
}

#block_blog .left .btn_list {
  width: 310px;
  margin: 0 auto;
  display: block;
}

#block_blog .right {
  float: right;
  width: 505px;
}

#block_blog .right iframe {
  border: 0;
  background-color: transparent;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/********** map **********/
#block_map iframe {
  border: 0;
  width: 100%;
  /*pointer-events: none;*/
}


/********** footer **********/
footer {
  padding-top: 60px;
  border-top: 5px solid #f5f5f5;
}

.home footer {
  border: 0;
}

#footer {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#footer h2 {
  float: left;
  margin-top: 0;
}

#footer h2 a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.footernav {
  float: right;
}

.footernav,
.footernav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footernav li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

.footernav li::after,
.footernav li:first-child::before {
  content: '|';
  margin: 0 5px;
}

.officelist,
.officelist li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.officelist li {
  display: inline-block;
  margin-right: 20px;
}

.officelist li h3,
.officelist li p {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

footer .copyright {
  text-align: center;
  background-color: #3c85c6;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  /* margin-top: 20px; */
  height: 45px;
  line-height: 45px;
}

.footer-lower {
  position: relative;
  width: 100%;
  height: 160px;
  padding: 40px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .footer-lower {
    height: 140px;
  }
}

.footer-lower .upper {
  width: 60px;
  height: 60px;
  /* position: absolute; */
  z-index: 9999;
  /*
  bottom: 0;
  right: 0;
  */
  bottom: 30px;
  right: 20px;
  transition: .3s ease-in-out;
}

.footer-lower .upper:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

@media only screen and (max-width: 480px) {
  .footer-lower .upper {
    right: 5%;
    width: 40px;
    height: 40px;
  }
}

.footer-lower .bn-cm {
  /* position: fixed;*/
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 345px;
  height: 80px;
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 480px) {
  .footer-lower .bn-cm {
    left: 5%;
    right: auto;
    width: calc(90% - 2.5% - 40px);
    height: 60px;
  }
}

.footer-lower .bn-cm a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ECF6FF;
  border: solid 3px #3C85C6;
  border-radius: 2px;
  box-sizing: border-box;
}

.footer-lower .bn-cm a:hover {
  opacity: 0.8;
}

.footer-lower .bn-cm img {
  width: 197px;
  padding-left: 10px;
}

@media only screen and (max-width: 480px) {
  .footer-lower .bn-cm img {
    width: 150px;
  }
}

.footer-lower .bn-cm a:hover img {
  opacity: 1;
}

.footer-lower .bn-cm .btn-close {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 10;
  width: 24px;
  height: 24px;
  background: url(images/btn_close.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.footer-lower .bn-cm .btn-close:hover {
  opacity: 0.9;
}


/* ACT SAIKYO 追加 20210831 */
.act-box {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 40px;
  justify-content: space-between;
  padding: 0 12px;
}

.act-box-company {
  margin: -60px auto 40px;
}

.act {
  padding-top: 30px;
  text-align: center;
  width: 43%;
}

.act-right {
  width: 49%;

}

.act p {
  font-size: 14px;
}

.act a img {
  width: 100%;
}

.act-br {
  display: block;
}

@media only screen and (max-width: 670px) {
  .act-box {
    flex-direction: column;
  }

  .act {
    width: 100%;
  }

  .act-br {
    display: none;
  }

}

/********** トップページsolution **********/

#block_solution .inner {
  max-width: 1200px;
  padding: 60px 0;
  background: transparent url(images/br_works.png) repeat-x left bottom;
}

#block_solution .solution_title {
  width: 530px;
  margin: 0 auto;
}

#block_solution .solution_title h2 {
  margin: 0;
  font-family: 'Hannari';
  font-weight: bold;
  color: #002e73;
  font-size: 60px;
  font-size: 6.0rem;
}

@media screen and (max-width: 640px) {
  #block_solution .solution_title {
    width: 330px;
  }

  #block_solution .solution_title h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 330px) {
  #block_solution .solution_title h2 {
    font-size: 28px;
  }
}

#block_solution .solution_title .en {
  font-weight: bold;
  color: #002e73;
  font-size: 10px;
  font-size: 1.0rem;
  letter-spacing: 0.3em;
}

#block_solution .solution_txt {
  text-align: center;
  margin-bottom: 40px;
}

#block_solution .solution_title .alignleft {
  margin: 10px 20px 9px 0;
}

#block_solution .card .card-img-wrap {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

#block_solution .card .card-img-wrap img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

#block_solution .card .card-body>*:last-child {
  margin-bottom: 0;
}

#block_solution .card-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

#block_solution .card-wrap>.card {
  width: calc(100% / 3 - 80px / 3);
  margin-right: 40px;
  margin-bottom: 60px;
}

#block_solution .card-wrap>.card:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 700px) {
  #block_solution .card-wrap>.card {
    width: calc(100% / 2 - 40px / 2);
  }

  #block_solution .card-wrap>.card:nth-child(3n) {
    margin-right: 40px;
  }

  #block_solution .card-wrap>.card:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  #block_solution .card-wrap>.card {
    width: 100%;
    margin-right: 0;
  }

  #block_solution .card-wrap>.card:nth-child(3n) {
    margin-right: 0;
  }
}

#block_solution .card-wrap .card .card-img-wrap {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}

#block_solution .card-wrap .card .card-img-wrap img {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

#block_solution .card-wrap .card .card-body>*:last-child {
  margin-bottom: 0;
}

#block_solution .card-wrap .card .card-body p {
  margin-bottom: 16px;
  text-align: center;
}

.solution-btn {
  text-align: center;
  margin: 16px 0;
}

/* トップページ採用情報リンク */

.recruit-link {
  display: none;
}


/* SPナビ背景色変更 */

.sp-nav-bg {
  background-color: #aed9ff;
}

/* フッターSNS */
.footer-sns__fab {
  font-size: 30px;
  width: 50px;
}

.officelist {
  display: flex;
  align-items: flex-end;
}

.officelist__sns {
  flex-grow: 2;
  text-align: end;
  margin: 0 100px 0 0 !important;
}

@media screen and (max-width: 1000px) {
  .officelist {
    align-items: flex-start;
    flex-direction: column;
  }

  .officelist li {
    margin: 20px 0 0 0;
  }

  .officelist__sns {
    margin: 20px 0 0 -20px !important;
  }
}

/* 協和機工のソリューション提案 固定ページ */


.page-id-1961 #block_solution .inner {
  max-width: 880px;
}

.page-id-1961 #block_solution .solution_txt {
  text-align: left;
  margin-bottom: 40px;
}


.page-id-1961 #block_solution .inner {
  background: none;
}

/* 会社概要ページ　修正 */

@media screen and (max-width: 480px) {

  #company .table-style01 th,
  #company .table-style01 td {
    display: inline-table !important;
  }

  #company .table-style02 th,
  #company .table-style02 td {
    display: revert !important;
  }
}

/* 健康経営の取り組み */

.healthcare__blue {
  color: #3c85c6;
  font-weight: 700;
}


.healthcare__flex {
  display: flex;
  gap: 20px;
  margin: 0 32px;
}

.healthcare__left img{
width: 320px;
}
.healthcare__right {
  flex:1;
}

.healthcare__box {
  border: 1px solid #000;
    padding: 4px 18px;
    margin: 0 32px;
}

.healthcare__box-text--right {
  text-align: right;
}

.healthcare__h4 {
  color: #3c85c6;
  font-weight: 700;
  margin: 0 36px 8px;
}

.healthcare__bg-yelow {
  background: #fffde8;
  margin: 0 32px 40px;
  padding: 12px 20px;
}

.lev04__flex {
  display: flex;
  gap: 24px;
}

.lev04__flex--left {
  flex:1;
  margin: 0;
}
.lev04__flex--right img{
  width: 320px;
}

.healthcare__img {
  margin: 0 32px;
}

.healthcare__img--margin {
  margin-bottom: 40px;
}

.healthcare__p {
  margin: 0 32px 8px;
}



@media screen and (max-width: 670px) {
  .healthcare__flex {
    flex-direction: column-reverse;
    gap: 4px;

  }

  .healthcare__left img{
    width: 100%;
    }

    .lev04__flex {
      display: flex;
      gap: 20px;
      flex-direction: column;
    }
    .lev04__flex--right img{
      width: 100%;
    }
    .flex__reverse {
      flex-direction: column-reverse;
    }
    .healthcare__img {
      text-align: center;
      margin: 0 8px;
    }
}