@charset "UTF-8";

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

html {
  font-size: 62.5%;
}
body {
  font-size: 1.8rem;
}

object {
  pointer-events: none;
}

.sp {
  display: none !important;
}

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

.img_r {
  overflow: hidden;
}

.img_r > img {
  float: right;
  width: 33%;
  margin-left: 15px;
  margin-bottom: 15px;
}

a:hover {
  opacity: 0.7;
}

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

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
a.to_detail01,
a.to_detail02,
a.to_detail03 {
  font-size: 2rem;
  width: 289px;
  padding: 16px 25px;
  position: relative;
}
a.to_detail01:after,
a.to_detail02:after,
a.to_detail03:after {
  width: 22px;
  height: 22px;
  right: 2rem;
}
a.to_detail01:before,
a.to_detail02:before,
a.to_detail03:before {
  box-shadow: 0 5px 2px rgba(233, 233, 233, 0.9);
}

#sub .link_wrap a.to_detail02 {
  font-size: 1.6rem;
  padding: 15px 25px;
}
#sub .link_wrap a.to_detail02:after {
  width: 18px;
  height: 18px;
}
#sub .link_wrap a.to_detail02:before {
  box-shadow: 0 5px 2px rgba(233, 233, 233, 0.5);
}

#company .link_wrap a.to_detail02 {
  width: calc(32% - 10px);
}

a.anchor01 {
  padding-top: 190px;
  margin-top: -190px;
}
a.anchor02 {
  padding-top: 140px;
  margin-top: -140px;
}

a.pageTop {
  width: 80px;
  right: 5rem;
  bottom: 37rem;
}
@media screen and (max-width: 1300px) {
  a.pageTop {
    bottom: 35rem;
  }
}

/* ---------------------------------------------------------------------------
  ★header
--------------------------------------------------------------------------- */
#header {
  height: 145px;
}
#contents {
}
#header h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.header__inner_out {
  margin: 0 auto;
  max-width: 1200px;
  width: 96%;
  padding-top: 2rem;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: block;
  padding-top: 1.3rem;
  position: relative;
  width: 33rem;
}

.header__cta {
  gap: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: end;
  justify-content: end;
}
.header__cta a.tel {
  font-size: 3.2rem;
}

.header_tel {
  width: 200px;
  padding-top: 0.2rem;
}
.header_tel a {
  font-size: 2.8rem;
  line-height: 2rem;
  padding: 0.2rem 0 0 2.7rem;
}
.header_tel a:before {
  width: 22px;
  height: 22px;
}
.header_tel p {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

@media screen and (max-width: 1100px) {
  .header__logo {
    width: 25rem;
  }
}
.sp__cta {
  display: none;
}

/* =======================================
  nav
========================================== */
.navi__menu {
  gap: 4.5rem;
  margin-top: 0.85rem;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 1040px) {
  .navi__menu {
    gap: 3rem;
    width: 98%;
  }
}

ul.navi__menu li {
  font-size: 1.4rem;
}
ul.navi__menu li {
  font-size: 1.5rem;
}

.header__trigger {
  cursor: pointer;
  display: none;
}
.u-pt {
  display: none;
}
ul.navi__menu li ul.navi__child {
  display: none;
}
ul.navi__menu li:hover ul.navi__child {
  display: block;
  left: 0;
  position: absolute;
  top: 1.9em;
  transition: min-height 0.5s;
  width: max-content;
  z-index: 3;
}
ul.navi__child li {
  position: relative;
  border: 2px solid var(--main-blue);
  background: rgba(255, 255, 255, 0.8);
  width: 160px;
}
.navi__child li:nth-child(-n + 3) {
  margin-bottom: 5px;
}
.navi__child li:not(:first-child) {
}
.navi__child a {
  color: #2c2c2c;
  display: block;
  width: 100%;
  text-align: center;
}

/*-- ナビメニューhoverすると下線のエフェクト ---*/
.navi__menu-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.navi__menu-link span {
  position: relative;
  display: inline-block;
}

.navi__menu-link span::after {
  content: "";
  position: absolute;
  bottom: -2px; /* 下線の位置を調整 */
  left: 50%;
  width: 0;
  height: 2px; /* 下線の太さ */
  background-color: var(--main-blue);
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.navi__menu-link:hover span::after {
  width: 100%;
}

/* ---------------------------------------------------------------------------
  ★トップページ
--------------------------------------------------------------------------- */
.top_img {
  background: url(../img/topimg_pc.webp) no-repeat center bottom;
  background-size: cover;
  height: 38em;
}
.top_img .inner {
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
}
.topCatch {
  font-size: 4.8rem;
  line-height: 8rem;
  bottom: 0;
}
.topCatch span {
  line-height: 5.5rem;
}
.top_img a.to_detailTop {
  font-size: 20px;
  padding: 15px 0;
  width: 377px;
  box-shadow: 0 5px 2px rgba(233, 233, 233, 0.9);
}
.top_img a.to_detailTop span:before {
  width: 9px;
  height: 9px;
  right: -22px;
}

@media screen and (max-width: 1199px) {
  .topCatch {
  }
}

/* -- TOP共通  ---------------*/
#home h3 {
  font-size: 4rem;
  line-height: 6rem;
  margin: 1rem 0 2rem 0;
}
.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: 2rem;
  line-height: 1.5rem;
  padding: 0.2rem 0 0.2rem 2.2rem;
  background-size: 15px;
}

.sub_topimg span.en_tit {
  background-position: left 3px;
}

/* -- TOP_Service  ---------------*/
.topService {
  margin-top: 8rem;
}
.topService .txtBox {
  width: 50%;
  min-width: 520px;
  margin-right: 8rem;
}
@media screen and (max-width: 1050px) {
  .topService .txtBox {
    margin-right: 5rem;
  }
}
.topService .txtBox p {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.topService .imgBox {
  flex: 1;
}
.topService a.to_detail01 {
  width: 48%;
}

/* -- TOP_Reason  ---------------*/
.topReason {
  padding: 10rem 0;
  margin: 8rem 0;
}
.topReason .en_tit {
  width: 100px;
}
.topReason ul.topReasonUl {
  justify-content: center;
  gap: 8rem 8rem;
}
@media screen and (max-width: 1050px) {
  .topReason ul.topReasonUl {
    gap: 8rem 2rem;
  }
}
.topReason ul li.waku {
  width: 46%;
  min-width: 470px;
  height: 500px;
  padding: 4rem;
  border-radius: 10px;
}
.tit_wrap {
  font-size: 1.6rem;
  line-height: 5.5rem;
  width: 289px;
}
.topReason .tit_wrap {
  top: -20px;
}
.tit_wrap span.num {
  font-size: 3.2rem;
  display: inline-block;
  margin-left: 1rem;
}
ul.topReasonUl {
  margin-top: 10rem;
}
ul.topReasonUl li h4 {
  font-size: 3.2rem;
  margin-top: 3rem;
  line-height: 4.5rem;
}
ul.topReasonUl li h4 span::after {
  bottom: 3px;
  height: 10px;
}
.topReason ul li.waku01 h4 {
  margin-top: 5rem;
}
ul.topReasonUl li p {
  font-size: 1.6rem;
}
.topReason ul.child {
  width: 360px;
  margin: 3.5rem auto;
}
.topReason ul.child li {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.topReason ul.child li:before {
  width: 16px;
  height: 16px;
  left: -1rem;
}

.topReason .txt_line {
  margin-top: 4rem;
}
li.waku02 p span.txt01 {
  font-size: 2.4rem;
  line-height: 5rem;
}
li.waku02 p span.txt02 {
  font-size: 8rem;
  line-height: 7.5rem;
  margin-bottom: 3rem;
  display: inline-block;
}
li.waku .imgBox {
  width: 170px;
  margin: 2rem auto;
}
li.waku .imgBox img {
  width: 100%;
}
.topReason a.to_detail03 {
  margin: 4rem auto 0 auto;
}

/* -- TOP_Company  ---------------*/
.topCompany {
  margin-top: 8rem;
}
.topCompany .flex_wrap {
  flex-flow: row-reverse;
}
.topCompany .txtBox {
  width: 50%;
  min-width: 500px;
  margin-left: 8rem;
  padding: 4rem 0;
}
@media screen and (max-width: 1050px) {
  .topCompany .txtBox {
    margin-left: 5rem;
  }
}
.topCompany .txtBox p {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.topCompany .imgBox {
  flex: 1;
}

/* -- TOP_Recruit  ---------------*/
.topRecruit {
  margin-top: 10rem;
}
.topRecruit .txtBox {
  width: 48%;
  padding: 8.5rem 1rem 9.5rem 6rem;
}
@media screen and (max-width: 1200px) {
  .topRecruit .txtBox {
    padding: 6.5rem 1rem 7.5rem 6rem;
  }
}
@media screen and (max-width: 1000px) {
  .topRecruit .txtBox {
    padding: 4.5rem 1rem 5.5rem 6rem;
  }
}
.topRecruit a.to_detail01 {
  margin-top: 3rem;
}
.topRecruit .imgBox {
  width: 50%;
}
.topRecruit .imgBox img {
  border-radius: 0 10px 10px 0;
}

/* -- TOP_News  ---------------*/
.topNews {
  margin: 10rem auto 14rem auto;
}
.topNews h3 {
  margin-bottom: 4rem;
}
.topNews ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 4vw;
}
.topNews ul li {
  width: 31%;
}

.topNews ul li .imgBox {
  width: 100%;
  height: 19vw;
  max-height: 262px;
  margin-bottom: 1rem;
}
.topNews ul li p.tit {
  font-size: 2rem;
  line-height: 3rem;
  margin: 0.4rem 0;
}
.topNews ul li span.day,
.topNews ul li p.txt {
  font-size: 1.6rem;
}
.topNews ul li span.cate {
  font-size: 1.3rem;
  height: 23px;
  line-height: 1.9rem;
  margin-left: 8px;
}
.topNews a.to_detail01 {
  margin: 5rem auto 0 auto;
}

.btn_todetail {
  margin-top: 1rem;
}
.btn_todetail p {
  font-size: 1.6rem;
}
.btn_todetail p:after {
  width: 22px;
  height: 22px;
  top: 52%;
  transform: translateY(-50%);
}
.btn_todetail p span {
  padding-right: 3rem;
}

/* -- TOP_Contact  ---------------*/
.topContact {
  padding: 10rem 0 11rem 0;
}
.topContact h3 {
  font-size: 4rem;
  line-height: 6rem;
  margin: 1rem 0 2rem 0;
}
.topContact .txtBox {
  width: 58%;
  margin-right: 5rem;
}
.topContact .link {
  margin-top: 4rem;
  padding-top: 4rem;
  gap: 4rem 2rem;
}
.topContact .telWrap {
  line-height: 4rem;
}
.topContact a span.txt {
  font-size: 1.6rem;
}
.topContact a.tel {
  font-size: 4rem;
  align-items: center;
}
.topContact a.tel img {
  width: 29px;
  margin-right: 10px;
  padding-top: 4px;
  object-fit: contain;
}
.topContact a.mail {
  width: 377px;
  padding: 16px 25px 22px 25px;
}
.topContact a.mail span.tit {
  font-size: 2.2rem;
}
.topContact .imgBox {
  flex: 1;
}
.topContact .imgBox .txt {
  padding: 1rem 0;
  font-size: 2.4rem;
  line-height: 2.5rem;
  width: 263px;
  left: 0;
}
.topContact .imgBox .txt span {
  font-size: 1.6rem;
}
.topContact .imgBox .txt span::after {
  bottom: 1px;
}
.topContact .imgBox img {
  width: 350px;
  margin: 2rem 0 0 auto;
}
@media screen and (max-width: 1189px) {
  .topContact .imgBox {
    width: 45%;
  }
  .topContact .imgBox img {
    width: 450px;
    margin: 7rem 4rem 0 auto;
  }
}

/* -- footer  ---------------*/
.footer {
  padding-top: 8rem;
}
.footer_inner {
  gap: 4.7rem;
  margin: 6rem auto 3rem auto;
}
a.footer_logo {
  width: 359px;
  margin-bottom: 20px;
}
.footer_left .txtBox {
  line-height: 3rem;
}
.footer_left a.recruit {
  width: 377px;
  padding: 25px 25px 30px 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.ja {
  font-size: 2.2rem;
  margin-top: 1rem;
}
.ulMgr {
  margin-right: 6rem;
}
@media screen and (max-width: 1100px) {
  .footer_left {
    margin: 0 2rem 4rem 0;
  }
  .ulMgr {
    margin-right: 4rem;
  }
}
.footer_li-item {
  margin-bottom: 20px;
}
.footer__copy {
  margin-top: 5rem;
}

/* ---------------------------------------------------------------------------
  下層ページ
--------------------------------------------------------------------------- */
.sub_topimg {
  height: 24em;
  width: 100%;
  margin: 0 0 2rem 0;
}
#company .sub_topimg {
  background: url(../img/sub_topimg_company_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#reason .sub_topimg {
  background: url(../img/sub_topimg_reason_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#services .sub_topimg {
  background: url(../img/sub_topimg_services_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#flow .sub_topimg {
  background: url(../img/sub_topimg_flow_pc.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#construction .sub_topimg {
  background: url(../img/sub_topimg_construction_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#cases .sub_topimg {
  background: url(../img/sub_topimg_cases_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#news .sub_topimg,
#news-post .sub_topimg,
#privacy .sub_topimg {
  background: url(../img/sub_topimg_news_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#qa .sub_topimg {
  background: url(../img/sub_topimg_qa_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
#contact .sub_topimg,
#thanks .sub_topimg {
  background: url(../img/sub_topimg_contact_pc.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.sub_topimg h2 {
  font-size: 2.8vw;
  line-height: 6rem;
  top: 60%;
  left: 8.7vw;
  width: auto;
}

ul.pankuzu {
  margin-bottom: 5rem;
}
.link_wrap {
  margin: 0 auto 7rem auto;
  gap: 2rem;
  justify-content: center;
}
.link_wrap a.to_detail02 {
  width: 180px;
  bottom: 0;
}
#sub h3 {
  font-size: 3.8rem;
  margin-bottom: 3rem;
}
#sub h4 {
  font-size: 2.8rem;
  line-height: 4.5rem;
  margin-bottom: 2rem;
}
.bg_white {
  padding: 5rem;
}
.wrap {
  margin: 8rem auto;
}

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

/* ---------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------- */
.messageBox .img {
  width: 500px;
  margin: 4rem 0 0 auto;
}
.message_sign {
  margin-top: 3rem;
}
.message_sign img {
  width: 180px;
}
.philosophy {
  margin-top: 10rem;
}
.philosophy .flex_wrap {
  gap: 2rem;
}
.philosophy .imgBox {
  width: 50%;
  max-width: 450px;
  flex: 1;
}
.philosophy h4 {
  margin-bottom: 1rem;
}
.philosophy p:not(:last-child) {
  margin-bottom: 2rem;
}
.philosophy p span.blue {
  font-size: 1.6rem;
  line-height: 1rem;
}
.philosophy p span.txt {
  font-size: 2rem;
}
.overview {
  margin-top: 8rem;
}
.overview table.c-table th {
  width: 180px;
  vertical-align: middle;
}

table.c-table th,
table.c-table td {
  font-size: 1.6rem;
}
table.c-table th {
  padding: 32px 40px 32px 2px;
}
table.c-table td {
  padding: 32px 10px 32px 2px;
}
table.c-table td p.mgb {
  margin-bottom: 2rem;
}

.qualification h3 {
  line-height: 4.5rem;
}
.qualification h3 span.subtxt {
  font-size: 2.4rem;
}
.qualification h3 span.kome {
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.qualification table.c-table th {
  width: 300px;
}
.qualification table.c-table td {
  padding-right: 20px;
}

.history {
  margin-bottom: 8rem;
}
.history .imgBox {
  width: 350px;
  height: 250px;
  margin-top: 2rem;
}

.customer h3 {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
.customer a.to_detail01 {
  width: 80%;
  margin: 4rem auto 1rem auto;
}
.customer a.to_detail01 span {
  padding-left: 4rem;
}

.access {
  margin-top: 8rem;
}
.access iframe {
  width: 100%;
  height: 400px;
}
.access .txtBox {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 80px;
}
.access h4 {
  text-align: center;
}

/* ---------------------------------------------------------------------------
  選ばれる理由
--------------------------------------------------------------------------- */
.topBox .tit {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
.topBox .tit span {
  font-size: 3.8rem;
  margin-left: 1rem;
}
#reason .topBox p {
  text-align: center;
}
#reason .topBox ul {
  gap: 8rem;
  justify-content: center;
  margin-top: 4rem;
}
#reason .topBox ul li {
  width: 180px;
}
#reason .topBox ul li span.num {
  font-size: 3.5rem;
  line-height: 3.2rem;
  margin-bottom: 1.2rem;
}
#reason .topBox ul li span.en {
  font-size: 1.5rem;
}
#reason .topBox ul li span.txt {
  line-height: 2.8rem;
}
#reason .topBox ul li span.Mgt {
  padding-top: 1rem;
}
#reason .topBox ul li:not(:last-child) ::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4.5rem;
  width: 1px;
  height: 100%;
  background: #2f2f2f;
  transform: skewX(-15deg);
}

#reason .Box01,
#reason .Box03 {
  padding: 6rem 0 7rem 0;
}
#reason .reasonNum {
  font-size: 1.6rem;
  line-height: 5.5rem;
  width: 220px;
}
#reason .reasonNum .num {
  font-size: 3.8rem;
  margin-left: 1rem;
}
#reason .titBox {
  text-align: center;
  margin: 1rem 0 3rem 0;
}
#reason h3 {
  margin: 1rem 0;
}

