* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP" !important;
  color: #000000;
}
main {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  /* background-color: #e3e3e31a; */
  font-family: "Noto Sans JP" !important;
}
/* ---------- Common compornents ------------ */
a {
  text-decoration: none;
}
.f-l {
  font-size: 128px;
  font-weight: bold;
}
.f-m {
  font-size: 42px;
  font-weight: bold;
}
.f-s {
  font-size: 32px;
}
.f-sm {
  font-size: 28px;
}

@media (max-width: 1200px) {
  .f-m {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .f-m {
    font-size: 32px;
  }
}
@media (max-width: 650px) {
  .f-m {
    font-size: 22px;
  }
}

/* ----------  FV ----------- */
.fv {
  width: 100%;
  /* height: 100vh; */
  height: 650px;
  background: url("../images/kakeai/fv-pc.png") no-repeat center / cover;
  position: relative;
}
.fv img {
  display: none;
  width: 100%;
  height: auto;
}
.fv .txt {
  position: absolute;
  width: 100%;
  max-width: 1232px;
  bottom: 0;
  right: 0;
  padding-left: 23px;
  padding-bottom: 22px;
  background-color: rgba(7, 2, 94, 0.5);
  color: #ffffff;
  border-top-left-radius: 20px;
}
.fv .txt h1 {
  font-size: 50px;
  width: fit-content;
  text-align: center;
}
.fv .txt h1 span {
  font-size: 80px;
  line-height: 1;
}
.fv .txt p {
  width: 100%;
  max-width: 1100px;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .fv .txt {
    padding-inline: 20px;
  }
}
@media (max-width: 768px) {
  .fv .txt {
    padding-inline: 16px;
    border-top-right-radius: 20px;
  }
  .fv .txt h1 {
    font-size: 51px;
  }
  .fv .txt h1 span {
    font-size: 75px;
  }
  .fv .txt p {
    font-size: 22px;
  }
}
@media (max-width: 650px) {
  .fv {
    background: unset;
    height: auto;
    margin-top: 76px;
  }
  .fv img {
    display: block;
  }
  .fv .txt {
    position: relative;
    padding-block: 13px 28px;
    padding-inline: 19px;
    background-color: #07025e;
    border-radius: 0;
  }
  .fv .txt h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .fv .txt p {
    font-size: 16px;
  }
  .fv .txt h1 span {
    font-size: 42px;
    line-height: 1.3;
  }
}

/* -------- INTRO  -------- */

.intro {
  width: 100%;
}
.intro .title-box {
  background-color: #ffffff;
  padding: 15px 110px;
}
.intro .title-box span {
  color: #ff0505;
}
.intro .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f5;
  padding-block: 30px;
  padding-inline: 20px;
}
.intro .content p {
  font-size: 18px;
  width: 100%;
  max-width: 1200px;
}
.intro .content p:nth-of-type(1) {
  font-size: 28px;
  font-weight: bold;
  width: fit-content;
}
.intro .content img {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}

.intro .content .sp {
  display: none;
}

@media (max-width: 1200px) {
  .intro .title-box {
    padding: 15px 50px;
  }
  .intro .content {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .intro .content {
    padding-block: 33px 100px;
  }
  .intro .title-box {
    text-align: center;
  }
  .intro .content p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .intro .content p {
    font-size: 28px;
  }
  .intro .content p:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .intro .content .pc {
    display: none;
  }
  .intro .content .sp {
    display: block;
  }
}
@media (max-width: 650px) {
  .intro .content {
    padding-block: 25px 42px;
  }
  .intro .title-box {
    text-align: start;
    padding: 10px 14px;
  }
  .intro .content p:nth-of-type(1) {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .intro .content p {
    font-size: 16px;
  }
  .intro .content img {
    margin-bottom: 35px;
  }
}
/* --------- red-box ----------- */
.red-box {
  width: 100%;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  background-color: #ff0505;
  z-index: 1;
  padding-block: 80px 30px;
  padding-inline: 80px;
}
.red-box h2 {
  font-size: 58px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.red-box p {
  font-size: 28px;
  width: 100%;
  max-width: 1000px;
  padding-left: 14px;
}
.red-box span {
  font-size: 600px;
  font-weight: bold;
  opacity: 0.3;
  position: absolute;
  top: -290px;
  right: -200px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .red-box {
    padding-block: 150px 50px;
    padding-inline: 20px;
  }
  .red-box h2 {
    font-size: 60px;
  }
  .red-box p {
    font-size: 28px;
  }
  .red-box span {
    font-size: 800px;
    top: -390px;
    right: -300px;
  }
}
@media (max-width: 650px) {
  .red-box {
    padding-block: 67px 16px;
    padding-inline: 12px;
  }
  .red-box h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .red-box p {
    font-size: 14px;
    padding-left: 0;
  }
  .red-box span {
    font-size: 310px;
    top: -130px;
    right: -90px;
  }
}
/* --------- price ----------- */
.price {
  width: 100%;
}
.price-content {
  width: 100%;
  padding: 50px 80px 50px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.price-content .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid #ff0505;
}
.price-content .item .txt {
  padding: 35px;
  border-left: 20px solid #ff0505;
  border-radius: 30px;
}
.price-content .item .txt .txt-title {
  margin-bottom: 50px;
}
.price-content .item .txt p {
  font-size: 18px;
}
.price-content .item .txt span {
  font-weight: bold;
}
.price-content .item .txt .txt-title h3 {
  font-size: 32px;
}
.price-content .item .txt .txt-title p {
  font-size: 22px;
  font-weight: bold;
}
.price-content .item img {
  width: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.price-content .item.one .txt p {
  width: 100%;
  max-width: 740px;
}
.price-content .item.one img {
  max-width: 550px;
}

.price-content .item.two img {
  max-width: 400px;
}
.price-content .item.three img {
  max-width: 485px;
}
.price-content .sp {
  display: none;
}
@media (max-width: 1024px) {
  .price-content {
    padding: 37px 20px 37px 20px;
  }
  .price-content .item .txt {
    padding: 20px;
  }
  .price-content .item .txt .txt-title {
    margin-bottom: 25px;
  }
  .price-content .item .txt .txt-title h3 {
    font-size: 46px;
  }
  .price-content .item .txt p {
    font-size: 16px;
  }
  .price-content .item .txt .txt-title p {
    font-size: 22px;
  }
  .price-content .item.one img {
    max-width: 300px;
  }
  .price-content .item.two img {
    max-width: 240px;
  }
  .price-content .item.three img {
    max-width: 225px;
  }
}
@media (max-width: 768px) {
  .price-content .item {
    flex-direction: column;
    border-radius: 5px;
    border-left: 15px solid #ff0505;
  }
  .price-content .item .txt {
    border: none;
  }
  .price-content .item img {
    border-radius: 0;
    max-width: 100% !important;
  }
  .price-content .pc {
    display: none;
  }
  .price-content .sp {
    display: block;
  }
}
@media (max-width: 650px) {
  .price-content {
    padding: 37px 12px 37px 12px;
    gap: 30px;
  }
  .price-content .item .txt {
    padding: 16px;
  }
  .price-content .item .txt .txt-title h3 {
    font-size: 24px;
  }
  .price-content .item .txt p {
    font-size: 14px;
  }
  .price-content .item .txt .txt-title p {
    font-size: 16px;
  }
}
/* --------- flow ----------- */
.flow {
  width: 100%;
}
.flow .flow-box {
  width: 100%;
  padding-block: 30px;
}
.flow-box .item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding-inline: 110px;
}
.flow-box .item span {
  font-size: 180px;
  font-weight: bold;
  line-height: 1;
  color: rgba(217, 217, 217, 0.3);
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: -1;
}
.flow-box .item span.right {
  left: unset;
  right: 0;
  bottom: -40px;
  font-size: 180px;
}
.flow-box .item .num {
  font-size: 130px;
  color: #ffffff;
  -webkit-text-stroke: 3px #ff0505;
  font-weight: bold;
  font-family: serif;
}
.flow-box .item .txt {
  width: 100%;
}
.flow-box .item .txt p:nth-of-type(1) {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  width: 100%;
  padding: 10px 34px;
  background-color: #ff0505;
  margin-bottom: 25px;
}
.flow-box .item .txt p:nth-of-type(2) {
  font-size: 16px;
}
@media (max-width: 1300px) {
  .flow-box .item {
    padding-inline: 30px;
  }
  .flow-box .item .num {
    font-size: 200px;
  }
  .flow-box .item .txt p:nth-of-type(1) {
    font-size: 42px;
    padding: 15px 30px;
  }
  .flow-box .item .txt p:nth-of-type(2) {
    font-size: 28px;
  }
  .flow-box .item span,
  .flow-box .item span.right {
    font-size: 230px;
  }
}
@media (max-width: 1024px) {
  .flow-box .item .num {
    font-size: 130px;
  }
  .flow-box .item .txt p:nth-of-type(1) {
    font-size: 34px;
    padding: 8px 20px;
  }
  .flow-box .item .txt p:nth-of-type(2) {
    font-size: 18px;
  }
  .flow-box .item span {
    left: -15px;
    font-size: 140px;
  }
  .flow-box .item span.right {
    font-size: 140px;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .flow-box .item {
    gap: 0;
    padding: 0;
    padding-left: 16px;
  }
  .flow-box .item span {
    left: 0;
  }
  .flow-box .item .txt p:nth-of-type(1) {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .flow .flow-box {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .flow-box .item {
    align-items: start;
  }
  .flow-box .item.row-rev {
    flex-direction: row-reverse;
  }
  .flow-box .item .num {
    font-size: 64px;
    line-height: 1;
    -webkit-text-stroke: 1px #ff0505;
  }
  .flow-box .item span {
    left: 2px;
    font-size: 64px;
    bottom: unset;
    top: 35px;
  }
  .flow-box .item span.right {
    right: unset;
    left: 2px;
    bottom: unset;
    top: 35px;
  }
  .flow-box .item span.right {
    font-size: 64px;
  }
  .flow-box .item .txt p:nth-of-type(1) {
    font-size: 16px;
    padding: 8px 5px;
    margin-bottom: 13px;
  }
  .flow-box .item .txt p:nth-of-type(2) {
    font-size: 13px;
  }
}

/* --------- appearance ----------- */
.appearance {
  width: 100%;
  background-color: #07025e;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-block: 70px 100px;
}
.appearance .title {
  color: #ffffff;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
  padding-inline: 20px;
}
.appearance .item-group {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.appearance .item-case {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.appearance .item-case.two {
  justify-content: start;
}

.appearance .item {
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: rgba(217, 217, 217, 0.3);
  color: #ffffff;
  font-weight: bold;
  padding-inline: 47px;
  padding-block: 30px;
  display: flex;
    flex-direction: column;
    align-items: center;
}
.appearance .two .item {
  border-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.appearance .item .txt {
  margin-bottom: 20px;
  width: fit-content;
}
.appearance .item .txt p:nth-of-type(1) {
  font-size: 32px;
  margin-bottom: 10px;
}
.appearance .item .txt p:nth-of-type(2) {
  font-size: 48px;
}
.appearance .videos {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.appearance .videos .video-top-t {
  font-size: 22px;
  padding: 5px 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;

  span {
    color: #ff0505;
    margin-right: 10px;
  }
}

.appearance .videos .video-top-t p {
  margin-bottom: 0;
}

.appearance .videos iframe {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16/9;
}

@media (max-width: 768px) {
  .appearance {
    padding-inline: 13px;
    padding-block: 20px 43px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .appearance .title {
    margin-bottom: 24px;
  }
  .appearance .item-group {
    gap: 16px;
  }
  .appearance .item {
    width: 100%;
    padding: 6px 8px;
    border-radius: 5px;
    display: flex;
    flex-direction: row-reverse;
  }
  .appearance .two .item {
    border-radius: 5px;
  }
  .appearance .videos iframe:nth-of-type(2) {
    display: none;
  }
  .appearance .videos iframe {
    max-width: unset;
  }
  .appearance .item .txt {
    margin-bottom: 0;
    padding-left: 15px;
  }
  .appearance .two .txt {
    text-align: start;
  }
  .appearance .item .txt p:nth-of-type(1) {
    font-size: 26px;
  }
  .appearance .item .txt p:nth-of-type(2) {
    font-size: 36px;
    text-align: end;
  }
  .appearance .videos .video-top-t {
    display: none;
  }
  .appearance .videos {
    max-width: 245px;
  }
}
@media (max-width: 650px) {
  .appearance .title {
    padding-inline: 0;
  }
  .appearance .item-group {
    align-items: center;
  }
  .appearance .item {
    width: 100%;
    justify-content: center;
  }
  .appearance .videos iframe {
    width: 184px;
  }
  .appearance .item .txt {
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
    width: 250px;
  }
  .appearance .item .txt p:nth-of-type(1) {
    font-size: 12px;
    margin-bottom: 0;
  }
  .appearance .item .txt p:nth-of-type(2) {
    font-size: 16px;
  }
  .appearance .videos {
    max-width: 185px;
  }
}
/* --------- SUPPORT ----------- */
.support {
  width: 100%;
}
.support .red-box {
  height: auto;
  padding-inline: 0;
}
.support .red-box h2 {
  width: fit-content;
  margin: auto;
  line-height: 1.1;
}
.support .red-box h2 span {
  font-size: 82px;
  position: unset;
  opacity: 1;
}
.support .red-box h2 span:nth-of-type(1) {
  color: #ff0505;
  -webkit-text-stroke: 3px #ffffff;
}
/* --------- intro-txt ----------- */
.support .intro-txt {
  width: 100%;
  padding: 30px 110px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.support .intro-txt span {
  font-size: 42px;
  color: #07025e;
}
.support .item-group {
  width: 100%;
}
.support .item {
  width: 100%;
}
.support .item .item-title {
  width: 100%;
  background-color: #ff0505;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  line-height: 1.1;
}
.support .item .item-title .is-md-show {
  display: none;
}
.support .item-content {
  width: 100%;
  max-width: 1000px;
  padding-block: 30px;
  margin: auto;
}
.support .item img {
  width: 100%;
  margin-bottom: 80px;
}
.support .item-content p {
  font-size: 18px;
}
.support .item-content span {
  font-size: 32px;
  font-weight: bold;
}
.support .voice {
  width: 100%;
  background-color: #f5f5f5;
}
.support .voice-title-box {
  width: 100%;
  max-width: 1200px;
  position: relative;
  background-color: #07025e;
  padding-inline: 50px;
  padding-block: 20px 50px;
  color: #ffffff;
  font-weight: bold;
}
.support .voice-title-box p {
  font-size: 48px;
  position: relative;
  z-index: 2;
}
.support .voice-title-box span {
  font-family: "Noto Serif JP", serif;
  font-size: 180px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  bottom: -20px;
  right: 0;
  opacity: 0.3;
}
.support .voice-slider-container {
  width: 100%;
  padding-block: 50px;
  position: relative;
}
.support .voice-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.support .voice-slider iframe {
  width: 340px;
  aspect-ratio: 16/9;
}

@media (max-width: 1220px) {
  .support .red-box h2 span {
    font-size: 105px;
  }
  .support .red-box h2 span:nth-of-type(1) {
    -webkit-text-stroke: 3px #ffffff;
  }
  .support .intro-txt {
    padding: 50px 30px;
    font-size: 26px;
  }
  .support .intro-txt span {
    font-size: 36px;
  }
  .support .item .item-title {
    font-size: 32px;
    padding-inline: 12px;
  }
  .support .item-content p {
    font-size: 22px;
  }
  .support .item-content span {
    font-size: 32px;
  }
  .support .item img {
    margin-bottom: 50px;
  }
  .support .voice-title-box {
    padding-inline: 50px;
  }
  .support .voice-title-box p {
    font-size: 32px;
  }
  .support .voice-title-box span {
    font-size: 200px;
  }
}
@media (max-width: 768px) {
  .support .red-box {
    padding: 30px 12px;
  }
  .support .red-box h2 {
    margin: unset;
  }
  .support .red-box h2 span {
    font-size: 65px;
  }
  .support .red-box h2 span:nth-of-type(1) {
    -webkit-text-stroke: 1px #ffffff;
  }
  .support .intro-txt {
    padding: 10px 12px;
    font-size: 18px;
  }
  .support .intro-txt br {
    display: none;
  }
  .support .intro-txt span {
    font-size: 24px;
  }
  .support .voice-title-box {
    padding-block: 20px 65px;
  }
  .support .voice-title-box span {
    font-size: 150px;
    bottom: -10px;
  }
  .support .voice-slider-container {
    padding: 50px 20px;
  }
  .support .voice-slider .slide {
    width: 300px;
    height: fit-content;
  }
  .support .voice-slider .slide p {
    font-size: 18px;
  }
  .support .voice-slider .slide a {
    font-size: 16px;
  }
  .support .voice-slider .slide img {
    margin-bottom: 15px;
  }
  .support .voice-slider-container button {
    top: 10px;
    font-size: 36px;
  }
  .support .voice-slider-container .prev {
    right: 80px;
  }
  .support .voice-slider-container .next {
    right: 30px;
  }
  .support .voice-slider {
    gap: 30px;
  }
}
@media (max-width: 650px) {
  .support .item-content {
    padding: 20px 12px;
  }
  .support .item img {
    margin-bottom: 20px;
  }
  .support .red-box h2 span {
    font-size: 48px;
  }
  .support .intro-txt {
    font-size: 14px;
  }
  .support .intro-txt span {
    font-size: 18px;
  }
  .support .item .item-title {
    text-align: start;
    font-size: 18px;
  }
  .support .item-content p {
    font-size: 14px;
  }
  .support .item-content span {
    font-size: 18px;
  }
  .support .item .item-title .is-md-show {
    display: block;
  }
  .support .item .item-title .is-md-hide {
    display: none;
  }
  .support .voice-title-box {
    padding-block: 13px 21px;
    padding-inline: 12px;
  }
  .support .voice-title-box p {
    font-size: 18px;
  }
  .support .voice-title-box span {
    font-size: 60px;
  }
  .support .voice-slider iframe {
    width: 335px;
  }
}
/* --------- OPTION POINT ------- */
.option {
  width: 100%;
}
.option .red-box span {
  right: 0px;
  top: -240px;
}
.option .option-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding-bottom: 50px;
}
.option .option-content-title {
  padding-block: 50px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.option .option-content-title p {
  font-size: 32px;
  font-weight: bold;
  width: fit-content;
  margin: auto;
}
.option .option-content-title span {
  font-size: 42px;
  color: #ff0505;
}
.option .option-item {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.option .option-item .option-item-title {
  width: fit-content;
  background-color: #ff0505;
  padding: 5px;
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.option .option-content span {
  color: #ff0505;
}
.option .option-content .s-txt {
  font-size: 24px;
  font-weight: bold;
}
.option .option-content .s-txt p {
  text-decoration: underline;
  text-decoration-color: #ff0505;
}
.option .option-item img {
  width: 80px;
  margin-bottom: 30px;
}
.option .option-item-b-txt {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 46px;
}
.option .option-item-b-txt span {
  font-size: 42px;
}
.option .gray-box {
  font-size: 42px;
  padding-block: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  background-color: #f5f5f5;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.option .bubble-container {
  width: 100%;
  display: flex;
  justify-content: end;
}
.option .bubble-container .txt {
  font-size: 28px;
  font-weight: bold;
  background: url("../images/kakeai/bubble.png") no-repeat center / cover;
  width: 730px;
  height: 230px;
  padding-block: 103px 65px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.option .bubble-container .txt span {
  background-color: #ff0505;
  color: #ffffff;
}
.option .btm-box {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.option .btm-box span {
  color: #ff0505;
}
.option .option-item-b-txt br {
  display: none;
}

.option .check-box {
  width: 100%;
}
.option .check-box .check-box-top {
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  position: relative;
  background-color: #07025e;
  color: #ffffff;
  font-weight: bold;
}
.option .check-box .check-box-top p:nth-of-type(1) {
  font-size: 48px;
  margin-bottom: 20px;
}
.option .check-box .check-box-top p:nth-of-type(2) {
  font-size: 28px;
}
.option .check-box .check-box-top p:nth-of-type(2) br {
  display: none;
}
.option .check-box .check-box-top span {
  font-size: 180px;
  opacity: 0.3;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  bottom: -40px;
  right: 0;
}
.option .check-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-block: 50px;
  gap: 30px;
}
.option .check-group .check-item {
  width: 100%;
  max-width: 1300px;
  background-color: rgba(217, 217, 217, 0.3);
  padding: 44px;
  border-bottom-left-radius: 30px;
}
.option .check-group .check-item-title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.option .check-group .check-item-title img {
  width: 50px;
}
.option .check-group .check-item-title p {
  font-size: 32px;
  font-weight: bold;
  color: #07025e;
}
.option .check-group .check-content {
  font-size: 22px;
}
.option .check-group .check-content span {
  font-weight: bold;
}
.option .check-group .check-content .red {
  color: #ffffff;
  background-color: #ff0505;
}
@media (max-width: 1024px) {
  .option .option-content-title {
    padding-block: 50px;
  }
  .option .option-content-title p {
    font-size: 24px;
  }
  .option .option-content-title span {
    font-size: 38px;
  }
  .option .option-content {
    gap: 150px;
    padding-inline: 12px;
    padding-bottom: 120px;
  }
  .option .option-item .option-item-title {
    font-size: 60px;
  }
  .option .option-content .s-txt {
    font-size: 28px;
  }
  .option .option-item img {
    width: 121px;
    margin-bottom: 50px;
  }
  .option .option-item-b-txt {
    font-size: 42px;
    text-align: center;
  }
  .option .option-item-b-txt span {
    font-size: 62px;
  }
  .option .gray-box {
    padding-block: 50px;
  }
  .option .bubble-container .txt {
    font-size: 26px;
    width: 650px;
    height: 203px;
    padding-block: 90px 65px;
    padding-left: 30px;
    margin-bottom: 120px;
  }
  .option .btm-box {
    font-size: 28px;
  }
  .option .check-box .check-box-top p:nth-of-type(1) {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .option .option-content-title {
    padding-inline: 20px;
  }
  .option .option-content-title p {
    font-size: 22px;
  }
  .option .option-content-title span {
    font-size: 32px;
  }
  .option .option-item .option-item-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .option .option-content .s-txt {
    font-size: 14px;
  }
  .option .option-content {
    gap: 50px;
    padding-bottom: 30px;
  }
  .option .option-item img {
    width: 40px;
    margin-bottom: 25px;
  }
  .option .option-item-b-txt br {
    display: block;
  }
  .option .option-item-b-txt {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 23px;
  }
  .option .option-item-b-txt span {
    font-size: 22px;
  }
  .option .gray-box {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-block: 25px;
  }
  .option .bubble-container .txt {
    font-size: 14px;
    width: 327px;
    height: 103px;
    padding-block: 34px 65px;
    padding-inline: 20px;
    margin-bottom: 30px;
  }
  .option .btm-box {
    font-size: 14px;
  }
  .option .check-box .check-box-top p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .option .check-box .check-box-top p:nth-of-type(2) {
    font-size: 14px;
  }
  .option .check-box .check-box-top p:nth-of-type(2) br {
    display: block;
  }
  .option .check-box .check-box-top span {
    font-size: 60px;
    bottom: 0;
  }
  .option .check-box .check-box-top {
    padding-block: 20px 10px;
  }
  .option .check-group .check-item {
    padding: 16px;
  }
  .option .check-group .check-item-title {
    margin-bottom: 20px;
    gap: 15px;
  }
  .option .check-group .check-item-title img {
    width: 30px;
  }
  .option .check-group .check-item-title p {
    font-size: 20px;
  }
  .option .check-group .check-content {
    font-size: 14px;
  }
  .option .check-group {
    gap: 20px;
    padding-block: 20px 30px;
  }
}
@media (max-width: 650px) {
  .option .option-content-title {
    padding: 15px 12px;
  }
  .option .option-content-title p {
    font-size: 12px;
  }
  .option .option-content-title span {
    font-size: 18px;
  }
  .option .check-group .check-item-title p {
    font-size: 17px;
  }
  .option .option-item .option-item-title {
    font-size: 22px;
  }
}
/* --------- Diff  -------- */
.diff {
  width: 100%;
}
.diff .red-box {
  height: fit-content;
  padding-block: 110px 40px;
}
.diff .red-box span {
  right: 0;
  top: -110px;
}
.diff .red-box p {
  max-width: unset;
}
.diff .red-box p span {
  position: unset;
  font-size: 48px;
  opacity: 1;
}
.diff .diff-content {
  width: 100%;
  background-color: #f5f5f5;
  padding-block: 80px;
}
.diff-content .diff-content-title {
  width: 100%;
  display: flex;
  justify-content: start;
  margin-bottom: 150px;
}
.diff-content .diff-content-title p {
  font-size: 32px;
  font-weight: bold;
  color: #ff0505;
  width: fit-content;
  background-color: #ffffff;
  padding: 20px 100px;
  border-bottom-right-radius: 20px;
  line-height: 1.2;
}
.diff .diff-item-group {
  width: 100%;
  padding-inline: 110px;
  display: flex;
  flex-direction: column;
  gap: 110px;
}
.diff .diff-item-group .diff-item {
  width: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
  position: relative;
  padding-block: 50px 80px;
  padding-inline: 68px;
}
.diff .diff-item-group .diff-item-content p {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.diff .diff-item-group .diff-item .tip {
  position: absolute;
  top: -55px;
  left: 70px;
  background-color: #ff0505;
  padding-inline: 80px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.diff .diff-item-group .diff-item .num {
  font-size: 200px;
  color: #ffffff;
  -webkit-text-stroke: 3px #ff0505;
  font-weight: bold;
  font-family: serif;
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: 1;
}
.diff .diff-video-group {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-top: 70px;
  margin: auto;
}
.diff .diff-video-group .diff-video {
          width: 90%;
        max-width: 900px;
  padding: 13px 17px;
  border-radius: 20px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.diff .diff-video-group .diff-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  margin-bottom: 40px;
}
.diff .diff-video-group .diff-video p {
  font-size: 20px;
}
.diff .diff-video-group .diff-video span {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.diff .diff-video-group .diff-video a {
  font-size: 20px;
  color: #2e5ec4;
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .diff .red-box p span {
    font-size: 28px;
  }
  .diff .diff-item-group {
    padding-inline: 50px;
  }
  .diff .diff-video-group {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .diff-content .diff-content-title {
    margin-bottom: 150px;
  }
  .diff-content .diff-content-title p {
    font-size: 36px;
    padding: 25px 60px;
  }
  .diff .diff-item-group .diff-item .tip {
    font-size: 28px;
    top: -40px;
    left: 30px;
    height: 80px;
    padding-inline: 50px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .diff .diff-item-group .diff-item-content p {
    font-size: 22px;
  }
  .diff .diff-item-group .diff-item .num {
    font-size: 350px;
    bottom: -140px;
  }
  .diff .diff-item-group .diff-item {
    padding-inline: 20px;
  }
  .diff .diff-item-group {
    gap: 170px;
  }
  .diff .diff-video-group {
    padding-inline: 12px;
  }
}
@media (max-width: 1024px) {
  .diff .red-box {
    padding-inline: 10px;
  }
  .diff .red-box p span {
    font-size: 28px;
  }
  .diff .red-box span {
    top: -310px;
  }
  .diff .diff-content {
    padding-block: 20px 42px;
  }
}
@media (max-width: 768px) {
  .diff-content .diff-content-title {
    margin-bottom: 48px;
  }
  .diff-content .diff-content-title p {
    font-size: 18px;
    padding-inline: 12px 42px;
    padding-block: 13px;
    border-bottom-right-radius: 10px;
  }
  .diff .diff-item-group {
    padding-inline: 12px;
    gap: 80px;
  }
  .diff .diff-item-group .diff-item {
    border-radius: 20px;
    padding-block: 45px 60px;
  }
  .diff .diff-item-group .diff-item .tip {
    font-size: 14px;
    height: fit-content;
    padding-block: 8px;
    padding-inline: 23px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: -20px;
    left: unset;
  }
  .diff .diff-item-group .diff-item-content p {
    font-size: 14px;
  }
  .diff .diff-item-group .diff-item .num {
    font-size: 120px;
    -webkit-text-stroke: 1px #ff0505;
    bottom: -45px;
  }
  .diff .diff-video-group .diff-video {
    padding: 8px 5px;
    border-radius: 10px;
    width: 100%;
  }
  .diff .diff-video-group .diff-video iframe {
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .diff .diff-video-group .diff-video p {
    font-size: 12px;
  }
  .diff .diff-video-group .diff-video span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .diff .diff-video-group .diff-video a {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  .diff .red-box p span {
    font-size: 14px;
  }
  .diff .red-box span {
    top: -120px;
    font-size: 350px;
  }
  .diff .red-box {
    padding-block: 30px 20px;
  }
  .diff .diff-video-group {
    gap: 15px;
    padding-top: 24px;
  }
}

/* ---- Gallery ---- */
.gallery {
  width: 100%;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.gallery .gallery-item {
  width: 100%;
  max-width: 1200px;
}
.gallery .gallery-item-title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
}
.gallery .gallery-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.gallery .gallery-content-item {
  width: 360px;
  padding-inline: 15px;
  padding-block: 13px 27px;
  border-radius: 20px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
}
.gallery .gallery-content-item img {
  width: 100%;
  margin-bottom: 38px;
}
.gallery .gallery-content-item iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 38px;
  border-radius: 20px;
}
.gallery .gallery-content-item .link {
  font-size: 20px;
  color: #2e5ec4;
  margin-bottom: 7px;
  text-decoration: underline;
}
.gallery .gallery-content-item .date {
  font-size: 20px;
  margin-bottom: 0;
}
.gallery-content-item a {
display: none;
  font-size: 16px;
  color: #2e5ec4;
  text-decoration: underline;
}
.gallery-item-title span {
  font-size: 20px;
  font-weight: normal;
  color: #ff0505;
}
@media (max-width: 1024px) {
  .gallery .gallery-item-title {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
@media (max-width: 850px) {
  .gallery {
    padding-block: 30px;
    padding-inline: 12px;
    gap: 60px;
  }
  .gallery .gallery-content {
    justify-content: center;
  }
  .gallery .gallery-item-title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .gallery .gallery-content-item img {
    margin-bottom: 30px;
  }
  .gallery .gallery-content-item iframe {
    margin-bottom: 30px;
  }
  .gallery .gallery-content-item .link {
    font-size: 16px;
  }
  .gallery .gallery-content-item .date {
    font-size: 14px;
  }
  .gallery .gallery-content-item {
    width: 100%;
    padding: 20px 10px;
  }
  .gallery .gallery-content {
    gap: 24px;
  }
  .gallery-content-item a {
    font-size: 12px;
  }
  .gallery-item-title span {
    font-size: 11px;
  }
}

/* ----  FAQ ---- */
.faq {
  width: 100%;
  padding-bottom: 50px;
}
.faq .faq-title-box {
  width: 100%;
  background-color: #07025e;
  position: relative;
  padding-block: 30px;
  padding-inline: 146px;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
.faq .faq-title-box span {
  position: absolute;
  font-family: "Noto Serif JP", serif;
  font-size: 180px;
  color: #ffffff;
  opacity: 0.3;
  top: -75px;
  right: 0;
}
.faq .faq-content {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 100px;
}
/* --------- FAQ CONTENT --------- */
.faq .faq-content {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}
.faq .faq-item {
  border-bottom: 2px solid #dcdcdc;
}
.faq .faq-question {
  width: 100%;
  padding-inline: 67px;
  padding-block: 40px 20px;
  display: flex;
  align-items: center;
  gap: 100px;
  background: transparent;
  border: none;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
.faq .faq-question .q-mark {
  font-size: 32px;
}
.faq .faq-question .faq-arrow {
  margin-left: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #000000;
  transition: transform 0.2s ease;
}
.faq .faq-item.open .faq-question .faq-arrow {
  transform: rotate(180deg);
}
.faq .faq-answer {
  display: none;
  width: 100%;
  background-color: #07025e;
  color: #ffffff;
  border-radius: 18px;
  padding: 33px 67px;
  gap: 110px;
  align-items: flex-start;
}
.faq .faq-item.open .faq-answer {
  display: flex;
}
.faq .faq-answer .a-mark {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.faq .faq-answer .a-text {
  font-size: 24px;
  font-weight: bold;
}
.faq .faq-answer .a-text p {
  margin: 0;
}
/* ----------------------------- */
.faq .faq-form {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.faq .faq-form p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq .faq-form p br {
  display: none;
}
.faq .faq-form a {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

.faq .faq-form .formrun-embed {
	width: 100%;
    max-width: 1000px;
    margin: auto;
}

.faq .faq-form .contact-btn {
  margin-top: 50px;
}
.faq .faq-form .contact-btn a {
  width: fit-content;
  padding: 30px 90px;
  background-color: #ff0505;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  gap: 46px;
  border-radius: 20px;
}
.faq .faq-form .contact-btn a img {
  width: 20px;
  padding-top: 3px;
}
.faq .faq-form .contact-btn a p {
  margin: 0;
}

@media (max-width: 768px) {
  .faq .faq-title-box {
    padding-inline: 12px;
    padding-block: 13px 40px;
    font-size: 18px;
  }
  .faq .faq-title-box span {
    font-size: 60px;
    top: -10px;
  }
  .faq .faq-content {
    padding-inline: 12px;
    margin-bottom: 60px;
    padding-top: 20px;
  }
  .faq .faq-question {
    font-size: 14px;
    padding: 16px 10px;
    gap: 12px;
  }
  .faq .faq-question .faq-arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #000000;
  }
  .faq .faq-question .q-mark,
  .faq .faq-answer .a-mark {
    font-size: 18px;
  }
  .faq .faq-answer {
    padding: 16px;
    margin: 0 0 16px;
    border-radius: 12px;
    gap: 10px;
  }
  .faq .faq-answer .a-text {
    font-size: 14px;
  }
  .faq .faq-form {
    padding-inline: 12px;
  }
  .faq .faq-form p br {
    display: block;
  }
  .faq .faq-form p {
    font-size: 14px;
    text-align: center;
  }
  .faq .faq-form a {
    font-size: 12px;
  }
  .faq .faq-form .contact-btn {
    margin-top: 35px;
  }
  .faq .faq-form .contact-btn a {
    padding: 15px 20px;
    border-radius: 10px;
    gap: 15px;
  }
  .faq .faq-form .contact-btn a img {
    width: 12px;
  }
}