@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

body {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 1.4;
  margin: 0px;
  background-color: #ffffff;
}

main {
  display: block;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

iframe {
  vertical-align: bottom;
}

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

.pr_img {
  overflow: hidden;
  position: relative;
}

img.pa_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
}

.sp {
  display: none;
}

#menu {
  display: none;
}

.flex {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.flex-sb {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
}

/* TOP */

/*SPMENU kurukuru*/

a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
  top: 9px;
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(390deg);
  position: absolute;
}

a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
  top: -1.4px;
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-390deg);
  position: absolute;
}

a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

span.slicknav_icon-bar {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.slicknav_menu .slicknav_icon {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  position: relative;
}

/*kokomade*/

#hg_menu {
  position: absolute;
  top: 20px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#hg_menu::before {
  content: "menu";
  position: absolute;
  top: 33px;
  left: 11.5px;
  font-size: 19px;
  z-index: 10;
  color: #000;
}

.slicknav_menu {
  background-color: transparent;
  padding: 0;
}

.slicknav_btn {
  margin: 0;
  text-shadow: none;
  border-radius: 0px;
  background-color: transparent;
}

.slicknav_menutxt {
  display: none !important;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #00a497;
  width: 50px;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: 10px;
}

.slicknav_nav {
  position: fixed;
  top: 137px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  height: 83vh;
}

.slicknav_nav_l {
  background-color: rgba(0, 0, 0, 0.8);
  width: 57%;
  padding: 80px 0 0 calc(50vw - 550px);
}

.slicknav_nav_l .privacy_sitemap {
  font-size: 10px;
  margin-top: 100px;
}

.slicknav_list2 p .sub_ttl {
  width: 200px;
  border-bottom: 1px solid #00a497;
}

.slicknav_nav_l ul {
  width: 40% !important;
  margin: 0 !important;
}

.slicknav_nav_l ul li.sub_menu_item a {
  position: relative;
  transition: 0.3s;
}

.slicknav_nav_l ul li.sub_menu_item:hover a {
  left: -15px;
  color: #fff;
}

.slicknav_nav_l ul li {
  line-height: 1 !important;
}

.slicknav_nav_l ul li:nth-child(n + 2) {
  margin-top: 40px;
}

.slicknav_nav_l .sub_ttl {
  margin-top: 5px;
}

.slicknav_list2 .sub_ttl {
  margin-top: 0px;
}

.slicknav_list2 .cases {
  margin-top: 15px;
  font-size: 17px;
}

.slicknav_list2 .sub_menu_item a {
  font-size: 12px;
  color: #9a9a9a;
  margin-left: 15px;
}

.slicknav_list2 .sub_menu_item:nth-child(2) {
  margin-top: 15px;
}

.slicknav_list2 ul {
  margin-top: 15px !important;
}

.slicknav_list2 p {
  font-size: 17px;
}

.slicknav_nav_r {
  background-color: rgba(0, 0, 0);
  width: 43%;
  text-align: center;
  padding: 80px calc(50vw - 550px) 50px;
}

.slicknav_nav_r .ttl {
  font-size: 35px;
}

.slicknav_nav_r .text {
  font-size: 12px;
  margin-top: 13px;
}

.slicknav_nav_r a {
  display: block;
  width: 225px;
  line-height: 50px;
  font-size: 13px;
  margin: 0 auto;
  transition: 0.3s;
}

.slicknav_nav_r a:nth-of-type(1) {
  margin-top: 30px;
  background-color: #000;
  color: #fff !important;
  border: 1px solid #fff;
}

.slicknav_nav_r a:nth-of-type(1):hover {
  background-color: #fff;
  color: #00a497 !important;
  opacity: 1;
}

.slicknav_nav_r a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.slicknav_nav_r a:nth-of-type(2) {
  margin-top: 10px;
  background-color: #fff;
  color: #00a497;
  position: relative;
}

.slicknav_nav_r a:nth-of-type(2):hover {
  color: #fff;
  opacity: 1;
}

.slicknav_nav_r a:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00a497;
  border-right: 2px solid #00a497;
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.slicknav_nav_r a:nth-of-type(2):hover::before {
  visibility: visible;
  opacity: 1;
}

.slicknav_nav_r a:nth-of-type(2) span {
  position: relative;
  z-index: 10;
}

.slicknav_nav_r a:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 83%;
  height: 100%;
  background-color: #00a497;
  transform: scaleX(0);
  transition: 0.3s;
  transform-origin: left;
}

.slicknav_nav_r a:nth-of-type(2):hover::after {
  transform: scaleX(1);
}

.slicknav_nav_r .excerpt {
  font-size: 14px;
  text-align: left;
  width: 240px;
  margin: 30px auto 0;
  line-height: 26px;
}

.slicknav_nav_r .copyright {
  font-size: 10px;
  text-align: right;
  width: 230px;
  margin: 70px auto 0;
}

.slicknav_list2 ul {
  width: 100% !important;
}

.slicknav_list2 {
  width: 50%;
}

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

.slicknav_nav a:hover .bb::before {
  width: 100%;
}

.slicknav_nav a:hover .bb {
  color: #fff;
}

.top_header {
  color: #fff;
  transition: 0.3s;
}

.change_bg {
  background-color: #fff;
}

/*.change_logo {
  content: url(/wp-content/uploads/2020/07/logo.png);
}

.change_name {
  content: url(/wp-content/uploads/2020/07/company_name_black.png);
}*/

.top_header h1 #logo {
  width: 80px;
  background-image: url(/wp-content/uploads/2021/09/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  height: 73.14px;
}

.top_header h1 #name {
  width: 200px;
  height: 26.2px;
  background-image: url(/wp-content/uploads/2021/09/logo_text.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-top: 25px;
  color: #1a1a1a;
}

.top_header h1 .change_logo {
  background-image: url(/wp-content/uploads/2021/09/logo.png) !important;
}

.top_header h1 .change_name {
  background-image: url(/wp-content/uploads/2021/09/logo_text.png) !important;
}

ul#header_nav.remove {
  opacity: 1;
  visibility: inherit;
}

ul#header_nav.remove li a {
  color: #000;
}

.remove {
  visibility: hidden;
  opacity: 0;
}

.change_color {
  color: #000 !important;
}

.change_visibility {
  visibility: visible !important;
  opacity: 1 !important;
}

.top_header h1 {
  transition: 0.3s;
}

.top_header h1 span {
  font-size: 30px;
  margin-left: 15px;
  line-height: 94px;
  font-weight: 600;
}

.top_header h1:hover {
  opacity: 0.8;
}

.top_header a {
  color: #000000;
  transition: 0.3s;
}

.top_header a:hover {
  opacity: 0.8;
}

.header_1 {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  padding: 3px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.privacy_sitemap span {
  margin: 0 20px;
}

.header_2 {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 10px 0;
  z-index: 20;
  background-color: #fff;
  z-index: 10000;
}

.header_2 .wrap {
  position: relative;
}

.header_2 ul li a {
  font-size: 16px;
  /* color: #ffffff; */
}

.header_2 ul li {
  line-height: 75px;
  position: relative;
}

.header_2 ul {
  width: 54%;
}

.header_2 #header_nav li a {
  position: relative;
}

.header_2 #header_nav li a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1a1a1a;
  transition: 0.3s;
}

.header_2 #header_nav li a:hover::before {
  width: 100%;
}

.header_sub_menu a {
  /* color: #dddddd; */
  transition: 0.3s;
}

.header_sub_menu a:hover {
  opacity: 1;
}

.header_sub_menu a:hover::before {
  width: 0 !important;
}

.header_sub_menu a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

ul#header_nav.remove .header_sub_menu a::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.header_sub_menu a:hover::after {
  visibility: visible;
  opacity: 1;
}

#header_nav li:first-child ul.header_sub_menu {
  width: 111px !important;
}

