@charset "UTF-8";
/* CSS Document */
/*FV*/
.section__FV {
  position: relative;
}
.section__FV__img-pc {
  width: 100vw;
  height: auto;
}
.section__FV__br-mb {
  display: none;
}
.section__FV__img-tb {
  display: none;
}
.section__FV__img-mb {
  display: none;
}
.section__FV h1 {
  z-index: 1;
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.8;
  font-weight: 900;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  white-space: nowrap;
}
.section__FV h1 span {
  display: none;
}
@media(max-width: 1180px) {
  .section__FV__img-pc {
    display: none;
  }
  .section__FV__img-tb {
    display: block;
    width: 100vw;
    height: auto;
  }
}
@media(max-width: 1023px) {
  .section__FV h1 {
    font-size: 4.0rem;
  }
}
@media(max-width: 767px) {
  .section__FV__img-tb {
    display: none;
  }
  .section__FV__img-mb {
    display: block;
    width: 100vw;
    height: auto;
  }
  .section__FV__br-mb {
    display: block;
  }
  .section__FV h1 span {
    display: block;
    color: #F5D930;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
    text-transform: uppercase;
  }
}
@media(max-width: 500px) {
  .section__FV h1 {
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .section__FV h1 span {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
  }
}
/*main*/
.section__main {
  padding: 109px 5Vw 223px;
  width: 771px;
  margin: 0 auto;
}
.section__main p, h2 {
  text-align: left;
}
.section__main__lead {
  padding-bottom: 104.5px !important;
}
.section__main h2 {
  line-height: 1.5;
  font-size: 2.5rem;
  letter-spacing: 0;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 1px #898989;
}
.section__main p {
  padding-bottom: 48.5px;
}
.section__main a{
	color: #333;
}
.section__main-a-kiyaku{
    color:#3366cc!important;
}
.section__main-a-kiyaku:hover{
    color:#F5D930!important;
}
.section__main__br-mb{
	display: none;
}
@media(max-width: 1023px) {
  .section__main {
    padding: 109px 3vw 223px;
    width: min(771px, 86%);
  }
}
@media(max-width: 767px) {
  .section__main p {
    padding-bottom: 33.5px;
  }
  .section__main__lead {
    padding-bottom: 64.5px !important;
  }
	.section__main__br-mb{
	display: block;
}
}