@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-light.woff2") format("woff2"), url("../font/noto-sans/nsjp-light.woff") format("woff"), url("../font/noto-sans/nsjp-light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-regular.woff2") format("woff2"), url("../font/noto-sans/nsjp-regular.woff") format("woff"), url("../font/noto-sans/nsjp-regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-medium.woff2") format("woff2"), url("../font/noto-sans/nsjp-medium.woff") format("woff"), url("../font/noto-sans/nsjp-medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/nsjp-bold.woff2") format("woff2"), url("../font/noto-sans/nsjp-bold.woff") format("woff"), url("../font/noto-sans/nsjp-bold.otf") format("opentype");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/lora/Lora-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-serif/NotoSerifJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-serif/NotoSerifJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-serif/NotoSerifJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-serif/NotoSerifJP-Bold.ttf") format("truetype");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0;
  background-color: #2e2c28;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.l-container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.l-container02 {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .l-container02 {
    padding: 0;
  }
}

body {
  overflow-x: hidden;
}

.l-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 4rem;
}
@media only screen and (max-width: 64em) {
  .l-header__inner {
    padding: 2rem;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  column-gap: 4rem;
  color: #ffffff;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
}
@media only screen and (max-width: 64em) {
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #2e2c28;
    transition: ease 0.4s;
    opacity: 0;
    visibility: hidden;
    display: block;
    padding: 0 2rem;
  }
}

.nav__items {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  transform: translate(0, 0);
}
@media only screen and (max-width: 64em) {
  .nav__items {
    padding: 0;
    display: block;
    margin-top: 8rem;
  }
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

.nav-items__item a {
  margin-bottom: 0;
}
@media only screen and (max-width: 64em) {
  .nav-items__item a {
    width: 100%;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 2.4rem;
  height: 100%;
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 64em) {
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    display: block;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  top: -4px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

.header__nav-link {
  display: block;
  padding: 1.1rem 4rem;
  border: 1px solid #ffffff;
  border-radius: 10rem;
  transition: 0.3s;
}
@media only screen and (max-width: 64em) {
  .header__nav-link {
    width: 72%;
    margin: 0 auto;
    margin-top: 6rem;
    font-size: 2rem;
    padding: 1.6rem 0;
  }
}

.header__nav-link:hover {
  background-color: #ffffff;
  color: #333333;
  opacity: 1;
}

@media only screen and (max-width: 64em) {
  .header__nav-link p {
    text-align: center;
    line-height: 1.3;
  }
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

.header__title {
  width: 14.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .header__title {
    width: 10.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .header__title img {
    width: 100%;
  }
}

.l-footer {
  background-color: #000;
}

.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  padding: 40px 20px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__inner {
    padding: 2.2rem 2rem;
    display: block;
  }
}

.l-footer__inner small p {
  font-size: 1.1rem;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__inner small p {
    font-size: 0.9rem;
    letter-spacing: -0.05em;
    text-align: center;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__logo a {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__txt {
    margin-top: 2.6rem;
  }
}

.l-footer__txt a {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: 1.5rem;
  color: #8f7f62;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  text-align: right;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__txt a {
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    text-align: center;
  }
}

.l-footer__logo {
  width: 13.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__logo {
    margin: 0 auto;
    width: 10.5rem;
  }
}

.c-title-01 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  border: 3px solid;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

.c-title01 h2 {
  font-size: 9rem;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  color: #8f7f62;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 h2 {
    font-size: 16vw;
  }
}

.c-title02 h2 {
  font-size: 9rem;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  color: #8f7f62;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .c-title02 h2 {
    font-size: 16vw;
  }
}

.c-title01 h3 {
  font-size: 3.6rem;
  margin-top: 4rem;
  line-height: 1.9;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .c-title01 h3 {
    margin-top: 10.6666666667vw;
    font-size: 6.4vw;
    line-height: 1.8;
  }
}

.p-home__mv {
  position: relative;
}

.p-home__mv video.u-dn-sp {
  width: 100%;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv video.u-dn-sp {
    display: none;
  }
}

.p-home__mv video.u-dn-pc.u-dn-tb {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv video.u-dn-pc.u-dn-tb {
    width: 100%;
    display: block;
  }
}

/*モーダルを開くボタン*/
.modal-open {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.6rem;
  bottom: 4rem;
  right: 4rem;
  width: 28rem;
  height: 5.8rem;
  border-radius: 5rem;
  color: #ffffff;
  background-color: #8f7f62;
  margin: auto;
  cursor: pointer;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .modal-open {
    bottom: 1.2rem;
    right: 2rem;
    width: 46.4vw;
    height: 7.4666666667vw;
    font-size: 2.9333333333vw;
    column-gap: 1.0666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .modal-open img {
    width: 4.2666666667vw;
  }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 120px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 1000px;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-content {
  aspect-ratio: 16/9;
}

.modal-content iframe {
  width: 100%;
  height: 100%;
}

.p-home__section01 {
  background-image: url(../../assets/images/home/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14rem 0 62.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01 {
    padding: 16vw 0 178.6666666667vw;
  }
}

.p-home__section03 {
  background-image: url(../../assets/images/home/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03 {
    padding: 21.3333333333vw 0 10.6666666667vw;
  }
}

.p-home__section04 {
  background-image: url(../../assets/images/home/bg04.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04 {
    background-image: url(../../assets/images/home/bg04_sp.png);
    padding: 21.3333333333vw 0;
  }
}

.p-home__section02-box01 {
  background-image: url(../../assets/images/home/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 14rem 0 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-box01 {
    padding: 26.6666666667vw 0 0;
    background-image: url(../../assets/images/home/bg02_sp.png);
  }
}

.p-home__section-title {
  margin-left: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section-title {
    margin-left: 0;
  }
}

.p-home__section-title h2 {
  font-size: 4.5rem;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section-title h2 {
    font-size: 7.4666666667vw;
  }
}

.p-home__section01-txt {
  margin-top: 8rem;
  margin-left: 19%;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-txt {
    margin-left: 0;
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-home__section01-txt p {
  position: relative;
  z-index: 1;
}

.p-home__section01-txt img {
  position: absolute;
}

.p-home__section01-img01 {
  width: 21.3rem;
  left: -43%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-img01 {
    width: 34.9333333333vw;
    left: -20px;
    top: 135%;
  }
}

.p-home__section01-img02 {
  width: 38.8rem;
  right: -19%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-img02 {
    right: -20px;
    top: 135%;
    width: 49.8666666667vw;
  }
}

.p-home__section01-img03 {
  width: 45.2rem;
  bottom: -72%;
  left: -30%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-img03 {
    width: 54.4vw;
    left: 0;
    bottom: -86%;
  }
}

.p-home__section01-img04 {
  width: 21.5rem;
  bottom: -88%;
  right: 28%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-img04 {
    width: 32.2666666667vw;
    right: -20px;
    bottom: -91%;
  }
}

.p-home__section01-txt p {
  margin-top: 4rem;
  line-height: 2.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section01-txt p {
    margin-top: 10.6666666667vw;
    line-height: 2;
  }
}

.p-home__section01-txt p:first-child {
  margin-top: 0;
}

.p-home__section02-txt01 {
  line-height: 2;
  font-size: 1.4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-txt01 {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

#mouse-stalker {
  pointer-events: none;
  position: fixed;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: 0.3s;
  transition-timing-function: ease-out;
  z-index: 1;
}
#mouse-stalker.is_active {
  top: -40px;
  left: -40px;
  width: 23rem;
  height: 23rem;
  transition: 0.2s;
  background: rgba(91, 86, 76, 0.7);
  filter: blur(50px);
}

.link-items {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 99;
}
.link-items .link-item {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-radius: 50px;
}

.link-items img {
  padding-top: 4rem;
}

.p-home__section02-box02 {
  margin-top: -4rem;
  padding-bottom: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section02-box02 {
    margin-top: 5.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}

.p-home__section03-box {
  display: flex;
  justify-content: space-between;
  column-gap: 6rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-box {
    display: block;
    margin-top: 10.6666666667vw;
  }
}

.p-home__section03-item {
  border-bottom: 1px solid #393939;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item {
    border-bottom: 0.2666666667vw solid #393939;
    margin-top: 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item:first-child {
    margin-top: 0;
  }
}

.p-home__section03-item .p-home__section03-item-txt {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section03-item .p-home__section03-item-txt {
    margin-top: 8vw;
    padding-bottom: 5.3333333333vw;
  }
}

.p-home__section04 h3 {
  font-size: 4rem;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__section04 h3 {
    font-size: 4.5333333333vw;
  }
}

.p-home__section03-item .p-home__section03-item-img {
  position: relative;
}

.p-home__section03-item .p-home__section03-item-img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.63);
  transition: 0.3s;
}

.p-home__section03-item a:hover {
  opacity: 1;
}

.p-home__section03-item a:hover .p-home__section03-item-img span {
  opacity: 0;
}

.p-service__section01 {
  padding: 12rem 0 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section01 {
    padding: 16vw 0 21.3333333333vw;
  }
}

.p-service__section01-box {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section01-box {
    display: block;
    margin-top: 10.6666666667vw;
  }
}

.p-service__section01-item {
  background-color: #212121;
  padding: 2rem 3rem 4rem;
  width: 32%;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section01-item {
    width: 100%;
    padding: 5.3333333333vw 8vw 10.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service__section01-item:first-child {
    margin-top: 0;
  }
}

.p-service__section01-item div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section01-item div {
    column-gap: 2.1333333333vw;
  }
}

.p-service__section01-item div span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #8f7f62;
}

.p-service__section01-item div p {
  font-size: 3.2rem;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  line-height: 1.3;
  color: #8f7f62;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section01-item div p {
    font-size: 8.5333333333vw;
  }
}

.p-service__section01-item h3 {
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section01-item h3 {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}

.p-service__section01-item ul {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section01-item ul {
    margin-top: 4.2666666667vw;
  }
}

.p-service__section01-item ul li {
  margin-top: 1rem;
  position: relative;
  font-size: 1.4rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section01-item ul li {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
  }
}

.p-service__section01-item ul li::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #8f7f62;
  border-radius: 100%;
  left: 0;
  top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section01-item ul li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.6666666667vw;
  }
}

.p-service__section02 {
  background-image: url(../../assets/images/service/bg01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 14rem 0 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section02 {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
}

.p-service__section02-item {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item {
    column-gap: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.p-service__section02-item:first-child {
  margin-top: 0;
}

.p-service__section02-item-img {
  width: 10rem;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item-img {
    width: 16vw;
  }
}

.p-service__section02-item-img::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 16rem;
  background-color: #82807e;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item-img::before {
    height: 48vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item:nth-child(4) .p-service__section02-item-txt div {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item:nth-child(2) .p-service__section02-item-img::before {
    height: 69.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item:nth-child(4) .p-service__section02-item-img::before {
    height: 80vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item:nth-child(5) .p-service__section02-item-img::before {
    height: 69.3333333333vw;
  }
}

.p-service__section02-item:last-child .p-service__section02-item-img::before {
  content: none;
}

.p-service__section02-item-txt {
  width: 82%;
}

.p-service__section02-item-txt div {
  display: flex;
  align-items: flex-end;
  column-gap: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item-txt div {
    column-gap: 4.2666666667vw;
  }
}

.p-service__section02-item-txt div span {
  display: block;
  font-size: 4.8rem;
  color: #8f7f62;
  line-height: 1.3;
  margin-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item-txt div span {
    font-size: 9.6vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item:nth-child(4) .p-service__section02-item-txt div p {
    letter-spacing: -0.08em;
  }
}

.p-service__section02-item-txt div p {
  font-size: 2.4rem;
  margin-top: 0;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item-txt div p {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}

.p-service__section02-item-txt p {
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item-txt p {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-service__section02-item-txt span {
  display: block;
  opacity: 0.6;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-service__section02-item-txt span {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}

.p-company__section01 {
  padding: 12rem 0 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01 {
    padding: 16vw 0 21.3333333333vw;
  }
}

.p-company__section01-txt01 {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-txt01 {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.p-company__section01-box {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box {
    margin-top: 8vw;
  }
}

.p-company__section01-box .p-company__section01-box-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  column-gap: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box .p-company__section01-box-title {
    column-gap: 2.6666666667vw;
  }
}

.p-company__section01-box .p-company__section01-box-title p {
  line-height: 1.1;
}

.p-company__section01-box .p-company__section01-box-txt01 {
  position: relative;
  margin-top: 2rem;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box .p-company__section01-box-txt01 {
    display: block;
    margin-top: 5.3333333333vw;
  }
}

.p-company__section01-box .p-company__section01-box-txt01 img {
  width: 2.8rem;
  margin: 0;
  position: absolute;
  top: 0.4rem;
  left: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box .p-company__section01-box-txt01 img {
    margin-right: 0;
    margin-top: 0;
    margin: 0;
    width: 7.4666666667vw;
    top: 1.0666666667vw;
    left: 3.2vw;
  }
}

.p-company__section01-box .p-company__section01-box-txt01 p {
  font-size: 1rem;
  line-height: 2.2;
  font-weight: 300;
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box .p-company__section01-box-txt01 p {
    font-size: 2.6666666667vw;
  }
}

.p-company__section01-box div span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box div span {
    font-size: 3.7333333333vw;
  }
}

.p-company__section01-box div p {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box div p {
    font-size: 6.4vw;
  }
}

.p-company__section01-box img {
  width: 20.8rem;
  margin-top: 2rem;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box img {
    width: 55.4666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-company__section01-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box ul.u-dn-sp {
    display: none;
  }
}

.p-company__section01-box ul.u-dn-pc {
  display: none;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-company__section01-box ul.u-dn-pc {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box ul.u-dn-pc {
    display: flex;
  }
}

.p-company__section01-box ul:nth-child(2) {
  margin-top: 2rem;
}

.p-company__section01-box ul:nth-child(3) {
  margin-top: 0.3rem;
}

.p-company__section01-box ul li {
  font-size: 1.4rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box ul li {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-company__section01-box ul li img {
  width: 12.4rem;
  margin-top: 0;
  margin-left: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box ul li img {
    width: 32.5333333333vw;
  }
}

.p-company__section01-box p {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section01-box p {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-company__section02 {
  background-image: url(../../assets/images/company/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14rem 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section02 {
    padding: 21.3333333333vw 0;
  }
}

.p-company__section02-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section02-box {
    display: block;
  }
}

.p-company__section02-box table {
  width: 74%;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section02-box table {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.p-company__section02-box table tr {
  border-bottom: 1px solid #646464;
}

.p-company__section02-box table tr:first-child {
  border-top: 1px solid #646464;
}

.p-company__section02-box table th,
.p-company__section02-box table td {
  padding: 3rem 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section02-box table th,
.p-company__section02-box table td {
    display: block;
    padding: 6.4vw 0;
    font-size: 3.7333333333vw;
  }
}

.p-company__section02-box table th {
  text-align: left;
  opacity: 0.6;
  width: 24%;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section02-box table th {
    padding-bottom: 2.6666666667vw;
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-company__section02-box table td {
    padding-top: 0;
  }
}

.p-company__section02-box table td ul li {
  position: relative;
  padding-left: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section02-box table td ul li {
    padding-left: 2.6666666667vw;
  }
}

.p-company__section02-box table td ul li::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #8f7f62;
  border-radius: 100%;
  left: 0;
  top: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section02-box table td ul li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 3.4666666667vw;
  }
}

.p-company__section03 {
  padding: 14rem 0 11rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section03 {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
}

.p-company__section03 iframe {
  display: block;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section03 iframe {
    margin-top: 10.6666666667vw;
    height: 36vw;
  }
}

.p-company__section03-txt {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  column-gap: 3rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-company__section03-txt {
    display: block;
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-company__section03-txt p:last-child {
    margin-top: 2.6666666667vw;
  }
}

.p-under__title {
  margin-top: 17rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #5f5f5f;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__title {
    margin-top: 9.6rem;
    padding-bottom: 10.6666666667vw;
  }
}

.p-under__title h1 {
  font-size: 9rem;
  color: #8f7f62;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__title h1 {
    font-size: 8.5333333333vw;
  }
}

.p-under__title h1 span {
  font-size: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__title h1 span {
    font-size: 3.7333333333vw;
  }
}

.p-under__title p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__title p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-under__title02 h2 {
  font-size: 3.2rem;
  font-weight: 300;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__title02 h2 {
    font-size: 5.8666666667vw;
  }
}

.p-under__title02 p {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  opacity: 0.4;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__title02 p {
    font-size: 3.7333333333vw;
    margin-top: 3.2vw;
  }
}

.p-privacy__txt01 {
  padding-top: 12rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__txt01 {
    padding-top: 16vw;
    font-size: 3.7333333333vw;
  }
}

.p-privacy__section01 {
  padding: 8rem 0 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01 {
    padding: 16vw 0 26.6666666667vw;
  }
}

.p-privacy__section01-item {
  margin-top: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #6d6c69;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-item {
    margin-top: 16vw;
    padding-bottom: 16vw;
  }
}

.p-privacy__section01-item:first-child {
  margin-top: 0;
}

.p-privacy__section01-item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-item:last-child {
    border-bottom: 1px solid #6d6c69;
  }
}

.p-privacy__section01-item h2 {
  font-size: 2.8rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-item h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}

.p-privacy__section01-item ul li {
  position: relative;
  font-size: 1.4rem;
  margin-top: 2rem;
  padding-left: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-item ul li {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    padding-left: 2.6666666667vw;
  }
}

.p-privacy__section01-item ul li::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #8f7f62;
  border-radius: 100%;
  left: 0;
  top: 1.3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-item ul li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 3.4666666667vw;
  }
}

.p-privacy__section01-item ul li:first-child {
  margin-top: 0;
}

.p-privacy__section01-item ul li p {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-item ul li p {
    margin-top: 2.6666666667vw;
  }
}

.p-privacy__section01-box02 {
  background-color: #212121;
  padding: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-box02 {
    padding: 8vw;
    margin-top: 16vw;
  }
}

.p-privacy__section01-box02 div {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-box02 div {
    margin-top: 8vw;
  }
}

.p-privacy__section01-box02 div:first-child {
  margin-top: 0;
}

.p-privacy__section01-box02 div h3 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-box02 div h3 {
    font-size: 4.2666666667vw;
  }
}

.p-privacy__section01-box02 div p {
  font-size: 1.4rem;
  opacity: 0.6;
  margin-top: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-box02 div p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.p-privacy__section01-box03 p {
  text-align: right;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-privacy__section01-box03 p {
    font-size: 3.7333333333vw;
    margin-top: 16vw;
  }
}

.p-contact__section01 {
  padding: 12rem 0 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01 {
    padding: 16vw 0 26.6666666667vw;
  }
}

.p-contact__section01-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-box {
    display: block;
  }
}

.p-contact__section01-form {
  width: 74%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form {
    width: 100%;
    margin-top: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-nav ul {
    display: flex;
    column-gap: 8vw;
  }
}

.p-contact__section01-nav ul li {
  font-size: 1.6rem;
  margin-top: 1.6rem;
  opacity: 0.6;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-nav ul li {
    margin-top: 0;
    font-size: 3.7333333333vw;
  }
}

.p-contact__section01-nav ul li.active {
  opacity: 1;
}

.p-contact__section01-nav ul li:first-child {
  margin-top: 0;
}

.p-contact__section01-form-item {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item {
    display: block;
    margin-top: 8vw;
  }
}

.p-contact__section01-form-item:nth-child(10) {
  align-items: flex-start;
}

.p-contact__section01-form-item:nth-child(12) {
  align-items: flex-start;
}

.p-contact__section01-form-item:nth-child(13) {
  align-items: flex-start;
}

.p-contact__section01-form-item:first-child {
  margin-top: 0;
}

.p-contact__section01-form-item label {
  font-size: 1.6rem;
  display: block;
  width: 22%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item label {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}

.p-contact__section01-form-item label span {
  color: #8f7f62;
}

.p-contact__section01-form-item div {
  width: 78%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item div {
    width: 100%;
  }
}

.p-contact__section01-form-item div input[type=text] {
  border: 1px solid #5f5f5f;
  background-color: #212121;
  padding: 2.4rem;
  font-size: 1.4rem;
  color: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item div input[type=text] {
    margin-top: 2.6666666667vw;
    padding: 4.8vw;
    font-size: 4.2666666667vw;
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item input[type=text]::placeholder {
    font-size: 3.2vw;
  }
}

.p-contact__section01-form-item textarea {
  border: 1px solid #5f5f5f;
  background-color: #212121;
  padding: 2.4rem;
  font-size: 1.4rem;
  color: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item textarea {
    padding: 4.8vw;
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    width: 100%;
    height: 64vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item textarea::placeholder {
    font-size: 3.2vw;
  }
}

.p-contact__section01-form-item .p-contact__section01-radio {
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item .p-contact__section01-radio {
    margin-top: 3.7333333333vw;
  }
}

.p-contact__section01-form-item .p-contact__section01-radio div {
  width: 100%;
}

.p-contact__section01-check {
  width: 100% !important;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-check {
    margin-top: 3.7333333333vw;
    width: 100%;
  }
}

.p-contact__section01-form-item select {
  border: 1px solid #5f5f5f;
  background-color: #212121;
  padding: 2.4rem;
  font-size: 1.4rem;
  color: #919191;
  width: 100%;
  appearance: none;
  background-image: url(../../assets/images/common/arrow.svg);
  background-position: right 2.4rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item select {
    padding: 4.8vw;
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
    background-position: right 4.8vw center;
    background-size: 2.6666666667vw 2.6666666667vw;
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item select::placeholder {
    font-size: 3.2vw;
  }
}

.p-contact__section01-form-item input::placeholder {
  color: #919191;
}

.p-contact__section01-form-item .p-contact__section01-radio label {
  width: auto;
}

.p-contact__section01-form-item .p-contact__section01-check label {
  width: auto;
}

/* ラジオボタン01 */
input[type=radio] {
  display: none;
}

.radio-txt {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding-left: 2.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .radio-txt {
    padding-left: 5.8666666667vw;
  }
}

.radio-txt::before {
  background-color: #212121;
  border: 1px solid #5f5f5f;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .radio-txt::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.radio-txt::after {
  background-color: #ffffff;
  border-radius: 100%;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  left: 0.3rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .radio-txt::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: 0.8vw;
  }
}

input[type=radio]:checked + .radio-txt::after {
  opacity: 1;
}

.p-contact__section01-radio div {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-radio div {
    margin-top: 3.7333333333vw;
  }
}

.p-contact__section01-radio div:first-child {
  margin-top: 0;
}

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

.check-txt {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding-left: 2.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .check-txt {
    padding-left: 5.8666666667vw;
  }
}

.check-txt::before {
  background-color: #212121;
  border: 1px solid #5f5f5f;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .check-txt::before {
    height: 4.2666666667vw;
    width: 4.2666666667vw;
  }
}

.check-txt::after {
  background-color: #ffffff;
  border-radius: 100%;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  left: 0.3rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.9375em) {
  .check-txt::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    left: 0.8vw;
  }
}

input[type=checkbox]:checked + .check-txt::after {
  opacity: 1;
}

.p-contact__section01-check div {
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-check div {
    margin-top: 3.7333333333vw;
  }
}

.p-contact__section01-check div:first-child {
  margin-top: 0;
}

.p-contact__section01-form-item button {
  width: 78%;
  background-color: #8f7f62;
  font-size: 1.4rem;
  padding: 2.4rem 0;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item button {
    padding: 6.4vw 0;
    font-size: 3.7333333333vw;
    width: 100%;
  }
}

.p-contact__section01-form-item button:hover {
  opacity: 0.7;
}

.p-contact__section01-form-item-last {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item-last {
    margin-top: 16vw;
  }
}

.p-contact__section01-tell {
  border: 1px solid #707070;
  width: 100%;
  padding: 3rem 0;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-tell {
    padding: 5.3333333333vw 0;
    margin-bottom: 10.6666666667vw;
    border: 0.2666666667vw solid #707070;
  }
}

.p-contact__section01-tell div a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-tell div a {
    column-gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-contact__section01-tell p {
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-tell p {
    font-size: 3.7333333333vw;
  }
}

.p-contact__section01-tell div img {
  width: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-tell div img {
    width: 9.6vw;
  }
}

.p-contact__section01-tell div p {
  font-size: 3.2rem;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-tell div p {
    font-size: 7.4666666667vw;
  }
}

.p-contact__confirm p {
  width: 78%;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__confirm p {
    width: 100%;
  }
}

.p-contact__thanks {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__thanks {
    font-size: 4.2666666667vw;
  }
}

.p-contact__thanks span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__thanks span {
    font-size: 3.7333333333vw;
  }
}

.p-contact__confirm-btn {
  width: 78%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__confirm-btn {
    width: 100%;
  }
}

.p-contact__confirm-btn button:first-child {
  display: block;
  background-color: #5d5a53;
  padding: 2.4rem 0;
  font-size: 1.4rem;
  width: 48%;
  text-align: center;
}

.p-contact__confirm-btn button {
  width: 48%;
}

.p-contact__section01-form-item .error {
  color: red;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-contact__section01-form-item .error {
    font-size: 3.2vw;
  }
}

.p-support__section01 {
  padding: 12rem 0 15rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01 {
    padding: 16vw 0 21.3333333333vw;
  }
}

.p-support__section01-txt {
  margin-bottom: 8rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-txt {
    margin-bottom: 21.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-support__section01-box01 {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box01 {
    margin-top: 10.6666666667vw;
    display: block;
  }
}

.p-support__section01-item01 {
  width: 50%;
  background-color: #212121;
  padding: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-item01 {
    width: 100%;
    padding: 5.3333333333vw;
    margin-top: 8vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-support__section01-item01:first-child {
    margin-top: 0;
  }
}

.p-support__section01-item01-title {
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-item01-title {
    column-gap: 3.7333333333vw;
  }
}

.p-support__section01-item01-title span {
  color: #8f7f62;
  font-size: 4rem;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  line-height: 1.3;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-item01-title span {
    font-size: 9.0666666667vw;
  }
}

.p-support__section01-item01-title h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-item01-title h3 {
    font-size: 5.3333333333vw;
  }
}

.p-support__section01-item01 h4 {
  color: #8f7f62;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-item01 h4 {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-support__section01-item01 ul {
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-item01 ul {
    margin-top: 2.6666666667vw;
  }
}

.p-support__section01-item01 ul li {
  margin-top: 1rem;
  padding-left: 1rem;
  position: relative;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-item01 ul li {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
  }
}

.p-support__section01-item01 ul li::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #8f7f62;
  border-radius: 100%;
  left: 0;
  top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-item01 ul li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.6666666667vw;
  }
}

.p-support__section01-item01 ul li:first-child {
  margin-top: 0;
}

.p-support__section01-box02 {
  margin-top: 4rem;
  background-color: #212121;
  padding: 6rem 6rem 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02 {
    margin-top: 8vw;
    padding: 5.3333333333vw;
  }
}

.p-support__section01-box02-txt h4 {
  color: #8f7f62;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-txt h4 {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.p-support__section01-box02-txt ul {
  margin-top: 1rem;
  display: flex;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-txt ul {
    margin-top: 2.6666666667vw;
    display: block;
  }
}

.p-support__section01-box02-txt ul li {
  padding-left: 1rem;
  position: relative;
  font-size: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-txt ul li {
    padding-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-txt ul li:first-child {
    margin-top: 0;
  }
}

.p-support__section01-box02-txt ul li::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #8f7f62;
  border-radius: 100%;
  left: 0;
  top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-txt ul li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.6666666667vw;
  }
}

.p-support__section01-box02-item {
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item {
    margin-top: 16vw;
  }
}

.p-support__section01-box02-item h3 {
  font-size: 2rem;
  color: #8f7f62;
  padding-bottom: 2rem;
  border-bottom: 1px solid #5f5f5f;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item h3 {
    font-size: 4.8vw;
    padding-bottom: 4.2666666667vw;
  }
}

.p-support__section01-box02-txt02 {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-txt02 {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-support__section01-box02-item02-wrap {
  margin-top: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item02-wrap {
    margin-top: 8vw;
  }
}

.p-support__section01-box02-item02 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item02 {
    margin-top: 10.6666666667vw;
  }
}

.p-support__section01-box02-item02:first-child {
  margin-top: 0;
}

.p-support__section01-box02-item02 h4 {
  font-size: 1.8rem;
  position: relative;
  padding-left: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item02 h4 {
    font-size: 4.2666666667vw;
    padding-left: 8vw;
  }
}

.p-support__section01-box02-item02 h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 2rem;
  height: 0.1rem;
  background-color: #8f7f62;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item02 h4::before {
    top: 3.2vw;
    width: 5.3333333333vw;
    height: 0.2666666667vw;
  }
}

.p-support__section01-box02-item02 ul {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item02 ul {
    margin-top: 4.2666666667vw;
  }
}

.p-support__section01-box02-item02 ul li {
  margin-top: 1rem;
  font-size: 1.4rem;
  padding-left: 1rem;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item02 ul li {
    margin-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

.p-support__section01-box02-item02 ul li::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #8f7f62;
  border-radius: 100%;
  left: 0;
  top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item02 ul li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    top: 2.6666666667vw;
  }
}

.p-support__section01-box02-item02 ul li:first-child {
  margin-top: 0;
}

.p-support__section01-box02-item03-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 64em) {
  .p-support__section01-box02-item03-wrap {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item03-wrap {
    margin-top: 5.3333333333vw;
  }
}

.p-support__section01-box02-item03-wrap div {
  background-color: #2e2c28;
  padding: 2rem 0;
  width: 13.5rem;
}
@media only screen and (max-width: 64em) {
  .p-support__section01-box02-item03-wrap div {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item03-wrap div {
    padding: 5.3333333333vw 0;
  }
}

.p-support__section01-box02-item03-wrap span {
  display: block;
  width: 0.6rem;
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .p-support__section01-box02-item03-wrap span {
    margin: 1rem auto;
    width: 1.2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item03-wrap span {
    margin: 2.6666666667vw auto;
    width: 2.6666666667vw;
  }
}

.p-support__section01-box02-item03-wrap div p {
  color: #8f7f62;
  font-family: "Lora", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, serif;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item03-wrap div p {
    font-size: 3.7333333333vw;
  }
}

.p-support__section01-box02-item03-wrap div h4 {
  font-size: 1.6rem;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section01-box02-item03-wrap div h4 {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-support__section02 {
  background-image: url(../../assets/images/common/bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14rem 0 16rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section02 {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
}

.p-support__section02-txt01 {
  font-size: 1.4rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section02-txt01 {
    font-size: 3.7333333333vw;
    margin-top: 10.6666666667vw;
    line-height: 2;
  }
}

.p-support__section02-box01 {
  margin-top: 6rem;
  display: flex;
  column-gap: 1rem;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-support__section02-box01 {
    flex-wrap: wrap;
    row-gap: 4vw;
    margin-top: 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-support__section02-box01 div {
    width: 47.8%;
  }
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */