@charset "utf-8";
/* ==========================================================================
	MAIN
	========================================================================== */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 800px;
  background: url("../images/main01.jpg") 100% 0 no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
.catch {
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  transform: translate(-50%, 0);
  text-align: left;
}
.catch-tit01 {
  max-width: 800px;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
/*FAQ*/
.li-faq > li {
  margin-bottom: 50px;
}
.li-faq > li:last-child {
  margin-bottom: 0;
}
.li-faq > li dt {
  position: relative;
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 15px;
  padding: 0 0 15px 50px;
  font-family: var(--font01);
  font-size: 2.2rem;
  font-weight: bold;
}
.li-faq > li dd {
  position: relative;
  margin-bottom: 15px;
  padding: 6px 0 15px 50px;
}
.li-faq > li dt::before {
  content: "Q";
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color01);
  color: #fff;
  width: 38px;
  height: 38px;
  left: 0;
  top: 0;
  border-radius: 50px;
}
.li-faq > li dd::before {
  content: "A";
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color03);
  color: #fff;
  width: 38px;
  height: 38px;
  left: 0;
  top: 0;
  border-radius: 50px;
}
.li-faq > li a {
  text-decoration: underline;
  font-weight: 600;
}
.li-voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.li-voice li {
  width: 47.5%;
  box-sizing: border-box;
  background-color: var(--color05);
  padding: 30px;
  margin-bottom: 30px;
}
.li-voice li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.li-voice li dl dt {
  width: 30%;
}
.li-voice li dl dd {
  width: 65%;
}
.voice-name {
  font-weight: 700;
  margin-bottom: 10px;
}
.voice-txt {
  font-size: 90%;
}
.youtube {
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.youtube .box {
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}
.youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
  .mainimage {
    padding-top: 60%;
  }
  .catch {
    bottom: 10%;
    left: 50%;
    width: 90%;
  }
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 800px) {
  /*TOP*/
  .mainimage {
    margin-bottom: 40px;
    padding-top: 80%;
  }
  .li-faq > li dt {
    font-size: 1.8rem;
  }
  .li-faq > li dt::before {
    font-size: 2rem;
  }
  .li-voice {
    display: block;
  }
  .li-voice li {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
}