@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  overflow-x: clip;
}
#page-ttl .pgttl-bgimg {
  width: 100%;
  height: 31.25vw;
  filter: brightness(0.4);
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-bgimg {
    height: 480px;
  }
}
#page-ttl .pgttl-bgimg::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#page-ttl .pgttl-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-ttl .pgttl-bgimg.__company img {
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}
#page-ttl .pgttl-bgimg.__contact img {
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}
#page-ttl .pgttl-inner {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    margin-top: -2em;
  }
}
#page-ttl .pgttl-inner h2 span.__en {
  display: inline-block;
  font-size: 7.5rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 4.75em;
    line-height: 1em;
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: min(13.5vw, 4.5em);
  }
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en::before {
    margin-top: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en::before {
    width: 8px;
    margin-top: -12px;
  }
}

.__breadcrumbs {
  color: #fff;
  background-color: #222;
  padding: 0.2em 0;
}
@media screen and (max-width: 991px) {
  .__breadcrumbs {
    padding: 0.4em 0;
  }
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul li {
    font-size: 0.85em;
  }
}
.__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__sec-contact {
  color: #fff;
  background-image: url(../images/company-contact-img.jpg);
  background-size: cover;
}
.__sec-contact::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background-color: #032251;
}
.__sec-contact .sec-ttl h3 {
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .__sec-contact .sec-ttl h3 {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__sec-contact .sec-ttl h4 {
    font-size: 1.125em;
  }
}
.__sec-contact .sec-txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 1em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .__sec-contact .sec-txt {
    margin-bottom: 4.8em;
  }
}
@media screen and (max-width: 991px) {
  .__sec-contact .sec-txt {
    margin-bottom: 6em;
  }
}
@media screen and (max-width: 767px) {
  .__sec-contact .sec-txt {
    display: block;
    margin-bottom: 4em;
  }
}
.__sec-contact .sec-txt p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .__sec-contact .sec-txt p {
    margin-top: 2em;
  }
}
.__sec-contact .sec-txt p a {
  display: inline;
}
@media screen and (max-width: 767px) {
  .__sec-contact .__linkbtn {
    margin-top: 4em;
  }
}
.__sec-contact .__linkbtn a::before {
  background-color: #fff;
}

