@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@charset "UTF-8";

/**************************************************
Brakpoint
***************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style-image: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Helper */
.valign_top {
  vertical-align: top;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
  color: #000;
}

select::-ms-expand {
  display: none;
}

/* COMMON
--------------------------------------------------- */
html {
  background: #fff;
  font-family: 'Inter', "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  color: #000;
  font-size: .6944444444vw !important;
  line-height: 1.8;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}


@media screen and (min-width: 1600px) {
  html {
    font-size: 0.625vw !important;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 0.556vw !important;
  }
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 0.5vw !important;
  }
}
@media screen and (min-width: 2200px) {
  html {
    font-size: 0.4545vw !important;
  }
}
@media screen and (min-width: 2400px) {
  html {
    font-size: 0.4167vw !important;
  }
}
@media screen and (min-width: 2600px) {
  html {
    font-size: 0.3846vw !important;
  }
}


a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover,
:hover {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hover_opacity:hover {
  opacity: 0.7;
}

.hover_txt-underline:hover {
  text-decoration: underline;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  max-width: 120rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.inner700 {
  max-width: 70rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.inner960 {
  max-width: 96rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}


.shadow {
  filter: drop-shadow(0 0px 6px rgba(0, 0, 0, .15));
  transform: translateZ(0);
}



.common_frame_btn {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  width: 20rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0rem;
  position: relative;
}

.common_frame_btn:hover {
  background-color: #fff;
  color: #000;
}

.common_ttl_jp {
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
  padding-left: 4rem;
  font-weight: 500;
  text-align: left;
}

.common_ttl_jp::before {
  content: "";
  background-color: #CCCCCC;
  height: 1px;
  position: absolute;
  left: 0;
  top: 1rem;
  width: 3rem;
}

.common_ttl_en {
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 400;
  padding-top: 0.3rem;
  text-align: left;

}

.common_btn {
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
}

.common_btn:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  top: -0.2rem;
  margin-left: 1rem;
  vertical-align: middle;
  background: url(../img/icon_arrow.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_btn:hover:after {
  background: url(../img/icon_arrow_hover.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.common_btn.white {
  color: #fff;
}

.common_btn.white:after {
  background: url(../img/icon_arrow_white.svg) no-repeat center center;
  background-size: contain;
}

.common_btn.white:hover:after {
  background: url(../img/icon_arrow_white_hover.svg) no-repeat center center;
  background-size: contain;

}


.common_second_kv{
  position: relative;
   display: flex;
  align-items: center;
  justify-content: center;
}
.common_second_kv_img{
  position: relative;
  background-color: #000;
}
.common_second_kv_img img{
  opacity: 0.7;
}

.common_second_kv_txt{
 position: absolute;
 color: #fff;
}
.common_second_kv .common_ttl_jp{
  font-size: 1.8rem;
  line-height: 1.0;
}
.common_second_kv .common_ttl_en{
  font-size: 5.0rem;
  padding-top: 1.5rem;
  line-height: 1.0;
}


#breadcrumb {
  padding: 1.1rem 0rem;
  background-color: #fff;
  border-top: 1px solid #eee;
}

#breadcrumb .breadcrumb_list {
  display: flex;
}

#breadcrumb .breadcrumb_list .breadcrumb_item,
#breadcrumb .breadcrumb_list .breadcrumb_item a {
  color: #666666;
  line-height: 1.4;
  font-size: 1.2rem;
  position: relative;
}

#breadcrumb .breadcrumb_list .breadcrumb_item a span {
  text-decoration: underline;
}

#breadcrumb .breadcrumb_list .breadcrumb_item a::after {
  content: "/";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.common_second_center_ttl_wrap{
  margin: 0 auto;
  text-align: center;
}
.common_second_center_ttl{
  text-align: center;
  font-size: 3.2rem;
     position: relative;
display: inline-block;
padding: 0 4.2rem;
align-items: center;
justify-content: center;
line-height: 1.4;
}

.common_second_center_ttl:before,
.common_second_center_ttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width:3rem;
    height: 1px;
    background-color: #ccc;
}

.common_second_center_ttl:before {
    left: 0;
}

.common_second_center_ttl:after {
    right: 0;
}

.common_second_bottom_nav{
  background-color: #F4F4F4;
  padding: 10rem 0;
}

.common_second_bottom_nav_ttl{
  font-weight: 500;
  font-size:2.6rem ;
      position: relative;
    padding-left: 4rem;
    line-height: 1.2;
}
.common_second_bottom_nav_ttl::before {
    content: "";
    background-color: #CCCCCC;
    height: 1px;
    position: absolute;
    left: 0;
    top: 1.4rem;
    width: 3rem;
}

.common_second_bottom_nav_list{
   margin-top: 3rem;
   display: grid;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: repeat(3, 1fr);
gap: 3rem;
grid-template-rows: subgrid;

}
.common_second_bottom_nav_item{
  position: relative;
}
.common_second_bottom_nav_item a{
  position: relative;
  display: flex;
  align-items: center;



}
.common_second_bottom_nav_item a .common_second_bottom_nav_img img{
outline: 1px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: 0px;/*outline-offsetの値を-15pxにして内側に調整*/
     transition: all 0.4s ease;



}

.common_second_bottom_nav_item a:hover .common_second_bottom_nav_img img{
outline: 8px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: -8px;/*outline-offsetの値を-15pxにして内側に調整*/



}
.common_second_bottom_nav_item.sub a{
outline: 1px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: 1px;/*outline-offsetの値を-15pxにして内側に調整*/
 background-color: #fff;
 padding: 2.5rem 4rem;


}

.common_second_bottom_nav_item.sub a:hover{
outline: 4px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: -4px;/*outline-offsetの値を-15pxにして内側に調整*/


}

[data-page="ordermade"] .common_second_bottom_nav_item a.bottom-nav-ordermade .common_second_bottom_nav_img img,
[data-page="standard"] .common_second_bottom_nav_item a.bottom-nav-standard .common_second_bottom_nav_img img,
[data-page="reform"] .common_second_bottom_nav_item a.bottom-nav-reform .common_second_bottom_nav_img img{
outline: 8px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: -8px;/*outline-offsetの値を-15pxにして内側に調整*/



}


[data-page="flow"] .common_second_bottom_nav_item.sub a.bottom-nav-flow,
[data-page="maintenance"] .common_second_bottom_nav_item.sub a.bottom-nav-maintenance{
outline: 4px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: -4px;/*outline-offsetの値を-15pxにして内側に調整*/
}



.common_second_bottom_nav_item:nth-child(1){
  grid-area: 1 / 1 / 3 / 3;
}
.common_second_bottom_nav_item:nth-child(2){
grid-area: 1 / 3 / 3 / 5;
}
.common_second_bottom_nav_item:nth-child(3){
  grid-area: 1 / 5 / 3 / 7;
}
.common_second_bottom_nav_item:nth-child(4){
  grid-area: 3 / 1 / 4 / 4;
}
.common_second_bottom_nav_item:nth-child(5){
  grid-area: 3 / 4 / 4 / 7;
}

.common_second_bottom_nav_img{
  position: relative;
  background-color: #000;

}
.common_second_bottom_nav_img img{
  opacity: 0.6;
}
.common_second_bottom_nav_txt{
  position: absolute;
 left: 3rem;
 top: 10rem;
  color: #fff;
}
.common_second_bottom_nav_ttl_en{
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}
.common_second_bottom_nav_ttl_jp{
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.common_second_bottom_nav_txt_sub{
padding-left: 2.5rem;
}


.common_second_bottom_nav_txt_sub .common_second_bottom_nav_ttl_jp{
  font-size: 2.0rem;
}



@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw !important;
    
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    line-height: 1.8;
  }

  .inner,
  .inner700,
  .inner960 {
    max-width: 100%;
    width: 100%;
    padding: 0 2.5rem;
  }

  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .hover_opacity:hover {
    opacity: 1.0;
  }

  .hover_txt-underline:hover {
    text-decoration: none;
  }

  .hover_side_underline:hover::after {
    display: none;
  }

  #breadcrumb {
    padding: 1.1rem 0 1.1rem 0rem;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  #breadcrumb .breadcrumb_list {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  #breadcrumb .breadcrumb_item {
    flex-shrink: 0;
  }

  .common_ttl_jp {
  font-size: 1.3rem;
  padding-left: 3rem;
}

