@charset "UTF-8";
/*------------------------
  flow
------------------------*/
.flow-item {
  background-color: #F2F2F2;
  border-radius: 0.625rem;
  padding: 2.5rem 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-item {
    padding: 1.875rem 1.25rem;
  }
}
.flow-item + .flow-item {
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .flow-item + .flow-item {
    margin-top: 1.5625rem;
  }
}
.flow-item p.desc {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .flow-item p.desc {
    font-size: 0.9375rem;
  }
}
.flow-num {
  font-weight: 700;
  font-size: 1.25rem;
  position: absolute;
  left: 5rem;
  top: -0.4em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .flow-num {
    left: 1.25rem;
    font-size: 0.875rem;
  }
}
.flow-ttl {
  font-size: 1.875rem;
  font-weight: 500;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
  .flow-ttl {
    font-size: 1.25rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.flow-ex {
  margin-top: 1.25rem;
}
.flow-ex ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0.625rem;
  margin-top: 0.625rem;
}
.flow-ex ul li {
  background-color: #FFF;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.3125rem 1.25rem;
  border-radius: 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-ex ul li {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .flow-ex ul li {
    width: 100%;
    gap: 0.9375rem;
    padding: 0.3125rem 0.9375rem;
  }
}
.flow-ex ul li::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0.5rem 0.625rem 0.5rem;
  border-color: transparent transparent #FFF transparent;
  top: -0.5rem;
  left: 1.875rem;
}
.flow-ex p {
  font-weight: 700;
}
.flow-ex p small {
  font-weight: 400;
}
.flow-img {
  margin-top: 2.5rem;
}
.flow-img img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow-img img {
    width: 100%;
  }
}
.flow-img-column {
  margin: 1.25rem 0 1.875rem;
}
.flow-img-column .ly-row {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow-img-column .ly-row {
    flex-wrap: nowrap;
  }
}
.flow-img-column figure img {
  width: auto;
  height: 9.375rem;
  display: block;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 768px) {
  .flow-img-column figure img {
    height: 5rem;
  }
}
.flow-img-column figure figcaption {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow-img-column figure figcaption {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.flow-img-column + img {
  width: 30%;
  margin: 0 auto 0.625rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow-img-column + img {
    width: 100%;
    max-width: 31.25rem;
    margin: 0 auto 1.25rem;
  }
  .flow-img-column + img + p {
    line-height: 1.4;
  }
}

/*------------------------
  fee
------------------------*/
.fee-sect {
  background-color: #FAFAFA;
}
.fee-sect .sec-ttl {
  font-size: 1.875rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .fee-sect .sec-ttl {
    font-size: 1.25rem;
  }
}
.fee-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .fee-wrap {
    grid-template-columns: 1fr;
  }
}
.fee-item {
  background-color: #FFF;
  border-radius: 0.625rem;
  position: relative;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.fee-item::before {
  content: "+";
  position: absolute;
  z-index: 10;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  color: #FFF;
  background-color: #0486C2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: -1.875rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fee-item::before {
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.875rem;
  }
}
.fee-item h3 {
  font-size: 1.5rem;
  color: #FFF;
  padding: 0.9375rem 1.875rem;
  border-radius: 0.625rem 0.625rem 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fee-item h3 {
    font-size: 1.25rem;
  }
}
.fee-item h3 .en {
  font-size: 1.75rem;
  margin-right: 0.5rem;
}
.fee-item h3 small {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .fee-item h3 small {
    font-size: 0.8125rem;
  }
}
.fee-item:nth-child(1) h3 {
  background-color: #2370e3;
}
.fee-item:nth-child(2) h3 {
  background-color: #3aded0;
}
.fee-item:nth-child(3) h3 {
  background-color: #2370e3;
}
.fee-item:nth-child(3)::before {
  content: none;
}
.fee-item ul {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 0.9375rem;
}
.fee-item ul li {
  padding-left: 1.2em;
  position: relative;
  margin: 0.3125rem 0;
}
.fee-item ul li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.fee-txt {
  padding: 1.25rem 1.875rem 2.1875rem;
}
.fee-main-txt {
  font-weight: 700;
  font-size: 1.125rem;
}
.fee-table {
  margin-top: 3.125rem;
}
.fee-table table {
  background-color: #FFF;
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .fee-table table {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.fee-table table thead th {
  background-color: #0486C2;
  color: #FFF;
}
.fee-table table thead th small {
  display: block;
}
.fee-table table th, .fee-table table td {
  padding: 0.75rem 0.9375rem;
  border-bottom: 1px solid #D9D9D9;
}
.fee-table table tbody td {
  text-align: center;
  font-weight: 500;
}
.fee-table table tbody td small {
  font-weight: 400;
  color: #8E8E8E;
}
@media screen and (max-width: 768px) {
  .fee-table table tbody td small {
    line-height: 1.5;
    font-size: 0.6875rem;
  }
}
.fee-table table tbody tr:last-child td {
  border-bottom: none;
}
.fee-table ul.disc {
  list-style: disc;
  margin-left: 1.2em;
  font-size: 0.8125rem;
}
.fee-table ul.disc a {
  text-decoration: underline;
}
.fee-ex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .fee-ex {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.fee-ex table {
  margin-bottom: 0.625rem;
}
.fee-ex table tbody td {
  height: 5.375rem;
}
@media screen and (max-width: 768px) {
  .fee-ex table tbody td {
    height: auto;
  }
}

/*------------------------
  point
------------------------*/
.point-sect {
  background: url(../images/top/bg-point.jpg) no-repeat left bottom/cover;
}
@media screen and (max-width: 768px) {
  .point-sect {
    background: url(../images/top/bg-point.jpg) no-repeat center/cover;
  }
}
.point-inner {
  width: 50%;
  margin-left: auto;
  padding: 3.125rem 3.125rem 4.375rem;
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point-inner {
    width: 100%;
    padding: 2.5rem 0.9375rem 1.875rem;
  }
}
.point-inner h2 {
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .point-inner h2 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }
}
.point-inner h2 img {
  width: 5.625rem;
}
@media screen and (max-width: 768px) {
  .point-inner h2 img {
    width: 3.125rem;
  }
}
.point-inner p {
  font-weight: 700;
  font-size: 1.875rem;
}
@media screen and (max-width: 768px) {
  .point-inner p {
    font-size: 1.25rem;
  }
}
.point-inner p small {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .point-inner p small {
    font-size: 0.75rem;
  }
}
.point-inner ul {
  margin-top: 2.1875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .point-inner ul {
    font-size: 0.9375rem;
  }
}
.point-inner ul li {
  margin: 0.625rem 0;
}