/* reset */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
  overflow: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5rem;
}

img {
  width: 100%;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

template,
[hidden] {
  display: none;
}

/* Page style CSS */
* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0px;
  padding: 0px;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic StdN", YuGothic, "Yu Gothic Medium", "YuGothic Medium", "Yu Gothic", sans-serif;
  font-size: 62.5%;
  font-kerning: normal;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnimeScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  25% {
    opacity: 1;
    transform: scale(1.4);
  }
  50% {
    opacity: 1;
    transform: scale(0.9);
  }
  75% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fv {
  position: relative;
}
.fv_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: min(66px, 6vw) 0 min(25px, 2.2727272727vw);
  background: url(../img/fv_bg.png) no-repeat;
  background-position: bottom 11px center;
  background-size: 1930px;
}
@media (min-width: 1930px) {
  .fv_inner {
    padding: 66px 0 25px;
    background-size: 100%;
  }
}
@media (max-width: 1200px) {
  .fv_inner {
    padding: 100px 0 25px;
    background-size: 156%;
  }
}
.fv_logo {
  width: 193px;
  position: absolute;
  top: 34px;
  left: 33px;
  z-index: 999;
}
@media (min-width: 1930px) {
  .fv_logo {
    left: calc(50% - 930px);
  }
}
.fv_img {
  width: min(954px, 86.7272727273vw);
  position: relative;
  left: calc(50% - min(503px, 45.7272727273vw));
  z-index: 99;
}
.fv_bottom {
  background: #e70012;
}
.fv_bottom_inner {
  position: relative;
  padding: min(30px, 2.7272727273vw) 0 min(26px, 2.3636363636vw);
}
.fv_bottom_inner::before {
  content: "";
  display: block;
  background: url(../img/cta_btn-men.png) no-repeat;
  background-size: cover;
  width: min(284px, 25.8181818182vw);
  height: min(350px, 31.8181818182vw);
  position: absolute;
  bottom: max(-2px, -0.1818181818vw);
  left: calc(50% - min(627px, 57vw));
}
.fv_bottom_inner::after {
  content: "";
  display: block;
  background: url(../img/cta_btn-women.png) no-repeat;
  background-size: cover;
  width: min(265px, 24.0909090909vw);
  height: min(330px, 30vw);
  position: absolute;
  bottom: max(-1px, -0.0909090909vw);
  left: calc(50% + min(327px, 29.7272727273vw));
}
.fv_bottom_text01 {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #fff;
  font-size: min(26px, 2.3636363636vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.fv_bottom_link {
  display: block;
  width: min(562px, 51.0909090909vw);
  margin: 20px auto 0;
}
.fv_bottom_link:hover {
  opacity: 0.9;
}

@media screen and (max-width: 750px) {
  .fv_inner {
    width: 100%;
    padding: 0;
    background: none;
  }
  .fv_logo {
    width: min(174px, 23.2vw);
    top: min(27px, 3.6vw);
    left: min(17px, 2.2666666667vw);
  }
  .fv_img {
    width: 100%;
    position: relative;
    left: auto;
    z-index: 99;
  }
  .fv_bottom {
    background: #e70012;
    margin: min(43px, 5.7333333333vw) auto 0;
  }
  .fv_bottom_inner {
    position: relative;
    padding: 0 0 min(36px, 4.8vw);
  }
  .fv_bottom_inner::before {
    width: min(163px, 21.7333333333vw);
    height: min(201px, 26.8vw);
    position: absolute;
    bottom: min(170px, 22.6666666667vw);
    left: max(-19px, -2.5333333333vw);
  }
  .fv_bottom_inner::after {
    width: min(159px, 21.2vw);
    height: min(198px, 26.4vw);
    bottom: min(170px, 22.6666666667vw);
    left: auto;
    right: max(-9px, -1.2vw);
  }
  .fv_bottom_text01 {
    color: #e70012;
    font-size: min(26px, 3.4666666667vw);
    padding: min(32px, 4.2666666667vw) 0;
    background: #e4f1ff;
  }
  .fv_bottom_link {
    width: min(560px, 74.6666666667vw);
    margin: min(36px, 4.8vw) auto 0;
  }
}
.kinricp {
  position: relative;
}
.kinricp_inner {
  position: relative;
  background: url(../img/loan_kinri_cp-bg.png) no-repeat;
  background-position: top 51px center;
  background-size: 1930px;
  padding: min(101px, 6.0119047619vw) 0 min(72px, 4.2857142857vw);
}
@media (min-width: 1930px) {
  .kinricp_inner {
    background-size: 100%;
  }
}
@media (max-width: 1680px) {
  .kinricp_inner {
    background-size: 124%;
  }
}
.kinricp_img {
  width: min(1512px, 90vw);
  position: relative;
  left: calc(50% - min(812px, 48.3333333333vw));
}

@media screen and (max-width: 750px) {
  .kinricp {
    position: relative;
  }
  .kinricp_inner {
    position: relative;
    background: url(../img/loan_kinri_cp-bg-sp.png) no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: min(81px, 10.8vw) 0 min(101px, 13.4666666667vw);
  }
  .kinricp_img {
    width: min(645px, 86vw);
    margin: 0 auto;
    position: relative;
    left: 0;
  }
}
.intro {
  background: #fff;
}
.intro_inner {
  position: relative;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 0 min(121px, 9.453125vw);
}
.intro_ttl {
  width: min(627px, 48.984375vw);
  margin: 0 auto;
  padding: min(30px, 2.34375vw) 0 0;
}
.intro_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(53px, 4.140625vw) min(42px, 3.28125vw);
  width: 100%;
  margin: min(80px, 6.25vw) auto 0;
}
.intro_item {
  width: min(250px, 20.8333333333vw);
  height: min(250px, 20.8333333333vw);
  background: #edf6ff;
  border-radius: 20px;
  padding: 0 0 min(24px, 1.875vw);
  display: flex;
  flex-direction: column;
}
.intro_item_text {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #e70012;
  font-size: min(22px, 1.71875vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4545454545;
  text-align: center;
  margin: auto 0 0;
}
.intro_item_icon-football {
  width: min(126px, 9.84375vw);
  margin: min(21px, 1.640625vw) auto 0;
}
.intro_item_icon-note {
  width: min(125px, 9.765625vw);
  margin: min(24px, 1.875vw) auto 0 min(73px, 5.703125vw);
}
.intro_item_icon-entry {
  width: min(139px, 10.859375vw);
  margin: min(38px, 2.96875vw) auto 0 min(55px, 4.296875vw);
}
.intro_item_icon-trip {
  width: min(103px, 8.046875vw);
  margin: min(16px, 1.25vw) auto 0 min(73px, 5.703125vw);
}
.intro_item_icon-truck {
  width: min(136px, 10.625vw);
  margin: min(39px, 3.046875vw) auto 0 min(57px, 4.453125vw);
}
.intro_item_icon-remittance {
  width: min(122px, 9.53125vw);
  margin: min(26px, 2.03125vw) auto 0 min(64px, 5vw);
}
.intro_item_icon-bill {
  width: min(135px, 10.546875vw);
  margin: min(39px, 3.046875vw) auto 0;
}
.intro_topics {
  width: min(1237px, 96.640625vw);
  margin: min(95px, 7.421875vw) 0 0;
  position: relative;
  left: calc(50% - min(638px, 49.84375vw));
}

@media screen and (max-width: 750px) {
  .intro_inner {
    position: relative;
    width: 100%;
    padding: 0 0 min(78px, 10.4vw);
  }
  .intro_ttl {
    width: min(618px, 82.4vw);
    margin: 0 auto;
    padding: 0;
  }
  .intro_list {
    gap: min(26px, 3.4666666667vw) min(19px, 2.5333333333vw);
    width: 100%;
    margin: min(56px, 7.4666666667vw) auto 0;
  }
  .intro_item {
    width: min(214px, 28.5333333333vw);
    height: auto;
    padding: 0 0 min(26px, 3.4666666667vw);
  }
  .intro_item:nth-of-type(1) {
    margin: 0 0 0 min(80px, 10.6666666667vw);
  }
  .intro_item:nth-of-type(2) {
    margin: 0 min(80px, 10.6666666667vw) 0 0;
  }
  .intro_item_text {
    font-size: min(18px, 2.4vw);
    line-height: 1.4444444444;
  }
  .intro_item_icon-football {
    width: min(101px, 13.4666666667vw);
    margin: min(24px, 3.2vw) auto min(11px, 1.4666666667vw);
  }
  .intro_item_icon-note {
    width: min(101px, 13.4666666667vw);
    margin: min(20px, 2.6666666667vw) auto min(13px, 1.7333333333vw);
  }
  .intro_item_icon-entry {
    width: min(112px, 14.9333333333vw);
    margin: min(31px, 4.1333333333vw) auto min(17px, 2.2666666667vw);
  }
  .intro_item_icon-trip {
    width: min(83px, 11.0666666667vw);
    margin: min(14px, 1.8666666667vw) auto min(11px, 1.4666666667vw);
  }
  .intro_item_icon-truck {
    width: min(110px, 14.6666666667vw);
    margin: min(32px, 4.2666666667vw) auto min(27px, 3.6vw);
  }
  .intro_item_icon-remittance {
    width: min(99px, 13.2vw);
    margin: min(20px, 2.6666666667vw) auto min(18px, 2.4vw);
  }
  .intro_item_icon-bill {
    width: min(110px, 14.6666666667vw);
    margin: min(26px, 3.4666666667vw) auto min(29px, 3.8666666667vw);
  }
  .intro_topics {
    width: min(694px, 92.5333333333vw);
    margin: min(40px, 5.3333333333vw) 0 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.reason {
  background: rgba(231, 0, 18, 0.17);
}
.reason_inner {
  width: min(1003px, 91.1818181818vw);
  margin: 0 auto;
  padding: min(106px, 9.6363636364vw) 0 min(136px, 12.3636363636vw);
}
.reason_list {
  width: 100%;
  margin: min(81px, 7.3636363636vw) auto 0;
}
.reason_ttl {
  width: min(565px, 51.3636363636vw);
  margin: 0 auto;
}
.reason_item {
  background: #fff;
  margin: 0 0 min(53px, 4.8181818182vw);
  padding: 0 0 min(65px, 5.9090909091vw);
  display: flex;
  border-radius: 52px;
  border: 1px solid #fff;
  filter: drop-shadow(11px 12px 0px rgb(231, 0, 18));
}
.reason_item:nth-of-type(2) {
  padding: 0 0 min(39px, 3.5454545455vw);
}
.reason_item:nth-of-type(3) {
  margin: 0;
  padding: 0 0 min(72px, 6.5454545455vw);
}
.reason_item_left {
  width: min(291px, 26.4545454545vw);
}
.reason_item_subttl01 {
  width: min(164px, 14.9090909091vw);
  margin: min(64px, 5.8181818182vw) 0 0 min(53px, 4.8181818182vw);
}
.reason_item_subttl02 {
  width: min(162px, 14.7272727273vw);
  margin: min(68px, 6.1818181818vw) 0 0 min(53px, 4.8181818182vw);
}
.reason_item_subttl03 {
  width: min(185px, 16.8181818182vw);
  margin: min(74px, 6.7272727273vw) 0 0 min(53px, 4.8181818182vw);
}
.reason_item_right {
  width: min(640px, 58.1818181818vw);
  margin: min(78px, 7.0909090909vw) 0 0 0;
}
.reason_item_text {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #262626;
  font-size: min(24px, 2.1818181818vw);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
  margin: min(46px, 4.1818181818vw) 0 0;
}
.reason_item_note {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #666666;
  font-size: min(13px, 1.1818181818vw);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3846153846;
  text-align: left;
  margin: min(20px, 1.8181818182vw) 0 0;
}
.reason_item_img {
  width: 100%;
  margin: min(26px, 2.3636363636vw) 0 0;
}

@media screen and (max-width: 750px) {
  .reason_inner {
    width: 100%;
    margin: 0 auto;
    padding: min(52px, 6.9333333333vw) min(35px, 4.6666666667vw) min(105px, 14vw) min(28px, 3.7333333333vw);
  }
  .reason_list {
    width: 100%;
    margin: min(52px, 6.9333333333vw) auto 0;
  }
  .reason_ttl {
    width: min(406px, 54.1333333333vw);
    margin: 0 auto;
  }
  .reason_item {
    background: #fff;
    margin: 0 0 min(36px, 4.8vw);
    padding: min(42px, 5.6vw) 0 min(57px, 7.6vw) min(46px, 6.1333333333vw);
    display: block;
    border-radius: 36px;
    border: 1px solid #fff;
    filter: drop-shadow(5px 6px 0px rgb(231, 0, 18));
  }
  .reason_item:nth-of-type(2) {
    padding: min(42px, 5.6vw) 0 min(65px, 8.6666666667vw) min(46px, 6.1333333333vw);
  }
  .reason_item:nth-of-type(3) {
    margin: 0;
    padding: min(42px, 5.6vw) 0 min(46px, 6.1333333333vw) min(46px, 6.1333333333vw);
  }
  .reason_item_right {
    width: 100%;
    margin: 0;
  }
  .reason_item_ttl {
    width: min(603px, 80.4vw);
  }
  .reason_item_text {
    font-family: YakuHanJP, "Noto Sans JP";
    color: #262626;
    font-size: min(22px, 2.9333333333vw);
    line-height: 1.7272727273;
    text-align: left;
    margin: min(20px, 2.6666666667vw) 0 0;
    width: min(620px, 82.6666666667vw);
  }
  .reason_item_note {
    font-size: min(12px, 1.6vw);
    line-height: 1.5;
    text-align: left;
    margin: min(18px, 2.4vw) 0 0;
    width: min(620px, 82.6666666667vw);
  }
  .reason_item_img {
    width: min(601px, 80.1333333333vw);
    margin: min(22px, 2.9333333333vw) 0 0;
  }
}
.btnArea {
  background: #e70012;
}
.btnArea_inner {
  position: relative;
  padding: min(30px, 2.7272727273vw) 0 min(26px, 2.3636363636vw);
}
.btnArea_inner::before {
  content: "";
  display: block;
  background: url(../img/cta_btn-men.png) no-repeat;
  background-size: cover;
  width: min(191px, 17.3636363636vw);
  height: min(236px, 21.4545454545vw);
  position: absolute;
  bottom: max(-2px, -0.1818181818vw);
  left: calc(50% - min(521px, 47.3636363636vw));
}
.btnArea_inner::after {
  content: "";
  display: block;
  background: url(../img/cta_btn-women.png) no-repeat;
  background-size: cover;
  width: min(178px, 16.1818181818vw);
  height: min(223px, 20.2727272727vw);
  position: absolute;
  bottom: max(-1px, -0.0909090909vw);
  left: calc(50% + min(330px, 30vw));
}
.btnArea_text01 {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #fff;
  font-size: min(26px, 2.3636363636vw);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.btnArea_link {
  display: block;
  width: min(560px, 50.9090909091vw);
  margin: 20px auto 0;
}
.btnArea_link:hover {
  opacity: 0.9;
}

@media screen and (max-width: 750px) {
  .btnArea_inner {
    padding: min(28px, 3.7333333333vw) 0 min(30px, 4vw);
  }
  .btnArea_inner::before {
    width: min(148px, 19.7333333333vw);
    height: min(184px, 24.5333333333vw);
    bottom: min(19px, 2.5333333333vw);
    left: min(13px, 1.7333333333vw);
  }
  .btnArea_inner::after {
    width: min(138px, 18.4vw);
    height: min(174px, 23.2vw);
    bottom: min(19px, 2.5333333333vw);
    left: auto;
    right: min(20px, 2.6666666667vw);
  }
  .btnArea_text01 {
    font-size: min(22px, 2.9333333333vw);
  }
  .btnArea_link {
    display: block;
    width: min(408px, 54.4vw);
    margin: min(26px, 3.4666666667vw) auto 0;
  }
}
.money {
  background: #ffc952;
  padding: min(64px, 5.8181818182vw) 0 min(62px, 5.6363636364vw);
}
.money_inner {
  width: min(1000px, 90.9090909091vw);
  height: min(666px, 60.5454545455vw);
  background: url(../img/money_cnt_bg.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.money_ttl {
  width: min(799px, 72.6363636364vw);
  margin: 0 auto;
  padding: min(135px, 12.2727272727vw) 0 0;
}
.money_list {
  margin: min(85px, 7.7272727273vw) 0 0 min(89px, 8.0909090909vw);
}
.money_list.active .money_text01::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.money_list.active .money_text02::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.money_list.active .money_text03::after {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.money_text01 {
  width: min(285px, 25.9090909091vw);
  position: relative;
}
.money_text01::after {
  content: "";
  background: url(../img/check.png) no-repeat;
  background-size: contain;
  width: min(27px, 2.4545454545vw);
  height: min(22px, 2vw);
  position: absolute;
  left: 0;
  top: min(4px, 0.3636363636vw);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 1s ease-in-out 0s;
}
.money_text02 {
  width: min(792px, 72vw);
  margin: min(32px, 2.9090909091vw) 0 0;
  position: relative;
}
.money_text02::after {
  content: "";
  background: url(../img/check.png) no-repeat;
  background-size: contain;
  width: min(27px, 2.4545454545vw);
  height: min(22px, 2vw);
  position: absolute;
  left: 0;
  top: min(4px, 0.3636363636vw);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 1s ease-in-out 0.5s;
}
.money_text03 {
  width: min(588px, 53.4545454545vw);
  margin: min(32px, 2.9090909091vw) 0 0;
  position: relative;
}
.money_text03::after {
  content: "";
  background: url(../img/check.png) no-repeat;
  background-size: contain;
  width: min(27px, 2.4545454545vw);
  height: min(22px, 2vw);
  position: absolute;
  left: 0;
  top: min(4px, 0.3636363636vw);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 1s ease-in-out 1s;
}

@media screen and (max-width: 750px) {
  .money {
    background: #ffc952;
    padding: min(42px, 5.6vw) 0 min(48px, 6.4vw);
  }
  .money_inner {
    width: min(667px, 88.9333333333vw);
    height: min(442px, 58.9333333333vw);
    background: url(../img/money_cnt_bg-sp.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  .money_ttl {
    width: min(533px, 71.0666666667vw);
    margin: 0 auto;
    padding: min(93px, 12.4vw) 0 0;
  }
  .money_list {
    margin: min(55px, 7.3333333333vw) 0 0 min(59px, 7.8666666667vw);
  }
  .money_text01 {
    width: min(188px, 25.0666666667vw);
    position: relative;
    position: relative;
  }
  .money_text01::after {
    width: min(19px, 2.5333333333vw);
    height: min(16px, 2.1333333333vw);
    position: absolute;
    left: 0;
    top: min(2px, 0.2666666667vw);
  }
  .money_text02 {
    width: min(524px, 69.8666666667vw);
    margin: min(21px, 2.8vw) 0 0;
    position: relative;
  }
  .money_text02::after {
    width: min(19px, 2.5333333333vw);
    height: min(16px, 2.1333333333vw);
    position: absolute;
    left: 0;
    top: min(2px, 0.2666666667vw);
  }
  .money_text03 {
    width: min(390px, 52vw);
    margin: min(21px, 2.8vw) 0 0;
    position: relative;
  }
  .money_text03::after {
    width: min(19px, 2.5333333333vw);
    height: min(16px, 2.1333333333vw);
    position: absolute;
    left: 0;
    top: min(2px, 0.2666666667vw);
  }
}
.recomend {
  background: rgba(255, 232, 88, 0.2);
}
.recomend_inner {
  position: relative;
  padding: min(104px, 9.4545454545vw) 0 min(98px, 8.9090909091vw);
  width: min(1000px, 90.9090909091vw);
  margin: 0 auto;
}
.recomend_deco {
  width: min(270px, 24.5454545455vw);
  position: absolute;
  top: max(-23px, -2.0909090909vw);
  left: 50%;
  transform: translate(-50%, 0);
}
.recomend_ttl {
  width: min(856px, 77.8181818182vw);
  margin: 0 auto;
}
.recomend_cnt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(26px, 2.3636363636vw);
  margin: min(57px, 5.1818181818vw) 0 0;
}
.recomend_item01 {
  display: flex;
  flex-direction: column;
  height: auto;
  width: min(434px, 39.4545454545vw);
  background: #fff;
  padding: min(40px, 3.6363636364vw) 0 min(35px, 4.6666666667vw);
  border-radius: 10px;
}
.recomend_item01_ttl {
  font-family: "Noto Sans JP";
  color: #262626;
  font-size: min(30px, 2.7272727273vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3666666667;
  text-align: center;
}
.recomend_item01_ttl-red {
  color: #e70012;
}
.recomend_item01_img {
  width: min(204px, 18.5454545455vw);
  margin: min(24px, 2.1818181818vw) auto 0;
}
.recomend_item01_text {
  font-family: "Noto Sans JP";
  color: #262626;
  font-size: min(22px, 2vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4545454545;
  text-align: left;
  margin: auto min(40px, 5.3333333333vw) 0;
  padding: min(26px, 2.3636363636vw) 0 0;
  text-align: justify;
}
.recomend_item02 {
  display: flex;
  flex-direction: column;
  height: auto;
  width: min(403px, 36.6363636364vw);
  background: #fff;
  padding: min(44px, 4vw) 0 min(35px, 4.6666666667vw);
  border-radius: 10px;
}
.recomend_item02_ttl {
  font-family: "Noto Sans JP";
  color: #e70012;
  font-size: min(30px, 2.7272727273vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.recomend_item02_img {
  width: min(254px, 23.0909090909vw);
  margin: min(73px, 6.6363636364vw) auto 0;
}
.recomend_item02_text {
  font-family: "Noto Sans JP";
  color: #262626;
  font-size: min(22px, 2vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4545454545;
  text-align: left;
  margin: auto min(40px, 5.3333333333vw) 0;
  padding: min(26px, 2.3636363636vw) 0 0;
  text-align: justify;
}
.recomend_item03 {
  width: min(863px, 78.4545454545vw);
  background: #fff;
  padding: min(44px, 4vw) 0 min(46px, 6.1333333333vw);
  border-radius: 10px;
}
.recomend_item03_ttl {
  font-family: "Noto Sans JP";
  color: #262626;
  font-size: min(30px, 2.7272727273vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.recomend_item03_ttl-red {
  color: #e70012;
}
.recomend_item03_ttl-kome {
  font-size: min(19px, 1.7272727273vw);
  top: -1em;
}
.recomend_item03_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(52px, 4.7272727273vw);
}
.recomend_item03_img {
  width: min(431px, 39.1818181818vw);
  margin: min(27px, 2.4545454545vw) 0 0;
  flex-shrink: 0;
}
.recomend_item03_text {
  width: min(280px, 25.4545454545vw);
  font-family: YakuHanJP, "Noto Sans JP";
  color: #262626;
  font-size: min(22px, 2vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4545454545;
  text-align: justify;
}
.recomend_item03_text_kome {
  font-size: min(18px, 1.6363636364vw);
  top: -1em;
}
.recomend_item03_note {
  margin: min(12px, 1.0909090909vw) 0 0;
  font-family: YakuHanJP, "Noto Sans JP";
  color: #262626;
  font-size: min(13px, 1.1818181818vw);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2307692308;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .recomend_inner {
    padding: min(61px, 8.1333333333vw) 0 min(64px, 8.5333333333vw);
    width: 100%;
  }
  .recomend_deco {
    width: min(212px, 28.2666666667vw);
    top: max(-20px, -2.6666666667vw);
  }
  .recomend_ttl {
    width: min(407px, 54.2666666667vw);
    margin: 0 auto;
  }
  .recomend_cnt {
    gap: min(23px, 3.0666666667vw) min(18px, 2.4vw);
    margin: min(38px, 5.0666666667vw) 0 0;
  }
  .recomend_item01 {
    width: min(319px, 42.5333333333vw);
    padding: min(34px, 4.5333333333vw) 0;
    border-radius: 5px;
  }
  .recomend_item01_ttl {
    font-size: min(23px, 3.0666666667vw);
    line-height: 1.347826087;
  }
  .recomend_item01_img {
    width: min(156px, 20.8vw);
    margin: min(21px, 2.8vw) auto 0;
  }
  .recomend_item01_text {
    font-size: min(21px, 2.8vw);
    letter-spacing: 0em;
    line-height: 1.3333333333;
    margin: auto min(35px, 4.6666666667vw) 0;
    padding: min(25px, 3.3333333333vw) 0 0;
  }
  .recomend_item02 {
    width: min(319px, 42.5333333333vw);
    padding: min(34px, 4.5333333333vw) 0;
    border-radius: 5px;
  }
  .recomend_item02_ttl {
    font-size: min(23px, 3.0666666667vw);
    line-height: 1.347826087;
  }
  .recomend_item02_img {
    width: min(196px, 26.1333333333vw);
    margin: min(56px, 7.4666666667vw) auto 0 min(79px, 10.5333333333vw);
  }
  .recomend_item02_text {
    font-size: min(21px, 2.8vw);
    letter-spacing: 0em;
    line-height: 1.3333333333;
    margin: auto min(32px, 4.2666666667vw) 0;
    padding: min(35px, 4.6666666667vw) 0 0;
  }
  .recomend_item03 {
    width: min(667px, 88.9333333333vw);
    background: #fff;
    padding: min(34px, 4.5333333333vw) 0 min(31px, 4.1333333333vw);
    border-radius: 10px;
  }
  .recomend_item03_ttl {
    font-size: min(23px, 3.0666666667vw);
  }
  .recomend_item03_ttl-kome {
    font-size: min(13px, 1.7333333333vw);
    top: -0.5em;
  }
  .recomend_item03_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(29px, 3.8666666667vw);
    margin: min(36px, 4.8vw) auto 0;
  }
  .recomend_item03_img {
    width: min(297px, 39.6vw);
    margin: min(8px, 1.0666666667vw) 0 0;
    flex-shrink: 0;
  }
  .recomend_item03_text {
    width: min(260px, 34.6666666667vw);
    font-size: min(21px, 2.8vw);
    line-height: 1.380952381;
    letter-spacing: 0.05em;
  }
  .recomend_item03_text_kome {
    font-size: min(13px, 1.7333333333vw);
    top: -0.5em;
  }
  .recomend_item03_note {
    margin: min(19px, 2.5333333333vw) 0 0;
    font-size: min(13px, 1.7333333333vw);
    line-height: 1.6153846154;
  }
}
.voice_inner {
  padding: min(126px, 11.4545454545vw) 0 min(130px, 11.8181818182vw);
}
.voice_ttl {
  width: min(671px, 61vw);
  margin: 0 auto;
}
.voice_cards {
  width: min(1009px, 91.7272727273vw);
  margin: min(70px, 6.3636363636vw) auto min(70px, 6.3636363636vw);
}
.voice_card {
  background: #fff;
  filter: drop-shadow(8px 8px 10px rgba(13, 13, 13, 0.2));
  display: flex;
  gap: min(34px, 3.0909090909vw);
  padding: min(41px, 3.7272727273vw) min(38px, 3.4545454545vw) min(41px, 3.7272727273vw);
  border: 17px;
}
.voice_card:nth-of-type(2) {
  margin: min(32px, 2.9090909091vw) 0 0;
}
.voice_card_left {
  width: min(175px, 23.3333333333vw);
}
.voice_card_left_img01 {
  width: min(143px, 13vw);
  margin: min(84px, 7.6363636364vw) auto 0;
}
.voice_card_left_img02 {
  width: min(162px, 14.7272727273vw);
  margin: min(50px, 4.5454545455vw) auto 0;
}
.voice_card_left_text {
  font-family: "Noto Sans JP";
  color: #262626;
  font-size: min(29px, 2.6363636364vw);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  margin: min(33px, 3vw) 0 0;
}
.voice_card_right {
  width: min(695px, 92.6666666667vw);
  background: rgba(255, 230, 236, 0.59);
  padding: min(48px, 4.3636363636vw) min(48px, 4.3636363636vw) min(48px, 4.3636363636vw);
}
.voice_card_right_ttl {
  font-family: "Noto Sans JP";
  color: #262626;
  font-size: min(31px, 2.8181818182vw);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4516129032;
  text-align: left;
}
.voice_card_right_text {
  font-family: "Noto Sans JP";
  color: #262626;
  font-size: min(23px, 2.0909090909vw);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4782608696;
  margin: min(18px, 1.6363636364vw) 0 0;
  text-align: justify;
}
.voice_card_right_text-red {
  color: #e70012;
}
.voice_topics {
  width: min(1237px, 96.640625vw);
  margin: min(95px, 7.421875vw) 0 0;
  position: relative;
  left: calc(50% - min(638px, 49.84375vw));
}

@media screen and (max-width: 750px) {
  .voice_inner {
    padding: min(101px, 13.4666666667vw) 0 min(86px, 11.4666666667vw);
  }
  .voice_ttl {
    width: min(585px, 78vw);
  }
  .voice_cards {
    width: min(638px, 85.0666666667vw);
    margin: 0 auto;
  }
  .voice_card {
    background: rgba(255, 230, 236, 0.59);
    filter: none;
    display: block;
    padding: min(45px, 6vw) min(38px, 5.0666666667vw) min(32px, 4.2666666667vw);
    border: 17px;
    position: relative;
    margin: min(80px, 10.6666666667vw) auto min(30px, 4vw);
  }
  .voice_card:nth-of-type(2) {
    margin: 0;
  }
  .voice_card_left {
    width: min(124px, 16.5333333333vw);
    position: absolute;
    top: max(-20px, -2.6666666667vw);
    left: min(60px, 8vw);
  }
  .voice_card_left_img01 {
    width: min(109px, 14.5333333333vw);
    margin: 0 auto;
  }
  .voice_card_left_img02 {
    width: min(119px, 15.8666666667vw);
    margin: 0 auto;
  }
  .voice_card_left_text {
    font-family: "Noto Sans JP";
    margin: min(15px, 2vw) 0 0;
  }
  .voice_card_right {
    width: 100%;
    background: none;
    padding: 0;
  }
  .voice_card_right_ttl {
    font-size: min(26px, 3.4666666667vw);
    line-height: 1.4230769231;
    margin: 0 max(-20px, -2.6666666667vw) 0 min(190px, 25.3333333333vw);
  }
  .voice_card_right_text {
    font-family: "Noto Sans JP";
    color: #262626;
    font-size: min(21px, 2.8vw);
    line-height: 1.4761904762;
    margin: min(36px, 4.8vw) 0 0;
  }
  .voice_topics {
    width: min(694px, 92.5333333333vw);
    margin: min(54px, 7.2vw) 0 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.flow {
  background: #d2e8ff;
}
.flow_inner {
  padding: min(100px, 9.0909090909vw) 0 min(92px, 8.3636363636vw);
  margin: 0 auto;
}
.flow_ttl {
  width: min(807px, 73.3636363636vw);
  margin: 0 auto;
}
.flow_list {
  width: min(940px, 85.4545454545vw);
  margin: min(64px, 5.8181818182vw) auto min(47px, 4.2727272727vw);
}
.flow_item {
  display: flex;
  align-items: center;
  margin: min(24px, 2.1818181818vw) 0 0;
}
.flow_item:nth-of-type(1) {
  margin: 0;
}
.flow_item_circle {
  width: min(211px, 19.1818181818vw);
  flex-shrink: 0;
  position: relative;
  z-index: 9;
}
.flow_item_circle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: min(5px, 0.4545454545vw);
  height: min(26px, 2.3636363636vw);
  background: #e70012;
}
.flow_item_circle-noline::after {
  display: none;
}
.flow_item_box {
  width: min(813px, 73.9090909091vw);
  background: #fff;
  margin: 0 0 0 max(-87px, -7.9090909091vw);
  padding: min(26px, 2.3636363636vw) min(50px, 4.5454545455vw) min(26px, 2.3636363636vw) min(110px, 10vw);
  flex-shrink: 0;
  border-radius: 20px;
}
.flow_item_box_ttl {
  font-family: "Noto Sans JP";
  color: #e70012;
  font-size: min(28px, 2.5454545455vw);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0 0 min(18px, 1.6363636364vw);
  background: url(../img/flow_dotline.png) bottom left repeat-x;
  background-size: contain;
}
.flow_item_box_text {
  margin: min(9px, 0.8181818182vw) -1em 0 0;
  font-family: "Noto Sans JP";
  color: #262626;
  font-size: min(23px, 2.0909090909vw);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3913043478;
}
.flow_note {
  width: min(940px, 85.4545454545vw);
  margin: 0 auto;
  font-size: min(16px, 1.4545454545vw);
  font-family: "Noto Sans JP";
  color: #666666;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.9375;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.flow_note_link {
  color: #0085ff;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .flow_inner {
    padding: min(85px, 11.3333333333vw) 0 min(55px, 7.3333333333vw);
    margin: 0 auto;
  }
  .flow_ttl {
    width: min(628px, 83.7333333333vw);
  }
  .flow_list {
    width: min(688px, 91.7333333333vw);
    margin: min(44px, 5.8666666667vw) auto min(60px, 8vw) min(22px, 2.9333333333vw);
  }
  .flow_item {
    display: flex;
    align-items: flex-start;
    margin: min(15px, 2vw) 0 0;
  }
  .flow_item:nth-of-type(1) {
    margin: 0;
  }
  .flow_item_circle {
    width: min(193px, 25.7333333333vw);
  }
  .flow_item_circle::after {
    width: min(5px, 0.6666666667vw);
    height: min(100px, 13.3333333333vw);
  }
  .flow_item_circle-noline::after {
    display: none;
  }
  .flow_item_box {
    width: min(538px, 71.7333333333vw);
    background: #fff;
    margin: min(40px, 5.3333333333vw) 0 0 max(-46px, -6.1333333333vw);
    padding: min(32px, 4.2666666667vw) min(42px, 5.6vw) min(27px, 3.6vw) min(60px, 8vw);
    flex-shrink: 0;
    border-radius: 10px;
  }
  .flow_item_box:nth-of-type(2) {
    padding: min(25px, 3.3333333333vw) min(42px, 5.6vw) min(22px, 2.9333333333vw) min(60px, 8vw);
  }
  .flow_item_box_ttl {
    font-size: min(25px, 3.3333333333vw);
    line-height: 1.52;
    padding: 0 0 min(18px, 2.4vw);
    background: url(../img/flow_dotline.png) bottom left repeat-x;
    background-size: contain;
  }
  .flow_item_box_text {
    margin: min(10px, 1.3333333333vw) 0 0 0;
    font-size: min(21px, 2.8vw);
    line-height: 1.2380952381;
  }
  .flow_item_box_text-small {
    display: inline;
    font-size: min(16px, 2.1333333333vw);
  }
  .flow_item:nth-last-of-type(1) .flow_item_box_text {
    margin: min(9px, 0.8181818182vw) -1em 0 0;
  }
  .flow_note {
    width: min(688px, 91.7333333333vw);
    margin: 0 auto 0;
    font-size: min(16px, 2.1333333333vw);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.9375;
    text-align: left;
  }
}
.detail_inner {
  position: relative;
  padding: min(136px, 12.3636363636vw) 0 min(179px, 16.2727272727vw);
  text-align: center;
  margin: 0 auto;
}
.detail_ttl {
  width: min(236px, 21.4545454545vw);
  margin: 0 auto min(63px, 5.7272727273vw);
}
.detail_box {
  overflow: hidden;
  width: min(915px, 83.1818181818vw);
  margin: 0 auto;
  border-radius: 60px 60px 10px 10px;
  border: 3px solid #e70012;
  filter: drop-shadow(6px 6px 6px rgba(64, 64, 64, 0.2));
}
.detail_tab {
  background: #e5e5e5;
  position: relative;
  border-bottom: 3px solid #e70012;
}
.detail_tab-bgRed {
  background: #e70012;
  width: min(487px, 44.2727272727vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: all 0.5s;
}
.detail_tab-bgRed.active01 {
  border-radius: 0 54px 0 0;
  left: 0;
  right: auto;
}
.detail_tab-bgRed.active02 {
  border-radius: 54px 0 0 0;
  left: calc(100% - min(487px, 44.2727272727vw));
  right: auto;
}
.detail_tab_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_tab_item {
  position: relative;
  width: calc(50% - 3px);
  padding: min(27px, 2.4545454545vw) 0 min(25px, 2.2727272727vw);
  font-family: YakuHanJP, "Noto Sans JP";
  color: #1a1a1a;
  font-size: min(29px, 2.6363636364vw);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.3793103448;
  text-align: center;
  z-index: 9;
  cursor: pointer;
}
.detail_tab_item.active {
  color: #fff;
}
.detail_cnt {
  background: #fff;
  padding: min(27px, 2.4545454545vw) 0 min(48px, 4.3636363636vw);
}
.detail_cnt_box {
  margin: min(37px, 3.3636363636vw) min(42px, 3.8181818182vw) 0 min(55px, 5vw);
  font-family: YakuHanJP, "Noto Sans JP";
  color: #1a1a1a;
  font-size: min(18px, 1.6363636364vw);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5555555556;
  text-align: justify;
}
.detail_cnt_box_list {
  margin: 1em 0;
  text-indent: -1em;
  padding-left: 1em;
}
.detail_cnt_box_item-red {
  color: #e70012;
}
.detail_cnt_box_link {
  color: #0085ff;
  text-decoration: underline;
}
.detail_cnt_bottom_list {
  margin: min(25px, 2.2727272727vw) min(49px, 4.4545454545vw) 0 min(52px, 4.7272727273vw);
  font-family: YakuHanJP, "Noto Sans JP";
  color: #1a1a1a;
  font-size: min(18px, 1.6363636364vw);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5555555556;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}
.detail_img {
  width: min(694px, 63.0909090909vw);
  margin: 0 auto;
}
.detail_attention {
  width: min(859px, 78.0909090909vw);
  height: min(75px, 6.8181818182vw);
  margin: min(37px, 3.3636363636vw) auto 0;
  background: #ffedf2;
  display: flex;
  align-items: center;
}
.detail_attention_img {
  width: min(56px, 5.0909090909vw);
  margin: 0 min(12px, 1.0909090909vw) 0 min(328px, 29.8181818182vw);
}
.detail_attention_text {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #e70012;
  font-size: min(29px, 2.6363636364vw);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .detail_inner {
    padding: min(96px, 12.8vw) 0 min(116px, 15.4666666667vw);
  }
  .detail_ttl {
    width: min(215px, 28.6666666667vw);
    margin: 0 auto min(48px, 6.4vw);
  }
  .detail_box {
    overflow: hidden;
    width: min(695px, 92.6666666667vw);
    border-radius: 25px 25px 5px 5px;
    border: 3px solid #e70012;
    filter: none;
  }
  .detail_tab-bgRed {
    width: min(370px, 49.3333333333vw);
  }
  .detail_tab-bgRed.active01 {
    border-radius: 0 25px 0 0;
  }
  .detail_tab-bgRed.active02 {
    border-radius: 25px 0 0 0;
    left: calc(100% - min(370px, 49.3333333333vw));
  }
  .detail_tab_item {
    width: calc(50% - 3px);
    padding: min(22px, 2.9333333333vw) 0 min(18px, 2.4vw);
    font-size: min(22px, 2.9333333333vw);
    font-weight: 600;
    line-height: 1.3636363636;
  }
  .detail_tab_item.active {
    color: #fff;
  }
  .detail_cnt {
    background: #fff;
    padding: min(37px, 4.9333333333vw) 0 min(40px, 5.3333333333vw);
  }
  .detail_cnt_box {
    margin: min(32px, 4.2666666667vw) min(42px, 5.6vw) min(28px, 3.7333333333vw);
    font-size: min(14px, 1.8666666667vw);
    line-height: 1.5;
  }
  .detail_cnt_box_link {
    color: #0085ff;
    text-decoration: underline;
  }
  .detail_cnt_bottom_list {
    margin: min(23px, 3.0666666667vw) min(40px, 5.3333333333vw) 0;
    font-family: YakuHanJP, "Noto Sans JP";
    color: #1a1a1a;
    font-size: min(14px, 1.8666666667vw);
    line-height: 1.5;
  }
  .detail_img {
    width: min(527px, 70.2666666667vw);
    margin: 0 auto;
  }
  .detail_attention {
    width: min(653px, 87.0666666667vw);
    height: min(57px, 7.6vw);
    margin: min(20px, 2.6666666667vw) auto 0;
  }
  .detail_attention_img {
    width: min(42px, 5.6vw);
    margin: 0 min(10px, 1.3333333333vw) 0 min(249px, 33.2vw);
  }
  .detail_attention_text {
    font-size: min(22px, 2.9333333333vw);
  }
}
.faq_inner {
  width: min(781px, 71vw);
  margin: 0 auto;
  padding: 0 0 min(102px, 9.2727272727vw);
}
.faq_ttl {
  width: min(242px, 22vw);
  margin: 0 auto;
}
.faq_list {
  margin: min(76px, 6.9090909091vw) 0 0 0;
}
.faq_item {
  margin: min(11px, 1vw) auto;
}
.faq_item_ttl {
  background: #e70012;
  padding: min(22px, 2vw) min(20px, 1.8181818182vw) min(22px, 2vw) min(17px, 1.5454545455vw);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq_item_ttl-q {
  width: min(25px, 2.2727272727vw);
  margin: 0 min(30px, 2.7272727273vw) 0 0;
}
.faq_item_ttl-text {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #ffffff;
  font-size: min(21px, 1.9090909091vw);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3333333333;
  text-align: left;
}
.faq_item_ttl-deco {
  width: min(35px, 3.1818181818vw);
  height: min(35px, 3.1818181818vw);
  border-radius: 50%;
  background: #fff;
  margin: 0 0 0 auto;
  position: relative;
}
.faq_item_ttl-deco::before {
  content: "";
  background: #e70012;
  width: min(24px, 2.1818181818vw);
  height: min(4px, 0.3636363636vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: all 1s;
}
.faq_item_ttl-deco::after {
  content: "";
  background: #e70012;
  height: min(24px, 2.1818181818vw);
  width: min(4px, 0.3636363636vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: all 1s;
}
.faq_item_ttl.open .faq_item_ttl-deco::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.faq_item_ttl.open .faq_item_ttl-deco::after {
  transform: translate(-50%, -50%) rotate(270deg);
}
.faq_item_cnt {
  background: rgba(237, 246, 255, 0.4);
  padding: min(39px, 3.5454545455vw) min(90px, 8.1818181818vw) min(30px, 2.7272727273vw);
  display: none;
}
.faq_item_cnt_text {
  font-family: "Noto Sans JP";
  color: #0d0d0d;
  font-size: min(22px, 2vw);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5454545455;
  text-align: justify;
}
.faq_item_cnt-red {
  color: #e70012;
}
.faq_item_cnt-link {
  color: #0085ff;
  text-decoration: underline;
}
.faq_item_cnt_smalltext {
  font-family: "Noto Sans JP";
  color: #0d0d0d;
  font-size: min(19px, 1.7272727273vw);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4210526316;
  text-align: justify;
  margin: min(8px, 0.7272727273vw) 0 0;
}
.faq_item_cnt_note {
  font-family: "Noto Sans JP";
  color: #0085ff;
  font-size: min(14px, 1.2727272727vw);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2142857143;
  text-align: justify;
  margin: min(12px, 1.0909090909vw) 0 0 0;
  color: #2e2e2e;
}
.faq_item_links {
  font-family: "Noto Sans JP";
  color: #0085ff;
  font-size: min(19px, 1.7272727273vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: justify;
}
.faq_item_link {
  margin: min(10px, 0.9090909091vw) 0 0;
  text-decoration: underline;
}
.faq_item_link::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 9px;
  height: 12px;
  background-color: #e70012;
  -webkit-clip-path: polygon(9px 50%, 0% 0%, 0% 12px);
          clip-path: polygon(9px 50%, 0% 0%, 0% 12px);
  margin: 0 0.5em 0 0;
}
.faq_item01_box {
  display: flex;
  justify-content: center;
  gap: min(39px, 3.5454545455vw);
  margin: min(15px, 1.3636363636vw) auto 0;
}
.faq_item01_box_tel {
  width: min(277px, 25.1818181818vw);
}
.faq_item01_box_img {
  width: min(276px, 25.0909090909vw);
}
.faq_item01_box_link {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #0085ff;
  font-size: min(12px, 1.0909090909vw);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: left;
  text-decoration: underline;
  position: relative;
  display: block;
  margin: min(14px, 1.2727272727vw) 0 0 0;
}
.faq_item01_box_link::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 9px;
  height: 12px;
  background-color: #e70012;
  -webkit-clip-path: polygon(9px 50%, 0% 0%, 0% 12px);
          clip-path: polygon(9px 50%, 0% 0%, 0% 12px);
  margin: 0 0.5em 0 0;
}

@media screen and (max-width: 750px) {
  .faq_inner {
    width: min(703px, 93.7333333333vw);
    padding: 0 0 min(96px, 12.8vw);
  }
  .faq_ttl {
    width: min(255px, 34vw);
    margin: 0 auto;
  }
  .faq_list {
    margin: min(58px, 7.7333333333vw) 0 0 0;
  }
  .faq_item {
    margin: min(10px, 1.3333333333vw) auto;
  }
  .faq_item_ttl {
    padding: min(17px, 2.2666666667vw) min(18px, 2.4vw) min(18px, 2.4vw) min(14px, 1.8666666667vw);
  }
  .faq_item_ttl-q {
    width: min(22px, 2.9333333333vw);
    margin: 0 min(28px, 3.7333333333vw) 0 0;
  }
  .faq_item_ttl-text {
    font-size: min(19px, 2.5333333333vw);
    letter-spacing: 0.12em;
    line-height: 1.3157894737;
  }
  .faq_item_ttl-deco {
    width: min(32px, 4.2666666667vw);
    height: min(32px, 4.2666666667vw);
  }
  .faq_item_ttl-deco::before {
    content: "";
    width: min(21px, 2.8vw);
    height: min(4px, 0.5333333333vw);
  }
  .faq_item_ttl-deco::after {
    content: "";
    height: min(24px, 3.2vw);
    width: min(4px, 0.5333333333vw);
  }
  .faq_item_cnt {
    padding: min(35px, 4.6666666667vw) min(80px, 10.6666666667vw) min(30px, 4vw);
    display: none;
  }
  .faq_item_cnt_text {
    font-family: YakuHanJP, "Noto Sans JP";
    font-size: min(20px, 2.6666666667vw);
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
  .faq_item_cnt_smalltext {
    font-size: min(18px, 2.4vw);
    letter-spacing: 0em;
    line-height: 1.2222222222;
    margin: min(4px, 0.5333333333vw) 0 0;
  }
  .faq_item_cnt_note {
    font-family: "Noto Sans JP";
    font-size: min(13px, 1.7333333333vw);
    line-height: 1.2307692308;
    margin: min(12px, 1.6vw) 0 0 0;
  }
  .faq_item_links {
    font-size: min(16px, 2.1333333333vw);
  }
  .faq_item_link {
    margin: min(10px, 1.3333333333vw) 0 0;
  }
  .faq_item_link::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 12px;
    background-color: #e70012;
    -webkit-clip-path: polygon(9px 50%, 0% 0%, 0% 12px);
            clip-path: polygon(9px 50%, 0% 0%, 0% 12px);
    margin: 0 0.5em 0 0;
  }
  .faq_item01_box {
    display: flex;
    justify-content: center;
    gap: min(37px, 4.9333333333vw);
    margin: min(15px, 2vw) auto 0;
  }
  .faq_item01_box_tel {
    width: min(248px, 33.0666666667vw);
  }
  .faq_item01_box_img {
    width: min(248px, 33.0666666667vw);
  }
  .faq_item01_box_link {
    font-size: min(10px, 1.3333333333vw);
    margin: min(14px, 1.8666666667vw) 0 0 0;
  }
  .faq_item01_box_link::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 8px;
    height: 11px;
    background-color: #e70012;
    -webkit-clip-path: polygon(8px 50%, 0% 0%, 0% 11px);
            clip-path: polygon(8px 50%, 0% 0%, 0% 11px);
    margin: 0 0.5em 0 0;
  }
}
.notice {
  background: #e5e5e5;
}
.notice_inner {
  width: min(975px, 88.6363636364vw);
  padding: min(96px, 8.7272727273vw) 0;
  margin: 0 auto;
}
.notice_box {
  width: 100%;
}
.notice_box_text {
  position: relative;
  font-family: "Noto Sans JP";
  color: #fff;
  font-size: min(21px, 1.9090909091vw);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  background: #666666;
  padding: min(27px, 2.4545454545vw) 0 min(28px, 2.5454545455vw) min(40px, 3.6363636364vw);
  cursor: pointer;
}
.notice_box_text-arrow {
  width: min(20px, 1.8181818182vw);
  display: block;
  position: absolute;
  top: min(27px, 2.4545454545vw);
  right: min(39px, 3.5454545455vw);
  transform: rotate(-90deg);
  transform-origin: center;
  transition: all 0.5s;
}
.notice_box_text-arrow img {
  width: 100%;
  display: block;
}
.notice_box_text.open .notice_box_text-arrow {
  transform: rotate(0deg);
}
.notice_box_cnt {
  padding: min(40px, 3.6363636364vw) min(40px, 3.6363636364vw) min(54px, 4.9090909091vw);
  display: none;
  background: #fff;
}
.notice_box_cnt_top {
  font-family: "Noto Sans JP";
  color: #0d0d0d;
  font-size: min(18px, 1.875vw);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8888888889;
  margin: 0 0 min(34px, 3.0909090909vw);
}
.notice_box_cnt_top_link {
  color: #0085ff;
  text-decoration: underline;
}
.notice_box_cnt_note {
  margin: min(60px, 5.4545454545vw) 0 0;
  font-family: "Noto Sans JP";
  color: #262626;
  font-size: min(16px, 1.4545454545vw);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.notice_grid_red {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #e70012;
  text-align: center;
}
.notice_grid_redBlue {
  color: #e70012;
  text-align: center;
}
.notice_grid01 {
  display: grid;
  grid-template-columns: min(105px, 9.5454545455vw) 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: min(28px, 2.5454545455vw);
  margin: min(20px, 1.8181818182vw) 0 0;
}
.notice_grid01_left_red {
  grid-row: 1/2;
  grid-column: 1/2;
  background: #ffedf2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: min(20px, 1.8181818182vw);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.notice_grid01_right {
  grid-row: 1/2;
  grid-column: 2/3;
  padding: min(28px, 2.5454545455vw) 0 min(25px, 2.2727272727vw);
}
.notice_grid02 {
  display: grid;
  grid-template-columns: min(64px, 5.8181818182vw) min(180px, 16.3636363636vw) 1fr;
  gap: min(8px, 0.7272727273vw);
  margin: min(20px, 1.8181818182vw) 0 0;
}
.notice_grid02_left_red {
  grid-row: 1/4;
  grid-column: 1/2;
  background: #ffedf2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: min(20px, 1.8181818182vw);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.notice_grid02_left_blue {
  background: #d2e8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: min(20px, 1.8181818182vw);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.notice_grid02_left_blue01 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.notice_grid02_left_blue02 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.notice_grid02_left_blue03 {
  grid-row: 3/4;
  grid-column: 2/3;
}
.notice_grid02_right {
  padding: min(10px, 0.9090909091vw) 0 min(14px, 1.2727272727vw) min(10px, 0.9090909091vw);
}
.notice_grid02_right01 {
  grid-row: 1/2;
  grid-column: 3/4;
}
.notice_grid02_right02 {
  grid-row: 2/3;
  grid-column: 3/4;
}
.notice_grid02_right03 {
  grid-row: 3/4;
  grid-column: 3/4;
}
.notice_grid03 {
  display: grid;
  grid-template-columns: min(253px, 23vw) 1fr;
  grid-template-rows: repeat(1, 1fr);
  gap: min(19px, 1.7272727273vw);
  margin: min(20px, 1.8181818182vw) 0 0;
}
.notice_grid03_left_red {
  grid-row: 1/2;
  grid-column: 1/2;
  background: #ffedf2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: min(20px, 1.8181818182vw);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.notice_grid03_right {
  grid-row: 1/2;
  grid-column: 2/3;
  padding: min(28px, 2.5454545455vw) 0 min(25px, 2.2727272727vw);
}
.notice_grid04 {
  display: grid;
  grid-template-columns: min(64px, 5.8181818182vw) min(180px, 16.3636363636vw) 1fr;
  gap: min(8px, 0.7272727273vw);
  margin: min(20px, 1.8181818182vw) 0 0;
}
.notice_grid04_left_red {
  grid-row: 1/5;
  grid-column: 1/2;
  background: #ffedf2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: min(20px, 1.8181818182vw);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.notice_grid04_left_blue {
  background: #d2e8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: min(20px, 1.8181818182vw);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.notice_grid04_left_blue01 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.notice_grid04_left_blue02 {
  grid-row: 2/3;
  grid-column: 2/3;
}
.notice_grid04_left_blue03 {
  grid-row: 3/4;
  grid-column: 2/3;
}
.notice_grid04_left_blue04 {
  grid-row: 4/5;
  grid-column: 2/3;
}
.notice_grid04_right {
  padding: min(10px, 0.9090909091vw) 0 min(14px, 1.2727272727vw) min(10px, 0.9090909091vw);
}
.notice_grid04_right01 {
  grid-row: 1/2;
  grid-column: 3/4;
}
.notice_grid04_right02 {
  grid-row: 2/3;
  grid-column: 3/4;
}
.notice_grid04_right03 {
  grid-row: 3/4;
  grid-column: 3/4;
}
.notice_grid04_right03 {
  grid-row: 4/5;
  grid-column: 3/4;
}
.notice_grid_text {
  font-family: "Noto Sans JP";
  font-size: min(18px, 1.6363636364vw);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.5555555556;
}
.notice_grid_text-red {
  color: #e70012;
}
.notice_grid_text-redSmall {
  color: #e70012;
  margin: 0 0.5em 0 0;
}
.notice_grid_text-indent1 {
  text-indent: -1em;
  padding-left: 1em;
}
.notice_grid_text-indent2 {
  text-indent: -2em;
  padding-left: 2em;
}
.notice_grid_text-mt {
  margin: 0 0 min(28px, 2.5454545455vw);
}
.notice_grid_text-mtSmall {
  margin: min(10px, 0.9090909091vw) 0 0;
}
.notice_grid_text-link {
  color: #0085ff;
  text-decoration: underline;
}
.notice_grid_note {
  font-family: "Noto Sans JP";
  font-size: min(14px, 1.2727272727vw);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4285714286;
}
.notice_bottom {
  font-size: min(22px, 2vw);
  font-weight: 500;
  line-height: 1.5454545455;
  letter-spacing: 0.02em;
  margin: min(36px, 3.2727272727vw) 0 0;
}
.notice_bottom_link {
  display: block;
  color: #0085ff;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .notice_inner {
    width: min(691px, 92.1333333333vw);
    padding: min(63px, 8.4vw) 0 min(70px, 9.3333333333vw);
    margin: 0 auto;
  }
  .notice_box_text {
    font-size: min(18px, 2.4vw);
    padding: min(29px, 3.8666666667vw) 0 min(28px, 3.7333333333vw) min(30px, 4vw);
  }
  .notice_box_text-arrow {
    width: min(21px, 2.8vw);
    top: min(27px, 3.6vw);
    right: min(33px, 4.4vw);
  }
  .notice_box_text-arrow img {
    width: 100%;
    display: block;
  }
  .notice_box_text.open .notice_box_text-arrow {
    transform: rotate(0deg);
  }
  .notice_box_cnt {
    padding: min(26px, 3.4666666667vw) min(22px, 2.9333333333vw) min(47px, 6.2666666667vw);
  }
  .notice_box_cnt_top {
    font-size: min(19px, 2.5333333333vw);
    line-height: 1.7894736842;
    margin: 0 0 min(32px, 4.2666666667vw);
  }
  .notice_box_cnt_note {
    margin: min(32px, 4.2666666667vw) 0 0;
    font-size: min(15px, 2vw);
    letter-spacing: -0.02em;
    line-height: 1.6;
  }
  .notice_grid01 {
    display: grid;
    grid-template-columns: min(75px, 10vw) 1fr;
    grid-template-rows: repeat(1, minmax(80px, 1fr));
    gap: min(16px, 2.1333333333vw);
    margin: min(22px, 2.9333333333vw) 0 0;
  }
  .notice_grid01_left_red {
    font-size: min(19px, 2.5333333333vw);
    letter-spacing: 0.12em;
    line-height: 1.3684210526;
  }
  .notice_grid01_right {
    padding: min(4px, 0.5333333333vw) 0 min(8px, 1.0666666667vw);
    align-self: center;
  }
  .notice_grid02 {
    display: grid;
    grid-template-columns: min(51px, 6.8vw) min(119px, 15.8666666667vw) 1fr;
    gap: min(7px, 0.9333333333vw);
    margin: min(20px, 2.6666666667vw) 0 0;
  }
  .notice_grid02_left_red {
    font-size: min(19px, 2.5333333333vw);
    letter-spacing: 0.12em;
    line-height: 1.3684210526;
  }
  .notice_grid02_left_blue {
    font-size: min(20px, 2.6666666667vw);
    letter-spacing: 0.12em;
    line-height: 1.3684210526;
  }
  .notice_grid02_right {
    padding: min(10px, 1.3333333333vw) 0 min(14px, 1.8666666667vw) min(13px, 1.7333333333vw);
  }
  .notice_grid03 {
    display: grid;
    grid-template-columns: min(179px, 23.8666666667vw) 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: min(18px, 2.4vw);
    margin: min(20px, 2.6666666667vw) 0 0;
  }
  .notice_grid03_left_red {
    font-size: min(19px, 2.5333333333vw);
    letter-spacing: 0.12em;
    line-height: 1.3684210526;
  }
  .notice_grid03_right {
    padding: min(4px, 0.5333333333vw) 0 min(8px, 1.0666666667vw);
  }
  .notice_grid04 {
    display: grid;
    grid-template-columns: min(51px, 6.8vw) min(119px, 15.8666666667vw) 1fr;
    gap: min(7px, 0.9333333333vw);
    margin: min(20px, 2.6666666667vw) 0 0;
  }
  .notice_grid04_left_red {
    font-size: min(19px, 2.5333333333vw);
    letter-spacing: 0.12em;
    line-height: 1.3684210526;
  }
  .notice_grid04_left_blue {
    font-size: min(20px, 2.6666666667vw);
    letter-spacing: 0.12em;
    line-height: 1.3684210526;
  }
  .notice_grid04_right {
    padding: min(10px, 1.3333333333vw) 0 min(14px, 1.8666666667vw) min(13px, 1.7333333333vw);
  }
  .notice_grid_text {
    font-size: min(16px, 2.1333333333vw);
    letter-spacing: -0.04em;
    line-height: 1.625;
  }
  .notice_grid_text-mt {
    margin: 0 0 min(24px, 3.2vw);
  }
  .notice_grid_text-mtSmall {
    margin: min(8px, 1.0666666667vw) 0 0;
  }
  .notice_grid_note {
    font-size: min(13px, 1.7333333333vw);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.3846153846;
    margin-top: min(4px, 0.5333333333vw);
  }
  .notice_bottom {
    font-size: min(20px, 2.6666666667vw);
    line-height: 1.5;
    margin: min(32px, 4.2666666667vw) 0 0 min(12px, 1.6vw);
  }
}
.footer {
  background: #282a32;
}
.footer_inner {
  width: min(1240px, 95.3846153846vw);
  margin: 0 auto;
  padding: min(45px, 3.4615384615vw) 0 min(68px, 5.2307692308vw);
}
.footer_upper {
  padding: 0 0 min(21px, 1.6153846154vw);
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer_logo {
  width: min(313px, 32.6041666667vw);
}
.footer_links {
  display: flex;
  gap: min(42px, 4.375vw);
  font-family: YakuHanJP, "Noto Sans JP";
  color: #fff;
  font-size: min(17px, 1.7708333333vw);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 min(13px, 1.3541666667vw);
}
.footer_lower {
  display: flex;
  padding: min(15px, 1.5625vw) min(24px, 2.5vw) 0;
  font-family: YakuHanJP, "Noto Sans JP";
  color: #fff;
  font-size: min(14px, 1.2389380531vw);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer_copyright {
  padding: min(41px, 4.2708333333vw) 0 0;
  font-family: YakuHanJP, "Noto Sans JP";
  color: #fff;
  font-size: min(14px, 1.2389380531vw);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .footer {
    background: #565656;
  }
  .footer_inner {
    width: 100%;
    padding: min(53px, 7.0666666667vw) 0 min(60px, 8vw);
  }
  .footer_upper {
    padding: 0 0 min(32px, 4.2666666667vw);
    margin: 0 min(21px, 2.8vw);
    border-bottom: 1px solid #ffffff;
    display: block;
  }
  .footer_logo {
    width: min(313px, 41.7333333333vw);
    margin: 0 auto;
  }
  .footer_links {
    flex-direction: column;
    gap: min(30px, 4vw);
    font-size: min(21px, 2.8vw);
    margin: min(49px, 6.5333333333vw) 0 0;
    text-align: center;
  }
  .footer_lower {
    display: block;
    margin: 0 auto;
    padding: min(34px, 4.5333333333vw) 0 0;
    font-size: min(16px, 2.1333333333vw);
    line-height: 1.6875;
    text-align: center;
  }
  .footer_copyright {
    padding: min(59px, 7.8666666667vw) 0 0;
    font-size: min(16px, 2.1333333333vw);
    font-weight: 300;
    text-align: center;
  }
}
.floating {
  background: rgba(46, 46, 46, 0.7);
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
}
.floating_inner {
  padding: min(20px, 1.5384615385vw) 0 min(18px, 1.3846153846vw);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: min(19px, 1.4615384615vw);
}
.floating_left {
  width: min(564px, 43.3846153846vw);
}
.floating_links {
  display: flex;
  justify-content: space-between;
  width: min(513px, 39.4615384615vw);
  flex-wrap: wrap;
}
.floating_links-apple {
  width: min(250px, 19.2307692308vw);
}
.floating_links-google {
  width: min(251px, 19.3076923077vw);
}
.floating_links-text {
  color: #fff;
  font-size: min(14px, 1.2389380531vw);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  margin: min(14px, 1.0769230769vw) 0 0;
}
.floating_links-text-inlineBlock {
  display: inline-block;
}
.floating_links-chibagin {
  font-family: YakuHanJP, "Noto Sans JP";
  color: #fff;
  font-size: min(14px, 1.2389380531vw);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  width: 100%;
  margin: min(14px, 1.0769230769vw) 0 0;
}
.floating_links-chibagin-link {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .floating_inner {
    padding: min(15px, 2vw) 0 min(14px, 1.8666666667vw);
    margin: 0 auto;
    display: block;
  }
  .floating_left {
    width: min(717px, 95.6vw);
    margin: 0 0 0 min(24px, 3.2vw);
  }
  .floating_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: max(-12px, -1.6vw) min(20px, 2.6666666667vw) 0;
  }
  .floating_links-apple {
    width: min(227px, 30.2666666667vw);
    align-self: flex-start;
  }
  .floating_links-google {
    width: min(227px, 30.2666666667vw);
    align-self: flex-start;
  }
  .floating_links-text {
    margin: min(8px, 1.0666666667vw) 0 0 0;
    font-size: min(16px, 2.1333333333vw);
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.25;
  }
  .floating_links-chibagin {
    font-family: YakuHanJP, "Noto Sans JP";
    color: #fff;
    font-size: min(20px, 2.6666666667vw);
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-align: left;
    width: auto;
    margin: 0;
  }
}
.modal_content {
  width: min(785px, 78.5vw);
  background-color: #fff;
  margin: auto;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .modal_content {
    width: 82.6666666667vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.modal_content .close-btn {
  width: min(46px, 4.6vw);
  position: absolute;
  top: 0;
  right: max(-56px, -5.6vw);
}
@media screen and (max-width: 749px) {
  .modal_content .close-btn {
    width: 6.1333333333vw;
    top: -6.1333333333vw;
    right: -6.1333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .modal_content .inner {
    margin: 10.1333333333vw 0 0;
  }
}
.modal_content .header {
  height: min(66px, 6.6vw);
  background-color: #464646;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 749px) {
  .modal_content .header {
    height: 12.4vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.modal_content .header .header_text {
  font-size: min(24px, 2.4vw);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 749px) {
  .modal_content .header .header_text {
    font-size: 4.2666666667vw;
  }
}
.modal_content .body {
  padding: min(13px, 1.3vw) min(37px, 3.7vw) min(37px, 3.7vw) min(52px, 5.2vw);
}
@media screen and (max-width: 749px) {
  .modal_content .body {
    padding: 2.8vw 4.2666666667vw 4.5333333333vw;
  }
}
.modal_content .body .body_inner {
  position: relative;
}
.modal_content .body .body_inner .cv_btn {
  width: min(329px, 32.9vw);
  position: absolute;
}
@media screen and (max-width: 749px) {
  .modal_content .body .body_inner .cv_btn {
    width: 72.5333333333vw;
    position: static;
  }
}
.modal_content .body .body_inner .cv_btn_web {
  top: min(158px, 15.8vw);
  right: max(-6px, -0.6vw);
}
@media screen and (max-width: 749px) {
  .modal_content .body .body_inner .cv_btn_web {
    display: inline-block;
    margin: 5.6vw 0 0;
  }
}
.modal_content .body .body_inner .cv_btn_madoguchi {
  top: min(422px, 42.2vw);
  right: max(-6px, -0.6vw);
}
@media screen and (max-width: 749px) {
  .modal_content .body .body_inner .title_web {
    border: 0.4vw solid #464646;
    border-radius: 4vw;
    padding: 1.8666666667vw 9.0666666667vw 1.4666666667vw;
    position: relative;
    line-height: 0;
  }
  .modal_content .body .body_inner .title_web::before {
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 2px;
    background-color: #464646;
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    margin-top: -1px;
  }
  .modal_content .body .body_inner .title_web::after {
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 2px;
    background-color: #464646;
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    margin-top: -1px;
    transform: rotate(90deg);
  }
  .modal_content .body .body_inner .title_web.open::after {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 749px) {
  .modal_content .body .body_inner .body_web {
    padding: 2.6666666667vw 0 0;
  }
  .modal_content .body .body_inner .body_web .img_wrapper_web {
    width: spImgWidth(1004);
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .modal_content .body .body_inner .title_madoguchi {
    border: 0.4vw solid #464646;
    border-radius: 4vw;
    padding: 1.3333333333vw 10vw 1.6vw;
    position: relative;
    line-height: 0;
  }
  .modal_content .body .body_inner .title_madoguchi::before {
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 2px;
    background-color: #464646;
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    margin-top: -1px;
  }
  .modal_content .body .body_inner .title_madoguchi::after {
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 2px;
    background-color: #464646;
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    margin-top: -1px;
    transform: rotate(90deg);
  }
  .modal_content .body .body_inner .title_madoguchi.open::after {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 749px) {
  .modal_content .body .body_inner .body_madoguchi {
    display: none;
    padding: 2.6666666667vw 0 0;
  }
  .modal_content .body .body_inner .body_madoguchi .img_wrapper_web {
    width: spImgWidth(1004);
    margin: 0 auto;
  }
}
.modal_content .body .body_inner .notes {
  margin-top: min(40px, 4vw);
}
@media screen and (max-width: 749px) {
  .modal_content .body .body_inner .notes {
    margin-top: 3.6vw;
  }
}
.modal_content .body .body_inner .notes p {
  font-size: min(12px, 1.2vw);
  letter-spacing: 0.04em;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 749px) {
  .modal_content .body .body_inner .notes p {
    font-size: 2.4vw;
    line-height: 1.4;
    text-indent: -1em;
  }
}
.modal_content .line {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: min(51px, 5.1vw) 0 min(22px, 2.2vw);
}
@media screen and (max-width: 749px) {
  .modal_content .line {
    margin: 2.6666666667vw 0 2vw;
  }
}

.mfp-close {
  opacity: 1;
}

.modal_loan_inner {
  width: min(1170px, 83.5714285714vw);
  padding: min(28px, 2vw) min(64px, 4.5714285714vw) min(16px, 1.1428571429vw);
  margin: 0 auto;
  background: #fff;
  border-radius: 38px;
}
.modal_loan_ttl {
  font-family: "Noto Sans JP";
  color: #e70012;
  font-size: min(32px, 2.2857142857vw);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  padding: 0 0 min(24px, 1.7142857143vw);
  border-bottom: 2px solid #e70012;
}
.modal_loan_img {
  margin: min(35px, 2.5vw) auto 0;
  width: min(997px, 71.2142857143vw);
}
.modal_loan_box {
  margin: min(35px, 2.5vw) auto 0;
  display: flex;
  justify-content: center;
  gap: min(29px, 2.0714285714vw);
}
.modal_loan_box_left {
  margin: min(62px, 4.4285714286vw) auto 0;
  width: min(563px, 40.2142857143vw);
}
.modal_loan_box_left:hover {
  opacity: 0.8;
}
.modal_loan_box_right {
  width: min(461px, 32.9285714286vw);
  position: relative;
}
.modal_loan_box_right_link {
  position: absolute;
  right: min(45px, 3.2142857143vw);
  bottom: min(26px, 1.8571428571vw);
  width: min(264px, 18.8571428571vw);
  cursor: pointer;
}
.modal_loan_box_right_close {
  margin: min(12px, 0.8571428571vw) auto 0;
  width: min(461px, 32.9285714286vw);
  height: auto;
  display: block;
  position: relative;
}
.modal_loan_modal {
  display: none;
  position: absolute;
  width: min(560px, 40vw);
  left: calc(50% - min(220px, 15.7142857143vw));
  cursor: default;
  z-index: 999999;
}
.modal_loan_modal_pdf {
  display: block;
  width: min(351px, 25.0714285714vw);
  position: absolute;
  left: min(30px, 2.1428571429vw);
  bottom: min(33px, 2.3571428571vw);
}
.modal_loan_modal_close {
  width: min(119px, 8.5vw);
  position: absolute;
  right: min(22px, 1.5714285714vw);
  bottom: min(22px, 1.5714285714vw);
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .modal_loan_inner {
    width: min(676px, 90.1333333333vw);
    padding: min(37px, 4.9333333333vw) min(35px, 4.6666666667vw) min(26px, 3.4666666667vw);
    border-radius: 19px;
  }
  .modal_loan_ttl {
    font-size: min(27px, 3.6vw);
    padding: 0 0 min(24px, 3.2vw);
  }
  .modal_loan_img {
    margin: min(29px, 3.8666666667vw) auto 0;
    width: min(607px, 80.9333333333vw);
  }
  .modal_loan_box {
    margin: min(15px, 2vw) auto 0;
    display: block;
  }
  .modal_loan_box_left {
    margin: 0 auto;
    width: min(507px, 67.6vw);
  }
  .modal_loan_box_right {
    margin: min(12px, 1.6vw) auto 0;
    width: min(498px, 66.4vw);
    position: relative;
  }
  .modal_loan_box_right_link {
    position: absolute;
    right: min(50px, 6.6666666667vw);
    bottom: min(26px, 3.4666666667vw);
    width: min(264px, 35.2vw);
    cursor: pointer;
  }
  .modal_loan_box_right_close {
    margin: min(16px, 2.1333333333vw) auto 0;
    width: min(250px, 33.3333333333vw);
    display: block;
    position: relative;
  }
  .modal_loan_modal {
    display: none;
    position: absolute;
    width: min(385px, 51.3333333333vw);
    left: max(-12px, -1.6vw);
    cursor: default;
    z-index: 99999999;
  }
  .modal_loan_modal_pdf {
    display: block;
    width: min(319px, 42.5333333333vw);
    position: absolute;
    left: min(19px, 2.5333333333vw);
    bottom: min(80px, 10.6666666667vw);
  }
  .modal_loan_modal_close {
    width: min(108px, 14.4vw);
    position: absolute;
    right: auto;
    left: min(22px, 2.9333333333vw);
    bottom: min(24px, 3.2vw);
  }
}
.js-fadeUpAnimation {
  transform: translate(0, 100px);
  opacity: 0;
  transition: 1s all;
}
.js-fadeUpAnimation.active {
  transform: translate(0, 0);
  opacity: 1;
}