.common_ttl_jp::before {
  top: 0.8rem;
  width: 2.4rem;
}

.common_ttl_en {
  font-size: 3.2rem;
  padding-top: 0.2rem;
  

}



.common_second_kv_img{
  height: 40rem;
}
.common_second_kv_img img{
  opacity: 0.7;
  object-fit: cover;
  height: 40rem;
  width: 100%;

}

.common_second_kv .common_ttl_jp{
  font-size: 1.5rem;
}
.common_second_kv .common_ttl_en{
  font-size: 3.2rem;
  padding-top: 1.0rem;
  line-height: 1.1;
}



.common_second_center_ttl_wrap{
  margin: 0 auto;
  text-align: center;
}
.common_second_center_ttl{
  font-size: 2.2rem;
  line-height: 1.3;
padding: 0 3.2rem;
}

.common_second_center_ttl:before,
.common_second_center_ttl:after {

    width:2.5rem;
}



.common_second_bottom_nav{
  padding: 6rem 0;
}

.common_second_bottom_nav_ttl{
  font-size:2.0rem ;
    padding-left: 3.5rem;
}


.common_second_bottom_nav_list{
   margin-top: 3rem;
   display: block;

}
.common_second_bottom_nav_item{
  margin-top: 1.5rem;
}

.common_second_bottom_nav_item a .common_second_bottom_nav_img img{
outline: 1px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: 0px;/*outline-offsetの値を-15pxにして内側に調整*/
     transition: none;



}

.common_second_bottom_nav_item a:hover .common_second_bottom_nav_img img{
outline: 1px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: 0px;/*outline-offsetの値を-15pxにして内側に調整*/
     transition: none;



}
.common_second_bottom_nav_item.sub a{
outline: 1px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: 1px;/*outline-offsetの値を-15pxにして内側に調整*/
 background-color: #fff;
 padding: 2.0rem 2.5rem;


}

.common_second_bottom_nav_item.sub a:hover{
outline: 1px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: 1px;/*outline-offsetの値を-15pxにして内側に調整*/


}

[data-page="ordermade"] .common_second_bottom_nav_item a.bottom-nav-ordermade .common_second_bottom_nav_img img,
[data-page="standard"] .common_second_bottom_nav_item a.bottom-nav-standard .common_second_bottom_nav_img img,
[data-page="reform"] .common_second_bottom_nav_item a.bottom-nav-reform .common_second_bottom_nav_img img{
outline: 6px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: -6px;/*outline-offsetの値を-15pxにして内側に調整*/



}


[data-page="flow"] .common_second_bottom_nav_item.sub a.bottom-nav-flow,
[data-page="maintenance"] .common_second_bottom_nav_item.sub a.bottom-nav-maintenance{
outline: 3px solid rgb(0, 0, 0);/*outlineでドットの線を追加*/
    outline-offset: -3px;/*outline-offsetの値を-15pxにして内側に調整*/
}





.common_second_bottom_nav_img{
   height: 16rem;
   width: 100%;

}
.common_second_bottom_nav_img img{
  opacity: 0.6;
  object-fit: cover;
  height: 16rem;
  width: 100%;
}
.common_second_bottom_nav_txt{
 left: 2.5rem;
 top: 5.8rem;
}
.common_second_bottom_nav_ttl_jp{
  font-size: 1.9rem;
}

.common_second_bottom_nav_txt_sub{
padding-left: 1.5rem;
}


.common_second_bottom_nav_txt_sub .common_second_bottom_nav_ttl_jp{
  font-size: 1.6rem;
}

.common_second_bottom_nav_icon{
  width: 5rem;
}

}

/* HEADER
--------------------------------------------------- */
header {
  padding: 0rem 4rem;
  position: fixed;
  height: 10rem;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
   transition: 0.3s;

}

  header.scrolled {
      background-color: white;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* 見やすくするための影 */
      transition: 0.3s;
       height: 6rem;
  
    }
      header.scrolled .header_inner .head_logo svg {
   fill: #000;
    transition: 0.3s;
    }
     header.scrolled nav .main-nav .nav-label  {
   color: #000;
    transition: 0.3s;
    font-size: 1.5rem;
    }
header.scrolled .header_inner .head_logo {
  width: 18rem;
   transition: 0.3s;
}
header.scrolled nav .main-nav .head_contact .common_frame_btn{
   border: 1px solid #000;
  color: #000;
      font-size: 1.4rem;
      width: 18rem;
    height: 4.0rem;
}
header.scrolled nav .main-nav .head_contact .common_frame_btn:hover{
   background-color: #000;
  color: #fff;
 
}


header.scrolled nav .main-nav .nav-label::after {
  background-color: #000;
}

[data-page="concept"] header.scrolled nav .main-nav .nav-label.nav-concept::after,
[data-page="ordermade"] header.scrolled nav .main-nav .nav-label.nav-service::after,
[data-page="standard"] header.scrolled nav .main-nav .nav-label.nav-service::after,
[data-page="reform"] header.scrolled nav .main-nav .nav-label.nav-service::after,
[data-page="maintenance"] header.scrolled nav .main-nav .nav-label.nav-service::after,
[data-page="works"] header.scrolled nav .main-nav .nav-label.nav-works::after,
[data-page="company"] header.scrolled nav .main-nav .nav-label.nav-company::after {
 background-color: #000;
}




header .header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .header_inner .head_logo {
  width: 22rem;
  fill: #000;
}

header .header_inner .head_logo svg {
  fill: #fff;
}

header .header_inner .head_logo a {
  display: flex;
  align-items: center;
}

header .header_inner .head_logo svg {
  fill: #fff;
}



header .header_inner .global-nav {
  display: flex;
  align-items: center;
}

header nav .main-nav {
  align-items: center;
  display: flex;
}
header nav .main-nav .nav-item {
  position: relative;
}


header nav .main-nav .nav-label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.0;
  color: #fff;
  margin-right: 5rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

header nav .main-nav .head_contact {

  margin-left: 1rem;

}






header nav .main-nav .nav-label::after {
  background-color: #fff;
  bottom: -0.5rem;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

header nav .main-nav .nav-label:hover::after {
  width: 100%;
}


[data-page="concept"] header nav .main-nav .nav-label.nav-concept::after,
[data-page="ordermade"] header nav .main-nav .nav-label.nav-service::after,
[data-page="standard"] header nav .main-nav .nav-label.nav-service::after,
[data-page="reform"] header nav .main-nav .nav-label.nav-service::after,
[data-page="maintenance"] header nav .main-nav .nav-label.nav-service::after,
[data-page="works"] header nav .main-nav .nav-label.nav-works::after,
[data-page="company"] header nav .main-nav .nav-label.nav-company::after {
  background-color: #fff;
  bottom: -0.5rem;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%!important;
}




header.header_small nav .main-nav .nav-label {
  color: #000;
}




.menu-trigger {
  display: none;
}


.nav-item:nth-child(1) .dropdown__lists {
    width: 14rem;
 
}
.nav-item:nth-child(2) .dropdown__lists {
    width: 22rem;
 
}



.dropdown__lists {
 visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 2.0rem;
    left: 0;
     background-color: #fff;
     padding: 6px 0;
     font-size: 1.4rem;
     text-align: left;
     font-weight: 500;
     line-height: 1.4;
       box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* 見やすくするための影 */
}
.nav-item:hover .dropdown__lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}
.dropdown__list {
    background-color: #fff;
    height: auto;
    transition: all .3s;
    position: relative;
    text-align: left;
    padding: 1rem 1.5rem;
}

.dropdown__list:hover {
   opacity: 1.0;
}
.dropdown__list a {
   
    color: #000;
    text-decoration: none;
    position: relative;
}


@media screen and (max-width: 768px) {
  header {
    padding: 0rem 0rem;
    height: 6.5rem;
    position: fixed;
     transition: background-color 0.3s ease;
  }




  header.scrolled {
      height: 6.5rem;
    }




  header .header_inner .head_logo {
    width: 16rem;
    margin-left: 2.0rem;
  }
header.scrolled .header_inner .head_logo {
  width: 16rem;
}


    header.scrolled .header_inner .head_logo svg{
    fill: #000;
    }


  header .header_inner .global-nav {
    display: block;
  }



  header nav .main-nav {
    padding-right: 0;
    margin-top: 1.5rem;
    display: block;
  }



  header nav .main-nav .nav-label
 {
    margin-right: 0px;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
    border-top: 1px solid #ddd;
    padding: 1.6rem 0rem;
    line-height: 1.5;
    display: block;
    position: relative;
  }

  header nav .main-nav .nav-item {
    position: relative;
    display: block;
  }



  .global-nav-wrap .menu_logo {
    width: 16rem;
  }

  .global-nav-wrap {
    background-color: #fff;
    min-height: 100vh;
    height: 100vh;
    overflow: scroll;
    padding: 2rem 2.5rem;
    position: fixed;
    right: -100vw;
    top: 0rem !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100vw;
    z-index: 1000;
  }

  .global-nav-wrap.show {
    bottom: 0;
    right: 0;
    top: 0rem !important;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
  }

  header nav .main-nav .nav-label::after {
    background-color: transparent;
    transition: none;
    display: none;
  }

 [data-page="concept"] header nav .main-nav .nav-label.nav-concept::after,
[data-page="ordermade"] header nav .main-nav .nav-label.nav-service::after,
[data-page="standard"] header nav .main-nav .nav-label.nav-service::after,
[data-page="reform"] header nav .main-nav .nav-label.nav-service::after,
[data-page="maintenance"] header nav .main-nav .nav-label.nav-service::after,
[data-page="works"] header nav .main-nav .nav-label.nav-works::after,
[data-page="company"] header nav .main-nav .nav-label.nav-company::after {
    background-color: transparent;
    transition: none;
    display: none;
  }




  .menu-trigger {
    display: block;
    height: 3rem;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    width: 3rem;
    position: fixed;
    right: 2.0rem;
    top: 1.7rem;
    z-index: 1001;
    transform: translateZ(0);
    mix-blend-mode: difference;
  }



  .menu-trigger .trigger-inner {
    bottom: 0;
    height: 1.2rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
  }

  .menu-trigger .trigger-inner span {
    background-color: #fff;
    border-radius: 50px;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
    width: 3rem;
    
  }

  .menu-trigger .trigger-inner span:first-child {
    top: 1px;
  }



  .menu-trigger .trigger-inner span:nth-child(2) {
    background-color: transparent;
  }

  .menu-trigger .trigger-inner span:nth-child(3) {
    bottom: 0;
  }



  .menu-trigger.active {
    background: transparent;
  }

  .menu-trigger.active:after {
    display: none;
  }

  .menu-trigger.active .trigger-inner span:first-child {
    -webkit-transform: translateY(0.3rem) rotate(45deg);
    transform: translateY(0.3rem) rotate(45deg);
    background-color: #fff;
  }



  .menu-trigger.active .trigger-inner span:nth-child(2) {
    opacity: 0;
  }

  .menu-trigger.active .trigger-inner span:nth-child(3) {
    -webkit-transform: translateY(-0.6rem) rotate(-45deg);
    transform: translateY(-0.6rem) rotate(-45deg);
    background-color: #fff;
  }


  .global-nav .common_frame_btn,
header.scrolled nav .main-nav .head_contact .common_frame_btn {
    border: none;
    background-color: #000;
    color: #fff;
    width: 100%;
        height: 5.5rem;
  }
  header nav ul.main-nav .head_contact {
    margin-left: 0rem;
    margin-top: 1rem;
}

.dropdown__lists {
 visibility: visible;
    opacity: 1;/*不透明度0*/
    transition: none;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position:relative;
    top:auto;
    left: auto;
     background-color: transparent;
     padding: 0px 0;
     margin-left: 0!important;
     margin: 0 auto;
     text-align: center;
     box-shadow: none;
  
}

.dropdown__list {
   background-color: transparent;
    height: auto;
    transition: none;
    position: relative;
    text-align: left;
    padding: 0.7rem 1.5rem;
    width: 100%;
    margin-top: -1.3rem;
    margin-bottom: 1rem;
}
.dropdown__list:not(:first-child)::before{
   display: none;
}
.dropdown__list:hover {
   opacity: 1.0;
}
.dropdown__list a {
    color: #000;
    text-decoration: none;
    position: relative;
    opacity: 1!important;
    font-weight: 400;
    font-size: 1.4rem;
}
.nav-item:nth-child(1) .dropdown__lists {
    width: 100%;
 
}
.nav-item:nth-child(2) .dropdown__lists {
   width: 100%;
 
}
}

/* KV
--------------------------------------------------- */
.top_kv {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #000;
}

.top_kv_gradient {
  display: block;
  width: 100%;
  height: 20rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.7;
}






.top_kv .top_kv_copy {
  position: absolute;
  bottom: 8rem;
  left: 8rem;
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 0.12em;
  z-index: 2;
}
.top_kv .top_kv_copy.small {
  bottom: 8rem;
  left: 8rem;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}

.kv_slider {
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}

.top_kv .slide-list {
  height: 100dvh;
  width: 100%;
}

.top_kv .slick-slider .slick-track {
  height: 100dvh;
  width: 100%;
}

.top_kv .img_cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.95;
  object-position: right center;
}
.top_kv .img_cover.cover_center {
  object-position: center center;
}


.top_kv_copy_item{
  line-height: 1.2;
  margin-top: 1rem;
  font-feature-settings: "palt";

}
.top_kv_copy_item span{
  background-color: #fff;
  padding: 0.5rem 1.0rem 0.8rem 1.2rem;
  color: #000;
  display: inline-block;
}
.top_kv_copy_item em{
   font-size: 3.6rem;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
img.add-animation {
  animation: zoomUp 15s linear 0s normal both;
}



.top_kv .img_cover.pc {

  display:block;
}
.top_kv .img_cover.sp {
  display: none;
}

@media screen and (max-width: 768px) {
.top_kv {
  height: 85vh;
}

.top_kv_gradient {
  height: 15rem;
}


.top_kv .top_kv_img img {
  height: 85vh;
  opacity: 0.9;
}


.top_kv .top_kv_copy {
  font-size: 2.4rem;
    bottom: 4rem;
    left: 2.5rem;
    letter-spacing: 0;

}
.top_kv .top_kv_copy.small {
  bottom: 4rem;
  left: 2.5rem;
  font-size: 1.6rem;
  letter-spacing: 0em;
}



.top_kv_copy_item{
  margin-top: 0.6rem;

}
.top_kv_copy_item span{
  padding: 0.3rem 0.8rem 0.6rem 1.0rem;
}
.top_kv_copy_item em{
   font-size: 2.2rem;
}


.kv_slider {
  height: 85vh;
}

.top_kv .slide-list {
  height: 85vh;
}

.top_kv .slick-slider .slick-track {
  height:85vh;
}

.top_kv .img_cover {
  height: 85vh;
  width: 100%;
  opacity: 0.9;
  object-position: right center;
}


.top_kv .img_cover.pc {
 display: none;
}
.top_kv .img_cover.sp {
 display:block;
}
}


/* TOP NEWS
--------------------------------------------------- */
.top_news {
  padding: 12rem 0 18rem;
}

.top_news .top_news_wrap {
  display: flex;
  text-align: left;
}

.top_news_btn {
  margin-top: 4.5rem;
}

.top_news .top_news_left {
  width: 30rem;
}

.top_news .top_news_right {
  width: 90rem;
  line-height: 1.6;
}


.common_news_list {
  margin-top: -3rem;
}

.top_news .common_news_item:nth-of-type(n + 6) {
  display: none;
}

.common_news_item{
  border-bottom: 1px solid #ddd;
  padding: 3rem 0 1.5rem;
}
.common_news_flex{
  display: flex;
}
.common_news_item a:hover{
  opacity: 0.6;
}


.common_news_item .common_news_date {
  font-size: 1.5rem;
  width: 14%;
}

.common_news_item .common_news_detail {
  font-size: 1.6rem;
  width: 86%;
}

.top_mitsumorikun{
  background-color: #F0EEEA;
  border: 1px solid #B0ABA1;
  max-width: 70rem;
  margin:9rem auto 0;
  position: relative;
}
.top_mitsumorikun a{
 
  display: flex;
  align-items: center;
  padding: 2.5rem;
  position: relative;
}



.top_mitsumorikun .top_mitsumorikun_icon{
  width: 13%;
}
.top_mitsumorikun .top_mitsumorikun_txt{
  width: 87%;
  padding-left: 2.0rem;
}
.top_mitsumorikun .top_mitsumorikun_ttl{
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.2;
}
.top_mitsumorikun .top_mitsumorikun_detail{
  font-size: 1.6rem;
  padding-top: 0.8rem;
  line-height: 1.6;
}

.top_mitsumorikun a:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 50%;
   right: 2.5rem;
   margin-top: -1.5rem;
    vertical-align: middle;
    background: url(../img/icon_arrow.svg) no-repeat center center;
    background-size: contain;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.top_mitsumorikun a:hover:after {
  
    background: url(../img/icon_arrow_hover.svg) no-repeat center center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .top_news {
  padding: 8rem 0 12rem;
}

.top_news .top_news_wrap {
  display: block;
}

.top_news_btn {
  margin-top: 5rem;
}

.top_news .top_news_left {
  width: 100%;
}

.top_news .top_news_right {
  width:  100%;
  line-height: 1.6;
}


.top_news .common_news_list {
  margin-top: 1rem;
}
.common_news_item{
  border-bottom: 1px solid #ddd;
  padding: 2.2rem 0 1.5rem;
}
.common_news_flex{
  display: block;
}
.common_news_item a:hover{
  opacity: 1.0;
}
.common_news_item .common_news_date {
  font-size: 1.3rem;
  width: 100%;
}

.common_news_item .common_news_detail {
  font-size: 1.5rem;
  width: 100%;
  margin-top: 0.2rem;
}

.top_mitsumorikun{
  margin:6rem auto 0;
}
.top_mitsumorikun a{
  padding: 2.4rem 2.0rem;
   align-items: flex-start;
}


.top_mitsumorikun .top_mitsumorikun_icon{
  width: 20%;
}
.top_mitsumorikun .top_mitsumorikun_txt{
  width: 80%;
  padding-left: 1.4rem;
}
.top_mitsumorikun .top_mitsumorikun_ttl{
  font-size: 1.7rem;
}
.top_mitsumorikun .top_mitsumorikun_detail{
  font-size: 1.4rem;
  padding-top: 0.8rem;
}

.top_mitsumorikun a:after {
   display: none;
}
.top_mitsumorikun a:hover:after {
   display: none;
}


}

/* top_concept
--------------------------------------------------- */
.top_concept {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.top_concept_left {
  width: 88rem;
  position: relative;
}

.top_concept_left .top_concept_img01 {
  margin-bottom: 4rem;
}

.top_concept_left .top_concept_img_bottom {
  position: relative;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

.top_concept_left .top_concept_img02 {
  width: 25.5rem;
  margin-right: 4rem;
}
.top_concept_left .top_concept_img03 {
  width: 22rem;
}
.top_concept_right {
  width: 40rem;
  padding-left: 10rem;
}

.top_concept_ttl {
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.top_concept_detail {
  font-size: 1.6rem;
  margin-top: 4.5rem;
}

.top_concept_btn {
  margin-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .top_concept {
  display: block;
}

.top_concept_left {
  width:100%;
}

.top_concept_left .top_concept_img01 {
  margin-bottom: 2rem;
}

.top_concept_left .top_concept_img_bottom {
  position: relative;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

.top_concept_left .top_concept_img02 {
  width: 56%;
  margin-right: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.top_concept_left .top_concept_img03 {
 width: 44%;
 padding-right: 2.5rem;
}
.top_concept_right {
   width: calc(100% - 5rem);
  padding-left: 0;
  margin: 0 auto;
}

.top_concept_ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 2.0rem;
}

.top_concept_detail {
  font-size: 1.5rem;
  margin-top: 2.5rem;
}

.top_concept_btn {
  margin-top: 4.5rem;
}
}

/* top_service
--------------------------------------------------- */
.top_service {
  padding: 18rem 0;
}

.top_service .common_ttl_jp {
  font-size: 1.8rem;
}

.top_service .common_ttl_en {
  font-size: 8rem;
  line-height: 1.2;
}

.top_service_list {
  margin-top: -2rem;
}

.top_service_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7rem;
}

.top_service_item .top_service_img {
  width: 70rem;
}

.top_service_item .top_service_txt {
  width: 44rem;
}

.service_name_en {
  font-size: 1.5rem;
  line-height: 1.2;
}

.service_name_jp {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-top: 1rem;
  font-weight: 500;
}

.service_detail {
  font-size: 1.6rem;
  margin-top: 2.6rem;
}

.service_btn {
  margin-top: 4.5rem;
}

.top_service_after_list {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}

.top_service_after_item {
  width: 58rem;
  border: 1px solid #000;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
}

.top_service_after_item .top_service_after_icon {
  width: 8rem;
}

.top_service_after_item .top_service_after_txt {
  width: 40rem;
}

.top_service_after_item .top_service_after_txt .service_name_en {
  font-size: 1.3rem;
  line-height: 1.0;
}

.top_service_after_item .top_service_after_txt .service_name_jp {
  font-size: 2.0rem;
}

.top_service_after_item .top_service_after_txt .service_detail {
  font-size: 1.4rem;
  margin-top: 1.6rem;
}

.top_service_after_item .top_service_after_txt .service_btn {
  margin-top: 2.0rem;
}

@media screen and (max-width: 768px) {
  .top_service {
  padding: 12rem 0;
}

.top_service .common_ttl_jp {
  font-size: 1.5rem;
}
.top_service .common_ttl_jp::before {
 top: 1.2rem;
}
.top_service .common_ttl_en {
  font-size: 4.2rem;
  line-height: 1.1;
  margin-top: 0.8rem;
}

.top_service_list {
  margin-top: -2rem;
}

.top_service_item {
  display: block;
  margin-top: 5.5rem;
}

.top_service_item .top_service_img {
  width: 100%;
  margin-bottom: 2.5rem;
}

.top_service_item .top_service_txt {
  width: 100%;
}

.service_name_en {
  font-size: 1.3rem;
}

.service_name_jp {
  font-size: 2.2rem;
  margin-top: 0.5rem;
}

.service_detail {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.service_btn {
  margin-top: 2.0rem;
}

.top_service_after_list {
  display: block;
  margin-top: 6rem;
}

.top_service_after_item {
  width: 100%;
  padding: 3rem 2.5rem;
  margin-top: 1.5rem;
}

.top_service_after_item .top_service_after_icon {
  width: 23%;
}

.top_service_after_item .top_service_after_txt {
  width:77%;
  padding-left: 1.5rem;
}

.top_service_after_item .top_service_after_txt .service_name_en {
  font-size: 1.2rem;
  line-height: 1.0;
}

.top_service_after_item .top_service_after_txt .service_name_jp {
  font-size: 1.8rem;
}

.top_service_after_item .top_service_after_txt .service_detail {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}

.top_service_after_item .top_service_after_txt .service_btn {
  margin-top: 1.5rem;
}
}

/* top_works
--------------------------------------------------- */



.top_works_ttl_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.top_works_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 4.5rem;
}

.top_works_item {
  position: relative;
}

.top_works_item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.top_works_item:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}

.top_works_item:nth-child(3) {
  grid-area: 2 / 3 / 3 / 4;
}

.top_works_img {
  position: relative;
}

.top_works_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.works_gradient {
  display: block;
  width: 100%;
  height: 15rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.9;
}

.top_works_location {
  position: absolute;
  left: 0;
  top: 0;

}

.top_works_location span {
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  padding: 0.8rem 1rem;
  font-weight: 500;
  display: inline-block;
}

.top_works_ttl {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  line-height: 1.4;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  z-index: 3;
}

.top_works_item:nth-child(2) .top_works_ttl,
.top_works_item:nth-child(3) .top_works_ttl {
  left: 2rem;
  bottom: 2rem;
  font-size: 1.5rem;
}



@media screen and (max-width: 768px) {
  .top_works_ttl_flex {
  align-items: center;
}

.top_works_list {
  display: block;
  margin-top: 2.5rem;
}







.top_works_location span {
  font-size: 1.2rem;

}

.top_works_ttl {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: 1.5rem;
}


}

/* top_works
--------------------------------------------------- */
.top_event {
  padding: 18rem 0;
}

@media screen and (max-width: 768px) {
  .top_event {
  padding: 10rem 0;
}

}

/* top_staff
--------------------------------------------------- */
.staff_list {
  display: grid;
  grid-template-columns: repeat(4fr, 1fr);
grid-template-rows: repeat(3fr, 1fr);
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  margin-top: 4rem;
}

.staff_item:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.staff_item:nth-child(2) {
  grid-area: 1 / 3 / 3 / 5;
}

.staff_item:nth-child(3) {
  grid-area: 3 / 1 / 4 / 2;
}

.staff_item:nth-child(4) {
  grid-area: 3 / 2 / 4 / 3;
}

.staff_item:nth-child(5) {
  grid-area: 3 / 3 / 4 / 4;
}
.staff_item:nth-child(6) {
  grid-area: 3 / 4 / 4 / 5;
}

.staff_img {
  position: relative;
}

.staff_info {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  color: #fff;
  z-index: 3;
}

.staff_position {
  font-size: 1.6rem;
  font-weight: 500;
}

.staff_name {
  font-size: 3.6rem;
  line-height: 1.1;
}

.staff_detail {
  margin-top: 2.0rem;
  font-size: 1.6rem;
}

.staff_item:nth-child(3) .staff_info,
.staff_item:nth-child(4) .staff_info,
.staff_item:nth-child(5) .staff_info,
.staff_item:nth-child(6) .staff_info {
  left: 1.5rem;
  bottom:  1.5rem;
}


.staff_item:nth-child(3) .staff_position,
.staff_item:nth-child(4) .staff_position,
.staff_item:nth-child(5) .staff_position,
.staff_item:nth-child(6) .staff_position {
  font-size: 1.3rem;
}

.staff_item:nth-child(3) .staff_name,
.staff_item:nth-child(4) .staff_name,
.staff_item:nth-child(5) .staff_name,
.staff_item:nth-child(6) .staff_name {
  font-size: 2.4rem;
}

.staff_item:nth-child(3) .staff_detail,
.staff_item:nth-child(4) .staff_detail,
.staff_item:nth-child(5) .staff_detail,
.staff_item:nth-child(6) .staff_detail {
  margin-top: 1.8rem;
  font-size: 1.4rem;
}

.staff_connect{
  position: absolute;
  right: 0;
  top: 2rem;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 768px) {
  .staff_list {
  display: block;
  margin-top: -1rem;
}

.staff_item{
  margin-top: 4rem;

}

.staff_info {
  left: 2rem;
  bottom: 2rem;
}

.staff_position {
  font-size: 1.3rem;
}

.staff_name {
  font-size: 2.4rem;
  line-height: 1.1;
}

.staff_detail {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}




.staff_item:nth-child(3) .staff_position,
.staff_item:nth-child(4) .staff_position,
.staff_item:nth-child(5) .staff_position,
.staff_item:nth-child(6) .staff_position {
  font-size: 1.3rem;
}

.staff_item:nth-child(3) .staff_name,
.staff_item:nth-child(4) .staff_name,
.staff_item:nth-child(5) .staff_name,
.staff_item:nth-child(6) .staff_name {
  font-size: 2.4rem;
}

.staff_item:nth-child(3) .staff_detail,
.staff_item:nth-child(4) .staff_detail,
.staff_item:nth-child(5) .staff_detail,
.staff_item:nth-child(6) .staff_detail {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.staff_connect{
  top: 0rem;
  font-size: 1.3rem;
  padding: 0.1rem 0.8rem;
}


}

/* top_company
--------------------------------------------------- */
.top_company {
  padding: 15rem 0 18rem;
}

.top_company_img {
  position: relative;
}

.top_company_txt {
  position: absolute;
  left: 8rem;
  top: 9rem;
  color: #fff;
  z-index: 3;
}

.company_gradient {
  display: block;
  width: 65rem;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.9;
}

.top_company_detail {
  font-size: 1.6rem;
  margin-top: 3rem;
}

.top_company_btn {
  margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .top_company {
  padding: 10rem 0 0rem;
}

.top_company_img {
  position: relative;
  background-color: #000;
  min-height: 80vh;
  margin: 0 calc(50% - 50vw);
width: 100vw;
}
.top_company_img img{
  object-fit: cover;
  width: 100%;
  height: 80vh;
  opacity: 0.7;
}

.top_company_txt {
  left: 0;
  top: 7rem;
  padding: 0 2.5rem;
}

.company_gradient {
  display: none;

}

.top_company_detail {
  font-size: 1.5rem;
  margin-top: 2rem;
}

.top_company_btn {
  margin-top: 3.5rem;
}
}


/* 下層service 
--------------------------------------------------- */
#reform .common_second_leadarea,
#maintenance .common_second_leadarea {
    padding: 10rem 0 7rem;
}
.common_second_leadarea{
  padding: 10rem 0 16rem;
}
.common_second_lead_sub{
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
}
.common_second_lead{
    font-size: 3.6rem;
    line-height: 1.5;
}
.common_second_lead_detail{
    font-size: 1.6rem;
    margin-top: 3.5rem;
    line-height: 2.0;
}

.common_service_list{
  margin: -7rem calc(50% - 50vw) 0;
width: 100vw;
}
.common_service_item{
  display: flex;
  align-items: center;
  margin-top:14rem ;
}
.common_service_item:nth-child(even){
  flex-direction: row-reverse;
}
.common_service_item:nth-child(even) .common_service_txt{
  padding-left: 12rem;
  padding-right: 6rem;
}


.common_service_img{
  width: 56%;
}
.common_service_txt{
  width: 44%;
  padding-left: 6rem;
  padding-right: 12rem;
}

.common_service_number{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.common_service_number span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  border: 2px solid #000;
  font-weight: 500;
}
.common_service_ttl{
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;

}
.common_service_detail{
  font-size: 1.6rem;
margin-top: 2.5rem;

}

.common_service_contents{
  padding-bottom: 18rem;
}

.maintenance_flow_item{
position: relative;
padding-left: 2rem;
line-height: 1.5;
margin-bottom: 0.8rem;
}
.maintenance_flow_item::before{
content: "◎";
position: absolute;
left: 0;
}

.txt_only .common_service_txt,
.common_service_item:nth-child(even).txt_only .common_service_txt {
width: 100%;
padding: 0;
}


.common_service_item.full{
  display: block;
}


.common_service_item.full .common_service_txt{
  width: 100%;
    padding-left: 0rem;
    max-width: 120rem;
    margin: 3.5rem auto 0;
}
.standard_img_list{
  display: flex;

}
.standard_img_item{
width: 50%;
}


.standard_plan_list{
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.standard_plan_item{
  padding: 1.6rem 3.5rem;
  width: 33.333%;
  border-left: 1px solid #000;
  margin-top: 3rem;
}
.standard_plan_item:nth-child(3),
.standard_plan_item:last-child{
  border-right: 1px solid #000;
}

.plan_number{
  color: #B9B9B9;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.plan_name{
  font-weight: 500;
  font-size: 1.8rem;
}
.plan_detail{
  margin-top: 1rem;
  font-size: 1.5rem;
}


@media screen and (max-width: 768px) {
  #reform .common_second_leadarea,
#maintenance .common_second_leadarea {
    padding: 6rem 0 4rem;
}
.common_second_leadarea{
  padding: 6rem 0 8rem;
}
.common_second_lead_sub{
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}
.common_second_lead{
    font-size: 2.4rem;
    line-height: 1.5;
}
.common_second_lead_detail{
    font-size: 1.5rem;
    margin-top: 3.0rem;
    line-height: 1.8;
}

.common_service_list{
  margin: -1rem calc(50% - 50vw) 0;
width: 100vw;
}
.common_service_item{
  display: block;
  margin-top:5rem ;
}

.common_service_item:nth-child(even) .common_service_txt{
    padding:  2rem 2.5rem 0;
}

.common_service_item.txt_only .common_service_txt{
    padding:  2rem 0rem 0;
}





.common_service_img{
  width: 100%;
}
.common_service_txt{
   width: 100%;
  padding-left: 0rem;
  padding:  2rem 2.5rem 0;
}

.common_service_number{
  font-size: 1.4rem;
}
.common_service_number span{
  width: 3.0rem;
  height: 3.0rem;
}
.common_service_ttl{
  font-size: 2.2rem;
  line-height: 1.4;

}
.common_service_detail{
  font-size: 1.5rem;
margin-top: 1.5rem;

}

.common_service_contents{
  padding-bottom: 6rem;
}



.txt_only .common_service_txt{
width: 100%;
padding: 0;
}


.common_service_item.full{
  display: block;
}


.common_service_item.full .common_service_txt{
     padding:  2rem 2.5rem 0;
    max-width: 100%;
    margin: 0rem auto 0;
}
.standard_img_list{
 grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(4, 1fr);
}
.standard_img_item:nth-child(1){
grid-area: 1 / 1 / 3 / 3;
}
.standard_img_item:nth-child(2){
grid-area: 3 / 1 / 4 / 2;
}
.standard_img_item:nth-child(3){
grid-area: 3 / 2 / 4 / 3;
}
.standard_img_item:nth-child(4){
grid-area: 4 / 1 / 5 / 2;
}
.standard_img_item:nth-child(5){
grid-area: 4 / 2 / 5 / 3;
}

.standard_plan_list{
  margin-top: 2.5rem;
  display: block;
}
.standard_plan_item{
  padding: 2rem 0;
  width: 100%;
  border-left: none;
  border-top: 1px solid #ddd;
  margin-top: 0rem;
}
.standard_plan_item:nth-child(3),
.standard_plan_item:last-child{
  border-right: none;
}

.plan_number{
  font-size: 1.1rem;
  margin-bottom: 0;
}
.plan_name{
  font-size: 1.5rem;
}
.plan_detail{
  margin-top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

}

/* 下層concept
--------------------------------------------------- */
.concept_lead{
  margin: 14rem 0 20rem;
   position: relative;
}
.concept_lead_wrap{
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
}
.concept_lead_left{
  width: 50%;
  margin-top: 4rem;
position: relative;
padding-left: 12rem;
padding-right: 6rem;
}
.concept_lead_right{
/* position: absolute; */
width: 50%;
}

.concept_lead_sticky{
   position: sticky;
  left: 6rem;
  top: 10rem;

}

.concept_lead_right .concept_lead_right_img02{
padding-right: 20rem;
padding-top: 8rem;
}
.concept_lead_right .concept_lead_right_img03{
padding-left: 25rem;
padding-top: 8rem;
}

.concept_lead_right .concept_lead_right_img04{
padding-top: 8rem;
}


.concept_lead_ttl{
      font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
   
}
.concept_lead_detail{
        font-size: 1.6rem;
    margin-top: 4.0rem;
}

.concept_philosophy{
  padding: 0 0 18rem;
}
@media screen and (max-width: 768px) {
  .concept_lead{
  margin: 6rem 0 12rem;
}
.concept_lead_wrap{
  display: block;
 
}
.concept_lead_left{
  width: 100%;
  margin-top: 0rem;
  margin-bottom: 3.5rem;
  padding: 0 2.5rem;
}
.concept_lead_right{
position: relative;
right: auto;
top: auto;
 width: 100%;
}

.concept_lead_sticky{
   position: relative;
  left: auto;
  top:auto;

}

.concept_lead_right .concept_lead_right_img02{
padding-right: 10rem;
padding-top: 4rem;
}
.concept_lead_right .concept_lead_right_img03{
padding-left: 15rem;
padding-top: 4rem;
}

.concept_lead_right .concept_lead_right_img04{
padding: 4rem 2.5rem 0;
}


.concept_lead_ttl{
      font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
.concept_lead_detail{
        font-size: 1.5rem;
    margin-top: 3.0rem;
}

.concept_philosophy{
  padding: 0 0 10rem;
}
}
/* 下層company
--------------------------------------------------- */
.company_lead .concept_lead_wrap{
justify-content: flex-start;
}
.company_lead .concept_lead_left{
padding-left: 0;
width: 50%;
}
.company_lead .concept_lead_right{
position: absolute;
right: 0;
top: 0;
    width: 50%;
}
.company_copy{
   font-size: 1.8rem;
   margin-bottom: 0.5rem;
}
.company_philosophy_list{
  margin-top: 5rem;
}
.company_philosophy_item{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding: 6rem 0;
}
.company_philosophy_item:last-child{
   border-bottom: 1px solid #ddd;
}
.company_philosophy_number{
  width: 12%;
   font-size: 3.6rem;
   line-height: 1.0;
}
.company_philosophy_name{
  width: 23%;
}
.company_philosophy_name .company_philosophy_name_jp{
   font-size: 2.0rem;
   font-weight: 500;
   line-height: 1.5;
}
.company_philosophy_name .company_philosophy_name_en{
   font-size: 1.4rem;

}
.company_philosophy_txt{
  width: 65%;
}

.company_philosophy_txt .company_philosophy_lead{
   font-size: 2.6rem;
   line-height: 1.5;
}
.company_philosophy_txt .company_philosophy_detail{
   font-size: 1.6rem;
   margin-top: 1.5rem;
}

.company_philosophy{
  margin-top: 25rem;
  padding-bottom: 18rem;
}

.company_outline{
  margin-top: 25rem;
  padding-bottom: 18rem;
}

.company_outline{
  margin-top: 0rem;
  padding-bottom: 18rem;
}
.profile_wrap{
  margin-top: 4rem;
}
.company_outline_wrap{
    text-align: left;
    width: 100%;
    display: flex;
      border-bottom: #ddd 1px solid;
}

.company_outline_name {

    width: 16%;
    font-size: 1.6rem;
    padding: 2.4rem 2rem;
}
.company_outline_detail {


    width: 84%;
    font-size: 1.6rem;
   padding: 2.4rem 2rem;
}

.company_license{
  margin-top: 2.5rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {



  .company_lead .concept_lead_left{
width: 100%;
padding: 0;
}
.company_lead .concept_lead_right{
position: relative;
right: auto;
top:auto;
width: 100%;
}


  .company_copy{
   font-size: 1.6rem;
}
.company_philosophy_list{
  margin-top: 3rem;
}
.company_philosophy_item{
  display: block;
  border-top: 1px solid #ddd;
  padding: 4rem 0;
}
.company_philosophy_item:last-child{
   border-bottom: 1px solid #ddd;
}
.company_philosophy_number{
  width: 100%;
   font-size: 1.8rem;
   line-height: 1.0;
   margin-bottom: 1.5rem;
}
.company_philosophy_name{
  width: 100%;
  }

.company_philosophy_name .company_philosophy_name_jp{
   font-size: 1.6rem;
}
.company_philosophy_name .company_philosophy_name_en{
   font-size: 1.2rem;

}
.company_philosophy_txt{
  width: 100%;
}

.company_philosophy_txt .company_philosophy_lead{
   font-size: 2.2rem;
   line-height: 1.5;
   margin-top: 2rem;
}
.company_philosophy_txt .company_philosophy_detail{
   font-size: 1.5rem;
   margin-top: 1.2rem;
}

.company_philosophy{
  margin-top: 10rem;
  padding-bottom: 10rem;
}
.company_outline{
  padding-bottom: 10rem;
}

.profile_wrap{
  margin-top: 1rem;
}
.company_outline_wrap{
    display: flex;
      border-bottom: #ddd 1px solid;
}

.company_outline_name {

    width: 20%;
    font-size: 1.5rem;
    padding: 2.4rem 0rem;
}
.company_outline_detail {


    width: 80%;
    font-size: 1.5rem;
   padding: 2.4rem 0rem 2.4rem 2.4rem;
}

.company_license{
  margin-top: 2.5rem;
  font-size: 1.3rem;
}


}

/* 下層flow
--------------------------------------------------- */
.flow_wrap{
  padding: 10rem 0 18rem;
}

.flow_list{
  margin-top: -2rem;
}

.flow_item{
  display: flex;
  justify-content: space-between;
  padding-top: 10rem;
}
.flow_img{
  width: 42%;
}

.flow_info{
  width: 58%;
  padding-left: 4.0rem;
  display: flex;
}

.flow_number{
  width: 3.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;

}
.flow_number::after{
 content: "";
 background-color: #000;
 height: calc(100% + 10rem);
 width:2px ;
 position: absolute;
 left: 1.75rem;

}
.flow_item:last-child .flow_number::after{
display: none;

}


.flow_number span{
width: 3.5rem;
background-color: #fff;
  height: 3.5rem;
  border: 2px solid #000;
  border-radius: 3.5rem;
    display: flex;
  align-items: center;
  justify-content: center;
}

.flow_txt{
  width:calc(100% - 3.5rem);
  padding-left: 2.0rem;
  letter-spacing: 0;

}
.flow_name{
  font-size:2.6rem ;
  font-weight: 500;
  line-height: 1.3;
}
.flow_detail{
  font-size:1.6rem ;
  margin-top: 2.0rem;
}

.flow_fin{
  display: flex;
  align-items: center;
  border: 1px solid #000;
  margin-top: 12rem;
  padding: 5.5rem 7rem;
}
.flow_fin_left{
  width: 26%;
   font-size:2.6rem ;
  font-weight: 500;
  line-height: 1.5;
}
.flow_fin_right{
  width: 74%;
   font-size:1.6rem ;
  line-height: 1.7;
  border-left: 1px solid #000;
  padding-left: 6rem;
}

@media screen and (max-width: 768px) {
  .flow_wrap{
  padding: 6rem 0 10rem;
}

.flow_list{
  margin-top: -1rem;
}

.flow_item{
  display: block;
  padding-top: 5rem;
}
.flow_img{
  width:100%;
}

.flow_info{
  width: 100%;
  padding-left: 0rem;
  display: block;
}

.flow_number{
  width: 3.0rem;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1rem;

}
.flow_number::after{
display: none;

}
.flow_item:last-child .flow_number::after{
display: none;

}


.flow_number span{
width: 3.0rem;
  height: 3.0rem;
}

.flow_txt{
  width:100%;
  padding-left: 0rem;

}
.flow_name{
  font-size:2.0rem ;
}
.flow_detail{
  font-size:1.5rem ;
  margin-top: 1.5rem;
}

.flow_fin{
  display: block;
  border: 1px solid #000;
  margin-top: 6rem;
  padding: 2.5rem;
}
.flow_fin_left{
  width: 100%;
   font-size:1.8rem ;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.flow_fin_right{
  width: 100%;
   font-size:1.5rem ;
  line-height: 1.6;
  border-left: none;
  border-top: 1px solid #000;
  padding-left: 0rem;
  padding-top: 1.8rem;
  margin-top: 1.5rem;
}
}

/* contact
--------------------------------------------------- */
.contact_wrap{
  padding:10rem 0 16rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .contact_wrap{
  padding:8rem 0 12rem;
}
}
/* works
--------------------------------------------------- */
.works_wrap{
  padding:10rem 0 16rem;
  font-size: 1.6rem;
}

.works_txt{
  font-size: 2.2rem;
  margin-bottom: 3rem;
}

.works_list{
display: flex;
gap: 4% 4%;
flex-wrap: wrap;
}
.works_item{
  width: 48%;
  margin-top: 4%;
}

.works_item.full{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works_wrap{
  padding:8rem 0 12rem;
  font-size: 1.5;
}

.works_txt{
  font-size:2.0rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.works_list{
display: block;
margin-top: 5rem;
}
.works_item{
  width: 100%;
}

.works_item:nth-child(5n+1){
  width: 100%;
}
}


/* footer
--------------------------------------------------- */
footer {
  background-color: #000;
  color: #fff;
  padding: 7rem 0 5rem;
}

footer a {
  color: #fff;
}

footer svg {
  fill: #fff;
}

.footer_logo {
  width: 24rem;
}

.footer_company_name {
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 1.8rem;
}

.footer_company_address {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
}


.footer_left {
  width: 42rem;
}

.footer_right {
  width: 78rem;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
}

.footer_menu_list {
  width: 33.333%;
   font-weight: 500;
  
}
.footer_menu_item {
  margin-bottom: 2rem;
   font-size: 1.6rem;
}

.footer_menu_sub_list{
  margin-left: 1rem;
}
.footer_menu_sub_item{

  font-weight: 400;
    font-weight: 1.4rem;
}

.footer_bottom_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}

.sns_list {
  display: flex;
}

.sns_item {
  margin-right: 1rem;
}

.foonter_cr {
  font-size: 1.4rem;
}



@media screen and (max-width: 768px) {
 footer {
  padding: 5rem 0 5rem;
}



.footer_logo {
  width: 18rem;
}

.footer_company_name {
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 0.8rem;
}

.footer_company_address {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.footer_wrap {
  display: block;
}


.footer_left {
  width: 100%;
}

.footer_right {
 width: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 3rem;
}

.footer_menu_list {
  width:100%;
   font-weight: 500;
  
}
.footer_menu_item {
  margin-bottom: 0rem;
   font-size: 1.5rem;
   border-top: 1px solid #555;
   padding: 1.4rem 0;
}

.footer_menu_sub_list{
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}
.footer_menu_sub_item{

  font-weight: 400;
    font-size: 1.3rem!important;
}
.footer_menu_sub_item a{
    font-weight: 1.3rem;
}
.footer_bottom_wrap {
  margin-top: 3rem;
}



.foonter_cr {
  font-size: 1.2rem;
}






}


/* fadein
--------------------------------------------------- */


.fadein {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s !important;
  opacity: 0;
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
}

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.del_01 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.del_02 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}