@charset "UTF-8";
main {
  background: #f7f7f7;
  padding-bottom: 0;
}
main::after {
  content: "";
  display: block;
  width: 1100px;
  height: 1px;
  background: #ebebeb;
  margin: 130px auto 0;
}
@media screen and (max-width: 480px) {
  main::after {
    width: 86.7%;
    margin: 50px auto 0;
  }
}

.p_ttl {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  height: clamp(565.7142857143px, 47.1428571429vw, 660px);
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_ttl {
    width: 86.7%;
    height: auto;
    padding-top: 160px;
  }
}
.p_ttl h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.p_ttl .en {
  display: block;
  background: -webkit-linear-gradient(330deg, #ef814a 45%, #3b60ab 65%);
  background: linear-gradient(120deg, #ef814a 45%, #3b60ab 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(94.2857142857px, 7.8571428571vw, 11rem);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .p_ttl .en {
    font-size: 6rem;
    line-height: 1.17;
  }
}
.p_ttl .en .s {
  display: block;
  margin-top: -0.4em;
  font-size: clamp(34.2857142857px, 2.8571428571vw, 4rem);
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .p_ttl .en .s {
    margin-top: 0.2em;
    font-size: 1.6rem;
  }
}
.p_ttl .ja {
  display: block;
  margin-top: 25px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .p_ttl .ja {
    font-size: 1.4rem;
  }
}

.p_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: left;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  gap: 100px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  .p_index {
    margin-top: 85px;
    width: 86.7%;
    padding-right: 0;
    gap: 0;
  }
}
.p_index .txt {
  margin-right: auto;
}
.p_index .txt p {
  margin-top: 65px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .p_index .txt p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .p_index .txt p br {
    display: none;
  }
}
.p_index .ttl {
  margin-top: -0.25em;
  font-family: "Plus Jakarta Sans", "FP-HiraKakuStdN-W7", "FP-ヒラギノ角ゴ StdN W7", sans-serif;
  font-weight: 800;
  font-size: 3.6rem;
  font-size: clamp(30.8571428571px, 2.5714285714vw, 3.6rem);
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .p_index .ttl {
    font-size: 2rem;
  }
}
.p_index .ttl .date {
  display: block;
  margin-top: 10px;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W3", "FP-ヒラギノUD角ゴ StdN W3", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  .p_index .ttl .date {
    display: inline;
    margin-top: 0;
    font-size: 1rem;
    padding-left: 0.5em;
  }
}

.s_data {
  width: 92%;
  max-width: 1200px;
  margin: 70px auto 0;
  padding-top: 100px;
}
@media screen and (max-width: 480px) {
  .s_data {
    width: 86.7%;
    margin: 50px auto 0;
    padding-top: 50px;
  }
  .s_data + .s_data {
    margin: 40px auto 0;
  }
}
.s_data .data {
  margin-top: 130px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 165px 0 120px;
}
@media screen and (max-width: 480px) {
  .s_data .data {
    margin-top: 55px;
    padding: 20px 20px 25px;
    text-align: left;
  }
}
.s_data .data:not(:has(.ttl)) {
  padding: 120px 0;
}
@media screen and (max-width: 480px) {
  .s_data .data:not(:has(.ttl)) {
    padding: 50px 20px 30px;
  }
  .s_data .data:not(:has(.ttl)) .img {
    margin: 0 -20px;
  }
}
.s_data .data + .data {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .s_data .data + .data {
    margin-top: 25px;
  }
}
.s_data .data > .ttl {
  position: absolute;
  top: 50px;
  left: 50px;
  min-width: 200px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a62126;
  border-radius: 5px;
  color: #a62126;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .s_data .data > .ttl {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 0;
    left: 0;
    min-width: 160px;
    padding: 8px 10px;
    text-align: center;
    font-size: 1.3rem;
  }
}
.s_data .data > .ttl .s {
  font-size: 1.2rem;
}
.s_data .data .txt {
  width: 680px;
  margin: 55px auto 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .s_data .data .txt {
    width: auto;
    margin: 25px auto 0;
    font-size: 1.4rem;
  }
}
.s_data .data .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .s_data .data .img {
    width: 325px;
    margin: 40px -20px 0;
    display: block;
    text-align: center;
  }
  .s_data .data .img img {
    width: 325px;
    max-width: 100%;
    height: auto;
  }
  .s_data .data .img .scroll {
    margin: 20px -6.65vw 0;
    width: 100vw;
    overflow-x: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 calc(6.65vw + 20px) 15px;
  }
  .s_data .data .img:has(.scroll)::after {
    content: "";
    display: block;
    margin: 5px auto 0;
    width: 100%;
    height: 17px;
    background: url("/assets/img/label_scroll.png") no-repeat center center/contain;
  }
}

#d_1 .img {
  width: 1000px;
}
@media screen and (max-width: 480px) {
  #d_1 .img {
    margin: 22px -20px 0;
    width: auto;
  }
  #d_1 .img .scroll {
    direction: rtl;
  }
  #d_1 .img img {
    width: 800px;
    max-width: none;
    height: auto;
  }
}
#d_1 .notes {
  text-align: left;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #d_1 .notes {
    position: relative;
    padding-left: 20px;
  }
}
#d_1 .notes .sum {
  font-size: 2.5rem;
}
@media screen and (max-width: 480px) {
  #d_1 .notes .sum {
    font-size: 1.5rem;
  }
}
#d_1 .notes .sum .num {
  color: #a62126;
  font-size: 6rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  #d_1 .notes .sum .num {
    font-size: 3rem;
  }
}
#d_1 .notes ul {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #d_1 .notes ul {
    margin-top: 8px;
    gap: 5px;
    font-size: 1.2rem;
  }
}
#d_1 .notes ul li::before {
  content: "■";
}
#d_1 .notes ul li:nth-child(1)::before, #d_1 .notes ul li:nth-child(1) .num {
  color: #00722d;
}
#d_1 .notes ul li:nth-child(2)::before, #d_1 .notes ul li:nth-child(2) .num {
  color: #364399;
}
#d_1 .notes ul .num {
  font-size: 2.8rem;
}
@media screen and (max-width: 480px) {
  #d_1 .notes ul .num {
    font-size: 1.8rem;
  }
}

#d_9 .img {
  width: 900px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #d_9 .img {
    width: auto;
  }
  #d_9 .img .scroll {
    margin-top: 40px;
  }
  #d_9 .img .scroll img {
    width: 352px;
    max-width: none;
    height: auto;
  }
}

#d_12 .img,
#d_13 .img {
  width: 520px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  #d_12 .img,
  #d_13 .img {
    width: auto;
    margin: 30px -20px 0;
  }
}

@media screen and (max-width: 480px) {
  #d_12 .img img {
    width: 384px;
    max-width: none;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  #d_13 .img img {
    width: 388px;
    max-width: none;
    height: auto;
  }
}

#s_5::after {
  content: "";
  display: block;
  width: 1100px;
  height: 1px;
  background: #ebebeb;
  margin: 130px auto;
}
@media screen and (max-width: 480px) {
  #s_5::after {
    margin: 50px auto;
    width: 100%;
  }
}

#d_18 .img .label {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #d_18 .img .label {
    display: none;
  }
}
#d_18 .img .label .en {
  display: block;
  font-weight: 500;
  font-size: 3rem;
}
#d_18 .img .label .ja {
  display: block;
  margin-top: 0.65em;
  font-family: "Plus Jakarta Sans", "FP-HiraginoUDSansStdN-W6", "FP-ヒラギノUD角ゴ StdN W6", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
#d_18 .word_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 800px;
  height: 424px;
}
@media screen and (max-width: 480px) {
  #d_18 .word_list {
    width: auto;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
  }
}
#d_18 .word_list li {
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #d_18 .word_list li {
    padding: 0 !important;
    margin-top: 0 !important;
    font-size: 1.5rem;
  }
}
#d_18 .word_list li .sub {
  display: block;
  margin-top: 0.43em;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #d_18 .word_list li .sub {
    font-size: 1.2rem;
  }
}
#d_18 .word_list li:nth-child(1) {
  color: #e98150;
}
#d_18 .word_list li:nth-child(2) {
  color: #a572dd;
  margin-top: 40px;
  padding-left: calc(100% - 417px);
}
#d_18 .word_list li:nth-child(3) {
  color: #708ddd;
  margin-top: -25px;
  padding-right: calc(100% - 328px);
}
#d_18 .word_list li:nth-child(4) {
  color: #b25325;
  margin-top: 25px;
  padding-left: calc(100% - 196px);
}
#d_18 .word_list li:nth-child(5) {
  color: #45a26c;
  margin-top: -9px;
  padding-right: calc(100% - 225px);
}
#d_18 .word_list li:nth-child(6) {
  color: #cca800;
  margin-top: 25px;
  padding-left: calc(100% - 326px);
}
#d_18 .word_list li:nth-child(7) {
  color: #b25325;
  margin-top: 0;
  padding-right: calc(100% - 305px);
}
#d_18 .word_list li:nth-child(8) {
  color: #3c60ab;
  margin-top: 20px;
  padding-left: calc(100% - 404px);
}
#d_18 .word_list li:nth-child(9) {
  color: #00722d;
  padding-right: calc(100% - 700px);
}
@media screen and (max-width: 480px) {
  #d_18 .txt {
    margin-top: 35px;
  }
}

.bnr_cvp {
  display: block;
  width: 1000px;
  height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  text-decoration: none;
  background: -webkit-linear-gradient(45deg, #ef814a 18%, #3b60ab 32%, #3b60ab 68%, #ef814a 82%);
  background: linear-gradient(45deg, #ef814a 18%, #3b60ab 32%, #3b60ab 68%, #ef814a 82%);
  background-size: 200%;
  background-position: left center;
  color: #fff;
  text-align: left;
  padding: 58px 32px 0;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background-position 1s;
  transition: background-position 1s;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .bnr_cvp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    width: 85.3%;
    height: 160px;
    padding: 15px;
    background: -webkit-linear-gradient(45deg, #ef814a 20%, #3b60ab 65%) no-repeat center center/100%;
    background: linear-gradient(45deg, #ef814a 20%, #3b60ab 65%) no-repeat center center/100%;
  }
}
.bnr_cvp img {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 480px) {
  .bnr_cvp img {
    width: 200px;
    height: auto;
  }
}
.bnr_cvp .ja {
  position: relative;
  z-index: 1;
  font-family: "Plus Jakarta Sans", "FP-HiraKakuStdN-W7", "FP-ヒラギノ角ゴ StdN W7", sans-serif;
  font-weight: 800;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .bnr_cvp .ja {
    padding-left: 0;
    font-size: 2.2rem;
  }
}
.bnr_cvp .en {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 480px) {
  .bnr_cvp .en {
    font-size: 1.1rem;
    padding-left: 0;
  }
}
.bnr_cvp::after {
  position: absolute;
  right: 36px;
  top: calc(50% - 16px);
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url("/assets/img/arr1_wh_20.png") no-repeat center center/10px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .bnr_cvp::after {
    width: 21px;
    background: url("/assets/img/arr1_wh_14.png") no-repeat center center/7px;
  }
}
@media screen and (max-width: 480px) {
  .bnr_cvp::after {
    right: 15px;
    bottom: 15px;
    top: auto;
  }
}
@media (any-hover: hover) and (min-width: 481px) {
  .bnr_cvp:hover {
    background-position: right center;
  }
  .bnr_cvp:hover::after {
    -webkit-animation: 0.5s forwards arr cubic-bezier(0.5, 1, 0.89, 1);
    animation: 0.5s forwards arr cubic-bezier(0.5, 1, 0.89, 1);
  }
}

.bnr_contact {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .bnr_contact {
    margin-top: 20px;
  }
}