@charset "UTF-8";
.is-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-pc-hidden {
    display: inline-block;
  }
}

.is-sp-hidden {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-sp-hidden {
    display: none;
  }
}

.corp_index .corp-page {
  padding-bottom: unset;
}

.corp_index .m-page-heading {
  border-bottom: none;
}

.top a {
  text-decoration: none;
  transition: opacity 0.2s;
}

.top a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.top__mv-box {
  background-image: url("../img/corp/mv-bg.jpg");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 1330px;
  padding-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .top__mv-box {
    padding-bottom: 40px;
    background-size: auto 480px;
  }
}

@media screen and (max-width: 640px) {
  .top__mv-box {
    background-size: auto 735px;
  }
}

@media screen and (max-width: 425px) {
  .top__mv-box {
    background-size: auto 550px;
  }
}

.top__mv {
  max-width: 1200px;
  margin: 0 auto;
  background-repeat: no-repeat;
  width: 91.25%;
}

.top__mv-contents {
  position: relative;
}

.top__mv-img {
  box-shadow: 0px 5px 14.4px 0.6px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 640px) {
  .top__mv-img {
    display: none;
  }
}

.top__mv-img-sp {
  box-shadow: 0px 5px 14.4px 0.6px rgba(0, 0, 0, 0.15);
  display: none;
}

@media screen and (max-width: 640px) {
  .top__mv-img-sp {
    display: block;
  }
}

.top__mv-text {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  justify-content: space-between;
  padding: 0 50px;
  align-items: center;
  display: none;
}

.top__mv-text-left {
  padding-left: 45px;
}

.top__mv-text-left h2 {
  font-size: 46px;
  font-size: 2.875rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top__mv-text-left h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.top__mv-text-right {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.4;
  color: #fff;
  letter-spacing: 0.17rem;
}

.top__contents-top {
  max-width: 1200px;
  display: flex;
  padding: 70px 0 45px 0;
  justify-content: center;
  gap: 22.5px;
}

@media screen and (max-width: 768px) {
  .top__contents-top {
    gap: 10px;
    padding: 45px 0 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .top__contents-top {
    display: block;
  }
}

.top__contents-top a {
  max-width: 385px;
  display: block;
  width: 100%;
  text-align: center;
  align-self: center;
  background-color: #fff;
  padding: 40px 0 25px 0;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 3px 12.5px 0px rgba(0, 0, 0, 0.02), 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 640px) {
  .top__contents-top a {
    padding: 10px 0;
    margin: 0 auto 20px auto;
  }
  .top__contents-top a:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 425px) {
  .top__contents-top a {
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto 10px auto;
  }
}

.top__contents-top a:hover {
  text-decoration: none;
}

.top__contents-top a:hover::after {
  right: 5%;
}

@media screen and (max-width: 425px) {
  .top__contents-top a:hover::after {
    right: 1%;
  }
}

.top__contents-top a:hover p {
  color: #0074c1;
}

.top__contents-top a::after {
  position: absolute;
  background-image: url("../img/corp/arrow-right.png");
  width: 25px;
  height: 25px;
  right: 7%;
  bottom: 16%;
  content: "";
  background-size: contain;
  transition: all 0.3s;
}

@media screen and (max-width: 900px) {
  .top__contents-top a::after {
    bottom: 13%;
  }
}

@media screen and (max-width: 425px) {
  .top__contents-top a::after {
    bottom: unset;
    bottom: 16%;
    right: 3%;
  }
}

.top__contents-top p {
  letter-spacing: 0.17rem;
  color: #222;
  font-weight: 400;
  transition: all 0.3s;
  font-size: 23px;
  font-size: 1.4375rem;
}

@media screen and (max-width: 900px) {
  .top__contents-top p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .top__contents-top p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .top__contents-top p {
    font-size: 18px;
    font-size: 1.125rem;
    width: 68%;
    text-align: left;
  }
}

.top__contents-top-img {
  margin-bottom: 15px;
}

@media screen and (max-width: 425px) {
  .top__contents-top-img {
    margin-bottom: unset;
    width: 10%;
  }
}

.top__contents-top-img img {
  max-width: 70px;
  width: 100%;
  height: 62.5px;
  object-fit: contain;
  max-width: 66px;
}

.top__contents-top-img-scale img {
  transform: scale(1.1);
}

.top__contents-bottom {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top__contents-bottom {
    /*gap: 10px;*/
  }
}

@media screen and (max-width: 640px) {
  .top__contents-bottom {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 385px;
  }
}

.top__contents-bottom a {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
  text-decoration: none;
  position: relative;
  background-color: #0074c1;
  max-width: 285px;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  padding: 23px 0 23px 0;
  transition: opacity 0.2s;
}

@media screen and (max-width: 900px) {
  .top__contents-bottom a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 768px) {
  .top__contents-bottom a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .top__contents-bottom a {
    margin: 0 auto;
    padding: 12px 0 14px 0;
    max-width: calc(100% / 2 - 5px);
    border-radius: 8px;
  }
}

@media screen and (max-width: 374px) {
  .top__contents-bottom a {
    max-width: 330px;
  }
}

.top__contents-bottom a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.top__contents-bottom a:hover::after {
  right: 9px;
}

.top__contents-bottom a::after {
  position: absolute;
  right: 13px;
  bottom: 16px;
  background-image: url("../img/arrow_b.png");
  background-size: contain;
  width: calc(41px / 2);
  height: calc(41px / 2);
  transition: all 0.3s;
  content: "";
}

@media screen and (max-width: 640px) {
  .top__contents-bottom a::after {
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;
  }
}

.top__history-wrapper {
  padding: 75px 0 95px;
  max-width: 1200px;
  width: 91.25%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top__history-wrapper {
    padding: 30px 0 40px 0;
  }
}

.top__history-title h2 {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .17em;
  padding: 25px 0 50px 0;
  color: #222;
}

@media screen and (max-width: 768px) {
  .top__history-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 15px 0 25px 0;
  }
}

@media screen and (max-width: 640px) {
  .top__history-title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.top__history-logo {
  text-align: center;
}

.top__history-logo img {
  max-width: 95px;
  width: 100%;
}

.top__history {
  position: relative;
}

@media screen and (max-width: 640px) {
  .top__history-img {
    display: none;
  }
}

.top__history-img-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .top__history-img-sp {
    display: block;
  }
}

.top__history-btn {
  text-align: center;
  position: absolute;
  right: 2%;
  bottom: 15%;
  text-decoration: none;
  display: block;
}

.top__history-btn:hover {
  text-decoration: none;
  transition: all 0.3s;
}

.top__history-btn:hover img {
  right: -15%;
}

.top__history-btn img {
  max-width: 45px;
  width: 100%;
  position: relative;
  right: 0%;
  transition: all 0.3s;
}

.top__history-btn p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.12rem;
}

.top__news-wrapper {
  padding: 70px 0 80px 0;
  background-image: url("../img/corp/news-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .top__news-wrapper {
    padding: 35px 0 40px 0;
  }
}

.top__news-title {
  text-align: center;
}

.top__news-title h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .17em;
  padding: 20px 0 60px 0;
}

@media screen and (max-width: 768px) {
  .top__news-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 20px 0 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .top__news-title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.top__news-logo img {
  max-width: 90px;
  width: 100%;
}

.top__news-slider {
  max-width: 1220px;
  width: 91.25%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.top__news-slider a {
  text-decoration: none;
  display: block;
  transition: opacity 0.2s;
}

.top__news-slider a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.top__news-slider .prev-arrow {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 23%;
  left: -2%;
  z-index: 2;
}

@media screen and (max-width: 425px) {
  .top__news-slider .prev-arrow {
    top: 15%;
    left: -8%;
  }
}

.top__news-slider .next-arrow {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 23%;
  right: -2%;
  z-index: 2;
}

@media screen and (max-width: 425px) {
  .top__news-slider .next-arrow {
    top: 15%;
    right: -8%;
  }
}

.top__news-slider .slider-slide {
  max-width: 380px;
  margin: 0 12.5px;
}

@media screen and (max-width: 640px) {
  .top__news-slider .slider-slide {
    max-width: unset;
  }
}

.top__news-slider .slider-slide img {
  border-radius: 15px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.08);
}

.top__news-slider .prev-arrow {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-image: url("../img/corp/prev-btn.png");
  top: 25%;
  left: -20px;
  z-index: 1;
  transition: opacity 0.2s;
  cursor: pointer;
}

.top__news-slider .prev-arrow::after {
  content: none;
}

.top__news-slider .prev-arrow:hover {
  text-decoration: none;
  opacity: .8;
}

@media screen and (max-width: 425px) {
  .top__news-slider .prev-arrow {
    width: 60px;
    height: 60px;
    top: calc(34% - 30px);
    left: -8%;
  }
}

.top__news-slider .next-arrow {
  width: 70px;
  height: 70px;
  background-size: contain;
  background-image: url("../img/corp/next-btn.png");
  top: 25%;
  right: -20px;
  z-index: 1;
  transition: opacity 0.2s;
  cursor: pointer;
}

.top__news-slider .next-arrow::after {
  content: none;
}

.top__news-slider .next-arrow:hover {
  text-decoration: none;
  opacity: .8;
}

@media screen and (max-width: 425px) {
  .top__news-slider .next-arrow {
    width: 60px;
    height: 60px;
    top: calc(34% - 30px);
    right: -8%;
  }
}

.top__slider-slide-top {
  position: relative;
}

.top__news-release {
  position: absolute;
  background-color: #e5f2f9;
  top: 3%;
  left: 2%;
  color: #0074c1;
  border-radius: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.12rem;
  width: 130px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top__news-release {
    width: 100px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.top__news-invest {
  position: absolute;
  background-color: #0074c1;
  top: 3%;
  left: 2%;
  color: #fff;
  border-radius: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.12rem;
  width: 130px;
  text-align: center;
}

.top__news-invest:hover {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top__news-invest {
    width: 100px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.top__slider-slide-bottom {
  text-align: center;
}

.top__slider-slide-bottom a {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.17rem;
  color: #fff;
  line-height: 1.625;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top__slider-slide-bottom a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.top__news-date {
  padding: 14px 0 0 0;
  color: #e3f1f9;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.17rem;
  font-family: "Hind";
}

.top__btn {
  max-width: 400px;
  margin: 40px auto 90px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top__btn {
    margin: 20px auto 45px auto;
  }
}

@media screen and (max-width: 640px) {
  .top__btn {
    padding: 0 20px;
  }
}

.top__btn a {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.12rem;
  text-decoration: none;
  color: #0074c1;
  padding: 17px 0;
  position: relative;
  background-color: #fff;
  border-radius: 35px;
  width: 100%;
  display: block;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  transition: opacity 0.2s;
}

@media screen and (max-width: 768px) {
  .top__btn a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0;
  }
}

.top__btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.top__btn a:hover::after {
  right: 5%;
}

.top__btn a::after {
  content: "";
  background-image: url("../img/corp/arrow-right.png");
  width: 17.5px;
  height: 17.5px;
  background-size: contain;
  top: 36%;
  right: 6%;
  position: absolute;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .top__btn a::after {
    top: 30%;
  }
}

.top__news-card-box {
  display: flex;
  max-width: 1200px;
  width: 91.25%;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .top__news-card-box {
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top__news-card-box {
    display: block;
  }
}

.top__news-card {
  max-width: 580px;
}

@media screen and (max-width: 640px) {
  .top__news-card {
    margin-bottom: 20px;
  }
  .top__news-card:last-child {
    margin-bottom: 0px;
  }
}

.top__news-card a {
  display: block;
  text-decoration: none;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
  transition: opacity 0.2s;
}

.top__news-card a:hover {
  text-decoration: none;
  opacity: .8;
}

.top__news-card a:hover .top__news-card-text img {
  transform: translate(5px, 0px);
}

.top__news-card img {
  border-radius: 15px 15px 0 0;
}

.top__news-card-text {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .top__news-card-text {
    padding: 15px 0;
  }
}

.top__news-card-text p {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.17rem;
  color: #222;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .top__news-card-text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.top__news-card-text img {
  max-width: 17.5px;
  height: 17.5px;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}

.top__action-wrapper {
  padding: 80px 0 90px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top__action-wrapper {
    padding: 40px 0 45px 0;
  }
}

.top__action-wrapper .top__btn {
  margin: 40px auto 0px auto;
}

.top__action-wrapper .top__btn a {
  background-color: #0074c1;
  color: #fff;
}

.top__action-wrapper .top__btn a::after {
  background-image: url("../img/arrow_b.png");
}

.top__action-title {
  text-align: center;
  padding-bottom: 70px;
  max-width: 1200px;
  margin: 0 auto;
  width: 91.25%;
  background-image: url(../img/corp/action-title-bg.png);
  background-repeat: no-repeat;
  background-position: 88%;
  background-size: 240px;
}

@media screen and (max-width: 768px) {
  .top__action-title {
    padding-bottom: 35px;
    background-size: 120px;
  }
}

@media screen and (max-width: 640px) {
  .top__action-title {
    background-position: 97% 60%;
  }
}

@media screen and (max-width: 425px) {
  .top__action-title {
    background-position: 97% 60%;
  }
}

.top__action-title h2 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.17em;
  padding: 20px 0 30px 0;
  color: #0074c1;
}

@media screen and (max-width: 768px) {
  .top__action-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 640px) {
  .top__action-title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.top__action-title p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .17em;
}

@media screen and (max-width: 640px) {
  .top__action-title p {
    letter-spacing: 0.12rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.top__action-title-img {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 768px) {
  .top__action-title-img {
    padding-top: 200px;
    margin-top: -200px;
  }
}

.top__action-title-img img {
  max-width: 90px;
}

.top__action-contents-box {
  max-width: 1200px;
  width: 91.25%;
  margin: 0 auto;
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 13px;
  justify-content: space-between;
}

.top__action-contents-box:before {
  content: "";
  display: block;
  width: 260px;
  order: 1;
}

.top__action-contents-box:after {
  content: "";
  display: block;
  width: 260px;
}

@media screen and (max-width: 900px) {
  .top__action-contents-box {
    max-width: 582px;
  }
}

@media screen and (max-width: 640px) {
  .top__action-contents-box {
    display: block;
  }
}

.top__action-contents {
  max-width: 260px;
}

@media screen and (max-width: 640px) {
  .top__action-contents {
    margin: 0 auto 20px auto;
  }
  .top__action-contents:last-child {
    margin-bottom: 0px;
  }
}

.top__action-contents a {
  display: block;
  transition: all 0.3s;
}

.top__action-contents a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.top__action-text h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0.17rem;
  text-align: center;
  padding: 35px 0 23px 0;
  border-bottom: none;
  margin-bottom: unset;
}

@media screen and (max-width: 640px) {
  .top__action-text h3 {
    letter-spacing: 0.12rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 10px;
  }
}

.top__action-text p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  color: #777;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .top__action-text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.top__bottom-wrapper {
  padding: 80px 0;
  background-color: #f6f6f6;
}

@media screen and (max-width: 640px) {
  .top__bottom-wrapper {
    padding: 40px 0;
  }
}

.top__bottom-box {
  max-width: 1100px;
  margin: 0 auto;
  width: 91.25%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 45px;
  gap: 25px;
}

@media screen and (max-width: 425px) {
  .top__bottom-box {
    padding: 0 0px;
  }
}

.top__bottom-card {
  max-width: 490px;
  width: calc(100% / 2 - 15px);
  display: table;
}

@media screen and (max-width: 640px) {
  .top__bottom-card {
    width: 100%;
    margin: auto;
    gap: 15px;
  }
}

.top__bottom-card a {
  display: table-cell;
  width: 100%;
  background-color: #fff;
  padding: 0px 50px;
  border-radius: 10px;
  border: 1px #ddd solid;
  text-decoration: none;
  transition: all 0.3s;
  vertical-align: middle;
  height: 120px;
  position: relative;
  transition: opacity 0.2s;
}

@media screen and (max-width: 768px) {
  .top__bottom-card a {
    padding: 0 25px;
  }
}

@media screen and (max-width: 640px) {
  .top__bottom-card a {
    height: 80px;
  }
}

@media screen and (max-width: 425px) {
  .top__bottom-card a {
    padding: 0 14px;
  }
}

.top__bottom-card a:hover {
  text-decoration: none;
}

.top__bottom-card a:hover::after {
  right: 2%;
}

.top__bottom-card a:hover p {
  color: #0074c1;
}

.top__bottom-card a::after {
  position: absolute;
  background-image: url("../img/corp/arrow-right.png");
  width: 20px;
  height: 20px;
  right: 3%;
  bottom: 17%;
  content: "";
  background-size: contain;
  transition: all 0.3s;
}

.top__bottom-card p {
  transition: color 0.2s;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.17rem;
  line-height: 1.5;
  color: #505050;
}

@media screen and (max-width: 640px) {
  .top__bottom-card p {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.12rem;
  }
}

/*
//safariのみ適用
_::-webkit-full-page-media, _:future, :root .top__contents-bottom a  {
    max-width: 155px;
}
*/
