@charset "UTF-8";
/* =========================================================
business
========================================================= */
.p-business-mv--wrap {
  height: 50vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-business-mv--wrap {
    height: 70vh;
  }
}
@media screen and (min-width: 620px) {
  .p-business-mv--wrap {
    height: 75vh;
  }
}
.p-business-mv picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}
.p-business-mv_title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: calc(50 * (100vw / 430));
  font-weight: bold;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 430px) {
  .p-business-mv_title {
    font-size: calc(70 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-business-mv_title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-business-mv_title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-business-mv_title {
    font-size: 80px;
  }
}
.p-business-mv_title .reduce {
  display: block;
  font-size: 30%;
}
@media screen and (min-width: 992px) {
  .p-business-mv_title .reduce {
    font-size: 20%;
    letter-spacing: .5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-business-mv_title .reduce {
    font-size: 30%;
  }
}
.p-business-info_primary {
  background-image: url(../images/common/bg_mission.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #01A7EA;
}
.p-business-info_primary--wrap {
  padding: calc(100 * (100vw / 992)) 5vw;
  margin: auto;
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .p-business-info_primary--wrap {
    max-width: none;
    padding: calc(100 * (100vw / 1920)) 5vw;
    max-width: 1400px;
  }
}
.p-business-info_primary .title {
  color: #fff;
  font-size: calc(53 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-business-info_primary .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-business-info_primary .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-business-info_primary .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-business-info_primary .title {
    font-size: 80px;
  }
}
.p-business-info_primary .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-business-info_primary .title .reduce {
  color: #fff;
  display: block;
  font-size: 30%;
}
.p-business-info_primary .text {
  color: #fff;
  font-size: clamp(18px, 3.21vw, 32px);
  line-height: 1.8;
  margin: 35px 0 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .p-business-info_primary .text {
    font-size: 32px;
  }
}
.p-business-info_primary .text .reduce {
  color: #fff;
  display: block;
  font-size: 60%;
}
.p-business-info_secondary--wrap {
  padding: calc(100 * (100vw / 992)) 5vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-business-info_secondary--wrap {
    max-width: none;
    padding: calc(100 * (100vw / 1920)) 5vw;
    max-width: 1400px;
  }
}
.p-business-info_secondary .index {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.p-business-info_secondary .index > li {
  margin: 0 0 6px;
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .p-business-info_secondary .index > li {
    margin: 0 0 10px;
    width: calc(100% / 4);
  }
}
@media screen and (min-width: 1200px) {
  .p-business-info_secondary .index > li {
    width: calc(100% / 5);
  }
}
@media screen and (min-width: 1440px) {
  .p-business-info_secondary .index > li {
    width: calc(100% / 6);
  }
}
.p-business-info_secondary .index > li a {
  background-color: #223f88;
  border: 2px solid #223f88;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(13px, 1.61vw, 16px);
  font-weight: bold;
  display: block;
  padding: 10px 5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-business-info_secondary .index > li a {
    font-size: 16px;
    padding: 10px 0;
  }
}
.p-business-info_secondary .index > li a:hover {
  background-color: #fff;
  color: #223f88;
}
.p-business-info_secondary .other {
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  margin: 65px auto 0;
  padding: 25px;
}
.p-business-info_secondary .other > li {
  font-size: clamp(13px, 1.61vw, 16px);
  margin: 0 5px 8px 0;
}
@media screen and (min-width: 992px) {
  .p-business-info_secondary .other > li {
    font-size: 16px;
  }
}
.p-business-info_secondary .other > li:not(:last-of-type)::after {
  content: '、';
}
.p-business-info_secondary figure {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 80px;
  scroll-margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .p-business-info_secondary figure {
    flex-direction: row-reverse;
    margin: 0 0 100px;
  }
}
.p-business-info_secondary figure:nth-of-type(2n+1) {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-business-info_secondary figure:nth-of-type(2n+1) {
    flex-direction: row;
  }
}
.p-business-info_secondary figure:nth-of-type(2n+1) .image {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 3% 0;
  max-width: 500px;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .p-business-info_secondary figure:nth-of-type(2n+1) .image {
    margin: 0 3% 0 0;
    max-width: none;
    width: 52%;
  }
}
.p-business-info_secondary figure:last-of-type {
  margin: 0;
}
.p-business-info_secondary figure .image {
  margin: 0 0 3% 0;
  max-width: 500px;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .p-business-info_secondary figure .image {
    margin: 0 0 0 3%;
    max-width: none;
    width: 52%;
  }
}
.p-business-info_secondary figure figcaption {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-business-info_secondary figure figcaption {
    padding: 0 4%;
    width: 45%;
  }
}
.p-business-info_secondary figure figcaption > .title {
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-business-info_secondary figure figcaption > .title {
    font-size: calc(28 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-business-info_secondary figure figcaption > .title {
    font-size: calc(34 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-business-info_secondary figure figcaption > .title {
    font-size: calc(34 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-business-info_secondary figure figcaption > .title {
    font-size: 34px;
  }
}
.p-business-info_secondary figure figcaption > .title .reduce {
  display: block;
  font-size: 30%;
  letter-spacing: 0.5rem;
}
.p-business-info_secondary figure figcaption > .text {
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
  margin: 15px auto 0;
  max-width: 1200px;
}
@media screen and (min-width: 992px) {
  .p-business-info_secondary figure figcaption > .text {
    font-size: 18px;
    margin: 35px auto 0;
  }
}
.p-business-info_secondary figure figcaption > .btn {
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-business-info_secondary figure figcaption > .btn {
    margin: 50px auto 0;
  }
}
.p-business-info_secondary figure figcaption > .btn label {
  border: 1px solid #01A7EA;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #01A7EA;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 15px 25px;
  max-width: 400px;
  transition: .4s;
  text-align: center;
}
.p-business-info_secondary figure figcaption > .btn label::after {
  background-image: url(../images/common/icon_arrow08.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 620px) {
  .p-business-info_secondary figure figcaption > .btn label::after {
    height: 25px;
    width: 25px;
  }
}
.p-business-info_secondary figure figcaption > .btn label:hover {
  background: #def6ff;
}
.p-business-info_secondary figure figcaption > .btn + .btn {
  margin: 10px auto 0;
}
@media screen and (min-width: 768px) {
  .p-business-info_secondary figure figcaption > .btn + .btn {
    margin: 20px auto 0;
  }
}
.p-business-achieve {
  background-color: #01A7EA;
}
.p-business-achieve--wrap {
  margin: auto;
  max-width: 1400px;
  padding: 60px 3%;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-business-achieve--wrap {
    padding: 100px 5%;
  }
}
.p-business-achieve .title {
  color: #fff;
  font-size: calc(52 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-business-achieve .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-business-achieve .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-business-achieve .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-business-achieve .title {
    font-size: 80px;
  }
}
.p-business-achieve .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-business-achieve .title .reduce {
  color: #fff;
  display: block;
  font-size: 30%;
}
.p-business-achieve_items {
  border-top: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 0;
}
.p-business-achieve_items > li {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.4;
  padding: 14px 5px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-business-achieve_items > li {
    font-size: 16px;
    padding: 30px 5px;
    width: 50%;
  }
}
.p-business-achieve_items > li .period {
  color: #fff;
  margin: 0 10px 0 0;
}
.p-business-achieve_items > li .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  flex-grow: 1;
  margin: 5px 0;
}
.p-business-achieve_morewrap {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .p-business-achieve_morewrap {
    margin: 50px 0 0;
  }
}
.p-business-achieve_morewrap button {
  background: none;
  border: 1px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 15px 25px;
  max-width: 360px;
  transition: .4s;
  text-align: center;
  width: 90%;
}
.p-business-achieve_morewrap button::after {
  background-image: url(../images/common/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 620px) {
  .p-business-achieve_morewrap button::after {
    height: 25px;
    width: 25px;
  }
}
.p-business-achieve_morewrap button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-business-modal_body {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: .4s;
}
.p-business-modal_overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.p-business-modal_contet {
  background: #fff;
  max-width: 1100px;
  max-height: 90%;
  overflow: auto;
  padding: 20px;
  position: relative;
  width: 90%;
}
.p-business-modal_contet .images {
  display: flex;
  flex-wrap: wrap;
}
.p-business-modal_contet .images > li {
  padding: 4px;
  width: calc(100% / 2);
}
@media screen and (min-width: 768px) {
  .p-business-modal_contet .images > li {
    width: calc(100% / 4);
  }
}
.p-business-modal_contet--close {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(80, 80, 80, 0.4);
  border-radius: 50px;
  color: #2d424b;
  cursor: pointer;
  position: absolute;
  top: 1vh;
  right: 1vw;
  z-index: 1;
  font-size: 26px;
  height: 32px;
  width: 32px;
  text-align: center;
}
.p-business-modal_close {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(80, 80, 80, 0.4);
  border-radius: 50px;
  color: #2d424b;
  cursor: pointer;
  position: absolute;
  top: 1vh;
  right: 1vw;
  z-index: 1;
  font-size: 26px;
  height: 32px;
  width: 32px;
  text-align: center;
}
.p-business-modal_gallery {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: auto;
  height: 90%;
  width: 90vw;
  overflow: auto;
  padding: 3vw 2vw;
  position: fixed;
  left: 5vw;
  bottom: 5%;
}
@media screen and (min-width: 992px) {
  .p-business-modal_gallery {
    width: 80vw;
    left: 10vw;
  }
}
.p-business-modal_gallery .figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  width: 50%;
}
@media screen and (min-width: 992px) {
  .p-business-modal_gallery .figure {
    padding: 15px;
    width: 25%;
  }
}
.p-business-modal_gallery .figure + .title {
  margin: 25px 0 0;
}
.p-business-modal_gallery .caption {
  margin: 15px 0 0;
}
.p-business-modal_gallery .title {
  background: #01A7EA;
  color: #fff;
  font-size: clamp(16px, 2.01vw, 20px);
  font-weight: bold;
  text-align: center;
  padding: 10px 0 6px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-business-modal_gallery .title {
    font-size: 20px;
  }
}
.p-business-modal_gallery .text {
  font-size: clamp(13px, 1.61vw, 16px);
}
@media screen and (min-width: 992px) {
  .p-business-modal_gallery .text {
    font-size: 16px;
  }
}
.p-business-modal_checkbox:checked + .p-business-modal_body {
  opacity: 1;
  visibility: visible;
  max-height: 999vh;
}
