@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
a.to_detail01,
a.to_detail02,
a.to_detail03 {
  font-size: 1.5rem;
  padding: 8px 15px 12px 15px;
}

.topRecruit a.to_detail01,
#reason a.to_detail01,
#news-post a.to_detail01,
a.to_detail02,
a.to_detail03 {
  width: 250px;
  margin: 0 auto;
}

a.to_detail01:after,
a.to_detail02:after,
a.to_detail03:after {
  width: 14px;
  height: 14px;
  right: 1.5rem;
}
a.to_detail01:before,
a.to_detail02:before,
a.to_detail03:before {
  box-shadow: 0 4px 2px rgba(233, 233, 233, 0.9);
}

#sub .link_wrap a.to_detail02 {
  font-size: 1.4rem;
  padding: 6px 15px 8px 15px;
}
#sub .link_wrap a.to_detail02:before {
  box-shadow: 0 4px 2px rgba(233, 233, 233, 0.5);
}
#sub .link_wrap a.to_detail02 span {
  padding-right: 1rem;
}

a.anchor01 {
  padding-top: 80px;
  margin-top: -80px;
}
a.anchor02 {
  padding-top: 50px;
  margin-top: -50px;
}

a.pageTop {
  width: 45px;
  right: 2rem;
  bottom: 63rem;
}

/* ---------------------------------------------------------------------------
  ★header
--------------------------------------------------------------------------- */
#header {
  height: 60px;
}
#header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header__inner {
  height: 60px;
  margin: auto;
  padding: 7.773px 0;
  width: 92%;
}
.header__logo {
  padding: 0.8rem 0 0 0.3rem;
  position: relative;
  width: 200px;
  z-index: 99;
}
.header__trigger {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 57px;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 0;
  width: 60px;
  z-index: 99;
}
.header__trigger-menu {
  color: #2f2f2f;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.1rem;
}
.header__trigger-menu span.close {
  display: none;
}
.header__trigger-menu.is-active span.open {
  display: none;
}
.header__trigger-menu.is-active span.close {
  display: block;
  color: #2c2c2c;
}

.header__trigger-inner {
  display: inline-block;
  height: 20px;
  position: relative;
  transition: all 0.4s;
  width: 30px;
  margin-bottom: 3px;
}
.header__trigger-line {
  background-color: #2f2f2f;
  border-radius: 2.5px;
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.5s;
  transition-property: transform, -webkit-transform;
  width: 100%;
}
.header__trigger-line:nth-of-type(1) {
  top: 0;
}
.header__trigger-line:nth-of-type(2) {
  top: 9.5px;
}
.header__trigger-line:nth-of-type(3) {
  bottom: 0;
}
.header__trigger-line:nth-of-type(1).is-active {
  transform: translateY(15px) rotate(45deg);
}
.header__trigger-line:nth-of-type(2).is-active {
  display: none;
}
.header__trigger-line:nth-of-type(3).is-active {
  transform: translateY(-3px) rotate(-45deg);
}

.header__cta {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.header__cta a.recruit,
.header__cta a.mail {
  width: 80%;
  max-width: 250px;
  height: 50px;
}

.header__cta a.tel,
.header__cta a.recruit,
.header__cta a.mail {
  margin: 0 auto 2rem auto;
  justify-content: center;
}
.header__cta a.tel span.out {
  font-size: 3.2rem;
}
.header__cta a.tel span.out .f14 {
  font-size: 1.4rem !important;
}
.header__cta a.recruit {
  justify-content: center;
}

.pc__cta {
  display: none;
}
.inner,
.inner_700,
.inner_800,
.inner_900,
.inner_1000,
.inner_1100,
.inner_1200 {
  width: 90%;
}

/* =======================================
  nav
========================================== */
body.is-open .navi {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  background: #fff;
}

.navi {
  bottom: 0;
  display: block;
  opacity: 0;
  overflow: auto;
  padding-top: 10px;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 50;
}
.navi__menu {
  gap: 0.9rem 0;
  border-top: none;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 8rem;
  width: 84%;
}

.navi__menu-link {
  border-bottom: 1px solid #ccdff7;
  color: var(--main-blue);
  padding: 0 0 1.1rem 0.8rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
/*.navi__menu-link.active{
    border-bottom: none;
}

.navi_arrow::after,
.navi_arrow::before {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 0.5em;
    width: 1px;
    height: 0.9em;
    background-color: var(--main-blue);
    transition: all 0.3s;
}
.navi_arrow::after {
    transform: rotate(90deg);
}
.navi_arrow.active::before {
    transform: rotate(45deg)!important;
}
.navi_arrow.active::after {
    transform: rotate(135deg)!important;
}*/
.navi_arrow02::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--main-blue);
  border-right: 1px solid var(--main-blue);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.navi__child {
  display: none;
}
/*.navi__child {
    display: none;
    background-color: transparent;
    position: static;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.navi__child a {
    gap: 5px;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--main-blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    width: 100%;
}
.navi__child li{
    position: relative;
}
.navi__child li:not(:first-child) {
    margin-bottom: 0.8rem;
}
.navi__child a{
    padding: 0.5rem 1.5rem 0.5rem 2.3rem;
}*/
.navi__buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 2rem auto 0 auto;
  width: 84%;
}

.header__button {
  font-size: 1.8rem;
  padding: 0.6rem 0 0.8rem 0;
  width: 45%;
}
.inner,
.inner_700,
.inner_800,
.inner_900,
.inner_1000 {
  width: 90%;
}

/* ---------------------------------------------------------------------------
  ★トップページ
--------------------------------------------------------------------------- */
.top_img {
  background: url(../img/topimg_sp.webp) no-repeat center bottom;
  background-size: cover;
  height: 122vw;
}
.top_img .inner {
  bottom: 4rem;
  left: 2rem;
}
.topCatch {
  font-size: 2.8rem;
  line-height: 4.5rem;
  bottom: 7rem;
}
.topCatch span {
  line-height: 3.2rem;
}
.top_img a.to_detailTop {
  font-size: 1.5rem;
  padding: 4px 0 6px 4px;
  width: 260px;
  box-shadow: 0 4px 2px rgba(233, 233, 233, 0.9);
}
.top_img a.to_detailTop span {
  padding-right: 1rem;
}
.top_img a.to_detailTop span:before {
  width: 6px;
  height: 6px;
  right: -5px;
}

/* -- TOP共通  ---------------*/
.topService .en_tit,
.topReason .en_tit,
.topCompany .en_tit,
.topRecruit .en_tit,
.topNews .en_tit,
.topContact .en_tit,
.sub_topimg span.en_tit {
  font-size: 1.6rem;
  line-height: 1.5rem;
  padding: 0.2rem 0 0.2rem 1.5rem;
  background-size: 11px;
}
.sub_topimg span.en_tit {
  font-size: 1.4rem;
  background-position: left 5px;
}
#home h3 {
  font-size: 2.3rem;
  line-height: 3.5rem;
  margin: 0.5rem 0 1rem 0;
}

.img_sp {
  width: 100%;
  max-width: 400px;
  height: 230px;
  margin: 0 auto;
}
.img_sp_80 {
  width: 80%;
  max-width: 400px;
  height: 200px;
  margin: 0 auto;
}

#home .img_sp {
  margin-top: 3rem;
}

/* -- TOP_Service  ---------------*/
.topService {
  margin-top: 4rem;
}
.topService .txtBox p {
  margin-bottom: 2rem;
}
.topService .link {
  gap: 1.5rem;
}
.topService a.to_detail01 {
  width: 47%;
}

/* -- TOP_Reason  ---------------*/
.topReason {
  padding: 3rem 0;
  margin: 4rem 0;
}
.topReason .en_tit {
  width: 100px;
}
.topReason ul.topReasonUl {
  gap: 4rem 0;
}
.topReason ul li.waku {
  width: 100%;
  padding: 2rem 2rem 3rem 2rem;
  border-radius: 10px;
}
.tit_wrap {
  font-size: 1.4rem;
  line-height: 4rem;
  width: 180px;
  top: -20px;
}
.tit_wrap span.num {
  font-size: 2rem;
  display: inline-block;
  margin-left: 0.5rem;
}
ul.topReasonUl {
  margin-top: 4.5rem;
}
ul.topReasonUl li h4 {
  font-size: 2rem;
  margin-top: 1.5rem;
  line-height: 3rem;
}
ul.topReasonUl li h4 span::after {
  bottom: 3px;
  height: 6px;
}
.topReason ul li.waku01 h4 {
  margin-top: 2rem;
}
.topReason ul.child {
  margin: 1.5rem auto;
}
.topReason ul.child li {
  font-size: 1.7rem;
  line-height: 2.7rem;
  margin-bottom: 0.7rem;
}
.topReason ul.child li:before {
  width: 14px;
  height: 14px;
  left: -0.5rem;
  top: -2px;
}
.topReason .txt_line {
  margin-top: 2rem;
}
li.waku02 p span.txt01 {
  font-size: 1.8rem;
  line-height: 3.5rem;
}
li.waku02 p span.txt02 {
  font-size: 6rem;
  line-height: 6rem;
  margin-bottom: 1rem;
  display: inline-block;
}
li.waku .imgBox {
  width: 120px;
  margin: 1.5rem auto;
}
li.waku .imgBox img {
  width: 100%;
}
.topReason a.to_detail03 {
  margin: 4rem auto 0 auto;
}

/* -- TOP_Company  ---------------*/
.topCompany {
  margin-top: 5rem;
}
.topCompany .txtBox p {
  margin-bottom: 2rem;
}

/* -- TOP_Recruit  ---------------*/
.topRecruit {
  margin-top: 5rem;
}
.topRecruit .txtBox {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.topRecruit a.to_detail01 {
  margin-top: 2rem;
}
.topRecruit .imgBox img {
  border-radius: 0 0 10px 10px;
}

/* -- TOP_News  ---------------*/
.topNews {
  margin: 5rem auto;
}
.topNews h3 {
  margin-bottom: 2.5rem;
}
.topNews ul {
  display: flex;
  flex-wrap: wrap;
}
.topNews ul li {
  width: 100%;
}
.topNews ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
}
.topNews ul li:last-child {
  padding-bottom: 2rem;
}
.topNews ul li .imgBox {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
  height: 200px;
  margin-bottom: 1.3rem;
}
.topNews ul li p.tit {
  font-size: 1.8rem;
  margin-top: 0.3rem;
}
.topNews ul li span.day {
  font-size: 1.4rem;
}
.topNews ul li span.cate {
  font-size: 1.2rem;
  height: 20px;
  line-height: 1.7rem;
  margin: 0.3rem 0 0 0.8rem;
}
.topNews a.to_detail01 {
  width: 80%;
  max-width: 400px;
  margin: 2rem auto 0 auto;
}

.btn_todetail {
  margin-top: 1rem;
}
.btn_todetail p {
  font-size: 1.4rem;
}
.btn_todetail p:after {
  width: 14px;
  height: 14px;
  top: 55%;
  transform: translateY(-50%);
}
.btn_todetail p span {
  padding-right: 2rem;
}

/* -- TOP_Contact  ---------------*/
.topContact {
  padding: 3rem 0;
}
.topContact h3 {
  font-size: 2.3rem;
  line-height: 3.5rem;
  margin: 0.5rem 0 1rem 0;
}
.topContact .link {
  margin-top: 1rem;
  padding-top: 1rem;
  justify-content: center;
}
.topContact .telWrap {
  width: 188px;
  line-height: 2.8rem;
}
.topContact a.tel {
  font-size: 2.8rem;
  align-items: center;
}
.topContact a.tel img {
  width: 20px;
  margin-right: 7px;
  padding-top: 4px;
  object-fit: contain;
}
.topContact a.mail {
  width: 100%;
  max-width: 350px;
  padding: 8px 25px 14px 25px;
  margin-top: 2rem;
  line-height: 2.7rem;
}

.topContact a.mail span.tit {
  font-size: 1.8rem;
}
.topContact .imgBox {
  width: 100%;
  margin-top: 2rem;
}
.topContact .imgBox .txt {
  padding: 1rem 0;
  font-size: 1.8rem;
  line-height: 2rem;
  width: 200px;
  right: 0;
}
.topContact .imgBox .txt span {
  font-size: 1.5rem;
}
.topContact .imgBox .txt span::after {
  bottom: 0;
}
.topContact .imgBox img {
  width: 90%;
  margin: 4rem auto 0 auto;
}

/* -- footer  ---------------*/
.footer {
  padding-top: 4rem;
}
.footer_inner {
  gap: 3rem;
  margin: 3rem auto 3rem auto;
}
.footer_left {
  width: 100%;
}
a.footer_logo {
  width: 220px;
  margin-bottom: 15px;
}
.footer_left .txtBox {
  line-height: 2.5rem;
}
a.footer_tel {
  display: block;
}
.footer_left a.recruit {
  width: 100%;
  max-width: 400px;
  padding: 12px 25px 19px 25px;
  margin-top: 2rem;
}
.footer_left a.recruit:after {
  width: 22px;
  height: 22px;
  right: 2rem;
  padding: 5px 0;
}
.footer_left a.recruit img {
  margin-right: 1rem;
}
.footer_left a.recruit span.en {
  font-size: 1.4rem;
}
.footer_left a.recruit span.ja {
  font-size: 1.8rem;
  margin-top: 0.7rem;
}
.ulMgr {
  margin-right: 2rem;
}
.footer_nav {
  width: 100%;
  margin-top: 3rem;
}
.footer_li {
  width: 100%;
}
.footer_li-item,
.footer_li-item a {
  margin-bottom: 15px;
}
.footer__copy {
  font-size: 1.4rem;
  margin-top: 2rem;
}

