@charset "UTF-8";
.btnMore {
  display: inline-block;
  color: #445dbd;
  text-align: center;
  font-size: 100%;
  border: 2px solid #445dbd;
  border-radius: 100px;
  letter-spacing: .1em;
  vertical-align: middle;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .btnMore:hover {
    background-color: #f2c700;
    color: #031350; }
  .btnMore::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    margin-left: 16px;
    color: #445dbd;
    font-size: 120%;
    line-height: 1;
    vertical-align: middle; }

/*________________________________________________________

	compayn　会社概要
	________________________________________________________
*/
@media only screen and (min-width: 750px) {
  .companyTop th {
    width: 25%; } }

/*________________________________________________________

	service　事業内容
	________________________________________________________
*/
.serviceTop ul {
  text-align: center; }
  .serviceTop ul li {
    display: inline-block;
    vertical-align: top; }

.serviceTop a.serviceLink {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer; }
  .serviceTop a.serviceLink img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .serviceTop a.serviceLink div::before, .serviceTop a.serviceLink div::after, .serviceTop a.serviceLink span::before, .serviceTop a.serviceLink span::after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff; }
  .serviceTop a.serviceLink div::before, .serviceTop a.serviceLink div::after {
    width: 100%;
    height: 2px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .serviceTop a.serviceLink span::before, .serviceTop a.serviceLink span::after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: 2px;
    height: 100%; }
  .serviceTop a.serviceLink div::before {
    right: 0;
    top: 0; }
  .serviceTop a.serviceLink div::after {
    left: 0;
    bottom: 0; }
  .serviceTop a.serviceLink span::before {
    left: 0;
    top: 0; }
  .serviceTop a.serviceLink span::after {
    right: 0;
    bottom: 0; }
  .serviceTop a.serviceLink:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .serviceTop a.serviceLink:hover div::before, .serviceTop a.serviceLink:hover div::after {
    width: 0; }
  .serviceTop a.serviceLink:hover span::before, .serviceTop a.serviceLink:hover span::after {
    height: 0; }
  .serviceTop a.serviceLink:hover div::before, .serviceTop a.serviceLink:hover div::after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .serviceTop a.serviceLink:hover span::before, .serviceTop a.serviceLink:hover span::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .serviceTop a.serviceLink div {
    position: relative;
    color: #FFF;
    text-align: center;
    z-index: 5; }
    .serviceTop a.serviceLink div span {
      display: block; }

.serviceTop .sertviceTxt {
  display: block;
  margin-top: 8px;
  text-align: left;
  color: #031350; }

@media only screen and (min-width: 750px) {
  .serviceTop li {
    width: 300px;
    margin: 24px 24px 40px 24px; }
    .serviceTop li div span {
      padding: 72px 0;
      font-size: 130%; }
      .serviceTop li div span.txtLong {
        font-size: 110%;
        letter-spacing: 0;
        line-height: 180%; }
      .serviceTop li div span.txt-2lines {
        padding: 60px 0;
        font-size: 120%;
        letter-spacing: 0;
        line-height: 150%; }
  .serviceTop a.serviceLink {
    padding: 16px;
    letter-spacing: .2em; }
  .serviceTop .sertviceTxt {
    font-size: 90%; } }

@media only screen and (max-width: 749px) {
  .serviceTop li {
    width: 45%;
    margin: 16px 4px; }
    .serviceTop li div span {
      padding: 30px 0;
      font-size: 100%; }
      .serviceTop li div span.txtLong {
        padding: 22px 0;
        font-size: 80%; }
  .serviceTop a.serviceLink {
    padding: 8px; }
  .serviceTop .sertviceTxt {
    font-size: 80%;
    line-height: 1.2; } }

.serviceIndex.solarIndex a strong {
  background-color: #ffdb6b; }

.serviceIndex li {
  display: inline-block;
  vertical-align: top; }
  .serviceIndex li a {
    display: block; }
    .serviceIndex li a strong {
      display: block;
      margin-bottom: 16px;
      text-align: center; }

@media only screen and (min-width: 750px) {
  .serviceIndex li {
    width: 300px; }
    .serviceIndex li a strong {
      padding: 24px 0; } }

.serviceTtl {
  color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom-width: 3px;
  border-bottom-style: solid; }
  .serviceTtl span {
    display: inline-block;
    letter-spacing: .1em;
    font-weight: normal;
    color: #031350;
    font-size: 60%; }
  .serviceTtl.solar {
    background-image: url(../img/service/solar/bg_ttl.jpg);
    border-bottom-color: #ffdb6b; }
    .serviceTtl.solar span {
      background-color: #ffdb6b; }
  .serviceTtl.house {
    background-image: url(../img/service/cooperative/bg_ttl.jpg);
    border-bottom-color: #f1aa58; }
    .serviceTtl.house span {
      background-color: #f1aa58; }
  .serviceTtl.architecture {
    background-image: url(../img/service/architecture/bg_ttl.jpg);
    border-bottom-color: #ee81be; }
    .serviceTtl.architecture span {
      background-color: #ee81be; }
  .serviceTtl.estate {
    background-image: url(../../../twentyseventeen/assets/img/service/estate/bg_ttl.jpg);
    border-bottom-color: #7db6dd; }
    .serviceTtl.estate span {
      background-color: #7db6dd; }
  .serviceTtl.i-construction {
    background-image: url(../img/service/i-construction/bg_ttl.jpg);
    border-bottom-color: #90d58b; }
    .serviceTtl.i-construction span {
      background-color: #90d58b; }
  @media only screen and (min-width: 750px) {
    .serviceTtl {
      padding: 24px 0 32px 0; }
      .serviceTtl h2 {
        font-size: 200%; }
      .serviceTtl span {
        margin-left: 24px;
        padding: 8px 24px;
        vertical-align: middle; } }
  @media only screen and (max-width: 749px) {
    .serviceTtl h2 {
      font-size: 170%; }
    .serviceTtl span {
      padding: 4px 16px; } }

.servicePage p, .servicePage img a {
  text-align: center; }

.servicePage .blueBox p {
  margin: 16px 0;
  text-align: left; }

@media only screen and (min-width: 750px) {
  .servicePage p {
    margin-bottom: 40px; } }

@media only screen and (max-width: 749px) {
  .servicePage p {
    margin: 16px 0; }
    .servicePage p strong {
      display: block; } }

.imgBox img {
  display: block;
  width: 100%; }

.imgBox strong {
  display: block;
  background-color: #031350;
  color: #FFF;
  text-align: center;
  padding: 8px;
  margin-bottom: 8px; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cp_cssslider {
  width: 100%;
  position: relative;
  margin: 2em auto;
  text-align: center; }
  @media only screen and (min-width: 750px) {
    .cp_cssslider {
      padding-top: 408px; }
      .cp_cssslider label {
        width: 240px; } }
  @media only screen and (max-width: 749px) {
    .cp_cssslider {
      padding-top: 40%; }
      .cp_cssslider label {
        width: 30%; } }
  .cp_cssslider > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .cp_cssslider input[name='cp_switch'] {
    display: none; }
  .cp_cssslider label {
    margin: 15px 5px 0 5px;
    border: 2px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0.6;
    border-radius: 5px; }
    .cp_cssslider label:hover {
      opacity: 0.9; }
    .cp_cssslider label img {
      display: block;
      width: 100%; }
  .cp_cssslider input[name='cp_switch']:checked + label {
    border: 2px solid #d9620f;
    opacity: 1; }
  .cp_cssslider input[name='cp_switch'] ~ img {
    opacity: 0; }
  .cp_cssslider input[name='cp_switch']:checked + label + img {
    opacity: 1; }

.tbl.land-rights th.th_blue {
  padding: 8px;
  font-size: 85%; }

.tbl.land-rights td {
  text-align: center; }

.tbl.land-rights .passing {
  display: inline-block;
  padding: 4px;
  background-color: #f2c700; }

@media only screen and (max-width: 749px) {
  .tbl.land-rights {
    width: 670px;
    font-size: 80%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%; } }

@media only screen and (max-width: 749px) {
  .scrollArea {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; } }

/*________________________________________________________

	i-construction事業
	________________________________________________________
*/
.contMain h4.h4Wide {
  display: block;
  padding: 12px;
  font-size: 140%;
  background-color: #031350;
  color: #FFF; }
  .contMain h4.h4Wide.margin0 {
    margin-top: 0 !important; }

.contMain h5.h5Wide {
  display: block;
  margin-bottom: 0;
  padding: 8px;
  font-size: 130%;
  font-weight: normal;
  background-color: #999;
  color: #FFF; }

.servicePage .linkImage {
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6; }
  .servicePage .linkImage p {
    text-align: left; }
  .servicePage .linkImage p.linkImage_img {
    margin: 0px;
    padding: 16px;
    background-color: #031350; }
  @media only screen and (min-width: 750px) {
    .servicePage .linkImage div {
      width: 640px;
      margin-left: 32px;
      display: inline-block;
      vertical-align: middle; }
    .servicePage .linkImage p.linkImage_img {
      display: inline-block;
      width: 400px;
      vertical-align: middle; }
      .servicePage .linkImage p.linkImage_img img {
        width: 100%; }
      .servicePage .linkImage p.linkImage_img a:hover {
        opacity: .8; } }

.constructionBox {
  padding: 8px 0;
  border-bottom: 1px solid #e6e6e6; }
  .constructionBox a:hover {
    opacity: .8; }
  .constructionBox.landRightsBox {
    padding-bottom: 40px; }

.servicePage .constructionTxt p {
  text-align: left; }

@media only screen and (min-width: 750px) {
  .servicePage .constructionTxt {
    display: inline-block;
    vertical-align: middle;
    width: 640px;
    margin-left: 32px; }
    .servicePage .constructionTxt table.tbl {
      margin-bottom: 0; } }

.servicePage .constructionTxt.landRights .tbl {
  margin-left: 0; }

.slider-container {
  background-color: #031350;
  padding: 16px;
  border: 1px solid #e6e6e6; }
  @media only screen and (min-width: 750px) {
    .slider-container {
      display: inline-block;
      vertical-align: middle;
      width: 400px; } }

.slider {
  margin-bottom: 8px; }
  .slider li {
    position: relative;
    text-align: center; }
    .slider li img {
      width: 100%;
      height: auto; }
    .slider li strong {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      padding: 4px;
      text-align: center;
      color: #FFF;
      background-color: rgba(102, 102, 102, 0.7); }

.thum li {
  padding: 2px;
  background-color: #031350;
  opacity: .7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .thum li img {
    width: 100%; }
  .thum li.slick-current {
    background-color: #df3a3d;
    opacity: 1; }

button.slick-arrow {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
  background: none;
  z-index: 10; }

.slider-container .slick-prev {
  left: -32px;
  border-width: 16px 16px 16px 0;
  border-color: transparent #FFF transparent transparent; }

.slider-container .slick-next {
  right: -32px;
  border-width: 16px 0 16px 16px;
  border-color: transparent transparent transparent #FFF; }

/*________________________________________________________

	土地権利案件
	________________________________________________________
*/
p.landPrice {
  text-align: left !important;
  color: #df3a3d; }
  @media only screen and (min-width: 750px) {
    p.landPrice {
      margin-left: 43px; } }
  p.landPrice span {
    display: inline-block;
    background-color: #df3a3d;
    color: #FFF;
    text-align: center;
    padding: 4px 16px;
    margin-right: 16px;
    font-size: 90%;
    letter-spacing: .2em; }

.landRightsBox .slider-container p {
  font-size: 80%;
  color: #FFF;
  margin: 8px 0 0 0;
  font-weight: normal;
  text-align: right; }

/*________________________________________________________

	download　ダウンロード
	________________________________________________________
*/
.download li {
  display: inline-block; }
  .download li a {
    display: block;
    border: 1px solid #dddddd;
    letter-spacing: .1em;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .download li a img {
      display: block;
      margin-bottom: 16px; }
    .download li a span::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      display: inline-block;
      content: "\f105";
      margin-right: 16px;
      padding-bottom: 6px;
      vertical-align: middle; }
    .download li a:hover {
      background-color: #f3f3f3; }

@media only screen and (min-width: 750px) {
  .download {
    display: inline-block; }
    .download li {
      margin: 0 32px;
      font-size: 120%; }
      .download li a {
        padding: 16px; } }

@media only screen and (max-width: 749px) {
  .download li {
    width: 48%;
    margin: 0 8px 8px 0; }
    .download li:nth-child(2n) {
      margin-right: 0; }
    .download li a {
      padding: 8px; }
    .download li img {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

/*________________________________________________________

	contacte　お問い合わせ
	________________________________________________________
*/
.contact_form .tbl input[type="text"],
.contact_form .tbl input[type="number"],
.contact_form .tbl input[type="tel"],
.contact_form .tbl input[type="password"],
.contact_form .tbl input[type="email"],
.contact_form .tbl input[type="search"],
.contact_form .tbl textarea {
  padding: 4px 8px;
  color: #424242;
  background-color: #e6e6e6;
  border: 1px solid #dddddd; }

.contact_form .tbl input::-webkit-input-placeholder {
  color: #a9a9a9; }

.contact_form .tbl input:-ms-input-placeholder {
  color: #a9a9a9; }

.contact_form .tbl input::-ms-input-placeholder {
  color: #a9a9a9; }

.contact_form .tbl input::placeholder {
  color: #a9a9a9; }

@media only screen and (min-width: 750px) {
  .contact_form .tbl th {
    width: 25%; }
  .contact_form .tbl textarea {
    width: 95%; }
  .contact_form .tbl .zipcode {
    margin-bottom: 8px; }
  .contact_form .tbl .horizontal-item, .contact_form .tbl .mwform-radio-field {
    width: 45%;
    display: inline-block;
    margin: 0 16px 0 10px; } }

@media only screen and (max-width: 749px) {
  .contact_form .horizontal-item, .contact_form .mwform-radio-field {
    display: block;
    margin: 0 16px 0 10px; }
  .contact_form input[type="text"],
  .contact_form input[type="number"],
  .contact_form input[type="tel"],
  .contact_form input[type="password"],
  .contact_form input[type="email"],
  .contact_form input[type="search"],
  .contact_form textarea {
    width: 95%; }
  .contact_form .grayBox {
    margin-top: 24px; } }
