@charset "UTF-8";
/*---------------------
 common
---------------------*/
html {
  font-family: "Noto Sans JP", sans-serif;
  --color--black: #000;
  --color--white: #FFF;
  --color--main: #024eaa;
  --color--sub: #e81587;
  --color--require: #d40b0b;
  --color--bg: #8fc8f7;
  --color--bg2: #e1f3fb;
  --color--lgray: #f4f4f4;
  scroll-behavior: smooth;
  --color--gray: #999;
  scroll-padding-top: 140px;
}

body {
  margin: 0;
  padding: 0;
}
body p {
  font-size: 1.1em;
  line-height: 1.7;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  padding: 4vw 0;
}

.section_inner {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  color: var(--color--black);
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.error {
  font-size: 0.9em;
  color: var(--color--sub);
}

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

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .show-sp {
    display: none;
  }
}
/*---------------------
 svg
---------------------*/
.svg-sprite {
  position: relative;
  z-index: -1;
  width: 0;
  height: 0;
  display: none;
}

/*---------------------
 header
---------------------*/
.l-header {
  left: 40px;
  position: fixed;
  top: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  width: calc(100% - 80px);
  z-index: 9;
  display: flex;
  justify-content: space-between;
  padding: 7px;
}
.l-header h1 {
  line-height: 1;
  margin: 0;
}
.l-header nav ul {
  display: flex;
  align-items: center;
}
.l-header nav ul li {
  padding: 5px 20px;
  font-weight: 600;
}
.l-header .toggler {
  display: none;
}
.l-header.-home {
  width: calc(100% - 400px);
}

@media screen and (max-width: 1000px) {
  .l-header {
    left: 20px;
    position: fixed;
    top: 10px;
  }
  .l-header h1 img {
    width: 160px;
  }
  .l-header nav {
    display: none;
  }
  .l-header .toggler {
    display: block;
  }
  .l-header.-home {
    width: calc(100% - 40px);
  }
}
/*---------------------
 p-home__sub
---------------------*/
.p-home__sub h4 {
  text-align: center;
  font-size: clamp(1.3em, 1.4vw, 1.4em);
  margin: 10px 0 20px 0;
}
.p-home__sub .close {
  display: none;
}
.p-home__sub ul {
  margin: 0;
  padding: 0;
}
.p-home__sub ul li {
  list-style: none;
}
.p-home__sub ul li .side__list-ttl {
  font-weight: 600;
  font-size: clamp(1em, 1.1vw, 1.1em);
}
.p-home__sub ul li .side__list-ttl .label {
  background: var(--color--sub);
  color: var(--color--white);
  font-size: 0.7em;
  padding: 1px 15px;
  border-radius: 10px;
}
.p-home__sub .side__list-input--2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-home__sub .side__list-input--2col .side__list-inner--2col {
  width: 48%;
}
.p-home__sub .p-homeRegistration__notice {
  font-size: 0.9em;
}
.p-home__sub .p-homeRegistration__notice a {
  color: var(--color--sub);
  text-decoration: underline;
}
.p-home__sub .box {
  text-align: center;
  margin: 30px auto 10px;
}
.p-home__sub .box .box_ttl {
  color: var(--color--sub);
}
.p-home__sub .box h3 {
  margin: 10px 0 0;
  color: var(--color--sub);
  line-height: 1;
}
.p-home__sub .box h3 a {
  color: var(--color--sub);
}
.p-home__sub .box .small {
  font-size: 0.9em;
}

/*---------------------
 button
---------------------*/
a.button {
  background: var(--color--sub);
  color: var(--color--white);
  padding: 10px 20px;
  display: block;
  border-radius: 10px;
  font-weight: 600;
}
a.button svg {
  width: 21px;
  height: 24px;
}
a.button.w300 {
  max-width: 300px;
  margin: 0 auto;
}

input[type=submit] {
  background: var(--color--sub);
  color: var(--color--white);
  padding: 5px;
  display: block;
  border-radius: 10px;
  text-align: center;
  margin: 10px auto;
  font-size: 1.1em;
  font-weight: 600;
  width: 260px;
  cursor: pointer;
}

input[type=button] {
  background: #666;
  color: var(--color--white);
  padding: 5px;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  margin: 10px auto;
  font-size: 1.1em;
  font-weight: 600;
  width: 260px;
  cursor: pointer;
}

/*---------------------
 H
---------------------*/
h1 {
  font-size: clamp(1.6em, 3vw, 3em);
}

h2 {
  font-size: clamp(1.7em, 3vw, 3em);
  text-align: center;
  color: var(--color--main);
}

h3 {
  font-size: clamp(1.4em, 2.2vw, 2.2em);
}

.lead {
  font-size: clamp(1em, 1.3vw, 1.3em);
}

/*---------------------------
 * flex-wrapper
 * -------------------------*/
.flex-wrapper.half,
.flex-wrapper.one-third,
.flex-wrapper.quarter,
.flex-wrapper.three_half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-wrapper.reverse {
  flex-direction: row-reverse;
}

.flex-wrapper.itemCenter {
  align-items: center;
}

.flex-wrapper.four:after {
  display: block;
  content: "";
  width: 24%;
}

.flex-wrapper .flex-one {
  width: 100%;
}

.flex-wrapper.half .flex-one {
  width: 48%;
}

.flex-wrapper.one-third .flex-one {
  width: 32%;
}

.flex-wrapper.three_half .flex-one {
  width: 47%;
}

.flex-wrapper.quarter .flex-one {
  width: 48%;
}

.flex-wrapper.quarter .flex-three {
  width: 48%;
}

@media (min-width: 768px) {
  .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-wrapper.three_half .flex-one {
    width: 30%;
  }
  .flex-wrapper.two .flex-one {
    width: 48%;
  }
  .flex-wrapper.three .flex-one {
    width: 32%;
  }
  .flex-wrapper.three .flex-two {
    width: 64%;
  }
  .flex-wrapper.four .flex-two {
    width: 48%;
  }
  .flex-wrapper.four .flex-one {
    width: 24%;
  }
  .flex-wrapper.four .flex-three {
    width: 72%;
  }
  .flex-wrapper.five .flex-one {
    width: 18%;
  }
  .flex-wrapper.six .flex-one {
    width: 15%;
  }
  .flex-wrapper.quarter .flex-one {
    width: 24%;
  }
  .flex-wrapper.quarter .flex-three {
    width: 72%;
  }
}
/*---------------------
 layput
---------------------*/
.l-main.-home {
  padding-bottom: 0;
  padding-top: 0;
}
.l-main.-home .p-home .p-home__container .p-home__content {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-main.-home .p-home .p-home__container .p-home__content .p-home__main {
  width: calc(100% - 320px);
}
.l-main.-home .p-home .p-home__container .p-home__content .p-home__sub {
  height: 800px;
  max-height: calc(100vh - 50px);
  min-height: 100vh;
  position: sticky;
  top: 0;
  width: 320px;
  transition: all ease 0.3s;
}
.l-main.-home .p-home .p-home__container .p-home__content .p-home__sub .p-homeRegistration {
  background: #FFFFFF;
  box-shadow: 0px 4px 16px -4px rgba(0, 0, 0, 0.25);
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px 24px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 1000px) {
  .l-main.-home {
    padding-bottom: 0;
    padding-top: 0;
  }
  .l-main.-home .p-home {
    overflow-x: hidden;
  }
  .l-main.-home .p-home .p-home__container .p-home__content .p-home__main {
    width: 100%;
    overflow-x: hidden;
  }
  .l-main.-home .p-home .p-home__container .p-home__content .p-home__sub {
    position: fixed;
    width: 80%;
    height: 100vh;
    z-index: 101;
  }
  .l-main.-home .p-home .p-home__container .p-home__content .p-home__sub .close {
    display: inline-block;
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .l-main.-home .p-home .p-home__container .p-home__content .p-home__sub.lg\:u-hidden {
    transform: translate(200%, 0);
  }
  .l-main.-home .p-home .p-home__container .p-home__content .p-home__sub.active {
    top: 0;
    right: 0;
  }
}
/*---------------------
 #hero
---------------------*/
#hero {
  padding: 6vw 20px 3.5vw;
}
#hero .section_inner {
  background: url(../img/mv_bg.png) no-repeat top right;
  background-size: 70%;
}
#hero .section_inner .textArea {
  padding-top: 4vw;
}
#hero .section_inner .textArea h2 {
  color: var(--color--main);
  font-weight: 700;
  font-size: clamp(1.3em, 2.7vw, 2.7em);
  text-align: left;
  line-height: 1;
  margin: 0 0 20px 0;
}
#hero .section_inner .textArea h2 span {
  font-size: 0.4em;
  font-weight: 600;
}
#hero .section_inner .textArea h3 {
  color: var(--color--main);
  line-height: 1;
  margin: 0 0 0 40px;
}
#hero .section_inner .textArea .price {
  color: var(--color--sub);
  margin: 0 0 2em 40px;
  font-size: clamp(1.2em, 1.3vw, 1.3em);
  display: flex;
  align-items: center;
  font-weight: 600;
}
#hero .section_inner .textArea .price strong {
  font-size: 2.8em;
}
#hero .section_inner .textArea p {
  color: var(--color--main);
}
#hero .section_inner .textArea .button {
  margin: 0 auto;
}
#hero .section_inner .textArea figure {
  margin-left: 0;
}
#hero .section_inner .textArea .lead {
  font-weight: 600;
}
#hero .section_inner .textArea ul {
  margin: 0;
  padding: 0;
}
#hero .section_inner .textArea ul li {
  list-style: none;
  padding: 5px 0;
  color: var(--color--main);
}
#hero .section_inner .textArea ul li strong {
  font-weight: 600;
}
#hero .section_inner .textArea .button {
  font-size: clamp(1.1em, 1.5vw, 1.5em);
  font-weight: 600;
  padding: 18px 20px;
  width: 400px;
  border-radius: 12px;
}
#hero .section_inner .textArea .button svg {
  width: 33px;
  height: 36px;
  margin-left: 7px;
}

@media (max-width: 767px) {
  #hero {
    padding: 0 0 0 10px;
  }
  #hero .section_inner {
    background: url(../img/mv_bg_sp.png) no-repeat top 30% right;
    background-size: 80%;
    padding: 80px 0 4vw;
  }
  #hero .section_inner h2 {
    line-height: 1.4;
  }
  #hero .section_inner .textArea h3 {
    margin: 0 0 0 20px;
  }
  #hero .section_inner .textArea .price {
    margin: 0 0 0 20px;
  }
  #hero .section_inner .button {
    text-align: center;
    padding: 15px 15px;
    width: 100%;
  }
  #hero .section_inner .button svg {
    width: 33px;
    height: 36px;
    margin-left: 12px;
  }
}
table {
  margin: 30px auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
}

table thead th {
  padding: 0.5em 2em;
  border: 1px solid #CCC;
  background: #0855c1;
  color: #FFF;
  word-break: keep-all;
  text-align: left;
}

table th {
  text-align: left;
  font-weight: 700;
}

table tbody th {
  padding: 0.5em 2em;
  border-bottom: 1px solid #CCC;
  background: #f4f4f4;
  text-align: left;
  font-weight: 700;
}

table td {
  padding: 0.5em;
  border-bottom: 1px solid #CCC;
}

table tr td:last-child {
  text-align: left;
}

table td span {
  display: inline-block;
  margin: 0 5px 5px 0;
  background: #00968d;
  color: #FFF;
  padding: 1px 10px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 700;
}

span.require {
  display: inline-block;
  background: #C00;
  color: var(--color--white);
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 0.8em;
  margin-right: 5px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  background: var(--color--white);
  border: 1px solid #CCC;
  border-radius: 6px;
  padding: 0.5em;
}

select {
  border: 1px solid #CCC;
  border-radius: 6px;
  padding: 0.5em;
  width: 100%;
}

textarea {
  height: 8em;
}

input[type=checkbox] {
  margin-right: 5px;
}

input[type=radio] {
  margin-right: 5px;
}

input + p {
  margin-top: 5px;
}

label {
  display: block;
}

/*---------------------
 #feature
---------------------*/
section#feature {
  background: linear-gradient(to bottom, var(--color--white) 30%, var(--color--bg) 30%);
}
section#feature .section_inner .flex-wrapper {
  margin-bottom: 4vw;
}
section#feature .section_inner .flex-wrapper .flex-one {
  background: var(--color--white);
  border: 4px solid var(--color--main);
  border-radius: 30px;
  padding: 1em;
}
section#feature .section_inner .flex-wrapper .flex-one h3 {
  text-align: center;
  font-size: clamp(1.4em, 1.8vw, 1.8em);
  color: var(--color--main);
  line-height: 1.3;
  margin: 0;
}
section#feature .section_inner .flex-wrapper .flex-one h3 .pink {
  color: var(--color--sub);
}
section#feature .section_inner .flex-wrapper .flex-one h3 strong {
  font-size: 1.8em;
}
section#feature .section_inner .flex-wrapper .flex-one h4 {
  text-align: center;
  font-size: clamp(1.1em, 1.3vw, 1.3em);
  color: var(--color--main);
  line-height: 1.5;
  margin: 0 0 15px 0;
}
section#feature .section_inner .flex-wrapper .flex-one h4 .pink {
  color: var(--color--sub);
}
section#feature .section_inner .flex-wrapper .flex-one h4 strong {
  font-size: 1.5em;
}
section#feature .section_inner .flex-wrapper .flex-one figure {
  text-align: center;
}
section#feature .section_inner .flex-wrapper .flex-one figure img {
  height: 100px;
  width: auto;
}
section#feature .section_inner h2 {
  font-size: clamp(1.4em, 2.4vw, 2.4em);
  margin-bottom: 0;
}
section#feature .section_inner p.alert {
  text-align: center;
  color: var(--color--main);
}

@media screen and (max-width: 1200px) {
  section#feature {
    background: linear-gradient(to bottom, var(--color--white) 10%, var(--color--bg) 10%);
  }
  section#feature .section_inner .flex-wrapper .flex-one {
    margin-bottom: 20px;
  }
}
/*---------------------
 #reason
---------------------*/
section#reason .section_inner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#reason .section_inner h2 strong {
  color: var(--color--sub);
  font-size: 2em;
}
section#reason .section_inner .flex-wrapper .flex-one {
  background: url(../img/reason_bg.svg) no-repeat bottom center;
  padding-bottom: 40px;
}
section#reason .section_inner .flex-wrapper .flex-one .icon {
  width: 100px;
  margin: 0 auto 30px;
}
section#reason .section_inner .flex-wrapper .flex-one h3 {
  text-align: center;
  font-size: clamp(1.2em, 1.4vw, 1.4em);
  line-height: 1.3;
  margin: 0;
  font-weight: 600;
  line-height: 1.6;
  height: 4em;
}
section#reason .section_inner .flex-wrapper .flex-one h3.line-two {
  padding-top: 1em;
}

/*---------------------
 #point
---------------------*/
section#point {
  background: url(../img/point_bg_full.png) center;
  background-size: cover;
}
section#point .section_inner article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 760px;
  margin-bottom: 3vw;
}
section#point .section_inner article:nth-child(2) {
  margin-left: 10vw;
}
section#point .section_inner article:nth-child(3) {
  margin-left: 20vw;
}
section#point .section_inner article figure {
  width: 25%;
  text-align: center;
  margin: 0;
}
section#point .section_inner article figure img {
  margin: 0 auto;
}
section#point .section_inner article .textArea {
  width: 70%;
}
section#point .section_inner article .textArea .number {
  color: var(--color--sub);
  font-size: clamp(1.3em, 2.5vw, 2.5em);
  font-weight: 600;
}
section#point .section_inner article .textArea h2 {
  text-align: left;
  line-height: 1.3;
  margin: 0;
  font-size: clamp(1.3em, 1.8vw, 1.8em);
  font-weight: 400;
}
section#point .section_inner article .textArea h2 strong {
  font-size: 1.6em;
}
section#point .section_inner article .textArea h3 {
  color: var(--color--main);
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  font-size: clamp(1.1em, 1.5vw, 1.5em);
}
section#point .section_inner article .textArea h3 strong {
  font-size: 1.6em;
}

@media screen and (max-width: 1200px) {
  section#point .section_inner article:nth-child(2), section#point .section_inner article:nth-child(3) {
    margin-left: 0;
  }
}
/*---------------------
 #flow
---------------------*/
section#flow {
  background: var(--color--bg2);
}
section#flow .section_inner {
  text-align: center;
}
section#flow .section_inner h2 {
  margin-bottom: 2em;
}
section#flow .section_inner h2 strong {
  color: var(--color--sub);
}
section#flow .section_inner figure {
  margin: 20px auto;
}

/*---------------------
 #company
---------------------*/
section#company .section_inner .button {
  max-width: 250px;
  margin: 0 auto;
}

/*---------------------
 footer
---------------------*/
footer {
  background: var(--color--main);
  color: var(--color--white);
  padding: 3vw 0;
  font-size: 0.9em;
}
footer .l-footer__logo {
  width: 200px;
  margin: 0 0 20px 0;
}
footer ul {
  padding: 30px 0;
  margin: 0;
}
footer ul.menu {
  display: flex;
  list-style: none;
  justify-content: center;
}
footer ul.menu li a {
  display: block;
  color: var(--color--white);
  padding: 20px;
}
footer .copyright {
  font-size: 0.9em;
  padding: 10px 0;
  color: var(--color--white);
}

@media (max-width: 1199px) {
  #footer ul {
    padding: 15px 0;
    margin: 0;
  }
  #footer ul.menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #footer ul.menu li {
    width: 33%;
  }
  #footer ul.menu li a {
    display: block;
    color: var(--color--white);
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #footer ul.menu {
    display: block;
  }
  #footer ul.menu li {
    width: 100%;
  }
}
.l-footer__copyright {
  text-align: center;
  padding: 0 10px;
  color: var(--color--main);
}

.fixed_banner {
  display: none;
}

@media (max-width: 1000px) {
  .fixed_banner {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 5px;
    animation: bannerUp 0.4s 0.6s forwards;
  }
}
@keyframes bannerUp {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0);
  }
}
/*----------------------------
* スマホメニュー
*----------------------------*/
#navAll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #555;
}
#navAll .menu__item {
  width: 100%;
  height: auto;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

/* アニメーション前のメニューの状態 */
#navAll {
  pointer-events: none;
  opacity: 0;
  transform-origin: center;
  transform: scale(0.5);
  transition: all 0.3s ease;
}
#navAll ul {
  list-style: none;
}
#navAll ul li a {
  color: var(--color--white);
  display: block;
  padding: 10px 0;
}

/* アニメーション後のメニューの状態 */
#navAll.is-active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}

/*----------------------------
* サブページ
*----------------------------*/
.l-main.-sub {
  padding-top: 100px;
}
.l-main.-sub .p-sub .p-sub__container .p-sub__content {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */