@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
#corporate_index .m-pagehead {
  background-image: url(../images/pagehead_bg.png);
  background-position: center;
}
#corporate_index .m-pagehead-top {
  height: 350px;
}
@media screen and (max-width: 640px) {
  #corporate_index .m-pagehead-top {
    height: 150px;
  }
}

.top_message a {
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_message a {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .top_message a {
    overflow: visible;
    display: block;
    aspect-ratio: 3/2;
    margin-bottom: 20px;
  }
}
.top_message a:hover .top_message__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.top_message__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 640px) {
  .top_message__img img {
    -o-object-position: 10%;
       object-position: 10%;
  }
}
.top_message__txt {
  position: absolute;
  right: 5%;
  width: 45%;
  background: rgba(255, 255, 255, 0.7);
  padding: 35px;
}
@media screen and (max-width: 900px) {
  .top_message__txt {
    right: 3%;
    width: 55%;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top_message__txt {
    width: 50%;
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top_message__txt {
    position: static;
    width: 100%;
    margin-top: 15px;
    padding: 0;
    background: none;
  }
}
.top_message__txt .m-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_message__txt .m-h2:hover {
  text-decoration: none;
}
.top_message__txt .m-indent {
  padding-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top_message__txt .m-indent {
    padding-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .top_message__txt .m-indent {
    display: none;
  }
}
.top_message__txt .m-ico-arrow {
  background-color: unset;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .top_message__txt .m-ico-arrow {
    width: 27px;
    margin-left: 10px;
  }
}

.border-box {
  margin-top: 26px;
}
.border-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  background: #f1f2f6;
  padding: 14px;
}
@media screen and (max-width: 640px) {
  .border-box ul {
    gap: 6px;
    padding: 6px;
  }
}
.border-box ul li {
  background: #fff;
  width: calc((100% - 14px) / 2);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width: 1200px) {
  .border-box ul li {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .border-box ul li {
    width: 100%;
    gap: 0;
    padding: 15px;
  }
}
.border-box ul li .m-image {
  width: 47%;
}
@media screen and (max-width: 1200px) {
  .border-box ul li .m-image {
    width: 100%;
  }
}
.border-box ul li .m-txt {
  width: 49%;
}
@media screen and (max-width: 1200px) {
  .border-box ul li .m-txt {
    width: 100%;
  }
}
.border-box ul li .m-txt .m-h2 {
  padding-top: 20px;
  margin-bottom: 20px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .border-box ul li .m-txt .m-h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .border-box ul li .m-txt .m-h2 {
    padding-top: 15px;
  }
}
.border-box ul li .m-txt .m-link-arrow {
  font-weight: bold;
  color: #000;
  display: block;
  text-decoration: none;
  margin-top: 7px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 640px) {
  .border-box ul li .m-txt .m-link-arrow {
    margin-top: 5px;
  }
}
.border-box ul li .m-txt .m-link-arrow:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .border-box ul li .m-txt .m-link-arrow:last-child {
    margin-bottom: 10px;
  }
}

#sec02 .m-column--col3 a:hover {
  text-decoration: none;
}
#sec02 .m-column--col3 a .m-image {
  aspect-ratio: 760/428;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
#sec02 .m-column--col3 a .m-image:hover {
  background-size: 105% auto;
}
#sec02 .m-column--col3 a .m-image01 {
  background-image: url(../images/image04.jpg);
}
#sec02 .m-column--col3 a .m-image02 {
  background-image: url(../images/image05.jpg);
}
#sec02 .m-column--col3 a .m-image03 {
  background-image: url(../images/image06.jpg);
}
#sec02 .m-column--col3 a .m-image04 {
  background-image: url(../images/image07.jpg);
}
#sec02 .m-column--col3 a .m-image05 {
  background-image: url(../images/image08.jpg);
}
#sec02 .m-column--col3 a .m-image06 {
  background-image: url(../images/image09.jpg);
}
#sec02 .m-h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-top: 20px;
  line-height: 1.4;
}
#sec02 .m-ico-arrow {
  background-color: unset;
  margin-left: 10px;
}
#sec02 .m-indent {
  padding-top: 10px;
  line-height: 1.5;
}

#sec03 .m-h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  #sec03 .m-h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#sec03 .m-image {
  margin-bottom: 16px;
}/*# sourceMappingURL=style.css.map */