/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  overflow: clip;
}
#page-ttl::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/1080;
  background-image: url(../images/contents-bgimg01.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #page-ttl::before {
    transform: scale(1.2);
    transform-origin: 50% 0%;
  }
}
#page-ttl .pgttl-inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner {
    margin-top: 2em;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
#page-ttl .pgttl-inner h2 span.__en {
  font-size: max(7.5rem, 4.75em);
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 3.5em;
  }
}

.__breadcrumbs {
  color: #fff;
  background-color: #222e38;
}
.__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;
}
@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;
}

.__table-style dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style dl {
    display: block;
  }
}
.__table-style dl dt, .__table-style dl dd {
  font-size: 1em;
}
.__table-style dl dt {
  font-weight: 600;
  width: 10em;
  padding: 1.6em 0;
  border-bottom: solid 1px #4590d0;
}
@media screen and (max-width: 767px) {
  .__table-style dl dt {
    font-size: 0.9em;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 1.2em;
    padding-bottom: 0.6em;
  }
}
.__table-style dl dd {
  width: calc(100% - 10em);
  padding: 1.6em 0;
  padding-left: 2em;
  border-bottom: solid 1px #111820;
}
@media screen and (max-width: 767px) {
  .__table-style dl dd {
    width: 100%;
    padding-top: 0.8em;
    padding-bottom: 1.2em;
    padding-left: 0;
  }
}
.__table-style dl dd a {
  display: inline;
  font-size: 1em;
}

