﻿@charset "UTF-8";
/* Cleanup overrides for stand-ok. Load after the legacy PC/SP styles. */

body {
  min-width: 0;
  overflow-x: hidden;
}

img,
iframe,
object,
embed {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
}

.content,
.contentHeader,
.mainNaviArea .content,
.mainWrapper .content,
.eventArea .content,
.msgArea .content,
.sptArea .content,
.intrArea .content,
.socialArea .content,
.actArea .content,
footer .content {
  max-width: 960px;
}

.mainNaviArea .content,
header .content,
footer .content {
  padding-left: 20px;
  padding-right: 20px;
}

.mainWrapper {
  background: #000;
}

.mainWrapper .content {
  overflow: hidden;
}

.mainWrapper .content img {
  display: block;
  max-width: none;
}

.new_project {
  gap: 24px;
  align-items: stretch;
  padding: 24px;
}

.new_project .box_soyo,
.new_project .box_fure {
  min-width: 0;
}

.new_project .box_soyo img,
.new_project .box_fure img {
  display: block;
}

.sptArea .content {
  display: flex;
  flex-wrap: wrap;
}

.sptArea .content > a {
  display: block;
  flex: 1 1 25%;
  min-width: 0;
}

.sptArea .content .sptBlock,
.sptArea .content .action01 .sptBlock,
.sptArea .content .action02 .sptBlock,
.sptArea .content .action03 .sptBlock,
.sptArea .content .action04 .sptLastBlock {
  width: 100%;
}

footer .clearfix {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}

footer .clm,
footer .clmLast {
  float: none;
}

@media screen and (min-width: 981px) {
  header .mainNaviArea .content {
    display: block;
  }

  header .mainNaviArea nav {
    float: right;
  }
}

@media screen and (max-width: 980px) {
  .content,
  .contentHeader,
  .mainNaviArea .content,
  .mainWrapper .content,
  .eventArea .content,
  .msgArea .content,
  .sptArea .content,
  .intrArea .content,
  .socialArea .content,
  .actArea .content,
  footer .content {
    width: 100%;
    max-width: 100%;
  }

  .main-header-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .mainWrapper {
    margin-top: 0;
  }

  .mainWrapper .content img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .new_project {
    display: block;
    padding: 16px;
  }

  .new_project .box_soyo,
  .new_project .box_fure {
    width: 100%;
    max-width: 680px;
  }

  .sptArea .content > a {
    flex-basis: 50%;
  }

  footer .clearfix {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  header .subNavi ul li {
    width: 49%;
  }

  .sptArea .content > a {
    flex-basis: 100%;
  }

  .sptArea .content .sptBlock {
    height: auto;
    min-height: 96px;
  }

  .new_project {
    padding: 10px;
  }
}
/* Preserve legacy fixed-width inner layouts on desktop. */
@media screen and (min-width: 981px) {
  .ttlArea .content,
  .wrapper .breadcrumb,
  .wrapper .leadArea .content,
  .wrapper .basicBlock .content {
    box-sizing: content-box;
  }

  #about .basicBlock .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  #about .basicBlock .left.txtBox,
  #about .basicBlock .box-img {
    float: left;
  }

  .box-contact .contact-form,
  .box-contact .contact-form dl {
    box-sizing: content-box;
  }
}

.box-contact .contact-form input[type="text"],
.box-contact .contact-form textarea,
.box-contact .contact-form select {
  max-width: 100%;
}
/* Contact form readability fixes. */
.box-contact {
  text-align: left;
}

.box-contact .info {
  max-width: 760px;
  margin: 28px auto;
  text-align: center;
}

.box-contact .info img {
  display: block;
  width: 100%;
  height: auto;
}

.box-contact .contact-form {
  width: 100%;
  max-width: 760px;
  margin: 32px auto 90px;
  text-align: left;
}

.box-contact .contact-form dl {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  width: 100%;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  background: #fff;
}

.box-contact .contact-form dl > dt,
.box-contact .contact-form dl > dd {
  float: none;
  clear: none;
  width: auto;
  height: auto;
  min-height: 66px;
  line-height: 1.7;
  border-bottom: 1px solid #d8d8d8;
}

.box-contact .contact-form dl > dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: #f6f4ed;
  font-weight: bold;
}

.box-contact .contact-form dl > dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding: 16px 18px;
}

.contact-form dt span {
  float: none;
  clear: none;
  margin-right: 0;
  white-space: nowrap;
  font-size: 0.85em;
}

.box-contact .contact-form input[type="text"],
.box-contact .contact-form textarea {
  box-sizing: border-box;
  width: min(100%, 390px);
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid #bdbdbd;
  background: #fff;
  font-size: 1em;
}

.box-contact .contact-form textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
}

.box-contact .contact-form input[type="radio"],
.box-contact .contact-form input[type="checkbox"] {
  width: auto;
  margin: 0 2px 0 0;
}

.box-contact .contact-form label {
  margin-right: 14px;
}

.box-contact .contact-form .select_box {
  box-sizing: border-box;
  min-width: 118px;
  max-width: 100%;
  padding: 9px 10px;
  border: 1px solid #bdbdbd;
  background: #fff;
}

.contact-form dt.comment,
.contact-form dl dd.comment {
  height: auto;
  min-height: 150px;
  border-bottom: 1px solid #d8d8d8;
}

.privacy-policy {
  max-width: 760px;
  width: auto;
  text-align: center;
}

.p-center {
  text-align: center;
}

input#submit_button {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  padding: 13px 20px;
  border: 1px solid #006d4d;
  background: #006d4d;
  color: #fff;
  cursor: pointer;
}

input#submit_button:hover {
  background: #00553c;
}

@media screen and (max-width: 700px) {
  .box-contact .contact-form dl {
    display: block;
  }

  .box-contact .contact-form dl > dt,
  .box-contact .contact-form dl > dd {
    min-height: 0;
  }

  .box-contact .contact-form dl > dt {
    padding: 12px 14px 8px;
    border-bottom: 0;
  }

  .box-contact .contact-form dl > dd {
    padding: 8px 14px 14px;
  }

  .box-contact .contact-form input[type="text"],
  .box-contact .contact-form textarea,
  .box-contact .contact-form .select_box {
    width: 100%;
  }
}
/* Access and link page layout fixes. */
#about > .ggmap,
#about > .box-profile,
#about > .box-link {
  box-sizing: border-box;
  width: min(920px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

#about > .ggmap {
  height: auto;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  max-height: 520px;
  padding-top: 0;
  margin-top: 42px;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
}

#about > .ggmap iframe,
#about > .ggmap object,
#about > .ggmap embed {
  display: block;
  width: 100%;
  height: 100%;
}

#about > .box-profile {
  max-width: 760px;
  text-align: left;
  margin-top: 34px;
  margin-bottom: 70px;
}

#about > .box-profile p {
  margin: 0 0 18px;
}

#about > .box-profile p img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e1e1e1;
}

#about > .box-profile dl {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  width: 100%;
  margin-top: 28px;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
}

#about > .box-profile dl dt,
#about > .box-profile dl dd {
  float: none;
  clear: none;
  width: auto;
  height: auto;
  min-height: 54px;
  line-height: 1.7;
  border-bottom: 1px solid #d8d8d8;
}

#about > .box-profile dl dt {
  display: flex;
  align-items: center;
  padding: 13px 16px;
  border-right: 0;
  background: #f6f4ed;
  font-weight: bold;
}

#about > .box-profile dl dd {
  display: flex;
  align-items: center;
  padding: 13px 16px;
  text-align: left;
}

#about > .box-profile dl dd span {
  padding-left: 0;
}

#about > .box-link {
  max-width: 760px;
  padding: 40px 0 70px;
  text-align: left;
}

#about > .box-link .link-img {
  margin: 0 0 28px;
}

#about > .box-link .link-img img {
  display: block;
  width: 100%;
  height: auto;
}

#about > .box-link ul {
  width: 100%;
  margin: 0;
  border-top: 1px solid #d8d8d8;
}

#about > .box-link li {
  height: auto;
  min-height: 48px;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1em;
  line-height: 1.6;
}

#about > .box-link li a {
  display: block;
  padding: 14px 18px 14px 34px;
  background: url("../img/arrow_navi.png") no-repeat 14px 22px;
}

#about > .box-link li span,
#about > .box-link li span a {
  display: inline-block;
}

@media screen and (max-width: 700px) {
  #about > .ggmap,
  #about > .box-profile,
  #about > .box-link {
    width: calc(100% - 24px);
  }

  #about > .ggmap {
    min-height: 260px;
    aspect-ratio: 4 / 3;
    margin-top: 24px;
  }

  #about > .box-profile dl {
    display: block;
  }

  #about > .box-profile dl dt {
    min-height: 0;
    padding: 12px 14px 6px;
    border-bottom: 0;
  }

  #about > .box-profile dl dd {
    min-height: 0;
    padding: 6px 14px 14px;
  }

  #about > .box-link {
    padding-top: 28px;
  }
}
/* Management profile section on the about page. */
#about .basicBlock .box-profile {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px;
  margin: 28px auto 0;
  text-align: left;
}

#about .basicBlock .box-profile dl {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  width: 100%;
  border: 1px solid #d8d8d8;
  border-bottom: 0;
  background: #fff;
}

#about .basicBlock .box-profile dl dt,
#about .basicBlock .box-profile dl dd {
  float: none;
  clear: none;
  width: auto;
  height: auto;
  min-height: 56px;
  line-height: 1.7;
  border-bottom: 1px solid #d8d8d8;
}

#about .basicBlock .box-profile dl dt {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-right: 0;
  background: #f6f4ed;
  color: #333;
  font-weight: bold;
}

#about .basicBlock .box-profile dl dd {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 14px 18px;
  text-align: left;
  overflow-wrap: anywhere;
}

#about .basicBlock .box-profile dl dd span {
  padding-left: 0;
}

#about .basicBlock .box-profile a {
  color: #006d4d;
  text-decoration: underline;
}

@media screen and (max-width: 700px) {
  #about .basicBlock .box-profile {
    max-width: 100%;
  }

  #about .basicBlock .box-profile dl {
    display: block;
  }

  #about .basicBlock .box-profile dl dt,
  #about .basicBlock .box-profile dl dd {
    min-height: 0;
  }

  #about .basicBlock .box-profile dl dt {
    padding: 12px 14px 6px;
    border-bottom: 0;
  }

  #about .basicBlock .box-profile dl dd {
    padding: 6px 14px 14px;
  }
}
/* News page empty-state spacing. */
.wrapper#about.news-empty-page {
  min-height: 360px;
}

.wrapper#about.news-empty-page .breadcrumb + footer {
  margin-top: 120px;
}

@media screen and (max-width: 700px) {
  .wrapper#about.news-empty-page {
    min-height: 280px;
  }

  .wrapper#about.news-empty-page .breadcrumb + footer {
    margin-top: 70px;
  }
}