@charset "utf-8";
/* --------------------------------------------------------
 * service 個別ベージ R2505
 * ----------------------------------------------------- */
.service {
  position: relative;
}
.service mark {
  color: #004EA2;
  background-color: transparent;
  font-weight: bold;
}

@media (min-width: 769px){
  .sv-breadcrumb {
    background-color: rgba(255,255,255,.75);
    padding: 6px 2%;
    border-bottom: solid 1px #ddd;
  }
  .breadcrumb { margin: 0 !important; }
}
/* --------------------------------------------------------
 * KV
 * ----------------------------------------------------- */
/*.sv-header {
  padding: 1px 0 clamp(40px, 6vw, 100px);
}
@media (min-width: 1300px){
  .interior .sv-header {
    background: url("../../img/service/interior/kv2000x1200.jpg") 50% 50%/cover no-repeat;
  }
  .steeldoor .sv-header {
    background: url("../../img/service/steel-door/kv2000x1200.jpg") 50% 50%/cover no-repeat;
  }
}
@media (min-width: 769px) and (max-width: 1300px){
  .interior .sv-header {
    background: url("../../img/service/interior/kv1300x780.jpg") 50% 50%/cover no-repeat;
  }
  .steeldoor .sv-header {
    background: url("../../img/service/steel-door/kv1300x780.jpg") 50% 50%/cover no-repeat;
  }
}
@media (max-width: 768px){
  .interior .sv-header {
    background: url("../../img/service/interior/kv800x1000.jpg") 50% 50%/cover no-repeat;
  }
  .steeldoor .sv-header {
    background: url("../../img/service/steel-door/kv800x1000.jpg") 50% 50%/cover no-repeat;
  }
}
h1 {
  width: fit-content;
  margin: 2em auto 1.5em;
  font-weight: 700;
  font-size: clamp(2.8rem, 5vw, 4rem);
  line-height: 1;
  text-align: center;
}
h1 span {
  display: inline-block;
  width: auto;
  margin-bottom: .9em;
  padding: 0 1em .9em;
  border-bottom: 1px solid #000;
  text-shadow: 3px 3px 4px rgba(255,255,255,1)
}
h1 img {
  display: block;
  width: 130px;
  margin: 0 auto;
}
.sv-read {
  position: relative;
  max-width: 900px;
  padding: 2em 2em 0;
}
.sv-read h2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: inline-block;
  padding: 0 1em;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2.2;
  letter-spacing: .05em;
  color: #fff;
  background-color: #004EA2;
  border-radius: 3px;
}
.sv-read p {
  padding: 2em;
  font-weight: 500;
  line-height: 2;
  background-color: rgba(255,255,255,.8);
  border-radius: 5px;
}*/
/* --------------------------------------------------------
 * 共通 ボタンベース 
 * ----------------------------------------------------- */
.service .btn {
  width: 340px;
  max-width: 100%;
  height: unset;
  margin-bottom: 3vh;
}
.service .btn a {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3;
  text-align: center;
  letter-spacing: .05em;
  color: #fff;
  border-radius: 200px;
  transition: all .3s;
}
.service .btn:hover a { opacity: .7; }
.service .btn-blue a { background-color: #014FA2; }
.service .btn-red a { background-color: #D7092F; }

/* --------------------------------------------------------
 * 共通 タイトル
 * ----------------------------------------------------- */
/* 下三角 ---------------------------- */
.ttl-arrow, h2.ttl-arrow {
  position: relative;
  padding: .75em 3% 1em;
  font-weight: 700;
  font-size: clamp(1.8rem, 3.8vw, 2.6rem);
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  background-color: #014FA2;
}
.ttl-arrow::after {
  content: "";
  aspect-ratio: 6.5 / 1;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -1px);
  z-index: -1;
  display: block;
  background-color: #014FA2;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media (min-width: 769px) {
  .ttl-arrow, h2.ttl-arrow {
    margin: 0 auto 100px;
  }
  .ttl-arrow::after {
    width: 450px; 
  }
  .ttl-arrow br {
/*    display: none;*/
  }
}
@media (max-width: 768px) {
  .ttl-arrow, h2.ttl-arrow {
    margin: 0 auto clamp(45px, 12vw, 75px);
  }
  .ttl-arrow::after { 
    width: clamp(180px, 50vw, 300px); 
  }
}

/* 黄色背景 ---------------------------- */
.ttl-Yellow {
  margin-bottom: 7vh;
  padding-bottom: 7px;
  font-size: clamp(2rem, 3.8vw, 3rem);
  text-align: center;
  background: linear-gradient(to bottom, transparent 60%, #FFEE57 60%);
}
.ttl-Yellow .big {
  padding: 0 5px;
  font-weight: 700;
  font-size: 1.3em;
  color: #004EA2;
}

/* --------------------------------------------------------
 * 共通 解決 box
 * ----------------------------------------------------- */
.bd-box { 
  margin-bottom: 7vh; 
  border: solid 4px;
}
/* 解決box コンテンツ ------ */
.bd-cont {
  margin: 7vh 4%;
}
.bd-cont dd small {
  display: block;
  margin-top: 5px;
  line-height: 1.4;
}
/* 解決box テキストリスト ------ */
.bd-txt div {
  position: relative;
  padding-left: 9rem;
}
@media (min-width: 769px) {
  .bd-txt {
    display: flex;
    row-gap: 5rem;
    column-gap: 4%;
    flex-wrap: wrap;
  }
  .bd-txt div {
    flex: 0 0 48%;
  }
}
@media (max-width: 768px){
  .bd-txt div {
/*    padding-left: 6rem;*/
    padding-left: 0;
    margin-bottom: 4vh;
  }
}

.bd-txt dt {
  position: relative;
  margin-bottom: 1.4rem;
  padding: 1.2rem 2rem 1.2rem 3rem;
  font-weight: 700;
  font-size: 1.8rem;
  color: #004EA2;
  background-color: #fff;
}
@media (max-width: 768px){
  .bd-txt dt {
    margin-left: 30px;
    margin-bottom: 2.4rem;
    padding: 1.2rem 2rem 1.2rem 50px;
    font-size: 1.5rem;
  }
}
.bd-txt dt:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  border-radius: 1000em;
}
@media (max-width: 768px){
  .bd-txt dt:before {
    content: "";
    left: -30px;
    width: 75px;
    height: 75px;
  }
}
.bd-txt div:nth-child(1) dt:before {
  background-image: url("../../img/service/steel-door/kinou_01_icon.svg");
  background-size: 58px 58px;
}
.bd-txt div:nth-child(2) dt:before {
  background-image: url("../../img/service/steel-door/kinou_02_icon.svg");
  background-size: 43px 57px;
}
.bd-txt div:nth-child(3) dt:before {
  background-image: url("../../img/service/steel-door/kinou_03_icon.svg");
  background-size: 66px 46px;
}
.bd-txt div:nth-child(4) dt:before {
  background-image: url("../../img/service/steel-door/kinou_04_icon.svg");
  background-size: 55px 52px;
}
@media (max-width: 768px){
.bd-txt div:nth-child(1) dt:before {
  background-size: 42px auto;
}
.bd-txt div:nth-child(2) dt:before {
  background-size: 29px auto;
}
.bd-txt div:nth-child(3) dt:before {
  background-size: 34px auto;
}
.bd-txt div:nth-child(4) dt:before {
  background-size: 40px auto;
}
}

.bd-txt dd {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 10px;
}
@media (max-width: 768px){
  .bd-txt dd {
    margin-bottom: 5rem;
    margin-left: 0;
    padding-left: 1.2rem;
  }
}

/* --------------------------------------------------------
 * BTN R2501
 * ----------------------------------------------------- */
/* BTN */
.service .c-btn--cta,
.service .c-btn--cta-h {
  margin-bottom: 9rem;
  width: 480px;
  max-width: 100%;
  height: unset;
  position: relative;
}
.service .c-btn--cta-h {
  margin-bottom: 7vh;
  width: 540px;
}
.service .c-btn--cta a,
.service .c-btn--cta-h a {
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4rem;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #D7092F;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.16);
}
.service .c-btn--cta-h a {
  padding: 3rem;
  font-size: 3.5rem;
}
@media (max-width: 768px){
.service .c-btn--cta,
.service .c-btn--cta-h {
  margin-bottom: 5rem;
}
.service .c-btn--cta a,
.service .c-btn--cta-h a {
  padding: 1.8rem;
  font-size: 1.8rem;
  column-gap: 2rem;
}
}
.service .c-btn--cta a:before,
.service .c-btn--cta-h a:before {
  content: "";
  display: block;
  width: 64px;
  height: 62px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../img/service/interior/contact_btn_icon.svg");
  background-size: 64px 62px;
}
@media (max-width: 768px){
  .service .c-btn--cta a:before,
  .service .c-btn--cta-h a:before {
  width: 42px;
  height: 40px;
  background-size: 42px 40px;
  }
}
.service .c-btn--cta a:after,
.service .c-btn--cta-h a:after {
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1.5px #fff solid;
  border-right: 1.5px #fff solid;
  transform: rotate(45deg);
}

.service .c-btn--cta .btn__text,
.service .c-btn--cta-h .btn__text {
  margin-right: 4rem;
}
@media (max-width: 768px){
  .service .c-btn--cta .btn__text,
  .service .c-btn--cta-h .btn__text {
    text-align: left;
  }
}
.service .c-btn--cta .sub,
.service .c-btn--cta-h .sub {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 768px){
  .service .c-btn--cta .sub,
  .service .c-btn--cta-h .sub {
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------------
 * BTN R2504
 * ----------------------------------------------------- */
.service .c-btn--dl-h {
  margin-bottom: 3.5rem;
  width: 460px;
  max-width: 100%;
  height: unset;
  position: relative;
}
.service .c-btn--dl-h a {
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #014FA2;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.16);
}
.service .c-btn--dl-h a {
  padding: 1.4rem 3rem;
  font-size: 2.4rem;
}
@media (max-width: 768px){
.service .c-btn--dl-h a {
  padding: 1.8rem;
  font-size: 1.8rem;
  column-gap: 2rem;
}
}
.service .c-btn--dl-h a:before {
  content: "";
  display: block;
  width: 64px;
  height: 62px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../img/service/interior/bimmodelcheck_dlbtn_icon.svg");
  background-size: 64px 62px;
}
@media (max-width: 768px){
  .service .c-btn--dl-h a:before {
  width: 42px;
  height: 40px;
  background-size: 42px 40px;
  }
}
.service .c-btn--dl-h a:after {
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: 1.5px #fff solid;
  border-right: 1.5px #fff solid;
  transform: rotate(45deg);
}

.service .c-btn--dl-h .btn__text {
  margin-right: 3rem;
  text-align: left;
}
@media (max-width: 768px){
  .service .c-btn--dl-h .btn__text {
    text-align: left;
  }
}
.service .c-btn--dl-h .sub {
  margin-top: 0.3rem;
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px){
  .service .c-btn--dl-h .sub {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------------
 * CHENGE R2504
 * ----------------------------------------------------- */
.separate--upper {
  margin-top: 0;
  border-top: 5px #014DA2 solid;
  padding-top: 9rem;
}
@media (max-width: 768px){
  .separate--upper {
    margin-top: 5vh;
    border-top: 3px #014DA2 solid;
    padding-top: 4.5rem;
  }
}
.c-service-faq {
  padding: 9rem 0;
}
@media (max-width: 768px){
  .c-service-faq {
  padding: 5rem 0;
  }
}

/* ===============================================================
 * 内装
 * ------------------------------------------------------------ */

/* --------------------------------------------------------
 * Page HEADER R2501 R2504
 * ----------------------------------------------------- */
.in-header {
/*  height: 592px;*/
/*  background-image:  url("../../img/service/interior/in-header-bg.jpg");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .in-header {
    position: relative;
    margin: 0 auto 5rem;
    aspect-ratio: 1825 / 592;
    max-height: 592px;
    background-image: url("../../img/service/interior/interior_kv_pc.jpg");

    /*  height: 592px;*/
  }
}
@media (max-width: 768px){
  .in-header {
    margin: 0 auto 1rem;
    width: 96%;
    background-image:  url("../../img/service/interior/interior_kv_sp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    aspect-ratio: 700 / 1026;
  }
}
@media (max-width: 500px){
  .in-header {
/*    height: calc( 1026 / 700 * 100vw );*/
    height: auto;
  }
}
.in-header__inner {
/*  height: 100%;
  position: relative;
  padding-left: 95px;*/
}
@media (min-width: 769px) {
}
@media (max-width: 768px){
  .in-header__inner {
/*    padding-bottom: 160px;*/
    padding-bottom: 1px;
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 0;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .in-header__inner {
/*    padding-left: calc(45 / 1100 * 100vw);*/
  }
}

/*  ELEMENT HIDE */
.in-header__badge,
.in-header__line1,
.in-header__line2,
.in-header__line3,
.in-header__image
{
  display: none!important;
}
/* PC ELEMENT HIDE END */

.in-header__line1 {
  padding-top: 5.8rem;
  margin-bottom: 2.7rem;
  color: #D7092F;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(36/24);
  
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  column-gap: 16px;
}
.in-header__line1:before {
  content: "";
  display: block;
  width: 63px;
  height: 49px;
  background: url("../../img/service/interior/in-header-icon.svg") center center no-repeat;
  background-size: 63px 49px;
}
@media (max-width: 768px){
  .in-header__line1 {
    margin-left: 100px;
    padding-top: 4.2rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: calc(22/15);
    display: inline-flex;
    column-gap: 14px;
    background-image: linear-gradient(transparent 80%, #fff 80%);
  }
  .in-header__line1:before {
    margin-left: 1rem;
    padding-bottom: 1rem;
    width: 59px;
    height: 46px;
    background-size: 100% auto;
  }
}
.in-header__line1__text {
  display: block;
  background-image: linear-gradient(transparent 60%, #fff 60%);
}
@media (max-width: 768px){
  .in-header__line1__text {
    background-image: none;
  }
}

.in-header__line2__sub {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: calc(41/28);
}
@media (max-width: 768px){
  .in-header__line2__sub {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    line-height: calc(24/16);
  }
}
.in-header__line2__main {
  margin-bottom: 2rem;
  display: block;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: calc(70/54);
}
@media (max-width: 768px){
  .in-header__line2__main {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    line-height: calc(30/24);
  }
}
.in-header__line3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: calc(41/28);
  
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 768px){
  .in-header__line3 {
    margin-bottom: 2.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.6rem;
    line-height: calc(24/16);
  }
}
@media (max-width: 768px){
  .in-header__line3__logo {
    width: 224px;
  }
}
.in-header__badge {
  position: absolute;
  top: 105px;
  left: -110px;
  width: 180px;
}
@media (max-width: 768px){
  .in-header__badge {
    top: 16px;
    left: 12px;
    width: 82px;
  }
}
.in-header__image {
  position: absolute;
  bottom: 60px;
  right: -378px;
  width: 756px;
  z-index: 1;
  
}
@media (max-width: 768px){
  .in-header__image {
    position: static;
    width: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .in-header__image img {
    display: inline-block;
    max-width: 370px;
  }
}

  .in-header__btnarea {
/*  margin: 0 auto 0 0;
  width: 456px;
  bottom: 0;
  left: 95px;*/
  }
@media (max-width: 768px){
  .in-header__btnarea {
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
  }
}
.in-header__btnarea .btn__headline {
  margin: 1rem 0;
  text-align: center;
  font-size: 2rem;
  line-height: calc(36/20);
  font-weight: bold;
  color: #D7092F;
  z-index: 2;
}
@media (max-width: 768px){
  .in-header__btnarea .btn__headline {
    margin: 1rem 0;
    font-size: 2rem;
    line-height: calc(3.2/2);
  }
}
.in-header__btnarea .btn {
  margin-bottom: 6rem;
}
@media (max-width: 768px){
  .in-header__btnarea .btn {
    margin-bottom: 2.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: auto !important;
  }
}

/*FV BTN IMAGE*/
@media (min-width: 769px){
  /*PC HIDE */
  .in-header__btnarea {
    position: absolute;
    top: 60.61093%;
    left: 23.27816%;
/*    bottom: 62px;*/
  }
  .in-header__btnarea .btn__headline {
    display: none;
  }
  .in-header__btnarea .btn {
    margin-bottom: 0;
  }
  .in-header__btnarea .c-btn--cta {
    width: auto;
    position: static;
  }
  .in-header__btnarea .c-btn--cta a {
    display: block;
    width: 100%;
    width: calc( 456 / 1825 * 100vw );
    height: 131px;
    max-width: 456px;
    max-height: 131px;
    background: url("../../img/service/interior/kv_btn_parts.png") center top no-repeat;
    background-size: 100% auto;
    
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .in-header__btnarea .c-btn--cta a:before,
  .in-header__btnarea .c-btn--cta a:after,
  .in-header__btnarea .c-btn--cta .btn__text {
    display: none !important;
  }
}
@media (min-width: 1825px){
  /*STATIC WIDTH */
  .in-header__btnarea {
    top: 377px;
    left: 422px;
  }
  .in-header__btnarea .c-btn--cta a {
    width: 456px;
    height: 131px;
  }
}






/* --------------------------------------------------------
 * IN1 R2501
 * ----------------------------------------------------- */
.interior1 {
  background: #EFF7FF;
/*  padding-top: 8.2rem;*/
  padding-top:9rem;
  padding-bottom: 9rem;
}
@media (max-width: 768px){
  .interior1 {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }
}
/* --------------------------------------------------------
 * TAB R2501
 * ----------------------------------------------------- */
.tab__area {
  padding: 16rem 0 9rem 0;
/*  background: #DEE9F5; */
}
.tab__menuarea {
  padding: 5rem 4rem 5rem;
  padding: 5rem 0 1rem;
/*  max-width: 1448px;*/
  max-width: 1100px;
  background-color: #fff;
}
@media (max-width: 768px){
  .tab__area {
    padding: 3.5rem 0;
  }
  .tab__menuarea {
    padding: 3rem 1.5rem 3rem;
    padding: 3rem 0 3rem;
  }
}

.tab__menuhead {
  margin: 0 auto 3rem;
  padding: 0 4rem;
  max-width: 1100px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  
  position: relative;
}
.tab__menuhead .attention {
  position: absolute;
  top: -15.5rem;
  left: 0rem;
  width: 56rem;
}
@media (max-width: 1280px){
  .tab__menuhead .attention {
    left: 0;
  }
}
@media (max-width: 768px){
  .tab__menuhead {
    padding: 0 2rem;
  }
  .tab__menuhead .attention {
    top: -9rem;
    left: calc( 50% - 16rem );
    width: 30.8rem;
  }
}

.tab__menuhead .line:first-of-type  {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 0.5em;
}
.tab__menuhead .line:not(:first-of-type) {
  margin-top: 2rem;
}
.tab__menuhead .label {
  vertical-align: -0.8rem;
  width: calc( 820 / 1000 * 100% );
}
.tab__menuhead .label {
  margin-right: 1rem;
  vertical-align: 2px;
}
.tab__menuhead .label img {
  width: 100%;
  max-width: 788px;
  vertical-align: middle;
}
@media (max-width: 768px){
  .tab__menuhead {
    margin: 0 auto 1.5rem;
    font-size: 1.6rem;
  }
  .tab__menuhead .label {
    width: auto;
  }
  .tab__menuhead .label img {
    max-width: 27rem;
  }
}

.tab__tagline {
  padding: 1rem;
  margin-bottom: 3rem;
  color: #fff;
  background: #004EA2;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 768px){
.tab__tagline {
  font-size: 1.1rem;
}
}

.tab__menu {
  margin: 0 auto;
  padding: 0 4rem;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  column-gap: 100px;
}

@media (min-width: 769px) and (max-width: 1000px){
  .tab__menu {
    column-gap: calc( 100 / 1000 * 100%);
  }
}
@media (max-width: 768px){
  .tab__menu {
    padding: 0 2rem;
    column-gap: 3rem;
  }
}


.tab__menuitem {
  transition: 0.2s;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.tab__menuitem:hover {
  opacity: 0.7;
}

.tab__menuitem .btn__hover {
  transform: scale(1.2) translateY(10px);
}
.tab__menuitem.current .btn__default,
/*.tab__menuitem:hover .btn__default,*/
.tab__menuitem .btn__hover {
  display: none;
}
.tab__menuitem .btn__default,
/*.tab__menuitem:hover .btn__hover,*/
.tab__menuitem.current .btn__hover {
  display: block;
}

.tab__menuitem:nth-child(1) {
}

.tab__menuitem {
/*  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  
  border: 2px #004EA2 solid;
  border-radius: 1000em;
  color: #004EA2;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 16px;
  transition: 0.4s;*/
  width: 327px;
}
/*.tab__menuitem.current {
  transform: scale(130%);
}

.tab__menuitem:nth-child(1) {
  background: #C9E3FF;
}
.tab__menuitem:nth-child(2) {
  background: #FFDCA7;
}
.tab__menuitem:before {
    margin-left: 15px;
    margin-right: 15px;
    content: "";
    display: block;
    width: 50px;
    height: 57px;
    background-position: center center;
    background-repeat: no-repeat;
}
.tab__menuitem:nth-child(1):before {
    background-image: url(../../img/service/interior/zenekon_icon.svg);
    background-size: 42px 57px;
}
.tab__menuitem:nth-child(2):before {
    background-image: url(../../img/service/interior/naisoukojicom_icon.svg);
    background-size: 42px 57px;
}
.tab__menuitem:after {
  position: absolute;
  right: 40px;
  top: calc(50% - 12px);
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 1.5px #004EA2 solid;
  border-right: 1.5px #004EA2 solid;
  transform: rotate(135deg);
  transition: 0.2s;
}
.tab__menuitem.current:after {
    transform: rotate(-45deg);
    top: calc(50% - 4px);
}
.tab__menuitem .text {
  padding-right: 4rem;
}
.tab__menuitem .small {
  font-size: 2.1rem;
}*/
@media (max-width: 768px){
/*  .tab__menuitem {
    border-radius: 2.3rem;
    font-size: 1.4rem;
    padding: 16px 16px 32px 16px;
    width: 150px;
  }
  .tab__menuitem.current {
    transform: scale(120%);
  }
  .tab__menuitem:before {
    margin-left: 0;
    margin-right: 5px;
    content: "";
    display: block;
    width: 26px;
    height: 36px;
  }
  .tab__menuitem:nth-child(1):before {
      background-image: url(../../img/service/interior/zenekon_icon.svg);
      background-size: 26px auto;
  }
  .tab__menuitem:nth-child(2):before {
      background-image: url(../../img/service/interior/naisoukojicom_icon.svg);
      background-size: 23px auto;
  }

  .tab__menuitem:after {
    position: absolute;
    left: calc(50% - 8px);
    top: auto;
    top: unset;
    bottom: 15px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px #004EA2 solid;
    border-right: 2px #004EA2 solid;
    transform: rotate(135deg);
    transition: 0.2s;
  }
  .tab__menuitem.current:after {
      transform: rotate(-45deg);
      top: auto;
      top: unset;
      bottom: 5px;
  }
  .tab__menuitem .text {
    padding-right: 0;
    text-align: center;
  }
  .tab__menuitem .small {
    font-size: 1.2rem;
  }*/
}


.tab__content {
  padding-top: 9rem;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .tab__content {
  padding-top: 5rem;
  padding-bottom: 1px;
  }
}

#cont-tab1 {
  background: #DEE9F5;
/*  border: 2px #014DA2 solid;*/
}
#cont-tab2 {
  background: #FFF4E3;
/*  border: 2px #FFF4E3 solid;*/
}



.barmenu-group {
  margin: 0 auto;
  max-width: 900px;
}
.barmenu-item {
  margin-bottom: 2.2rem;
  border: 1px #004FA2 solid;
  border-radius: 10px;
}
.barmenu-item > div,
.barmenu-item > a {
  position: relative;
  padding: 15px 28px 15px 48px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 1rem;
}
@media (max-width: 768px) {
  .barmenu-item {
    margin-bottom: 1.5rem;
  }
  .barmenu-item > div,
  .barmenu-item > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.barmenu-item .item__main {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  align-items: center;
  flex: 1;
  column-gap: 1rem;
}
@media (max-width: 768px) {
  .barmenu-item .item__main {
    flex-direction: column;
  }
}
.barmenu-item .label {
  width: 230px;
  color: #004EA2;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .barmenu-item .label {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 1.6rem;
  }
}
.barmenu-item .text {
  flex: 1;
  font-weight: 500;
}
.barmenu-item .text span {
	font-size:0.85em;
	font-weight: 500;
}
@media (max-width: 768px) {
  .barmenu-item .text {
    width: 100%;
    font-size: 1.2rem;
    line-height: calc(24/12);
  }
  .barmenu-item .text br {
    display: none;
  }
}
.barmenu-item .image {
  width: 138px;
  min-height: 98px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.barmenu-item .image img {
  max-height: 98px;
}
.barmenu-item a:after {
  position: absolute;
  right: 20px;
  bottom: 10px;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/service/interior/scale_icon.svg);
  background-size: 35px 35px;
}

.in3-2 .barmenu-item {
  background: #F4F6FA;
}
.in3-3 .barmenu-item {
  background: #fff;
}
@media (max-width: 768px){
  .in3-3 .barmenu-item .text {
    line-height: calc(20/12);
  }
}

/* --------------------------------------------------------
 * ACC R2501
 * ----------------------------------------------------- */
.acc-group h4 {
  margin: 1.5rem 0;
  color: #004EA2;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px){
  .acc-group h4 {
    margin: 1.5rem 0 1rem;
    padding: 0 2rem;
    font-size: 1.2rem;
  }
}
.acc-item {
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 768px){
  .acc-item {
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 1rem;
  }
}
.acc-btn {
  position: relative;
  z-index: 3;
  top: -1px;
  height: 82px;
  overflow-y: hidden;
  background: #fff;
  border: #014DA2 1px solid;
  border-radius: 41px;
  
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  color: #004EA2;
  font-size: 2rem;
  font-weight: bold;
  line-height: calc(28/22);
  
}
@media (max-width: 768px){
  .acc-btn {
    column-gap: 1rem;
    font-size: 1.6rem;
  }
}
.acc-btn span {
  display: inline-block;
  padding-right: 80px;
}
@media (max-width: 768px){
  .acc-btn span {
    flex: 1;
    padding-right: 40px;
  }
}
.acc-btn:before {
  margin-left: 15px;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px){
  .acc-btn:before {
    margin-left: 10px;
    width: 35px;
    height: 50px;
  }
}
.acc-group:nth-of-type(1) .acc-item:nth-of-type(1) .acc-btn:before {
  background-image: url(../../img/service/interior/kadai01_icon.svg);
  background-size: 34px 39px;
}
.acc-group:nth-of-type(1) .acc-item:nth-of-type(2) .acc-btn:before {
  background-image: url(../../img/service/interior/kadai02_icon.svg);
  background-size: 41px 37px;
}
.acc-group:nth-of-type(1) .acc-item:nth-of-type(3) .acc-btn:before {
  background-image: url(../../img/service/interior/kadai03_icon.svg);
  background-size: 32px 37px;
}
.acc-group:nth-of-type(1) .acc-item:nth-of-type(4) .acc-btn:before {
  background-image: url(../../img/service/interior/kadai04_icon.svg);
  background-size: 45px 41px;
}
.acc-group:nth-of-type(2) .acc-item:nth-of-type(1) .acc-btn:before {
  background-image: url(../../img/service/interior/kadai03_icon.svg);
  background-size: 32px 37px;
}
.acc-group:nth-of-type(2) .acc-item:nth-of-type(2) .acc-btn:before {
  background-image: url(../../img/service/interior/kadai04_icon.svg);
  background-size: 45px 41px;
}

@media (max-width: 768px){
  .acc-group:nth-of-type(1) .acc-item:nth-of-type(1) .acc-btn:before {
    background-size: 25px auto;
  }
  .acc-group:nth-of-type(1) .acc-item:nth-of-type(2) .acc-btn:before {
    background-size: 30px auto;
  }
  .acc-group:nth-of-type(1) .acc-item:nth-of-type(3) .acc-btn:before {
    background-size: 23px auto;
  }
  .acc-group:nth-of-type(1) .acc-item:nth-of-type(4) .acc-btn:before {
    background-size: 33px auto;
  }
  .acc-group:nth-of-type(2) .acc-item:nth-of-type(1) .acc-btn:before {
    background-size: 23px auto;
  }
  .acc-group:nth-of-type(2) .acc-item:nth-of-type(2) .acc-btn:before {
    background-size: 33px auto;
  }
}
.acc-btn:after {
    position: absolute;
    right: 40px;
    top: calc(50% - 8px);
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1.5px #004EA2 solid;
    border-right: 1.5px #004EA2 solid;
    transform: rotate(135deg);
}
.acc-btn.acc-open:after {
    top: calc(50% - 4px);
    transform: rotate(-45deg);
}
@media (max-width: 768px){
  .acc-btn:after {
      right: 20px;
      top: calc(50% - 8px);
  }
  .acc-btn.acc-open:after {
      top: calc(50% - 4px);
  }
}


.acc-cont {
  display: none;
  z-index: 2;
  position: relative;
  top: -41px;
  background: #fff;
  padding: 71px 3rem 4rem;
  border: #014DA2 1px solid;
  transition: margin-bottom .2s;
}
@media (max-width: 768px){
  .acc-cont {
    padding: 51px 2rem 2rem;
    margin: 0 2rem -3rem;
  }
}
.acc-btn.acc-open + .acc-cont {
  margin-bottom: -41px;
}
@media (max-width: 768px){
  .acc-btn.acc-open + .acc-cont {
    margin-bottom: -3rem;
  }
}


.in-acc-box {
  display: -webkit-flex;
  display: flex;
  column-gap: 5rem;
}
@media (max-width: 768px){
  .in-acc-box {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.in-acc-box__main {
  flex: 1;
}

.in-acc-box__meta {
  position: relative;
  padding-left: 75px;
}
.in-acc-box__meta:before {
    position: absolute;
    top: -16px;
    left: 0;
    content: "";
    display: block;
    width: 51px;
    height: 55px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 51px 55px;
}
.acc-group:nth-of-type(1) .acc-item:nth-of-type(1) .in-acc-box__meta:before {
    background-image: url(../../img/service/interior/hukidashi_01.png);
}
.acc-group:nth-of-type(1) .acc-item:nth-of-type(2) .in-acc-box__meta:before {
    background-image: url(../../img/service/interior/hukidashi_02.png);
}
.acc-group:nth-of-type(1) .acc-item:nth-of-type(3) .in-acc-box__meta:before {
    background-image: url(../../img/service/interior/hukidashi_03.png);
}
.acc-group:nth-of-type(1) .acc-item:nth-of-type(4) .in-acc-box__meta:before {
    background-image: url(../../img/service/interior/hukidashi_04.png);
}
.acc-group:nth-of-type(2) .acc-item:nth-of-type(1) .in-acc-box__meta:before {
    background-image: url(../../img/service/interior/hukidashi_03.png);
}
.acc-group:nth-of-type(2) .acc-item:nth-of-type(2) .in-acc-box__meta:before {
    background-image: url(../../img/service/interior/hukidashi_04.png);
}
@media (max-width: 768px){
  .in-acc-box__meta {
    padding-left: 40px;
  }
  .in-acc-box__meta:before {
      position: absolute;
      top: 0;
      width: 32px;
      height: 35px;
      background-size: 32px auto;
  }
}


.in-acc-box__title {
  margin: 1rem 0 1.8rem;
  color: #D7092F;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px){
  .in-acc-box__title {
    margin: 1rem 0;
    font-size: 1.6rem;
  }
}
.in-acc-box__text {
  font-size: 1.8rem;
  line-height: calc(32/18);
  font-weight: bold;
}
@media (max-width: 768px){
  .in-acc-box__text {
    font-size: 1.4rem;
    line-height: calc(22/14);
  }
}
.in-acc-box__meta .tag {
  padding: 5px;
  display: inline-block;
  color: #004EA2;
  background-color: #DEE9F5;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 768px){
  .in-acc-box__meta .tag {
    padding: 2px 5px;
    font-size: 1rem;
  }
}
.in-acc-box__image {
  width: calc(395 / 940 * 100%);
}
@media (max-width: 768px){
  .in-acc-box__image {
    width: 100%;
  }
}
#cont-tab2  {
  display: none;
}
#cont-tab2 .acc-item:nth-of-type(2) .in-acc-box__image {
  width: calc(314 / 940 * 100%);
}
#cont-tab2 .acc-item:nth-of-type(4) .in-acc-box__image {
  width: calc(314 / 940 * 100%);
}
@media (max-width: 768px){
  #cont-tab2 .acc-item:nth-of-type(2) .in-acc-box__image {
      width: 100%;
  }
  #cont-tab2 .acc-item:nth-of-type(4) .in-acc-box__image {
      width: 100%;
  }
}
.current-cont-tab2 {
/*  background-color: #FFF4E3;*/
}
/* --------------------------------------------------------
 * IN1 R2501
 * ----------------------------------------------------- */
.in1-1 {
  width: 100%;
}
@media (max-width: 768px){
  .in1-1 {
    margin: 0 auto;
    width: 96%;
  }
}
.in1-1 h2 {
  margin-bottom: 5rem;
}
.in1-1 h2 .logo {
  margin-right: 10px;
  display: inline-block;
  vertical-align: -25px;
}
@media (max-width: 768px){
  .in1-1 h2 {
    margin-bottom: 2rem;
    padding-left: 0;
    font-size: 2rem;
  }
  .in1-1 h2 .logo {
    width: 260px;
    vertical-align: -15px;
  }
}
.in1-1 h3 {
  margin-bottom: 3.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(60/35);
}

@media (max-width: 768px){
  .in1-1 h3 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: calc(36/18);
  }
}
.in1-1 p {
  font-size: 1.88rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px){
  .in1-1 p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.in1-box {
/*  margin-bottom: 4rem;*/
  width: 100%;
  display: -webkit-flex;
  display: flex;
  column-gap: 5rem;
  align-items: center;
}
@media (max-width: 768px){
  .in1-box {
    row-gap: 3rem;
/*    margin-bottom: 2.5rem;*/
    flex-direction: column;
  }
}
.in1-box__main {
  flex: 1;
}
@media (max-width: 768px){
  .in1-box__main {
  }
}
.in1-box__image {
  width: calc( 402 / 1000 * 100% );
  max-width: 402px;
}
@media (max-width: 768px){
  .in1-box__image {
    margin: 0 auto;
    width: calc( 268 / 345 * 100% );
    max-width: 403px;
  }
}
/* --------------------------------------------------------
 * IN2 R2501
 * ----------------------------------------------------- */

.in2-c1 {
  margin-bottom: 7rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  
}
@media (max-width: 768px){
  .in2-c1 {
    margin-bottom: 5rem;
  }
}
.in2-c1 h3 {
  margin-bottom: 6rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 3.2rem;
}
.in2-c1 h3 .text {
  max-width: calc( 100% - 136px );
  /* flex: 1;*/
}
.in2-c1 h3:after {
/*    position: absolute;
    top: -24px;
    left: 0;*/
    content: "";
    display: block;
    width: 106px;
    height: 113px;
    background-image: url("../../img/service/interior/midashi_hukidashi_right.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 106px 113px;
}
@media (max-width: 768px){
  .in2-c1 h3:after {
  /*    position: absolute;
      top: -24px;
      left: 0;*/
      content: "";
      display: block;
      width: 106px;
      height: 113px;
      background-image: url("../../img/service/interior/midashi_hukidashi_right.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 106px 113px;
  }
}
.in2-c1 h3 .tag {
  margin-bottom: 1.3rem;
  color: #004EA2;
  font-size: 3rem;
  font-weight: bold;
}
.in2-c1 h3 .small {
  font-size: 2.8rem;
}
.in2-c1 h3 .label {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px){
  .in2-c1 h3 {
    margin-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
    column-gap: 1.6rem;
    align-items: center;
  }
  .in2-c1 h3 .text {
    max-width: none;
/*     flex: 1;*/
  }
  .in2-c1 h3:after {
      width: 53px;
      height: 56px;
      background-size: 53px 57px;
  }
  .in2-c1 h3 .tag {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
  .in2-c1 h3 .small {
    font-size: 1.4rem;
  }
  .in2-c1 h3 .label {
    font-size: 2rem;
    line-height: calc(40/20)
  }
}

.in2-c2 h3 {
  margin-bottom: 6.5rem;
}
.in2-c2 h3 .sub {
  margin-bottom: 1rem;
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.in2-c2 h3 .label {
  position: relative;
  display: block;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.in2-c2 h3 .label:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  border-top: 3px #014DA2 solid;
}
.in2-c2 h3 .label span {
  max-width: 90%;
  padding: 0 7.5rem;
  position: relative;
  display: inline-block;
  z-index: 3;
}
#cont-tab1 .in2-c2 h3 .label span {
  background: #DEE9F5;
}
#cont-tab2 .in2-c2 h3 .label span {
  background: #FFF4E3;
}
@media (max-width: 768px){
  .in2-c2 h3 {
  margin-bottom: 3rem;
}
  .in2-c2 h3 .sub {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .in2-c2 h3 .label {
    font-size: 2rem;
  }
  .in2-c2 h3 .label span {
    max-width: 90%;
    padding: 0 2.5rem;
  }
}

.in2-c2 .list--number {
  margin-bottom: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 34px 30px;
}
.in2-c2 .list--number li {
  position: relative;
  color: #004EA2;
  padding: 20px 20px 20px 120px;
  background-color: #fff;
  border-radius: 4rem;
  width: calc( 50% - 15px );
  font-size: 2.4rem;
  font-weight: bold;
  line-height: calc(40/26);
}
.in2-c2 .list--number li:before {
  position: absolute;
  top: -24px;
  left: 0;
  content: "";
  display: block;
  width: 76px;
  height: 81px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 76px 81px;
}
.in2-c2 .list--number li:nth-of-type(1):before {
  background-image: url(../../img/service/interior/hukidashi_01.png);
}
.in2-c2 .list--number li:nth-of-type(2):before {
  background-image: url(../../img/service/interior/hukidashi_02.png);
}
.in2-c2 .list--number li:nth-of-type(3):before {
  background-image: url(../../img/service/interior/hukidashi_03.png);
}
.in2-c2 .list--number li:nth-of-type(4):before {
  background-image: url(../../img/service/interior/hukidashi_04.png);
}
.in2-c2 .list--number mark {
    color: inherit;
    background-image: linear-gradient(transparent 60%, #C9E3FF 60%);
}

@media (max-width: 768px){
  .in2-c2 .list--number {
    margin-bottom: 5rem;
    margin-left: 4%;
    margin-right: 4%;
    max-width: 1000px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .in2-c2 .list--number li {
    padding: 10px 20px 10px 75px;
    width: 100%;
    font-size: 1.8rem;
    line-height: calc(26/18);
  }
  .in2-c2 .list--number li:before {
    top: -15px;
    width: 45px;
    height: 48px;
    background-size: 45px 48px;
  }
}

@media (max-width: 768px){
  .in2-c3 {
    margin: 0 auto;
    width: 96%;
  }
}
.in2-c3 .btn__headline {
  margin: 3rem 0;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #D7092F;
  z-index: 2;
}
@media (max-width: 768px){
  .in2-c3 .btn__headline {
    margin: 1.5rem 0;
    font-size: 2rem;
    line-height: calc(3.2/2);
  }
}
.interior3 {
  padding: 8rem 0 9rem;
  border-top: 2px #014DA2 solid;
  background-color: #F4F6FA;
}

.in3-1 .section__head {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
.in3-1 .section__head .line {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px){
  .interior3 {
    padding: 5rem 0 5rem;
  }
  .in3-1 .section__head {
    font-size: 2rem;
  }
  .in3-1 .section__head .line {
    margin-bottom: 5px;
  }
  .in3-1 .section__head .label img {
    max-width: 270px;
  }
  .in3-1 .section__head .text {
    display: block;
  }
}
@media (min-width: 769px){
  .in3-1 .section__head .line:nth-child(2) {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
  }
  .in3-1 .section__head .line:nth-child(2) .label {
    max-width: 823px;
  }
  .in3-1 .section__head .line:nth-child(2) .text {
    min-width: 3em;
  }
}
.in3-1 .headline {
  margin: 1.5vh 0 5vh;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.in3-1 .section__head + p {
}
@media (max-width: 768px){
  .in3-1 .headline {
    margin: 1.5vh 0 5vh;
    font-size: 1.4rem;
    line-height: calc(28/14);
  }
}
.in3-box {
  position: relative;
  margin: 0 auto;
  padding:0 4rem 4rem;
/*  max-width: 122rem;*/
  width: 100%;
  max-width: 110rem;
  background-color: #fff;
}
.in3-box:after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: calc(50% - 48px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 48px solid transparent;
  border-left: 48px solid transparent;
  border-top: 55px solid #004ea2;
  border-bottom: 0;
}
@media (max-width: 768px){
.in3-box {
  position: relative;
  margin: 0 auto;
  padding:0 0 2.2rem;
  max-width: 122rem;
  background-color: #fff;
}
  .in3-box:after {
    content: "";
    position: absolute;
    bottom: -34px;
    left: calc(50% - 57px);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;

    border-right: 57px solid transparent;
    border-left: 57px solid transparent;
    border-top: 34px solid #004ea2;
    border-bottom: 0;
  }
}
.in3-2 {
  position: relative;
  padding-bottom: 3.5vh;
}
.in3-2 h3.label {
  margin: 0 auto 1rem;
  padding-top: 2rem;
  max-width: 352px;
}
.in3-2 .headline {
  margin: 1vh 0 3.5vh;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.in3-2 .note {
  margin: 1.5rem auto 0;
  max-width: 840px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 768px){
  .in3-2 {
    padding-bottom: 5vh;
  }
  .in3-2 h3.label {
    max-width: 325px;
  }
  .in3-2 .headline {
    text-align: center;
    font-size: 1.4rem;
    line-height: calc(28/14);
  }
  .in3-2 .headline br {
    display: none;
  }
  .in3-2 .note {
    margin: 0 auto 0;
    text-align: center;
  }
}


.in3-3 {
  padding-bottom: 1px;
  padding-bottom: 3vh;
  width: 100%;
  max-width: 1000px;
  position: relative;
  background-color: #EFF7FF;
}
@media (max-width: 768px){
  .in3-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1px;
  }
}
.in3-3:before {
  content: "";
  position: absolute;
  top: -26px;
  left: calc(50% - 26px);
  display: block;
  width: 52px;
  height: 53px;
  background-image: url("../../img/service/interior/service_plus_icon.png");
  background-size: 52px 53px;
}
@media (max-width: 768px){
  .in3-3:before {
    top: -17px;
    left: calc(50% - 17px);
    width: 33px;
    height: 34px;
    background-size: 100% auto;
  }
}
.in3-3 h3.label {
  margin: 0 auto 2rem;
  padding-top: 6rem;
  max-width: 268px;
}
@media (max-width: 768px){
  .in3-3 h3.label  {
  padding-top: 3rem;
  max-width: 242px;
  }
}
.in3-3 .headline {
  margin: 1vh 0 3.5vh;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px){
  .in3-3 .headline {
    text-align: center;
    font-size: 1.4rem;
    line-height: calc(28/14);
  }
  .in3-3 .headline br {
    display: none;
  }
}


.in3-4 {
  padding-top: 9rem;
  width: 94%;
}
@media (max-width: 768px){
  .in3-4 {
    padding-top: 4.5rem;
  }
}
.in3-4 h3 {
  margin-bottom: 7rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #D7092F;
}
@media (max-width: 768px){
  .in3-4 h3 {
    margin-bottom: 3.5rem;
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (min-width: 769px){
  .in3-4 h3 br {
    display: none;
  }
}

.in3-4 p {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.in3-4 .text {
  margin-bottom: 3rem;
}
.in3-4 .line {
  display: inline-block;
}
.in3-4 .tag {
  margin-right: 1rem;
  margin-bottom: 3rem;
  padding: 1.2rem 3rem;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  color: #004EA2;
  background: #fff;
  border-radius: 1000em;
}
@media (max-width: 768px){
  .in3-4 p {
    text-align: left;
    font-size: 1.6rem;
  }
  .in3-4 .tag {
  margin-bottom: 1rem;
  padding: .4rem 3rem;
  font-size: 2rem;
  }
}

.in3-4 .block-link {
/*  margin-top: -2.5rem;*/
  text-align: center;
}
.in3-4 .block-link a {
  color: #D7092F;
  text-decoration: underline;
}
.in3-4 .block-link a:hover {
  text-decoration: none;
}

.in3-4 .block-tel {
}
.in3-4 .block-tel a {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4.5rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px){
  .in3-4 .block-tel a {
    pointer-events: auto;
  }
}
.in3-4 .block-tel .text {
  position: relative;
  padding-left: 90px;
  margin: 0;
}
@media (max-width: 768px){
  .in3-4 .block-tel .text {
    padding-left: 0;
  }
}
.in3-4 .block-tel .text:before {
  position: absolute;
  top: calc(50% - 36px);
  left: 0;
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  background-image: url("../../img/service/interior/tel_icon.svg");
  background-size: 73px 73px;
}
@media (max-width: 768px){
  .in3-4 .block-tel .text:before {
    display: none;
  }
}
.in3-4 .block-tel .label {
  display: block;
  color: #D7092F;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px){
  .in3-4 .block-tel .label {
    font-size: 1.8rem;
    text-align: center;
  }
}
.in3-4 .block-tel .sub {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px){
.in3-4 .block-tel .sub {
  font-size: 1.4rem;
  text-align: center;
}
}
.in3-4 .block-tel .number {
  max-width: 352px;
}
@media (max-width: 768px){
  .in3-4 .block-tel .number {
    display: none;
  }
  .in3-4 .block-tel .number--sp {
    position: relative;
    padding-left: 5rem;
    max-width: 290px;
  }
  .in3-4 .block-tel .number--sp:before {
  position: absolute;
    top: calc(50% - 18px);
  left: 0;
  content: "";
  display: block;
    width: 38px;
    height: 38px;
  background-image: url("../../img/service/interior/tel_icon.svg");
    background-size: 38px 38px;
  }
}
@media (min-width: 769px){
  .in3-4 .block-tel .number--sp {
    display: none;
  }
}



/* --------------------------------------------------------
 * BOTTOM R2501
 * ----------------------------------------------------- */
.interior-bottom-more {
  margin: 9rem auto;
  background-color: #FFF4E3;
  text-align: center;
  border-radius: 6.5rem;
  padding: 2.5rem 6rem 2.5rem;
}
@media (max-width: 768px){
  .interior-bottom-more {
    margin: 5rem auto;
    border-radius: 1.8rem;
    padding: 1.5rem 2.8rem;
  }
}
.interior-more {
  font-size: 3.5rem;
/*  line-height: calc(76/42);*/
  font-weight: 700;
}
@media (max-width: 768px){
  .interior-more {
    font-size: 1.8rem;
    line-height: calc(30/18);
  }
}
.interior-more .line {
  display: block;
}
.interior-more .logo {
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: -10px;
}
.interior-more .logo img {
  width: 40rem;
}
@media (max-width: 768px){
  .interior-more .logo {
    vertical-align: -3px;
  }
  .interior-more .logo img {
    width: 16rem;
  }
}
.interior-more mark {
  color: inherit;
  background-image: linear-gradient(transparent 50%, #fff 50%);;
}


@media (min-width: 769px){}
@media (max-width: 768px){}

/* ===============================================================
 * 建具
 * ------------------------------------------------------------ */
@media (max-width: 768px) {
    .steeldoor2 h2 .big {
        display: block;
    }
}
/* --------------------------------------------------------
 * HEADER R2504
 * ----------------------------------------------------- */
.sd-header {
  padding-left: 5rem;
  padding-top: 6rem;
  margin-bottom: 6.5rem;
}
.sd-header .header__block {
  display: -webkit-flex;
  display: flex;
  column-gap: 5rem;
  width: 100%;
}
.sd-header .header__main {
  flex: 1;
}

.sd-header .header__image {
  width: calc(330 / 1050 * 100%);
}
@media (max-width: 768px){
.sd-header {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 4.5rem;
  margin-bottom: 5rem;
}
.sd-header .header__block {
  flex-direction: column;
}
.sd-header .header__main {
  margin-bottom: 3.5rem;
  flex: 1;
}
.sd-header .header__image {
  width: auto;
}
}

.sd-header .tag {
  margin-bottom: 2.7rem;
  color: #fff;
  background-color: #248181;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 18rem;
  padding-top: 2px;
  padding-bottom: 2px;
}
.sd-header .logo {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0;
  border-bottom: none;
}
.sd-header .logo img {
  width: 34.5rem;
}
.sd-header .text {
  font-size: 2rem;
  font-weight: bold;
  vertical-align: 12px;
  
  display: inline;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
  text-shadow: none;
}
.sd-header .lead {
  margin-top: 3.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(36/18);
}

@media (max-width: 768px){
  .sd-header .tag {
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block;
    font-size: 1.4rem;
    width: auto;
  }
  .sd-header .text {
    font-size: 1.2rem;
  }
  .sd-header .lead {
    margin-top: 3.5rem;
    font-size: 1.6rem;
  }
  .sd-header .lead br {
    display: none;
  }
}

/* --------------------------------------------------------
 * steeldoor1 R2504
 * ----------------------------------------------------- */
@media (max-width: 768px) {
  main.steeldoor {
  display: block;
  background-image: url("../../img/service/bg_parts1_sp.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 62% auto;
}
}

/* --------------------------------------------------------
 * steeldoor1 R2504
 * ----------------------------------------------------- */
@media (min-width: 769px){
  .steeldoor1 .ttl-arrow br {
    display: none;
  }
}
/*  ----------- */
.sd1-1 {
  margin-bottom: 5rem;
  border-bottom: 5px #014DA2 solid;
}
@media (max-width: 768px){
  .sd1-1 {
    border-bottom-width: 3px;
  }
}
.sd1-1 figure {
  max-width: 1000px;
  margin: 0 auto 7vh;
}
@media (max-width: 768px){
  .sd1-1 figure {
  }
}
.sd1-2 figure {
  max-width: 974px;
  margin: 0 auto 12vh;
}
.sd1-1 figcaption {
}
.sd1-1 img,
.sd1-2 img {
/*  aspect-ratio: 50 / 27;*/
  width: 100%;
}


/* --------------------------------------------------------
 * steeldoor2
 * ----------------------------------------------------- */
.steeldoor2 {
  margin-bottom: 290px;
  position: relative;
}
.steeldoor2 h2.ttl {
  margin-bottom: 5rem;
  font-weight: bold;
  text-align: center;
  color: #004EA2;
}
.steeldoor2 h2.ttl .logo {
  width: 28rem;
  display: inline-block;
  margin-right: 2rem;
/*  vertical-align: -5px;*/
}
.steeldoor2 h2.ttl .line {
  display: block;
  line-height: 2;
}

@media (max-width: 768px){
  .steeldoor2 {
    margin-bottom: 130px;
  }
  .steeldoor2 h2.ttl {
    font-size: 2rem;
  }
  .steeldoor2 h2.ttl .logo {
    width: 25.7rem;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    vertical-align: -5px;
    display: block;
  }
}

.steeldoor2 .leadbox {
  padding: 6rem;
  background: #F4F6FA;
  border-radius: 10px;
}
.steeldoor2 .leadbox .box-block {
  margin: 0 auto;
  max-width: 75rem;
}
.steeldoor2 .leadbox h3 {
  padding-left: 130px;
  margin-bottom: 3rem;
  font-weight: bold;
  line-height: 2;
  color: #004EA2;
  position: relative;
}
.steeldoor2 .leadbox h3:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: '';
  display: block;
  width: 106px;
  height: 113px;
  background: url("../../img/service/steel-door/hukidashi_icon2.svg") center center no-repeat;
  background-size: 100% auto;
}
.steeldoor2 .leadbox p {
  padding-left: 12rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px){
  .steeldoor2 .leadbox {
    margin-bottom: 5rem;
    padding: 0 2rem;
  }
  .steeldoor2 .leadbox .box-block {
    padding: 4.4rem 2.2rem;
  }
  .steeldoor2 .leadbox h3 {
    padding-left: 0;
    margin-bottom: 2rem;
  }
  .steeldoor2 .leadbox h3 br {
    display: none;
  }
  .steeldoor2 .leadbox h3:before {
    top: -80px;
    left: 0;
    width: 69px;
    height: 74px;
    background: url("../../img/service/steel-door/hukidashi_icon2.svg") center center no-repeat;
    background-size: 100% auto;
  }
  .steeldoor2 .leadbox p {
    padding-left: 0;
  }
}
.sd2-1 { 
  position: relative;
  background-color: #F4F6FA;
}
.sd2-1:before { 
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 130px 50vw 0 50vw;
  border-color: #FFFFFF transparent transparent transparent;
}
.sd2-1:after { 
  position: absolute;
  left: 0;
  bottom: -200px;
  content: '';
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 200px 50vw 0 50vw;
  border-color: #F4F6FA transparent transparent transparent;
}
.sd2-1 .inner {
  padding-top: 13rem;
  position: relative;
  z-index: 2;
}
.sd2-1 .inner-cont {
  margin-top: 3.5vh;
  margin-bottom: 3vh;
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px){
  .sd2-1:before { 
    border-width: 80px 50vw 0 50vw;
  }
  .sd2-1:after {
    bottom: -80px;
    border-width: 80px 50vw 0 50vw;
  }
  .sd2-1 .inner {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  .sd2-1 .inner-cont {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-bottom: 0;
  }
  .sd2-1 .bd-cont {
    margin-bottom: 0;
  }
}
/* 上タブ ---------------------------- */
.sd2-1 h3 {
  margin: 0 0 4.5rem;
  padding-top: 7.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: #004EA2;
}

@media (max-width: 768px){
  .sd2-1 h3 {
  margin: 0 0 3.5rem;
  padding-top: 5rem;
  font-size: 2rem;
  }
}
/* 画像 box ------------------------ */
@media (min-width: 769px){
  .sd2-img {
    display: flex;
    column-gap: 30px;
    margin: 3vh 0 7vh 0;
  }
}
@media (max-width: 768px){
  .sd2-img {
    max-width: 600px;
    margin: 2vh auto 7vh;
  }
  .sd2-img img {
    width: 100%;
  }
}

/* テキスト ------------------------ */
.sd2-1 h4 {
  padding-bottom: 10px;
  margin-bottom: 5vh;
  font-weight: 700;
  font-size: 3rem;
  color: #004EA2;
  text-align: center;
}
.sd2-1 h4 .number {
  font-size: 4.5rem;
}
@media (min-width: 769px){
.sd2-1 h4 br {
  display: none;
}
}
@media (max-width: 768px){
.sd2-1 h4 {
  margin-bottom: 3vh;
  font-size: 2rem;
}
.sd2-1 h4 .number {
  font-size: 3rem;
}
}

.bd-block {
  padding: 2.5rem 2.8rem;
  background-color: #F4F6FA;
}
@media (max-width: 768px){
  .bd-block {
    padding: 2.5rem 1.4rem;
    background-color: #F4F6FA;
  }
}

/* --------------------------------------------------------
 * steeldoor3
 * ----------------------------------------------------- */
.steeldoor3 {
  margin-top: 9rem;
  margin-bottom: 10vh;
}

.steeldoor3 .ttl-block {
  position: relative;
  padding-left: 135px;
  margin: 0 auto 3.5rem;
  max-width: 890px;
}
.steeldoor3 .ttl-block:before {
  content: "";
  position: absolute;
  top: 33px;
  left: 0;
  background: url("../../img/service/steel-door/hukidashi_icon2.svg") center center no-repeat;
  background-size: 100% auto;
  width: 106px;
  height: 113px;
}
@media (max-width: 768px){
  .steeldoor3 .ttl-block {
    padding-left: 56px;
    margin: 0 auto 2rem;
  }
  .steeldoor3 .ttl-block:before {
    top: -10px;
    left: 0;
    background-size: 100% auto;
    width: 48px;
    height: 51px;
  }
}
.steeldoor3 .ttl-sub {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: calc(47/35);
  color: #004EA2;
}
@media (max-width: 768px){
  .steeldoor3 .ttl-sub {
    font-size: 1.5rem;
    line-height: calc(20/15);
  }
}
.steeldoor3 .ttl-main {
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: calc(65/45);
}
@media (max-width: 768px){
  .steeldoor3 .ttl-main {
    font-size: 2.2rem;
    line-height: calc(32/22);
  }
}
.steeldoor3 p small {
  font-size: 1.2rem;
  line-height: 1.4;
}
.steeldoor3 figure {
  width: 100%;
  max-width: 1100px;
  margin: 3vh auto 7vh;
}

@media (min-width: 769px) {
  .steeldoor3 .ttl-main br {
    display: none;
  }
}
@media (max-width: 768px) {
}

/* --------------------------------------------------------
 * steeldoor4
 * ----------------------------------------------------- */

.steeldoor4 {
  margin-bottom: 5vh;
}
.steeldoor4 .ttl-arrow {
  line-height: 1.4;
}
.steeldoor4 .ttl-arrow h3 {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom:  solid 1px #fff;
}
.steeldoor4 .ttl-arrow p {
  font-weight:  500;
  font-size: .8em;
}
.steeldoor4 .ttl-arrow strong {
  padding-left: 5px;
  font-size: 1.65em;
  vertical-align: sub;
  color: #FFEE56;
}
@media (max-width: 500px) {
  .steeldoor4 .ttl-arrow p { text-align: left; }
}

/* bottom ボタンリンク ------------------------------ */
.sv-bottom {
  margin-bottom: 5vh;
} 
.sv-bottom-more {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 5vh;
  padding: 5vh 3% 3vh;
  border: solid 3px #004EA2;
}
.sv-bottom-more h2 {
  font-weight: 700;
  color: #004EA2;
  margin-bottom: .5em;
}
.sv-bottom-more p {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 1em;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.4vw, 2rem);
  line-height: 1.4;
  letter-spacing: .05em;
}
.sv-bottom-more strong {
  padding: 0 5px;
  font-size: 1.6em;
  vertical-align: sub;
  color: #D7092F;
}
.sv-bottom-more small {
  display: block;
  font-size: 1.4rem;
  text-align: right;
  letter-spacing: 0;
}
@media (min-width: 769px){
  .sv-bottom-more { border-radius: 999px; }
  .sv-bottom-more h2 br { display: none; }
}
@media (max-width: 768px){
  .sv-bottom-more { border-radius: 15px; }
  .sv-bottom-more p { text-align: left; }
  .sv-bottom-more p br { display: none; }
}

.service .top-link {
  margin: 0 auto 5vh;
}
.service .top-link a {
  border-radius: 0;
}

