@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
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;
}

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

ul {
  list-style: none;
}

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;
}

/* 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;
}

button {
  background-color: transparent;
  cursor: pointer;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.75;
}

.object_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.object_contain {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.l-main {
  display: block;
  background-color: transparent;
}

#wrapper .l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-main__page {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .l-main__page {
    margin: 6.4rem 0;
  }
}

.l-main__page--single {
  margin-top: 20.1rem;
  padding-top: 12rem;
}
@media screen and (max-width: 1080px) {
  .l-main__page--single {
    margin-top: 18.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-main__page--single {
    margin-top: 16.1rem;
    padding-top: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__page--single {
    margin-top: 6rem;
    padding-top: 4.8rem;
  }
}

.l-main__page--contact {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .l-main__page--contact {
    margin: 6.4rem 0 0;
  }
}

.l-main-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-main-double {
    display: block;
  }
}

.l-main-double__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 58.461%;
          flex: 0 1 58.461%;
}
@media screen and (max-width: 1023px) {
  .l-main-double__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 61%;
            flex: 0 1 61%;
  }
}

/*------------------------------------------------------------------------------
  l-section
------------------------------------------------------------------------------*/
.l-section {
  padding: 12rem 0;
}
@media screen and (max-width: 1023px) {
  .l-section {
    padding: 9rem 0;
  }
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 5.6rem 0;
  }
}

/*------------------------------------------------------------------------------
  l-header
------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 10px solid #4E289F;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .l-header {
    border-top: none;
  }
}

.l-header__inner {
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .l-header__inner {
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 1rem 0 1rem 1.1rem;
  }
}

.l-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.4rem 0 2.5rem;
}
@media screen and (max-width: 1023px) {
  .l-header__top {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__top {
    padding: 0;
  }
}

.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28rem;
          flex: 0 0 28rem;
  display: block;
}
@media screen and (max-width: 1080px) {
  .l-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22rem;
            flex: 0 0 22rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 19rem;
            flex: 0 1 19rem;
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.3rem;
            flex: 0 0 15.3rem;
    margin-right: 0;
  }
}

.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__tel-info {
  width: 100%;
  max-width: 51.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  .l-header__tel-info {
    max-width: 40rem;
  }
}

.l-header__tel-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 8.2rem;
          flex: 0 1 8.2rem;
  margin-right: 0.7rem;
}
@media screen and (max-width: 1080px) {
  .l-header__tel-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 7rem;
            flex: 0 1 7rem;
  }
}

.l-header__tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23.9rem;
          flex: 0 1 23.9rem;
  margin-left: 0.7rem;
}
@media screen and (max-width: 1080px) {
  .l-header__tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20rem;
            flex: 0 1 20rem;
  }
}

.l-header__btn {
  width: 100%;
  max-width: 29.3rem;
  margin-left: 1.3rem;
}
@media screen and (max-width: 1080px) {
  .l-header__btn {
    max-width: 24rem;
  }
}
.l-header__btn img {
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(6, 199, 85, 0.3);
          box-shadow: 5px 5px 0px 0px rgba(6, 199, 85, 0.3);
}

.l-header__nav {
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}

.l-header__nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 104rem;
  margin: 0 auto;
}

.l-header__nav-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__nav-home {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 5.6rem;
          flex: 0 1 5.6rem;
}
@media screen and (max-width: 1023px) {
  .l-header__nav-home {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 4.8rem;
            flex: 0 1 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav-home {
    display: none;
  }
}

.l-header__nav-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 0;
}
.l-header__nav-item:first-child .header__nav-child {
  width: 24rem;
}
.l-header__nav-item:nth-child(2) .header__nav-child {
  width: 23rem;
}
.l-header__nav-item:last-child .header__nav-child {
  width: 21rem;
}
@media screen and (max-width: 1160px) {
  .l-header__nav-item:last-child .header__nav-child {
    left: auto;
    right: 0;
  }
}

.l-header__nav-link {
  color: #4E289F;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 3.4rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px dashed #BCBCBC;
}
@media screen and (max-width: 1080px) {
  .l-header__nav-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav-link {
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
  }
}

.l-header__nav-parent {
  position: relative;
}
.l-header__nav-parent:hover .header__nav-child {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__nav-child {
  position: absolute;
  top: 56px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 290px;
  width: 100%;
  z-index: 9;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1023px) {
  .header__nav-child {
    top: 49px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav-child {
    position: static;
  }
}

.header__nav-child-item {
  width: 100%;
  display: block;
}
.header__nav-child-item a {
  font-weight: bold;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #F1EFF8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  border-bottom: 1px solid #4E289F;
  padding: 1rem 1.6rem 1rem 3rem;
  position: relative;
}
.header__nav-child-item a::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 1.2rem;
  width: 0.8rem;
  height: 0.3rem;
  background-color: #4E289F;
  border-radius: 0.2rem;
}
.header__nav-child-item a:hover {
  opacity: 0.9;
}
.header__nav-child-item:last-child a {
  border-bottom: none;
}

/* 767px
--------------------------------------------- */
@media only screen and (max-width: 767px) {
  .l-header__nav {
    position: fixed;
    top: 60.5px;
    right: 0;
    opacity: 0;
    z-index: 999;
    width: 0;
    height: auto;
    -webkit-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #F1EFF8;
    margin-right: 0;
  }
  .l-header__nav.open {
    display: block;
    opacity: 1;
    width: 100%;
    z-index: 99;
  }
  .l-header__nav-list {
    display: block;
    height: 100%;
    width: 100%;
  }
}
/*------------------------------------------------------------------------------
  l-footer
------------------------------------------------------------------------------*/
.l-footer {
  background-color: #F1EFF8;
  padding: 5.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0;
  }
  .l-footer .c-inner {
    padding: 0;
  }
}

.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 6.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__contents {
    display: block;
    margin-bottom: 3.2rem;
  }
}

.l-footer__nav:nth-child(2) {
  margin: 0 7.7rem;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav:nth-child(2) {
    margin: 0 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav:last-child .l-footer__nav-list li {
    border-bottom: 1px solid #9F8BCB;
  }
}

.l-footer__nav-parent {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
  padding-left: 1.2rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-parent {
    text-align: center;
    background-color: #D0C7E6;
    padding: 0.6rem 0 0.6rem 2rem;
    margin-bottom: 0;
  }
}
.l-footer__nav-parent span {
  position: relative;
}
.l-footer__nav-parent span::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: -2.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #4E289F;
  border-radius: 0.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-parent span::before {
    left: -2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .l-footer__nav-list li:nth-child(odd) {
    border-right: 1px solid #9F8BCB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-footer__nav-list li:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #9F8BCB;
  }
}
.l-footer__nav-list li a {
  font-weight: bold;
  display: inline-block;
  padding: 0.2rem 0.2rem 0.2rem 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li a {
    font-size: 1.4rem;
    line-height: 1.1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.7rem 0.2rem 0.7rem 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 4.6rem;
  }
}
.l-footer__nav-list li a::before {
  content: "";
  position: absolute;
  top: 1.3rem;
  left: 0;
  width: 0.8rem;
  height: 0.3rem;
  background-color: #4E289F;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list li a::before {
    width: 0.9rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1.6rem;
  }
}

.l-footer__hp-link {
  max-width: 35.2rem;
  display: block;
  margin-left: auto;
  margin-bottom: 5.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__hp-link {
    max-width: 20.4rem;
    margin: 0 auto 4.8rem;
  }
}

.l-footer__bottom {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  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;
  background-color: #4E289F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.55rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    font-size: 1rem;
    padding: 1.25rem 1.6rem 7rem;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bottom span {
    display: block;
  }
}
.l-footer__bottom span:first-child {
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom span:first-child {
    margin-right: 0;
  }
}
.l-footer__bottom span:last-child {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom span:last-child {
    margin-left: 0;
  }
}

/*------------------------------------------------------------------------------
  l-sidebar
------------------------------------------------------------------------------*/
.l-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.153%;
          flex: 0 1 31.153%;
}
@media screen and (max-width: 1023px) {
  .l-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 34%;
            flex: 0 1 34%;
  }
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    max-width: 50rem;
    margin: 0 auto 8rem;
  }
}

.l-sidebar__title {
  margin-bottom: 1.6rem;
}

.l-sidebar__title-en {
  color: #4E289F;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Heebo", sans-serif;
}

.l-sidebar__title-ja {
  font-size: 2.4rem;
  font-weight: bold;
}

.l-sidebar__contents:not(:last-child) {
  margin-bottom: 3.2rem;
}

.l-sidebar__body {
  background-color: #EFECF7;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4rem 2rem 3.2rem;
}

.l-sidebar-media:not(:last-child) {
  margin-bottom: 1.6rem;
}
.l-sidebar-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px dashed #8E76C2;
  padding: 0.8rem 0;
}

.l-sidebar-media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.l-sidebar-media__img img {
  aspect-ratio: 114/69;
  border-radius: 0.4rem;
}

.l-sidebar-media__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57.2%;
          flex: 0 1 57.2%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.l-sidebar-media__category {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #4E289F;
  border-radius: 0.1rem;
  padding: 0.1rem 0.85rem;
  display: inline-block;
  vertical-align: top;
}

.l-sidebar-media__text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.08;
  margin-top: -0.2rem;
}

.l-sidebar__link {
  color: #302F31;
  font-weight: bold;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px dashed #8E76C2;
  padding: 0.8rem 0;
}
.l-sidebar__link:not(:last-child) {
  margin-bottom: 0.8rem;
}
.l-sidebar__link::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/caret.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*------------------------------------------------------------------------------
  c-inner
------------------------------------------------------------------------------*/
.c-inner {
  max-width: 108rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 2.5rem;
  }
}

.c-inner--sm {
  max-width: 92rem;
}

/*------------------------------------------------------------------------------
  c-btn
------------------------------------------------------------------------------*/
.c-btn {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4E289F;
  max-width: 38rem;
  width: 100%;
  height: 7.4rem;
  border-radius: 5rem;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(78, 40, 159, 0.5);
          box-shadow: 5px 5px 0px 0px rgba(78, 40, 159, 0.5);
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
    max-width: 30rem;
    height: 5rem;
    -webkit-box-shadow: 4.629px 4.629px 0px 0px rgba(78, 40, 159, 0.5);
            box-shadow: 4.629px 4.629px 0px 0px rgba(78, 40, 159, 0.5);
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/triangle-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 1.8rem;
    height: 0.8rem;
    right: 2rem;
  }
}
.c-btn:hover {
  opacity: 0.8;
}

.c-btn--md {
  max-width: 35rem;
}
@media screen and (max-width: 767px) {
  .c-btn--md {
    max-width: 30rem;
  }
}

/*------------------------------------------------------------------------------
  c-banner
------------------------------------------------------------------------------*/
.c-banner {
  width: 100%;
}

/*------------------------------------------------------------------------------
  c-burger-btn
------------------------------------------------------------------------------*/
.c-burger-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-burger-btn {
    display: block;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
    width: 61px;
    height: 60px;
    background-color: #4E289F;
    /* ハンバーガーメニューが開いたとき */
  }
  .c-burger-btn.cross .c-burger-btn__bar--top {
    -webkit-transition-delay: 40ms;
            transition-delay: 40ms;
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
  .c-burger-btn.cross .c-burger-btn__bar--mid {
    -webkit-transition-delay: 120ms;
            transition-delay: 120ms;
    -webkit-transform: translateX(-15px) scaleX(0);
            transform: translateX(-15px) scaleX(0);
  }
  .c-burger-btn.cross .c-burger-btn__bar--bottom {
    -webkit-transition-delay: 20ms;
            transition-delay: 20ms;
    -webkit-transform: translateY(-9px) rotate(-135deg);
            transform: translateY(-9px) rotate(-135deg);
  }
}

.c-burger-btn__bar {
  margin: 0 auto;
  display: block;
  height: 1px;
  width: 30px;
  border-radius: 0px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-burger-btn__bar--top,
.c-burger-btn__bar--mid {
  margin-bottom: 8px;
}

/*------------------------------------------------------------------------------
  c-title
------------------------------------------------------------------------------*/
.c-title {
  text-align: center;
  padding-top: 3rem;
}

.c-title__en {
  color: #4E289F;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Heebo", sans-serif;
  margin-bottom: 1.6rem;
  opacity: 0.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
.c-title__en::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/pad.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8rem;
  height: 2.1rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-title__en::before {
    width: 2.2rem;
    height: 1.7rem;
  }
}
.c-title__en span {
  position: relative;
}
.c-title__en span::before, .c-title__en span::after {
  content: "";
  position: absolute;
  top: 1rem;
  background-image: url(../img/heading-dot-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-title__en span::before, .c-title__en span::after {
    top: 0.75rem;
    width: 8.4rem;
    height: 0.3rem;
  }
}
.c-title__en span::before {
  left: -15.8rem;
}
@media screen and (max-width: 767px) {
  .c-title__en span::before {
    left: -9.8rem;
  }
}
.c-title__en span::after {
  left: auto;
  right: -15.8rem;
}
@media screen and (max-width: 767px) {
  .c-title__en span::after {
    right: -9.8rem;
  }
}

.c-title__ja {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1023px) {
  .c-title__ja {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__ja {
    font-size: 2.4rem;
  }
}

.c-title02 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .c-title02 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title02 {
    font-size: 2rem;
  }
}
.c-title02 span {
  position: relative;
}
.c-title02 span::before, .c-title02 span::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.7rem;
  width: 1.7rem;
  height: 3.4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-title02 span::before, .c-title02 span::after {
    top: 0.3rem;
    width: 1.2rem;
    height: 2.8rem;
  }
}
.c-title02 span::before {
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .c-title02 span::before {
    left: -2.2rem;
  }
}
.c-title02 span::after {
  right: -2.8rem;
}
@media screen and (max-width: 767px) {
  .c-title02 span::after {
    right: -2.2rem;
  }
}

.c-title02--purple {
  color: #4E289F;
}
.c-title02--purple span::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%234E289F" stroke-width="2" stroke-linecap="round"/></svg>');
}
.c-title02--purple span::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%234E289F" stroke-width="2" stroke-linecap="round"/></svg>');
}

.c-title02--red {
  color: #DA6272;
}
.c-title02--red span::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%23DA6272" stroke-width="2" stroke-linecap="round"/></svg>');
}
.c-title02--red span::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%23DA6272" stroke-width="2" stroke-linecap="round"/></svg>');
}

/*------------------------------------------------------------------------------
  c-box
------------------------------------------------------------------------------*/
.c-box {
  background-color: #fff;
  border-radius: 1.6rem;
  max-width: 96.9rem;
  border: 3px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8rem 2rem 6.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-box {
    border-width: 2px;
    border-radius: 0.8rem;
    padding: 4rem 1.2rem 4rem;
  }
}

/*------------------------------------------------------------------------------
  c-card
------------------------------------------------------------------------------*/
.c-card {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 28rem;
}

.c-card__img {
  width: 100%;
  margin-bottom: 1.6rem;
}
.c-card__img img {
  aspect-ratio: 280/170;
  border-radius: 4px;
}

.c-card__category {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #4E289F;
  border-radius: 2px;
  display: inline-block;
  padding: 0.2rem 1.5rem;
  margin-right: 0.4rem;
  margin-bottom: 0.7rem;
}

.c-card__text {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0.7rem;
}

.c-card__date {
  color: rgba(111, 111, 111, 0.8);
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}

/*------------------------------------------------------------------------------
  c-modal
------------------------------------------------------------------------------*/
.c-modal {
  display: none;
}

.modaal-outer-wrapper {
  -webkit-tap-highlight-color: transparent;
}

.modaal-inner-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
}

.modaal-container {
  max-width: 54.4rem;
  border-radius: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modaal-container {
    border-radius: 1rem;
    max-width: 33.4rem;
  }
}
@media screen and (max-width: 369px) {
  .modaal-container {
    max-width: 30rem;
  }
}

.modaal-content-container {
  padding: 6rem 3.2rem 6.4rem;
}
@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 4.3rem 2rem 4rem;
  }
}

.modaal-close {
  position: absolute;
  top: 8px;
  right: 22px;
}
@media screen and (max-width: 767px) {
  .modaal-close {
    top: 0px;
    right: 6px;
  }
}
.modaal-close::before, .modaal-close::after {
  width: 2.5px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .modaal-close::before, .modaal-close::after {
    width: 2px;
    height: 16px;
  }
}
.modaal-close:hover::before, .modaal-close:hover::after {
  background: #DA6272;
}

.c-modal__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-modal__body {
    padding: 0;
  }
}

.c-modal__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-modal__title {
    font-size: 1.6rem;
  }
}

.c-modal__text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-modal__text {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}

.c-modal__detail {
  border-top: 2px dashed #BEA44C;
  padding-top: 2rem;
  margin-top: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-modal__detail {
    font-size: 1.4rem;
    border-width: 1.5px;
    padding-top: 1.3rem;
    margin-top: 1.3rem;
  }
}
.c-modal__detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-modal__detail > div:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-modal__detail > div:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.c-modal__detail > div dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper1 {
  overflow: hidden;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .swiper1 {
    margin-bottom: 2rem;
  }
}
.swiper1 .slide-img {
  width: calc(100% - 36px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .swiper1 .slide-img {
    width: calc(100% - 22px);
  }
}
.swiper1 .slide-img img {
  aspect-ratio: 3/2;
}

.swiper-button-prev,
.swiper-button-next {
  top: 33.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  width: 40px;
  height: 40px;
  margin-top: 0;
  background-color: rgba(205, 205, 205, 0.9);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 32%;
    width: 25px;
    height: 25px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 1rem;
  }
}

.swiper-button-prev {
  left: 32px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 19px;
  }
}

.swiper-button-next {
  right: 32px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 19px;
  }
}

/*------------------------------------------------------------------------------
  c-fixed-cta
------------------------------------------------------------------------------*/
.c-fixed-cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: -9;
}
@media screen and (max-width: 767px) {
  .c-fixed-cta-wrap.js-show {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
}

.c-fixed-cta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.c-fixed-cta__tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%;
  background-color: #fff;
  padding: 0.35rem 1.4rem 0.35rem 0.65rem;
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__tel img {
    max-width: 28rem;
  }
}

.c-fixed-cta__web {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
  background-color: #06C755;
  padding: 1.25rem 0.6rem 1.1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__web img {
    max-width: 16rem;
  }
}

/*------------------------------------------------------------------------------
  c-burger-menu
------------------------------------------------------------------------------*/
.c-burger-menu {
  position: fixed;
  top: 60px;
  right: -100vw;
  width: 0;
  width: 100%;
  visibility: hidden;
  height: 100%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  z-index: -9;
}
.c-burger-menu.open {
  opacity: 1;
  right: 0;
  z-index: 999;
  visibility: visible;
}

.c-burger-menu__inner {
  overflow-y: auto;
  height: 100vh;
  height: calc(100vh - 60px);
}

.c-burger-menu__nav {
  background-color: #F1EFF8;
}

.c-burger-menu__nav-parent {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #D0C7E6;
  text-align: center;
  display: block;
  padding: 0.6rem 0 0.6rem 2rem;
}
.c-burger-menu__nav-parent span {
  position: relative;
}
.c-burger-menu__nav-parent span::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: -2.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #4E289F;
  border-radius: 0.1rem;
}