#reason .Box01 ul {
  gap: 6rem 4rem;
}
#reason .Box01 ul li {
  width: 47%;
  padding: 4rem;
}
#reason .Box01 ul li .imgBox {
}
#reason .Box01 ul li:first-child .imgBox {
  width: 120px;
  right: -2rem;
  bottom: -10rem;
}
#reason .Box01 ul li:nth-child(2) .imgBox {
  width: 150px;
  right: -3rem;
  bottom: -9rem;
}
#reason .Box01 ul li:nth-child(3) .imgBox {
  width: 140px;
  right: -2.5rem;
  bottom: -9rem;
}
#reason .Box01 ul li:last-child .imgBox {
  width: 150px;
  right: -4.5rem;
  bottom: -10rem;
}
#reason .Box01 .txt_line02 {
  width: 220px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-top: 2rem;
}
#reason .Box01 .txt_width {
  width: 240px;
}
#reason .Box01 .detail_wrap {
  margin-top: 8rem;
}

.detail_wrap p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#reason .detail_wrap a {
  margin: 0 auto;
}

#reason .Box02 .titBox {
  margin-bottom: 5rem;
}
#reason .Box02 .txtBox_wrap {
  width: 47%;
  margin-right: 5rem;
}
#reason .Box02 ul li {
  margin-bottom: 3rem;
}
#reason .Box02 ul li .flex_wrap {
  line-height: 5.5rem;
}
#reason .Box02 ul li .maru {
  width: 80px;
  height: 80px;
  margin-right: 1.5rem;
}
#reason .Box02 ul li .maru .c_c_c {
  width: 80px;
}
#reason .Box02 ul li .big {
  font-size: 7rem;
  padding: 0 0.5rem;
}
#reason .Box02 ul li .big_wrap {
  padding-top: 1.5rem;
}
#reason .Box02 ul li .sm {
  font-size: 2rem;
}
#reason .Box02 .txtBox .tit {
  font-size: 2.5rem;
  margin: 1rem 0 0.5rem 0;
}
#reason .Box02 .imgBox_wrap {
  width: 47%;
}
#reason .Box02 .imgBox img {
  width: 100%;
  height: 300px;
  margin-bottom: 2rem;
  object-fit: cover;
}
#reason .Box02 .detail_wrap {
  margin-top: 4rem;
}
#reason .Box03 ul {
  gap: 0 3rem;
}
#reason .Box03 ul li {
  width: 47%;
  padding: 4rem;
}
#reason .Box03 ul li h4 {
  text-align: center;
  height: 90px;
}
#reason .Box03 ul li:last-child h4 {
  text-align: center;
  padding-top: 2rem;
}
#reason .Box03 ul li .imgBox {
  width: 100%;
  height: 250px;
  margin-top: 2rem;
}

