@charset "UTF-8";
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
  background: #FFF;
}

body {
  font-size: 20px;
  line-height: 1.7777777778;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .inner {
    box-sizing: content-box;
    max-width: 1140px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-right: 3.488372093vw;
    padding-left: 3.488372093vw;
  }
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media (max-width: 991px) {
  .tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .main {
    overflow: hidden;
  }
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 8%;
}

.wrapper2 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10%;
}

@media (max-width: 767px) {
  .wrapper {
    padding: 0 5%;
  }
}
.header nav {
  width: 100%;
}
.header nav .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 10px 20px 0;
  position: relative;
}
.header nav .header__nav li {
  list-style: none;
  position: relative;
}
.header nav .header__nav li .header__icon img {
  width: 80%;
}
.header nav .header__nav li .header__tel {
  width: 100%;
}
.header nav .header__nav li .header__tel img {
  width: 100%;
}
@media (max-width: 767px) {
  .header nav .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 2% 2% 0;
    position: relative;
  }
  .header nav .header__nav li .header__icon img {
    width: 70%;
  }
  .header nav .header__nav li .header__tel {
    width: 100%;
  }
  .header nav .header__nav li .header__tel img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wrapper2 {
    padding: 0 8%;
  }
  .header {
    height: 8vh;
    height: 37px;
  }
  .header nav {
    height: 100%;
  }
}
.FV {
  position: relative;
}
.FV .FV__container {
  position: relative;
  background-size: cover;
  background-image: url(../img/background_pc.jpg);
  background-repeat: no-repeat;
  width: 100%;
  min-height: 30vh;
  padding: 1vh 0;
}
html.webp .FV .FV__container {
  background-image: url(../img/background_pc.webp);
}
.FV .FV__container::after {
  background-image: url(../img/Fukada.png);
  content: "";
  background-size: contain;
  width: 40vw;
  height: 40vw;
  max-height: 450px;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 60%;
}
html.webp .FV .FV__container::after {
  background-image: url(../img/Fukada.webp);
}
.FV .FV__moshika {
  color: #003e92;
  font-weight: 900;
  font-size: 2.3rem;
  text-shadow: 1px 1px 3px #f5f5f5;
}
.FV .FV__moshika .FV__moshika_br {
  display: none;
}
.FV .FV__merit {
  width: 60%;
  margin: 10px 0;
}
.FV .FV__merit img {
  width: 100%;
  height: auto;
}
.FV .FV__cauti {
  background-color: #003e92;
  height: 15%;
}
.FV .FV__cauti_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: auto 0;
  position: relative;
}
.FV .FV__cauti_container-left {
  width: 30%;
  position: relative;
  padding: 1% 0;
}
.FV .FV__cauti_container-left-fig {
  color: #ffffff;
  font-size: 1.6rem;
}
.FV .FV__cauti_container-left-fig::before {
  content: "";
  background-image: url(../img/FV__24times.png);
  background-size: contain;
  width: 35px;
  height: 35px;
  top: 7px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
html.webp .FV .FV__cauti_container-left-fig::before {
  background-image: url(../img/FV__24times.png.webp);
}
.FV .FV__cauti_container-right {
  border-left: 1px solid #ffffff;
  width: 50%;
  position: relative;
  padding: 1% 0;
}
.FV .FV__cauti_container-right::before {
  content: "";
  background-image: url(../img/FV__cash.png);
  background-size: contain;
  width: 35px;
  height: 35px;
  top: 10px;
  margin: 0 10px;
  position: relative;
  display: inline-block;
}
html.webp .FV .FV__cauti_container-right::before {
  background-image: url(../img/FV__cash.png.webp);
}
.FV .FV__cauti_container-right-fig {
  display: inline;
  position: absolute;
  color: #ffffff;
  top: 5px;
}
.FV .FV__footer {
  color: #003e92;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.FV .FV__footer:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .FV .FV__container::after {
    display: none;
  }
  .FV .FV__moshika {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .FV .FV__moshika .FV__moshika_br {
    display: block;
  }
  .FV .FV__merit {
    width: 60%;
    margin: 0;
    position: relative;
  }
  .FV .FV__merit::after {
    background-image: url(../img/Fukada.png);
    content: "";
    background-size: contain;
    width: 40vw;
    height: 40vw;
    max-height: 450px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: -85%;
  }
  html.webp .FV .FV__merit::after {
    background-image: url(../img/Fukada.webp);
  }
  .FV .FV__cauti {
    height: 20%;
  }
  .FV .FV__cauti_container-left {
    width: 50%;
    position: relative;
    padding: 1% 0;
  }
  .FV .FV__cauti_container-left-fig {
    color: #ffffff;
    font-size: 1.5rem;
    padding-left: 15%;
    margin: 2%;
  }
  .FV .FV__cauti_container-left-fig::before {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 0;
    margin-right: 10px;
    position: absolute;
    display: inline-block;
  }
  .FV .FV__cauti_container-right {
    border-left: 1px solid #ffffff;
    width: 50%;
    position: relative;
    padding: 1% 0;
    font-size: 0.5rem;
  }
  .FV .FV__cauti_container-right::before {
    content: "";
    background-image: url(../img/FV__cash.png);
    background-size: contain;
    width: 55%;
    height: 55%;
    top: 20%;
    margin: 0 10px;
    position: absolute;
    display: inline-block;
  }
  html.webp .FV .FV__cauti_container-right::before {
    background-image: url(../img/FV__cash.png.webp);
  }
  .FV .FV__cauti_container-right-fig {
    display: inline;
    position: absolute;
    color: #ffffff;
    top: 5px;
    margin: 0;
    line-height: 1.3;
    padding-left: 25%;
    font-size: 1rem;
  }
  .FV .FV__footer {
    width: 60%;
    display: block;
    margin: 0 auto;
    font-size: 1.3rem;
    padding-top: 2%;
  }
}
@media (max-width: 767px) {
  .FV .FV__container .FV__moshika {
    font-size: 1.3rem;
    text-align: left;
  }
  .FV .FV__container .FV__moshika .FV__moshika_br {
    display: block;
  }
  .FV .FV__container .FV__merit {
    width: 60%;
  }
  .FV .FV__container .FV__merit::after {
    background-image: url(../img/Fukada.png);
    content: "";
    background-size: contain;
    width: 36vw;
    height: 36vw;
    max-height: 450px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: -75%;
  }
  html.webp .FV .FV__container .FV__merit::after {
    background-image: url(../img/Fukada.webp);
  }
  .FV .FV__container .FV__moshika_2 {
    width: 60%;
  }
  .FV .FV__cauti_container-left {
    width: 50%;
    position: relative;
    padding: 1% 0;
  }
  .FV .FV__cauti_container-left-fig {
    color: #ffffff;
    font-size: 0.8rem;
    padding-left: 30px;
    margin: 2%;
  }
  .FV .FV__cauti_container-left-fig::before {
    width: 25px;
    height: 25px;
    top: 7px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    display: inline-block;
  }
  .FV .FV__cauti_container-right {
    border-left: 1px solid #ffffff;
    width: 50%;
    position: relative;
    padding: 1% 0;
    font-size: 0.5rem;
  }
  .FV .FV__cauti_container-right::before {
    content: "";
    background-image: url(../img/FV__cash.png);
    background-size: contain;
    width: 25px;
    height: 25px;
    top: 10px;
    margin: 0 10px;
    position: absolute;
    display: inline-block;
  }
  html.webp .FV .FV__cauti_container-right::before {
    background-image: url(../img/FV__cash.png.webp);
  }
  .FV .FV__cauti_container-right-fig {
    display: inline;
    position: absolute;
    color: #ffffff;
    top: 5px;
    margin: 0;
    line-height: 1.3;
    padding-left: 40px;
    font-size: 0.7rem;
  }
  .FV .FV__footer {
    width: 80%;
    display: block;
    padding-top: 2%;
    margin: auto;
    font-size: 0.8rem;
  }
}
.cta {
  margin-top: 2%;
  margin-bottom: 5%;
}
.cta__top {
  margin: 0 auto;
  position: relative;
}
.cta__top .cta__top_text {
  width: 70%;
  text-align: center;
  margin: 20px auto 0;
  position: relative;
  font-size: 1.7rem;
  color: #003e92;
}
.cta__top .cta__top_text span {
  background: linear-gradient(transparent 60%, yellow 60%);
}
.cta__top .cta__top_text span strong {
  font-size: 2rem;
  font-weight: bold;
}
.cta__top .cta__top_text::before {
  content: "";
  background-image: url(../img/CTA__left.png);
  background-size: contain;
  width: 5vh;
  height: 5vh;
  display: inline-block;
  position: relative;
}
html.webp .cta__top .cta__top_text::before {
  background-image: url(../img/CTA__left.png.webp);
}
.cta__top .cta__top_text::after {
  content: "";
  background-image: url(../img/CTA__right.png);
  background-size: contain;
  width: 5vh;
  height: 5vh;
  display: inline-block;
  position: relative;
}
html.webp .cta__top .cta__top_text::after {
  background-image: url(../img/CTA__right.png.webp);
}
.cta__banner {
  width: 80%;
  margin: 0 auto;
}
.cta__banner_link {
  text-align: right;
  font-size: 1rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #003e92;
}
.cta__banner_link a {
  color: #003e92;
}
.cta__banner_link:hover {
  text-decoration: underline;
}
.cta__label {
  text-align: center;
}
.cta__label p {
  font-size: 2rem;
}
.cta__label p span {
  color: #c30000;
  font-weight: bold;
  font-size: 2.3rem;
}
.cta__label p::before {
  content: "";
  background-image: url(../img/CTA__left.png);
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
}
html.webp .cta__label p::before {
  background-image: url(../img/CTA__left.png.webp);
}
.cta__label p::after {
  content: "";
  background-image: url(../img/CTA__right.png);
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: 0.7rem;
}
.cta__button {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.cta__button:after {
  position: absolute;
  content: "";
  border-bottom: dotted 4px #004EA2;
  width: 70%;
  height: 1px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cta__button:after {
    top: -4.6511627907vw;
  }
}
.cta__button .cta__button_fig {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  transition-duration: 0.5s;
}
.cta__button .cta__button_fig img {
  width: 100%;
  height: auto;
}
.cta__button .cta__button_fig:hover {
  transition-duration: 0.5s;
  transform: scale(1.05);
  opacity: 0.6;
}

@media (max-width: 767px) {
  .cta {
    margin-top: 2%;
  }
  .cta .cta__top_text {
    width: 100%;
    font-size: 1rem;
  }
  .cta .cta__button_fig {
    width: 80%;
  }
  .cta .cta__button_fig img {
    width: 100%;
    height: auto;
  }
  .cta__banner {
    width: 100%;
  }
  .cta__banner_link {
    text-align: center;
    font-size: 0.8rem;
  }
  .cta__button {
    width: 100%;
  }
  .cta__label p {
    font-size: 1.3rem;
  }
  .cta__label p span {
    font-size: 1.8rem;
  }
  .cta__label::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .cta__label::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.7rem;
  }
}
@media (max-width: 767px) {
  .cta {
    margin: 5% 0 2%;
  }
  .cta .cta__top_text {
    width: 100%;
    font-size: 0.9rem;
  }
  .cta .cta__top_text span strong {
    font-size: 1.5rem;
  }
  .cta .cta__button_fig {
    width: 100%;
  }
  .cta .cta__button_fig img {
    width: 100%;
    height: auto;
  }
}
/* shindan
------------------*/
.shindan .shindan-inner {
  max-width: 900px;
}
.shindan .row {
  background: #FFFBDB;
  border: 3.27px solid #00A0E9;
  border-radius: 0 0 13.27px 13.27px;
}
@media (max-width: 767px) {
  .shindan .row {
    border-width: 0.5813953488vw;
    border-radius: 0 0 2.3255813953vw 2.3255813953vw;
  }
}
.shindan .wrapper {
  padding: initial;
}
@media (max-width: 767px) {
  .shindan .wrapper {
    padding: 0;
  }
}

.shindan-top {
  display: grid;
  grid-template-columns: 1fr 165px;
  align-items: center;
  max-width: 764px;
  margin-inline: auto;
  font-size: clamp(1rem, 0.714rem + 0.595vi, 1.25rem);
  font-weight: 900;
  color: #004D9E;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .shindan-top {
    font-size: 0.875rem;
    font-size: 3.7209302326vw;
    grid-template-columns: 1fr 127px;
    text-align: center;
    margin-bottom: -15px;
    padding-left: 5.8139534884vw;
    white-space: nowrap;
  }
}

.judge__heading {
  width: 100%;
  text-align: center;
  background: #00A0E9;
  border-radius: 15px 15px 0 0;
  font-size: 24px;
  font-weight: 500;
  display: block;
  padding: 15px;
  font-weight: 700;
  min-height: 80px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .judge__heading {
    border-radius: 2.3255813953vw 2.3255813953vw 0 0;
    font-size: 3.1395348837vw;
    padding: 1.7441860465vw;
    min-height: 10.6976744186vw;
  }
}
.judge__heading .judge__h3 {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .judge__heading .judge__h3 {
    font-size: 3.7209302326vw;
  }
}
.judge__heading .judge__h3 .l-blue {
  color: #FFE949;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  .judge__heading .judge__h3 .l-blue {
    font-size: 7.4418604651vw;
  }
}
.judge__heading .judge__h3 .l-blue .time {
  font-size: 32px;
}
@media (max-width: 767px) {
  .judge__heading .judge__h3 .l-blue .time {
    font-size: 5.5813953488vw;
  }
}
@media (max-width: 767px) {
  .judge__heading .judge__h3 .large {
    font-size: 4.1860465116vw;
    line-height: 1;
  }
}
.judge__heading .judge__h3::before {
  position: absolute;
  content: "";
  background: transparent url(../img/accent01_new.png) no-repeat center center/contain;
  width: 35px;
  height: 48px;
  left: -70px;
  bottom: 0;
}
@media (max-width: 767px) {
  .judge__heading .judge__h3::before {
    width: 4.0697674419vw;
    height: 5.5813953488vw;
    left: -6.976744186vw;
    bottom: 0.5813953488vw;
  }
}
.judge__heading .judge__h3::after {
  position: absolute;
  content: "";
  background: transparent url(../img/accent02_new.png) no-repeat center center/contain;
  width: 35px;
  height: 48px;
  height: 48px;
  right: -70px;
  bottom: 0;
}
@media (max-width: 767px) {
  .judge__heading .judge__h3::after {
    width: 4.0697674419vw;
    height: 5.5813953488vw;
    right: -6.976744186vw;
    bottom: 0.5813953488vw;
  }
}
.judge__heading .judge__h3 {
  text-align: center;
}
.judge__heading .judge__h3 .judge__title {
  width: 70%;
  padding-left: 10%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .judge__heading .judge__h3 .judge__title {
    width: 100%;
    margin: 0 auto;
  }
}

.tabs li {
  width: 100%;
  text-align: center;
  background: #FFEC4A;
  border-radius: 15px 15px 0 0;
  font-size: 24px;
  font-weight: 500;
  display: block;
  padding: 15px;
}
@media (max-width: 767px) {
  .tabs li {
    border-radius: 2.3255813953vw 2.3255813953vw 0 0;
    font-size: 3.1395348837vw;
    padding: 1.7441860465vw;
  }
}
.tabs li .judge__h3 {
  text-align: center;
}
.tabs li .judge__h3 .judge__title {
  width: 70%;
  padding-left: 10%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tabs li .judge__h3 .judge__title {
    width: 100%;
    margin: 0 auto;
  }
}

.tab_content {
  padding: 25px clamp(1.25rem, -0.607rem + 3.869vi, 2.874rem);
}
@media (max-width: 767px) {
  .tab_content {
    padding: 8.1395348837vw 2.5581395349vw 6.2790697674vw;
  }
}

.tab_content.tabrepayment {
  padding: 35px 15px;
}
@media (max-width: 767px) {
  .tab_content.tabrepayment {
    padding: 4.6511627907vw 3.5465116279vw;
  }
}

.repayment__heading {
  width: 100%;
  text-align: center;
  background: #00A0E9;
  color: #fff;
  border-radius: 15px 15px 0 0;
  font-size: 24px;
  font-weight: 500;
  display: block;
  padding: 15px;
  padding: 38px 27px;
}
@media (max-width: 767px) {
  .repayment__heading {
    border-radius: 2.3255813953vw 2.3255813953vw 0 0;
    font-size: 3.1395348837vw;
    padding: 1.7441860465vw;
  }
}
.repayment__heading .repayment__h3 {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(1.375rem, 1.16rem + 0.446vi, 1.562rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
}
@media (max-width: 767px) {
  .repayment__heading .repayment__h3 {
    line-height: 1.1;
    font-size: 4.1860465116vw;
    margin: 1.7441860465vw auto 1.1627906977vw;
  }
}
.repayment__heading .repayment__h3 .large {
  font-size: 34px;
}
@media (max-width: 767px) {
  .repayment__heading .repayment__h3 .large {
    font-size: 5.5813953488vw;
    line-height: 1;
  }
}
.repayment__heading .repayment__h3::before {
  position: absolute;
  content: "";
  background: transparent url(../img/accent01_new.png) no-repeat center center/contain;
  width: 35px;
  height: 48px;
  left: -50px;
  bottom: -5px;
}
@media (max-width: 767px) {
  .repayment__heading .repayment__h3::before {
    width: 4.0697674419vw;
    height: 5.5813953488vw;
    left: -9.3023255814vw;
    bottom: 2.3255813953vw;
  }
}
.repayment__heading .repayment__h3::after {
  position: absolute;
  content: "";
  background: transparent url(../img/accent02_new.png) no-repeat center center/contain;
  width: 35px;
  height: 48px;
  height: 48px;
  right: -45px;
  bottom: -5px;
}
@media (max-width: 767px) {
  .repayment__heading .repayment__h3::after {
    width: 4.0697674419vw;
    height: 5.5813953488vw;
    right: -9.3023255814vw;
    bottom: 2.3255813953vw;
  }
}

.repayment .repayment-txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .repayment .repayment-txt {
    font-size: 2.7906976744vw;
    margin-bottom: 3.488372093vw;
    margin-bottom: initial;
  }
}
.repayment a {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
}
@media (max-width: 767px) {
  .repayment a {
    line-height: 1.4;
    font-size: 4.1860465116vw;
    margin-bottom: 5.8139534884vw;
  }
}
.repayment a .large {
  font-size: 42px;
}
@media (max-width: 767px) {
  .repayment a .large {
    font-size: 7.4418604651vw;
    line-height: 1;
  }
}
.repayment a::before {
  position: absolute;
  content: "";
  background: transparent url(../img/accent01.png) no-repeat center center/contain;
  width: 26px;
  height: 25px;
  left: -15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .repayment a::before {
    background: transparent url(../img/accent03.png) no-repeat center center/contain;
    width: 4.0697674419vw;
    height: 5.2325581395vw;
    left: -4.6511627907vw;
    bottom: 0.5813953488vw;
  }
}
.repayment a::after {
  position: absolute;
  content: "";
  background: transparent url(../img/accent02.png) no-repeat center center/contain;
  width: 26px;
  height: 25px;
  right: -15px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .repayment a::after {
    background: transparent url(../img/accent04.png) no-repeat center center/contain;
    width: 4.0697674419vw;
    height: 5.2325581395vw;
    right: -4.6511627907vw;
    bottom: 0.5813953488vw;
  }
}
.repayment button {
  display: block;
  margin: 0 auto;
  max-width: 450px;
  transition-duration: 0.5s;
  cursor: pointer;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .repayment button {
    max-width: 79.1860465116vw;
    width: fit-content;
  }
}
.repayment button:hover {
  transition-duration: 0.5s;
  filter: brightness(1.1);
}
.repayment .judge__dl {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .repayment .judge__dl {
    margin-bottom: 3.488372093vw;
  }
}
@media (min-width: 768px) {
  .repayment .judge__dl {
    max-width: 450px;
  }
}
.repayment .judge__dl tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.repayment .judge__dl tbody .judge__form_container,
.repayment .judge__dl tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
@media (max-width: 767px) {
  .repayment .judge__dl tbody .judge__form_container,
  .repayment .judge__dl tbody tr {
    display: grid;
  }
}
@media (min-width: 768px) {
  .repayment .judge__dl tbody .judge__form_container,
  .repayment .judge__dl tbody tr {
    display: flex;
    justify-content: space-between;
  }
}
.repayment .judge__dl tbody .judge__form_container th,
.repayment .judge__dl tbody tr th {
  margin: 0;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .repayment .judge__dl tbody .judge__form_container th,
  .repayment .judge__dl tbody tr th {
    padding: 2.9069767442vw 0;
    font-size: 3.7209302326vw;
    justify-content: center;
    line-height: 1.5;
  }
}
.repayment .judge__dl tbody .judge__form_container .required,
.repayment .judge__dl tbody tr .required {
  color: #fff;
  background: #004EA2;
  font-size: 16px;
  letter-spacing: 0;
  padding: 1px 5px;
  display: inline-block;
  width: fit-content;
  margin-right: 10px;
  white-space: nowrap;
  width: 53px;
  display: grid;
  place-items: center;
  min-height: 27px;
}
@media (max-width: 767px) {
  .repayment .judge__dl tbody .judge__form_container .required,
  .repayment .judge__dl tbody tr .required {
    font-size: 2.7906976744vw;
    margin-right: 1.8604651163vw;
    width: 9.5348837209vw;
    height: 4.8837209302vw;
    min-height: 20px;
  }
}
.repayment .judge__dl tbody .judge__form_container .annotation,
.repayment .judge__dl tbody tr .annotation {
  font-size: 12px;
  margin-top: 3px;
}
.repayment .judge__dl tbody .judge__form_container td,
.repayment .judge__dl tbody tr td {
  margin: 0;
  text-align: left;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .repayment .judge__dl tbody .judge__form_container td,
  .repayment .judge__dl tbody tr td {
    font-size: 3.488372093vw !important;
  }
}
.repayment .judge__dl tbody .judge__form_container td .formbox,
.repayment .judge__dl tbody tr td .formbox {
  display: flex;
  align-items: flex-end;
  margin-left: 10px;
  line-height: 1.3;
  font-size: clamp(1rem, 0.714rem + 0.595vi, 1.25rem);
}
@media (max-width: 767px) {
  .repayment .judge__dl tbody .judge__form_container td .formbox,
  .repayment .judge__dl tbody tr td .formbox {
    justify-content: center;
    margin-left: initial;
  }
}
.repayment .judge__dl tbody .judge__form_container td .formbox input[type=number],
.repayment .judge__dl tbody tr td .formbox input[type=number] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #3D3D3D;
  width: 9.0277777778vw;
  max-width: 130px;
  min-width: 90px;
  height: 52px;
  padding: 0 clamp(0.937rem, 0.009rem + 1.935vi, 1.75rem);
  font-size: clamp(1.25rem, 0.821rem + 0.893vi, 1.625rem);
  font-weight: 500;
  margin-right: clamp(0.375rem, -0.125rem + 1.042vi, 0.812rem);
  padding-top: 10px;
}
@media (980px <= width) {
  .repayment .judge__dl tbody .judge__form_container td .formbox input[type=number],
  .repayment .judge__dl tbody tr td .formbox input[type=number] {
    min-width: 130px;
  }
}
@media (max-width: 767px) {
  .repayment .judge__dl tbody .judge__form_container td .formbox input[type=number],
  .repayment .judge__dl tbody tr td .formbox input[type=number] {
    width: 23.2558139535vw;
    height: 9.3023255814vw;
    min-height: 40px;
    font-size: 4.6511627907vw;
  }
}
.repayment .judge__dl tbody .judge__form_container td .formbox input[type=number]::placeholder,
.repayment .judge__dl tbody tr td .formbox input[type=number]::placeholder {
  color: #D9D9D9;
}
.repayment .judge__dl tbody .judge__form_container td .formbox input[type=number]:hover,
.repayment .judge__dl tbody tr td .formbox input[type=number]:hover {
  cursor: pointer;
}
.repayment .judge__dl tbody .judge__form_container td .formbox input[type=number]:focus,
.repayment .judge__dl tbody tr td .formbox input[type=number]:focus {
  outline: none;
}

.judge .relief6 {
  max-width: 1100px;
  margin: 0 auto;
}
.judge .relief6 .judge__h3 {
  text-align: center;
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: relative;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__h3 {
    font-size: 3.7209302326vw;
    margin-bottom: 5.1162790698vw;
  }
}
.judge .relief6 .judge__h3 .l-blue {
  color: #00A0E9;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__h3 .l-blue {
    font-size: 7.6744186047vw;
  }
}
@media (max-width: 767px) {
  .judge .relief6 .judge__h3 .large {
    font-size: 4.4186046512vw;
    line-height: 1;
  }
}
.judge .relief6 .judge__h3::before {
  position: absolute;
  content: "";
  background: transparent url(../img/accent01.png) no-repeat center center/contain;
  width: 26px;
  height: 25px;
  left: -55px;
  bottom: 5px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__h3::before {
    background: transparent url(../img/accent03.png) no-repeat center center/contain;
    width: 4.0697674419vw;
    height: 5.2325581395vw;
    left: -6.976744186vw;
    bottom: 0.5813953488vw;
  }
}
.judge .relief6 .judge__h3::after {
  position: absolute;
  content: "";
  background: transparent url(../img/accent02.png) no-repeat center center/contain;
  width: 26px;
  height: 25px;
  right: -55px;
  bottom: 5px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__h3::after {
    background: transparent url(../img/accent04.png) no-repeat center center/contain;
    width: 4.0697674419vw;
    height: 5.2325581395vw;
    right: -6.976744186vw;
    bottom: 0.5813953488vw;
  }
}
.judge .relief6 .judge__p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__p {
    font-size: 3.7209302326vw;
    margin-bottom: 1.7441860465vw;
  }
}
.judge .relief6 .judge__age {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 2px solid #FF0000;
  border-radius: 15px;
  padding: 2%;
  margin: 20px 0;
  text-align: center;
  max-width: 588px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__age {
    font-size: 3.1395348837vw;
    padding: 2.3255813953vw 3.488372093vw;
    width: fit-content;
    margin-top: 2.3255813953vw;
    margin-bottom: 2.3255813953vw;
  }
}
@media (max-width: 767px) {
  .judge .relief6 .judge__age p {
    width: fit-content;
    margin: 0 auto;
  }
}
.judge .relief6 .judge__error {
  margin-top: 2%;
  padding: 2%;
  background-color: #ffffff;
  border: 2px solid red;
  position: relative;
}
.judge .relief6 .judge__error div p {
  text-align: left;
  color: red;
  position: relative;
  padding-left: 5%;
  margin: 0 auto;
}
.judge .relief6 .judge__error div p span {
  display: block;
}
.judge .relief6 .judge__error div::before {
  content: "!";
  display: inline-block;
  position: absolute;
  background-color: red;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  top: 12%;
  left: 2%;
  width: 1.5rem;
  height: 1.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__error div p {
    font-size: 1.1rem;
  }
  .judge .relief6 .judge__error div::before {
    top: 12%;
    left: 2%;
    width: 1.3rem;
    height: 1.4rem;
    font-size: 0.9rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .judge .relief6 .judge__error div p {
    padding-left: 8%;
    font-size: 0.9rem;
  }
  .judge .relief6 .judge__error div::before {
    top: 12%;
    left: 2%;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.9rem;
    text-align: center;
  }
}
.judge .relief6 .judge__form .judge__dl {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl {
    margin-bottom: 2.3255813953vw;
  }
}
.judge .relief6 .judge__form .judge__dl tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container,
.judge .relief6 .judge__form .judge__dl tbody tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container,
  .judge .relief6 .judge__form .judge__dl tbody tr {
    justify-content: space-between;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container th,
.judge .relief6 .judge__form .judge__dl tbody tr th {
  margin: 0;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(1.125rem, 0.982rem + 0.298vi, 1.25rem);
  display: flex;
  align-items: center;
  width: fit-content;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container th,
  .judge .relief6 .judge__form .judge__dl tbody tr th {
    padding: 2.9069767442vw 0;
    font-size: 3.7209302326vw;
  }
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container th span,
  .judge .relief6 .judge__form .judge__dl tbody tr th span {
    align-items: center;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container .required,
.judge .relief6 .judge__form .judge__dl tbody tr .required {
  color: #fff;
  background: #004EA2;
  font-size: 16px;
  letter-spacing: 0;
  padding: 1px 5px;
  display: inline-block;
  width: fit-content;
  margin-right: 10px;
  white-space: nowrap;
  width: 53px;
  display: grid;
  place-items: center;
  min-height: 27px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container .required,
  .judge .relief6 .judge__form .judge__dl tbody tr .required {
    font-size: 2.7906976744vw;
    margin-right: 1.8604651163vw;
    width: 9.5348837209vw;
    height: 4.8837209302vw;
    min-height: 20px;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container .annotation,
.judge .relief6 .judge__form .judge__dl tbody tr .annotation {
  font-size: 12px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container .annotation,
  .judge .relief6 .judge__form .judge__dl tbody tr .annotation {
    margin-top: 3px;
    font-size: 2.3255813953vw;
  }
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container .annotation.--block,
  .judge .relief6 .judge__form .judge__dl tbody tr .annotation.--block {
    display: block;
    margin-top: -5px;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td,
.judge .relief6 .judge__form .judge__dl tbody tr td {
  margin: 0;
  text-align: left;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td,
  .judge .relief6 .judge__form .judge__dl tbody tr td {
    padding: 2.9069767442vw 0;
    font-size: 3.7209302326vw !important;
    width: 50%;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox {
  display: flex;
  align-items: flex-end;
  margin-left: 10px;
  line-height: 1.3;
  font-size: clamp(1rem, 0.714rem + 0.595vi, 1.25rem);
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input {
  border-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  -webkit-rtl-ordering: logical;
  cursor: text;
  margin: 0em;
  padding: 1px 2px;
  border-width: 2px;
  border-style: inset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=number],
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=number] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #3D3D3D;
  width: 9.0277777778vw;
  max-width: 130px;
  min-width: 90px;
  min-height: 52px;
  padding: 0 clamp(0.937rem, 0.009rem + 1.935vi, 1.75rem);
  font-size: clamp(1.25rem, 0.821rem + 0.893vi, 1.625rem);
  font-weight: 500;
  margin-right: clamp(0.375rem, -0.125rem + 1.042vi, 0.812rem);
  padding-top: 10px;
}
@media (980px <= width) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=number],
  .judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=number] {
    min-width: 130px;
  }
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=number],
  .judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=number] {
    width: 23.2558139535vw;
    min-width: 100px;
    min-height: 40px;
    height: 9.3023255814vw;
    font-size: 4.6511627907vw;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=number]::placeholder,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=number]::placeholder {
  color: #D9D9D9;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=number]:hover,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=number]:hover {
  cursor: pointer;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=number]:focus,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=number]:focus {
  outline: none;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=radio],
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=radio] {
  display: none;
  appearance: none;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=radio] ~ span,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=radio] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 38px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=radio] ~ span,
  .judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=radio] ~ span {
    margin-bottom: 0;
    padding-left: 5.4651162791vw;
    padding-left: 6.976744186vw;
    font-size: 3.7209302326vw;
    line-height: 1;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=radio] ~ span::before,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=radio] ~ span::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #3D3D3D;
  border-radius: 50%;
  display: block;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=radio] ~ span::before,
  .judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=radio] ~ span::before {
    width: 5.2325581395vw;
    height: 5.2325581395vw;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=radio] ~ span::after,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=radio] ~ span::after {
  position: absolute;
  content: "";
  left: 3.5px;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3D3D3D;
  opacity: 0;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=radio] ~ span::after,
  .judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=radio] ~ span::after {
    width: 3.7209302326vw;
    height: 3.7209302326vw;
    left: 6.6%;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox input[type=radio]:checked ~ span::after,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox input[type=radio]:checked ~ span::after {
  opacity: 1;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox p:nth-child(2),
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox p:nth-child(2) {
  text-align: right;
  margin-bottom: 3%;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox p:nth-child(4),
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox p:nth-child(4) {
  text-align: right;
  margin-bottom: 3%;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox p:nth-child(7),
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox p:nth-child(7) {
  margin-bottom: 3%;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox p:nth-child(9),
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox p:nth-child(9) {
  margin-bottom: 3%;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox p:nth-child(11),
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox p:nth-child(11) {
  text-align: right;
  margin-bottom: 3%;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox .yes_font,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox .yes_font {
  font-size: 1.5rem;
  font-size: 20px;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox .al_right,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox .al_right {
  margin-left: -50px;
  text-align: right;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox .yes_font,
  .judge .relief6 .judge__form .judge__dl tbody tr td .formbox .yes_font {
    text-align: left;
    font-size: 3vw;
    font-size: 3.6vw !important;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox .al_right,
  .judge .relief6 .judge__form .judge__dl tbody tr td .formbox .al_right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    margin-left: -15vw;
    margin-right: 3vw;
  }
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox .yes_font input,
  .judge .relief6 .judge__form .judge__dl tbody tr td .formbox .yes_font input {
    margin-bottom: 2vw;
    margin-right: 10px;
  }
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox .input-radio,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox .input-radio {
  margin-right: 10px;
  white-space: nowrap;
}
.judge .relief6 .judge__form .judge__dl tbody .judge__form_container td .formbox .input-radio input,
.judge .relief6 .judge__form .judge__dl tbody tr td .formbox .input-radio input {
  margin: 0 15px 0 10px;
  padding: 0;
  -ms-transform: scale(2);
  transform: scale(2);
  font-size: 200%;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody .judge__form_container td,
  .judge .relief6 .judge__form .judge__dl tbody tr td {
    font-size: 1.2rem;
  }
}
.judge .relief6 .judge__form .judge__dl tbody.--first {
  display: flex;
  gap: 30px;
  gap: clamp(0.937rem, -0.134rem + 2.232vi, 1.875rem);
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody.--first {
    display: block;
    width: 100%;
  }
}
.judge .relief6 .judge__form .judge__dl tbody.--second tr {
  margin-top: 24px;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody.--second tr {
    justify-content: space-between;
    white-space: initial;
    align-items: center;
    margin-top: initial;
  }
}
.judge .relief6 .judge__form .judge__dl tbody.--second td .formbox {
  margin-left: 30px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody.--second td .formbox {
    margin-left: initial;
  }
}
.judge .relief6 .judge__form .judge__dl tbody.--second .bbn-td {
  width: 26%;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__form .judge__dl tbody.--second .bbn-td {
    width: 42%;
  }
}
.judge .relief6 .judge__button {
  display: block;
  margin: 0 auto 20px;
  width: fit-content;
  text-align: center;
  transition-duration: 0.5s;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__button {
    margin-bottom: 5.8139534884vw;
    max-width: 36.1627906977vw;
  }
}
.judge .relief6 .judge__button:hover {
  transition-duration: 0.5s;
  filter: brightness(1.1);
}
.judge .relief6 .judge__button .bt {
  vertical-align: bottom;
}
.judge .relief6 .judge__button img {
  width: 100%;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__button {
    width: 100%;
  }
}
.judge .relief6 .judge__footer {
  width: 93%;
  margin-inline: auto;
  text-align: left;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__footer {
    width: 100%;
  }
}
.judge .relief6 .judge__footer ul li {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__footer ul li {
    font-size: 2.3255813953vw;
  }
}
.judge .relief6 .judge__footer ul li::before {
  position: absolute;
  content: "※";
  left: 0;
}
.judge .relief6 .judge__OK {
  margin: 30px 0;
  padding: 85px 40px 50px;
  padding: 20px 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__OK {
    padding: 4.6511627907vw 2.5581395349vw;
    width: 88%;
    margin: 4.6511627907vw auto;
  }
}
.judge .relief6 .judge__OK .judge__OK_text {
  text-align: center;
  font-weight: 500;
  position: relative;
  display: block;
  width: fit-content;
  font-size: clamp(1.125rem, 0.696rem + 0.893vi, 1.5rem);
  line-height: 1.1;
  padding-left: 60px;
  padding-left: clamp(3.124rem, 2.41rem + 1.488vi, 3.749rem);
  margin-top: 15px;
}
.judge .relief6 .judge__OK .judge__OK_text span {
  font-size: clamp(0.75rem, 0.464rem + 0.595vi, 1rem);
}
@media (max-width: 767px) {
  .judge .relief6 .judge__OK .judge__OK_text {
    font-size: 2.7906976744vw;
    margin-bottom: 5.8139534884vw;
    margin-inline: auto;
    padding-left: 8.1395348837vw;
  }
}
.judge .relief6 .judge__OK .judge__OK_text:before {
  content: "";
  position: absolute;
  left: -10px;
  background: transparent url(../img/double_new.png) no-repeat center center/contain;
  width: clamp(3.124rem, 2.41rem + 1.488vi, 3.749rem);
  height: clamp(3.124rem, 2.41rem + 1.488vi, 3.749rem);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .judge .relief6 .judge__OK .judge__OK_text:before {
    width: 7.0930232558vw;
    height: 7.0930232558vw;
    left: 0;
  }
}
.judge .relief6 .judge__OK .cta__label {
  text-align: center;
}
.judge .relief6 .judge__OK .cta__label p {
  font-size: 2.2rem;
  text-align: center;
}
.judge .relief6 .judge__OK .cta__label p span {
  color: #c30000;
  font-weight: bold;
  font-size: 2.5rem;
}
.judge .relief6 .judge__OK .cta__label p::before {
  content: "";
  background-image: url(../img/CTA__left.png);
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
}
html.webp .judge .relief6 .judge__OK .cta__label p::before {
  background-image: url(../img/CTA__left.png.webp);
}
.judge .relief6 .judge__OK .cta__label p::after {
  content: "";
  background-image: url(../img/CTA__right.png);
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: 0.7rem;
}
html.webp .judge .relief6 .judge__OK .cta__label p::after {
  background-image: url(../img/CTA__right.png.webp);
}
@media (max-width: 767px) {
  .judge .relief6 .judge__OK .cta__label p {
    font-size: 1.4rem;
  }
  .judge .relief6 .judge__OK .cta__label p span {
    font-size: 1.8rem;
  }
  .judge .relief6 .judge__OK .cta__label p::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .judge .relief6 .judge__OK .cta__label p::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.7rem;
  }
}
.judge .relief6 .judge__OK .judge__OK_cauti {
  font-weight: lighter;
  text-align: center;
}
.judge .relief6 .judge__OK .judge__OK_cauti::before {
  content: "";
  background-image: url(../img/CTA__left.png);
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
}
html.webp .judge .relief6 .judge__OK .judge__OK_cauti::before {
  background-image: url(../img/CTA__left.png.webp);
}
.judge .relief6 .judge__OK .judge__OK_cauti::after {
  content: "";
  background-image: url(../img/CTA__right.png);
  background-size: contain;
  display: inline-block;
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 0.7rem;
}
html.webp .judge .relief6 .judge__OK .judge__OK_cauti::after {
  background-image: url(../img/CTA__right.png.webp);
}
@media (max-width: 767px) {
  .judge .relief6 .judge__OK .judge__OK_cauti {
    font-size: 1rem;
  }
  .judge .relief6 .judge__OK .judge__OK_cauti::before {
    width: 1rem;
    height: 1rem;
  }
  .judge .relief6 .judge__OK .judge__OK_cauti::after {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .judge .relief6 .judge__OK .judge__OK_cauti {
    font-size: 0.8rem;
  }
  .judge .relief6 .judge__OK .judge__OK_cauti::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .judge .relief6 .judge__OK .judge__OK_cauti::after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .judge .relief6 .judge__OK .cta__button {
    width: 100%;
  }
  .judge .relief6 .judge__OK .cta__button .cta__button_fig {
    width: 100%;
    transition-duration: 0.5s;
  }
  .judge .relief6 .judge__OK .cta__button .cta__button_fig:hover {
    transition-duration: 0.5s;
    transform: scale(1.05);
    opacity: 0.6;
  }
  .judge .relief6 .judge__OK .cta__button .cta__button_fig img {
    width: 100%;
    height: auto;
  }
}
.judge .relief6 .judge__NOT {
  background-color: #ffffff;
  margin: 30px 0;
  padding: 5%;
  padding: 20px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__NOT {
    padding: 20px 11px;
  }
}
.judge .relief6 .judge__NOT .judge__NOT_text {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__NOT .judge__NOT_text {
    font-weight: 900;
    font-size: 2.7906976744vw;
    font-size: 12px;
  }
}
.judge .relief6 .judge__NOT .judge__NOT_error {
  text-align: center;
  font-size: 24px;
  font-size: 13.5px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__NOT .judge__NOT_error {
    font-weight: 500;
    margin-top: 12px;
    font-size: 12px;
    margin-bottom: 25px;
  }
}
.judge .relief6 .judge__NOT .judge__NOT_cauti {
  font-weight: lighter;
  text-align: center;
  font-size: 24px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__NOT .judge__NOT_cauti {
    font-size: 3.1395348837vw;
    margin-bottom: 8.1395348837vw;
  }
}
.judge .relief6 .judge__NOT .judge__NOT_call {
  margin-left: 47px;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__NOT .judge__NOT_call {
    margin-top: 10.4651162791vw;
    margin-left: initial;
    width: 75.8389261745%;
    margin-inline: auto;
  }
}
.judge .relief6 .judge__NOT .judge__NOT_call .judge__NOT_call_title p {
  text-align: center;
  max-width: 213px;
  margin: 0 auto;
  padding-bottom: 4px;
  border-bottom: 4px dotted #004EA2;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__NOT .judge__NOT_call .judge__NOT_call_title p {
    margin-bottom: 2.5581395349vw;
    padding-bottom: 1.1627906977vw;
    border-width: 0.6976744186vw;
    font-size: 4.4186046512vw;
    max-width: 71.976744186vw;
  }
}
.judge .relief6 .judge__NOT .judge__NOT_call .judge__NOT_call_container p {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.095em;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__NOT .judge__NOT_call .judge__NOT_call_container p {
    font-size: 3.9534883721vw;
    font-size: 12px;
    margin-top: 10px;
  }
}
.judge .relief6 .judge__NOT .judge__NOT_call .judge__NOT_call_container p span {
  font-weight: bold;
}
.judge .relief6 .judge__NOT .judge__NOT_call .judge__NOT_call_container p a {
  width: 100%;
  text-align: center;
  color: #004EA2;
}
.judge .relief6 .judge__NOT .judge__NOT_call .judge__NOT_call_container figure {
  max-width: 279px;
  margin: 8px auto 0;
}
@media (max-width: 767px) {
  .judge .relief6 .judge__NOT .judge__NOT_call .judge__NOT_call_container figure {
    max-width: 100%;
  }
}
.judge .relief6 .judge__NOT .judge__NOT_call .judge__NOT_call_container figure img {
  width: 100%;
}
@media (max-width: 767px) {
  .judge .relief6 .set_num4 {
    font-size: 0.9rem;
  }
}

.repayment .cta__button a::before,
.repayment .cta__button a::after {
  display: none;
}

@media (max-width: 767px) {
  #selResult th {
    width: fit-content !important;
  }
}

#selResult td {
  width: fit-content;
  margin-left: auto;
}

#selResult .btn {
  width: 0 !important;
  padding: 0;
}

.result {
  background: #FFFFFF;
  border-radius: 29px;
}

#js_borrowed_amount_result_area {
  margin-top: 30px;
  padding: 30px 18px 25px;
}
@media (min-width:768px) and (max-width: 991px) {
  #js_borrowed_amount_result_area {
    font-size: 22px;
    padding: 50px 20px 70px;
  }
}
@media (max-width: 767px) {
  #js_borrowed_amount_result_area {
    font-size: 3.1395348837vw;
    padding: 4.6511627907vw 2.5581395349vw;
    margin-top: 3.488372093vw;
  }
}
#js_borrowed_amount_result_area .borrowed_amount_result-txt {
  text-align: center;
  font-weight: 500;
  font-size: 27px;
}
@media (min-width:768px) and (max-width: 991px) {
  #js_borrowed_amount_result_area .borrowed_amount_result-txt {
    margin: 0 auto 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #js_borrowed_amount_result_area .borrowed_amount_result-txt {
    margin-bottom: 4.6511627907vw;
    font-size: 3.1395348837vw;
  }
}
#js_borrowed_amount_result_area #js_borrowed_amount_result,
#js_borrowed_amount_result_area #js_repayment_amount {
  border: 1px solid #3D3D3D;
  padding: 0 20px 5px;
  height: 52px;
  line-height: 60px;
  margin: 0 7.6px;
  display: inline-block;
  vertical-align: bottom;
  width: 98px;
  text-align: right;
  font-size: clamp(1.25rem, 0.821rem + 0.893vi, 1.625rem);
}
@media (max-width: 767px) {
  #js_borrowed_amount_result_area #js_borrowed_amount_result,
  #js_borrowed_amount_result_area #js_repayment_amount {
    padding: 0 2.3255813953vw;
    height: 7.3255813953vw;
    line-height: 6.976744186vw;
    width: calc(2.8em + 20px);
    margin: 0 1.1627906977vw;
    width: 13.6046511628vw;
    font-size: 4.6511627907vw;
  }
}
#js_borrowed_amount_result_area #js_repayment_amount {
  width: 140px;
}
@media (max-width: 767px) {
  #js_borrowed_amount_result_area #js_repayment_amount {
    width: 19.6511627907vw;
  }
}
#js_borrowed_amount_result_area .borrowed_amount_result_area-top {
  display: block;
  margin-top: 7.6px;
}
#js_borrowed_amount_result_area ul {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #js_borrowed_amount_result_area ul {
    margin-top: initial;
  }
}
#js_borrowed_amount_result_area ul li {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  padding-left: 1.2em;
}
@media (max-width: 767px) {
  #js_borrowed_amount_result_area ul li {
    font-size: 2.6744186047vw;
  }
}
#js_borrowed_amount_result_area ul li::before {
  position: absolute;
  content: "※";
  left: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.yes_font input::placeholder {
  color: transparent;
}

.hurry {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .hurry {
    margin-top: 8.1395348837vw;
  }
}
.hurry .inner {
  max-width: 900px;
}

.hurry-title {
  text-align: center;
  background: #004EA2;
  width: fit-content;
  margin-inline: auto;
  padding: 0 37px;
  min-height: 51px;
  display: grid;
  place-items: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 767px) {
  .hurry-title {
    width: 62.5%;
    font-size: 1rem;
    min-width: 250px;
    padding: 0 21px;
    min-height: 25.5px;
  }
}

.hurry-title::after {
  position: absolute;
  content: "";
  background: #004EA2;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  z-index: -1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .hurry-title::after {
    width: 28px;
    height: 28px;
  }
}

.hurry__container {
  margin-top: 17px;
  display: grid;
  grid-template-columns: 24.4444444444% 1fr;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .hurry__container {
    grid-template-columns: 40.8866995074% 1fr;
    gap: initial;
  }
}

.hurry-content {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6650671785;
  color: #231815;
}
@media (max-width: 767px) {
  .hurry-content {
    font-size: 2.7906976744vw;
    text-align: center;
  }
}

.--big {
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.2486505937;
}
@media (max-width: 767px) {
  .--big {
    font-size: 3.7209302326vw;
  }
}

.--line {
  position: relative;
  margin-top: 1.25rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .--line {
    margin-top: 10px;
  }
}
.--line:after {
  position: absolute;
  content: "";
  background: #FFE949;
  width: 100%;
  height: 9px;
  left: 0;
  top: 80%;
  z-index: -1;
}
@media (max-width: 767px) {
  .--line:after {
    height: 1.3953488372vw;
  }
}

/* feature
------------------*/
.feature {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .feature {
    margin-top: 11.6279069767vw;
  }
}
.feature .inner {
  max-width: 1107px;
}
@media (max-width: 767px) {
  .feature .inner {
    padding: 0 6.3953488372vw;
  }
}
.feature .feature-title {
  text-align: center;
  margin-bottom: 0.6944444444vw;
  margin-left: -9.7222222222vw;
  font-size: 27px;
  font-weight: bold;
  font-weight: 900;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature-title:before {
    position: absolute;
    content: "＼さらに！／";
    font-weight: 500;
    line-height: 1.2;
    left: 10.4166666667vw;
    transform: rotate(-14deg);
    font-size: 2.7906976744vw;
    left: -9.3023255814vw;
    top: -2.3255813953vw;
  }
}
.feature .feature-title .relative {
  position: relative;
}
.feature .feature-title .relative::before {
  position: absolute;
  content: "＼さらに！／";
  font-weight: 500;
  line-height: 1.2;
  left: -60px;
  top: -35px;
  transform: rotate(-14deg);
  font-size: 24px;
}
@media (max-width: 767px) {
  .feature .feature-title .relative::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .feature .feature-title {
    display: flex;
    align-items: flex-end;
    font-size: 3.1395348837vw;
    margin-bottom: 2.6744186047vw;
    margin-left: 2.3255813953vw;
    line-height: 1.2;
    width: fit-content;
    gap: 5px;
    line-height: 1.2;
    margin-left: 8.488372093vw;
  }
}
.feature .feature-title .bold {
  font-weight: 900;
  font-size: 36px;
}
@media (max-width: 767px) {
  .feature .feature-title .bold {
    font-size: 4.1860465116vw;
  }
}
.feature .feature-title .number {
  font-size: 73px;
  color: #00A0E9;
}
@media (max-width: 767px) {
  .feature .feature-title .number {
    font-size: 8.488372093vw;
    line-height: 1;
  }
}
.feature .feature-contents {
  position: relative;
  counter-reset: featureContent;
}
.feature .feature-contents::before {
  position: absolute;
  content: "";
  background: transparent url(../img/feature_img.png) no-repeat center center/contain;
  z-index: 1;
}
@media (min-width: 768px) {
  .feature .feature-contents::before {
    top: -13.4722222222vw;
    top: -11.4583333333vw;
    right: 2.4305555556vw;
    width: 13.9583333333vw;
    height: 13.125vw;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents::before {
    top: -165px;
    right: 35px;
    width: 201px;
    height: 189px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents::before {
    width: 29.0697674419vw;
    height: 29.0697674419vw;
    right: 0;
    top: -25.4651162791vw;
  }
}
.feature .feature-contents .feature-content {
  counter-increment: featureContent;
  border: 2px solid #3D3D3D;
  border: 3px solid #00A0E9;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content {
    border: 0.3488372093vw solid #00A0E9;
  }
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content:not(:first-of-type) {
    margin-top: 4.4444444444vw;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content:not(:first-of-type) {
    margin-top: 64px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content:not(:first-of-type) {
    margin-top: 3.488372093vw;
  }
}
.feature .feature-contents .feature-content::after {
  position: absolute;
  content: "";
  background: #80CFF4;
  background: #E1F5FF;
  width: 100%;
  height: 100%;
  top: 12px;
  left: 12px;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content::after {
    left: 1.1627906977vw;
    top: 1.1627906977vw;
  }
}
.feature .feature-contents .feature-content-title {
  display: block;
  position: relative;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content-title {
    font-size: 2.5vw;
    padding: 25px 68px 25px 134px;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-title {
    font-size: 2.7906976744vw;
    text-align: left;
    padding: 6.2790697674vw 0 6.976744186vw 15.6976744186vw;
  }
}
.feature .feature-contents .feature-content-title.is-open::after {
  transform: rotate(180deg) translateY(-50%);
  top: 30%;
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-title.is-open::after {
    top: 35%;
  }
}
.feature .feature-contents .feature-content-title::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 66px;
  background: url(../img/ico_arrow_01.png) no-repeat center center/100% auto;
  aspect-ratio: 49/31;
  min-width: 0;
  width: 49px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content-title::after {
    right: 4.5833333333vw;
    width: 3.4027777778vw;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content-title::after {
    right: 66px;
    width: 49px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-title::after {
    right: 3.7209302326vw;
    width: 4.1860465116vw;
  }
}
.feature .feature-contents .feature-content-title .label {
  position: absolute;
  background: #00A0E9;
  color: #fff;
  display: flex;
  align-items: center;
  clip-path: polygon(0% 0%, 88.88% 0%, 100% 50%, 88.88% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content-title .label {
    top: 0.625vw;
    left: -2.7777777778vw;
    width: 141px;
    height: 73px;
    padding: 0 0 0 26px;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content-title .label {
    top: 9px;
    left: -11px;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-title .label {
    top: 5vw;
    left: -2.7906976744vw;
    width: 16.1627906977vw;
    height: 8.488372093vw;
    padding: 0 0 1vw 3.023255814vw;
  }
}
.feature .feature-contents .feature-content-title .label-counter {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-title .label-counter {
    margin-top: initial;
  }
}
.feature .feature-contents .feature-content-title .label-counter::before {
  content: "特長";
  font-weight: 500;
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content-title .label-counter::before {
    font-size: 1.8055555556vw;
    vertical-align: 0.2083333333vw;
    font-size: 24px;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content-title .label-counter::before {
    vertical-align: 3px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-title .label-counter::before {
    font-size: 2.7906976744vw;
    vertical-align: 0.3488372093vw;
  }
}
.feature .feature-contents .feature-content-title .label-counter::after {
  content: counter(featureContent);
  font-weight: 900;
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content-title .label-counter::after {
    font-size: 40px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-title .label-counter::after {
    font-size: 4.6511627907vw;
    margin-left: 4px;
  }
}
.feature .feature-contents .feature-content-title .orange {
  font-weight: 900;
  color: #FF6B00;
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content-title .orange {
    font-size: 2.9166666667vw;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content-title .orange {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-title .orange {
    font-size: 4.1860465116vw;
  }
}
.feature .feature-contents .feature-content-title .caution {
  font-weight: 400;
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content-title .caution {
    font-size: 1.3194444444vw;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content-title .caution {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-title .caution {
    font-size: 3.7209302326vw;
  }
}
.feature .feature-contents .feature-content-body {
  display: grid;
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content-body {
    grid-template-columns: 13.8888888889vw 1fr;
    gap: 4.8611111111vw;
    padding: 1.0416666667vw 4.3055555556vw 3.1944444444vw;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content-body {
    grid-template-columns: 200px 1fr;
    gap: 70px;
    padding: 15px 62px 46px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-body {
    grid-template-columns: 1fr;
    padding: 4.0697674419vw 5.3488372093vw 4.6511627907vw;
  }
}
.feature .feature-contents .feature-content .txt-box {
  width: fit-content;
}
.feature .feature-contents .feature-content .txt-box .img {
  margin-top: 4.6511627907vw;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content .txt-box .img {
    display: block;
  }
}
.feature .feature-contents .feature-content .txt-box .img-01 {
  margin-top: 2.3255813953vw;
  margin-bottom: 6.511627907vw;
  width: 17.4418604651vw;
}
.feature .feature-contents .feature-content .txt-box .img-02 {
  width: 20.3488372093vw;
}
.feature .feature-contents .feature-content .txt-box .img-03 {
  width: 20.4651162791vw;
}
.feature .feature-contents .feature-content .img-box img {
  width: 100%;
}
.feature .feature-contents .feature-content .caution {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content .caution {
    font-size: 1.3194444444vw;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content .caution {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content .caution {
    font-size: 1.8604651163vw;
  }
}
.feature .feature-contents .feature-content .caution li {
  letter-spacing: 0;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content .caution li {
    font-size: 2.3255813953vw;
  }
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content-txt > .caution {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content-txt > .caution {
    font-size: 2.7906976744vw;
  }
}
.feature .feature-contents .feature-content .ex {
  text-align: center;
  position: relative;
  width: fit-content;
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content .ex {
    width: 100%;
  }
}
.feature .feature-contents .feature-content .ex .ex-title {
  font-weight: 500;
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content .ex .ex-title {
    font-size: 1.25vw;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content .ex .ex-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content .ex .ex-title {
    font-size: 4.1860465116vw;
  }
}
@media (min-width: 768px) {
  .feature .feature-contents .feature-content .ex .ex-txt {
    font-size: 1.3194444444vw;
  }
}
@media (min-width: 1140px) {
  .feature .feature-contents .feature-content .ex .ex-txt {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .feature .feature-contents .feature-content .ex .ex-txt {
    font-size: 4.1860465116vw;
    line-height: 1.4;
  }
}
.feature .feature-contents .feature-content .ex .ex-txt span {
  font-weight: 900;
}
.feature .feature-list {
  max-width: 651px;
  margin: 40px auto 61px;
  border: 5px solid #80CFF4;
  border-radius: 5px;
  background: #fff;
  padding: 40px 75px 50px;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature-list {
    margin-top: 5.8139534884vw;
    margin-bottom: 9.1860465116vw;
    padding: 1.1627906977vw 0.5813953488vw 6.976744186vw;
    border-radius: 0.5813953488vw;
    border-width: 0.5813953488vw;
  }
}
.feature .feature-list:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 84px 84px;
  border-color: transparent transparent #EFEFEF transparent;
  right: -11px;
  bottom: -11px;
  z-index: 2;
}
@media (max-width: 767px) {
  .feature .feature-list:before {
    border-width: 0 0 15.6976744186vw 15.6976744186vw;
    right: -2.3255813953vw;
    bottom: -2.3255813953vw;
    border-radius: 0.5813953488vw 0 0 0;
  }
}
.feature .feature-list:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 73px 73px 0 0;
  border-color: #80CFF4 transparent transparent transparent;
  right: -5px;
  bottom: -5px;
  z-index: 1;
  border-radius: 5px 0 0 0;
}
@media (max-width: 767px) {
  .feature .feature-list:after {
    border-width: 12.5vw 12.5vw 0 0;
    right: -1.1627906977vw;
    bottom: -1.1627906977vw;
    border-radius: 0.5813953488vw 0 0 0;
  }
}
.feature .feature-list .feature-list-bg {
  background: #EFEFEF;
  position: absolute;
  top: 11px;
  left: 11px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .feature .feature-list .feature-list-bg {
    top: 2.3255813953vw;
    left: 2.3255813953vw;
  }
}
.feature .feature-list .feature-list-triangle {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 73px 73px;
  border-color: transparent transparent #fff transparent;
  right: -11px;
  bottom: -11px;
  z-index: 2;
}
@media (max-width: 767px) {
  .feature .feature-list .feature-list-triangle {
    border-width: 0 0 13.3720930233vw 13.3720930233vw;
    right: -2.3255813953vw;
    bottom: -2.3255813953vw;
  }
}
.feature .feature-list .feature-list-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature-list .feature-list-title {
    font-size: 5.5813953488vw;
    margin-bottom: 4.6511627907vw;
  }
}
.feature .feature-list .feature-list-title::before {
  position: absolute;
  content: "";
  background: rgba(254, 223, 5, 0.8);
  width: 120px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
@media (max-width: 767px) {
  .feature .feature-list .feature-list-title::before {
    width: 23.2558139535vw;
    height: 0.4651162791vw;
    bottom: -0.5813953488vw;
  }
}
.feature .feature-list ul {
  width: fit-content;
  margin: 0 auto;
}
.feature .feature-list ul li {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 67px;
  position: relative;
}
@media (max-width: 767px) {
  .feature .feature-list ul li {
    font-size: 3.9534883721vw;
    padding-left: 9.8837209302vw;
    margin-bottom: 3.488372093vw;
  }
}
.feature .feature-list ul li::before {
  position: absolute;
  content: "";
  background: transparent url(../img/check.png) no-repeat center center/contain;
  width: 47px;
  height: 28px;
  left: 0;
}
@media (min-width: 768px) {
  .feature .feature-list ul li::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .feature .feature-list ul li::before {
    width: 5.9302325581vw;
    height: 3.9534883721vw;
    top: 1.1627906977vw;
    left: 1.7441860465vw;
  }
}
.feature .feature-list ul li:last-child {
  margin-bottom: 0;
}
.feature .feature-list ul li .bold {
  font-weight: 900;
}
@media (max-width: 767px) {
  .feature .feature-list ul li .bold {
    font-size: 5.5813953488vw;
  }
}
.feature .feature-list ul li .sub {
  font-size: 19px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .feature .feature-list ul li .sub {
    font-size: 3.023255814vw;
  }
}

/* use
---------------*/
.use {
  padding-top: 61px;
}
@media (max-width: 767px) {
  .use {
    padding-top: 6.976744186vw;
    padding-bottom: 16.8604651163vw;
  }
}
@media (max-width: 767px) {
  .use .inner {
    padding: 0 5.8139534884vw;
  }
}
.use .use-title {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .use .use-title {
    font-size: 3.7209302326vw;
    margin-top: 3.488372093vw;
  }
}
.use .use-title span {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .use .use-title span {
    font-size: 3.7209302326vw;
  }
}
.use .use-txt {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .use .use-txt {
    font-size: 2.7906976744vw;
    margin-top: 1.3953488372vw;
  }
}
.use .swiper1 {
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.use .swiper1 .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .use .swiper1 .swiper-pagination {
    bottom: -4.6511627907vw;
    height: 7.5581395349vw;
    line-height: 7.5581395349vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.9069767442vw;
  }
}
.use .swiper1 .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background-color: transparent;
  background-image: url(../img/dot_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  opacity: 1;
  width: 2.3255813953vw;
  height: 2.3255813953vw;
  margin: 0;
}
.use .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../img/dot_active_new.png);
}
.use .swiper1 .swiper-btn {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .use .swiper1 .swiper-btn {
    width: 100%;
    bottom: -4.6511627907vw;
    height: 7.5581395349vw;
  }
}
.use .swiper1 .swiper-button-prev,
.use .swiper1 .swiper-button-next {
  height: 24px;
  width: 24px;
  margin: 0;
  top: 0;
}
@media (max-width: 767px) {
  .use .swiper1 .swiper-button-prev,
  .use .swiper1 .swiper-button-next {
    width: 6.3953488372vw;
    height: 7.5581395349vw;
  }
}
.use .swiper1 .swiper-button-prev {
  left: 0;
}
@media (max-width: 767px) {
  .use .swiper1 .swiper-button-prev {
    left: 27vw;
  }
}
.use .swiper1 .swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .use .swiper1 .swiper-button-next {
    right: 27vw;
  }
}
.use .swiper1 .swiper-button-prev::after,
.use .swiper1 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  margin: auto;
  width: 6.3953488372vw;
  height: 7.5581395349vw;
}
.use .swiper1 .swiper-button-prev::after {
  background-image: url(../img/slide_btn_prev.svg);
}
.use .swiper1 .swiper-button-next::after {
  background-image: url(../img/slide_btn_next.svg);
}
.use .use-contents {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .use .use-contents {
    margin-top: 5.4651162791vw;
  }
}
@media (min-width: 768px) {
  .use .use-contents .swiper-wrapper {
    justify-content: space-between;
    flex-wrap: wrap !important;
  }
}
.use .use-contents .swiper-slide {
  display: flex;
}
@media (min-width:768px) and (max-width: 991px) {
  .use .use-contents .swiper-slide {
    display: block;
  }
}
@media (max-width: 767px) {
  .use .use-contents .swiper-slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
  }
}
.use .use-contents .use-content {
  background: #fff;
  border-radius: 10px;
  position: relative;
  height: auto;
  border: 3px solid #00A0E9;
}
@media (min-width: 768px) {
  .use .use-contents .use-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    width: calc(50% - 15px);
    margin-right: 24px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .use .use-contents .use-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .use .use-contents .use-content {
    border: 0.3488372093vw solid #00A0E9;
    margin-right: 7.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 43.023255814vw;
    box-shadow: 0px 2.61px 2.61px rgba(0, 0, 0, 0.25);
  }
}
.use .use-contents .use-content:nth-child(2n) {
  margin-right: 0;
}
.use .use-contents .use-content::before {
  position: absolute;
  content: "";
  background: #00A0E9;
  width: 15px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6.5px 0 0 6.5px;
}
@media (max-width: 767px) {
  .use .use-contents .use-content::before {
    position: absolute;
    width: 100%;
    height: 1.7441860465vw;
    right: 0;
    border-radius: 6px 6px 0 0;
  }
}
@media (min-width: 768px) {
  .use .use-contents .use-content .use-left {
    padding-left: 35px;
    width: 63%;
  }
}
@media (max-width: 767px) {
  .use .use-contents .use-content .use-left {
    padding: 2.9069767442vw 1.1627906977vw 1.1627906977vw;
    height: 45%;
  }
}
.use .use-contents .use-content .use-left .use-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #00A0E9;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .use .use-contents .use-content .use-left .use-subtitle {
    font-size: 3.7209302326vw;
  }
}
.use .use-contents .use-content .use-left .use-content-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .use .use-contents .use-content .use-left .use-content-txt {
    font-size: 2.7906976744vw;
  }
}
@media (min-width: 768px) {
  .use .use-contents .use-content .use-right {
    width: 39%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .use .use-contents .use-content .use-right {
    height: 50%;
  }
}
.use .use-contents .use-content .use-right img {
  object-fit: cover;
  height: 100%;
}
@media (min-width: 768px) {
  .use .use-contents .use-content .use-right img {
    border-radius: 0 6.5px 6.5px 0;
  }
}
@media (max-width: 767px) {
  .use .use-contents .use-content .use-right img {
    border-radius: 0 0 6px 6px;
  }
}

/* voice
---------------*/
.voice {
  padding-top: 93px;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .voice {
    padding-top: initial;
    padding-bottom: 16.8604651163vw;
    margin-bottom: 5.8139534884vw;
  }
}
.voice .voice-inner {
  max-width: 1025px;
}
.voice .voice-title {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice .voice-title {
    font-size: 5.8139534884vw;
    margin-bottom: 1.1627906977vw;
  }
}
.voice .voice-title img {
  width: 77px;
  margin-left: 9px;
  vertical-align: sub;
}
@media (max-width: 767px) {
  .voice .voice-title img {
    width: 8.9534883721vw;
    margin-left: 2.0930232558vw;
  }
}
.voice .voice-txt {
  line-height: 1.3333333333;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .voice .voice-txt {
    font-size: 2.6388888889vw;
  }
}
@media (min-width: 1140px) {
  .voice .voice-txt {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .voice .voice-txt {
    font-size: 3.488372093vw;
    margin-bottom: 3.488372093vw;
    width: 60%;
  }
}
.voice .swiper2 {
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.voice .swiper2 .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .voice .swiper2 .swiper-pagination {
    bottom: -3.488372093vw;
    height: 7.5581395349vw;
    line-height: 7.5581395349vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.9069767442vw;
  }
}
.voice .swiper2 .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  background-color: transparent;
  background-image: url(../img/dot_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  height: 6.976744186vw;
  opacity: 1;
  width: 5.2325581395vw;
  width: 2.3255813953vw;
  height: 2.3255813953vw;
  margin: 0;
}
.voice .swiper2 .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../img/dot_active_new.png);
}
.voice .swiper2 .swiper-btn {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .voice .swiper2 .swiper-btn {
    width: 100%;
    bottom: -3.488372093vw;
    height: 7.5581395349vw;
  }
}
.voice .swiper2 .swiper-button-prev,
.voice .swiper2 .swiper-button-next {
  height: 24px;
  width: 24px;
  margin: 0;
  top: 0;
}
@media (max-width: 767px) {
  .voice .swiper2 .swiper-button-prev,
  .voice .swiper2 .swiper-button-next {
    width: 6.3953488372vw;
    height: 7.5581395349vw;
  }
}
.voice .swiper2 .swiper-button-prev {
  left: 0;
}
@media (max-width: 767px) {
  .voice .swiper2 .swiper-button-prev {
    left: 27vw;
  }
}
.voice .swiper2 .swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .voice .swiper2 .swiper-button-next {
    right: 27vw;
  }
}
.voice .swiper2 .swiper-button-prev::after,
.voice .swiper2 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
  margin: auto;
  width: 6.3953488372vw;
  height: 7.5581395349vw;
}
.voice .swiper2 .swiper-button-prev::after {
  background-image: url(../img/slide_btn_prev.svg);
}
.voice .swiper2 .swiper-button-next::after {
  background-image: url(../img/slide_btn_next.svg);
}
@media (min-width: 768px) {
  .voice .voice-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 41px;
  }
}
.voice .voice-contents {
  position: relative;
}
@media (max-width: 767px) {
  .voice .voice-contents {
    margin-top: 3.488372093vw;
  }
}
.voice .voice-contents .voice-img {
  position: absolute;
  z-index: 100;
}
@media (min-width: 768px) {
  .voice .voice-contents .voice-img {
    top: -17.9861111111vw;
    right: 3.4027777778vw;
    width: 22.8472222222vw;
    height: 22.8472222222vw;
  }
}
@media (min-width: 1140px) {
  .voice .voice-contents .voice-img {
    top: -259px;
    right: 49px;
    width: 329px;
    height: 329px;
  }
}
@media (max-width: 767px) {
  .voice .voice-contents .voice-img {
    width: 36.8604651163vw;
    height: 36.8604651163vw;
    right: 2.3255813953vw;
    top: -28.9534883721vw;
  }
}
.voice .voice-contents .voice-content {
  background: #fff;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  height: auto;
  border: 3px solid #00A0E9;
  min-height: 300px;
}
@media (max-width: 767px) {
  .voice .voice-contents .voice-content {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 1.7441860465vw;
    border-radius: 2.3255813953vw;
    padding: 3.488372093vw;
    min-height: initial;
    box-shadow: 0px 2.61px 2.61px rgba(0, 0, 0, 0.25);
    border: 0.3488372093vw solid #00A0E9;
  }
}
.voice .voice-contents .voice-content .voice-content-img {
  width: 120px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .voice .voice-contents .voice-content .voice-content-img {
    margin-inline: initial;
    width: 28.488372093vw;
  }
}
.voice .voice-contents .voice-content .voice-content-txt {
  margin-top: 25px;
}
.voice .voice-contents .voice-content .voice-content-txt .--annotation {
  font-size: 13px;
  line-height: 1.9230769231;
}
@media (max-width: 767px) {
  .voice .voice-contents .voice-content .voice-content-txt .--annotation {
    font-size: 1.8604651163vw;
  }
}
@media (max-width: 767px) {
  .voice .voice-contents .voice-content .voice-content-txt {
    margin-top: initial;
  }
}
.voice .voice-contents .voice-content .voice-content-txt p {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 400;
}
@media (max-width: 767px) {
  .voice .voice-contents .voice-content .voice-content-txt p {
    font-size: 2.7906976744vw;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
.voice .voice-contents .voice-content .voice-content-txt p .mark {
  background: transparent;
  color: #FF6B00;
}
.voice .voice-contents .voice-content .voice-content-txt p.caution {
  font-size: 16px;
  position: relative;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media (max-width: 767px) {
  .voice .voice-contents .voice-content .voice-content-txt p.caution {
    font-size: 3.7209302326vw;
  }
}
.voice .voice-contents .voice-content .voice-content-txt p.caution::before {
  position: relative;
  content: "※";
}

/* step
---------------*/
.step {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .step {
    margin-bottom: 3.488372093vw;
  }
}
.step .step-inner {
  max-width: 780px;
}
.step .step-subtitle {
  font-size: 26px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto 10px;
  position: relative;
}
@media (max-width: 767px) {
  .step .step-subtitle {
    font-size: 3.9534883721vw;
    margin-bottom: 0;
    line-height: 1;
  }
}
.step .step-subtitle::before {
  position: absolute;
  content: "";
  background: transparent url(../img/accent01.png) no-repeat center center/contain;
  width: 26px;
  height: 25px;
  left: -61px;
  bottom: 8px;
}
@media (max-width: 767px) {
  .step .step-subtitle::before {
    background: transparent url(../img/accent03.png) no-repeat center center/contain;
    width: 4.0697674419vw;
    height: 5.2325581395vw;
    left: -6.976744186vw;
    bottom: -0.5813953488vw;
  }
}
.step .step-subtitle::after {
  position: absolute;
  content: "";
  background: transparent url(../img/accent02.png) no-repeat center center/contain;
  width: 26px;
  height: 25px;
  right: -61px;
  bottom: 8px;
}
@media (max-width: 767px) {
  .step .step-subtitle::after {
    background: transparent url(../img/accent04.png) no-repeat center center/contain;
    width: 4.0697674419vw;
    height: 5.2325581395vw;
    right: -6.976744186vw;
    bottom: -0.5813953488vw;
  }
}
.step .step-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .step .step-title {
    font-size: 4.7906976744vw;
    margin-bottom: 1.7441860465vw;
    line-height: 1;
  }
}
.step .step-title span {
  font-size: 42px;
  position: relative;
}
@media (max-width: 767px) {
  .step .step-title span {
    font-size: 12.6744186047vw;
    line-height: 1;
  }
}
.step .step-title span::after {
  position: absolute;
  content: "";
  background: transparent url(../img/step_accent.png) no-repeat center center/contain;
  width: 26px;
  height: 10px;
  left: 27px;
  top: 5px;
}
@media (max-width: 767px) {
  .step .step-title span::after {
    width: 7.3255813953vw;
    height: 3.3720930233vw;
    left: 8.7209302326vw;
    top: 5.2325581395vw;
  }
}
.step .step-contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  counter-reset: stepCounter;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .step .step-contents {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .step .step-contents {
    gap: 3.488372093vw;
  }
}
.step .step-contents .step-content {
  position: relative;
  counter-increment: stepCounter;
  width: 100%;
}
.step .step-contents .step-content:nth-child(1) {
  background: #E5F5FD;
}
@media (min-width: 768px) {
  .step .step-contents .step-content:nth-child(1) .step-img {
    width: 16.5972222222vw;
  }
}
@media (min-width: 1140px) {
  .step .step-contents .step-content:nth-child(1) .step-img {
    width: 239px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content:nth-child(1) .step-img {
    width: 40.5813953488vw;
  }
}
.step .step-contents .step-content:nth-child(2) {
  background: #A5DAF5;
}
@media (min-width: 768px) {
  .step .step-contents .step-content:nth-child(2) .step-img {
    width: 8.75vw;
  }
}
@media (min-width: 1140px) {
  .step .step-contents .step-content:nth-child(2) .step-img {
    width: 126px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content:nth-child(2) .step-img {
    width: 21.3953488372vw;
  }
}
.step .step-contents .step-content:nth-child(3) {
  background: #83CAEF;
}
@media (min-width: 768px) {
  .step .step-contents .step-content:nth-child(3) .step-img {
    width: 16.6666666667vw;
  }
}
@media (min-width: 1140px) {
  .step .step-contents .step-content:nth-child(3) .step-img {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content:nth-child(3) .step-img {
    width: 40.4651162791vw;
  }
}
.step .step-contents .step-content .step-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .step .step-contents .step-content .step-top {
    padding: 1.1111111111vw 0 1.1111111111vw 27.8947368421%;
  }
}
@media (min-width: 1140px) {
  .step .step-contents .step-content .step-top {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content .step-top {
    padding: 1.8604651163vw 0 1.8604651163vw 27.9069767442vw;
  }
}
.step .step-contents .step-content .step-top.is-open::after {
  transform: rotate(180deg);
}
.step .step-contents .step-content .step-top::after {
  content: "";
  position: absolute;
  background: url(../img/ico_arrow_02.png) no-repeat center center/100% auto;
  aspect-ratio: 3/2;
  min-width: 0;
}
@media (min-width: 768px) {
  .step .step-contents .step-content .step-top::after {
    top: 44px;
    right: 9.1228070175%;
    width: 2.5vw;
  }
}
@media (min-width: 1140px) {
  .step .step-contents .step-content .step-top::after {
    width: 36px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content .step-top::after {
    top: 6.3953488372vw;
    right: 2.7906976744vw;
    width: 4.1860465116vw;
  }
}
.step .step-contents .step-content .step-number {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  margin: auto 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .step .step-contents .step-content .step-number {
    left: 11%;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content .step-number {
    left: 3.2558139535vw;
  }
}
.step .step-contents .step-content .step-number::before {
  content: "STEP";
}
@media (min-width: 768px) {
  .step .step-contents .step-content .step-number::before {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content .step-number::before {
    font-size: 3.7209302326vw;
  }
}
.step .step-contents .step-content .step-number::after {
  content: counter(stepCounter);
  font-weight: 900;
  color: #004EA2;
}
@media (min-width: 768px) {
  .step .step-contents .step-content .step-number::after {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content .step-number::after {
    font-size: 11.1627906977vw;
  }
}
.step .step-contents .step-content .step-content-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #004EA2;
  background: #fff;
}
@media (min-width: 768px) {
  .step .step-contents .step-content .step-content-title {
    font-size: 2.7777777778vw;
    border-radius: 5.5555555556vw;
    width: 76.0340632603%;
    height: 68px;
    font-size: 27px;
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content .step-content-title {
    font-size: 4.6511627907vw;
    border-radius: 9.3023255814vw;
    width: 46.511627907vw;
    height: 11.6279069767vw;
  }
}
@media (min-width: 768px) {
  .step .step-contents .step-content .step-content-body {
    padding: 2.7777777778vw 0 PC(27);
  }
}
@media (min-width: 1140px) {
  .step .step-contents .step-content .step-content-body {
    padding: 40px 0 27px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content .step-content-body {
    padding: 4.6511627907vw 0;
  }
}
@media (min-width: 768px) {
  .step .step-contents .step-content .step-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.step .step-contents .step-content .step-content-txt {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .step .step-contents .step-content .step-content-txt {
    font-size: 2.5vw;
    font-size: 24px;
    margin-bottom: 1.3888888889vw;
  }
}
@media (min-width: 1140px) {
  .step .step-contents .step-content .step-content-txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .step .step-contents .step-content .step-content-txt {
    font-size: 3.7209302326vw;
    margin-bottom: 3.488372093vw;
  }
}
.step .step-contents .step-content .step-content-txt span {
  font-weight: bold;
}
.step .step-contents .step-content .step-img {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .step .step-contents .step-content .step-img {
    margin: 0 auto;
  }
}

.marker {
  background: linear-gradient(to bottom, transparent, transparent 40%, rgba(254, 223, 5, 0.7) 40%, rgba(254, 223, 5, 0.7));
}

.application-btn {
  display: block;
  transition-duration: 0.5s;
  max-width: 368px;
  margin-inline: auto;
}
.application-btn:hover {
  transition-duration: 0.5s;
  transform: scale(1.05);
  opacity: 0.6;
}

/* header
--------------------------*/
.header {
  width: 100%;
}
@media (max-width: 767px) {
  .header {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.3888888889vw;
  }
}
@media (min-width: 768px) {
  .header.fixed {
    background: #004EA2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media (max-width: 767px) {
  .header.fixed {
    display: none;
  }
}
@media (min-width: 768px) {
  .header.fixed .header-btn {
    display: block;
  }
}
.header .header-title {
  position: relative;
  width: 155px;
  left: 10.4166666667vw;
  width: 10.7638888889vw;
}
@media (max-width: 767px) {
  .header .header-title {
    width: 18.6046511628vw;
    left: 3.6046511628vw;
    top: 1.976744186vw;
  }
}
.header .header-title img {
  vertical-align: middle;
}
.header .header-btn {
  display: none;
  transition-duration: 0.5s;
}
.header .header-btn:hover {
  transition-duration: 0.5s;
  transform: scale(1.05);
  opacity: 0.6;
}
@media (min-width: 768px) {
  .header .header-btn {
    width: 17.3611111111vw;
    position: relative;
    right: 10.4166666667vw;
  }
}

/* util
---------------------------*/
a {
  color: #3D3D3D;
}

/* mv
---------------------------*/
.main-visual {
  margin-top: -1.7361111111vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-visual {
    margin-top: clamp(1.625rem, 0.788rem + 3.571vi, 2.5rem);
  }
}

/* number
-------------------------------*/
.number {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .number {
    margin-bottom: initial;
    margin-top: 3.488372093vw;
  }
}
.number .number-contents {
  display: flex;
  justify-content: space-between;
}
.number .number-contents .number-content {
  overflow: hidden;
}
.number .number-contents .number-content:nth-child(1) {
  width: 58%;
}
.number .number-contents .number-content:nth-child(2) {
  width: 39%;
}
.number .number-contents .number-content .number-heading {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  background: #00A0E9;
  border: 3px solid #00A0E9;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767px) {
  .number .number-contents .number-content .number-heading {
    font-size: 4.1860465116vw;
    letter-spacing: 0.4em;
    line-height: 1;
    padding: 1.7441860465vw 1.1627906977vw 0;
    border-radius: 2.3255813953vw 2.3255813953vw 0 0;
  }
}
.number .number-contents .number-content .number-bottom {
  background: #fff;
  padding: 20px 15px 30px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  border: 3px solid #00A0E9;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .number .number-contents .number-content .number-bottom {
    font-size: 4.1860465116vw;
    padding: 3.488372093vw 2.3255813953vw 4.6511627907vw;
    border-radius: 0 0 2.3255813953vw 2.3255813953vw;
  }
}
.number .number-contents .number-content .number-bottom .month {
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 767px) {
  .number .number-contents .number-content .number-bottom .month {
    font-size: 2.7906976744vw;
  }
}
.number .number-contents .number-content .number-bottom .large {
  font-size: 40px;
}
@media (max-width: 767px) {
  .number .number-contents .number-content .number-bottom .large {
    font-size: 5.5813953488vw;
  }
}
.number .number-contents .number-content .number-bottom .medium {
  font-size: 30px;
}
@media (max-width: 767px) {
  .number .number-contents .number-content .number-bottom .medium {
    font-size: 4.1860465116vw;
  }
}

/* cv
-------------------------------*/
@media (max-width: 767px) {
  .cv {
    padding: 3.488372093vw 0;
  }
}
.cv .inner {
  max-width: 626px;
}
@media (max-width: 767px) {
  .cv .inner {
    padding: 0 5.4651162791vw;
  }
}

.cv-btn {
  text-align: center;
}
.cv-btn .cv-annotation {
  color: #FF6B00;
  font-weight: 700;
  font-size: 18.85px;
}
@media (max-width: 767px) {
  .cv-btn .cv-annotation {
    font-size: 2.5581395349vw;
  }
}
.cv-btn .cv-annotation span {
  font-size: 23.56px;
}
@media (max-width: 767px) {
  .cv-btn .cv-annotation span {
    font-size: 4.6511627907vw;
  }
}
.cv-btn .cv-annotation-white {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -22px;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  background: #fff;
  color: #FF6B00;
  font-weight: 700;
  font-size: 14px;
  padding: 0 1.2em;
  border: 1px solid #FF6B00;
  line-height: 1;
  height: 32.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cv-btn .cv-annotation-white {
    height: 28px;
    top: -18px;
    font-size: 14px;
  }
}
.cv-btn .cv-annotation-white .big {
  font-size: 20px;
}
@media (max-width: 767px) {
  .cv-btn .cv-annotation-white .big {
    font-size: 20px;
    font-size: 17.5px;
  }
}
.cv-btn .cv-annotation-white .mini {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .cv-btn .cv-annotation-white .mini {
    margin-top: 2.5px;
  }
}
.cv-btn .cv-mini {
  font-size: 11px;
  font-weight: 500;
}

/* simulation
-------------------------------*/
.simulation .simulation-txt {
  font-size: 27px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .simulation .simulation-txt {
    font-size: 3.488372093vw;
    margin-bottom: 1.7441860465vw;
  }
}
.simulation .simulation-txt span {
  font-weight: 900;
}
.simulation .simulation-txt a {
  text-decoration: underline;
}
.simulation .simulation-yazirushi {
  max-width: 451px;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .simulation .simulation-yazirushi {
    max-width: 46.511627907vw;
    margin-bottom: 4.6511627907vw;
  }
}

/* faq
-------------------------------*/
.faq {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq {
    margin-bottom: initial;
    padding-bottom: 1.1627906977vw;
  }
}
.faq .faq-inner {
  max-width: 784px;
}
.faq .faq-title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .faq .faq-title {
    font-size: 5.5813953488vw;
    margin-bottom: 5vw;
  }
}
.faq .faq-title span {
  color: #80CFF4;
  font-size: 69px;
  font-weight: 900;
  display: block;
}
@media (max-width: 767px) {
  .faq .faq-title span {
    font-size: 11.1627906977vw;
  }
}
.faq .qa-item {
  border: 3.62px solid #80CFF4;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .faq .qa-item {
    border-width: 0.6976744186vw;
    border-radius: 1.1627906977vw;
    margin-bottom: 2.3255813953vw;
  }
}
.faq .accordion-head {
  font-weight: bold;
  left: 0;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .faq .accordion-head {
    font-size: 3.7209302326vw;
    padding-right: 40px;
  }
}
.faq .accordion-head .accordion-head-inner {
  background: #80CFF4;
  border-radius: 0 0 50px 0;
  display: flex;
  align-items: center;
  padding: 12px 28px 15px;
  width: calc(100% - 52px);
}
@media (max-width: 767px) {
  .faq .accordion-head .accordion-head-inner {
    border-radius: 0 0 5.8139534884vw 0;
    padding: 3.023255814vw 6.976744186vw 3.023255814vw 2.3255813953vw;
    width: calc(100% - 1.5vw);
    align-items: flex-start;
    line-height: 1.3;
  }
}
.faq .accordion-head .q {
  color: #fff;
  margin-right: 14px;
  line-height: 1;
  font-size: 20px;
}
@media (max-width: 767px) {
  .faq .accordion-head .q {
    font-size: 4.6511627907vw;
    margin-right: 1.8604651163vw;
  }
}
.faq .accordion-body {
  display: none;
}
.faq .accordion-body.qa-table {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .faq .accordion-body.qa-table {
    padding-bottom: 4.0697674419vw;
  }
}
.faq .accordion-body.qa-table .accordion-body-in {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .faq .accordion-body.qa-table .accordion-body-in {
    padding-bottom: 1.1627906977vw;
  }
}
.faq .accordion-body-in {
  display: flex;
  padding: 21px 29px;
}
@media (max-width: 767px) {
  .faq .accordion-body-in {
    padding: 5.8139534884vw 2.3255813953vw 4.0697674419vw 2.3255813953vw;
  }
}
.faq .accordion-body-in .a {
  font-size: 20px;
  color: #80CFF4;
  font-weight: bold;
  margin-right: 19px;
  line-height: 1;
}
@media (max-width: 767px) {
  .faq .accordion-body-in .a {
    font-size: 4.6511627907vw;
    margin-right: 1.8604651163vw;
  }
}
.faq .accordion-body-in .bold {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .faq .accordion-body-in .bold {
    font-size: 3.7209302326vw;
    margin-bottom: 2.3255813953vw;
  }
}
.faq .accordion-body-in p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .faq .accordion-body-in p {
    font-size: 2.7906976744vw;
  }
}
.faq .accordion-body .faq-table {
  max-width: 987px;
  margin: 20px auto 0;
  padding: 0 75px;
}
@media (max-width: 767px) {
  .faq .accordion-body .faq-table {
    max-width: 80.6976744186vw;
    padding: initial;
  }
}
.faq .accordion-body table {
  width: 100%;
  border-collapse: collapse;
}
.faq .accordion-body table td,
.faq .accordion-body table th {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  border: 1px solid #B5B5B6;
}
@media (max-width: 767px) {
  .faq .accordion-body table td,
  .faq .accordion-body table th {
    font-size: 2.7906976744vw;
  }
}
.faq .accordion-body table th {
  background: #E5F5FD;
}
.faq .accordion-body table tr th:nth-child(1),
.faq .accordion-body table tr td:nth-child(1) {
  width: 60.2523659306%;
  padding: 10px 50px;
}
@media (max-width: 767px) {
  .faq .accordion-body table tr th:nth-child(1),
  .faq .accordion-body table tr td:nth-child(1) {
    width: 80%;
    padding: 2.6744186047vw 11.0465116279vw;
  }
}
.faq .accordion-body table tr th:nth-child(2),
.faq .accordion-body table tr td:nth-child(2) {
  width: 39.4321766562%;
  padding: 10px 50px;
}
@media (max-width: 767px) {
  .faq .accordion-body table tr th:nth-child(2),
  .faq .accordion-body table tr td:nth-child(2) {
    width: 20%;
    padding: 2.6744186047vw 5.8139534884vw;
    text-align: center;
  }
}
.faq .accordion-icon {
  position: absolute;
  background: transparent url(../img/open.png) no-repeat center center/contain;
  right: 44px;
  top: 50%;
  transform: translateY(-50%);
  width: 49px;
  height: 25px;
}
@media (max-width: 767px) {
  .faq .accordion-icon {
    width: 4.3023255814vw;
    height: 2.2093023256vw;
    right: 4.3023255814vw;
  }
}
.faq .accordion-icon.is-open {
  background-image: url(../img/close.png);
}

/* info
----------------------------*/
.info {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .info {
    margin-bottom: 5.9302325581vw;
  }
}
.info .info-inner {
  max-width: 800px;
}
@media (max-width: 767px) {
  .info .inner {
    padding: 0;
  }
}
.info .accordion .accordion-head {
  background: #004EA2;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px;
  cursor: pointer;
}
.info .accordion .accordion-head .info-title {
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .info .accordion .accordion-head .info-title {
    font-size: 5.5813953488vw;
  }
}
.info .accordion .accordion-head .accordion-icon {
  position: absolute;
  background: transparent url(../img/plus.png) no-repeat center center/contain;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .info .accordion .accordion-head .accordion-icon {
    width: 4.0697674419vw;
    height: 4.0697674419vw;
    right: 5.8139534884vw;
  }
}
.info .accordion .accordion-head .accordion-icon.is-open {
  background-image: url(../img/minus.png);
}
.info .accordion .accordion-body {
  display: none;
}
.info .accordion .accordion-body-in .accordion-item {
  font-size: 24px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item {
    font-size: 2.7906976744vw;
  }
}
.info .accordion .accordion-body-in .accordion-item:last-child dd {
  border-bottom: none;
}
.info .accordion .accordion-body-in .accordion-item dt {
  background: #EFEFEF;
  font-weight: bold;
  padding: 15px 49px;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dt {
    font-size: 4.1860465116vw;
    padding: 2.7906976744vw 3.488372093vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd {
  padding: 20px 49px;
  border-bottom: 2px solid #004EA2;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd {
    padding: 2.9069767442vw 3.488372093vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-txt {
  font-weight: 500;
}
.info .accordion .accordion-body-in .accordion-item dd .info-caution {
  font-size: 12px;
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
}
.info .accordion .accordion-body-in .accordion-item dd .info-caution.--not {
  padding-left: initial;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-caution {
    font-size: 2.3255813953vw;
    padding-left: initial;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-caution .info-caution.--not {
  padding-left: initial;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-list {
    display: grid;
    gap: 0.9302325581vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-list li {
  font-size: 20px;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-list li {
    font-size: 2.7906976744vw;
    padding-left: 4.6511627907vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-list li .bold {
  font-weight: 500;
}
.info .accordion .accordion-body-in .accordion-item dd .info-list li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #004EA2;
  border-radius: 3px;
  left: 0;
  top: 12px;
  top: 6px;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-list li::before {
    width: 1.7441860465vw;
    height: 1.7441860465vw;
    top: 1.1627906977vw;
    left: 1.7441860465vw;
    left: 0;
    border-radius: 0.3488372093vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-list li .info-sublist li {
  padding-left: 1em;
  text-indent: -1.2em;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-list li .info-sublist li {
    font-size: 2.7906976744vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-list li .info-sublist li::before {
  position: relative;
  content: "・";
  width: auto;
  height: auto;
  background: none;
  border-radius: none;
  top: 0;
  left: 0;
}
.info .accordion .accordion-body-in .accordion-item dd .info-table {
  border: 5px solid #EFEFEF;
  border-radius: 20px;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table {
    border-width: 0.5813953488vw;
    border-radius: 2.3255813953vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-table.info-table2 {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table.info-table2 {
    margin: 3.488372093vw 0;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-table .info-heading {
  border-bottom: 5px solid #EFEFEF;
  border-radius: 20px 20px 0 0;
  padding: 15px 32px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table .info-heading {
    font-size: 3.7209302326vw;
    border-width: 0.5813953488vw;
    border-radius: 2.3255813953vw 2.3255813953vw 0 0;
    padding: 2.3255813953vw 3.488372093vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom {
  background: #fff;
  padding: 25px 35px;
  border-radius: 0 0 20px 20px;
}
.info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom.--border-radius {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom {
    font-size: 4.1860465116vw;
    border-radius: 0 0 2.3255813953vw 2.3255813953vw;
    padding: 3.488372093vw 5.8139534884vw;
  }
}
@media (min-width: 768px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner {
    display: flex;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner .info-bottom-col {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
}
@media (min-width:768px) and (max-width: 991px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner .info-bottom-col {
    width: 100%;
    margin-right: 0;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner .info-bottom-col:nth-child(2n) {
  margin-right: 0;
}
.info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner .info-bottom-col .info-table-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 31px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner .info-bottom-col .info-table-list li {
    font-size: 2.7906976744vw;
    margin-bottom: 1.1627906977vw;
    padding-left: 5.3488372093vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner .info-bottom-col .info-table-list li::before {
  position: absolute;
  content: "";
  width: 6.7px;
  height: 6.7px;
  background: #B5B5B6;
  border-radius: 2px;
  left: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner .info-bottom-col .info-table-list li::before {
    width: 1.1627906977vw;
    height: 1.1627906977vw;
    top: 2.3255813953vw;
    left: 0;
    border-radius: 0.3488372093vw;
  }
}
.info .accordion .accordion-body-in .accordion-item dd .info-table .info-bottom .info-bottom-inner .info-bottom-col .info-table-list li:last-child {
  margin-bottom: 0;
}

/* application
----------------------------*/
.application {
  background: rgba(0, 160, 233, 0.2);
  padding-top: 70px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .application {
    padding-top: 6.511627907vw;
    padding-bottom: 5.8139534884vw;
  }
}
.application .inner {
  max-width: 869px;
}
@media (max-width: 767px) {
  .application .inner {
    padding-left: 6.0465116279vw;
    padding-right: 6.0465116279vw;
  }
}
.application .application-title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  border-bottom: dotted 6px #004EA2;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .application .application-title {
    font-size: 5.8139534884vw;
    margin-bottom: 2.6744186047vw;
  }
}
.application .application-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .application .application-tel {
    margin-bottom: 2.5581395349vw;
  }
}
.application .application-tel img {
  width: 132px;
}
@media (max-width: 767px) {
  .application .application-tel img {
    width: 15.8139534884vw;
  }
}
.application .application-tel .application-tel-inner {
  line-height: 1.1;
}
.application .application-tel .application-tel-inner a {
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: block;
}
@media (max-width: 767px) {
  .application .application-tel .application-tel-inner a {
    font-size: 7.6744186047vw;
  }
}
.application .application-tel .application-tel-inner .application-tel-txt {
  font-size: 26px;
}
@media (max-width: 767px) {
  .application .application-tel .application-tel-inner .application-tel-txt {
    font-size: 3.9534883721vw;
  }
}
.application .application-time {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.095em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .application .application-time {
    font-size: 3.9534883721vw;
  }
}
.application .application-caution {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.095em;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .application .application-caution {
    font-size: 3.7209302326vw;
    margin-bottom: 3.488372093vw;
  }
}
.application .application-inner {
  background: #fff;
  padding: 15px;
}
@media (max-width: 767px) {
  .application .application-inner {
    padding: 4.0697674419vw;
  }
}
.application .application-inner .application-list {
  width: fit-content;
  margin: 0 auto;
}
.application .application-inner .application-list li {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .application .application-inner .application-list li {
    font-size: 3.9534883721vw;
    margin-bottom: 1.3953488372vw;
    padding-left: 5vw;
  }
}
.application .application-inner .application-list li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 30px;
  border-color: transparent transparent transparent #FFEC4A;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .application .application-inner .application-list li:before {
    border-width: 2vw 0 2vw 3.5vw;
  }
}

/* footer
----------------------------*/
footer {
  letter-spacing: 0.02em;
  line-height: 1.4285714286;
  padding-top: 29px;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
  footer {
    line-height: 1.4;
    padding-top: 2.7906976744vw;
    padding-bottom: 25vw;
  }
}
footer .footer-title {
  width: 200px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footer-title {
    width: 24.4186046512vw;
    margin-bottom: 2.9069767442vw;
  }
}
footer .footer-subtitle {
  font-size: 19px;
  font-weight: 700;
}
@media (max-width: 767px) {
  footer .footer-subtitle {
    font-size: 3.7209302326vw;
  }
}
footer .footer-txt {
  font-size: 19px;
}
@media (max-width: 767px) {
  footer .footer-txt {
    font-size: 3.7209302326vw;
  }
}
footer .footer-copyright {
  text-align: center;
  font-weight: 350;
  font-size: 14px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  footer .footer-copyright {
    margin-top: 2.6744186047vw;
    font-size: 3.023255814vw;
  }
}

/* floating-bottom
------------------------*/
.floating-bottom {
  z-index: 100;
  bottom: 1vw;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}

/* 診断ボタン
------------------------*/
#moshicalp_5s,
#moshicalp_hensai {
  pointer-events: none;
}
#moshicalp_5s.active,
#moshicalp_hensai.active {
  pointer-events: auto;
}

.judge__button button {
  background: #B5B5B6;
  border-radius: 13px;
  width: 203px;
  min-height: 66.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32.67px;
  font-weight: 700;
  color: #FFF;
  box-shadow: 0px 2.61px 2.61px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .judge__button button {
    width: 36.1627906977vw;
    font-size: 5.8139534884vw;
    min-height: 11.8604651163vw;
  }
}
.judge__button button .letter-spacing {
  letter-spacing: -0.25em;
}
.judge__button button.active {
  background: #FFB726;
}
.judge__button button .--mini {
  letter-spacing: initial;
  font-size: 20.91px;
  font-weight: 500;
  margin-top: 10px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .judge__button button .--mini {
    font-size: 3.7209302326vw;
    margin-top: 7px;
    margin-right: 2px;
  }
}

.inner.--mini {
  max-width: 800px;
}

.feature-content {
  padding-top: 26px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .feature-content {
    padding-top: initial;
    padding-bottom: initial;
    min-height: 16.2790697674vw;
  }
}

.feature-content-inner {
  display: grid;
  gap: 31px;
  padding: 20px 49px 49px 49px;
}
@media (max-width: 767px) {
  .feature-content-inner {
    padding: 0 5.1162790698vw 5.9302325581vw;
    gap: 2.9069767442vw;
  }
}

.feature-description {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .feature-description {
    font-size: 2.7906976744vw;
  }
}
.feature-description .--orange {
  color: #FF6B00;
  font-weight: 700;
}
.feature-description .--bold {
  font-weight: 700;
}

.feature-wrapper {
  display: grid;
  grid-template-columns: 1fr 59%;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .feature-wrapper {
    gap: 3.488372093vw;
    grid-template-columns: 1fr;
  }
}

.feature-wrap {
  background: #FFFBDB;
  padding: 1rem 1.25rem;
}

.feature-sub {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .feature-sub {
    font-size: 2.3255813953vw;
  }
}

.feature-label {
  display: flex;
  gap: 9.5px;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .feature-label {
    gap: 1.6279069767vw;
  }
}
.feature-label span {
  background: #00A0E9;
  color: #fff;
  min-height: 26px;
  display: grid;
  place-items: center;
  padding: 0 9px;
  width: fit-content;
  font-weight: 900;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .feature-label span {
    font-size: 2.7906976744vw;
    min-height: 4.6511627907vw;
    padding: 0 1.6279069767vw;
  }
}
.feature-label span::after {
  background: #00A0E9;
  position: absolute;
  content: "";
  width: 20px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 90%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.feature-formulas {
  font-size: clamp(0.937rem, 0.652rem + 0.595vi, 1.187rem);
  font-weight: 900;
  display: flex;
  margin-left: 15px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .feature-formulas {
    font-size: 3.2558139535vw;
    margin-left: 3.488372093vw;
    margin-top: 2.7906976744vw;
    align-items: center;
  }
}
.feature-formulas .--mini {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 767px) {
  .feature-formulas .--mini {
    font-size: 2.6744186047vw;
  }
}
.feature-formulas .--total {
  color: #FF6B00;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .feature-formulas .--total {
    font-size: 3.2558139535vw;
  }
}
.feature-formulas .--total .--big {
  font-size: clamp(1.375rem, 1.089rem + 0.595vi, 1.625rem);
}
@media (max-width: 767px) {
  .feature-formulas .--total .--big {
    font-size: 4.6511627907vw;
  }
}

.feature-content-inner.--second {
  display: grid;
  grid-template-columns: 18.7142857143% 1fr;
  gap: 36px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 7px;
}
@media (max-width: 767px) {
  .feature-content-inner.--second {
    grid-template-columns: 30.2325581395vw 1fr;
    gap: initial;
    align-items: flex-start;
    padding-top: initial;
    padding-bottom: 3.2558139535vw;
  }
  .feature-content-inner.--second .feature-description {
    margin-left: -1.7441860465vw;
    margin-left: -8.5px;
  }
}

.feature-content-inner.--third {
  grid-template-columns: 1fr;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .feature-content-inner.--third {
    padding-bottom: 4.7674418605vw;
  }
}

.section-title {
  text-align: center;
  background: #004EA2;
  width: fit-content;
  margin-inline: auto;
  padding: 0 37px;
  min-height: 51px;
  display: grid;
  place-items: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  min-width: 450px;
}
@media (max-width: 767px) {
  .section-title {
    width: 62.5%;
    font-size: 3.7209302326vw;
    min-width: 250px;
    padding: 0 21px;
    min-height: 6.7441860465vw;
  }
}

.section-title::after {
  position: absolute;
  content: "";
  background: #004EA2;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 40%;
  z-index: -1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 767px) {
  .section-title::after {
    width: 6.511627907vw;
    height: 6.511627907vw;
  }
}

.other {
  padding: 65px 0 30px;
}
@media (max-width: 767px) {
  .other {
    padding: 5.8139534884vw 0;
  }
}

.other-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 700px;
  gap: 30px;
  margin-inline: auto;
  margin-top: 36px;
}
@media (max-width: 767px) {
  .other-items {
    gap: 1.2790697674vw;
    margin-top: 4.4186046512vw;
  }
}

.other-item {
  aspect-ratio: 1/1;
  background: #E1F5FF;
  border-radius: 50%;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .other-item {
    padding-top: 5.3488372093vw;
  }
}

.other-text {
  font-size: clamp(1.25rem, 1.107rem + 0.298vi, 1.375rem);
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .other-text {
    font-size: 3.023255814vw;
  }
}
.other-text span {
  font-weight: 900;
}

.other-icon {
  text-align: center;
  max-width: 100%;
  width: 121px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .other-icon {
    width: 8.75rem;
    width: 16.2790697674vw;
    aspect-ratio: 140/136;
  }
}
.other-icon img {
  height: auto;
}

.other-item:nth-child(2) .other-icon {
  width: 108px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .other-item:nth-child(2) .other-icon {
    width: 14.5348837209vw;
    aspect-ratio: 125/97;
  }
}

.other-item:nth-child(3) .other-icon {
  width: 106px;
}
@media (max-width: 767px) {
  .other-item:nth-child(3) .other-icon {
    width: 14.1860465116vw;
    aspect-ratio: 1/1;
  }
}

.other-bottom {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .other-bottom {
    font-size: 3.488372093vw;
  }
}

.text-underline {
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.text-underline::after {
  position: absolute;
  content: "";
  background: #FFE949;
  width: 100%;
  height: 9px;
  left: 0;
  top: 80%;
  z-index: -1;
}
@media (max-width: 767px) {
  .text-underline::after {
    height: 1.3953488372vw;
  }
}

.judge-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 767px) {
  .judge-container {
    grid-template-columns: 1fr;
  }
}

.cta-btn {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .cta-btn .sp {
    font-size: 2.3255813953vw;
  }
}

.repayment-annotation {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .repayment-annotation {
    font-size: 2.3255813953vw;
    margin-top: 3.488372093vw;
  }
}

.judge__button.repayment__button button {
  width: 405px;
}
@media (max-width: 767px) {
  .judge__button.repayment__button button {
    width: 67.4418604651vw;
    font-size: 5.5813953488vw;
  }
}
@media (max-width: 767px) {
  .judge__button.repayment__button button .--mini {
    font-size: 3.488372093vw;
  }
}

.shindan#repayment {
  margin-bottom: initial;
}
@media (max-width: 767px) {
  .shindan#repayment {
    margin-top: 5.8139534884vw;
  }
}

.shindan-first {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .shindan-first {
    margin-top: initial;
  }
}

#js_borrowed_amount_result_area .borrowed_amount_result_area-top {
  font-size: 20px;
}
@media (max-width: 767px) {
  #js_borrowed_amount_result_area .borrowed_amount_result_area-top {
    font-size: 2.7906976744vw;
  }
}

.repayment-btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .repayment-btn {
    margin-top: 4.6511627907vw;
  }
}
.repayment-btn a {
  margin-bottom: initial;
}

.repayment-btn a::after,
.repayment-btn a::before {
  display: none;
}

.cta-fixed {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
  display: none;
}
@media (max-width: 767px) {
  .cta-fixed {
    width: 90%;
  }
}

.voice-top {
  font-size: 2.7906976744vw;
  line-height: 1.5;
  text-align: center;
  margin-top: 5.5813953488vw;
}

@media (max-width: 767px) {
  #chBbn {
    line-height: 1.4;
  }
}

.number-annotation {
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .number-annotation {
    font-size: 2.3255813953vw;
    margin-top: 1.7441860465vw;
  }
}

/*# sourceMappingURL=style.css.map */