/* business.html
---------------------------------------------------- */
.sec-business .sec-ttl h3 {
  font-size: 1.25em;
}
@media screen and (max-width: 991px) {
  .sec-business .sec-ttl h3 {
    font-size: 1.125em;
  }
}
.sec-business .flow-logo {
  width: 400px;
  margin-top: 4em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-business .flow-logo {
    width: 280px;
    margin-bottom: 0.4em;
  }
}
.sec-business .flow-logo img {
  width: 100%;
  height: auto;
}
.sec-business .business-list {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list {
    width: 100%;
    margin-right: auto;
  }
}
.sec-business .business-list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 15em);
  background-color: #032251;
}
@media screen and (max-width: 991px) {
  .sec-business .business-list::before {
    height: calc(100% - 16em);
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list::before {
    height: calc(100% - 17em);
  }
}
.sec-business .business-list .business-list-item {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 3em;
}
.sec-business .business-list .business-list-item h4 {
  display: flex;
  align-items: flex-start;
}
.sec-business .business-list .business-list-item h4::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1.75em;
  border-left: solid 2px #032251;
  border-bottom: solid 2px #032251;
}
@media screen and (max-width: 991px) {
  .sec-business .business-list .business-list-item h4::before {
    height: 1.5em;
  }
}
.sec-business .business-list .business-list-item h4 span.__txt {
  color: #fff;
  background-color: #124a82;
  font-size: 1.25em;
  line-height: 1em;
  padding: 0.8em 3rem;
}
@media screen and (max-width: 991px) {
  .sec-business .business-list .business-list-item h4 span.__txt {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list .business-list-item h4 span.__txt {
    font-size: 1em;
    width: calc(100% - 6rem + 2em);
    line-height: 1.6em;
    padding: 0.6em 1em;
  }
}
.sec-business .business-list .business-list-item ul {
  position: relative;
  margin-left: 6rem;
}
.sec-business .business-list .business-list-item ul::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 1.5em);
  background-color: #032251;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list .business-list-item ul::before {
    height: calc(100% - 1.6em);
  }
}
.sec-business .business-list .business-list-item ul li {
  display: flex;
  align-items: flex-start;
  font-size: 1.125em;
  line-height: 1em;
  padding-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list .business-list-item ul li {
    font-size: min(4.1vw, 1em);
    line-height: 1.3em;
  }
}
.sec-business .business-list .business-list-item ul li::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1.5em;
  border-left: solid 2px #032251;
  border-bottom: solid 2px #032251;
}
.sec-business .business-list .business-list-item ul li span.__txt {
  border: solid 1px #124a82;
  padding: 0.8em 3rem;
}
@media screen and (max-width: 767px) {
  .sec-business .business-list .business-list-item ul li span.__txt {
    width: calc(100% - 9rem + 6rem);
  }
}
.sec-business .business-list .business-list-item ul li span.__small {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .sec-business .business-list .business-list-item ul li span.__small {
    margin-left: 0;
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list .business-list-item ul li span.__small {
    font-size: min(3.1vw, 0.95em);
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list .business-list-item ul li span.__sp-hidden {
    display: none;
  }
}
.sec-business .business-list .business-list-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .sec-business .business-list .business-list-item:last-of-type {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .business-list .business-list-item:last-of-type {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 991px) {
  .sec-business .business-list .business-list-item:nth-of-type(2) ul::before {
    height: calc(100% - 3.5em);
  }
}

/* product.html
---------------------------------------------------- */
.sec-product01 .sec-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .sec-product01 .sec-txt {
    margin-bottom: 2em;
  }
}
.sec-product01 .sec-txt p {
  margin-top: 1em;
}
.sec-product01 .product-img {
  width: 50rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .sec-product01 .product-img {
    width: min(100%, 560px);
  }
}
.sec-product01 .product-img img {
  width: 100%;
  height: auto;
}
.sec-product01 .product-point {
  margin-top: 2em;
}
.sec-product01 .product-point ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec-product01 .product-point ul li {
  color: #124a82;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.025em;
  border: solid 2px #e9eaec;
  padding: 0.4em 0.6em;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-product01 .product-point ul li {
    margin-right: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-product01 .product-point ul li {
    font-size: 0.95em;
    padding: 0.2em 0.4em;
    margin-right: 0.6em;
    margin-bottom: 0.6em;
  }
}
.sec-product01 .product-point ul li:last-of-type {
  margin-right: 0;
}

.sec-product02 .catalog-content .item-content {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-product02 .catalog-content .item-content {
    margin-top: 4em;
  }
}
.sec-product02 .catalog-content .item-content .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-product02 .catalog-content .item-content .flex-wrap {
    display: block;
    margin-top: 1.6em;
  }
}
.sec-product02 .catalog-content .item-content .flex-wrap .spec-img {
  width: 26.25rem;
  aspect-ratio: 1/1;
  background-color: #d7d7d7;
}
@media screen and (max-width: 991px) {
  .sec-product02 .catalog-content .item-content .flex-wrap .spec-img {
    width: min(100%, 400px);
    margin: 0 auto;
  }
}
.sec-product02 .catalog-content .item-content .flex-wrap .spec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-product02 .catalog-content .item-content .flex-wrap .spec-table {
  width: calc(100% - 26.25rem - 2em);
  overflow-x: auto;
}
@media screen and (max-width: 991px) {
  .sec-product02 .catalog-content .item-content .flex-wrap .spec-table {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-product02 .catalog-content .item-content .flex-wrap .spec-table table, .sec-product02 .catalog-content .item-content .flex-wrap .spec-table td, .sec-product02 .catalog-content .item-content .flex-wrap .spec-table th {
  border: solid 1px #bbb;
  vertical-align: middle;
}
.sec-product02 .catalog-content .item-content .flex-wrap .spec-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: -moz-max-content;
  min-width: max-content;
}
.sec-product02 .catalog-content .item-content .flex-wrap .spec-table th {
  background-color: #f0f0f0;
  font-size: 0.95em;
  font-weight: 400;
  padding: 0.48em 1.875rem;
}
@media screen and (max-width: 991px) {
  .sec-product02 .catalog-content .item-content .flex-wrap .spec-table th {
    padding: 0.48em 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-product02 .catalog-content .item-content .flex-wrap .spec-table th {
    font-size: 0.9em;
  }
}
.sec-product02 .catalog-content .item-content .flex-wrap .spec-table td {
  font-size: 0.95em;
  padding: 0.48em 1.875rem;
}
@media screen and (max-width: 991px) {
  .sec-product02 .catalog-content .item-content .flex-wrap .spec-table td {
    padding: 0.48em 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-product02 .catalog-content .item-content .flex-wrap .spec-table td {
    font-size: 0.9em;
  }
}
.sec-product02 .catalog-content .item-content .flex-wrap .spec-table td span.__small {
  font-size: 0.875em;
  padding-top: 0.1em;
}
.sec-product02 .catalog-content .item-content .flex-wrap .js-scrollable .scroll-hint-icon {
  z-index: 2;
  height: 90px !important;
}

/* process.html
---------------------------------------------------- */
.sec-process01 .sec-txt {
  margin-top: 2em;
}
.sec-process01 .sec-txt ul li em {
  color: #124a82;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  display: inline-block;
}
.sec-process01 .parts-list {
  margin-top: 2em;
}
.sec-process01 .parts-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-process01 .parts-list ul {
    display: block;
  }
}
.sec-process01 .parts-list ul .parts-list-item {
  width: calc(33.3333333333% - 1.3333333333em);
  border: solid 2px #e9eaec;
  padding: 1em 1.6em;
}
@media screen and (max-width: 991px) {
  .sec-process01 .parts-list ul .parts-list-item {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-process01 .parts-list ul .parts-list-item h4 {
  color: #ce8300;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-process01 .parts-list ul .parts-list-item h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-process01 .parts-list ul .parts-list-item h4 {
    font-size: 1.125em;
  }
}
.sec-process01 .parts-list ul .parts-list-item p {
  margin-bottom: 0.4em;
}

.sec-process02 .sec-img {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-process02 .sec-img {
    display: block;
    width: min(100%, 480px);
    margin: 0 auto;
    margin-top: 2em;
  }
}
.sec-process02 .sec-img .content-wrap .img-wrap {
  height: 20rem;
  padding: 0.4em;
  border: solid 1px #222;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  .sec-process02 .sec-img .content-wrap .img-wrap {
    height: 24rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-process02 .sec-img .content-wrap .img-wrap {
    height: auto;
  }
}
.sec-process02 .sec-img .content-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-process02 .sec-img .content-wrap p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-process02 .sec-img .content-wrap p {
    font-size: 0.9em;
  }
}
.sec-process02 .sec-img .ba-img {
  position: relative;
  width: calc(50% - 1.875rem);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-process02 .sec-img .ba-img {
    width: 100%;
  }
}
.sec-process02 .sec-img .ba-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.48em;
  transform: translate(-50%, -50%);
  content: "→";
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sec-process02 .sec-img .ba-img::before {
    font-size: 1em;
  }
}
.sec-process02 .sec-img .ba-img .content-wrap {
  width: calc(50% - 1.875rem);
}
@media screen and (max-width: 767px) {
  .sec-process02 .sec-img .ba-img .content-wrap {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 991px) {
  .sec-process02 .sec-img .parts-img {
    margin-top: 2em;
  }
}
.sec-process02 .sec-img .parts-img .content-wrap .img-wrap {
  aspect-ratio: 2/1;
}
.sec-process02 .maintenance-content {
  margin-top: 3em;
}
.sec-process02 .maintenance-content > ul {
  display: flex;
}
@media screen and (max-width: 991px) {
  .sec-process02 .maintenance-content > ul {
    display: block;
  }
}
.sec-process02 .maintenance-content > ul .content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6em;
}
@media screen and (max-width: 991px) {
  .sec-process02 .maintenance-content > ul .content-wrap {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.sec-process02 .maintenance-content > ul .content-wrap.__cause {
  background-color: #f0f0f0;
  border: solid 1px #d7d7d7;
  padding-left: 3rem;
  padding-right: 3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec-process02 .maintenance-content > ul .content-wrap.__cause {
    display: block;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.sec-process02 .maintenance-content > ul .content-wrap.__cause .txt-wrap {
  margin-left: 3rem;
}
@media screen and (max-width: 991px) {
  .sec-process02 .maintenance-content > ul .content-wrap.__cause .txt-wrap {
    margin-left: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-process02 .maintenance-content > ul .content-wrap.__cause .txt-wrap {
    text-align: center;
    margin-left: 0;
    margin-top: 1.6em;
  }
}
.sec-process02 .maintenance-content > ul .content-wrap.__maintenance {
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #124a82;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sec-process02 .maintenance-content > ul .content-wrap.__maintenance {
    padding-top: 2.4em;
    padding-bottom: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-process02 .maintenance-content > ul .content-wrap.__maintenance {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }
}
.sec-process02 .maintenance-content > ul .content-wrap.__maintenance::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -1px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.2em solid transparent;
  border-bottom: 1.2em solid transparent;
  border-left: 1.25rem solid #f0f0f0;
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-process02 .maintenance-content > ul .content-wrap.__maintenance::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    margin-left: 0;
    margin-top: -1em;
    border-left-width: 0.8em;
  }
}
.sec-process02 .maintenance-content > ul .content-wrap h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-top: -0.2em;
}
.sec-process02 .maintenance-content > ul .content-wrap h4 span.__small {
  font-size: 0.8em;
}
.sec-process02 .maintenance-content > ul .content-wrap h4.__yellow {
  color: #ce8300;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-process02 .maintenance-content > ul .content-wrap h4.__yellow {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 991px) {
  .sec-process02 .maintenance-content > ul .content-wrap h4.__yellow {
    font-size: 1.375em;
  }
}
.sec-process02 .maintenance-content > ul .content-wrap h4.__navy {
  letter-spacing: 0.04em;
  font-size: 1.6875rem;
}
@media screen and (max-width: 1199px) {
  .sec-process02 .maintenance-content > ul .content-wrap h4.__navy {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 991px) {
  .sec-process02 .maintenance-content > ul .content-wrap h4.__navy {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-process02 .maintenance-content > ul .content-wrap h4.__navy {
    font-size: 1.375em;
  }
}
.sec-process02 .maintenance-content > ul .content-wrap h4.__navy em {
  display: inline-block;
  background-color: #032251;
  font-size: 13px;
  line-height: 1em;
  padding: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-process02 .maintenance-content > ul .content-wrap h4.__navy em {
    display: block;
  }
}
.sec-process02 .maintenance-content > ul .content-wrap p {
  font-size: 0.9em;
}
.sec-process02 .maintenance-content > ul .content-wrap ul li::before {
  color: #ce8300;
}

.sec-process03 .content-wrap {
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-process03 .content-wrap {
    padding-top: 48px;
  }
}
.sec-process03 .maintenance-list {
  margin-top: -0.6em;
}
.sec-process03 .maintenance-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.sec-process03 .maintenance-list ul li {
  width: 50%;
}
.sec-process03 .maintenance-list ul li:nth-of-type(1) {
  margin-top: 0.4em;
}
@media screen and (max-width: 991px) {
  .sec-process03 .maintenance-list ul li {
    width: 100%;
  }
  .sec-process03 .maintenance-list ul li:nth-of-type(1) {
    margin-top: 0;
  }
}
.sec-process03 .maintenance-list ul li::before {
  color: #124a82;
}
.sec-process03 .maintenance-step .step-wrap {
  margin-top: 1em;
}
.sec-process03 .maintenance-step .step-wrap dl {
  display: flex;
  align-items: flex-start;
  padding: 1em 0;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 767px) {
  .sec-process03 .maintenance-step .step-wrap dl {
    display: block;
  }
}
.sec-process03 .maintenance-step .step-wrap dl dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  width: 11.5em;
  color: #fff;
  background-color: #124a82;
  border-top-right-radius: 50vh;
  border-bottom-right-radius: 50vh;
  padding: 0.04em 1em 0.2em;
}
.sec-process03 .maintenance-step .step-wrap dl dt span.__num {
  font-size: 0.9em;
  margin-right: 0.6em;
}
.sec-process03 .maintenance-step .step-wrap dl dd {
  width: calc(100% - 11.5em);
  padding: 0.12em 0;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .sec-process03 .maintenance-step .step-wrap dl dd {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0.4em;
  }
}
.sec-process03 .maintenance-step .step-wrap dl dd ul {
  display: inline-block;
}
.sec-process03 .maintenance-step .step-wrap dl dd ul li {
  font-size: 0.9em;
}

/* company.html
---------------------------------------------------- */
.sec-company01 .sec-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -3.75rem;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-content {
    display: block;
    margin-bottom: 0;
  }
}
.sec-company01 .sec-content .txt-wrap {
  width: calc(100% - 31.875rem - 7.5rem);
  margin-top: 1.875rem;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-content .txt-wrap {
    width: 100%;
  }
}
.sec-company01 .sec-content .txt-wrap .sec-txt {
  margin-top: 1em;
}
.sec-company01 .sec-content .txt-wrap .sec-txt p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-content .txt-wrap .sec-txt p {
    font-size: 1.025em;
  }
}
.sec-company01 .sec-content .img-wrap {
  width: 31.875rem;
}
@media screen and (max-width: 991px) {
  .sec-company01 .sec-content .img-wrap {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-company01 .sec-content .img-wrap img {
  width: 100%;
  height: auto;
  padding: 0.4em;
  border: solid 1px #222;
}
.sec-company01 .sec-content .img-wrap p {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125em;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-content .img-wrap p {
    font-size: 1em;
  }
}

.sec-company02 .__overview-table {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .__overview-table {
    margin-top: 1em;
  }
}
.sec-company02 .__overview-table dl {
  display: flex;
  border-bottom: solid 1px #333;
}
@media screen and (max-width: 991px) {
  .sec-company02 .__overview-table dl {
    display: block;
  }
}
.sec-company02 .__overview-table dl dt {
  color: #124a82;
  font-family: "Zen Old Mincho", serif;
  width: 12em;
  font-size: 1.025em;
  padding: 1.2em 0;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .__overview-table dl dt {
    padding: 1.4em 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-company02 .__overview-table dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .__overview-table dl dt {
    font-size: 1em;
  }
}
.sec-company02 .__overview-table dl dd {
  width: calc(100% - 12em);
  padding: 1.2em 0;
}
@media screen and (max-width: 1199px) {
  .sec-company02 .__overview-table dl dd {
    padding: 1.4em 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-company02 .__overview-table dl dd {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .__overview-table dl dd {
    font-size: 0.95em;
    padding-bottom: 1.6em;
  }
}
.sec-company02 .__overview-table dl dd a {
  display: inline;
  font-size: 1em;
}
.sec-company02 .__overview-table dl dd .inner-wrap:nth-of-type(2) {
  margin-top: 2em;
}
.sec-company02 .__overview-table dl dd .inner-wrap:nth-of-type(3) {
  margin-top: 2em;
}
.sec-company02 .__overview-table dl dd .inner-wrap h4 {
  font-size: 1.025em;
  line-height: 1em;
  margin-bottom: 0.8em;
  margin-top: 0.4em;
}
.sec-company02 .__overview-table dl dd .inner-wrap p span.__small {
  font-size: 0.9em;
}
.sec-company02 .__overview-table dl dd .inner-wrap.__maker {
  margin: 1em 0;
  padding: 1em 1.6em;
  border: solid 1px #333;
}
.sec-company02 .__overview-table dl dd .inner-wrap.__maker p {
  font-size: 0.9em;
}

.sec-company03 .sec-content {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .sec-company03 .sec-content {
    display: block;
  }
}
.sec-company03 .sec-content .access-wrap {
  width: calc(50% - 1.875rem);
}
@media screen and (max-width: 991px) {
  .sec-company03 .sec-content .access-wrap {
    width: 100%;
    margin-top: 2.4em;
  }
}
.sec-company03 .sec-content .access-wrap .map-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  padding: 0.4em;
  border: solid 1px #222;
}
@media screen and (max-width: 767px) {
  .sec-company03 .sec-content .access-wrap .map-wrap {
    aspect-ratio: 1/1;
  }
}
.sec-company03 .sec-content .access-wrap .map-wrap iframe {
  width: 100%;
  height: 100%;
}
.sec-company03 .sec-content .access-wrap p {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125em;
  margin-top: 0.4em;
}

.sec-company04 {
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(45deg, #173259 40%, #124a82, #173259);
}
.sec-company04 .sec-ttl {
  margin-top: -0.4em;
}
.sec-company04 .sec-txt {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-company04 .sec-txt {
    margin-bottom: 4em;
  }
}
.sec-company04 .sec-txt p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec-company04 .sec-txt p {
    font-size: 1.025em;
  }
}
.sec-company04 .sec-txt ul {
  margin-top: 2em;
}
.sec-company04 .sec-txt ul li {
  font-size: 0.95em;
  margin-top: 1em;
}/*# sourceMappingURL=sub.css.map */