/*----------------------------------------------------------------------------------
											base
	------------------------------------------------------------------------------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-style: normal;
  font-weight: 400;
}

body {
  color: #000;
  overflow: hidden;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.65;
  transition: all 0.3s ease;
}

/*----------------------------------------------------------------------------------
											display
	------------------------------------------------------------------------------------*/
@media only screen and (min-width: 770px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1099px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
/*----------------------------------------------------------------------------------
											componet
------------------------------------------------------------------------------------*/
.container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  background-color: #e60012;
  font-size: 1.4rem;
  font-weight: 700;
}

/*----------------------------------------------------------------------------------
											header
	------------------------------------------------------------------------------------*/
#header {
  z-index: 99;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
}
@media only screen and (max-width: 769px) {
  #header {
    justify-content: center;
  }
}
#header .header__logo {
  width: 144px;
}

/*----------------------------------------------------------------------------------
											footer
	------------------------------------------------------------------------------------*/
#footer {
  padding: 80px 20px 60px;
  background-color: #fbf0e0;
}
@media only screen and (max-width: 769px) {
  #footer {
    padding: 60px 20px 30px;
  }
}
#footer .footer__copyRight {
  padding-top: 78px;
  color: #5f1010;
  font-size: 1.1rem;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #footer .footer__copyRight {
    padding-top: 60px;
  }
}

/*----------------------------------------------------------------------------------
											layout
------------------------------------------------------------------------------------*/
.secTtl {
  margin: 0 auto;
}

#sec01 {
  background-color: #fbf0e0;
  padding: 50px 20px;
}
#sec01 .sec01__box {
  display: flex;
  max-width: 730px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  #sec01 .sec01__box {
    display: block;
  }
}
#sec01 .sec01__boxTtl {
  color: #5f1010;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #sec01 .sec01__boxTtl {
    font-size: 1.6rem;
  }
}
#sec01 .sec01__boxTtl span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25;
}
@media only screen and (max-width: 769px) {
  #sec01 .sec01__boxTtl span {
    font-size: 2.6rem;
  }
}
#sec01 .sec01__img {
  width: 350px;
}
@media only screen and (max-width: 769px) {
  #sec01 .sec01__img {
    width: 100%;
  }
}
#sec01 .sec01__txt {
  width: calc(100% - 350px);
}
@media only screen and (max-width: 769px) {
  #sec01 .sec01__txt {
    width: 100%;
    padding-top: 20px;
  }
}
#sec01 .sec01__board {
  padding: 50px 20px;
  margin-top: 50px;
  color: #e60012;
  background-color: #fff;
}
@media only screen and (max-width: 769px) {
  #sec01 .sec01__board {
    margin-top: 25px;
  }
}
#sec01 .sec01__boardTtl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #sec01 .sec01__boardTtl {
    font-size: 2.4rem;
  }
}
#sec01 .sec01__boardTxt {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #sec01 .sec01__boardTxt {
    font-size: 1.2rem;
    text-align: left;
  }
  #sec01 .sec01__boardTxt br {
    display: none;
  }
}
#sec01 .sec01__board .btn {
  margin-top: 35px;
}

#sec03 {
  background-color: #e60012;
  padding: 80px 20px;
}
#sec03 .secTtl {
  width: 230px;
}
@media only screen and (max-width: 769px) {
  #sec03 .secTtl {
    width: 197px;
  }
}
#sec03 .sec03__lead {
  margin-top: 40px;
  color: #fbf0e0;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #sec03 .sec03__lead {
    margin-top: 25px;
    font-size: 2.2rem;
  }
}
#sec03 .sec03__txt {
  margin-top: 10px;
  color: #fbf0e0;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #sec03 .sec03__txt {
    font-size: 1.2rem;
  }
}
#sec03 .sec03__set {
  width: 680px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 769px) {
  #sec03 .sec03__set {
    width: 85%;
    padding-right: 5%;
    margin: 40px auto 0;
  }
}

#sec04 {
  background-color: #fbf0e0;
  padding: 80px 20px;
}
@media only screen and (max-width: 769px) {
  #sec04 {
    padding: 60px 20px;
  }
}
#sec04 .secTtl {
  width: 208px;
}
@media only screen and (max-width: 769px) {
  #sec04 .secTtl {
    width: 178px;
  }
}
#sec04 .sec04__lead {
  margin-top: 40px;
  color: #5f1010;
  font-size: 1.4rem;
  font-weight: 500;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 769px) {
  #sec04 .sec04__lead {
    margin-top: 25x;
  }
  #sec04 .sec04__lead br {
    display: none;
  }
}
#sec04 .sec04__list {
  margin-top: 25px;
  color: #5f1010;
  font-size: 1.1rem;
}
#sec04 .sec04__list dt {
  padding-bottom: 5px;
  font-weight: 700;
}
#sec04 .sec04__list dd {
  line-height: 1.75;
}
#sec04 .sec04__list dd a {
  color: #5f1010;
}
#sec04 .sec04__list dd + dt {
  margin-top: 30px;
}

#sec05 {
  background-color: #fff;
  padding: 80px 20px;
}
@media only screen and (max-width: 769px) {
  #sec05 {
    padding: 60px 20px;
  }
}
#sec05 .secTtl {
  width: 264px;
}
@media only screen and (max-width: 769px) {
  #sec05 .secTtl {
    width: 226px;
  }
}
#sec05 iframe {
  margin-top: 30px;
}

#p-thanks {
  padding: 160px 20px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #p-thanks {
    padding: 70px 20px;
  }
}
#p-thanks .thanks__ttl {
  color: #e60012;
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 769px) {
  #p-thanks .thanks__ttl {
    font-size: 2.4rem;
  }
}
#p-thanks .thanks__txt {
  margin-top: 40px;
  color: #5f1010;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 769px) {
  #p-thanks .thanks__txt {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */