@charset "UTF-8";
/*! tinyreset.css v0.1.0 | github.com/shankariyerr/tinyreset */
a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
ol,
output,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

summary {
  display: block;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

/*
    @include hack-ie(ie11) {
        *::-ms-backdrop, .foo{
            処理
        }
    }
*/
/* *****************************
 * Base サイトのデフォルトのスタイル設定
 **************************** */
html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: Montserrat, "Noto Sans JP", "メイリオ", "ＭＳ ゴシック", sans-serif;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #333;
  font-feature-settings: "normal";
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

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

.pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.c-header-top {
  text-align: center;
  background: #fff;
  padding: 0.25em 1em;
}
.c-header-bottom {
  background: #1E92D0;
  padding: 1em;
}
.c-header-bottom h1 {
  color: #fff;
}
.c-header-bottom a {
  border-radius: 0.5em;
  background: #FFE247;
  text-align: center;
  display: block;
  font-size: 1.4rem;
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 768px) {
  .c-header-bottom a {
    font-size: 1.6rem;
  }
}

.c-header-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-header-bottom-inner {
    max-width: 1240px;
    margin: auto;
  }
}

.c-footer {
  padding: 2em 1em;
  border-top: 1px solid #ccc;
}
.c-footer-logo {
  text-align: center;
  display: block;
  max-width: 50%;
  margin: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-footer-logo {
    max-width: 20%;
  }
}

.c-footer-cw {
  text-align: center;
  font-size: 1rem;
}
.c-sec {
  padding: 2em 1em;
}
@media screen and (min-width: 768px) {
  .c-sec {
    padding: 4em 1em;
  }
}

.c-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 4rem;
  }
}

.c-lead {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-lead {
    font-size: 2rem;
    margin-bottom: 2em;
  }
}

.c-fv {
  background: #E0F4FF;
}
@media screen and (min-width: 768px) {
  .c-fv-spnone {
    max-width: 1240px;
    margin: auto;
  }
}

.c-cta {
  background: #FFF8D7;
  padding: 2em 1em;
}
.c-cta-title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-cta-title {
    font-size: 2.8rem;
  }
}

.c-cta-btn {
  background: #FFE248;
  display: block;
  border-radius: 0.5em;
  border-bottom: 0.5em solid #CAB650;
  font-weight: 700;
  text-align: center;
  padding: 1em;
}
.c-cta-btn:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-cta-btn:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-cta-btn {
    font-size: 2rem;
    width: calc(50% - 1em);
  }
}

@media screen and (min-width: 768px) {
  .c-cta-box {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
  }
}

.c-riyu {
  background: url(../img/lp_bg_01.jpg) no-repeat bottom center #F2FCFD;
  background-size: cover;
}

.c-riyu-subtitle {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 0.25em;
}

@media screen and (min-width: 768px) {
  .c-riyu-list {
    max-width: 960px;
    margin: auto;
  }
}

.c-riyu-box {
  position: relative;
  border-radius: 1em;
  background: #fff;
  padding: 1.5em;
}
.c-riyu-box:not(:last-child) {
  margin-bottom: 1em;
}
.c-riyu-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top-left-radius: 1em;
  border-top: 1.5em solid #FFE248; /* 黄色の三角 */
  border-right: 1.5em solid transparent;
}
.c-riyu-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-right-radius: 1em;
  border-bottom: 1.5em solid #FFE248; /* 黄色の三角 */
  border-left: 1.5em solid transparent;
}

.c-riyu-box-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1em;
}
.c-riyu-box-title h3 {
  font-weight: 700;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-riyu-box-title h3 {
    font-size: 2.4rem;
  }
}

.c-riyu-deco {
  flex-shrink: 0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #FFE248;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-riyu-deco {
    width: 5em;
    height: 5em;
  }
}

.c-riyu-deco-text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-riyu-deco-text {
    font-size: 1.6rem;
  }
}

.c-riyu-deco-num {
  display: block;
  font-weight: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-riyu-deco-num {
    font-size: 2.4rem;
  }
}

.c-riyu-box-text {
  font-size: 1.4rem;
  margin-bottom: 1em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-riyu-box-text {
    font-size: 1.6rem;
  }
}

.c-riyu-box-img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-riyu-box-img {
    max-width: 50%;
    margin: auto;
  }
}

.c-riyu-box-text-s {
  margin-top: 1em;
  font-size: 1rem;
  text-align: justify;
}

.c-riyu-box-img-01 {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-riyu-box-img-01 {
    max-width: 90%;
    margin: auto;
  }
}

.c-voice {
  background: #FFF8D7;
}
@media screen and (min-width: 768px) {
  .c-voice-list {
    max-width: 960px;
    margin: auto;
  }
}
.c-voice-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-voice-list li {
    display: flex;
    align-items: center;
  }
}
.c-voice-list li:not(:last-child) {
  margin-bottom: 1em;
}

.c-voice-textwrap {
  background: #fff;
  border-radius: 1em;
  padding: 1em;
  padding-right: 2.5em;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .c-voice-textwrap {
    width: 100%;
    padding: 2em;
    padding-right: 2em;
    margin-right: 1em;
  }
}
.c-voice-textwrap h3 {
  font-weight: 700;
  text-align: justify;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-voice-textwrap h3 {
    font-size: 2rem;
  }
}
.c-voice-textwrap p {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-voice-textwrap p {
    font-size: 1.6rem;
  }
}

.c-voice-imgwrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .c-voice-imgwrap {
    position: relative;
    width: 20%;
  }
}

.c-flow {
  background: #E0F4FF;
}
@media screen and (min-width: 768px) {
  .c-flow-list {
    max-width: 960px;
    margin: auto;
  }
}
.c-flow-list li {
  background: #fff;
  border-radius: 1em;
  padding: 1.5em;
}
.c-flow-list li:not(:last-child) {
  margin-bottom: 2em;
}
.c-flow-list li:not(:last-child) {
  position: relative;
}
.c-flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.75em);
  width: 0;
  height: 0;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #ccc;
}
.c-flow-list h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-flow-list h3 span {
  max-width: 1.75em;
  margin-right: 0.5em;
}
.c-flow-list h3 .c-flow-icon-l {
  max-width: 2.25em;
  margin-right: 0.5em;
}
.c-flow-list p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-flow-list p {
    font-size: 1.6rem;
    text-align: center;
  }
}

.c-nayami-img01 {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-nayami-img01 {
    max-width: 960px;
    margin: auto;
    margin-bottom: 2em;
  }
}

.c-nayami-arrow {
  text-align: center;
  max-width: 15%;
  margin: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-nayami-arrow {
    max-width: 100px;
    margin: auto;
    margin-bottom: 2em;
  }
}

.c-form-title {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-form-title {
    max-width: 960px;
    margin: auto;
    margin-bottom: 1em;
    justify-content: center;
  }
}

.c-form-deco {
  flex-shrink: 0;
  max-width: 20%;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  .c-form-deco {
    max-width: 10%;
  }
}

.c-form-titletext {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .c-form-titletext {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-form-box {
    max-width: 960px;
    margin: auto;
  }
}

.c-pro-title {
  text-align: justify;
  margin-bottom: 1em;
  text-align: center;
}

.c-pro-title-01 {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-pro-title-01 {
    font-size: 4rem;
    display: inline-block;
  }
}

.c-pro-title-02 {
  font-size: 3.2rem;
  font-weight: 900;
  color: #FF4152;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-pro-title-02 {
    font-size: 6.4rem;
  }
}

.c-pro-title-03 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-pro-title-03 {
    font-size: 4rem;
  }
}

.c-pro-img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-pro-img {
    max-width: 960px;
    margin: auto;
  }
}

.c-thanks {
  background: #E0F4FF;
}
@media screen and (min-width: 768px) {
  .c-thanks {
    margin: auto;
  }
}

.c-thanks__inner {
  background: #fff;
  padding: 2em;
  border-radius: 1em;
}
@media screen and (min-width: 768px) {
  .c-thanks__inner {
    max-width: 960px;
    margin: auto;
  }
}

.c-thanks__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-thanks__title {
    font-size: 3.2rem;
  }
}

.c-thanks__maintext {
  text-align: center;
  color: #FF4152;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-thanks__maintext {
    font-size: 2.4rem;
  }
}

.c-thanks__subtext {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .c-thanks__subtext {
    font-size: 1.6rem;
  }
}

.c-thanks__subtitle {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-thanks__subtitle {
    font-size: 1.6rem;
  }
}

.c-thanks__mail {
  text-decoration: underline;
  color: #1E92D0;
  text-align: center;
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */