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

html {
  line-height: 1;
}

body {
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

a {
  text-decoration: none;
}

html {
  font-family: "Zen Kaku Gothic New", serif;
  color: #56534f;
  font-size: 0.66667vw;
  line-height: 1;
  font-weight: 500;
}

html * {
  font-weight: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a {
  outline: none;
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:focus,
*:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

img[src$=".svg"] {
  max-width: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*PC共通
-----------------------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 0.66667vw;
  }
}
/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}
/*--------------------------endSP--------------------------------*/
.u-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-only {
    display: block !important;
  }
}

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

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

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

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

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

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

@media (max-width: 767px) {
  .u-sp-center {
    text-align: center;
  }
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-ml-10 {
  margin-left: 10px;
}

.u-ml-20 {
  margin-left: 20px;
}

.u-mr-10 {
  margin-right: 10px;
}

.u-mr-20 {
  margin-right: 20px;
}

.u-pt-10 {
  padding-top: 10px;
}

.u-pt-20 {
  padding-top: 20px;
}

.u-pb-10 {
  padding-bottom: 10px;
}

.u-pb-20 {
  padding-bottom: 20px;
}

.u-pl-10 {
  padding-left: 10px;
}

.u-pl-20 {
  padding-left: 20px;
}

.u-pr-10 {
  padding-right: 10px;
}

.u-pr-20 {
  padding-right: 20px;
}

.u-hidden {
  display: none !important;
}

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

.font-zenkaku {
  font-family: "Zen Kaku Gothic New", serif !important;
}

.font-en {
  font-family: "Montserrat", serif !important;
}

.cl-pink {
  color: #ef847d !important;
}

.cl-white {
  color: #fff !important;
}

.cl-black {
  color: #56534f !important;
}

.l-main {
  position: relative;
  width: 100%;
  background: #ef847d;
  border-radius: 0 0 30rem 0;
}
.l-main__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 8.5rem 4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-main__title {
  font-size: 3rem;
  line-height: 1.44446;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-left: 0.3rem;
}
.l-main__thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 46.99%;
  border-radius: 0 0 0 25rem;
  overflow: hidden;
  z-index: 2;
}

@media (max-width: 767px) {
  .l-main {
    border-radius: 0 0 10.6666666667vw 0;
    overflow: hidden;
  }
  .l-main__wrap {
    max-width: 100%;
    padding: 14.1333333333vw 5.3333333333vw;
  }
  .l-main__wrap.--longtitle {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .l-main__title {
    font-size: 4.8vw;
    letter-spacing: 0;
    padding-left: 0;
  }
  .l-main__thumb {
    width: 53.3333333333vw;
    border-radius: 0 0 0 64vw;
  }
}
.l-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-content.--hidden {
  overflow: hidden !important;
}
.l-content.--bggray {
  background: #f9f7f3;
}

.l-inner {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 0 4rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.l-page {
  position: relative;
  width: 100%;
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .l-page {
    padding-top: 5.5rem;
  }
}
.l-page:first-of-type {
  padding-top: 12rem;
}
@media (max-width: 767px) {
  .l-page:first-of-type {
    padding-top: 6rem;
  }
}
.l-page__content {
  padding-top: 2.8rem;
  border-top: 2px solid #56534f;
}
.l-page__title2 {
  font-size: clamp(24px, 4.8rem, 48px);
  letter-spacing: 0.0025em;
  font-weight: 400;
  line-height: 1.3333;
  color: #56534f;
}
@media (max-width: 767px) {
  .l-page__title2 {
    font-size: clamp(24px, 4rem, 30px);
  }
}
.l-page__title3 {
  font-size: clamp(22px, 3.2rem, 32px);
  letter-spacing: 0.0025em;
  font-weight: 400;
  line-height: 1.3333;
  color: #56534f;
  margin-top: 7.8rem;
}
.l-page__title3:first-of-type {
  margin-top: 7.2rem;
}
@media (max-width: 767px) {
  .l-page__title3:first-of-type {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .l-page__title3 {
    font-size: clamp(20px, 2.8rem, 28px);
    margin-top: 5rem;
  }
}
.l-page__lead {
  font-size: clamp(13px, 1.6rem, 20px);
  line-height: 1.825;
  color: #56534f;
  margin-top: 2.9rem;
}
@media (max-width: 767px) {
  .l-page__lead {
    margin-top: 1.5rem;
  }
}
.l-page__lead:first-of-type {
  margin-top: 7.1rem;
}
@media (max-width: 767px) {
  .l-page__lead:first-of-type {
    margin-top: 3.5rem;
  }
}
.l-page__comingsoon {
  display: block;
  font-size: clamp(20px, 2.8rem, 28px);
  font-weight: 400;
  margin-top: 2.9rem;
}
.l-page__comingsoon:first-of-type {
  margin-top: 7.1rem;
}
@media (max-width: 767px) {
  .l-page__comingsoon:first-of-type {
    margin-top: 3.5rem;
  }
}

@-webkit-keyframes textLeftAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes textLeftAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2.3rem 0 3.3rem;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100000;
}
@media (max-width: 1000px) {
  .l-header {
    height: 54px;
    padding: 0 2rem 0 1rem;
  }
}
.l-header.is-scrolled {
  top: -8.2rem;
}
.l-header.is-scrolled .l-header__hamburger span {
  background: #ef847d;
}
.l-header.is-show {
  position: fixed;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  top: 0;
}
@media (max-width: 767px) {
  .l-header.is-show {
    padding: 1.2rem 1.5rem;
  }
}
.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  position: absolute;
  top: 50%;
  left: 3.5rem;
  width: 15.92%;
  max-width: 222.77px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
}
@media (max-width: 1000px) {
  .l-header__logo {
    width: 100%;
    min-width: unset;
    max-width: 20vw;
    left: 1.3rem;
  }
}
@media (max-width: 767px) {
  .l-header__logo {
    max-width: 147px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__nav {
  width: 84.08%;
}
@media (max-width: 1000px) {
  .l-header__nav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    padding: calc(54px + 3.77rem) 5.33% 6rem;
    overflow: auto;
  }
}
.l-header__nav__bottom {
  display: none;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom {
    display: block;
    margin-top: 5.3333333333vw;
  }
}
.l-header__nav__bottom__btn {
  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 (max-width: 1000px) {
  .l-header__nav__bottom__btn.--spCenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header__nav__bottom__btn li {
  width: calc(50% - 0.5rem);
}
.l-header__nav__bottom__btn li.u-pc-only {
  display: block !important;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__btn li.u-pc-only {
    display: none !important;
  }
}
.l-header__nav__bottom__btn li a {
  width: 100%;
  max-width: 100%;
}
.l-header__nav__bottom__btn li a.--outline {
  max-width: 100%;
}
.l-header__nav__bottom__msg {
  display: block;
  text-align: center;
  font-size: clamp(12px, 1.2rem, 24px);
  font-weight: 500;
  margin-top: 4rem;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__msg {
    margin-top: 12vw;
    font-size: clamp(12px, 3.2vw, 24px);
  }
}
.l-header__nav__bottom__sns {
  width: 100%;
  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-top: 2rem;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__sns {
    margin-top: 5.3333333333vw;
  }
}
.l-header__nav__bottom__sns li {
  width: 50%;
  text-align: center;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__sns li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 5.3333333333vw;
  }
}
.l-header__nav__bottom__sns li:first-of-type a span img.ico-insta {
  width: 3rem;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__sns li:first-of-type a span img.ico-insta {
    width: 6.0453333333vw;
  }
}
.l-header__nav__bottom__sns li:first-of-type a span.l-header__nav__bottom__sns__txt {
  width: calc(100% - 3rem);
  padding-left: 1rem;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__sns li:first-of-type a span.l-header__nav__bottom__sns__txt {
    width: calc(100% - 6.0453333333vw);
    padding-left: 2.7466666667vw;
  }
}
.l-header__nav__bottom__sns li:last-of-type a span img.ico-tiktok {
  width: 2.34rem;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__sns li:last-of-type a span img.ico-tiktok {
    width: 4.608vw;
  }
}
.l-header__nav__bottom__sns li:last-of-type a span.l-header__nav__bottom__sns__txt {
  width: calc(100% - 2.34rem);
  padding-left: 1rem;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__sns li:last-of-type a span.l-header__nav__bottom__sns__txt {
    width: calc(100% - 4.608vw);
    padding-left: 2.7733333333vw;
  }
}
.l-header__nav__bottom__sns li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.4rem, 28px);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__sns li a {
    font-size: clamp(14px, 3.7333333333vw, 28px);
  }
  .l-header__nav__bottom__sns li a:hover {
    opacity: 1;
  }
}
.l-header__nav__bottom__sns li a span {
  display: inline-block;
}
.l-header__nav__bottom__sns li a span img.ico-insta {
  width: 3rem;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__sns li a span img.ico-insta {
    width: 6.0453333333vw;
  }
}
.l-header__nav__bottom__sns li a span img.ico-tiktok {
  width: 2.34rem;
}
@media (max-width: 1000px) {
  .l-header__nav__bottom__sns li a span img.ico-tiktok {
    width: 4.608vw;
  }
}
.l-header__nav__bottom__sns li a span.l-header__nav__bottom__sns__txt {
  width: calc(100% - 7.5rem);
  padding-left: 1rem;
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .l-header__menu {
    margin: 1.6vw auto 2.6666666667vw;
    display: block;
  }
}
.l-header__menu__child {
  display: none;
  width: 100vw;
  max-width: 16.14vw;
  min-width: 16.14vw;
  padding: 1rem 0;
  border-radius: 1rem;
  border: 1px solid #56534f;
  background: #fff;
  position: absolute;
  top: 8.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
@media (max-width: 1000px) {
  .l-header__menu__child {
    display: none;
    overflow: hidden;
    position: static;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-transform: unset;
            transform: unset;
    border: 0;
    padding-top: 0;
    margin-top: 7.7333333333vw;
    -webkit-transition: unset !important;
    transition: unset !important;
  }
}
.l-header__menu__child.--sns {
  max-width: 11.57vw;
  min-width: 11.57vw;
}
@media (max-width: 1000px) {
  .l-header__menu__child li {
    margin-top: 5.3333333333vw;
  }
  .l-header__menu__child li:first-of-type {
    margin-top: 0;
  }
}
.l-header__menu__child li:last-of-type a {
  border: 0;
}
.l-header__menu__child li a {
  position: relative;
  display: block;
  text-align: left;
  padding: 2rem;
  font-size: clamp(12px, 1.4rem, 28px);
  font-weight: 400;
  border-bottom: 1px solid #d9d8d6;
}
@media (max-width: 1000px) {
  .l-header__menu__child li a {
    border-bottom: 0;
    padding: 0;
    font-size: clamp(14px, 3.7333333333vw, 28px);
  }
  .l-header__menu__child li a:hover {
    opacity: 1;
  }
}
.l-header__menu__child li a:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../images/cmn/ico-link.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 1000px) {
  .l-header__menu__child li a:after {
    display: none;
  }
}
.l-header__item {
  position: relative;
  margin-right: 3.2rem;
  height: 8.2rem;
  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;
}
.l-header__item:last-of-type {
  margin-right: 0;
}
.l-header__item.--pcitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .l-header__item.--pcitem {
    display: none;
  }
}
.l-header__item.--spitem {
  display: none;
}
@media (max-width: 1000px) {
  .l-header__item.--spitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1000px) {
  .l-header__item {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 6.6666666667vw;
    display: block;
    padding-bottom: 4.5333333333vw;
    border-bottom: 1px solid #d9d8d6;
  }
  .l-header__item:first-of-type {
    margin-top: 0;
  }
  .l-header__item.boder0 {
    border-bottom: 0;
  }
}
.l-header__item--spMenu {
  display: none;
}
@media (max-width: 1000px) {
  .l-header__item--spMenu {
    display: block;
  }
}
.l-header__item.--btn {
  margin-right: 1.6rem;
}
.l-header__item.--btn:last-of-type {
  margin-right: 0.2rem;
}
.l-header__item:hover .l-header__menu__child {
  opacity: 1;
  z-index: 1;
  display: block;
}
@media (max-width: 1000px) {
  .l-header__item:hover .l-header__menu__child {
    display: none;
  }
}
.l-header__link {
  position: relative;
  display: block;
  font-size: clamp(14px, 1.4rem, 28px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 1400px) {
  .l-header__link {
    font-size: clamp(14px, 1.4rem, 28px);
  }
}
@media screen and (max-width: 1399px) {
  .l-header__link {
    font-size: clamp(12px, 1.4rem, 28px);
  }
}
@media screen and (max-width: 1100px) {
  .l-header__link {
    font-size: clamp(11px, 1.4rem, 28px);
  }
}
@media (max-width: 1000px) {
  .l-header__link {
    width: 100%;
    font-size: clamp(16px, 4.2666666667vw, 32px);
  }
  .l-header__link:hover {
    opacity: 1;
  }
}
.l-header__link.--pcitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .l-header__link.--pcitem {
    display: none;
  }
}
@media (max-width: 1000px) {
  .l-header__link.--parent.is-active:after {
    background: url(../images/cmn/ico-minus.svg) no-repeat;
    background-size: 100%;
  }
}
.l-header__link.--parent:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/cmn/ico-menu.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1000px) {
  .l-header__link.--parent:after {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    background: url(../images/cmn/ico-plus.svg) no-repeat;
    background-size: 100%;
    top: 50%;
    bottom: unset;
    left: unset;
    right: 2.6666666667vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media (max-width: 1000px) {
  .l-header__link.--parent:hover {
    opacity: 1;
  }
}
.l-header__link.--outline {
  width: 100%;
  max-width: 11.572rem;
  min-width: 11.572rem;
  border: 1px solid #d9d8d6;
  background: #fff;
  color: #ef847d;
}
.l-header__link.--outline:link, .l-header__link.--outline:visited {
  color: #ef847d;
}
.l-header__link.--outline:after {
  display: none;
}
.l-header__link.--outline:hover {
  background: #ef847d;
  border: 1px solid #ef847d;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.l-header__link--btn {
  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;
  width: 100%;
  max-width: 16.94rem;
  min-width: 16.94rem;
  height: 5.3575rem;
  background: #ef847d;
  border: 1px solid #ef847d;
  color: #fff;
  border-radius: 5em;
}
.l-header__link--btn:link, .l-header__link--btn:visited {
  color: #fff;
}
.l-header__link--btn.-hoverpink:hover {
  color: #ef847d !important;
}
@media screen and (max-width: 1200px) {
  .l-header__link--btn {
    max-width: 14.5rem;
    min-width: 14.5rem;
  }
}
@media (max-width: 1000px) {
  .l-header__link--btn {
    height: 13.3333333333vw;
    font-size: clamp(14px, 3.7333333333vw, 28px);
  }
}
.l-header__link--btn:hover {
  border: 1px solid #d9d8d6;
  background: #fff;
  color: #ef847d;
  opacity: 1;
  cursor: pointer;
}
.l-header__hamburger {
  display: none;
  padding: 0;
  width: 32px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .l-header__hamburger {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-header__hamburger {
    right: 5.3333333333vw;
  }
}
.l-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ef847d;
  margin: 7px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__hamburger span:first-of-type {
  margin-top: 0;
}
.l-header__hamburger span:last-of-type {
  margin-bottom: 0;
}
.l-header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
  background: #ef847d;
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
  background: #ef847d;
}
.l-header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
  background: #ef847d;
}
.l-header__msg {
  position: relative;
  z-index: 10000;
  width: 100%;
  height: 3.6rem;
  background: #ef847d;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .l-header__msg {
    height: 5.3333333333vw;
  }
}
.l-header__msg p {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  padding: 0 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  -webkit-animation: textLeftAnime 25s linear infinite;
          animation: textLeftAnime 25s linear infinite;
}
@media (max-width: 1000px) {
  .l-header__msg p {
    font-size: clamp(12px, 3.2vw, 20px);
  }
}
.l-header.--recruit {
  background: #f9f7f3;
  padding: 0 5.8rem 0 6.1rem;
}
.l-header.--recruit.--bgwhite {
  background: #fff;
}
@media (max-width: 1000px) {
  .l-header.--recruit {
    padding: 0 1vw 0 2vw;
    height: 48px;
    background: transparent;
  }
}
.l-header.--recruit.is-scrolled {
  background: #fff;
}
.l-header.--recruit.is-scrolled .l-header__item {
  height: 8.2rem;
}
.l-header.--recruit .l-header__logo {
  width: 23.21%;
  max-width: 325.46px;
  left: 6.7rem;
}
@media (max-width: 1000px) {
  .l-header.--recruit .l-header__logo {
    width: 100%;
    max-width: 20.259vw;
    left: 2.6666666667vw;
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .l-header.--recruit .l-header__logo {
    max-width: 202.59px;
  }
}
.l-header.--recruit .l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header.--recruit .l-header__logo a img {
  max-width: 68.54%;
}
@media (max-width: 1000px) {
  .l-header.--recruit .l-header__logo a img {
    max-width: 28vw;
  }
}
@media (max-width: 767px) {
  .l-header.--recruit .l-header__logo a img {
    max-width: 147.25px;
  }
}
.l-header.--recruit .l-header__logo__txt {
  width: 31.46%;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  margin-left: 1.9rem;
  letter-spacing: 0.071em;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .l-header.--recruit .l-header__logo__txt {
    font-size: clamp(10px, 2.6666666667vw, 12px);
    margin-left: 1.8133333333vw;
    letter-spacing: 0;
  }
}
.l-header.--recruit .l-header__nav {
  width: 76.79%;
}
@media (max-width: 1000px) {
  .l-header.--recruit .l-header__nav {
    width: 100%;
    padding: calc(48px + 3rem) 5.33% 6rem;
  }
}
@media (max-width: 1000px) {
  .l-header.--recruit .l-header__link {
    letter-spacing: 0;
  }
}
.l-header.--recruit .l-header__link--btn {
  min-width: 14rem;
  max-width: 14rem;
}
@media (max-width: 1000px) {
  .l-header.--recruit .l-header__link--btn {
    min-width: 21.7rem;
    max-width: 100%;
  }
}
.l-header.--recruit .l-header__link--btn.--outline {
  min-width: 11.4rem;
  max-width: 11.4rem;
}
.l-header.--recruit .l-header__link--btn:link, .l-header.--recruit .l-header__link--btn:visited {
  color: #fff;
}
.l-header.--recruit .l-header__link--btn.-hoverpink:hover {
  color: #ef847d !important;
}
.l-header.--recruit .l-header__item {
  height: 12.2rem;
  margin-right: 3.32rem;
  letter-spacing: 0.08em;
}
@media (max-width: 1000px) {
  .l-header.--recruit .l-header__item {
    height: auto;
    margin-right: 0;
  }
}
.l-header.--recruit .l-header__item.--setmr {
  margin-right: 2.9rem;
}
.l-header.--recruit .l-header__item.--btn {
  margin-right: 1.6rem;
}
.l-header.--recruit .l-header__item.--btn:last-of-type {
  margin-right: 0;
}
.l-header.--recruit_page {
  padding: 0 2.4rem 0 3rem;
}
@media (max-width: 1000px) {
  .l-header.--recruit_page {
    padding: 0 1vw 0 2vw;
    height: 53px;
    background: transparent;
  }
}
.l-header.--recruit_page.is-scrolled {
  background: #fff;
}
.l-header.--recruit_page.is-scrolled .l-header__item {
  height: 8.15rem;
}
.l-header.--recruit_page .l-header__logo {
  width: 23.21%;
  max-width: 325.46px;
  left: 3.6rem;
}
@media (max-width: 1000px) {
  .l-header.--recruit_page .l-header__logo {
    width: 100%;
    max-width: 20.259vw;
    left: 2.6666666667vw;
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .l-header.--recruit_page .l-header__logo {
    max-width: 202.59px;
  }
}
.l-header.--recruit_page .l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header.--recruit_page .l-header__logo a img {
  max-width: 68.54%;
}
@media (max-width: 1000px) {
  .l-header.--recruit_page .l-header__logo a img {
    max-width: 28vw;
  }
}
@media (max-width: 767px) {
  .l-header.--recruit_page .l-header__logo a img {
    max-width: 147.25px;
  }
}
.l-header.--recruit_page .l-header__logo__txt {
  width: 31.46%;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  margin-left: 1.6rem;
  letter-spacing: 0.071em;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .l-header.--recruit_page .l-header__logo__txt {
    font-size: clamp(12px, 3.2vw, 12px);
    margin-left: 2.2666666667vw;
    letter-spacing: 0;
  }
}
.l-header.--recruit_page .l-header__nav {
  width: 76.79%;
}
@media (max-width: 1000px) {
  .l-header.--recruit_page .l-header__nav {
    width: 100%;
    padding: calc(48px + 3rem) 5.33% 6rem;
  }
}
@media (max-width: 1000px) {
  .l-header.--recruit_page .l-header__link {
    letter-spacing: 0;
  }
}
.l-header.--recruit_page .l-header__link--btn {
  min-width: 17rem;
  max-width: 17rem;
}
@media (max-width: 1000px) {
  .l-header.--recruit_page .l-header__link--btn {
    min-width: 21.7rem;
    max-width: 100%;
  }
}
.l-header.--recruit_page .l-header__link--btn.--outline {
  min-width: 11.4rem;
  max-width: 11.4rem;
}
.l-header.--recruit_page .l-header__link--btn:link, .l-header.--recruit_page .l-header__link--btn:visited {
  color: #fff;
}
.l-header.--recruit_page .l-header__item {
  height: 8.15rem;
  margin-right: 3.2rem;
  letter-spacing: 0;
}
@media (max-width: 1000px) {
  .l-header.--recruit_page .l-header__item {
    height: auto;
    margin-right: 0;
  }
}
.l-header.--recruit_page .l-header__item.--setmr {
  margin-right: 3.32rem;
}
.l-header.--recruit_page .l-header__item.--btn {
  margin-right: 1.6rem;
}
.l-header.--recruit_page .l-header__item.--btn:last-of-type {
  margin-right: 0;
}

.l-footer {
  position: relative;
  width: 100%;
}
.l-footer__pagetop {
  position: fixed;
  bottom: 3rem;
  right: 2.2rem;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  z-index: 100;
}
.l-footer__pagetop.is-active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.l-footer__pagetop.is-absolute {
  position: absolute;
  bottom: unset;
  top: -5.2rem;
  right: 2.2rem;
}
.l-footer__pagetop img {
  width: 1.993rem;
  min-width: 14px;
  height: 1.972rem;
  min-height: 14px;
  margin: 0 auto;
}
.l-footer__pagetop__txt {
  width: 100%;
  display: block;
  font-family: "Montserrat", serif;
  font-size: clamp(11px, 1.8rem, 28px);
  font-weight: 400;
  margin-top: 0.6rem;
  letter-spacing: 0.03em;
}
.l-footer__top {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7rem 3.7rem 4.3rem;
  border-bottom: 1px solid #d9d8d6;
}
.l-footer__top__info {
  width: 50%;
}
.l-footer__top__info__logo {
  display: block;
  width: 100%;
  margin-left: 0.2rem;
}
.l-footer__top__info__logo img {
  width: 100%;
  max-width: 65.22%;
}
.l-footer__top__info__address {
  margin-top: 2.1rem;
  font-size: clamp(10px, 1.4rem, 24px);
  font-weight: 400;
  line-height: 1.714;
  letter-spacing: 0.065em;
  padding-left: 0.4rem;
  white-space: nowrap;
}
.l-footer__top__info__tel {
  margin-top: 1.2rem;
  font-size: clamp(10px, 1.4rem, 24px);
  font-weight: 400;
  line-height: 1.428;
  letter-spacing: 0.035em;
  padding-left: 0.4rem;
}
.l-footer__top__sns {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__top__sns ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.3rem;
}
.l-footer__top__sns ul li {
  margin-right: 3rem;
}
.l-footer__top__sns ul li:last-of-type {
  margin-right: 0;
}
.l-footer__top__sns ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.4rem, 18px);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
}
.l-footer__top__sns ul li a span {
  display: inline-block;
}
.l-footer__top__sns ul li a span img {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1rem;
}
.l-footer__bottom {
  width: 100%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4.4rem 3.7rem 0;
}
.l-footer__bottom__nav {
  width: 14.2857142857%;
  padding-left: 0.5rem;
}
.l-footer__bottom__nav.--pcitem {
  display: block;
}
.l-footer__bottom__nav.--spitem {
  display: none;
}
.l-footer__bottom__nav__parent {
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: clamp(12px, 1.6rem, 26px);
  letter-spacing: 0.085em;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.25rem;
}
.l-footer__bottom__nav__parent.js-footer-nav:hover {
  opacity: 1;
}
.l-footer__bottom__nav__parent.--blank:after {
  content: none;
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url(../images/cmn/ico-blank.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.8rem;
}
@media (max-width: 767px) {
  .l-footer__bottom__nav__parent.--blank:after {
    content: none;
  }
}
.l-footer__bottom__nav__parent:first-of-type {
  margin-top: 0;
}
.l-footer__bottom__nav ul {
  width: 100%;
  margin-top: 2.3rem;
}
.l-footer__bottom__nav ul li {
  margin-top: 1.1rem;
}
.l-footer__bottom__nav ul li:first-of-type {
  margin-top: 0;
}
.l-footer__bottom__nav ul li a {
  position: relative;
  display: inline-block;
  font-size: clamp(10px, 1.4rem, 24px);
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 400;
}
.l-footer__bottom__nav ul li a.--blank:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url(../images/cmn/ico-blank.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.35rem;
}
.l-footer__copy {
  position: relative;
  z-index: 1;
  padding-top: 8.7rem;
  display: block;
  text-align: center;
  font-size: clamp(10px, 1rem, 14px);
  line-height: 1.5;
  font-weight: 300;
}
.l-footer__thumb {
  width: 100%;
  margin-top: -2.5rem;
}
.l-footer__anime {
  width: 100%;
  padding: 13rem 1.6rem 11rem 0.7rem;
  overflow: hidden;
  display: none;
}
.l-footer__anime.--recruit {
  display: block;
}
.l-footer__anime.--pagerecruit {
  padding: 13rem 0 12.8rem;
}
.l-footer__anime.--pagerecruit .l-footer__anime__text.--bottom {
  bottom: 5.5rem;
}
.l-footer__anime__wrap {
  position: relative;
}
.l-footer__anime__img {
  position: relative;
  z-index: 1;
}
.l-footer__anime__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 0;
}
.l-footer__anime__text.--top {
  top: 3rem;
  left: 0;
}
.l-footer__anime__text.--bottom {
  bottom: 3rem;
  left: 0;
}
.l-footer__anime__text p {
  width: 100%;
  font-family: "Montserrat", serif;
  white-space: nowrap;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #f0ecea;
  -webkit-animation: textLeftAnime 25s linear infinite;
  animation: textLeftAnime 25s linear infinite;
}
.l-footer.--recruit .l-footer__wrap {
  width: 100%;
  max-width: calc(1180px + 4.4rem);
  padding: 0 2.2rem;
  margin: -0.45rem auto 0;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-footer.--recruit .l-footer__logo {
  width: 100%;
  margin-top: -0.35rem;
  overflow: hidden;
}
.l-footer.--recruit .l-footer__logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer.--recruit .l-footer__logo img {
  width: 100%;
  max-width: 200px;
  min-width: 200px;
}
@media (max-width: 1000px) {
  .l-footer.--recruit .l-footer__logo img {
    max-width: 30vw;
  }
}
@media (max-width: 767px) {
  .l-footer.--recruit .l-footer__logo img {
    max-width: 202.59px;
  }
}
.l-footer.--recruit .l-footer__logo__txt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  margin-left: 2rem;
  letter-spacing: 0.08em;
}
.l-footer.--recruit .l-footer__info {
  width: 44.92%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer.--recruit .l-footer__info {
    width: 33%;
  }
}
.l-footer.--recruit .l-footer__info__address {
  margin-top: 2.1rem;
  font-size: clamp(10px, 1.4rem, 24px);
  font-weight: 400;
  line-height: 1.714;
  letter-spacing: 0.065em;
  padding-left: 0.3rem;
}
.l-footer.--recruit .l-footer__info__address__zip {
  letter-spacing: 0.025em;
  padding-bottom: 0.3rem;
  display: inline-block;
}
.l-footer.--recruit .l-footer__info__tel {
  margin-top: 1.1rem;
  font-size: clamp(10px, 1.4rem, 24px);
  font-weight: 400;
  line-height: 1.428;
  letter-spacing: 0.035em;
  padding-left: 0.3rem;
}
.l-footer.--recruit .l-footer__nav {
  width: 37.88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer.--recruit .l-footer__nav {
    width: 46%;
  }
}
.l-footer.--recruit .l-footer__nav__list {
  width: 39.7%;
}
.l-footer.--recruit .l-footer__nav__list.--pcitem {
  display: block;
}
.l-footer.--recruit .l-footer__nav__list.--spitem {
  display: none;
}
.l-footer.--recruit .l-footer__nav__list__parent {
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: clamp(12px, 1.6rem, 26px);
  letter-spacing: 0.06em;
  margin-bottom: 2.35rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1rem;
}
.l-footer.--recruit .l-footer__nav__list__parent.--nolink:hover {
  opacity: 1;
}
.l-footer.--recruit .l-footer__nav__list__parent.--blank:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url(../images/cmn/ico-blank.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.8rem;
}
.l-footer.--recruit .l-footer__nav__list__parent:first-of-type {
  margin-top: 0;
}
.l-footer.--recruit .l-footer__nav__list ul {
  width: 100%;
}
.l-footer.--recruit .l-footer__nav__list ul li {
  margin-top: 1rem;
}
.l-footer.--recruit .l-footer__nav__list ul li:first-of-type {
  margin-top: 0;
}
.l-footer.--recruit .l-footer__nav__list ul li a {
  position: relative;
  display: inline-block;
  font-size: clamp(10px, 1.4rem, 24px);
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 400;
}
.l-footer.--recruit .l-footer__nav__list ul li a.--blank:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url(../images/cmn/ico-blank.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.8rem;
}
.l-footer.--recruit .l-footer__subNav {
  width: 17.2%;
  padding-top: 2.3rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer.--recruit .l-footer__subNav {
    width: 21%;
  }
}
.l-footer.--recruit .l-footer__subNav__sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer.--recruit .l-footer__subNav__sns li {
  width: 100%;
  margin-top: 2.35rem;
}
.l-footer.--recruit .l-footer__subNav__sns li:first-of-type {
  margin-top: 0;
}
.l-footer.--recruit .l-footer__subNav__sns li:last-of-type a {
  letter-spacing: 0.06em;
}
.l-footer.--recruit .l-footer__subNav__sns li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.4rem, 18px);
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
}
.l-footer.--recruit .l-footer__subNav__sns li a span {
  display: inline-block;
}
.l-footer.--recruit .l-footer__subNav__sns li a span img {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  margin-right: 1.3rem;
}
.l-footer.--recruit .l-footer__subNav__link {
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: clamp(12px, 1.6rem, 26px);
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 3.3rem;
}
.l-footer.--recruit .l-footer__subNav__link.--blank:after {
  content: none;
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url(../images/cmn/ico-blank.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.8rem;
}
.l-footer.--recruit .l-footer__copy {
  padding-top: 3.37rem;
  font-size: clamp(10px, 1rem, 10px);
  text-align: left;
  letter-spacing: 0.001em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer.--recruit .l-footer__copy {
    white-space: unset;
  }
}
.l-footer__msg {
  position: absolute;
  bottom: -0.9rem;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 3.6rem;
  background: #ef847d;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-footer__msg {
    height: 5.3333333333vw;
    bottom: 0;
  }
}
.l-footer__msg p {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  padding: 0 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  -webkit-animation: textLeftAnime 25s linear infinite;
  animation: textLeftAnime 25s linear infinite;
}
@media (max-width: 767px) {
  .l-footer__msg p {
    font-size: clamp(12px, 3.2vw, 20px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-footer__top {
    padding: 7rem 0 4.3rem;
  }
  .l-footer__bottom {
    padding: 4.4rem 0 0;
  }
  .l-footer__bottom__nav {
    width: 16%;
  }
  .l-footer__bottom__nav:first-of-type {
    width: 12.4%;
  }
}
@media (max-width: 767px) {
  .l-footer__pagetop {
    bottom: 4vw;
    right: 0;
  }
  .l-footer__pagetop.is-absolute {
    top: -9.8666666667vw;
    right: 0;
  }
  .l-footer__pagetop img {
    width: 5.3146666667vw;
    height: 5.2586666667vw;
    min-width: 3.7333333333vw;
    min-height: 3.7333333333vw;
  }
  .l-footer__pagetop__txt {
    font-size: clamp(12px, 3.2vw, 18px);
    margin-top: 1.3333333333vw;
    letter-spacing: -0.03em;
  }
  .l-footer__top {
    padding: 10.2933333333vw 0 7.4666666667vw;
  }
  .l-footer__top__info {
    width: 100%;
  }
  .l-footer__top__info__logo {
    margin-left: 0;
  }
  .l-footer__top__info__logo img {
    max-width: 44.7333333333vw;
  }
  .l-footer__top__info__address {
    margin-top: 5.3333333333vw;
    font-size: clamp(10px, 2.6666666667vw, 16px);
    letter-spacing: 0;
    padding-left: 0;
  }
  .l-footer__top__info__tel {
    margin-top: 2.6666666667vw;
    font-size: clamp(10px, 2.6666666667vw, 16px);
    letter-spacing: 0;
    padding-left: 0;
  }
  .l-footer__top__sns {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 5.3333333333vw;
  }
  .l-footer__top__sns ul {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
  .l-footer__top__sns ul li {
    margin-right: 8vw;
  }
  .l-footer__top__sns ul li a {
    font-size: clamp(16.6px, 4.4266666667vw, 26px);
    margin-top: -1.0666666667vw;
    letter-spacing: 0;
  }
  .l-footer__top__sns ul li a span {
    display: inline-block;
  }
  .l-footer__top__sns ul li a span img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 2.6666666667vw;
    margin-top: 0.5333333333vw;
  }
  .l-footer__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 7.4666666667vw 0 0;
  }
  .l-footer__bottom__nav {
    width: calc(50% - 0.2666666667vw);
    padding-left: 0;
    margin-bottom: 5.0133333333vw;
  }
  .l-footer__bottom__nav.--spOrder1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__bottom__nav.--spOrder2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-footer__bottom__nav.--spOrder3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer__bottom__nav.--spOrder4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .l-footer__bottom__nav.--spOrder5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .l-footer__bottom__nav.--spOrder6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .l-footer__bottom__nav.--spOrder7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .l-footer__bottom__nav.--spOrder8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .l-footer__bottom__nav.--spOrder9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .l-footer__bottom__nav.--spOrder10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .l-footer__bottom__nav.--pcitem {
    display: none;
  }
  .l-footer__bottom__nav.--spitem {
    display: block;
  }
  .l-footer__bottom__nav:first-of-type {
    width: 100%;
  }
  .l-footer__bottom__nav__parent {
    position: relative;
    font-size: clamp(14px, 3.7333333333vw, 22px);
    letter-spacing: 0;
    margin-top: 2.6666666667vw;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__bottom__nav__parent:hover {
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
  }
  .l-footer__bottom__nav__parent.is-active:after {
    background: url(../images/cmn/ico-minus.svg) no-repeat;
    background-size: 100%;
  }
  .l-footer__bottom__nav__parent:after {
    content: "";
    display: inline-block;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    background: url(../images/cmn/ico-plus.svg) no-repeat;
    background-size: 100%;
    margin-left: 5.0666666667vw;
    margin-top: -0.8vw;
  }
  .l-footer__bottom__nav__parent.--blank:after {
    width: 4vw;
    height: 2.9333333333vw;
    margin-left: 1.0666666667vw;
    margin-top: 0;
  }
  .l-footer__bottom__nav__parent.--nochild.--blank:after {
    display: inline-block;
  }
  .l-footer__bottom__nav__parent.--nochild:after {
    display: none;
  }
  .l-footer__bottom__nav ul {
    display: none;
    margin-top: 3.7333333333vw;
    -webkit-transition: unset;
    transition: unset;
  }
  .l-footer__bottom__nav ul li {
    margin-top: 2.5333333333vw;
  }
  .l-footer__bottom__nav ul li a {
    font-size: clamp(14px, 3.7333333333vw, 22px);
    letter-spacing: 0;
  }
  .l-footer__bottom__nav ul li a:hover {
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
  }
  .l-footer__bottom__nav ul li a.--blank:after {
    width: 4vw;
    height: 2.9333333333vw;
    margin-left: 1.3333333333vw;
  }
  .l-footer__copy {
    padding-top: 5.8666666667vw;
    font-size: clamp(10px, 2.6666666667vw, 18px);
  }
  .l-footer__thumb {
    margin-top: 3.7333333333vw;
  }
  .l-footer__anime {
    width: 100%;
    padding: 13.3333333333vw 0;
  }
  .l-footer__anime__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 0;
  }
  .l-footer__anime__text.--top {
    top: 6.6666666667vw;
  }
  .l-footer__anime__text.--bottom {
    bottom: 8vw;
  }
  .l-footer__anime__text p {
    font-size: 21.3333333333vw;
  }
  .l-footer__anime.--pagerecruit {
    padding: 10.6666666667vw 0 2.6666666667vw;
  }
  .l-footer__anime.--pagerecruit .l-footer__anime__text.--bottom {
    bottom: 13.8666666667vw;
  }
  .l-footer__anime.--pagerecruit .l-footer__anime__text.--bottom p {
    font-size: 18.6666666667vw;
  }
  .l-footer.--recruit .l-footer__pagetop.is-absolute {
    top: 0;
  }
  .l-footer.--recruit .l-footer__wrap {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .l-footer.--recruit .l-footer__logo {
    margin-top: 1.8666666667vw;
  }
  .l-footer.--recruit .l-footer__logo img {
    max-width: 44.5333333333vw;
    min-width: 44.5333333333vw;
  }
  .l-footer.--recruit .l-footer__logo__txt {
    font-size: clamp(11px, 2.9333333333vw, 16px);
    margin-left: 1.7333333333vw;
    letter-spacing: 0;
  }
  .l-footer.--recruit .l-footer__info {
    width: 100%;
  }
  .l-footer.--recruit .l-footer__info__address {
    margin-top: 5.0666666667vw;
    font-size: clamp(10px, 2.6666666667vw, 14px);
    letter-spacing: 0;
    padding-left: 0;
  }
  .l-footer.--recruit .l-footer__info__address__zip {
    letter-spacing: 0;
    padding-bottom: 0;
  }
  .l-footer.--recruit .l-footer__info__tel {
    margin-top: 2.4vw;
    font-size: clamp(10px, 2.6666666667vw, 14px);
    letter-spacing: 0;
    padding-left: 0;
  }
  .l-footer.--recruit .l-footer__nav {
    width: 100%;
    padding-top: 7.7333333333vw;
  }
  .l-footer.--recruit .l-footer__nav__list {
    width: 49.5%;
    margin-bottom: 5.0666666667vw;
  }
  .l-footer.--recruit .l-footer__nav__list.--spOrder1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer.--recruit .l-footer__nav__list.--spOrder2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-footer.--recruit .l-footer__nav__list.--spOrder3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer.--recruit .l-footer__nav__list.--spOrder4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .l-footer.--recruit .l-footer__nav__list.--spOrder5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .l-footer.--recruit .l-footer__nav__list.--spOrder6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .l-footer.--recruit .l-footer__nav__list.--pcitem {
    display: none;
  }
  .l-footer.--recruit .l-footer__nav__list.--spitem {
    display: block;
  }
  .l-footer.--recruit .l-footer__nav__list__parent {
    width: 100%;
    font-size: clamp(14px, 3.7333333333vw, 20px);
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .l-footer.--recruit .l-footer__nav__list__parent:hover {
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
  }
  .l-footer.--recruit .l-footer__nav__list__parent.is-active:after {
    background: url(../images/cmn/ico-minus.svg) no-repeat;
    background-size: 100%;
  }
  .l-footer.--recruit .l-footer__nav__list__parent.--nochild:after {
    display: none;
  }
  .l-footer.--recruit .l-footer__nav__list__parent:after {
    content: "";
    display: inline-block;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    background: url(../images/cmn/ico-plus.svg) no-repeat;
    background-size: 100%;
    margin-left: 5.0666666667vw;
    margin-top: -0.8vw;
  }
  .l-footer.--recruit .l-footer__nav__list__parent.--blank:after {
    width: 4vw;
    height: 2.9333333333vw;
    margin-left: 1.3333333333vw;
  }
  .l-footer.--recruit .l-footer__nav__list__parent:first-of-type {
    margin-top: 0;
  }
  .l-footer.--recruit .l-footer__nav__list ul {
    width: 100%;
    display: none;
    margin-top: 3.7333333333vw;
    -webkit-transition: unset;
    transition: unset;
  }
  .l-footer.--recruit .l-footer__nav__list ul li {
    margin-top: 2.5333333333vw;
  }
  .l-footer.--recruit .l-footer__nav__list ul li a {
    font-size: clamp(14px, 3.7333333333vw, 18px);
    letter-spacing: 0;
  }
  .l-footer.--recruit .l-footer__nav__list ul li a:hover {
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
  }
  .l-footer.--recruit .l-footer__nav__list ul li a.--blank:after {
    width: 4vw;
    height: 2.9333333333vw;
    margin-left: 1.3333333333vw;
  }
  .l-footer.--recruit .l-footer__subNav {
    width: 100%;
    padding-top: 2.4vw;
  }
  .l-footer.--recruit .l-footer__subNav__sns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer.--recruit .l-footer__subNav__sns li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0;
    padding: 0 4vw;
  }
  .l-footer.--recruit .l-footer__subNav__sns li:last-of-type a {
    letter-spacing: 0.06em;
  }
  .l-footer.--recruit .l-footer__subNav__sns li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(14px, 3.7333333333vw, 18px);
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1;
  }
  .l-footer.--recruit .l-footer__subNav__sns li a span {
    display: inline-block;
  }
  .l-footer.--recruit .l-footer__subNav__sns li a span img {
    width: 10.6666666667vw;
    min-width: 10.6666666667vw;
    height: 10.6666666667vw;
    min-height: 10.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .l-footer.--recruit .l-footer__subNav__link {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(14px, 3.7333333333vw, 18px);
    letter-spacing: 0;
    margin-top: 8vw;
  }
  .l-footer.--recruit .l-footer__subNav__link.--blank:after {
    width: 4vw;
    height: 2.9333333333vw;
    margin-left: 1.3333333333vw;
  }
  .l-footer.--recruit .l-footer__copy {
    width: 100%;
    padding-top: 5.3333333333vw;
    font-size: clamp(10px, 2.6666666667vw, 10px);
    text-align: center;
    letter-spacing: 0;
  }
  .l-footer.--recruit .l-footer__thumb {
    margin-top: 3.2vw;
  }
}
.l-breadcrumb {
  position: relative;
  width: 100%;
  padding-top: 1.3rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-breadcrumb {
    padding-top: 1.6vw;
  }
}
.l-breadcrumb__list {
  width: 100%;
  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;
}
@media (max-width: 767px) {
  .l-breadcrumb__list {
    padding-bottom: 1rem;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
  }
}
.l-breadcrumb__item {
  position: relative;
  margin-left: 0.2rem;
  font-size: clamp(10px, 1rem, 14px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-breadcrumb__item img {
  width: 1.82rem;
  min-width: 14px;
  height: 1.82rem;
  min-height: 14px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-breadcrumb__item img {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .l-breadcrumb__item img {
    width: 4.5253333333vw;
    min-width: 4.5253333333vw;
    height: 4.5253333333vw;
    min-height: 4.5253333333vw;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .l-breadcrumb__item {
    padding-bottom: 0.5rem;
  }
}
.l-breadcrumb__item:after {
  content: ">";
  display: inline-block;
  font-size: 10px;
  margin-top: 2px;
  margin-bottom: 3px;
}
.l-breadcrumb__item:last-of-type {
  margin-left: 0;
  max-width: 45%;
}
@media (max-width: 767px) {
  .l-breadcrumb__item:last-of-type {
    max-width: 100%;
  }
}
.l-breadcrumb__item:last-of-type:after {
  display: none;
}
.l-breadcrumb__item:last-of-type .l-breadcrumb__txt {
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .l-breadcrumb__item:last-of-type .l-breadcrumb__txt {
    width: 100vw;
    max-width: 60%;
  }
}
.l-breadcrumb__item:first-of-type {
  margin-left: 0;
}
.l-breadcrumb__item:first-of-type:after {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 1px;
  height: 13px;
  background: #e2d3cd;
  border-radius: 5em;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: -4px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l-breadcrumb__item:first-of-type:after {
    height: 3.4666666667vw;
    margin-top: 0.2666666667vw;
    margin-left: 0.5333333333vw;
    margin-right: 2.6666666667vw;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
}
.l-breadcrumb__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #56534f;
  cursor: pointer;
}
.l-breadcrumb__link:link, .l-breadcrumb__link:visited {
  color: #56534f;
}
.l-breadcrumb__link:after {
  content: "";
  display: inline-block;
  width: 0.52rem;
  height: 0.853rem;
  background: url(../images/cmn/ico-arrow-black.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.15rem;
}
.l-breadcrumb__txt {
  font-size: clamp(10px, 1rem, 18px);
  font-weight: 400;
  padding-left: 0.6rem;
  line-height: 1.25;
  display: block;
  max-width: 100%;
}
@media (max-width: 767px) {
  .l-breadcrumb__txt {
    padding-left: 1.6vw;
    padding-top: 0.5333333333vw;
  }
}

.l-article {
  position: relative;
  width: 100%;
}
.l-article strong,
.l-article b {
  font-weight: bold;
}
.l-article.l-page {
  padding-top: 6.4rem;
}
.l-article__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;
}
.l-article__conetnt {
  width: 58.57%;
}
@media (max-width: 767px) {
  .l-article__conetnt {
    width: 100%;
  }
}
.l-article__conetnt--full {
  width: 100%;
}
.l-article__conetnt:first-of-type h3.l-article__title3 {
  margin-top: 7.3rem;
}
.l-article__conetnt:first-of-type h3.l-article__title3:first-of-type {
  margin-top: 7.7rem;
}
@media (max-width: 767px) {
  .l-article__conetnt:first-of-type h3.l-article__title3:first-of-type {
    margin-top: 5rem;
  }
}
.l-article__conetnt h2 {
  width: 100%;
  display: block;
  background: #56534f;
  padding: 1rem 1.6rem;
  font-size: clamp(18px, 2.4rem, 24px);
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 7.7rem;
}
@media (max-width: 767px) {
  .l-article__conetnt h2 {
    margin-top: 5rem;
  }
}
.l-article__conetnt h2 + p {
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .l-article__conetnt h2 + p {
    margin-top: 2.4rem;
  }
}
.l-article__conetnt h3 {
  width: 100%;
  display: block;
  padding-left: 1.6rem;
  border-left: 3px solid #56534f;
  font-size: clamp(16px, 2rem, 22px);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .l-article__conetnt h3 {
    margin-top: 5rem;
  }
}
.l-article__conetnt h3.l-article__title3 {
  width: 100%;
  display: block;
  background: #d6d6d6;
  padding: 1rem 1.6rem 0.5rem;
  font-size: clamp(22px, 3.2rem, 32px);
  color: #56534f;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 7.3rem;
  border-bottom: 1px solid #56534f;
  border-left: 0;
}
@media (max-width: 767px) {
  .l-article__conetnt h3.l-article__title3 {
    margin-top: 5rem;
    font-size: clamp(22px, 2.6rem, 26px);
  }
}
.l-article__conetnt h3.l-article__title3 + p {
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .l-article__conetnt h3.l-article__title3 + p {
    margin-top: 2.4rem;
  }
}
.l-article__conetnt h4 {
  margin-top: 4.1rem;
}
.l-article__conetnt h4 span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(13px, 1.6rem, 20px);
  color: #969696;
  font-weight: 500;
}
.l-article__conetnt h4 span:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background: #969696;
  margin-right: 0.8rem;
}
.l-article__conetnt p {
  font-size: clamp(13px, 1.6rem, 20px);
  line-height: 1.825;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .l-article__conetnt p {
    margin-top: 3rem;
  }
}
.l-article__conetnt p a {
  text-decoration: underline;
}
.l-article__conetnt .wp-block-file a.wp-block-file__button {
  color: #fff;
  display: inline-block;
  padding: 0.6rem 0.8rem;
  margin-left: 1rem;
}
.l-article__conetnt .imgtext {
  width: 100%;
  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: 7.4rem;
}
@media (max-width: 767px) {
  .l-article__conetnt .imgtext {
    margin-top: 5rem;
  }
}
.l-article__conetnt .imgtext .img {
  width: 47.86%;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .l-article__conetnt .imgtext .img {
    width: 100%;
    margin-top: 3rem;
  }
  .l-article__conetnt .imgtext .img:first-of-type {
    margin-top: 0;
  }
}
.l-article__conetnt .imgtext .text {
  width: 52.14%;
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .l-article__conetnt .imgtext .text {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
}
.l-article__conetnt .imgtext .text h5 {
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #56534f;
}
.l-article__conetnt .imgtext .text h5 + p {
  margin-top: 1rem;
}
.l-article__conetnt .imgtext .text p {
  margin-top: 0;
}
.l-article__conetnt .imgbox {
  width: 100%;
  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: 7.4rem;
}
@media (max-width: 767px) {
  .l-article__conetnt .imgbox {
    margin-top: 5rem;
  }
}
.l-article__conetnt .imgbox .box {
  width: 47.86%;
}
@media (max-width: 767px) {
  .l-article__conetnt .imgbox .box {
    width: 100%;
    margin-top: 3rem;
  }
  .l-article__conetnt .imgbox .box:first-of-type {
    margin-top: 0;
  }
}
.l-article__conetnt .imgbox .box h5 {
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 400;
  line-height: 1.5;
  margin: 1.6rem 0 0 0;
  padding: 0;
  background: none;
  border: 0;
  color: #56534f;
}
@media (max-width: 767px) {
  .l-article__conetnt .imgbox .box h5 {
    margin-top: 3rem;
  }
}
.l-article__conetnt .imgbox .box h5 + p {
  margin-top: 1.2rem;
}
.l-article__conetnt .imgbox .box img + p {
  margin-top: 1.9rem;
}
@media (max-width: 767px) {
  .l-article__conetnt .imgbox .box img + p {
    margin-top: 3rem;
  }
}
.l-article__conetnt .imgbox .box p {
  margin-top: 0;
}
.l-article__conetnt .single-img {
  width: 100%;
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .l-article__conetnt .single-img {
    margin-top: 5rem;
  }
}
.l-article__conetnt .single-img.middle {
  width: 100%;
  max-width: 71.43%;
  margin: 7.5rem auto 0;
}
@media (max-width: 767px) {
  .l-article__conetnt .single-img.middle {
    margin-top: 5rem;
  }
}
.l-article__conetnt .single-img.full {
  width: 100%;
  max-width: 100%;
  margin: 7.5rem auto 0;
}
@media (max-width: 767px) {
  .l-article__conetnt .single-img.full {
    margin-top: 5rem;
  }
}
.l-article__body p:first-of-type {
  margin-top: 4.2rem;
}
@media (max-width: 767px) {
  .l-article__body p:first-of-type {
    margin-top: 3rem;
  }
}
.l-article__body ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.l-article__body ul li {
  list-style: disc;
  font-size: clamp(13px, 1.6rem, 20px);
  line-height: 1.825;
  margin-top: 1.8rem;
}
.l-article__meta {
  width: 100%;
  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-top: 0.4rem;
}
.l-article__date {
  width: 9.6rem;
  font-size: clamp(13px, 1.6rem, 20px);
  font-weight: 400;
}
.l-article__cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(13px, 1.6rem, 20px);
  font-weight: 400;
  width: 8rem;
  padding: 0.8rem 0;
  border-radius: 0.5rem;
  border: 1px solid #56534f;
  margin-top: -0.1rem;
  margin-left: 0.9rem;
}
.l-article__cat a {
  margin-top: 0;
  line-height: 1;
}
.l-article__ttl {
  width: 100%;
  margin-top: 2.8rem;
  font-size: clamp(22px, 3.2rem, 32px);
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-article__ttl {
    font-size: 2.6rem;
    margin-top: 2.6rem;
  }
}
.l-article__thumb {
  width: 100%;
  margin-top: 3.8rem;
}
@media (max-width: 767px) {
  .l-article__thumb {
    margin-top: 3rem;
  }
}

.l-pagenation {
  position: relative;
  width: 100%;
  border-top: 1px solid #56534f;
  margin-top: 7rem;
  padding-top: 4.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;
}
.l-pagenation__prev, .l-pagenation__next {
  width: 3.2rem;
  height: 3.2rem;
}
.l-pagenation__index {
  width: 11.7rem;
  height: 3.3rem;
  border: 1px solid #56534f;
  background: #fff;
  font-size: clamp(13px, 1.3rem, 14px);
  line-height: 1;
  border-radius: 5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2.4rem;
}
.l-pagenation__index a {
  margin-top: 0;
  padding-top: 0.3rem;
  font-size: clamp(13px, 1.3rem, 14px);
}
.l-pagenation p.first, .l-pagenation p.last {
  margin: 0;
  opacity: 0.5;
}

.l-mokuji {
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  padding: 4.8rem 4.8rem 3.8rem;
  overflow: hidden;
  margin-bottom: 5.6rem;
}
@media (max-width: 767px) {
  .l-mokuji {
    padding: 3rem 2rem 2rem;
    margin-bottom: 0;
  }
}
.l-mokuji__tit {
  margin: 0.2rem 0 0;
}
.l-mokuji__tit span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(13px, 1.6rem, 20px);
  color: #969696;
  font-weight: 500;
}
.l-mokuji__tit span:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background: #969696;
  margin-right: 0.8rem;
}
.l-mokuji__list {
  margin-top: 1.2rem;
}
.l-mokuji__item {
  margin-top: 0;
  font-size: clamp(13px, 1.6rem, 20px);
  line-height: 1.825;
}
.l-mokuji__item:first-of-type {
  margin-top: 0em;
}
.l-mokuji__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(13px, 1.6rem, 20px);
}
@media (max-width: 767px) {
  .l-mokuji__link {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.l-mokuji__link:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  min-width: 1.6rem;
  height: 1.6rem;
  min-height: 1.6rem;
  background: url(../images/cmn/ico-anchor-arrow.svg) no-repeat;
  background-size: 100%;
  margin-right: 0.8rem;
}
@media (max-width: 767px) {
  .l-mokuji__link:before {
    position: relative;
    top: 0.2rem;
  }
}

.l-sec {
  position: relative;
  width: 100%;
}
.l-sec__after {
  width: 32rem;
  height: 32rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-sec__after {
    width: 40vw;
    height: 40vw;
  }
}
.l-sec__after.--right {
  width: 100%;
  right: 0;
  text-align: right;
}
.l-sec__after.--right img {
  width: 32rem;
  height: 32rem;
}
@media (max-width: 767px) {
  .l-sec__after.--right img {
    width: 40vw;
    height: 40vw;
  }
}
.l-sec.--bgwhite {
  background: #fff;
}
.l-sec.--bgwhite .l-sec__inner {
  background: #ef847d;
}
.l-sec.--bgwhite .l-sec__inner.--bggray {
  background: #f9f7f3;
}
.l-sec.--bgwhite .l-sec__inner.--bggray .l-sec__inner {
  background: #fff;
}
.l-sec.--bgwhite .l-sec__inner.--bggray .l-sec__inner.--bgpink {
  background: #ef847d;
}
.l-sec.--bggray {
  background: #f9f7f3;
}
.l-sec.--bggray .l-sec__inner {
  background: #fff;
}
.l-sec.--bggray .l-sec__inner.--bgpink {
  background: #ef847d;
}
.l-sec.--bggray .l-sec__inner.--bggray {
  background: #f9f7f3;
}
.l-sec.--bgpink {
  background: #ef847d;
}
.l-sec.--bgpink .l-sec__inner {
  background: #fff;
}
.l-sec.--bgpink .l-sec__inner.--bggray {
  background: #f9f7f3;
}
.l-sec.--bggray {
  background: #f9f7f3;
}
.l-sec.--bggray .l-sec__inner {
  background: #fff;
}
.l-sec__inner.--rradius {
  border-radius: 0 0 32rem 0;
}
@media (max-width: 767px) {
  .l-sec__inner.--rradius {
    border-radius: 0 0 40vw 0;
  }
}
.l-sec__inner.--lradius {
  border-radius: 0 0 0 32rem;
}
@media (max-width: 767px) {
  .l-sec__inner.--lradius {
    border-radius: 0 0 0 40vw;
  }
}

.l-blog {
  width: 100%;
}
.l-blog__inner {
  padding: 0 4rem 17rem;
}
.l-blog__sort {
  width: 100%;
  margin-top: 7.6rem;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-blog__sort__btn {
  position: relative;
  width: 19.49%;
  height: 5rem;
  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;
  font-size: clamp(14px, 1.6rem, 26px);
  letter-spacing: 0.11em;
  line-height: 1.75;
  font-weight: 700;
  border: 1px solid #e2d3cd;
  margin-right: 2rem;
  border-radius: 5em;
}
.l-blog__sort__btn:hover {
  opacity: 1;
  background: #ef847d;
  border: 1px solid #ef847d;
  color: #fff;
  cursor: pointer;
}
.l-blog__sort__btn.is-active {
  background: #ef847d;
  border: 1px solid #ef847d;
  color: #fff;
}
.l-blog__sort__btn.is-active:after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 0.8rem;
  background: url(../images/cmn/ico-angle-bottom.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.l-blog__sort__btn:last-of-type {
  margin-right: 0;
}
.l-blog .c-ttl__wrap {
  max-width: calc(1180px + 8rem);
  margin: 0 auto;
}
.l-blog h2.c-ttl02 span.c-ttl02__en {
  letter-spacing: 0.039em;
}
.l-blog h2.c-ttl02 span.c-ttl02__ja {
  padding-right: 0.9rem;
}
.l-blog__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 0 4rem;
  margin: 7.7rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-blog__list {
  width: calc(25% - 2.25rem);
  margin-right: 3rem;
  display: block;
}
.l-blog__list:nth-child(4n) {
  margin-right: 0;
}
.l-blog__list:hover {
  opacity: 1;
}
.l-blog__list:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.l-blog__list figure {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.l-blog__list figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-blog__list figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 1rem 2.2rem 1rem 1rem;
  background: #fff;
  border-radius: 0 1rem 0 0;
  font-size: clamp(12px, 1.2rem, 14px);
  font-weight: 700;
  line-height: 1.416;
  letter-spacing: 0.02em;
}
.l-blog__info {
  width: 100%;
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-blog__info__date {
  display: inline-block;
  font-size: clamp(14px, 1.6rem, 26px);
  letter-spacing: 0.065em;
  font-weight: 700;
  line-height: 1.75;
}
.l-blog__info__new {
  border-radius: 5em;
  background: #ef847d;
  color: #fff;
  font-family: "Montserrat", serif;
  font-size: clamp(10px, 1rem, 12px);
  font-weight: 1;
  font-weight: 400;
  width: 4.2rem;
  min-width: 42px;
  height: 1.5rem;
  min-height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.l-blog h3 {
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1.7;
  margin-top: 0.4rem;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .l-blog__inner {
    padding: 0 0 24vw 5.3333333333vw;
  }
  .l-blog__sort {
    width: 100%;
    margin-top: 7.6rem;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-blog__sort__btn {
    position: relative;
    width: 19.49%;
    height: 5rem;
    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;
    font-size: clamp(14px, 1.6rem, 26px);
    letter-spacing: 0.11em;
    line-height: 1.75;
    font-weight: 700;
    border: 1px solid #e2d3cd;
    margin-right: 2rem;
    border-radius: 5em;
  }
  .l-blog__sort__btn:hover {
    opacity: 1;
    background: #ef847d;
    border: 1px solid #ef847d;
    color: #fff;
    cursor: pointer;
  }
  .l-blog__sort__btn.is-active {
    background: #ef847d;
    border: 1px solid #ef847d;
    color: #fff;
  }
  .l-blog__sort__btn.is-active:after {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 0.8rem;
    background: url(../images/cmn/ico-angle-bottom.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -0.8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .l-blog__sort__btn:last-of-type {
    margin-right: 0;
  }
  .l-blog .c-ttl__wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  .l-blog h2 {
    padding-right: 4.2666666667vw;
  }
  .l-blog h2.c-ttl02 span.c-ttl02__en {
    letter-spacing: 0;
  }
  .l-blog h2.c-ttl02 span.c-ttl02__ja {
    padding: 0;
    margin-top: 0;
  }
  .l-blog .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .l-blog__wrap {
    width: 100%;
    margin-top: 0;
    padding: 24.5333333333vw 16.8vw 13.3333333333vw 0;
  }
  .l-blog__wrap .slick-list {
    overflow: visible;
  }
  .l-blog__wrap .slick-prev,
  .l-blog__wrap .slick-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 8vw;
    left: unset;
    right: unset;
    -webkit-transform: unset;
            transform: unset;
    opacity: 1;
  }
  .l-blog__wrap .slick-prev:before,
  .l-blog__wrap .slick-next:before {
    content: "";
    display: inline-block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    opacity: 1;
  }
  .l-blog__wrap .slick-prev {
    right: 20.2666666667vw;
  }
  .l-blog__wrap .slick-prev:before {
    background: url(../images/cmn/ico-slide-prev.svg) no-repeat;
    background-size: 100%;
  }
  .l-blog__wrap .slick-next {
    right: 5.3333333333vw;
  }
  .l-blog__wrap .slick-next:before {
    background: url(../images/cmn/ico-slide-next.svg) no-repeat;
    background-size: 100%;
  }
  .l-blog__wrap .slick-dots {
    bottom: 3.2vw;
    padding-right: 5.0666666667vw;
  }
  .l-blog__wrap .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .l-blog__wrap .slick-dots li.slick-active button:before {
    background: #ef847d;
  }
  .l-blog__wrap .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .l-blog__wrap .slick-dots li button:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    opacity: 1;
    background: #e2d3cd;
  }
  .l-blog__list {
    width: 100%;
    margin-right: 5.3333333333vw;
  }
  .l-blog__list:nth-child(4n) {
    margin-right: 5.3333333333vw;
  }
  .l-blog__list:hover figure img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .l-blog__list figure img {
    -webkit-transition: unset;
    transition: unset;
  }
  .l-blog__list figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 1rem 2.2rem 1rem 1rem;
    background: #fff;
    border-radius: 0 1rem 0 0;
    font-size: clamp(12px, 1.2rem, 14px);
    font-weight: 700;
    line-height: 1.416;
    letter-spacing: 0.02em;
  }
  .l-blog__info {
    width: 100%;
    margin-top: 2.9333333333vw;
  }
  .l-blog__info__date {
    font-size: clamp(14px, 3.7333333333vw, 22px);
    padding-left: 0.5333333333vw;
    letter-spacing: 0;
  }
  .l-blog__info__new {
    font-size: clamp(10px, 2.6666666667vw, 20px);
    width: 11.2vw;
    height: 4vw;
    margin-left: 2.6666666667vw;
    margin-top: 0;
  }
  .l-blog h3 {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.6;
    margin-top: 1.0666666667vw;
    letter-spacing: 0;
  }
  .l-blog .c-btn {
    margin-top: 7.4666666667vw;
    padding-right: 5.3333333333vw;
  }
}
.l-blog__no-posts {
  text-align: center;
  font-size: clamp(14px, 1.4rem, 20px);
  margin-block: 40px;
}

.l-about {
  position: relative;
  width: 100%;
}
.l-about__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 8.7rem 4rem 17rem;
  margin: 0 auto;
}
.l-about__main {
  position: relative;
  width: 100%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 9rem;
}
.l-about__main__thumb {
  width: 48.14%;
  border-radius: 1rem;
  overflow: hidden;
}
.l-about__main__text {
  width: 51.86%;
  padding-left: 4.8rem;
}
.l-about__main__text .c-txt {
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.068em;
  margin-top: 3.4rem;
}
.l-about__main__text .c-txt:first-of-type {
  margin-top: 0;
}
.l-about__features {
  width: 100%;
  margin-top: 12.7rem;
}
.l-about__features__title {
  text-align: center;
}
.l-about__features__title h3 {
  font-size: clamp(18px, 3rem, 40px);
  line-height: 1.44446;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.l-about__features__item {
  width: 100%;
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-about__features__item.--col3 .l-about__features__list {
  width: calc(33.3333333333% - 2rem);
  margin-right: 3rem;
}
.l-about__features__item.--col3 .l-about__features__list:nth-child(3n) {
  margin-right: 0;
}
.l-about__features__item.--col2 .l-about__features__list {
  width: calc(50% - 2.2rem);
  margin-right: 4.4rem;
}
.l-about__features__item.--col2 .l-about__features__list:nth-child(2n) {
  margin-right: 0;
}
.l-about__features__list__thumb {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.l-about__features__list__title {
  font-size: clamp(16px, 2rem, 26px);
  font-weight: 700;
  line-height: 1.45;
  margin-top: 2rem;
}
.l-about__features__list .c-txt {
  margin-top: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0;
}
.l-about__medical {
  width: 100%;
  margin-top: 8.5rem;
}
.l-about__medical__title {
  text-align: center;
}
.l-about__medical__title h3 {
  font-size: clamp(18px, 3rem, 40px);
  line-height: 1.44446;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.l-about__medical__item {
  width: 100%;
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-about__medical__item.--col3 .l-about__medical__list {
  width: calc(33.3333333333% - 2rem);
  margin-right: 3rem;
  margin-top: 5rem;
}
.l-about__medical__item.--col3 .l-about__medical__list:nth-child(3n) {
  margin-right: 0;
}
.l-about__medical__item.--col3 .l-about__medical__list:nth-child(1), .l-about__medical__item.--col3 .l-about__medical__list:nth-child(2), .l-about__medical__item.--col3 .l-about__medical__list:nth-child(3) {
  margin-top: 0;
}
.l-about__medical__item.--col2 .l-about__medical__list {
  width: calc(50% - 2.2rem);
  margin-right: 4.4rem;
}
.l-about__medical__item.--col2 .l-about__medical__list:nth-child(2n) {
  margin-right: 0;
}
.l-about__medical__list__thumb {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.l-about__medical__list__title {
  font-size: clamp(16px, 2rem, 26px);
  font-weight: 700;
  line-height: 1.45;
  margin-top: 2rem;
  letter-spacing: 0.075em;
}
.l-about__medical__list .c-txt {
  margin-top: 1.6rem;
  line-height: 1.85;
  font-weight: 400;
}
.l-about__medical + .l-about__features {
  margin-top: 11rem;
}
.l-about__consul {
  width: 100%;
  padding-top: 13rem;
}
.l-about__consul__title {
  font-size: clamp(18px, 3rem, 40px);
  line-height: 1.44446;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
}
.l-about__consul__lead {
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1.75;
  letter-spacing: 0.075em;
  margin-top: 1rem;
  font-weight: 500;
  text-align: center;
}
.l-about__consul__wrap {
  width: 100%;
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-about__consul__box {
  width: calc(50% - 2.2rem);
  margin-right: 4.4rem;
  margin-top: 4.3rem;
  background: #f9f7f3;
  border-radius: 1rem;
  overflow: hidden;
  padding: 3.9rem 5rem;
}
.l-about__consul__box:nth-child(2n) {
  margin-right: 0;
}
.l-about__consul__box h4 {
  font-size: clamp(16px, 2rem, 26px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.l-about__consul__box ul {
  margin-top: 1.5rem;
}
.l-about__consul__box ul li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.76rem;
}
.l-about__consul__box ul li:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  min-height: 1.2rem;
  background: #e2d3cd;
  border-radius: 50%;
}
.l-about__consul__box ul li span {
  display: inline-block;
  width: calc(100% - 1.2rem);
  padding-left: 1rem;
  font-size: clamp(12px, 1.6rem, 26px);
  letter-spacing: 0.075em;
  line-height: 1.75;
  font-weight: 500;
}
.l-about__consul__box .c-txt {
  margin-top: 1.6rem;
  line-height: 1.85;
  font-weight: 400;
}
.l-about__voice {
  width: 100%;
  margin-top: 10.7rem;
}
.l-about__voice__title {
  text-align: center;
}
.l-about__voice__title h3 {
  font-size: clamp(18px, 3rem, 40px);
  line-height: 1.44446;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.l-about__voice__item {
  width: 100%;
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-about__voice__item.--col3 .l-about__voice__list {
  width: calc(33.3333333333% - 2rem);
  min-height: 6.858rem;
  margin-right: 3rem;
  margin-top: 3rem;
  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: #f9f7f3;
  border-radius: 1rem;
}
.l-about__voice__item.--col3 .l-about__voice__list:nth-child(1), .l-about__voice__item.--col3 .l-about__voice__list:nth-child(2), .l-about__voice__item.--col3 .l-about__voice__list:nth-child(3) {
  margin-top: 0;
}
.l-about__voice__item.--col3 .l-about__voice__list:nth-child(3n) {
  margin-right: 0;
}
.l-about__voice__list p {
  font-size: clamp(12px, 1.6rem, 22px);
  text-align: left;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1rem 1.5rem;
}

@media (max-width: 767px) {
  .l-about__wrap {
    max-width: 100%;
    padding: 3.2vw 5.3333333333vw 23.4666666667vw;
  }
  .l-about__wrap .c-ttl02__ja {
    margin-top: 0.1333333333vw;
  }
  .l-about__main {
    margin-top: 10.6666666667vw;
  }
  .l-about__main__thumb {
    width: 100%;
  }
  .l-about__main__text {
    width: 100%;
    padding-left: 0;
    margin-top: 4.8vw;
  }
  .l-about__main__text .c-txt {
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 6.6666666667vw;
  }
  .l-about__features {
    margin-top: 16vw;
  }
  .l-about__features__title h3 {
    font-size: clamp(16px, 4.8vw, 28px);
    letter-spacing: 0;
  }
  .l-about__features__item {
    margin-top: 10.6666666667vw;
  }
  .l-about__features__item.--col3 .l-about__features__list {
    width: 100%;
    margin-right: 0;
  }
  .l-about__features__item.--col2 .l-about__features__list {
    width: 100%;
    margin-right: 0;
  }
  .l-about__features__list {
    margin-top: 7.4666666667vw;
  }
  .l-about__features__list:first-of-type {
    margin-top: 0;
  }
  .l-about__features__list__thumb {
    width: 100%;
  }
  .l-about__features__list__title {
    font-size: clamp(16px, 4.2666666667vw, 26px);
    margin-top: 4.2666666667vw;
    letter-spacing: 0;
  }
  .l-about__features__list .c-txt {
    margin-top: 2.1333333333vw;
    line-height: 1.7;
    font-size: clamp(14px, 3.7333333333vw, 22px);
  }
  .l-about__medical {
    margin-top: 15.8666666667vw;
  }
  .l-about__medical__title h3 {
    font-size: clamp(16px, 4.8vw, 28px);
    letter-spacing: 0;
  }
  .l-about__medical__item {
    margin-top: 10.6666666667vw;
  }
  .l-about__medical__item.--col3 .l-about__medical__list {
    width: 100%;
    margin-right: 0;
    margin-top: 7.4666666667vw;
  }
  .l-about__medical__item.--col3 .l-about__medical__list:nth-child(2), .l-about__medical__item.--col3 .l-about__medical__list:nth-child(3) {
    margin-top: 7.4666666667vw;
  }
  .l-about__medical__item.--col2 .l-about__medical__list {
    width: 100%;
    margin-right: 0;
  }
  .l-about__medical__list {
    margin-top: 7.4666666667vw;
  }
  .l-about__medical__list:first-of-type {
    margin-top: 0;
  }
  .l-about__medical__list__thumb {
    width: 100%;
  }
  .l-about__medical__list__title {
    font-size: clamp(16px, 4.2666666667vw, 26px);
    margin-top: 4.2666666667vw;
    letter-spacing: 0;
  }
  .l-about__medical__list .c-txt {
    margin-top: 2.1333333333vw;
    line-height: 1.7;
    font-size: clamp(14px, 3.7333333333vw, 22px);
  }
  .l-about__medical + .l-about__features {
    margin-top: 15.0666666667vw;
  }
  .l-about__consul {
    padding-top: 16vw;
  }
  .l-about__consul__title {
    font-size: clamp(16px, 4.8vw, 28px);
    letter-spacing: 0;
  }
  .l-about__consul__lead {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 2.1333333333vw;
  }
  .l-about__consul__wrap {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .l-about__consul__box {
    width: 100%;
    margin-right: 0;
    margin-top: 2.6666666667vw;
    background: #f9f7f3;
    border-radius: 1rem;
    overflow: hidden;
    padding: 5.0666666667vw 5.3333333333vw 7.7333333333vw;
  }
  .l-about__consul__box h4 {
    font-size: clamp(16px, 4.2666666667vw, 26px);
    line-height: 1.45;
    letter-spacing: 0;
  }
  .l-about__consul__box ul {
    margin-top: 2.1333333333vw;
  }
  .l-about__consul__box ul li {
    margin-top: 1.4666666667vw;
  }
  .l-about__consul__box ul li:before {
    width: 3.2vw;
    min-width: 3.2vw;
    height: 3.2vw;
    min-height: 3.2vw;
  }
  .l-about__consul__box ul li span {
    display: inline-block;
    width: calc(100% - 3.2vw);
    padding-left: 2.6666666667vw;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    letter-spacing: 0;
    line-height: 1.7;
  }
  .l-about__consul__box .c-txt {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    margin-top: 2.6666666667vw;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .l-about__voice {
    margin-top: 16vw;
  }
  .l-about__voice__title h3 {
    font-size: clamp(16px, 4.8vw, 28px);
    letter-spacing: 0;
  }
  .l-about__voice__item {
    margin-top: 10.6666666667vw;
  }
  .l-about__voice__item.--col3 .l-about__voice__list {
    width: 100%;
    margin: 0;
    margin-top: 2.6666666667vw;
  }
  .l-about__voice__item.--col3 .l-about__voice__list:first-of-type {
    margin-top: 0;
  }
  .l-about__voice__item.--col3 .l-about__voice__list:nth-child(2), .l-about__voice__item.--col3 .l-about__voice__list:nth-child(3) {
    margin-top: 2.6666666667vw;
  }
  .l-about__voice__list p {
    line-height: 1.7;
    font-size: clamp(14px, 3.7333333333vw, 22px);
    letter-spacing: 0;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.l-message {
  position: relative;
  width: 100%;
}
.l-message__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 8.7rem 4rem 17rem;
  margin: 0 auto;
}
.l-message__main {
  position: relative;
  width: 100%;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 9rem;
}
.l-message__main__thumb {
  width: 48.14%;
  border-radius: 1rem;
  overflow: hidden;
}
.l-message__main__text {
  width: 51.86%;
  padding-left: 4.8rem;
}
.l-message__main__text .c-txt {
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.068em;
  margin-top: 3rem;
}
.l-message__main__text .c-txt:first-of-type {
  margin-top: 0;
}
.l-message__main__text .c-txt.mt0 {
  margin-top: 0 !important;
}
.l-message__main__text__name.c-txt {
  margin-top: 4rem;
  line-height: 2;
}
.l-message__main__text__name span {
  display: block;
  font-size: clamp(16px, 2rem, 30px);
  font-weight: 700;
}

@media (max-width: 767px) {
  .l-message__wrap {
    max-width: 100%;
    padding: 3.2vw 5.3333333333vw 20.2666666667vw;
  }
  .l-message__wrap .c-ttl02__ja {
    margin-top: 0.1333333333vw;
  }
  .l-message__main {
    margin-top: 10.6666666667vw;
  }
  .l-message__main__thumb {
    width: 100%;
  }
  .l-message__main__text {
    width: 100%;
    padding-left: 0;
    margin-top: 4.8vw;
  }
  .l-message__main__text .c-txt {
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 6.6666666667vw;
  }
  .l-message__main__text__name.c-txt {
    margin-top: 12.8vw;
    text-align: right;
    letter-spacing: 0.125em;
  }
  .l-message__main__text__name span {
    font-size: clamp(18px, 5.3333333333vw, 28px);
    margin-top: 2.1333333333vw;
    letter-spacing: 0;
  }
}
.l-faq {
  position: relative;
  width: 100%;
}
.l-faq__inner {
  width: 100%;
  padding: 13.8rem 4rem 17rem;
}
.l-faq__wrap {
  position: relative;
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 0 4rem;
  margin: 0 auto;
  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;
}
.l-faq__title {
  width: 29.92%;
  padding-right: 2rem;
}
.l-faq__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-faq__title h2 .c-ttl02__ja {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.2rem;
  padding-top: 0.1rem;
}
.l-faq__list {
  width: 70.08%;
  margin-top: 1.7rem;
}
.l-faq__list dl {
  padding: 5.65rem 0 4.4rem;
  border-bottom: 1px solid #e2d3cd;
}
.l-faq__list dl:first-of-type {
  padding: 3.6rem 0 4rem;
}
.l-faq__list dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-faq__list dl dt:hover {
  cursor: pointer;
}
.l-faq__list dl dt.is-active:after {
  background: url(../images/cmn/ico-minus.svg) 0% 0%/100% no-repeat;
}
.l-faq__list dl dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.1rem;
  bottom: unset;
  left: unset;
  width: 2.25rem;
  min-width: 14px;
  height: 2.25rem;
  min-height: 14px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  background: url(../images/cmn/ico-plus.svg) 0% 0%/100% no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.l-faq__list dl dd {
  width: 100%;
  display: none;
  margin-top: 2rem;
}
.l-faq__q, .l-faq__a {
  font-family: "Montserrat", serif;
  font-size: clamp(16px, 2rem, 30px);
  line-height: 1;
  width: 4rem;
  min-width: 30px;
  height: 4rem;
  min-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  background: #d5b1ae;
}
.l-faq__a {
  background: #f7f2f0;
  color: #ef847d;
  margin-top: 0.3rem;
}
.l-faq__a__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-faq__tit, .l-faq__txt {
  width: calc(100% - 4rem);
  padding-left: 2rem;
  padding-right: 5rem;
  letter-spacing: 0.075em;
  font-size: clamp(16px, 2rem, 26px);
  color: #ef847d;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-faq__tit, .l-faq__txt {
    padding-right: 8rem;
  }
}
.l-faq__txt {
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1.88;
  color: #56534f;
  font-weight: 400;
}
.l-faq__slider {
  position: relative;
  width: 100%;
  z-index: 1;
}
.l-faq__slider:before {
  content: "";
  display: inline-block;
  width: 37.5rem;
  height: 13.929rem;
  position: absolute;
  top: -13.3rem;
  right: 7.86%;
  background: url(../images/recruit/environment-after-img.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 767px) {
  .l-faq__inner {
    max-width: 100%;
    padding: 19.4666666667vw 5.3333333333vw 24vw;
  }
  .l-faq__title {
    width: 100%;
    padding-right: 0;
  }
  .l-faq__title h2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-faq__title h2 .c-ttl02__ja {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    margin-top: 0;
  }
  .l-faq__wrap {
    padding: 0;
  }
  .l-faq__list {
    width: 100%;
    margin-top: 0;
  }
  .l-faq__list dl {
    padding: 7.7333333333vw 0 6.9333333333vw;
  }
  .l-faq__list dl:first-of-type {
    padding: 10.6666666667vw 0 7.4666666667vw;
  }
  .l-faq__list dl dt {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .l-faq__list dl dt:after {
    top: 2.4vw;
    right: 2.5333333333vw;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .l-faq__list dl dd {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 4.6666666667vw;
  }
  .l-faq__q, .l-faq__a {
    font-size: 4.5333333333vw;
    width: 8.8vw;
    height: 8.8vw;
  }
  .l-faq__a {
    margin-top: 0;
  }
  .l-faq__tit, .l-faq__txt {
    width: calc(100% - 8.8vw);
    padding-left: 2.6666666667vw;
    padding-right: 13.3333333333vw;
    padding-top: 0.5333333333vw;
    letter-spacing: 0;
    font-size: clamp(14px, 4.2666666667vw, 28px);
    line-height: 2;
  }
  .l-faq__txt {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    padding-top: 1.0666666667vw;
  }
  .l-faq__slider {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .l-faq__slider:before {
    content: "";
    display: inline-block;
    width: 37.8666666667vw;
    height: 13.8666666667vw;
    position: absolute;
    top: -13.8666666667vw;
    right: 5.3333333333vw;
  }
}
.l-oneday {
  position: relative;
  width: 100%;
}
.l-oneday__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 13.7rem 4rem 17rem;
  margin: 0 auto;
  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;
}
.l-oneday__wrap.--dayservice .l-oneday__timedate {
  padding-bottom: 19.8rem;
}
@media screen and (max-width: 1399px) {
  .l-oneday__wrap.--shortstay .l-oneday__title__thumb {
    max-width: 88.1%;
  }
}
@media (max-width: 767px) {
  .l-oneday__wrap.--shortstay .l-oneday__title__thumb {
    max-width: calc(100% + 5.3333333333vw);
  }
}
.l-oneday__title {
  position: relative;
  width: 50%;
}
.l-oneday__title__thumb {
  display: block;
  width: 100%;
  max-width: 96.1%;
  position: absolute;
  bottom: 0;
  left: calc(100% - 50vw);
}
.l-oneday__timedate {
  width: 50%;
  padding-top: 16rem;
}
.l-oneday__timedate__tit {
  width: 100%;
  margin-top: 4rem;
  font-size: clamp(16px, 2rem, 30px);
  padding-bottom: 1.9rem;
  border-bottom: 1px solid #e2d3cd;
  color: #fff;
  letter-spacing: 0.085em;
  line-height: 1.45;
}
.l-oneday__timedate__tit:first-of-type {
  margin-top: 0;
}
.l-oneday__timedate__tit + .l-oneday__timedate__list {
  margin-top: 2rem;
}
.l-oneday__timedate__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 2.44rem;
}
.l-oneday__timedate__list li:first-of-type {
  margin-top: 0;
}
.l-oneday__timedate__list__num {
  width: 10.8rem;
  height: 4rem;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5em;
  font-family: "Montserrat", serif;
  font-size: clamp(12px, 1.6rem, 26px);
  font-weight: 700;
  line-height: 1;
}
.l-oneday__timedate__list__txt {
  width: calc(100% - 10.8rem);
  font-size: clamp(12px, 1.6rem, 26px);
  line-height: 1.75;
  color: #fff;
  padding-left: 2rem;
  letter-spacing: 0.075em;
}
.l-oneday__timedate__cap {
  color: #fff;
  font-size: clamp(12px, 1.6rem, 26px);
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin-top: 2rem;
}
.l-oneday__event {
  width: 100%;
  margin-top: 10.8rem;
}
.l-oneday__event__box {
  width: 100%;
  background: #f9f7f3;
  border-radius: 1rem;
  overflow: hidden;
  padding: 7.7rem 9.6rem 4.3rem 8.5rem;
}
.l-oneday__event__title h3 {
  font-size: 3rem;
  line-height: 1.55;
  text-align: center;
  color: #56534f;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-right: 2.1rem;
}
.l-oneday__event__wrap {
  width: 100%;
  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: 5.3rem;
}
.l-oneday__event__list {
  width: calc(50% - 2.5rem);
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 5rem;
  margin-bottom: 4.7rem;
}
.l-oneday__event__list:nth-child(2n) {
  margin-right: 0;
}
.l-oneday__event__list__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}
.l-oneday__event__list__title__num {
  font-family: "Montserrat", serif;
  font-size: clamp(16px, 3.2rem, 42px);
  line-height: 1;
  color: #ef847d;
  font-weight: 500;
  letter-spacing: 0.055em;
}
.l-oneday__event__list__title__txt {
  margin-left: 2.2rem;
  padding-left: 3.7rem;
  border-left: 1px solid #707070;
  font-size: clamp(14px, 2rem, 30px);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.l-oneday__event__list__slider {
  position: relative;
  width: 100%;
}
.l-oneday__event__list__slider__thumb {
  width: 100%;
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.l-oneday__event__list__slider .slick-prev,
.l-oneday__event__list__slider .slick-next {
  width: 5.358rem;
  height: 5.358rem;
  top: unset;
  bottom: 2.3rem;
  left: unset;
  right: unset;
  -webkit-transform: unset;
          transform: unset;
  opacity: 1;
  transform: unset;
  z-index: 10;
}
.l-oneday__event__list__slider .slick-prev:before,
.l-oneday__event__list__slider .slick-next:before {
  content: "";
  display: inline-block;
  width: 5.358rem;
  height: 5.358rem;
  opacity: 1;
}
.l-oneday__event__list__slider .slick-prev {
  right: 9.2rem;
}
.l-oneday__event__list__slider .slick-prev:before {
  background: url(../images/cmn/ico-slide-prev-white.svg) no-repeat;
  background-size: 100%;
}
.l-oneday__event__list__slider .slick-next {
  right: 2.2rem;
}
.l-oneday__event__list__slider .slick-next:before {
  background: url(../images/cmn/ico-slide-next-white.svg) no-repeat;
  background-size: 100%;
}
.l-oneday__event__list__slider .slick-dots {
  bottom: -2.4rem;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-oneday__event__list__slider .slick-dots {
    bottom: -3.4rem;
  }
}
.l-oneday__event__list__slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}
.l-oneday__event__list__slider .slick-dots li:last-of-type {
  margin-right: 0;
}
.l-oneday__event__list__slider .slick-dots li.slick-active button:before {
  background: #ef847d;
}
.l-oneday__event__list__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.l-oneday__event__list__slider .slick-dots li button:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  opacity: 1;
  background: #e2d3cd;
}
.l-oneday__event .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .l-oneday__wrap {
    max-width: 100%;
    padding: 19.4666666667vw 5.3333333333vw 24.5333333333vw;
  }
  .l-oneday__wrap.--dayservice .l-oneday__timedate {
    padding-bottom: 0;
  }
  .l-oneday__wrap.--shortstay .l-oneday__timedate {
    padding-top: 8vw;
  }
  .l-oneday__title {
    position: relative;
    width: 100%;
  }
  .l-oneday__title .c-ttl02__ja {
    margin-top: 0;
  }
  .l-oneday__title__thumb {
    width: calc(100% + 5.3333333333vw);
    max-width: calc(100% + 5.3333333333vw);
    position: static;
    margin-left: -5.3333333333vw;
    padding-top: 8.2666666667vw;
  }
  .l-oneday__timedate {
    width: 100%;
    padding-top: 10.9333333333vw;
  }
  .l-oneday__timedate__tit {
    margin-top: 8vw;
    font-size: clamp(16px, 4.2666666667vw, 26px);
    padding-bottom: 5.0666666667vw;
    letter-spacing: 0;
  }
  .l-oneday__timedate__tit + .l-oneday__timedate__list {
    margin-top: 5.3333333333vw;
  }
  .l-oneday__timedate__list li {
    margin-top: 5.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-oneday__timedate__list__num {
    width: 18.6666666667vw;
    height: 9.3333333333vw;
    font-size: clamp(14px, 3.7333333333vw, 24px);
  }
  .l-oneday__timedate__list__txt {
    width: calc(100% - 18.6666666667vw);
    font-size: clamp(14px, 3.7333333333vw, 24px);
    font-weight: 400;
    line-height: 1.45;
    padding-left: 2.4vw;
    letter-spacing: 0;
  }
  .l-oneday__timedate__cap {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .l-oneday__timedate__spimg {
    width: calc(100% + 10.6666666667vw);
    margin-left: -5.3333333333vw;
    position: relative;
    padding-top: 8.2666666667vw;
    text-align: right;
  }
  .l-oneday__timedate__spimg img {
    width: 100%;
    max-width: 82.6666666667vw;
  }
  .l-oneday__event {
    margin-top: 13.3333333333vw;
  }
  .l-oneday__event__box {
    padding: 10.6666666667vw 8vw 2.4vw;
  }
  .l-oneday__event__title h3 {
    font-size: clamp(18px, 4.8vw, 28px);
    line-height: 1.45;
    letter-spacing: 0;
    padding-right: 0;
  }
  .l-oneday__event__wrap {
    margin-top: 8vw;
  }
  .l-oneday__event__list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6.1333333333vw;
  }
  .l-oneday__event__list__title {
    width: 100%;
    margin-top: 3.4666666667vw;
  }
  .l-oneday__event__list__title__num {
    font-size: 7.4666666667vw;
    letter-spacing: 0;
  }
  .l-oneday__event__list__title__txt {
    margin-left: 3.7333333333vw;
    padding-left: 5.3333333333vw;
    font-size: clamp(16px, 4.2666666667vw, 26px);
    line-height: 1.3;
    letter-spacing: 0;
  }
  .l-oneday__event__list__slider .slick-prev,
  .l-oneday__event__list__slider .slick-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    bottom: 2.6666666667vw;
  }
  .l-oneday__event__list__slider .slick-prev:before,
  .l-oneday__event__list__slider .slick-next:before {
    content: "";
    display: inline-block;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    opacity: 1;
  }
  .l-oneday__event__list__slider .slick-prev {
    right: 17.6vw;
  }
  .l-oneday__event__list__slider .slick-next {
    right: 2.6666666667vw;
  }
  .l-oneday__event__list__slider .slick-dots {
    bottom: -6.6666666667vw;
  }
}
.l-story {
  position: relative;
  width: 100%;
  margin-top: -8rem;
  padding-top: 8rem;
}
.l-story__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 0 4rem 13.9rem;
  margin: 0 auto;
  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;
}
.l-story__title {
  position: relative;
  width: 50%;
}
.l-story__title__thumb {
  width: 100%;
  max-width: 96.1%;
  position: absolute;
  bottom: 0;
  left: calc(100% - 50vw);
}
.l-story__title__thumb._center {
  bottom: unset;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-story__content {
  width: 50%;
  padding-top: 15.9rem;
}
.l-story__content h3 {
  font-size: clamp(16px, 2rem, 30px);
  line-height: 1.55;
  color: #56534f;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-top: 10rem;
}
.l-story__content h3:first-of-type {
  margin-top: 0;
}
.l-story__content .c-txt {
  margin-top: 1.4rem;
  line-height: 1.85;
}
.l-story__content .l-faq__list {
  width: 100%;
}
.l-story__table {
  width: 100%;
  margin-top: 3rem;
}
.l-story__table tbody tr {
  border-top: 1px solid #e2d3cd;
}
.l-story__table tbody tr:last-of-type {
  border-bottom: 1px solid #e2d3cd;
}
.l-story__table tbody tr th {
  width: 30%;
  color: #ef847d;
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1.75;
  font-weight: 700;
  padding: 3.1rem 2.2rem;
  letter-spacing: 0.085em;
  background: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-story__table tbody tr th {
    width: 35%;
  }
}
.l-story__table tbody tr td {
  font-size: clamp(14px, 1.6rem, 26px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
.l-story__block {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 13.8rem 4rem 17.3rem;
  margin: 0 auto;
}
.l-story__detail {
  width: 100%;
  margin-top: 4.5rem;
}
.l-story__detail h3 {
  display: block;
  text-align: center;
  font-size: clamp(18px, 3rem, 40px);
  font-weight: 700;
  line-height: 1.46666;
  letter-spacing: 0.073em;
}
.l-story__detail__lead.c-txt {
  text-align: center;
  margin-top: 3rem;
  line-height: 2.23;
}
.l-story__imgs {
  width: 100%;
  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: 5rem;
}
.l-story__imgs__list {
  width: calc(33.3333333333% - 2rem);
  border-radius: 1rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .l-story {
    margin-top: -16vw;
    padding-top: 16vw;
  }
  .l-story__wrap {
    max-width: 100%;
    padding: 0 5.3333333333vw 18.9333333333vw;
  }
  .l-story__title {
    position: relative;
    width: 100%;
  }
  .l-story__title .c-ttl02__ja {
    margin-top: 0;
  }
  .l-story__title__thumb {
    width: calc(100% + 5.3333333333vw);
    max-width: calc(100% + 5.3333333333vw);
    position: static;
    margin-left: -5.3333333333vw;
    padding-top: 8.2666666667vw;
  }
  .l-story__title__thumb._center {
    -webkit-transform: unset;
            transform: unset;
  }
  .l-story__content {
    width: 100%;
    padding-top: 8.8vw;
  }
  .l-story__content h3 {
    font-size: clamp(16px, 4.2666666667vw, 26px);
    line-height: 1.55;
    letter-spacing: 0;
    margin-top: 10.6666666667vw;
  }
  .l-story__content .c-txt {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.7;
    font-weight: 400;
    margin-top: 1.8666666667vw;
  }
  .l-story__table {
    margin-top: 7.7333333333vw;
  }
  .l-story__table tbody tr {
    display: block;
    padding: 5.0666666667vw 0 4.6666666667vw 5.3333333333vw;
  }
  .l-story__table tbody tr th {
    display: block;
    width: 100%;
    color: #ef847d;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.75;
    font-weight: 700;
    padding: 0;
    letter-spacing: 0;
  }
  .l-story__table tbody tr td {
    display: block;
    width: 100%;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.7;
    letter-spacing: 0;
  }
  .l-story__block {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding: 20.2666666667vw 5.3333333333vw 24vw;
  }
  .l-story__block .c-btn {
    margin-top: 10.1333333333vw;
  }
  .l-story__detail {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .l-story__detail h3 {
    font-size: clamp(18px, 4.8vw, 30px);
    line-height: 1.45;
    letter-spacing: 0;
  }
  .l-story__detail__lead.c-txt {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    margin-top: 4.8vw;
    line-height: 1.7;
  }
  .l-story__imgs {
    margin-top: 7.4666666667vw;
  }
  .l-story__imgs__list {
    width: calc(50% - 2vw);
    margin-top: 4vw;
  }
  .l-story__imgs__list:first-of-type {
    width: 100%;
    margin-top: 0;
  }
}
.l-facility {
  position: relative;
  width: 100%;
  background: #f9f7f3;
}
.l-facility__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 13.5rem 4rem 9.2rem;
  margin: 0 auto;
}
.l-facility__title {
  width: 100%;
}
.l-facility__title .c-ttl02 span.c-ttl02__en {
  letter-spacing: 0.039em;
}
.l-facility__title .c-ttl02__ja {
  margin-top: 0.4rem;
  padding-left: 0.2rem;
}
.l-facility__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 9rem;
}
.l-facility__item {
  position: relative;
  width: calc(33.3333333333% - 2rem);
  margin-right: 3rem;
  margin-bottom: 4.6rem;
}
.l-facility__item__thumb {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.l-facility__item__thumb:after {
  content: "";
  display: inline-block;
  width: 4.286rem;
  min-width: 30px;
  height: 4.286rem;
  min-height: 30px;
  background: url(../images/cmn/ico-lookup.svg);
  background-size: 100%;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.l-facility__item:nth-child(3n) {
  margin-right: 0;
}
.l-facility__item__area {
  width: 100%;
  display: block;
  margin-top: 2rem;
  font-size: clamp(16px, 2rem, 26px);
  font-weight: 700;
  line-height: 1.4446;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .l-facility__wrap {
    max-width: 100%;
    padding: 19.4666666667vw 5.3333333333vw 11.4666666667vw;
  }
  .l-facility__title {
    width: 100%;
  }
  .l-facility__title .c-ttl02 span.c-ttl02__en {
    letter-spacing: 0;
  }
  .l-facility__title .c-ttl02__ja {
    margin-top: 0;
    padding-left: 0;
  }
  .l-facility__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10.4vw;
  }
  .l-facility__item {
    position: relative;
    width: calc(50% - 2vw);
    margin-right: 4vw;
    margin-bottom: 7.7333333333vw;
  }
  .l-facility__item:nth-child(2n), .l-facility__item:nth-child(6n) {
    margin-right: 0;
  }
  .l-facility__item:nth-child(3n) {
    margin-right: 4vw;
  }
  .l-facility__item__thumb:after {
    width: 10.6666666667vw;
    min-width: 8vw;
    height: 10.6666666667vw;
    min-height: 8vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .l-facility__item__area {
    margin-top: 2.6666666667vw;
    font-size: clamp(12px, 3.7333333333vw, 22px);
    font-weight: 400;
    letter-spacing: 0;
  }
}
.l-flow {
  position: relative;
  width: 100%;
}
.l-flow__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 14rem 4rem 0;
  margin: 0 auto;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-flow__title {
  width: 29.92%;
  padding-right: 2rem;
}
.l-flow__title .c-ttl02__ja {
  padding-left: 0.2rem;
  margin-top: 0.2rem;
  letter-spacing: 0.1em;
}
.l-flow__content {
  width: 70.08%;
  margin-top: 5rem;
}
.l-flow__list {
  width: 100%;
  border-top: 1px solid #e2d3cd;
  padding: 2.65rem 0 2.55rem;
}
.l-flow__list:last-of-type {
  border-bottom: 1px solid #e2d3cd;
}
.l-flow__list__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-flow__list__title__num {
  width: 7.292rem;
  font-family: "Montserrat", serif;
  font-size: clamp(20px, 3.2rem, 42px);
  line-height: 1;
  color: #ef847d;
  font-weight: 500;
}
.l-flow__list__title__txt {
  position: relative;
  top: 0.2rem;
  width: calc(100% - 7.292rem - 1px);
  padding-left: 2.6rem;
  font-size: clamp(16px, 2rem, 30px);
  line-height: 1;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.085em;
  padding-top: 0.1rem;
}
.l-flow__list__title__txt:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3.125rem;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-flow__list__txt {
  font-size: clamp(12px, 1.4rem, 24px);
  line-height: 1.88;
  letter-spacing: 0.07em;
  font-weight: 400;
  margin-top: 1.4rem;
}
.l-flow__list .c-btn {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .l-flow__title {
    width: 100%;
    padding-right: 0;
  }
  .l-flow__title h2 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-flow__title .c-ttl02__ja {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    margin-top: 0;
    padding-left: 0;
    letter-spacing: 0;
  }
  .l-flow__wrap {
    max-width: 100%;
    padding: 19.2vw 5.3333333333vw 0;
  }
  .l-flow__content {
    width: 100%;
    margin-top: 10.4vw;
  }
  .l-flow__list {
    padding: 5.3333333333vw 0 4.8vw;
  }
  .l-flow__list__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-flow__list__title__num {
    font-size: 8.5333333333vw;
    width: 16vw;
  }
  .l-flow__list__title__txt {
    width: calc(100% - 16vw);
    padding-left: 5.4666666667vw;
    font-size: clamp(16px, 4.2666666667vw, 28px);
    line-height: 1.5;
    letter-spacing: 0;
    padding-top: 0;
    margin-top: 0.8vw;
  }
  .l-flow__list__title__txt.--spnowrap {
    white-space: nowrap;
  }
  .l-flow__list__title__txt:before {
    height: 9.0666666667vw;
    top: 50%;
  }
  .l-flow__list__txt {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 2.48vw;
  }
  .l-flow__list .c-btn {
    margin-top: 2.48vw;
  }
}
.l-staff {
  position: relative;
  width: 100%;
}
.l-staff__inner {
  padding: 13.5rem 4rem 17rem;
}
.l-staff__title {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.l-staff__title .c-ttl02 span.c-ttl02__en {
  letter-spacing: 0.039em;
}
.l-staff__title .c-ttl02__ja {
  margin-top: 0.4rem;
  padding-left: 0.2rem;
}
.l-staff__wrap {
  width: 100%;
  max-width: 1180px;
  margin: 9rem auto 0;
  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;
}
.l-staff__thumb {
  width: 48.14%;
}
.l-staff__thumb figure {
  border-radius: 1rem;
  overflow: hidden;
}
.l-staff__text {
  width: 51.86%;
  padding-left: 4.7rem;
}
.l-staff__tit {
  font-size: 2rem;
  letter-spacing: 0.085em;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 5.3rem;
}
.l-staff__tit:first-of-type {
  margin-top: 0;
}
.l-staff .c-txt {
  margin-top: 1.5rem;
  line-height: 1.88;
}

@media (max-width: 767px) {
  .l-staff {
    position: relative;
    width: 100%;
  }
  .l-staff__inner {
    padding: 19.2vw 5.3333333333vw 24vw;
  }
  .l-staff__title {
    max-width: 100%;
  }
  .l-staff__title .c-ttl02 span.c-ttl02__en {
    letter-spacing: 0;
  }
  .l-staff__title .c-ttl02__ja {
    margin-top: 0;
    padding-left: 0;
  }
  .l-staff__wrap {
    max-width: 100%;
    margin: 10.6666666667vw auto 0;
  }
  .l-staff__thumb {
    width: 100%;
  }
  .l-staff__text {
    width: 100%;
    padding-left: 0;
    padding-top: 4.2666666667vw;
  }
  .l-staff__tit {
    font-size: clamp(16px, 4.2666666667vw, 28px);
    letter-spacing: 0;
    margin-top: 8vw;
  }
  .l-staff__tit:first-of-type {
    margin-top: 0;
  }
  .l-staff .c-txt {
    margin-top: 2.4vw;
    line-height: 1.7;
  }
}
.l-office {
  position: relative;
  width: 100%;
}
.l-office__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 14.1rem 4rem 0;
  margin: 0 auto;
  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;
}
.l-office__title {
  position: relative;
  width: 29.92%;
}
.l-office__content {
  width: 70.08%;
  padding-top: 2.3rem;
}
.l-office__table {
  width: 100%;
  margin-top: 3rem;
}
.l-office__table tbody tr {
  border-top: 1px solid #e2d3cd;
}
.l-office__table tbody tr:last-of-type {
  border-bottom: 1px solid #e2d3cd;
}
.l-office__table tbody tr th {
  width: 21.45%;
  color: #ef847d;
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1.75;
  font-weight: 700;
  padding: 3.1rem 2.2rem;
  letter-spacing: 0.085em;
  background: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-office__table tbody tr th {
    width: 28%;
  }
}
.l-office__table tbody tr td {
  font-size: clamp(14px, 1.6rem, 26px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
.l-office__table tbody tr td a {
  text-decoration: none;
  letter-spacing: 0.04em;
}
.l-office__table tbody tr td a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .l-office__wrap {
    max-width: 100%;
    padding: 20vw 5.3333333333vw 0;
  }
  .l-office__title {
    position: relative;
    width: 100%;
  }
  .l-office__title .c-ttl02__ja {
    margin-top: 0;
  }
  .l-office__title__thumb {
    width: calc(100% + 5.3333333333vw);
    max-width: calc(100% + 5.3333333333vw);
    position: static;
    margin-left: -5.3333333333vw;
    padding-top: 8.2666666667vw;
  }
  .l-office__content {
    width: 100%;
    padding-top: 2.6666666667vw;
  }
  .l-office__table {
    margin-top: 7.7333333333vw;
  }
  .l-office__table tbody tr {
    display: block;
    padding: 5.0666666667vw 0 4.6666666667vw 5.3333333333vw;
  }
  .l-office__table tbody tr th {
    display: block;
    width: 100%;
    color: #ef847d;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.75;
    font-weight: 700;
    padding: 0;
    letter-spacing: 0;
  }
  .l-office__table tbody tr td {
    display: block;
    width: 100%;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.7;
    letter-spacing: 0;
  }
  .l-office__table tbody tr td a {
    letter-spacing: 0;
  }
}
.l-info {
  position: relative;
  width: 100%;
}
.l-info__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 13.5rem 4rem 0.4rem;
  margin: 0 auto;
  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;
}
.l-info__wrap .c-btn {
  margin-top: 5.6rem;
}
.l-info__title {
  position: relative;
  width: 29.92%;
}
.l-info__content {
  width: 70.08%;
  padding-top: 2.3rem;
}
.l-info__content .c-btn a + a {
  margin-left: 4rem;
}
.l-info__table {
  width: 100%;
  margin-top: 3rem;
}
.l-info__table tbody tr {
  border-top: 1px solid #e2d3cd;
}
.l-info__table tbody tr:last-of-type {
  border-bottom: 1px solid #e2d3cd;
}
.l-info__table tbody tr th {
  width: 21.45%;
  color: #ef847d;
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1.75;
  font-weight: 700;
  padding: 3.1rem 2.2rem;
  letter-spacing: 0.085em;
  background: transparent;
}
.l-info__table tbody tr td {
  font-size: clamp(14px, 1.6rem, 26px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.07em;
}
.l-info__table tbody tr td a {
  text-decoration: none;
  letter-spacing: 0.04em;
}
.l-info__table tbody tr td a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .l-info__wrap {
    max-width: 100%;
    padding: 20vw 5.3333333333vw 0;
  }
  .l-info__title {
    position: relative;
    width: 100%;
  }
  .l-info__title .c-ttl02__ja {
    margin-top: 0;
  }
  .l-info__title__thumb {
    width: calc(100% + 5.3333333333vw);
    max-width: calc(100% + 5.3333333333vw);
    position: static;
    margin-left: -5.3333333333vw;
    padding-top: 8.2666666667vw;
  }
  .l-info__content {
    width: 100%;
    padding-top: 2.6666666667vw;
  }
  .l-info__content .c-btn {
    text-align: center;
    margin-top: 11.2vw;
  }
  .l-info__content .c-btn a + a {
    margin-left: 0;
    margin-top: 5.3333333333vw;
  }
  .l-info__table {
    margin-top: 7.7333333333vw;
  }
  .l-info__table tbody tr {
    display: block;
    padding: 5.0666666667vw 0 4.6666666667vw 5.3333333333vw;
  }
  .l-info__table tbody tr th {
    display: block;
    width: 100%;
    color: #ef847d;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.75;
    font-weight: 700;
    padding: 0;
    letter-spacing: 0;
  }
  .l-info__table tbody tr td {
    display: block;
    width: 100%;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.7;
    letter-spacing: 0;
  }
  .l-info__table tbody tr td a {
    letter-spacing: 0;
  }
}
.l-philosophy {
  position: relative;
  width: 100%;
}
.l-philosophy__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 13.4rem 4rem 17rem;
  margin: 0 auto;
}
.l-philosophy__title {
  position: relative;
  width: 100%;
}
.l-philosophy__content {
  width: 100%;
  margin-top: 1.9rem;
}
.l-philosophy__msg {
  font-size: 4rem;
  text-align: center;
  line-height: 1.9;
  font-weight: 700;
  letter-spacing: 0.085em;
  margin-top: -0.4rem;
  color: #fff;
}
.l-philosophy__lead {
  font-size: clamp(14px, 1.6rem, 26px);
  text-align: center;
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #fff;
  margin-top: 3.3rem;
}
.l-philosophy__policy {
  width: 100%;
  margin-top: 10.5rem;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  padding: 6.7rem 2rem 8.3rem;
}
.l-philosophy__policy h3 {
  display: block;
  text-align: center;
  font-size: clamp(18px, 3rem, 40px);
  color: #ef847d;
  font-weight: 700;
  line-height: 1.46666;
  letter-spacing: 0.073em;
}
.l-philosophy__policy__list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.l-philosophy__policy__list ul {
  margin: 3.4rem auto 0;
}
.l-philosophy__policy__list ul li {
  display: block;
  margin-top: 2.17rem;
}
.l-philosophy__policy__list ul li:first-of-type {
  margin-top: 0;
}
.l-philosophy__policy__num {
  width: 4.286rem;
  min-width: 30px;
  height: 4.286rem;
  min-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e2d3cd;
  border-radius: 50%;
  overflow: hidden;
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1;
  color: #333333;
}
.l-philosophy__policy__txt {
  width: calc(100% - 4.286rem);
  padding-left: 2rem;
  font-size: clamp(12px, 1.6rem, 26px);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .l-philosophy__wrap {
    max-width: 100%;
    padding: 21.8666666667vw 5.3333333333vw 23.7333333333vw;
  }
  .l-philosophy__content {
    width: 100%;
    margin-top: 8.8vw;
  }
  .l-philosophy__msg {
    font-size: clamp(24px, 8.5333333333vw, 42px);
    line-height: 1.78;
    margin-top: 0;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .l-philosophy__msg span {
    margin-left: -2.1333333333vw;
  }
  .l-philosophy__lead {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    line-height: 1.68;
    letter-spacing: 0;
    color: #fff;
    margin-top: 5.6vw;
  }
  .l-philosophy__policy {
    margin-top: 10.6666666667vw;
    padding: 8vw 5.3333333333vw;
  }
  .l-philosophy__policy h3 {
    font-size: clamp(18px, 4.8vw, 28px);
    letter-spacing: 0;
  }
  .l-philosophy__policy__list {
    width: 100%;
  }
  .l-philosophy__policy__list ul {
    margin: 5.3333333333vw auto 0;
  }
  .l-philosophy__policy__list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 5.2vw;
  }
  .l-philosophy__policy__num {
    width: 10.6666666667vw;
    min-width: 8vw;
    height: 10.6666666667vw;
    min-height: 8vw;
    font-size: clamp(14px, 4.2666666667vw, 26px);
  }
  .l-philosophy__policy__txt {
    display: inline-block;
    width: calc(100% - 10.6666666667vw);
    padding-left: 5.3333333333vw;
    font-size: clamp(12px, 4.2666666667vw, 24px);
    letter-spacing: 0;
  }
}
.l-history {
  position: relative;
  width: 100%;
}
.l-history__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 13.5rem 4rem 17rem;
  margin: 0 auto;
  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;
}
.l-history__title {
  position: relative;
  width: 29.92%;
}
.l-history__content {
  width: 70.08%;
  padding-top: 15.8rem;
}
.l-history__content ul {
  width: 100%;
}
.l-history__content ul li {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 2.17rem;
}
.l-history__content ul li:first-of-type {
  margin-top: 0;
}
.l-history__year {
  width: 10.824rem;
  height: 4.286rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e2d3cd;
  border-radius: 5em;
  overflow: hidden;
  font-weight: 700;
  font-size: clamp(12px, 1.6rem, 26px);
  line-height: 1;
}
.l-history__txt {
  width: calc(100% - 10.824rem);
  padding-left: 2rem;
  font-size: clamp(12px, 1.6rem, 26px);
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.75;
}

@media (max-width: 767px) {
  .l-history__wrap {
    max-width: 100%;
    padding: 18.9333333333vw 5.3333333333vw 23.2vw;
  }
  .l-history__title {
    position: relative;
    width: 100%;
  }
  .l-history__title .c-ttl02__ja {
    margin-top: 0;
  }
  .l-history__title__thumb {
    width: calc(100% + 5.3333333333vw);
    max-width: calc(100% + 5.3333333333vw);
    position: static;
    margin-left: -5.3333333333vw;
    padding-top: 8.2666666667vw;
  }
  .l-history__content {
    width: 100%;
    padding-top: 5.3333333333vw;
  }
  .l-history__content ul {
    margin: 5.3333333333vw auto 0;
  }
  .l-history__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 4.2666666667vw;
  }
  .l-history__year {
    width: 18.6666666667vw;
    height: 9.3333333333vw;
    font-size: clamp(14px, 3.7333333333vw, 24px);
  }
  .l-history__txt {
    width: calc(100% - 18.6666666667vw);
    display: inline-block;
    padding-left: 5.3333333333vw;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    letter-spacing: 0;
  }
}
.l-contact {
  position: relative;
  width: 100%;
}
.l-contact__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 14rem 4rem 16.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-contact__title {
  width: 38%;
}
.l-contact__title .c-ttl02__en {
  letter-spacing: 0.055em;
}
.l-contact__title .c-ttl02__ja {
  padding-left: 0.9rem;
  letter-spacing: 0.07em;
}
.l-contact__link {
  width: 48.04%;
  padding-right: 0.5rem;
  padding-top: 0.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-contact__link__btn {
  position: relative;
  width: calc(50% - 1rem);
  height: 6.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 5rem 1rem 3rem;
  font-size: clamp(11px, 1.6rem, 26px);
  letter-spacing: 0.075em;
  font-weight: 700;
  background: #fff;
  color: #ef847d;
  border: 2px solid #ef847d;
  border-radius: 5em;
}
.l-contact__link__btn:link, .l-contact__link__btn:visited {
  color: #ef847d;
}
.l-contact__link__btn:hover {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}
.l-contact__link__btn:hover span:before {
  background: url(../images/cmn/ico-menu-arrow-white.svg) no-repeat;
  background-size: 100%;
}
.l-contact__link__btn span:before {
  content: "";
  display: inline-block;
  width: 1.424rem;
  min-width: 12px;
  height: 1.246rem;
  background: url(../images/cmn/ico-menu-arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 3.4rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .l-contact__link__btn span:before {
    width: 3.7973333333vw;
    min-width: 3.2vw;
    height: 3.3226666667vw;
    right: 8vw;
  }
}
.l-contact__link__btn.--outline {
  max-width: 47.5%;
  height: 6.2rem;
  padding-left: 0.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  background: #fff;
  padding: 0;
  font-size: clamp(13px, 2rem, 26px);
  color: #ef847d;
  font-family: "Montserrat", serif;
  background: transparent;
  color: #fff;
  letter-spacing: 0.04em;
}
.l-contact__link__btn.--outline:link, .l-contact__link__btn.--outline:visited {
  color: #fff;
}
.l-contact__link__btn.--outline:after {
  display: none;
}
.l-contact__link__btn.--outline:hover {
  border: 1px solid #ef847d;
  background: #fff;
  color: #ef847d;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .l-contact__wrap {
    max-width: 100%;
    padding: 19.4666666667vw 5.3333333333vw 26.6666666667vw;
  }
  .l-contact__title {
    width: 100%;
    text-align: center;
  }
  .l-contact__title .c-ttl02__en {
    letter-spacing: 0;
  }
  .l-contact__title .c-ttl02__ja {
    padding-left: 0;
    letter-spacing: 0;
    margin-top: 0;
  }
  .l-contact__link {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    margin-top: 10.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-contact__link__btn {
    width: 100%;
    max-width: 72vw;
    height: 14.9333333333vw;
    padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 8vw;
    font-size: clamp(16px, 4.2666666667vw, 28px);
    margin-top: 5.3333333333vw;
    letter-spacing: 0;
  }
  .l-contact__link__btn:first-of-type {
    margin-top: 0;
  }
  .l-contact__link__btn:hover {
    -webkit-transition: unset;
    transition: unset;
  }
  .l-contact__link__btn span:before {
    width: 3.7973333333vw;
    height: 3.3226666667vw;
    right: 8vw;
  }
  .l-contact__link__btn.--outline {
    max-width: 72vw;
    height: 14.9333333333vw;
    padding-left: 2.1333333333vw;
    padding-top: 0.5333333333vw;
    background: transparent;
    font-size: clamp(16px, 5.3333333333vw, 30px);
    letter-spacing: 0;
  }
  .l-contact__link__btn.--outline:hover {
    -webkit-transition: unset;
    transition: unset;
  }
}
.l-connection {
  position: relative;
  width: 100%;
}
.l-connection__wrap {
  width: 100%;
  max-width: calc(1100px + 8rem);
  padding: 5.2rem 4rem 5.7rem;
  margin: 0 auto;
}
.l-connection__box {
  width: 100%;
  background: #f9f7f3;
  border-radius: 1rem;
  padding: 4.5rem 4rem 4.5rem 6.5rem;
  overflow: hidden;
}
.l-connection__box__title {
  font-size: clamp(16px, 2rem, 30px);
  letter-spacing: 0.085em;
  font-weight: 500;
  line-height: 1.45;
}
.l-connection__box ul {
  margin-top: 2.1rem;
}
.l-connection__box ul li {
  position: relative;
  width: 100%;
  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-top: 0.76rem;
}
.l-connection__box ul li:before {
  content: "";
  display: inline-block;
  width: 2.143rem;
  min-width: 2.143rem;
  height: 2.143rem;
  min-height: 2.143rem;
  background: url(../images/cmn/ico-link.svg) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-connection__box ul li:before {
    min-width: 3rem;
    min-height: 3rem;
  }
}
.l-connection__box ul li span {
  display: inline-block;
  width: calc(100% - 2.143rem);
  padding-left: 2.1rem;
  font-size: clamp(14px, 1.6rem, 26px);
  letter-spacing: 0.075em;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-connection__box ul li span {
    width: calc(100% - 3rem);
  }
}
.l-connection__box ul li span a {
  display: inline;
  margin-left: 2rem;
  letter-spacing: 0.035em;
}
.l-connection__box ul li span a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .l-connection__wrap {
    max-width: 100%;
    padding: 10.6666666667vw 5.3333333333vw 14.9333333333vw;
  }
  .l-connection__box {
    width: 100%;
    background: #f9f7f3;
    border-radius: 1rem;
    padding: 5.3333333333vw 5.3333333333vw 8vw;
    overflow: hidden;
  }
  .l-connection__box__title {
    font-size: clamp(16px, 4.2666666667vw, 26px);
    letter-spacing: 0;
  }
  .l-connection__box ul {
    margin-top: 4.2666666667vw;
  }
  .l-connection__box ul li {
    margin-top: 2vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-connection__box ul li:before {
    width: 5.3333333333vw;
    min-width: 5.3333333333vw;
    height: 5.3333333333vw;
    min-height: 5.3333333333vw;
  }
  .l-connection__box ul li span {
    width: calc(100% - 5.3333333333vw);
    padding-left: 5.3333333333vw;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    letter-spacing: 0;
    line-height: 1.75;
    font-weight: 500;
  }
  .l-connection__box ul li span a {
    width: 100%;
    margin-left: 0;
    letter-spacing: 0;
    margin-top: 1.3866666667vw;
    word-break: break-all;
  }
}
.l-post {
  position: relative;
  width: 100%;
}
.l-post__content {
  width: 100%;
  margin-top: 9.6rem;
}
.l-post__content .p-news__text .p-news__new {
  margin-right: 0.5rem;
}
.l-post__content .p-news__text__title.u-pc-only {
  display: inline-block !important;
}
.l-post__content h3 {
  margin-top: 3.9rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.085em;
}
.l-post__content h4 {
  margin-top: 2.5rem;
  font-size: clamp(14px, 1.6rem, 20px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.085em;
}
.l-post__content p {
  font-size: clamp(14px, 1.4rem, 18px);
  line-height: 1.75;
  margin-top: 2rem;
  font-weight: 400;
}
.l-post__content p a {
  display: inline-block;
  text-decoration: underline;
  margin-top: 0.5rem;
}
.l-post__content figure.wp-block-image {
  width: 100%;
  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-top: 4.1rem;
}
.l-post__content figure.wp-block-image.size-full img {
  max-width: 100%;
}
.l-post__content figure.wp-block-image.size-medium img {
  max-width: 480px;
}
.l-post__content figure.wp-block-image.size-thumbnail img {
  max-width: 240px;
}
.l-post__content figure.wp-block-image.img-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-post__content figure.wp-block-image.img-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-post__content figure.wp-block-embed {
  margin-top: 3.3rem;
}
.l-post__content figure.wp-block-embed iframe {
  width: 100%;
}
.l-post__content .c-btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 6.5rem;
}

@media (max-width: 767px) {
  .l-post__wrap {
    padding-top: 0 !important;
  }
  .l-post__content {
    width: 100%;
    margin-top: 5.8666666667vw;
  }
  .l-post__content .p-news__info .p-news__tag {
    margin-left: 5.3333333333vw;
  }
  .l-post__content .p-news__text {
    text-overflow: unset;
    white-space: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .l-post__content .p-news__text .p-news__new {
    margin-right: 2.9333333333vw;
    width: 11.2vw;
  }
  .l-post__content .p-news__text__title {
    width: calc(100% - 14.1333333333vw);
  }
  .l-post__content .p-news__text__title.u-pc-only {
    display: none !important;
  }
  .l-post__content h3 {
    margin-top: 9.2vw;
    font-size: clamp(18px, 6.4vw, 34px);
    letter-spacing: 0;
  }
  .l-post__content h4 {
    margin-top: 5.3333333333vw;
    font-size: clamp(14px, 4.2666666667vw, 26px);
    letter-spacing: 0;
  }
  .l-post__content p {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    margin-top: 5.3333333333vw;
    line-height: 1.71;
  }
  .l-post__content p + p {
    margin-top: 0.5333333333vw;
  }
  .l-post__content p a {
    margin-top: 0;
    letter-spacing: -0.04em;
  }
  .l-post__content figure.wp-block-image {
    margin-top: 10.4vw;
  }
  .l-post__content figure.wp-block-image + figure {
    margin-top: 5.3333333333vw;
  }
  .l-post__content figure.wp-block-image.size-medium img {
    max-width: 100%;
  }
  .l-post__content figure.wp-block-image.size-thumbnail img {
    max-width: 50%;
  }
  .l-post__content figure.wp-block-embed {
    margin-top: 5.3333333333vw;
  }
  .l-post__content .c-btn {
    margin-top: 10.4vw;
  }
}
.c-btn {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .c-btn {
    margin-top: 11.2vw;
  }
}
.c-btn.--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn__link {
  position: relative;
  width: 100%;
  max-width: 23.96rem;
  min-width: 230px;
  height: 6.16rem;
  min-height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(12px, 1.6rem, 26px);
  letter-spacing: 0.084em;
  padding: 1rem 5rem 1rem 3rem;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #ef847d;
  color: #fff;
  background: #ef847d;
  border-radius: 5em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-btn__link.btn-big {
  max-width: 300px;
}
@media (max-width: 767px) {
  .c-btn__link.btn-big {
    max-width: 100%;
  }
}
.c-btn__link:link, .c-btn__link:visited {
  color: #fff;
}
@media (max-width: 767px) {
  .c-btn__link {
    font-size: 4.2666666667vw;
    max-width: 61.3333333333vw;
    min-width: unset;
    height: 14.9333333333vw;
    padding: 2.6666666667vw 13.3333333333vw 2.6666666667vw 8vw;
    letter-spacing: 0;
  }
}
.c-btn__link span:before {
  content: "";
  display: inline-block;
  width: 1.424rem;
  min-width: 12px;
  height: 1.246rem;
  background: url(../images/cmn/ico-menu-arrow-white.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .c-btn__link span:before {
    width: 3.7973333333vw;
    min-width: 3.2vw;
    height: 3.3226666667vw;
    right: 8vw;
  }
}
.c-btn__link.--return {
  padding: 1rem 3rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: clamp(16px, 1.6rem, 26px);
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-btn__link.--return {
    padding: 1rem 5rem 1rem 3rem;
  }
}
@media (max-width: 767px) {
  .c-btn__link.--return {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 8vw;
    letter-spacing: 0;
  }
}
.c-btn__link.--return span:before {
  min-width: 14.24px;
  height: 12.46px;
  left: 3rem;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}
@media (max-width: 767px) {
  .c-btn__link.--return span:before {
    left: 8vw;
  }
}
.c-btn__link.--anchor:hover span:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.c-btn__link.--anchor span:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.c-btn__link.--noico {
  padding: 1rem 3rem;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-btn__link.--noico {
    padding: 2.6666666667vw 8vw;
    letter-spacing: 0;
  }
}
.c-btn__link.--noico span:before {
  display: none;
}
.c-btn__link.--pdf span:before {
  width: 1.5rem;
  height: 1.7rem;
  min-width: 12px;
  min-height: 14px;
  background: url(../images/cmn/ico-pdf.svg) no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .c-btn__link.--pdf span:before {
    width: 3.7333333333vw;
    height: 4.2666666667vw;
    min-width: 3.2vw;
    min-height: 3.7333333333vw;
  }
}
.c-btn__link.--white {
  background: #fff;
  color: #ef847d;
}
.c-btn__link.--white span:before {
  background: url(../images/cmn/ico-menu-arrow.svg) no-repeat;
  background-size: 100%;
}
.c-btn__link.--white:hover {
  opacity: 0.7;
}
.c-btn__link:hover {
  opacity: 1;
  background: #fff;
  color: #ef847d;
}
.c-btn__link:hover span:before {
  content: "";
  display: inline-block;
  width: 1.424rem;
  height: 1.246rem;
  background: url(../images/cmn/ico-menu-arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .c-btn__link:hover span:before {
    width: 3.7973333333vw;
    height: 3.3226666667vw;
  }
}
.c-btn__txt {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2rem 0 0 2.8rem;
}
.c-btn__txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #56534f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.c-tategaki {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .c-tategaki {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
}

.c-ttl__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-ttl__wrap h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-ttl__wrap h2 span.c-ttl02__en, .c-ttl__wrap h2 span.c-ttl02__ja {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-ttl__txt {
  padding-left: 7rem;
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 2rem;
  letter-spacing: 0.075em;
  line-height: 1.458;
}
.c-ttl__lead {
  padding-bottom: 0.56rem;
  padding-left: 8.9rem;
  font-size: clamp(12px, 1.6rem, 26px);
  font-weight: 400;
  letter-spacing: 0.071em;
  line-height: 2.125;
}
@media (max-width: 767px) {
  .c-ttl__lead {
    padding-bottom: 0;
    padding-left: 0;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
    line-height: 1.7;
  }
}

.c-ttl02 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ef847d;
}
@media (max-width: 767px) {
  .c-ttl02 {
    font-size: 10.6666666667vw;
  }
}
.c-ttl02.--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.c-ttl02.--center span.c-ttl02__en {
  width: 100%;
  letter-spacing: 0.059em;
}
@media (max-width: 767px) {
  .c-ttl02.--center span.c-ttl02__en {
    letter-spacing: 0;
  }
}
.c-ttl02.--center span.c-ttl02__ja {
  width: 100%;
  letter-spacing: 0.085em;
  padding-left: 1.2rem;
  padding-top: 0.15rem;
}
@media (max-width: 767px) {
  .c-ttl02.--center span.c-ttl02__ja {
    letter-spacing: 0;
    padding-left: 4.5333333333vw;
  }
}
.c-ttl02__en {
  font-family: "Montserrat", serif;
  line-height: 1.5;
  letter-spacing: 0.059em;
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .c-ttl02__en {
    letter-spacing: 0;
  }
}
.c-ttl02__ja {
  position: relative;
  font-size: clamp(14px, 2rem, 26px);
  color: #56534f;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.085em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .c-ttl02__ja {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    padding-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-ttl02__ja.cl-white:before {
  content: "";
  display: inline-block;
  width: 1.993rem;
  min-width: 14px;
  height: 1.972rem;
  min-height: 14px;
  background: url(../images/cmn/ico-tit-deco-white.svg) no-repeat;
  background-size: 100%;
  margin-right: 1.61rem;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .c-ttl02__ja.cl-white:before {
    width: 5.3146666667vw;
    min-width: 5.3146666667vw;
    height: 5.2586666667vw;
    min-height: 5.2586666667vw;
    margin-right: 3.7333333333vw;
  }
}
.c-ttl02__ja.cl-white.ico-gray:before {
  content: "";
  display: inline-block;
  width: 1.993rem;
  min-width: 14px;
  height: 1.972rem;
  min-height: 14px;
  background: url(../images/cmn/ico-tit-deco.svg) no-repeat;
  background-size: 100%;
  margin-right: 1.61rem;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .c-ttl02__ja.cl-white.ico-gray:before {
    width: 5.3146666667vw;
    min-width: 5.3146666667vw;
    height: 5.2586666667vw;
    min-height: 5.2586666667vw;
    margin-right: 3.7333333333vw;
  }
}
.c-ttl02__ja:before {
  content: "";
  display: inline-block;
  width: 1.993rem;
  min-width: 14px;
  height: 1.972rem;
  min-height: 14px;
  background: url(../images/cmn/ico-tit-deco.svg) no-repeat;
  background-size: 100%;
  margin-right: 1.61rem;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .c-ttl02__ja:before {
    width: 5.3146666667vw;
    min-width: 5.3146666667vw;
    height: 5.2586666667vw;
    min-height: 5.2586666667vw;
    margin-right: 3.7333333333vw;
  }
}
.c-ttl02__ja.c-tategaki {
  padding-top: 0.4rem;
  margin-left: -1.2rem;
}
@media (max-width: 767px) {
  .c-ttl02__ja.c-tategaki {
    margin-left: 0;
    padding-top: 0;
    margin-top: -0.8vw;
  }
}
.c-ttl02__ja.c-tategaki span.c-ttl02__en {
  letter-spacing: 0.034em;
}
.c-ttl02__ja.c-tategaki span.c-ttl02__ja {
  letter-spacing: 0.5em;
}
.c-ttl02__ja.c-tategaki:before {
  content: "";
  display: inline-block;
  width: 1.993rem;
  height: 1.972rem;
  background: url(../images/cmn/ico-tit-deco.svg) no-repeat;
  background-size: 100%;
  margin-bottom: 2.38rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .c-ttl02__ja.c-tategaki:before {
    width: 5.3146666667vw;
    height: 5.2586666667vw;
    margin-right: 4vw;
    margin-bottom: 0;
  }
}

.c-txt {
  font-size: clamp(12px, 1.6rem, 26px);
  line-height: 1.77;
  margin-top: 1.8rem;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .c-txt {
    font-size: clamp(12px, 3.7333333333vw, 24px);
    margin-top: 2.72vw;
    letter-spacing: 0;
    line-height: 1.63;
  }
}
.c-txt__msg {
  display: block;
  text-align: center;
  margin-top: 7.8rem;
  font-size: 3rem;
  line-height: 1.4666;
  font-weight: 700;
  letter-spacing: 0.067em;
}
@media (max-width: 767px) {
  .c-txt__msg {
    font-size: 5.3333333333vw;
    margin-top: 13.3333333333vw;
    letter-spacing: 0;
  }
}
.c-txt__lead {
  display: block;
  text-align: center;
  margin-top: 3.15rem;
  font-size: clamp(12px, 1.6rem, 26px);
  font-weight: 500;
  line-height: 2.128;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .c-txt__lead {
    font-size: clamp(12px, 3.7333333333vw, 24px);
    margin-top: 4.2666666667vw;
    line-height: 1.75;
    text-align: left;
    letter-spacing: 0;
  }
}

.c-media {
  position: relative;
  width: 100%;
  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: 7.8rem;
}
@media (max-width: 767px) {
  .c-media {
    margin-top: 4rem;
  }
}
.c-media__img {
  width: 47.86%;
}
@media (max-width: 767px) {
  .c-media__img {
    width: 100%;
  }
}
.c-media__text {
  width: 52.14%;
  padding-left: 2.4rem;
}
@media (max-width: 767px) {
  .c-media__text {
    width: 100%;
    padding: 2.4rem 0 0 0;
  }
}
.c-media__title3 {
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 400;
  line-height: 1.5;
  color: #56534f;
  margin-top: -0.6rem;
}
@media (max-width: 767px) {
  .c-media__title3 {
    font-size: 2.2rem;
  }
}
.c-media__lead {
  font-size: clamp(13px, 1.6rem, 20px);
  line-height: 1.825;
  color: #56534f;
  margin-top: 1.1rem;
}

.c-list {
  position: relative;
  width: 100%;
  padding-left: 1.5rem;
  margin-top: 7.1rem;
}
@media (max-width: 767px) {
  .c-list {
    margin-top: 3.5rem;
  }
}
.c-list__item {
  list-style: disc;
  font-size: clamp(13px, 1.6rem, 20px);
  line-height: 1.825;
  color: #56534f;
  margin-top: 0.35rem;
}

.c-popup {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.c-popup.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-popup .c-popup__close {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 5.358rem;
  height: 5.358rem;
  background: #ef847d;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .c-popup .c-popup__close {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.c-popup .c-popup__close:hover {
  opacity: 0.7;
}
.c-popup .c-popup__content {
  display: none;
  background-color: #fff;
  width: 100%;
  max-width: calc(1180px + 16rem);
  margin: 0 auto;
  padding: 8rem;
  border-radius: 1rem;
  position: relative;
  overflow: auto;
  max-height: 80%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .c-popup .c-popup__content {
    padding: 5.3333333333vw;
    max-width: 100%;
    max-height: 90%;
  }
}
.c-popup .c-popup__content.is-active {
  display: block;
}
.c-popup__staff {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-popup__staff__thumb {
  width: 35.52%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-popup__staff__thumb {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
  }
}
.c-popup__staff__text {
  width: 64.48%;
  padding-left: 4.8rem;
}
@media (max-width: 767px) {
  .c-popup__staff__text {
    width: 100%;
    padding: 3rem 0 0;
  }
}
.c-popup__staff__text__tit {
  font-size: clamp(13px, 1.6rem, 20px);
  font-weight: 400;
  color: #969696;
  margin-top: 1.2rem;
}
.c-popup__staff__text__tit span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-popup__staff__text__tit span:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background: #969696;
  margin-right: 0.8rem;
}
.c-popup__staff__text__katagaki {
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-popup__staff__text__katagaki {
    font-size: clamp(13px, 1.6rem, 20px);
  }
}
.c-popup__staff__text__name {
  margin-top: 1.6rem;
  font-size: clamp(22px, 3.2rem, 32px);
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-popup__staff__text__name {
    font-size: clamp(18px, 2.4rem, 24px);
  }
}
.c-popup__staff__text__degree {
  font-size: clamp(18px, 2.4rem, 24px);
  margin-top: 1.6rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-popup__staff__text__degree {
    font-size: clamp(13px, 1.6rem, 20px);
  }
}
.c-popup__staff__text__degree span {
  display: inline-block;
  border-radius: 0.3rem;
  padding: 0.6rem 0.9rem;
  background: #d3d3d3;
  font-size: clamp(18px, 2.4rem, 24px);
  color: #969696;
}
@media (max-width: 767px) {
  .c-popup__staff__text__degree span {
    font-size: clamp(13px, 1.6rem, 20px);
  }
}
.c-popup__staff__text__degree + .c-popup__staff__text__tit {
  margin-top: 4.4rem;
}
.c-popup__staff__text__specialty, .c-popup__staff__text__comment {
  font-size: clamp(13px, 1.6rem, 20px);
  margin-top: 1rem;
  line-height: 1.825;
}

@keyframes textLeftAnime {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-corevalue {
  position: relative;
  width: 100%;
}
.p-corevalue__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 16.6rem 4rem 70.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 1520px) {
  .p-corevalue__wrap {
    padding: 20.6rem 4rem 82.4rem;
  }
}
@media screen and (min-width: 1800px) {
  .p-corevalue__wrap {
    padding: 28.6rem 4rem 82.4rem;
  }
}
.p-corevalue__title {
  position: relative;
  z-index: 2;
}
.p-corevalue__title h2 .c-ttl02__en {
  letter-spacing: 0.039em;
}
.p-corevalue__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 48.47%;
  margin: 0 auto;
}
.p-corevalue__content h3 {
  font-size: 4rem;
  text-align: center;
  line-height: 1.85;
  font-weight: 700;
  letter-spacing: 0.085em;
  margin-top: -0.4rem;
}
.p-corevalue__content .c-txt {
  margin-top: 4.45rem;
  line-height: 2.228;
}
.p-corevalue__bg {
  width: 100%;
  position: absolute;
  bottom: 15rem;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1520px) {
  .p-corevalue__bg {
    bottom: 10rem;
  }
}
@media screen and (min-width: 1920px) {
  .p-corevalue__bg {
    bottom: 15rem;
    max-width: 1920px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.p-corevalue__msg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 37.5rem;
  left: 0;
  z-index: 0;
}
.p-corevalue__msg__txt {
  width: 100%;
  font-family: "Montserrat", serif;
  white-space: nowrap;
  font-size: 11rem;
  font-weight: 700;
  line-height: 1;
  color: #f0ecea;
  -webkit-animation: textLeftAnime 25s linear infinite;
          animation: textLeftAnime 25s linear infinite;
}

@media screen and (min-width: 1920px) {
  .p-corevalue__wrap {
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .p-corevalue__wrap {
    max-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 9.6vw;
  }
  .p-corevalue__title {
    position: relative;
    z-index: 2;
  }
  .p-corevalue__title h2 .c-ttl02__en {
    letter-spacing: 0;
  }
  .p-corevalue__content {
    max-width: 100%;
    margin-top: 9.0666666667vw;
  }
  .p-corevalue__content h3 {
    font-size: 8.5333333333vw;
    line-height: 1.75;
    letter-spacing: 0;
    margin-top: 0;
  }
  .p-corevalue__content .c-txt {
    margin-top: 5.8666666667vw;
    line-height: 1.72;
  }
  .p-corevalue__scroll {
    position: relative;
    z-index: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: textLeftAnime 50s linear infinite;
            animation: textLeftAnime 50s linear infinite;
    padding-bottom: 32vw;
  }
  .p-corevalue__scroll__list:nth-child(1) {
    min-width: 40.8vw;
    margin-right: 9.0666666667vw;
  }
  .p-corevalue__scroll__list:nth-child(2) {
    min-width: 58.6666666667vw;
    margin-right: 7.2vw;
  }
  .p-corevalue__scroll__list:nth-child(3) {
    min-width: 50.9333333333vw;
    margin-right: 7.2vw;
    position: relative;
    top: 2.4vw;
  }
  .p-corevalue__scroll__list:nth-child(4) {
    min-width: 62.6666666667vw;
  }
  .p-corevalue__bg {
    display: none;
  }
  .p-corevalue__msg {
    bottom: 86.4vw;
  }
  .p-corevalue__msg__txt {
    font-size: 8rem;
  }
}
.p-project {
  position: relative;
  width: 100%;
}
.p-project__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 13.6rem 4rem 21.2rem;
  margin: 0 auto;
  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;
}
.p-project__wrap:after {
  content: "";
  display: inline-block;
  width: 20.036rem;
  height: 24.858rem;
  background: url(../images/important/project-after-item.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 15.9rem;
  right: -3.1rem;
}
.p-project__title {
  position: relative;
  width: 50%;
  z-index: 1;
}
.p-project__title h2 {
  white-space: nowrap;
}
.p-project__title h2 .c-ttl02__en {
  letter-spacing: 0.046em;
}
.p-project__title__thumb {
  width: 105.2%;
  max-width: 105.2%;
  position: absolute;
  bottom: -4.1rem;
  left: calc(100% - 50vw);
}
@media screen and (max-width: 1399px) {
  .p-project__title__thumb {
    width: 98%;
    max-width: 98%;
  }
}
.p-project__content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 18rem;
}
.p-project__content h3 {
  font-size: 4rem;
  line-height: 1.55;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.p-project__content .c-txt {
  margin-top: 3.2rem;
  line-height: 1.85;
  color: #fff;
}
.p-project__list {
  position: relative;
  margin-top: 8.4rem;
}
.p-project__list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-project__list__item:nth-child(1) {
  padding-left: 1.5rem;
}
.p-project__list__item:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 1.2rem;
}
.p-project__list__item:nth-child(3) {
  padding-left: 4.7rem;
}
.p-project__list__item:nth-child(4) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2rem;
}
.p-project__list__item:nth-child(5) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10.6rem;
}
.p-project__list__item.ico-fukidashi.--right {
  margin-bottom: 3.7rem;
}
.p-project__list__item.ico-fukidashi.--right span:after {
  content: "";
  display: inline-block;
  width: 3.536rem;
  height: 4.61rem;
  background: url(../images/important/ico-fukidashi-right.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -6.2rem;
  right: 3rem;
}
.p-project__list__item.ico-fukidashi.--left {
  margin-bottom: 6.6rem;
}
.p-project__list__item.ico-fukidashi.--left span:before {
  content: "";
  display: inline-block;
  width: 4.822rem;
  height: 6.429rem;
  background: url(../images/important/ico-fukidashi-left.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -8.1rem;
  left: 4.2rem;
}
.p-project__list__item span {
  position: relative;
  max-width: 36.536rem;
  min-width: 36.536rem;
  font-size: clamp(14px, 1.6rem, 26px);
  font-weight: 700;
  display: block;
  border-radius: 1rem;
  text-align: center;
  background: #fff;
  padding: 2.63rem 3rem;
  margin-bottom: 3.1rem;
  letter-spacing: 0.07em;
}
.p-project__msg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 31.6rem;
  left: 0;
  z-index: 0;
}
.p-project__msg__txt {
  width: 100%;
  font-family: "Montserrat", serif;
  white-space: nowrap;
  font-size: 11rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(249, 247, 243, 0.2);
  -webkit-animation: textLeftAnime 25s linear infinite;
          animation: textLeftAnime 25s linear infinite;
}

@media (max-width: 767px) {
  .p-project__wrap {
    max-width: 100%;
    padding: 19.2vw 5.3333333333vw 41.6vw;
  }
  .p-project__wrap:after {
    width: 34.9333333333vw;
    height: 43.4666666667vw;
    top: 4.8vw;
    right: -2.6666666667vw;
  }
  .p-project__title {
    width: 100%;
  }
  .p-project__title h2 .c-ttl02__en {
    letter-spacing: 0;
  }
  .p-project__title__thumb {
    width: calc(100% + 10.6666666667vw);
    margin-left: -5.3333333333vw;
    max-width: unset;
    position: static;
    padding-top: 32.8vw;
  }
  .p-project__content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 8.5333333333vw;
  }
  .p-project__content h3 {
    font-size: clamp(28px, 9.3333333333vw, 50px);
    line-height: 1.45;
    letter-spacing: 0;
    text-align: center;
  }
  .p-project__content .c-txt {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    margin-top: 6.9333333333vw;
    line-height: 1.72;
    text-align: center;
  }
  .p-project__list {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 87.4666666667vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 2;
  }
  .p-project__list__item {
    position: relative;
    display: block;
  }
  .p-project__list__item:nth-child(1) {
    padding-left: 8vw;
  }
  .p-project__list__item:nth-child(2) {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-project__list__item:nth-child(2) span {
    max-width: 64vw;
    min-width: 64vw;
  }
  .p-project__list__item:nth-child(3) {
    padding-left: 0;
  }
  .p-project__list__item:nth-child(4) {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-project__list__item:nth-child(5) {
    padding-right: 12.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-project__list__item:nth-child(5).ico-fukidashi.--right {
    margin-bottom: 68.2666666667vw;
  }
  .p-project__list__item:nth-child(5).ico-fukidashi.--right span:after {
    right: 4.8vw;
    left: unset;
  }
  .p-project__list__item.ico-fukidashi.--right {
    margin-bottom: 68.2666666667vw;
  }
  .p-project__list__item.ico-fukidashi.--right span:after {
    width: 5.3333333333vw;
    height: 6.9333333333vw;
    bottom: -9.6vw;
    right: unset;
    left: 20.5333333333vw;
  }
  .p-project__list__item.ico-fukidashi.--left {
    margin-bottom: 44vw;
  }
  .p-project__list__item.ico-fukidashi.--left span:before {
    content: "";
    display: inline-block;
    width: 7.7333333333vw;
    height: 8vw;
    background: url(../images/important/ico-fukidashi-left-sp.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -10.6666666667vw;
    left: unset;
    right: 0;
  }
  .p-project__list__item span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 54.6666666667vw;
    min-width: 54.6666666667vw;
    max-height: 10.4vw;
    min-height: 10.4vw;
    font-size: clamp(12px, 3.2vw, 16px);
    padding: 0;
    margin-bottom: 4.8vw;
    letter-spacing: 0;
  }
  .p-project__msg {
    bottom: 84.8vw;
  }
  .p-project__msg__txt {
    font-size: 21.3333333333vw;
  }
}
.p-recruit {
  position: relative;
  width: 100%;
  background: url(../images/important/recruit-bg.png) no-repeat;
  background-size: 100%;
  background-position: right calc(100% - 4rem);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruit {
    background-size: 85%;
  }
}
.p-recruit__wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 13.8rem 4rem 19rem;
  margin: 0 auto;
}
.p-recruit__content {
  position: relative;
  width: 100%;
  margin-top: 7.4rem;
  z-index: 1;
}
.p-recruit__content h3 {
  font-size: 3rem;
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.p-recruit__content .c-txt {
  margin-top: 2.6rem;
  line-height: 2.125;
}
.p-recruit__content .c-btn {
  margin-top: 3.9rem;
}
.p-recruit__msg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4rem;
  background: #ef847d;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recruit__msg p {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  padding: 0 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  -webkit-animation: textLeftAnime 25s linear infinite;
          animation: textLeftAnime 25s linear infinite;
}

@media screen and (min-width: 1920px) {
  .p-recruit {
    background-size: 85%;
  }
}
@media (max-width: 767px) {
  .p-recruit {
    background: url(../images/important/recruit-bg-sp.png) no-repeat;
    background-size: 100%;
    background-position: right calc(100% - 5.3333333333vw);
    margin-bottom: 15.2vw;
  }
  .p-recruit__wrap {
    max-width: 100%;
    padding: 19.7333333333vw 5.3333333333vw 66.6666666667vw;
  }
  .p-recruit__content {
    margin-top: 8.2666666667vw;
  }
  .p-recruit__content h3 {
    position: relative;
    font-size: clamp(16px, 5.3333333333vw, 32px);
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0;
  }
  .p-recruit__content h3:after {
    content: "";
    display: inline-block;
    width: 14.36vw;
    height: 13.008vw;
    background: url(../images/important/img-butterfly1.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -6.2613333333vw;
    right: 0.5333333333vw;
  }
  .p-recruit__content h3:before {
    content: "";
    display: inline-block;
    width: 9.952vw;
    height: 8.128vw;
    background: url(../images/important/img-butterfly2.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 1.0666666667vw;
  }
  .p-recruit__content .c-txt {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    margin-top: 7.7333333333vw;
    line-height: 1.72;
  }
  .p-recruit__content .c-btn {
    margin-top: 6.9333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .p-recruit__msg {
    height: 5.3333333333vw;
  }
  .p-recruit__msg p {
    width: 100%;
    font-size: clamp(12px, 3.2vw, 16px);
    letter-spacing: 0;
    padding: 0 3.2vw;
  }
}
.p-news {
  width: 100%;
}
.p-news__wrap {
  width: 100%;
  max-width: calc(960px + 8rem);
  padding: 8.5rem 4rem 17rem;
  margin: 0 auto;
  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;
}
.p-news__wrap .c-btn {
  display: none;
}
.p-news img {
  max-width: 100%;
  width: auto;
}
.p-news__title {
  width: 100%;
}
.p-news__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
}
.p-news__title h2 span.c-ttl02__ja {
  padding-left: 0.95rem;
}
.p-news__title .c-btn {
  display: block;
  margin-top: 7.5rem;
}
.p-news__title .c-btn__link {
  height: 6.16rem;
}
.p-news__list {
  width: 100%;
}
.p-news__list ul {
  margin-top: 0;
}
.p-news__list ul li {
  border-bottom: 1px solid #e2d3cd;
}
.p-news__list ul li:first-of-type a {
  padding-top: 3rem;
}
.p-news__list ul li a {
  display: block;
  padding: 3.8rem 0 3rem 0rem;
}
.p-news__list ul li a .l-top__news__new {
  margin-right: 1rem;
}
.p-news__list__msg {
  width: 100%;
  margin-top: 5.2rem;
  font-size: clamp(16px, 1.6rem, 26px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-news__sort {
  width: 100%;
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-news__sort__title {
  width: 100%;
  font-size: 2rem;
  margin-bottom: 2.2rem;
  padding-bottom: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.3;
  border-bottom: 1px solid #e2d3cd;
}
.p-news__sort a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 12.8571rem;
  font-size: clamp(14px, 1.4rem, 20px);
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 2.85rem;
  border: 1px solid #ef847d;
  border-radius: 5em;
  margin-right: 0.95rem;
}
.p-news__sort a:last-of-type {
  margin-right: 0;
}
.p-news__sort a.is-active {
  background: #ef847d !important;
  color: #fff !important;
}
.p-news__all {
  display: none;
  font-size: clamp(13px, 1.6rem, 18px);
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-top: 4.4rem;
}
.p-news__all.is-active {
  display: block;
}
.p-news__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__date {
  font-size: clamp(13px, 1.6rem, 18px);
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #56534f;
}
.p-news__tag {
  font-size: clamp(12px, 1.2rem, 14px);
  margin-left: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.214;
  border-radius: 5em;
  background: #69676b;
  width: 72px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__text {
  width: 100%;
  margin-top: 1.5rem;
  font-size: clamp(13px, 1.6rem, 18px);
  line-height: 1.5;
  color: #56534f;
  font-weight: 500;
  display: block;
  letter-spacing: 0.075em;
}
.p-news__new {
  font-family: "Montserrat", serif;
  font-size: clamp(10px, 1rem, 12px);
  margin-right: 1.2rem;
  color: #fff;
  font-weight: 400;
  border-radius: 5em;
  background: #ef847d;
  width: 42px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news .wp-pagenavi {
  width: 100%;
  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;
  padding-top: 4.8rem;
}
.p-news .wp-pagenavi a.page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ef847d;
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1;
  font-weight: 700;
  border: 1px solid #ef847d;
  background: #fff;
  margin: 0 0.5rem;
  border-radius: 50%;
  width: 4.375rem;
  min-width: 28px;
  height: 4.375rem;
  min-height: 28px;
}
.p-news .wp-pagenavi span.current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1;
  font-weight: 700;
  border: 1px solid #ef847d;
  margin: 0 0.5rem;
  border-radius: 50%;
  width: 4.375rem;
  min-width: 28px;
  height: 4.375rem;
  min-height: 28px;
  background: #ef847d;
  color: #fff;
}
.p-news .wp-pagenavi .pagenavi__prev img,
.p-news .wp-pagenavi .pagenavi__next img {
  width: 1.042rem;
  min-width: 7px;
  height: 2.5rem;
  min-height: 16px;
  margin: 0.6rem 1.4rem 0;
}

@media (max-width: 767px) {
  .p-news {
    width: 100%;
  }
  .p-news__wrap {
    width: 100%;
    max-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 23.4666666667vw;
  }
  .p-news__wrap .c-btn {
    display: block;
    text-align: center;
  }
  .p-news__title {
    width: 100%;
  }
  .p-news__title .c-btn {
    display: none;
  }
  .p-news__title h2 {
    display: block;
  }
  .p-news__title h2 span {
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-news__title h2 span.c-ttl02__ja {
    padding-left: 0;
    margin-top: 0;
  }
  .p-news__title h2 span.c-ttl02__ja:before {
    margin-top: 0;
    margin-bottom: -0.8vw;
  }
  .p-news__list {
    width: 100%;
  }
  .p-news__list ul li:first-of-type a {
    padding-top: 5.8666666667vw;
  }
  .p-news__list ul li a {
    padding: 8vw 0;
  }
  .p-news__list ul li a .l-top__news__new {
    margin-right: 2.6666666667vw;
  }
  .p-news__list__msg {
    margin-top: 8vw;
    font-size: clamp(16px, 4.2666666667vw, 26px);
    letter-spacing: 0;
  }
  .p-news__sort {
    width: 100%;
    margin-top: 5.8666666667vw;
  }
  .p-news__sort__title {
    font-size: clamp(16px, 4.2666666667vw, 26px);
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    letter-spacing: 0;
  }
  .p-news__sort a {
    width: calc(50% - 2vw);
    height: 13.3333333333vw;
    min-width: unset;
    font-size: clamp(14px, 3.7333333333vw, 20px);
    margin-right: 4vw;
    margin-bottom: 4vw;
    padding: 0;
  }
  .p-news__sort a:last-of-type {
    margin-right: initial;
  }
  .p-news__sort a:nth-child(odd) {
    margin-right: 0;
  }
  .p-news__all {
    font-size: clamp(13px, 4.2666666667vw, 26px);
    margin-top: 6.4vw;
  }
  .p-news__date {
    font-size: clamp(13px, 1.6rem, 18px);
  }
  .p-news__tag {
    font-size: clamp(12px, 1.2rem, 14px);
    margin-left: 2.6666666667vw;
    width: 19.2vw;
    height: 6.6666666667vw;
  }
  .p-news__text {
    margin-top: 2.4vw;
    padding-top: 1.3333333333vw;
    font-size: clamp(14px, 3.7333333333vw, 18px);
    letter-spacing: 0;
  }
  .p-news__new {
    font-size: clamp(10px, 1rem, 12px);
    margin-right: 2.6666666667vw;
    width: 11.2vw;
    height: 4vw;
  }
  .p-news .wp-pagenavi {
    padding-top: 8vw;
  }
  .p-news .wp-pagenavi a.page {
    font-size: clamp(12px, 4.2666666667vw, 26px);
    margin: 0 1.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .p-news .wp-pagenavi span.current {
    font-size: clamp(12px, 4.2666666667vw, 26px);
    margin: 0 1.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .p-news .wp-pagenavi .pagenavi__prev img,
  .p-news .wp-pagenavi .pagenavi__next img {
    width: 2.6666666667vw;
    height: 6.4vw;
    margin: 1.6vw 3.7333333333vw 0;
  }
}
.p-news__no-posts {
  margin-block: 30px;
  font-size: clamp(14px, 1.4rem, 20px);
}

.p-disclosure {
  width: 100%;
}
.p-disclosure__wrap {
  width: 100%;
  max-width: calc(960px + 8rem);
  padding: 8.6rem 4rem 17rem;
  margin: 0 auto;
}
.p-disclosure__title h2 span.c-ttl02__en {
  white-space: nowrap;
  letter-spacing: 0.039em;
}
.p-disclosure__content {
  width: 100%;
  padding-top: 9.6rem;
}
.p-disclosure__content h3 {
  font-size: 2.4rem;
  color: #ef847d;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.085em;
  margin-top: 4.5rem;
}
.p-disclosure__content h3:first-of-type {
  margin-top: 0;
}
.p-disclosure__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-disclosure__item__list {
  width: calc(33.3333333333% - 2rem);
  margin-right: 3rem;
  margin-top: 2.5rem;
}
.p-disclosure__item__list:nth-child(3n) {
  margin-right: 0;
}
.p-disclosure__item__list a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.075em;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ef847d;
  height: 8.5rem;
  border-radius: 1rem;
  background: #fff;
}
.p-disclosure__item__list a:link, .p-disclosure__item__list a:visited {
  color: #56534f;
}
.p-disclosure__item__list a:hover {
  background: #ef847d;
  color: #fff;
}
.p-disclosure__item__list a:hover:link, .p-disclosure__item__list a:hover:visited {
  color: #fff;
}

@media (max-width: 767px) {
  .p-disclosure {
    width: 100%;
  }
  .p-disclosure__wrap {
    width: 100%;
    max-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 28.8vw;
  }
  .p-disclosure__title h2 span.c-ttl02__en {
    letter-spacing: 0;
  }
  .p-disclosure__title h2 span.c-ttl02__en:last-of-type {
    margin-top: -1.2rem;
    display: block;
    padding-top: 0;
  }
  .p-disclosure__content {
    width: 100%;
    padding-top: 6.6666666667vw;
  }
  .p-disclosure__content h3 {
    font-size: clamp(14px, 4.2666666667vw, 22px);
    line-height: 1.35;
    letter-spacing: 0;
    margin-top: 5.7333333333vw;
  }
  .p-disclosure__item__list {
    width: calc(33.3333333333% - 0.88888vw);
    margin-right: 1.3333333333vw;
    margin-top: 2.1333333333vw;
  }
  .p-disclosure__item__list a {
    font-size: clamp(12px, 3.7333333333vw, 20px);
    line-height: 1.35;
    height: 17.0666666667vw;
    letter-spacing: 0;
    text-align: center;
  }
  .p-disclosure__item__list a:hover {
    -webkit-transition: unset;
    transition: unset;
    background: #fff;
    color: #56534f;
  }
  .p-disclosure__item__list a:hover:link, .p-disclosure__item__list a:hover:visited {
    color: #56534f;
  }
}
.p-access {
  width: 100%;
}
.p-access__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 8.6rem 4rem 17rem;
  margin: 0 auto;
}
.p-access__content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 9.6rem;
}
.p-access__content h3 {
  font-size: 2.4rem;
  color: #ef847d;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  margin-top: 6.8rem;
  padding-left: 0.7rem;
}
.p-access__content h3:first-of-type {
  margin-top: 0;
}
.p-access__content h3:last-of-type {
  margin-top: 7.5rem;
}
.p-access__content .c-txt.p-access__address {
  padding-left: 0.7rem;
  letter-spacing: 0.058em;
  font-weight: 400;
  margin-top: 0;
}
.p-access__map {
  width: 100%;
  height: 42.857rem;
  overflow: hidden;
  margin-top: 3.6rem;
  margin-left: 0.7rem;
}
.p-access__map__iframe {
  position: relative;
  width: 100%;
  padding-top: 41.67%;
}
.p-access__map__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-access__image {
  width: 100%;
  margin-left: 0.7rem;
  margin-top: 2.3rem;
}
.p-access__image.--border img {
  border-radius: 1rem;
  overflow: hidden;
}
.p-access .c-btn {
  margin-top: 6.6rem;
}

@media (max-width: 767px) {
  .p-access {
    width: 100%;
  }
  .p-access__wrap {
    width: 100%;
    max-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 24vw;
  }
  .p-access__content {
    width: 100%;
    padding-top: 6.6666666667vw;
  }
  .p-access__content h3 {
    font-size: clamp(14px, 4.2666666667vw, 22px);
    line-height: 1.35;
    letter-spacing: 0;
    margin-top: 24.1333333333vw;
    padding-left: 0;
  }
  .p-access__content h3:last-of-type {
    margin-top: 24.2666666667vw;
  }
  .p-access__content h3:last-of-type + .p-access__image {
    margin-top: 5.3333333333vw;
  }
  .p-access__content .c-txt span.--spindent {
    margin-left: -0.7em;
  }
  .p-access__content .c-txt.p-access__address {
    padding-left: 0;
    letter-spacing: 0;
    line-height: 1.45;
    margin-top: 2.6666666667vw;
  }
  .p-access__map {
    height: 57.0666666667vw;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
  .p-access__map__iframe {
    padding-top: 63.88%;
  }
  .p-access__image {
    margin-left: 0;
    margin-top: 6.6666666667vw;
  }
  .p-access .c-btn {
    margin-top: 10.6666666667vw;
  }
}
.p-privacy {
  width: 100%;
}
.p-privacy__wrap {
  width: 100%;
  max-width: calc(1180px + 8rem);
  padding: 8.6rem 4rem 16.8rem;
  margin: 0 auto;
}
.p-privacy__content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 9.6rem;
}
.p-privacy__content h3 {
  font-size: 2.4rem;
  color: #ef847d;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  margin-top: 4.5rem;
}
.p-privacy__content h3:first-of-type {
  margin-top: 0;
}
.p-privacy__content .c-txt {
  font-size: clamp(14px, 1.4rem, 20px);
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 2.3rem;
  line-height: 1.7;
}
.p-privacy__content .c-txt.p-privacy__end {
  text-align: right;
  margin-top: 3.9rem;
}
.p-privacy__content ul {
  margin-top: 2rem;
}
.p-privacy__content ul li {
  font-size: clamp(14px, 1.4rem, 20px);
  font-weight: 400;
  margin-top: 2.65rem;
  letter-spacing: 0;
  line-height: 1.7;
}
.p-privacy__content ul li:first-of-type {
  margin-top: 0;
}

@media (max-width: 767px) {
  .p-privacy {
    width: 100%;
  }
  .p-privacy__wrap {
    width: 100%;
    max-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 23.7333333333vw;
  }
  .p-privacy__content {
    max-width: 100%;
    padding-top: 6.6666666667vw;
  }
  .p-privacy__content h3 {
    font-size: clamp(14px, 4.2666666667vw, 22px);
    line-height: 1.35;
    letter-spacing: 0;
    margin-top: 10.8vw;
  }
  .p-privacy__content .c-txt {
    font-size: clamp(14px, 3.7333333333vw, 20px);
    margin-top: 2.6666666667vw;
    line-height: 1.45;
  }
  .p-privacy__content .c-txt.p-privacy__end {
    margin-top: 5.0666666667vw;
  }
  .p-privacy__content ul {
    margin-top: 2.6666666667vw;
  }
  .p-privacy__content ul li {
    font-size: clamp(14px, 3.7333333333vw, 20px);
    margin-top: 5.0666666667vw;
    line-height: 1.45;
  }
}
.p-gallery {
  width: 100%;
}
.p-gallery__wrap {
  width: 100%;
  max-width: calc(960px + 8rem);
  padding: 8.5rem 4rem 17rem;
  margin: 0 auto;
}
.p-gallery__list {
  width: 100%;
  margin-top: 11.2rem;
}
.p-gallery__list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-gallery__list ul li {
  width: calc(33.3333333333% - 1.33333rem);
  margin-right: 2rem;
  margin-bottom: 8rem;
}
.p-gallery__list ul li:nth-child(3n) {
  margin-right: 0;
}
.p-gallery__list ul li .p-gallery__text {
  margin-top: 1.4rem;
}
.p-gallery__list ul li .p-gallery__text .p-gallery__date {
  font-size: clamp(15px, 1.5rem, 25px);
  color: #ef847d;
  font-weight: 700;
  font-family: "Montserrat", serif;
  padding-left: 0.3rem;
  letter-spacing: 0.085em;
}
.p-gallery__list ul li .p-gallery__text .p-gallery__title {
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.085em;
  margin-top: 0.9rem;
}
.p-gallery__thumb {
  position: relative;
}
.p-gallery__thumb img {
  border-radius: 1rem;
  overflow: hidden;
}
.p-gallery__thumb .p-gallery__new {
  width: 6.429rem;
  height: 6.429rem;
  color: #fff;
  background: #ef847d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  top: -1.5rem;
  left: -5.2rem;
}
.p-gallery__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9.9rem;
}
.p-gallery__date {
  font-size: clamp(13px, 1.6rem, 18px);
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #56534f;
}
.p-gallery__tag {
  font-size: clamp(12px, 1.2rem, 14px);
  margin-left: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.214;
  border-radius: 5em;
  background: #69676b;
  width: 72px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-gallery__text {
  width: 100%;
  margin-top: 1.7rem;
  font-size: clamp(13px, 1.6rem, 18px);
  line-height: 1.5;
  color: #56534f;
  font-weight: 500;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.075em;
}
.p-gallery__text__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.072em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-gallery__new {
  font-family: "Montserrat", serif;
  font-size: clamp(10px, 1rem, 12px);
  margin-right: 1.2rem;
  color: #fff;
  font-weight: 400;
  border-radius: 5em;
  background: #ef847d;
  width: 42px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 2rem;
}
.p-gallery__content {
  width: 100%;
  max-width: 652px;
  margin: 6.8rem auto 0;
}
.p-gallery__content p a {
  letter-spacing: 0.14em;
}
.p-gallery__content figure.wp-block-image {
  margin-top: 3.3rem;
}
.p-gallery__content figure.mt0 {
  margin-top: 0.9rem;
}
.p-gallery .wp-pagenavi {
  width: 100%;
  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;
  padding-top: 4.8rem;
}
.p-gallery .wp-pagenavi a.page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ef847d;
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1;
  font-weight: 700;
  border: 1px solid #ef847d;
  background: #fff;
  margin: 0 0.5rem;
  border-radius: 50%;
  width: 4.375rem;
  min-width: 28px;
  height: 4.375rem;
  min-height: 28px;
}
.p-gallery .wp-pagenavi span.current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.6rem, 26px);
  line-height: 1;
  font-weight: 700;
  border: 1px solid #ef847d;
  margin: 0 0.5rem;
  border-radius: 50%;
  width: 4.375rem;
  min-width: 28px;
  height: 4.375rem;
  min-height: 28px;
  background: #ef847d;
  color: #fff;
}
.p-gallery .wp-pagenavi .pagenavi__prev img,
.p-gallery .wp-pagenavi .pagenavi__next img {
  width: 1.042rem;
  min-width: 7px;
  height: 2.5rem;
  min-height: 16px;
  margin: 0.6rem 1.4rem 0;
}

@media (max-width: 767px) {
  .p-gallery {
    width: 100%;
  }
  .p-gallery__wrap {
    width: 100%;
    max-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 28.2666666667vw;
  }
  .p-gallery__list {
    width: 100%;
    margin-top: 8.5333333333vw;
  }
  .p-gallery__list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.4666666667vw;
  }
  .p-gallery__list ul li .p-gallery__text {
    margin-top: 1.6vw;
  }
  .p-gallery__list ul li .p-gallery__text .p-gallery__date {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    font-weight: 500;
    padding-left: 0;
  }
  .p-gallery__list ul li .p-gallery__text .p-gallery__title {
    font-size: clamp(14px, 4.2666666667vw, 30px);
    margin-top: 1.3333333333vw;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .p-gallery__thumb .p-gallery__new {
    margin: 0;
    width: 16vw;
    height: 16vw;
    font-size: clamp(14px, 3.7333333333vw, 24px);
    top: -2.6666666667vw;
    left: -2.6666666667vw;
  }
  .p-gallery__thumb img {
    max-height: 57.0666666667vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-gallery__info {
    margin-top: 8.2666666667vw;
  }
  .p-gallery__date {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    letter-spacing: 0;
  }
  .p-gallery__tag {
    font-size: clamp(12px, 3.2vw, 22px);
    margin-left: 2.6666666667vw;
    width: 19.2vw;
    height: 6.6666666667vw;
  }
  .p-gallery__text {
    margin-top: 2.4vw;
    padding-top: 1.3333333333vw;
    font-size: clamp(14px, 3.7333333333vw, 18px);
    letter-spacing: 0;
    text-overflow: unset;
    white-space: unset;
  }
  .p-gallery__text__title {
    font-size: clamp(18px, 5.3333333333vw, 30px);
    letter-spacing: 0;
    text-overflow: unset;
    white-space: unset;
  }
  .p-gallery__new {
    font-size: clamp(10px, 2.6666666667vw, 16px);
    margin-left: 2.6666666667vw;
    width: 11.2vw;
    height: 4vw;
  }
  .p-gallery__content {
    max-width: 100%;
    margin: 8vw auto 0;
  }
  .p-gallery__content p a {
    letter-spacing: -0.04em;
  }
  .p-gallery__content figure.wp-block-image {
    margin-top: 5.3333333333vw;
  }
  .p-gallery__content figure.mt0 {
    margin-top: 4.8vw;
  }
  .p-gallery .wp-pagenavi {
    padding-top: 8vw;
  }
  .p-gallery .wp-pagenavi a.page {
    font-size: clamp(16px, 4.2666666667vw, 26px);
    margin: 0 1.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .p-gallery .wp-pagenavi span.current {
    font-size: clamp(16px, 4.2666666667vw, 26px);
    margin: 0 1.3333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .p-gallery .wp-pagenavi .pagenavi__prev img,
  .p-gallery .wp-pagenavi .pagenavi__next img {
    width: 2.6666666667vw;
    height: 6.4vw;
    margin: 1.6vw 3.7333333333vw 0;
  }
}
.p-gallery__no-posts {
  margin-block: 40px;
  font-size: clamp(14px, 1.4rem, 20px);
}

.p-contact {
  width: 100%;
}
.p-contact__title {
  width: 100%;
  max-width: calc(1180px + 8rem);
  margin: 0 auto;
  padding: 8.8rem 4rem 0;
}
.p-contact__wrap {
  width: 100%;
  padding: 5.2rem 4rem 15.5rem;
  margin-top: 8.8rem;
  border-radius: 13rem 13rem 0 32rem;
  overflow: hidden;
  background: #f9f7f3;
}
.p-contact__wrap.--thanks {
  padding-bottom: 17rem;
}
.p-contact__msg {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.095em;
}
.p-contact__flow {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-top: 2rem;
}
.p-contact__flow__list {
  position: relative;
  width: calc(33.3333333333% - 2rem);
  max-width: 24.108rem;
  height: 6.643rem;
  margin-right: 3rem;
  letter-spacing: 0.085em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  border: 1px solid #ef847d;
  background: #fff;
  font-size: clamp(14px, 1.6rem, 26px);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-contact__flow__list {
    max-width: 30rem;
  }
}
.p-contact__flow__list.is-active {
  background: #ef847d;
  color: #fff;
}
.p-contact__flow__list:after {
  content: "";
  display: inline-block;
  width: 1.146rem;
  height: 2.188rem;
  background: url(../images/cmn/ico-flow-arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-contact__flow__list:last-of-type {
  margin-right: 0;
}
.p-contact__flow__list:last-of-type:after {
  display: none;
}
.p-contact__form {
  width: 100%;
  max-width: 920px;
  margin: 5rem auto 0;
}
.p-contact__form.--confirm .p-contact__item {
  padding: 3.6rem 0 3.4rem;
}
.p-contact__form.--confirm .p-contact__item:first-of-type {
  padding-top: 0.4rem;
  padding-bottom: 2.2rem;
}
.p-contact__form.--confirm .p-contact__item__col {
  padding-left: 2.6rem;
  letter-spacing: 0.08em;
}
.p-contact__form.--confirm .p-contact__btn {
  margin-top: 3.3rem;
}
.p-contact__form__msg {
  display: block;
  text-align: center;
  font-size: clamp(16px, 1.6rem, 26px);
  letter-spacing: 0;
  line-height: 1.55;
  font-weight: 500;
  margin-top: 2rem;
}
.p-contact__form__msg:first-of-type {
  margin-top: 5rem;
}
.p-contact__form__tel {
  width: 100%;
  margin-top: 3.6rem;
  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;
}
.p-contact__form__tel__txt {
  position: relative;
  right: -0.3rem;
  font-family: "Montserrat", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 0.7rem;
  line-height: 1;
}
.p-contact__form__tel__number {
  font-family: "Montserrat", serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.095em;
  line-height: 1;
  margin-left: 0.5rem;
  color: #ef847d;
}
.p-contact__form__tel__number a {
  pointer-events: none;
}
.p-contact__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2.1rem 0 1.9rem;
  border-bottom: 1px solid #c5c5c5;
}
.p-contact__item.--last {
  border-bottom: 0;
}
.p-contact__item:first-of-type {
  padding-top: 0.3rem;
}
.p-contact__item__tit {
  width: 26.93%;
  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;
}
.p-contact__item__tit__txt {
  font-size: clamp(12px, 1.6rem, 20px);
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.p-contact__item__tit__req {
  width: 36px;
  height: 19px;
  margin-top: 0.3rem;
  border-radius: 3px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #ef847d;
}
.p-contact__item__col {
  width: 73.07%;
  padding-left: 1.5rem;
  font-size: clamp(14px, 1.6rem, 20px);
  line-height: 1.35;
  font-weight: 400;
}
.p-contact__item__col input,
.p-contact__item__col textarea {
  width: 100%;
  min-width: 32rem;
  border: 0;
  background: #fff;
  font-size: clamp(14px, 1.6rem, 20px);
  padding: 1.3rem 1.2rem 0.78rem;
  letter-spacing: 0.085em;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
  border-radius: 5px;
}
.p-contact__item__col textarea {
  min-height: 24.501rem;
}
.p-contact__item__col input[type=text],
.p-contact__item__col input[type=tel] {
  max-width: 22.822rem;
}
.p-contact__item__radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.2rem;
}
.p-contact__item__radio span.mwform-radio-field {
  margin-right: 1.7rem;
  letter-spacing: 0.07em;
}
.p-contact__item__radio label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(14px, 1.6rem, 20px);
  font-weight: 500;
  line-height: 1;
}
.p-contact__item__radio input[type=radio] {
  position: relative;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin-right: 1.3rem;
}
.p-contact__item__radio input[type=radio]:checked {
  border-color: #ef847d;
}
.p-contact__item__radio input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  border-radius: 50%;
  background: #ef847d;
  content: "";
}
.p-contact__item__agree {
  width: 100%;
  margin-top: 2rem;
  font-size: clamp(14px, 1.6rem, 20px);
  font-weight: 400;
  line-height: 1;
}
.p-contact__item__agree a {
  text-decoration: underline;
}
.p-contact__item__agree .mwform-checkbox-field.horizontal-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__item__agree .mwform-checkbox-field-text {
  font-size: clamp(12px, 1.4rem, 20px);
  font-weight: 400;
  letter-spacing: 0.07em;
}
.p-contact__item__agree input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 5px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0.9rem;
}
.p-contact__item__agree input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 5px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 8px;
  height: 14px;
  border-right: 2px solid #ef847d;
  border-bottom: 2px solid #ef847d;
  content: "";
}
.p-contact__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-top: 6rem;
}
.p-contact__btn button[type=submit],
.p-contact__btn input[type=submit] {
  position: relative;
  width: 100%;
  max-width: 24.645rem;
  min-width: 230px;
  height: 5.96rem;
  min-height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 1.6rem, 24px);
  letter-spacing: 0.084em;
  padding: 1rem 3rem 1rem 3rem;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #ef847d;
  color: #fff;
  background: #ef847d;
  border-radius: 5em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.p-contact__btn button[type=submit][name=submitBack],
.p-contact__btn input[type=submit][name=submitBack] {
  width: 100%;
  background: none;
  border: none;
  color: #56534f;
  display: block;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  font-size: clamp(12px, 1.4rem, 22px);
  text-decoration: underline;
  margin-top: 0.3rem;
  letter-spacing: 0;
}
.p-contact__btn button[type=submit][name=submitBack]:hover,
.p-contact__btn input[type=submit][name=submitBack]:hover {
  background: transparent;
  color: #56534f;
  opacity: 1;
}
.p-contact__btn button[type=submit]:link, .p-contact__btn button[type=submit]:visited,
.p-contact__btn input[type=submit]:link,
.p-contact__btn input[type=submit]:visited {
  color: #fff;
}
.p-contact__btn button[type=submit]:hover,
.p-contact__btn input[type=submit]:hover {
  background: #fff;
  color: #ef847d;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p-contact {
    width: 100%;
  }
  .p-contact__wrap {
    width: 100%;
    max-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 24vw;
  }
  .p-contact__wrap.--confirm {
    padding-bottom: 18.6666666667vw;
  }
  .p-contact__wrap.--thanks {
    padding-bottom: 24vw;
  }
  .p-contact__title {
    max-width: 100%;
    margin: 0 auto;
    padding: 2.6666666667vw 5.3333333333vw 0;
  }
  .p-contact__wrap {
    width: 100%;
    padding: 10.6666666667vw 5.3333333333vw 23.4666666667vw;
    margin-top: 6.6666666667vw;
    border-radius: 16vw 16vw 0 40vw;
  }
  .p-contact__wrap.--thanks .p-contact__flow {
    margin-top: 2.4vw;
  }
  .p-contact__wrap.--thanks .c-btn {
    margin-top: 12.2666666667vw;
  }
  .p-contact__msg {
    font-size: clamp(16px, 4.2666666667vw, 28px);
    line-height: 1.5;
    letter-spacing: 0;
  }
  .p-contact__flow {
    margin-top: 5.0666666667vw;
  }
  .p-contact__flow__list {
    width: calc(33.3333333333% - 4.6666666667vw);
    max-width: 25.688vw;
    height: 17.0666666667vw;
    margin-right: 6.32vw;
    background: #fff;
    font-size: clamp(12px, 3.7333333333vw, 22px);
    letter-spacing: 0;
    line-height: 1.35;
  }
  .p-contact__flow__list:after {
    content: "";
    display: inline-block;
    width: 2.9333333333vw;
    height: 5.6vw;
    background: url(../images/cmn/ico-flow-arrow.svg) no-repeat;
    right: -6.1333333333vw;
  }
  .p-contact__flow__list:last-of-type {
    top: 2.4vw;
  }
  .p-contact__form {
    max-width: 100%;
    margin: 8vw auto 0;
  }
  .p-contact__form.--confirm .p-contact__item {
    padding: 4.2666666667vw 0 6.6666666667vw;
  }
  .p-contact__form.--confirm .p-contact__item:first-of-type {
    padding-top: 0.2666666667vw;
    padding-bottom: 4vw;
  }
  .p-contact__form.--confirm .p-contact__item:first-of-type .p-contact__item__col {
    margin-top: 2.6666666667vw;
  }
  .p-contact__form.--confirm .p-contact__item__col {
    padding-left: 0;
    letter-spacing: 0.02em;
    margin-top: 7.4666666667vw;
  }
  .p-contact__form.--confirm .p-contact__btn {
    margin-top: 5.0666666667vw;
  }
  .p-contact__form.--confirm .p-contact__btn button[type=submit][name=submitBack],
  .p-contact__form.--confirm .p-contact__btn input[type=submit][name=submitBack] {
    margin-top: -1.3333333333vw;
  }
  .p-contact__form__msg {
    font-size: clamp(12px, 3.7333333333vw, 24px);
    margin-top: 0;
    line-height: 1.45;
  }
  .p-contact__form__msg:first-of-type {
    margin-top: 10.6666666667vw;
  }
  .p-contact__form__tel {
    margin-top: 6.1333333333vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-contact__form__tel__txt {
    right: 0;
    font-size: clamp(14px, 4.2666666667vw, 24px);
    letter-spacing: 0;
    padding-top: 1.3333333333vw;
    white-space: nowrap;
  }
  .p-contact__form__tel__number {
    font-size: clamp(28px, 10.6666666667vw, 50px);
    margin-left: 0.8vw;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .p-contact__form__tel__number a {
    pointer-events: auto;
  }
  .p-contact__item {
    padding: 4.1333333333vw 0 2.4vw;
  }
  .p-contact__item:first-of-type {
    padding-top: 0.9333333333vw;
  }
  .p-contact__item__tit {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-contact__item__tit__txt {
    font-size: clamp(14px, 4.2666666667vw, 26px);
    letter-spacing: 0.025em;
  }
  .p-contact__item__tit__req {
    margin-left: 2.6666666667vw;
  }
  .p-contact__item__col {
    width: 100%;
    padding-left: 0;
    margin-top: 2.6666666667vw;
    font-size: clamp(14px, 4.2666666667vw, 26px);
  }
  .p-contact__item__col input,
  .p-contact__item__col textarea {
    font-size: clamp(14px, 4.2666666667vw, 26px);
    padding: 3.4666666667vw 2.1333333333vw 2.9333333333vw;
    letter-spacing: 0;
  }
  .p-contact__item__col textarea {
    min-height: 64vw;
  }
  .p-contact__item__col input[type=text],
  .p-contact__item__col input[type=tel] {
    max-width: 100%;
  }
  .p-contact__item__radio {
    width: 100%;
    padding-top: 0.5333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-contact__item__radio span.mwform-radio-field {
    margin-right: 1.7rem;
    letter-spacing: 0.07em;
    width: 100%;
    margin: 2.6666666667vw 0 0 !important;
  }
  .p-contact__item__radio span.mwform-radio-field:first-of-type {
    margin-top: 0;
  }
  .p-contact__item__radio label {
    font-size: clamp(14px, 4.2666666667vw, 26px);
  }
  .p-contact__item__radio input[type=radio] {
    width: 5.3333333333vw;
    min-width: 5.3333333333vw;
    max-width: 5.3333333333vw;
    height: 5.3333333333vw;
    min-height: 5.3333333333vw;
    max-height: 5.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .p-contact__item__radio input[type=radio]:checked:before {
    width: 3.2vw;
    min-width: 3.2vw;
    max-width: 3.2vw;
    height: 3.2vw;
    min-height: 3.2vw;
    max-height: 3.2vw;
  }
  .p-contact__item__agree {
    margin-top: 2.8vw;
    font-size: clamp(14px, 3.7333333333vw, 24px);
  }
  .p-contact__item__agree .mwform-checkbox-field-text {
    font-size: clamp(14px, 3.7333333333vw, 24px);
    letter-spacing: 0;
  }
  .p-contact__item__agree input[type=checkbox] {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.1333333333vw;
  }
  .p-contact__item__agree input[type=checkbox]:checked:before {
    left: 1.3333333333vw;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    border-right: 0.5333333333vw solid #ef847d;
    border-bottom: 0.5333333333vw solid #ef847d;
  }
  .p-contact__btn {
    margin-top: 8.2666666667vw;
  }
  .p-contact__btn button[type=submit],
  .p-contact__btn input[type=submit] {
    max-width: 61.3333333333vw;
    min-width: 61.3333333333vw;
    height: 14.9333333333vw;
    font-size: clamp(14px, 4.2666666667vw, 26px);
    letter-spacing: 0;
    padding: 2.6666666667vw;
  }
  .p-contact__btn button[type=submit][name=submitBack],
  .p-contact__btn input[type=submit][name=submitBack] {
    font-size: clamp(12px, 3.7333333333vw, 24px);
    margin-top: -1.0666666667vw;
    letter-spacing: 0;
  }
}