@charset "UTF-8";
/* CSS Document */
/*reset css--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
  word-break: break-all;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, improve, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/
/*base--------------------*/
a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/
/*font--------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}
body a {
  color: #333333;
}

@media screen and (max-width: 768px) {
  body p[class][class]:not(.fv p) {
    font-size: 17px;
  }
}
/*font--------------------*/
/*inner--------------------*/
.l-inner {
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 90%;
  }
}

.l-inner-w {
  width: 85%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-inner-w {
    width: 90%;
  }
}

/*inner--------------------*/
/*br--------------------*/
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

/*br--------------------*/
/*fv--------------------*/
.c-fv {
  width: 95%;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  height: 145px;
  background-image: url(../images/common/fv_sub_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-fv {
    background-image: url(../images/common/fv_sub_bg_sp.png);
    height: 85px;
    width: 90%;
  }
}
.c-fv__inner {
  height: 100%;
  padding-left: 5.7%;
  display: flex;
  align-items: center;
}
.c-fv__ttl {
  font-size: clamp(1.25rem, 0.833rem + 0.87vw, 1.875rem);
  font-weight: bold;
  line-height: 1.2083333333;
  letter-spacing: 0.1em;
  color: #0058a2;
}
@media screen and (max-width: 768px) {
  .c-fv__ttl {
    font-family: 24px;
  }
}

/*fv--------------------*/
/*ttl--------------------*/
.c-ttl {
  text-align: center;
}
.c-ttl-jp {
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  font-weight: 900;
  color: #0058a2;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
@media screen and (max-width: 768px) {
  .c-ttl-jp {
    font-size: 24px;
  }
}
.c-ttl-en {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.4em;
  margin-top: 15px;
  display: block;
}

/*ttl--------------------*/
/*header--------------------*/
.l-header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #ffffff;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 95%;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}
.l-header__logo-link {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: bold;
  color: #0058a2;
}
@media screen and (max-width: 768px) {
  .l-header__logo-link {
    font-size: 18px;
    position: fixed;
    top: 20px;
    left: 5%;
    z-index: 999999999;
  }
}
.l-header__group {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .l-header__group {
    padding-top: 100px;
    flex-direction: column;
    gap: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eff5fa;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
}
.l-header__group-link {
  font-size: 16px;
  font-weight: 500;
}
.l-header__group-contact {
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  background: #0058a2;
  border-radius: 14px;
  color: #ffffff;
}
.l-header .js-header-group.active {
  opacity: 1;
  visibility: visible;
}
.l-header .js-btn {
  position: fixed;
  cursor: pointer;
  width: 32px;
  height: 25px;
  top: 16px;
  right: 5%;
  border-radius: 6px;
  border: 1px solid #0058a2;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .js-btn {
    display: block;
  }
}
.l-header .js-btn span {
  display: block;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background: #0058a2;
  width: 20px;
  transform: translateX(-50%);
}
.l-header .js-btn span:nth-of-type(1) {
  top: 6px;
}
.l-header .js-btn span:nth-of-type(2) {
  top: 11px;
}
.l-header .js-btn span:nth-of-type(3) {
  top: 16px;
}
.l-header .js-btn.active span:nth-of-type(1) {
  top: 5px;
  left: 50%;
  transform: translate(-50%, 6px) rotate(-45deg);
  width: 20px;
}
.l-header .js-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .js-btn.active span:nth-of-type(3) {
  top: 17px;
  left: 50%;
  transform: translate(-50%, -6px) rotate(45deg);
  width: 20px;
}

/*header--------------------*/
/*footer--------------------*/
.l-footer {
  background: #accbe5;
  padding: 85px 0 95px 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 35px 0 30px 0;
  }
}
.l-footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .l-footer__wrapper {
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 45px;
  }
}
.l-footer__content {
  display: flex;
  gap: 85px;
}
@media screen and (max-width: 1024px) {
  .l-footer__content {
    flex-direction: column;
    gap: 35px;
  }
}
.l-footer__logo-link {
  font-size: 24px;
  font-weight: bold;
  color: #0058a2;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-link {
    font-size: 17px;
  }
}
.l-footer__group {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.l-footer__group-link {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer__group-link {
    font-size: 15px;
  }
}
.l-footer__contact-link {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 14px;
  background: #0058a2;
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-link {
    font-size: 17px;
    padding: 10px 30px;
  }
}
.l-footer__copy {
  font-size: 14px;
  color: #0058a2;
}
@media screen and (max-width: 1024px) {
  .l-footer__copy {
    font-size: 15px;
    text-align: center;
  }
}

/*footer--------------------*/
/*main--------------------*/
.l-main {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 60px;
  }
}

/*main--------------------*/
/*cta--------------------*/
.l-cta {
  padding: 0 0 150px 0;
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 0 0 60px 0;
  }
}
.l-cta__block {
  position: relative;
}
.l-cta__block a {
  width: 100%;
  height: 100%;
  display: block;
}
.l-cta__contact {
  border-radius: 50%;
  background: #f0f8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .l-cta__contact {
    width: 47.8%;
  }
}
.l-cta__contact-txt {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #0058a2;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-cta__contact-txt {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
}
.l-cta__contact-icon {
  width: 22.7%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-cta__contact-icon {
    width: 25.8%;
  }
}

/*cta--------------------*/
/*top--------------------*/
.top .fv {
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.top .fv__bg-Pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .top .fv__bg-Pc {
    display: none;
  }
}
.top .fv__bg-Sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top .fv__bg-Sp {
    display: block;
  }
}
.top .fv__content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1366px) {
  .top .fv__content {
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .top .fv__content {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
  }
}
.top .fv__content-ttl {
  font-size: clamp(1.5rem, 1rem + 1.04vw, 2.25rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5555555556;
  color: #0058a2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top .fv__content-ttl {
    font-size: 5vw;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
.top .fv__content-frame {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .fv__content-frame {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.top .fv__content-txt {
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .top .fv__content-txt {
    font-size: 4.5vw;
    line-height: 1.2941176471;
    letter-spacing: 0.1em;
  }
}
.top .fv__content-icon {
  position: absolute;
  bottom: 0;
  right: -85px;
  width: 130px;
}
@media screen and (max-width: 1366px) {
  .top .fv__content-icon {
    width: 100px;
    right: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .top .fv__content-icon {
    width: 75px;
    right: -55px;
  }
}
@media screen and (max-width: 768px) {
  .top .fv__content-icon {
    width: 22.3%;
    position: static;
    bottom: unset;
    right: unset;
  }
}

.top .about {
  padding: 100px 0 80px 0;
  display: flow-root;
  position: relative;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top .about {
    padding: 40px 0 80px 0;
  }
}
.top .about::before {
  content: "";
  width: 290px;
  height: 470px;
  background-image: url(../images/top/about_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -167px;
  left: -5px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top .about::before {
    width: 67%;
    height: auto;
    aspect-ratio: 1618/1698;
    bottom: 0;
    transform: translateY(55%);
    left: -10%;
    background-image: url(../images/top/about_sp_bg.jpg);
    z-index: -1;
  }
}
.top .about .c-ttl {
  width: 38.5%;
  float: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top .about .c-ttl {
    width: 100%;
    float: unset;
    text-align: left;
    margin-bottom: 30px;
  }
}
.top .about__content {
  width: 54%;
  float: right;
}
@media screen and (max-width: 768px) {
  .top .about__content {
    width: 100%;
    float: unset;
    margin-bottom: 30px;
  }
}
.top .about__content-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.top .about__content-lead {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  line-height: 1.25;
  font-weight: bold;
  color: #0058a2;
  margin-bottom: 20px;
}
.top .about__content-txt {
  font-size: 16px;
  line-height: 1.8125;
}
.top .about__image {
  width: 38.5%;
  float: left;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top .about__image {
    width: 70%;
    float: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.top .flow {
  background: #0e63aa;
  position: relative;
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  .top .flow {
    background: #eff5fa;
    padding: 50px 0;
    border-radius: 0 100px 0 0;
  }
}
.top .flow .c-ttl {
  text-align: left;
}
.top .flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  max-width: 1330px;
  height: 100%;
  background: #eff5fa;
  z-index: 20;
  border-radius: 200px 10px;
}
@media screen and (max-width: 768px) {
  .top .flow::before {
    display: none;
  }
}
.top .flow::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 165px;
  background: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top .flow::after {
    display: none;
  }
}
.top .flow__frame {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .flow__frame {
    flex-direction: column;
  }
}
.top .flow__frame * {
  position: relative;
  z-index: 100;
}
.top .flow__frame .c-ttl {
  writing-mode: vertical-rl;
  position: relative;
  padding-left: 15px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .top .flow__frame .c-ttl {
    writing-mode: unset;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0;
    height: auto;
    margin-bottom: 30px;
  }
}
.top .flow__frame .c-ttl::before {
  content: "";
  content: "";
  width: 94px;
  height: 106px;
  background-image: url(../images/top/flow_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -130px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top .flow__frame .c-ttl::before {
    width: 70px;
    height: 65px;
    bottom: 0;
    right: -80px;
    left: unset;
  }
}
.top .flow__frame .c-ttl-en {
  margin: 0;
}
.top .flow__block {
  width: 83.5%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top .flow__block {
    width: 100%;
    margin-left: 0;
  }
}
.top .flow__block-catch {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #0e63aa;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .top .flow__block-catch {
    margin-bottom: 40px;
  }
}
.top .flow__block-item {
  background: #ffffff;
  padding: 50px;
  border: 1px solid #0058a2;
  border-radius: 100px 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top .flow__block-item {
    flex-direction: column;
    padding: 20px 30px;
    border-radius: 50px 10px;
  }
}
.top .flow__block-item:nth-of-type(odd) {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .top .flow__block-item:nth-of-type(odd) {
    width: 100%;
  }
}
.top .flow__block-item:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .top .flow__block-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.top .flow__block-icon {
  width: 20.4%;
  min-width: 175px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .top .flow__block-icon {
    width: 100px;
    min-width: 100px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.top .flow__block-head {
  display: flex;
}
@media screen and (max-width: 768px) {
  .top .flow__block-head {
    flex-direction: column;
  }
}
.top .flow__block-step {
  font-size: 14px;
  font-weight: 500;
  color: #f6eb71;
  width: 80px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #0058a2;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .top .flow__block-step {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.top .flow__block-ttl {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: bold;
  color: #0058a2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top .flow__block-ttl {
    font-size: 18px;
    line-height: 1.5714285714;
  }
}
.top .flow__block-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5555555556;
}
.top .flow__block-txt:not(:last-of-type) {
  margin-bottom: 15px;
}
.top .flow__block-list {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #0058a2;
}
@media screen and (max-width: 768px) {
  .top .flow__block-list {
    line-height: 1.7647058824;
  }
}
.top .flow__block-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #c8dbeb;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top .flow__block-list::before {
    top: 6px;
  }
}
.top .flow__block-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.top .flow__block-note {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1428571429;
  margin-top: 15px;
}
.top .flow__block-arrow {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .top .flow__block-arrow {
    width: 60px;
    margin-bottom: 15px;
  }
}

.top .fee {
  padding: 135px 0;
  background: #0e63aa;
}
@media screen and (max-width: 768px) {
  .top .fee {
    padding: 45px 0 60px 0;
  }
}
.top .fee__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top .fee__ttl {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.top .fee__ttl-jp {
  font-size: clamp(1.875rem, 1.208rem + 1.39vw, 2.875rem);
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .top .fee__ttl-jp {
    font-size: 30px;
    margin-right: 0;
  }
}
.top .fee__ttl-icon {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .top .fee__ttl-icon {
    position: absolute;
    width: 70px;
    right: -75px;
    top: -25px;
  }
}
.top .fee__lead {
  font-size: clamp(1.875rem, 1.375rem + 1.04vw, 2.625rem);
  color: #ffec61;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top .fee__lead {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.top .fee__lead span {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .top .fee__lead span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
  }
}
.top .fee__intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top .fee__intro {
    margin-bottom: 45px;
  }
}
.top .fee__intro-txt {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  line-height: 1.8333333333;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .top .fee__intro-txt {
    text-align: left;
  }
}
.top .fee__intro-txt:first-of-type {
  font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
  line-height: 1.75;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top .fee__intro-txt:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top .fee__intro-txt:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.top .fee__model {
  border-radius: 20px;
  background: #eff5fa;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top .fee__model {
    padding: 30px;
    flex-direction: column;
    align-items: center;
  }
}
.top .fee__model-content {
  width: 57.6%;
}
@media screen and (max-width: 768px) {
  .top .fee__model-content {
    width: 100%;
  }
}
.top .fee__model-lead {
  display: flex;
  align-items: flex-end;
  font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
  font-weight: bold;
  color: #0058a2;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top .fee__model-lead {
    font-size: 24px;
    flex-direction: column;
    align-items: center;
  }
}
.top .fee__model-lead span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top .fee__model-lead span {
    font-size: 17px;
    margin-top: 10px;
  }
}
.top .fee__model-item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .top .fee__model-item {
    flex-direction: column;
  }
}
.top .fee__model-item:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top .fee__model-item:first-of-type {
    margin-bottom: 20px;
  }
}
.top .fee__model-head {
  font-size: 16px;
  color: #0058a2;
  border: 1px solid #0058a2;
  width: 90px;
  min-width: 90px;
  border-radius: 8px;
  padding: 8px 0;
  margin-right: 15px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top .fee__model-head {
    font-size: 17px;
    width: 80px;
    padding: 3px 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.top .fee__model-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6666666667;
}
.top .fee__model-note {
  font-size: 14px;
  margin-top: 15px;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  .top .fee__model-note {
    font-size: 14px !important;
    margin-bottom: 30px;
  }
}
.top .fee__model-image {
  width: 29.3%;
}
@media screen and (max-width: 768px) {
  .top .fee__model-image {
    width: 200px;
  }
}

.top .feature {
  padding: 130px 0 115px 0;
}
@media screen and (max-width: 768px) {
  .top .feature {
    padding: 50px 0 0 0;
  }
}
.top .feature .c-ttl {
  text-align: center;
  margin-bottom: 30px;
}
.top .feature__group {
  display: flex;
  gap: 8%;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .top .feature__group {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 45px;
  }
}
.top .feature__group-list {
  width: 28%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .feature__group-list {
    width: 100%;
    max-width: 210px;
  }
}
.top .feature__group-number {
  font-size: clamp(2.25rem, 1.583rem + 1.39vw, 3.25rem);
  font-weight: bold;
  color: #fff04b;
  text-shadow: 1px 1px 0 #0058a2, -1px 1px 0 #0058a2, 1px -1px 0 #0058a2, -1px -1px 0 #0058a2;
  position: absolute;
  top: 25px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .top .feature__group-number {
    font-size: 30px;
    top: 10px;
  }
}
.top .feature__group-icon {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top .feature__group-icon {
    margin-bottom: 15px;
  }
}
.top .feature__group-lead {
  font-size: clamp(1rem, 0.75rem + 0.52vw, 1.375rem);
  font-weight: bold;
  color: #0058a2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top .feature__group-lead {
    font-size: 20px;
  }
}
.top .feature__group-txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.top .feature__attention {
  border-radius: 20px;
  border: 1px solid #0058a2;
  padding: 30px 45px;
  margin-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .top .feature__attention {
    padding: 25px;
    margin-bottom: 50px;
  }
}
.top .feature__attention-lead {
  font-size: 18px;
  color: #0058a2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top .feature__attention-lead {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.top .feature__attention-group {
  margin-bottom: 15px;
}
.top .feature__attention-list {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top .feature__attention-list {
    font-size: 17px;
    line-height: 1.7647058824;
  }
}
.top .feature__attention-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #c8dbeb;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .top .feature__attention-list::before {
    top: 6px;
  }
}
.top .feature__attention-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.top .feature__attention-note {
  font-size: 14px;
  color: #0058a2;
}
@media screen and (max-width: 768px) {
  .top .feature__attention-note {
    line-height: 2.1428571429;
  }
}

.top .voice {
  padding: 65px 0 55px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .voice {
    padding: 30px 0 45px 0;
    background: #f0f8ff;
  }
}
.top .voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  max-width: 1330px;
  height: 100%;
  background: #f0f8ff;
  border-radius: 200px 10px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top .voice::before {
    display: none;
  }
}
.top .voice .c-ttl {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top .voice .c-ttl {
    margin-bottom: 30px;
  }
}
.top .voice__block {
  position: relative;
}
.top .voice__block * {
  z-index: 1;
}
.top .voice__block-item {
  padding: 35px 50px 50px 50px;
  border-radius: 20px;
  border: 1px solid #0058a2;
  background: #ffffff;
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .voice__block-item {
    flex-direction: column;
    padding: 30px 30px 45px 30px;
    width: 100%;
  }
}
.top .voice__block-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.top .voice__block-info {
  width: 125px;
  min-width: 125px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .voice__block-info {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
}
.top .voice__block-icon {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top .voice__block-icon {
    width: 65px;
    margin-right: 20px;
    margin-bottom: 0;
    position: relative;
  }
}
.top .voice__block-head {
  color: #b5d4ed;
  position: absolute;
  top: -15px;
  left: -35px;
}
@media screen and (max-width: 768px) {
  .top .voice__block-head {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.top .voice__block-case {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top .voice__block-case {
    font-size: 17px;
  }
}
.top .voice__block-number {
  font-size: clamp(1.875rem, 1.292rem + 1.22vw, 2.75rem);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top .voice__block-number {
    font-size: 15px;
  }
}
.top .voice__block-frame {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .voice__block-frame {
    text-align: left;
  }
}
.top .voice__block-name {
  font-size: 18px;
  margin-bottom: 10px;
}
.top .voice__block-status {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .top .voice__block-status {
    font-size: 15px !important;
  }
}
.top .voice__block-content {
  width: calc(100% - 175px);
}
@media screen and (max-width: 768px) {
  .top .voice__block-content {
    width: 100%;
  }
}
.top .voice__block-cat {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 13px;
  background: #0058a2;
  padding: 5px 10px;
  font-size: 16px;
  color: #f6eb71;
  text-align: center;
  margin-bottom: 20px;
}
.top .voice__block-ttl {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: bold;
  color: #0058a2;
  line-height: 1.25;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top .voice__block-ttl {
    font-size: 18px;
  }
}
.top .voice__block-txt {
  font-size: 16px;
  line-height: 1.75;
}

.top .reason {
  padding: 150px 0 100px 0;
}
@media screen and (max-width: 768px) {
  .top .reason {
    padding: 45px 0 40px 0;
  }
}
.top .reason__frame {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 6%;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .top .reason__frame {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
}
.top .reason__thumbnail {
  width: 26.5%;
}
@media screen and (max-width: 768px) {
  .top .reason__thumbnail {
    width: 200px;
  }
}
.top .reason__content {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .top .reason__content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top .reason__content .c-ttl {
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .top .reason__content .c-ttl {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .top .reason__content .c-ttl-jp {
    font-size: 21px;
  }
}
.top .reason__content-txt {
  font-size: 16px;
  line-height: 2;
}
.top .reason__content-txt span {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #0058a2;
}
@media screen and (max-width: 768px) {
  .top .reason__content-txt span {
    font-size: 18px;
  }
}
.top .reason__content-txt:not(:last-of-type) {
  margin-bottom: 5px;
}

/*top--------------------*/
/*gaiyo--------------------*/
.gaiyo .message {
  padding: 105px 0 90px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gaiyo .message {
    padding: 50px 0 60px 0;
    text-align: left;
  }
}
.gaiyo .message .c-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gaiyo .message .c-ttl {
    margin-left: 0;
    text-align: left;
  }
}
.gaiyo .message .c-ttl::before {
  content: "";
  width: 140px;
  height: 85px;
  background-image: url(../images/gaiyo/message_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5px;
  right: -170px;
}
@media screen and (max-width: 768px) {
  .gaiyo .message .c-ttl::before {
    width: 85px;
    height: 50px;
    top: 0;
    right: -90px;
    bottom: unset;
  }
}
.gaiyo .message__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7222222222;
  color: #0058a2;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .gaiyo .message__lead {
    margin-bottom: 20px;
  }
}
.gaiyo .message__txt {
  font-size: 16px;
  line-height: 1.9375;
}
.gaiyo .message__txt:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .gaiyo .message__txt:not(:last-of-type) {
    margin-bottom: 25px;
  }
}

.gaiyo .notice {
  background: #eff5fa;
}
@media screen and (max-width: 768px) {
  .gaiyo .notice {
    position: relative;
  }
  .gaiyo .notice::before {
    content: "";
    width: 50%;
    aspect-ratio: 400/270;
    background-image: url(../images/gaiyo/notice_sp_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 1;
  }
}
.gaiyo .notice .l-inner {
  padding: 75px 0 85px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gaiyo .notice .l-inner {
    padding: 40px 0 75px 0;
  }
}
.gaiyo .notice .l-inner::before {
  content: "";
  width: 35%;
  aspect-ratio: 694/376;
  background-image: url(../images/gaiyo/notice_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(calc(-50% - 75px));
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .gaiyo .notice .l-inner::before {
    display: none;
  }
}
.gaiyo .notice__frame {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .gaiyo .notice__frame {
    flex-direction: column-reverse;
  }
}
.gaiyo .notice__content {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .gaiyo .notice__content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.gaiyo .notice__content-ttl {
  font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #0058a2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gaiyo .notice__content-ttl {
    font-size: 24px;
    line-height: 1.4583333333;
    margin-bottom: 25px;
  }
}
.gaiyo .notice__content-group {
  margin-bottom: 30px;
}
.gaiyo .notice__content-list {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 768px) {
  .gaiyo .notice__content-list {
    font-size: 17px;
  }
}
.gaiyo .notice__content-list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #c8dbeb;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .gaiyo .notice__content-list::before {
    top: 6px;
  }
}
.gaiyo .notice__content-list:not(:last-of-type) {
  margin-bottom: 10px;
}
.gaiyo .notice__content-txt {
  font-size: 16px;
  line-height: 2.125;
}
.gaiyo .notice__thumbnail {
  width: 35%;
  height: -moz-max-content;
  height: max-content;
  transform: translateX(-75px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1366px) {
  .gaiyo .notice__thumbnail {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .gaiyo .notice__thumbnail {
    width: 63%;
    aspect-ratio: 688/474;
    margin-left: auto;
    margin-right: auto;
  }
}
.gaiyo .notice__thumbnail::before {
  content: "";
  width: 350px;
  height: 190px;
  background-image: url(../images/gaiyo/notice_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, calc(100% - 45px));
  z-index: -1;
  display: none;
}
@media screen and (max-width: 1366px) {
  .gaiyo .notice__thumbnail::before {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .gaiyo .notice__thumbnail::before {
    display: none;
  }
}

.gaiyo .faq {
  padding: 190px 0 80px 0;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq {
    padding: 40px 0 0 0;
    background: #eff5fa;
  }
}
.gaiyo .faq .c-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq .c-ttl {
    margin-bottom: 20px;
  }
}
.gaiyo .faq .c-ttl::before {
  content: "";
  width: 87px;
  height: 85px;
  background-image: url(../images/gaiyo/faq_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  right: -115px;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq .c-ttl::before {
    width: 60px;
    height: 50px;
    top: -10px;
    right: -65px;
  }
}
.gaiyo .faq__txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__txt {
    font-size: 14px !important;
    line-height: 1.2857142857;
  }
}
.gaiyo .faq__block {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
  margin-bottom: 145px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__block {
    margin-bottom: 100px;
  }
}
.gaiyo .faq__block::before {
  content: "";
  width: 140px;
  height: 95px;
  background-image: url(../images/gaiyo/faq_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -85px;
  left: -125px;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__block::before {
    width: 125px;
    height: 80px;
    bottom: -100px;
    left: 25px;
  }
}
.gaiyo .faq__block-item {
  padding: 45px 45px 45px 90px;
  border-radius: 20px;
  border: 1px solid #0058a2;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__block-item {
    background: #ffffff;
    padding: 15px 30px 35px 55px;
  }
}
.gaiyo .faq__block-head {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__block-head {
    margin-bottom: 20px;
  }
}
.gaiyo .faq__block-head::before {
  content: "Q";
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0058a2;
  width: 24px;
  min-width: 24px;
  height: 24px;
  color: #ffffff;
  position: absolute;
  top: 2px;
  left: -45px;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__block-head::before {
    left: -30px;
    font-size: 12px;
  }
}
.gaiyo .faq__block-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #0058a2;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__block-ttl {
    font-size: 18px;
  }
}
.gaiyo .faq__block-bottom {
  position: relative;
}
.gaiyo .faq__block-bottom::before {
  content: "A";
  font-size: 14px;
  line-height: 1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4c98d8;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 24px;
  color: #ffffff;
  position: absolute;
  top: 2px;
  left: -45px;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__block-bottom::before {
    left: -30px;
    font-size: 12px;
  }
}
.gaiyo .faq__block-txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__block-txt {
    font-size: 17px;
  }
}
.gaiyo .faq__block-txt:not(:last-of-type) {
  margin-bottom: 20px;
}
.gaiyo .faq__block-group {
  margin-bottom: 20px;
}
.gaiyo .faq__block-list {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  color: #0058a2;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__block-list {
    font-size: 17px;
  }
}
.gaiyo .faq__block-list::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.gaiyo .faq__block-list:not(:last-of-type) {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__frame {
    padding: 35px 0;
    background: #ffffff;
    position: relative;
    z-index: 100;
  }
}
.gaiyo .faq__note {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: bold;
  line-height: 1.9166666667;
  text-align: center;
  color: #0058a2;
}
@media screen and (max-width: 768px) {
  .gaiyo .faq__note {
    font-size: 24px;
  }
}

.gaiyo .organization {
  padding: 0 0 125px 0;
}
@media screen and (max-width: 768px) {
  .gaiyo .organization {
    padding: 0 0 90px 0;
  }
}
.gaiyo .organization__block {
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .gaiyo .organization__block {
    width: 100%;
  }
}
.gaiyo .organization__block-item {
  padding: 35px 0 40px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .gaiyo .organization__block-item {
    padding: 35px 0;
    flex-direction: column;
  }
}
.gaiyo .organization__block-item:first-of-type {
  padding-top: 0;
}
.gaiyo .organization__block-item:first-of-type .organization__block-txt:nth-of-type(3)::before {
  content: "住所：";
}
.gaiyo .organization__block-item:not(:last-of-type) {
  border-bottom: 1px solid #e7e7e6;
}
.gaiyo .organization__block-head {
  width: 245px;
  min-width: 245px;
}
@media screen and (max-width: 1920px) {
  .gaiyo .organization__block-head {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .gaiyo .organization__block-head {
    width: 100%;
    margin-bottom: 25px;
  }
}
.gaiyo .organization__block-ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #0058a2;
  line-height: 1.8;
}
.gaiyo .organization__block-content {
  width: calc(100% - 245px);
}
@media screen and (max-width: 1920px) {
  .gaiyo .organization__block-content {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  .gaiyo .organization__block-content {
    width: 100%;
  }
}
.gaiyo .organization__block-frame {
  display: flex;
  align-items: center;
}
.gaiyo .organization__block-txt {
  font-size: 16px;
  line-height: 1.8125;
  display: flex;
}
.gaiyo .organization__block-txt span {
  margin-right: 10px;
}
.gaiyo .organization__block-list {
  font-size: 16px;
  line-height: 1.8125;
  position: relative;
  padding-left: 25px;
}
.gaiyo .organization__block-list::before {
  content: "";
  background: #c1dbf0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.gaiyo .organization__block-list:not(:last-of-type) {
  margin-bottom: 10px;
}

/*gaiyo--------------------*/
/*kyumin--------------------*/
.kyumin .deposit {
  display: flow-root;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kyumin .deposit::before {
    content: "";
    width: 64%;
    aspect-ratio: 694/482;
    background-image: url(../images/kyumin/deposit_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 1;
  }
}
.kyumin .deposit .l-inner {
  padding: 100px 0 125px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kyumin .deposit .l-inner {
    padding: 40px 0 80px 0;
  }
}
.kyumin .deposit .l-inner::before {
  content: "";
  width: 31%;
  aspect-ratio: 694/482;
  background-image: url(../images/kyumin/deposit_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(calc(-50% - 75px));
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .kyumin .deposit .l-inner::before {
    display: none;
  }
}
.kyumin .deposit .c-ttl {
  float: left;
  text-align: left;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .kyumin .deposit .c-ttl {
    float: unset;
    margin-bottom: 20px;
  }
}
.kyumin .deposit__content {
  width: 62.5%;
  float: right;
}
@media screen and (max-width: 768px) {
  .kyumin .deposit__content {
    width: 100%;
    float: unset;
    margin-bottom: 40px;
  }
}
.kyumin .deposit__content-lead {
  font-size: clamp(1.25rem, 1.083rem + 0.35vw, 1.5rem);
  font-weight: bold;
  color: #0058a2;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .kyumin .deposit__content-lead {
    font-size: 18px;
    line-height: 1.6666666667;
    margin-bottom: 20px;
  }
}
.kyumin .deposit__content-txt {
  font-size: 16px;
  line-height: 2.125;
}
.kyumin .deposit__content-txt:first-of-type {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .kyumin .deposit__content-txt:first-of-type {
    margin-bottom: 15px;
  }
}
.kyumin .deposit__content-spot {
  font-size: 16px;
  line-height: 2.125;
}
.kyumin .deposit__content-group {
  margin-bottom: 20px;
}
.kyumin .deposit__content-list {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  .kyumin .deposit__content-list {
    font-size: 17px;
  }
}
.kyumin .deposit__content-list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #c8dbeb;
  border-radius: 50%;
}
.kyumin .deposit__content-thumbnail {
  width: 35%;
  transform: translateX(-75px);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .kyumin .deposit__content-thumbnail {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .kyumin .deposit__content-thumbnail {
    width: 68%;
    aspect-ratio: 688/474;
    margin-left: auto;
    margin-right: auto;
  }
}
.kyumin .deposit__content-thumbnail::before {
  content: "";
  width: 346px;
  aspect-ratio: 694/482;
  background-image: url(../images/kyumin/deposit_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, calc(100% - 45px));
  z-index: -1;
  display: none;
}
@media screen and (max-width: 1024px) {
  .kyumin .deposit__content-thumbnail::before {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .kyumin .deposit__content-thumbnail::before {
    display: none;
  }
}

.kyumin .definition {
  padding: 70px 0;
  background: #eff5fa;
}
@media screen and (max-width: 768px) {
  .kyumin .definition {
    padding: 50px 0;
  }
}
.kyumin .definition__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .kyumin .definition__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.kyumin .definition .c-ttl {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .kyumin .definition .c-ttl {
    margin-bottom: 20px;
  }
}
.kyumin .definition__content-head {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .kyumin .definition__content-head {
    line-height: 1.7647058824;
    margin-bottom: 25px;
  }
}
.kyumin .definition__content-item {
  display: flex;
}
.kyumin .definition__content-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.kyumin .definition__content-label {
  min-width: 75px;
  width: 75px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #0058a2;
  border: 1px solid #0058a2;
  padding: 10px 0;
  text-align: center;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .kyumin .definition__content-label {
    margin-right: 10px;
    padding: 5px;
    font-size: 15px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.kyumin .definition__content-txt {
  font-size: 18px;
  line-height: 1.6111111111;
}
@media screen and (max-width: 768px) {
  .kyumin .definition__content-txt {
    font-size: 17px;
    font-weight: bold;
  }
}

.kyumin .flow {
  padding: 100px 0 125px 0;
}
@media screen and (max-width: 768px) {
  .kyumin .flow {
    padding: 60px 0;
  }
}
.kyumin .flow .c-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .kyumin .flow .c-ttl {
    margin-bottom: 10px;
  }
}
.kyumin .flow .c-ttl::before {
  content: "";
  width: 120px;
  height: 105px;
  background-image: url(../images/kyumin/flow_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  right: -135px;
}
@media screen and (max-width: 768px) {
  .kyumin .flow .c-ttl::before {
    width: 70px;
    height: 60px;
    top: -20px;
    right: -75px;
  }
}
.kyumin .flow__group {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 46px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .kyumin .flow__group {
    flex-direction: column;
    gap: 0;
    margin-bottom: 35px;
  }
}
.kyumin .flow__group-list {
  width: calc(25% - 34.5px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #eff5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kyumin .flow__group-list {
    width: 52%;
    position: relative;
  }
}
.kyumin .flow__group-list:not(:last-of-type)::before {
  content: "";
  width: 20px;
  height: 50px;
  background-image: url(../images/kyumin/flow_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .kyumin .flow__group-list:not(:last-of-type)::before {
    display: none;
    transform: none;
    top: unset;
  }
}
@media screen and (max-width: 768px) {
  .kyumin .flow__group-list:nth-of-type(odd)::before {
    content: "";
    width: 30px;
    height: 35px;
    background-image: url(../images/kyumin/flow_arrow_right_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .kyumin .flow__group-list:nth-of-type(2)::before {
    content: "";
    width: 30px;
    height: 35px;
    background-image: url(../images/kyumin/flow_arrow_left_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .kyumin .flow__group-list:nth-of-type(even) {
    margin-left: auto;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .kyumin .flow__group-list:not(:first-of-type) {
    margin-top: -45px;
  }
}
.kyumin .flow__group-number {
  font-size: clamp(1.5rem, 1rem + 1.04vw, 2.25rem);
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 0 #0058a2, -1px 1px 0 #0058a2, 1px -1px 0 #0058a2, -1px -1px 0 #0058a2;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .kyumin .flow__group-number {
    top: 15px;
    font-size: 8vw;
  }
}
.kyumin .flow__group-txt {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kyumin .flow__group-txt {
    font-size: 18px;
  }
}
.kyumin .flow__point {
  padding: 0 30px;
  border: 1px solid #0058a2;
  box-sizing: 20px;
  padding: 35px 50px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kyumin .flow__point {
    padding: 10px 25px 40px 25px;
    flex-direction: column;
  }
}
.kyumin .flow__point-catch {
  width: 175px;
  min-width: 175px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #0058a2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .kyumin .flow__point-catch {
    width: 140px;
    margin-bottom: 20px;
  }
}
.kyumin .flow__point-ttl {
  font-size: 18px;
  color: #fff04b;
}
.kyumin .flow__point-txt {
  font-size: 18px;
  line-height: 2.2222222222;
  width: calc(100% - 275px);
}
@media screen and (max-width: 768px) {
  .kyumin .flow__point-txt {
    width: 100%;
    font-size: 17px;
  }
}

.kyumin .approach {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .kyumin .approach {
    padding: 0 0 70px 0;
  }
}
.kyumin .approach__frame {
  display: flex;
  justify-content: flex-end;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .kyumin .approach__frame {
    flex-direction: column-reverse;
    gap: 35px;
  }
}
.kyumin .approach__thumbnail {
  width: 25.5%;
}
@media screen and (max-width: 768px) {
  .kyumin .approach__thumbnail {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.kyumin .approach__content {
  width: 58.5%;
}
@media screen and (max-width: 768px) {
  .kyumin .approach__content {
    width: 100%;
  }
}
.kyumin .approach__content-ttl {
  font-size: clamp(1.25rem, 1rem + 0.52vw, 1.625rem);
  font-weight: bold;
  color: #0058a2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .kyumin .approach__content-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.kyumin .approach__content-txt {
  font-size: 16px;
  line-height: 2.125;
}
.kyumin .approach__content-txt:not(:last-of-type) {
  margin-bottom: 20px;
}

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