/*layout*/
@charset "utf-8";
.loading { width: 100%; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 99999; background: #FFF; }
.wrapper {  }

.contents-wrap-m { width: 90%; max-width: 1360px;  margin: 0 auto; }
.contents-wrap { width: 90%; max-width: 1120px;  margin: 0 auto; }
.contents-wrap-sm { width: 90%; max-width: 960px;  margin: 0 auto; }
.contents-wrap-sw { width: 90%; max-width: 850px;  margin: 0 auto; }
.contents-wrap-s { width: 90%; max-width: 730px;  margin: 0 auto; }

/*TOP-service*/
.title-service { position: relative; display: block; margin-bottom: 30px; line-height: 1em; letter-spacing: 6px; text-align: center; font-size: 2.4rem; }
.title-service:before {
background-color: #AFADA5;
content: ''; position: absolute; bottom: -22px; display: inline-block; width:30px; height: 3px; position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 900px) {
.title-service { font-size: 2.5rem; margin-bottom: 1em;  }
}
.list-service { display: flex; flex-wrap: wrap; padding-top: 2em; }
.list-service > li { width: 30%; margin-right: 5%; margin-bottom: 3em; }
.list-service > li:nth-child(3n) { margin-right: 0;  }

.list-service a { display: block; transition: opacity .3s; }
.list-service a:hover { opacity: .7; }

.list-service .text { text-align: center; }
.list-service .title { font-weight: bold; margin-bottom: 0.4em; }

.list-service .case-thumbnail { width: 90%; margin: 0 auto 1em;  position: relative; }
.list-service .case-thumbnail img { border: 1px solid #928D7A; }
.list-service .case-thumbnail2 { width: 90%; margin: 0 auto 1em;  position: relative; }
.list-service .case-thumbnail2 img { border: 1px solid #928D7A; }

.list-service .text {  text-align: center; }
.list-service .title { font-size: 1.25rem; }

@media screen and (max-width: 900px) {
  .list-service > li { width: 100%; margin-bottom: 3em; }
  .list-service .box01 { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
  .list-service .case-thumbnail { width: 40%; margin: 0 auto 0 3%; }
  .list-service .case-thumbnail img { width: 100%; margin: 0 ; }
  .list-service .case-thumbnail2 { width: 38%; margin: 0 auto 0 3%; }
  .list-service .case-thumbnail2 img { width: 100%; margin: 0 ; }
  .list-service .text { width: 48%; text-align: left; }
}


/*TOP-us*/
.title-us { position: relative; display: block; margin-bottom: 30px; line-height: 1em; letter-spacing: 4px; text-align: center; font-size: 2.4rem;}
.title-us:before {
background-color: #AFADA5;
content: ''; position: absolute; bottom: -22px; display: inline-block; width:30px; height: 3px; position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 900px) {
.title-us { font-size: 2.2rem; margin-bottom: 1em;  }
}
.box-section-s-us { padding: 60px 40px 20px; background: #FFF6EE; margin-bottom: 100px; }
@media screen and (max-width: 900px) {  
  .box-section-s-us { padding: 50px 0 20px;}
}

.top-member { margin: 60px auto 20px; }
.top-member .bx-wrapper { width: 90%; margin: 0 auto 3em;}
.top-member .text { width: 100%; margin-top: 2em;  }
.top-member .pos { margin: -0.5em 1em 1em; text-align: center; } 
.top-member .name { font-size: 1.6875rem; font-weight: bold; letter-spacing: .1em;  }
.top-member .detail { font-size: .875rem; }

.us-links { display: flex; flex-wrap: wrap; justify-content: space-between; width: 64%;
 margin: auto; }
.us-links div {
	width: 80%; font-size: 1.25rem;	margin: 0 auto; background: #D7D6D2; border-radius: 4px;}
.us-links .btn-block { padding: .8em; }
.us-links .btn-block:hover { background-color: #C3C1BB; border-radius: 4px; }

@media screen and (max-width: 900px) {
	.us-links { width: 90%; margin: auto; }
}
/*TOP-menu*/
.home-menu-wrap { position: relative; margin-bottom: 60px; }
.home-menus { display: flex; flex-wrap: wrap; justify-content: space-between;}
.home-menus > article { width: 46%; text-align: center; display: flex; flex-direction: column; margin-bottom: 2em; }
.home-menus p { margin-bottom: 2em; font-size: .95rem; }
.home-menus .text-link { margin: auto auto 0;; width: 9em; font-size: .875rem;}

.home-menus .order-link { width: 80%; border-radius: 4px; border: 1px solid; padding: 4px 12px 0; display: flex; margin: auto; justify-content: center;}
.home-menus .order-link .text-link { margin: 0 auto; }
.home-menus .order-link .text-link  + .text-link { margin-left: 2em; }
.home-menus .order-link:hover { background-color: #F5F5F4; border-radius: 4px; }
@media screen and (max-width:  1000px) {
  .home-menus .text-link { font-size: .8rem;  }
  .home-menus .order-link .text-link  + .text-link { margin-left: 1.5em; }
}
@media screen and (max-width: 900px) {
  .home-menus > article { width: 100%; margin-bottom: 3em; }
  .home-menus p { text-align: left; }
  .home-menus .text-link { margin: auto 0 0 auto;  font-size: .8rem;}
  
  .home-menus .order-link { justify-content: flex-end; }
}
@media screen and (max-width: 600px) {
  .home-menus { margin-bottom: 20vw; }
  .home-menus p {margin-bottom: 1em; }
}


/*TOP-main*/
.home-top-conts {
  position: relative;
  margin-bottom: 40px;
}
.home-top-conts::before {
  content: '';
  width: 28%;
  height: calc(100% + 20rem);
  background: #EBEAE8;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 140px;
  margin: auto;
  z-index: -1;
}

.mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 20vw);
  margin: 0 0 0 auto;
}
.mainvisual .img {
  width: calc(100% - 20vw);
}
.maincopy {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.0em;
  margin: 0 auto 70px;
  letter-spacing: 0.2em;
}

.home-tec .text {
  max-width: 400px;
  margin-top: -13em;
  position: relative;
  background-color: rgba(255,255,255,0.80);
  z-index: 1;
  padding-top: 28px;
  padding-right: 28px;
  margin-left: 3%;
}

.home-tec .text .title {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 auto 1em;
  width: 5rem;
}

@media screen and (max-width: 960px) {
  .home-tec .text {
    max-width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual {
    display: block;
    width: 100%;
    margin: 0 auto 1em;
    position: relative;
    text-align: right;
  }
  .mainvisual .img {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .home-tec .text {
    margin-top: 10%;
    padding: 0 5% 0 10%;
    max-width: none;
    background-color: transparent;
    margin-left: 0;
  }
  .home-tec .text .title {
    position: relative;
    margin: 0 auto 2em -5%;
    width: 5rem;
  }
  .maincopy {
    font-size: 4.5vw;
    padding-top: 1em;
    padding-right: 5%;
    display: inline-block;
    writing-mode: initial;
    -ms-writing-mode: lr-tb;
    text-align: right;
	line-height: 1.6em;
  }
.home-top-conts::before {
  content: '';
  width: 28%;
  height: calc(100% + 20rem);
  bottom: 250px;
  margin: auto;
  right: 0;
}
}

@media screen and (max-width: 560px) {
  .home-tec .text {
    display: flex;
  }
  .home-tec .text .title {
    width: 13%;
  }
  .text-body.-home {
    width: 87%;
    padding-left: 0;
    margin-top: -16%;
  }
  .maincopy {
    font-size: 5vw;
  }
}
