@charset "utf-8";

/* CSS Document */


/*全体*/

html {
	font-size: 62.5%;
}

body {
  width: 100%;
  font-family: 'Noto Sans JP', 'Roboto', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif, -apple-system, BlinkMacSystemFont, 'Helvetica Neue';
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
}


/*初期設定*/

a {
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.float-l {
  float: left
}

.float-r {
  float: right;
}

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

.flexbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp {
  display: none;
}

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

.fs14 {
  font-size: 14px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs42 {
  font-size: 42px;
}

.fs60 {
  font-size: 60px;
}

.fs78 {
  font-size: 78px;
}

.bold {
  font-weight: 700;
}

.color1 {
  color: #EA5E00;
}

.center {
  text-align: center;
}


/* ヘッダー */

header {
  padding: 1.5% 2% 1.5% 2%;
  position: absolute;
  z-index: 10;
  width: 96%;
  transition: .3s;
}

.header-logo {
  padding-top: 0.5%;
  width: 20%;
}

.glovalnav {
  width: 77%;
  max-width: 1036px;
  line-height: 1;
  font-feature-settings: "palt";
}

.header-info.flexbox {
  margin-bottom: 2%;
  justify-content: flex-end;
  align-items: center;
}

.header-txt1 {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 1%;
  letter-spacing: 0.1em;
  margin-right: 1vw;
  max-height: 35px;
  font-size: 1.4rem;
}

.header-tel {
  margin-right: 1vw;
  font-size: 3.0rem;
  color: #fff !important;
}

.header-tel a {
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.header-tel a:hover {
  opacity: 1;
}

.header-tel svg {
  margin-right: 5px;
}

.header-txt2 {
  color: #fff;
  line-height: 1.6;
  text-align: right;
  font-size: 1.3rem;
}

nav {
	display: flex;
	justify-content: flex-end;
}

nav ul {
  align-items: center;
}

nav li {
  background-image: url(../images/header-line.svg);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 2vw auto;
  background-size: contain;
  padding-right: 40px;
  margin-right: 10px;
  font-size: 1.6rem;
}

nav li:last-child {
  background: none !important;
  padding: 0;
  margin-right: 0;
}

nav a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}

nav a:hover {
  color: #EA5E00;
  opacity: 1;
}

nav svg {
  margin-right: 5px;
}

nav a path {
  transition: 0.3s;
}

nav a:hover path {
  fill: #EA5E00;
  transition: 0.3s;
}

header.fixed {
  position: fixed;
  top: 0;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  background-color: #fff;
  transition: .3s;
}

header.fixed .header-txt1 {
  background-color: #333B3E;
  color: #fff;
}

header.fixed .header-tel a {
  color: #EA5E00 !important;
}

header.fixed .header-tel path {
  fill: #EA5E00;
}

header.fixed .header-txt2 {
  color: #231815;
}

header.fixed nav a {
  color: #333B3E;
}

header.fixed nav a:hover {
  color: #EA5E00;
  opacity: 1;
}

header.fixed nav path {
  fill: #5F6C71;
  transition: 0.3s;
}

header.fixed nav a:hover path {
  fill: #EA5E00;
  transition: 0.3s;
}

header.fixed nav li {
  background-image: url(../images/header-line2.svg);
}

/* メインビジュアル */

.slider01 {
  background-image: url(../images/main1.png);
  background-size: cover;
  width: 100%;
  height: 35.91vw;
  transition: 0.3s;
}

.slider01 a {
  display: block;
  height: 100%;
}

.slider01 a:hover {
  opacity: 1;
}

.slider01:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.slider01 h1 {
  padding: 13vw 0 0 48vw;
  color: #fff;
  font-size: 1.9vw;
  line-height: 3.3vw;
}

.main-txt1 {
  margin-bottom: 2vw;
  display: inline-block;
}

.main-txt2 {
  font-size: 3.6vw;
}

.slider02 img, .slider03 img, .slider04 img {
  width: 100%;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button::before {
  font-size: 13px;
}


/* top-section1 */

section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

section .inner {
  padding: 0 10%;
}

.top-section1 {
  padding: 7% 0 2.5%;
  background-image: url(../images/top-bg3.png), url(../images/top-bg1@2x.png);
  -webkit-background-size: 17.7% auto, 100% 100%;
  background-size: 17.7% auto, 100% 100%;
  background-position: left top, center top;
}

.top-section1 .inner {
  padding: 0;
}

.top-section1 h2 {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 3%;
}

.top-section1_txt1 {
  text-align: center;
  line-height: 2.3;
  margin-bottom: 4%;
}

.top-section1_img1 img {
  width: 12vw;
  max-width: 230px;
}


/* top-section2 */

.top-section2 {
  background-image: url(../images/top-bg2.png);
  background-size: 100% auto;
  padding: 33vw 0 9vw;
}

.top-section2 h2 {
  width: 26vw;
  padding-left: 6%;
}

.top-section2_img1 {
  margin: -17% 0 5%;
  background-image: url(../images/top-img2@2x.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: 78vw;
  height: 73vw;
  position: relative;
}

.top-section2_img1 a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.top-section2_link1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 41vw;
  height: 28vw;
}

.top-section2_link2 {
  position: absolute;
  left: 0;
  top: 15.6vw;
  width: 39.5vw;
  height: 28vw;
}

.top-section2_link3 {
  position: absolute;
  left: 9.6vw;
  bottom: 0;
  width: 44.6vw;
  height: 25.1vw;
}

.top-section2_box1 {
  padding: 0 5%;
}

.top-section2 h3 {
  margin-bottom: 1vw;
}

.top-section2_txt1 {
  font-weight: 500;
  margin: -5% auto 0 auto;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 16vw;
}

.top-section2_txt2 {
  margin-bottom: 1.5vw;
}

.top-section2 dl {
  width: 28%;
}

.top-section2_li {
  border: solid 1px #CECECE;
  text-align: center;
  padding: 0.7vw 0;
  margin-bottom: 1.2vw;
}

.top-section2_dl1 {
  margin-top: 24vw;
}

.top-section2_dl2 {
  margin-top: 10vw;
}

.top-section2 dt {
  margin-bottom: 1.4vw;
  line-height: 1.6;
}

.btn1 {
  background-color: #333B3E;
  color: #fff;
  padding: 0.7vw 1.5vw;
  letter-spacing: 0.05em;
  margin-bottom: 1vw;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  -webkit-background-size: 2.5% auto;
  background-size: 2.5% auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.btn1:hover {
  opacity: 1;
  background-color: #EA5E00;
}
.btn2 {
  background-color: #fff;
  border: solid 1px #CECECE;
  padding: 0.5vw 3vw;
  margin-bottom: 1vw;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
.btn2:hover {
	opacity: 1;
  box-shadow: none;
}

/* login */
.login {
	background: #333b3e;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 998;
}
.login_fadein {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999;
	text-align: center;
}
.login_fadein > img {
	width: 100%;
	height: auto;
	display: block;
}

/* フッター */

footer .inner {
  background-color: #F5F5F5;
  padding: 3.7vw 5% 4vw;
}

footer .clearfix {
  max-width: 650px;
  margin: 0 auto 35px;
}

.footer-txt {
  font-size: 24px;
}

.footer-btn {
  text-align: center;
}

.footer-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EA5E00;
  color: #fff;
  max-width: 800px;
  padding: 20px 0;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 22px;
  border: solid 1px #EA5E00;
}

.footer-btn a:hover {
  opacity: 1;
  background-color: #fff;
  color: #EA5E00;
}

.footer-btn a path {
  transition: 0.3s;
}

.footer-btn a:hover path {
  fill: #EA5E00;
  transition: 0.3s;
}

.footer-btn svg {
  width: 60px;
}

.footer-btn02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  max-width: 800px;
  padding: 20px;
  margin: 10px auto 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 22px;
  border: solid 1px #CECECE;
  box-sizing: border-box;
}

.footer-btn02 a:hover {
  opacity: 1;
  background-color: #fff;
  color: #EA5E00;
  box-shadow: none;
}
.footer-btn02_img {
	width: 45%;
	margin-right: 3%;
}

.copyright {
  color: #fff;
  background-color: #5F6C71;
  text-align: center;
  padding: 10px 0;
}

.totop {
  position: fixed;
  right: 1%;
  bottom: 1%;
  width: 78px;
}

.totop img {
  max-width: 100%;
}

/* 下層ページ共通 */

.under header {
  background-color: #fff;
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  position: fixed;
  top: 0;
  padding: 1.5% 2%;
}

.header-bg {
  width: 18vw;
  position: absolute;
  left: 0;
  top: 0;
}

.under .header-logo {
  position: relative;
  z-index: 5;
}

.under .header-txt1 {
  color: #fff;
  background-color: #333B3E;
  max-height: 35px;
}

.under .header-tel a {
  color: #EA5E00;
}

.under .header-tel path {
  fill: #EA5E00;
}

.under .header-txt2 {
  color: #231815;
}

.under nav a {
  color: #333B3E;
}

.under nav a:hover {
  color: #EA5E00;
  opacity: 1;
}

.under nav path {
  fill: #5F6C71;
}

.under nav li {
  background-image: url(../images/header-line2.svg);
}

.under nav li:last-child {
  background: none;
}

.under nav .active a {
  color: #EA5E00;
}

.under nav .active path {
  fill: #EA5E00;
}

.under-main {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom left;
  height: 400px;
  position: relative;
}

.under-menu {
  background-color: #F5F5F5;
  padding: 1% 0;
  position: relative;
}

.under-menu ul {
  justify-content: center;
}

.under-menu li {
  margin-right: 5%;
  color: #333B3E;
  display: flex;
  align-items: center
}

.under-menu li:last-child {
  margin: 0;
}

.under-menu a {
  color: #333B3E;
}

.under-menu a:after {
  content: url(../images/arrow2.png);
  margin-left: 15px;
  position: relative;
  bottom: 2px;
}

.under-menu .circle {
  color: #EA5E00;
  font-size: 14px;
  margin-right: 0.5vw;
}

.under-bg {
  min-width: 233px;
  width: 17.7vw;
  position: absolute;
  top: 0;
}

.under h1 {
  top: 45%;
  left: 10%;
  position: absolute;
}

.under h2 {
  line-height: 1.3;
}

.under .subtitle {
  line-height: 1.7;
}

.under-flow {
  margin-bottom: 7vw;
}

.under-flow .float-l {
  width: 30%;
}

.under-flow .float-l h3 img {
  max-width: 79%;
}

.under-flow .float-r h3 {
  text-align: center;
}

.under-flow .float-r h3 img {
  max-width: 32%;
}

.under-flow .float-r {
  width: 60%;
}

.under-flow .flexbox li {
  width: 49%;
  margin-bottom: 3vw;
}

.under-flow h3 {
  margin-bottom: 2.7vw;
}

.under-flow dl {
  position: relative;
}

.under-flow dt {
  margin-bottom: 2.5vw;
}

.under-flow dt img {
  max-width: 45%;
}

.under-flow dd {
  width: 83%;
  margin: 0 0 0 auto;
}

.under-flow_img1 {
  margin-bottom: 1.5vw;
  text-align: center;
}

.under-flow_txt1 {
  margin-bottom: 1vw;
  font-weight: bold;
  text-align: center;
}

.under-flow dl:after {
  content: "";
  width: 1px;
  height: calc(100% + 3vw);
  position: absolute;
  left: 0.6vw;
  top: 2vw;
  border-left: 1px solid #5F6C71;
  z-index: -1;
}

.under-flow dl:last-child:after {
  display: none;
}

.under-flow_txt2 {
  margin-bottom: 3vw;
}

.under #section1 {
  padding: 6% 0 0;
  background-image: url(../images/under-bg2.png);
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: 64% auto;
  background-size: 64% auto;
}

.under .section1-img1 {
  width: 36%;
}

.under .section1-box1 {
  width: 60%;
  margin-bottom: 7vw;
}

.under figure {
  position: relative;
  margin-bottom: 3vw;
}

.under figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  line-height: 1.2;
  font-size: 16px;
}


/* 下層ページ：不動産部 */

.realestate .under-main {
  background-image: url(../images/realestate-main@2x.png);
}

.realestate h1{
  width: 347px;
}

.realestate-img1 {
  width: 36%;
  padding-top: 3vw;
}

.realestate-box1 {
  width: 60%;
  margin-bottom: 7vw;
}

.realestate-box1 h2 {
  margin-bottom: 3.8vw;
}

.realestate-box2 {
  align-items: flex-start;
  margin: 0 0 1.5vw;
  position: relative;
}

.realestate .subtitle {
  display: inline-block;
  margin-bottom: 1vw;
  ;
}

.realestate-txt1 {
  color: #EA5E00;
  font-weight: bold;
  line-height: 1.5;
  width: 80%;
}

.realestate-txt2 {
  line-height: 2;
}

.realestate-img2 {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.realestate-box3 .float-l {
  width: 30%;
}

.realestate-box3 .float-l h3 img {
  max-width: 79%;
}

.realestate-box3 .float-r {
  width: 60%;
}

.realestate-box3 .flexbox li {
  width: 49%;
}

.realestate h3 {
  margin-bottom: 2.7vw;
}

.realestate dl {
  position: relative;
}

.realestate dt {
  margin-bottom: 2.5vw;
}

.realestate dt img {
  max-width: 45%;
}

.realestate dd {
  width: 83%;
  margin: 0 0 0 auto;
}

.realestate-img3 {
  margin-bottom: 1.5vw;
}

.realestate-section2 dl:nth-child(4) .realestate-img3 {
  margin-bottom: 1vw;
}

.realestate-txt3 {
  margin-bottom: 1vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.realestate dl:after {
  content: "";
  width: 1px;
  height: calc(100% + 3vw);
  position: absolute;
  left: 0.6vw;
  top: 2vw;
  border-left: 1px solid #5F6C71;
  z-index: -1;
}

.realestate dl:last-child:after {
  display: none;
}

.realestate-txt4 {
  margin-bottom: 3vw;
}

.realestate-section2 {
  padding-top: 25vw;
  background-image: url(../images/under-bg3.png);
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin: -11vw 0 0;
}

.realestate-section2 .fs82 {
  letter-spacing: 0.1em;
}

.realestate-section2 .realestate-box2 {
  margin: 0 0 1.5vw;
}

.realestate-section2 .realestate-box3 .float-r h3 {
  text-align: center;
  margin-bottom: 7vw;
}

.realestate-section2 .realestate-box3 .float-r h3 img {
  max-width: 32%;
}

.slider2 {
  flex-flow: wrap;
  align-items: flex-start;
}

.slider2 li.slick-slide {
  width: 49%;
}

.realestate-section2 .slider2 li:nth-child(even) {
  margin-top: -4vw;
}

.realestate-section3 {
  padding: 25vw 0 7vw;
  background-image: url(../images/under-bg3.png);
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  margin: -11vw 0 0;
}

.realestate-section3 h3 {
  text-align: center;
}

.realestate-section3 h3 img {
  width: 25%;
  max-width: 288px;
}

.realestate-section3 .realestate-box3 .flexbox li:nth-child(n+3) {
  width: 50%;
}


/* 下層ページ：建設業者様をサポート */

.support .under-main {
  background-image: url(../images/support-main.png);
}

.support h1{
  width: 350px;
}

.under #section1.support-section1 {
  padding: 4.3vw 0 0 0;
  -webkit-background-size: 50% auto;
  background-size: 50% auto;
}

.support-section1 h2 {
  margin-top: 3vw;
}

.support-box1 {
  margin-bottom: 7.6vw;
}

.support-img1 {
  background-image: url(../images/support-img2@2x.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.support-txt1 {
  padding-top: 23vw;
  text-align: center;
  margin: 0 0 1vw -10vw;
  font-weight: bold;
  font-size: 2.3vw;
  line-height: 1.5;
}

.support-txt2 {
  width: 32.8vw;
  padding: 0 0 11.4vw 28.6vw;
  font-size: 1.25vw;
}

.support-box1 ul {
  background-color: #86A250;
  padding: 0.5vw 1vw 2vw 1vw;
}

.support-box1 li {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  line-height: 1;
}

.support-box1 li:first-child {
  margin-bottom: 1vw;
}

.support .slider2 li.slick-slide {
  width: 100%;
}

.support-section1 dl:nth-child(4) dt {
  margin-bottom: 1vw;
}


/* 下層ページ：建設部 */

.construction .under-main {
  background-image: url(../images/construction-main.png);
}

.construction h1{
  width: 321px;
}

.construction .realestate-box2 {
  margin: 0 0 1.5vw;
}

.construction .slider2 li {
  width: 100%;
}

.construction .under-flow dt {
  margin-bottom: 1vw;
}

.construction dl:nth-child(2) .under-flow_img1 img {
  width: 80%;
  max-width: 290px;
}


/* 下層ページ：会社概要 */

.company .under-main {
  background-image: url(../images/company-main.png);
}

.company h1{
  width: 281px;
}

.company .under-bg {
  position: relative;
  left: 0;
  top: 0;
}

.under #section1.company-section1 {
  background: none;
  padding: 0;
}

.company-section1 h2 {
  text-align: center;
  margin: -50px 0 80px;
  line-height: 1.8;
}

table {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  border-top: solid 1px #707070;
}

tr {
  border-bottom: solid 1px #707070;
}

th {
  background-color: #F5F5F5;
  padding: 25px 0 25px 45px;
  width: 155px;
  vertical-align: middle;
}

td {
  padding: 25px 0 25px 40px;
  vertical-align: middle;
}

.company-section2 {
  background-image: url(../images/company-bg2@2x.png);
  -webkit-background-size: cover;
  background-size: cover;
  padding: 15vw 0 5vw;
  margin-top: -3vw;
}

.company-section2 .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.company-section2 h2 img {
  max-width: 582px;
  width: 100%;
}

.company-box1 {
  text-align: center;
  margin: -4vw auto 95px auto;
  position: relative;
  max-width: 800px;
}

.company-txt2 {
  position: absolute;
  line-height: 1.4;
  top: -2vw;
  right: 0;
  background-image: url(../images/company-bg3@2x.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  width: 163px;
  height: 164px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}

.company-txt3 {
  text-align: center;
}

.company-txt4 {
  text-align: center;
  margin-bottom: 3vw;
}

.company-box2 {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto 1vw auto;
  align-items: center;
}

.company-txt5 {
  background-image: url(../images/company-bg1@2x.png);
  background-size: 100% 100%;
  width: 17.5%;
  color: #fff;
  line-height: 1.4;
  padding: 15px 0 15px 2.5%;
}

.company-tel {
  width: 40%;
  text-align: center;
  line-height: 1;
}

.company-tel a {
  color: #EA5E00 !important;
  font-weight: bold;
}

.company-tel img {
  margin: 0 10px 0 0;
}

.company-fax {
  width: 40%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.company-mail {
  width: 80%;
  text-align: center;
  line-height: 1;
}

.company-mail a {
  color: #231815;
  font-weight: bold;
}

.company-mail img {
  margin: 0 20px 0 0;
}

.map iframe {
  vertical-align: bottom;
}

.company-photoArea {
	display: flex;
	margin-top: 10px;
}

.company-photo:first-child {
	margin-right: 10px;
}

.company-photo img {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
【PC】1920px 〜
-------------------------------------------------------------*/

@media screen and (min-width:1920px) {
  .glovalnav {
    max-width: 1150px;
  }
  .realestate-img1 img {
    width: 100%;
  }
  .construction dl:nth-child(2) .under-flow_img1 img {
    max-width: 15.1vw;
  }
}


/*------------------------------------------------------------
【PC】835px ～ 1279px
-------------------------------------------------------------*/

@media screen and (min-width:835px) and (max-width:1279px) {
  .fs14 {
    font-size: 1.1vw;
  }
  .fs18 {
    font-size: 1.4vw;
  }
  .fs20 {
    font-size: 1.7vw;
  }
  .fs22 {
    font-size: 1.8vw;
  }
  .fs24 {
    font-size: 1.9vw;
  }
  .fs26 {
    font-size: 2vw;
  }
  .fs32 {
    font-size: 2.4vw;
  }
  .fs34 {
    font-size: 2.7vw;
  }
  .fs38 {
    font-size: 3.1vw;
  }
  .fs78 {
    font-size: 6vw;
  }
  .glovalnav {
    display: block;
  }
  nav li {
    font-size: 1.3rem;
    background-size: 30px auto;
    padding-right: 35px;
    margin-right: 5px;
}
  nav img {
    height: 1.5vw;
  }
  .header-info {
    justify-content: space-between;
  }
  .header-txt1 {
    font-size: 1.2rem;
  }
  .header-txt2 {
    font-size: 1.2rem;
  }
  .header-tel {
    font-size: 2.4rem;
  }
  .header-tel img {
    width: 2vw;
  }
  .top-section2 dl {
    width: 30%;
  }
  .top-section2_txt1 {
    font-size: 1.6vw !important;
  }
  .realestate-txt1 {
    font-size: 2vw;
  }
  .under figcaption {
    font-size: 1.039vw;
  }
  .support-box1 li {
    font-size: 1.5vw;
    width: 75vw;
  }
  .construction .fs82 {
    font-size: 5.5vw;
  }
  .construction .realestate-txt1 {
    font-size: 1.8vw;
  }
  .company-section1 h2 {
    margin: -50px 0 4.1vw;
  }
  .company-tel img {
    width: 2.7vw;
    margin: 0 0.5vw 0.2vw 0
  }
  .company-mail img {
    width: 2.7vw;
  }
  .company-txt2 {
    width: 12.5vw;
    height: 12.8vw;
    padding-left: 2vw;
  }
  .w1280 {
    display: none;
  }
  .totop {
    width: 6.2vw;
  }
}

/*------------------------------------------------------------
【SPのみ】 〜 835px
-------------------------------------------------------------*/

@media screen and (min-width:835px) {
  a[href^="tel:"]{
    pointer-events: none;
	display: inline-block;
	color: inherit;
  }
}


/*------------------------------------------------------------
【SP】〜 834px
-------------------------------------------------------------*/

@media screen and (max-width:834px) {
  a[href^="tel:"] {
    pointer-events: auto;
	display: inline-block;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .fs18 {
    font-size: 3.5vw;
  }
  .fs20 {
    font-size: 3.1vw;
  }
  .fs22 {
    font-size: 3.4vw;
  }
  .fs24 {
    font-size: 3.7vw;
  }
  .fs32 {
    font-size: 5vw;
  }
  .fs34 {
    font-size: 5.3vw;
  }
  .fs38 {
    font-size: 6vw;
  }
  .fs78 {
    font-size: 12vw;
  }
  /* ヘッダー */
  header {
    padding: 0;
    width: 100%;
    position: relative;
  }
  header .clearfix {
    position: relative;
  }
  .header-logo {
    position: absolute;
    width: 50%;
    padding: 4% 0 0 6%;
  }
  .glovalnav {
    display: none;
    flex-flow: column;
    float: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 22vw 0 14vw 0;
  }
  .glovalnav.open {
    display: flex;
  }
    .header-info {
    display: block;
    order: 2;
    width: 100%;
  }
  .header-txt1 {
    display: none;
  }
  .header-tel {
    margin-bottom: 3.7vw;
    font-size: 5.3vw;
	text-align: center;
  }
  .header-tel a {
    background-color: #EA5E00;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding: 2% 0;
  }
  .header-txt2 {
    display: flex;
    flex-flow: column;
    color: #231815;
    font-size: 3.8vw;
    line-height: 1.8;
    text-align: center;
  }
  .header-txt3 {
    font-size: 2.8vw;
    display: inline-block;
    margin-top: 2vw;
  }
  nav {
    order: 1;
    width: 75%;
    margin: 0 auto 9vw;
    border-bottom: solid 1px #C6C6C6;
    justify-content: center;
  }
  nav li {
    text-align: center;
    width: 100%;
    margin-bottom: 6vw;
    font-size: 4.4vw;
    background: none !important;
    padding-right: 0;
    margin-right: 0;
  }
  nav a {
    color: #333B3E;
    justify-content: center;
  }
  nav svg {
    width: 30px;
    height: 25px;
    margin-bottom: -4px;
    margin-right: 2%;
  }
  nav path {
    fill: #333B3E;
  }
  .menu {
    position: absolute;
    right: 4.6vw;
    top: 3.9vw;
    width: 7.6vw;
    height: 8.4vw;
    cursor: pointer;
    background-image: url(../images/menu.svg);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .menu.open {
    background-image: url(../images/close.svg) !important;
    width: 7.3vw;
    height: 7.3vw;
  }
  header.fixed {
    height: 16vw;
    background: none;
    background-color: rgba(255,255,255,0.9);
  }
  header.fixed .menu {
    background-image: url(../images/menu2.svg);
  }
  header.fixed .header-tel a {
    color: #fff !important;
  }
  header.fixed .header-tel path {
    fill: #fff;
  }
  /* SP：メインビジュアル */
  .slider01 {
    background-image: url(../images/main1_sp@2x.png);
    background-size: cover;
    width: 100%;
    height: 106.2vw;
  }
  .slider01 h1 {
    padding: 32vw 0 0;
    text-align: center;
    font-size: 5vw;
    line-height: 1.5;
  }
  .main-txt1 {
    font-size: 4.5vw;
  }
  .main-txt2 {
    font-size: 7.8vw;
  }
  /* SP：トップページ */
  section .inner {
    padding: 0 6%;
  }
  .top-section1 {
    padding: 15vw 0 2.5%;
    background-image: url(../images/top-bg3.png), url(../images/top-bg1_sp.png);
  }
  .top-section1 h2 {
    font-size: 5vw;
    margin-bottom: 7%;
  }
  .top-section1_img1 img {
    width: 31vw;
    max-width: 200px;
  }
  .top-section2 {
    background-image: url(../images/top-bg2_sp@2x.png);
    padding: 88.5vw 0 9vw;
  }
  .top-section2 .inner {
    padding: 0;
  }
  .top-section2 h2 {
    width: 80%;
    padding: 0 0 0 6%;
  }
  .top-section2_img1 {
    background-image: url(../images/top-img2_sp@2x.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 100%;
    height: 362vw;
  }
  .top-section2_link1 {
    right: 0;
    top: 23.5vw;
    width: 93.7vw;
    height: 81vw;
  }
  .top-section2_link2 {
    left: 0;
    top: 106vw;
    width: 86.8vw;
    height: 88.7vw;
  }
  .top-section2_link3 {
    left: 0;
    bottom: 64.2vw;
    width: 93.7vw;
    height: 70vw;
  }
  .top-section2_box1 {
    padding: 0 6%;
  }
  .top-section2 dl {
    width: 100%;
    margin-bottom: 15vw;
  }
  .top-section2 dd {
    padding: 0 6%;
  }
  .top-section2_dl1, .top-section2_dl2, .top-section2_dl3 {
    margin-top: 0;
  }
  .top-section2 h3 {
    margin-bottom: 6vw;
  }
  .top-section2 h3 img {
    width: 100%;
  }
  .top-section2_dl1 h3 {
    max-width: 305px;
  }
  .top-section2_dl2 h3 {
    max-width: 330px;
  }
  .top-section2_dl3 h3 {
    max-width: 286px;
  }
  .top-section2_txt1 {
    font-size: 4.3vw;
    margin-bottom: 6vw;
    min-height: auto;
    margin-top: -7%;
    max-width: 62.5vw;
  }
  .top-section2_txt2 {
    margin-bottom: 6vw;
  }
  .top-section2_li.fs18 {
    margin-bottom: 3vw;
    font-size: 4vw;
    padding: 1.5vw 0;
  }
  .btn1 {
    text-align: center;
    font-size: 4.4vw;
    margin-bottom: 4vw;
    padding: 2vw 1.5vw;
  }
	.btn2 {
	    padding: 1.5vw 7vw;
   margin-bottom: 4vw;
 	}
  /* SP：フッター */
  footer .inner {
    background-color: #F5F5F5;
    padding: 3.7vw 5% 49vw;
    background-image: url(../images/footer-img1@2x.png);
    background-repeat: no-repeat;
    background-position: 50% 88%;
    -webkit-background-size: 24% auto;
    background-size: 24% auto;
  }
  .footer-txt {
    width: 100%;
    text-align: center;
    font-size: 3.9vw;
  }
  .footer-img {
    display: none;
  }
  .footer-btn a img {
    width: 6vw;
    margin-right: 1.5vw;
  }
  .footer-btn a {
    width: 75vw;
    background-image: url(../images/arrow@2x.png);
    background-repeat: no-repeat;
    background-position: 95% 53%;
    -webkit-background-size: 2.5% auto;
    background-size: 2.5% auto;
    font-size: 3.5vw;
    padding: 1.5vw 0;
  }
  .footer-btn svg {
    margin: 0 0 0 -8vw;
  }
	.footer-btn02 a {
		display: block;
	    width: 75vw;
		padding: 1.5vw 5vw;
		font-size: 3.5vw;
		text-align: center;
	}
	.footer-btn02_img {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

.totop {
    width: 12.2vw;
  }
  /* SP：下層ページ共通 */
  .under header {
    padding: 0;
    height: 16vw;
    background: none;
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 47%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 47%, rgba(255,255,255,1) 50%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 47%, rgba(255,255,255,1) 50%);
  }
  .under header.fixed{
    background-color: rgba(255,255,255,0.9);
  }
  .under .header-logo {
    position: absolute;
    z-index: 0;
  }
  .under .header-tel a {
    color: #fff;
  }
  .under .header-tel svg {
    width: 4.2vw;
  }
  .under .header-tel path {
    fill: #fff;
  }
  .under nav path {
    fill: #333B3E;
  }
  .under-main {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    height: 92vw;
  }
  .under h1 {
    padding: 25vw 0 0 6vw;
    top: auto;
    left: auto;
    position: static;
    width: auto;
  }
  .under .menu {
    background-image: url(../images/menu2.svg);
  }
  .under-menu {
    padding: 3vw 0;
  }
  .under-menu ul {
    justify-content: space-between;
    padding: 0 6vw;
  }
  .under-menu li {
    text-align: center;
  }
  .under-bg {
    top: auto;
    width: 18%;
    bottom: -70%;
    min-width: auto;
  }
  .under .float-l, .under .float-r {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .under .section1-img1 {
    width: 73%;
  }
  .under .section1-box1 {
    width: 100%;
  }
  .under-flow .float-l {
    width: 100%;
  }
  .under-flow h3 {
    margin-bottom: 12vw;
  }
  .under-flow dl:after {
    height: calc(100% + 15vw);
    left: 1.8vw;
    top: 7vw;
  }
  .under-flow dt {
    margin-bottom: 4vw;
  }
  .under-flow dt img {
    max-width: 39%;
  }
  .under-flow_img1 {
    margin-bottom: 4vw;
  }
  .under-flow_txt1 {
    margin-bottom: 4vw;
  }
  .under-flow_txt2 {
    margin-bottom: 12vw;
    font-size: 3.4vw;
    line-height: 1.5;
  }
  .under-flow .float-r {
    width: 100%;
  }
  .under-flow .float-r h3 {
    text-align: left;
    margin-bottom: 9.3vw;
  }
  .under-flow .float-r h3 img {
    max-width: 57%;
  }
  .slick-slide img.pc {
    display: none !important;
  }
  .under #section1 {
    -webkit-background-size: 115% auto;
    background-size: 115% auto;
  }
  .under-menu a:after {
    margin-left: 2vw;
  }
  /* SP：不動産部 */
  .realestate .under-main {
    background-image: url(../images/realestate-main_sp@2x.png);
  }
  .realestate h1 {
    max-width: 67%;
  }
  .realestate-img1 {
    width: 82%;
    padding-top: 3vw;
    margin-bottom: 6vw;
  }
  .realestate-section1 {
    -webkit-background-size: 115% auto;
    background-size: 115% auto;
  }
  .realestate-box1 {
    width: 100%;
    margin-bottom: 15vw;
  }
  .under h2 {
    text-align: center;
    margin-bottom: 6.8vw;
  }
  .under h2 span.fs82 {
    font-size: 10.6vw;
  }
  .realestate-box2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 4vw;
  }
  .realestate-img2 {
    position: relative;
    right: auto;
    left: 0;
    width: 20vw;
  }
  .realestate-txt1 {
    width: 68%;
    font-size: 5vw;
  }
  .realestate-txt2 {
    font-size: 3.4vw;
  }
  .realestate h3 {
    text-align: left;
    margin-bottom: 12vw;
  }
  .realestate h3 img {
    max-width: 73%;
  }
  .realestate-box3 .float-l {
    width: 100%;
    margin-bottom: 18vw;
  }
  .realestate dl:after {
    height: calc(100% + 10vw);
    left: 1.8vw;
    top: 5vw;
  }
  .realestate dt {
    margin-bottom: 4vw;
  }
  .realestate-img3 {
    margin-bottom: 4vw;
  }
  .realestate-txt3 {
    margin-bottom: 4vw;
  }
  .realestate-txt4 {
    margin-bottom: 12vw;
    font-size: 3.4vw;
  }
  .realestate-box3 .float-r {
    width: 100%;
  }
  .realestate-section1 .realestate-box3 .float-r {
    position: relative;
    margin-top: 28vw;
  }
  .realestate-section1 .realestate-box3 .float-r:before {
    content: "";
    width: 46%;
    height: 1px;
    position: absolute;
    left: 27%;
    top: -15vw;
    border-bottom: 1px solid #5F6C71;
  }
  .realestate-section2 {
    background-image: url(../images/under-bg2.png);
    -webkit-background-size: 100% auto;
    background-size: 145% auto;
    margin: 8vw 0 0;
  }
  .realestate .subtitle {
    margin-bottom: 2.5vw;
  }
  .realestate-section2 .realestate-box2 {
    margin: 0 0 5vw;
  }
  .realestate-box3 .float-l h3 img {
    width: 90%;
  }
  .realestate-section2 .realestate-box3 .float-r h3 {
    text-align: left;
  }
  .realestate-section2 .realestate-box3 .float-r h3 img {
    max-width: 57%;
  }
  .slider2.slick-dotted.slick-slider {
    display: block;
    width: 100vw;
    margin-left: -6vw;
  }
  .slider2 li {
    margin-bottom: 0!important;
  }
  .slider2 li.slick-slide {
    padding: 0 10px;
  }
  .slider2 .slick-dots {
    bottom: -50px;
  }
  .slider2 .slick-dots li {
    width: 20px!important;
    margin: 0!important;
  }
  .under .slider2 figure {
    margin-bottom: 0;
  }
  .under figcaption {
    font-size: 3.8vw;
  }
  .realestate-img11 figure {
    height: 55vw;
    display: flex;
    align-items: flex-end;
  }
  .realestate-section3 {
    margin: 0;
    background-image: url(../images/under-bg2.png);
    -webkit-background-size: 170% auto;
    background-size: 170% auto;
    padding: 31vw 0 25vw;
  }
  .realestate-section3 h3 {
    margin-bottom: 8vw;
  }
  .realestate-section3 h3 img {
    width: 56%;
  }
  .realestate .realestate-box3 .flexbox li {
    width: 100%;
    margin-bottom: 9vw;
  }
  .realestate .realestate-box3 .flexbox li:nth-child(n+3) {
    width: 100%;
    margin-bottom: 0;
  }
  .realestate .realestate-box3 .flexbox li.realestate-img6 figure {
    margin-bottom: 0;
  }
  /* SP：建設業者様をサポート */
  .support .under-main {
    background-image: url(../images/support-main_sp@2x.png);
  }
  .support h1 {
    max-width: 69%;
  }
  .support h2 {
    margin-bottom: 11.5vw;
  }
  .support-box1 {
    margin-bottom: 18.3vw;
  }
  .support-box1 li {
    line-height: 1.5;
  }
  .support-box1 ul {
    background-color: #86A250;
    padding: 0 6% 5vw;
  }
  .under #section1.support-section1 {
    padding: 12.2vw 0 20vw 0;
    -webkit-background-size: 110% auto;
    background-size: 110% auto;
  }
  .support-section1 h2 {
    margin-top: 5.5vw;
  }
  .support dl:after {
    height: calc(100% + 12vw);
    left: 1.8vw;
    top: 5vw;
  }
  .support .under-flow .float-l {
    margin-bottom: 28.4vw;
  }
  .support-img1 {
    background-image: url(../images/support-img2_sp@2x.png);
  }
  .support-txt1 {
    padding-top: 72vw;
    margin: 0 0 4.8vw 0;
    font-size: 6vw;
  }
  .support-txt2 {
    text-align: center;
    width: 100%;
    padding: 0 0 73vw 0;
    font-size: 4vw;
    line-height: 1.6;
  }
  /* SP：建設部 */
  .construction .under-main {
    background-image: url(../images/construction-main_sp@2x.png);
  }
  .construction h1 {
    max-width: 73%;
  }
  .under #section1.construction-section1 {
    padding: 4.3vw 0 20vw 0;
  }
  .construction .realestate-img1 {
    width: 100%;
    text-align: center;
  }
  .construction .subtitle {
    display: block;
    margin-bottom: 2vw;
  }
  .construction .realestate-box2 {
    margin-bottom: 5vw;
  }
  .under.construction figcaption {
    font-size: 3.5vw;
  }
  .construction dl:nth-child(2) .under-flow_img1 img {
    width: 68%;
    max-width: inherit;
    margin-left: -8vw;
  }
  .construction .under-flow .float-l {
    margin-bottom: 24.5vw;
  }
  /* SP：会社概要 */
  .company .under-main {
    background-image: url(../images/company-main_sp@2x.png);
  }
  .company h1 {
    max-width: 57%;
  }
  .company h2 {
    font-size: 4.2vw;
    text-align: left;
  }
  .company .company-section1 h2 {
    text-align: center;
    margin: 0 0 6.8vw 0;
  }
  th {
    width: 26%;
    padding: 6% 0 6% 4%;
  }
  td {
    width: 66%;
    padding: 6% 0 6% 4%;
  }
  .company-section2 {
    padding: 27vw 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 55% 0;
  }
  .company-box1 {
    width: 68%;
    margin: -12vw 0 14vw auto;
  }
  .company-txt1 {
    font-size: 5.3vw;
    font-weight: bold;
  }
  .company-txt2 {
    font-size: 3.6vw;
    line-height: 1.4;
    font-weight: bold;
    top: -8vw;
    right: auto;
    left: -28vw;
    background-image: url(../images/company-bg3_sp@2x.png);
    padding: 0 1.5vw 0 0;
    width: 23.6vw;
    height: 23.6vw;
  }
  .company-txt3 {
    margin-bottom: 6vw;
  }
  .company-txt4 {
    text-align: left;
    width: 59vw;
    margin: 0 auto 9vw;
  }
  .company-box2 {
    margin-bottom: 3vw;
  }
  .company-txt5 {
    width: 100%;
    padding: 2.3vw 0;
    text-align: center;
    background-image: none;
    background-color: #5F6C71;
  }
  .company-tel {
    width: 100%;
    line-height: 1;
    padding-top: 2.5vw;
  }
  .company-tel img, .company-mail img {
    width: 6vw;
  }
  .company-fax {
    width: 100%;
    padding: 2.5vw 0;
  }
  .company-mail {
    width: 100%;
    padding: 3vw 0;
  }
	.company-photo:first-child {
		margin-right: 10px;
	}
.map iframe {
    height: 100vw;
  }
}


/*------------------------------------------------------------
【SP】〜 520px
-------------------------------------------------------------*/

@media screen and (max-width:520px) {
  .support dl:after {
    top: 7vw;
  }
}