@charset "UTF-8";
/* top mv */
.mv-ta {
  display: none;
}
.mv-sp {
  display: none;
}
@media screen and (max-width: 960px) {
.mv-pc {
  display: none;
}
.mv-ta {
  display: block;
}
}
@media screen and (max-width: 540px) {
.mv-ta {
  display: none;
}
.mv-sp {
  display: block;
}
}

/* top what */
.top-what {
  padding: 130px 0 0;
}
.what-content {
  position: relative;
  border: 5px solid #000;
  border-radius: 20px;
  box-shadow: 4px 5px #000;
  padding: 60px 40px 40px;
}
.top-what .section-title {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.top-what .section-title img {
  top: 20%;
}
.what-textarea {
  font-weight: bold;
}
.what-br {
  display: none;
}
@media screen and (max-width: 960px) {
.top-what {
  padding: 90px 0 0;
}
.top-what .section-title {
  top: -30px;
}
.what-textarea p {
  font-size: 16px;
}
}
@media screen and (max-width: 767px) {
  .what-content {
    padding: 40px 20px 30px;
    box-shadow: 2px 3px #000;
  }
  .top-what .section-title {
    top: -26px;
  }
  .what-textarea p {
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .top-what .section-title {
    top: -35px;
    width: ;
  }
  .top-what .section-title img {
    left: -10px;
  }
  .what-br {
    display: block;
  }
}


/* top card */
.top-card {
  padding: 70px 0 0;
  margin-bottom: 70px;
  overflow: hidden;
}
.top-card .section-title h2 {
  padding-left: 10px;
  padding-right: 0px;
}
.top-card .section-inner img {
  left: inherit;
  right: -30px;
}
.card-content {
  padding-top: 30px;
  max-width: 1140px;
  margin: 0 auto;
}
.card-img-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .top-card {
      padding: 50px 0 0;
      margin-bottom: 50px;
  }
}
@media screen and (max-width: 540px) {
  .card-content {
    width: 85%;
  }
  .card-img-pc {
  display: none;
  } 
  .card-img-sp {
    display: block;
  }
}
@media screen and (max-width: 390px) {
  .top-card .section-inner img {
    right: -52px;
}
  .card-content {
      width: 100%;
  }
}


/* top reason */
.top-reason {
  padding: 50px 0 0;
  margin-bottom: 100px;
}
.top-reason .section-title {
  width: 650px;
}
.top-reason .section-title h2 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 0;
  box-shadow: 3px 4px #000;
  position: relative;
  padding-left: 10px;
}
.top-reason .section-title h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  border-style: solid;
  border-width: 40px 54px 0 0;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.top-reason .section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  border-style: solid;
  border-width: 25.1px 37.6px 0 0;
  border-color: #fff transparent transparent;
  translate: calc(-50% - 3.2px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.top-reason .section-title img {
  left: -60px;
}
.reason-content {
  padding-top: 60px;
  margin-bottom: 20px;
}
.top-reason h3 {
  font-size: 34px;
  color: #E50001;
  text-align: center;
}
.reason-img-sp {
  display: none;
}
@media screen and (max-width: 960px) {
.top-reason .section-title {
    width: 70%;
}
.top-reason .section-title h2 {
    width: 100%;
}
.reason-content {
  padding-top: 40px;
}
.top-reason h3 {
  font-size: 30px;
}
}
@media screen and (max-width: 767px) {
  .top-reason h3 {
  font-size: 24px;
  }
}
@media screen and (max-width: 540px) {
  .top-reason .section-title {
    width: 80%;
  }
  .top-reason .section-title img {
    left: -40px;
    width: 50px;
  }
  .reason-content {
    width: 80%;
    margin: 0 auto; 
  }
  .reason-img-pc {
    display: none;
  }
  .reason-img-sp {
    display: block;
  }
  .top-reason h3 {
  font-size: 20px;
  padding-top: 20px;
  }
}
@media screen and (max-width: 390px) {
  .reason-content {
  width: 100%;
  }
  .top-reason .section-title {
    width: 100%;
  }
  .top-reason .section-title img {
    left: -20px;
  }
  .top-reason .section-title h2 {
    letter-spacing: 1px;
  }
}


/* top point */
.top-point {
  background-color: #FEF7CB;
  padding-bottom: 80px;
}
.point-content {
  padding-top: 60px;
}
.top-point .section-title {
  top: -40px;
}
.point-ul {
  display: grid;
  grid-template-columns: repeat(3,2fr);
  column-gap: 80px;
  row-gap: 40px;
}
.point-ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  row-gap: 20px;
  background-color: #fff;
  padding: 20px 20px 30px;
  justify-content: space-between;
}

.point-ul li img {
  height: 110px;
  width: auto;
  margin: 0 auto;
}
.point-imagearea {
  min-height: 120px;
  overflow: hidden;
}
.point-ul .point03 img {
  height: 90px;
}
.point-textarea {
  min-height: 140px;
}
.point-ul li h3 {
  font-size: 28px;
  color: #E50001;
  margin-bottom: 10px;
  text-decoration: underline;
  text-decoration-color: #FFD500;
  text-underline-offset: -2px;
  text-decoration-thickness: 10px;
  margin-top: auto;
}
.point-ul li p {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}
.point05-br {
  display: none;
}
@media screen and (max-width: 1250px) {
.top-point .section-title {
    top: -30px;
}
.point-ul {
    column-gap: 3%;
}
.point-ul li h3 {
  font-size: 25px;
}
.point-textarea {
  min-height: 160px;
}
}
@media screen and (max-width: 960px) {
.top-point {
  padding-bottom: 60px;
}
.point-content {
    padding-top: 20px;
}
.point-imagearea {
  min-height: 90px;
}
.point-ul li {
  padding: 20px 15px;
  min-height: 300px;
}
.point-ul li img {
    height: 90px;
}
.point-ul .point03 img {
    height: 80px;
}
.point-ul li h3 {
    font-size: 20px;
}
.point-ul li p {
  font-size: 14px;
}
.point-textarea {
    min-height: 140px;
}
}
@media screen and (max-width: 767px) {
.top-point .section-title {
    top: -24px;
}
.point-ul {
  grid-template-columns: repeat(2,3fr);
  width: 86%;
  margin: 0 auto;
  row-gap: 20px;
}
.point-ul li {
  min-height: 280px;
}
.point-ul li h3 {
  font-size: 18px;
}
.point-textarea {
  min-height: 154px;
}
}
@media screen and (max-width: 540px) {
  .point-ul {
  width: 100%;
  }
  .point-ul li {
    padding: 10px;
    min-height: 260px;
  }
  .point-ul li h3 {
    font-size: 15px;
  }
  .point-imagearea {
    min-height: 70px;
  }
  .point-ul li img {
    height: 70px;
  }
  .point-ul .point03 img {
    height: 60px;
  }
  .point-ul li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .top-point .section-title {
      top: -30px;
  }
  .point-textarea {
    min-height: 136px;
  }
  .point-ul li p {
    font-size: 12px;
  }
  .point05-br {
    display: block;
  }
}

/* top voice */
.top-voice {
  padding: 140px 0 0;
}
.top-voice .section-title,.top-voice .section-title h2 {
  width: 350px;
}
.top-voice .section-title h2 {
  padding-left: 20px;
}
.top-voice .section-title img {
  width: 87px;
}
.voice-content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 40px;
  padding-top: 40px;
}
.voice-content li {
  border: 3px solid #000;
}
.voice-namearea {
  background-color: #FFD500;
  position: relative;
  height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
}
.voice-namearea img {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 145px;
  height: 145px;
}
.voice-text {
  padding: 10px;
}
@media screen and (max-width: 1250px) {
.voice-content {
  column-gap: 2%;
}
.voice-namearea img {
  width: 42%;
  height: auto;
  right: -15px;
}
.voice-name {
  font-size: 16px;
}
.voice-text p {
  font-size: 16px;
}
}
@media screen and (max-width: 960px) {
.top-voice {
  padding: 70px 0 0;
}
.top-voice .section-title img {
  width: 60px;
  left: 10px;
}
.voice-namearea {
  height: 90px;
}
.voice-namearea img {
    width: 34%;
    right: -10px;
}
.voice-name {
  font-size: 14px;
}
.voice-text p {
  font-size: 14px;
}
}
@media screen and (max-width: 767px) {
  .top-voice .section-title img {
  width: 50px;
  }
  .voice-content {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    row-gap: 30px;
  }
  .voice-namearea img {
    width: 120px;
    right: 10px;
    bottom: 2px;
  }
}
@media screen and (max-width: 540px) {
  .top-voice .section-title, .top-voice .section-title h2 {
    width: 280px;
  }
  .top-voice .section-title img {
      width: 50px;
  }
  .voice-content {
    width: 80%;
  }
  .voice-namearea {
    height: 80px;
  }
  .voice-namearea img {
    width: 100px;
  }
}
@media screen and (max-width: 390px) {
  .voice-content {
    width: 90%;
  }
  .voice-namearea {
    height: 105px;
  }
  .voice-namearea img {
    right: inherit;
    bottom: inherit;
    top: -36px;
    transform: translateX(-50%);
    left: 50%;
  }
}


/* top qa */
.top-qa {
  padding: 140px 0 100px;
  overflow: hidden;
}
.top-qa .section-title,.top-qa .section-title h2 {
  width: 350px;
  padding-left: 10px;
  padding-right: 10px;
}
.top-qa .section-title img {
  width: 160px;
  left: inherit;
  right: -110px;
}
.top-qa-content {
  position: relative;
  z-index: 3;
}
.top-qa .qa {
  padding: 0 30px;
}
.qa-item {
  padding-top: 30px;
}
.qa-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  border: 2px solid #000;
  padding: 5px;
  transition: max-height 0.3s ease-out;
}
.qa-question::after {
  content: '';
  position: absolute;
  right: 10px;
  width: 10px;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #000;
  border-radius: 30px;
}
.qa-question .qa-left {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color:#000;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  font-family: "lanobe";
}
.qa-question .qa-right {
  font-size: 20px;
  max-width: 860px;
  line-height: 1.4;
  font-family: "lanobe";
}
.qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.qa-answer.active {
  display: block;
  max-height: 500px;
}
.answer-content {
  display: flex;
  align-items: center;
  align-items: flex-start;
  background-color: #FFFBE5;
  padding: 5px;
}
.answer-content .answer-left {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color:#E50001;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  font-family: "lanobe";
}
.answer-content .answer-right {
  font-size: 20px;
  line-height: 1.6;
  font-family: "lanobe";
  width: 90%;
}
@media screen and (max-width: 1250px) {
.qa-question .qa-right,.answer-content .answer-right {
    font-size: 18px;
}
.qa-question .qa-left,.answer-content .answer-left {
  font-size: 28px;
}
}
@media screen and (max-width: 960px) {
.top-qa {
    padding: 70px 0 60px;
}
.top-qa .section-title img {
  width: 130px;
  right: -60px;
}
.qa-question .qa-right,.answer-content .answer-right {
    font-size: 16px;
}
.qa-question .qa-left,.answer-content .answer-left {
  font-size: 22px;
}
.qa-question::after {
    right: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #000;
}
}
@media screen and (max-width: 767px) {
.top-qa .qa {
    padding: 0 0px;
}
.top-qa .section-title img {
  width: 100px;
  right: -40px;
}
.qa-question .qa-right,.answer-content .answer-right {
    font-size: 14px;
}
}
@media screen and (max-width: 540px) {
.top-qa .section-title, .top-qa .section-title h2 {
  width: 280px;
}
.top-qa .section-title img {
  width: 100px;
  right: -40px;
}
.qa-question .qa-right {
  width: 75%;
}
}
@media screen and (max-width: 390px) {
  .qa-question .qa-right, .answer-content .answer-right {
    font-size: 12px;
  }
}