/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  width: 100%;
  height: 29.1666666667vw;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    height: 320px;
  }
}
#page-ttl.__about {
  background-image: url(../images/about/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__business {
  background-image: url(../images/business/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl.__contact {
  background-image: url(../images/contact/pgttl-bgimg.jpg);
  background-position: 50% 100%;
}
#page-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #2174e4;
  opacity: 0.6;
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#page-ttl .pgttl-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 30px;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner::after {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner::after {
    margin-bottom: 10px;
  }
}
#page-ttl .pgttl-inner h2 {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 {
    margin-top: -10px;
  }
}
#page-ttl .pgttl-inner h2 span.__en {
  color: #fff;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.6em;
  margin-right: 1em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 1.125em;
  }
}
#page-ttl .pgttl-inner h2 span.__jp {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 3.75rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 1.75em;
  }
}

.__table-style dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style dl {
    display: block;
  }
}
.__table-style dl dt {
  font-weight: 700;
  width: 12em;
  padding: 1.6em 0;
  border-bottom: solid 3px #fff;
}
@media screen and (max-width: 767px) {
  .__table-style dl dt {
    padding-bottom: 0.6em;
  }
}
.__table-style dl dd {
  width: calc(100% - 12em);
  padding: 1.6em 0;
  padding-left: 2em;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .__table-style dl dd {
    width: 100%;
    padding-top: 0.6em;
    padding-left: 0;
  }
}
.__table-style dl dd a {
  display: inline;
  font-size: 1em;
}

/* about.html
---------------------------------------------------- */
.sec-about02 {
  color: #fff;
  background-color: #255392;
}
.sec-about02 .sec-inner {
  position: relative;
}
.sec-about02 .sec-inner .company-outline {
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .sec-about02 .sec-inner .company-outline {
    display: block;
    margin-top: 2em;
  }
}
.sec-about02 .sec-inner .company-outline .__table-style {
  width: calc(50% - 3em);
}
@media screen and (max-width: 1199px) {
  .sec-about02 .sec-inner .company-outline .__table-style {
    width: 100%;
  }
}
.sec-about02 .sec-inner .img-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 3em);
  height: 32em;
}
@media screen and (max-width: 1199px) {
  .sec-about02 .sec-inner .img-wrap {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about02 .sec-inner .img-wrap {
    margin-top: 48px;
  }
}
.sec-about02 .sec-inner .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}

.sec-about03 .access-info {
  margin-top: 3em;
}
.sec-about03 .access-info h4 {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-about03 .access-info h4 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about03 .access-info h4 {
    font-size: 1em;
  }
}
.sec-about03 .access-info p {
  margin-top: 0.6em;
  margin-bottom: 2em;
}
.sec-about03 .map-wrap {
  width: 100%;
  height: 37.5rem;
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .sec-about03 .map-wrap {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-about03 .map-wrap {
    height: 400px;
  }
}
.sec-about03 .map-wrap iframe {
  width: 100%;
  height: 100%;
}

/* business.html
---------------------------------------------------- */
.sec-business01 {
  background-color: #e8edf3;
  border-bottom: solid 1px #c1cbd8;
}
.sec-business01 .sec-inner .sec-txt p {
  text-align: center;
}

.sec-business02 {
  color: #fff;
  background-color: #255392;
}
.sec-business02 .sec-inner .propertie-list {
  margin-top: 2em;
}
.sec-business02 .sec-inner .propertie-list ul .propertie-list-item {
  padding: 4em 0;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .sec-business02 .sec-inner .propertie-list ul .propertie-list-item {
    padding: 3em 0;
  }
}
.sec-business02 .sec-inner .propertie-list ul .propertie-list-item .item-name h4 {
  font-weight: 700;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .sec-business02 .sec-inner .propertie-list ul .propertie-list-item .item-name h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business02 .sec-inner .propertie-list ul .propertie-list-item .item-name h4 {
    font-size: 1.125em;
  }
}
.sec-business02 .sec-inner .propertie-list ul .propertie-list-item .item-txt {
  margin-top: 1em;
}
.sec-business02 .sec-inner .propertie-list ul .propertie-list-item .item-link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.sec-business02 .sec-inner .propertie-list ul .propertie-list-item .item-link h5 {
  width: 100%;
}
.sec-business02 .sec-inner .propertie-list ul .propertie-list-item .item-link h5::before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 0.8em;
  aspect-ratio: 1/1;
  border-left: solid 0.3em #fff;
  border-bottom: solid 0.3em #fff;
  margin-right: 0.2em;
  margin-top: 0.2em;
}
.sec-business02 .sec-inner .propertie-list ul .propertie-list-item .item-link .pdf-link {
  margin-top: 0.6em;
  margin-right: 1em;
}/*# sourceMappingURL=sub.css.map */