.slider-flowing {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .slider-flowing {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.slider-flowing .swiper-wrapper {
  transition-timing-function: linear;
}
.slider-flowing .swiper-wrapper .swiper-slide {
  aspect-ratio: 3/2;
}
.slider-flowing .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* business.html
---------------------------------------------------- */
.sec-business_intro {
  background-color: #fff;
  padding-bottom: 2em;
}
.sec-business_intro .sec-inner {
  display: flex;
  justify-content: space-between;
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-business_intro .sec-inner {
    margin-top: -1em;
  }
}
@media screen and (max-width: 991px) {
  .sec-business_intro .sec-inner {
    display: block;
  }
}
.sec-business_intro .sec-inner .left-content {
  width: calc(100% - max(35%, 22em) - 10 * 1rem);
}
@media screen and (max-width: 991px) {
  .sec-business_intro .sec-inner .left-content {
    width: 100%;
  }
}
.sec-business_intro .sec-inner .left-content .sec-intro p {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-business_intro .sec-inner .left-content .sec-intro p {
    font-size: 1em;
  }
}
.sec-business_intro .sec-inner .left-content .sec-intro h3 {
  font-size: max(2rem, 1.5em);
}
@media screen and (max-width: 767px) {
  .sec-business_intro .sec-inner .left-content .sec-intro h3 {
    font-size: 1.25em;
  }
}
.sec-business_intro .sec-inner .left-content .sec-txt {
  margin-top: 1em;
}
.sec-business_intro .sec-inner .anchor-link-list {
  width: max(35%, 22em);
}
@media screen and (max-width: 991px) {
  .sec-business_intro .sec-inner .anchor-link-list {
    width: 100%;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business_intro .sec-inner .anchor-link-list {
    margin-top: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-business_intro .sec-inner .anchor-link-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-business_intro .sec-inner .anchor-link-list ul .anchor-link {
  width: 100%;
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-business_intro .sec-inner .anchor-link-list ul .anchor-link {
    width: calc(50% - 0.5em);
    margin-top: 1em;
    margin-right: 1em;
  }
  .sec-business_intro .sec-inner .anchor-link-list ul .anchor-link:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-business_intro .sec-inner .anchor-link-list ul .anchor-link {
    width: 100%;
    margin-right: 0;
  }
}
.sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a {
  font-size: max(1rem, 0.95em);
  justify-content: space-between;
}
.sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a span.__txt {
  display: flex;
  width: auto;
}
.sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a span.__txt .__num {
  font-weight: 400;
  font-size: 1.25em;
  display: inline-block;
  margin-top: 0.1em;
  margin-right: 0.6em;
  padding-right: 0.6em;
  border-right: solid 1px #fff;
}
.sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a span.__arrow::before, .sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a span.__arrow::after {
  background-image: url(../images/arrow-down_white.png);
}
.sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a span.__arrow::before {
  transform: translateY(-150%);
}
.sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a:hover span.__arrow::before, .sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a:hover span.__arrow::after {
  transition: all 0.4s ease;
}
.sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a:hover span.__arrow::before {
  transform: translateY(0);
}
.sec-business_intro .sec-inner .anchor-link-list ul .anchor-link a:hover span.__arrow::after {
  transform: translateY(150%);
}

.sec-business::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  transform: scale(-1);
  width: 100%;
  aspect-ratio: 1920/1080;
  background-image: url(../images/contents-bgimg02.jpg);
  background-size: cover;
}
.sec-business .slider-flowing {
  margin-top: 2em;
}
.sec-business .sec-ttl {
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-ttl {
    margin-top: -1em;
  }
}
.sec-business .sec-ttl h3 {
  padding-top: 5.625rem;
}
@media screen and (max-width: 991px) {
  .sec-business .sec-ttl h3 {
    padding-top: 0;
  }
}
.sec-business .sec-ttl h3 span.__jp {
  align-items: flex-start;
  font-size: max(2.5rem, 1.75em);
}
@media screen and (max-width: 767px) {
  .sec-business .sec-ttl h3 span.__jp {
    font-size: 1.425em;
    justify-content: flex-start;
    text-align: start;
  }
}
.sec-business .sec-ttl h3 span.__jp::before {
  display: none;
}
.sec-business .sec-ttl h3 span.__jp .__num {
  background: linear-gradient(100deg, #4590d0, #2560b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Red Rose", serif;
  font-weight: 400;
  font-size: 1.125em;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-business .sec-ttl h3 span.__jp .__num {
    font-size: 1.25em;
  }
}
.sec-business .sec-ttl h3 span.__jp .__txt .__nowrap {
  display: inline-block;
}
.sec-business .sec-ttl h4 {
  font-weight: 600;
  font-size: max(1.5rem, 1.25em);
  margin-top: 0.2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .sec-business .sec-ttl h4 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-ttl h4 {
    text-align: start;
    font-size: 1.125em;
    margin-top: 1em;
  }
}
.sec-business .sec-content {
  margin-top: 3.6em;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-content {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-content {
    margin-top: 3em;
  }
}
.sec-business .sec-content.__content-style01 {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-content.__content-style01 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-content.__content-style01 {
    display: block;
  }
}
.sec-business .sec-content.__content-style01 .img-wrap {
  width: min(30rem, 400px);
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-content.__content-style01 .img-wrap {
    aspect-ratio: 4/3;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .sec-content.__content-style01 .img-wrap {
    width: min(100%, 400px);
    aspect-ratio: 3/2;
    margin-bottom: 3em;
  }
}
.sec-business .sec-content.__content-style01 .txt-wrap {
  width: calc(100% - min(30 * 1rem, 400px) - 7.5 * 1rem);
}
@media screen and (max-width: 767px) {
  .sec-business .sec-content.__content-style01 .txt-wrap {
    width: 100%;
  }
}
.sec-business .sec-content .content-ttl h4 {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .sec-business .sec-content .content-ttl h4 {
    font-size: 1.125em;
  }
}
.sec-business .sec-content .content-txt {
  margin-top: 1.2em;
}
@media screen and (max-width: 767px) {
  .sec-business .sec-content .content-txt {
    margin-top: 0.6em;
  }
}
.sec-business .sec-content .content-txt p {
  margin-top: 0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-business .sec-content .content-txt p {
    margin-top: 0;
  }
}
.sec-business .feature-content {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .sec-business .feature-content {
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .feature-content {
    margin-top: 3.2em;
  }
}
.sec-business .feature-content .flex-wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .sec-business .feature-content .flex-wrap .txt-wrap .content-ttl {
    text-align: center;
  }
}
.sec-business .feature-content .flex-wrap .txt-wrap dl {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-business .feature-content .flex-wrap .txt-wrap dl {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .feature-content .flex-wrap .txt-wrap dl {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-business .feature-content .flex-wrap .txt-wrap dl dt {
    text-align: center;
    margin-bottom: 0.6em;
  }
}
.sec-business .feature-content .flex-wrap .img-wrap {
  position: relative;
  overflow: clip;
  min-height: 22.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-business .feature-content .flex-wrap .img-wrap {
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 4em;
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .sec-business .feature-content .flex-wrap .img-wrap {
    margin-bottom: 3em;
  }
}
.sec-business .feature-content .flex-wrap .img-wrap img {
  position: absolute;
  inset: 0;
}

/* point.html
---------------------------------------------------- */
.sec-point:nth-of-type(1) {
  background-color: #fff;
}
.sec-point:nth-of-type(1) .sec-content {
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .sec-point:nth-of-type(1) .sec-content {
    margin-top: -1em;
  }
}
.sec-point::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  transform: scale(-1);
  width: 100%;
  aspect-ratio: 1920/1080;
  background-image: url(../images/contents-bgimg02.jpg);
  background-size: cover;
}
.sec-point .sec-content {
  margin-top: -1em;
}
.sec-point .sec-content.__content-style01 .img-wrap {
  aspect-ratio: 5/3;
}
@media screen and (max-width: 991px) {
  .sec-point .sec-content.__content-style01 .img-wrap {
    aspect-ratio: 3/2;
  }
}
.sec-point .sec-content .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-point .sec-content .sec-txt {
    margin-top: 1em;
  }
}
.sec-point .sec-content .sec-img.flex-img {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-point .sec-content .sec-img.flex-img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-point .sec-content .sec-img.flex-img {
    margin-top: 2em;
  }
}
.sec-point .sec-content .sec-img.flex-img .img-wrap {
  width: calc(33.3333333333% - 0.6666666667em);
  aspect-ratio: 3/2;
}
@media screen and (max-width: 991px) {
  .sec-point .sec-content .sec-img.flex-img .img-wrap {
    width: 480px;
    margin: 0 auto;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-point .sec-content .sec-img.flex-img .img-wrap {
    width: min(100%, 400px);
  }
}
.sec-point .sec-content .sec-img.flex-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-point .merit-list {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-point .merit-list {
    margin-top: 2em;
  }
}
.sec-point .merit-list ul .merit-list-item {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #4590d0;
  padding: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-point .merit-list ul .merit-list-item {
    display: block;
    padding: 1.6em;
  }
}
.sec-point .merit-list ul .merit-list-item .item-illust {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100px;
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .sec-point .merit-list ul .merit-list-item .item-illust {
    width: 72px;
    margin: 0 auto;
  }
}
.sec-point .merit-list ul .merit-list-item .item-illust img {
  width: 85%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec-point .merit-list ul .merit-list-item .item-illust img {
    width: 100%;
  }
}
.sec-point .merit-list ul .merit-list-item .item-content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-point .merit-list ul .merit-list-item .item-content {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-point .merit-list ul .merit-list-item .item-content h4 {
    text-align: center;
  }
}
.sec-point .merit-list ul .merit-list-item .item-content p {
  margin-top: 0.6em;
}

.sec-point_jis .sec-content {
  display: flex;
}
@media screen and (max-width: 991px) {
  .sec-point_jis .sec-content {
    display: block;
  }
}
.sec-point_jis .sec-content .txt-wrap {
  width: calc(100% - 32.5 * 1rem - 10 * 1rem);
}
@media screen and (max-width: 991px) {
  .sec-point_jis .sec-content .txt-wrap {
    width: 100%;
  }
}
.sec-point_jis .sec-content .txt-wrap .pdf-link {
  margin-top: 2em;
}
.sec-point_jis .sec-content .txt-wrap .pdf-link .__linkbtn02 a {
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .sec-point_jis .sec-content .txt-wrap .pdf-link .__linkbtn02 a {
    font-size: 0.95em;
  }
}
.sec-point_jis .sec-content .img-wrap {
  width: 32.5rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sec-point_jis .sec-content .img-wrap {
    width: 480px;
    margin: 0 auto;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-point_jis .sec-content .img-wrap {
    width: min(100%, 400px);
  }
}

/* facility.html
---------------------------------------------------- */
.sec-facility {
  background-color: #fff;
}
.sec-facility .sec-txt {
  margin-top: 3em;
}
.sec-facility .sec-ttl {
  margin-top: -1em;
}
.sec-facility .equipment-list ul .equipment-list-item {
  margin-top: 3em;
}
.sec-facility .equipment-list ul .equipment-list-item .equipment-table {
  margin-top: 1em;
}
.sec-facility .equipment-list ul .equipment-list-item .equipment-table table {
  table-layout: fixed;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .sec-facility .equipment-list ul .equipment-list-item .equipment-table table {
    table-layout: auto;
  }
}
.sec-facility .equipment-list ul .equipment-list-item .equipment-table td, .sec-facility .equipment-list ul .equipment-list-item .equipment-table th {
  padding: 0.8em 1.4em;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
@media screen and (max-width: 767px) {
  .sec-facility .equipment-list ul .equipment-list-item .equipment-table td, .sec-facility .equipment-list ul .equipment-list-item .equipment-table th {
    padding: 0.8em 1em;
  }
}
.sec-facility .equipment-list ul .equipment-list-item .equipment-table th {
  background-color: #efefef;
  font-size: 0.9em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-facility .equipment-list ul .equipment-list-item .equipment-table th {
    font-size: 0.85em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec-facility .equipment-list ul .equipment-list-item .equipment-table td {
    font-size: 0.95em;
  }
}
.sec-facility .equipment-list ul .equipment-list-item .js-scrollable .scroll-hint-icon {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  height: 64px !important;
  z-index: 2;
}
.sec-facility .equipment-list ul .equipment-list-item .js-scrollable .scroll-hint-icon::before {
  width: 30px !important;
  height: 30px !important;
}
.sec-facility .equipment-list ul .equipment-list-item .js-scrollable .scroll-hint-icon::after {
  transform: scale(0.9);
}

/* company.html
---------------------------------------------------- */
.sec-company_greeting {
  background-color: #fff;
}
.sec-company_greeting::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  transform: scale(-1);
  width: 100%;
  aspect-ratio: 1920/1080;
  background-image: url(../images/contents-bgimg02.jpg);
  background-size: cover;
}
.sec-company_greeting .sec-ttl {
  margin-top: -2em;
}
@media screen and (max-width: 767px) {
  .sec-company_greeting .sec-ttl {
    margin-top: -1em;
  }
}
.sec-company_greeting .sec-txt {
  margin-top: 2em;
}
.sec-company_greeting .sec-txt p {
  margin-top: 1em;
}
.sec-company_greeting .sec-txt p.__name {
  font-size: 0.95em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .sec-company_greeting .sec-txt p.__name {
    margin-top: 2em;
  }
}
.sec-company_greeting .sec-txt p.__name em {
  font-size: 1.5em;
  margin-left: 1.5em;
}
@media screen and (max-width: 991px) {
  .sec-company_greeting .sec-txt p.__name em {
    font-size: 1.375em;
  }
}
.sec-company_greeting .sec-img {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company_greeting .sec-img {
    margin-top: 3em;
  }
}

.sec-company_profile {
  color: #fff;
  background-color: #222e38;
}
.sec-company_profile::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/contents-bg-object.png);
  background-size: auto 75%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sec-company_profile .sec-ttl {
  margin-top: -1em;
}
.sec-company_profile .sec-ttl span.__en {
  color: #fff;
  background: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.sec-company_profile .profile-table {
  margin-top: 2em;
}

.sec-company_history .sec-ttl {
  margin-top: -2em;
}
@media screen and (max-width: 767px) {
  .sec-company_history .sec-ttl {
    margin-top: -1em;
  }
}
.sec-company_history .history-table {
  margin-top: 2em;
}

.sec-company_access .sec-ttl {
  text-align: center;
}
.sec-company_access .map-wrap {
  background-color: #efefef;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 37.5rem;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-company_access .map-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company_access .map-wrap {
    height: 360px;
    margin-top: 2em;
  }
}
.sec-company_access .map-wrap iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */