.p-lp-gokai {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.read {
  padding: 35px 6% 0;
}

.read p {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .read p {
    font-size: 21px;
    text-align: center;
  }
}

.read p:first-child {
  padding-bottom: 16px;
}

.read p .text-large {
  font-size: 22px;
}

@media screen and (min-width:768px) {
  .read p .text-large {
    font-size: 23px;
  }
}

.sec01 {
  padding: 0 0 80px;
}

.sec01_heading {
  padding: 50px 0 26px;
}

@media screen and (min-width:768px) {
  .sec01_heading {
    padding-bottom: 36px;
  }
}

.sec01_heading p {
  width: fit-content;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  border: 2px solid #333333;
  border-radius: 100px;
  box-shadow: 2px 2px 0 #333333;
}

@media screen and (min-width:768px) {
  .sec01_heading p {
    font-size: 25px;
    padding: 0 30px;
  }
}

.sec01_heading p .text-large {
  font-size: 20px;
  line-height: 1;
}

@media screen and (min-width:768px) {
  .sec01_heading p .text-large {
    font-size: 34px;
  }
}

.sec01_heading h2 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media screen and (min-width:768px) {
  .sec01_heading h2 {
    font-size: 50px;
    padding-top: 20px;
  }
}

.sec01_comment {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 35px;
}

@media screen and (min-width:768px) {
  .sec01_comment {
    flex-direction: row;
    justify-content: center;
    padding-left: 27px;
  }
}

.sec01_comment_img {
  width: 40%;
  max-width: 240px;
}

.sec01_comment_img img {
  width: 100%;
  height: auto;
}

.sec01_comment_text {
  width: 100%;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 20px;
  border: 3px solid #479DBC;
  border-radius: 8px;
  position: relative;
}

@media screen and (min-width:768px) {
  .sec01_comment_text {
    font-size: 24px;
    padding: 20px;
    border: 5px solid #479DBC;
    border-radius: 15px;
    margin-bottom: 20px;
  }
}

.sec01_comment_text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  width: 73px;
  height: 32px;
  background-image: url(../../../img/lp/images2/gokai/fukidashi_shape_sp.svg);
  background-size: contain;
}

@media screen and (min-width:768px) {
  .sec01_comment_text:before {
    left: inherit;
    right: 100%;
    top: 20px;
    width: 51px;
    height: 52px;
    background-image: url(../../../img/lp/images2/gokai/fukidashi_shape_pc.svg);
  }
}

.sec01_answer {
  background-color: #F7F4ED;
  padding: 40px 6%;
  border-radius: 8px;
}

@media screen and (min-width:768px) {
  .sec01_answer {
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
  }
}

.sec01_answer_contents {
  width: 100%;
}

@media screen and (min-width:768px) {
  .sec01_answer_contents {
    width: 61%;
  }
}

.sec01_answer_contents p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
}

@media screen and (min-width:768px) {
  .sec01_answer_contents p {
    font-size: 20px;
    padding-bottom: 20px;
  }
}

.sec01_answer_contents p .underline {
  border-bottom: 2px solid #970005;
}

@media screen and (min-width:768px) {
  .sec01_answer_contents p .underline {
    border-bottom: 3px solid #970005;
  }
}

.sec01_answer_contents p small {
  display: inline;
  font-weight: normal;
}

@media screen and (min-width:768px) {
  .sec01_answer_contents p small {
    font-size: 18px;
  }
}

.sec01_answer_img_sp {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}

@media screen and (min-width:768px) {
  .sec01_answer_img_pc {
    width: calc(39% - 40px);
  }
}

.sec01_cta {
  background-color: #fff;
  padding: 30px 6%;
  border-top: 3px solid #121B42;
  border-bottom: 3px solid #121B42;
}

@media screen and (min-width:768px) {
  .sec01_cta {
    padding: 15px 20px 30px;
    border-top: 4px solid #121B42;
    border-bottom: 4px solid #121B42;
  }
}

.sec01_cta h3 {
  font-size: 18px;
  font-weight: bold;
  color: #121B42;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width:768px) {
  .sec01_cta h3 {
    font-size: 28px;
  }
}

.sec01_cta_btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin: auto;
  width: fit-content;
  min-width: 242px;
}

@media screen and (min-width:1180px) {
  .sec01_cta_btn {
    flex-direction: row;
    gap: 30px;
  }
}

.sec01_cta_btn .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 100px;
}

@media screen and (min-width:768px) {
  .sec01_cta_btn .btn {
    font-size: 21px;
    width: 280px;
  }
}

.sec01_cta_btn .btn.--red {
  background-color: #970005;
}

.sec01_cta_btn .btn.--line {
  background-color: #00C300;
}

.sec01_cta_btn .btn .tag {
  font-size: 10px;
  line-height: 2;
  border: 1px solid #fff;
  padding: 0 8px;
}

@media screen and (min-width:768px) {
  .sec01_cta_btn .btn .tag {
    font-size: 12px;
    padding: 0 5px;
  }
}

.sec01_cta_btn .btn .text-small {
  font-size: 14px;
}

@media screen and (min-width:768px) {
  .sec01_cta_btn .btn .text-small {
    font-size: 16px;
    padding-top: 5px;
  }
}

.sec02 {
  background-color: #FFF9D0;
}

@media screen and (min-width:768px) {
  .sec02 {
    padding-top: 80px;
  }
}

.sec02_heading {
  width: 112%;
  margin: 0 -6% 0;
  padding: 50px 0 0;
  background-image: url(../../../img/lp/images2/gokai/sec02_read_bg_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .sec02_heading {
    width: 100%;
    margin: 0;
    background-image: url(../../../img/lp/images2/gokai/sec02_read_bg_pc.webp);
  }
}


.sec02_heading ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (min-width:768px) {
  .sec02_heading ul li {
    font-size: 27px;
  }
}

.sec02_heading ul li img {
  width: 16px;
}

@media screen and (min-width:768px) {
  .sec02_heading ul li img {
    width: 30px;
  }
}

.sec02_heading h2 {
  font-size: 27px;
  font-weight: 900;
  padding: 10px 0 30px;
  -webkit-text-stroke: 10px #fff;
  paint-order: stroke;
  letter-spacing: 0.05em;
}

@media screen and (min-width:768px) {
  .sec02_heading h2 {
    font-size: 53px;
    padding: 20px 0 50px;
    -webkit-text-stroke: 18px #fff;
  }
}

.sec02 .top__reason {
  margin: 0;
  padding: 60px 0;
}

.sec02 .top__reason__title {
  text-align: center;
}

.sec02 .top__reason__title p.title_first {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #121B42;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title p.title_first {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.sec02 .top__reason__title p.title_second {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #970005;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title p.title_second {
    font-size: 40px;
    padding-bottom: 60px;
  }
}

.sec02 .top__reason__title h3 {
  font-size: 16px;
  font-weight: bold;
  color: #121B42;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title h3 {
    font-size: 30px;
    max-width: 540px;
    margin-bottom: 30px;
  }
}

.sec02 .top__reason__title h3:before,
.sec02 .top__reason__title h3:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #121B42;
}

.sec02 .top__reason__title h3:before {
  margin-right: 10px;
  padding-left: 15px;
}

.sec02 .top__reason__title h3:after {
  margin-left: 10px;
  padding-right: 15px;
}

.sec02 .top__reason__title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title h2 {
    display: -webkit-flex;
    /* Safari用 */
    display: flex;
    -webkit-justify-content: center;
    /* Safari用 */
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.sec02 .top__reason__title h2 p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title h2 p {
    font-size: 33px;
    margin-bottom: 40px;
  }
}

.sec02 .top__reason__title h2 p span {
  font-size: 25px;
  color: #970005;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title h2 p span {
    font-size: 38px;
  }
}

.sec02 .top__reason__title h2 p:last-child {
  letter-spacing: 0.05em;
  font-size: 22px;
  display: -webkit-flex;
  /* Safari用 */
  display: flex;
  -webkit-justify-content: center;
  /* Safari用 */
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 5px auto 0;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title h2 p:last-child {
    margin: 0;
    max-width: inherit;
  }
}

.sec02 .top__reason__title h2 p:last-child span {
  display: block;
}

.sec02 .top__reason__title h2 p:last-child span:first-child {
  width: 40%;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title h2 p:last-child span:first-child {
    width: auto;
    font-size: 60px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.sec02 .top__reason__title h2 p:last-child span:first-child i {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title h2 p:last-child span:first-child i {
    font-size: 230px;
  }
}

.sec02 .top__reason__title h2 p:last-child span:nth-child(2) {
  width: 60%;
  text-align: left;
  color: #121B42;
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title h2 p:last-child span:nth-child(2) {
    font-size: 33px;
    width: auto;
    margin-bottom: 40px;
  }
}

.sec02 .top__reason__title h2 p:last-child span:nth-child(2) i {
  color: #970005;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  .sec02 .top__reason__title h2 p:last-child span:nth-child(2) i {
    font-size: 38px;
  }
}

.sec02 .speech {
  width: 100%;
  height: 29.48vw;
  background-image: url(../../../img/lp/images2/highquality/sec05_speech_bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4.5vw;
  margin: 0 auto 5.9vw;
}

@media (min-width: 561px) {
  .sec02 .speech {
    padding-top: 10px;
    margin: 0 auto 1vw;
    width: 270px;
    height: 95px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 .speech {
    width: 341px;
    height: 115px;
  }
}

@media (min-width: 1024px) {
  .sec02 .speech {
    width: 341px;
    height: 115px;
  }
}

.sec02 .speech>span {
  font-size: 3.85vw;
  padding-left: 16.67vw;
  line-height: 1;
}

@media (min-width: 561px) {
  .sec02 .speech>span {
    padding-left: 58px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 .speech>span {
    padding-left: 89px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .sec02 .speech>span {
    font-size: 19px;
  }
}

.sec02 .speech p {
  margin-top: -6px;
  font-size: 5.38vw;
  line-height: 1;
}

@media (min-width: 561px) {
  .sec02 .speech p {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 .speech p {
    font-size: 29px;
  }
}

@media (min-width: 1024px) {
  .sec02 .speech p {
    font-size: 29px;
  }
}

.sec02 .speech p span {
  font-size: 7.69vw;
  line-height: 1;
}

@media (min-width: 561px) {
  .sec02 .speech p span {
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 .speech p span {
    font-size: 41px;
  }
}

@media (min-width: 1024px) {
  .sec02 .speech p span {
    font-size: 41px;
  }
}

.sec02 .speech {
  width: 90%;
}

.sec02 dl {
  display: flex;
  width: 100%;
  margin: 0 auto 6.41vw;
  flex-direction: column;
}

@media (min-width: 561px) {
  .sec02 dl {
    flex-direction: row;
    width: 580px;
    margin: 0 auto 1.56vw;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl {
    width: 941px;
  }
}

@media (min-width: 1024px) {
  .sec02 dl {
    width: 941px;
  }
}

.sec02 dl dt {
  color: #fff;
  background-color: #970005;
  padding: 6.41vw 0;
  width: 100%;
}

@media (min-width: 561px) {
  .sec02 dl dt {
    width: 26.89%;
    padding: 1.2vw 0.52vw;
  }
}

.sec02 dl dt p {
  font-size: 4.62vw;
}

@media (min-width: 561px) {
  .sec02 dl dt p {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dt p {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .sec02 dl dt p {
    font-size: 25px;
  }
}

.sec02 dl dt p:last-of-type {
  font-size: 11.3vw;
  line-height: 0.92;
}

@media (min-width: 561px) {
  .sec02 dl dt p:last-of-type {
    font-size: 45px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dt p:last-of-type {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  .sec02 dl dt p:last-of-type {
    font-size: 60px;
  }
}

.sec02 dl dd {
  background-color: #fff;
  border: 2px solid #970005;
  border-top: none;
  flex-grow: 1;
  padding: 7.9vw 12.8vw;
}

@media (min-width: 561px) {
  .sec02 dl dd {
    border: 4px solid #970005;
    border-left: none;
    border-top: 4px solid #970005;
    padding: 1.2vw 2.7vw;
  }
}

.sec02 dl dd>p {
  text-align: left;
  font-size: 3.59vw;
}

@media (min-width: 561px) {
  .sec02 dl dd>p {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dd>p {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .sec02 dl dd>p {
    font-size: 22px;
  }
}

.sec02 dl dd div {
  padding-top: 3.5vw;
}

@media (min-width: 561px) {
  .sec02 dl dd div {
    padding-top: 0.5vw;
  }
}

.sec02 dl dd div p {
  font-size: 6.15vw;
  letter-spacing: 0.1em;
  line-height: 8.72vw;
}

@media (min-width: 561px) {
  .sec02 dl dd div p {
    line-height: 35px;
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dd div p {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  .sec02 dl dd div p {
    font-size: 31px;
  }
}

.sec02 dl dd div p:first-of-type:not(:last-of-type) {
  font-size: 4.1vw;
  line-height: 1;
  padding: 1.79vw 7vw;
  margin-right: 1.79vw;
}

@media (min-width: 561px) {
  .sec02 dl dd div p:first-of-type:not(:last-of-type) {
    margin-right: 0.83vw;
    padding: 0.52vw 0.83vw;
    font-size: 23px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dd div p:first-of-type:not(:last-of-type) {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .sec02 dl dd div p:first-of-type:not(:last-of-type) {
    font-size: 29px;
  }
}

.sec02 dl dd div p span {
  font-size: 8.72vw;
  line-height: 8.72vw;
}

@media (min-width: 561px) {
  .sec02 dl dd div p span {
    font-size: 35px;
    line-height: 35px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dd div p span {
    font-size: 38px;
  }
}

@media (min-width: 1024px) {
  .sec02 dl dd div p span {
    font-size: 44px;
  }
}

.sec02 dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sec02 dl.is-last dd div p {
    margin-left: auto;
  }
}

.sec02 dl dd {
  border-top: 2px solid #970005;
  padding: 15px;
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}

@media screen and (min-width: 768px) {
  .sec02 dl dd {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    border-top-width: 4px;
    padding: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dd>p {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dd div {
    display: -webkit-flex;
    /* Safari用 */
    display: flex;
    -webkit-justify-content: center;
    /* Safari用 */
    justify-content: center;
    -webkit-align-items: center;
    /* Safari用 */
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dd div p {
    margin-right: auto;
  }
}

.sec02 dl dd div .is-label {
  display: -webkit-flex;
  /* Safari用 */
  display: flex;
  -webkit-justify-content: center;
  /* Safari用 */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari用 */
  align-items: center;
  max-width: 116px;
  margin: 0 auto 5px;
  font-size: 16px;
  background: #F2F2F2;
  height: 35px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .sec02 dl dd div .is-label {
    min-width: 116px;
    margin-right: 12px;
    margin-bottom: 0;
    height: 50px;
    font-size: 29px;
    padding: 0;
  }
}

.sec02 dl dt {
  display: -webkit-flex;
  /* Safari用 */
  display: flex;
  -webkit-justify-content: center;
  /* Safari用 */
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100px;
}

@media screen and (min-width: 768px) {
  .sec02 dl dt {
    width: 260px;
  }
}

.sec02 dl dt p {
  margin-top: auto;
  width: 100%;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .sec02 dl dt p {
    font-size: 25px;
  }
}

.sec02 dl dt p:last-child {
  margin-top: 0;
  font-size: 40px;
}

@media screen and (min-width: 768px) {
  .sec02 dl dt p:last-child {
    font-size: 60px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .sec02 dl dt {
    width: 181px;
  }
}

.sec02 dl dd {
  padding: 20px 8px;
  width: calc(100% - 181px);
}

.top.is-fix .top__reason .section.sec7>div dl dd>p {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .sec02 dl dd>p {
    text-align: center;
    letter-spacing: 0.1em;
  }
}

.sec02 dl dd div {
  display: flex;
  justify-content: center;
}

.sec02 dl dd div p {
  font-size: 22px;
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .sec02 dl dd div p {
    font-size: 30px;
  }
}

.sec02 dl dd div .is-label {
  background-color: #970005;
  color: #fff;
  font-size: 24px;
  padding: 5px 12px;
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
  margin-right: 10px;
}

@media screen and (min-width: 769px) {
  .sec02 dl dd div .is-label {
    font-size: 32px;
    padding: 8px 16px;
  }
}

.sec02>p {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .sec02>p {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.sec02>p span {
  font-size: 26px;
}

@media (min-width: 769px) {
  .sec02>p span {
    font-size: 44px;
  }
}

.sec02 .answer {
  width: 46.15vw;
  height: 21.28vw;
  margin: 0 auto 5.13vw;
  background-color: #970005;
  color: #fff;
  font-size: 5.13vw;
  display: flex;
  justify-content: center;
  padding-top: 4.62vw;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
  letter-spacing: 0.1em;
}

@media (min-width: 561px) {
  .sec02 .answer {
    padding-top: 1.875vw;
    font-size: 28px;
    margin: 0 auto 1.56vw;
    width: 240px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .sec02 .answer {
    font-size: 40px;
    width: 300px;
    height: 135px;
  }
}

@media (min-width: 1024px) {
  .sec02 .answer {
    font-size: 40px;
    width: 340px;
    height: 156px;
  }
}

.sec02 .top__reason>p {
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .sec02 .top__reason>p {
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.sec02 .top__reason>p span {
  font-size: 26px;
}

@media (min-width: 769px) {
  .sec02 .top__reason>p span {
    font-size: 44px;
  }
}

.sec02 .top__system h3 {
  font-size: 16px;
  font-weight: bold;
  color: #121B42;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 768px) {
  .sec02 .top__system h3 {
    font-size: 30px;
    max-width: 650px;
    margin-bottom: 30px;
  }
}

.sec02 .top__system h3:before,
.sec02 .top__system h3:after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #121B42;
}

.sec02 .top__system h3:before {
  margin-right: 10px;
  padding-left: 15px;
}

.sec02 .top__system h3:after {
  margin-left: 10px;
  padding-right: 15px;
}

.sec02_conclusion {
  font-weight: bold;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .sec02_conclusion {
    padding: 80px 0;
  }
}

.sec02_conclusion p {
  font-size: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .sec02_conclusion p {
    font-size: 32px;
    text-align: center;
    padding-bottom: 10px;
  }
}

.sec02_conclusion p:nth-child(2) {
  font-size: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec02_conclusion p:nth-child(2) {
    font-size: 32px;
  }
}

.sec02_conclusion p .text-large {
  font-size: 24px;
  color: #970005;
}

@media screen and (min-width: 768px) {
  .sec02_conclusion p .text-large {
    font-size: 40px;
  }
}

.sec03 {
  padding: 50px 0;
}

.sec03 h2 {
  font-size: 22px;
  font-weight: bold;
  color: #121B42;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.sec03 h2:before,
.sec03 h2:after {
  content: "";
  width: 38px;
  border-bottom: 1px solid #121B42;
}

@media screen and (min-width: 768px) {
  .sec03 h2 {
    font-size: 30px;
    column-gap: 20px;
  }

  .sec03 h2:before,
  .sec03 h2:after {
    width: 60px;
  }
}

.sec03 h3 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .sec03 h3 {
    font-size: 39px;
    padding-bottom: 40px;
  }
}

.sec03 h3 .is-relative {
  position: relative;
  display: inline-block;
  vertical-align: super;
}

@media screen and (min-width: 768px) {
  .sec03 h3 .is-relative {
    vertical-align: baseline;
  }
}

.sec03 h3 .caption {
  font-size: 15px;
  color: #121B42;
  font-weight: bold;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: rotate(-5deg);
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .sec03 h3 .caption {
    font-size: 23px;
  }
}

.sec03 h3 img {
  width: 154px;
}

@media screen and (min-width: 768px) {
  .sec03 h3 img {
    width: 230px;
  }
}

.sec03 h3 .text-large {
  font-size: 38px;
}

@media screen and (min-width: 768px) {
  .sec03 h3 .text-large {
    font-size: 59px;
  }
}

.sec03 h3 .c-red {
  color: #CC0003;
}

.sec03_text01 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 20px;
  color: #121B42;
}

@media screen and (min-width: 768px) {
  .sec03_text01 {
    font-size: 24px;
    padding-bottom: 40px;
  }
}

.sec03 .o-btn {
  margin: 40px auto;
}

.sec03_text02 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #121B42;
}

@media screen and (min-width: 768px) {
  .sec03_text02 {
    font-size: 30px;
    text-align: center;
  }
}

.sec03 ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}

.sec03 ul li {
  width: 100%;
  border: 2px solid #970005;
}

@media screen and (min-width: 768px) {
  .sec03 ul li {
    width: calc((100% - 20px) / 2);
  }
}

.sec03 ul li>div {
  display: flex;
  column-gap: 10px;
  padding: 20px;
  align-items: flex-start;
}

.sec03 ul li>div:nth-child(1) {
  font-weight: bold;
  letter-spacing: 0.05em;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .sec03 ul li>div:nth-child(1) {
    font-size: 24px;
  }
}

.sec03 ul li>div:nth-child(2) {
  background-color: #FFF9D0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #970005;
}

@media screen and (min-width: 768px) {
  .sec03 ul li>div:nth-child(2) {
    font-size: 28px;
  }
}

.sec03 ul li>div:nth-child(2) img {
  margin-left: -6px;
}

@media screen and (min-width: 768px) {
  .sec03 ul li>div:nth-child(2) img {
    margin-top: 10px;
  }
}

.sec04 {
  background-color: #f2f2f2;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .sec04 {
    padding: 60px 0;
  }
}

.sec04 h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #121B42;
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .sec04 h2 {
    font-size: 30px;
    padding-bottom: 60px;
  }
}

.sec04 .top__faq__content dl dt::before {
  color: #970005;
  top: 50%;
  transform: translateY(-50%);
}

.sec04 .top__faq__content dl dd.js-faq-target a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.sec04 .top__faq__content dl dd.js-faq-target a:after {
  content: "";
  width: 14px;
  height: 4px;
  display: block;
  background: url(../../../assets/images/common/icon_arw.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .top__faq__content dl dd.js-faq-target a:after {
    width: 17px;
  }
}

.o-cbt {
  background: linear-gradient(to bottom, #620408 0%, #970005 100%);
  margin: 0;
  color: #fff;
  max-width: 100%;
}

.o-cbt::before,
.o-cbt::after {
  content: none;
}

.o-cbt__title h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transform: rotate(0);
}

@media screen and (min-width: 768px) {
  .o-cbt__title h3 {
    font-size: 36px;
  }

}

.o-cbt__title h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .o-cbt__title h2 {
    font-size: 52px;
  }
}

.o-cbt__title h2 span {
  color: #FFE4A3;
}

@media screen and (min-width: 1180px) {
  .o-cbt__btn {
    padding-left: 20px;
    padding-right: 40px;
    margin: auto;
  }
}

.o-cbt__btn a {
  background: linear-gradient(to bottom, #FFFCE8 0%, #FEE949 60%, #EAD42D 100%);
  color: #333;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .o-cbt__btn a {
    margin: 40px auto;
  }
}

.o-cbt__btn a:hover {
  background: linear-gradient(to top, #FFFCE8 0%, #FEE949 60%, #EAD42D 100%);
  color: #333;
}

.o-cbt__btn a span {
  border: 1px solid #333;
}

.o-cbt__tel {
  padding: 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  max-width: 950px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-cbt__tel .tel {
    margin: auto;
  }
}

.o-cbt__tel .tel .tel_icon {
  width: 67px;
  padding-right: 5px;
}

.o-cbt__tel .tel img {
  width: 100%;
}

.o-cbt__tel .tel .is-line_btn {
  margin: auto;
}

@media (min-width: 1024px) {
  .o-cbt__tel .tel .is-line_btn {
    max-width: 325px;
  }
}

@media screen and (min-width: 768px) {
  .o-cbt__tel .tel .is-img {
    position: static;
  }
}

@media (min-width: 1180px) {
  .o-cbt.is-part1 {
    padding-left: 0;
  }

  .o-cbt.is-part2 {
    padding-right: 0;
  }
}