@charset "UTF-8";

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

html {
  font-size: 62.5%;
}

body {
  font-size: 3.6vw;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  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;
}

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

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
.c_phoneArea > div:nth-child(2) {
  margin-top: 10px;
}
.c_phoneArea > div:nth-child(2) a {
  font-size: 23px;
}
/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */

.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 3.6vw;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */
#leadArea {
  padding: 50px 0 30px;
}

/* ---------------------------------------------------------------------------
  ★アニメーション
--------------------------------------------------------------------------- */

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

.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 {
  clear: both;
  font-size: 14px;
  text-align: center;
}

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


/* =======================================
  ページャー
========================================== */
/*-- pageNavi --*/
.pageNavi{
	gap:0 3%;
 margin-top: 40px;
}
.pageNavi .current,
.pageNavi .inactive,
.pageNavi a{
	width: 35px;
	height: 35px;
}

/*-- pager --*/
.pager{
	margin-top: 50px;
 margin-bottom: 30px;
}
.pager a{
font-size: 1.6rem;
  width: 200px;
}

/* ---------------------------------------------------------------------------
  ★header footer
--------------------------------------------------------------------------- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: linear-gradient(to right, #ffffff85, #ffffffb8, #ffffff);
  height: 60px;
  border-top: none;
  box-shadow: 0 1px 12px rgb(0 28 47 / 6%);
  color: #353535;
}

.header,
.header01 > ul {
  display: none;
}

.header01 {
  padding: 0;
  margin-top: 0px;
  padding-left: 5%;
  font-size: 14px;
}

.header01 h1.logo {
  width: 12em;
}
.nav a {
  border-right: none;
  color: #1c1c1c;
  font-weight: bold;
}

/* アコーディオンメニュー */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title:after {
  /* position: relative;
  display: block;
  content: "";
  right: -11px;
  top: 1em;
  width: 1.3em;
  height: 1.3em;
  transform: rotate(90deg);
  transition: all 0.4s ease-in-out;
  background: url(../img/btn01.svg) no-repeat center left; */
  display: none;
}

.accordion-title.open {
  transform: translateY(-50%) rotate(-90deg);
  top: 22%;
  /* top: 50%; */
}

.dropdown-menu li a {
  color: #3c3c3c;
  font-size: 14px;
}

header > .nav > nav > div.center.mT40 .f24 {
  font-size: 6.6vw !important;
}

nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  height: 100vh;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999999;
  overflow-y: auto;
  background: #fefefe;
  width: 250px;
}

nav .dropdown-menu {
  background: #fff;
  padding: 0 6%;
}

nav .dropdown-menu.con {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

nav .nav_01 > li > a {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #dde4e1;
  padding: 0.8em 0.8em 0.8em 0.8em;
  font-weight: normal;
  color: #353535;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 15px;
}
.accordion-title {
  padding: 0 !important;
  position: absolute;
  right: 5%;
  top: 50%;
  width: 1.3em;
  height: 1.3em;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.4s ease-in-out;
  background: url(../img/btn01.svg) no-repeat center / contain;
}

nav .dropdown-menu .accordion-title,
nav .dropdown-menu .dropdown-menu li {
  padding: 0.8em 0.8em 0.8em 2.25em;
  border-bottom: 1px solid #dde4e1;
}

nav .dropdown-menu .dropdown-menu li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}

nav .dropdown-menu .dropdown-menu li a {
  color: #fefefe;
}

nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

nav .center a {
  color: #3c3c3c;
}

.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100;
  background: linear-gradient(to right, #c63434, #991717);
}

.hamburger__line {
  position: absolute;
  left: 18px;
  width: 24px;
  height: 2px;
  background-color: #fefefe;
  transition: all 0.6s;
  border-radius: 50em;
}

.hamburger__line--1 {
  top: 21px;
}

.hamburger__line--2 {
  top: 28px;
}

.hamburger__line--3 {
  top: 35px;
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #0059af;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open nav {
  right: 0;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.accordion-box {
  position: relative;
}

.accordion-close {
  display: none;
  padding-left: 5%;
  padding-bottom: 4%;
  padding-top: 4%;
  border-bottom: 1px solid #c63434;
}

.accordion-close li a {
  font-weight: 500;
  font-size: 1.5rem;
}

nav .dropdown-menu {
  background: #f3f3f3;
  padding: 10px 6% 12px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

nav .dropdown-menu > p {
  color: #ffffff;
  text-align: center;
  padding: 0.3em 0 0.1em;
  letter-spacing: 0.1em;
  font-weight: bold;
  background: linear-gradient(to right, #f9bd00, #f2e400);
  width: calc(100% + 13%);
  transform: translate(-6%, 0px);
  margin-bottom: 10px;
}

nav .dropdown-menu a {
  padding: 0 0 4px;
  font-weight: 500;
}

nav .dropdown-menu li:nth-child(odd) {
  width: 9.5em;
}

nav .dropdown-menu .h_btn a {
  margin: 9px auto 0;
  text-align: center;
  width: 155px;
}
nav .dropdown-menu p span {
  background: url(../../img/mv_icon01.svg) no-repeat center left / 1.4em;
  padding-left: 1.75em;
  color: #0c0419;
}
nav .telArea {
  width: 90%;
  margin: auto;
}

nav .telArea a {
  padding-bottom: 10px;
}

nav .tel {
  font-size: 3rem;
  color: #1c1c1c;
  font-weight: 500;
  width: 100%;
  margin: 0 auto 7px;
  background: #fff;
  padding-top: 7%;
  text-align: center;
  line-height: 75%;
}

nav .h_btn {
  padding: 0;
}

nav .h_btn > a {
  color: #fff !important;
  background: url(../../img/h_contact.svg) no-repeat left 2em center/1.3em,
    linear-gradient(to right, #120060, #0339e5)  !important;
  width: 231px;
  margin: auto;
}

.c_prevArea {
  font-size: 12px;
}

.c_prevArea li a {
  margin: 0px 3px;
}

.c_table_01 th,
.c_table_01 td {
  display: block;
}

.c_table_01 th {
  font-weight: bold;
}
.c_table_01 td {
  margin-bottom: 14px;
}

.footer01 ul li:nth-child(1) .f29,
#contact01 ul li:nth-child(1) .f29 {
  font-size: 25px !important;
}

.footer01 ul li .f29,
#contact01 ul li .f29 {
  height: 31px;
  display: flex;
  align-items: center;
  padding-top: 1px;
  margin-top: 9px;
  font-weight: 400;
}

.footer02 .f_nav {
  display: none;
}

.sp_column01 {
  display: block;
}

.sp_column01 > * {
  width: 100% !important;
  float: inherit !important;
  margin-right: 0 !important;
}
.img_r img {
  margin-bottom: 10px;
}
.popup-inner {
  padding: 30px 20px;
  width: 90%;
}

.mv h2 {
  font-size: 2rem;
}

.mv .mv_txt p {
  font-size: 1.4rem;
}

.mv .mv_txt {
  top: calc(66% - 5em);
}

.mv .mv_news {
  flex-wrap: wrap;
  justify-content: left;
  line-height: 140%;
}

.home01 {
  padding-top: 26% !important;
  padding-bottom: 12%;
}

.home01 h2 {
  font-size: 2.2rem;
}

.home01::before {
    height: 11%;
    bottom: -2%;
}

.home02::before {
    height: 11%;
    top: 0;
}

.f48 {
    font-size: 2.4rem !important;
}

.home02 div.mL110 {
    margin-left: 7% !important;
}

.home01 ul {
  display: block;
}

.home01 li {
  width: 90%;
  margin: auto;
}

.home01 li:not(:last-child):before {
  right: 0;
  left: 0;
  margin: auto;
  top: initial;
  bottom: -53px;
  width: 34px;
  height: 34px;
}

.home01 li:not(:last-child) {
  margin-bottom: 66px;
}

.home01 li img {
  width: 73%;
}

.btn01_LL {
  min-width: 250px;
}

.home04 ul {
  display: block;
}

.home04 li {
  width: 100%;
  margin-bottom: 10px;
}

.footer02 {
  text-align: center;
  padding: 0 0 8%;
  color: #fff;
}

.footer02 img {
  margin-inline: auto;
  width: 65% !important;
}

.footer02 .w44 {
  width: 100%;
}
.footer02 .flex_nowrap {
  justify-content: space-evenly;
}

.nav .nav_02 > li > a {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #dde4e1;
  padding: 0.8em 0.8em 0.8em 0.8em;
  font-weight: normal;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 15px;
}
.nav .nav_02 .f14 {
  color: #353535;
  font-size: 15px !important;
}

.nav_02 > li:nth-child(1) {
  width: 100%;
}

.nav_02 {
  flex-direction: column;
  padding-top: 0;
}

.nav_02 > li:nth-child(1) img {
  filter: brightness(0.2);
  width: 150px;
  margin: auto;
}

.nav .nav_02 > li:nth-child(2) > a {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #dde4e1;
  padding: 0.8em 0.8em 0.8em 0.8em;
  color: #353535;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 15px;
  border-radius: 0;
}

.nav .nav_02 > li:nth-child(3) > a {
  margin: auto;
  display: block;
  width: 100%;
  margin-top: 17px;
}

#strength .home01 {
  padding-top: 13% !important;
}

#esg .u_tit .sdgsBox {
  margin-bottom: 8%;
}

#esg h2.c_tit02.mB40 {
  margin-bottom: 4.5% !important;
}

.anchorlinkBox {
  flex-wrap: wrap;
}
.anchorLink{
	gap:10px
}
.anchorLink li{
	width: 90%
}

.bg_blue.inner_1100 {
  padding: 20px 20px;
}
#voice01 > div {
  padding-bottom: 0% !important;
}

#support02 .u_01,
#support02 .u_03 {
  display: block;
}

#support02 .u_01 li,
#support02 .u_03 li {
  width: 100%;
  margin-bottom: 10px;
}

#voice .anchorlinkBox li,
#support .anchorlinkBox li {
  margin: 0 6px;
}
.bg_w {
  background: #fff;
  border-radius: 1em;
  padding: 20px 20px;
}

.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.nav_03 {
  padding: 4%;
}

.nav_03 li:nth-child(1) a {
  background: #c63434 url(../img/h_icon01.svg) no-repeat left 23% center;
  background-size: 20px;
  color: #fff;
  text-align: center;
  padding: 3%;
  font-size: 1.6rem;
}

.global-nav img {
  width: 50%;
  margin: 20px auto;
}

.global-nav .sp_btnArea {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.global-nav .btn01 {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.global-nav .btn01.line {
  background: url(../../img/arrow02_w.svg) no-repeat center right 1em/1.2em,
    linear-gradient(90deg, #ff5500, #ea8b00);
  color: #fff;
}

.global-nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  height: 100vh;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999999;
  overflow-y: auto;
  background: #fefefe;
}

.global-nav .accordion-container {
  /* width: 300px; */
  margin: 0 auto;
  background: #fff;
  padding: 0 6%;
  margin-top: 20% !important;
}

.global-nav .accordion-container.con02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.global-nav .accordion-container .accordion-title02 {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #c63434;
  padding: 0.8em 0.8em 0.8em 0.8em;
  font-weight: normal;
  color: #1c1c1c;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #fff;
  display: block;
  background-size: 16px;
  font-size: 1.5rem;
}

.accordion-box .cl7_3 > div:nth-of-type(1) {
  width: 80% !important;
}
.accordion-box .cl7_3 > div:nth-of-type(2) {
  width: 20% !important;
}

.global-nav .accordion-container .accordion-content li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}

.global-nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.home03 .inner_1000::before {
    width: 14%;
    height: 11%;
    top: 11%;
    left: 5%;
}

.home03 .inner_1000::after {
    width: 14%;
    height: 11%;
    bottom: -10%;
    right: -9%;
}

.home03 .inner_1000 {
    padding: 4%;
}

.f268 {
    font-size: 8.8rem !important;
}

.mv {
    /* height: 40vh; */
    height: clamp(26px, 80vw, 720px);
    background: url(../img/mv.jpg) no-repeat right 23% bottom / cover;
}

.mvTxt01 {
    height: 32.5%;
    width: 11%;
    top: 12%;
}

.mvTxt02 {
    width: 100%;
    left: 0;
    bottom: 31.5%;
}

.mvTxt02 img {
    max-width: 60%;
}

.mvTxt02 p.ls2.f18{
	letter-spacing: 0;
	font-size: 3.6vw !important;
}

.home02 .inner_1100.flex_nowrap {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}

.home02 .inner_1100.flex_nowrap > div {
  width: 100%;
}

.btn01, .btn03 a {
  padding: 4%;
  width: 100%;
  font-size: 16px;
}

.borderBox p {
  padding-top: 14% !important;
}

.borderBox {
  padding: 5%;
}

.line {
    width: 34%;
}

.home02 ul.flex_nowrap.flex_center.gap15 {
    flex-wrap: wrap;
}
.home02 ul.flex_nowrap.flex_center.gap15 li {
    width: 32%;
    margin-bottom: 2%;
}

.home02 .inner_900 ul.flex_nowrap,
.home03 ul.flex_nowrap {
    flex-wrap: wrap;
}
.home02 .inner_900 ul.flex_nowrap li {
    width: 100%;
    margin-bottom: 2%;
}

.home02 .btn03 {
    width: 100%;
    margin-top: 5% !important;
}

.home02 {
  padding-bottom: 13% !important;
}

.btn02 a {
    padding: 3% 5%;
}

.home03 {
  padding-top: 10% !important;
  padding-bottom: 20% !important;
}

.f42 {
    font-size: 2.4rem !important;
    margin-top: 0 !important;
}

.home03 ul.flex_nowrap li {
    width: 100%;
    margin-bottom: 8%;
}
.home03 ul.flex_nowrap img {
    margin-inline: auto;
}

.home03 .inner_1100 {
    margin-top: 0 !important;
    margin-bottom: 5%;
}

.btn03R a {
    width: 100%;
    padding: 3%;
    font-size: 16px;
}

.home03 .btn03R {
  margin-top: 3.5% !important;
}

.home03 .inner_1000 .flex_nowrap {
    flex-wrap: wrap;
}
.home03 .inner_1000 .flex_nowrap > div {
    width: 100%;
}

.f32 {
    font-size: 2.2rem !important;
}

.home03 .w66 {
  padding-right: 0 !important;
  margin-top: 3%;
}

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

.home03 .mT55 {
  margin-top: 5% !important;
}

.home03 .mT135 {
  margin-top: 14.5% !important;
}

.pc_menu {
  display: none;
}

.f126 {
    font-size: 8.8rem !important;
}

.footer01 .w14 {
  width: 29%;
}

.footer01 .w22 {
  width: 43%;
}

.pc_center {
  text-align: left;
}

.footer01 ul.flex_nowrap {
  flex-wrap: wrap;
}
.footer01 ul.flex_nowrap li {
  width: 100%;
  margin-bottom: 3%;
}

.footer01 ul.flex_nowrap li .f22 {
  font-size: 2rem !important;
}

.footer01 {
  padding-top: 8% !important;
  padding-bottom: 6% !important;
}

.contactBtn a {
    padding: 3%;
}

.circle-left02 {
    left: 33%;
}

.circle-right02 {
    right: -1%;
}


/*-----------------------------
  .pgs common
-----------------------------*/
.imgTxts{
}
.imgTxts .txts + figure,
.imgTxts .txts + .imgs{
  margin-top: 20px;
}
.imgTxts figure + .txts,
.imgTxts .imgs + .txts{
  margin-top: 20px;
}

/*-- table --*/
.basicTable{
	border-bottom: none;
}
.basicTable >dt{
	border-bottom: none;
	font-weight: 700;
	padding: 3px 2.6%;
	width: 100%;
}
.basicTable >dd{
	padding: 10px 2.6%;
	width: calc(100% - 20%);
	width: 100%;
}

/*		box
-----------------------------*/
.contBox{
	padding: 12px;
  margin-bottom: 0 !important;
}


/*		main
-----------------------------*/
.pgs main{
  padding-top: 0;
}
.pgs main section{
  padding: 60px 0;
}

/*-----------------------------
  #reason
-----------------------------*/
.reasonCycleBox .catch{
  margin-bottom: 20px;
}
.guaranteeBox{
  padding: 40px 20px;
  border-radius: 20px;
}
.guaranteeBox::before{
  border-radius: 18px;
}
.guaranteeBox .inlineWrap{
    top: -1em;
}
.guaranteeBox .h4Tit {
  margin-bottom: 10px;
}
#reasonGuarantee table.basicTable thead th:first-of-type,
#reasonGuarantee table.basicTable tbody th{
  width: 4em;
}
#reasonGuarantee table.basicTable tbody th{
  line-height: 1.4em;
}

#reasonMain h3.h3Tit {
  margin-bottom: 2%;
  margin-top: 3%;
}

.imgTxts + .imgTxts,
.reasonCycleBox {
    margin-top: 8%;
}

.reasonCycleBox .catch {
    font-size: 1.8rem;
}

.reasonCycleBox .txts h4 {
    margin-bottom: 2%;
}

#reason .leadList {
    margin: 8% auto;
}

#reason .leadList li + li {
    padding-left: 11%;
}

#reason .leadList li span {
    font-size: 2rem;
}

#reason .leadList li + li::before {
    font-size: 3.3rem;
}

#reason #leadArea {
  padding-bottom: 0;
}
/*-----------------------------
  #business
-----------------------------*/
#business .airconSupportedItems figure{
  width: calc((100% - 3.6%*1)/2);
}

#business .airconFacilityItems figure {
 width: 48%;
 max-width: unset;
}

#business figure img {
  width: 100%;
}

/*-----------------------------
  #guide
-----------------------------*/

#guide .infoLinkList > li {
    width: 100%;
}
#guide .infoLinkList > li a{
    padding: 10px 10px;
}
#guide .infoLinkList li figure {
    width: 60px;
}
#guide .infoLinkList li .txts {
    font-size: 1.6rem;
}

.infoBox {
    margin-top: 30px;
    padding: 20px 20px;
    border-radius: 20px;
}
.infoBox::before {
  border-radius: 18px;
}
.infoBox .infoBoxHead{
  margin-bottom: 2%;
  flex-wrap: wrap;
}
.infoBox .infoBoxHead figure{
  width: 100px;
  margin: 0 auto 10px;
}
.infoBox .infoBoxHead .txts{
  width: 100%;
  flex: none;
  font-size: 2rem;
}
.infoBox h5{
  margin: 4% 0 3%;
  font-size: 2rem;
  line-height: 120%;
}

.infoBox h5::before, .infoBox h5::after {
  height: 2rem;
}

.infoSubBox .infoPointList{
  margin-bottom: 10px;
  padding: 10px;
}
.infoBox table.basicTable {
    margin-bottom: 10px;
}
#info03 table.basicTable {
    width: 980px;
}
#info04 table.basicTable {
    width: min(100%, 465px);
}
.infoBox table.basicTable tbody td{
  width: 120px;
  padding: 10px 1%;
  text-align: center;
}
.infoComment figure{
  width: 131px;
  margin: 0 auto 20px;
}
.infoComment{
	position: relative;
	z-index: 1
}
.infoBalloon{
  padding: 5%;
}
.infoBalloon::before{
  top: 0;
  transform: translateY(-50%) rotate(65deg);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 0 0 0 40px;
  border-bottom: 20px solid var(--orange);
	z-index: -1
}

.spScroll{
  overflow-x: auto;
  padding: 10px 0 ;
}

.guideItems figure figcaption {
  width: 100%;
  margin-left: 0;
}

.guideItems figure figcaption span.title {
  padding-left: 0;
  text-align: center;
}

.guideItems figure{
  width: 100%;
  margin: 5% auto;
  flex-direction: column;
  gap: 10px;
}
.guideItems figure:not(:last-of-type)::after{
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 2px;
  height: 100px;
}
.guideItems figure img{
  margin: 0 auto;
  width: min(100%,184px);
}
.guideItems figure p{
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  padding: 4%;
}

#guide .infoBox table.basicTable tbody th {
  line-height: 120%;
}

#guide .mT40 {
  margin-top: 3% !important;
}

#guide .leadTxt {
  margin-bottom: 5%;
}

#guide #leadArea {
    padding-bottom: 0;
}

#guide .contBox.bgW {
  padding: 0;
}
/*		faq
-----------------------------*/
.faqList dt{
  padding: 15px 50px 15px 60px;
  font-size: 1.6rem;
}
.faqList dt::before,
.faqList dd::before{
  width: 40px;
  height: 40px;
  font-size: 2rem;
}
.faqList dt span::after{
  right: 14px;
}
.faqList dd{
  padding: 15px 50px 15px 60px;
  font-size: 1.6rem;
}


/*-----------------------------
  #case SP
-----------------------------*/
#caseLead .bgGrd{
 padding: 30px 5% 20px;
}
#caseLead .bgGrd h3{
}
#caseLead .bgGrd p.center{
 font-size:min(9vw,45px) ;
}
#caseLead .bgGrd ul li{
 text-align: center;
 margin-bottom: 10px;
}
#caseList ul.pcFlex li{
	margin-bottom: 8%;
}

#caseList ul.pcFlex li a{
}
#caseList ul.pcFlex li figure{
 margin: 0 0 15px;
}

#case .leadTxt {
  margin-bottom: 5%;
}

#case .anchorLink {
  margin-top: 0%;
}
/*----------------*/
#caseMain{
 padding-top: 50px;
}
#caseMain .cat{
 margin-right: 10px;
}
#caseMain h3{
 margin: 10px auto 20px;
}
#caseMain .caseMv{
 margin: 0 0 20px;
}
.caseTermArea{
 margin-bottom: 1em;
}

#caseMain .imgs{
 margin-top: 30px;
}
#caseMain .imgs figure{
 margin: 0 0 20px;
}

/*-----------------------------
  #company
-----------------------------*/
#companyMessage .pcFlex figure{
  margin-bottom: 20px;
}
#companyPolicy{
  margin-top: 0px;
}
#companyOutline table.basicTable tbody th,
#companyHistory table.basicTable tbody th{
  width: 34%;
}

#companyPolicy .inner_1100 {
  margin-top: 5%;
  padding: 10%;
}

#company .pA30 {
  padding: 0% !important;
}

/*-----------------------------
  #esg
-----------------------------*/
#esgAboutBox{
	padding: 30px 20px;
  margin-top: 8% !important;
}

#esgAbout,
#esgEnvironment {
  padding-bottom: 0 !important;
}

#esgSocial .itemList > li:nth-last-of-type(1),
#welfareTraining .itemList > li:nth-last-of-type(1) {
  margin-bottom: 0;
}

/*-----------------------------
  #recruit
-----------------------------*/
.infoVoiceList li{
  width: min(70%, 280px);
}
.infoVoiceList li .flex figure{
  width: 60px;
}

.infoInsta{
  padding: 40px 20px;
  border-radius: 20px;
  margin-top: 15%;
}
.infoInsta::before{
  border-radius: 18px;
}
.infoInsta .inlineWrap{
    top: -1em;
}
.infoInstaBox{
  margin-top: 30px;
}
.infoInstaBox .txts{
  margin-top: 8%;
}
.infoInsta .btn03R a{
  padding: 4% 40px 4% 15px;
}

.requirementBoxWrap{
  text-align: center;
}
.requirementBox {
  margin: 0 auto;
  width: 100%;
}
.requirementBox + .requirementBox{
  margin-top: 40px;
}
.currentlyBox figure{
  text-align: center;
}
.currentlyBox figure img{
  margin: 0 auto;
}
.currentlyBox + .currentlyBox{
  margin-top: 40px;
}
.currentlyBox .pcFlex:has(.txts) .txts{
  margin-top: 20px;
}

#linkArea ul li + li{
  margin-top: 2%;
}
#linkArea .btn01{
  /* padding: 1.1em min(19%, 5.3em); */
  padding: 4%;
}

#recruit #leadArea .mT40 {
  margin-top: 3.5% !important;
}

#recruit #recruitInfo {
  padding-top: 0;
}

#recruitInfo .infoVoiceList li {
  width: 100%;
}

#recruitInfo h3 {
  margin-bottom: 5%;
}

.infoVoiceBalloon {
  width: 35%;
  margin-left: 13%;
}

.infoVoiceBalloon p span {
  font-size: 1.8rem;
  line-height: 140%;
}

.infoVoiceBalloon::before {
  top: 85%;
}

.infoVoiceBalloon p {
    margin-bottom: 8%;
}

.currentlyBoxWrap {
  margin-top: 8%;
}

#currently .leadTxt {
  margin-bottom: 5%;
}
/*-----------------------------
  #welfare
-----------------------------*/

/*-----------------------------
  contact
-----------------------------*/
#contactTel{
	margin-bottom: 5%;
  padding: 4%;
}

#contactForm {
  padding-bottom: 12%;
  padding-top: 0%;
}

#contactLine {
  padding-bottom: 0;
}
#contactLineInner {
  padding: 4%;
}

#contactForm .inner_1100 .pcFlex {
  margin-bottom: 10%;
}

#mailformpro .confirm input {
  font-size: inherit;
}
/*-----------------------------
  #numbers
-----------------------------*/
.numbersItemBox{
  width: 100%;
}
.messageBoxInner{
  padding: 4% 6%;
  width: 100%;
  margin: 0% 0 3% !important;
}

.messageBox {
  width: 100%;
}

.messageBoxInner::before {
  display: none;
}

.messageBox:nth-of-type(even) {
    transform: unset;
}

.blurred-edges {
  margin-top: 0;
}
/*		一覧
-----------------------------*/
.newsBox figure{
 margin: 0 0 10px;
}
.newsInfo{
 margin-bottom: 10px;
}

.newsBox h3 {
  line-height: 140%;
  font-size: 1.8rem;
}

.newsInfo {
  margin-bottom: 0%;
}

/*-----------------------------
-----------------------------*/
.mainTitle h2 span,
.mainTitle h2 {
  font-size: 2.4rem;
  margin-bottom: 0;
}

.mainTitle {
  height: 15vh;
}

.sp_left {
  text-align: left !important;
}

.sp_center {
  text-align: center !important;
}

#business .airconSupportedItems figure figcaption,
#business .airconFacilityItems figure figcaption {
  font-weight: 600;
  font-size: inherit;
}

#business #ventilation .itemList.pcFlex > li {
  width: 100%;
}

.pgs .h3Tit {
  margin-bottom: 2%;
}

.itemList > li h5 {
  font-size: clamp(1.6rem, 0.9rem + 2vw, 2.2rem);
}

.pgs main section,
#leadArea {
  padding: 8% 0;
  overflow: hidden;
}

#business .airconBox,
.anchorLink {
  margin-top: 8%;
}

.itemList > li {
  margin-bottom: 8%;
}

.leadTxt {
  margin-bottom: 1%;
  line-height: 140%;
  font-size: 1.6rem;
}

.imgTxts figure + .txts, .imgTxts .imgs + .txts {
  margin-top: 2%;
}

#recruit .pgs .h4Tit {
  margin-bottom: 5%;
  line-height: 140%;
}

#recruitInfo .infoVoiceList li .flex {
  align-items: center;
}

#welfareBenefits {
  padding-top: 0;
}

#welfareBenefits .grdBdBox {
  padding: 6% 8%;
  margin-top: 14.5% !important;
}

.messageBoxInner p.left {
  font-size: inherit;
}

#numbers .h3Tit {
  margin-bottom: 4%;
}

#numberMessages {
  padding-bottom: 0;
}

.numbersItemBox h3 {
  font-size: 2rem;
  line-height: 140%;
}

.category span {
  font-size: inherit;
}

.frame {
  width: 28%;
  height: clamp(161px, 50.1vw, 451px);
}

.home02 {
  background: url(../img/home02Bg.jpg) no-repeat center top 130px / cover;
}

.home02 .inner {
  max-width: 390px !important;
  margin-top: -25px;
}

.inner_700.cl50 {
  margin-top: 8% !important;
  flex-direction: column;
}

.inner_700.cl50 .mB0:nth-of-type(1) {
  margin-bottom: 4% !important;
}

.inner_700.cl50 .arrowLine {
  height: 10px;
}

.btn04 a {
  font-size: 1.6rem;
}

#requirements .w44 {
  width: 95%;
}

.w33 {
  width: 100%;
}