/* LESS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap');*/
/*+++++++++++++++++++++++++++++++++++++++++++
	kv
+++++++++++++++++++++++++++++++++++++++++++ */
.kv {
  height: 380px;
  margin: 0 0 75px;
}
@media screen and (max-width: 767px) {
  .kv {
    height: auto;
    margin-bottom: 50px;
  }
}
.kv .kvInner {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kv .kvInner {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .kv .kvInner .inner {
    padding: 0;
  }
}
.kv .kvInner h1 {
  position: relative;
  left: -100px;
}
@media screen and (max-width: 767px) {
  .kv .kvInner h1 {
    left: -5vw;
    right: -5vw;
  }
}
.kv .kvInner h1 img {
  width: 1340px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .kv .kvInner h1 img {
    width: calc(100% + 10vw);
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
	contents
+++++++++++++++++++++++++++++++++++++++++++ */
h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 8.4vw;
  }
}
h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  margin: 10px auto 0;
  background: #CE9B5E;
}
h3 {
  max-width: max-content;
  margin: 0 auto;
  font-size: 3.8rem;
  line-height: 1;
  position: relative;
  background: linear-gradient(to top, #FBD3C2, #FBD3C2 9px, transparent 9px, transparent);
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 6.4vw;
  }
}
.plain-frame {
  margin: 40px 0;
}
.plain-frame h1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .plain-frame h1 {
    font-size: 6.4vw;
  }
}
.plain-frame h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .plain-frame h2 {
    font-size: 4.8vw;
  }
}
.plain-frame h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .plain-frame h3 {
    font-size: 4vw;
  }
}
.plain-frame h2,
.plain-frame h3 {
  font-size: 2.4rem;
  margin: 3rem 0 1rem;
  border: none;
  text-align: left;
  background: none;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.plain-frame h2::after,
.plain-frame h3::after {
  content: none;
}
section {
  margin: 0 0 95px;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 50px;
  }
}
section h3 {
  margin: 0 auto 30px;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	checkList
+++++++++++++++++++++++++++++++++++++++++++ */
.checkList {
  max-width: 960px;
  margin: 0 auto;
}
.checkList ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 25px 30px;
  background: #FFF;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .checkList ul {
    display: block;
    padding: 15px 20px;
  }
}
.checkList ul li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(50% - 20px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .checkList ul li {
    width: auto;
    margin-bottom: 5px;
  }
}
.checkList ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.checkList ul li::before {
  content: '';
  flex-shrink: 0;
  display: block;
  background: url("/common/img/icon_check.png");
  width: 18px;
  height: 16px;
  margin: 7px 0 0;
}
@media screen and (max-width: 767px) {
  .checkList ul li::before {
    margin-top: 1vw;
  }
}
