@charset "UTF-8";
/*
Theme Name: nakajima
Theme URI:
Description: nakajima
Version: 1.0
Author: メディアライズ
Author URI: https://media-rise.jp/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Noto+Serif+JP:wght@400;500;600;700&;900display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cnt, .pagenavi, .top .fv-inner, .top .lead, .top .cp-bnr, .top .service, .under .pan .inner, .under-wrap, .under .pg-post-blk, .under-reform .ad-message, .under-reform .op-advice, .under-single .news-list-inner {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}

.cnt-wide, footer .f-inner, .case, .btm-bnrarea, .top .news, .under .pgttl-inner, .under .pg-cnt, .under-works .works-cnt, .under-works .case, .under-reform .reform-menu, .under-company .company-cnt, .under-single .cate-list {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

/* ========================================================= */
/* カラー */
/* ========================================================= */
.c_orange {
  color: #FBB03B;
}

.c_green {
  color: #8CC63F;
}

.c_pink {
  color: #f1518b;
}

.c_blue {
  color: #29ABE2;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_base {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
}

.f_ar {
  font-family: "arial", sans-serif;
  font-weight: bold;
}

.f_arb {
  font-family: "arial black", sans-serif;
  font-weight: bold;
}

.f_imp {
  font-family: "Impact", sans-serif;
}

.f_geo {
  font-family: "Georgia", serif;
}

.f_noto, header .g-menu li ul.child li a, .drawer-nav ul li a, #btm-btn .btm-contact-area .tel-info a, #btm-btn .btm-contact-area .contact-btn, .under .pg-nav li a, .under-blog .blog-post-blk .linkbtn, .under-contact .pg-post .privacy_wrap .privacy h2, .under-contact .pg-post .privacy_wrap .privacy h3 {
  font-family: "Noto Sans JP", sans-serif;
}

.f_notos, .top .sec-ttl, .top .fv-copy, .top .fv-subcopy, .top .lead-ttl, .top .lead p, .top .service-menu-ttl .en, .under-works .work-info-ttl, .under-works .case-ttl, .under-reform .pgttl .contact-btn, .under-reform .reform-menu figure figcaption, .under-reform .reform-list-ttl, .under-reform .ad-message-ttl, .under-reform .lead-ttl, .under-reform .reform-info-ttl, .under-company .pgttl .pg-copy, .under-company .cp-ttl, .under-company .access-info h3, .under-examples .pg-post h1, .under-examples .case-ttl {
  font-family: "Noto Serif JP", serif;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
b,
.bold,
strong {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.imgborder_dash {
  border: 1px dashed #999;
}

.imgshadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.photoframe {
  margin: 2px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.ani, header .inner, header .site-ttl a, header .g-menu, header .g-menu li a, .drawer-hamburger, footer .f-inner .f-corpinfo-logo, .under-blog .blog-post, .under-single .cate-list li a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@keyframes ani01 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-8px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate-ani01 {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  3% {
    transform: rotate(-5deg) translateY(-8px);
  }
  6% {
    transform: rotate(0deg) translateY(0);
  }
  9% {
    transform: rotate(4deg);
  }
  11% {
    transform: rotate(0);
  }
  /*  75% {
    transform: rotate(5deg);
  }*/
  100% {
    transform: rotate(0deg);
  }
}
@keyframes zoom-ani01 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-ani02 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al-r {
  text-align: right;
}

.al-l {
  text-align: left;
}

.al-c {
  text-align: center;
}

.mtop-0 {
  margin-top: 0 !important;
}

.mtop-25 {
  margin-top: 25px !important;
}

.mtop-50 {
  margin-top: 50px !important;
}

.mbottom-0 {
  margin-bottom: 0 !important;
}

.mauto, .pagenavi, footer .f-inner, .case, .btm-bnrarea, .top .fv-inner, .top .lead, .top .cp-bnr, .top .service, .top .news, .under .pgttl-inner, .under .pan .inner, .under-wrap, .under .pg-cnt, .under .pg-post-blk, .under-works .works-cnt, .under-works .case, .under-reform .reform-menu, .under-reform .ad-message, .under-reform .op-advice, .under-company .company-cnt, .under-single .cate-list, .under-single .news-list-inner,
article .mauto,
article .pagenavi,
article footer .f-inner,
footer article .f-inner,
article .case,
article .btm-bnrarea,
article .top .fv-inner,
.top article .fv-inner,
article .top .lead,
.top article .lead,
article .top .cp-bnr,
.top article .cp-bnr,
article .top .service,
.top article .service,
article .top .news,
.top article .news,
article .under .pgttl-inner,
.under article .pgttl-inner,
article .under .pan .inner,
.under .pan article .inner,
article .under-wrap,
article .under .pg-cnt,
.under article .pg-cnt,
article .under .pg-post-blk,
.under article .pg-post-blk,
article .under-works .works-cnt,
.under-works article .works-cnt,
article .under-works .case,
.under-works article .case,
article .under-reform .reform-menu,
.under-reform article .reform-menu,
article .under-reform .ad-message,
.under-reform article .ad-message,
article .under-reform .op-advice,
.under-reform article .op-advice,
article .under-company .company-cnt,
.under-company article .company-cnt,
article .under-single .cate-list,
.under-single article .cate-list,
article .under-single .news-list-inner,
.under-single article .news-list-inner {
  margin-left: auto;
  margin-right: auto;
}

.br-pc,
.dn-pc {
  display: block;
}

.br-sp,
.dn-sp {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

.scroll::-webkit-scrollbar-thumb {
  /* スクロールバーのツマミの色 */
  background: rgba(255, 255, 255, 0.4);
}

/* tableにスクロールバーを追加 ここまで↑ */
.scroll table {
  /* tableの幅を100%に */
  width: 100%;
}

.scrollbox, .under-single .news-list .news-cnt {
  position: relative;
  width: 100%;
  overflow: auto;
  /*  scrollbar-base-color: #fff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-face-color: #f1f1f1;
    scrollbar-highlight-color: #f1f1f1;
    scrollbar-shadow-color: #f1f1f1;
    scrollbar-track-color: #ffffff;*/
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar, .under-single .news-list .news-cnt::-webkit-scrollbar {
  width: 10px;
}

.scrollbox::-webkit-scrollbar-track, .under-single .news-list .news-cnt::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal, .under-single .news-list .news-cnt::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button, .under-single .news-list .news-cnt::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb, .under-single .news-list .news-cnt::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 0;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner, .under-single .news-list .news-cnt::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #323232;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  /*  overflow-x: hidden;*/
  position: relative;
  -webkit-text-size-adjust: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p,
li,
dt,
dd,
table,
th,
td {
  line-height: 2;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #007edd;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
a:visited {
  color: #007edd;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
a.nolink {
  pointer-events: none;
}
a.anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}
a.anchor-2 {
  padding-top: 150px;
  margin-top: -150px;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

#wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 30;
}
header .inner {
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 50px;
  position: relative;
}
header .site-ttl a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  padding-left: 75px;
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-size: 2.5rem;
  text-decoration: none;
  color: black;
  position: relative;
}
header .site-ttl a::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 50px;
  background: url(img/common/logo.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
header .contact-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
header .contact-btn li {
  margin-right: 30px;
}
header .contact-btn li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px 0;
  height: 35px;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
header .contact-btn li a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 24px;
  vertical-align: middle;
}
header .contact-btn li a.form {
  background-color: #FBB03B;
}
header .contact-btn li a.form::before {
  margin-right: 15px;
  background: url(img/icon/email.svg) no-repeat center;
  background-size: contain;
}
header .contact-btn li a.phone {
  background-color: #29ABE2;
}
header .contact-btn li a.phone::before {
  width: 24px;
  height: 18px;
  margin-left: 15px;
  background: url(img/icon/phone.svg) no-repeat center;
  background-size: contain;
}
header .contact-btn li:last-child {
  margin-right: 0;
}
header .g-menu {
  display: -webkit-flex;
  display: flex;
  background-color: #e6e6e6;
}
header .g-menu li {
  width: calc(100% / 6);
  max-width: calc(100% / 6);
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid white;
}
header .g-menu li:last-child {
  border-right: none;
}
header .g-menu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  color: black;
  text-align: center;
}
header .g-menu li a.active {
  background-color: #8CC63F;
}
header .g-menu li a:hover {
  background-color: #8CC63F;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
header .g-menu li .child_wrap {
  display: none;
  width: 300%;
  max-width: 300%;
  padding: 10px;
  position: absolute;
  left: -100%;
  z-index: 100;
  text-align: left;
  background-color: #00395e;
  box-sizing: border-box;
}
header .g-menu li ul.child {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  box-sizing: border-box;
}
header .g-menu li ul.child li {
  display: block;
  width: auto;
  margin: 0;
  border: none;
}
header .g-menu li ul.child li a {
  display: block;
  height: auto;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.25em;
  position: relative;
  background: none;
  color: white;
  text-align: center;
}
header .g-menu li ul.child li a:hover::after {
  width: 60%;
}
header .g-menu li ul.child li a::after {
  left: 50%;
  transform: translateX(-50%);
}
header.is-fixed .inner {
  height: 60px;
}
header.is-fixed .site-ttl a {
  transform: scale(0.8);
}
header.is-fixed .g-menu li a {
  height: 50px;
}

/* ----------------------------------------- */
/* メニュー
/* ----------------------------------------- */
.d_nav {
  display: none;
}

.drawer-hamburger,
.drawer-close .drawer-hamburger {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  top: 0;
  left: auto;
  right: 0;
  background-color: #e6e6e6;
}

.drawer-hamburger:hover {
  background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.drawer-hamburger.is-fixed {
  height: 50px;
}

.drawer-hamburger-icon {
  margin-top: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 25px;
  height: 2px;
  background-color: #323232;
}

.drawer-open .drawer-hamburger .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
  background-color: #323232;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer-nav {
  width: 30rem;
  background-color: #e6e6e6;
  color: #323232;
}

.drawer--right .drawer-nav {
  right: -30rem;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 30rem;
}

.drawer-nav ul {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
  background-color: #e6e6e6;
}
.drawer-nav ul li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  border-bottom: 1px solid rgba(50, 50, 50, 0.2);
}
.drawer-nav ul li a {
  padding: 15px 0;
  display: block;
  color: #323232;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  text-align: left;
  line-height: 1.5;
  box-sizing: border-box;
}

.dropdown-backdrop {
  display: none;
}

.drawer-dropdown {
  background-color: transparent;
  border: none;
}

.drawer-menu-item:hover {
  color: white;
  text-decoration: none;
}

.drawer-nav ul li .drawer-dropdown-menu {
  margin: 0;
  padding: 0 0 1em;
  background-color: transparent;
}
.drawer-nav ul li .drawer-dropdown-menu ul.submenu {
  padding: 0;
}
.drawer-nav ul li .drawer-dropdown-menu ul.submenu li {
  font-size: 1.4rem;
  border-bottom: none;
}
.drawer-nav ul li .drawer-dropdown-menu ul.submenu li a {
  padding: 0.5em;
  position: relative;
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  text-align: left;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}

/* --------------------------------------------------- */
/* パラグラフ */
/* --------------------------------------------------- */
article p {
  margin-top: 50px;
}

/* --------------------------------------------------- */
/* Table */
/* --------------------------------------------------- */
article table {
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
}
article table th,
article table td {
  vertical-align: top;
}

/* --------------------------------------------------- */
/* UL OL */
/* --------------------------------------------------- */
article ul,
article ol {
  margin-top: 50px;
}
article ul.list-disc li,
article ol.list-disc li {
  margin-left: 20px;
  list-style-type: disc;
}
article ul.list-none li,
article ol.list-none li {
  margin-left: 20px;
  list-style-type: none;
}
article ul.list-num,
article ol.list-num {
  counter-reset: list-num;
}
article ul.list-num li,
article ol.list-num li {
  position: relative;
  padding-left: 2.5em;
}
article ul.list-num li::before,
article ol.list-num li::before {
  counter-increment: list-num;
  content: "(" counter(list-num) ")";
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------------------------- */
/* Other */
/* --------------------------------------------------- */
.pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 100px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.pagenavi .nav {
  margin: 0 15px;
}
.pagenavi .nav.prev a::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav.next a::after {
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: normal;
  font-size: 1.3rem;
}
.pagenavi .nav a {
  display: inline-block;
  margin: 0;
  padding: 0.75em 2em;
  background-color: #f2f2f2;
  text-decoration: none;
  color: black;
  font-size: 1.8rem;
  position: relative;
  border: 1px solid #808080;
}

.btm_pgnav {
  display: block;
  margin: 50px auto 0;
}
.btm_pgnav .wp-pagenavi {
  padding: 1em 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.btm_pgnav .wp-pagenavi a,
.btm_pgnav .wp-pagenavi span {
  text-decoration: none;
  border: none;
  border-right: 1px solid #323232;
  padding: 0.5em 1em;
  margin: 0;
  color: #323232;
  box-sizing: border-box;
}
.btm_pgnav .wp-pagenavi a.page, .btm_pgnav .wp-pagenavi a.current,
.btm_pgnav .wp-pagenavi span.page,
.btm_pgnav .wp-pagenavi span.current {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.btm_pgnav .wp-pagenavi a.pages, .btm_pgnav .wp-pagenavi a.nextpostslink, .btm_pgnav .wp-pagenavi a.previouspostslink,
.btm_pgnav .wp-pagenavi span.pages,
.btm_pgnav .wp-pagenavi span.nextpostslink,
.btm_pgnav .wp-pagenavi span.previouspostslink {
  border: none;
}
.btm_pgnav .wp-pagenavi a.pages:hover, .btm_pgnav .wp-pagenavi a.nextpostslink:hover, .btm_pgnav .wp-pagenavi a.previouspostslink:hover,
.btm_pgnav .wp-pagenavi span.pages:hover,
.btm_pgnav .wp-pagenavi span.nextpostslink:hover,
.btm_pgnav .wp-pagenavi span.previouspostslink:hover {
  background-color: transparent;
  color: #323232;
  font-weight: normal;
}
.btm_pgnav .wp-pagenavi a:hover,
.btm_pgnav .wp-pagenavi span.current {
  color: #29ABE2;
  font-weight: normal;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-weight: bold;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  margin: auto 0 0;
  padding: 0 0 30px;
  width: 100%;
  position: relative;
  z-index: 30;
  background-color: #f2f2f2;
  border-top: 1px solid #999999;
}
footer .f-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 0 0;
}
footer .f-inner .f-corpinfo {
  text-align: left;
}
footer .f-inner .f-corpinfo-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  padding-left: 75px;
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-size: 2.5rem;
  text-decoration: none;
  color: black;
  position: relative;
}
footer .f-inner .f-corpinfo-logo::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 50px;
  background: url(img/common/logo.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
footer .f-inner .f-corpinfo .address {
  margin-top: 30px;
  font-size: 1.4rem;
  text-align: left;
}
footer .f-inner .f-menu {
  display: -webkit-flex;
  display: flex;
}
footer .f-inner .f-menu ul {
  margin-right: 30px;
}
footer .f-inner .f-menu ul:last-child {
  margin-right: 0;
}
footer .f-inner .f-menu ul li {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 1.4rem;
  text-align: left;
  position: relative;
}
footer .f-inner .f-menu ul li:last-child {
  margin-bottom: 0;
}
footer .f-inner .f-menu ul li a {
  padding-left: 20px;
  color: #323232;
  text-decoration: none;
  position: relative;
}
footer .f-inner .f-menu ul li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(img/icon/arrow2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
footer .copyright {
  display: block;
  padding: 0;
  font-size: 1.1rem;
}

#btm-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#btm-btn .btm-contact-area {
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 50px);
  height: 70px;
  display: none;
}
#btm-btn .btm-contact-area .tel-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 10px 0 40px;
  width: 50%;
  max-width: 50%;
  height: 100%;
  background-color: #29ABE2;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
#btm-btn .btm-contact-area .tel-info::before {
  content: "";
  display: -webkit-flex;
  display: flex;
  width: 20px;
  height: 20px;
  background: url(img/icon/phone.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#btm-btn .btm-contact-area .tel-info a {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.1;
  color: white;
  text-decoration: none;
}
#btm-btn .btm-contact-area .tel-info a .tel {
  font-weight: 700;
}
#btm-btn .btm-contact-area .tel-info a small {
  font-size: 1rem;
}
#btm-btn .btm-contact-area .contact-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  height: 100%;
  padding-left: 30px;
  background-color: #FBB03B;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
}
#btm-btn .btm-contact-area .contact-btn small {
  font-size: 1rem;
}
#btm-btn .btm-contact-area .contact-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(img/icon/email.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 55%;
  left: 15px;
  transform: translateY(-45%);
}
#btm-btn ul {
  display: block;
  width: 68px;
  margin: 0 0 0 auto;
}
#btm-btn ul li a.pagetop {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 1.1;
  background-color: #8CC63F;
  color: white;
}
#btm-btn ul li a.pagetop img {
  width: 22px;
  height: auto;
  object-fit: cover;
  font-family: "object-fit: cover;";
  margin-bottom: 0.5em;
}

/* ================================================================== */
/* COMMON */
/* ================================================================== */
.iziModal {
  max-width: 60% !important;
  margin-top: 180px !important;
  /*  margin-right: 50px !important;*/
}
.iziModal .wrap {
  margin: 0.5em;
  padding: 4em;
  overflow: hidden;
  text-align: left;
  background-color: white;
}
.iziModal .wrap p strong {
  font-size: 2.4rem;
}
.iziModal .wrap img {
  width: 280px;
  float: left;
  margin-right: 50px;
}

.pg-menu {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  background-color: #f2f2f2;
  box-sizing: border-box;
  border: 1px solid #999;
}
.pg-menu li {
  width: calc(100% / 3);
  border-right: 1px solid #999;
  box-sizing: border-box;
}
.pg-menu li:last-child {
  border-right: none;
}
.pg-menu li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100px;
  color: #323232;
  font-size: 1.8rem;
  text-decoration: none;
}
.pg-menu li a.active {
  background-color: white;
}
.pg-menu.col-2 li {
  width: calc(100% / 2);
}
.pg-menu.pg-menu-btm {
  margin-top: 100px;
}

.case {
  margin-top: 100px;
}
.case-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.case-info {
  margin-top: 50px;
  padding-bottom: 50px;
  width: calc(100% / 3 - 25px);
  margin-right: calc((100% - (100% / 3 - 25px) * 3) / 2);
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  position: relative;
}
.case-info:nth-of-type(3n) {
  margin-right: 0;
}
.case-info figure {
  display: block;
  width: 100%;
}
.case-info figure a {
  display: block;
  width: 100%;
  height: 240px;
}
.case-info figure a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.case-info p {
  display: block;
  min-height: 80px;
  margin: 30px;
  overflow: hidden;
  line-height: 1.5;
}
.case-info .dt-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.case .list-btn {
  margin: 50px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  height: 40px;
  background-color: #FBB03B;
  font-weight: bold;
  color: white;
  text-align: center;
  text-decoration: none;
}

.btm-bnrarea {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.btm-bnrarea a {
  display: block;
  width: 360px;
}
.btm-bnrarea a img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.dt-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 140px;
  height: 35px;
  text-align: center;
  background-color: #8CC63F;
  color: white;
  text-decoration: none;
}
.dt-btn:visited {
  color: white;
}

/* ================================================================== */
/* TOP */
/* ================================================================== */
.top .sec-ttl {
  display: table;
  margin: 0 auto;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
}
.top .fv {
  margin-top: calc(80px + 60px);
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-height: 560px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
}
.top .fv img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
  font-family: "object-fit: cover; object-position: 0 0;";
}
.top .fv img.smp-fvimg {
  display: none;
}
.top .fv-inner {
  height: 100%;
  max-height: 100%;
  padding: 60px 0 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  box-sizing: border-box;
}
.top .fv-copy {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
}
.top .fv-subcopy {
  font-size: 2.4rem;
}
.top .lead {
  margin-top: -80px;
  padding: 50px;
  position: relative;
  z-index: 10;
  background-color: white;
  border: 1px solid #999999;
  box-sizing: border-box;
  text-align: center;
  -moz-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}
.top .lead-ttl {
  padding-top: 90px;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}
.top .lead-ttl::before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 68px;
  background: url(img/icon/home.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top .lead p {
  margin-top: 30px;
  font-size: 1.6rem;
}
.top .cp-bnr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
}
.top .cp-bnr a {
  display: block;
  width: 480px;
}
.top .cp-bnr a img {
  display: block;
  width: 100%;
}
.top .service {
  margin-top: 100px;
}
.top .service-list {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
}
.top .service-menu {
  width: calc(100% / 3);
  max-width: calc(100% / 3);
  box-sizing: border-box;
  border-right: 1px solid #b3b3b3;
  position: relative;
}
.top .service-menu-ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 140px;
}
.top .service-menu-ttl .en {
  display: block;
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.top .service-menu figure {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
}
.top .service-menu figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.top .service-menu .dt-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-decoration: none;
}
.top .service-menu:nth-of-type(2) .dt-btn {
  left: 50%;
  transform: translateX(-50%);
}
.top .service-menu:nth-of-type(3) {
  border-right: none;
}
.top .service-menu:nth-of-type(3) .dt-btn {
  left: auto;
  right: 30px;
}
.top .news {
  margin-top: 100px;
}
.top .news .tab-group {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.top .news .tab-group li.tab {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% / 5);
  max-width: calc(100% / 5);
  height: 60px;
  font-size: 1.6rem;
  list-style: none;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
}
.top .news .tab-group li.tab:first-child {
  border-left: 1px solid #999999;
}
.top .news .tab-group li.tab.tab-active {
  background-color: black;
  transition: all 0.2s ease-out;
  color: white;
}
.top .news .panel {
  display: none;
  position: relative;
  z-index: 1;
}
.top .news .panel.panel-show {
  display: block;
}
.top .news-listarea {
  background-color: #f2f2f2;
  border: 1px solid #999999;
  box-sizing: border-box;
}
.top .news-listarea ul {
  margin: 0;
}
.top .news-listarea ul li {
  width: 100%;
  max-width: 100%;
  padding: 15px 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
}
.top .news-listarea ul li:last-child {
  border-bottom: none;
}
.top .news-listarea ul li .date {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 30px;
  font-size: 1.4rem;
}
.top .news-listarea ul li .cate {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 30px;
  font-size: 1.2rem;
  background-color: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid black;
}
.top .news-listarea ul li a {
  display: block;
  margin-left: 20px;
  width: calc(100% - 100px - 120px - 20px);
  text-decoration: none;
  font-size: 1.4rem;
  color: black;
}
.top .news .list-btn {
  margin: 50px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  height: 40px;
  background-color: #8CC63F;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* ================================================================== */
/* Under */
/* ================================================================== */
.under {
  /* ================================================================== */
  /* Electrical-work */
  /* Water-work */
  /* ================================================================== */
  /* ================================================================== */
  /* Company */
  /* ================================================================== */
  /* ================================================================== */
  /* Examples */
  /* ================================================================== */
  /* ================================================================== */
  /* Blog */
  /* ================================================================== */
  /* ================================================================== */
  /* Single */
  /* ================================================================== */
  /* ================================================================== */
  /* Contact */
  /* ================================================================== */
}
.under .pgttl {
  margin-top: calc(80px + 60px);
  width: 100%;
  max-height: 300px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
}
.under .pgttl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: center center;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.under .pgttl img.smp-fvimg {
  display: none;
}
.under .pgttl-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.under .pgttl .pg-ttl {
  font-size: 3rem;
  font-weight: bold;
}
.under .pan {
  padding: 0.75em 0;
  width: 100%;
  background-color: #f2f2f2;
}
.under .pan .inner {
  font-size: 1.3rem;
}
.under .pan a {
  color: #323232;
}
.under-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.under .pg-cnt {
  padding: 70px 0;
}
.under .pg-post:not(:nth-of-type(1)) {
  margin-top: 100px;
}
.under .pg-post-blk {
  margin: 50px auto 0;
}
.under .pg-post .flex {
  display: -webkit-flex;
  display: flex;
}
.under .pg-post .post-editor p:last-child {
  margin-bottom: 0;
}
.under .pg-post h2 {
  display: block;
  margin-bottom: 50px;
  padding-bottom: 0.5em;
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  border-bottom: 6px solid #8CC63F;
}
.under .pg-post h2 a {
  text-decoration: none;
}
.under .pg-post h3 {
  margin: 0 0 30px;
  padding: 0.15em 0 0.15em 30px;
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}
.under .pg-post h3::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 100%;
  background-color: #8CC63F;
  position: absolute;
  top: 0;
  left: 0;
}
.under .pg-post h4 {
  margin: 0 0 30px;
  font-size: 2.1rem;
  font-weight: bold;
}
.under .pg-post img {
  height: auto;
  margin: 0 0 50px;
  max-width: 90%;
}
.under .pg-post img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
.under .pg-post img.alignleft {
  margin: 0 50px 30px 0;
  float: left;
}
.under .pg-post img.alignright {
  margin: 0 0 30px 50px;
  float: right;
}
.under .pg-post p {
  margin: 0 0 50px;
}
.under .pg-post ul {
  margin: 0 0 50px;
}
.under .pg-post ul li {
  margin-left: 1em;
  list-style-type: disc;
}
.under .pg-post ol {
  margin: 0 0 50px;
}
.under .pg-post ol li {
  margin-left: 1em;
  list-style-type: decimal;
}
.under .pg-post table {
  width: 100%;
  margin: 0 0 50px;
  border-collapse: collapse;
  box-sizing: border-box;
}
.under .pg-post table th,
.under .pg-post table td {
  padding: 1em 2em;
  border: 2px solid white;
  box-sizing: border-box;
}
.under .pg-post table th {
  width: 25%;
  max-width: 25%;
  background-color: #f2f2f2;
}
.under .pg-post table td p,
.under .pg-post table td ul,
.under .pg-post table td ol {
  margin: 0 0 10px;
}
.under .pg-post table td p:last-child,
.under .pg-post table td ul:last-child,
.under .pg-post table td ol:last-child {
  margin-bottom: 0;
}
.under .pg-post .btn {
  display: table;
  margin: 100px auto 0;
  padding: 1em 1.5em;
  background-color: #FBB03B;
  font-size: 2.1rem;
  color: white;
  text-decoration: none;
}
.under .pg-post .btn-blue {
  background-color: #29ABE2;
}
.under .pg-nav {
  margin: 0 auto 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.under .pg-nav li {
  margin: 0 25px;
}
.under .pg-nav li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 300px;
  height: 68px;
  background: url(img/common/pg-nav.png) no-repeat center;
  background-size: cover;
  font-size: 2.4rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
.under .cat-nav {
  margin-top: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.under .cat-nav li {
  margin-bottom: 10px;
  width: calc(100% / 4 - 25px);
  max-width: calc(100% / 4 - 25px);
  margin-right: calc((100% - (100% / 4 - 25px) * 4) / 3);
  box-sizing: border-box;
}
.under .cat-nav li:nth-of-type(4n) {
  margin-right: 0;
}
.under .cat-nav li a {
  display: block;
  padding: 0.5em 0;
  padding-left: 70px;
  font-size: 1.8rem;
  color: white;
  text-decoration: none;
  position: relative;
  background-color: #8CC63F;
}
.under .cat-nav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.under .cat-nav li a::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 27px;
  background: url(img/icon/camera.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.under .blog-cat-nav {
  margin: 0 0 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.under .blog-cat-nav li {
  margin-bottom: 10px;
  width: calc(100% / 5 - 25px);
  max-width: calc(100% / 5 - 25px);
  margin-right: calc((100% - (100% / 5 - 25px) * 5) / 4);
  box-sizing: border-box;
}
.under .blog-cat-nav li:nth-of-type(5n) {
  margin-right: 0;
}
.under .blog-cat-nav li a {
  display: block;
  padding: 0.5em 0;
  padding-left: 70px;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  border: 1px solid black;
}
.under .blog-cat-nav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.under .blog-cat-nav li a::after {
  content: "\f054";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
}
.under-works .lead {
  padding: 70px 0;
}
.under-works .lead p:nth-of-type(1) {
  margin-top: 0;
}
.under-works .work-info-ttl {
  display: table;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
}
.under-works .work-info-ttl::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background: url(img/icon/work.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
.under-works .work-info-blk {
  margin-top: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.under-works .work-info-blk figure {
  display: block;
  width: 310px;
}
.under-works .work-info-blk figure img {
  display: block;
  width: 100%;
}
.under-works .work-info-blk-txt {
  width: calc(100% - 310px - 50px);
}
.under-works .work-info-blk-txt h3 {
  font-size: 2.3rem;
  font-weight: bold;
}
.under-works .case {
  margin-top: 100px;
}
.under-works .case-ttl {
  display: table;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
}
.under-works .case-ttl::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background: url(img/icon/work.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
.under-water-work .pgttl img {
  object-position: center right;
}
.under-reform .pgttl img {
  object-position: center center;
}
.under-reform .pgttl .contact-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #FBB03B;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  line-height: 1.3;
}
.under-reform .pgttl .contact-btn::before {
  content: "";
  display: block;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px solid white;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.under-reform .reform-menu {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
}
.under-reform .reform-menu figure {
  width: calc(100% / 4 - 25px);
  margin-right: calc((100% - (100% / 4 - 25px) * 4) / 3);
  position: relative;
}
.under-reform .reform-menu figure:nth-of-type(4n) {
  margin-right: 0;
}
.under-reform .reform-menu figure img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.under-reform .reform-menu figure figcaption {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  box-sizing: border-box;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.under-reform .reform-menu figure figcaption::before {
  content: "▼";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #8CC63F;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%) rotate(-90deg);
}
.under-reform .reform-menu figure a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.under-reform .reform-list-ttl {
  margin-top: 100px;
  padding: 0.5em 1em;
  font-size: 2.7rem;
  font-weight: 600;
  background-color: #e6e6e6;
  border-left: 50px solid #8CC63F;
}
.under-reform .reform-list-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.under-reform .reform-list-blk {
  margin-top: 50px;
  width: calc(100% / 2 - 25px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.under-reform .reform-list-blk figure {
  display: block;
  width: 120px;
}
.under-reform .reform-list-blk figure img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.under-reform .reform-list-blk dl {
  width: calc(100% - 120px - 30px);
}
.under-reform .reform-list-blk dl dt {
  font-size: 2.3rem;
  font-weight: bold;
}
.under-reform .reform-list-blk dl dd {
  line-height: 1.3;
}
.under-reform .reform-list-blk dl dd .link-btn {
  display: table;
  margin: 0 0 0 auto;
}
.under-reform .ad-message {
  margin-top: 100px;
  padding: 30px;
  background-color: #fae9de;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.under-reform .ad-message-ttl {
  display: block;
  padding: 0.25em 0;
  background-color: #e79258;
  color: white;
  font-size: 2.7rem;
  font-weight: 600;
  text-align: center;
}
.under-reform .ad-message-inner {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.under-reform .ad-message figure {
  display: block;
  width: 380px;
}
.under-reform .ad-message figure img {
  display: block;
  width: 100%;
}
.under-reform .ad-message dl {
  width: calc(100% - 380px - 50px);
}
.under-reform .ad-message dl dt {
  font-size: 2.3rem;
  font-weight: bold;
}
.under-reform .ad-message dl dd {
  padding-top: 15px;
}
.under-reform .lead-ttl {
  display: table;
  margin: 0 auto;
  font-size: 2.7rem;
  font-weight: 600;
}
.under-reform .lead p {
  margin-top: 50px !important;
}
.under-reform .reform-info:not(:nth-of-type(2)) {
  margin-top: 100px;
}
.under-reform .reform-info-ttl {
  padding: 0.5em 1em;
  font-size: 2.7rem;
  font-weight: 600;
  background-color: #e6e6e6;
  border-left: 50px solid #8CC63F;
}
.under-reform .op-advice {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 100px;
  padding: 30px;
  background-color: #fae9de;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.under-reform .op-advice img {
  display: block;
  width: 180px;
}
.under-reform .op-advice p {
  display: block;
  width: calc(100% - 180px - 30px);
  margin: 0;
}
.under-company .pgttl {
  max-height: 600px;
}
.under-company .pgttl-inner {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  max-height: 100%;
  box-sizing: border-box;
  padding: 100px 0;
}
.under-company .pgttl .pg-ttl {
  font-size: 3rem;
  font-weight: bold;
}
.under-company .pgttl .pg-copy {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.under-company .cp-ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 400px;
  height: 60px;
  background-color: #8CC63F;
  font-size: 3rem;
  font-weight: 600;
  color: white;
  text-align: center;
  margin: 0 auto;
}
.under-company .gaiyo {
  margin-top: 70px;
}
.under-company .gaiyo table {
  width: 100%;
}
.under-company .gaiyo table th,
.under-company .gaiyo table td {
  padding: 1em 0;
  border-bottom: 1px solid #ebebeb;
}
.under-company .gaiyo table th {
  width: 15%;
  max-width: 15%;
  padding-left: 35px;
  position: relative;
  box-sizing: border-box;
}
.under-company .gaiyo table th::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #8CC63F;
  position: absolute;
  top: 25px;
  left: 0;
}
.under-company .access {
  margin-top: 100px;
}
.under-company .access-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.under-company .access-info {
  margin-top: 100px;
  width: calc(100% / 2 - 35px);
}
.under-company .access-info h3 {
  padding: 0.5em 1em;
  font-size: 2.7rem;
  font-weight: 600;
  background-color: #e6e6e6;
  border-left: 50px solid #8CC63F;
}
.under-company .access-info iframe {
  display: block;
  width: 100%;
  height: 350px;
  margin: 30px 0 0;
}
.under-examples .pgttl-inner {
  -webkit-align-items: center;
  align-items: center;
}
.under-examples .pgttl .pg-ttl {
  color: white;
  text-shadow: 0px 0px 10px rgba(78, 60, 50, 0.4);
}
.under-examples .pg-post h1 {
  padding: 0.5em 1em;
  font-size: 2.7rem;
  font-weight: 600;
  background-color: #e6e6e6;
  border-left: 50px solid #8CC63F;
}
.under-examples .cat-list {
  margin-top: 100px;
}
.under-examples .case {
  margin-top: 100px;
}
.under-examples .case-ttl {
  display: table;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
}
.under-examples .case-ttl::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  background: url(img/icon/work.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
.under-blog .cat-ttl {
  margin-top: 10px;
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
}
.under-blog .blog-post {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
  position: relative;
}
.under-blog .blog-post a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}
.under-blog .blog-post figure {
  display: block;
  width: 360px;
  height: 280px;
  position: relative;
}
.under-blog .blog-post figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.under-blog .blog-post figure .date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1em;
  height: 30px;
  background-color: black;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.under-blog .blog-post figure .date::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 5;
  border-color: transparent transparent transparent black;
  border-width: 0 0 30px 20px;
}
.under-blog .blog-post-blk {
  width: calc(100% - 360px - 50px);
}
.under-blog .blog-post-blk h2 {
  font-size: 2.1rem;
  font-weight: bold;
}
.under-blog .blog-post-blk p {
  display: block;
  height: 150px;
}
.under-blog .blog-post-blk .linkbtn {
  display: table;
  margin: 0 0 0 auto;
  padding: 0.75em 2.5em;
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #8CC63F;
  color: white;
  position: relative;
}
.under-blog .blog-post-blk .linkbtn::before {
  content: "▲";
  font-weight: normal;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 1em;
  background-color: transparent;
  color: white;
  transform: rotate(90deg);
}
.under-single .pg-cnt {
  padding-bottom: 0;
}
.under-single .post-meta {
  margin: 0 0 30px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.under-single .post-meta li {
  margin-left: 0 !important;
  margin-right: 30px;
  list-style-type: none !important;
}
.under-single .post-meta li.date {
  font-size: 1.5rem;
  position: relative;
}
.under-single .post-meta li.cate {
  display: block;
  margin-right: 15px !important;
  padding: 0 1.5em;
  text-align: center;
  color: white;
  font-size: 1.5rem;
  border: 1px solid black;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.under-single .cate-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #999999;
  box-sizing: border-box;
}
.under-single .cate-list li {
  width: calc(100% / 5);
}
.under-single .cate-list li a {
  display: block;
  padding: 1em 0;
  text-align: center;
  color: black;
  text-decoration: none;
  border-right: 1px solid #999;
  box-sizing: border-box;
}
.under-single .cate-list li a:hover {
  background-color: black;
  color: white;
}
.under-single .cate-list li a.active {
  background-color: black;
  color: white;
}
.under-single .cate-list li:nth-of-type(5n) a {
  border-right: none;
}
.under-single .post-ttl {
  margin-bottom: 50px;
  padding: 0 30px 15px;
  font-size: 2.1rem;
  border-bottom: 1px solid #b3b3b3;
}
.under-single .post-img-cnt {
  padding: 100px 0;
}
.under-single .post-img-cnt #i_slider {
  display: block;
  width: 1000px;
  height: 600px;
  margin: 0 auto;
}
.under-single .post-img-cnt #i_slider .slide-item {
  width: 1000px;
  height: 700px;
}
.under-single .post-img-cnt #i_slider .slide-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
  max-width: 1000px;
  max-height: 600px;
}
.under-single .post-img-cnt #i_slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.under-single .post-img-cnt #i_slider .slide-arrow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 0px;
  background-color: white;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.under-single .post-img-cnt #i_slider .slide-arrow::after {
  font-size: 2.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
}
.under-single .post-img-cnt #i_slider .prev-arrow {
  left: -150px;
}
.under-single .post-img-cnt #i_slider .prev-arrow::after {
  content: "\f053";
}
.under-single .post-img-cnt #i_slider .next-arrow {
  right: -150px;
}
.under-single .post-img-cnt #i_slider .next-arrow::after {
  content: "\f054";
}
.under-single .post-img-cnt #thumbnail-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 0 50px;
  box-sizing: border-box;
}
.under-single .post-img-cnt #thumbnail-list .thumbnail-item {
  width: calc(100% / 4 - 25px);
  margin-right: calc((100% - (100% / 4 - 25px) * 4) / 3);
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
}
.under-single .post-img-cnt #thumbnail-list .thumbnail-item:nth-of-type(4n) {
  margin-right: 0;
}
.under-single .post-img-cnt #thumbnail-list .thumbnail-item.thumbnail-current img {
  border: 5px solid #8CC63F;
}
.under-single .post-img-cnt #thumbnail-list .thumbnail-item:hover {
  cursor: pointer;
}
.under-single .post-img-cnt #thumbnail-list .thumbnail-item img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  margin: 0 auto;
  box-sizing: border-box;
}
.under-single .news-list-inner {
  padding: 70px 0;
}
.under-single .news-list-ttl {
  padding: 0 !important;
  font-size: 2.1rem !important;
  font-weight: normal !important;
}
.under-single .news-list-ttl::before {
  display: none !important;
}
.under-single .news-list .news-cnt {
  height: 200px;
}
.under-single .news-list ul li {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 15px 20px;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
}
.under-single .news-list ul li:last-child {
  border-bottom: none;
}
.under-single .news-list ul li .date {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 30px;
  font-size: 1.4rem;
}
.under-single .news-list ul li .cate {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  height: 30px;
  font-size: 1.2rem;
  background-color: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid black;
}
.under-single .news-list ul li a {
  display: block;
  margin-left: 20px;
  width: calc(100% - 100px - 120px - 20px);
  text-decoration: none;
  font-size: 1.4rem;
  color: black;
}
.under-single .news-list dl {
  display: table;
  padding: 0.25em 0;
  width: 100%;
  border-bottom: 1px solid #999;
}
.under-single .news-list dl dt,
.under-single .news-list dl dd {
  display: table-cell;
  padding: 0 1em;
  font-size: 1.5rem;
  position: relative;
}
.under-single .news-list dl dt {
  width: 130px;
  width: 130px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
}
.under-single .news-list dl dt::before {
  margin-right: 0.25em;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-weight: normal;
  font-size: 1.3rem;
}
.under-single .news-list dl dt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70%;
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.under-single .news-list dl dd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 2em;
  overflow: hidden;
  position: relative;
}
.under-single .news-list dl dd::after {
  /*            content: "…";
  position: absolute;
  top: 0;
  right: 0;*/
}
.under-single .news-list dl dd .cate {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 15px;
  padding: 0 1em;
  white-space: nowrap;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  text-align: center;
}
.under-single .news-list dl dd .post-link {
  padding-right: 1em;
  position: relative;
  white-space: nowrap;
}
.under-single .news-list dl dd .post-link::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 70%;
  background-color: #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.under-single .news-list dl dd .quote {
  padding-left: 1em;
  position: relative;
}
.under-contact .pgttl img {
  object-position: center right;
}
.under-contact .ptn-1 {
  padding: 1em;
  padding-left: 60px;
  background-color: #8CC63F;
  color: white;
  border: none;
}
.under-contact .ptn-1::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 70%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.under-contact .telinfo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 25px;
  border: 6px solid #FBB03B;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.under-contact .telinfo li {
  margin: 0 25px !important;
  padding: 0 !important;
  list-style-type: none !important;
  line-height: 1.3 !important;
  font-size: 2.8rem;
  font-weight: bold;
}
.under-contact .telinfo li small {
  font-size: 2rem;
  font-weight: normal;
}
.under-contact .telinfo li a.phone {
  font-size: 5.2rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
  position: relative;
}
.under-contact .telinfo li a.phone::before {
  content: "";
  display: inline-block;
  margin-right: 0.25em;
  width: 36px;
  height: 48px;
  background: url(img/icon/phone_blk.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
}
.under-contact .pg-post .notnull {
  color: #de0000;
  font-weight: normal;
}
.under-contact .pg-post .inp_mes {
  text-align: left;
}
.under-contact .pg-post .conf_mes {
  display: none;
}
.under-contact .pg-post .formbox table th {
  background-color: #eeeeef;
  font-weight: bold;
}
.under-contact .pg-post .formbox table td {
  background-color: #eeeeef;
}
.under-contact .pg-post .formbox table td .row {
  margin-top: 0.75em;
  overflow: hidden;
}
.under-contact .pg-post .formbox table td .col {
  margin: 0 0.5em;
}
.under-contact .pg-post .formbox table td input[type="text"],
.under-contact .pg-post .formbox table td input[type="email"],
.under-contact .pg-post .formbox table td select,
.under-contact .pg-post .formbox table td textarea {
  font-size: 1.6rem;
  margin-bottom: 1em;
  padding: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: white;
  box-sizing: border-box;
}
.under-contact .pg-post .formbox table td input[type="text"]::placeholder,
.under-contact .pg-post .formbox table td input[type="email"]::placeholder,
.under-contact .pg-post .formbox table td select::placeholder,
.under-contact .pg-post .formbox table td textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.under-contact .pg-post .formbox table td input[type="text"]:nth-last-of-type(1),
.under-contact .pg-post .formbox table td input[type="email"]:nth-last-of-type(1),
.under-contact .pg-post .formbox table td select:nth-last-of-type(1),
.under-contact .pg-post .formbox table td textarea:nth-last-of-type(1) {
  margin-bottom: 0;
}
.under-contact .pg-post .formbox table td input[type="text"]:disabled,
.under-contact .pg-post .formbox table td input[type="email"]:disabled,
.under-contact .pg-post .formbox table td select:disabled,
.under-contact .pg-post .formbox table td textarea:disabled {
  background-color: #f1f1f1;
}
.under-contact .pg-post .formbox table td input[type="radio"],
.under-contact .pg-post .formbox table td input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.under-contact .pg-post .formbox table td select {
  width: auto;
  font-size: 100%;
}
.under-contact .pg-post .formbox table td textarea {
  width: 90%;
  max-width: 90%;
  font-family: sans-serif;
}
.under-contact .pg-post .formbox table td input[name="御社名"],
.under-contact .pg-post .formbox table td input[name="御社名カナ"] {
  width: 70%;
}
.under-contact .pg-post .formbox table td input[name="お名前（姓）"],
.under-contact .pg-post .formbox table td input[name="お名前（名）"],
.under-contact .pg-post .formbox table td input[name="お名前（セイ）"],
.under-contact .pg-post .formbox table td input[name="お名前（メイ）"] {
  width: 30%;
}
.under-contact .pg-post .formbox table td input[name="住所1"],
.under-contact .pg-post .formbox table td input[name="住所2"] {
  width: 90%;
  max-width: 90%;
}
.under-contact .pg-post .formbox table td input[name="年齢"],
.under-contact .pg-post .formbox table td input[name="経験年数"] {
  width: 3em;
}
.under-contact .pg-post .formbox table td input[name="技能資格内容"] {
  width: 60%;
}
.under-contact .pg-post .formbox table td input[name="郵便番号"] {
  width: 8em;
  margin-bottom: 1em;
  font-size: 1.6rem;
  padding: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.under-contact .pg-post .formbox table td input[type="email"] {
  width: 90%;
  max-width: 90%;
}
.under-contact .pg-post .formbox table td .mwform-tel-field input,
.under-contact .pg-post .formbox table td .mwform-zip-field input {
  width: auto;
}
.under-contact .pg-post .mwform-checkbox-field {
  display: block;
  overflow: hidden;
  padding-bottom: 1em;
  text-align: center;
}
.under-contact .pg-post .mwform-checkbox-field label {
  overflow: hidden;
}
.under-contact .pg-post .mwform-checkbox-field input[type="radio"],
.under-contact .pg-post .mwform-checkbox-field input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: -0.2em;
}
.under-contact .pg-post .btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}
.under-contact .pg-post .btnarea input {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em 3em;
  font-size: 2.4rem;
  color: white;
  border: none;
  cursor: pointer;
}
.under-contact .pg-post .btnarea input.send_btn, .under-contact .pg-post .btnarea input.send_btn2 {
  background-color: #8CC63F;
  color: white;
}
.under-contact .pg-post .btnarea input.send_btn:disabled, .under-contact .pg-post .btnarea input.send_btn2:disabled {
  opacity: 0.5 !important;
  border: 1px solid #ccc;
}
.under-contact .pg-post .btnarea input.upd_btn {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid #cccccc;
  color: #323232;
}
.under-contact .pg-post .pr-check {
  margin-top: 30px;
  overflow: hidden;
}
.under-contact .pg-post .btm-txt {
  margin: 30px 0 0;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.under-contact .pg-post .privacy_wrap {
  margin: 0;
}
.under-contact .pg-post .privacy_wrap .inp_mes {
  font-weight: bold;
}
.under-contact .pg-post .privacy_wrap .privacy {
  width: auto;
  height: 140px;
  margin: 10px auto 0;
  padding: 2.5em;
  border: 1px solid #ccc;
  font-size: 1.3rem;
  text-align: left;
}
.under-contact .pg-post .privacy_wrap .privacy h1 {
  background-color: transparent;
  margin-bottom: 15px;
  padding: 0 0 0.5em;
  color: #323232;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
}
.under-contact .pg-post .privacy_wrap .privacy h1::before, .under-contact .pg-post .privacy_wrap .privacy h1::after {
  display: none;
}
.under-contact .pg-post .privacy_wrap .privacy h2 {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.4rem;
  background-color: transparent;
  border-bottom: none;
}
.under-contact .pg-post .privacy_wrap .privacy h2::before, .under-contact .pg-post .privacy_wrap .privacy h2::after {
  display: none;
}
.under-contact .pg-post .privacy_wrap .privacy h3 {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.3rem;
  background-color: transparent;
  border-bottom: none;
  font-weight: normal;
}
.under-contact .pg-post .privacy_wrap .privacy h3::before, .under-contact .pg-post .privacy_wrap .privacy h3::after {
  display: none;
}
.under-contact .pg-post .privacy_wrap .privacy p {
  margin: 0 0 15px;
  line-height: 1.5;
}
.under-contact .pg-post .privacy_wrap .privacy p strong {
  font-weight: bold;
}
.under-contact .pg-post .privacy_wrap .privacy ul {
  margin: 0 0 15px;
}
.under-contact .mw_wp_form_input .btnarea input.send_btn2 {
  display: none;
  background-color: #FBB03B;
  color: white;
}
.under-contact .mw_wp_form_confirm .inp_mes {
  display: none;
}
.under-contact .mw_wp_form_confirm .privacy_wrap {
  display: none !important;
}
.under-contact .mw_wp_form_confirm .privacy {
  display: none !important;
}
.under-contact .mw_wp_form_confirm .conf_mes {
  display: block;
}
.under-contact .mw_wp_form_confirm .formbox table td .row {
  margin-top: 0;
}
.under-contact .mw_wp_form_confirm .formbox table td small {
  display: none;
}
.under-contact .mw_wp_form_confirm .formbox table tr:nth-of-type(4) td .row {
  display: none;
}

.error-pink input[type="text"],
.error-pink input[type="email"],
.error-pink input[type="tel"],
.error-pink input[type="url"],
.error-pink select,
.error-pink textarea {
  background: rgba(255, 192, 203, 0.5) !important;
}

@media all and (-ms-high-contrast: none) {
  .under-interview .int-list .int-txt {
    height: 350px;
  }
}
/* ================================================================== */
/* SMP */
/* ================================================================== */
@media screen and (max-width: 767px) {
  .cnt, .pagenavi, .top .fv-inner, .top .lead, .top .cp-bnr, .top .service, .under .pan .inner, .under-wrap, .under .pg-post-blk, .under-reform .ad-message, .under-reform .op-advice, .under-single .news-list-inner {
    max-width: 90%;
  }

  .cnt-wide, footer .f-inner, .case, .btm-bnrarea, .top .news, .under .pgttl-inner, .under .pg-cnt, .under-works .works-cnt, .under-works .case, .under-reform .reform-menu, .under-company .company-cnt, .under-single .cate-list {
    max-width: 90%;
  }

  .br-pc,
  .dn-sp {
    display: none;
  }

  .br-sp,
  .dn-pc {
    display: block;
  }

  body {
    font-family: sans-serif;
    min-width: initial;
    font-size: 1.4rem;
  }

  /* ====================================================================== */
  /* HEADER */
  /* ====================================================================== */
  header {
    border-bottom: none;
  }
  header .inner {
    height: 70px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  header .site-ttl a {
    height: 35px;
    padding-left: 50px;
    font-size: 2rem;
  }
  header .site-ttl a::before {
    width: 45px;
    height: 35px;
  }
  header .contact-btn {
    display: none;
  }
  header .g-menu {
    display: none;
  }
  header.is-fixed .inner {
    height: 70px;
  }
  header.is-fixed .site-ttl a {
    transform: scale(1);
  }

  .d_nav {
    display: block;
  }

  .drawer-hamburger.is-fixed {
    height: 70px;
  }

  .g-menuarea {
    display: none;
  }

  /* ====================================================================== */
  /* CONTENT */
  /* ====================================================================== */
  article table th,
  article table td {
    padding: 1em;
  }

  /* --------------------------------------------------- */
  /* Other */
  /* --------------------------------------------------- */
  .pagenavi {
    margin: 0 0 50px;
  }
  .pagenavi .nav {
    margin: 0 5px;
  }
  .pagenavi .nav.prev a::before {
    font-size: 1.2rem;
  }
  .pagenavi .nav.next a::after {
    font-size: 1.2rem;
  }
  .pagenavi .nav a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    max-height: 50px;
    padding: 0.5em 1em;
    font-size: 1.2rem;
    line-height: 1.2;
    box-sizing: border-box;
  }

  article .pagenavi {
    margin-top: 50px;
  }
  article .pagenavi a {
    display: inline-block;
    margin: 0 10px;
    padding: 0.75em 1em;
    font-size: 1.4rem;
  }

  /* ====================================================================== */
  /* Footer */
  /* ====================================================================== */
  footer .f-inner {
    max-width: 90%;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 0;
  }
  footer .f-inner .f-corpinfo {
    text-align: center;
  }
  footer .f-inner .f-corpinfo-logo {
    height: 35px;
    padding-left: 50px;
    font-size: 2.1rem;
  }
  footer .f-inner .f-corpinfo-logo::before {
    width: 45px;
    height: 35px;
  }
  footer .f-inner .f-corpinfo .address {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }
  footer .f-inner .f-menu {
    display: none;
  }
  footer .copyright {
    display: block;
    padding: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  #btm-btn {
    width: 100%;
    height: 70px;
    background-color: white;
    background-color: #333;
  }
  #btm-btn .btm-contact-area {
    display: -webkit-flex;
    display: flex;
  }
  #btm-btn ul {
    width: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #btm-btn ul li a.pagetop {
    width: 50px;
    height: 100%;
    font-size: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
  }
  #btm-btn ul li a.pagetop img {
    width: 15px;
  }

  .case {
    max-width: 90%;
    margin-top: 50px;
  }
  .case-list {
    margin-top: 30px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .case-info {
    margin-top: 20px;
    padding-bottom: 30px;
    width: calc(100% / 2 - 10px);
    margin-right: 0;
  }
  .case-info:nth-of-type(3n) {
    margin-right: 0;
  }
  .case-info figure {
    display: block;
    width: 100%;
  }
  .case-info figure a {
    display: block;
    width: 100%;
    height: 120px;
  }
  .case-info p {
    min-height: 80px;
    max-height: 80px;
    margin: 10px;
    overflow: hidden;
    font-size: 1.3rem;
    box-sizing: border-box;
  }
  .case-info .dt-btn {
    bottom: 10px;
  }
  .case .list-btn {
    width: 280px;
    height: 50px;
    font-size: 1.6rem;
  }

  .btm-bnrarea {
    margin-top: 50px;
    max-width: 90%;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .btm-bnrarea a {
    display: block;
    width: 80%;
    margin: 0 auto 15px;
  }
  .btm-bnrarea a:last-child {
    margin-bottom: 0;
  }
  .btm-bnrarea a img {
    height: auto;
  }

  /* ================================================================== */
  /* TOP */
  /* ================================================================== */
  .top .sec-ttl {
    font-size: 2.1rem;
  }
  .top .fv {
    margin-top: 70px;
    height: 220px !important;
    max-height: 220px;
  }
  .top .fv img {
    object-position: center center;
  }
  .top .fv img.smp-fvimg {
    display: block;
  }
  .top .fv img.pc-fvimg {
    display: none;
  }
  .top .fv-inner {
    padding: 30px 0 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .top .fv-copy {
    width: 75%;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .top .fv-subcopy {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .top .lead {
    margin-top: -20px;
    padding: 20px;
  }
  .top .lead-ttl {
    padding-top: 60px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
  }
  .top .lead-ttl::before {
    width: 48px;
    height: 48px;
  }
  .top .lead p {
    font-size: 1.4rem;
  }
  .top .cp-bnr {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .top .cp-bnr a {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .top .cp-bnr a:last-child {
    margin-bottom: 0;
  }
  .top .service {
    margin-top: 50px;
  }
  .top .service-list {
    margin-top: 50px;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: none;
  }
  .top .service-menu {
    width: auto;
    max-width: initial;
    border: 1px solid #b3b3b3;
    margin-bottom: 30px;
  }
  .top .service-menu-ttl {
    height: 80px;
  }
  .top .service-menu-ttl .en {
    font-size: 2rem;
  }
  .top .service-menu figure {
    height: 180px;
  }
  .top .service-menu .dt-btn {
    left: 50%;
    transform: translateX(-50%);
  }
  .top .service-menu:nth-of-type(3) {
    margin-bottom: 0;
    border: 1px solid #b3b3b3;
  }
  .top .service-menu:nth-of-type(3) .dt-btn {
    left: 50%;
    transform: translateX(-50%);
  }
  .top .news {
    max-width: 90%;
    margin-top: 50px;
  }
  .top .news .tab-group {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #999999;
    border-bottom: none;
  }
  .top .news .tab-group li.tab {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    height: 50px;
    font-size: 1.3rem;
    border: none;
    border-right: 1px solid #999;
  }
  .top .news .tab-group li.tab:first-child {
    border-left: none;
  }
  .top .news .tab-group li.tab:nth-of-type(-n + 3) {
    border-bottom: 1px solid #999;
  }
  .top .news .tab-group li.tab:nth-of-type(3) {
    border-right: none;
  }
  .top .news-listarea ul {
    margin: 0;
  }
  .top .news-listarea ul li {
    padding: 15px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top .news-listarea ul li:last-child {
    border-bottom: none;
  }
  .top .news-listarea ul li .date {
    height: 25px;
    font-size: 1.3rem;
  }
  .top .news-listarea ul li .cate {
    height: 25px;
    font-size: 1.1rem;
  }
  .top .news-listarea ul li a {
    margin: 0.5em auto 0;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .top .news .list-btn {
    width: 280px;
    height: 50px;
    font-size: 1.6rem;
  }

  /* ================================================================== */
  /* Under */
  /* ================================================================== */
  .under {
    /* ================================================================== */
    /* Electrical-work */
    /* Water-work */
    /* ================================================================== */
    /* ================================================================== */
    /* Company */
    /* ================================================================== */
    /* ================================================================== */
    /* Examples */
    /* ================================================================== */
    /* ================================================================== */
    /* Blog */
    /* ================================================================== */
    /* ================================================================== */
    /* Single */
    /* ================================================================== */
    /* ================================================================== */
    /* Contact */
    /* ================================================================== */
  }
  .under .pgttl {
    margin-top: 70px;
    height: 120px;
    max-height: initial;
  }
  .under .pgttl img.smp-fvimg {
    display: block;
  }
  .under .pgttl img.pc-fvimg {
    display: none;
  }
  .under .pgttl .pg-ttl {
    margin-top: 50px;
    font-size: 2.1rem;
  }
  .under .pan {
    display: none;
  }
  .under .pg-ttl {
    margin: -40px auto 0;
    width: 85%;
    height: 70px;
    font-size: 2rem;
  }
  .under-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .under .pg-subnav {
    margin: 0 0 30px;
  }
  .under .pg-subnav li {
    margin: 0 0.75em;
  }
  .under .pg-subnav li a {
    font-size: 1.2rem;
  }
  .under .pg-post {
    padding-bottom: 30px;
    padding-bottom: 0;
  }
  .under .pg-post:not(:nth-of-type(1)) {
    margin-top: 30px;
  }
  .under .pg-post-blk {
    width: auto;
    margin: 50px auto 0;
  }
  .under .pg-post h1 {
    margin-bottom: 30px;
    padding: 1em;
    font-size: 2rem;
  }
  .under .pg-post h1::after {
    height: 4px;
  }
  .under .pg-post h2 {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 0.5em;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .under .pg-post h3 {
    margin: 0 0 30px;
    padding: 0.25em 0 0.25em 20px;
    font-size: 1.6rem;
  }
  .under .pg-post h3::before {
    width: 5px;
  }
  .under .pg-post h4 {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
  .under .pg-post img {
    max-width: 100%;
  }
  .under .pg-post img.alignnone {
    display: block;
    margin: 0 auto 30px;
  }
  .under .pg-post img.alignnone + img {
    margin-left: auto;
  }
  .under .pg-post img.aligncenter {
    display: block;
    margin: 0 auto 30px;
  }
  .under .pg-post img.alignleft {
    display: block;
    margin: 0 auto 30px;
    float: none;
  }
  .under .pg-post img.alignright {
    display: block;
    margin: 0 auto 30px;
    float: none;
  }
  .under .pg-post p {
    margin: 0 0 30px;
  }
  .under .pg-post p span {
    font-size: 2rem !important;
    line-height: 1.2;
  }
  .under .pg-post ul {
    margin: 0 0 30px;
  }
  .under .pg-post ul li {
    margin-left: 1em;
    list-style-type: disc;
  }
  .under .pg-post ol {
    margin: 0 0 30px;
  }
  .under .pg-post ol li {
    margin-left: 1em;
    list-style-type: decimal;
  }
  .under .pg-post table {
    max-width: 100%;
    margin: 0 0 30px;
  }
  .under .pg-post table th,
  .under .pg-post table td {
    padding: 0.5em;
    font-size: 1.3rem;
  }
  .under .pg-post .flex-blk {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under .pg-post .flex-blk img {
    display: block;
    width: 240px;
    height: 240px;
    margin: 0 auto 30px;
  }
  .under .pg-post .flex-blk-box {
    width: auto;
  }
  .under .pg-post .btn {
    margin: 70px auto 0;
    padding: 1em 1.5em;
    font-size: 1.6rem;
  }
  .under .pg-nav {
    margin: 0 auto 50px;
    padding: 0 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .under .pg-nav li {
    margin: 0;
    width: calc(100% / 2 - 10px);
  }
  .under .pg-nav li a {
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
  }
  .under .cat-nav {
    margin-top: 40px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under .cat-nav li {
    margin-bottom: 10px;
    width: auto;
    max-width: initial;
    margin-right: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .under .cat-nav li:last-child {
    margin-bottom: 0;
  }
  .under .cat-nav li a {
    padding-left: 50px;
    font-size: 1.6rem;
  }
  .under .cat-nav li a::before {
    width: 26px;
    height: 22px;
  }
  .under .blog-cat-nav {
    margin: 0 0 40px;
  }
  .under .blog-cat-nav li {
    margin-bottom: 10px;
    width: calc(100% / 2 - 10px);
    max-width: calc(100% / 2 - 10px);
    margin-right: 0;
    box-sizing: border-box;
  }
  .under .blog-cat-nav li:nth-of-type(5n) {
    margin-right: 0;
  }
  .under .blog-cat-nav li a {
    display: block;
    padding: 0.5em 0;
    padding-left: 10px;
    font-size: 1.4rem;
  }
  .under .blog-cat-nav li a::after {
    right: 10px;
    font-size: 1.4rem;
  }
  .under-works .lead {
    padding: 40px 0;
  }
  .under-works .work-info-ttl {
    font-size: 2.1rem;
  }
  .under-works .work-info-ttl::before {
    width: 40px;
    height: 40px;
  }
  .under-works .work-info-blk {
    margin-top: 40px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-works .work-info-blk figure {
    display: block;
    width: 310px;
    width: 100%;
  }
  .under-works .work-info-blk-txt {
    margin-top: 30px;
    width: auto;
  }
  .under-works .work-info-blk-txt h3 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .under-works .work-info-blk-txt h3 + p {
    margin-top: 20px;
  }
  .under-works .case {
    margin-top: 50px;
    max-width: 100%;
  }
  .under-works .case-ttl {
    font-size: 2.1rem;
  }
  .under-works .case-ttl::before {
    width: 40px;
    height: 40px;
  }
  .under-electrical-work .pgttl img {
    object-position: 80% center;
  }
  .under-water-work .pgttl img {
    object-position: center right;
  }
  .under-reform .pgttl img {
    object-position: 20% center;
  }
  .under-reform .pgttl .contact-btn {
    width: 90px;
    height: 90px;
    font-size: 1.4rem;
  }
  .under-reform .pgttl .contact-btn::before {
    width: calc(100% - 9px);
    height: calc(100% - 9px);
  }
  .under-reform .lead {
    padding: 0;
  }
  .under-reform .reform-menu {
    margin-top: 50px;
    max-width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-reform .reform-menu figure {
    width: auto;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .under-reform .reform-menu figure:nth-of-type(4n) {
    margin-right: 0;
  }
  .under-reform .reform-menu figure img {
    height: 120px;
  }
  .under-reform .reform-menu figure figcaption {
    padding-left: 24px;
    height: 50px;
    font-size: 1.8rem;
  }
  .under-reform .reform-menu figure figcaption::before {
    left: 70px;
  }
  .under-reform .reform-list-ttl {
    margin-top: 50px;
    font-size: 2.1rem;
    border-left: 30px solid #8CC63F;
  }
  .under-reform .reform-list-inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-reform .reform-list-blk {
    margin-top: 30px;
    width: auto;
  }
  .under-reform .reform-list-blk figure {
    display: block;
    width: 80px;
  }
  .under-reform .reform-list-blk figure img {
    height: 80px;
  }
  .under-reform .reform-list-blk dl {
    width: calc(100% - 80px - 30px);
  }
  .under-reform .reform-list-blk dl dt {
    font-size: 1.8rem;
  }
  .under-reform .ad-message {
    margin-top: 50px;
    max-width: 100%;
    padding: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .under-reform .ad-message-ttl {
    padding: 0.25em;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .under-reform .ad-message-inner {
    margin-top: 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-reform .ad-message figure {
    width: 70%;
    margin: 0 auto;
  }
  .under-reform .ad-message figure img {
    display: block;
    width: 100%;
  }
  .under-reform .ad-message dl {
    margin-top: 15px;
    width: auto;
  }
  .under-reform .ad-message dl dt {
    font-size: 1.8rem;
    text-align: center;
  }
  .under-reform .ad-message dl dd {
    padding-top: 15px;
  }
  .under-reform .lead-ttl {
    margin: 40px auto 0;
    font-size: 2.1rem;
  }
  .under-reform .lead p {
    margin-top: 30px !important;
  }
  .under-reform .reform-info {
    margin-top: 50px;
  }
  .under-reform .reform-info:not(:nth-of-type(2)) {
    margin-top: 50px;
  }
  .under-reform .reform-info-ttl {
    font-size: 2.1rem;
    border-left: 30px solid #8CC63F;
    line-height: 1.2;
  }
  .under-reform .op-advice {
    max-width: 100%;
    margin-top: 50px;
    padding: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-reform .op-advice img {
    display: block;
    width: 180px;
    margin: 25px auto;
  }
  .under-reform .op-advice p {
    width: auto;
  }
  .under-company .pgttl {
    height: 240px;
    max-height: 240px;
  }
  .under-company .pgttl img {
    object-position: 70% center;
  }
  .under-company .pgttl-inner {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-height: 100%;
    padding: 0;
  }
  .under-company .pgttl .pg-ttl {
    height: auto;
    font-size: 2.1rem;
    text-align: center;
  }
  .under-company .pgttl .pg-copy {
    width: 75%;
    max-width: 75%;
    margin: 30px 20px 0;
    font-size: 1.6rem;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .under-company .company-cnt {
    max-width: 90%;
  }
  .under-company .cp-ttl {
    width: 100%;
    height: 50px;
    font-size: 2.1rem;
  }
  .under-company .gaiyo {
    margin-top: 40px;
  }
  .under-company .gaiyo table {
    width: 100%;
  }
  .under-company .gaiyo table th,
  .under-company .gaiyo table td {
    padding: 0.75em 0;
  }
  .under-company .gaiyo table th {
    width: 30%;
    max-width: 30%;
    padding-left: 20px;
  }
  .under-company .gaiyo table th::before {
    width: 9px;
    height: 9px;
    top: 25px;
  }
  .under-company .access {
    margin-top: 50px;
  }
  .under-company .access-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-company .access-info {
    margin-top: 50px;
    width: auto;
  }
  .under-company .access-info h3 {
    font-size: 1.8rem;
    border-left: 20px solid #8CC63F;
  }
  .under-company .access-info iframe {
    height: 210px;
  }
  .under-company .access-info iframe + p {
    margin-top: 15px;
  }
  .under-examples .pg-post h1 {
    font-size: 1.8rem;
    border-left: 20px solid #8CC63F;
  }
  .under-examples .cat-list {
    margin-top: 50px;
    margin-top: 0;
    max-width: 100%;
  }
  .under-examples .case {
    margin-top: 50px;
    max-width: 100%;
  }
  .under-examples .case-ttl {
    font-size: 2.1rem;
  }
  .under-examples .case-ttl::before {
    width: 40px;
    height: 40px;
  }
  .under-blog .cat-ttl {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
  .under-blog .blog-post {
    margin-top: 50px;
    padding: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-blog .blog-post:nth-of-type(1) {
    margin-top: 0;
  }
  .under-blog .blog-post a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
  }
  .under-blog .blog-post figure {
    display: block;
    width: auto;
    height: 180px;
  }
  .under-blog .blog-post figure .date {
    font-size: 1.3rem;
  }
  .under-blog .blog-post-blk {
    width: auto;
    margin-top: 30px;
  }
  .under-blog .blog-post-blk h2 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
  }
  .under-blog .blog-post-blk p {
    margin-top: 20px;
    height: auto;
  }
  .under-blog .blog-post-blk .linkbtn {
    display: table;
    margin: 20px auto 0;
    padding: 0.75em 2.5em;
    font-size: 1.5rem;
  }
  .under-single .pg-cnt {
    padding-bottom: 0;
  }
  .under-single .post-meta {
    margin: 0 0 15px !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .under-single .post-meta li {
    margin-right: 10px;
  }
  .under-single .post-meta li.date {
    font-size: 1.2rem;
  }
  .under-single .post-meta li.cate {
    margin-right: 10px !important;
    padding: 0 1em;
    font-size: 1.2rem;
  }
  .under-single .cate-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #999999;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
  }
  .under-single .cate-list li {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .under-single .cate-list li a {
    display: block;
    padding: 1em 0;
    text-align: center;
    color: black;
    text-decoration: none;
    border: 1px solid #999;
    border-right: none;
    box-sizing: border-box;
    font-size: 1.3rem;
  }
  .under-single .cate-list li:nth-of-type(3n) a {
    border-right: 1px solid #999;
  }
  .under-single .cate-list li:last-child a {
    border-right: 1px solid #999;
  }
  .under-single .post-ttl {
    margin-bottom: 50px;
    padding: 0 15px 15px;
    font-size: 1.8rem;
  }
  .under-single .post-img-cnt {
    padding: 0 15px;
  }
  .under-single .post-img-cnt #i_slider {
    width: 100%;
    height: 300px;
  }
  .under-single .post-img-cnt #i_slider .slide-item {
    width: 100%;
    height: 300px;
  }
  .under-single .post-img-cnt #i_slider .slide-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 300px;
  }
  .under-single .post-img-cnt #thumbnail-list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: initial;
    margin: 20px auto 0;
    padding: 0;
  }
  .under-single .post-img-cnt #thumbnail-list .thumbnail-item {
    width: calc(100% / 3 - 10px);
    margin-right: calc((100% - (100% / 3 - 10px) * 3) / 2);
    margin-bottom: 15px;
  }
  .under-single .post-img-cnt #thumbnail-list .thumbnail-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .under-single .post-img-cnt #thumbnail-list .thumbnail-item:nth-of-type(4n) {
    margin-right: calc((100% - (100% / 3 - 10px) * 3) / 2);
  }
  .under-single .post-img-cnt #thumbnail-list .thumbnail-item.thumbnail-current img {
    border: 3px solid #8CC63F;
  }
  .under-single .post-img-cnt #thumbnail-list .thumbnail-item img {
    height: 100px;
  }
  .under-single .news-list-inner {
    padding: 40px 0;
  }
  .under-single .news-list-ttl {
    font-size: 1.8rem !important;
  }
  .under-single .news-list .news-cnt {
    height: 280px;
  }
  .under-single .news-list ul li {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 15px 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .under-single .news-list ul li:last-child {
    border-bottom: none;
  }
  .under-single .news-list ul li .date {
    width: auto;
    height: 30px;
    font-size: 1.2rem;
    text-align: left;
    margin-right: 10px;
  }
  .under-single .news-list ul li .cate {
    width: 100px;
    height: 24px;
    font-size: 1.1rem;
  }
  .under-single .news-list ul li a {
    display: block;
    width: 100%;
    margin-top: 0.25em;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .under-single .news-list dl {
    display: table;
    padding: 0.25em 0;
    width: 100%;
    border-bottom: 1px solid #999;
  }
  .under-single .news-list dl dt,
  .under-single .news-list dl dd {
    display: table-cell;
    padding: 0 1em;
    font-size: 1.5rem;
    position: relative;
  }
  .under-single .news-list dl dt {
    width: 130px;
    width: 130px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
  }
  .under-single .news-list dl dt::before {
    margin-right: 0.25em;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    font-weight: normal;
    font-size: 1.3rem;
  }
  .under-single .news-list dl dt::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 70%;
    background-color: #999;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .under-single .news-list dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: 2em;
    overflow: hidden;
    position: relative;
  }
  .under-single .news-list dl dd::after {
  /*            content: "…";
position: absolute;
top: 0;
right: 0;*/
  }
  .under-single .news-list dl dd .cate {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 15px;
    padding: 0 1em;
    white-space: nowrap;
    font-size: 1.2rem;
    color: white;
    text-decoration: none;
    text-align: center;
  }
  .under-single .news-list dl dd .post-link {
    padding-right: 1em;
    position: relative;
    white-space: nowrap;
  }
  .under-single .news-list dl dd .post-link::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 70%;
    background-color: #999;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .under-single .news-list dl dd .quote {
    padding-left: 1em;
    position: relative;
  }
  .under-contact .pgttl img {
    object-position: 90% center;
  }
  .under-contact .ptn-1 {
    padding: 1em;
    padding-left: 60px;
    background-color: #8CC63F;
    color: white;
    border: none;
  }
  .under-contact .ptn-1::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 70%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .under-contact .telinfo {
    padding: 20px;
    border: 4px solid #FBB03B;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .under-contact .telinfo li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    line-height: 1.3 !important;
    font-size: 1.6rem;
  }
  .under-contact .telinfo li small {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .under-contact .telinfo li a.phone {
    display: block;
    margin-top: 15px;
    font-size: 2.5rem;
  }
  .under-contact .telinfo li a.phone::before {
    width: 20px;
    height: 27px;
  }
  .under-contact .pg-post {
    padding-bottom: 0;
  }
  .under-contact .pg-post .formbox table th,
  .under-contact .pg-post .formbox table td {
    padding: 1em;
    display: block;
  }
  .under-contact .pg-post .formbox table th {
    padding-bottom: 0;
    width: auto;
    max-width: initial;
    text-align: left;
    border-bottom: none;
    font-size: 1.5rem;
  }
  .under-contact .pg-post .formbox table td {
    border-top: none;
  }
  .under-contact .pg-post .formbox table td .row {
    margin-top: 0.75em;
    overflow: hidden;
  }
  .under-contact .pg-post .formbox table td .col {
    margin: 0;
  }
  .under-contact .pg-post .formbox table td input[type="text"],
  .under-contact .pg-post .formbox table td input[type="email"],
  .under-contact .pg-post .formbox table td select,
  .under-contact .pg-post .formbox table td textarea {
    font-size: 1.4rem;
    padding: 0.75em;
  }
  .under-contact .pg-post .formbox table td select {
    max-width: 100% !important;
    font-size: 1.2rem !important;
  }
  .under-contact .pg-post .formbox table td textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .under-contact .pg-post .formbox table td input[name="お名前（姓）"],
  .under-contact .pg-post .formbox table td input[name="お名前（名）"],
  .under-contact .pg-post .formbox table td input[name="お名前（セイ）"],
  .under-contact .pg-post .formbox table td input[name="お名前（メイ）"] {
    width: 45%;
  }
  .under-contact .pg-post .formbox table td input[name="住所1"],
  .under-contact .pg-post .formbox table td input[name="住所2"] {
    width: 100%;
    max-width: 100%;
  }
  .under-contact .pg-post .formbox table td input[name="技能資格内容"] {
    width: 100%;
    max-width: 100%;
  }
  .under-contact .pg-post .formbox table td input[name="郵便番号"] {
    font-size: 1.4rem;
  }
  .under-contact .pg-post .formbox table td input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  .under-contact .pg-post .formbox table td .mwform-tel-field input,
  .under-contact .pg-post .formbox table td .mwform-zip-field input {
    width: auto;
  }
  .under-contact .pg-post .mwform-checkbox-field {
    padding-bottom: 0.5em;
  }
  .under-contact .pg-post .btnarea {
    margin-top: 30px;
  }
  .under-contact .pg-post .btnarea input {
    margin-left: 10px;
    margin-right: 10px;
    padding: 1em 2em;
    font-size: 1.6rem;
  }
  .under-contact .pg-post .pr-check {
    margin-top: 30px;
    padding: 0;
    overflow: hidden;
    line-height: 1.3;
  }
  .under-contact .pg-post .pr-check label {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .under-contact .pg-post .pr-check label input {
    margin-bottom: 1em;
  }
  .under-contact .pg-post .btm-txt {
    font-size: 1.5rem;
  }
  .under-contact .pg-post .privacy_wrap .privacy {
    width: auto;
    padding: 1.5em;
    font-size: 1.2rem;
  }

  a[href^="tel:"] {
    pointer-events: visible;
  }
}