#reason .Box04 h4::after {
  width: 110px;
  height: 4px;
  bottom: -5px;
  left: calc(50% - 55px);
}
#reason .Box04 .imgBox {
  width: 360px;
}
#reason .Box04 .txtBox p.txt {
  font-size: 1.5rem;
}
#reason .Box04 .txtBox .Boxin01 {
  width: 400px;
}
#reason .Box04 .awardBox {
  gap: 3rem;
  justify-content: center;
}
@media screen and (max-width: 1220px) {
  #reason .Box04 .imgBox {
    width: 320px;
  }
  #reason .Box04 .txtBox .Boxin01 {
    width: 360px;
  }
}
/*#reason .Box04 .txtBox .Boxin02{
    flex: 1;
}*/
#reason .Box04 .txtBox .Boxin02 ul {
  gap: 2rem;
}
/*#reason .Box04 .txtBox .Boxin02 ul li{
    width: 47%;
}*/
#reason .Box04 .txtBox02 {
  width: 910px;
  padding: 2rem 0.5rem;
  margin: 5rem auto 5rem auto;
  align-items: center;
}
#reason .Box04 .txtBox02 p {
  flex: 1;
  margin-right: 2rem;
}
#reason .Box04 .txtBox02 .imgBox {
  width: 280px;
}

