@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  /* font-size: 3.6vw; */
  position: relative;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;

}

object {
  pointer-events: none;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.sp-left {
  text-align: left !important;
}

.sp-center {
  text-align: center !important;
  justify-content: center !important;
}

.sp-column {
  flex-direction: column !important;
}

.sp-column li {
  width: 100% !important;
}

.sp-reverse {
  flex-direction: column-reverse !important;
}


/* ---------------------------------------------------------------------------
  ★ここから
--------------------------------------------------------------------------- */
.mv .mv_Tit h2 .mv_Tit-sub {
  font-size: 1.6rem;
}

.mv .mv_Tit h2 {
  margin-left: 20px;
  font-size: 4.4rem;
}

.mv .mv_Tit {
  padding-top: 20px;
  height: 145px;
}

.mv .mv_img {
  margin-top: 25px;
}

.mv .mv_img img {
  width: 96vw;
}

.mv {
  background-size: 80%;
}


.home01 img {
  scale: 1;
  transform: translateX(0);
}

.home02 {
  height: 166px;
}

.home02 p {
  padding-top: 40px;
  font-size: 1.6rem;
  width: 90%;
  margin: 0 auto;
}

.home03 {
  margin-top: 93px;
}

.home03_subTit {
  margin-left: 0;
  font-size: 1.6rem;
}

.home03_subTit::before {
  bottom: 29px;
  background-size: 84%;
}

.home03 h2 {
  font-size: 2.8rem;
  margin: 30px 0 0;
}

.home03 h3 {
  font-size: 1.8rem;
  margin: -3px 0 10px;
  line-height: 1.5;
}

.home03 .home03_txt {
  font-size: 1.6rem;
  padding: 0 0 60px;
}

.home03 .c_border {
  border-bottom: none;
}

.home03 .home03_img {
  margin: 40px auto -30px;
}

.home03_txt.p0 {
  padding: 0;
  text-align: left;
}