.header_sub_menu {
  width: 265px !important;
  position: absolute;
  left: 0;
  top: 65px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  padding: 20px 20px;
}

.header_sub_menu li {
  line-height: 1 !important;
}

.header_sub_menu li:nth-child(2) {
  margin-top: 17px;
}

.header_sub_menu li:nth-child(3) {
  margin-top: 17px;
}

.sub_menu_parent:hover .header_sub_menu {
  visibility: visible;
  opacity: 1;
}

.top_mv {
  position: fixed;
  top: 0;
  height: calc(100vh - 110px);
  overflow: hidden;
  width: 100%;
  z-index: -10;
  margin-top: 85px;
}

.top_mv video {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
}

.top_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 5;
}

.page_link {
  display: block;
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 26px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(135deg);
  z-index: 0;
  transition: 0.3s;
}

.page_link:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.page_link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.page_link:hover::before {
  visibility: visible;
  opacity: 1;
  border-color: #fff;
}

.top_mv_text {
  /* margin-top: 150px; */
  /* margin-bottom: 300px; */
  height: calc(100vh - 110px);
  padding-top: 5vw;
  margin-top: 110px;
}

.top_mv_text .news .ttl {
  font-size: 15px;
}

.top_mv_text .news a {
  color: #fff;
  width: 540px;
  border-bottom: 2px solid;
  transition: 0.3s;
  position: relative;
}

.top_mv_text .news a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.top_mv_text .news a:hover::before {
  visibility: visible;
  opacity: 1;
}

.top_mv_text .news .text {
  font-size: 14px;
  margin-left: 18px;
  line-height: 25px;
}

.top_mv_text .mv_text {
  color: #fff;
  margin-top: 15px;
}

.top_mv_text p.future_text {
  font-size: 60px;
  font-weight: 400;
  margin: 35px 0 15px;
  text-shadow: 0px 0px 3px #ffffff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
}

.top_mv_text .mv_text .ttl {
  font-size: 15px;
  line-height: 55px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.top_mv_text .mv_text .ttl span {
  margin-right: 5px;
  font-size: 25px;
}

.top_mv_text .mv_text .text {
  font-size: 20px;
  padding-left: 0;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  letter-spacing: 0.05em;
}

.common_h2_en {
  font-size: 20px;
  font-weight: 900;
  position: relative;
}

.common_h2_en span {
  border-bottom: 1px solid;
  height: 23px;
  display: inline-block;
}

.common_h2 {
  font-size: 40px;
  color: #000;
  line-height: .8;
}

.common_h2 span {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  position: relative;
}

.common_h2 span:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.top_aboutus {
  padding: 100px 0;
  background-image: url(/wp-content/uploads/2020/07/top_aboutus_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -100px;
  position: relative;
}

.top_aboutus .text {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 35px;
}

.top_aboutus .link {
  display: block;
  background-image: url(/wp-content/uploads/2020/07/top_aboutus_bt.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 200px;
  margin-top: 120px;
  position: relative;
}

.top_aboutus a span {
  position: relative;
  transition: 0.3s;
}

.top_aboutus a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 164, 151, 0.7);
  transition: 0.3s;
}

.top_aboutus a:hover span {
  color: #00a497;
}

.top_aboutus a:hover::before {
  transform: scale(0.9, 0.8);
  background-color: #fff;
}

.top_service {
  background-color: #fff;
  padding-bottom: 155px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #fdfdfd;
  position: relative;
  z-index: 100;
  padding-top: 90px;
}

.top_service .common_h2 {
  width: 180px;
}

.top_service .common_h2_en::before {
  background-color: #000;
}

.top_service .wrap {
  position: relative;
  z-index: 10;
}

.top_service .text {
  font-size: 22px;
  margin-top: 30px;
  font-weight: 600;
}

.top_service .text span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.top_service ul li {
  width: 32%;
  /* height: 320px; */
  margin: 0;
  position: relative;
}

.top_service ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  /* -webkit-filter: grayscale(100%); */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  /* filter: grayscale(100%); */
  transition: 0.3s;
  position: relative;
  height: 210px;
}

.top_service ul li a::before {
  content: "";
  width: 85%;
  height: 53%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  border: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  display: none;
}

.top_service ul li a:hover::before {
  visibility: visible;
  opacity: 1;
  width: 81%;
  height: 43%;
}

.top_service ul li a:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}

.top_service ul li a p {
  /* color: #fff; */
  font-size: 20px;
  /* width: 80%; */
  /* background-color: rgba(0, 0, 0, 0.7); */
  margin: 0px auto;
  /* padding: 40px 20px; */
  position: relative;
  transition: 0.3s;
  position: absolute;
  bottom: -34px;
  color: #1a1a1a;
  letter-spacing: 0.05em;
}

.top_service ul li a:hover p {
  color: #00a497;
  background-color: rgba(255, 255, 255, 0.85);
}

.top_service ul li a p span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
}

.top_service ul li:nth-child(1) a {
  /*background-image: url(/wp-content/uploads/2020/07/top_service_img1.jpg);*/
  background-image: url(/wp-content/uploads/2020/09/page_heavy_img01.jpg);
}

.top_service ul li:nth-child(2) a {
  /*background-image: url(/wp-content/uploads/2020/07/top_service_img2.jpg);*/
  background-image: url(/wp-content/uploads/2020/09/page_heavy_denki_img01.jpg);
}

.top_service ul li:nth-child(3) a {
  background-image: url(/wp-content/uploads/2020/10/page_heavy_eisei_img03.jpg);
}

.top_service ul li:nth-child(4) a {
  background-image: url(/wp-content/uploads/2020/09/page_heavy_other_img01.jpg);
}

.top_service ul li:nth-child(5) a {
  background-image: url(/wp-content/uploads/2022/09/EHP.png);
}

.top_service .conts {
  margin-top: 50px;
  width: 1100px;
  margin: 50px auto 0;
}

.top_recruit {
  text-align: center;
}

.top_recruit:hover a::before {
  background-color: rgba(0, 164, 151, 0.7);
}

.top_recruit:hover .entry {
  visibility: visible;
  opacity: 1;
}

.top_recruit:hover .wrap::before,
.top_recruit:hover .wrap::after {
  width: 45%;
}

.top_recruit .wrap {
  position: relative;
  border-left: 2px solid;
  border-right: 2px solid;
  padding-bottom: 60px;
}

.top_recruit .wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.top_recruit .wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.top_recruit .common_h2 {
  position: relative;
  top: -31px;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
  color: #fff;
}

.top_recruit .common_h2 span {
  color: #fff;
}

.top_recruit .common_h2 span:before {
  background-color: #fff;
  left: calc(50% - 10px);
}

.top_recruit .common_h2_en {
  position: relative;
  top: -25px;
}

.common_h2_en::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

.top_recruit .common_h2::before {
  content: "";
  position: absolute;
  top: -24px;
  bottom: 0;
  left: 190px;
  margin: auto;
  width: 450px;
  height: 2px;
  background-color: #fff;
}

.top_recruit .common_h2::after {
  content: "";
  position: absolute;
  top: -24px;
  bottom: 0;
  right: 190px;
  margin: auto;
  width: 450px;
  height: 2px;
  background-color: #fff;
}

.top_recruit a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 160px 0;
}

.top_recruit a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 164, 151, 0.3);
  transition: 0.3s;
}

.top_recruit .text {
  font-size: 25px;
  margin-top: 10px;
}

.top_recruit .text_en {
  font-size: 16px;
  margin-top: 10px;
}

.top_recruit .text_en span {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  letter-spacing: 1px;
}

.top_recruit .entry {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  font-size: 25px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.top_news {
  background-color: #fff;
  padding: 100px 0;
  background-image: url(/wp-content/uploads/2020/07/top_news_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.top_news .common_h2 {
  width: 180px;
}

.top_news .common_h2_en::before {
  right: auto;
  background-color: #000;
}

.top_news a {
  color: #000;
  width: 560px;
  height: 100%;
  padding: 25px 0;
  border-bottom: 2px solid;
  transition: 0.3s;
  position: relative;
}

.top_news a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 540px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.top_news a:hover::before {
  visibility: visible;
  opacity: 1;
}

.top_news a:hover {
  opacity: 0.6;
  width: 580px;
}

.top_news a time {
  font-size: 12px;
}

.top_news a p {
  font-size: 15px;
  font-weight: bold;
  margin-left: 40px;
}

.top_news .cont {
  margin-left: 100px;
}

.top_news .link {
  border: none;
  font-size: 16px;
  display: block;
  width: 560px;
  height: auto;
  padding: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 50px;
  transition: 0.3s;
  position: relative;
}

.top_news .link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00a497;
  transform: scaleX(0);
  transition: 0.3s;
  transform-origin: left;
}

.top_news .link span {
  position: relative;
  z-index: 10;
}

.top_news .link:hover::after {
  transform: scaleX(1);
}

.top_news .link:hover {
  opacity: 1;
  width: 560px;
}

.top_footer {
  background-color: #3e3e3e;
  color: #fff;
  padding: 50px 0 35px;
  position: relative;
}

.top_footer p {
  color: #fff;
}

.top_footer a {
  color: #fff;
}

.top_footer .logo {
  width: 156px;
}

.footer_1 .ttl {
  margin-top: 10px;
  width: 160px;
}

.footer_1 .excerpt {
  font-size: 14px;
  margin-top: 30px;
  line-height: 25px;
}

.footer_1 .cont1 a {
  display: block;
  text-align: center;
  line-height: 50px;
}

.footer_1 .cont1 .company {
  background-color: #000;
  color: #fff;
  margin-top: 30px;
  transition: 0.3s;
}

.footer_1 .cont1 .company:hover {
  background-color: #00a497;
}

.footer_1 .cont1 .contact {
  background-color: #fff;
  color: #000;
  margin-top: 10px;
  transition: 0.3s;
  position: relative;
}

.footer_1 .cont1 .contact span {
  position: relative;
  z-index: 10;
}

.footer_1 .cont1 .contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #00a497;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.3s;
}

.footer_1 .cont1 .contact:hover::before {
  transform: scaleX(1);
}

.footer_1 .cont1 .contact::after {
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00a497;
  border-right: 2px solid #00a497;
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.footer_1 .cont1 .contact:hover::after {
  visibility: visible;
  opacity: 1;
}

.footer_1 .cont1 .contact:hover {
  color: #fff;
}

.footer_1 .cont2 ul li a,
.footer_1 .cont2 ul li p {
  font-size: 16px;
}

.footer_1 .cont2 ul li p .sub_ttl {
  border-bottom: 1px solid;
  line-height: 12px;
  margin-top: 3px;
}

.sub_ttl {
  font-size: 13px;
  display: block;
  color: #00a497;
}

.footer_1 .cont2 li {
  transition: 0.3s;
}

.bb {
  position: relative;
  transition: 0.3s;
}

.footer_1 .cont2 li:hover .bb {
  color: #fff;
}

.bb::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 11px;
  height: 1px;
  background-color: #00a497;
  transition: 0.3s;
}

.footer_1 .cont2 li:hover .bb::before {
  width: 100%;
}

.footer_1 .cont2 {
  width: 37%;
  margin-top: 40px;
}

.footer_1 .cont2 ul {
  list-style: none;
  padding-left: 0;
}

.footer_1 .cont2 ul li:nth-child(n + 2) {
  margin-top: 30px;
}

.footer_1 .cont2 .sub_menu {
  color: #00a497;
  font-size: 13px;
  transition: 0.3s;
  position: relative;
}

.footer_1 .cont2 .sub_menu:hover {
  left: -15px;
  color: #fff;
}

.footer_1 .cont2 .sub_menu_item {
  margin-top: 15px !important;
  margin-left: 15px;
}

.footer_1 .cases {
  margin-top: 15px !important;
}

.footer_2 {
  font-size: 10px;
  margin-top: 35px;
  position: relative;
}

.footer_2 .wrap {
  position: relative;
}

.footer_2 .go_top {
  position: absolute;
  bottom: 25px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.footer_2 .go_top::before {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  width: 100%;
  height: 100%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}

.footer_2 .go_top:hover::before {
  visibility: visible;
  opacity: 1;
}

.footer_privacy_sitemap span {
  margin: 0 15px;
}

.footer_privacy_sitemap a {
  transition: 0.3s;
}

.footer_privacy_sitemap a:hover {
  opacity: 0.8;
}

small {
  letter-spacing: 1px;
}

/* TOP */

/* 固定ページ1 */

.breadcrumb {
  margin-top: 10px;
}

.breadcrumb span {
  color: #333;
}

.common_page_h1_box {
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0;
}

.common_page_h1_box .h1_en {
  display: block;
  font-size: 18px;
}

.common_page_h1_box h1 {
  font-size: 25px;
}

.common_page_h2_box {
  margin-bottom: 50px;
}

.common_page_h2_box .h2_en {
  display: block;
  font-size: 13px;
}

.common_page_h2_box h2 {
  font-size: 20px;
}

#sp_menu {
  display: none;
}

/* 会社概要 */

.page_company .gleeting {
  width: 700px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.page_company .gleeting .text:nth-of-type(2) {
  margin-top: 20px;
}

.page_company table td,
.page_company table th,
.page_recruit table td,
.page_recruit table th {
  border: none;
  font-size: 15px;
  padding: 10px 10px;
  line-height: 26px;
  border-bottom: 1px solid;
}

.page_company table,
.page_company table,
.page_recruit table,
.page_recruit table {
  margin: 0 auto;
}

.page_company .excerpt th,
.page_recruit .cont th {
  width: 200px;
  text-align: left;
  vertical-align: top;
  font-size: 17px;
}

.page_company td,
.page_recruit td {
  color: #000;
  font-weight: 500;
}

.page_company .excerpt,
.page_company .qualification,
.page_recruit .cont,
.page_company .history {
  border: 2px solid rgba(0, 164, 151, 0.7);
  margin-top: 75px;
  padding: 75px 100px;
  box-shadow: 6px 5px 0px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}

.page_company .excerpt::before,
.page_company .qualification::before,
.page_recruit .cont::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 0;
  height: 0;
  border-bottom: 25px solid #46a597;
  border-right: 25px solid transparent;
  transform: rotate(90deg);
}

.page_company .excerpt::after,
.page_company .qualification::after,
.page_recruit .cont::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-bottom: 25px solid #46a597;
  border-right: 25px solid transparent;
  transform: rotate(-90deg);
}

.page_company .qualification th {
  width: 400px;
  text-align: left;
  font-size: 17px;
}

.page_company .qualification table {
  margin: 0 auto;
}

.add_sub {
  margin-top: 13px;
}

.add_sub,
.add_main {
  padding-left: 20px;
  position: relative;
}

.add_sub::before,
.add_main::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -2px;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/uploads/2020/07/pin.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.add_sub a,
.add_main a {
  display: block;
  width: 100px;
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  margin-top: 3px;
  transition: 0.3s;
}

.add_sub a:hover,
.add_main a:hover {
  background-color: #00a497;
}

.page_company .excerpt .img {
  margin-top: 50px;
}

.page_company .excerpt .iso_text {
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
}

/* お知らせ */

.single_news .single_kiji {
  width: 75%;
}

.single_news .single_ttl {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}

.single_news .single_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 27px;
  height: 1px;
  background-color: #000;
}

.single_news .single_ttl span {
  display: block;
  font-size: 20px;
  margin-bottom: -2px;
}

.single_news .single_text h2 {
  margin-top: 21px;
  font-size: 25px;
  background-color: #f2f2f2;
  padding: 5px;
  color: #46a597;
}

.single_news .single_text h3 {
  margin-top: 18px;
  font-size: 23px;
  border-left: 27px solid #5cb6ab;
  padding-left: 10px;
}

.single_news .single_text h4 {
  margin-top: 15px;
  font-size: 21px;
  background-color: #00a497;
  color: #fff;
  position: relative;
  padding: 5px 10px;
}

.single_news .single_text h4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

.single_news .single_text p {
  margin-top: 10px;
  font-size: 15px;
}

.singleSidebar h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.singleSidebar ul li a {
  font-size: 15px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  color: #000;
  border-bottom: 1px solid;
}

.singleSidebar ul li a span {
  font-size: 13px;
  display: block;
}

.singleSidebar {
  width: 220px;
  background-color: #f2f2f2;
  height: 345px;
  padding: 20px 22px;
  margin-top: 82px;
}

.single_news .single_kiji .common_page_bt {
  display: block;
  color: #fff;
  margin: 50px auto 0;
}

.archive article a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 15px;
  color: #000;
}

.archive article a .date {
  font-size: 13px;
}

.archive article:nth-child(odd) a {
  background-color: #f2f2f2;
}

.nav-next-text,
.nav-prev-text {
  display: none !important;
}

.pagination .nav-links {
  margin-left: 0;
  justify-content: flex-end;
}

.nav-links>* {
  font-size: 17px;
  padding: 10px;
  color: #000;
  margin: 0 5px;
  border: 1px solid #000;
}

.current {
  color: #fff;
  background-color: #3e3e3e;
}

.next,
.prev {
  padding: 8px 4px;
}

/* 私たちについて */

.page_aboutus .philosophy {
  background-image: url(/wp-content/uploads/2020/07/page_aboutus_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 100px 0;
}

.page_aboutus .philosophy .text {
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 2px;
}

.page_aboutus .gleeting {
  margin-top: 75px;
  position: relative;
}

.page_aboutus .gleeting .cont {
  background-color: #f2f2f2;
  font-size: 15px;
  padding: 50px 0;
  line-height: 32px;
  letter-spacing: 1px;
  position: relative;
}

.page_aboutus .gleeting .cont .wrap {
  width: 450px;
  margin-left: calc(50vw - 550px);
}

.page_aboutus .gleeting .cont p:nth-child(2) {
  margin-top: 15px;
}

.page_aboutus .gleeting .cont p:nth-child(1) {
  font-size: 20px;
}

.page_aboutus .gleeting::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  width: 50vw;
  height: 50vw;
  background-image: url(/wp-content/uploads/2020/07/page_aboutus_img1-scaled.jpeg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
}

.page_aboutus .gleeting .message {
  font-size: 210px;
  position: absolute;
  bottom: -75px;
  right: 0;
  color: #fff;
  z-index: 3;
}

.page_aboutus .gleeting .ceo {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}

.page_aboutus .gleeting .common_page_h2Box {
  margin-bottom: 100px;
}

.page_aboutus .quality {
  margin-top: 75px;
  display: none;
}

.page_aboutus .quality .cont {
  text-align: center;
}

.page_aboutus .quality .cont p:nth-child(1) {
  font-size: 15px;
  line-height: 30px;
}

.page_aboutus .quality .cont p:nth-child(2) {
  font-size: 22px;
  margin-top: 20px;
}

.page_aboutus .quality .cont .img {
  margin-top: 50px;
}

.page_aboutus .quality .cont .iso_text {
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
}

/* 求人情報 */

.page_recruit .common_page_bt {
  display: block;
  color: #fff;
  margin: 30px auto 0;
}

.children {
  display: none !important;
}

.page_company_historyList ul li {
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  align-items: center;
}

.page_company_historyList ul li .year {
  margin-right: 10px;
  padding-left: 10px;
}

.page_company_historyList ul li .month {
  padding-right: 30px;
  border-right: 2px solid #ccc;
  margin-right: 30px;
  width: 70px;
}

.page_company_historyList ul li .text {
  width: 700px;
}

.common_page_service_textbox li span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #46a597;
  /* margin-bottom: 5px; */
  position: relative;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left;
  line-height: 1;
}

.common_page_service_textbox li:nth-child(1) span {
  background-image: url(/wp-content/uploads/2020/07/page_heavy_icon1.png);
}

.common_page_service_textbox li:nth-child(2) span {
  background-image: url(/wp-content/uploads/2020/07/page_heavy_icon2.png);
}

.common_page_service_textbox li:nth-child(3) span {
  background-image: url(/wp-content/uploads/2020/07/page_heavy_icon3.png);
}

.common_page_service_textbox li:nth-child(4) span {
  background-image: url(/wp-content/uploads/2020/07/page_heavy_icon4.png);
}

.common_page_service_textbox li .text {
  font-size: 15px;
  line-height: 1.8;
  /* text-align: justify; */
  letter-spacing: 0.03em;
  margin-top: 16px;
}

.common_page_service_textbox ul li {
  align-items: center;
  margin-bottom: 60px;
}

.common_page_service_textbox ul li:last-child {
  border-bottom: 0px;
}

.common_page_service_textbox ul li .img {
  width: 45%;
}

.common_page_service_textbox ul li:nth-child(even) .img {
  order: 2;
}

.common_page_service_textbox ul li .textbox {
  width: 53%;
  margin-top: 15px;
  padding: 0 15px;
}

.common_page_service_textbox ul li:nth-child(2n) {
  /* flex-direction: row-reverse; */
  /* background-color: #f2f2f2; */
}

.common_page_h1Box {
  background-image: url(/wp-content/uploads/2020/07/page_h1_bg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 20px 0 25px 0;
  color: #00a497;
  margin-top: 64px;
  /* display: none; */
}

.common_page_h1.aboutus {
  width: 250px;
}

.common_page_h1.recruit {
  width: 180px;
}

.common_page_h1.news {
  width: 180px;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  color: #fff;
  letter-spacing: .08em;
}

.common_page_h1.heavy {
  width: 330px;
}

.common_page_h1.unit {
  width: 440px;
}

.common_page_h1.cases {
  width: 160px;
}

.common_page_h1.company {
  width: 160px;
}

.common_page_h1.contact {
  width: 230px;
}

.common_page_h1.privacy {
  width: 300px;
}

.common_page_h1.sitemap {
  width: 200px;
}

.common_page_h1_text {
  font-size: 18px;
  letter-spacing: 2px;
}

.common_page_wrap {
  padding: 100px 0;
}

.breadcrumb {
  margin-top: 10px;
}

.breadcrumb a {
  color: #909090 !important;
}

/*page_privacy*/
dl.privacypage_dl {
  margin: 0;
}

dl.privacypage_dl dt {
  font-size: 15px;
  margin-bottom: 5px;
}

dl.privacypage_dl dd {
  font-size: 14px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}

/*page_privacy*/

/*page_sitemap*/
ul#sitemap_list li a {
  color: #3e3e3e !important;
  font-size: 16px;
  display: block;
  width: 100%;
}

ul#sitemap_list li {
  border-bottom: 1px solid #909090;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

span.posts_in_category {
  display: none;
}

/*page_sitemap*/

/*page_contact*/
.common_page_table table th {
  width: 25%;
  border: 1px solid #909090;
  background-color: rgb(85 177 166 / 0.2);
  text-align: left;
  padding: 15px 25px;
  font-weight: 600;
}

.common_page_table table td {
  border: 1px solid #909090;
  padding: 15px 30px;
  width: 75%;
}

.common_page_table table {
  font-size: 15px;
  margin: 0 auto;
  border-collapse: collapse;
}

span.hissu {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  border: solid red;
  border-width: 1px 0;
  color: red;
  font-weight: 600;
  line-height: 20px;
}

span.ninni {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  border: solid #333;
  border-width: 1px 0;
  color: #333;
  font-weight: 600;
  line-height: 20px;
}

input.form_text {
  width: 60%;
  border-radius: 5px !important;
  box-shadow: 2px 2px 2px #f1f0f0 inset;
}

textarea.textarea {
  border-radius: 5px !important;
  width: 60%;
  height: 200px;
  box-shadow: 2px 2px 2px #f1f0f0 inset;
}

input.your_tel {
  width: 100px !important;
  border-radius: 5px !important;
  box-shadow: 2px 2px 2px #f1f0f0 inset;
}

.common_page_bt {
  width: 300px;
  line-height: 45px;
  padding: 0;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  background-color: #000;
  transition: 0.3s;
}

.common_page_bt:hover {
  background-color: #00a497;
}

div#btn-wrap {
  justify-content: center;
  margin-top: 50px;
}

button.back-btn {
  width: 100px;
  font-size: 15px;
  margin-right: 15px;
  border-radius: 0;
  background-color: #999;
}

.mw_wp_form_complete p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  border-bottom: 1px solid #4baa9e;
  padding-bottom: 30px;
}

/*page_contact*/

/*page_heavy*/
h2.common_page_h2 {
  color: #464646;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: bold;
}

.common_page_h2Box {
  text-align: center;
  margin-bottom: 50px;
}

p.page_heavy_maintext {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 45px;
}

p.common_page_text {
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 2px solid #46a597;
  padding-bottom: .5em;
}

ul.page_service_textLists li span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #46a597;
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
}

ul.page_service_textLists li span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 5px;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

ul.page_service_textLists li:nth-child(1) span::before {
  background-image: url(/wp-content/uploads/2020/07/page_heavy_icon1.png);
}

ul.page_service_textLists li:nth-child(2) span::before {
  background-image: url(/wp-content/uploads/2020/07/page_heavy_icon2.png);
}

ul.page_service_textLists li:nth-child(3) span::before {
  background-image: url(/wp-content/uploads/2020/07/page_heavy_icon3.png);
}

ul.page_service_textLists li:nth-child(4) span::before {
  background-image: url(/wp-content/uploads/2020/07/page_heavy_icon4.png);
}

ul.page_service_textLists li {
  padding: 20px;
  position: relative;
}

ul.page_service_textLists li::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #46a597;
  border-right: 20px solid transparent;
  transform: rotate(-90deg);
}

ul.page_service_textLists li:nth-child(even) {
  background-color: #f2f2f2;
}

.common_page_wrap:nth-child(even) {
  background-color: rgb(76 171 158 / 0.05);
}

.common_page_h3Box {
  margin-bottom: 30px;
}

h3.common_page_h3 {
  font-size: 22px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 35px;
  margin: 0;
}

h3.common_page_h3:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #5cb6ab;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.page_service_worksBox ul {
  justify-content: center;
}

ul.page_service_worksList li {
  width: 32%;
  margin-right: 22px;
  margin-bottom: 30px;
}

ul.page_service_worksList li:nth-child(3n) {
  margin-right: 0;
}

ul.page_service_worksList li .img {
  width: 100%;
  height: 220px;
  background-color: #fff;
  margin-bottom: -2px;
}

ul.page_service_worksList li .text {
  text-align: center;
  font-size: 14px;
  background-color: #5cb6ab;
  color: #ffffff;
  padding: 5px;
  font-weight: bold;
}

ul.page_service_worksList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.page_service_worksBox {
  margin-bottom: 50px;
}

.page_service_worksBox:last-child {
  margin-bottom: 0px;
}

h2.common_page_h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #969696;
  margin: 20px auto 0 auto;
}

/*page_heavy*/

/*page_unit*/
ul.page_unit_flowList li {
  width: 23%;
  margin-right: 29px;
  margin-bottom: 30px;
  position: relative;
}

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

ul.page_unit_flowList li .img {
  margin-bottom: 5px;
}

ul.page_unit_flowList li .text {
  text-align: center;
  font-size: 15px;
}

ul.page_unit_flowList li:after {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background-image: url(/wp-content/uploads/2020/07/page_unit_arrow.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -23px;
  margin: auto;
}

ul.page_unit_flowList li:last-child:after {
  display: none;
}

ul.page_unit_flowList {
  justify-content: center;
}

ul.page_unit_flowList.sp {
  display: none;
}

/*page_unit*/

/*page_case*/

.tab_label.active {
  background: #62b8ae;
  color: #fff;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.tab_panel.active {
  display: block;
}

.tabContents {
  display: none;
}

.tabContents.active {
  display: block;
}

input[type="radio"] {
  display: none;
}

.tab_area {
  font-size: 0;
  margin: 0;
}

.tab_area label {
  width: 48%;
  margin: 0 1%;
  display: inline-block;
  padding: 12px 0;
  color: #999;
  background: #ddd;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border-radius: 15px;
}

.tab_area label:hover {
  opacity: 0.5;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.tab_panel {
  width: 100%;
  padding: 20px 0 0 0;
  display: none;
}

.tab_panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

#tab1:checked~.tab_area .tab1_label {
  background: #62b8ae;
  color: #fff;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

#tab1:checked~.panel_area #panel1 {
  display: block;
}

#tab2:checked~.tab_area .tab2_label {
  background: #62b8ae;
  color: #fff;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

#tab2:checked~.panel_area #panel2 {
  display: block;
}

#tab3:checked~.tab_area .tab3_label {
  background: #62b8ae;
  color: #fff;
}

#tab3:checked~.panel_area #panel3 {
  display: block;
}

#tab4:checked~.tab_area .tab4_label {
  background: #62b8ae;
  color: #fff;
}

#tab4:checked~.panel_area #panel4 {
  display: block;
}

.page_cases_table table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}

.page_cases_table table th {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px 15px;
}

.page_cases_table table th.width20 {
  width: 30%;
}

.page_cases_table table tr:nth-child(1) th {
  position: relative;
}

.page_cases_table table tr:nth-child(1) th::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}

.page_cases_table table tr:nth-child(1) th:nth-child(1)::before {
  left: 92px;
  background-image: url(/wp-content/uploads/2020/07/page_ceses_img1.png);
}

.page_cases_table table tr:nth-child(1) th:nth-child(4)::before {
  left: 144px;
  background-image: url(/wp-content/uploads/2020/07/page_ceses_img2.png);
}

#panel1 .page_cases_table table tr:nth-child(1) th:nth-child(4)::before {
  left: 126px;
}

.page_cases_table table tr:nth-child(1) th:nth-child(3)::before {
  left: 71px;
  background-image: url(/wp-content/uploads/2020/07/page_ceses_img3.png);
}

.page_cases_table table th.width40 {
  width: 35%;
}

.page_cases_table table td {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px 15px;
  background-color: #fff;
}

.page_cases .cases_btn {
  margin: 50px 0 0 auto;
  text-align: right;
  width: 130px;
  position: relative;
  padding-left: 25px;
  transition: .2s;
}

.page_cases .cases_btn a {
  font-size: 20px;
  font-weight: bold;
  color: #00a497;
  width: 100%;
  display: block;
  height: 100%;
}

.page_cases .cases_btn a:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: -3px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 17px transparent;
  border-bottom: solid 17px #00a497;
}

.page_cases .cases_btn a:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #00a497;
}

.page_cases .cases_btn:hover {
  width: 180px;
}

.top_service .conts ul {
  justify-content: center;
}

.top_service ul li:nth-child(n + 4) {
  margin-top: 70px;
}

.top_service ul li::before {
  content: '';
  position: absolute;
  bottom: -24px;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #00a497;
  border-right: 2px solid #00a497;
  transform: rotate(45deg);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.top_service ul li:hover::before {
  visibility: visible;
  opacity: 1;
  right: 15px;
}

.top_service ul li:nth-child(n + 2) {
  margin-left: 22px;
}

.main_image_area {
  text-align: center;
  background-size: cover !important;
  background-position: center bottom !important;
  height: 37vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0px 0px 6px #000;
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: 10px;
}

.main_image_area h1 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  font-size: 2.5vw;
  margin-bottom: 10vw;
}

.page-template-page-service_unit .main_image_area h1 {
  font-size: 1.8vw;
  line-height: 1.8;
  text-shadow: 0px 0px 6px #0008cc;
}

.page-template-page-service_unit .main_image_area h1 span {
  color: yellow;
  font-size: 2.5vw;
  margin-right: .5em;
}

/* 納入実績PC */

.common_page_h1.news .en {
  display: block;
  font-size: 18px;
  margin-top: 7px;
}

.achievement_archive li a:not(:first-child) {
  display: none;
}

.achievement_archive {
  gap: 3%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.achievement_archive li a {
  height: 200px;
  display: block;
  overflow: hidden;
}

.achievement_archive li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .8s;
}

.archive .achievement_archive {
  margin-bottom: 100px;
}

li {
  list-style: none;
}

.achievement_archive .cat {
  font-weight: 600;
  background: #71acae;
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  letter-spacing: .05em;
  margin-bottom: 7px;
}

.achievement_archive .text_box {
  margin-top: 10px;
}

.achievement_archive .title {
  font-size: 16px;
  font-weight: 600;
}

.achievement_archive li:hover a img {
  transform: scale(1.1);
}

#top_achievement {
  background: #fff;
  padding: 70px 0;
}

#top_achievement .common_h2 {
  text-align: center;
}

.achivement_slider_box {
  margin-top: 50px;
}

#top_achievement .common_h2 span:before {
  right: 0;
  margin: auto;
}


#top_achievement .achievement_archive {
  display: block;
}

#top_achievement .slick-slide {
  width: 350px !important;
}

#top_achievement .slick-slide+.slick-slide {
  margin-left: 45px;
}

#top_achievement .slick-prev.slick-arrow,
#top_achievement .slick-next.slick-arrow {
  width: 20px;
  height: 20px;
  text-indent: -999px;
  position: absolute;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: no-repeat;
}

#top_achievement .slick-prev.slick-arrow::before,
#top_achievement .slick-next.slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top: solid 2px #027d7f;
  border-right: solid 2px #027d7f;
  transform: rotate(-135deg);
}

#top_achievement .slick-next.slick-arrow {
  left: auto;
  right: -60px;
}

#top_achievement .slick-next.slick-arrow::before {
  transform: rotate(45deg);
}

.lb-data .lb-caption>span {
  margin: 0 10px 0 0;
}

/*page_case*/

/* ↓スマホーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

@media (max-width: 750px) {

  body {
    margin-top: 70px !important;
  }

  .top_service .common_h2 {
    width: 130px;
  }

  .top_recruit .common_h2 {
    width: 130px;
  }

  .top_news .common_h2 {
    width: 130px;
  }

  ul.page_unit_flowList.sp {
    display: flex !important;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*spmenu~*/

  .sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
  }

  .slicknav_menu .slicknav_menutxt {
    display: none !important;
  }

  .slicknav_menu .slicknav_icon {
    width: 100%;
    margin: 0;
  }

  .slicknav_menu .slicknav_icon-bar {
    width: 25px !important;
    height: 3px !important;
  }

  .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 5px;
  }

  a.slicknav_btn {
    background: #fff;
    border-radius: 0px;
  }

  /*SPMENU kurukuru*/

  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child {
    top: 3px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    position: absolute;
  }

  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(3) {
    top: -2.4px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    position: absolute;
  }

  a.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }

  span.slicknav_icon-bar {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
  }

  .slicknav_menu .slicknav_icon {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    position: relative;
  }

  /*kokomade*/

  .slicknav_menu .slicknav_menutxt {
    display: none;
  }

  .slicknav_menu {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  }

  a.slicknav_btn {
    margin: 9px 10px 3px 0px;
    padding: 0px 0 0 0px;
    height: 25px;
    width: 25px;
  }

  .slicknav_menu .slicknav_icon {
    height: 16px !important;
    display: block;
  }

  .slicknav_menu .slicknav_icon:after {
    display: block;
    font-size: 70%;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
  }

  .slicknav_nav a {
    color: #333 !important;
    display: inline-block;
    font-weight: bold;
    line-height: 2;
    width: 100%;
    text-align: left;
    margin: 0;
    letter-spacing: normal;
    font-size: 13px !important;
    border: solid #ccc;
    border-width: 0 0px 1px 0;
    line-height: 30px;
    background-image: url(/wp-content/uploads/2020/07/sp_yaji.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-left: 25px;
    position: relative;
    padding: 3px 0 3px 25px !important;
  }

  /*~spmenu*/

  .sp_hd_logo {
    position: absolute;
    width: 100px;
    top: 6px;
    left: 10px;
  }

  .sp_hd_tel {
    position: absolute;
    width: 30px;
    top: 14px;
    right: 103px;
  }

  .sp_hd_mail {
    position: absolute;
    width: 30px;
    top: 18px;
    right: 54px;
  }

  .wrap {
    max-width: 96%;
  }

  /* TOP */

  html {
    -webkit-text-size-adjust: 100%;
  }

  .top_mv {
    position: fixed;
    height: 100%;
    top: 57px;
    margin-top: 0;
  }

  .top_mv video {
    width: 125%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }

  .top_mv_text {
    margin: 0;
    padding: 0 0 40px 0;
    height: 100%;
  }

  .top_mv_text .mv_text {
    margin-top: 0px;
    text-align: center;
  }

  .top_mv_text p.future_text {
    font-size: 35px;
    margin: 0px 0 5px;
    text-shadow: 0px 0px 2px #ffffff;
  }

  .top_mv_text .news {
    display: none;
  }

  .top_mv_text .mv_text .ttl {
    font-size: 13px;
    line-height: 30px;
  }

  .top_mv_text .mv_text .ttl span {
    font-size: 18px;
  }

  .top_mv_text .mv_text .text {
    font-size: 13px;
    padding-left: 0;
    margin-top: 3px;
  }

  .top_aboutus {
    padding: 10vw 0 0;
    background-image: none;
    background-color: #fff;
  }

  .common_h2 {
    font-size: 25px;
    line-height: 1;
  }

  .common_h2_en {
    font-size: 16px;
    margin-top: 0px;
  }

  .top_aboutus .text {
    font-size: 15px;
    line-height: 30px;
    margin-top: 15px;
  }

  .top_aboutus .link {
    color: #00a497;
    font-size: 20px;
    line-height: 60px;
    margin: 10px auto 0;
    background-position: center;
    width: 200px;
  }

  .top_aboutus a::before {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .top_aboutus a:hover::before {
    transform: scale(1);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .top_service {
    padding: 13vw 0;
  }

  .top_service .text {
    font-size: 15px;
    margin-top: 14px;
  }

  .top_service .text span {
    font-size: 11px;
    margin-top: 3px;
  }

  .top_service ul li {
    width: 100%;
    height: 170px;
  }

  .top_service ul li:not(:last-child) {
    /* margin-bottom: 2vw; */
  }

  .top_service ul li a {
    background-position: center;
    padding: 22px 0;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    height: 135px;
  }

  .top_service ul li a::before {
    width: 84%;
    height: 82%;
    visibility: visible;
    opacity: 1;
  }

  .top_service ul li a:hover::before {
    width: 84%;
    height: 82%;
  }

  .top_service ul li a p {
    /* color: #00a497; */
    /* background-color: rgba(255, 255, 255, 0.85); */
    font-size: 16px;
    /* height: 126px; */
    /* text-align: center; */
    /* padding: 43px 10px 0; */
    bottom: -28px;
  }

  .top_service .conts {
    margin-top: 20px;
    width: 96%;
  }

  .top_recruit {
    padding: 10vw 0 0;
    background-color: #fff;
  }

  .top_recruit a::before {
    background-color: rgba(0, 164, 151);
  }

  .top_recruit a {
    padding: 25px 0 30px;
  }

  .top_recruit .wrap::before,
  .top_recruit .wrap::after {
    width: 25%;
  }

  .top_recruit .common_h2::before,
  .top_recruit .common_h2::after {
    display: none;
  }

  .top_recruit .wrap {
    border: none;
    padding-bottom: 30px;
  }

  .top_recruit .common_h2 {
    top: 0;
  }

  .top_recruit .common_h2_en {
    top: 0;
  }

  .top_recruit .text {
    font-size: 20px;
    margin-top: 13px;
  }

  .top_recruit .text_en {
    font-size: 12px;
    margin-top: 2px;
  }

  .top_recruit .entry {
    visibility: visible;
    opacity: 1;
    font-size: 16px;
    bottom: -11px;
    border: 2px solid #fff;
  }

  .top_recruit:hover .wrap::before,
  .top_recruit:hover .wrap::after {
    width: 25%;
  }

  .top_news {
    padding: 10vw 0;
  }

  .top_news .h2_box {
    width: 100%;
  }

  .top_news .cont {
    margin-left: 0;
    width: 100%;
  }

  .top_news a {
    width: auto;
    padding: 15px 0;
  }

  .top_news a:hover {
    opacity: 1;
    width: auto;
  }

  .top_news .link:hover {
    width: 100%;
  }

  .top_news a p {
    font-size: 13px;
    margin-left: 0;
    width: 85%;
  }

  .top_news a::before {
    left: auto;
    right: 10px;
    visibility: visible;
    opacity: 1;
  }

  .top_news .link {
    width: 100%;
    margin-top: 20px;
  }

  .top_footer {
    padding: 10vw 0 15px;
  }

  .footer_1 .cont2 {
    display: none;
  }

  .footer_1 .cont1 {
    width: 100%;
    text-align: center;
  }

  .top_footer .logo {
    width: 100px;
    margin: 0 auto;
  }

  .footer_1 .ttl {
    margin-top: 8px;
    margin: 8px auto 0;
  }

  .footer_1 .excerpt {
    font-size: 13px;
    margin-top: 13px;
    line-height: 22px;
  }

  .footer_1 .cont1 .company {
    margin-top: 20px;
    background-color: #00a497;
  }

  .footer_2 {
    text-align: center;
    margin-top: 20px;
  }

  .footer_2 .go_top {
    display: none;
  }

  .footer_privacy_sitemap {
    width: 100%;
  }

  small {
    width: 100%;
    margin-top: 5px;
  }

  .slicknav_nav {
    position: relative;
    top: 10px;
    height: auto;
    padding: 5px 0;
  }

  .slicknav_nav p {
    color: #000;
    font-size: 13px !important;
    font-weight: bold;
    padding: 4px 0 4px 25px;
    line-height: 23px;
    border-bottom: 1px solid #ccc;
    position: relative;
  }

  .slicknav_nav p a {
    border: none;
    line-height: 20px;
    padding-left: 12px;
  }

  .slicknav_nav>*::before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 0;
    left: 9px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }

  /* TOP */

  /* 会社概要 */

  .page_company .gleeting {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .page_company .gleeting .text:nth-of-type(2) {
    margin-top: 10px;
  }

  .page_company .excerpt,
  .page_company .qualification,
  .page_recruit .cont,
  .page_company .history {
    margin-top: 10vw;
    padding: 10vw 10px;
  }

  .page_company table td,
  .page_company table th,
  .page_recruit table td,
  .page_recruit table th {
    font-size: 14px;
    padding: 0;
    line-height: 22px;
    display: block;
  }

  .page_company .excerpt th,
  .page_recruit .cont th {
    width: 100%;
    padding: 5px 0 0;
  }

  .page_company table td,
  .page_recruit table td {
    padding: 0 0 5px;
  }

  .page_company table th,
  .page_recruit table th {
    font-size: 15px;
    border: none;
  }

  .page_company .excerpt .common_page_h2Box {
    margin-bottom: 5vw;
  }

  .page_company .qualification th {
    width: 100%;
  }

  .page_company .qualification table {
    margin: 0;
  }

  /* お知らせ */

  .archive article a {
    padding: 10px;
    font-size: 14px;
  }

  .single_news .single_kiji {
    width: 100%;
  }

  .single_news .single_ttl {
    font-size: 22px;
  }

  .single_news .single_ttl span {
    font-size: 15px;
  }

  .single_news .single_text h2 {
    margin-top: 18px;
    font-size: 20px;
  }

  .single_news .single_text h3 {
    margin-top: 15px;
    font-size: 18px;
    border-left: 8px solid #5cb6ab;
    padding-left: 8px;
  }

  .single_news .single_text h4 {
    margin-top: 12px;
    font-size: 16px;
    padding: 5px;
  }

  .single_news .single_text h4::before {
    display: none;
  }

  .single_news .single_text p {
    margin-top: 8px;
    font-size: 14px;
  }

  .single_news .single_ttl::before {
    width: 22px;
  }

  .singleSidebar {
    display: none;
  }

  /* 私たちについて */

  .page_aboutus .philosophy {
    padding: 0;
  }

  .page_aboutus .philosophy .text {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  .page_aboutus .gleeting {
    margin-top: 10vw;
  }

  .page_aboutus .gleeting .common_page_h2Box {
    margin-bottom: 8vw;
  }

  .page_aboutus .gleeting .cont::before {
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 87%;
    height: 65vw;
  }

  .page_aboutus .gleeting .cont {
    font-size: 14px;
    padding: 70vw 0 60px;
    line-height: 25px;
    letter-spacing: 0;
  }

  .page_aboutus .gleeting::before {
    top: 80px;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 100%;
  }

  .page_aboutus .gleeting .message {
    bottom: -25px;
    font-size: 70px;
  }

  .page_aboutus .gleeting .cont .wrap {
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
  }

  .page_aboutus .gleeting .cont p:nth-child(2) {
    margin-top: 10px;
  }

  .page_aboutus .gleeting .cont p:nth-child(1) {
    font-size: 18px;
    text-align: center;
  }

  .page_aboutus .quality .cont p:nth-child(1) {
    font-size: 14px;
    line-height: 25px;
  }

  .page_aboutus .quality .cont p:nth-child(2) {
    font-size: 17px;
    margin-top: 15px;
    letter-spacing: 1px;
  }

  .page_aboutus .quality {
    margin-top: 10vw;
  }

  .page_aboutus .gleeting .cont .ceo {
    margin-top: 3px;
  }

  .page_aboutus .quality .cont .iso_text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
  }

  .page_aboutus .quality .cont .img {
    margin-top: 20px;
  }

  /* 求人情報 */

  .page_recruit .common_page_bt {
    width: 100%;
    margin-top: 10px;
  }

  .page_company_historyList ul li .year {
    text-align: center;
    padding-left: 0;
    width: 30%;
    border-bottom: 1px solid #ccc;
    margin-right: 0;
    margin-bottom: 2vw;
    background-color: #ccc;
    padding: 3px 0;
  }

  .page_company_historyList ul li .month {
    width: 70%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 2vw;
    background-color: #ccc;
    padding: 3px 0;
  }

  .page_company_historyList ul li .text {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    padding: 0 5px;
  }

  .page_company_historyList ul li {
    margin-bottom: 0;
    padding-bottom: 2vw;
  }

  .common_page_service_textbox ul li {
    padding: 0;
    width: 100%;
  }

  .common_page_service_textbox ul li .img {
    width: 100%;
    margin-bottom: 3vw;
  }

  .common_page_service_textbox ul li .textbox {
    width: 100%;
    padding: 0;
    margin-top: 5px;
  }

  .common_page_service_textbox li span {
    font-size: 18px;
    background-size: 15px;
    padding-left: 15px;
  }

  .common_page_service_textbox li .text {
    font-size: 13px;
    margin-top: 10px;
    line-height: 1.7;
  }

  .common_page_h1.aboutus {
    width: 60vw;
  }

  .common_page_h1.recruit {
    width: 40vw;
  }

  .common_page_h1.news {
    width: 37vw;
  }

  .common_page_h1.heavy {
    width: 80vw;
  }

  .common_page_h1.unit {
    width: 85vw;
  }

  .common_page_h1.cases {
    width: 35vw;
  }

  .common_page_h1.company {
    width: 35vw;
  }

  .common_page_h1.contact {
    width: 45vw;
  }

  .common_page_h1.privacy {
    width: 70vw;
  }

  .common_page_h1.sitemap {
    width: 47vw;
  }

  .common_page_h1Box {
    background-position: center left;
    padding: 35px 0;
    margin-top: 0px;
  }

  .common_page_h1 {
    font-size: 7vw;
  }

  .common_page_h1_text {
    font-size: 4vw;
    letter-spacing: 1px;
  }

  .common_page_wrap {
    padding: 15vw 0;
  }

  .breadcrumb {
    margin-top: 1vw;
  }

  /*page_privacy*/
  dl.privacypage_dl dt {
    font-size: 14px;
    margin-bottom: 1vw;
  }

  dl.privacypage_dl dd {
    margin-bottom: 5vw;
    padding-bottom: 2vw;
  }

  /*page_privacy*/

  /*page_sitemap*/
  ul#sitemap_list li a {
    font-size: 15px;
  }

  ul#sitemap_list li {
    margin-bottom: 5vw;
    padding-bottom: 1vw;
  }

  /*page_sitemap*/

  /*page_contact*/
  .common_page_table table th {
    display: block;
    width: 100%;
    padding: 3vw;
  }

  .common_page_table table td {
    width: 100%;
    display: block;
    border-width: 0px 1px;
    padding: 3vw;
  }

  .common_page_table table {
    font-size: 14px;
    border-bottom: 1px solid #909090;
  }

  input.form_text {
    width: 100%;
  }

  textarea.textarea {
    width: 100%;
    height: 60vw;
  }

  div#btn-wrap {
    margin-top: 10vw;
  }

  /*page_contact*/

  /*page_heavy*/
  h2.common_page_h2 {
    font-size: 20px;
  }

  .common_page_h2Box {
    margin-bottom: 8vw;
  }

  p.page_heavy_maintext {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  ul.page_service_textLists li {
    padding: 5vw;
  }

  ul.page_service_textLists li span {
    font-size: 16px;
  }

  p.common_page_text {
    font-size: 14px;
    text-align: justify;
  }

  ul.page_service_worksList li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 5vw;
  }

  ul.page_service_worksList li .img {
    height: auto;
    margin-bottom: 2vw;
  }

  ul.page_service_worksList li .img img {
    display: block;
  }

  ul.page_service_worksList li:nth-child(3n) {
    margin-right: 2%;
  }

  .page_service_worksBox {
    margin-bottom: 5vw;
  }

  h3.common_page_h3 {
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 20px;
  }

  h3.common_page_h3:before {
    width: 15px;
    height: 15px;
  }

  .common_page_h3Box {
    margin-bottom: 5vw;
  }

  h2.common_page_h2:after {
    margin-top: 4vw;
  }

  #outerImageContainer {
    width: 100% !important;
    height: 100vw !important;
  }

  #imageContainer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  #imageContainer img {
    width: auto !important;
    height: auto !important;
    max-width: 95%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
  }

  #imageDataContainer {
    width: 100% !important;
  }

  ul.page_unit_flowList {
    width: 1820px;
    display: flex;
  }

  ul.page_unit_flowList.pc {
    display: none;
  }

  ul.page_unit_flowList li {
    width: 230px;
  }

  .page_unit_flowBox {
    overflow-x: scroll;
  }

  /*page_heavy*/

  /*page_case*/

  .archivebox .page_cases_table {
    overflow-x: scroll;
  }

  .page_cases_table table {
    width: 180vw;
  }

  .page_cases_table table th {
    font-size: 13px;
    padding: 2vw;
  }

  .page_cases_table table td {
    font-size: 13px;
    padding: 2vw;
  }

  input.your_tel {
    width: 80px !important;
  }

  .page_cases_table table tr:nth-child(1) th::before {
    bottom: 3px;
    right: 0;
    width: 15px;
    height: 15px;
  }

  .page_cases_table table tr:nth-child(1) th:nth-child(1)::before {
    left: -77px;
  }

  .page_cases_table table tr:nth-child(1) th:nth-child(2)::before {
    left: -70px;
  }

  .page_cases_table table tr:nth-child(1) th:nth-child(3)::before {
    left: -85px;
  }

  #panel1 .page_cases_table table tr:nth-child(1) th:nth-child(4)::before,
  .page_cases_table table tr:nth-child(1) th:nth-child(4)::before {
    left: -16vw;
  }

  .page_cases .cases_btn {
    margin: 5vw 0 0 auto;
    width: 110px;
  }

  .page_cases .cases_btn:hover {
    width: 110px;
  }

  .page_cases .cases_btn a {
    font-size: 17px;
  }

  .page_cases .cases_btn a:before {
    border-left: solid 15px transparent;
    border-bottom: solid 15px #00a497;
  }

  /*page_case*/

  .common_page_service_textbox ul li:nth-child(n + 3) {
    margin-top: 0;
  }

  .common_page_service_textbox ul li:nth-child(n + 2) {
    margin-top: 30px;
  }

  .top_service ul li:nth-child(n + 4) {
    margin-top: 0;
  }

  .top_service ul li:nth-child(n + 2) {
    margin-top: 12px;
    margin-left: 0;
  }

  .top_service ul li::before {
    visibility: visible;
    opacity: 1;
    bottom: 16px;
    right: 15px;
    border-color: #1a1a1a;
    border-width: 1px;
  }

  .main_image_area {
    height: 50vw;
    padding: 0 4vw;
  }

  .main_image_area h1 {
    font-size: 5vw;
    line-height: 2;
    margin-bottom: 0;
  }

  .page-template-page-service_unit .main_image_area h1 {
    font-size: 4vw;
    line-height: 2;
  }

  .page-template-page-service_unit .main_image_area h1 span {
    font-size: 5.5vw;
  }

  .common_page_service_textbox ul li:nth-child(even) .img {
    order: -1;
  }

  /* 納入実績SP */

  #top_achievement .slick-next.slick-arrow {
    width: 5vw;
    right: 2vw;
    top: -21vw;
    height: 5vw;
  }

  #top_achievement .slick-prev.slick-arrow {
    left: 4vw;
    z-index: 10;
    width: 5vw;
    height: 5vw;
    top: -18vw;
  }

  #top_achievement .slick-slide {
    width: 100vw !important;
  }

  #top_achievement .slick-slide+.slick-slide {
    margin: 0 14vw;
  }

  .achievement_archive .title {
    font-size: 15px;
  }

  .achievement_archive .cat {
    font-size: 10px;
  }

  .archive .achievement_archive li+li {
    margin-left: 10px;
  }

  .achievement_archive li a {
    height: 60vw;
  }

  .archive .achievement_archive {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .archive .achievement_archive li {
    display: inline-block;
    white-space: initial;
    vertical-align: top;
    width: 65%;
  }

}