/* ---------------------------------------------------------------------------
  事業内容
--------------------------------------------------------------------------- */
#services .topBox .bg_white {
  padding: 5rem 5rem 3rem;
}
#services .topBox {
  margin-bottom: 10rem;
}
#services .topBox .tit_p {
  text-align: center;
}
#services .topBox ul {
  margin-top: 4rem;
  gap: 6rem 2rem;
}
#services .topBox ul li {
  width: 250px;
}
#services .topBox ul li .imgBox {
  width: 200px;
}
#services .topBox ul li .icon img {
  width: 70%;
  margin: 1rem auto 0 auto;
}
#services .topBox ul li .Mgt img,
#services .topBox ul li .Mgt02 img {
  margin-top: 2rem;
}
#services .topBox ul li .maru {
  width: 150px;
  height: 150px;
  margin-top: 1rem;
}
#services .topBox ul li p {
  margin-bottom: 0.8rem;
  line-height: 2.5rem;
  font-size: 2rem;
}
#services .topBox ul li .maru span {
  width: 200px;
  line-height: 3.5rem;
}
#services .topBox ul li span.big {
  font-size: 4rem;
  margin-right: 0.2rem;
}
#services .topBox ul li span.sm {
  font-size: 1.3rem;
}
#services .topBox ul li.txt_01 p {
  padding: 1.2rem 0;
}
#services .Box_out {
  padding: 7rem 0 10rem 0;
}
#services .Box_out h3 {
  margin-bottom: 5rem;
}
#services .Box .midashiBox {
  width: 96%;
  max-width: 800px;
  margin: 3rem auto 0 auto;
}
#services .Box .Box_in {
  padding: 2rem 1rem;
  margin: 0 auto 3rem 7rem;
}
#services .Box .Box_in h4 {
  text-align: center;
  padding-left: 5rem;
}
#services .Box .fuki {
  top: -3rem;
  left: -5rem;
  padding: 3rem 0 0 0;
  line-height: 2.5rem;
  width: 140px;
  height: 140px;
}
#services .Box .fuki02 {
  padding: 4.5rem 0 0 0;
}
#services .Box01 ul {
  gap: 3rem;
}
#services .Box ul li .tit {
  margin-bottom: 0.5rem;
}
#services .Box01 ul li {
  margin-top: 3rem;
}
#services .Box ul li .imgBox {
  width: 300px;
  height: 280px;
  margin: 0 auto;
}
#services .BoxMgt {
  margin-top: 10rem;
}

#services h5 {
  font-size: 2.4rem;
  margin-top: 2rem;
}
#services .Box02 ul,
#services .Box05 ul {
  margin-top: 1.5rem;
  gap: 3rem;
}
#services .Box02 .Box02a ul {
  margin: 2rem auto 0 auto;
}
#services .Box02a ul li .imgBox {
  width: 400px;
  height: 250px;
  margin: 0 auto;
}
#services .Box05 ul li {
  width: calc(32% - 20px);
}
#services .Box05 ul li .imgBox {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}
#services .Box02 .Box02b {
  margin-top: 4rem;
}

#services .Box ul li span.inter {
  font-size: 110%;
  margin-right: 1rem;
  display: inline-block;
}
#services .Box03 ul {
  width: 850px;
  margin: 1.8rem auto 0 auto;
  gap: 4rem 2rem;
}
#services .Box03 ul li {
  width: 400px;
}
#services .Box03 ul li .imgBox {
  margin-bottom: 0.5rem;
}
#services .Box03 ul li .tit span {
  font-size: 120%;
}

#services .Box04 ul li {
  text-align: center;
}
#services .Box03 ul li .tit {
  font-size: 2rem;
}

#services .Box04 ul {
  margin-top: 2.5rem;
  gap: 4rem 0;
}
#services .Box04 ul li {
  width: calc(20% - 10px);
}
#services .Box04 ul li .imgBox {
  width: 180px;
  height: 180px;
}
#services .Box04 ul li p {
  font-size: 1.6rem;
  margin-top: 0.3rem;
  line-height: 2.4rem;
}

@media screen and (max-width: 1220px) {
  #services .Box04 ul li {
    width: calc(20% - 30px);
  }
  #services .Box04 ul li br {
    display: none !important;
  }
  #services .Box04 ul li p {
    text-align: justify;
  }
}
@media screen and (max-width: 1000px) {
  #services .Box04 ul::after {
    display: block;
    content: "";
    width: 48%;
  }
  #services .Box04 ul li {
    width: calc(25% - 30px);
  }
  #services .Box04 ul li .imgBox {
    width: 150px;
    height: 150px;
  }
}

#services .Box04 .detail_wrap {
  margin-top: 5rem;
}
#services .Box04 .detail_wrap .catch {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
}

/* ---------------------------------------------------------------------------
  工事の流れ
--------------------------------------------------------------------------- */
#flow .tit span {
  margin-left: 0;
}
#flow .topBox {
  text-align: center;
}
#flow .num_wrap {
  width: 150px;
}
#flow .num_wrap p.num {
  font-size: 6rem;
  line-height: 4rem;
}
#flow .num_wrap p.num span.en {
  font-size: 1.5rem;
  display: block;
}
#flow .Box {
  margin-top: 5rem;
}
#flow .Box .bg_white {
  flex: 1;
  padding: 3rem 5rem 4rem 5rem;
}
#flow .Box h3 {
  font-size: 3.4rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
#flow .telWrap {
  width: 340px;
  padding: 10px 25px 15px 25px;
  line-height: 4rem;
}
#flow a span.txt,
#contact a span.txt {
  font-size: 1.6rem;
}
#flow a.tel,
#contact a.tel {
  font-size: 4rem;
  align-items: center;
}
#flow a.tel img,
#contact a.tel img {
  width: 29px;
  margin-right: 10px;
  padding-top: 4px;
  object-fit: contain;
}
#flow .telWrap .txt_b,
#contact .telWrap .txt_b {
  font-size: 1.5rem;
  padding-left: 4rem;
}

#flow a.mail {
  width: 360px;
  padding: 30px 25px 0 25px;
}

#flow a.mail span.tit {
  font-size: 2.5rem;
}
#flow .Box .link {
  margin-top: 3rem;
}

#flow .Box_a ul {
  margin-top: 2rem;
  gap: 4rem 2rem;
}
#flow .Box_a ul li {
  width: calc(32% - 10px);
}
#flow .Box_a ul li .imgBox {
  width: 100%;
  height: 170px;
}
#flow .Box_a ul li p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-top: 0.5rem;
}
#flow .Box_a ul li:not(:last-child) .imgBox:before {
  content: "";
  border: 0;
  border-top: solid 2px #2f2f2f;
  border-right: solid 2px #2f2f2f;
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  width: 15px;
  height: 15px;
  top: 45%;
  right: -1.7rem;
}

/* ---------------------------------------------------------------------------
  各施工の紹介
--------------------------------------------------------------------------- */
#construction .topBox .tit {
  font-size: 3.8rem;
}
#construction .link_wrap {
  margin-top: 4rem;
  position: relative;
}
#construction .link_wrap a.to_detail02 {
  width: calc(20% - 10px);
}
#construction .link_wrap:after {
  display: block;
  content: "";
  width: 460px;
}
#construction .link_wrap::before {
  content: "";
  display: block;
  width: 20%;
  order: 1;
}
#construction .link_wrap::after {
  content: "";
  display: block;
  width: 20%;
}

#construction .Mgb {
  margin-bottom: 3rem;
}
#construction h3 {
  margin-bottom: 0;
}
#construction .Box_600 {
  width: 600px;
  margin: 0 auto 3rem auto;
}
#construction .titBox {
  text-align: center;
  margin-bottom: 2rem;
}
#construction h4 {
  font-size: 2.3rem;
  margin-bottom: 0;
}
#construction .Box01 .slick01 {
  width: 365px;
  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 .Box ul li p {
  font-size: 1.5rem;
}
#construction .Box_in {
  width: 600px;
  align-items: center;
  margin: 5rem auto 0 auto;
}
#construction .Box_in .fuki {
  padding: 3.5rem 0 0 0;
  line-height: 2.5rem;
  width: 100px;
  height: 100px;
  margin-right: 2rem;
}
/*#construction .Box02 .slickBox{
    gap: 4rem 0;
}*/
#construction .slickBox_in {
  width: calc(32% - 20px);
}
#construction .Box02A .slickBox::after {
  content: "";
  display: block;
  width: 30%;
}
#construction .Box02B .slickBox {
  gap: 0;
}
#construction .Box02A .Box_in,
#construction .Box02B .Box_in {
  margin: 2.2rem auto 0 auto;
}
#construction .Box03 .slickBox_in {
  width: 390px;
}
#construction .Box03 .slick01 {
  width: 365px;
  margin: 0 auto;
}

#construction .Box04 ul {
  gap: 4rem 2rem;
}
#construction .Box04 ul li.li_01 {
  width: calc(32% - 20px);
}

/* ---------------------------------------------------------------------------
  実績紹介
--------------------------------------------------------------------------- */
#cases .link_wrap {
  gap: 1.5rem 2rem;
}
#cases .link_wrap a.to_detail02 {
  width: 250px;
}
#cases .link_wrap a.to_detail02 span {
  padding-right: 2rem;
}
@media screen and (min-width: 1110px) {
  #cases .link_wrap span.space {
    display: none;
  }
}
@media screen and (max-width: 1111px) {
  #cases .link_wrap span.space {
    display: block;
    width: 100%;
  }
}

#cases .Box ul li {
  width: calc(50% - 30px);
  padding: 2.5rem;
}
#cases .Box ul.Box_in {
  gap: 6rem 0;
}
#cases ul li .imgBox {
  width: 100%;
  height: 350px;
}
#cases ul li .flex_wrap {
  gap: 0 2rem;
}
#cases ul li p.tit {
  font-size: 2.3rem;
  margin-top: 1rem;
}
#cases ul li span.frame {
  font-size: 1.6rem;
  padding: 0 0.5rem 0.2rem 0.5rem;
  line-height: 1.8rem;
  margin-right: 0.5rem;
}
#cases .Mgb {
  padding-bottom: 6rem;
  margin-bottom: 5rem;
}

/* ---------------------------------------------------------------------------
  新着情報
--------------------------------------------------------------------------- */
.newsBox {
  flex-direction: row-reverse;
}
.newsBox .newsBox_in_out {
  flex: 1;
}
.newsBox ul.newsBox_in li:not(:last-child) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.newsBox ul.newsBox_in li .imgBox {
  width: 230px;
  height: 180px;
  margin-right: 3rem;
}
.newsBox ul.newsBox_in li .txtBox {
  flex: 1;
}
#news h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin: 1.2rem 0 1rem 0;
}
span.day {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
span.cate {
  font-size: 1.3rem;
  padding: 0 0.8rem;
  line-height: 2rem;
  display: inline-block;
  height: 24px;
  margin: 0.3rem 0 0 0.5rem;
}
.pager {
  margin: 4rem auto 0 auto;
}
.sidebar {
  width: 280px;
  padding: 0;
}

#news-post h3 {
  font-size: 2.8rem;
  margin: 1rem 0 2rem 0;
}
#news-post .imgBox {
  width: 100%;
  height: 500px;
  margin-bottom: 2rem;
}
#news-post .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news-post a.to_detail01 {
  margin: 6rem auto 0 auto;
}
#news-cat .topBox p {
  margin: 0 0 3rem 0;
  font-size: 3.5rem;
}

/* ---------------------------------------------------------------------------
  よくある質問
--------------------------------------------------------------------------- */
#qa .topBox p {
  text-align: center;
}
#qa .link_wrap a.to_detail02 {
  width: 300px;
  margin-top: 4rem;
}
#qa h3 {
  font-size: 3.4rem;
  margin-bottom: 2rem;
}
/* --- Q&A ------------------------------- */
.sToggle dl:not(:first-child) {
  margin: 4rem 0 0;
}
dl.acc-item {
  border-radius: 1rem;
  padding: 1rem 1rem 0 1rem;
}
dt.acc-item__ttl {
  font-size: 2rem;
  line-height: 3rem;
  padding: 5px 45px 5px 70px;
}
dt.acc-item__ttl::before {
  font-size: 2.5rem;
}
dt.acc-item__ttl::after {
  right: 15px;
  top: 50%;
  z-index: 10;
}
dd.acc-item__content {
  padding: 5px 35px 5px 70px;
}
dd.acc-item__content::before {
  font-size: 2.5rem;
}
dd.acc-item__content::before {
  top: 3px;
  left: 29px;
}

#qa .Mgt {
  margin-top: 8rem;
}

/* ---------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------- */
#contact .contact_wrap,
#privacy .privacyBox {
  margin-bottom: 2rem;
  padding-bottom: 8rem;
}

#contact .topBox {
  width: 800px;
  margin: 0 auto 4rem auto;
}
#contact .topBox p {
  text-align: center;
  margin-bottom: 4rem;
}
#contact .telWrap {
  width: 450px;
  margin: 0 auto;
  padding: 10px 90px 15px 90px;
  line-height: 4rem;
}
#contact .formBox {
  margin-top: 5rem;
}
ul.contactType li:nth-child(2) {
  margin-bottom: 0.5rem;
}
ul.contactType li.flex_wrap label {
  width: 90px;
}
ul.contactType li.flex_wrap input {
  flex: 1;
}
#contact input.middle {
  width: 40%;
}

#contact .c_table_01 table tbody tr th {
  width: 23rem;
}
.submit_wrap {
  width: 288px;
}

#contact .privacy_wrap {
  margin: 3rem auto 3rem auto;
}
#contact .privacy_wrap p {
  font-size: 1.5rem;
}

#privacy .Box01 {
  width: 800px;
  margin: 0 auto;
}

#thanks {
  margin-bottom: 8rem;
}
#thanks .miniTextBox {
  padding: 5rem 0;
}
#thanks .miniTextBox p {
  text-align: center;
}
#error {
  margin-top: 24rem;
}

.ajust_p {
  line-height: 1.7rem;
  margin-bottom: 0.3rem;
}
.ajust_p span {
  display: block;
  padding-left: 0.5rem;
}

/* ---------------------------------------------------------------------------
  共通
--------------------------------------------------------------------------- */
.sec_h3_wrap {
  padding: 50px 0;
}
.sec_h3_wrap h3 {
  top: 5px;
}
.bgblue_wrap,
.bgblue02_wrap {
  padding: 4rem;
}
ul.air_facility_wrap_in .spacer {
  display: none;
}

/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */

.instagramcont li {
  width: calc(100% / 4);
}

.instagramcont li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  background: #949494;
}

.instagramcont li a img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */

.c_table_01 {
  /* border: 2px solid #eaf1f8; */
  /* border-radius: 0.5em; */
}

.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border-radius: 0.5em;
}

.c_table_01 table tbody tr th {
  border-bottom: 3px solid #e0e8f3;
  vertical-align: top;
  padding: 16px 15px;
  font-weight: 500;
  width: 24.5%;
  word-break: break-all;
}

.c_table_01 table tbody tr:nth-of-type(1) th {
  border-radius: 0.5em 0 0 0;
}

.c_table_01 table tbody tr:last-child th {
  border-radius: 0 0 0 0.5em;
}

.c_table_01 table tbody tr td {
  border-bottom: 1px solid #e3e8f1;
  vertical-align: top;
  padding: 16px 21px;
  word-break: break-all;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.c_table_02 table thead {
  background-color: #666;
  color: #fff;
  margin: 0;
  border: 0;
}

.c_table_02 table thead tr th {
  padding: 10px;
  text-align: center;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}

.c_table_02 table tbody tr:nth-child(even) {
  background-color: #e4e4e4;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:NEWS
--------------------------------------------------------------------------- */

.c_newslist_01 > a {
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_newslist_01 > a dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_01 > a dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_newslist_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_02 dl dd > a {
  display: block;
  color: #000;
}

.c_newslist_03 a {
  display: block;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  color: #000;
}

.c_newslist_03 dl {
  margin: 10px 0;
}

.c_newslist_03 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_newslist_03 dl dt .imgBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.6%;
}

.c_newslist_03 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_newslist_03 dl dd .days_tx,
.c_newslist_03 dl dd .news_txt {
  display: block;
}

.icon_new {
  margin-left: 15px;
  display: inline-block;
  color: #e60012;
  z-index: 3;
}

.days_txt {
  color: #000;
}

.lr_xBox .main_xBox {
  float: left;
  width: 70%;
}

.lr_xBox .aside_xBox {
  float: right;
  width: 25%;
}

.archive_xBox > dl a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.archive_xBox > dl dd {
  display: none;
}

.c_postlink li:first-child {
  float: left;
  width: 40%;
}

.c_postlink li:last-child {
  float: right;
  width: 40%;
  text-align: right;
}

.c_dBox h1,
.c_dBox h2,
.c_dBox h3,
.c_dBox h4,
.c_dBox h5,
.c_dBox h6 {
  font-weight: bold;
}

.c_dBox img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:カテゴリ
--------------------------------------------------------------------------- */

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

.c_cateBox_01 > a {
  width: calc(100% / 4);
  display: block;
  color: #000;
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
  position: relative;
}

.c_cateBox_01 > a .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.c_cateBox_02 dl {
  margin: 10px 0;
  border-bottom: solid 1px #c1c1c1;
}

.c_cateBox_02 dl dt {
  float: left;
  width: 18%;
  margin-right: 2%;
}

.c_cateBox_02 dl dd {
  float: left;
  width: 80%;
  word-break: break-all;
}

.c_cateBox_02 dl dd > a {
  display: block;
  color: #000;
}

.cate_xBox a {
  display: block;
  padding: 10px;
  background: #eee;
  margin-bottom: 5px;
}

/* =======================================
	★ページャー
========================================== */

/*.pager {
    width: auto;
    margin: 0 auto;
}*/

.wp-pagenavi {
  margin-top: 5rem;
}

.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;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:フォーム
--------------------------------------------------------------------------- */

.c_form01 {
  margin-bottom: 50px;
}

.c_form01 table {
  margin-bottom: 30px;
  border-top: 1px solid #ccc;
  width: 100%;
  /* IE */
  /* Edge */
}

.c_form01 table tbody tr {
  border-bottom: 1px solid #afafaf;
}

.c_form01 table tbody tr th {
  vertical-align: top;
  padding: 24px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  width: 24.5%;
}

.c_form01 table tbody tr th span {
  margin-left: 10px;
}

.c_form01 table tbody tr td {
  vertical-align: top;
  padding: 24px;
}

.c_form01 table tbody tr td select {
  padding: 0;
  font-size: 14px;
  width: 400px;
  padding: 11px;
}

.c_form01 table tbody tr td label {
  margin-right: 10px;
}

.c_form01 table .inp01,
.c_form01 table .inp02 {
  padding: 5px 10px;
  font-size: 1.4rem;
  border: 1px solid #afafaf;
}

.c_form01 table .inp01 input[type="text"],
.c_form01 table .inp02 input[type="text"] {
  font-size: 1.4rem;
}

.c_form01 table .inp_txtarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 10px;
  width: 90%;
  height: 200px !important;
  border: 1px solid #afafaf;
}

.c_form01 table input:-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 table input::-ms-input-placeholder {
  color: #a9a9a9;
}

.c_form01 .kojin_wrap {
  background: #fff;
  padding: 5%;
  margin-bottom: 20px;
}

.c_form01 .submit_wrap {
  margin-bottom: 5%;
  text-align: center;
}

.c_form01 .submit_wrap .submit {
  max-width: 340px;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  margin: auto;
  font-size: 1.6rem;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #a9a9a9;
}

input:-ms-input-placeholder {
  color: #a9a9a9;
}

input::-ms-input-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:jsPage
--------------------------------------------------------------------------- */

.close {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.close::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  z-index: 10;
}

.close::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}

.popup_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  z-index: -9;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup_Box.on {
  z-index: 1;
  opacity: 1;
}

.popup_Box.on .close {
  z-index: 1 !important;
}

.popup_Box .popup_Box_inner {
  position: relative;
  padding: 30px 60px;
  width: 100%;
}

.popup_Box .popup_Box_inner .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
}

.popup_Box .popup_Box_inner .popup_Box_cont {
  color: #fff;
}

#js_listItem .is_hidden {
  display: none;
}

#input_plural {
  margin: 10px 0;
}

#input_plural input.form-control {
  display: inline-block;
  color: #555;
}

#input_plural .btn_wrap {
  float: right;
}

#input_plural .pluralBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:slickPage
--------------------------------------------------------------------------- */

.csl_slider_01 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.csl_slider_01 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 17%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_01 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 17%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_02 .imgBox img {
  display: block;
  width: 96%;
  margin: 0 auto;
}

.csl_slider_02 .sclick_previmg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 60%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_02 .sclick_nextimg {
  max-width: 68px;
  width: 5%;
  margin: auto;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 60%;
  top: 50%;
  cursor: pointer;
}

.csl_slider_03_wp {
  margin-bottom: 20px;
  background: #00a0b4;
}

.csl_slider_03_wp .img_wrap {
  display: block;
}

.csl_slider_03_wp .img_wrap *:not(img) {
  display: none;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:よくあるご質問
--------------------------------------------------------------------------- */

.c_faq_box_01 .sToggle {
  counter-reset: numb2;
}

.c_faq_box_01 .sToggle dl {
  counter-increment: numb2;
  padding: 10px;
  border-radius: 10px;
  border: solid 1px #0c3380;
  background: #fff;
  margin: 0 0 30px;
}

.c_faq_box_01 .sToggle dl dt {
  padding: 5px 35px 5px 60px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  color: #0c3380;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  word-break: break-all;
}

.c_faq_box_01 .sToggle dl dt::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid #ff9595;
  border-right: 2px solid #de0101;
  position: absolute;
  top: 45%;
  right: 15px;
  margin: auto;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c_faq_box_01 .sToggle dl dt::before {
  content: "Q" counter(numb2);
  /* content: "Q.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #008f96;
  top: 47%;
  left: 29px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Lora", serif;
}

.c_faq_box_01 .sToggle dl dt.togg::after {
  -webkit-animation: sTog 0.7s;
  animation: sTog 0.7s;
  -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
  transform: translateY(-20%) translateX(-50%) rotate(315deg);
}

.c_faq_box_01 .sToggle dl dd {
  padding: 5px 35px 5px 60px;
  display: none;
  position: relative;
  word-break: break-all;
}

.c_faq_box_01 .sToggle dl dd::before {
  content: "A" counter(numb2);
  /* content: "A.01"; */
  display: block;
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #da0000;
  top: 0;
  left: 29px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-family: "Lora", serif;
}

@-webkit-keyframes sTog {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
    transform: translateY(70%) translateX(-50%) rotate(135deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
    transform: translateY(70%) translateX(-50%) rotate(315deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
}

@keyframes sTog {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
    transform: translateY(-50%) translateX(-50%) rotate(135deg);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(135deg);
    transform: translateY(70%) translateX(-50%) rotate(135deg);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translateY(70%) translateX(-50%) rotate(315deg);
    transform: translateY(70%) translateX(-50%) rotate(315deg);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20%) translateX(-50%) rotate(315deg);
    transform: translateY(-20%) translateX(-50%) rotate(315deg);
  }
}

.flex_row_reverse.cl50 > li:not(:nth-child(2n)) {
  margin-right: 0%;
  margin-left: 4%;
}
