/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  z-index: 2;
}
#page-ttl::before {
  margin-left: 40%;
  transform: scale(-1.2, 1.2);
}
#page-ttl .pgttl-inner {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    padding-top: 90px;
    padding-bottom: 72px;
  }
}
#page-ttl .pgttl-inner h2 span.__en {
  font-size: 6rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 4.5em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 3.25em;
  }
}
#page-ttl .pgttl-inner h2 span.__jp {
  color: #222;
}

.__breadcrumbs {
  color: #fff;
  background-color: #005b9a;
}
@media screen and (max-width: 991px) {
  .__breadcrumbs {
    padding: 0.1em 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;
}
.__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .__breadcrumbs ul li.__txtlimit {
    max-width: 13em;
  }
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

/* business.html
---------------------------------------------------- */
.sec-business-list::before {
  inset: auto;
  top: 50%;
  transform: translateY(-50%) scale(1.2);
  margin-left: -70%;
}
.sec-business-list::after {
  display: block;
  inset: auto;
  bottom: 0;
  margin-left: 40%;
}
.sec-business-list .sec-intro p {
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-business-list .sec-intro p {
    text-align: start;
  }
}
.sec-business-list .sec-content .sec-ttl {
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-business-list .sec-content .sec-ttl {
    padding-bottom: 1em;
  }
}
.sec-business-list .sec-content .sec-ttl h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-business-list .sec-content .business-list ul .business-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .sec-business-list .sec-content .business-list ul .business-list-item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-business-list .sec-content .business-list ul .business-list-item {
    padding-top: 40px;
  }
}
.sec-business-list .sec-content .business-list ul .business-list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sec-business-list .sec-content .business-list ul .business-list-item .item-content {
  width: calc(100% - 30 * 1rem - 7.5 * 1rem);
}
@media screen and (max-width: 991px) {
  .sec-business-list .sec-content .business-list ul .business-list-item .item-content {
    width: 100%;
  }
}
.sec-business-list .sec-content .business-list ul .business-list-item .item-content h4 {
  margin-top: -1em;
}
@media screen and (max-width: 991px) {
  .sec-business-list .sec-content .business-list ul .business-list-item .item-content h4 {
    margin-top: 0;
  }
}
.sec-business-list .sec-content .business-list ul .business-list-item .item-content p {
  margin-top: 1em;
}
.sec-business-list .sec-content .business-list ul .business-list-item .item-img {
  width: 30rem;
  aspect-ratio: 3/2;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .sec-business-list .sec-content .business-list ul .business-list-item .item-img {
    width: min(100%, 480px);
    margin: 0 auto;
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business-list .sec-content .business-list ul .business-list-item .item-img {
    margin-top: 1.6em;
  }
}
.sec-business-list .sec-content .business-list ul .business-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-business_products {
  color: #fff;
  background-color: #005b9a;
}
.sec-business_products::before {
  inset: auto;
  bottom: 0;
  margin-left: 40%;
}
.sec-business_products .sec-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-business_products .product-list {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-business_products .product-list {
    margin-top: 1em;
  }
}
.sec-business_products .product-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-business_products .product-list ul {
    justify-content: center;
  }
}
.sec-business_products .product-list ul .product-list-item {
  width: calc(33.3333333333% - 1.3333333333em);
  margin-right: 2em;
  margin-top: 2em;
}
.sec-business_products .product-list ul .product-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-business_products .product-list ul .product-list-item {
    width: calc(50% - 0.3em);
    margin-right: 0.6em;
    margin-top: 1em;
  }
  .sec-business_products .product-list ul .product-list-item:nth-of-type(3n) {
    margin-right: 0.6em;
  }
  .sec-business_products .product-list ul .product-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.sec-business_products .product-list ul .product-list-item .item-img {
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.sec-business_products .product-list ul .product-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-business_products .product-list ul .product-list-item .item-name {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-business_products .product-list ul .product-list-item .item-name {
    margin-top: 0.4em;
  }
}
.sec-business_products .product-list ul .product-list-item .item-name p {
  text-align: center;
}

.sec-business_flow::before {
  inset: auto;
  bottom: 0;
  margin-left: 40%;
}
.sec-business_flow .sec-ttl {
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-business_flow .sec-ttl {
    padding-bottom: 1em;
  }
}
.sec-business_flow .sec-ttl h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-business_flow .flow-list {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-business_flow .flow-list {
    margin-top: 3em;
  }
}
.sec-business_flow .flow-list ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-business_flow .flow-list ul .flow-list-item {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec-business_flow .flow-list ul .flow-list-item {
    margin-bottom: 2em;
  }
}
.sec-business_flow .flow-list ul .flow-list-item::after {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 1/2;
  background-image: url(../images/arrow-down_blue.png);
  background-size: cover;
  transform: translateY(1.6em);
}
@media screen and (max-width: 767px) {
  .sec-business_flow .flow-list ul .flow-list-item::after {
    width: 0.7em;
    transform: translateY(1em);
  }
}
.sec-business_flow .flow-list ul .flow-list-item:last-of-type {
  margin-bottom: 0;
}
.sec-business_flow .flow-list ul .flow-list-item:last-of-type::after {
  display: none;
}
.sec-business_flow .flow-list ul .flow-list-item h4 {
  display: flex;
  align-items: center;
}
.sec-business_flow .flow-list ul .flow-list-item h4 span.__num-label {
  margin-right: 1.2em;
}
.sec-business_flow .flow-list ul .flow-list-item h4 span.__txt {
  margin-top: -0.2em;
}

/* facilities.html
---------------------------------------------------- */
.sec-facility-list::before {
  inset: auto;
  bottom: 10%;
  margin-left: 30%;
}
.sec-facility-list .sec-ttl {
  margin-top: 2em;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-facility-list .sec-ttl {
    margin-top: 0;
    padding-bottom: 1em;
  }
}
.sec-facility-list .content-inner-wrap {
  border-bottom: solid 1px #909090;
}
.sec-facility-list .facility-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-facility-list .facility-slider {
    margin-top: 2em;
  }
}
.sec-facility-list .facility-slider .swiper {
  margin: 0;
}
.sec-facility-list .facility-slider .slider-main {
  background-color: #333;
  width: 55rem;
  aspect-ratio: 4/3;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .sec-facility-list .facility-slider .slider-main {
    width: 100%;
  }
}
.sec-facility-list .facility-slider .slider-main .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.sec-facility-list .facility-slider .slider-main .swiper-wrapper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
}
.sec-facility-list .facility-slider .slider-main .swiper-wrapper .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-facility-list .facility-slider .slider-thumbnail {
  width: calc(100% - 55 * 1rem - 2em);
}
@media screen and (max-width: 767px) {
  .sec-facility-list .facility-slider .slider-thumbnail {
    width: 100%;
  }
}
.sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper {
    margin-top: 1em;
  }
}
.sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
  position: relative;
  width: calc(33.3333333333% - 0.6666666667em) !important;
  aspect-ratio: 1/1;
  margin-top: 1em;
  margin-right: 1em !important;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(33.3333333333% - 0.4em) !important;
    margin-top: 0.6em;
    margin-right: 0.6em !important;
  }
}
.sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(3n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(25% - 0.45em) !important;
  }
  .sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(3n) {
    margin-right: 0.6em !important;
  }
  .sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper .swiper-slide:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}
.sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper .swiper-slide::before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background-color: #00a7cb;
  opacity: 0;
  transition: all 0.24s ease;
}
.sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-facility-list .facility-slider .slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0.6;
}
.sec-facility-list .facility-table {
  overflow-x: auto;
  margin-top: 3em;
}
.sec-facility-list .facility-table table {
  width: 100%;
  background-color: #fff;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.sec-facility-list .facility-table td, .sec-facility-list .facility-table th {
  padding: 0.8em 1.4em;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  .sec-facility-list .facility-table td, .sec-facility-list .facility-table th {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.sec-facility-list .facility-table th {
  color: #fff;
  background-color: #333;
  font-weight: 500;
  font-size: 0.95em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.sec-facility-list .js-scrollable .scroll-hint-icon {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2;
  height: 90px !important;
}

/* company.html
---------------------------------------------------- */
.sec-company01::before {
  margin-left: -85%;
}
.sec-company01 .sec-ttl {
  margin-top: 2em;
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-ttl {
    margin-top: 0;
    padding-bottom: 1em;
  }
}
.sec-company01 .sec-ttl h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-company01 .sec-txt {
  margin-top: 2.4em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-txt {
    margin-top: 2em;
  }
}
.sec-company01 .sec-txt p {
  margin-top: 1em;
}
.sec-company01 .sec-txt p.__name {
  text-align: end;
  font-size: 0.95em;
  margin-top: 2em;
}
.sec-company01 .sec-txt p.__name em {
  font-size: 1.5em;
}

.sec-company02 {
  color: #fff;
  background-color: #005b9a;
}
.sec-company02::before {
  margin-left: 30%;
}
.sec-company02 .sec-ttl {
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-ttl {
    padding-bottom: 1em;
  }
}
.sec-company02 .sec-ttl h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-company02 .outline-table {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .outline-table {
    margin-top: 1em;
  }
}
.sec-company02 .outline-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-company02 .outline-table dl {
    display: block;
  }
}
.sec-company02 .outline-table dl dt, .sec-company02 .outline-table dl dd {
  font-size: 1em;
}
.sec-company02 .outline-table dl dt {
  width: 11em;
  padding: 1.8em 0;
  border-bottom: solid 3px #fff;
}
@media screen and (max-width: 767px) {
  .sec-company02 .outline-table dl dt {
    width: 100%;
    padding-top: 1.4em;
    padding-bottom: 0.6em;
    border-bottom: none;
  }
}
.sec-company02 .outline-table dl dd {
  width: calc(100% - 11em);
  padding: 1.8em 0;
  padding-left: 2em;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .sec-company02 .outline-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.4em;
    padding-left: 0;
  }
}
.sec-company02 .outline-table dl dd a {
  display: inline;
  font-size: 1em;
}

.sec-company03::before {
  margin-left: -85%;
}
.sec-company03 .sec-ttl {
  border-bottom: solid 1px #d7d7d7;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-company03 .sec-ttl {
    padding-bottom: 1em;
  }
}
.sec-company03 .sec-ttl h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sec-company03 .map-name {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .sec-company03 .map-name {
    margin-top: 3em;
    margin-bottom: 1em;
  }
}
.sec-company03 .map-name h4 {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .sec-company03 .map-name h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .map-name h4 {
    font-size: 1.25em;
  }
}
.sec-company03 .map-wrap {
  background-color: #efefef;
  width: 100%;
  height: 37.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-company03 .map-wrap {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .map-wrap {
    height: 300px;
  }
}
.sec-company03 .map-wrap iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */