@charset "UTF-8";
a,
address,
article,
aside,
audio,
blockquote,
body,
button,
canvas,
code,
dd,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
input,
label,
li,
nav,
object,
ol,
p,
pre,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
@font-face {
  font-family: "NotoSans CondensedSemiBold";
  src: url(/assets/fonts/NotoSans-CondensedSemiBold.ttf) format("truetype");
}
.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
    width: 100%;
  }
}
.is-fixed {
  overflow-y: hidden;
}
html {
  font-size: 10px;
  font-weight: 500;
}
body {
  width: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.6rem !important;
  font-style: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
section[id] {
  position: relative;
}
section[id]::before {
  display: block;
  height: 80px;
  margin-top: -80px;
  content: "";
}
@media print, screen and (min-width: 960px) {
  section[id]::before {
    height: 120px;
    margin-top: -120px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  letter-spacing: 0.08em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
:after,
:before {
  box-sizing: border-box;
}
.u-ta-left-xs {
  text-align: left;
}
.u-ta-center-xs {
  text-align: center;
}
.u-ta-right-xs {
  text-align: right;
}
.u-va-middle-xs {
  vertical-align: middle;
}
.u-ma-488-xs {
  max-width: 488px;
}
@media print, screen and (min-width: 1366px) {
  .u-ma-1120-xl {
    max-width: 1120px;
  }
}
.u-ml-a-xs {
  margin-left: auto;
}
.u-mr-a-xs {
  margin-right: auto;
}
.u-mt-5-xs {
  margin-top: 5px;
}
.u-mt-10-xs {
  margin-top: 10px;
}
.u-mt-15-xs {
  margin-top: 15px;
}
.u-mt-20-xs {
  margin-top: 20px;
}
.u-mt-24-xs {
  margin-top: 24px;
}
.u-mt-26-xs {
  margin-top: 26px;
}
.u-mt-30-xs {
  margin-top: 30px;
}
.u-mt-35-xs {
  margin-top: 35px;
}
.u-mt-40-xs {
  margin-top: 40px;
}
.u-mt-46-xs {
  margin-top: 46px;
}
.u-mt-60-xs {
  margin-top: 60px;
}
@media print, screen and (min-width: 560px) {
  .u-mt-10-sm {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mt-20-md {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .u-mt-0-lg {
    margin-top: 0;
  }
  .u-mt-4-lg {
    margin-top: 4px;
  }
  .u-mt-10-lg {
    margin-top: 10px;
  }
  .u-mt-22-lg {
    margin-top: 22px;
  }
  .u-mt-26-lg {
    margin-top: 26px;
  }
  .u-mt-40-lg {
    margin-top: 40px;
  }
  .u-ml-8-lg {
    margin-left: 8px;
  }
  .u-mt-8-minus-lg {
    margin-top: -8px;
  }
  .u-mt-14-minus-lg {
    margin-top: -14px;
  }
  .u-mt-4-minus-lg {
    margin-top: -4px;
  }
  .u-mr-60-lg {
    margin-right: 60px;
  }
}
.u-d-bl-xs {
  display: block;
}
.u-d-ib-xs {
  display: inline-block;
}
.u-d-in-xs {
  display: inline;
}
.u-d-n-xs {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .u-d-bl-lg {
    display: block;
  }
  .u-d-ib-lg {
    display: inline-block;
  }
  .u-d-in-lg {
    display: inline;
  }
  .u-d-n-lg {
    display: none;
  }
}
@media screen and (max-width: 359px) {
  .u-hidden-u-sm {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  .u-hidden-u-md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-hidden-u-lg {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .u-hidden-u-xl {
    display: none;
  }
}
@media print, screen and (min-width: 560px) {
  .u-hidden-o-sm {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .u-hidden-o-md {
    display: none;
  }
}
@media print, screen and (min-width: 960px) {
  .u-hidden-o-lg {
    display: none;
  }
}
@media print, screen and (min-width: 1366px) {
  .u-hidden-o-xl {
    display: none;
  }
}
.c-btn__header {
  position: relative;
  padding: 12px 42.5px;
  background: #e84732;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.c-btn__header:hover {
  background: #fff;
  color: #e84732;
}
.c-btn__header:hover::before {
  background: #e84732;
}
.c-btn__header::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 17px;
  background: #fff;
  content: "";
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-btn__reason {
  display: block;
  width: calc(50% - 5px);
  padding: 13px 15px 7px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 559px) {
  .c-btn__reason {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .c-btn__reason:not(:last-child) {
    margin-bottom: 15px;
  }
}
.c-btn__reason:hover {
  opacity: 0.7;
}
.c-btn__reason.phone > span {
  z-index: 1;
  position: relative;
  display: block;
  padding: 12px;
  border: 2px solid #e88c32;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: 700;
  line-height: 1.3125;
  color: #020202;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn__reason.phone > span {
    padding: 7px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__reason.phone > span {
    padding: 12px;
    font-size: 1.6rem;
  }
}
.c-btn__reason.phone > span::after,
.c-btn__reason.phone > span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 21px;
  height: 12px;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-btn__reason.phone > span::before {
  z-index: -1;
  background: #e88c32;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.c-btn__reason.phone > span::after {
  z-index: 1;
  background: #fff;
  -webkit-transform: translate(-50%, calc(100% - 3px));
  transform: translate(-50%, calc(100% - 3px));
}
.c-btn__reason.phone > strong {
  position: relative;
  display: block;
  padding-left: 65px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn__reason.phone > strong {
    padding-left: 25px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 559px) {
  .c-btn__reason.phone > strong {
    padding-left: 65px;
    font-size: 4.2rem;
  }
}
.c-btn__reason.phone > strong::before {
  position: absolute;
  top: 15px;
  left: 18px;
  width: 44px;
  height: 41px;
  background: url(../images/common/svg/phone.svg) no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 768px) {
  .c-btn__reason.phone > strong::before {
    left: 0;
    width: 25px;
    height: 23px;
  }
}
@media screen and (max-width: 559px) {
  .c-btn__reason.phone > strong::before {
    left: 18px;
    width: 44px;
    height: 41px;
  }
}
.c-btn__reason.phone > strong span {
  display: block;
  margin-top: -10px;
  padding-right: 55px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .c-btn__reason.phone > strong span {
    padding-right: 35px;
  }
}
@media screen and (max-width: 559px) {
  .c-btn__reason.phone > strong span {
    padding-right: 55px;
  }
}
.c-btn__reason.anchor-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-btn__reason.anchor-link span:first-child {
  display: flex;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: #e88c32;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-btn__reason.anchor-link span:first-child {
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 559px) {
  .c-btn__reason.anchor-link span:first-child {
    width: 83px;
    height: 83px;
    font-size: 2.4rem;
  }
}
.c-btn__reason.anchor-link span:nth-child(2) {
  width: calc(100% - 97px);
}
@media screen and (max-width: 768px) {
  .c-btn__reason.anchor-link span:nth-child(2) {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 559px) {
  .c-btn__reason.anchor-link span:nth-child(2) {
    width: calc(100% - 97px);
  }
}
.c-btn__reason.anchor-link span:nth-child(2) strong:first-child {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e88c32;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .c-btn__reason.anchor-link span:nth-child(2) strong:first-child {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 559px) {
  .c-btn__reason.anchor-link span:nth-child(2) strong:first-child {
    font-size: 1.6rem;
  }
}
.c-btn__reason.anchor-link span:nth-child(2) strong:nth-child(2) {
  position: relative;
  display: block;
  padding-right: 35px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  font-weight: 700;
  font-style: normal;
  line-height: 1.21;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn__reason.anchor-link span:nth-child(2) strong:nth-child(2) {
    padding-right: 25px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 559px) {
  .c-btn__reason.anchor-link span:nth-child(2) strong:nth-child(2) {
    font-size: 2.8rem;
  }
}
.c-btn__reason.anchor-link span:nth-child(2) strong:nth-child(2)::before {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 21px;
  height: 19px;
  background: #e88c32;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.c-list__mv {
  max-width: 292px;
  margin: 0 auto 10px;
}
.c-list__mv li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.16;
  text-align: left;
  letter-spacing: 0.05em;
}
.c-list__mv li::before {
  display: inline-block;
  width: 16px;
  height: 13px;
  margin-right: 15px;
  background: url(../images/common/svg/red-checked.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: "";
}
.c-list__mv li:not(:last-child) {
  margin-bottom: 6px;
}
.c-list__message {
  display: flex;
  padding: 0 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-list__message {
    padding: 0;
  }
}
.c-list__message ul {
  width: calc(100% / 2 - 19px);
}
@media screen and (max-width: 959px) {
  .c-list__message ul {
    width: 444px;
    margin: 0 auto;
  }
}
.c-list__message ul li {
  display: flex;
  margin-bottom: 26px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-list__message ul li:nth-child(2) {
  flex-direction: row-reverse;
}
.c-list__message ul li:nth-child(2) .c-box__message::before {
  right: unset;
  left: 99%;
  -webkit-transform: scaleX(-1) translateY(-50%);
  transform: scaleX(-1) translateY(-50%);
}
.c-list__message ul li figure {
  width: 32.954%;
}
@media screen and (max-width: 959px) {
  .c-list__message ul li figure {
    width: 115px;
  }
}
.c-list__message ul li figure img {
  border-radius: 50%;
}
.c-list__point {
  padding: 0 36px;
}
@media screen and (max-width: 768px) {
  .c-list__point {
    padding: 0;
  }
}
.c-list__point ol {
  display: flex;
  margin: 0 -43px;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .c-list__point ol {
    margin: 0 -5px;
  }
}
.c-list__point ol li {
  width: calc(100% / 3 - 86px);
  margin: 0 43px;
}
@media screen and (max-width: 959px) {
  .c-list__point ol li {
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
  }
}
@media screen and (max-width: 559px) {
  .c-list__point ol li {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 559px) {
  .c-list__point ol li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-list__point ol li:nth-child(2) figure figcaption {
  color: #c1980f;
}
.c-list__point ol li:nth-child(2) h3 {
  color: #c1980f;
}
.c-list__point ol li:nth-child(3) figure figcaption {
  color: #0099db;
}
.c-list__point ol li:nth-child(3) h3 {
  color: #0099db;
}
.c-list__point ol li figure {
  position: relative;
  margin-bottom: 3px;
  padding-top: 14px;
  text-align: center;
}
.c-list__point ol li figure figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #e88c32;
  text-align: center;
  text-transform: uppercase;
}
.c-list__point ol li figure figcaption strong {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-list__point--txt p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .c-list__point--txt p {
    color: #0c4291;
  }
}
.c-list__support {
  padding: 0 3px;
}
@media screen and (max-width: 959px) {
  .c-list__support {
    max-width: 666px;
    margin: 0 auto;
  }
}
.c-list__support ol {
  display: flex;
  margin: 0 -8.5px 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .c-list__support ol {
    justify-content: center;
  }
}
@media screen and (max-width: 559px) {
  .c-list__support ol {
    justify-content: unset;
  }
}
.c-list__support ol li {
  position: relative;
  overflow: hidden;
  width: calc(100% / 3 - 17px);
  margin: 0 8.5px 17px;
  padding: 40px 15px 20px;
  border-radius: 20px 0 20px 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 959px) {
  .c-list__support ol li {
    width: calc(100% / 2 - 17px);
  }
}
@media screen and (max-width: 559px) {
  .c-list__support ol li {
    width: calc(100% - 17px);
    margin-bottom: 10px;
  }
}
.c-list__support ol li:nth-child(n + 7) {
  background: #0c4291;
  color: #fff;
}
.c-list__support ol li:nth-child(n + 7) > span {
  color: #fff;
}
.c-list__support ol li:nth-child(n + 7) figure figcaption {
  color: #ffff;
}
.c-list__support ol li > span {
  position: absolute;
  top: 0;
  left: 22px;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.47;
  color: #0c4291;
}
.c-list__support ol li > img {
  position: absolute;
  top: 0;
  right: 0;
}
.c-list__support ol li figure {
  text-align: center;
}
.c-list__support ol li figure img {
  margin-bottom: 15px;
}
.c-list__support ol li figure figcaption {
  margin-bottom: 18px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.47;
  color: #0c4291;
}
@media screen and (max-width: 768px) {
  .c-list__support ol li figure figcaption {
    font-size: 2.4rem;
  }
}
.c-list__support ol li p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.c-list__support--last {
  z-index: 1;
  position: relative;
  padding: 70px 55px 37px 100px;
}
@media screen and (max-width: 559px) {
  .c-list__support--last {
    padding: 50px 16.5px 20.5px;
  }
}
.c-list__support--last::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  content: "";
}
.c-list__support--last::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-list__support--last::after {
  z-index: -2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.c-list__support--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-list__support--inner > span {
  position: absolute;
  top: 10px;
  left: 22px;
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.47;
  color: #0c4291;
}
.c-list__support--inner figure {
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .c-list__support--inner figure {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
}
.c-list__support--inner figure img {
  margin-bottom: 16px;
}
.c-list__support--inner figure figcaption {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0c4291;
  letter-spacing: 0.024em;
}
.c-list__support--inner p {
  width: calc(100% - 190px);
  font-size: 1.4rem;
  line-height: 1.47;
  color: #0c4291;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 559px) {
  .c-list__support--inner p {
    width: 100%;
  }
}
.c-list__support--inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-list__support--inner > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-list__check {
  max-width: 355px;
  margin: 0 auto 50px;
}
.c-list__check li {
  position: relative;
  padding-left: 35px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.c-list__check li:not(:last-child) {
  margin-bottom: 20px;
}
.c-list__check li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  content: "";
}
.c-list__check li span {
  color: #fff502;
}
.c-list__step li {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-list__step li span {
  display: block;
  padding: 7.5px 48px 7.5px 34px;
  background: linear-gradient(
    to right,
    #f99900 0,
    #e57a12 55%,
    #e22f00 90%,
    #e22f00 100%
  );
  font-family: m-plus-rounded-2p, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 14px) 0,
    calc(100% - 14px) 15px,
    100% 50%,
    calc(100% - 14px) calc(100% - 15px),
    calc(100% - 14px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    calc(100% - 14px) 0,
    calc(100% - 14px) 15px,
    100% 50%,
    calc(100% - 14px) calc(100% - 15px),
    calc(100% - 14px) 100%,
    0 100%
  );
}
@media screen and (max-width: 768px) {
  .c-list__step li span {
    padding: 0 23px 0 17px;
    font-family: zen-maru-gothic, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    letter-spacing: 0.024em;
    -webkit-clip-path: polygon(
      0 0,
      calc(100% - 6px) 0,
      calc(100% - 6px) 6px,
      100% 50%,
      calc(100% - 6px) calc(100% - 6px),
      calc(100% - 6px) 100%,
      0 100%
    );
    clip-path: polygon(
      0 0,
      calc(100% - 6px) 0,
      calc(100% - 6px) 6px,
      100% 50%,
      calc(100% - 6px) calc(100% - 6px),
      calc(100% - 6px) 100%,
      0 100%
    );
  }
}
.c-list__step--right {
  width: calc(100% - 230px);
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .c-list__step--right {
    width: calc(100% - 102px);
  }
}
.c-list__step--right p {
  min-height: 56px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.c-list__faq li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.c-list__faq li:not(:last-child) {
  margin-bottom: 10px;
}
.c-list__faq li::before {
  display: inline-block;
  width: 62px;
  height: 62px;
  background: url(../images/top/icon-q.svg) no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 768px) {
  .c-list__faq li::before {
    width: 40px;
    height: 40px;
  }
}
.c-list__faq--inner {
  width: calc(100% - 85px);
  padding: 18px 22.5px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .c-list__faq--inner {
    width: calc(100% - 45px);
    padding: 10px 16px;
    border-radius: 10px;
  }
}
.c-list__faq--inner h3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0c4291;
  letter-spacing: 0.025em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-list__faq--inner h3 {
    padding-right: 30px;
    border: none;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
.c-list__faq--inner h3.is-active::before {
  background: url(../images/top/faq-minus.svg) no-repeat;
  background-size: cover;
}
.c-list__faq--inner h3::before {
  position: absolute;
  top: 0;
  right: 5px;
  width: 26px;
  height: 26px;
  background: url(../images/top/faq-plus.svg) no-repeat;
  background-size: cover;
  content: "";
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-list__faq--inner h3::before {
    top: 5px;
    width: 20px;
    height: 20px;
  }
}
.c-list__faq--inner p {
  overflow: hidden;
  max-height: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue",
    Arial, Meiryo, sans-serif;
  font-weight: 300;
  color: #0c4291;
  transition: max-height 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .c-list__faq--inner p {
    font-size: 1.4rem;
  }
}
.c-list__faq--inner p > span {
  position: relative;
  display: block;
  display: flex;
  margin-top: 15px;
  padding-top: 20px;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 559px) {
  .c-list__faq--inner p > span {
    align-items: unset;
  }
}
.c-list__faq--inner p > span::before {
  display: block;
  width: 62px;
  height: 62px;
  margin-right: 15px;
  background: url(../images/top/icon-a.svg) no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 768px) {
  .c-list__faq--inner p > span::before {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}
.c-list__faq--inner p > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0c4291;
  content: "";
}
.c-list__faq--inner p > span > span {
  width: calc(100% - 77px);
}
.p-mv {
  z-index: 1;
  position: relative;
  padding: 95px 0 20px;
  background: url(../images/top/bg-mv.jpg) no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-mv {
    height: auto;
    padding-bottom: 40px;
    background: url(../images/top/bg-mv-sp.svg) no-repeat top center;
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 559px) {
  .p-mv {
    padding-bottom: 190px;
  }
}
.p-mv > img {
  z-index: -1;
  position: absolute;
  top: 30%;
  left: 0;
}
@media screen and (max-width: 959px) {
  .p-mv > img {
    display: none;
  }
}
.p-mv > img:nth-child(2) {
  top: 32%;
  right: 0;
  left: unset;
}
.p-mv__inner {
  text-align: center;
}
.p-mv__inner h1 {
  margin-bottom: 17px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-mv__inner h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 559px) {
  .p-mv__inner h1 {
    font-size: 2.4rem;
  }
}
.p-mv__inner h1 span {
  position: relative;
  text-shadow: 0 0 10px #ff1d00;
}
.p-mv__inner h1 span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 128px;
  height: 8px;
  background: url(../images/common/svg/dot.svg) repeat-x;
  content: "";
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 559px) {
  .p-mv__inner h1 span::before {
    width: 88.83px;
    height: 6.25px;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-100%, -25%);
	transform: translate(-100%, -25%);
    background-size: contain;
  }
}
@media print, screen and (min-width: 560px) {
  .p-mv__inner h1 span br {
    display: none;
  }
}
.p-mv__inner figure {
  max-width: 510px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .p-mv__inner figure {
    margin-bottom: 82px;
  }
}
.sm-only {
  display: none;
}
@media screen and (max-width: 559px) {
  .sm-only {
    display: block;
  }
}
.c-block__reason {
  position: relative;
  padding: 60px 0 100px;
  background: #e88c32;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-block__reason {
    padding: 25px 0;
  }
}
.c-block__reason.add-decor > figure {
  display: none;
}
@media screen and (max-width: 559px) {
  .c-block__reason.add-decor > figure {
    display: block;
    -webkit-transform: translateX(-62%);
    transform: translateX(-62%);
  }
}
.c-block__reason.add-decor::after,
.c-block__reason.add-decor::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 328px;
  height: 100%;
  background: url(../images/top/decor.svg) no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.65;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 959px) {
  .c-block__reason.add-decor::after,
  .c-block__reason.add-decor::before {
    display: none;
  }
}
.c-block__reason.add-decor::after {
  right: 0;
  left: unset;
  background: url(../images/top/decor2.svg) no-repeat;
  background-size: cover;
}
.c-block__reason > figure {
  z-index: 1;
  position: absolute;
  bottom: 100%;
  left: 17vw;
}
.c-block__reason > figure .circle {
	width: 147px;
	height: 147px;
	position: relative;
	transform: translateY(-18px);
	border-radius: 50%;
	background-color: #e84732;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.42);
}
.c-block__reason > figure .circle::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -1px);
	border-style: solid;
	border-width: 18px 11px 0 11px;
	border-color: #e84732 transparent transparent transparent;
}
.c-block__reason > figure .circle p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.c-block__reason > figure .circle p span {
	margin-bottom: 4px;
	font-family: zen-maru-gothic, sans-serif;
	font-weight: bold;
	letter-spacing: 0.024em;
	font-size: 24px;
}
@media screen and (max-width: 1365px) {
  .c-block__reason > figure {
    left: 5vw;
  }
}
@media screen and (max-width: 959px) {
  .c-block__reason > figure {
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-block__reason > figure {
    width: 120px;
  }
}
@media screen and (max-width: 559px) {
  .c-block__reason > figure {
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.c-block__reason > figure:nth-child(2) {
  display: none;
}
@media screen and (max-width: 559px) {
  .c-block__reason > figure:nth-child(2) {
    display: block;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.c-block__reason--inner {
  padding: 0 135px;
}
@media screen and (max-width: 959px) {
  .c-block__reason--inner {
    padding: 0;
  }
}
.c-block__reason--inner .c-title__reason {
  width: 100%;
}
.c-block__reason--row {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-block__reason--row figure {
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-block__reason--row figure {
    width: 150px;
  }
}
@media screen and (max-width: 559px) {
  .c-block__reason--row figure {
    display: none;
  }
}
.c-block__mac--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .c-block__mac--inner {
    flex-direction: column-reverse;
  }
}
.c-block__mac--img {
  z-index: 1;
  position: relative;
  padding: 0 83px 56px 30px;
}
@media screen and (max-width: 959px) {
  .c-block__mac--img {
    padding: 0 50px 55px;
  }
}
@media screen and (max-width: 559px) {
  .c-block__mac--img {
    padding: 0 17px 50px;
  }
}
.c-block__mac--img > img {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .c-block__mac--img > img {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .c-block__mac--img > img {
    width: calc(100% - 25px);
  }
}
.c-block__mac--img > img.sm-min {
  display: block;
}
@media screen and (max-width: 559px) {
  .c-block__mac--img > img.sm-min {
    display: none;
  }
}
.c-block__mac--img > img.sm-max {
  display: none;
}
@media screen and (max-width: 559px) {
  .c-block__mac--img > img.sm-max {
    display: block;
  }
}
.c-block__mac--left {
  width: 58%;
}
@media screen and (max-width: 959px) {
  .c-block__mac--left {
    width: 100%;
  }
}
.c-block__mac--right {
  width: 42%;
  padding-left: 70px;
}
@media screen and (max-width: 959px) {
  .c-block__mac--right {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 15px;
    text-align: center;
  }
}
.c-block__mac--right .c-list__mv {
  width: auto;
  margin: 0 0 45px;
}
@media screen and (max-width: 959px) {
  .c-block__mac--right .c-list__mv {
    width: 195px;
    margin: 0 auto 25px;
  }
}
.c-block__mac--right .c-list__mv li {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  color: #0c4291;
}
.c-block__mac--right p {
  padding-right: 185px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.66;
  color: #0c4291;
  letter-spacing: 0.024em;
  transition: all 0.3s;
}
@media screen and (max-width: 1365px) {
  .c-block__mac--right p {
    padding-right: 80px;
  }
}
@media screen and (max-width: 959px) {
  .c-block__mac--right p {
    padding-right: 15px;
    font-size: 1.4rem;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .c-block__mac--right p {
    color: #0c4291;
  }
}
.c-block__advance p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.71;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-block__advance p.mb5 {
  margin-bottom: 5px;
}
.c-block__advance figure {
  text-align: center;
}
.c-block__register--inner {
  padding: 55px 124px 40px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 959px) {
  .c-block__register--inner {
    padding: 55px 18px 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-block__register--inner {
    padding: 26px 18px 23px;
  }
}
.c-group__box {
  display: flex;
  padding: 0 135px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1365px) {
  .c-group__box {
    padding: 0 9vw;
  }
}
@media screen and (max-width: 959px) {
  .c-group__box {
    padding: 0 1vw;
  }
}
@media screen and (max-width: 768px) {
  .c-group__box {
    padding: 0;
  }
}
.c-box__message {
  position: relative;
  width: calc(67.046% - 23px);
  padding: 30px 35px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 959px) {
  .c-box__message {
    width: calc(100% - 135px);
  }
}
@media screen and (max-width: 768px) {
  .c-box__message {
    padding: 17px 20px;
    font-size: 1.4rem;
  }
}
.c-box__message.mid-arrow::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-box__message::before {
  position: absolute;
  top: 30px;
  right: 99%;
  width: 22px;
  height: 26px;
  background: #fff;
  content: "";
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.c-box__message span {
  font-weight: 700;
  line-height: 1.5;
  color: #0c4291;
  letter-spacing: 0.024em;
}
.c-box__message span strong {
  color: #e84732;
}
.c-box__plan {
  width: calc(100% / 2 - 5px);
  border: 2px solid #0c4291;
  border-radius: 15px;
}
@media screen and (max-width: 559px) {
  .c-box__plan {
    width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .c-box__plan:not(:last-child) {
    margin-bottom: 10px;
  }
}
.c-box__plan.main-bg .c-box__plan--body,
.c-box__plan.main-bg .c-box__plan--head {
  background: #0c4291;
}
.c-box__plan.main-bg .c-box__plan--body span,
.c-box__plan.main-bg .c-box__plan--body strong,
.c-box__plan.main-bg .c-box__plan--head span,
.c-box__plan.main-bg .c-box__plan--head strong {
  color: #fff;
}
.c-box__plan.main-bg .c-box__plan--head {
  border-color: #fff;
}
.c-box__plan.main-bg .c-box__plan--table {
  border-bottom: 1px solid #fff;
}
.c-box__plan.main-bg .c-box__plan--table > span {
  border-color: #fff;
  background: #0c4291;
  color: #fff;
}
.c-box__plan.main-bg .c-box__plan--table > span:first-child {
  padding: 30px 10px;
  font-size: 1.4rem;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-box__plan.main-bg .c-box__plan--table > span:first-child {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 559px) {
  .c-box__plan.main-bg .c-box__plan--table > span:first-child {
    font-size: 1.4rem;
  }
}
.c-box__plan.main-bg .c-box__plan--table > span:first-child strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 768px) {
  .c-box__plan.main-bg .c-box__plan--table > span:first-child strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 559px) {
  .c-box__plan.main-bg .c-box__plan--table > span:first-child strong {
    font-size: 2.5rem;
  }
}
.c-box__plan.main-bg .c-box__plan--table > span:nth-child(2) {
  padding: 0;
}
.c-box__plan.main-bg .c-box__plan--table > span span {
  display: flex;
  width: 100%;
  padding: 8px 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-box__plan.main-bg .c-box__plan--table > span span {
    padding: 8px;
  }
}
@media screen and (max-width: 559px) {
  .c-box__plan.main-bg .c-box__plan--table > span span {
    padding: 8px 20px;
  }
}
.c-box__plan.main-bg .c-box__plan--table > span span:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.c-box__plan.main-bg .c-box__plan--footer {
  padding: 36px;
}
.c-box__plan--head {
  padding: 15px;
  border-bottom: 2px solid #0c4291;
  border-radius: 13px 13px 0 0;
  background: #fff;
  text-align: center;
}
.c-box__plan--head span {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #0c4291;
}
.c-box__plan--body {
  padding: 30px 15px 25px;
  background: #fff;
}
.c-box__plan--body span,
.c-box__plan--body strong {
  display: block;
  color: #0c4291;
  text-align: center;
}
.c-box__plan--body strong {
  margin-bottom: 27px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-box__plan--body strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 559px) {
  .c-box__plan--body strong {
    font-size: 2.4rem;
  }
}
.c-box__plan--body span {
  font-size: 1.8rem;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 768px) {
  .c-box__plan--body span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 559px) {
  .c-box__plan--body span {
    font-size: 1.8rem;
  }
}
.c-box__plan--table {
  display: flex;
  background: #fff;
  flex-wrap: wrap;
}
.c-box__plan--table > span {
  display: flex;
  width: 50%;
  padding: 8px 24px;
  border-top: 1px solid #0c4291;
  color: #0c4291;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-box__plan--table > span {
    padding: 8px;
  }
}
@media screen and (max-width: 559px) {
  .c-box__plan--table > span {
    padding: 8px 20px;
  }
}
.c-box__plan--table > span figure {
  width: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-box__plan--table > span figure {
    width: 25px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 559px) {
  .c-box__plan--table > span figure {
    width: 45px;
    padding: 0;
  }
}
.c-box__plan--table > span:nth-child(2n + 1) {
  border-right: 1px solid #0c4291;
}
.c-box__plan--footer {
  padding: 35px;
  border-radius: 0 0 13px 13px;
  background: #0c4291;
}
@media screen and (max-width: 768px) {
  .c-box__plan--footer {
    padding: 36px;
  }
}
.c-slider__mac {
  z-index: 1;
  position: relative;
  max-width: 489px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .c-slider__mac {
    margin: 0 auto;
  }
}
.c-slider__mac .mac-slider {
  position: absolute;
  inset: 21px 21px 141px 21px;
}
@media screen and (max-width: 589px) {
  .c-slider__mac .mac-slider {
    inset: 4% 4% 118px 4%;
  }
}
.c-slider__mac .mac-slider .slick-arrow {
  z-index: 1;
  left: -21px;
  width: 37px;
  width: 37px;
}
.c-slider__mac .mac-slider .slick-arrow img {
  display: block;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-slider__mac .mac-slider .slick-arrow::before {
  display: none;
}
.c-slider__mac .mac-slider .slick-next {
  right: -21px;
  left: unset;
}
.c-slider__mac .mac-slider .slick-next img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.c-txt__note {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  color: #0c4291;
  text-align: center;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-txt__note {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 559px) {
  .c-txt__note {
    padding: 12px 10px;
    background: #fdf9eb;
    font-size: 1.6rem;
  }
}
.c-title__mv {
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title__mv {
    font-size: 2rem;
  }
}
@media screen and (max-width: 559px) {
  .c-title__mv {
    font-size: 2.4rem;
  }
}
.c-title__mv.md-min {
  display: block;
}
@media screen and (max-width: 959px) {
  .c-title__mv.md-min {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  .c-title__mv.md-min {
    display: block;
  }
}
.c-title__mv.md-max {
  display: none;
}
@media screen and (max-width: 959px) {
  .c-title__mv.md-max {
    display: block;
  }
}
@media screen and (max-width: 559px) {
  .c-title__mv.md-max {
    display: none;
  }
}
.c-title__mv span {
  display: block;
  margin-bottom: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  color: #e84732;
  letter-spacing: 0.024em;
}
.c-title__mv span strong {
  padding: 0 15px 2px;
  background: #e84732;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.024em;
}
.c-title__mv > strong {
  padding: 4px 0;
  background: linear-gradient(
    transparent 0,
    transparent calc(100% - 6px),
    #ffdf76 calc(100% - 6px),
    #ffdf76
  );
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 768px) {
  .c-title__mv > strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 559px) {
  .c-title__mv > strong {
    font-size: 2.4rem;
  }
}
.c-title__mv > strong.and {
  background: 0 0;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 3.2rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .c-title__mv > strong.and {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 559px) {
  .c-title__mv > strong.and {
    font-size: 2.4rem;
  }
}
.c-title__reason {
  margin-bottom: 31px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 768px) {
  .c-title__reason {
    margin-bottom: 23px;
  }
}
.c-title__main {
  margin-bottom: 52px;
  color: #0c4291;
  text-align: center;
}
.c-title__main.mb80 {
  margin-bottom: 80px;
}
.c-title__main.mb40 {
  margin-bottom: 40px;
}
.c-title__main.white span.border::before {
  background: #fff;
}
.c-title__main span.border {
  position: relative;
  padding: 0 0 30px;
  border: none;
  background: url(../images/top/border-bottom.svg) no-repeat bottom center;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-title__main span.border {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-title__main span.border.sm-block {
    display: block;
  }
}
.c-title__main span.border.transparent {
  padding: 0 0 30px;
  border: none;
  background: url(../images/top/bg-transparent.svg) no-repeat bottom center;
}
.c-title__main span.border.transparent::after,
.c-title__main span.border.transparent::before {
  display: none;
}
.c-title__main span.border.transparent-white {
  display: block;
  padding: 0 0 30px;
  border: none;
  background: url(../images/top/bg-transparent-white.svg) no-repeat bottom
    center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-title__main span.border.transparent-white {
    padding: 0 0 30px;
    background: url(../images/top/border-bottom-white-sp.svg) no-repeat bottom
      center;
    background-size: 280px;
  }
}
.c-title__main span.border.transparent-white::after,
.c-title__main span.border.transparent-white::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-title__main span.border.border-short-sp {
    background: url(../images/top/border-bottom-short.svg) no-repeat center
      bottom;
  }
}
.c-title__main span.border::before {
  z-index: 1;
  position: absolute;
  top: calc(100% - 0px);
  left: calc(50% - 2px);
  width: 22px;
  height: 22px;
  background: #fdf9eb;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.c-title__main span.under {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.024em;
}
@media screen and (max-width: 768px) {
  .c-title__main span.under {
    font-size: 1.2rem;
  }
}
.c-title__main span.under.margin-top {
  margin-top: 50px;
}
.c-title__main span.under.margin-bottom {
  margin-bottom: 19px;
}
.c-title__list--point {
  margin-bottom: 3.5px;
  margin-bottom: 13.5px;
  padding-bottom: 5.5px;
  border-bottom: 2px solid;
  font-size: 2.1rem;
  font-weight: 700;
  color: #e88c32;
  text-align: center;
}
.c-title__highlight {
  margin-bottom: 66px;
  padding: 15px;
  background: #e88c32;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title__highlight {
    margin-bottom: 27px;
    padding: 22px 15px;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.c-title__register--sub {
  margin-bottom: 9px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  color: #0c4291;
  letter-spacing: 0.025em;
}
.c-title__faq {
  margin-bottom: 40px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: normal;
  color: #0c4291;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title__faq {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.c-title__contact {
  text-align: center;
}
.c-title__contact span,
.c-title__contact strong {
  display: block;
  color: #fff;
  text-align: center;
}
.c-title__contact strong {
  margin-bottom: 10px;
  font-family: zen-maru-gothic, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .c-title__contact strong {
    font-size: 2.4rem;
  }
}
.c-title__contact span {
  font-size: 1.4rem;
}
.l-header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #e88c32;
}
.l-header__inner {
  display: flex;
  background: rgba(232, 71, 50, 0.2);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.l-header__inner--left {
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
}
.l-header__inner--left a {
  transition: all 0.3s;
}
.l-header__inner--left a:hover {
  opacity: 0.7;
}
.l-header__inner--left span {
  margin-left: 19px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-header__inner--left span {
    margin-left: 10px;
    line-height: 16px;
  }
}
@media screen and (max-width: 559px) {
  .l-header__inner .c-btn__header {
    display: none;
  }
}
.l-footer__inner {
  height: 60px;
  padding-right: 60px;
  display: flex;
  padding-left: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
  }
}
.l-footer__inner--right {
  display: flex;
  width: calc(100% - 142px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.l-footer__inner--right a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue",
    Arial, Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #000;
  text-decoration: underline;
}
.l-footer__inner--right a {
  transition: all 0.3s;
}
.l-footer__inner--right a:first-child {
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner--right a:first-child {
    margin-right: 15px;
  }
}
.l-footer__inner--right a:hover {
  opacity: 0.8;
}
.l-footer__inner--right p {
  margin-right: 21px;
}
.l-footer p {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue",
    Arial, Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #000;
  text-align: center;
}
.to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .l-footer p {
    margin: 19px 0 23px;
  }
}
.l-container,
.l-container__1000 {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.l-container__1000 {
  max-width: 1020px;
}
@font-face {
  font-family: "NotoSans CondensedSemiBold";
  src: url(/assets/fonts/NotoSans-CondensedSemiBold.ttf) format("truetype");
}
.p-top__message {
  padding: 65px 0 50px;
  background: #fdf9eb;
}
.p-top__choose {
  padding: 30px 0 54px;
}
.p-top__support {
  padding: 36.5px 0 45px;
  background: #fdf9eb;
}
@media screen and (max-width: 959px) {
  .p-top__support {
    padding-bottom: 25px;
  }
}
.p-top__mac {
  padding: 40px 0;
  background: url(../images/top/bg-mac.jpg) no-repeat right top;
}
.p-top__plan {
  padding: 76px 0 160px;
  background: url(../images/top/bg-plan.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-top__plan {
    padding: 60px 0 145px;
  }
}
.p-top__advance {
  margin-top: -110px;
  padding: 177px 0 73px;
  background: url(../images/top/bg-advance.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-top__advance {
    margin-top: -125px;
  }
}
.p-top__register {
  padding: 100px 0 140px;
}
@media screen and (max-width: 959px) {
  .p-top__register {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 559px) {
  .p-top__register {
    padding: 40px 0 200px;
  }
}
.p-top__faq {
  padding: 135px 0 100px;
  background: #fdf9eb;
}
@media screen and (max-width: 959px) {
  .p-top__faq {
    padding: 25px 0;
  }
}
.p-top__contact {
  padding: 32px 0 63px;
  background: #e88c32;
}
.thanks {
  max-width: 1140px;
  min-height: calc(100vh - 60px);
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.thanks h1 {
  font-size: 44px;
  font-weight: 700;
}
.thanks p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
}
.thanks hr {
  margin-top: 50px;
  border: 0;
  border-bottom: 1px dashed #aaa;
}
.thanks button {
  margin-top: 50px;
  color: #e88c32;
  background-color: transparent;
  border: 2px solid #e88c32;
  min-width: 166px;
  border-radius: 20px;
  transition: all 0.2s cubic-bezier(0.02, 0.42, 0.24, 0.74);
}
.thanks button a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 11px 10px;
  font-size: 14px;
  font-weight: 700;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.thanks button:hover {
  background-color: #e88c32;
  color: #fff;
}
@media screen and (max-width: 959px) {
	.thanks h1{
		font-size: 32px;
	}
}