/* =========================================================
top
========================================================= */
.p-top-mv {
  position: relative;
}
.p-top-mv--wrap {
  height: 75vh;
  overflow: hidden;
}
@media screen and (min-width: 430px) {
  .p-top-mv--wrap {
    height: 85vh;
  }
}
@media screen and (min-width: 620px) {
  .p-top-mv--wrap {
    height: 95vh;
  }
}
.p-top-mv picture {
  height: 75vh;
  position: fixed;
  z-index: 0;
  top: 0;
}
@media screen and (min-width: 430px) {
  .p-top-mv picture {
    height: 85vh;
  }
}
@media screen and (min-width: 620px) {
  .p-top-mv picture {
    height: 95vh;
    width: 100vw;
  }
}
.p-top-mv picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}
.p-top-mv_title {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: calc(50 * (100vw / 430));
  font-weight: bold;
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 430px) {
  .p-top-mv_title {
    font-size: calc(70 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-mv_title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv_title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-mv_title {
    font-size: 80px;
  }
}
.p-top-mv_title .reduce {
  display: block;
  font-size: 30%;
  letter-spacing: .5rem;
}
.p-top-mv_news {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: flex;
  font-size: calc(16 * (100vw / 430));
  flex-wrap: wrap;
  max-width: 380px;
  padding: 20px;
  width: 94vw;
  position: absolute;
  right: 3vw;
  bottom: 5vw;
}
@media screen and (min-width: 430px) {
  .p-top-mv_news {
    font-size: calc(16 * (100vw / 620));
    width: auto;
    bottom: 2vw;
  }
}
@media screen and (min-width: 620px) {
  .p-top-mv_news {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv_news {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-mv_news {
    font-size: 16px;
  }
}
.p-top-mv_news .category {
  background-color: #223F88;
  border-radius: 50px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
  max-width: 150px;
  width: 40%;
}
.p-top-mv_news .date {
  color: #919191;
  flex-grow: 1;
  text-align: right;
  width: 60%;
}
.p-top-mv_news .text {
  margin: 15px 0 0;
}
.p-top-mv_news .text a {
  color: #223F88;
  font-size: calc(16 * (100vw / 430));
  text-decoration: underline;
}
@media screen and (min-width: 430px) {
  .p-top-mv_news .text a {
    font-size: calc(16 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-mv_news .text a {
    font-size: calc(16 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv_news .text a {
    font-size: calc(16 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-mv_news .text a {
    font-size: 16px;
  }
}
.p-top-mv_news .text a:hover {
  text-decoration: none;
}
.p-top-mission {
  background-image: url(../images/common/bg_mission.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #01A7EA;
  position: relative;
}
.p-top-mission--wrap {
  display: flex;
  padding: calc(100 * (100vw / 992)) 5vw;
  flex-direction: column;
  margin: auto;
  max-width: 540px;
}
@media screen and (min-width: 768px) {
  .p-top-mission--wrap {
    flex-direction: row;
    max-width: none;
    padding: calc(100 * (100vw / 1920)) 5vw;
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mission--left {
    width: 50%;
  }
}
.p-top-mission--left .title {
  color: #fff;
  font-size: calc(60 * (100vw / 430));
  line-height: 1.2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 430px) {
  .p-top-mission--left .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-mission--left .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-mission--left .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-mission--left .title {
    font-size: 80px;
  }
}
.p-top-mission--left .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-top-mission--left .title .reduce {
  display: block;
  font-size: 30%;
}
.p-top-mission--right {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-mission--right {
    margin: 0;
    width: 50%;
  }
}
.p-top-mission--right .title {
  color: #fff;
  font-size: calc(24 * (100vw / 430));
  line-height: 1.5;
  margin: 0 0 30px;
  max-width: 540px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 430px) {
  .p-top-mission--right .title {
    font-size: calc(34 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-mission--right .title {
    font-size: calc(34 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-mission--right .title {
    font-size: calc(34 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-mission--right .title {
    font-size: calc(34 * (100vw / 1200));
  }
}
@media screen and (min-width: 1200px) {
  .p-top-mission--right .title {
    font-size: 40px;
  }
}
.p-top-mission--right .text {
  color: #fff;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 560px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .p-top-mission--right .text {
    font-size: 16px;
  }
}
.p-top-mission--right .btn {
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-mission--right .btn {
    margin: 50px 0 0;
  }
}
.p-top-mission--right .btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  max-width: 360px;
  transition: .4s;
  text-align: center;
}
.p-top-mission--right .btn a::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-top-mission--right .btn a::after {
    height: 25px;
    width: 25px;
  }
}
.p-top-mission--right .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-top-service {
  background-color: #FAFAFA;
  position: relative;
}
.p-top-service--wrap {
  display: flex;
  padding: calc(100 * (100vw / 992)) 5vw;
  flex-direction: column;
  margin: auto;
  max-width: 1400px;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .p-top-service--wrap {
    flex-direction: row;
    max-width: none;
    padding: calc(100 * (100vw / 1920)) 5vw;
  }
}
.p-top-service--left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-service--left {
    width: 40%;
    margin: 0 10% 0 0;
  }
}
.p-top-service--left .title {
  color: #01A7EA;
  font-size: calc(60 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-top-service--left .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-service--left .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-service--left .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-service--left .title {
    font-size: 80px;
  }
}
.p-top-service--left .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-top-service--left .title .reduce {
  color: #000;
  display: block;
  font-size: 30%;
}
.p-top-service--right {
  margin: 15px 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-service--right {
    width: 50%;
  }
}
.p-top-service--right figure {
  width: 100%;
  aspect-ratio: 3.5 / 3;
  border-radius: 8px;
  overflow: hidden;
  position: sticky;
  top: 100px;
}
.p-top-service--right figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.p-top-service_list {
  border-top: 1px solid #EFEFEF;
  list-style: none;
  margin: 55px 0 0;
  padding: 0;
}
.p-top-service_list li {
  border-bottom: 1px solid #EFEFEF;
  margin: 0 0 10px;
  font-size: 1.1rem;
}
.p-top-service_list li a {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(16px, 2vw, 20px);
  gap: 8px;
  padding: 15px 5px;
}
@media screen and (min-width: 768px) {
  .p-top-service_list li a {
    padding: 20px 5px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-service_list li a {
    font-size: 20px;
    padding: 30px 5px;
  }
}
.p-top-service_list li a::after {
  background-image: url(../images/common/icon_arrow07.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 620px) {
  .p-top-service_list li a::after {
    height: 25px;
    width: 25px;
  }
}
.p-top-service_list li a .number {
  color: #01A7EA;
  font-weight: bold;
}
.p-top-service_list li:hover a {
  color: #01A7EA;
}
.p-top-philosophy {
  padding: 5vw 2.5vw;
  position: relative;
}
.p-top-philosophy--wrap {
  background-image: url(../images/top/bg_philosophy.webp);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: calc(120 * (100vw / 992)) 7vw;
}
@media screen and (min-width: 768px) {
  .p-top-philosophy--wrap {
    padding: calc(120 * (100vw / 1920)) 7vw;
  }
}
.p-top-philosophy .title {
  color: #fff;
  font-size: calc(24 * (100vw / 430));
  line-height: 1.5;
  margin: 0 0 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-top-philosophy .title {
    font-size: calc(34 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-philosophy .title {
    font-size: calc(34 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-philosophy .title {
    font-size: calc(34 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-philosophy .title {
    font-size: calc(34 * (100vw / 1200));
  }
}
@media screen and (min-width: 1200px) {
  .p-top-philosophy .title {
    font-size: 40px;
  }
}
.p-top-philosophy .text {
  color: #fff;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 2;
  margin: 0 0 2rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 992px) {
  .p-top-philosophy .text {
    font-size: 16px;
    text-align: center;
  }
}
.p-top-philosophy .btn {
  margin: 30px auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-philosophy .btn {
    margin: 50px auto 0;
  }
}
.p-top-philosophy .btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 15px 25px;
  max-width: 360px;
  transition: .4s;
  text-align: center;
}
.p-top-philosophy .btn a::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-top-philosophy .btn a::after {
    height: 25px;
    width: 25px;
  }
}
.p-top-philosophy .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-top-results {
  background-color: #fff;
  position: relative;
}
.p-top-results--wrap {
  padding: calc(120 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-top-results--wrap {
    padding: calc(120 * (100vw / 1920)) 8vw;
  }
}
.p-top-results_primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-results_primary {
    align-items: center;
    flex-direction: row;
  }
}
.p-top-results_primary .title {
  color: #01A7EA;
  font-size: calc(60 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-top-results_primary .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-results_primary .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-results_primary .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-results_primary .title {
    font-size: 80px;
  }
}
.p-top-results_primary .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-top-results_primary .title .reduce {
  display: block;
  font-size: 30%;
}
.p-top-results .btn {
  margin: 40px auto 0;
}
@media screen and (min-width: 992px) {
  .p-top-results .btn {
    margin: 0 0 0 20px;
  }
}
.p-top-results .btn a {
  border: 1px solid #01A7EA;
  border-radius: 50px;
  color: #01A7EA;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 15px 25px;
  max-width: 360px;
  width: 90%;
  transition: .4s;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-results .btn a {
    margin: 0;
    width: auto;
  }
}
.p-top-results .btn a::after {
  background-image: url(../images/common/icon_arrow03.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-top-results .btn a::after {
    height: 25px;
    width: 25px;
  }
}
.p-top-results .btn a:hover {
  background: #def6ff;
}
.p-top-results_secondary {
  margin: 30px 0 0;
}
@media screen and (min-width: 992px) {
  .p-top-results_secondary {
    margin: 50px 0 0;
  }
}
.p-top-results_list {
  overflow-x: scroll;
  padding: 0 0 25px;
}
.p-top-results_list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.p-top-results_list::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.p-top-results_list::-webkit-scrollbar-thumb {
  background-color: #01A7EA;
  border-radius: 4px;
}
.p-top-results_list::-webkit-scrollbar-thumb:hover {
  background-color: #018fc7;
}
.p-top-results_list--wrap {
  display: flex;
}
.p-top-results_list--wrap > article {
  margin: 0 5px;
  min-width: 150px;
  max-height: 200px;
}
@media screen and (min-width: 430px) {
  .p-top-results_list--wrap > article {
    margin: 0 10px;
    min-width: 200px;
    max-height: 200px;
  }
}
@media screen and (min-width: 620px) {
  .p-top-results_list--wrap > article {
    margin: 0 14px;
    min-width: 250px;
    max-height: 250px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-results_list--wrap > article {
    margin: 0 17px;
    min-width: 300px;
    max-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-results_list--wrap > article {
    margin: 0 20px;
    min-width: 350px;
    max-height: 350px;
  }
}
.p-top-results_list--wrap > article figure {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.p-top-results_list--wrap > article figure > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-top-results_list--wrap > article figure figcaption .title {
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.2;
  padding: 0 5%;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: .8rem;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-top-results_list--wrap > article figure figcaption .title {
    font-size: 16px;
  }
}
.p-top-results_list--wrap > article figure figcaption .title::after {
  background-image: url(../images/common/icon_plus01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 0 0 15px;
}
@media screen and (min-width: 620px) {
  .p-top-results_list--wrap > article figure figcaption .title::after {
    height: 35px;
    width: 35px;
  }
}
.p-top-results_modal {
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  display: none;
  max-height: 80%;
  max-width: 980px;
  width: 90%;
  overflow-y: scroll;
  padding: 20px 15px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 101;
}
.p-top-results_modal ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top-results_modal ul > li {
  margin: 5px;
  width: 25%;
}
.p-top-results_modal .close {
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 102;
}
.p-top-results_overlay {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.p-top-results .js-modal-open {
  background: none;
  border: none;
  color: #005BAC;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: underline;
}
.p-top-results .js-modal-open:hover {
  opacity: 0.8;
}
.p-top-news {
  background-color: #01A7EA;
  position: relative;
}
.p-top-news--wrap {
  padding: calc(120 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-top-news--wrap {
    padding: calc(120 * (100vw / 1920)) 8vw;
  }
}
.p-top-news_primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-news_primary {
    align-items: center;
    flex-direction: row;
  }
}
.p-top-news_primary .title {
  color: #fff;
  font-size: calc(60 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-top-news_primary .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-news_primary .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-news_primary .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-news_primary .title {
    font-size: 80px;
  }
}
.p-top-news_primary .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-top-news_primary .title .reduce {
  display: block;
  font-size: 30%;
}
.p-top-news_primary .btn {
  display: none;
  margin: 40px auto 0;
}
@media screen and (min-width: 992px) {
  .p-top-news_primary .btn {
    display: flex;
    justify-content: center;
    margin: 0 0 0 20px;
  }
}
.p-top-news_primary .btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  padding: 15px 25px;
  max-width: 360px;
  width: 90%;
  transition: .4s;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-top-news_primary .btn a {
    width: auto;
  }
}
.p-top-news_primary .btn a::after {
  background-image: url(../images/common/icon_arrow04.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-top-news_primary .btn a::after {
    height: 25px;
    width: 25px;
  }
}
.p-top-news_primary .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-top-news_secondary {
  display: flex;
  flex-direction: column;
  margin: 35px 0 0;
}
@media screen and (min-width: 992px) {
  .p-top-news_secondary {
    flex-direction: row;
  }
}
.p-top-news_secondary input[name="tab"] {
  display: none;
}
.p-top-news_secondary--left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-news_secondary--left {
    flex-direction: column;
    margin: 0;
    width: 20%;
  }
}
.p-top-news_secondary--left label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(13px, 1.61vw, 18px);
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .p-top-news_secondary--left label {
    font-size: 16px;
  }
}
.p-top-news_secondary--left label::before {
  content: '';
  display: block;
  border: 2px solid #fff;
  border-radius: 50px;
  margin: 0 1rem 0 0;
  height: 8px;
  width: 8px;
}
.p-top-news_secondary #tab1:checked ~ .p-top-news_secondary--left label[for="tab1"]::before,
.p-top-news_secondary #tab2:checked ~ .p-top-news_secondary--left label[for="tab2"]::before,
.p-top-news_secondary #tab3:checked ~ .p-top-news_secondary--left label[for="tab3"]::before,
.p-top-news_secondary #tab4:checked ~ .p-top-news_secondary--left label[for="tab4"]::before {
  background-color: #fff;
}
.p-top-news_secondary--right {
  flex: 1;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-top-news_secondary--right {
    width: 80%;
  }
}
.p-top-news_secondary--right .content {
  display: none;
}
.p-top-news_secondary--right .newslist {
  border-top: 1px solid #fff;
}
.p-top-news_secondary--right .newslist > li {
  border-bottom: 1px solid #fff;
}
.p-top-news_secondary--right .newslist > li > a, .p-top-news_secondary--right .newslist > li > label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.4;
  padding: 20px 5px;
}
@media screen and (min-width: 992px) {
  .p-top-news_secondary--right .newslist > li > a, .p-top-news_secondary--right .newslist > li > label {
    font-size: 16px;
    padding: 30px 5px;
  }
}
.p-top-news_secondary--right .newslist > li > a:hover, .p-top-news_secondary--right .newslist > li > label:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.p-top-news_secondary--right .newslist > li.no-post {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.4;
  padding: 30px 5px;
}
@media screen and (min-width: 992px) {
  .p-top-news_secondary--right .newslist > li.no-post {
    font-size: 16px;
  }
}
.p-top-news_secondary--right .newslist > li .date {
  color: #fff;
  margin: 0 10px 0 0;
}
.p-top-news_secondary--right .newslist > li .label {
  background-color: #fff;
  border-radius: 50px;
  color: #01A7EA;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 5px 15px 3px;
}
.p-top-news_secondary--right .newslist > li .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  flex-grow: 1;
  margin: 5px 0;
}
.p-top-news_secondary--right .newslist > li .text::after {
  background-image: url(../images/common/icon_arrow05.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-top-news_secondary--right .newslist > li .text::after {
    height: 25px;
    width: 25px;
  }
}
.p-top-news_secondary--right .newslist > li .text:hover {
  text-decoration: underline;
}
.p-top-news_secondary--right .newslist > li .text span {
  width: 90%;
}
.p-top-news_secondary #tab1:checked ~ .p-top-news_secondary--right #content1,
.p-top-news_secondary #tab2:checked ~ .p-top-news_secondary--right #content2,
.p-top-news_secondary #tab3:checked ~ .p-top-news_secondary--right #content3,
.p-top-news_secondary #tab4:checked ~ .p-top-news_secondary--right #content4 {
  display: block;
}
.p-top-news_secondary .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 40px 0 0;
}
@media screen and (min-width: 992px) {
  .p-top-news_secondary .btn {
    display: none;
    margin: 0 0 0 20px;
  }
}
.p-top-news_secondary .btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 1.61vw, 18px);
  margin: 0 5px 10px;
  padding: 13px 15px 12px;
  max-width: 400px;
  transition: .4s;
  text-align: center;
  width: 70%;
}
@media screen and (min-width: 992px) {
  .p-top-news_secondary .btn a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-news_secondary .btn a {
    margin: 0;
    width: auto;
  }
}
.p-top-news_secondary .btn a::after {
  background-image: url(../images/common/icon_arrow04.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-top-news_secondary .btn a::after {
    height: 25px;
    width: 25px;
  }
}
.p-top-news_secondary .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.p-top-modal {
  position: relative;
}
.p-top-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-top-modal_overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.p-top-modal_content {
  background-color: #fff;
  border-radius: 5px;
  height: 90%;
  width: 90vw;
  overflow: auto;
  padding: 6vh 2vw;
  position: fixed;
  left: 5vw;
  bottom: 5%;
}
@media screen and (min-width: 992px) {
  .p-top-modal_content {
    padding: 5vw;
  }
}
.p-top-modal_content .images {
  display: flex;
  flex-wrap: wrap;
}
.p-top-modal_content .images > li {
  padding: 4px;
  width: calc(100% / 2);
}
@media screen and (min-width: 768px) {
  .p-top-modal_content .images > li {
    width: calc(100% / 4);
  }
}
.p-top-modal_content .images > li img {
  border-radius: 5px;
}
.p-top-modal_content .caption {
  font-size: clamp(13px, 1.61vw, 16px);
  margin: 15px 0 0;
}
@media screen and (min-width: 992px) {
  .p-top-modal_content .caption {
    font-size: 16px;
  }
}
.p-top-modal_content--close {
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 2vh;
  right: 6vw;
  z-index: 1;
  font-size: 30px;
}
.p-top-modal_checkbox:checked + .p-top-modal_label + .p-top-modal_body {
  opacity: 1;
  visibility: visible;
  max-height: 999vh;
}
.p-top-about {
  background-color: #fff;
  position: relative;
}
.p-top-about--wrap {
  display: flex;
  padding: calc(100 * (100vw / 992)) 5vw;
  flex-direction: column;
  margin: auto;
  max-width: 1400px;
  width: 94%;
}
@media screen and (min-width: 768px) {
  .p-top-about--wrap {
    flex-direction: row;
    max-width: none;
    padding: calc(100 * (100vw / 1920)) 5vw;
  }
}
.p-top-about--left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about--left {
    width: 30%;
  }
}
.p-top-about--left .title {
  color: #01A7EA;
  font-size: calc(60 * (100vw / 430));
  line-height: 1.2;
}
@media screen and (min-width: 430px) {
  .p-top-about--left .title {
    font-size: calc(60 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-about--left .title {
    font-size: calc(80 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-about--left .title {
    font-size: calc(80 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-about--left .title {
    font-size: 80px;
  }
}
.p-top-about--left .title .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.p-top-about--left .title .reduce {
  color: #000;
  display: block;
  font-size: 30%;
}
.p-top-about--left .text {
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 2rem 0 0;
  max-width: 540px;
}
@media screen and (min-width: 992px) {
  .p-top-about--left .text {
    font-size: 16px;
    margin: 5rem 0 0;
  }
}
.p-top-about--right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 25px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-about--right {
    margin: 0 0 0 4%;
    width: 66%;
  }
}
.p-top-about_card {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 130px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-top-about_card {
    min-height: 260px;
  }
}
.p-top-about_card:hover {
  opacity: .7;
}
.p-top-about_card a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.p-top-about_card a .title {
  color: #fff;
  font-size: calc(20 * (100vw / 430));
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-top-about_card a .title {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-top-about_card a .title {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-top-about_card a .title {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-top-about_card a .title {
    font-size: 24px;
  }
}
.p-top-about_card a .title .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 70%;
  font-weight: 300;
}
.p-top-about_card a::after {
  background-image: url(../images/common/icon_arrow06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 4%;
  bottom: 4%;
}
@media screen and (min-width: 620px) {
  .p-top-about_card a::after {
    height: 45px;
    width: 45px;
  }
}
.p-top-about_card.company {
  background-image: url("../images/top/img_about01.webp");
  grid-row: span 2;
}
.p-top-about_card.history {
  background-image: url("../images/top/img_about02.webp");
}
.p-top-about_card.access {
  background-image: url("../images/top/img_about03.webp");
}