.c-burger-menu__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-burger-menu__nav-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.c-burger-menu__nav-list li:nth-child(odd) {
  border-right: 1px solid #9F8BCB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-burger-menu__nav-list li:not(:nth-last-child(-n+2)) {
  border-bottom: 1px solid #9F8BCB;
}
.c-burger-menu__nav-list li a {
  font-weight: bold;
  display: inline-block;
  padding: 0.2rem 0.2rem 0.2rem 1.6rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.7rem 0.2rem 0.7rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 4.6rem;
}
.c-burger-menu__nav-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9rem;
  height: 0.3rem;
  background-color: #4E289F;
  border-radius: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.6rem;
}

/*------------------------------------------------------------------------------
  c-wp-pagenavi
------------------------------------------------------------------------------*/
.c-wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-wp-pagenavi .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-wp-pagenavi .wp-pagenavi span,
.c-wp-pagenavi .wp-pagenavi a {
  margin: 0 3.5px;
  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;
  color: #4E289F;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #4E289F;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41px;
  height: 38px;
}
.c-wp-pagenavi .wp-pagenavi span.current,
.c-wp-pagenavi .wp-pagenavi a.current {
  color: #fff;
  background-color: #4E289F;
}
.c-wp-pagenavi .wp-pagenavi span.extend,
.c-wp-pagenavi .wp-pagenavi a.extend {
  color: #333;
  width: 20px;
  border: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 100%;
}

/*------------------------------------------------------------------------------
  p-mv
------------------------------------------------------------------------------*/
.p-mv {
  background-image: url(../img/mv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9rem 0 10.8rem;
  margin-top: 20.1rem;
}
@media screen and (min-width: 1920px) {
  .p-mv {
    padding: 16rem 0 14rem;
    background-position: center 30%;
  }
}
@media screen and (max-width: 1080px) {
  .p-mv {
    padding: 7rem 0 5rem;
    margin-top: 18.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv {
    margin-top: 16.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../img/mv-bg_sp.jpg);
    padding: 4.3rem 0;
    margin-top: 6rem;
    min-height: 70rem;
  }
}

.p-mv__lead {
  max-width: 48.9rem;
  margin-bottom: 3.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-mv__lead {
    max-width: 34rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    max-width: 31.7rem;
    margin: 0 auto;
  }
}
.p-mv__lead::after {
  content: "";
  position: absolute;
  top: -4.7rem;
  left: 44rem;
  background-image: url(../img/mv-pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18.9rem;
  height: 14.2rem;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-mv__lead::after {
    top: -4rem;
    left: 30.5rem;
    width: 15rem;
    height: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead::after {
    display: none;
  }
}

.p-mv__copy {
  max-width: 61.3rem;
  margin-bottom: 1.6rem;
  margin-left: -3.2rem;
}
@media screen and (max-width: 1023px) {
  .p-mv__copy {
    max-width: 45rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    width: 116vw;
    max-width: 43.5rem;
    margin: -4.4rem auto;
  }
}
@media screen and (max-width: 480px) {
  .p-mv__copy {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-mv__price {
  max-width: 35.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-mv__price {
    max-width: 30rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__price {
    max-width: 22.1rem;
    margin: 0 auto;
  }
}

.p-mv__point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-mv__point {
  max-width: 62rem;
  margin-left: -4rem;
}
@media screen and (max-width: 1023px) {
  .p-mv__point {
    max-width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__point {
    width: 105.9vw;
    margin: 39.7rem;
    margin: -1rem auto 0;
  }
}
@media screen and (max-width: 480px) {
  .p-mv__point {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*------------------------------------------------------------------------------
  p-intro
------------------------------------------------------------------------------*/
.p-intro {
  margin: 9.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    margin: 4.8rem 0;
  }
}

.p-intro__inner {
  max-width: 94rem;
}
@media screen and (max-width: 767px) {
  .p-intro__inner {
    max-width: 50rem;
  }
}

.p-intro__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-intro__contents {
    display: block;
    margin-bottom: 3.2rem;
  }
}

.p-intro__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 54.5%;
          flex: 0 1 54.5%;
}
@media screen and (max-width: 767px) {
  .p-intro__text-wrap {
    margin-bottom: 3.2rem;
  }
}

.p-intro__lead {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .p-intro__lead {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__lead {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .p-intro__lead br {
    display: none;
  }
}
.p-intro__lead .u-inline-block {
  border-bottom: 2px dashed #4E289F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro__lead .u-inline-block {
    display: block !important;
  }
}
.p-intro__lead .u-primary-color {
  font-weight: bold;
}

.p-intro__texts {
  line-height: 1.8;
}

.p-intro__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 41.2%;
          flex: 0 1 41.2%;
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    width: 93.6vw;
    max-width: 50rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-intro__point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-intro__point-list {
    display: block;
    margin: 0 auto;
    max-width: 32.4rem;
  }
}

.p-intro__point {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.2%;
          flex: 0 1 46.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #4E289F;
  border-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-intro__point {
    border-radius: 0.3rem;
    height: 5.4rem;
  }
  .p-intro__point:first-child {
    margin-bottom: 1.6rem;
  }
}

.p-intro__point-icon {
  margin-right: 1.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-intro__point-icon {
    margin-right: 0.6rem;
  }
}
.p-intro__point-icon.--money {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 3.8rem;
          flex: 0 1 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro__point-icon.--money {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 2.9rem;
            flex: 0 1 2.9rem;
  }
}
.p-intro__point-icon.--car {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 6.8rem;
          flex: 0 1 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro__point-icon.--car {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 5.2rem;
            flex: 0 1 5.2rem;
  }
}

.p-intro__point-text {
  color: #4E289F;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .p-intro__point-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__point-text {
    margin-left: 0.6rem;
  }
}

/*------------------------------------------------------------------------------
  p-reason
------------------------------------------------------------------------------*/
.p-reason--first .p-reason__intro {
  margin-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-reason--first .p-reason__intro {
    margin-bottom: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason--second {
    padding: 4.8rem 0;
  }
}

.p-reason--last .p-reason__intro-number {
  margin-top: 0.8rem;
}

.p-reason__title {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    margin-bottom: 4.8rem;
  }
}

.p-reason__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-reason__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.6rem;
  }
}

.p-reason__intro-contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 56.2%;
          flex: 0 1 56.2%;
  margin-top: 2rem;
  margin-right: 5.4rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__intro-contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__intro-contents {
    margin: 0;
    display: contents;
  }
}

.p-reason__intro-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__intro-heading {
    margin-bottom: 1.6rem;
  }
}
.p-reason__intro-heading::before {
  content: "安心";
  color: #4E289F;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-reason__intro-heading::before {
    display: none;
  }
}

.p-reason__intro-number {
  color: #4E289F;
  font-size: 10rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  opacity: 0.8;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .p-reason__intro-number {
    font-size: 7rem;
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__intro-number {
    font-size: 4.8rem;
    margin-right: 0.8rem;
    position: relative;
  }
  .p-reason__intro-number::before {
    content: "安心";
    position: absolute;
    top: -1.6rem;
    left: 1.45rem;
    color: #4E289F;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}

.p-reason__intro-title {
  color: #4E289F;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .p-reason__intro-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__intro-title {
    font-size: 1.8rem;
  }
}

.p-reason__intro-text-wrap {
  margin-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-reason__intro-text-wrap {
    margin-left: 0;
  }
}

.p-reason__intro-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-reason__intro-points {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2.4rem;
  }
}

.p-reason__intro-point {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15.1rem;
          flex: 0 1 15.1rem;
}
.p-reason__intro-point:not(:last-child) {
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-reason__intro-point:not(:last-child) {
    margin-right: 0.6rem;
  }
}

.p-reason__intro-list {
  margin-top: 2.4rem;
  max-width: 40rem;
}
.p-reason__intro-list li {
  color: #4E289F;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1.5px dashed #4E289F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-left: 1.6em;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason__intro-list li {
    font-size: 1.6rem;
  }
}
.p-reason__intro-list li::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  background-image: url(../img/check-icon-purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-reason__intro-list li::before {
    width: 1.8rem;
    height: 2.2rem;
  }
}
.p-reason__intro-list li:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__intro-list li:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}

.p-reason__intro-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35.6%;
          flex: 0 1 35.6%;
}
@media screen and (max-width: 767px) {
  .p-reason__intro-img {
    max-width: 22.5rem;
    margin: 2.4rem auto 0;
  }
}

.p-reason-table {
  margin-bottom: 11.9rem;
}
@media screen and (max-width: 767px) {
  .p-reason-table {
    margin-bottom: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-table--compare .c-title02 span::before, .p-reason-table--compare .c-title02 span::after {
    top: 3rem;
    width: 1.5rem;
    height: 3.2rem;
  }
  .p-reason-table--compare .c-title02 span::before {
    left: -2.6rem;
  }
  .p-reason-table--compare .c-title02 span::after {
    right: -8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-table__contents {
    overflow-x: scroll;
    position: relative;
    width: 100vw;
    left: -1.3rem;
  }
}

.p-reason-table__graph {
  max-width: 99.7rem;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-reason-table__graph {
    width: 55rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-plan {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100vw - 2.5rem);
  }
}
.p-plan:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-plan:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}

.p-plan--green .c-box {
  border-color: #289F57;
}
.p-plan--green .p-plan__lead {
  color: #289F57;
}
.p-plan--green .p-plan__lead span::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%23289F57" stroke-width="2" stroke-linecap="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .p-plan--green .p-plan__lead span::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%23289F57" stroke-width="3" stroke-linecap="round"/></svg>');
  }
}
.p-plan--green .p-plan__lead span::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%23289F57" stroke-width="2" stroke-linecap="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .p-plan--green .p-plan__lead span::after {
    background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%23289F57" stroke-width="3" stroke-linecap="round"/></svg>');
  }
}
.p-plan--green .p-plan__title {
  background-color: #289F57;
  max-width: 74.2rem;
  margin-left: auto;
  margin-right: auto;
}
.p-plan--green .p-plan__detail-heading {
  border-color: #289F57;
}
.p-plan--green .p-plan__detail-heading svg {
  fill: #289F57;
}
.p-plan--green .p-plan__detail-heading h4 {
  color: #289F57;
  display: inline-block;
}
.p-plan--green .p-plan-info__heading {
  background-color: #289F57;
}
.p-plan--green .p-plan-info__contents span {
  background-color: #D4ECDD;
}
.p-plan--green .p-plan__flow-number {
  background-color: #289F57;
}
.p-plan--green .p-plan__flow li {
  background-color: #D4ECDD;
}

.p-plan--blue .c-box {
  border-color: #28829F;
}
.p-plan--blue .p-plan__lead {
  color: #28829F;
}
.p-plan--blue .p-plan__lead span::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%2328829F" stroke-width="2" stroke-linecap="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .p-plan--blue .p-plan__lead span::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%2328829F" stroke-width="3" stroke-linecap="round"/></svg>');
  }
}
.p-plan--blue .p-plan__lead span::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%2328829F" stroke-width="2" stroke-linecap="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .p-plan--blue .p-plan__lead span::after {
    background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%2328829F" stroke-width="3" stroke-linecap="round"/></svg>');
  }
}
.p-plan--blue .p-plan__title {
  background-color: #28829F;
  max-width: 76.2rem;
  margin-left: auto;
  margin-right: auto;
}
.p-plan--blue .p-plan__detail-heading {
  border-color: #28829F;
}
.p-plan--blue .p-plan__detail-heading svg {
  fill: #28829F;
}
.p-plan--blue .p-plan__detail-heading h4 {
  color: #28829F;
  display: inline-block;
}
.p-plan--blue .p-plan-info__heading {
  background-color: #28829F;
}
.p-plan--blue .p-plan-info__memorial-service {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16.2rem;
          flex: 0 1 16.2rem;
}
.p-plan--blue .p-plan__flow-number {
  background-color: #28829F;
}
.p-plan--blue .p-plan__flow li {
  background-color: #D4E6EC;
}

.p-plan--purple .c-box {
  border-color: #4E289F;
}
.p-plan--purple .p-plan__lead {
  color: #4E289F;
}
.p-plan--purple .p-plan__lead span::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%234E289F" stroke-width="2" stroke-linecap="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .p-plan--purple .p-plan__lead span::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%234E289F" stroke-width="3" stroke-linecap="round"/></svg>');
    top: 2rem;
    left: -4.5rem;
  }
}
.p-plan--purple .p-plan__lead span::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%234E289F" stroke-width="2" stroke-linecap="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .p-plan--purple .p-plan__lead span::after {
    background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%234E289F" stroke-width="3" stroke-linecap="round"/></svg>');
    top: 2rem;
    right: -2.5rem;
  }
}
.p-plan--purple .p-plan__title {
  background-color: #4E289F;
  max-width: 76.2rem;
  margin-left: auto;
  margin-right: auto;
}
.p-plan--purple .p-plan__detail-heading {
  border-color: #4E289F;
}
.p-plan--purple .p-plan__detail-heading svg {
  fill: #4E289F;
}
.p-plan--purple .p-plan__detail-heading h4 {
  color: #4E289F;
  display: inline-block;
}
.p-plan--purple .p-plan-info__heading {
  background-color: #4E289F;
}
.p-plan--purple .p-plan-info__memorial-service {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16.2rem;
          flex: 0 1 16.2rem;
}
.p-plan--purple .p-plan__flow-number {
  background-color: #4E289F;
}
.p-plan--purple .p-plan__flow li {
  background-color: #E5DFF1;
}

.p-plan__lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__lead {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.p-plan__lead span {
  position: relative;
}
.p-plan__lead span::before, .p-plan__lead span::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.5rem;
  width: 1.7rem;
  height: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__lead span::before, .p-plan__lead span::after {
    top: 0rem;
    width: 1.3rem;
    height: 2.2rem;
  }
}
.p-plan__lead span::before {
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__lead span::before {
    left: -2.2rem;
  }
}
.p-plan__lead span::after {
  right: -2.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan__lead span::after {
    right: -2.2rem;
  }
}

.p-plan__title {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 8rem;
  border-radius: 5rem;
  margin-bottom: -5.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-plan__title {
    width: calc(100% - 2.5rem);
    height: 5.2rem;
    margin-bottom: -3rem;
  }
}

.p-plan__title-en {
  font-weight: bold;
  line-height: 1.5;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-plan__title-en {
    font-size: 1.2rem;
    margin-top: -0.6rem;
  }
}

.p-plan__title-ja {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-plan__title-ja {
    font-size: 2.2rem;
    line-height: 1;
  }
}

.p-plan__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 87.4rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-plan__contents {
    display: block;
  }
}

.p-plan__detail {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45.8%;
          flex: 0 1 45.8%;
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-plan__detail {
    max-width: 100%;
  }
}
.p-plan__detail li:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__detail li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.p-plan__detail--lg {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.7%;
          flex: 0 1 48.7%;
  max-width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__detail--lg {
    max-width: 100%;
    margin-top: 1.6rem;
  }
}

.p-plan__detail-heading {
  border-bottom: 2px dashed;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan__detail-heading {
    margin-bottom: 0.4rem;
  }
}
.p-plan__detail-heading svg {
  width: 2.4rem;
  margin-right: 0.2rem;
  vertical-align: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__detail-heading svg {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-plan__detail-heading h4 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-plan__detail-heading h4 {
    font-size: 1.8rem;
  }
}

.p-plan__detail-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan__detail-text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}

.p-plan__check-list {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan__check-list {
    margin-top: 0.8rem;
  }
}
.p-plan__check-list li {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1.8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__check-list li {
    font-size: 1.5rem;
  }
}
.p-plan__check-list li::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0;
  background-image: url(../img/check-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-plan__check-list li::before {
    width: 2rem;
    height: 2.4rem;
  }
}
.p-plan__check-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.p-plan-info {
  margin-top: 1.2rem;
}
.p-plan-info li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.p-plan-info__heading {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan-info__heading {
    font-size: 1.6rem;
  }
}
.p-plan-info__heading.--lg {
  width: 100%;
  display: block;
  margin-bottom: 0.8rem;
  margin-right: 0;
}

.p-plan-info__price {
  color: #DA6272;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Heebo", sans-serif;
  vertical-align: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-info__price {
    font-size: 2.4rem;
  }
}
.p-plan-info__price .--sm {
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-plan-info__text {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-plan-info__text {
    font-size: 1.8rem;
  }
}

.p-plan-info__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2.8rem;
}
.p-plan-info__contents span {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.2rem 2rem;
  display: inline-block;
  position: relative;
  margin-right: 2.8rem;
}
@media screen and (max-width: 1023px) {
  .p-plan-info__contents span {
    padding: 1.2rem 1rem;
    margin-right: 2rem;
  }
}
.p-plan-info__contents span::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-plan-info__contents span::after {
    right: -1.65rem;
  }
}
.p-plan-info__contents span:last-child::after {
  content: none;
}

.p-plan-info__memorial-service {
  width: 100%;
}

.p-plan__flow {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__flow {
    margin-top: 1.2rem;
  }
}
.p-plan__flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 12.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__flow li {
    border-radius: 0.3rem;
    min-height: 9.35rem;
  }
}
.p-plan__flow li:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-plan__flow li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-plan__flow li:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/triangle-gold.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__flow li:not(:last-child)::before {
    bottom: -1.5rem;
    width: 1.8rem;
    height: 1rem;
  }
}

.p-plan__flow-number {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  border-radius: 0.4rem 0 1.6rem 0;
  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;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan__flow-number {
    font-size: 1.4rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.3rem 0 2.4rem 0;
  }
}

.p-plan__flow-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.5%;
          flex: 0 1 42.5%;
  max-width: 18rem;
}

.p-plan__flow-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57.5%;
          flex: 0 1 57.5%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9rem 1.8rem 0.9rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-plan__flow-text {
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 0.4rem 0.8rem;
  }
}

.p-plan__detail-notes {
  color: #000;
  font-size: 1.4rem;
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-plan__detail-notes {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-detail {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100vw - 2.6rem);
  }
}

.p-reason-detail--purple {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-detail--purple {
    margin-bottom: 5.6rem;
  }
}
.p-reason-detail--purple .p-reason-detail__lead {
  color: #4E289F;
}
.p-reason-detail--purple .p-reason-detail__lead span::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%234E289F" stroke-width="2" stroke-linecap="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .p-reason-detail--purple .p-reason-detail__lead span::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%234E289F" stroke-width="3" stroke-linecap="round"/></svg>');
  }
}
.p-reason-detail--purple .p-reason-detail__lead span::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%234E289F" stroke-width="2" stroke-linecap="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .p-reason-detail--purple .p-reason-detail__lead span::after {
    background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%234E289F" stroke-width="3" stroke-linecap="round"/></svg>');
  }
}
.p-reason-detail--purple .p-reason-detail__title {
  max-width: 96.6rem;
  background-color: #4E289F;
}
.p-reason-detail--purple .c-box {
  border-color: #4E289F;
}

.p-reason-detail--gold .p-reason-detail__lead {
  color: #BEA44C;
}
.p-reason-detail--gold .p-reason-detail__lead span::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%23BEA44C" stroke-width="2" stroke-linecap="round"/></svg>');
}
.p-reason-detail--gold .p-reason-detail__lead span::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%23BEA44C" stroke-width="2" stroke-linecap="round"/></svg>');
}
.p-reason-detail--gold .p-reason-detail__title {
  max-width: 87rem;
  background-color: #BEA44C;
}
.p-reason-detail--gold .c-box {
  border-color: #BEA44C;
}

.p-reason-detail__lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__lead {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.p-reason-detail__lead span {
  position: relative;
}
.p-reason-detail__lead span::before, .p-reason-detail__lead span::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.5rem;
  width: 1.7rem;
  height: 3rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__lead span::before, .p-reason-detail__lead span::after {
    top: 0rem;
    width: 1.3rem;
    height: 2.2rem;
  }
}
.p-reason-detail__lead span::before {
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__lead span::before {
    left: -2.2rem;
  }
}
.p-reason-detail__lead span::after {
  right: -2.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__lead span::after {
    right: -1.8rem;
  }
}

.p-reason-detail__title {
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 8rem;
  border-radius: 5rem;
  margin-bottom: -5.5rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__title {
    height: 5.2rem;
    width: calc(100% - 1.2rem);
    margin-bottom: -2rem;
  }
}

.p-reason-detail__title-en {
  font-weight: bold;
  line-height: 1.5;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__title-en {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}

.p-reason-detail__title-ja {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__title-ja {
    font-size: 2.2rem;
  }
}

.p-reason-detail__media {
  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;
  margin-left: auto;
  margin-right: auto;
  max-width: 85.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-reason-detail__media:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__media:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.p-reason-detail__media-texts {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.8%;
          flex: 0 1 46.8%;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__media-texts {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.p-reason-detail__media-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45.3%;
          flex: 0 1 45.3%;
}
@media screen and (max-width: 767px) {
  .p-reason-detail__media-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 1.6rem;
  }
}
.p-reason-detail__media-img img {
  border-radius: 0.4rem;
}

.p-reason-detail__media-img-list {
  width: 100%;
}

.p-reason-ceremony {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-ceremony {
    margin-bottom: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-ceremony__title span::before, .p-reason-ceremony__title span::after {
    top: 3.2rem;
    width: 1.5rem;
    height: 3.2rem;
  }
  .p-reason-ceremony__title span::before {
    left: -2.6rem;
  }
  .p-reason-ceremony__title span::after {
    right: -6.6rem;
  }
}

.p-reason-ceremony__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4.1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 94.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-ceremony__img-list {
    display: block;
    margin-top: 2rem;
  }
}

.p-reason-ceremony__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.5%;
          flex: 0 1 48.5%;
}
@media screen and (max-width: 767px) {
  .p-reason-ceremony__img:nth-child(n+2) {
    margin-top: 0.8rem;
  }
}
.p-reason-ceremony__img:nth-child(n+3) {
  margin-top: 4.1rem;
}
@media screen and (max-width: 767px) {
  .p-reason-ceremony__img:nth-child(n+3) {
    margin-top: 0.8rem;
  }
}

.p-reason-goods {
  max-width: 87.4rem;
  margin-left: auto;
  margin-right: auto;
}
.p-reason-goods:first-child {
  margin-bottom: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason-goods:first-child {
    margin-bottom: 3.2rem;
  }
}

.p-reason-goods__title {
  color: #BEA44C;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1.5px dashed #BEA44C;
  text-align: center;
  padding-bottom: 0.8rem;
}

.p-reason-goods__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-goods__list {
    display: block;
    margin-top: 1.6rem;
  }
}

.p-reason-goods__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.6%;
          flex: 0 1 48.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F8F5ED;
  border: 2px solid #BEA44C;
  border-radius: 0.4rem;
  min-height: 16rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason-goods__item {
    border-width: 1.5px;
    border-radius: 0.3rem;
    min-height: 12.2rem;
  }
  .p-reason-goods__item:nth-child(n+2) {
    margin-top: 1.6rem;
  }
}
.p-reason-goods__item::after {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  background-image: url(../img/arrow-gold.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-goods__item::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-reason-goods__item:nth-child(n+3) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason-goods__item:nth-child(n+3) {
    margin-top: 1.6rem;
  }
}

.p-reason-goods__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.4%;
          flex: 0 1 42.4%;
}
@media screen and (max-width: 767px) {
  .p-reason-goods__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 43%;
            flex: 0 1 43%;
    overflow: hidden;
  }
  .p-reason-goods__img img {
    margin-bottom: -0.05rem;
    margin-left: -0.05rem;
    border-radius: 0.3rem 0 0 0.3rem;
  }
}

.p-reason-goods__item-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57.6%;
          flex: 0 1 57.6%;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4rem 1.8rem 0.4rem 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-reason-goods__item-text {
    font-size: 1.4rem;
    padding: 0.4rem 1.3rem 0.4rem 0.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-episode__title span::before, .p-episode__title span::after {
    top: 3.2rem;
    width: 1.5rem;
    height: 3.2rem;
  }
  .p-episode__title span::before {
    left: -2.6rem;
  }
  .p-episode__title span::after {
    right: -9.2rem;
  }
}

.p-episode__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 94rem;
  margin-top: 8.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-episode__list {
    display: block;
    margin-top: 5.8rem;
  }
}

.p-episode__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.8rem 0.8rem 1.6rem 1.6rem;
  border: 3px solid #DA6272;
  border-top: 41px solid #DA6272;
  position: relative;
  padding: 4.5rem 1.6rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-episode__item {
    border-top: 32px solid #DA6272;
    border-radius: 0.6rem 0.6rem 1.1rem 1.1rem;
    padding: 3.2rem 2.1rem 1.6rem;
  }
  .p-episode__item:first-child {
    margin-bottom: 5.8rem;
  }
}

.p-episode__item-icon {
  position: absolute;
  top: -7.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-episode__item-icon {
    top: -5.5rem;
    width: 8.3rem;
  }
}

.p-episode__item-title {
  color: #DA6272;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-episode__item-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}

.p-episode__item-text {
  max-width: 38.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-episode__item-text {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-pet
------------------------------------------------------------------------------*/
.p-pet .c-inner {
  max-width: 108.2rem;
}

@media screen and (max-width: 767px) {
  .p-pet__title span::before, .p-pet__title span::after {
    width: 10rem;
    height: 0.4rem;
  }
  .p-pet__title span::before {
    left: -11.3rem;
  }
  .p-pet__title span::after {
    right: -11.5rem;
  }
}

.p-pet__list--first {
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-pet__list--first {
    margin-top: 4.8rem;
  }
}

.p-pet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (max-width: 1080px) {
  .p-pet__list {
    gap: 0.7rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-pet__list {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pet__list {
    gap: 1.25%;
  }
}
.p-pet__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 19.42%;
          flex: 0 1 19.42%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EFECF7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 24.2rem;
  padding: 0.8rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-pet__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32.5%;
            flex: 0 1 32.5%;
    min-height: 12.4rem;
    padding: 0.8rem 1.2rem;
    margin-top: 1.25%;
  }
}
.p-pet__list li picture {
  display: block;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-pet__list li picture {
    margin-bottom: 0.4rem;
  }
}
.p-pet__list li p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-pet__list li p {
    font-size: 1.4rem;
    width: 100%;
  }
}

.p-pet__texts {
  font-weight: bold;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-pet__texts {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-pet__texts p:not(:last-of-type) {
  margin-bottom: 1em;
}

.p-pet__list-more {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-top: 0.8rem;
  padding-bottom: 22rem;
  border-radius: 0 0 0.4rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-pet__list-more {
    margin-top: 0;
  }
}
.p-pet__list-more.open {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-pet__list-more.open {
    padding-bottom: 9rem;
  }
}
.p-pet__list-more.open .p-pet__more-btn {
  background: transparent;
}
.p-pet__list-more.open .p-pet__more-btn span::before {
  content: "閉じる";
}

.p-pet__more-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 650px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(80%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgb(255, 255, 255) 80%);
}
@media screen and (max-width: 767px) {
  .p-pet__more-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85%, rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  }
}
.p-pet__more-btn span {
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  max-width: 35rem;
  height: 74px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-pet__more-btn span {
    font-size: 1.8rem;
    max-width: 30rem;
    height: 50px;
  }
}
.p-pet__more-btn span::before {
  content: "もっと見る";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  z-index: 1;
}
.p-pet__more-btn span:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------------------------
  p-step
------------------------------------------------------------------------------*/
.p-step {
  background-image: url(../img/dot-bg.png);
  background-repeat: repeat;
  background-size: 2.4rem 2.4rem;
  background-color: #F5F3EB;
}
@media screen and (max-width: 767px) {
  .p-step .c-inner {
    padding: 0 1.7rem;
  }
}

.p-step__box {
  background-color: #fff;
  border-radius: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9.6rem 2rem;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-step__box {
    border-radius: 0.8rem;
    padding: 4rem 0.8rem;
    margin-top: 4.8rem;
  }
}

.p-step__lead {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-step__lead {
    font-weight: 500;
    text-align: left;
    margin-bottom: 3.2rem;
    padding: 0 0.8rem;
  }
}

.p-step__media-wrap {
  max-width: 81.8rem;
  margin: 0 auto;
}

.p-step-media {
  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;
}
@media screen and (max-width: 767px) {
  .p-step-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-step-media:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-step-media:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.p-step-media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.8%;
          flex: 0 1 42.8%;
}
@media screen and (max-width: 767px) {
  .p-step-media__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 86.16%;
    margin: 2.4rem auto 0;
  }
}

.p-step-media__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.35%;
          flex: 0 1 51.35%;
}

.p-step-media__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4E289F;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-step-media__heading {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }
}
.p-step-media__heading::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: radial-gradient(#4E289F 40%, transparent 35%);
  background-size: 9px 7px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-step-media__heading::before {
    top: 1.5rem;
    height: 7px;
    background-image: radial-gradient(#4E289F 30%, transparent 34%);
  }
}
.p-step-media__heading span {
  color: rgba(78, 40, 159, 0.6);
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.p-step-media__number {
  font-size: 3.2rem;
  padding: 0 1.2rem 0 0.7rem;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-step-media__number {
    font-size: 2.8rem;
    padding: 0 1rem 0 0.7rem;
  }
}

.p-step-media__title {
  color: #4E289F;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-step-media__title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}

.p-step-media__text {
  font-weight: 500;
  max-width: 40rem;
}

/*------------------------------------------------------------------------------
  p-p-method
------------------------------------------------------------------------------*/
.p-method__lead {
  font-weight: 500;
  text-align: center;
  max-width: 65.5rem;
  margin: 4.8rem auto;
}
@media screen and (max-width: 767px) {
  .p-method__lead {
    margin: 4.8rem auto 5.6rem;
  }
}

.p-method__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 98rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-method__card-wrap {
    display: block;
  }
}

.p-method-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45.91%;
          flex: 0 1 45.91%;
}
@media screen and (max-width: 767px) {
  .p-method-card:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}
.p-method-card:nth-child(n+3) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-method-card:nth-child(n+3) {
    margin-top: 3.2rem;
  }
}

.p-method-card__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-method-card__heading {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
.p-method-card__heading span {
  position: relative;
}
.p-method-card__heading span::before, .p-method-card__heading span::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0.5rem;
  width: 1rem;
  height: 2.4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-method-card__heading span::before, .p-method-card__heading span::after {
    top: 0.2rem;
    width: 0.9rem;
    height: 2.2rem;
  }
}
.p-method-card__heading span::before {
  left: -2rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M2 2L13.076 32.4311" stroke="%2374AC6C" stroke-width="3" stroke-linecap="round"/></svg>');
}
.p-method-card__heading span::after {
  right: -1.8rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="17" height="34" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 34"><path d="M14 2L2.924 32.4311" stroke="%2374AC6C" stroke-width="3" stroke-linecap="round"/></svg>');
}
@media screen and (max-width: 767px) {
  .p-method-card__heading span::after {
    right: -2rem;
  }
}

.p-method-card__title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  background-color: #74AC6C;
  border-radius: 5rem;
  text-align: center;
  height: 5.4rem;
  max-width: 41.7rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -2.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-method-card__title {
    font-size: 2.2rem;
    height: 3.9rem;
    width: calc(100% - 24px);
    margin-bottom: -2rem;
  }
}

.p-method-card__box {
  border: 3px solid #74AC6C;
  border-radius: 0.8rem;
  background-color: #F1F6F0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5rem 3.1rem 4rem;
  height: calc(100% - 6.3rem);
}
@media screen and (max-width: 767px) {
  .p-method-card__box {
    border-radius: 0.6rem;
    border-width: 2px;
    padding: 3.2rem 2.2rem 2.4rem;
    height: auto;
  }
}

.p-method-card__text {
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-method-card__text {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-introduce
------------------------------------------------------------------------------*/
.p-introduce {
  background: repeating-linear-gradient(-45deg, #F1EFF8, #F1EFF8 10px, #EEECF7 10px, #EEECF7 22px);
}

.p-introduce__inner {
  max-width: 93.7rem;
}

.p-introduce__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.8rem 0;
}

@media screen and (max-width: 767px) {
  .p-introduce__img-list {
    display: block;
    margin-bottom: 2.8rem;
  }
}

.p-introduce__lead {
	text-align: center;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-introduce__lead {
	text-align: left;
	font-weight: 500;
  }
}

.p-introduce__lg-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50.61%;
          flex: 0 1 50.61%;
}
@media screen and (max-width: 767px) {
  .p-introduce__lg-img {
    margin-bottom: 1.1rem;
  }
}

.p-introduce__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.16%;
          flex: 0 1 47.16%;
}

.p-introduce-box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.8rem;
  padding: 4.8rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-introduce-box {
    padding: 2.4rem 2rem;
  }
}
.p-introduce-box.--first {
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-introduce-box.--first {
    margin-bottom: 3.2rem;
  }
}

.p-introduce-box__title {
  color: #4E289F;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-introduce-box__title {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 0.8rem;
  }
}

.p-introduce-box__text {
  max-width: 67rem;
  margin: 0 auto 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-introduce-box__text {
    max-width: 100%;
    margin: 0 0 0.8rem;
  }
}

.p-introduce-box__detail {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-introduce-box__detail dt {
  color: #957EC5;
  max-width: 48rem;
  margin: 0 auto 1.4rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-introduce-box__detail dt {
    max-width: 100%;
    margin: 0 0 0.8rem;
  }
}
.p-introduce-box__detail dt::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#4E289F 40%, transparent 35%);
  background-size: 7px 5px;
  opacity: 0.8;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-introduce-box__detail dt::before {
    background-image: radial-gradient(#4E289F 35%, transparent 34%);
  }
}
.p-introduce-box__detail dt span {
  background-color: #fff;
  padding-right: 1.1rem;
}
.p-introduce-box__detail dd {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-introduce-box__detail dd {
    font-size: 1.6rem;
    text-align: left;
  }
}

/*------------------------------------------------------------------------------
  p-faq
------------------------------------------------------------------------------*/
.p-faq {
  background-color: #F5F3EB;
}

.p-faq__list {
  max-width: 86.7rem;
  margin: 7.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 4.8rem;
  }
}

.p-faq__item {
  background-color: #fff;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    border-radius: 0.4rem;
    padding: 1.6rem;
  }
}
.p-faq__item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.p-faq__item:first-child .p-faq__item-answer {
  display: block;
}

.p-faq__item-title {
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title {
    font-size: 1.4rem;
  }
}
.p-faq__item-title span {
  color: #4E289F;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  vertical-align: -4px;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title span {
    font-size: 2.4rem;
    margin-right: 0.6rem;
    margin-left: -0.2rem;
    vertical-align: -3px;
  }
}
.p-faq__item-title button {
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 33px;
  height: 33px;
  background-color: #4E289F;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title button {
    width: 20px;
    height: 20px;
  }
}
.p-faq__item-title button:focus {
  outline: rgb(0, 95, 204);
}
.p-faq__item-title button::before, .p-faq__item-title button::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}
.p-faq__item-title button::before {
  top: 16px;
  width: 18px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title button::before {
    top: 9.5px;
    width: 8px;
    height: 1.5px;
  }
}
.p-faq__item-title button::after {
  top: 8px;
  height: 18px;
  width: 2px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__item-title button::after {
    top: 6.5px;
    width: 1.5px;
    height: 8px;
  }
}
.p-faq__item-title.open button::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.p-faq__item-answer {
  font-size: 1.8rem;
  display: none;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item-answer {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

/*------------------------------------------------------------------------------
  p-index-column
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-index-column .c-title__en span::before, .p-index-column .c-title__en span::after {
    width: 12.8rem;
    height: 0.4rem;
  }
  .p-index-column .c-title__en span::before {
    left: -13rem;
  }
  .p-index-column .c-title__en span::after {
    right: -13.9rem;
  }
}

.p-index-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  margin: 7.2rem auto;
  max-width: 93.6rem;
}
@media screen and (max-width: 767px) {
  .p-index-column__list {
    display: block;
    max-width: 28rem;
    margin: 4.8rem auto;
  }
  .p-index-column__list .c-card:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-message
------------------------------------------------------------------------------*/
.p-message {
  background-color: #F1EFF8;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-message .c-title__en span::before, .p-message .c-title__en span::after {
    width: 7.2rem;
    height: 0.4rem;
  }
  .p-message .c-title__en span::before {
    left: -8.1rem;
  }
  .p-message .c-title__en span::after {
    right: -8.3rem;
  }
}

.p-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 94.2rem;
  margin: 7.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-message__contents {
    display: block;
    margin-top: 4.8rem;
  }
}

.p-message__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43.21%;
          flex: 0 1 43.21%;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 80%;
    margin: 0 auto 4.8rem;
  }
}

.p-message__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.65%;
          flex: 0 1 51.65%;
}

.p-message__lead {
  color: #4E289F;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1023px) {
  .p-message__lead {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__lead {
    font-size: 2.2rem;
  }
}

.p-message__sub-lead {
  color: #4E289F;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 2.8rem;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-message__sub-lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-message__sub-lead {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.p-message__sub-lead::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 3.6rem;
  height: 1px;
  background-color: #4E289F;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-message__sub-lead::before {
    top: 1.5rem;
    width: 3rem;
  }
}

.p-message__texts {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-message__texts {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}

.p-message__sign {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  text-align: right;
}
.p-message__sign .--sm {
  font-size: 1.6rem;
  margin-right: 0.4rem;
}

/*------------------------------------------------------------------------------
  p-information
------------------------------------------------------------------------------*/
.p-information {
  background-color: #F5F3EB;
  padding: 11.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-information {
    padding: 6.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-information .c-banner {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-information .c-banner:not(:last-child) {
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-information .c-banner:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-cta
------------------------------------------------------------------------------*/
.p-cta {
  background-image: url(../img/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.1rem 0 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url(../img/cta-bg_sp.jpg);
    padding: 3rem 0;
  }
  .p-cta .c-inner {
    padding: 0 1.2rem;
    max-width: 50rem;
    position: relative;
  }
  .p-cta .c-inner::after {
    content: "";
    position: absolute;
    top: -2.8rem;
    right: -1.1rem;
    background-image: url(../img/fukuda.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16.3rem;
    height: 14.7rem;
    z-index: 0;
  }
}

.p-cta__title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 1.9rem;
  margin-left: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 2.2rem;
    line-height: 1.42;
    letter-spacing: 0;
    text-align: left;
    margin-left: 1rem;
    margin-bottom: 1.7rem;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 0 #7757B3, -1px -1px 0 #7757B3, -1px 1px 0 #7757B3, 1px -1px 0 #7757B3, 0px 1px 0 #7757B3, -1px 0 #7757B3, -1px 0 0 #7757B3, 1px 0 0 #7757B3;
  }
}
.p-cta__title span {
  position: relative;
}
.p-cta__title span::before {
  content: "";
  position: absolute;
  top: -1.4rem;
  left: -11rem;
  background-image: url(../img/cta-badge.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.5rem;
  height: 9.4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__title span::before {
    top: auto;
    left: -1.1rem;
    bottom: -7.2rem;
    width: 6.5rem;
    height: 6.5rem;
  }
}

.p-cta__box {
  background-image: url(../img/cta-cont-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.8rem;
  max-width: 86rem;
  padding: 2.7rem 2rem 2.5rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__box {
    border-radius: 0.4rem;
    padding: 1.6rem 1.1rem 1.3rem;
    z-index: 1;
  }
}
.p-cta__box::after {
  content: "";
  position: absolute;
  bottom: -5.9rem;
  right: -16.5rem;
  background-image: url(../img/fukuda.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45.3rem;
  height: 40.8rem;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-cta__box::after {
    right: -13rem;
    width: 40rem;
    height: 34rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__box::after {
    display: none;
  }
}

.p-cta__contents {
  max-width: 50rem;
  margin-left: 9rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__contents {
    margin-left: 3rem;
    max-width: 44rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__contents {
    margin: 0 auto;
  }
}

.p-cta__lead {
  color: #4E289F;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__lead {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }
}

.p-cta__tel {
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-cta__tel {
    margin-bottom: 1.6rem;
  }
}

.p-cta__btn {
  display: block;
}
.p-cta__btn img {
  border-radius: 32px;
  -webkit-box-shadow: 3.12px 3.12px 0px 0px rgba(6, 199, 85, 0.3);
          box-shadow: 3.12px 3.12px 0px 0px rgba(6, 199, 85, 0.3);
}

/*------------------------------------------------------------------------------
  p-page-mv
------------------------------------------------------------------------------*/
.p-page-mv {
  background-image: url(../img/page-mv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-mv {
    height: 24rem;
  }
}
.p-page-mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-page-mv::before {
    height: 4.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .p-page-mv {
    margin-top: 18.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-page-mv {
    margin-top: 16.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-page-mv {
    background-image: url(../img/page-mv-bg_sp.jpg);
    margin-top: 6rem;
  }
}

.p-page-mv__title {
  color: #4E289F;
  text-align: center;
  margin-top: -2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title {
    margin-top: 0;
  }
}

.p-page-mv__title-en {
  font-weight: bold;
  line-height: 1.5;
  font-family: "Heebo", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-en {
    font-size: 1.4rem;
  }
}

.p-page-mv__title-ja {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title-ja {
    font-size: 3.2rem;
  }
}

/*------------------------------------------------------------------------------
  p-contact
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-contact > .c-inner {
    padding: 0 1.3rem;
  }
}

.p-contact__tel {
  display: block;
  max-width: 89.8rem;
  padding-left: 0.6rem;
  margin: 0 auto 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__tel {
    padding-left: 0;
    margin-bottom: 4.7rem;
  }
}

.p-contact__box {
  background-color: #EFECF7;
  border-radius: 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 90.1rem;
  padding: 9.6rem 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-contact__box {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    width: 100%;
    border-radius: 0;
    padding: 6.4rem 2rem;
  }
}

.p-contact__box-inner {
  max-width: 63.5rem;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-contact__title .c-title__en span::before, .p-contact__title .c-title__en span::after {
    width: 12.8rem;
    height: 0.5rem;
  }
  .p-contact__title .c-title__en span::before {
    left: -13.8rem;
  }
  .p-contact__title .c-title__en span::after {
    right: -13.8rem;
  }
}

.p-contact__lead {
  color: #2B2B2B;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    margin: 2.4rem 0;
  }
}

.p-contact-form__list {
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__list {
    margin-bottom: 2.4rem;
  }
}

.p-contact-form__item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.p-contact-form__title {
  margin-bottom: 0.8rem;
}
.p-contact-form__title h3 {
  font-weight: bold;
  display: inline-block;
}

.p-contact-form__required {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  background-color: #4E289F;
  text-align: center;
  display: inline-block;
  border-radius: 0.2rem;
  padding: 0rem 0.6rem;
  margin-left: 0.8rem;
}

.p-contact-form__input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.p-contact-form__input-wrap input[type=text],
.p-contact-form__input-wrap input[type=email],
.p-contact-form__input-wrap input[type=tel],
.p-contact-form__input-wrap select,
.p-contact-form__input-wrap textarea {
  font-size: 1.6rem !important;
  width: 100%;
  padding: 14.5px 12px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #7D7D7D;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-contact-form__input-wrap input[type=text]::-webkit-input-placeholder, .p-contact-form__input-wrap input[type=email]::-webkit-input-placeholder, .p-contact-form__input-wrap input[type=tel]::-webkit-input-placeholder, .p-contact-form__input-wrap select::-webkit-input-placeholder, .p-contact-form__input-wrap textarea::-webkit-input-placeholder {
  color: #A3A3A3;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-contact-form__input-wrap input[type=text]::-moz-placeholder, .p-contact-form__input-wrap input[type=email]::-moz-placeholder, .p-contact-form__input-wrap input[type=tel]::-moz-placeholder, .p-contact-form__input-wrap select::-moz-placeholder, .p-contact-form__input-wrap textarea::-moz-placeholder {
  color: #A3A3A3;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-contact-form__input-wrap input[type=text]:-ms-input-placeholder, .p-contact-form__input-wrap input[type=email]:-ms-input-placeholder, .p-contact-form__input-wrap input[type=tel]:-ms-input-placeholder, .p-contact-form__input-wrap select:-ms-input-placeholder, .p-contact-form__input-wrap textarea:-ms-input-placeholder {
  color: #A3A3A3;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-contact-form__input-wrap input[type=text]::-ms-input-placeholder, .p-contact-form__input-wrap input[type=email]::-ms-input-placeholder, .p-contact-form__input-wrap input[type=tel]::-ms-input-placeholder, .p-contact-form__input-wrap select::-ms-input-placeholder, .p-contact-form__input-wrap textarea::-ms-input-placeholder {
  color: #A3A3A3;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-contact-form__input-wrap input[type=text]::placeholder,
.p-contact-form__input-wrap input[type=email]::placeholder,
.p-contact-form__input-wrap input[type=tel]::placeholder,
.p-contact-form__input-wrap select::placeholder,
.p-contact-form__input-wrap textarea::placeholder {
  color: #A3A3A3;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-contact-form__input-wrap textarea {
  resize: none;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-wrap textarea {
    min-height: 170px;
  }
}
.p-contact-form__input-wrap input[type=radio],
.p-contact-form__input-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1.5px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: -4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 -2px #fff;
          box-shadow: 0 0 0 -2px #fff;
  cursor: pointer;
  display: inline-block;
}
.p-contact-form__input-wrap input[type=radio]:checked,
.p-contact-form__input-wrap input[type=checkbox]:checked {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #000;
          box-shadow: 0 0 0 1px #000;
  background-color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-contact-form__post-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-form__post-code input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 110px;
}
.p-contact-form__post-code input::-webkit-input-placeholder {
  text-align: center;
  letter-spacing: 0.05em;
}
.p-contact-form__post-code input::-moz-placeholder {
  text-align: center;
  letter-spacing: 0.05em;
}
.p-contact-form__post-code input:-ms-input-placeholder {
  text-align: center;
  letter-spacing: 0.05em;
}
.p-contact-form__post-code input::-ms-input-placeholder {
  text-align: center;
  letter-spacing: 0.05em;
}
.p-contact-form__post-code input::placeholder {
  text-align: center;
  letter-spacing: 0.05em;
}

.p-contact-form__search {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #4E289F;
  border-radius: 0.4rem;
  width: 100%;
  max-width: 18.1rem;
  height: 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.8rem;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.p-contact-form__search:hover {
  opacity: 0.8;
}

.p-contact-form__radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact-form__radio-wrap label {
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
.p-contact-form__radio-wrap label:not(:last-child) {
  margin-bottom: 1.4rem;
}

.p-contact-form__agree-text {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__agree-text {
    font-size: 1.4rem;
  }
}
.p-contact-form__agree-text a {
  color: #00ACBA;
}
.p-contact-form__agree-text a:hover {
  text-decoration: underline;
}

.p-contact-form__agree {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__agree {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-contact-form__agree label {
  cursor: pointer;
}

.p-contact-form__btn {
  height: 7.4rem;
  max-width: 35rem;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-form__btn {
    max-width: 30rem;
    height: 5rem;
  }
}
.p-contact-form__btn::after {
  top: 48%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact-form__btn::after {
    right: 1.6rem;
  }
}
.p-contact-form__btn input[type=submit] {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-form__btn input[type=submit] {
    font-size: 1.6rem;
  }
}

.p-contact-form__radio-wrap .wpcf7-list-item {
  display: block;
  margin: 0;
}
.p-contact-form__radio-wrap .wpcf7-list-item:not(:last-child) {
  margin-bottom: 1.4rem;
}

.p-contact-form__btn .wpcf7-spinner {
  position: absolute;
}

/*------------------------------------------------------------------------------
  p-column
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-column {
    max-width: 50rem;
    margin: 0 auto 8rem;
  }
}
@media screen and (max-width: 520px) {
  .p-column {
    max-width: 28rem;
  }
}

.p-column__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .p-column__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column__title {
    font-size: 1.8rem;
  }
}

.p-column__title--category {
  color: #4E289F;
  font-size: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .p-column__title--category {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-column__title--category {
    font-size: 1.8rem;
  }
  .p-column__title--category + span {
    font-size: 1.6rem;
  }
}

.p-column__list {
  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;
  margin: 4.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    margin: 3.2rem 0;
  }
}
@media screen and (max-width: 520px) {
  .p-column__list {
    display: block;
  }
}
.p-column__list .c-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.1%;
          flex: 0 1 46.1%;
}
@media screen and (max-width: 1023px) {
  .p-column__list .c-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.5%;
            flex: 0 1 48.5%;
  }
}
@media screen and (max-width: 520px) {
  .p-column__list .c-card:nth-child(n+2) {
    margin-top: 2.4rem;
  }
}
.p-column__list .c-card:nth-child(n+3) {
  margin-top: 6.4rem;
}
@media screen and (max-width: 520px) {
  .p-column__list .c-card:nth-child(n+3) {
    margin-top: 2.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-single
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-single {
    margin-bottom: 9.6rem;
  }
}

.p-single__heading {
  margin-bottom: 4rem;
}

.p-single__cateogory {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background-color: #4E289F;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__cateogory {
    font-size: 1.4rem;
  }
}

.p-single__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.8rem;
  }
}

.p-single__update {
  color: #8B8B8B;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-single__update {
    font-size: 1.4rem;
  }
}
.p-single__update span {
  display: inline-block;
  margin-left: 0.8rem;
}

.p-single__contents {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-single__contents {
    margin-bottom: 4rem;
  }
}
.p-single__contents h2 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  border-bottom: 2px dashed #4E289F;
  margin: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-single__contents h2 {
    font-size: 1.8rem;
  }
}
.p-single__contents h3 {
  color: #4E289F;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__contents h3 {
    font-size: 1.6rem;
    padding-left: 1.4rem;
  }
}
.p-single__contents h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #4E289F;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-single__contents h3::before {
    top: 0.4rem;
    height: 2rem;
  }
}
.p-single__contents p {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0.8rem 0;
}
.p-single__contents .ez-toc-wrap-center {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2em !important;
}
.p-single__contents .ez-toc-wrap-center nav {
  margin-top: 0.8rem;
}

.p-single__summary {
  border: 3px solid #4E289F;
  border-radius: 0.8rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4.8rem 3.6rem 3.2rem;
  margin: 6rem 0 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__summary {
    padding: 3.2rem 1.6rem 1.6rem;
    margin: 5rem 0 2rem;
  }
}
.p-single__summary::before {
  content: "まとめ";
  position: absolute;
  top: -2.2rem;
  left: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #4E289F;
  display: inline-block;
  border-radius: 5rem;
  padding: 0.8rem 4.8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-single__summary::before {
    font-size: 1.6rem;
    padding: 0.7rem 4rem;
  }
}
.p-single__summary li {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__summary li {
    line-height: 1.5;
  }
}
.p-single__summary li:not(:last-child) {
  margin-bottom: 1rem;
}
.p-single__summary li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4E289F;
}

/*------------------------------------------------------------------------------
  p-thanks
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-thanks .l-main__page {
    margin: 5.6rem 0;
  }
}

.p-thanks__mv {
  background-image: url(../img/thanks-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8.6rem 0 10.3rem;
  margin-top: 20.1rem;
}
@media screen and (max-width: 1080px) {
  .p-thanks__mv {
    margin-top: 18.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-thanks__mv {
    margin-top: 16.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__mv {
    background-image: url(../img/thanks-bg_sp.jpg);
    padding: 7.7rem 0 12.4rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__mv .c-title__en span::before, .p-thanks__mv .c-title__en span::after {
    width: 12.1rem;
    height: 0.5rem;
  }
  .p-thanks__mv .c-title__en span::before {
    left: -13.5rem;
  }
  .p-thanks__mv .c-title__en span::after {
    right: -13.5rem;
  }
}
.p-thanks__mv .c-btn::after {
  top: 47%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-thanks__mv .c-btn::after {
    top: 46%;
    right: 1.6rem;
  }
}

.p-thanks__mv-text {
  color: #2B2B2B;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 4rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__mv-text {
    margin: 2.4rem 0 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-thanks__column .c-title__en span::before, .p-thanks__column .c-title__en span::after {
    width: 12.8rem;
    height: 0.4rem;
  }
  .p-thanks__column .c-title__en span::before {
    left: -13rem;
  }
  .p-thanks__column .c-title__en span::after {
    right: -13.9rem;
  }
}

.p-thanks__column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  margin: 7.2rem auto;
  max-width: 93.6rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__column-list {
    display: block;
    max-width: 28rem;
    margin: 4.8rem auto;
  }
  .p-thanks__column-list .c-card:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

/*------------------------------------------------------------------------------
  p-404
------------------------------------------------------------------------------*/
.p-404__mv {
  background-color: #EFECF7;
  padding: 8.6rem 0 14rem;
  margin-top: 20.1rem;
}
@media screen and (max-width: 1080px) {
  .p-404__mv {
    margin-top: 18.9rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-404__mv {
    margin-top: 16.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404__mv {
    padding: 8rem 0 19.2rem;
    margin-top: 6rem;
  }
}
.p-404__mv .c-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-404__mv .c-title__en span::before, .p-404__mv .c-title__en span::after {
    width: 12.1rem;
    height: 0.5rem;
  }
  .p-404__mv .c-title__en span::before {
    left: -13.5rem;
  }
  .p-404__mv .c-title__en span::after {
    right: -13.5rem;
  }
}
.p-404__mv .c-btn::after {
  top: 47%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-404__mv .c-btn::after {
    top: 46%;
    right: 1.6rem;
  }
}

.p-404__mv-text {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 3.2rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-404__mv-text {
    margin: 2.4rem 0 4.8rem;
  }
}
.p-404__mv-text p:not(:last-child) {
  margin-bottom: 1.5em;
}

.p-404__mv-img {
  position: absolute;
  bottom: -14.2rem;
  right: -5.6rem;
  width: 36rem;
}
@media screen and (max-width: 1160px) {
  .p-404__mv-img {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-404__mv-img {
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404__mv-img {
    bottom: -19.5rem;
    right: -1.6rem;
    width: 24.5rem;
  }
}

/*------------------------------------------------------------------------------
  u-color
------------------------------------------------------------------------------*/
.u-primary-color {
  color: #4E289F;
}

.u-red-color {
  color: #DA6272;
}

/*------------------------------------------------------------------------------
  u-bgc
------------------------------------------------------------------------------*/
.u-bgc-light-purple {
  background-color: #FAF9FC;
}

/*------------------------------------------------------------------------------
  u-fz
------------------------------------------------------------------------------*/
.u-fz16 {
  font-size: 1.6rem;
}

.u-fz15 {
  font-size: 1.5rem;
}

.u-fz14 {
  font-size: 1.4rem;
}

.u-fz13 {
  font-size: 1.3rem;
}

.u-fz12 {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
  u-fw
------------------------------------------------------------------------------*/
.u-fw-bold {
  font-weight: bold;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-normal {
  font-weight: 400;
}

/*------------------------------------------------------------------------------
  u-text-align
------------------------------------------------------------------------------*/
.u-text-align-left {
  text-align: left;
}

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

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

/*------------------------------------------------------------------------------
  margin
------------------------------------------------------------------------------*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-space-2 {
  margin-top: 2px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-space-4 {
  margin-top: 4px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-05 {
  margin-bottom: 4px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-05 {
  margin-left: 4px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-m-space-4 {
  margin: 4px !important;
}

.u-m-1 {
  margin: 8px !important;
}

.u-m-2 {
  margin: 16px !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

/*------------------------------------------------------------------------------
  padding
------------------------------------------------------------------------------*/
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 8px !important;
}

.u-pt-2 {
  padding-top: 16px !important;
}

.u-pt-3 {
  padding-top: 24px !important;
}

.u-pt-4 {
  padding-top: 32px !important;
}

.u-pt-5 {
  padding-top: 40px !important;
}

.u-pt-6 {
  padding-top: 48px !important;
}

.u-pt-7 {
  padding-top: 56px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 8px !important;
}

.u-pb-2 {
  padding-bottom: 16px !important;
}

.u-pb-3 {
  padding-bottom: 24px !important;
}

.u-pb-4 {
  padding-bottom: 32px !important;
}

.u-pb-5 {
  padding-bottom: 40px !important;
}

.u-pb-6 {
  padding-bottom: 48px !important;
}

.u-pb-7 {
  padding-bottom: 56px !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-pl-1 {
  padding-left: 8px !important;
}

.u-pl-2 {
  padding-left: 16px !important;
}

.u-pr-1 {
  padding-right: 8px !important;
}

.u-pr-2 {
  padding-right: 16px !important;
}

.u-p-1 {
  padding: 8px !important;
}

.u-p-2 {
  padding: 16px !important;
}

/*------------------------------------------------------------------------------
  u-flex
------------------------------------------------------------------------------*/
.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-justify-content-star {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.u-justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.u-justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.u-align-items-flex-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.u-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
      -ms-grid-row-align: start !important;
      align-self: start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
      -ms-grid-row-align: end !important;
      align-self: end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-align-self-strech {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.u-flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*------------------------------------------------------------------------------
  u-block
------------------------------------------------------------------------------*/
.u-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}
/*# sourceMappingURL=style.css.map */