@charset "utf-8";

#mv {
  display: flex;
  align-items: center;
  letter-spacing: .2em;
  color: #fff;
  background-color: #b60005;
}
#mv .mv-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  padding: 20px;
}
#mv h1 {
  font-size: 2.25rem;
  line-height: 1.5;
}
#mv .lead {
  margin: 5% 0 0;
  line-height: 1.5;
}
#mv .mv-img {
  width: 60%;
}
#mv .mv-title span:not(.en) {
  display: inline-block;
}

.lead {
  font-family: 'Noto Sans JP', Meiryo, "sans-serif";
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
}

.lp .block-set > * {
  margin-bottom: 30px;
  line-height: 1.5;
}
.lp .block-set .img {
  margin-bottom: 10px;
}

html:not(.type-sp) .btn_side_float a {
  min-height: 90px;
}
.btn_side_float a.icon::after {
  content: "\e5cc";
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 2.5em;
  font-family: 'Material Icons';
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  border: none;
  transform: none;
}
.btn_side_float a.icon.icon-event::after {
  content: "\e878";
}
.btn_side_float a.icon.icon-form::after {
  content: "\e745";
}

.lp ul li:before {
  background-color: #b60005;
}
.lp h4, .lp .h4 {
  color: unset;
}

@media screen and (max-width: 1439px) {
  #mv h1 {
    font-size: 2.15vw;
  }
}
@media screen and (max-width: 1199px) {
	#mv .lead {
    font-size: 1.8vw;
  }
}

@media screen and (min-width: 768px),print {
}

@media screen and (max-width: 767px) {
  .lead {
    font-size: 0.9375rem;
  }
  #mv {
    flex-direction: column;
  }
  #mv .mv-title,
  #mv .mv-img {
    width: auto;
  }
  #mv .mv-title {
    padding: 20px 15px; 
  }
  #mv h1 {
    font-size: 1.375rem;
  }
  #mv .lead {
    font-size: 0.9375rem;
  }
  .lp .block-set > * {
    margin-bottom: 0;
  }
}

