@charset "UTF-8";

.header_logo_title {
  font-size: 2.6rem;
  font-weight: 700;
}

.header_logo_anchor {
  color: #000;
  text-decoration: none;
}

.section__heading {
  text-align: center;
}

.section__inner {
  max-width: 980px;
  margin: 0 auto;
}

.image {
  max-width: 100%;
  height: auto;
}

.footnote {
  background-color: #313131;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  padding: 79px 0 77px;
  border-bottom: 1px solid #fff;
}

.footnote_inner {
  max-width: 980px;
}

.footer_inner {
  max-width: 980px;
}

.c-btnStyle1{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28px;
  border-radius: 100vmax;
  background: #C40030;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  border: 1px solid transparent;
  transition: .3s;
}
.c-btnStyle1:hover{
  background: #fff;
  color: #C40030;
  border-color: #C40030;
}

.secHero img{
  width: 100%;
  height: auto;
}
.secHero__img{
  position: relative;
}
.secHero__tit{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.secIntro{
  padding-block: 80px;
}
.secIntro__info{
  display: grid;
  grid-template-columns: 160px 1fr;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #DDDDDD;
}
.secIntro__info dt{
  text-align: center;
  background: #F4F5F7;
  padding-block: 25px;
}
.secIntro__info dd{
  padding: 25px 40px;
}
.secIntro__tit{
  width: 565px;
  margin-top: 60px;
  margin-inline: auto;
}
.secIntro__tit img{
  width: 100%;
  height: auto;
}
.secIntro__list{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.secIntro__items{
  position: relative;
}
.secIntro__items--img img{
  width: 100%;
  height: auto;
}
.secIntro__items--btns{
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 120px;
}
.secIntro__items--btns a+a{
  margin-top: 5px;
}

.secAttention{
  background: #F4F5F7;
  padding-block: 70px;
}
.secAttention__tit{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.secAttention__list{
  margin-top: 30px;
  font-weight: bold;
}
.secAttention__items{
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
}
.secAttention__items::before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
}

.secContact{
  padding-block: 60px;
  text-align: center;
}
.secContact__inner{
  border: 1px solid #DDDDDD;
  padding-block: 40px;
}
.secContact__tit{
  font-size: 24px;
  font-weight: bold;
}
.secContact__txt{
  font-size: 14px;
  margin-top: 40px;
  font-weight: bold;
}
.secContact__txt .tel{
  font-size: 24px;
  display: block;
  pointer-events: none;
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .section__inner {
    max-width: 70vw;
  }

  .footnote {
    padding: 5.643vw 0 5.5vw;
    border-bottom-width: 0.071vw;
  }

  .footnote_inner,
  .footer_inner {
    max-width: 70vw;
  }

  .c-btnStyle1 {
    height: 2vw;
    font-size: 0.857vw;
    border-width: 0.071vw;
  }

  .secIntro {
    padding-block: 5.714vw;
  }

  .secIntro__info {
    grid-template-columns: 11.429vw 1fr;
    font-size: 1.429vw;
    border-width: 0.071vw;
  }

  .secIntro__info dt {
    padding-block: 1.786vw;
  }

  .secIntro__info dd {
    padding: 1.786vw 2.857vw;
  }

  .secIntro__tit {
    width: 40.357vw;
    margin-top: 4.286vw;
  }

  .secIntro__list {
    margin-top: 4.286vw;
    gap: 1.786vw;
  }

  .secIntro__items--btns {
    bottom: 1.071vw;
    right: 1.071vw;
    width: 8.571vw;
  }

  .secIntro__items--btns a+a {
    margin-top: 0.357vw;
  }

  .secAttention {
    padding-block: 5vw;
  }

  .secAttention__tit {
    font-size: 2.143vw;
  }

  .secAttention__list {
    margin-top: 2.143vw;
  }

  .secAttention__items {
    font-size: 1.143vw;
  }

  .secAttention__items::before {
    top: 0.629vw;
    width: 0.857vw;
    height: 0.857vw;
  }

  .secContact {
    padding-block: 4.286vw;
  }

  .secContact__inner {
    border-width: 0.071vw;
    padding-block: 2.857vw;
  }

  .secContact__tit {
    font-size: 1.714vw;
  }

  .secContact__txt {
    font-size: 1vw;
    margin-top: 2.857vw;
  }

  .secContact__txt .tel {
    font-size: 1.714vw;
  }
}
