@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.content_wrap
------------------------------ */
.content_wrap .btn .btn_txt {
  font-weight: 500;
}

/* ------------------------------
	.mv
------------------------------ */
.mv .txt_box {
  width: auto;
  padding: 0 30px 0;
  background: url(../img/index/mv_bg01.png) no-repeat left center;
  background-size: 790px;
}
@media screen and (max-width: 768px) {
  .mv .txt_box {
    width: 100%;
    background-position: center center;
    background-size: 500px;
  }
}
.mv .txt_box .mv_ttl {
  font-size: 4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .mv .txt_box .mv_ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 500px) {
  .mv .txt_box .mv_ttl {
    font-size: 4.5vw;
  }
}

/* ------------------------------
	.business
------------------------------ */
.business .sec_ttl_box .sec_ttl {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .business .sec_ttl_box .sec_ttl {
    padding-top: 20px;
  }
}
.business .business_wrap .txt_box .ttl {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .business .business_wrap .txt_box .ttl {
    display: inline-block;
  }
}

/* ------------------------------
	.service
------------------------------ */
@media screen and (min-width: 769px) {
  .service .service_box.w100 .txt_box .txt:not(.link) {
    max-width: 555px;
    text-align: left;
  }
}
.service .service_box .ttl {
  font-weight: bold;
}
.service .service_box .txt_box .txt.link {
  font-weight: 500;
}

/* ------------------------------
	.info
------------------------------ */
.info .info_box .sec_ttl_box .sec_ttl .en {
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
  height: 2.4em;
}
@media screen and (max-width: 1000px) {
  .info .info_box .sec_ttl_box .sec_ttl .en {
    display: block;
    height: auto;
  }
}
.info .ttl {
  font-weight: 500;
  line-height: 1.8;
}