/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-n,
.d-n-xs {
  display: none !important;
}

.d-i,
.d-i-xs {
  display: inline !important;
}

.d-b,
.d-b-xs {
  display: block !important;
}

.d-ib,
.d-ib-xs {
  display: inline-block !important;
}

.d-f,
.d-f-xs {
  display: flex !important;
}

.d-jc-b {
  justify-content: space-between;
}

@media (min-width: 576px) {
  .d-n-sm {
    display: none !important;
  }
  .d-i-sm {
    display: inline !important;
  }
  .d-b-sm {
    display: block !important;
  }
  .d-ib-sm {
    display: inline-block !important;
  }
  .d-f-sm {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-n-md {
    display: none !important;
  }
  .d-i-md {
    display: inline !important;
  }
  .d-b-md {
    display: block !important;
  }
  .d-ib-md {
    display: inline-block !important;
  }
  .d-f-md {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-n-lg {
    display: none !important;
  }
  .d-i-lg {
    display: inline !important;
  }
  .d-b-lg {
    display: block !important;
  }
  .d-ib-lg {
    display: inline-block !important;
  }
  .d-f-lg {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .d-n-xl {
    display: none !important;
  }
  .d-i-xl {
    display: inline !important;
  }
  .d-b-xl {
    display: block !important;
  }
  .d-ib-xl {
    display: inline-block !important;
  }
  .d-f-xl {
    display: flex !important;
  }
}
.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.tcenter {
  text-align: center !important;
}

.tstart {
  text-align: start !important;
}

.tend {
  text-align: end !important;
}

@media only screen and (min-width: 768px) {
  .tcenter-md {
    text-align: center !important;
  }
  .tstart-md {
    text-align: start !important;
  }
  .tend-md {
    text-align: end !important;
  }
}
html {
  font-size: 10px;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  background: #ffffff;
}

.container {
  display: block;
  max-width: 100%;
  padding: 0 18px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 980px;
    padding: 0;
  }
}

* {
  box-sizing: border-box;
}

section {
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

.heading-primary {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 30px;
}
.heading-primary__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.heading-primary__top span {
  color: #0156DD;
}
.heading-primary__top span:first-of-type {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 768px) {
  .heading-primary__top span:first-of-type {
    font-size: 3.4rem;
    line-height: 49px;
  }
}
.heading-primary__top span:last-of-type {
  font-family: "Roboto Condensed", serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 768px) {
  .heading-primary__top span:last-of-type {
    font-size: 1.6rem;
    line-height: 21px;
  }
}
.heading-primary__border {
  width: 100%;
  height: 1px;
  background-color: #89B4F8;
  display: block;
  line-height: 0;
  position: relative;
}
.heading-primary__border::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #3471D1;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .heading-primary__border::after {
    width: 106px;
  }
}

.inquiry {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .inquiry {
    padding: 60px 0;
  }
}
.inquiry__row {
  max-width: 990px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 37px 0 38px;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .inquiry__row {
    gap: 30px;
    padding: 0 15px;
    flex-direction: row;
  }
}
.inquiry__btn {
  max-width: 300px;
  width: 100%;
}
.inquiry__btn a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1F3088;
  color: #ffffff;
  background: #0156DD;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.2em;
  transition: all 0.25s ease;
  height: 53px;
  font-size: 1.8rem;
  line-height: 24px;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .inquiry__btn a {
    gap: 10.5px;
    font-size: 2.4rem;
    line-height: 32px;
    height: 100px;
  }
}
.inquiry__btn a img {
  width: 21px;
}
@media only screen and (min-width: 768px) {
  .inquiry__btn a img {
    width: 26px;
  }
}
.inquiry__btn a .hover {
  display: none;
}
@media only screen and (min-width: 768px) {
  .inquiry__btn a:hover {
    background-color: #ffffff;
    color: #0156DD;
  }
  .inquiry__btn a:hover .hover {
    display: block;
  }
  .inquiry__btn a:hover .norm {
    display: none;
  }
}
.inquiry__btn .web {
  background-color: #1F3088;
  gap: 18px;
}
@media only screen and (min-width: 768px) {
  .inquiry__btn .web {
    gap: 29.5px;
  }
}
.inquiry__btn .web img {
  width: 15.6px;
}
@media only screen and (min-width: 768px) {
  .inquiry__btn .web img {
    width: 20.45px;
  }
}
@media only screen and (min-width: 768px) {
  .inquiry__btn .web:hover {
    color: #1F3088;
  }
}
.inquiry__btn .yen {
  background-color: #ffffff;
  color: #1F3088;
  gap: 16.1px;
  position: relative;
  padding-right: 25px;
}
.inquiry__btn .yen::after {
  content: "";
  background-image: url(../../assets/img/common/drop-arrw.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 26.8px;
  top: 50%;
  transform: translateY(-50%);
  width: 7.46px;
  height: 8.86px;
}
@media only screen and (min-width: 768px) {
  .inquiry__btn .yen::after {
    width: 13.83px;
    height: 14.38px;
    right: 11.8px;
  }
}
@media only screen and (min-width: 768px) {
  .inquiry__btn .yen {
    gap: 14.3px;
    padding-right: 0;
  }
}
.inquiry__btn .yen img {
  width: 20.01px;
}
@media only screen and (min-width: 768px) {
  .inquiry__btn .yen img {
    width: 26.69px;
  }
}
@media only screen and (min-width: 768px) {
  .inquiry__btn .yen:hover {
    background-color: #1F3088;
    color: #ffffff;
  }
  .inquiry__btn .yen:hover::after {
    background-image: url("../../assets/img/common/drop-arrw-hover.svg");
  }
}

.problem {
  background-image: url(../../assets/img/problem/problem-bg-sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0 50px;
}
@media only screen and (min-width: 768px) {
  .problem {
    background-image: url(../../assets/img/problem/problem-bg.jpg);
    padding: 103px 0 100px;
  }
}
.problem__ttl {
  font-weight: 500;
  text-align: center;
  color: #1F3088;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .problem__ttl {
    font-size: 4rem;
    line-height: 57px;
    margin-bottom: 30px;
  }
}
.problem__block {
  max-width: 780px;
  margin-inline: auto;
  padding-inline: 12px;
}
.problem__item {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: #1F3088;
  gap: 19.8px;
  padding: 10px 10px 14px 16px;
  min-height: 66px;
}
@media only screen and (min-width: 768px) {
  .problem__item {
    padding: 12.5px 20px;
    gap: 61px;
    min-height: 100%;
  }
}
.problem__item img {
  width: 19.23px;
}
@media only screen and (min-width: 768px) {
  .problem__item img {
    width: 29px;
  }
}
.problem__item span:first-of-type {
  line-height: 0;
}
.problem__item span:last-of-type {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  line-height: 21px;
}
@media only screen and (min-width: 768px) {
  .problem__item span:last-of-type {
    font-size: 2.2rem;
    line-height: 31px;
  }
}
.problem__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.renova {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .renova {
    padding: 100px 0 80px;
  }
}
.renova__head {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .renova__head {
    gap: 35px;
    flex-direction: row;
  }
}
.renova__head-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  color: #0156DD;
  line-height: 37px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .renova__head-ttl {
    line-height: 51px;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .renova__head-ttl {
    font-size: 3.2rem;
  }
}
.renova__head-ttl .lg {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .renova__head-ttl .lg {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .renova__head-ttl .lg {
    font-size: 4.2rem;
  }
}
.renova__block {
  max-width: 872px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .renova__block {
    padding: 0;
  }
}
.renova__row {
  display: flex;
  align-items: center;
  margin-top: 14px;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .renova__row {
    gap: 0;
    flex-direction: row;
  }
}
.renova__content {
  max-width: 691px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .renova__content {
    margin-right: -44px;
  }
}
.renova__img {
  max-width: 236px;
  width: 100%;
  padding-inline: 25px;
}
@media only screen and (min-width: 768px) {
  .renova__img {
    padding-inline: 0;
  }
}
.renova__txt {
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.4rem;
  line-height: 29.25px;
}
@media only screen and (min-width: 768px) {
  .renova__txt {
    line-height: 39px;
    font-size: 2rem;
  }
}
.renova__txt .lg {
  color: #0156DD;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .renova__txt .lg {
    font-size: 2.6rem;
  }
}
.renova__txt.mt {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .renova__txt.mt {
    margin-top: 24px;
  }
}

.mechanism {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 18px;
  background-image: url("../../assets/img/mechanism/mehcanism-bg-sp.jpg");
}
@media only screen and (min-width: 768px) {
  .mechanism {
    background-image: url("../../assets/img/mechanism/mechanism-bg.jpg");
    padding: 50px 18px;
  }
}
.mechanism__block {
  max-width: 1100px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .mechanism__block {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .mechanism__block {
    padding: 40px 0;
  }
}
.mechanism__inner {
  max-width: 810px;
  margin: 0 auto;
  position: relative;
}
.mechanism__ttl {
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #0156DD;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  line-height: 31px;
}
@media only screen and (min-width: 768px) {
  .mechanism__ttl {
    font-size: 3.4rem;
    line-height: 49px;
  }
}
.mechanism__ttl.sm {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 26px;
  margin-top: 56.3px;
}
@media only screen and (min-width: 768px) {
  .mechanism__ttl.sm {
    margin-top: 63px;
    font-size: 2rem;
    line-height: 29px;
  }
}
.mechanism__para:not(:last-of-type) {
  margin-bottom: 24px;
}
.mechanism__para.mb {
  position: relative;
  margin-bottom: 0;
}
.mechanism__para.mb::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid #0156DD;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  bottom: -36px;
}
@media only screen and (min-width: 768px) {
  .mechanism__para.mb::after {
    bottom: -42px;
    border-top: 18px solid #0156DD;
    border-left: 59px solid transparent;
    border-right: 59px solid transparent;
  }
}
.mechanism__img {
  margin: 0 auto;
  mix-blend-mode: multiply;
  max-width: 192.58px;
  width: 100%;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .mechanism__img {
    margin-top: 0;
    max-width: 281px;
  }
}
@media only screen and (min-width: 1200px) {
  .mechanism__img {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 45px;
  }
}
.mechanism__img img {
  width: 100%;
}
.mechanism__sub {
  font-weight: 500;
  border-bottom: 1px solid rgba(112, 112, 112, 0.81);
  text-align: center;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  line-height: 23px;
  padding-bottom: 9px;
}
@media only screen and (min-width: 768px) {
  .mechanism__sub {
    padding-bottom: 10px;
    line-height: 26px;
    font-size: 1.8rem;
  }
}
.mechanism__txt {
  margin-top: 10px;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 21.6px;
}
@media only screen and (min-width: 768px) {
  .mechanism__txt {
    line-height: 26px;
    font-size: 1.6rem;
  }
}
.mechanism__btm-txt {
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 25.25px;
}
@media only screen and (min-width: 768px) {
  .mechanism__btm-txt {
    font-size: 1.8rem;
    line-height: 29.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .mechanism__btm-txt {
    margin-top: 97px;
  }
}

.numbers {
  background-image: url("../../assets/img/numbers/numbers-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.numbers__row {
  display: flex;
  align-items: flex-start;
  gap: 19px;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .numbers__row {
    flex-direction: row;
  }
}
.numbers__left {
  width: 100%;
}
.numbers__right {
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) {
  .numbers__right {
    max-width: 461px;
  }
}
.numbers__box {
  background-color: #ffffff;
  width: 100%;
  padding: 24px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .numbers__box {
    padding: 26px 20px 20px;
  }
}
.numbers__box.pb {
  padding: 24px 18px;
}
@media only screen and (min-width: 768px) {
  .numbers__box.pb {
    padding: 26px 20px 10px;
  }
}
.numbers__box:not(:last-of-type) {
  margin-bottom: 20px;
}
.numbers__ttl {
  font-weight: 500;
  border-bottom: 1px solid rgba(112, 112, 112, 0.81);
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 14px;
  line-height: 21px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .numbers__ttl {
    padding-bottom: 20px;
    line-height: 29px;
    font-size: 2rem;
  }
}
.numbers__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}
@media only screen and (min-width: 992px) {
  .numbers__inner {
    margin-top: 0;
    gap: 28px;
    flex-direction: row;
    padding-left: 40px;
  }
}
.numbers__inner.sec {
  margin-top: 6px;
  gap: 16px;
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .numbers__inner.sec {
    padding-right: 32px;
    padding-left: 39px;
  }
}
@media only screen and (max-width: 991px) {
  .numbers__inner.sec {
    justify-content: center;
  }
  .numbers__inner.sec .numbers__percent {
    gap: 0;
  }
}
.numbers__percent {
  font-weight: 500;
  font-family: "Oswald", serif;
  color: #0156DD;
  display: flex;
  align-items: baseline;
  letter-spacing: 0.02em;
  width: 100%;
  font-size: 5rem;
  gap: 8px;
  max-width: 126px;
  line-height: 74px;
}
@media only screen and (min-width: 768px) {
  .numbers__percent {
    max-width: 165px;
    gap: 13px;
    font-size: 6.4rem;
    line-height: 94px;
  }
}
.numbers__percent span {
  line-height: 0;
  font-size: 3.4rem;
}
@media only screen and (min-width: 768px) {
  .numbers__percent span {
    font-size: 4.4rem;
  }
}
.numbers__txt {
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  line-height: 17.6666666667px;
}
@media only screen and (min-width: 768px) {
  .numbers__txt {
    line-height: 19px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .numbers__txt.mt {
    margin-top: 13.7px;
  }
}
.numbers__txt .sm {
  font-size: 1rem;
  display: inline-block;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .numbers__txt .sm {
    font-size: 1.1rem;
    margin-top: 0;
  }
}
.numbers__sub {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0156DD;
  margin-top: 13.8px;
  font-size: 1.6rem;
  line-height: 23.5px;
}
@media only screen and (min-width: 768px) {
  .numbers__sub {
    margin-top: 25px;
    line-height: 29.5px;
    font-size: 2rem;
  }
}
.numbers__poll {
  line-height: 0;
  padding: 0 43.1px;
  margin-block: 23.6px 11.4px;
}
@media only screen and (min-width: 768px) {
  .numbers__poll {
    padding: 0 30px;
    margin: 38px auto;
    max-width: 359.64px;
  }
}
@media only screen and (min-width: 992px) {
  .numbers__poll {
    max-width: 100%;
  }
}
.numbers__poll img {
  width: 100%;
}
.numbers__graph {
  line-height: 0;
  width: 100%;
  max-width: 128px;
}
@media only screen and (min-width: 768px) {
  .numbers__graph {
    max-width: 208px;
  }
}
.numbers__graph img {
  width: 100%;
}

.reason {
  background-image: url("../../assets/img/reason/reason-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .reason {
    padding: 50px 0;
  }
}
.reason__title {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .reason__title {
    margin-bottom: 40px;
    font-size: 3.4rem;
    line-height: 49px;
    letter-spacing: 0.03em;
  }
}
.reason__row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .reason__row {
    gap: 10px 21px;
  }
}
.reason__img {
  line-height: 0;
  max-width: 120px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .reason__img {
    max-width: 100%;
  }
}
.reason__box {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .reason__box {
    display: block;
    align-items: stretch;
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media only screen and (min-width: 992px) {
  .reason__box {
    width: calc(33.3333333333% - 14px);
  }
}
.reason__content {
  position: relative;
  padding: 10px 21px 10px;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .reason__content {
    padding: 30px 10px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .reason__content.p {
    padding: 10px 24px 10px 21px;
  }
}
.reason__content-ttl {
  text-align: center;
  color: #1F3088;
  font-weight: 600;
  line-height: 25px;
  font-size: 1.7rem;
  text-align: start;
}
@media only screen and (min-width: 768px) {
  .reason__content-ttl {
    text-align: center;
    line-height: 26px;
    font-size: 1.8rem;
  }
}
.reason__num {
  position: absolute;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: #0156DD;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  font-family: "Roboto Condensed", serif;
  font-size: 1.6rem;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .reason__num {
    left: 50%;
    transform: translateX(-50%);
    top: -17px;
    width: 39px;
    height: 34px;
    right: unset;
  }
}
.reason__txt {
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 1.2rem;
  margin-top: 7px;
  line-height: 17.75px;
  text-align: start;
  font-family: "Noto Sans JP", serif;
}
@media only screen and (min-width: 768px) {
  .reason__txt {
    text-align: center;
    line-height: 21.3333333333px;
  }
}
@media only screen and (min-width: 992px) {
  .reason__txt {
    font-size: 1.4rem;
  }
}
.reason__txt.sm {
  margin-top: 5.6px;
  font-size: 1rem;
  line-height: 14.5px;
}
@media only screen and (min-width: 768px) {
  .reason__txt.sm {
    line-height: 17px;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .reason__txt.sm {
    font-size: 1.2rem;
  }
}
.reason__img img {
  width: 100%;
}

.faq__row:not(:last-of-type) {
  margin-bottom: 15px;
}
.faq__row.active .faq__a-block {
  opacity: 1;
  max-height: 1000px;
  visibility: visible;
}
.faq__q {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Roboto Condensed", serif;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.2);
  width: 71px;
  height: 70px;
  font-size: 2.8rem;
  line-height: 37px;
}
@media only screen and (min-width: 768px) {
  .faq__q {
    width: 92.38px;
    height: 80px;
    line-height: 45px;
    font-size: 3.4rem;
  }
}
.faq__q-block {
  display: flex;
  align-items: center;
  background-color: #0156DD;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.faq__q-block::after {
  content: "";
  background-image: url("../../assets/img/faq/plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  right: 19px;
}
@media only screen and (min-width: 768px) {
  .faq__q-block::after {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
.faq__q-txt {
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  color: #ffffff;
  flex: 1;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 10px 43px 12px 11px;
}
@media only screen and (min-width: 768px) {
  .faq__q-txt {
    line-height: 32px;
    font-size: 2.2rem;
    padding: 22px 50px 26px 29.6px;
  }
}
.faq__a {
  color: #0156DD;
}
.faq__a-block {
  border: 1px solid #0156DD;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  position: relative;
  opacity: 0;
  max-height: 0;
  visibility: visible;
  height: 0;
  transition: all 0.3s ease;
}
.faq__a-block::after {
  content: "";
  background-image: url("../../assets/img/faq/minus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 28px;
  right: 19px;
}
@media only screen and (min-width: 768px) {
  .faq__a-block::after {
    width: 20px;
    height: 20px;
    right: 30px;
    top: 30px;
  }
}
.faq__a-block .faq__q.-a {
  background-color: transparent;
  color: #0156DD;
}
.faq__a-txt {
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.02em;
  flex: 1;
  font-size: 1.4rem;
  line-height: 21.7142857143px;
  padding: 15px 43px 14px 11px;
}
@media only screen and (min-width: 768px) {
  .faq__a-txt {
    font-size: 1.6rem;
    line-height: 26.333px;
    padding: 23px 90px 30px 29.6px;
  }
}

.schedule__top-txt {
  letter-spacing: 0.02em;
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  font-size: 1.8rem;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .schedule__top-txt {
    font-size: 2.2rem;
    line-height: 32px;
  }
}
.schedule__top-img {
  line-height: 0;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .schedule__top-img {
    margin-top: 24px;
  }
}
.schedule__top-img img {
  width: 100%;
}
.schedule__top-btm {
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  margin-top: 14px;
  font-size: 1.4rem;
  line-height: 21.7142857143px;
}
@media only screen and (min-width: 768px) {
  .schedule__top-btm {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 26.6666666667px;
  }
}

.news {
  background: #EDFAFF;
}
.news__heading-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 27px;
  color: #1F3088;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news__heading-title {
    font-size: 3.2rem;
    line-height: 48px;
  }
}
.news__heading-subtitle {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 30px;
  color: #1F3088;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news__heading-subtitle {
    font-size: 4.2rem;
    line-height: 55px;
  }
}
.news__block {
  padding: 20px 10px 30px 18px;
  background-color: #fff;
  border: 1px solid #8CAEC9;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .news__block {
    padding: 40px 0;
    margin-top: 40px;
  }
}
.news__image {
  max-width: 671px;
  width: 100%;
  margin-inline: auto;
}
.news__desc {
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.02em;
  padding: 30px 0;
  font-weight: 400;
  text-align: start;
}
@media only screen and (min-width: 768px) {
  .news__desc {
    font-size: 1.6rem;
    line-height: 27px;
    padding: 30px 80px;
  }
}
.news__button {
  display: flex;
  justify-content: center;
  padding: 0 24.5px;
}
.news__btn {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0D164A;
  font-size: 1.4rem;
  line-height: 20px;
  color: #0D164A;
  max-width: 360px;
  width: 100%;
  padding: 13.5px 0;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .news__btn {
    max-width: 360px;
    font-size: 1.8rem;
    line-height: 26px;
    padding: 16.5px 0;
  }
}
.news__btn .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 9.63px;
  height: 9.26px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .news__btn .arrow {
    right: 33px;
  }
}
.news__btn .arrow-hover {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 9.63px;
  height: 9.26px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .news__btn .arrow-hover {
    right: 33px;
  }
}
.news__btn:hover {
  background-color: #0D164A;
  color: #fff;
}
.news__btn:hover .arrow {
  display: none;
}
.news__btn:hover .arrow-hover {
  display: block;
}

.overall {
  padding-top: 0;
}
.overall__outer:not(:last-of-type) {
  position: relative;
  margin-bottom: 77px;
}
.overall__outer:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-top: 17px solid #0156DD;
  left: 15px;
  bottom: -47px;
}
@media only screen and (min-width: 768px) {
  .overall__outer:not(:last-of-type)::after {
    left: 85px;
    bottom: -47px;
  }
}
.overall__row {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 7px;
  justify-content: space-between;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .overall__row {
    gap: 28px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .overall__row::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #5094FF;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.overall__left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  max-width: 164px;
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 576px) {
  .overall__left {
    max-width: 100%;
    flex-shrink: unset;
  }
}
@media only screen and (min-width: 768px) {
  .overall__left {
    flex: 1;
    gap: 25px;
    max-width: 100%;
    flex-direction: row;
  }
}
.overall__content {
  margin-top: 5px;
  flex: 1;
}
.overall__num {
  background-color: #0156DD;
  color: #ffffff;
  letter-spacing: 0.01em;
  font-family: "Roboto Condensed", serif;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 18px;
  width: 53px;
  height: 53px;
}
@media only screen and (min-width: 768px) {
  .overall__num {
    width: 60px;
    height: 60px;
    line-height: 20px;
    font-size: 1.5rem;
  }
}
.overall__num-txt {
  font-family: "Oswald", serif;
  letter-spacing: 0.07em;
  font-weight: 500;
  line-height: 37px;
  font-size: 2.5rem;
  margin-top: -8px;
}
@media only screen and (min-width: 768px) {
  .overall__num-txt {
    margin-top: -11px;
    line-height: 43px;
    font-size: 2.9rem;
  }
}
.overall__right {
  line-height: 0;
  max-width: 270px;
}
@media only screen and (min-width: 768px) {
  .overall__right {
    margin-top: 4px;
  }
}
.overall__right img {
  width: 100%;
}
.overall__ttl {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 26px;
}
@media only screen and (min-width: 576px) {
  .overall__ttl {
    flex-direction: row;
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .overall__ttl {
    align-items: center;
    font-size: 2rem;
    line-height: 29px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #5094FF;
  }
}
.overall__ttl .color {
  color: #0156DD;
  letter-spacing: 0.06em;
}
.overall__txt {
  margin-top: 14px;
  line-height: 25.5px;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
  line-height: 21.33px;
}
@media only screen and (min-width: 768px) {
  .overall__txt {
    font-size: 1.2rem;
    line-height: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .overall__txt {
    font-size: 1.6rem;
  }
}

.access {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .access .heading-primary {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .access {
    padding-bottom: 120px;
  }
}
.access__top-img {
  margin-inline: auto;
  line-height: 0;
  position: relative;
  z-index: 10;
  max-width: 305px;
}
@media only screen and (min-width: 768px) {
  .access__top-img {
    max-width: 539px;
    margin-top: 40px;
  }
}
.access__top-img img {
  width: 100%;
}
.access__top-img-btn {
  border: 2px solid #0156DD;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.025s ease;
  cursor: pointer;
  position: absolute;
  background-color: #ffffff;
  width: 132px;
  height: 36px;
  padding: 3px 5px;
  right: -6.7%;
  top: 75%;
}
@media only screen and (min-width: 768px) {
  .access__top-img-btn {
    top: 40%;
    right: -15.3%;
    padding: 10px 0 11px 22px;
    width: 175px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .access__top-img-btn {
    top: 37%;
    right: -38.7%;
    padding: 14px 0 14px 48px;
    width: 302px;
    height: 68px;
  }
}
.access__top-img-btn.second {
  left: unset;
  right: -6.7%;
  top: 89.4%;
}
@media only screen and (min-width: 768px) {
  .access__top-img-btn.second {
    right: -15.3%;
    top: 60.4%;
  }
}
@media only screen and (min-width: 992px) {
  .access__top-img-btn.second {
    top: 58.4%;
    right: -38.7%;
  }
}
.access__top-img-btn.third {
  right: unset;
  left: -5.4%;
  top: 39.5%;
}
@media only screen and (min-width: 768px) {
  .access__top-img-btn.third {
    padding: 10.2px 15.8px 9.8px 20.2px;
    top: 42.5%;
    left: -8%;
  }
}
@media only screen and (min-width: 992px) {
  .access__top-img-btn.third {
    top: 38.5%;
    left: -18%;
    padding: 10.2px 43.8px 12.8px 40.2px;
  }
}
.access__top-img-btn.fourth {
  top: unset;
  bottom: -1.6%;
  left: -6%;
}
@media only screen and (min-width: 768px) {
  .access__top-img-btn.fourth {
    left: unset;
    bottom: -7.5%;
    right: 96px;
  }
}
@media only screen and (min-width: 992px) {
  .access__top-img-btn.fourth {
    bottom: -11.7%;
    right: 10px;
  }
}
.access__top-img-btn.fifth {
  top: 14%;
  left: -5.4%;
  right: unset;
}
@media only screen and (min-width: 768px) {
  .access__top-img-btn.fifth {
    top: 10%;
    left: 20.1%;
  }
}
@media only screen and (min-width: 992px) {
  .access__top-img-btn.fifth {
    top: 7.1%;
    left: -3.6%;
  }
}
.access__top-img-btn:hover {
  opacity: 0.75;
}
.access__row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-top: 15px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .access__row {
    gap: 50px 58px;
    padding-top: 30px;
    margin-top: 61px;
  }
}
.access__box {
  width: calc(50% - 7.5px);
}
@media only screen and (min-width: 768px) {
  .access__box {
    width: calc(50% - 29px);
  }
}
.access__box-img {
  line-height: 0;
}
.access__box-img img {
  width: 100%;
}
.access__box-d-logo {
  max-width: 307px;
  line-height: 0;
  padding-right: 17px;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .access__box-d-logo {
    margin-top: 20px;
    padding-right: 0;
  }
}
.access__box-d-logo img {
  width: 100%;
}
.access__box-d-logo.-w {
  max-width: 234.87px;
}
.access__box-phone {
  display: flex;
  align-items: baseline;
  gap: 3.6px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .access__box-phone {
    margin-top: 10px;
    gap: 8.1px;
  }
}
.access__box-phone img {
  width: 13px;
}
@media only screen and (min-width: 768px) {
  .access__box-phone img {
    width: 17px;
  }
}
.access__box-phone-txt {
  font-family: "Oswald", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #0156DD;
  font-size: 1.6rem;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .access__box-phone-txt {
    font-size: 2.6rem;
    line-height: 39px;
  }
}
.access__box-phone-txt a {
  text-decoration: none;
  color: #0156DD;
}
.access__box-details {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 17.6666666667px;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .access__box-details {
    letter-spacing: 0.02em;
    font-size: 1.6rem;
    line-height: 24px;
  }
}
.access__box-details.mt {
  margin-top: 8px;
}
.access__box-btm-txt {
  margin-top: 4px;
  font-weight: 400;
  font-size: 400;
  font-family: "Noto Sans JP", serif;
  font-size: 1rem;
  line-height: 14px;
}
@media only screen and (min-width: 768px) {
  .access__box-btm-txt {
    line-height: 17px;
    font-size: 1.2rem;
  }
}
.access__box-more {
  color: #0156DD;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: 1.2rem;
  line-height: 17px;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .access__box-more {
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 20px;
  }
}
.access__box-more:hover {
  text-decoration: none;
}

.difference {
  background-image: url(../../assets/img/difference/difference-bg-sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .difference {
    background-image: url(../../assets/img/difference/difference-bg.jpg);
  }
}
.difference .table {
  font-family: "Noto Sans JP", serif;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .difference .table {
    flex-direction: column;
  }
}
.difference .table__row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ACACAC;
}
@media only screen and (min-width: 768px) {
  .difference .table__row {
    border-bottom: 2px solid #ACACAC;
    flex-direction: row;
    border-right: none;
  }
}
.difference .table__row:first-of-type {
  border-bottom: 1px solid #ACACAC;
}
.difference .table__row:not(:last-of-type) {
  border-right: 1px solid #ACACAC;
}
@media only screen and (min-width: 768px) {
  .difference .table__row:not(:last-of-type) {
    border-right: none;
  }
}
.difference .table__row.top {
  width: 23.52%;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.top {
    width: auto;
  }
}
.difference .table__row.top .table__col {
  background-color: #888888;
  color: #ffffff;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.top .table__col {
    height: 50px;
  }
}
.difference .table__row.top .table__col:first-of-type {
  background-color: rgba(57, 55, 55, 0.21);
  height: 90px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.top .table__col:first-of-type {
    height: auto;
  }
}
.difference .table__row.top .table__head {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.top .table__head {
    font-size: 1.8rem;
    line-height: 26px;
  }
}
.difference .table__row.mid {
  width: 41.18%;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid {
    width: auto;
  }
}
.difference .table__row.mid .table__col {
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid .table__col {
    height: 135px;
  }
}
.difference .table__row.mid .table__col:first-of-type {
  background-color: #0156DD;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  height: 90px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid .table__col:first-of-type {
    height: auto;
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .difference .table__row.mid .table__col:first-of-type {
    font-size: 2.4rem;
  }
}
.difference .table__row.mid .table__ttl {
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid .table__ttl {
    line-height: 35px;
  }
}
.difference .table__row.mid .table__desc {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0156DD;
  line-height: 18px;
  height: 67px;
  width: 100%;
  border-bottom: 1px solid #ACACAC;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid .table__desc {
    height: 84px;
    font-size: 1.6rem;
    line-height: 25.5px;
  }
}
@media only screen and (min-width: 992px) {
  .difference .table__row.mid .table__desc {
    font-size: 1.8rem;
  }
}
.difference .table__row.mid .table__desc span.wrap {
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid .table__desc span.wrap {
    line-height: 29px;
  }
}
.difference .table__row.mid .table__desc span.lg {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid .table__desc span.lg {
    font-size: 2.2rem;
  }
}
.difference .table__row.mid .table__desc span.md {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid .table__desc span.md {
    font-size: 1.6rem;
  }
}
.difference .table__row.mid .table__desc span.sm {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid .table__desc span.sm {
    font-size: 1.3rem;
    line-height: 19px;
  }
}
.difference .table__row.mid .table__circle {
  font-size: 2rem;
  color: #0156DD;
  height: 33px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.mid .table__circle {
    font-size: 2.7rem;
    height: 50px;
  }
}
.difference .table__row.btm {
  width: 35.3%;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm {
    width: auto;
  }
}
.difference .table__row.btm .table__col {
  height: 100px;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .difference .table__row.btm .table__col:first-of-type {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm .table__col {
    height: 105px;
  }
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm .table__col:not(:last-of-type) {
    border-right: 1px solid #acacac;
  }
}
.difference .table__row.btm .table__col:first-of-type {
  font-size: 1.4rem;
  font-weight: 700;
  height: 90px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm .table__col:first-of-type {
    font-size: 1.8rem;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .difference .table__row.btm .table__col:first-of-type {
    font-size: 2rem;
  }
}
.difference .table__row.btm .table__left {
  flex-direction: column;
  gap: 1.5px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm .table__left {
    flex-direction: row;
    gap: 0;
  }
}
.difference .table__row.btm .table__desc {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 19px;
  height: 67px;
  width: 100%;
  border-bottom: 1px solid #ACACAC;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm .table__desc {
    height: 70px;
    font-size: 1.4rem;
    line-height: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .difference .table__row.btm .table__desc {
    font-size: 1.6rem;
  }
}
.difference .table__row.btm .table__desc span.wrap {
  line-height: 19px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm .table__desc span.wrap {
    line-height: 29px;
  }
}
.difference .table__row.btm .table__desc span.lg {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm .table__desc span.lg {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .difference .table__row.btm .table__desc span.lg {
    font-size: 1.8rem;
  }
}
.difference .table__row.btm .table__desc span.md {
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm .table__desc span.md {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .difference .table__row.btm .table__desc span.md {
    font-size: 1.4rem;
  }
}
.difference .table__row.btm .table__circle {
  font-size: 1.6rem;
  height: 33px;
}
@media only screen and (min-width: 768px) {
  .difference .table__row.btm .table__circle {
    font-size: 1.4rem;
    height: 35px;
  }
}
.difference .table__col {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #acacac;
}
@media only screen and (min-width: 768px) {
  .difference .table__col {
    background: #ffffff;
    border-bottom: none;
    flex: 1;
  }
}
.difference .table__col:first-of-type {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .difference .table__col:first-of-type {
    max-width: 180px;
  }
}
.difference .table__col:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .difference .table__col:not(:last-of-type) {
    border-right: 1px solid #ACACAC;
  }
}
.difference .table__desc, .difference .table__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.difference .table__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media only screen and (min-width: 768px) {
  .difference .table__left {
    gap: 4px;
  }
}
.difference .table__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.cta {
  background-image: url(../../assets/img/cta/cta-bg-sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .cta {
    background-image: url(../../assets/img/cta/cta-bg.jpg);
  }
}
.cta__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
  color: #0156DD;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cta__ttl {
    font-size: 4rem;
    line-height: 50px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .cta__ttl {
    margin-bottom: 30px;
  }
}
.cta__ttl span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cta__ttl span {
    font-size: 3.2rem;
  }
}
.cta__block {
  text-align: center;
}
.cta__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 23.5px;
  text-align: center;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cta__text {
    line-height: 34px;
    font-size: 1.6rem;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .cta__text {
    font-size: 2rem;
    line-height: 40px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .cta__text::before, .cta__text::after {
    content: "";
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
  }
  .cta__text::before {
    background-image: url(../../assets/img/cta/cta-01.png);
    width: 176px;
    height: 161px;
    left: -44%;
    top: -9%;
  }
  .cta__text::after {
    background-image: url(../../assets/img/cta/cta-02.png);
    width: 153px;
    height: 237px;
    right: -40%;
    top: -37%;
  }
}
.cta__img {
  margin-top: 27px;
  padding-inline: 78px;
}
.cta__img img {
  width: 100%;
}

.cta-btm {
  background-image: url(../../assets/img/cta-btm/cta-btm-bg-sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 50px 48px;
}
@media only screen and (min-width: 768px) {
  .cta-btm {
    padding-block: 37px 58px;
    background-image: url(../../assets/img/cta-btm/cta-btm-bg.jpg);
  }
}
.cta-btm .container {
  padding-inline: 36px;
}
@media only screen and (min-width: 768px) {
  .cta-btm .container {
    padding-inline: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .cta-btm .container {
    padding-inline: 0;
  }
}
@media only screen and (min-width: 576px) {
  .cta-btm .cta__wrapper {
    max-width: 504px;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__wrapper {
    max-width: 100%;
    margin-inline: auto;
  }
}
.cta-btm .cta__heading {
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 31px;
  font-family: "Noto Sans JP", serif;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__heading {
    justify-content: center;
    padding-left: 20px;
  }
}
.cta-btm .cta__heading-left {
  display: flex;
  flex-direction: column;
  padding-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__heading-left {
    padding-bottom: 29px;
  }
}
.cta-btm .cta__heading-top {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 26px;
  color: #1F3088;
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__heading-top {
    font-size: 2.7rem;
    line-height: 39px;
  }
}
.cta-btm .cta__heading-btm {
  font-size: 4.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1F3088;
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__heading-btm {
    font-size: 6rem;
  }
}
.cta-btm .cta__heading-btm span.sm {
  font-size: 1rem;
  line-height: 15 px;
  margin-left: 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__heading-btm span.sm {
    font-size: 1.4rem;
    line-height: 20px;
    display: inline-block;
    margin-left: 11px;
  }
}
.cta-btm .cta__flex {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 0;
  gap: 14px;
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__flex {
    gap: 19px;
    padding-left: 38px;
    align-items: center;
    flex-direction: row;
  }
}
.cta-btm .cta__flex-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  max-width: 62%;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 576px) {
  .cta-btm .cta__flex-left {
    gap: 17px;
    max-width: 295px;
  }
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__flex-left {
    gap: 17px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .cta-btm .cta__flex-left {
    max-width: 344px;
  }
}
.cta-btm .cta__flex-right {
  line-height: 0;
  padding-inline: 5px;
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__flex-right {
    padding-inline: 0;
  }
}
.cta-btm .cta__sp {
  position: absolute;
  right: -60%;
  top: -81%;
  width: 101px;
}
@media only screen and (min-width: 576px) {
  .cta-btm .cta__sp {
    top: -64%;
    width: 132px;
  }
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__sp {
    display: none;
  }
}
.cta-btm .cta__detail {
  display: block;
  width: 100%;
  border-top: 1px solid #0156DD;
  border-bottom: 1px solid #0156DD;
  background: linear-gradient(100deg, transparent 2%, rgba(255, 255, 255, 0.82) 12.5%, rgba(255, 255, 255, 0.91) 28.125%, rgb(255, 255, 255) 40.625%, rgba(255, 255, 255, 0.98) 52%, rgba(255, 255, 255, 0.87) 80.25%, transparent 93.75%);
}
.cta-btm .cta__detail span {
  font-size: 1.6rem;
  color: #1F3088;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 23px;
  padding-block: 5px;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cta-btm .cta__detail span {
    font-size: 2.5rem;
    line-height: 44px;
    padding-block: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .cta-btm .cta__detail span {
    font-size: 3rem;
  }
}

.price {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../../assets/img/price/price-bg-sp.jpg");
}
@media only screen and (min-width: 768px) {
  .price {
    background-image: url("../../assets/img/price/price-bg.jpg");
  }
}
.price__top {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
}
@media only screen and (min-width: 768px) {
  .price__top {
    flex-direction: row;
    gap: 21px;
  }
}
.price__top-left {
  width: 100%;
  color: #ffffff;
  max-width: 280px;
  border: 3px solid rgba(31, 49, 137, 0.62);
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .price__top-left {
    height: 68px;
    border: 4px solid rgba(31, 49, 137, 0.62);
    max-width: 352px;
  }
}
@media only screen and (min-width: 992px) {
  .price__top-left {
    max-width: 427px;
  }
}
.price__top-left-wrp {
  width: 100%;
  justify-content: center;
  gap: 9px;
  text-align: center;
  display: flex;
  align-items: center;
  background-color: #1F3088;
  height: 100%;
}
.price__top-left-txt {
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .price__top-left-txt {
    font-size: 2.2rem;
    line-height: 32px;
  }
}
.price__top-left-off {
  font-family: "Oswald", serif;
  align-items: baseline;
  display: flex;
  letter-spacing: 0.02em;
  font-weight: 500;
  gap: 3.6px;
  font-size: 3rem;
  line-height: 45px;
}
@media only screen and (min-width: 768px) {
  .price__top-left-off {
    font-size: 4.4rem;
    gap: 4px;
    line-height: 65px;
  }
}
.price__top-left-off .md {
  display: inline-block;
  font-size: 1.7rem;
}
@media only screen and (min-width: 768px) {
  .price__top-left-off .md {
    font-size: 2.5rem;
  }
}
.price__top-left-off .lg {
  font-size: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .price__top-left-off .lg {
    font-size: 3.3rem;
  }
}
.price__top-left-off .cp {
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .price__top-left-off .cp {
    font-size: 2.3rem;
  }
}


.price__top-right {
  display: flex;
  align-items: center;
  gap: 23.6px;
  margin-top: 29px;
}
@media only screen and (min-width: 768px) {
  .price__top-right {
    gap: 43.5px;
  }
}
.price__top-right-txt {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.9rem;
  line-height: 27px;
  position: relative;
}
.price__top-right-txt::before {
  content: "";
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(1, 85, 221, 0.65);
  width: 124.5px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .price__top-right-txt::before {
    width: 174.5px;
  }
}


.price__top-right-txt::after {
  content: "1クール通常価格";
  position: absolute;
  top: -23px;
  left: 0;
  font-size: 11px;
  
}
@media only screen and (min-width: 768px) {
  .price__top-right-txt::after {
    font-size: 15px;
  }
}

.cp-price-note::before {
  content: "キャンペーン特別価格";
  position: absolute;
  top: -25px;
  left: -5px;
  font-size: 11px;
  background-color: rgb(242, 249, 108);
  padding: 0px 5px;
  line-height: 23px;
}
@media only screen and (min-width: 768px) {
  .cp-price-note::before {
    font-size: 15px;
    padding: 3px 7px;
    line-height: 23px;
    top: -32px;
    left: -9px;
  }
}




@media only screen and (min-width: 768px) {
  .price__top-right-txt {
    line-height: 1;
    font-size: 2.7rem;
  }
}
.price__top-right-txt .md {
  font-weight: 500;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .price__top-right-txt .md {
    font-size: 1.9rem;
  }
}
.price__top-right-txt .sm {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .price__top-right-txt .sm {
    font-size: 1.1rem;
  }
}
.price__top-right-txt.color {
  color: #0156DD;
  position: relative;
  text-decoration-line: none;
}
.price__top-right-txt.color::before {
  content: none;
}
@media only screen and (min-width: 768px) {
  .price__top-right-txt.color {
    line-height: 1;
    font-size: 3.2rem;
  }
}
.price__top-right-txt.color::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-left: 9px solid #0156DD;
  left: -17px;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .price__top-right-txt.color::after {
    left: -27px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 13px solid #0156DD;
  }
}


.price__top-right-txt.color .md {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .price__top-right-txt.color .md {
    font-size: 2.3rem;
  }
}


.price__sm-txt {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", serif;
  line-height: 18.5px;
  margin-top: 11px;
}
@media only screen and (min-width: 768px) {
  .price__sm-txt {
    margin-top: 12px;
    line-height: 18.5px;
  }
}
.price__btm {
  display: flex;
  align-items: stretch;
  max-width: 580px;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .price__btm {
    margin-top: 30px;
    gap: 0px;
    flex-direction: row;
  }
}
.price__btm-left {
  padding: 12px 0 11px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  width: 100%;
  text-align: center;
  background-color: #E5E5E5;
  font-size: 1.4rem;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .price__btm-left {
    font-size: 1.8rem;
    padding: 20px 0 19px 27px;
    background-color: #ffffff;
    border-right: 1px solid #ACACAC;
    width: 180px;
    line-height: 26px;
    text-align: start;
  }
}
.price__btm-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 100%;
  border-block: 1px solid #acacac;
}
@media only screen and (min-width: 768px) {
  .price__btm-right {
    gap: 20px;
    width: calc(100% - 180px);
    border-block: none;
  }
}
.price__btm-right-txt {
  font-family: "Noto Sans JP", serif;
  color: #1F3088;
  font-weight: 700;
  width: 50%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 17px;
}
@media only screen and (min-width: 768px) {
  .price__btm-right-txt {
    font-size: 1.8rem;
    line-height: 26px;
    width: 100%;
    text-align: right;
  }
}
.price__btm-right-p {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", serif;
  width: 50%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
  border-left: 1px solid #ACACAC;
  padding: 9.3px 0 10.3px;
}
@media only screen and (min-width: 768px) {
  .price__btm-right-p {
    border-left: none;
    padding: 0;
    line-height: 29px;
    font-size: 2rem;
    width: 100%;
    text-align: left;
  }
}
.price__btm-right-p .md {
  font-weight: 500;
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .price__btm-right-p .md {
    font-size: 1.4rem;
  }
}
.price__btm-right-p .lg {
  font-size: 0.8rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .price__btm-right-p .lg {
    font-size: 1rem;
  }
}
.price__row {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 9.3px;
  margin-top: 11px;
}
@media only screen and (min-width: 768px) {
  .price__row {
    margin-top: 18px;
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
  }
}
.price__l {
  max-width: 100%;
  background-color: #0156DD;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 11px;
}
.price__l .price__txt {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .price__l {
    border-block: 1px solid #acacac;
    border-right: 1px solid #acacac;
    max-width: 180px;
    padding: 19px 0 18px;
  }
}
.price__txt {
  color: #1F3088;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: "Noto Sans JP", serif;
  font-size: 1.4rem;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .price__txt {
    line-height: 26px;
    font-size: 1.8rem;
  }
}
.price__num {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.4rem;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .price__num {
    line-height: 29px;
    font-size: 2rem;
  }
}
.price__num.color {
  color: #0156DD;
}
.price__num .md {
  font-weight: 500;
  line-height: 0;
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .price__num .md {
    font-size: 1.4rem;
  }
}
.price__num .lg {
  font-weight: 400;
  line-height: 0;
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .price__num .lg {
    font-size: 1rem;
  }
}
.price__r {
  max-width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .price__r {
    max-width: 800px;
    flex-direction: row;
  }
}
.price__th {
  width: 100%;
  display: flex;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .price__th {
    align-items: center;
    max-width: 200px;
    flex-direction: column;
  }
}
.price__th:last-of-type .price__th-b {
  border-bottom: 1px solid #acacac;
}
.price__th:last-of-type .price__th-t {
  border-bottom: 1px solid #acacac;
}
@media only screen and (min-width: 768px) {
  .price__th:last-of-type .price__th-t {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .price__th:not(:last-of-type) .price__th-b {
    border-right: 1px solid #acacac;
  }
}
.price__th-t {
  border-top: 1px solid #acacac;
  width: 50%;
  padding: 11px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .price__th-t {
    width: 100%;
    padding: 0 0 9px;
    border-top: none;
  }
}
@media only screen and (max-width: 767px) {
  .price__th-t .price__txt {
    font-size: 1.2rem;
    line-height: 17px;
  }
}
.price__th-b {
  text-align: center;
  width: 50%;
  border-top: 1px solid #acacac;
  border-left: 1px solid #acacac;
  padding: 9px 0 10.3px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .price__th-b {
    padding: 17px 0 16.5px;
    border-left: none;
    border-block: 1px solid #acacac;
    width: 100%;
  }
}

.l-header {
  top: 0;
  width: 100%;
  padding: 10px 10px 10px 8px;
  transition: background 0.24s ease;
  z-index: 100;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .l-header {
    padding: 20px 20px 0 24px;
  }
}
.l-header.f-header {
  position: fixed;
  background-color: #ffffff;
  padding: 4px 10px 4px 14px;
  z-index: 98;
}
@media only screen and (min-width: 768px) {
  .l-header.f-header {
    padding: 10px 20px 6px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .l-header.f-header {
    padding: 10px 20px 6px 162px;
  }
}
.l-header.f-header .l-header__links a {
  color: #0156DD;
  border: 1px solid #0156DD;
}
.l-header.f-header .l-header__inner {
  align-items: center;
}
.l-header.f-header .l-header__logo {
  line-height: 0;
  max-width: 140px;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .l-header.f-header .l-header__logo {
    max-width: 175px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header.f-header .l-header__logo {
    max-width: 298px;
  }
}
.l-header__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.l-header__logo {
  margin-top: 2px;
  max-width: 150px;
}
@media only screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__logo {
    max-width: 330px;
  }
}
.l-header__logo img {
  width: 100%;
}
.l-header__renova {
  line-height: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .l-header__renova {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .l-header__renova {
    padding-right: 16px;
    max-width: 124px;
  }
}
.l-header__links {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .l-header__links {
    gap: 14px;
  }
}
.l-header__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-weight: 500;
  flex-direction: column;
  gap: 3px;
  font-size: 0.9rem;
  width: 54px;
  height: 52px;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 768px) {
  .l-header__links a {
    font-size: 1.6rem;
    height: 48px;
    gap: 6px;
    flex-direction: row;
    width: 135px;
  }
  .l-header__links a:hover {
    opacity: 0.75;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__links a {
    width: 150px;
  }
}
.l-header__links .phone img {
  width: 13px;
}
@media only screen and (min-width: 768px) {
  .l-header__links .phone img {
    width: 15px;
  }
}
.l-header__links .web {
  gap: 2.3px;
}
@media only screen and (min-width: 768px) {
  .l-header__links .web {
    gap: 15.1px;
  }
}
.l-header__links .web img {
  width: 12.11px;
}
@media only screen and (min-width: 768px) {
  .l-header__links .web img {
    width: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .l-header__links .yen {
    gap: 7.6px;
  }
}
.l-header__links .yen img {
  width: 14.33px;
}
@media only screen and (min-width: 768px) {
  .l-header__links .yen img {
    width: 15px;
  }
}

.o-mv {
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 99;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding: 91px 0 170px;
  background-image: url("../../assets/img/mv/mv01-sp.jpg");
}
@media only screen and (min-width: 768px) {
  .o-mv {
    background-image: url("../../assets/img/mv/mv01.jpg");
    padding: 88px 0 50px;
  }
}
.o-mv__container {
  max-width: 886px;
  margin: 0 auto;
  position: relative;
}
.o-mv__dr-content {
  position: absolute;
  max-width: 179px;
  left: 0;
  line-height: 0;
  bottom: -170px;
}
@media only screen and (min-width: 576px) {
  .o-mv__dr-content {
    left: -50px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .o-mv__dr-content {
    max-width: 332px;
    left: -116px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 992px) {
  .o-mv__dr-content {
    max-width: 402px;
    left: -158px;
  }
}
@media only screen and (min-width: 1200px) {
  .o-mv__dr-content {
    left: -186px;
  }
}
.o-mv__dr-texture {
  position: absolute;
  left: 23px;
  bottom: 9px;
}
@media only screen and (min-width: 576px) {
  .o-mv__dr-texture {
    bottom: 16px;
    left: 62px;
  }
}
@media only screen and (min-width: 768px) {
  .o-mv__dr-texture {
    left: 123px;
  }
}
.o-mv__dr-txt {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 17px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .o-mv__dr-txt {
    line-height: 19px;
    font-size: 1.3rem;
  }
}
.o-mv__dr-txt.lg {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(137, 180, 248, 0.53);
  position: relative;
  margin-top: 2px;
  font-size: 1.4rem;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .o-mv__dr-txt.lg {
    font-size: 1.6rem;
    line-height: 23px;
    margin-top: 4px;
  }
}
.o-mv__dr-txt.lg::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 58px;
  height: 1px;
  background-color: #3471D1;
}
.o-mv__dr-txt.sm {
  margin-top: 4px;
  font-size: 1rem;
  line-height: 14.5px;
}
@media only screen and (min-width: 768px) {
  .o-mv__dr-txt.sm {
    margin-top: 6px;
    font-size: 1.1rem;
    line-height: 16px;
  }
}
.o-mv__ed {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.07em;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #E3BB4F;
  max-width: 653px;
  margin: 0 auto;
  font-size: 3.9rem;
  line-height: 45px;
  padding-bottom: 7px;
  gap: 6px;
}
@media only screen and (min-width: 768px) {
  .o-mv__ed {
    gap: 7px;
    font-size: 6.8rem;
    line-height: 75px;
    padding-bottom: 9px;
  }
}
.o-mv__ed .md {
  letter-spacing: 0;
  font-size: 2.3rem;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .o-mv__ed .md {
    font-size: 3.9rem;
  }
}
.o-mv__ed .lg {
  letter-spacing: 0;
  font-size: 3.2rem;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .o-mv__ed .lg {
    font-size: 5.5rem;
  }
}
.o-mv__ed::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  background-image: url("../../assets/img/mv/mv-ed-line-sp.svg");
}
@media only screen and (min-width: 768px) {
  .o-mv__ed::after {
    background-image: url("../../assets/img/mv/mv-ed-line.svg");
  }
}
.o-mv__ed::before {
  content: "";
  background-image: url("../../assets/img/mv/mv-ed-line-sp.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .o-mv__ed::before {
    background-image: url("../../assets/img/mv/mv-ed-line.svg");
  }
}
.o-mv__text {
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  margin-top: 6px;
  font-size: 2rem;
  line-height: 25px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .o-mv__text {
    margin-top: 7px;
    font-size: 3.3rem;
    line-height: 47px;
    letter-spacing: 0.05em;
  }
}
.o-mv__renova {
  max-width: 100%;
  background: linear-gradient(100deg, transparent 2%, rgba(255, 255, 255, 0.82) 12.5%, rgba(255, 255, 255, 0.91) 28.125%, rgb(255, 255, 255) 40.625%, rgba(255, 255, 255, 0.98) 52%, rgba(255, 255, 255, 0.87) 80.25%, transparent 93.75%);
  margin-top: 11px;
  color: #1F3088;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 0 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.o-mv__renova-tags {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (min-width: 768px) {
  .o-mv__renova-tags {
    gap: 5px;
  }
}
.o-mv__renova-tag {
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  border: 1px solid #1F3088;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 52px;
  height: 15px;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .o-mv__renova-tag {
    font-size: 1.4rem;
    width: 86px;
    height: 24px;
  }
}
.o-mv__renova-left-b {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .o-mv__renova-left-b {
    font-size: 2.6rem;
    line-height: 37px;
  }
}
.o-mv__renova-title {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: 3.7rem;
  line-height: 54px;
  margin-bottom: -9px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .o-mv__renova-title {
    margin-bottom: -17px;
    font-size: 6.3rem;
    line-height: 91px;
  }
}
.o-mv__renova-sub {
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 0.8rem;
  line-height: 11px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .o-mv__renova-sub {
    line-height: 20px;
    font-size: 1.4rem;
  }
}
.o-mv__renova-img {
  position: absolute;
  max-width: 165px;
  right: 91px;
  bottom: -170px;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .o-mv__renova-img {
    max-width: 292px;
    right: -59px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 992px) {
  .o-mv__renova-img {
    right: -100px;
    max-width: 402px;
  }
}
@media only screen and (min-width: 1200px) {
  .o-mv__renova-img {
    right: -125px;
  }
}
.o-mv__hexa {
  margin: 17px auto 0;
  max-width: 294px;
}
@media only screen and (min-width: 768px) {
  .o-mv__hexa {
    max-width: 488px;
    margin: 22px auto 0;
  }
}
.o-mv__off {
  border: 4px solid rgba(31, 49, 137, 0.62);
  max-width: 216px;
  margin: 17px 42px 0 auto;
  height: 50px;
}
@media (min-width: 425px) {
  .o-mv__off {
    margin: 19px auto 0;
  }
}
@media only screen and (min-width: 576px) {
  .o-mv__off {
    height: 83px;
    margin: 0px auto 0;
    max-width: 359px;
  }
}
.o-mv__off-wrp {
  background-color: #1F3088;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E3BB4F;
  gap: 8px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .o-mv__off-wrp {
    padding-bottom: 10px;
    gap: 11px;
  }
}





.o-mv__off_upper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F3088;
  gap: 8px;
  /* padding-bottom: 4px; */
  margin-top: 15px;
  font-weight: bold;
  background-color: #E3BB4F;
}
@media only screen and (min-width: 768px) {
  .o-mv__off_upper {
    padding-bottom: 2px;
    gap: 11px;
    margin-bottom: 19px;
    margin-top: 21px;
  }
}
.o-mv__off-upper_txt {
  letter-spacing: 0.09em;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 44px;
  margin-top: 0;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  .o-mv__off-upper_txt {
    font-size: 2rem;
    line-height: 40px;
    text-align: center;
  }
}


.o-mv__off-upper_txt span {
  font-size: 2rem;
}
@media only screen and (min-width: 576px) {
  .o-mv__off-upper_txt span {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 576px) {
.o-mv__off-wrp_upper_txt {
  padding-top: 5px;
}
}




.o-mv__off-txt {
  letter-spacing: 0.09em;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 44px;
  margin-top: 10px;
}
@media only screen and (min-width: 576px) {
  .o-mv__off-txt {
    font-size: 2.8rem;
    line-height: 40px;
  }
}
.o-mv__off-big {
  font-family: "Oswald", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: flex;
  align-items: baseline;
  line-height: 45px;
  font-size: 3.7rem;
}
@media only screen and (min-width: 576px) {
  .o-mv__off-big {
    line-height: 75px;
    font-size: 6.2rem;
  }
}
.o-mv__off-big .md {
  display: inline-block;
  margin-left: 5px;
  line-height: 0;
  font-size: 1.8rem;
}
@media only screen and (min-width: 576px) {
  .o-mv__off-big .md {
    font-size: 3.1rem;
  }
}
.o-mv__off-big .lg {
  line-height: 0;
  font-size: 2.4rem;
}
@media only screen and (min-width: 576px) {
  .o-mv__off-big .lg {
    font-size: 4.1rem;
  }
}
.o-mv__btm-txt {
  font-weight: 600;
  font-family: "Noto Sans JP", serif;
  color: #1F3088;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.03em;
  position: absolute;
  right: 20px;
  bottom: -147px;
}
@media only screen and (min-width: 768px) {
  .o-mv__btm-txt {
    position: unset;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 21px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.footer {
  background-color: #1F3088;
  padding: 30px 0 10.5px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 55px 0 25px;
  }
}
.footer__copyright {
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  line-height: 13px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 1.2rem;
    line-height: 17px;
    margin-top: 46.5px;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 30px;
  padding: 0 32px;
}
@media only screen and (min-width: 768px) {
  .footer__links {
    gap: 30px;
    padding: 0;
  }
}
.footer__item {
  font-family: "Noto Sans JP", serif;
}
.footer__item a {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  transition: all 0.25s ease;
  font-size: 1.2rem;
  line-height: 17px;
  padding-bottom: 1.5px;
}
@media only screen and (min-width: 768px) {
  .footer__item a {
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 2.5px;
  }
}
.footer__item a:hover {
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */

/* 20250408　追記・改修 */
.fixed-menu {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  background: #1F3088;
  padding: 1%;
}

.fixed-menu-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .fixed-menu-container {
    width: 60%;
  }
}

.fixed-menu-container a {
  display: block;
  width: 100%;
  text-decoration: none;
  border: 1px solid #FFF;
  color: #fff;
  font-size: clamp(15px, 1.2vw, 22px);
  text-align: center;
  padding: 15px 0;
  transition: all 0.25s ease;
}

.fixed-menu-container a:hover {
  background: #fff;
  color: #1F3088;
}

.fixed-menu-container a:nth-of-type(1) {
  margin-right: 2%;
}

.footer {
  background-color: #1F3088;
  padding: 30px 0 8.5vh;
}
@media only screen and (min-width: 768px) {
  .footer {
      padding: 55px 0 12vh;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
