@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@700&family=Oswald:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

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

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

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

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* FONT
***************************************************************/
/* 注文住宅一覧
***************************************************************/
.page_recruitWrap {
  padding-bottom: 68px;
}

.page_recruitWrap .inner {
  width: 1200px;
  margin: auto;
}



.recruitList li .listImg {
  margin: auto;
  overflow: hidden;
}

h2{
    font-size:28px;
    margin:80px 0 10px 0;
    text-align: left;
    padding: 1rem 2rem;
  border-left: 4px solid #000;
}

.coment{
    font-size:16px;
    text-align: left;
    margin-left: 2rem;
    line-height: 1.8;
}


/*.recruit li .listImg .img {
  width: 100%;
  height: 100%;
}

.recruitli .listTextBox {
  width: 1150px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.recruitList li .listTitle {
  font-size: 34px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.recruitList li .listBtn {
  width: 187px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruitList li .listBtn .arrow {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #335167;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.recruitList li .listBtn .arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 5px;
}

.recruitList li .listBtn .arrow span::before, .recruitList li .listBtn .arrow span::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.recruitList li .listBtn .arrow span::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.recruitList li .listBtn .arrow span::after {
  width: 7px;
  top: 1.5px;
  right: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.recruitList li .listBtn .text {
  width: calc(100% - 58px);
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #335167;
  font-weight: 500;
  text-align: right;
}
*/
/*@media all and (min-width: 681px) {
  .recruitList li .listImg .img {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .recruitList li .listBtn .arrow span {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .recruitList li a:hover .listImg .img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .recruitList li a:hover .listBtn .arrow span {
    left: 62%;
  }


}*/

@media all and (max-width: 680px) {
 /* .page_full_orderWrap {
    padding-bottom: 52px;
  }
  .page_full_orderWrap .inner {
    width: 100%;
  }
  .full_orderList li {
    margin-bottom: 33px;
  }
  .full_orderList li .listImg {
    width: 100%;
    height: 150px;
  }
  .full_orderList li .listTextBox {
    width: 100%;
    margin-top: 10px;
    padding: 0 12px;
  }
  .full_orderList li .listTitle {
    font-size: 15px;
    line-height: 1.6;
  }
  .full_orderList li .listBtn {
    width: 38px;
  }
  .full_orderList li .listBtn .arrow {
    width: 38px;
    height: 38px;
  }
  .full_orderList li .listBtn .arrow span {
    width: 10px;
    height: 3px;
  }
  .full_orderList li .listBtn .arrow span::after {
    width: 4px;
    top: 0;
    right: 0;
  }
  .full_orderList li .listBtn .text {
    display: none;
  }
  .full_orderList li:nth-child(1) .listImg .img {
    background: url(../img/full_order/full_order_img01_sp.jpg) no-repeat center/cover;
  }
  .full_orderList li:nth-child(2) .listImg .img {
    background: url(../img/full_order/full_order_img02_sp.jpg) no-repeat center/cover;
  }
  .full_orderList li:nth-child(4) .listImg .img {
    background: url(../img/full_order/full_order_img03_sp.jpg) no-repeat center/cover;
  }
  .full_orderList li:nth-child(3) .listImg .img {
    background: url(../img/full_order/full_order_img11_sp.jpg) no-repeat center/cover;
  }*/
}

/* 注文住宅一覧
***************************************************************/
/* エリア一覧
***************************************************************/
.areaList {
  width: 1000px;
  margin: 1% auto;
    margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
    padding-bottom: 50px;
}

.sinsotu{
    width:48%;
    display: inline-block;
    margin:1%;
}

.banner{
    float:left;
    margin:1%;
    padding-left: 2%;
}

.banner a:hover{
    opacity: 0.5;
}



.career{
    width:48%;
    display: inline-block;
     margin:1%;
}


.revenge{
    width:48%;
    display: inline-block;
    margin:1%;
}

.revenge p{
    margin-left:10%;
    line-height: 1.5;
}


.banner{
    float:left;
    margin:1%;
    padding-left: 2%;
}

.banner a:hover{
    opacity: 0.5;
}

.comeback{
    width:48%;
    display: inline-block;
    margin:1%;
}


.comeback p{
    margin-left:10%;
    line-height: 1.5;
}



.kai{
    width: 1000px;
  margin: 1% auto;
}

.kai_bnr{
    width:48%;
    float:left;
    margin-bottom:5%;
}

.kai_bnr a:hover{
    opacity: 0.6;
}




.areaList li {
  width: 485px;
  height:250px;
}

.areaList li a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 0;
}

.areaList li .listImg, .areaList li .img {
  width: 100%;
  height: 100%;
}

.areaList li .listImg {
  overflow: hidden;
}

.areaList li .listTitle {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}

.areaList li .arrow {
  display: block;
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37px;
  height: 11px;
}

.areaList li .arrow::before, .areaList li .arrow::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.areaList li .arrow::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.areaList li .arrow::after {
  width: 11px;
  top: 5px;
  right: -2px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.interview {
  width: 1200px;
  margin: 1% auto;
    margin-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;

}

.interview li{
    width:32%;
    display: inline-block;
    margin:0.5%;
}

.interview li span{
    font-size:22px;
    text-align: left;
    line-height: 1.8;
}

.interview li a:hover{
   opacity: 0.6;
}

.career_outline{
    width:1200px;
    margin:5% auto;
}

.career_outline tr{
	border-bottom: 1px dotted #ccc;
	display: block;
}

.career_outline tr td{padding: 15px; vertical-align: top;}
.career_outline tr td:first-child{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	line-height:29px;
	padding-left:40px;
    width:350px;
	background: #f4f4f4;
}
.career_outline tr td:last-child{
	font-size: 16px;
	line-height: 29px;
}


.shiny_btn02{
  display: inline-block;
  color: #fff; /* 文字色 */
  margin-left: 420px;  
  margin-top:10%;  
  padding: 2em 2em;
  width: 100%;
  max-width: 350px; /* ボタン幅 */
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  background: #065BAC;; /* 背景色 */
  background-image: -webkit-linear-gradient(top, #4D9BC1, #065BAC); /* グラデーション背景色 */
  background-image: -moz-linear-gradient(top, #4D9BC1, #065BAC); /* グラデーション背景色 */
  background-image: -ms-linear-gradient(top, #4D9BC1, #065BAC); /* グラデーション背景色 */
  background-image: -o-linear-gradient(top, #4D9BC1, #065BAC); /* グラデーション背景色 */
  background-image: -webkit-gradient(to bottom, #4D9BC1, #065BAC); /* グラデーション背景色 */
  overflow: hidden;
  position: relative;
  text-align: center;
}
.shiny_btn02::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny_btn02 3s ease-in-out infinite;
  transform-origin: unset;
}

/* マウスオーバーした際のデザイン */
.shiny_btn02:hover {
  background-image: -webkit-linear-gradient(top, #065BAC, #4D9BC1); /* グラデーション背景色 */
  background-image: -moz-linear-gradient(top, #065BAC, #4D9BC1); /* グラデーション背景色 */
  background-image: -ms-linear-gradient(top, #065BAC, #4D9BC1); /* グラデーション背景色 */
  background-image: -o-linear-gradient(top, #065BAC, #4D9BC1); /* グラデーション背景色 */
  background-image: -webkit-gradient(to bottom, #065BAC, #4D9BC1); /* グラデーション背景色 */
  color: #fff;
}



/* 光るアニメーション */
@-webkit-keyframes shiny_btn02 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
          

.in800{
    width:800px;
    margin: 0 auto;
}

.in800 li.flow{
    font-size:22px;
}

.in800 li.flow span{
    font-size:30px;
}

ul {
   width:800px;
    margin: 0 auto; 
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow {
  /*border: 3px solid rgb(107,144,219);*/
}
.flow > li {
  padding: 30px;
    margin-bottom: 5%;
}
.flow > li:not(:last-child) {
  border-bottom: 2px solid  #335167;;
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 45%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 21px;
  border-top-color: #335167;;
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  -ms-flex-preferred-size: 20%;
  flex-basis: 70%;
  margin-right: 1vw;
  text-align: center;
    
}
.flow > li dl dt .icon {
  font-size: 18px;
  color: #fff;
 /* background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );*/
  background:  #335167;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  float:left;   
}




@media all and (min-width: 681px) {
  .areaList li {
    margin: 0 30px 30px 0;
  }
  .areaList li .listImg .img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .areaList li .arrow {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .areaList li a:hover .listImg .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .areaList li a:hover .arrow {
    left: 53%;
  }
  .sinsotu .listImg .img {
    background: url(../img/recruit_img.jpg) no-repeat center/cover;
  }
  .career .listImg .img {
    background: url(../img/career_img.jpg) no-repeat center/cover;
  }
    
.revenge .listImg .img {
    background: url(../img/revenge_bnr.jpg) no-repeat center/cover;
  } 

.comeback .listImg .img {
    background: url(../img/comeback_bnr.jpg) no-repeat center/cover;
  }     
    
    
    
  .areaList li:nth-child(2n) {
    margin-right: 0;
  }
  .areaList li:last-child, .areaList li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media all and (max-width: 680px) {
  .areaList {
    width: 93.75%;
    padding-top: 50px;
  }
    
   .sinsotu{
    width:98%;
    display: inline-block;
    margin:1%;
}

.banner img{
    width:90%;
    margin:1% auto;

}

    
    
    
.banner{
    width:90%;
     margin:1% auto;
    float:left;
    padding-left:10%;
}

.banner a:hover{
    opacity: 0.5;
}



.career{
    width:98%;
    display: inline-block;
     margin:7% 1% 0 1%;
}
    
    .revenge{
    width:98%;
    display: inline-block;
    margin:7% 1% 0 1%;
}
   
.revenge p{
    padding-top: 0;
    font-size:85%;
    margin:0 auto;
} 
    
    
    
    
     .comeback{
    width:98%;
    display: inline-block;
    margin:7% 1% 0 1%;
}
      
  .comeback p{
       padding-top: 0;   
    font-size:85%;
    margin:0 auto;
}   
    

.kai{
    width: 93.75%;
  margin: 1% auto;
}

.kai_bnr{
    width:98%;
    float:left;
    margin-bottom:5%;
}


    
    
    
    
    
    
    
    
.kai_bnr{
    width:98%;
    float:left;
    margin-bottom:5%;
}    
    
    
    
    
 
 .page_recruitWrap {
  padding-bottom: 68px;
}

.page_recruitWrap .inner {
  width: 100%;
  margin: auto;
}
    
    
    
    
    
h2{
    font-size:15px;
    margin:20px 0 10px 5px;
    text-align: left;
    padding:0.5%;
  border-left: 2px solid #000;
}
    
.coment{
    font-size:14px;
    text-align: left;
    margin:0.5rem 1rem;
    line-height: 1.7;
}

    
    
  .areaList li {
    width: 100%;
    height: 200px;
   
  }
  .areaList li:last-child {
    margin-bottom: 0;
  }
  .areaList li .listTitle {
    font-size: 16px;
  }
  .areaList li .arrow {
    width: 24px;
    height: 7px;
  }
  .areaList li .arrow::after {
    width: 10px;
    top: 2px;
  }
  .sinsotu .listImg .img {
    background: url(../img/recruit_img_sp.jpg) no-repeat center/cover;
  }
  .career .listImg .img {
    background: url(../img/career_img_sp.jpg) no-repeat center/cover;
  }
 
   .revenge .listImg .img {
    background: url(../img/revenge_bnr_sp.jpg) no-repeat center/cover;
  }   
    
     .comeback .listImg .img {
    background: url(../img/comeback_bnr_sp.jpg) no-repeat center/cover;
  }   
      
    
    
  .interview {
  width: 96%;
  margin: 1% auto;
    margin-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5px;

}

.interview li{
    width:96%;
    display: inline-block;
    margin:0.5%;
}

.interview li span{
    font-size:15px;
    text-align: left;
    line-height: 1.8;
}

.interview li a:hover{
   opacity: 0.6;
}

.career_outline{
    width:100%;
    margin:5% auto;
}

.career_outline tr{
	border-bottom: 1px dotted #ccc;
	display: block;
}

.career_outline tr td{padding: 10px; vertical-align: top;}
.career_outline tr td:first-child{
	color: #000000;
	font-weight: bold;
    text-align: left;
	font-size:13px;
	line-height:25px;
	padding-left:22px;
    width:100%;
	background: #f4f4f4;
    display: inline-block;
}
.career_outline tr td:last-child{
	font-size: 13px;
	line-height: 25px;
}

  
    
    
.shiny_btn02{
  display: inline-block;
  color: #fff; /* 文字色 */
  margin-left: 10%;  
  padding: 1em 2em;
  width: 80%;
  max-width: 80%; /* ボタン幅 */
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  background: #065BAC;; /* 背景色 */
  background-image: -webkit-linear-gradient(top, #4D9BC1, #065BAC); /* グラデーション背景色 */
  background-image: -moz-linear-gradient(top, #4D9BC1, #065BAC); /* グラデーション背景色 */
  background-image: -ms-linear-gradient(top, #4D9BC1, #065BAC); /* グラデーション背景色 */
  background-image: -o-linear-gradient(top, #4D9BC1, #065BAC); /* グラデーション背景色 */
  background-image: -webkit-gradient(to bottom, #4D9BC1, #065BAC); /* グラデーション背景色 */
  overflow: hidden;
  position: relative;
  text-align: center;
}
.shiny_btn02::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny_btn02 3s ease-in-out infinite;
  transform-origin: unset;
}

/* マウスオーバーした際のデザイン */
.shiny_btn02:hover {
  background-image: -webkit-linear-gradient(top, #065BAC, #4D9BC1); /* グラデーション背景色 */
  background-image: -moz-linear-gradient(top, #065BAC, #4D9BC1); /* グラデーション背景色 */
  background-image: -ms-linear-gradient(top, #065BAC, #4D9BC1); /* グラデーション背景色 */
  background-image: -o-linear-gradient(top, #065BAC, #4D9BC1); /* グラデーション背景色 */
  background-image: -webkit-gradient(to bottom, #065BAC, #4D9BC1); /* グラデーション背景色 */
  color: #fff;
}



/* 光るアニメーション */
@-webkit-keyframes shiny_btn02 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
          
    
    
    
 ul {
   width:80%;
    margin: 0 auto; 
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

.flow {
  /*border: 3px solid rgb(107,144,219);*/
}
.flow > li {
  padding: 20px;
 /*   margin-bottom: 3%;*/
}   
    
    
.flow > li:not(:last-child) {
  border-bottom: 2px solid  #335167;;
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 45%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 21px;
  border-top-color: #335167;;
}
.flow > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  -ms-flex-preferred-size: 20%;
  flex-basis: 70%;
  margin-right: 1vw;
  text-align: center;
    
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
 /* background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );*/
  background:  #335167;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  float:left;   
}
    
    
    
    .kome{
        font-size:13px;
        padding:1% 4%;
        line-height: 1.7;
    }  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

/* エリア一覧
***************************************************************/
/* バナーボックス
***************************************************************/
/*.bannerBox {
  padding-top: 77px;
}

.bannerBox .banner {
  display: block;
  width: 672px;
  margin: 0 auto 30px;
}

.bannerBox .banner:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 681px) {
  .bannerBox .banner {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .bannerBox .banner:hover {
    opacity: 0.6;
  }
}

@media all and (max-width: 680px) {
  .bannerBox {
    padding-top: 52px;
  }
  .bannerBox .banner {
    width: 93.75%;
    margin-bottom: 20px;
  }
}
*/
/* バナーボックス
***************************************************************/
/* 施工事例一覧
***************************************************************/
/*.page_worksWrap {
  background: #E2E7E7;
  padding: 120px 0 100px;
}

.page_worksWrap .inner {
  width: 1200px;
  margin: auto;
}

.page_works_title {
  text-align: center;
}

.page_works_title span {
  display: block;
  letter-spacing: 0.1em;
}

.page_works_title .en {
  font-size: 50px;
  color: #335167;
  margin-bottom: 14px;
}

.page_works_title .jp {
  font-size: 18px;
  letter-spacing: 0.5em;
  font-weight: 500;
}

.worksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.worksList li {
  width: 280px;
  margin-right: 25px;
}

.worksList li a {
  display: block;
}

.worksList li .listImg {
  overflow: hidden;
  width: 100%;
  height: 185px;
}

.worksList li .listImg .img {
  width: 100%;
  height: 100%;
}

.worksList li .listTitle {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #335167;
  padding-right: 22px;
  position: relative;
  margin-top: 10px;
}

.worksList li .listTitle i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 5px;
}

.worksList li .listTitle i::before, .worksList li .listTitle i::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #335167;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.worksList li .listTitle i::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.worksList li .listTitle i::after {
  width: 6px;
  top: 1.5px;
  right: -1px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.worksList.orginAnime li {
  position: relative;
  top: 60px;
  opacity: 0;
  -webkit-transition: top 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: top 0.6s 0.3s, opacity 0.6s 0.3s;
}

.worksList.orginAnime li:nth-child(2) {
  -webkit-transition: top 0.6s 0.5s, opacity 0.6s 0.5s;
  transition: top 0.6s 0.5s, opacity 0.6s 0.5s;
}

.worksList.orginAnime li:nth-child(3) {
  -webkit-transition: top 0.6s 0.7s, opacity 0.6s 0.7s;
  transition: top 0.6s 0.7s, opacity 0.6s 0.7s;
}

.worksList.orginAnime li:nth-child(4) {
  -webkit-transition: top 0.6s 0.9s, opacity 0.6s 0.9s;
  transition: top 0.6s 0.9s, opacity 0.6s 0.9s;
}

.worksList.orginAnime.action li {
  top: 0;
  opacity: 1;
}

.works_moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  margin: 24px auto 0;
}

.works_moreBtn .arrow {
  display: block;
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #335167;
  margin-right: 20px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.works_moreBtn .arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 5px;
}

.works_moreBtn .arrow span::before, .works_moreBtn .arrow span::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.works_moreBtn .arrow span::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.works_moreBtn .arrow span::after {
  width: 7px;
  top: 1.5px;
  right: -1px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

.works_moreBtn .text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #335167;
  font-weight: 500;
}

@media all and (min-width: 681px) {
  .worksList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .worksList li {
    margin: 0 26px 26px 0;
  }
  .worksList li:nth-child(4n) {
    margin-right: 0;
  }
  .worksList li .listImg .img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .worksList li .listTitle i {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .worksList li a:hover .listImg .img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .worksList li a:hover .listTitle i {
    right: -5px;
  }
  .works_moreBtn .arrow span {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }
  .works_moreBtn:hover .arrow span {
    left: 62%;
  }
}

@media all and (max-width: 680px) {
  .page_worksWrap {
    padding: 56px 0;
  }
  .page_worksWrap .inner {
    width: 87.5%;
  }
  .page_works_title .en {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .page_works_title .jp {
    font-size: 13px;
  }
  .worksList {
    margin-top: 17px;
  }
  .worksList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
  }
  .worksList li:last-child {
    margin-bottom: 0;
  }
  .worksList li .listTitle {
    font-size: 15px;
    padding-right: 24px;
    margin-top: 16px;
  }
  .works_moreBtn {
    width: 205px;
    margin: 45px auto 0;
  }
  .works_moreBtn .arrow {
    width: 38px;
    height: 38px;
    margin-right: 13px;
  }
  .works_moreBtn .arrow span {
    width: 10px;
    height: 3px;
  }
  .works_moreBtn .arrow span::after {
    width: 4px;
    top: 0;
    right: 0;
  }
  .works_moreBtn .text {
    font-size: 15px;
  }
}

/* 施工事例一覧*/
***************************************************************/
/* 動画でご紹介
***************************************************************/
.movieBtnWrap {
  padding: 100px 0 130px;
}

.movieBtnWrap .movieBtn {
  display: block;
  width: 672px;
  height: 217px;
  margin: auto;
  position: relative;
  z-index: 0;
}

.movieBtnWrap .movieBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #335167;
  z-index: 1;
}

.movieBtnWrap .movieBtn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.47;
  z-index: 2;
}

.movieBtnWrap .movieBtn .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 500;
  z-index: 3;
}

.movieBtnWrap .movieBtn .textBox .btnTextSml {
  display: inline-block;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding: 0 25px;
}

.movieBtnWrap .movieBtn .textBox .btnTextSml::before, .movieBtnWrap .movieBtn .textBox .btnTextSml::after {
  content: '';
  position: absolute;
  top: 0;
  width: 2px;
  height: 25px;
  background: #fff;
}

.movieBtnWrap .movieBtn .textBox .btnTextSml::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.movieBtnWrap .movieBtn .textBox .btnTextSml::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.movieBtnWrap .movieBtn .textBox .btnText {
  font-size: 36px;
  letter-spacing: 0.1em;
  margin: 18px 0 30px;
}

.movieBtnWrap .movieBtn .textBox .more {
  width: 129px;
  margin: auto;
  background: #fff;
  color: #335167;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  padding: 4px;
  border-radius: 12px;
  position: relative;
}

.movieBtnWrap .movieBtn .textBox .more i {
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 4px;
}

.movieBtnWrap .movieBtn .textBox .more i::before, .movieBtnWrap .movieBtn .textBox .more i::after {
  content: '';
  position: absolute;
  height: 1px;
  background: #335167;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.movieBtnWrap .movieBtn .textBox .more i::before {
  width: 100%;
  bottom: 0;
  left: 0;
}

.movieBtnWrap .movieBtn .textBox .more i::after {
  width: 5px;
  top: 1px;
  right: -1px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}

@media all and (min-width: 681px) {
  .movieBtnWrap .movieBtn {
    background: url(../img/full_order/full_order_img10.jpg) no-repeat center/cover;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .movieBtnWrap .movieBtn .textBox .more i {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .movieBtnWrap .movieBtn:hover {
    opacity: 0.6;
  }
  .movieBtnWrap .movieBtn:hover .textBox .more i {
    right: 3px;
  }
}

@media all and (max-width: 680px) {
  .movieBtnWrap {
    padding: 50px 0 76px;
  }
  .movieBtnWrap .movieBtn {
    width: 93.75%;
    height: 103px;
    background: url(../img/full_order/full_order_img10_sp.jpg) no-repeat center/cover;
  }
  .movieBtnWrap .movieBtn::before {
    border: 3px solid #335167;
  }
  .movieBtnWrap .movieBtn .textBox {
    width: 100%;
  }
  .movieBtnWrap .movieBtn .textBox .btnTextSml {
    font-size: 13px;
    padding: 0 25px;
  }
  .movieBtnWrap .movieBtn .textBox .btnTextSml::before, .movieBtnWrap .movieBtn .textBox .btnTextSml::after {
    height: 25px;
  }
  .movieBtnWrap .movieBtn .textBox .btnText {
    font-size: 21px;
    margin: 5px 0 15px;
  }
  .movieBtnWrap .movieBtn .textBox .more {
    width: 85px;
    font-size: 12px;
    padding: 2px;
  }
  .movieBtnWrap .movieBtn .textBox .more i {
    right: 5px;
    width: 8px;
    height: 2px;
  }
  .movieBtnWrap .movieBtn .textBox .more i::after {
    width: 3px;
    top: 0;
  }
}

/* 動画でご紹介
***************************************************************/


/* 施工例　流れるスライド
***************************************************************/
.top-zone03 {
	width: 100%;
	height: 450px;
	background: url(../img/full_order/top_img01.jpg) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
		 -webkit-animation: fadeAnimations 3000s linear infinite;
    -moz-animation: fadeAnimations 3000s linear infinite;
    -ms-animation: fadeAnimations 3000s linear infinite;
    animation: fadeAnimations 3000s linear infinite;
    margin-top: 2%;
}



@-webkit-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@-moz-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@-ms-keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}
@keyframes fadeAnimations {
 0% {
	 background-position:0 center;
}
 100% {
	 background-position:44400% center;
}
}

@media all and (max-width: 680px) {
    
.top-zone03 {
	position: static;
	/*height: auto;*/
   height: 200px; 
	padding: 40px 0px;
	box-sizing: border-box;
			 -webkit-animation-duration:15000s;
    -moz-animation-duration: 15000s;
    -ms-animatio-duration:15000s;
    animation-duration: 15000s;
}
}


/* 施工例　流れるスライド
***************************************************************/