@charset "UTF-8";
/* =================================
  Inc
================================= */
/* =================================
  Layout
================================= */
.l-footer {
  position: relative;
  padding: 6.25rem 0;
  background-color: #111e41;
}
@media (max-width: 500px) {
  .l-footer {
    padding-top: 20.51vw;
    padding-bottom: 4.1vw;
  }
}

.l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.l-wrapper.-wide {
  max-width: 1440px;
}
@media (max-width: 1280px) {
  .l-wrapper.-wide {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .l-wrapper {
    width: 90%;
  }
}

.l-wrapper.-no_hidden {
  overflow: unset;
}

.l-header {
  position: relative;
}

.l-main {
  position: relative;
  flex: 1;
  overflow-x: hidden;
}

.SiteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-section {
  padding: 10rem 0;
  position: relative;
  background-color: #02070b;
}
@media (max-width: 500px) {
  .l-section {
    padding: 5rem 0;
  }
}

.l-section.-bg {
  background: #111e41;
}

/* =================================
  Foundation
================================= */
/*
  Reset
  リセットCSS、プロジェクトの基本スタイルを定義
---------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
sup,
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,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

/*
  Base
---------------------*/
body {
  color: #f7f7f7;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: normal;
  text-align: left;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.highlighter {
  background: linear-gradient(transparent 40%, #fbff39 50%);
}

.small {
  font-size: 1em;
}

.romaji {
  font-family: "Noto Sans", sans-serif;
}

/*画像の下余白対策*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*ポジション上下左右中央*/
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*コンテンツ中央配置*/
.content-center {
  display: flex;
  justify-content: center;
}

/* =================================
  Object
================================= */
/*
  component
————————————————————————————————————————— */
.c-title__body {
  margin-bottom: 2.5rem;
}
@media (max-width: 500px) {
  .c-title__body {
    width: 90%;
    margin: 0 auto 10.66vw;
  }
}

.c-title__main {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.84px;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 500px) {
  .c-title__main {
    font-size: 4.8vw;
  }
}

.c-title__main:before,
.c-title__main:after {
  flex-grow: 1;
  max-width: 100px;
  height: 1px;
  background-color: #111e41;
  content: "";
}
@media (max-width: 500px) {
  .c-title__main:before,
  .c-title__main:after {
    max-width: 31.2vw;
  }
}

.c-title__main:before {
  margin-right: 1.5rem;
}
@media (max-width: 500px) {
  .c-title__main:before {
    margin-right: 3.73vw;
  }
}

.c-title__main:after {
  margin-left: 1.5rem;
}
@media (max-width: 500px) {
  .c-title__main:after {
    margin-left: 3.73vw;
  }
}

.c-btn {
  display: inline-block;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-btn.-first {
  display: block;
  position: relative;
  width: 100%;
  max-width: 138px;
  height: 40px;
  border: 1px solid #aa8d68;
  border-radius: 100px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  background-color: #aa8d68;
}
.c-btn.-first span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #f7f7f7;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
.c-btn.-first::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transform: scale(0, 1);
  transform-origin: top;
}
.c-btn.-first:hover::before {
  transform: scale(1, 1);
}
.c-btn.-first:hover span {
  color: #aa8d68;
}

.c-btn.-second {
  display: block;
  position: relative;
  width: 100%;
  max-width: 424px;
  height: 95px;
  border: 2px solid #aa8d68;
  border-radius: 100px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  background-color: #aa8d68;
}
.c-btn.-second span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #f7f7f7;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
.c-btn.-second::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transform: scale(0, 1);
  transform-origin: top;
}
.c-btn.-second:hover::before {
  transform: scale(1, 1);
}
.c-btn.-second:hover span {
  color: #aa8d68;
}
@media (max-width: 500px) {
  .c-btn.-second {
    height: 20.51vw;
  }
  .c-btn.-second span {
    font-size: 5.12vw;
  }
}

.c-cta__content {
  border-radius: 10px;
  background-color: #aa8d68;
  padding: 1.75rem;
  max-width: 400px;
}
@media (max-width: 500px) {
  .c-cta__content {
    max-width: unset;
    width: 100%;
    text-align: center;
    border-radius: unset;
    padding: 3.07vw 0;
  }
}

.c-cta__text {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.875rem;
}
@media (max-width: 500px) {
  .c-cta__text {
    font-size: 3.58vw;
    margin-bottom: 2.56vw;
  }
}

.c-cta__center {
  margin: 0 12%;
}

.c-cta__center2 {
  margin: 0 16%;
}

.c-cta__flex {
  display: flex;
}
@media (max-width: 768px) {
  .c-cta__flex {
    justify-content: center;
  }
}

.c-cta__btn {
  max-width: 108px;
  width: 100%;
  text-decoration: none;
  display: block;
  opacity: 1;
  transition: opacity 0.3s linear;
  margin-right: 1.5rem;
}
.c-cta__btn:hover {
  opacity: 0.6;
}
.c-cta__btn.-second {
  max-width: 135px;
  margin-right: unset;
}
@media (max-width: 500px) {
  .c-cta__btn {
    margin-right: 4.1vw;
  }
}

.c-cta__name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #111e41;
  display: block;
  margin-right: 0.75rem;
}

.c-cta__btn2 {
  max-width: 146px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.c-cta__btn2:hover {
  opacity: 0.6;
}
.c-cta__btn2.-second {
  max-width: 208px;
  margin-right: unset;
}
.c-cta__btn2.-second img {
  max-width: 135px;
  width: 100%;
}

.c-cta__hr {
  background: #111e41;
  width: 1px;
  height: 30px;
  margin: unset;
  border: unset;
}
@media (max-width: 768px) {
  .c-cta__hr {
    display: none;
  }
}

.c-cta__flex2 {
  display: flex;
  justify-content: space-between;
  max-width: 396px;
  margin: 0 auto;
  align-items: center;
}

.c-cta__text2 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.875rem;
}

.c-cta__content2 {
  border-radius: 10px;
  background-color: #aa8d68;
  padding: 1.75rem;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-cta__content2 {
    width: 90%;
    padding: 1.125rem;
  }
}
@media (max-width: 500px) {
  .c-cta__content2 {
    display: none;
  }
}

.c-cta__content3 {
  border-radius: 10px;
  background-color: #aa8d68;
  padding: 0.5rem;
  width: 4.5rem;
}
@media (max-width: 500px) {
  .c-cta__content3 {
    max-width: unset;
    width: 100%;
    text-align: center;
    border-radius: unset;
    padding: 3.07vw 0;
  }
}

.c-cta__text3 {
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
}
@media (max-width: 500px) {
  .c-cta__text3 {
    font-size: 3.58vw;
    margin-bottom: 2.56vw;
  }
}

.p-cta__text3 {
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #f7f7f7;
}
@media (max-width: 500px) {
  .p-cta__text3 {
    font-size: 3.07vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 20.51vw;
  }
}

.p-cta__seiki-center {
  margin-bottom: 30px;
}

.p-cta__seiki-center {
  width: 500px;
  margin: 0 auto 30px;
}

.p-cta__seiki-figure {
  display: inline-block;
  margin: 0 15px;
}

.p-cta__seiki-figure img {
  height: 400px;
}

/*
  footer
————————————————————————————————————————— */
.p-footer__link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f7f7f7;
  font-weight: 500;
}
.p-footer__link::after {
  position: absolute;
  bottom: -8px;
  left: 0px;
  content: "";
  width: 100%;
  height: 1px;
  background: #f7f7f7;
  transition: all 0.3s ease-out;
  transform: scale(0, 1);
  transform-origin: left top;
}

.p-footer__link:hover::after {
  transform: scale(1, 1);
}

.p-footer__ul {
  max-width: 864px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1200px) {
  .p-footer__ul {
    flex-wrap: wrap;
    margin-top: -1rem;
  }
}
@media (max-width: 768px) {
  .p-footer__ul {
    display: none;
  }
}

@media (max-width: 1200px) {
  .p-footer__li {
    width: 30%;
    text-align: center;
    margin-top: 1rem;
  }
}

.p-footer__logo {
  display: block;
  max-width: 170px;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.p-footer__logo:hover {
  opacity: 0.6;
}
@media (max-width: 1200px) {
  .p-footer__logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .p-footer__logo {
    margin-bottom: unset;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .p-footer__logo {
    max-width: 30.76vw;
  }
}

.p-footer__wrap {
  max-width: 1152px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .p-footer__wrap {
    width: 90%;
  }
}

.p-footer__copy {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f7f7f7;
}
@media (max-width: 500px) {
  .p-footer__copy {
    text-align: right;
  }
}

.p-footer__link2 {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1;
  color: #f7f7f7;
}
.p-footer__link2::after {
  position: absolute;
  bottom: -8px;
  left: 0px;
  content: "";
  width: 100%;
  height: 1px;
  background: #f7f7f7;
  transition: all 0.3s ease-out;
  transform: scale(0, 1);
  transform-origin: left top;
}
@media (max-width: 500px) {
  .p-footer__link2 {
    font-size: 3.07vw;
  }
}

.p-footer__link2:hover::after {
  transform: scale(1, 1);
}

.p-footer__ul2 {
  display: flex;
  justify-content: end;
}
@media (max-width: 500px) {
  .p-footer__ul2 {
    flex-direction: column;
  }
}

.p-footer__ul3 {
  margin-top: 1.5em;
}

.p-footer__li2 {
  margin-right: 1.75rem;
}
.p-footer__li2:last-child {
  margin-right: unset;
  width: 140px;
}
@media (max-width: 500px) {
  .p-footer__li2 {
    width: 100%;
  }
}

.p-footer__right {
  max-width: 300px;
  width: 100%;
}

.p-footer__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 4rem;
  align-items: center;
}
.p-footer__flex.-second {
  margin-bottom: 4.75rem;
  flex-direction: unset;
}
@media (max-width: 500px) {
  .p-footer__flex.-second {
    flex-wrap: wrap;
    margin-bottom: 16.92vw;
  }
}
@media (max-width: 1200px) {
  .p-footer__flex {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-footer__flex {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 500px) {
  .p-footer__flex {
    margin-bottom: 10.25vw;
  }
}

.p-footer__bg {
  border-top: 1px solid #e4e4e4;
  padding: 2rem 0 0;
}
@media (max-width: 500px) {
  .p-footer__bg {
    padding-top: 10.25vw;
  }
}

.p-footer__scroll-button {
  position: fixed;
  right: 30px;
  bottom: 140px;
  z-index: 999;
  width: 72px;
  height: 72px;
  transition: all 0.3s ease-out;
  border-radius: 4px;
  overflow: hidden;
  background-color: #aa8d68;
  /* 非表示にする */
  opacity: 0;
  visibility: hidden;
}
.p-footer__scroll-button .p-footer__figure {
  width: 100%;
}
.p-footer__scroll-button .p-footer__figure img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.p-footer__scroll-button .p-footer__figure-active {
  width: 100%;
  z-index: 99;
}
.p-footer__scroll-button .p-footer__figure-active img {
  width: 100%;
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.p-footer__scroll-button:hover .p-footer__figure img {
  opacity: 0;
}
.p-footer__scroll-button:hover .p-footer__figure-active img {
  opacity: 1;
}
.p-footer__scroll-button.is-active {
  /* 表示する */
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .p-footer__scroll-button {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 500px) {
  .p-footer__scroll-button {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}

.p-footer__name {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #f7f7f7;
}
.p-footer__name span {
  font-weight: bold;
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .p-footer__name {
    font-size: 3.07vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 20.51vw;
  }
}

.bgcenterx::after {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transform: scale(0, 1);
  transform-origin: top;
}

/*hoverした際の形状*/
.bgcenterx:hover::after {
  transform: scale(1, 1);
}

@media (max-width: 500px) {
  .p-footer__left {
    width: 100%;
  }
}

.p-footer__flow-wrap {
  display: none;
}

@media (max-width: 500px) {
  .p-footer__flow-wrap {
    display: none;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    display: flex;
    justify-content: space-between;
  }
  .p-footer__flow-wrap.js_hide {
    transform: translateY(100%);
  }
}
/*
  header
————————————————————————————————————————— */
.p-head__link {
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.3s;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f7f7f7;
}

.p-head__link:hover {
  color: #aa8d68;
}

.p-head__wrap {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #111e41;
  box-shadow: 0 6px 8px 0 rgba(2, 7, 11, 0.2);
}

.p-head__logo {
  max-width: 133px;
  width: 100%;
}
.p-head__logo a {
  display: block;
  transition: all 0.3s ease-out;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.p-head__logo a:hover {
  opacity: 0.6;
}
.p-head__logo img {
  display: block;
  width: 100%;
}
@media (max-width: 500px) {
  .p-head__logo {
    max-width: 25.64vw;
  }
}

.p-head__nav {
  max-width: 740px;
  width: 100%;
}
@media (max-width: 1100px) {
  .p-head__nav {
    max-width: 680px;
  }
}

.p-head__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-head__content {
  display: flex;
  justify-content: space-between;
  max-width: 910px;
  align-items: center;
  width: 100%;
}
.p-head__content .p-head__box {
  width: 100%;
  max-width: 138px;
}
@media (max-width: 1100px) {
  .p-head__content {
    max-width: 830px;
  }
}
@media (max-width: 1024px) {
  .p-head__content {
    display: none;
  }
}

.p-head__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 98%;
  margin: 0 auto;
  padding: 1rem 0;
}
@media (max-width: 1024px) {
  .p-head__flex {
    padding: unset;
    height: 64px;
    max-width: 96%;
  }
}
@media (max-width: 500px) {
  .p-head__flex {
    max-width: 92%;
    height: 16.41vw;
  }
}

.p-head__height {
  height: 80px;
}
@media (max-width: 1024px) {
  .p-head__height {
    height: 64px;
  }
}
@media (max-width: 500px) {
  .p-head__height {
    height: 16.41vw;
  }
}

/*
  hero
————————————————————————————————————————— */
.p-hero__wrap {
  position: relative;
  margin: 0 auto;
  background-color: #111e41;
  padding: 7.5rem 0 7.5rem;
}
@media (max-width: 768px) {
  .p-hero__wrap {
    padding: 6.25rem 0 6.25rem;
  }
}
@media (max-width: 500px) {
  .p-hero__wrap {
    padding: 5rem 0;
  }
}

.p-hero__figure {
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.6));
  max-width: 280px;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-hero__figure {
    max-width: 27.34vw;
  }
}
@media (max-width: 768px) {
  .p-hero__figure {
    max-width: 280px;
    position: relative;
    margin: 0 auto 1.5rem;
  }
}
@media (max-width: 500px) {
  .p-hero__figure {
    max-width: 56.41vw;
    margin-bottom: unset;
  }
}

.p-hero__catch {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f7f7f7;
  margin-bottom: 1.5rem;
  display: block;
}
.p-hero__catch em {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #aa8d68;
  display: block;
  margin-top: 1.5rem;
}
@media (max-width: 500px) {
  .p-hero__catch {
    font-size: 7.17vw;
    margin-bottom: 4.1vw;
  }
  .p-hero__catch em {
    font-size: 11.79vw;
    margin-top: 4.1vw;
  }
}

.p-hero__message {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #f7f7f7;
}
@media (max-width: 500px) {
  .p-hero__message {
    font-size: 3.07vw;
  }
}

.p-hero__content {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-hero__content .c-cta__content {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 500px) {
  .p-hero__content .c-cta__content {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-hero__content {
    text-align: center;
    margin: 0 auto;
  }
}

.p-hero__box {
  margin-bottom: 1.75rem;
}
@media (max-width: 500px) {
  .p-hero__box {
    margin-bottom: 8.2vw;
  }
}

.p-hero__flex {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-hero__flex {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .p-hero__flex {
    flex-direction: column;
  }
}

/*
  lp
————————————————————————————————————————— */
.p-lp__about-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f7f7f7;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .p-lp__about-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .p-lp__about-title {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .p-lp__about-title {
    font-size: 3.07vw;
    margin-bottom: 3.07vw;
  }
}

.p-lp__about-catch {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #f7f7f7;
}
.p-lp__about-catch span {
  color: #aa8d68;
}
@media (max-width: 1024px) {
  .p-lp__about-catch {
    font-size: 2.375rem;
  }
}
@media (max-width: 768px) {
  .p-lp__about-catch {
    font-size: 2.25rem;
  }
}
@media (max-width: 500px) {
  .p-lp__about-catch {
    font-size: 6.15vw;
  }
}

.p-lp__about-head {
  margin-bottom: 1.75rem;
}
.p-lp__about-head.-center {
  margin-bottom: 2.5rem;
}
.p-lp__about-head.-center .p-lp__about-title {
  text-align: center;
}
.p-lp__about-head.-center .p-lp__about-catch {
  text-align: center;
}
@media (max-width: 768px) {
  .p-lp__about-head.-center {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 500px) {
  .p-lp__about-head.-center {
    margin-bottom: 6.15vw;
  }
}
@media (max-width: 500px) {
  .p-lp__about-head {
    margin-bottom: 6.15vw;
  }
}

.p-lp__about-text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #f7f7f7;
  margin-bottom: 1.75rem;
}
.p-lp__about-text:last-child {
  margin-bottom: unset;
}
@media (max-width: 500px) {
  .p-lp__about-text {
    font-size: 3.58vw;
    margin-bottom: 6.15vw;
  }
}

@media (max-width: 768px) {
  .p-lp__about-box {
    margin-bottom: 2rem;
  }
}
@media (max-width: 500px) {
  .p-lp__about-box {
    margin-bottom: 10.25vw;
  }
}

.p-lp__about-figure {
  max-width: 280px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-lp__about-figure {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .p-lp__about-figure {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .p-lp__about-figure {
    max-width: 50.41vw;
  }
}

.p-lp__about-content {
  max-width: 600px;
  width: 100%;
  margin-right: 7.5rem;
}
@media (max-width: 1024px) {
  .p-lp__about-content {
    margin-right: 5.85vw;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 768px) {
  .p-lp__about-content {
    text-align: center;
    margin: 0 auto;
  }
}

.p-lp__about-flex {
  display: flex;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .p-lp__about-flex {
    flex-direction: column;
  }
  .p-lp__about-flex .c-cta__content {
    margin: 0 auto 2rem;
  }
}
@media (max-width: 500px) {
  .p-lp__about-flex .c-cta__content {
    display: none;
  }
}
.p-lp__about-flex.-second {
  margin-top: unset;
}

.p-lp__register-li {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
  display: flex;
  align-items: baseline;
}
@media (max-width: 1024px) {
  .p-lp__register-li {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .p-lp__register-li {
    font-size: 1rem;
    text-align: left;
  }
}
@media (max-width: 500px) {
  .p-lp__register-li {
    font-size: 3.58vw;
  }
}

.p-lp__register-circle {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #aa8d68;
  color: #02070b;
  max-width: 20px;
  width: 100%;
  display: block;
  height: 20px;
  border-radius: 50%;
  position: relative;
  margin-right: 1rem;
  position: relative;
  top: 3px;
}
.p-lp__register-circle em {
  position: absolute;
  top: 48%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .p-lp__register-circle {
    font-size: 3.58vw;
    margin-right: 3.58vw;
    top: 6px;
  }
}

.p-lp__register-box {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-lp__register-box {
    margin-bottom: 2rem;
  }
}
@media (max-width: 500px) {
  .p-lp__register-box {
    margin-bottom: 10.25vw;
  }
}

.p-lp__regular-text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 500px) {
  .p-lp__regular-text {
    font-size: 3.58vw;
    margin-bottom: 10.25vw;
  }
}

.p-lp__regular-box {
  padding: 2.5rem 0;
  border-top: 1px solid #aa8d68;
  border-bottom: 1px solid #aa8d68;
  max-width: 600px;
  margin: 0 auto 4rem;
}
@media (max-width: 500px) {
  .p-lp__regular-box {
    padding: 10.25vw 0;
    margin-bottom: 10.25vw;
  }
}

.p-lp__regular-name {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 500px) {
  .p-lp__regular-name {
    font-size: 7.17vw;
    margin-bottom: 10.25vw;
  }
}

.p-lp__regular-note {
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media (max-width: 500px) {
  .p-lp__regular-note {
    font-size: 2.56vw;
  }
}

.p-lp__regular-memo {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 500px) {
  .p-lp__regular-memo {
    font-size: 4.61vw;
  }
}

.p-lp__regular-price {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #aa8d68;
  display: block;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 500px) {
  .p-lp__regular-price {
    font-size: 6.15vw;
    margin-bottom: 10.25vw;
  }
}
.p-lp__regular-price em {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 500px) {
  .p-lp__regular-price em {
    font-size: 14.35vw;
  }
}

.p-lp__regular-text2 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .p-lp__regular-text2 {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .p-lp__regular-text2 {
    font-size: 3.58vw;
  }
}

.p-lp__cast-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 1024px) {
  .p-lp__cast-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .p-lp__cast-title {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .p-lp__cast-title {
    font-size: 3.07vw;
    margin-bottom: 10.25vw;
  }
}

#slider01 .swiper-slide img {
  margin-bottom: 8px;
  box-shadow: 8px 8px 0px 0px #aa8d68;
}

.p-lp__feature-title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-lp__feature-title {
    font-size: 2.53vw;
  }
}
@media (max-width: 768px) {
  .p-lp__feature-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 500px) {
  .p-lp__feature-title {
    font-size: 6.15vw;
  }
}

.p-lp__feature-sub {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #aa8d68;
  display: block;
  margin-bottom: 1.25rem;
}
@media (max-width: 500px) {
  .p-lp__feature-sub {
    font-size: 3.5vw;
    margin-bottom: 5.12vw;
  }
}

.p-lp__feature-head {
  margin-bottom: 1.25rem;
  min-height: 200px;
}
@media (max-width: 500px) {
  .p-lp__feature-head {
    margin-bottom: 8.2vw;
  }
}

.p-lp__feature-figure {
  max-width: 156px;
  margin: 0 auto 1.5rem;
}
@media (max-width: 768px) {
  .p-lp__feature-figure {
    max-width: 280px;
  }
}
@media (max-width: 500px) {
  .p-lp__feature-figure {
    max-width: 50.41vw;
    margin-bottom: 6.66vw;
  }
}

.p-lp__feature-text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.25rem;
}
.p-lp__feature-text:last-child {
  margin-bottom: unset;
}
@media (max-width: 1024px) {
  .p-lp__feature-text {
    font-size: 1.36vw;
  }
}
@media (max-width: 768px) {
  .p-lp__feature-text {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .p-lp__feature-text {
    font-size: 3.58vw;
  }
}

.p-lp__feature-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.p-lp__feature-content {
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-lp__feature-content:first-child {
  padding: 0 3.75rem;
  border-right: 1px solid #aa8d68;
}
.p-lp__feature-content:last-child {
  padding: 0 3.75rem;
  border-left: 1px solid #aa8d68;
}
.p-lp__feature-content:has(:only-child) {
  padding: 0;
  border-left: none;
  border-right: none;
}
/*.p-lp__feature-content:nth-child(2) {*/
.p-lp__feature-content:not(:first-child, :last-child) {
  padding: 0 3.75rem;
  border-left: 1px solid #aa8d68;
  border-right: 1px solid #aa8d68;
}
@media (max-width: 1280px) {
  /*.p-lp__feature-content:nth-child(2) {*/
  .p-lp__feature-content {
    padding: 0 1.68vw;
  }
}
@media (max-width: 1024px) {
    padding: 0 1.68vw;
  /*.p-lp__feature-content:nth-child(2) {*/
  .p-lp__feature-content {
    padding: 0 0.5rem;
    margin: 0 0.5rem;
  }
}
@media (max-width: 768px) {
  .p-lp__feature-content {
    margin: 0 auto 2rem;
  }
}
@media (max-width: 500px) {
  .p-lp__feature-content {
    max-width: unset;
  }
}

.swiper-container {
  position: relative;
  margin-bottom: 2rem;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  height: 13.33vw;
  width: 11.28vw;
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 13.33vw;
  width: 11.28vw;
}
.swiper-container .swiper-button-prev::after {
  background-image: url(../img/content/arrow-prev.png);
}
.swiper-container .swiper-button-next::after {
  background-image: url(../img/content/arrow-next.png);
}
@media (max-width: 500px) {
  .swiper-container {
    margin-bottom: unset;
  }
}

.swiper-container2 {
  position: relative;
  margin-bottom: 2rem;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
  height: 13.33vw;
  width: 11.28vw;
}
.swiper-container2 .swiper-button-prev::after,
.swiper-container2 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 13.33vw;
  width: 11.28vw;
}
.swiper-container2 .swiper-button-prev::after {
  background-image: url(../img/content/arrow-prev.png);
}
.swiper-container2 .swiper-button-next::after {
  background-image: url(../img/content/arrow-next.png);
}
@media (max-width: 500px) {
  .swiper-container2 {
    margin-bottom: unset;
  }
}

.swiper-container3 {
  position: relative;
  margin-bottom: 2rem;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.swiper-container3 .swiper-button-prev,
.swiper-container3 .swiper-button-next {
  height: 13.33vw;
  width: 11.28vw;
}
.swiper-container3 .swiper-button-prev::after,
.swiper-container3 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 13.33vw;
  width: 11.28vw;
}
.swiper-container3 .swiper-button-prev::after {
  background-image: url(../img/content/arrow-prev.png);
}
.swiper-container3 .swiper-button-next::after {
  background-image: url(../img/content/arrow-next.png);
}
@media (max-width: 500px) {
  .swiper-container3 {
    margin-bottom: unset;
  }
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0.5rem !important;
  background-color: #f7f7f7 !important;
}

.p-lp__how-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .p-lp__how-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .p-lp__how-title {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .p-lp__how-title {
    font-size: 3.07vw;
    margin-bottom: 4.1vw;
  }
}

.p-lp__how-sub {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-lp__how-sub {
    font-size: 2rem;
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 500px) {
  .p-lp__how-sub {
    font-size: 6.15vw;
    margin-bottom: 10.25vw;
  }
}

.p-lp__how-hr {
  margin: 10rem auto;
  background: #f7f7f7;
  height: 1px;
  max-width: 800px;
  width: 100%;
  border: unset;
}
@media (max-width: 768px) {
  .p-lp__how-hr {
    margin: 7.5rem auto;
  }
}
@media (max-width: 500px) {
  .p-lp__how-hr {
    margin: 15.38vw auto;
  }
}

.p-lp__contact-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .p-lp__contact-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  .p-lp__contact-title {
    font-size: 3.07vw;
    margin-bottom: 5.12vw;
  }
}

.p-lp__contact-catch {
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-lp__contact-catch {
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  .p-lp__contact-catch {
    font-size: 3.58vw;
    margin-bottom: 10.25vw;
  }
}

.p-lp__contact-sub {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #aa8d68;
  margin-bottom: 1.25rem;
}
@media (max-width: 500px) {
  .p-lp__contact-sub {
    font-size: 3.07vw;
    margin-bottom: 5.12vw;
  }
}

.p-lp__contact-desc {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 5rem;
}
@media (max-width: 500px) {
  .p-lp__contact-desc {
    margin-bottom: 16.41vw;
  }
}

.p-lp__contact-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #aa8d68;
  border-top: 1px solid #aa8d68;
}
@media (max-width: 500px) {
  .p-lp__contact-text {
    font-size: 3.07vw;
    padding: 6.15vw 0;
  }
}

/*
  contact
————————————————————————————————————————— */
.p-contact__form-box {
  max-width: 800px;
  margin: 0 auto;
}

.p-contact__dl {
  display: flex;
  align-items: baseline;
  padding-bottom: 3.5rem;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .p-contact__dl {
    padding-bottom: 10.25vw;
  }
}

.p-contact__dl2 {
  margin-bottom: 3.5rem;
}
@media (max-width: 500px) {
  .p-contact__dl2 {
    margin-bottom: 10.25vw;
  }
}

.p-contact__dd {
  width: 100%;
  font-size: 1.125rem;
}
@media (max-width: 500px) {
  .p-contact__dd {
    font-size: 3.58vw;
  }
}

.p-contact__dt {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 500px) {
  .p-contact__dt {
    font-size: 3.58vw;
  }
}

.con_name,
.con_mail {
  width: 100%;
  height: 48px;
  padding: 0 1rem;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  outline: unset;
  border-radius: 8px;
  border: solid 1px #3a3a3a;
}
@media (max-width: 500px) {
  .con_name,
  .con_mail {
    font-size: 3.58vw;
  }
}

.no-req {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  height: 30px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 0.875rem;
  border-radius: 60px;
  max-width: 54px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #aa8d68;
  background-color: #f7f7f7;
}
@media (max-width: 500px) {
  .no-req {
    font-size: 3.58vw;
  }
}

.req {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  height: 30px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 0.875rem;
  border-radius: 60px;
  max-width: 54px;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f7f7f7;
  background-color: #aa8d68;
}
@media (max-width: 500px) {
  .req {
    font-size: 3.58vw;
  }
}

.p-contact__list-note {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

.p-contact__btn-submit {
  position: relative;
  max-width: 320px;
  height: 64px;
  margin: 0 auto;
}
.p-contact__btn-submit:hover .con_submit {
  color: #aa8d68;
  background-color: #f7f7f7;
}

.p-contact__btn-back {
  position: relative;
  max-width: 320px;
  height: 64px;
  margin: 0 auto;
}
.p-contact__btn-back:hover .con_back {
  color: #afafaf;
  background-color: #f7f7f7;
}
@media (max-width: 768px) {
  .p-contact__btn-back {
    margin-bottom: 1rem;
  }
}

.con_submit {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  outline: none;
  max-width: 100%;
  height: 64px;
  width: 320px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border: solid 2px #aa8d68;
  background-color: #aa8d68;
  border-radius: 60px;
  box-sizing: border-box;
  font-size: 1.25rem;
}
.con_submit span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #f7f7f7;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
.con_submit::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transform: scale(0, 1);
  transform-origin: top;
}
.con_submit:hover::before {
  transform: scale(1, 1);
}
.con_submit:hover span {
  color: #aa8d68;
}
@media (max-width: 500px) {
  .con_submit {
    font-size: 5.12vw;
    width: 280px;
    margin: 0 auto;
  }
}

.con_back {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  outline: none;
  max-width: 100%;
  height: 64px;
  width: 320px;
  transition: all 0.3s ease-out;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 60px;
  border: solid 2px #afafaf;
  background-color: #afafaf;
  overflow: hidden;
}
.con_back span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #f7f7f7;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
.con_back::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transform: scale(0, 1);
  transform-origin: top;
}
.con_back:hover::before {
  transform: scale(1, 1);
}
.con_back:hover span {
  color: #afafaf;
}
@media (max-width: 500px) {
  .con_back {
    font-size: 5.12vw;
    width: 280px;
  }
}

.p-contact__error {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  color: #b70000;
}
@media (max-width: 500px) {
  .p-contact__error {
    font-size: 3.58vw;
  }
}

.p-contact__btn-wrap {
  display: flex;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
  min-height: 65px;
}
@media (max-width: 768px) {
  .p-contact__btn-wrap {
    flex-direction: column;
  }
}

.p-contact__thanks-catch {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #aa8d68;
}
@media (max-width: 500px) {
  .p-contact__thanks-catch {
    font-size: 5.12vw;
  }
}

.p-contact__thanks {
  max-width: 1000px;
  margin: 0 auto 3rem;
}

.p-contact__thanks-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: normal;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .p-contact__thanks-text {
    font-size: 3.58vw;
  }
}

.p-contact__thanks-mail {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #aa8d68;
  text-decoration: underline;
  text-align: center;
  margin: 0 auto;
  display: block;
}

/* ラジオボタンを隠す */
.con_radio {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
}

.con_radio input[type=radio].con_radio-item {
  display: none;
}

.horizontal-item {
  margin-right: 1.75rem;
  margin-top: 1rem;
  display: block;
}
.horizontal-item:last-child {
  margin-left: unset;
}
@media (max-width: 500px) {
  .horizontal-item {
    width: 100%;
  }
}

.con_radio label {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 500px) {
  .con_radio label {
    font-size: 3.58vw;
  }
}

/* spanの左側にボタンを配置するスペースを作る */
.con_radio .con_radio-item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.con_radio .con_radio-item + span::after,
.con_radio .con_radio-item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #3a3a3a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media (max-width: 500px) {
  .con_radio .con_radio-item + span::after,
  .con_radio .con_radio-item + span::before {
    width: 18px;
    height: 18px;
    top: -2px;
  }
}

/* after上書き */
.con_radio .con_radio-item + span::after {
  opacity: 0;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 4px;
  border: none;
  background: #aa8d68;
}
@media (max-width: 500px) {
  .con_radio .con_radio-item + span::after {
    width: 12px;
    height: 12px;
    top: 2px;
  }
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.con_radio .con_radio-item:checked + span {
  color: #aa8d68;
}

.con_radio .con_radio-item:checked + span::after {
  opacity: 1;
}

.con_comment {
  font-size: 1rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 180px;
  padding: 1rem;
  box-sizing: border-box;
  outline: unset;
  border-radius: 8px;
  border: solid 1px #3a3a3a;
}
@media (max-width: 500px) {
  .con_comment {
    font-size: 3.58vw;
  }
}

.con_zip {
  width: 100%;
  height: 46px;
  padding: 0 1rem;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  max-width: 240px;
  outline: unset;
  border-radius: 8px;
  border: solid 1px #3a3a3a;
}
@media (max-width: 500px) {
  .con_zip {
    font-size: 3.58vw;
  }
}

.con_addr {
  width: 100%;
  height: 46px;
  padding: 0 1rem;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-color: #fff;
  border: none;
  outline: unset;
  border-radius: 8px;
  border: solid 1px #3a3a3a;
}
@media (max-width: 500px) {
  .con_addr {
    font-size: 3.58vw;
  }
}

.p-contact__zip {
  display: flex;
  align-items: baseline;
  margin-bottom: 1.5rem;
}
.p-contact__zip span {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 160px;
  width: 100%;
}
@media (max-width: 500px) {
  .p-contact__zip span {
    font-size: 3.58vw;
  }
}
@media (max-width: 768px) {
  .p-contact__zip {
    flex-wrap: wrap;
  }
  .p-contact__zip span {
    margin-bottom: 1rem;
  }
}
@media (max-width: 500px) {
  .p-contact__zip span {
    font-size: 3.58vw;
    margin-bottom: 3.58vw;
  }
}

.p-contact__addr {
  display: flex;
  align-items: baseline;
}
.p-contact__addr span {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  max-width: 160px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-contact__addr {
    flex-wrap: wrap;
  }
  .p-contact__addr span {
    margin-bottom: 1rem;
  }
}
@media (max-width: 500px) {
  .p-contact__addr span {
    font-size: 3.58vw;
    margin-bottom: 3.58vw;
  }
}

.p-contact__box {
  width: 100%;
}

.p-contact__dd-acd {
  margin-right: 1rem;
}

.p-contact__privacy-title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}
@media (max-width: 500px) {
  .p-contact__privacy-title {
    font-size: 5.12vw;
    margin-bottom: 5.12vw;
  }
}

.p-contact__privacy {
  border-radius: 8px;
  border: 1px solid #b7b7b7;
  background-color: #fff;
  padding: 2.5rem;
  height: 356px;
  overflow: scroll;
  margin-bottom: 3rem;
  color: #02070b;
}
@media (max-width: 500px) {
  .p-contact__privacy {
    padding: 2rem 1.25rem;
    margin-bottom: 10.25vw;
  }
}

.p-contact__privacy-box {
  margin-bottom: 2.5rem;
}
@media (max-width: 500px) {
  .p-contact__privacy-box {
    margin-bottom: 6.15vw;
  }
}

.p-contact__privacy-box .p-contact__privacy-title2 {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}
@media (max-width: 500px) {
  .p-contact__privacy-box .p-contact__privacy-title2 {
    font-size: 4.1vw;
  }
}

.p-contact__privacy-box li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875rem;
  margin-top: 1rem;
}
@media (max-width: 500px) {
  .p-contact__privacy-box li {
    margin-top: 3.58vw;
    font-size: 3.58vw;
  }
}

.p-contact__privacy-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 500px) {
  .p-contact__privacy-text {
    font-size: 3.58vw;
  }
}

input[type=checkbox].con_type {
  display: none;
}

/* spanの左側にボタンを配置するスペースを作る */
.con_type + span {
  padding-left: 2rem;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

/* 各パーツを作成 */
.con_type + span::after,
.con_type + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #aaaaaa;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0;
  background-color: #fff;
  border-radius: 4px;
}

/* after上書き */
.con_type + span::after {
  opacity: 0;
  width: 8px;
  height: 15px;
  transform: rotate(45deg);
  left: 6px;
  top: -2px;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  border-radius: unset;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.con_type:checked + span {
  color: #aa8d68;
}

.con_type:checked + span::after {
  opacity: 1;
}

.con_type:checked + span::before {
  background-color: #aa8d68;
  border: 1px solid #aa8d68;
}

.mwform-checkbox-field-text {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 500px) {
  .mwform-checkbox-field-text {
    font-size: 4.1vw;
  }
}

.p-contact__check {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.p-contact__check .horizontal-item {
  text-align: center;
  margin-right: unset;
}
@media (max-width: 500px) {
  .p-contact__check {
    margin-bottom: 5.64vw;
  }
}

.p-contact__text {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2.5rem;
}
@media (max-width: 500px) {
  .p-contact__text {
    font-size: 3.07vw;
    margin-top: 5.12vw;
  }
}
.p-contact__text a {
  color: #aa8d68;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
  hamburger
————————————————————————————————————————— */
.p-hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 48px;
  height: 48px;
  margin: auto;
  box-shadow: 0 0 2rem transparent;
  outline: none;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
@media (max-width: 1024px) {
  .p-hamburger {
    display: block;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background-color: #fff;
  transition: inherit;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: inherit;
  border-radius: 20px;
}

.p-hamburger__line::before {
  top: -4px;
  background-color: #fff;
}

.p-hamburger__line::after {
  top: 4px;
  background-color: #fff;
}

.-fixed .p-hamburger__line::before {
  background-color: #83898f;
}
.-fixed .p-hamburger__line::after {
  background-color: #83898f;
}
.-fixed .p-head__logo-text {
  color: #424242;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #83898f;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  transform: rotate(22.5deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  transform: rotate(-22.5deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  margin: 0;
  z-index: 998;
  top: 0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

nav .p-hamburger__ul {
  padding-top: 2.5rem;
  margin: 0 auto 1rem;
  overflow: hidden;
  width: 80%;
}

.p-hamburger__li {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #cdd1d4;
  position: relative;
}
.p-hamburger__li:hover .p-hamburger__link {
  border-radius: 4px;
}

.p-hamburger__link {
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
  font-size: 0.875rem;
  line-height: 1;
  color: #f7f7f7;
  border-radius: 1px;
  padding: 1.75rem 1rem 1.75rem 0rem;
}
.p-hamburger__link span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-out;
}
.p-hamburger__link:hover span {
  color: #aa8d68;
}

.p-hamburger__figure {
  max-width: 10px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

.globalMenuSp .p-footer__box {
  margin: 0 auto;
}

.p-hamburger__main {
  max-width: 340px;
  right: 0;
  box-sizing: border-box;
  background-color: #111e41;
  padding-bottom: 8.5rem;
  width: 100%;
  height: 100vh;
  overflow: scroll;
}

.p-hamburger__head {
  height: 64px;
  position: relative;
  box-shadow: 0 6px 8px 0 rgba(2, 7, 11, 0.2);
}
@media (max-width: 500px) {
  .p-hamburger__head {
    height: 16.41vw;
  }
}

.p-hamburger__sub {
  background-color: rgba(51, 49, 50, 0.6);
  height: 100vh;
  width: 100%;
}

.p-hamburger__label {
  list-style-type: none;
  margin: 0 auto;
  color: #fff;
  padding-left: 1rem;
}
.p-hamburger__label span {
  color: #bea699;
  font-size: 1rem;
  padding: 1rem 0 0;
  display: block;
  font-weight: 500;
}

.p-hamburger__logo {
  display: block;
  max-width: 120px;
  margin-right: 1.25rem;
}
@media (max-width: 500px) {
  .p-hamburger__logo {
    max-width: 25.64vw;
    margin-right: unset;
  }
}

.p-hamburger__box {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-hamburger__box {
  display: flex;
  max-width: 310px;
  justify-content: space-between;
  margin: 0 auto 1rem;
}

.fa-chevron-down {
  color: #83898f;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  .p-hamburger__sub {
    width: unset;
  }
  .p-hamburger__main {
    max-width: unset;
  }
}
.d-block_500 {
  display: none !important;
}

.d-block_768 {
  display: none !important;
}

.d-block_1024 {
  display: none !important;
}

.d-block_1280 {
  display: none !important;
}

/*
  アニメーション設定
================= */
.anime__triger {
  opacity: 0;
  transform: translateY(10%);
}

.anime__triger2 {
  opacity: 0;
  transform: translateY(-40%);
}

.SiteWrapper .is-active__top {
  transition: opacity 0.3s linear 0s, transform 0.3s linear 0s;
  opacity: 1;
  transform: translateY(0);
}

.SiteWrapper .is-active__top2 {
  transition: all 0.3s linear 0s;
  opacity: 1;
  transform: translateY(-50%);
}

.SiteWrapper .p-lp__feature-flex .p-lp__feature-content:nth-child(4n+1) {
  transition-delay: 0s;
}

.SiteWrapper .p-lp__feature-flex .p-lp__feature-content:nth-child(4n+2) {
  transition-delay: 0.1s;
}

.SiteWrapper .p-lp__feature-flex .p-lp__feature-content:nth-child(4n+3) {
  transition-delay: 0.2s;
}

.SiteWrapper .p-lp__feature-flex .p-lp__feature-content:nth-child(4n+4) {
  transition-delay: 0.3s;
}

@media (max-width: 1280px) {
  .d-block_1280 {
    display: block !important;
  }
  .d-none_1280 {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .d-block_1024 {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .d-block_768 {
    display: block !important;
  }
  .d-none_768 {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .d-block_500 {
    display: block !important;
  }
  .d-none_500 {
    display: none !important;
  }
}
@media (min-width: 501px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */
