.header__log@charset "UTF-8";

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

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

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


/* ---------------------------------------------------------------------------
  ★header
--------------------------------------------------------------------------- */
#header {}

.header01,
.header__inner__in{
    width: 94%;
    margin: 0 auto;   
}

.header01{
    padding: 0.5rem 0 0.3rem 0;
}
.header01 p{
    font-size: 1.4rem;
}
.header__logo {
    width: 57px;
    margin-top: 0.5rem;
}
.header__inner .tel_wrap{
    display: flex;
  align-items: baseline;
  position: absolute;
  right: 9rem;
  top: 1.5rem;
  transition: all 0.15s linear;
}
.tel_wrap a{
    font-size: 2.4rem;
    margin-right: 1rem;
}
.tel_wrap a span{
    font-size: 1.6rem;
    margin-right: 0.2rem;
}
.tel_wrap p.time{
    font-size: 1.4rem;
}
body.drawer-open .tel_wrap{
    display: none;
}
.drawer_logo{
    width: 57px;
}
a.telBox_brown{
    gap: 1rem;
    line-height: 2.2rem;
    padding: 1.5rem 1rem;
    margin-top: 1rem;
}
a.telBox_brown span{
    display: inline-block;
}
a.telBox_brown span.bn_tel{
    font-size: 2.4rem;
}
a.telBox_brown span.time{
    font-size: 1.4rem;
}

/* =======================================
  nav
========================================== */
.header__trigger {
  right: 2rem;
  top: 3.5rem;
}

.navi__arrow{
    display: none;
}
.navi__child {
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ドロワーメニューの2列化 */
.navi__menu {
    display: block;        /* Gridを解除 */
    column-count: 2;
    column-gap: 6rem; 
    max-width: 900px;
    align-items: start;
}
.navi__menu-item {
    break-inside: avoid;   /* 要素が列の途中でブチッと途切れるのを防ぐ */
}

.navi__menu-item:nth-child(4) {
  border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(64, 48, 29, 0.6) 80%, rgba(132, 114, 55, 0.6) 100%);
    border-image-slice: 1;
}

.navi-drawer__inner {
    padding: 15rem 3rem 4rem;     
}
.navi__menu-item.hasnot-sub .navi__menu-link{
    padding: 1.6rem 0;
}
.navi__menu-item.has-sub .navi__menu-link{
    padding: 1.6rem 0 0.2rem 0;
}
.navi__child li a{
    font-size: 1.4rem;
    padding: 1.1rem 0 0 1.5rem;
}
.navi__child li:last-child a {
  padding-bottom: 1.6rem;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  position: fixed;
  bottom: 21rem;
  right: 0;
  width: 46px;
  height: 142px;
  display: block;
}


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

a.anchor01 {
  padding-top: 190px;
  margin-top: -190px;
}
a.anchor02 {
  padding-top: 100px;
  margin-top: -100px;
}
#ed,
#mediWel {
    scroll-margin-top: 140px; /* ヘッダー高さ + 余白 */
}


.img_design img{
    border-radius: 1rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}
#management .img_design img{
  box-shadow:none;
}

.flex_1{
    flex: 1;
}


/* ---------------------------------------------------------------------------
  ★トップページ
--------------------------------------------------------------------------- */
section.hero{
    background-size: 100%;
    height: 62vw;
    margin-top: 6rem;    
}
section.hero .hero-txt{
    width: 94%;
    margin: 14.5vw auto 0 auto;
}
section.hero h2{
    font-size: 3.2rem;
    line-height: 1.5;
}

#home h3{
    font-size: 2.8rem;
}
#home .Box01{
    height: 62em;
    padding-top: 4rem;
}
#home .Box01 h3 {
  margin-bottom: 48px;
}
#home .Box01 .image-block {
      position: absolute;
      top: 0;
      left: 0;
      width: 47vw;
      overflow: hidden;
      height: 100%;
}
#home .Box01 .solutions__deco {
        width: 570px;
}
#home .Box02 .solutions__deco{
    width: 290px; 
}
#home .Box03 .deco01{
    width: 360px;
}
#home .Box03 .deco02{
    width: 600px;
}

/* Box03：2枚の画像の位置 */
#home .Box03 .solutions__deco.deco01 {
  top: 5%;
  left: 0; /* 例：Iの文字 */
}
#home .Box03 .solutions__deco.deco02 {
  bottom: -25%; /* ★下部にあるbg_04は、topではなくbottom基準で配置するとズレません */
  right: 0;  /* 例：Tの文字 */
}

#home .Box04 .solutions__deco{
    width: 200px;
    bottom: -24rem;
    left: -15em;
}

.section-title-en {
      top: -53px;
      left: 10px;
      width: 416px;
}
.image-block img {
      margin-top: 10rem;
      height: 100%;
      object-fit: cover;
}
.content-block {
    display: flex;
    justify-content: end;
  padding-top: 10em;
}
.content-block-in{
    width: 50%;
}
.solutions__main-photo{
    margin-bottom: 3rem;
}

.value-list {
      margin: 0 0 1.8em 0;
}
#home .Box01 .txtBox{
    width: 525px;
}
.body-text p {
    margin-bottom: 2rem;
}
.closing-text {
  margin-bottom: 5rem;
}
.closing-text02 {
  margin-bottom: 3rem;
}
a.btn-view-more{
    padding: 1.2rem 0;
    width: 255px;
}

#home .bg_brown{
  background: linear-gradient(to bottom, transparent 130px, #969185 130px);
}
#home .Box02 {
  padding: 23rem 0 0;
}
#home .Box02 h3{
    line-height: 4rem;
    margin-bottom: 11rem;
}
#home .Box02 h3 span {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
#home h4{
    font-size: 2rem;
    margin-bottom: 2rem;
}
.p_bt{
    margin-bottom: 1rem;
}

/* ============================================================
    左カラム：2枚の写真
============================================================ */
 /* 上段：写真＋ラベルを横並び */
.solutions__photos-top {
  gap: 125px;
  margin-bottom: 3rem;
}
.solutions__photo--top{
    margin-top: 9.3rem;
}
.solutions__photo--bottom {
  width: 84%;
}

/* ============================================================
    縦書きタイトル
============================================================ */
.solutions__title-vertical{
    font-size: 2.4rem;
    line-height: 3.5rem;
    top: 2rem;
}
.solutions__num{
    font-size: 4.5rem;
}
#home .Box_a .solutions__title-vertical{
    right: 3.3rem;
}
#home .Box03 .solutions__item{
    padding-top: 15rem;
}
#home .Box03 .solutions__photos{
    margin-left: 4rem;
}
#home .Box03 .solutions__photos-top{
    position: absolute;
}
#home .Box03 .solutions__photo--bottom {
  width: 72%;
  margin: 17rem 0 0 auto;
}


#home .Box03 .solutions__num{
    right: -5rem;
}
#home .Box03 .solutions__title-vertical{
    right: -2rem;
}


#home .Box04{
    padding: 17rem 0 14rem 0;
}



/* -- topWork ---------------*/
.works-section{
    margin-top: 20rem;   
}
/*.works-section::after{
    top: 7rem;
    height: 32em;
}*/
.works-heading{
    padding-left: 12rem;
    top: -7.5rem;
}
.works-heading .ja{
    font-size: 2.4rem;
}
.works-heading .en{
    font-size: 1.4rem;
}
.works-section ul li{
    width: calc(25% - 30px);
}

.works-section ul li .imgBox{
    width: 100%;
}
/*.works-grid{
    margin-top: 15rem;
    margin-left: 4rem;
    gap: 3rem;
}
.card-tag{
    padding: 0 15px 2px 15px;
    line-height: 2.5rem;
}*/
/* ── View More ── */
.works-footer {
      margin-top: 5rem;
}

ul.slick01 li {
  margin: 0 15px;
}


/* -- topRecruit ---------------*/
.recruit-section{
    margin-top: 10rem;
    height: 39vw;
}
.recruit-image{
    width: 42vw;
      position: absolute;
}
.recruit-catch{
    margin-bottom: 28px;
}
.recruit-body {
    text-align: right;
    margin-bottom: 48px;
}
.recruit-label-row{
    margin-bottom: 40px;
}
.recruit-buttons{
    gap: 2.5rem;
    justify-content: end;
}

/* -- btn-section ---------------*/
.btn-section{
  margin-top: 10rem;
  gap: 4rem;
  justify-content: center;
}
.btn-section a.btn-view-more {
  width: calc(25% - 40px);
}

/* -- topInfo ---------------*/
.topInfo{
    margin: 10rem auto 12rem auto;
}
.topInfo h3{
    line-height: 4.5rem;
    margin-bottom: 3rem;
}

ul.infoList li a{
  display: flex;
}
ul.infoList li{
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}
ul.infoList li:first-child{
    padding-top: 3rem;
}
ul.infoList li p.day{
    font-size: 1.8rem;
    margin-right: 5rem;
}

.topInfo .works-footer{
    margin-top: 3rem;
}


/* -- cta ---------------*/
.topContact{
  padding: 12rem 0 11rem 0;
}
.topContact .toptxt{
    width: 50%;
    margin-right: 20rem;
}
@media screen and (max-width: 1149px) {
    .topContact .toptxt{
        width: 55vw;
        margin-right: 5vw;
    }
}

.topContact h3{
    line-height: 1.3;
    margin-bottom: 6rem;
}
.topContact h3 span.en{
    margin-bottom: 1rem;
}
.topContact ul{
    margin-top: 7rem;
}
.topContact ul li a.Box{
    width: 355px;
    height: 82px;
    padding: 1.4rem 0 1.5rem 0;
    margin-top: 0.3rem;
    margin-bottom: 5rem;
    line-height: 2.2rem;
}
.topContact ul li a.Box_form{
    padding: 1.6rem 0 1.5rem 0;
}
.topContact ul li a.Box_form span.form{
    font-size: 1.8rem;
    line-height: 2.3rem;
}
span.kako{
    font-size: 1.5rem;
}
.topContact .bn_tel{
    display: block;
}
.bn_tel{
    font-size: 3rem;
}
.bn_tel span{
    font-size: 2rem;
}
.topContact .time{
    font-size: 1.7rem;
    line-height: 2;
}


/* -- footer  ---------------*/
footer{
  padding: 8rem 0 19rem 0;
}
.footer_inner{
  gap:4.7rem;
}
a.footer_logo{
  width: 58px;
  margin-bottom: 7rem;
}
.footer_left address{
    font-size: 1.6rem;
    line-height: 2.8rem;
}
footer .f_tel span{
    font-size: 1.4rem;
}
footer .time{
    font-size: 1.4rem;
    display: inline-block;
        margin-left: 0.5rem;
}
footer .time span.kako{
    font-size: 1.2rem;
}

.footer_nav-wrap{
  gap:5vw;
}
.footer_right{
    margin-top: 15rem;
}
.footer_right ul li.footer_li-item{
  margin-bottom: 2.5rem;
}
.footer_right ul li.li_sub{
    margin-bottom: 0.5rem;
}
.footer__link{
  font-size: 1.6rem;
}
@media screen and (max-width: 1049px) {
    .footer_inner{
        padding: 0 3vw;
    }
    .footer__link{
        font-size: 1.5vw;
    }
}

.footer__copy{
    padding-top: 4rem;
}



/* ---------------------------------------------------------------------------
  下層ページ
--------------------------------------------------------------------------- */
.subTop{
    height: 410px;
    width: 100%;
    margin-top: 8.5rem;
}
.subTop h2{
    font-size: 3.6rem;
    padding-top: 12rem;
    line-height: 1.5;
}
.subTop h2 span.en{
    font-size: 1.6rem;
}

#sub h3{
    font-size: 2.8rem;
    line-height: 1.7;
}
#sub h4{
    font-size: 2rem;
    line-height: 1.7;
}

ul.pankuzu{
    margin: 2rem auto 5rem auto;
}
ul.pankuzu a::before{
    top: 0.2rem;
    right: -70px;
  width: 8px;
  height: 8px;
}
#cases-post ul.pankuzu li:nth-child(2){
    width: 145px;
}
#cases-post ul.pankuzu li:nth-child(2) a::before {
  right: -80px;
}
#thanks ul.pankuzu li:nth-child(2) a::before {
  right: -115px;
}

.bor_bt{
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
.bor_bt_brown{
  margin-bottom: 5rem;
  padding-bottom: 4rem;   
}
.bor_top{
  margin-top: 10rem;
  padding-top: 10rem;
}
.bor_brown{
  margin-top: 10rem;
  padding-top: 10rem;
}
.Mgt{
    margin-top: 10rem;
}
.Mgb{
    margin-bottom: 10rem;
}


/* ---------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------- */
#company .Box01 h3{
    margin-bottom: 5rem;
}
#company .Box01 .imgBox{
    width: 50%;
    max-width: 650px;
    margin-right: 7rem;
}
#company .Box01 h4{
    font-size: 2.5rem;
    margin-bottom: 3rem;
}
#company .Box01 p.txt{
    font-size: 2rem;
}
.message_sign{
    margin-top: 3rem;
}
.message_sign img{
  width: 170px;
}


#company .Box02{
    padding: 6rem 15rem 6rem 15rem;
}
#company .Box02 h3,
#company .Box03 h3,
#company .Box04 h3{
    margin-bottom: 4rem;
}
#company .Box02 h4{
    font-size: 2.3rem;
    margin-bottom: 3rem;
}
table.c-table th{
    width: 130px;
}
table.c-table th{
    width: 170px;
}
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;
}

#company .Box03{
    padding: 0 15rem 10rem 15rem;
}
#company .Box03 table.c-table th{
    vertical-align: middle;
}
#company .Box04{
    padding: 10rem 15rem 10rem 15rem;
}
table.c-table td ul li{
  display: inline-block;
  padding-left: 1.4em;
  text-indent: -1.4em;
}



/* ---------------------------------------------------------------------------
  ESGへの取り組み
--------------------------------------------------------------------------- */
#esg h3{
    margin-bottom: 6rem;
}
#esg h4{
    font-size: 2.8rem;
    margin-bottom: 1rem;
}
#sub .topBox p{
    font-size: 2rem;
}
#esg .Box02 p{
    text-align: center;
}
#esg .Box02{
    padding: 4rem 5rem 6rem 5rem;
}
#esg .esgFigure {
        width: 800px;
        margin: 10rem auto 0 auto;
}
#esg .Box02_2 .num{
    font-size: 12rem;
    line-height: 1.3;
    width: 200px;
}
#esg .Box02_2 .num::before{
  content: ""; 
  position: absolute;
  left: auto;
  top: 50%; 
  transform: translateY(-50%); 
  width: 1px;           
  height: 70%;           
  background-color: #D4D0C6; 
  right: 5rem;
}
#esg .Box02_2 h5{
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

#esg .Box03{
    padding: 10rem 0 13rem 0;
}
#esg .Box03 .bor_bt_brown{
    padding-bottom: 3.5rem;
    margin-bottom: 11rem;
}
#esg .Box03 .titBox{
    align-items: center;
    margin-bottom: 5rem;
    gap: 2rem 0;
}
#esg .Box03 .titBox span.en{
    font-size: 6.4rem;
    line-height: 0.7;
}
#esg .Box03 .titBox span.sm{
    font-size: 2.8rem;
}
#esg .Box03 .titBox span.ja{
    font-size: 2.4rem;
    display: inline-block;
    margin-left: 1.5rem;
}
@media screen and (max-width: 1249px) {
    #esg .Box03 .txtBox p.tit{
        width: 100%;
    }
}

/*#esg .Box03 .Box_up{
    margin-top: 2rem;
}*/
#esg .Box03 .Box_up .imgBox{
    margin-right: 5rem; 
}
.imgBox_fm{
    width: 45%;
    max-width: 475px;
}
#esg .Box03 img.mark {
    width: 64px;
    height: 64px;
}

#esg .Box03 .Box_bt{
    margin-top: 5rem;
    margin-bottom: 6rem;
}
#esg .Box03 .Box_bt h4{
    margin-bottom: 2.5rem;
}
#esg .Box_bt ul {
  margin-top: 2rem;
  gap: 4rem 0;
  justify-content: center;
}
#esg .Box_bt ul li {
  width: calc(20% - 10px);
}
#esg .Box_bt ul li .imgBox {
  width: 200px;
  height: 200px;
}
#esg .Box_bt ul li .imgBox img.Mgl{
  margin-left: 1rem;
}
#esg .Box_bt ul li p {
  margin-top: 1rem;
  line-height: 1.5;
}



@media screen and (max-width: 1220px) {
     #esg .Box_bt ul{
        gap: 2rem 3rem;
    }
  #esg .Box_bt ul li {
    width: 16vw;
  }
    #esg .Box_bt ul li .imgBox{
        width: 15vw;
        height: 15vw;
    }

  #esg .Box_bt ul li p.br_adjust br {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
#esg .Box_bt ul .space{
    display: none;
}
}
@media screen and (max-width: 999px) {
    #esg .Box_bt .space{
        display: block;
        width: 100%;
    }
  /*#esg .Box_bt ul::after {
    display: block;
    content: "";
    width: 48%;
  }*/
}

#esg .Box_bt02{
    flex-direction:row-reverse
}
#esg .Box_bt02 .imgBox{
    margin-left: 5rem; 
}


/* ---------------------------------------------------------------------------
  ユニティーの価値
--------------------------------------------------------------------------- */
.h3_Mgb01{
    margin-bottom: 3rem;
}
.p_bt{
    margin-bottom: 2rem;
}

#value .Box02{
    padding: 5rem 5rem 5rem 5rem;
}
#value .Box02 ul li{
    width: calc(33% - 5rem);
}
#value .Box02 .maruBox{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 1rem;
} 
#value .Box02 .maruBox p{
    font-size: 2.6rem;
    padding-top: 7.5rem;
}
#value .Box02 p.tit{
    font-size: 2.2rem;
    text-align: center;
    margin: 1.7rem 0 1rem 0;
}

#value .Box03 .flex_wrap{
    /*flex-direction:row-reverse;*/
    gap: 5rem;
}
#value .Box03 h4{
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.Box_flex{
    margin-top: 10rem;
    padding-top: 10rem;
}
.Box_flex h3{
    margin-bottom: 5rem;
}
.Box_flex .flex_wrap{
    gap: 5rem;
}
#sub .Box_flex h4{
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 4rem;
    padding-left: 3.5em;
    text-indent: -3.5em;
}
.Box_flex .solutions__num{
    font-size: 4.5rem;
    top: 1rem;
    padding-right: 4rem;
}
.Box_flex .solutions__num::before{
    right: 2rem;
}
.Box_flex .fle_re{
    flex-direction:row-reverse;
}
#value .Box04 ul{
    padding: 2rem 0;
}

.linkBox{
    padding: 9rem 0 10rem 0;
    margin-top: 10rem;
}
.linkBox h3{
    line-height: 2;
    margin-bottom: 5rem;
}
.linkBox h3 span{
    font-size: 1.8rem;
}
.linkBox_in{
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}
.linkBox .Box{
    width: calc(33% - 6rem);
    text-align: center;
}
.linkBox .Box p{
    font-size: 1.7rem;
}
.linkBox a.btn-view-more{
    width: 100%;
    font-size: 1.7rem;
    line-height: 1.5;
    margin-top: 0.6rem;
}

@media screen and (max-width: 1099px) {
    .linkBox .Box{
        width: calc(33% - 4rem);
    }
}

/* ---------------------------------------------------------------------------
  オフィスソリューション事業
--------------------------------------------------------------------------- */
.Box_check{
    padding: 4rem 15rem 6rem 15rem;
}
.Box_check ul li{
    font-size: 2rem;
    background-size: 25px;
    padding: 0 0 0 4rem;
}
.Box_check ul li:not(:last-child) {
    margin-bottom: 1rem;
}

#office .topBox{
    text-align: center;
}
#office .Box03 p.txt{
    font-size: 2.5rem;
    text-align: center;
}
#service .Box_m ul{
    margin: 3rem 0 4rem 0;
}
#service .Box_m ul li{
    width: calc(30% - 10px);
}
#office .Box03 ul li .imgBox {
        width: 250px;
        height: 250px;
}
#office .Box03 ul li p{
    margin-top: 1.5rem;
    line-height: 1.5;
}

#service .Box05{
    padding: 8rem 0 4rem 0;
}
#service .Box05 p.tit{
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0 0.7rem 0;
}
#service .Box05 ul li .imgBox {
        width: 14vw;
        height: 14vw;
}

.case_num{
    font-size: 1.8rem;
    padding: 0 1.5rem;
    margin-right: 1.5rem;
}
#service .Box06 ul{
    margin-top: 3rem;
}
#service .Box06 ul li{
    width: calc(33% - 20px);
  padding: 3rem 4rem;
}
#service .Box06 .tit{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
#service .Box06 ul li:not(:last-child):before {
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent var(--main-brown);
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
}

#office .Box05 ul li .imgBox,
#store .Box05 ul li .imgBox {
    width: 19vw;
    height: 19vw;
    margin-bottom: 1rem;
}


#office .Box04 .flex_wrap{
    flex-wrap: nowrap;
}
#office .Box04 .txtBox{
    min-width: 560px;
}
#office .Box07{
    padding: 4rem 9rem 6rem 9rem;
}
#office .Box07 h3 {
    padding: 0 30px;
    margin-bottom: 36px;
}
#office .Box07 h3:before,  
#office .Box07 h3:after {
    top: 27px;
}
#office .Box07 h3 span{
    font-size: 2rem;
}
#office .Box07 .imgBox{
    margin-right: 5rem;
}

/* ---------------------------------------------------------------------------
  ストアソリューション事業
--------------------------------------------------------------------------- */
#store .topBox{
    text-align: center;
}
#store .Box03,
#living .Box03{
    margin-top: 5rem;
}
#store .Box03 p,
#living .Box03 p{
    font-size: 2.4rem;
    text-align: center;
}

#store .Box04 .flex_wrap{
    flex-wrap: nowrap;
}
#store .Box04 .txtBox{
    min-width: 530px;
}

/* ---------------------------------------------------------------------------
  住環境デザイン・インテリア事業
--------------------------------------------------------------------------- */
#living .topBox{
    text-align: center;
}
#living .Box05{
    padding: 8rem 6rem 4rem 6rem;
}

/* ---------------------------------------------------------------------------
  ご相談の流れ
--------------------------------------------------------------------------- */
#flow .Box01{
    margin-bottom: 10rem;
}
#flow .Box01 .flex_wrap{
    gap: 4rem;
}
#flow .Box01 .Boxin{
    padding: 4rem;
}
#flow .Box01 .Box_arrow{
    margin-bottom: 5rem;
}
#flow .Box01 .Box_arrow:before{
    bottom: -5rem;
    border: 15px solid transparent;
    border-top: 17px solid var(--mid-brown);
}

#flow .Box01 .solutions__num {
    font-size: 4.5rem;
    line-height: 1;
    top: 0;
    text-align: center;
}
#flow .Box01 span.step{
    font-size: 1.5rem;
}
#flow .Box01 .tit{
    font-size: 2.5rem;
    line-height: 1.7;
    padding: 1.4rem 0 1rem 7rem;
        margin-bottom: 2rem;
}
#flow .Box01 a{
    width: 100%;
    margin:2rem 0 0 auto;
}

#flow .Box01 .tit {
        font-size: 2.5rem;
        line-height: 1.7;
        padding: 1.4rem 0 1rem 7rem;
        margin-bottom: 2rem;
}
#flow .Box01 .solutions__num {
    font-size: 4.5rem;
    line-height: 1;
    top: 0;
    text-align: center;
}


/* ---------------------------------------------------------------------------
  実績紹介
--------------------------------------------------------------------------- */
#cases,
#cases-post{
    margin-bottom: 15rem;
}
#cases ul.works-grid{
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
}
#cases h3{
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

#cases ul.works-grid li.work-card{
    position: relative;
}

#cases ul.works-grid li .imgBox{
    height: 200px;
    background-color: #D7D2CC;
}
#cases ul.works-grid li .txtBox{
    padding: 2rem;
}
#cases ul.works-grid li p.day{
    font-size: 1.4rem;
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
}

#cases .pager{
    margin: 5rem auto 10rem auto;
    padding-bottom: 0;
}

#cases-post h3{
    font-size: 2.2rem;
}
#cases-post .imgBox{
    width: 600px;
    margin: 2rem 0;
}
#cases-post .postTxt img{
    margin: 2rem 0;
}


.arrow-prev{
  padding-left: 2rem;
}
.arrow-prev:before {
    width: 7px;
        height: 7px;
        left: -2px;
}
.arrow-next{
  padding-right: 2rem;
}
.arrow-next:before {
    width: 7px;
        height: 7px;
        right: -2px;
}

div#pager{
    margin-top: 5rem;
}




/* ---------------------------------------------------------------------------
  お知らせ
--------------------------------------------------------------------------- */
#information{
    margin-bottom: 10rem;
}

.infoBox ul li:not(:last-child) {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.infoBox ul li .imgBox {
  width: 40%;
  max-width: 350px;
  margin-right: 5rem;
}
.infoBox ul li .txtBox {
  flex: 1;
}
#sub #information h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin: 1rem 0 1rem 0;
}



/* ---------------------------------------------------------------------------
  採用情報
--------------------------------------------------------------------------- */
#recruit{
  margin-bottom: 12rem;
}
#recruit .topBox{
    text-align: center;
}
#recruit .Box03 h3{
    text-align: center;
}
#recruit .Box03 .flex_wrap{
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
#recruit .Box03 .txt{
    width: 380px;
    font-size: 3.2rem;
    line-height: 1.5;
    padding: 2rem;
}
#recruit .Box03 .txt span{
    font-size: 1.8rem;
}
.kakeru {
  width: 40px;
  height: 40px;
}

#recruit .Box03 .body-text{
    margin-top: 4rem;
    padding: 0 7rem;
}

#recruit .Box04{
    padding: 7rem 0 8rem 0;
}
#recruit .Box04 h3,
#recruit .Box05 h3{
    margin-bottom: 3rem;
}
#recruit .Box04 .flex_wrap,
#recruit .Box05 .flex_wrap{
  gap: 5rem;
}
#recruit .Box04 a,
#recruit .Box05 a{
    margin-top: 3rem;
}
#recruit .Box05 .flex_wrap{
    flex-direction:row-reverse;
}
#recruit .Box05 .txtBox{
    width: 40%;
}
#recruit .Box05 a{
    width: 100%;
}
#recruit .btn-section_03{
    gap: 8rem;
}
.btn-section_03 a.btn-view-more {
  width: 250px;
}



/* ---------------------------------------------------------------------------
  働く環境について
--------------------------------------------------------------------------- */
#employee-benefits{
    margin-bottom: 10rem;
}
/*#employee-benefits .Box01 .bg_brown{
    margin-top: 5rem;
    padding: 5rem 5rem 6rem 5rem;
}*/
#employee-benefits .Box01 h4{
    font-size: 2.2rem;
}
#employee-benefits .Box01 .Box{
    width: calc(50% - 20px);
  padding: 3rem;
}
#employee-benefits .Box01 .body-text{
    width: 80%;
    margin-bottom: 4rem;
}
#employee-benefits .Box01 h5{
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    height: 115px;
}
#employee-benefits .Box01 h5 span{
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}
/*#employee-benefits .Box_b h5 span{
    margin-bottom: 1.5rem;
}*/

#employee-benefits .Box02{
    margin-top: 15rem;
}
#employee-benefits .Box02 ul{
    margin-top: 2rem;
    gap: 3rem;
}
#employee-benefits .Box02 ul li{
    width: calc(33% - 20px);
    padding: 3rem;
}
#employee-benefits .Box02 h4{
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

#employee-benefits .Box03 .body-text{
    text-align: center;
}
#employee-benefits .Box03 .body-text p{
    font-size: 1.8rem;
}
#employee-benefits .Box03 .body-text p.bg{
    font-size: 2.5rem;
    margin-bottom: 4rem;
}
#employee-benefits .Box03 a{
    width: 600px;
    margin: 0 auto;
}
#employee-benefits .btn-section_03{
    gap: 6rem;
}



/* ---------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------- */
#contact,#thanks{
  margin-bottom: 10rem;
}
#contact .topBox{
    margin-bottom: 10rem;
}

#contact h3{
    text-align: center;
}
#contact .bor_bt_brown {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
}
#contact .telWrap{
    line-height: 1.6;
    margin-bottom: 10rem;
}
#contact .telWrap .telWrap_in{
    align-items: baseline;
    justify-content: center;
}
#contact .telWrap .telWrap_in a{
    margin-right: 1rem;
}

/*#contact .telWrap a img {
        width: 25px;
        object-fit: contain;
        margin: 0.8rem 0.5rem 0 0;
}*/
#contact .telWrap a span.number {
    font-size: 3rem;
}
#contact .telWrap span.txt_b {
    padding-left: 1.5rem;
    padding-top: 1.2rem;
}

#contact .kome{
    display: block;
    font-size: 1.3rem;
}
.hissu {
  margin-top: 0.2rem;
}

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

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

.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 #d1cbc6;
    vertical-align: top;
    padding: 16px 21px;
    word-break: break-all;
}


.submit_wrap {
  width: 288px;
}
.submit_wrap:before{
    width: 7px;
    height: 7px;
    right: 25px;
}
.submit_wrap .btn01{
    margin-top: 3rem;
}

#contact .privacy_wrap{
    text-align: center;
    margin: 3rem auto 1rem auto;
}
#contact .privacy_wrap_in{
    text-align: left;
    display: inline-block;
}
#contact .privacy_wrap p{
    font-size: 1.5rem;
}

/*#contact label.c_b{
    text-align: left;
    display: inline-block;
}*/
.mfp_element_checkbox{
    margin: 0 2px 2px 2px;
}
.privacy_wrap .mfp_element_checkbox{
    margin: 2px 5px 0px 0;
}

#thanks{
  margin-bottom: 8rem;
}
#thanks .miniTextBox{
    padding: 12rem 0 14rem 0;
}
#thanks .miniTextBox p{
    text-align: center;
}

#error {
  margin-top: 20rem;
}





/* ---------------------------------------------------------------------------
  ★パーツ集: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;
    padding-bottom: 60px;
}



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

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



