@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6em;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  color: black;
}

img {
  max-width: 100%;
}

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

nav ul {
  list-style: none;
}

form input,
form textarea {
  outline: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

p {
  font-size: 16px;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

::-webkit-scrollbar {
  display: none;
}

ul li {
  list-style: none;
}

img {
  height: auto;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

body,
textarea,
button {
  font: inherit;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
}

input,
textarea,
button,
select {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  border-color: #FF8C7D !important;
}

input:-internal-autofill-selected {
  background-color: white !important;
}

@media (min-width: 769px) {
  .pc {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.u-maxcontainer {
  max-width: 1920px;
  margin: auto;
}

.u-color1 {
  color: #A86F6F;
}

.u-bold {
  font-weight: 900;
}

.u-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .u-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

@media (max-width: 768px) {
  .p-32 {
    padding: 0 32px !important;
  }
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

body {
  background: #fffdf6;
  color: #5C5C5C;
  font-size: 1.8rem;
  position: relative;
}

body::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6ece7), color-stop(#f4e4dd), color-stop(#f3dbd5), color-stop(#f2d3cd), to(#f0cac7));
  background-image: linear-gradient(to bottom, #f6ece7, #f4e4dd, #f3dbd5, #f2d3cd, #f0cac7);
  min-height: 300px;
  width: 375px;
  margin: auto;
}

@media (max-width: 768px) {
  body::before {
    min-height: 700px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  body {
    min-width: 375px;
  }
}

@media (max-width: 1024px) {
  #page-index {
    overflow: hidden;
  }
}

.l-container {
  overflow: hidden;
}

.l-container1 {
  max-width: 800px;
  padding: 0 16px;
  margin: 0 auto;
}

.l-footer .l-footer__container {
  padding: 8px 20px 56px;
  max-width: 375px;
  margin: auto;
}

@media (max-width: 768px) {
  .l-footer .l-footer__container {
    padding: 120px 0 140px;
  }
}

.l-footer .l-footer__container .l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 10px;
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .l-footer__container .l-footer__inner .l-footer__logo {
  display: block;
  margin: auto;
}
@media (min-width: 769px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__logo {
    width: 137px;
  }
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__logo {
    margin-bottom: 38px;
    max-width: 174px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer .l-footer__container .l-footer__inner .l-footer__logo img {
  width: 100%;
}
.l-footer .l-footer__container .l-footer__inner .l-footer__text {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1.4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 375px;
}
@media (min-width: 769px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__text {
    width: 100%;
  }
}
.l-footer .l-footer__container .l-footer__inner .l-footer__text__info1 {
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
  letter-spacing: 1.4px;
  text-align: center;
}
.l-footer .l-footer__container .l-footer__inner .l-footer__text__info2 {
  letter-spacing: 0.154px;
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__text__info {
    max-width: 278px;
    margin: 0 auto;
  }
  .l-footer .l-footer__container .l-footer__inner .l-footer__text__info1 {
    margin-bottom: 14px;
    display: block;
  }
}
.l-footer .l-footer__container .l-footer__inner .l-footer__text__tel {
  letter-spacing: 0.154px;
}
.l-footer .l-footer__container .l-footer__inner .l-footer__text__tel .is-tel {
  margin-right: 31px;
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__text__tel .is-tel {
    margin-right: 17px;
  }
}
.l-footer .l-footer__container .l-footer__inner .l-footer__text__tel a, .l-footer .l-footer__container .l-footer__inner .l-footer__text__tel span {
  color: #5C5C5C;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__inner .l-footer__text__tel a, .l-footer .l-footer__container .l-footer__inner .l-footer__text__tel span {
    width: 50%;
  }
}
.l-footer .l-footer__container .l-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.3rem;
  letter-spacing: 0.143px;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 26px;
  }
}
.l-footer .l-footer__container .l-footer__copy .l-footer__copy-text {
  color: #5C5C5C;
  white-space: nowrap;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__copy .l-footer__copy-text {
    font-size: 1.3rem;
    letter-spacing: 0.143px;
    padding-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.l-footer .l-footer__container .l-footer__copy .l-footer__copy-img {
  position: relative;
  max-width: 46px;
  margin: auto;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__copy .l-footer__copy-img {
    width: 100%;
    text-align: center;
    margin: 25px 0 8px;
  }
}
.l-footer .l-footer__container .l-footer__copy .l-footer__copy-img img {
  width: 100%;
}
.l-footer .l-footer__container .l-footer__copy a {
  color: #5C5C5C;
  text-decoration: underline;
}
@media (min-width: 769px) {
  .l-footer .l-footer__container .l-footer__copy .l-footer__link a:first-child {
    margin-right: 16px;
  }
}
@media (max-width: 768px) {
  .l-footer .l-footer__container .l-footer__copy .l-footer__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer .l-footer__container .l-footer__copy .l-footer__link a {
    margin: 0 10px;
  }
}
.l-footer .l-footer__container .l-footer__copy .l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  z-index: 100;
  text-align: center;
  padding: 5px 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#fixed-banner .fixed-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  #fixed-banner .fixed-banner__wrap {
    padding: 0 32px;
  }
}
#fixed-banner .fixed-banner__wrap .fixed-banner__form {
  margin-right: 5px;
}
@media (max-width: 768px) {
  #fixed-banner .fixed-banner__wrap .fixed-banner__form {
    width: 275px;
  }
}
@media (max-width: 768px) {
  #fixed-banner .fixed-banner__wrap .fixed-banner__top {
    width: 60px;
  }
}
#fixed-banner .fixed-banner__wrap .fixed-banner__form,
#fixed-banner .fixed-banner__wrap .fixed-banner__top {
  display: block;
}
#fixed-banner.fixed-banner-hide {
  opacity: 0;
  visibility: hidden;
}
#fixed-banner .c-btn02__text .c-btn02__txt {
  color: #5C5C5C;
}
#fixed-banner .c-btn02__text .c-btn02__txt::before, #fixed-banner .c-btn02__text .c-btn02__txt::after {
  background: #5C5C5C;
}
#fixed-banner .c-btn02__button {
  height: 64px;
  line-height: 64px;
  font-size: 2.4rem;
  letter-spacing: 1.44px;
  -webkit-animation: zoom-in-zoom-out 1.5s ease-out infinite;
          animation: zoom-in-zoom-out 1.5s ease-out infinite;
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#fixed-banner .c-btn02__button::before {
  background: url("./img/common/icon-down-1.svg") no-repeat right center;
}
@media (max-width: 768px) {
  #fixed-banner .c-btn02__button {
    font-size: 2rem;
    letter-spacing: 1.2px;
  }
}
#fixed-banner .c-btn02__text {
  margin-bottom: 2px;
  letter-spacing: 2px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #fixed-banner .c-btn02__text {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
  }
}
#fixed-banner .c-btn02__text .c-btn02__txt::before, #fixed-banner .c-btn02__text .c-btn02__txt::after {
  width: 1px;
}

.c-btn02 {
  text-align: center;
  position: relative;
}

.c-btn02__text {
  display: block;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 2.2px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .c-btn02__text {
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    margin-bottom: 3px;
    margin-top: 15px;
  }
}
.c-btn02__text .c-btn02__txt {
  display: inline-block;
  position: relative;
  padding: 0 13px;
  line-height: 1.3;
}
.c-btn02__text .c-btn02__txt::before, .c-btn02__text .c-btn02__txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -2px;
  width: 2px;
  background: #ffffff;
  -webkit-transform: rotate(335deg);
          transform: rotate(335deg);
}
.c-btn02__text .c-btn02__txt::after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(-335deg);
          transform: rotate(-335deg);
}
.c-btn02__button {
  height: 72px;
  line-height: 72px;
  background: #30349B;
  font-weight: bold;
  font-size: 2.8rem;
  color: #ffffff;
  letter-spacing: 1.68px;
  display: inline-block;
  min-width: 520px;
  border-radius: 36px;
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(183, 126, 126, 0.16);
          box-shadow: 0px 0px 16px 0px rgba(183, 126, 126, 0.16);
}
@media (max-width: 768px) {
  .c-btn02__button {
    min-width: 326px;
    font-size: 2rem;
    letter-spacing: 1.2px;
    height: 64px;
    line-height: 64px;
  }
}
.c-btn02__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 27px;
  height: 14px;
  background: url("./img/common/icon-down.svg") no-repeat right center;
}
@media (max-width: 768px) {
  .c-btn02__button::before {
    background: url("./img/common/icon-down-1.svg") no-repeat right center;
    right: 15px;
  }
}
.c-btn02__img {
  position: absolute;
  left: 16px;
  top: -25px;
  z-index: 1;
}
@media (max-width: 768px) {
  .c-btn02__img {
    left: -15px;
    top: 17px;
  }
}

.c-title03 {
  text-align: right;
}
.c-title03__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 14px;
  height: 44px;
}

.c-title03__txt {
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 48px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  position: relative;
  padding-left: 64px;
  font-size: 2rem;
}

.c-title03__txt::after {
  position: absolute;
  content: "";
  width: 56px;
  height: 1px;
  background: #5C5C5C;
  top: 50%;
  left: 0;
}
.c-title03--style1 {
  text-align: left;
}
.c-title03--style1 .c-title03__img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-acesBox {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 16px;
}

.l-form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .l-form {
    max-width: 656px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .l-form {
    max-width: none;
    padding: 0 0;
  }
}
.l-form .l-form__formCell {
  display: -ms-flexbox;
}
@media (max-width: 768px) {
  .l-form .l-form__formCell {
    display: block;
  }
}
.l-form .l-form__formCell:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .l-form .l-form__formCell:not(:last-child) {
    margin-bottom: 15px;
  }
}
.l-form .l-form__formCell .l-form__formCell__title {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
  width: 235px;
  position: relative;
  padding: 11px 0;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .l-form .l-form__formCell .l-form__formCell__title {
    width: 100%;
    padding: 0;
    margin-bottom: 7px;
  }
}
.l-form .l-form__formCell .l-form__formCell__title.l-form__formCell__title--need::after {
  content: "*";
  color: #E30060;
  font-size: 1.6rem;
  border-radius: 6px;
  line-height: 1;
}
.l-form .l-form__formCell .l-form__formCell__attention {
  max-width: 480px;
  margin: 12px auto 0;
}
.l-form .l-form__formCell .l-form__formCell__attention span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 0.06em;
}
.l-form .l-form__formCell .l-form__formCell__attention span::before {
  content: "※";
}
@media (max-width: 768px) {
  .l-form .l-form__formCell .l-form__formCell__attention {
    margin: 23px auto 0;
  }
}
.l-form .l-form__formCell .l-form__formCell__inputArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--flex {
    position: relative;
  }
  .l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--flex #first_name-error,
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--flex #last_name-error {
    position: absolute;
    bottom: -30px;
  }
  .l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--flex #last_name-error {
    left: 55%;
  }
}
@media (max-width: 768px) {
  .l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--flex .l-form__formCell__input.error {
    margin-bottom: 0 !important;
  }
  .l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--flex #first_name-error {
    margin-bottom: 20px;
  }
}
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--name .l-form__formCell__input.l-form__formCell__input--name {
  margin-top: 0;
  width: 100%;
}
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--name .l-form__formCell__input.l-form__formCell__input--name:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--name .l-form__formCell__input.l-form__formCell__input--name {
    width: 100%;
  }
  .l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--name .l-form__formCell__input.l-form__formCell__input--name:not(:last-child) {
    margin-bottom: 8px;
  }
}
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--name #last_name_kana-error,
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--name #last_name-error {
  width: 48%;
}
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--check {
  border: 1px solid #E6D8CD;
  padding: 11px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--check {
    background-color: white;
  }
}
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--check .l-form__formCell__checkText {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.06em;
}
.l-form .l-form__formCell .l-form__formCell__inputArea.l-form__formCell__inputArea--check .l-form__formCell__checkText a {
  color: #A86F6F;
  text-decoration: underline;
  font-weight: 500;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .form-calendar-js .selectBtn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: white;
  border: 1px solid #E6D8CD;
  border-radius: 6px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .form-calendar-js .selectBtn > p {
  line-height: 1;
  font-size: 1.4rem;
  color: #5C5C5C;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .form-calendar-js .selectBtn > span {
  background-color: #E05D5D;
  color: #ffffff;
  width: 57px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2.8px;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input-sex {
  visibility: hidden;
  width: 0px;
  height: 0;
  padding: 0;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__sex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__sex .l-form__formCell__sex-btn {
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  padding: 12px 0;
  border-radius: 6px;
  background-color: white;
  border: 1px solid #E6D8CD;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 1.6rem;
  text-align: center;
  list-style-type: none;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__sex .l-form__formCell__sex-btn:not(:last-child) {
  margin-right: 16px;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__sex .l-form__formCell__sex-btn:hover {
  background-color: #DFF2D0;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__sex .l-form__formCell__sex-btn.checked {
  background-color: #67E000;
  border: 1px solid #67E000;
}
.l-form .l-form__formCell .l-form__formCell__inputArea label.error,
.l-form .l-form__formCell .l-form__formCell__inputArea #date_error.error {
  font-size: 1.4rem;
  margin-top: 10px;
  color: red;
  display: block;
}
.l-form .l-form__formCell .l-form__formCell__inputArea #check_error,
.l-form .l-form__formCell .l-form__formCell__inputArea #sex_error {
  text-align: center;
  font-size: 1.4rem;
  color: red;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: white;
  border: 1px solid #E6D8CD;
  border-radius: 6px;
  padding: 11px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input {
    padding: 11px 16px;
  }
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input::-webkit-input-placeholder {
  color: #BCBCBC;
  font-size: 1.4rem;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input::-moz-placeholder {
  color: #BCBCBC;
  font-size: 1.4rem;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input:-ms-input-placeholder {
  color: #BCBCBC;
  font-size: 1.4rem;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input::-ms-input-placeholder {
  color: #BCBCBC;
  font-size: 1.4rem;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input::placeholder {
  color: #BCBCBC;
  font-size: 1.4rem;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input:not(:first-child):not(.l-form__formCell__input--mid, .l-form__formCell__input--name) {
  margin-top: 16px;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input.l-form__formCell__input--la {
  width: 100%;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input.l-form__formCell__input--la[type=tel] {
  max-width: 100%;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input.l-form__formCell__input--mid {
  width: 48%;
}
@media (max-width: 768px) {
  .l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input.l-form__formCell__input--mid {
    width: 100%;
  }
  .l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input.l-form__formCell__input--mid:not(:last-child) {
    margin-bottom: 20px;
  }
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input.l-form__formCell__input--textarea {
  width: 100%;
  height: 120px;
  resize: vertical;
  -webkit-transition: none;
  transition: none;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__input.error {
  border-color: red;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__checkBox input {
  opacity: 0 !important;
  display: inline !important;
  width: 0 !important;
  position: absolute;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__checkBox #label_check {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  margin-top: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__checkBox #label_check::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #FFF;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #9B9B9B;
  position: relative;
}
.l-form .l-form__formCell .l-form__formCell__inputArea .l-form__formCell__checkBox #label_check.checked::before {
  background-color: white;
  background-size: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.241%22%20height%3D%2214.62%22%20viewBox%3D%220%200%2022.241%2014.62%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_162%22%20data-name%3D%22%E3%83%91%E3%82%B9%20162%22%20d%3D%22M1297.184%2C6824.423l6%2C6%2C12-11%22%20transform%3D%22translate(-1295.063%20-6817.304)%22%20fill%3D%22none%22%20stroke%3D%22%2367e000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.l-form .l-form__formCell .l-form__formCell__selectLabel {
  position: relative;
}
.l-form .l-form__formCell .l-form__formCell__selectLabel .l-form__formCell__input {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-form .l-form__formCell .l-form__formCell__selectLabel select {
  background: url(./img/select_arrow.svg) no-repeat right 17px center/16px 8px;
  color: #5C5C5C !important;
}
@media (max-width: 768px) {
  .l-form .l-form__formCell .l-form__formCell__selectLabel select {
    background: url(./img/select_arrow.svg) no-repeat right 15px center/16px 8px;
  }
}
.l-form .l-form__formCell .l-form__formCell__selectLabel::before {
  display: none;
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  background-image: url(./img/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.l-form__submit {
  background-color: #E05D5D;
  border-radius: 32px;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: 900;
  position: relative;
  height: 64px;
  line-height: 64px;
  display: table;
  margin: 72px auto auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 0 16px rgba(183, 126, 126, 0.32);
          box-shadow: 0 0 16px rgba(183, 126, 126, 0.32);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 1025px) {
  .l-form__submit:hover {
    opacity: 0.6;
  }
}
@media (min-width: 769px) {
  .l-form__submit {
    max-width: 520px;
  }
}
@media (max-width: 768px) {
  .l-form__submit {
    font-size: 2rem;
    max-width: 326px;
    margin-top: 49px;
  }
}
.l-form__submit::before {
  content: "";
  position: absolute;
  background-image: url(./img/submit_arrow.svg);
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 10px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 32px;
  left: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .l-form__submit::before {
    right: 23px;
  }
}

.c-acesBox1 {
  margin-top: 54px;
  margin-bottom: 57px;
}

.c-acesBox1__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-acesBox1__ttlMain {
  font-size: 4.8rem;
  line-height: 1;
  color: #A86F6F;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  margin-bottom: -5px;
}

.c-acesBox1__ttlSub {
  letter-spacing: 0.1em;
  position: relative;
  margin-left: 20px;
  font-size: 2rem;
  top: 1px;
}

.c-acesBox1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  border: none;
}

.c-acesBox1__img, .c-acesBox1__content {
  width: 50%;
  border: 1px solid #E6C7B9;
  line-height: 0;
  width: auto;
  border-top: none;
}

.c-acesBox1__img {
  overflow: hidden;
  max-height: none;
  border: none;
}
.c-acesBox1__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .c-acesBox1__img img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .c-acesBox1__img {
    max-height: 323px;
  }
}

.c-acesBox1__content {
  color: #5C5C5C;
  padding: 37px 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 32px 29px;
}

.c-acesBox1__title {
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  line-height: normal;
  margin-bottom: 6px;
}

.c-acesBox1__text {
  font-size: 1.8rem;
  line-height: 32px;
  font-size: 1.4rem;
  line-height: 24px;
}

.c-acesBox1__text a {
  font-weight: 900;
  color: #A86F6F;
  text-decoration: underline;
}

.c-acesBox1:first-child .c-acesBox1__inner {
  padding-bottom: 0;
}

.fv-content img {
  display: block;
  height: auto;
  align-self: flex-start;
  width: 100%;
}

.p-content img {
  display: block;
  height: auto;
  align-self: flex-start;
  width: 100%;
}

.p-cta {
  height: max-content;
}

.p-cta img {
  display: block;
  margin: auto;
}

#p-cta-sec03 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.l-main {
  max-width: 375px;
  margin: auto;
}

@media(max-width:768px) {
  .l-main {
    max-width: 100%;
    margin: auto
  }
}

#page-index .p-index6 {
  padding: 66px 0 80px;
  position: relative;
  min-height: 1000px;
}

#page-index .p-index6::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #FEFBF8;
  z-index: -1;
}

#page-index .p-index6 .l-container1 {
  max-width: 1000px;
}

.l-form {
  padding: 117px 20px;
  background-color: #f6e9e3;
}
@media (max-width: 768px) {
  .l-form {
    padding: 0;
  }
}
.l-form .form-calendar-js input.error + .selectBtn {
  border-color: red !important;
}
.l-form .l-form__inner {
  max-width: 720px;
  position: relative;
  margin: auto;
}
@media (max-width: 768px) {
  .l-form .l-form__inner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l-form .l-form__inner {
    background-color: transparent;
    padding: 59px 16px 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
.l-form .l-form__inner .l-form__inner__overlay {
  display: block;
  position: absolute;
  top: -80px;
  left: 90px;
}
@media (max-width: 768px) {
  .l-form .l-form__inner .l-form__inner__overlay {
    width: 70px;
    left: auto;
    right: -40px;
    top: -10px;
  }
}
.l-form .l-form__head {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 600;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (max-width: 768px) {
  .l-form .l-form__head {
    font-size: 3rem;
  }
}
.l-form .l-form__catch {
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 0.06em;
  margin: 14px auto 62px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .l-form .l-form__catch {
    margin: 15px auto 29px;
  }
}