@charset "utf-8";
/* CSS Document */

/* clear fix For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* clear fix For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; position:relative;/*for preview*/ }

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}


/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/*モバイル用スライドメニュー*/
.slideMenu {
	margin: 5px auto auto auto;
}
.slideBox {
	display: none;
}
.slideBox li {
	background: #F4F4F4;
  text-align: center;
  border-top: dotted 1px #CCC;
	padding: 10px;
}
.slideBox a { display:block; }


/* 全体設定 */

#text9999 {
  font-size: 28px;
  text-align: center;
  padding: 150px 0;
  margin: auto;
}



#wrapper {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.75;
}
#header-inner {
  width: 1140px;
  padding: 10px 0;
  margin: auto;
}
#header-logo {
  width: 350px;
  float: left;
}
#header-tel {
  width: 730px;
  float: right;
}
#header h1 {
  font-size: 13px;
  font-weight: 400;
}
#header-tel ul {
  margin-top: 10px;
}
#header-tel li {
  width: 224px;
  float: left;
  margin: auto 10px 5px auto;
}
#header-tel li:nth-of-type(3n) {
  width: 250px;
  text-align: right;
}
#gnav-pc {
  background: #279EE3;
}
#gnav-pc li {
  float: left;
}
#top-mainimg {
  width: 100%;
}
#page-mainimg {
  width: 100%;
  height: 250px;
  background: url(../image/page-mainimg.jpg) no-repeat bottom center;
}
#page-mainimg p {
  width: 1140px;
  font-size: 35px;
  font-weight: 700;
  color: #FFF;
  line-height: 250px;
  margin: auto;
}
#top-sec01 {
  font-size: 18px;
  text-align: center;
  padding: 100px 0;
}
#top-sec01 h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 40px;
}
#top-sec01 .box1 {
  margin: 60px auto;
}
#top-sec01 .box1 .left {
  width: 550px;
  float: left;
}
#top-sec01 .box1 .right {
  width: 550px;
  float: right;
}
#top-sec01 .box2 .left {
  width: 360px;
  float: left;
  margin-right: 30px;
}
#top-sec01 .box2 .center {
  width: 360px;
  float: left;
}
#top-sec01 .box2 .right {
  width: 360px;
  float: right;
}
#top-news {
  background: #FEFAEB;
  padding: 100px 0;
}
#top-news ul {
  height: 300px;
  overflow: auto;
}
#top-news ul li {
  border-bottom: dotted 1px #999;
  padding: 0 10px 15px 10px;
  margin-bottom: 15px;
}
#top-news .date {
  background: #3D9D2F;
  width: 130px;
  float: left;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
#top-news .txt {
  width: 950px;
  float: right;
}
#fnav {
  background: url(../image/fnav-bg.jpg) repeat-x;
}
#fnav li {
  box-sizing: border-box;
  width: 162px;
  float: left;
  text-align: center;
  
}
#fnav li a {
  display: block;
  font-weight: bold;
  color: #FFF;
  padding: 17px 0;
}
#fnav li a span {
  display: block;
  border-left: dotted 1px #68BBEB;
}
#fnav li:last-child a span {
  border-right: dotted 1px #68BBEB;
}
#footer {
  background: linear-gradient(
    #FEFAEB 0%,
    #FFF 100%
  );
  padding: 60px 0 20px;
}
#footer-upper {
  margin-bottom: 40px;
}
#footer-logo {
  width: 275px;
  float: left;
  margin-right: 155px;
}
#footer-recruit {
  width: 290px;
  float: left;
}
#footer-contact {
  width: 290px;
  float: right;
}
#footer-office .left {
  width: 38%;
  float: left;
}
#footer-office .center {
  width: 37%;
  float: left;
}
#footer-office .right {
  width: 25%;
  float: left;
}
#footer-office .box {
  margin-bottom: 20px;
}
#footer-office .ttl {
  font-size: 17px;
  font-weight: bold;
  color: #FF7F00;
  margin-bottom: 5px;
}
#copyright {
  background: #279EE3;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
}


/**************************************************
	ヤマイの特徴
**************************************************/
#feature-sec01 {
  padding: 100px 0;
}
#feature-sec01 .box {
  margin-bottom: 60px;
}
#feature-sec01 .box:last-child {
  margin-bottom: auto;
}
#feature-sec01 .box .left {
  width: 640px;
  float: left;
}
#feature-sec01 .box .left .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  border-left: solid 8px #279EE3;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
#feature-sec01 .box .left .txt {
  font-size: 18px;
}
#feature-sec01 .box .left li {
  text-indent: -20px;
  padding-left: 20px;
}
#feature-sec01 .box .right {
  width: 400px;
  float: right;
}


/**************************************************
	会社案内
**************************************************/
#company-sec01 {
  font-size: 18px;
  padding: 100px 0;
}
#company-sec01 .wrap {
  width: 800px;
  margin: auto;
}
#company-sec01 .name {
  text-align: right;
  margin: 20px auto auto auto;
}
#company-sec02 {
  background: #FEFAEB;
  padding: 100px 0;
}
#company-sec02 h3 {
  font-size: 70px;
  font-weight: 400;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
}
#company-sec03 {
  padding: 100px 0;
}
#company-sec03 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
}
#company-sec03 tr {
  border-top: solid 1px #CFEBFA;
  border-bottom: solid 1px #CFEBFA;
}
#company-sec03 th,
#company-sec03 td {
  padding: 15px;
}
#company-sec03 th {
  background: #ECF7FD;
  width: 25%;
}
#company-sec03 .wrap .box {
  margin-bottom: 30px;
}
#company-sec03 .wrap .left {
  width: 550px;
  float: left;
}
#company-sec03 .wrap .right {
  width: 550px;
  float: right;
}
#company-sec03 .wrap .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #269EE3;
  text-indent: -8px;
  margin-bottom: 5px;
}
#company-sec04 {
  background: #FEFAEB;
  padding: 100px 0;
}
#company-sec04 ul {
  width: 800px;
  margin: auto;
}
#company-sec04 li {
  border-bottom: dotted 1px #999;
  padding: 15px 10px;
}
#company-sec04 li .date {
  width: 100px;
  float: left;
}
#company-sec04 li .txt {
  width: 670px;
  float: right;
}


/**************************************************
	業務内容
**************************************************/
#service-top-summary {
  padding: 100px 0;
}
#service-top-summary h2 {
  max-width: 840px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: auto auto 60px auto;
}
#service-top-summary .left {
  width: 550px;
  float: left;
}
#service-top-summary .right {
  width: 550px;
  float: right;
}
#service-top-anchor {
  background: #FEFAEB;
  padding: 100px 0 60px;
}
#service-top-anchor ul {
  width: 1000px;
  margin: auto;
}
#service-top-anchor li {
  width: 480px;
  float: left;
  margin-bottom: 40px;
}
#service-top-anchor li:nth-of-type(2n) {
  float: right;
}
#service-top-architecture {
  padding: 100px 0 60px;
}
#service-top-architecture ul {
  width: 1000px;
  margin: auto;
}
#service-top-architecture li {
  width: 480px;
  float: left;
  margin-bottom: 40px;
}
#service-top-architecture li:nth-of-type(2n) {
  float: right;
}
.service-top-secttl {
  font-size: 36px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
}
.service-top-secttl span {
  font-size: 18px;
  display: block;
}
.service-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  border-left: solid 8px #279EE3;
  padding: 0 0 0 15px;
  margin-bottom: 30px;
}


/**************************************************
	アンカー
**************************************************/
#anchor-sec01 {
  padding: 100px 0;
}
#anchor-sec01 .box1 {
  width: 900px;
  margin: auto auto 60px auto;
}
#anchor-sec01 .box1 .txt001 {
  font-size: 18px;
  text-align: center;
}
#anchor-sec01 .box2 {
  margin: auto auto 60px auto;
}
#anchor-sec01 .box2 .cf div {
  width: 270px;
  float: left;
  margin-right: 20px;
}
#anchor-sec01 .box2 .cf div:last-child {
  margin-right: 0;
}
#anchor-sec01 .box3 .left {
  width: 550px;
  float: left;
}
#anchor-sec01 .box3 .right {
  width: 550px;
  float: right;
}
#anchor-sec01 .box3 .txt {
  width: 340px;
  float: left;
}
#anchor-sec01 .box3 .photo {
  width: 185px;
  float: right;
}
#anchor-sec02 {
  padding: 0 0 100px 0;
}
#anchor-sec02 .txt001 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
#anchor-sec02 .box1 {
  margin-bottom: 60px;
}
#anchor-sec02 .box1 .left {
  width: 490px;
  float: left;
}
#anchor-sec02 .box1 .right {
  width: 600px;
  float: right;
}
#anchor-sec02 .box1 .photo {
  float: left;
  margin-right: 5px;
}
#anchor-sec02 .box2 .wrap {
  margin-bottom: 30px;
}
#anchor-sec02 .box2 .wrap:last-child {
  margin-bottom: 0;
}
#anchor-sec02 .box2 .wrap .box {
  width: 270px;
  float: left;
  margin-right: 20px;
}
#anchor-sec02 .box2 .wrap .box:last-child {
  margin-right: 0;
}
#anchor-sec02 .box2 .wrap .box .ttl {
  background: #279EE3;
  font-weight: 600;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#anchor-sec03 {
  padding: 0 0 100px 0;
}
#anchor-sec03 .txt001 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
#anchor-sec03 .box1 .left {
  width: 560px;
  float: left;
  margin-right: 20px;
}
#anchor-sec03 .box1 .left .photo {
  float: left;
  margin-right: 20px;
}
#anchor-sec03 .box1 .left .photo:last-child {
  margin-right: 0;
}
#anchor-sec03 .box1 .center {
  width: 270px;
  float: left;
}
#anchor-sec03 .box1 .right {
  width: 270px;
  float: right;
}
#anchor-sec03 .box1 .ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
#anchor-sec04 {
  padding: 0 0 100px 0;
}
#anchor-sec04 .txt001 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
#anchor-sec04 .box1 .left {
  width: 400px;
  float: left;
}
#anchor-sec04 .box1 .center {
  width: 400px;
  float: left;
}
#anchor-sec04 .box1 .right {
  width: 270px;
  float: right;
}


/**************************************************
	建築
**************************************************/
#architecture-sec01 {
  padding: 100px 0;
}
#architecture-sec01 .txt001 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
#architecture-sec01 .txt002 {
  margin-bottom: 30px;
}
#architecture-sec01 .box1 .photo-box {
  width: 270px;
  float: left;
  margin-right: 20px;
}
#architecture-sec01 .box1 .photo-box:last-child {
  margin-right: 0;
}
#architecture-sec01 .box1 .photo-box .ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
#architecture-sec02 {
  padding: 0 0 100px 0;
}
#architecture-sec02 .txt001 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
#architecture-sec02 .txt002 {
  margin-bottom: 30px;
}
#architecture-sec02 .photo-box:nth-of-type(1) {
  margin-bottom: 30px;
}
#architecture-sec02 .photo-box .photo {
  float: left;
  margin-right: 52px;
}
#architecture-sec02 .photo-box .photo:last-child {
  margin-right: 0;
}


/**************************************************
	採用情報
**************************************************/
#recruit-sec01 {
  padding: 100px 0;
}
#recruit-sec01 h2 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
#recruit-sec01 .left {
  width: 670px;
  float: left;
  font-size: 18px;
}
#recruit-sec01 .right {
  width: 400px;
  float: right;
}
#recruit-sec02 {
  padding: 0 0 100px 0;
}
#recruit-sec02 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#recruit-sec02 table tr {
  border-top: solid 1px #CFEBFA;
  border-bottom: solid 1px #CFEBFA;
}
#recruit-sec02 table th,
#recruit-sec02 table td {
  padding: 15px;
}
#recruit-sec02 table th {
  background: #ECF7FD;
  width: 25%;
  vertical-align: top;
}
#recruit-sec02 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit-sec02 .flex .item {
  width: 360px;
}
#recruit-sec03 {
  font-size: 18px;
  padding: 0 0 100px 0;
}
#recruit-sec03 .box {
  border-bottom: dotted 1px #999;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#recruit-sec03 .box:last-child {
  margin-bottom: 0;
}
#recruit-sec03 .left {
  box-sizing: border-box;
  background: linear-gradient(#FFF 0%,#F9F9F9 100%);
  width: 550px;
  float: left;
  border: solid 1px #CCC;
  border-radius: 6px;
  padding: 30px;
}
#recruit-sec03 .right {
  box-sizing: border-box;
  background: linear-gradient(#FFF 0%,#F9F9F9 100%);
  width: 550px;
  float: right;
  border: solid 1px #CCC;
  border-radius: 6px;
  padding: 30px;
}
#recruit-sec04 {
  padding: 0 0 100px 0;
}
#recruit-sec03 .name {
  font-weight: 600;
  margin-bottom: 10px;
}
#recruit-sec04 .txt001 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
#recruit-sec04 ul {
  margin-bottom: 50px;
}
#recruit-sec04 ul li {
  width: 555px;
  float: left;
  margin-bottom: 30px;
}
#recruit-sec04 ul li:nth-of-type(2n) {
  float: right;
}
#recruit-sec04 .btn a {
  box-sizing: border-box;
  display: block;
  background: #3D9D2F;
  width: 460px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 4px;
  padding: 15px 0;
  margin: auto;
}


/**************************************************
	イベント
**************************************************/
#event-summary {
  text-align: center;
  padding: 100px 0 80px;
}
#event-summary h2 {
  font-size: 28px;
}
#event-sec01 {
  padding: 0 0 100px 0;
}
#event-sec01 .box {
  margin-bottom: 70px;
}
#event-sec01 .box:last-child {
  margin-bottom: auto;
}
#event-sec01 .cnt {
  width: 300px;
  float: left;
}
#event-sec01 .cnt .date {
  font-size: 20px;
  font-weight: 600;
  color: #FF7F00;
  border-bottom: solid 1px #FF7F00;
  padding: 0 0 5px 5px;
  margin-bottom: 20px;
}
#event-sec01 .cnt .ttl {
  font-size: 18px;
  font-weight: 600;
  margin: auto auto 5px 5px;
}
#event-sec01 .cnt .txt {
  font-size: 16px;
  margin-left: 5px;
}
#event-sec01 .photo {
  width: 770px;
  float: right;
} 
#event-sec01 .photo li {
  float: left;
} 
#event-sec01 .photo li:last-child {
  float: right;
}



/**************************************************
	お問い合わせ
**************************************************/
#contact-summary {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  padding: 100px 0;
}
#contact-sec01 {
  margin-bottom: 100px;
}
#contact-sec01 li {
  float: left;
  width: 555px;
}
#contact-sec01 li:nth-of-type(1),
#contact-sec01 li:nth-of-type(2),
#contact-sec01 li:nth-of-type(3),
#contact-sec01 li:nth-of-type(4) {
  margin-bottom: 30px;
}
#contact-sec01 li:nth-of-type(2n) {
  float: right;
}
#contact-sec02 {
  margin-bottom: 100px;
}
#contact-sec02 .mailbtn a {
  display: block;
  background: linear-gradient(#EEE 0%, #FFF 100%);
  max-width: 420px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: solid 1px #CCC;
  border-radius: 6px;
  padding: 15px 0;
  margin: auto;
}
.contact-ttl {
  width: 420px;
  font-size: 28px;
  color: #FF7F00;
  text-align: center;
  border-bottom: solid 1px #FF7F00;
  padding-bottom: 10px;
  margin: auto auto 60px auto;
}



/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1140px;
  margin: auto;
}
.sec-ttl {
  max-width: 360px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  border-bottom: solid 1px #000;
  padding-bottom: 15px;
  margin: auto auto 50px auto;
}
.sec-ttl2 {
  background: url(../image/sec-ttl2-bg.jpg) no-repeat bottom center;
  max-width: 360px;
  font-size: 36px;
  text-align: center;
  line-height: 1.25;
  padding-bottom: 15px;
  margin: auto auto 50px auto;
}
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media only screen and (min-width: 1140px) {
  #sp-menu {
    display:none;
  }
  .pc { display: block; }
  .sp { display: none; }
}

/* sp */
@media only screen and (max-width:1139px) {
  #mainContent,
  #sideContent{
    float:none;
    width:auto;
  }
  .pc { display: none; }
  .sp { display: block; }
  
  
  
  /* 全体設定 */
  
  #text9999 {
    width: 90%;
    font-size: 20px;
    text-align: center;
    padding: 50px 0;
    margin: auto;
  }
  
  
  
  
  #header-sp {
    background: #FFF;
    width: 100%;
    height: 55px;
    position: fixed;
    z-index: 9999;
    border-bottom: dotted 1px #ccc;
  }
  #header-sp .inner {
    padding: 10px 0;
  }
  #header-sp .logo {
    width: 205px;
    float: left;
  }
  #header-sp .btn {
    width: 25px;
    float: right;
  }
  #header-sp .slideBox {
    
  }
  #top-mainimg {
    max-height: 400px;
    text-align: center;
    overflow: hidden;
    padding-top: 55px;
  }
  #top-mainimg img {
    width: 100%;
  }
  #page-mainimg {
    width: 100%;
    height: 200px;
    background: url(../image/page-mainimg-sp.jpg) no-repeat bottom center;
    padding-top: 55px;
  }
  #page-mainimg p {
    width: 95%;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    
    line-height: 200px;
    margin: auto;
  }
  #top-sec01 {
    font-size: 16px;
    text-align: left;
    padding: 60px 0;
  }
  #top-sec01 h2 {
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  #top-sec01 .box1 {
    margin: 40px auto 30px;
  }
  #top-sec01 .box1 .left {
    width: 100%;
    float: none;
    text-align: center;
    margin: auto auto 30px auto;
  }
  #top-sec01 .box1 .right {
    width: 100%;
    float: none;
    text-align: center;
    margin: auto;
  }
  #top-sec01 .box2 .left {
    width: 100%;
    float: none;
    text-align: center;
    margin: auto auto 30px auto;
  }
  #top-sec01 .box2 .center {
    width: 100%;
    float: none;
    text-align: center;
    margin: auto auto 30px auto;
  }
  #top-sec01 .box2 .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  #top-news {
    padding: 60px 0;
  }
  #top-news ul {
    height: 300px;
    overflow: auto;
  }
  #top-news ul li {
    font-size: 13px;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  #top-news .date {
    background: #3D9D2F;
    width: auto;
    float: none;
    text-align: left;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #top-news .txt {
    width: 100%;
    float: none;
  }
  #fnav {
    background: #279EE3;
  }
  #fnav li {
    box-sizing: border-box;
    width: 48%;
    float: left;
    text-align: center;
    border-bottom: dotted 1px #68bbeb;
  }
  #fnav li:nth-of-type(2n) {
    float: right;
  }
  #fnav li a {
    display: block;
    padding: 10px 0;
  }
  #fnav li a span {
    border-left: none;
    padding: 0;
  }
  #fnav li:last-child a span {
    border-right: none;
  }
  #footer {
    background: linear-gradient(
      #FEFAEB 0%,
      #FFF 100%
    );
    padding: 60px 0 20px;
  }
  #footer-upper {
    margin-bottom: 40px;
  }
  #footer-logo {
    width: 100%;
    float: none;
    text-align: center;
    margin: auto auto 15px auto;
  }
  #footer-recruit {
    width: 100%;
    float: none;
    text-align: center;
    margin: auto auto 10px auto;
  }
  #footer-contact {
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer-office {
    font-size: 11px;
  }
  #footer-office .left {
    width: 100%;
    float: none;
  }
  #footer-office .center {
    width: 100%;
    float: none;
  }
  #footer-office .right {
    width: 100%;
    float: none;
  }
  #footer-office .box {
    width: 49%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
  }
  #footer-office .ttl {
    font-size: 14px;
    margin-bottom: 0;
  }
  #copyright {
    background: #279EE3;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
  }
  
  
  /**************************************************
    ヤマイの特徴
  **************************************************/
  #feature-sec01 {
    padding: 60px 0;
  }
  #feature-sec01 .box {
    margin-bottom: 50px;
  }
  #feature-sec01 .box .left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #feature-sec01 .box .left .ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #feature-sec01 .box .left .txt {
    font-size: 16px;
  }
  #feature-sec01 .box .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  
  /**************************************************
    会社案内
  **************************************************/
  #company-sec01 {
    font-size: 16px;
    padding: 60px 0;
  }
  #company-sec01 .left {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #company-sec01 .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  #company-sec01 .name {
    text-align: right;
    margin: auto;
  }
  #company-sec02 {
    background: #FEFAEB;
    padding: 60px 0;
  }
  #company-sec02 h3 {
    font-size: 30px;
    text-align: center;
  }
  #company-sec03 {
    padding: 60px 0;
  }
  #company-sec03 table {
    font-size: 13px;
    margin-bottom: 40px;
  }
  #company-sec03 th,
  #company-sec03 td {
    padding: 15px 10px;
  }
  #company-sec03 th {
    background: #ECF7FD;
    width: 25%;
  }
  #company-sec03 .wrap .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  #company-sec03 .wrap .right {
    width: 100%;
    float: none;
  }
  #company-sec03 .wrap .ttl {
    font-size: 16px;
    text-indent: -8px;
    margin-bottom: auto;
  }
  #company-sec04 {
    padding: 60px 0;
  }
  #company-sec04 ul {
    width: 100%;
    margin: auto;
  }
  #company-sec04 li {
    padding: 15px 10px;
  }
  #company-sec04 li .date {
    width: 100%;
    float: none;
    font-weight: bold;
  }
  #company-sec04 li .txt {
    width: 100%;
    float: none;
  }
  
  
  /**************************************************
    業務内容
  **************************************************/
  #service-top-summary {
    padding: 60px 0;
  }
  #service-top-summary h2 {
    max-width: 100%;
    font-size: 18px;
    text-align: left;
    margin: auto auto 40px auto;
  }
  #service-top-summary .left {
    width: 100%;
    float: nonte;
    text-align: center;
    margin-bottom: 20px;
  }
  #service-top-summary .right {
    width: 100%;
    float: nonte;
    text-align: center;
  }
  #service-top-anchor {
    background: #FEFAEB;
    padding: 60px 0 40px;
  }
  #service-top-anchor ul {
    width: 100%;
    margin: auto;
  }
  #service-top-anchor li {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  #service-top-anchor li:nth-of-type(2n) {
    float: none;
  }
  #service-top-architecture {
    padding: 60px 0 40px;
  }
  #service-top-architecture ul {
    width: 100%;
    margin: auto;
  }
  #service-top-architecture li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #service-top-architecture li:nth-of-type(2n) {
    float: none;
  }
  .service-top-secttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .service-top-secttl span {
    font-size: 14px;
  }
  .service-ttl {
    font-size: 20px;
  }
  
  
  /**************************************************
    アンカー
  **************************************************/
  #anchor-sec01 {
    padding: 60px 0 0 0;
  }
  #anchor-sec01 .box1 {
    width: 100%;
    margin: auto auto 40px auto;
  }
  #anchor-sec01 .box1 .txt001 {
    font-size: 16px;
    text-align: left;
  }
  #anchor-sec01 .box2 {
    margin: auto auto 40px auto;
  }
  #anchor-sec01 .box2 .cf div {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #anchor-sec01 .box2 .cf div.photo {
    text-align: center;
    margin-top: 10px;
  }
  #anchor-sec01 .box3 .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  #anchor-sec01 .box3 .right {
    width: 100%;
    float: none;
  }
  #anchor-sec01 .box3 .txt {
    width: 100%;
    float: none;
  }
  #anchor-sec01 .box3 .photo {
    width: 100%;
    float: none;
    text-align: center;
  }
  #anchor-sec02 {
    padding: 60px 0 0 0;
  }
  #anchor-sec02 .txt001 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
  #anchor-sec02 .box1 {
    margin-bottom: 40px;
  }
  #anchor-sec02 .box1 .left {
    width: 100%;
    float: none;
  }
  #anchor-sec02 .box1 .right {
    width: 100%;
    float: none;
  }
  #anchor-sec02 .box1 .photo {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  #anchor-sec02 .box2 .wrap {
    margin-bottom: 0;
  }
  #anchor-sec02 .box2 .wrap .box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #anchor-sec02 .box2 .wrap .box:last-child {
    margin-right: 0;
  }
  #anchor-sec02 .box2 .wrap:last-child .box {
    margin-bottom: 0;
  }
  #anchor-sec02 .box2 .wrap .box .ttl {
    background: #279EE3;
    font-weight: 600;
    color: #FFF;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  #anchor-sec03 {
    padding: 60px 0 0 0;
  }
  #anchor-sec03 .txt001 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
  #anchor-sec03 .box1 .left {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
  }
  #anchor-sec03 .box1 .left .photo {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #anchor-sec03 .box1 .left .photo:last-child {
    margin-right: 0;
  }
  #anchor-sec03 .box1 .center {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #anchor-sec03 .box1 .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  #anchor-sec03 .box1 .ttl {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #anchor-sec04 {
    padding: 60px 0;
  }
  #anchor-sec04 .txt001 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
  #anchor-sec04 .box1 .left {
    width: 100%;
    float: none;
  }
  #anchor-sec04 .box1 .center {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #anchor-sec04 .box1 .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  
  
  /**************************************************
    建築
  **************************************************/
  #architecture-sec01 {
    padding: 60px 0 0 0;
  }
  #architecture-sec01 .txt001 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
  }
  #architecture-sec01 .txt002 {
    margin-bottom: 30px;
  }
  #architecture-sec01 .box1 .photo-box {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #architecture-sec01 .box1 .photo-box:nth-of-type(1) {
    margin-bottom: 0;
  }
  #architecture-sec01 .box1 .photo-box:last-child {
    margin-right: 0;
  }
  #architecture-sec02 {
    padding: 60px 0;
  }
  #architecture-sec02 .txt001 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
  }
  #architecture-sec02 .txt002 {
    margin-bottom: 10px;
  }
  #architecture-sec02 .photo-box:nth-of-type(1) {
    margin-bottom: 0;
  }
  #architecture-sec02 .photo-box .photo {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #architecture-sec02 .photo-box .photo:last-child {
    margin-right: 0;
  }
#architecture-sec02 .odd {
    display: none;
  }
  
  
  /**************************************************
    採用情報
  **************************************************/
  #recruit-sec01 {
    padding: 60px 0;
  }
  #recruit-sec01 h2 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
  }
  #recruit-sec01 .left {
    width: 100%;
    float: none;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #recruit-sec01 .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  #recruit-sec02 {
    padding: 0 0 60px 0;
  }
  #recruit-sec02 table th,
  #recruit-sec02 table td {
    font-size: 13px;
    padding: 15px 5px;
  }
  #recruit-sec02 .flex .item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  #recruit-sec02 .flex .item:last-of-type {
    margin-bottom: 0;
  }
  #recruit-sec03 {
    font-size: 14px;
    padding: 0 0 60px 0;
  }
  #recruit-sec03 .box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #recruit-sec03 .left {
    width: 100%;
    float: none;
    padding: 15px;
    margin-bottom: 20px;
  }
  #recruit-sec03 .right {
    width: 100%;
    float: none;
    padding: 15px;
  }
  #recruit-sec03 .name {
    font-weight: 600;
  }
  #recruit-sec04 {
    padding: 0 0 60px 0;
  }
  #recruit-sec04 .txt001 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
  }
  #recruit-sec04 ul {
    margin-bottom: 30px;
  }
  #recruit-sec04 ul li {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  #recruit-sec04 ul li:nth-of-type(2n) {
    float: none;
  }
  #recruit-sec04 .btn a {
    box-sizing: border-box;
    display: block;
    background: #3D9D2F;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 1.25;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px 0;
    margin: auto;
  }

  
  /**************************************************
    イベント
  **************************************************/
  #event-summary {
    text-align: center;
    padding: 60px 0;
  }
  #event-summary h2 {
    font-size: 18px;
  }
  #event-sec01 {
    padding: 0 0 60px 0;
  }
  #event-sec01 .box {
    margin-bottom: 30px;
  }
  #event-sec01 .box:last-child {
    margin-bottom: auto;
  }
  #event-sec01 .cnt {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #event-sec01 .cnt .date {
    font-size: 18px;
    padding: 0 0 5px 0;
    margin-bottom: 10px;
  }
  #event-sec01 .cnt .ttl {
    font-size: 16px;
    margin: auto auto 5px auto;
  }
  #event-sec01 .cnt .txt {
    font-size: 14px;
    margin-left: auto;
  }
  #event-sec01 .photo {
    width: 100%;
    float: none;
    text-align: center;
  } 
  #event-sec01 .photo li {
    float: none;
    margin-bottom: 10px
  } 
  #event-sec01 .photo li:last-child {
    float: none;
    margin: auto;
  }
  
  
  
  
  
  
  
  
  
  /**************************************************
    お問い合わせ
  **************************************************/
  #contact-summary {
    font-size: 16px;
    text-align: left;
    padding: 60px 0;
  }
  #contact-sec01 {
    margin-bottom: 60px;
  }
  #contact-sec01 li {
    float: none;
    width: 100%;
  }
  #contact-sec01 li:nth-of-type(5) {
    margin-bottom: 30px;
  }
  #contact-sec01 li:nth-of-type(2n) {
    float: none;
  }
  #contact-sec02 {
    margin-bottom: 60px;
  }
  #contact-sec02 .mailbtn a {
    max-width: 100%;
    font-size: 16px;
  }
  .contact-ttl {
    width: 100%;
    font-size: 22px;
    margin: auto auto 30px auto;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
  .sec-ttl {
    max-width: 100%;
    font-size: 24px;
    margin: auto auto 30px auto;
  }
  .sec-ttl2 {
    max-width: 100%;
    font-size: 24px;
    padding-bottom: 15px;
    margin: auto auto 30px auto;
  }
  
  
}
