@charset "UTF-8";
/**
 * Mixin
 */
body {
  font-weight: 700;
}

.mv {
  border-radius: 20px;
  overflow: hidden;
  width: 94%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  height: 62.5vw;
}
.mv img {
  width: 100%;
  height: 62.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_about {
  background-image: url(../img/home/about_bg.png);
  background-size: cover;
  padding: 50px;
  text-align: center;
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .home_about {
    padding: 30px 3%;
  }
}
.home_about .btn {
  width: 100%;
  max-width: 380px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
  background-color: #fff100;
  border-radius: 50px;
  border: #fff100 3px solid;
  position: relative;
  overflow: hidden;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .home_about .btn {
    min-height: 50px;
    font-size: 1.4rem;
    margin: 30px auto 0;
  }
}
.home_about .btn::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.home_about__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  color: #e61772;
  line-height: 2.5;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .home_about__inner {
    padding: 30px 20px;
    font-size: 1.6rem;
  }
}
.home_about__inner .icon {
  margin: 0 0 20px;
  display: inline-block;
}

.home_sec {
  padding: 80px 2%;
}

.home_ttl {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  margin: 0 0 50px;
  color: #434343;
}
.home_ttl .icon {
  margin: 0 0 30px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .home_ttl {
    font-size: 2.4rem;
    margin: 0 0 30px;
  }
}

.home_news h2 .icon img {
  width: 124.42px;
}
.home_news .btn {
  max-width: 100%;
  display: table;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ec6941;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px;
  margin: 60px auto 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .home_news .btn {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}

.home_news__list {
  width: 94%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .home_news__list {
    gap: 20px;
  }
}
.home_news__list li {
  width: calc((100% - 120px) / 3);
}
@media only screen and (max-width: 767px) {
  .home_news__list li {
    width: calc((100% - 20px) / 2);
  }
}
.home_news__list .img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%; /* calc(画像高さ ÷ 画像横幅 × 100%) */
}
.home_news__list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_news__list .home_news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .home_news__list .home_news__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 8px;
  }
}
.home_news__list .home_news__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home_news__list .home_news__cat a {
  color: #ec6941;
  font-weight: normal;
}
.home_news__list .home_news__data {
  color: #a0a0a0;
  font-weight: normal;
}

.home_service {
  background-color: #fff0e5;
}
.home_service h2 .icon img {
  width: 151px;
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .service_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.service_list a {
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 0 20px;
}
@media only screen and (max-width: 767px) {
  .service_list a {
    width: calc(50% - 10px);
    padding: 20px 0;
  }
}
.service_list a p {
  font-weight: normal;
  padding: 0 10px 20px;
}
@media only screen and (max-width: 767px) {
  .service_list a p {
    padding: 0 10px 10px;
  }
}
.service_list a p span {
  display: block;
  margin-bottom: 5px;
}

.home_access h2 .icon img {
  width: 75px;
}
.home_access .btn {
  max-width: 100%;
  display: table;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ec6941;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px;
  margin: 60px auto 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .home_access .btn {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}
.home_access .btn + .btn {
  margin-top: 30px;
}