/* ---------------------------------------------------------------------------
  下層ページ
--------------------------------------------------------------------------- */
.sub_topimg {
  height: 44vw;
  width: 100%;
  margin: 0 0 1.5rem 0;
}
#company .sub_topimg {
  background: url(../img/sub_topimg_company_sp.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#reason .sub_topimg {
  background: url(../img/sub_topimg_reason_sp.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#services .sub_topimg {
  background: url(../img/sub_topimg_services_sp.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#flow .sub_topimg {
  background: url(../img/sub_topimg_flow_sp.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#construction .sub_topimg {
  background: url(../img/sub_topimg_construction_sp.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#cases .sub_topimg {
  background: url(../img/sub_topimg_cases_sp.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#news .sub_topimg,
#news-post .sub_topimg {
  background: url(../img/sub_topimg_news_sp.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#qa .sub_topimg {
  background: url(../img/sub_topimg_qa_sp.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#contact .sub_topimg,
#thanks .sub_topimg {
  background: url(../img/sub_topimg_contact_sp.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#privacy .sub_topimg {
  background: url(../img/sub_topimg_news_sp.webp) no-repeat;
  background-size: cover;
  background-position: 0 center;
}

.sub_topimg h2 {
  top: 60%;
  left: 10vw;
  font-size: 6.2vw;
  line-height: 3rem;
  width: auto;
}

ul.pankuzu {
  margin-bottom: 3rem;
}
.link_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 3rem auto;
  gap: 2rem;
}
.link_wrap a.to_detail02 {
  width: 46%;
  bottom: 0;
}
#sub h3 {
  font-size: 2.2rem;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
}
#sub h4 {
  font-size: 1.9rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.bg_white {
  padding: 2rem;
}

.wrap {
  margin: 4rem auto;
}
.bor_b {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
#company,
#flow,
#cases,
#construction,
#qa,
#news,
#news-post {
  margin-bottom: 5rem;
}

/* ---------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------- */
.messageBox {
  margin: 2rem auto 4rem auto;
}
.messageBox .img {
  width: 100%;
  max-width: 400px;
  margin: 2rem 0 0 auto;
}
.message_sign {
  margin-top: 1.5rem;
}
.message_sign img {
  width: 130px;
}

.philosophy {
  margin-top: 4rem;
}
.philosophy h4 {
  margin-bottom: 1rem;
}
.philosophy .txtBox {
  margin-bottom: 2rem;
}
.philosophy p:not(:last-child) {
  margin-bottom: 1rem;
}
.philosophy p span.blue {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.philosophy p span.txt {
  line-height: 2.3rem;
  display: inline-block;
}
.overview {
  padding: 2rem 1rem 1rem 1rem;
}

table.c-table th,
table.c-table td {
  font-size: 1.5rem;
}
table.c-table th {
  padding: 20px 24px 20px 2px;
}
table.c-table td {
  padding: 20px 5px 20px 2px;
}
table.c-table_sp th {
  border: 1px solid #eef3f8;
  background: #e0e8f3;
  vertical-align: top;
  padding: 12px 13px;
  color: var(--main-blue);
  font-weight: 600;
  width: 100%;
  display: block;
  word-break: break-all;
}
table.c-table_sp td {
  border-right: 1px solid #eef3f8;
  border-left: 1px solid #eef3f8;
  border-top: none;
  border-bottom: none;
  vertical-align: top;
  padding: 12px 13px;
  word-break: break-all;
  width: 100%;
  display: block;
}
table.c-table_sp td:last-child {
  border-bottom: 1px solid #e3e8f1;
}
table.c-table td p.mgb {
  margin-bottom: 2rem;
}

.qualification h3 {
  line-height: 2.8rem;
}
.qualification h3 span.subtxt {
  font-size: 1.5rem;
}
.qualification h3 span.kome {
  font-size: 1.3rem;
  line-height: 2rem;
}
.qualification table.c-table th {
  width: 14.5em;
}
.qualification table.c-table td {
  padding-right: 15px;
}

.history {
  margin-bottom: 4rem;
}
.customer h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.customer a.to_detail01 {
  margin: 2rem auto 1rem auto;
}
.customer a.to_detail01 span {
  display: block;
  padding-left: 4rem;
  line-height: 2rem;
}

.history .img_sp_80 {
  margin: 1rem auto 0 0;
}

.access {
  margin-top: 4rem;
}
.access iframe {
  width: 100%;
  height: 300px;
}
.access .txtBox {
  margin-top: 15px;
  margin-bottom: 80px;
}
.access h4 {
  text-align: center;
}

/* ---------------------------------------------------------------------------
  選ばれる理由
--------------------------------------------------------------------------- */
.topBox .tit {
  font-size: 1.7rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
  text-align: center;
}
.topBox .tit span {
  font-size: 2.3rem;
}
#reason .topBox ul {
  gap: 2.5rem 2rem;
  justify-content: center;
  margin-top: 2rem;
}
#reason .topBox ul li {
  width: 150px;
}
#reason .topBox ul li span.num {
  font-size: 3.4rem;
  line-height: 2.8rem;
  margin-bottom: 1rem;
}
#reason .topBox ul li span.en {
  font-size: 1.2rem;
}
#reason .topBox ul li span.txt {
  line-height: 2.3rem;
}
#reason .topBox ul li span.Mgt {
  padding-top: 0.5rem;
}
#reason .topBox ul li:first-child ::after,
#reason .topBox ul li:nth-child(4) ::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.5rem;
  width: 1px;
  height: 100%;
  background: #2f2f2f;
  transform: skewX(-15deg);
}
#reason .topBox ul li.sp {
  width: 100%;
}

#reason .Box01,
#reason .Box03 {
  padding: 4rem 0;
}
#reason .reasonNum {
  font-size: 1.3rem;
  width: 150px !important;
  top: -10px;
}
#reason .reasonNum .num {
  font-size: 2.3rem;
  margin-left: 0.5rem;
}
#reason .Box01 .titBox {
  margin: 0 0 2rem 0;
}
#reason h3 {
  text-align: center;
  margin: 0 0 0.5rem 0;
}
#reason .Box01 ul {
  gap: 3rem 0;
}
#reason .Box01 ul li {
  width: 100%;
  padding: 2rem;
  border-radius: 10px;
}
#reason .Box01 ul li .imgBox {
}
#reason .Box01 ul li:first-child .imgBox {
  width: 80px;
  right: -0.5rem;
  bottom: -6rem;
}
#reason .Box01 ul li:nth-child(2) .imgBox {
  width: 100px;
  right: -0.5rem;
  bottom: -6rem;
}
#reason .Box01 ul li:nth-child(3) .imgBox {
  width: 100px;
  right: -1rem;
  bottom: -6rem;
}
#reason .Box01 ul li:last-child .imgBox {
  width: 110px;
  right: -3.2rem;
  bottom: -6rem;
}
#reason .Box01 .txt_line02 {
  width: 190px;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 1rem;
}
#reason .Box01 .txt_width {
  width: 210px;
}
#reason .Box01 .detail_wrap {
  margin-top: 3rem;
}
#reason .Box01 .detail_wrap p {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

#reason .Box02 {
  padding-top: 1rem;
}
#reason .Box02 .titBox {
  margin-bottom: 2.5rem;
}
#reason .Box02 .titBox p {
  text-align: justify;
}
#reason .Box02 .txtBox_wrap {
  margin-bottom: 2rem;
}
#reason .Box02 ul li {
  margin-bottom: 3rem;
}
#reason .Box02 ul li .flex_wrap {
  line-height: 3.7rem;
}
#reason .Box02 ul li .maru {
  width: 65px;
  height: 65px;
  margin-right: 0.5rem;
}
#reason .Box02 ul li .maru .c_c_c {
  width: 65px;
}
#reason .Box02 ul li .big {
  font-size: 6rem;
  padding: 0 0.5rem;
}
#reason .Box02 ul li .big_wrap {
  padding-top: 1.5rem;
}
#reason .Box02 ul li .sm {
  font-size: 1.6rem;
}
#reason .Box02 .txtBox .tit {
  font-size: 1.8rem;
  margin: 1rem 0 0.5rem 0;
}
#reason .Box02 .txtBox p {
  text-align: justify;
}
#reason .Box02 .imgBox_wrap .imgBox {
  margin-bottom: 2rem;
}

#reason .Box03 ul {
  gap: 1.5rem 0;
  margin-top: 2rem;
}
#reason .Box03 ul li {
  padding: 2rem;
}
#reason .Box03 ul li h4 {
  text-align: center;
  margin-bottom: 0.5rem;
}
#reason .Box03 ul li:last-child h4 {
  text-align: center;
  padding-top: 2rem;
}
#reason .Box03 ul li .imgBox {
  margin-top: 1rem;
}

#reason .Box04 h4 {
  margin-top: 3rem;
}
#reason .Box04 h4::after {
  width: 60px;
  height: 2px;
  bottom: -3px;
  left: calc(50% - 30px);
}
#reason .Box04 h5 {
  text-align: center;
}
#reason .Box04 .txtBox {
  margin-top: 2rem;
}
#reason .Box04 .txtBox p.txt {
  font-size: 1.4rem;
}
#reason .Box04 .txtBox .Boxin01 {
  margin-bottom: 5rem;
}
#reason .Box04 .txtBox .Boxin02 ul {
  gap: 4rem;
}
#reason .Box04 .txtBox02 {
  padding: 1rem 0.5rem;
  margin: 5rem auto 3rem auto;
}
#reason .Box04 .txtBox02 p {
  margin-bottom: 1rem;
}
#reason .Box04 .txtBox02 .imgBox {
  height: 90px;
}

/* ---------------------------------------------------------------------------
  事業内容
--------------------------------------------------------------------------- */
#services .topBox .bg_white {
  padding: 2rem 2rem 0;
}
#services .topBox {
  padding-bottom: 3rem;
}
#services .topBox ul {
  margin-top: 2rem;
  gap: 4rem 1rem;
  justify-content: center;
}
#services .topBox ul li {
  width: 250px;
}
#services .topBox ul li .maru {
  width: 140px;
  height: 140px;
}
#services .topBox ul li .icon img {
  width: 130px;
  margin: 0.8rem auto 0 auto;
}
#services .topBox ul li .Mgt02 img {
  width: 80%;
  margin: 0.5rem auto 0 auto;
}
#services .topBox ul li .sp_Mgt0 img {
  margin-top: 0rem;
}
#services .topBox ul li p {
  margin-bottom: 0.7rem;
  line-height: 2.2rem;
  font-size: 1.7rem;
}
#services .topBox ul li .maru span {
  width: 150px;
  line-height: 3rem;
}
#services .topBox ul li span.big {
  font-size: 4rem;
  margin-right: 0.2rem;
}
#services .topBox ul li span.sm {
  font-size: 1.2rem;
}
#services .topBox ul li img.img_sm {
  width: 70%;
  margin: 0.5rem auto 0 auto;
}

#services .Box_out {
  padding: 3.5rem 0;
}
#services .Box h3 {
  margin-bottom: 2rem;
}
#services .Box .midashiBox {
  margin: 2.5rem auto 0 auto;
}
#services .Box .Box_in {
  padding: 1rem 0.5rem;
  margin: 0 auto 2rem 1rem;
}
#services .Box .Box_in h4 {
  padding-left: 9.5rem;
  font-feature-settings: "palt";
  line-height: 2.8rem;
}
#services .Box .Box_in .fuki {
  top: -1.2rem;
  left: -2rem;
  padding: 2.3rem 0 0 0;
  line-height: 2rem;
  width: 110px;
  height: 110px;
}
#services .Box .fuki02 {
  padding: 3.3rem 0 0 0 !important;
}
#services .Box01 ul li {
  width: 100%;
  margin-top: 2rem;
}
#services .BoxMgt {
  margin-top: 6rem;
}

#services h5 {
  font-size: 1.8rem;
  margin-top: 1rem;
}
#services .Box02 ul {
  margin-top: 1rem;
  gap: 2rem;
}
#services .Box02 .Box02a ul {
  margin: 1rem auto 0 auto;
}
#services .Box02 ul li {
  width: 100%;
}
#services .Box02 .Box02b {
  margin-top: 4rem;
}

#services .Box ul li .tit {
  margin-bottom: 0.2rem;
}
#services .Box ul li span.inter {
  font-size: 110%;
  margin-right: 0.5rem;
  display: inline-block;
}
#services .Box03 ul {
  margin: 1.5rem auto 0 auto;
  gap: 2rem 0;
}
#services .Box03 ul li .tit {
  font-size: 1.7rem;
  margin-bottom: 0.3rem;
}
#services .Box03 ul li p {
  margin-top: 0.5rem;
}

#services .Box04 ul {
  margin-top: 1.5rem;
  gap: 3rem 0;
}
#services .Box04 ul li {
  width: calc(50% - 20px);
  text-align: justify;
}
#services .Box04 ul li .imgBox {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
#services .Box04 ul li .tit {
  margin-bottom: 0.3rem;
}
#services .Box04 ul li p {
  margin-top: 0.5rem;
  line-height: 2.3rem;
}
#services .Box04 .detail_wrap {
  margin-top: 2.5rem;
}
#services .Box04 .detail_wrap .catch {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

#services .Box05 ul {
  margin-top: 1.5rem;
  gap: 2rem;
}
#services .Box05 ul li {
  width: 100%;
}
#services .Box05 ul li .tit {
  margin-bottom: 0.3rem;
}

/* ---------------------------------------------------------------------------
  工事の流れ
--------------------------------------------------------------------------- */
#flow .num_wrap {
  margin-bottom: 2rem;
}
#flow .num_wrap p.num {
  font-size: 4rem;
  line-height: 3rem;
}
#flow .num_wrap p.num span.en {
  font-size: 1.3rem;
  display: block;
}
#flow .Box {
  justify-content: center;
  margin-top: 2.5rem;
}
#flow .Box .bg_white {
  padding: 2rem 2rem 2.5rem 2rem;
}
#flow .Box h3 {
  text-align: left;
  margin-bottom: 0.5rem;
}
#flow .telWrap,
#contact .telWrap {
  width: 100%;
  max-width: 350px;
  padding: 8px 25px 10px 25px;
}
#flow a.mail {
  width: 100%;
  max-width: 350px;
  padding: 18px 25px 20px 25px;
}
#flow .telWrap {
  line-height: 3rem;
  margin-bottom: 2rem;
}
#flow a.tel,
#contact a.tel {
  font-size: 2.8rem;
  line-height: 2.5rem;
  align-items: center;
}
#flow a.tel img,
#contact a.tel img {
  width: 20px;
  margin-right: 7px;
  padding-top: 4px;
  object-fit: contain;
}
#flow .telWrap .txt_b,
#contact .telWrap .txt_b {
  font-size: 1.3rem;
  padding-left: 2.8rem;
}

#flow a.mail span.tit {
  font-size: 1.8rem;
}
#flow .Box .link {
  margin-top: 1.5rem;
}
#flow .Box_a ul {
  margin-top: 1rem;
  gap: 3.5rem 0;
}
#flow .Box_a ul li {
  width: 100%;
}
#flow .Box_a ul li .tit {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
#flow .Box_a ul li .imgBox {
  width: 70%;
  height: 150px;
  margin: 0 auto;
}
#flow .Box_a ul li p {
  line-height: 2.5rem;
  margin-top: 0.5rem;
}
#flow .Box_a ul li:not(:last-child):before {
  content: "";
  border: 0;
  border-bottom: solid 2px #2f2f2f;
  border-right: solid 2px #2f2f2f;
  transform: rotate(45deg) translateX(50%);
  position: absolute;
  margin: auto;
  width: 10px;
  height: 10px;
  bottom: -2rem;
  right: 49%;
}

/* ---------------------------------------------------------------------------
  各施工の紹介
--------------------------------------------------------------------------- */
#construction .topBox .tit {
  font-size: 2.3rem;
  line-height: 3.2rem;
}
#construction .link_wrap {
  margin-top: 2rem;
  position: relative;
}
#construction .Mgb {
  margin-bottom: 2rem;
}
#construction h3 {
  margin-bottom: 1rem;
}
#construction .titBox {
  margin-bottom: 1.5rem;
}
#construction .titBox p {
  text-align: justify;
}
#construction h4 {
  font-size: 1.7rem;
  margin-bottom: 0;
}
#construction .slick01 {
  width: 250px;
  margin: 0 auto;
}
#construction .slick-prev,
#construction .slick-next {
  width: 25px;
  height: 25px;
  z-index: 2;
}
#construction .slick-prev:before,
#construction .slick-next:before {
  background-size: 25px;
}
#construction .slick-prev:before {
  left: 4.5rem;
}
#construction .slick-next:before {
  left: -4.5rem;
}
#construction .Box01 .Box_in {
  margin-top: 4rem;
}
#construction .Box_in .fuki {
  padding: 2.5rem 0 0 0;
  line-height: 2.5rem;
  width: 80px;
  height: 80px;
  margin-right: 1rem;
}
#construction .slickBox {
  gap: 4rem 2rem;
}
#construction .slickBox_in {
  margin: 0 auto;
}
#construction .Box02 .Box_in {
  margin-top: 2rem;
}
#construction .Box02 .slickBox::after {
  content: "";
  display: block;
  width: 50%;
}
#construction .Box04 ul li.li_01 {
  width: 250px;
  margin: 0 auto 2rem auto;
}
#construction .Box04 .Box_in {
  margin-top: 2rem;
}

/* ---------------------------------------------------------------------------
  実績紹介
--------------------------------------------------------------------------- */
#cases .link_wrap {
  gap: 1.5rem 2rem;
  margin-bottom: 4rem;
}
#cases .link_wrap a.to_detail02 {
  width: 250px;
  margin: 0 auto;
}
#cases .link_wrap a.to_detail02 span {
  padding-right: 2rem;
}
#cases .link_wrap span.space {
  display: none;
}
#cases .Box {
  padding-bottom: 4rem;
}
#cases .bor_b {
  margin-bottom: 2.5rem;
}
#cases .Box ul li {
  width: 100%;
  padding: 1.5rem;
}
#cases .Box ul.Box_in {
  gap: 2rem 0;
}
#cases ul li .imgBox {
  width: 100%;
  height: 230px;
}
#cases ul li .flex_wrap {
  gap: 0 2rem;
}
#cases ul li p.tit {
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
#cases ul li span.frame {
  font-size: 1.3rem;
  padding: 0 0.3rem 0.1rem 0.3rem;
  line-height: 1.6rem;
  margin-right: 0.5rem;
}

/* ---------------------------------------------------------------------------
  新着情報
--------------------------------------------------------------------------- */
.newsBox ul.newsBox_in li:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.newsBox ul.newsBox_in li .imgBox {
  width: 80%;
  max-width: 400px;
  height: 200px;
  margin: 0 auto 1rem auto;
}
#news h3 {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin: 0.7rem 0 0.5rem 0;
}
span.day {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
span.cate {
  font-size: 1.2rem;
  padding: 0 0.5rem;
  line-height: 1.7rem;
  display: inline-block;
  height: 20px;
  margin: 0.2rem 0 0 0.5rem;
}
.pager {
  margin: 2rem auto 1rem auto !important;
}
.sidebar {
  width: 100%;
  max-width: 400px;
  margin: 4rem auto 0 auto;
  padding: 0;
}

/*#news #pager{
    margin-bottom: 3rem;
}*/

#news-post h3 {
  font-size: 2rem;
  line-height: 3.3rem;
  margin: 0.7rem 0 1.5rem 0;
}
#news-post ul.pankuzu li:nth-child(2) a {
  min-width: 70px;
}
#news-post .imgBox {
  width: 80%;
  max-width: 400px;
  height: 200px;
  margin: 0 auto 1rem auto;
}
#news-post a.to_detail01 {
  margin-top: 3rem;
}
#news-cat .topBox p {
  margin: 0 0 1.5rem 0;
  font-size: 1.8rem;
}

/* ---------------------------------------------------------------------------
  よくある質問
--------------------------------------------------------------------------- */
#qa .link_wrap {
  margin: 2rem auto 4rem auto;
}
#qa .link_wrap a.to_detail02 {
  width: 250px;
  margin: 0 auto;
}

/* --- Q&A ------------------------------- */
dt.acc-item__ttl::before {
  font-size: 2rem;
}
dl.acc-item {
  border-radius: 1rem;
  padding: 7px 10px 0px 10px;
}
dl.acc-item:not(:last-child) {
  margin: 0 0 15px;
}
dl.acc-item dt {
  font-size: 1.5rem;
  line-height: 2.3rem;
  padding: 5px 35px 5px 45px;
}
dl.acc-item dt::before {
  left: 18px;
}
dl.acc-item dt::after {
  right: 10px;
  top: 50%;
}
dd.acc-item__content {
  line-height: 2.5rem;
  padding: 5px 10px 5px 45px;
}
dd.acc-item__content::before {
  font-size: 2rem;
}
dd.acc-item__content::before {
  top: 10px;
  left: 18px;
}
#qa .Mgt {
  margin-top: 4rem;
}

/* ---------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------- */
#contact .contact_wrap,
#privacy .privacyBox {
  margin-bottom: 1rem;
  padding-bottom: 5rem;
}
#contact .Box01 p {
  text-align: justify;
  margin-bottom: 2rem;
}
#contact .telWrap {
  text-align: center;
  margin: 2rem 0 3rem 0;
}
#contact .telWrap_in {
  display: inline-block;
  text-align: left;
}
#contact .inner_800 {
  width: 100%;
}

ul.contactType li.flex_wrap {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#contact table,
#contact table tbody,
#contact table tbody tr {
  display: block;
}
#contact table.c-table_sp th {
  display: block;
  align-items: center;
  border: 1px solid #f4f6f5;
  background: #e3e8f1;
  vertical-align: top;
  padding: 12px 13px;
  color: #333;
  font-weight: 500;
  width: 100%;
  word-break: break-all;
}
table.c-table_sp td {
  border-right: 1px solid #e3e8f1;
  border-left: 1px solid #e3e8f1;
  border-top: none;
  border-bottom: none;
  vertical-align: top;
  padding: 12px 13px;
  word-break: break-all;
  width: 100%;
  display: block;
}

.privacy_wrap {
  margin: 2rem auto;
}
.privacy_wrap p {
  font-size: 1.3rem;
}
#contact label.c_b {
  font-size: 1.4rem;
  gap: 1rem;
  display: block; /*警告の位置調整*/
  padding-left: 1.7em;
  text-indent: -1.7em;
}
form#mailformpro label {
  white-space: normal !important; /*警告の位置調整*/
}
div.mfp_err {
  text-indent: 0; /*警告のインデントなし*/
}

.submit_wrap {
  width: 270px;
  margin: 4rem auto 0 auto;
}

#contact table.c-table_sp th {
  display: flex;
  align-items: center;
  border: 1px solid #f4f6f5;
  background: #dff2f6;
  vertical-align: top;
  padding: 12px 13px;
  color: #333;
  font-weight: 500;
  width: 100%;
  word-break: break-all;
}

#thanks .miniTextBox {
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0 5rem 0;
}
#thanks .miniTextBox p {
  text-align: justify;
}
#error {
  margin-top: 10rem;
}

/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */

.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}

/* =======================================
	★ページャー
========================================== */
.wp-pagenavi {
  margin-top: 3rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #000000;
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
  color: #000000;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.extend {
  border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000000;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

#contact .popup-inner {
  padding: 40px 20px;
}
