@charset "UTF-8";
/* ===================================
Reset
=================================== */
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 {
  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 {
  background-color: #FBF7EE;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

.en {
  font-family: "Kanit", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* input textarea reset
==============================　*/
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  outline: none;
  outline: 0;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

html {
  overflow-x: hidden;
}
body {
  line-height: 1.8;
  overflow-x: hidden;
  max-width: 100vw;
}

/* テキスト
==============================　*/
a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

/* メディア
==============================　*/
img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

/* ===================================
大カテゴリ
=================================== */
/* 中カテゴリ
==============================　*/
/* 小カテゴリ */
body.open {
  overflow: hidden;
}

/* ===================================
ヘッダー
=================================== */
/* 下層共通
==============================　*/
.fixed_header,
header {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  background-color: #FBF7EE;
  border-bottom: 1px solid #333;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .fixed_header,
  header {
    padding: 20px;
  }
}
.fixed_header .h_inner,
header .h_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.fixed_header .logo,
header .logo {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.fixed_header .logo a,
header .logo a {
  display: block;
  width: 219px;
  transition: 0.3s;
}
@media (hover: hover) {
  .fixed_header .logo a:hover,
  header .logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1025px) {
  .fixed_header .logo a,
  header .logo a {
    width: 160px;
  }
}
.fixed_header .h_nav,
header .h_nav {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  align-items: flex-end;
  width: 100%;
}
.fixed_header .h_nav .h_nav_list,
header .h_nav .h_nav_list {
  display: flex;
  gap: 26px;
}
.fixed_header .h_nav .h_nav_list li a,
header .h_nav .h_nav_list li a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 2px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media (hover: hover) {
  .fixed_header .h_nav .h_nav_list li a:hover,
  header .h_nav .h_nav_list li a:hover {
    color: #E03837;
  }
}
.fixed_header .h_nav .h_nav_list li.pull_down_btn,
header .h_nav .h_nav_list li.pull_down_btn {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.fixed_header .h_nav .h_nav_list li.pull_down_btn::after,
header .h_nav .h_nav_list li.pull_down_btn::after {
  content: "";
  position: relative;
  top: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fixed_header .h_nav .h_nav_list li.pull_down_btn.open,
header .h_nav .h_nav_list li.pull_down_btn.open {
  color: #E03837;
}
.fixed_header .h_nav .h_nav_list li.pull_down_btn.open::after,
header .h_nav .h_nav_list li.pull_down_btn.open::after {
  background-image: url(../img/common/icon-arrow_red.svg);
}
@media (hover: hover) {
  .fixed_header .h_nav .h_nav_list li.pull_down_btn:hover,
  header .h_nav .h_nav_list li.pull_down_btn:hover {
    color: #E03837;
  }
  .fixed_header .h_nav .h_nav_list li.pull_down_btn:hover::after,
  header .h_nav .h_nav_list li.pull_down_btn:hover::after {
    background-image: url(../img/common/icon-arrow_red.svg);
  }
}
.fixed_header .h_nav .h_nav_list li.pull_down_btn .pull_down_btn_ttl,
header .h_nav .h_nav_list li.pull_down_btn .pull_down_btn_ttl {
  position: relative;
  z-index: 1;
}
.fixed_header .h_nav .cta_wrap,
header .h_nav .cta_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.fixed_header .h_nav .tel_btn,
header .h_nav .tel_btn {
  margin: 0 19px;
  margin-left: 48px;
}
@media screen and (max-width: 1400px) {
  .fixed_header .h_nav .tel_btn,
  header .h_nav .tel_btn {
    margin: 0 15px;
    margin-left: 20px;
  }
}
.fixed_header .h_nav .tel_btn a,
header .h_nav .tel_btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  transition: 0.3s;
}
.fixed_header .h_nav .tel_btn a::before,
header .h_nav .tel_btn a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (hover: hover) {
  .fixed_header .h_nav .tel_btn a:hover,
  header .h_nav .tel_btn a:hover {
    opacity: 0.6;
  }
}
.fixed_header .h_nav .enPageLink,
header .h_nav .enPageLink {
  display: block;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}
.fixed_header .h_nav .enPageLink-black,
header .h_nav .enPageLink-black {
  color: #333;
}
@media (hover: hover) {
  .fixed_header .h_nav .enPageLink:hover,
  header .h_nav .enPageLink:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}
.fixed_header .h_nav .h_nav_cta_list,
header .h_nav .h_nav_cta_list {
  display: flex;
  gap: 10px;
}
.fixed_header .h_nav .h_nav_cta_list li a,
header .h_nav .h_nav_cta_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 205px;
  padding: 8px 5px 10px;
  border-radius: 200px;
  border: 1px solid #E03837;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.fixed_header .h_nav .h_nav_cta_list li a::before,
header .h_nav .h_nav_cta_list li a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fixed_header .h_nav .h_nav_cta_list li.contact a,
header .h_nav .h_nav_cta_list li.contact a {
  background-color: #E03837;
  color: #fff;
  transition: 0.3s;
}
.fixed_header .h_nav .h_nav_cta_list li.contact a::before,
header .h_nav .h_nav_cta_list li.contact a::before {
  background-image: url(../img/common/icon-mail.svg);
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  .fixed_header .h_nav .h_nav_cta_list li.contact a:hover,
  header .h_nav .h_nav_cta_list li.contact a:hover {
    background-color: #fff;
    color: #E03837;
  }
  .fixed_header .h_nav .h_nav_cta_list li.contact a:hover::before,
  header .h_nav .h_nav_cta_list li.contact a:hover::before {
    background-image: url(../img/common/icon-mail_hover.svg);
  }
}
.fixed_header .h_nav .h_nav_cta_list li.request a,
header .h_nav .h_nav_cta_list li.request a {
  background-color: #fff;
  color: #E03837;
  transition: 0.3s;
}
.fixed_header .h_nav .h_nav_cta_list li.request a::before,
header .h_nav .h_nav_cta_list li.request a::before {
  background-image: url(../img/common/ion_document.svg);
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  .fixed_header .h_nav .h_nav_cta_list li.request a:hover,
  header .h_nav .h_nav_cta_list li.request a:hover {
    background-color: #E03837;
    color: #fff;
  }
  .fixed_header .h_nav .h_nav_cta_list li.request a:hover::before,
  header .h_nav .h_nav_cta_list li.request a:hover::before {
    background-image: url(../img/common/ion_document_hover.svg);
  }
}

/* トップページ用
==============================　*/
header.h_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
  border-bottom: none;
}
header.h_top .h_nav .h_nav_list li a {
  color: #fff;
}
@media (hover: hover) {
  header.h_top .h_nav .h_nav_list li a:hover {
    color: #E03837;
  }
}
header.h_top .h_nav .h_nav_list li.pull_down_btn {
  color: #fff;
}
header.h_top .h_nav .h_nav_list li.pull_down_btn::after {
  background-image: url(../img/common/icon-arrow_w.svg);
}
header.h_top .h_nav .h_nav_list li.pull_down_btn.open {
  color: #E03837;
}
header.h_top .h_nav .h_nav_list li.pull_down_btn.open::after {
  background-image: url(../img/common/icon-arrow_red.svg);
}
@media (hover: hover) {
  header.h_top .h_nav .h_nav_list li.pull_down_btn:hover {
    color: #E03837;
  }
  header.h_top .h_nav .h_nav_list li.pull_down_btn:hover::after {
    background-image: url(../img/common/icon-arrow_red.svg);
  }
}
header.h_top .h_nav .tel_btn a {
  color: #fff;
}
header.h_top .h_nav .tel_btn a::before {
  background-image: url(../img/common/icon-tel_white.svg);
}

/* 途中固定ヘッダー用
==============================　*/
.fixed_header {
  transform: translateY(-100%);
  transition: 0.5s;
}
.fixed_header.active {
  transform: translateY(0);
}

/* フォーム用ヘッダー
==============================　*/
.contact_header .h_inner {
  justify-content: center;
}

/* プルダウンメニュー
==============================　*/
.pull_down_btn .pull_down_box {
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background-color: #333;
  padding: 0 50px 50px;
  padding-top: 140px;
  color: #fff;
  transition: 0.3s;
}
.pull_down_btn .pull_down_box .bg_txt {
  position: absolute;
  top: 80px;
  left: -20px;
  display: block;
  opacity: 0.1;
  font-size: 160px;
  font-weight: 500;
  line-height: 1;
}
.pull_down_btn .pull_down_box .pb_inner {
  position: relative;
  z-index: 1;
  max-width: 1650px;
  margin: auto;
}
.pull_down_btn .pull_down_box .pb_inner .pb_ttl {
  width: fit-content;
}
.pull_down_btn .pull_down_box .pb_inner .pb_ttl a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
  transition: 0.3s;
}
.pull_down_btn .pull_down_box .pb_inner .pb_ttl a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/pd_link_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (hover: hover) {
  .pull_down_btn .pull_down_box .pb_inner .pb_ttl a:hover {
    color: #E03837;
  }
}
.pull_down_btn .pull_down_box .pb_inner .pb_list {
  display: flex;
  gap: 30px;
}
.pull_down_btn .pull_down_box .pb_inner .pb_list li a {
  transition: 0.3s;
}
.pull_down_btn .pull_down_box .pb_inner .pb_list li a .pb_img {
  margin-bottom: 16px;
  transition: 0.3s;
}
@media (hover: hover) {
  .pull_down_btn .pull_down_box .pb_inner .pb_list li a:hover {
    color: #E03837;
  }
  .pull_down_btn .pull_down_box .pb_inner .pb_list li a:hover .pb_img {
    opacity: 0.6;
  }
}
.pull_down_btn .pull_down_box.fixed {
  padding-top: 50px;
  border-top: 112px solid #FBF7EE;
}
.pull_down_btn .pull_down_box.fixed .bg_txt {
  top: 0px;
}
.pull_down_btn.open .pull_down_box {
  opacity: 1;
  pointer-events: all;
}

/* スマホ ヘッダー
==============================　*/
.h_nav_sp,
.openbtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .h_nav_sp,
  .openbtn {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .h_nav.pc {
    display: none;
  }
}
.h_nav_sp {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #333;
  padding: 100px 20px 70px;
  transition: 0.3s;
}
.h_nav_sp.open {
  pointer-events: all;
  opacity: 1;
}
.h_nav_sp .h_nav_list {
  color: #fff;
}
.h_nav_sp .h_nav_list .h_link_s a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
.h_nav_sp .h_nav_list .h_link_p {
  margin-bottom: 20px;
}
.h_nav_sp .h_nav_list .h_link_p .h_link_p_ttl a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
.h_nav_sp .h_nav_list .h_link_p .h_link_c_list .h_link_c {
  margin-bottom: 3px;
}
.h_nav_sp .h_nav_list .h_link_p .h_link_c_list .h_link_c a {
  display: flex;
  gap: 10px;
  font-weight: 400;
}
.h_nav_sp .h_nav_list .h_link_p .h_link_c_list .h_link_c a::before {
  content: "";
  width: 20px;
  height: 1px;
  margin-top: 15px;
  background-color: #fff;
}
.h_nav_sp .h_nav_sp_cta_wrap {
  margin-top: 30px;
}
.h_nav_sp .h_nav_sp_cta_wrap .tel_btn {
  color: #fff;
  margin-bottom: 15px;
}
.h_nav_sp .h_nav_sp_cta_wrap .tel_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.h_nav_sp .h_nav_sp_cta_wrap .tel_btn a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon-tel_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 205px;
  padding: 11px 5px 13px;
  border-radius: 200px;
  border: 1px solid #E03837;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li.contact {
  margin-bottom: 15px;
}
.h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li.contact a {
  background-color: #E03837;
  color: #fff;
  transition: 0.3s;
}
.h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li.contact a::before {
  background-image: url(../img/common/icon-mail.svg);
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  .h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li.contact a:hover {
    background-color: #fff;
    color: #E03837;
  }
  .h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li.contact a:hover::before {
    background-image: url(../img/common/icon-mail_hover.svg);
  }
}
.h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li.request a {
  background-color: #fff;
  color: #E03837;
  transition: 0.3s;
}
.h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li.request a::before {
  background-image: url(../img/common/ion_document.svg);
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  .h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li.request a:hover {
    background-color: #E03837;
    color: #fff;
  }
  .h_nav_sp .h_nav_sp_cta_wrap .h_nav_cta_list li.request a:hover::before {
    background-image: url(../img/common/ion_document_hover.svg);
  }
}

.openbtn {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 20px;
  margin: 10px;
  transition: 0.3s;
}
.openbtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: 0.3s;
}
.openbtn span:nth-of-type(1) {
  top: 0;
  transform: translateY(0%) rotate(0deg);
}
.openbtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.openbtn span:nth-of-type(3) {
  bottom: 0;
  transform: translateY(0%) rotate(0deg);
}
.openbtn.black span {
  background-color: #333;
}
.openbtn.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.openbtn.open span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.open span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* ===================================
下層共通
=================================== */
.p_ttl_area {
  margin-top: 80px;
  width: 100%;
  padding: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1300px) {
  .p_ttl_area {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 801px) {
  .p_ttl_area {
    padding: 30px 20px;
  }
}
.p_ttl_area .p_ttl_inner {
  max-width: 1340px;
  margin: auto;
}
.p_ttl_area.border_none {
  border-bottom: none;
}
.p_ttl_area .sp_br {
  display: none;
}
@media screen and (max-width: 801px) {
  .p_ttl_area .sp_br {
    display: inline;
  }
}

.p_ttl_wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .p_ttl_wrap {
    width: 100%;
  }
}
.p_ttl_wrap .p_ttl {
  position: absolute;
  bottom: 40px;
  left: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1300px) {
  .p_ttl_wrap .p_ttl {
    bottom: 30%;
    left: 50px;
  }
}
@media screen and (max-width: 801px) {
  .p_ttl_wrap .p_ttl {
    left: 0;
    bottom: 13px;
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
}
.p_ttl_wrap .p_ttl_en {
  color: #E9E4DA;
  font-size: 160px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  .p_ttl_wrap .p_ttl_en {
    font-size: 100px;
  }
}
@media screen and (max-width: 801px) {
  .p_ttl_wrap .p_ttl_en {
    font-size: 60px !important;
    text-align: center;
  }
}
.p_ttl_wrap.center {
  width: 100%;
  margin: auto;
}
.p_ttl_wrap.center .p_ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.p_ttl_wrap.center .p_ttl_en {
  width: 100%;
  color: #E9E4DA;
  font-size: 160px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.bread_area {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .bread_area {
    padding: 10px 20px;
  }
}
.bread_area .bread_inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bread_area .bread_inner::-webkit-scrollbar {
  display: none;
}
.bread_area .bread_inner li {
  font-size: 12px;
  font-weight: 400;
  padding: 7px 0;
  letter-spacing: 0.04em;
}
.bread_area .bread_inner li.bread_link_txt {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0;
}
.bread_area .bread_inner li.bread_link_txt::after {
  content: "";
  display: block;
  background-color: #746F6A;
  width: 16px;
  height: 1px;
}
.bread_area .bread_inner li.bread_link_txt a {
  padding: 7px 0;
  transition: 0.3s;
}
@media (hover: hover) {
  .bread_area .bread_inner li.bread_link_txt a:hover {
    opacity: 0.6;
  }
}

.p_description_box {
  margin-top: 20px;
  padding: 0 20px;
}
.p_description_box .p_description_inner {
  max-width: 1240px;
  margin: auto;
}
.p_description_box .p_description_inner .p_d_txt {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2em;
  letter-spacing: 0.04em;
}
.p_description_box .p_description_inner .p_d_cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 100px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px #DDD4C0;
}
@media screen and (max-width: 1220px) {
  .p_description_box .p_description_inner .p_d_cta {
    justify-content: center;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 930px) {
  .p_description_box .p_description_inner .p_d_cta {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p_description_box .p_description_inner .p_d_cta {
    padding: 30px 20px;
  }
}
.p_description_box .p_description_inner .p_d_cta .p_d_cta_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_txt {
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
  }
}
.p_description_box .p_description_inner .p_d_cta .p_d_cta_btn {
  flex-shrink: 0;
  width: 440px;
}
@media screen and (max-width: 1220px) {
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn {
    width: 100%;
  }
}
.p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 23px 10px;
  border-radius: 200px;
  border: 1px solid #E03837;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  background-color: #E03837;
  color: #fff;
  transition: 0.3s;
}
.p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon-mail.svg);
  width: 28px;
  height: 28px;
}
@media (hover: hover) {
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a:hover {
    background-color: #fff;
    color: #E03837;
  }
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a:hover::before {
    background-image: url(../img/common/icon-mail_hover.svg);
  }
}
@media screen and (max-width: 767px) {
  .p_description_box .p_description_inner .p_d_cta .p_d_cta_btn a {
    padding: 16px 8px;
    font-size: 20px;
    letter-spacing: 0;
  }
}
.p_description_box .p_description_inner.error_wrap .p_d_ttl {
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.p_description_box .p_description_inner.error_wrap .error_txt {
  text-align: center;
}
.p_description_box .p_description_inner.error_wrap .link_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 300px;
  padding: 15px 20px;
  margin: auto;
  margin-top: 50px;
  border: 1px solid #333;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .p_description_box .p_description_inner.error_wrap .link_btn {
    margin: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .p_description_box .p_description_inner.error_wrap .link_btn {
    max-width: 100%;
  }
}
.p_description_box .p_description_inner.error_wrap .link_btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background-color: #333;
  transition: 0.3s;
}
@media (hover: hover) {
  .p_description_box .p_description_inner.error_wrap .link_btn:hover {
    background-color: #333;
    color: #fff;
  }
  .p_description_box .p_description_inner.error_wrap .link_btn:hover::after {
    background-color: #fff;
  }
}
.p_description_box .p_description_inner.error_wrap .link_btn.black {
  border: 1px solid #fff;
  color: #fff;
}
.p_description_box .p_description_inner.error_wrap .link_btn.black::after {
  background-color: #fff;
}
@media (hover: hover) {
  .p_description_box .p_description_inner.error_wrap .link_btn.black:hover {
    background-color: #fff;
    color: #333;
  }
  .p_description_box .p_description_inner.error_wrap .link_btn.black:hover::after {
    background-color: #333;
  }
}
.p_description_box .p_description_inner.error_wrap .link_btn.center {
  margin: auto;
  margin-top: 60px;
}

.m_content {
  padding: 80px 20px 100px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .m_content {
    padding: 40px 20px 80px;
  }
}
.m_content .m_content_inner {
  max-width: 1240px;
  margin: auto;
}
.m_content .c_txt {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 600px) {
  .m_content .c_txt {
    text-align: left;
  }
}

/* ===================================
フッター
=================================== */
.f_cta_area {
  position: relative;
  background-color: #FBF7EE;
  z-index: 0;
  padding: 100px 20px;
}
@media screen and (max-width: 1025px) {
  .f_cta_area {
    padding: 60px 20px;
  }
}
.f_cta_area .f_cta_area_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px #DDD4C0;
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_area_inner {
    padding: 40px 0;
  }
}
.f_cta_area .f_cta_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .f_cta_area .f_cta_list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_list {
    gap: 40px 26px;
    padding: 0 20px;
  }
}
.f_cta_area .f_cta_list li {
  max-width: 520px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .f_cta_area .f_cta_list li {
    max-width: unset;
    width: 100%;
  }
}
.f_cta_area .f_cta_list li p {
  text-align: center;
  font-size: clamp(20px, 2.1vw, 24px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 500px) {
  .f_cta_area .f_cta_list li p {
    text-align: start;
  }
  .f_cta_area .f_cta_list li p br {
    display: none;
  }
}
.f_cta_area .f_cta_list li figure {
  max-width: 447px;
  aspect-ratio: 447/208;
  margin: 30px auto;
}
.f_cta_area .f_cta_list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .f_cta_area .f_cta_list li figure {
    margin: 20px auto;
  }
}
.f_cta_area .f_cta_list li a {
  max-width: 440px;
  width: 100%;
  height: 100%;
  padding: 14px 12px 16px;
  margin-inline: auto;
  border-radius: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_list li a {
    font-size: 16px;
    padding: 4px 10px 6px;
  }
}
.f_cta_area .f_cta_list li.f_cta_left a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 85px;
  color: var(--white, #FFF);
  background: var(--red, #E03837);
  border: 1px solid var(--red, #E03837);
  position: relative;
}
.f_cta_area .f_cta_list li.f_cta_left a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon-mail.svg);
  width: 28px;
  height: 28px;
  transition: 0.3s;
}
.f_cta_area .f_cta_list li.f_cta_left a:hover {
  background-color: #fff;
  color: #E03837;
}
.f_cta_area .f_cta_list li.f_cta_left a:hover::before {
  background-image: url(../img/common/icon-mail_hover.svg);
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_list li.f_cta_left a {
    height: 50px;
  }
}
.f_cta_area .f_cta_list li.f_cta_right a {
  display: block;
  height: 85px;
  background: var(--white, #FFF);
  border: 1px solid var(--red, #E03837);
  color: var(--red, #E03837);
}
.f_cta_area .f_cta_list li.f_cta_right a span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_list li.f_cta_right a span {
    font-size: 14px;
  }
}
.f_cta_area .f_cta_list li.f_cta_right a:hover {
  background-color: #E03837;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_list li.f_cta_right a {
    height: 50px;
  }
}
.f_cta_area .f_cta_mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 40px;
  border-top: solid 1px #E9E4DA;
  border-bottom: solid 1px #E9E4DA;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .f_cta_area .f_cta_mail {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_mail {
    flex-direction: column;
    gap: 26px;
  }
}
.f_cta_area .f_cta_mail_txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .f_cta_area .f_cta_mail_txt br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_mail_txt {
    font-size: 16px;
  }
}
.f_cta_area .f_cta_mail_btn {
  max-width: 360px;
  min-width: 300px;
  width: 100%;
  flex-shrink: 0;
}
.f_cta_area .f_cta_mail_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 78px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.04em;
  padding: 14px 12px 16px;
  border-radius: 100px;
  background: var(--black, #333);
  border: solid 1px #333;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.f_cta_area .f_cta_mail_btn a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon-mail.svg);
  width: 28px;
  height: 28px;
  transition: 0.3s;
}
.f_cta_area .f_cta_mail_btn a:hover {
  color: #333;
  background: #FFF;
}
.f_cta_area .f_cta_mail_btn a:hover::before {
  background-image: url(../img/common/icon-mail_bl_hover.svg);
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_mail_btn a {
    width: 100%;
    height: auto;
    font-size: 16px;
  }
}
.f_cta_area .f_cta_tel {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_tel {
    padding: 0 20px;
  }
}
.f_cta_area .f_cta_tel_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_tel_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .f_cta_area .f_cta_tel_ttl br {
    display: block;
  }
}
.f_cta_area .f_cta_tel_ttl br {
  display: none;
}
@media screen and (max-width: 500px) {
  .f_cta_area .f_cta_tel_ttl br {
    display: block;
  }
}
.f_cta_area .f_cta_tel_btn {
  margin: 20px 0;
}
.f_cta_area .f_cta_tel_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 23px 20px 25px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  max-width: 440px;
  margin-inline: auto;
}
.f_cta_area .f_cta_tel_btn a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/common/icon-tel.svg);
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_tel_btn a {
    font-size: 22px;
    padding: 15px 20px;
  }
  .f_cta_area .f_cta_tel_btn a::before {
    width: 22px;
    height: 22px;
  }
}
.f_cta_area .f_cta_tel_txt {
  text-align: center;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .f_cta_area .f_cta_tel_txt {
    font-size: 14px;
  }
}

footer {
  position: relative;
  padding: 60px 50px;
  background-color: #E9E4DA;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 0px 20px;
  }
}
footer .f_nav_inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  max-width: 1340px;
  padding-right: 50px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  footer .f_nav_inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  footer .f_nav_inner {
    flex-direction: column-reverse;
  }
}

.f_nav_left {
  flex-shrink: 0;
  padding-top: 10px;
}
@media screen and (max-width: 1023px) {
  .f_nav_left {
    margin: 0 auto 20px;
    text-align: center;
  }
}
.f_nav_left .f_nav_logo {
  max-width: 330px;
  margin-bottom: 62px;
  transition: 0.3s;
}
@media (hover: hover) {
  .f_nav_left .f_nav_logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1200px) {
  .f_nav_left .f_nav_logo {
    max-width: 260px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .f_nav_left .f_nav_logo {
    max-width: 160px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.f_nav_left .f_nav_txt {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}
.f_nav_left .f_nav_link_single a {
  display: block;
  width: fit-content;
  color: #746F6A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  text-decoration: underline;
  transition: 0.3s;
}
@media (hover: hover) {
  .f_nav_left .f_nav_link_single a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1023px) {
  .f_nav_left .f_nav_link_single a {
    margin: auto;
  }
}

.f_nav_right {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .f_nav_right {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1110px) {
  .f_nav_right {
    flex-direction: column;
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .f_nav_right {
    width: 100%;
  }
}
.f_nav_right .f_nav_list {
  min-width: 340px;
}
@media screen and (max-width: 1110px) {
  .f_nav_right .f_nav_list {
    min-width: unset;
    width: 100%;
  }
}
.f_nav_right .f_nav_list > li {
  border-bottom: 1px solid #CBC4B7;
}
.f_nav_right .f_nav_list > li:first-of-type {
  border-top: 1px solid #CBC4B7;
}
.f_nav_right .f_nav_list > li > a {
  display: block;
  padding: 24px 0 22px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  .f_nav_right .f_nav_list > li > a:hover {
    color: #E03837;
  }
}
.f_nav_right .f_nav_list > li.f_nav_list_p > a {
  padding-bottom: 20px;
}
.f_nav_right .f_nav_list > li .f_nav_list_c {
  padding-left: 10px;
  padding-bottom: 10px;
}
.f_nav_right .f_nav_list > li .f_nav_list_c li {
  margin-bottom: 10px;
}
.f_nav_right .f_nav_list > li .f_nav_list_c li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.f_nav_right .f_nav_list > li .f_nav_list_c li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #333;
}
@media (hover: hover) {
  .f_nav_right .f_nav_list > li .f_nav_list_c li a:hover {
    color: #E03837;
  }
  .f_nav_right .f_nav_list > li .f_nav_list_c li a:hover::before {
    background-color: #E03837;
  }
}
@media screen and (max-width: 1110px) {
  .f_nav_right .f_nav_list:first-of-type > li:first-of-type {
    border-top: none;
  }
  .f_nav_right .f_nav_list:first-of-type > li:last-of-type {
    border-bottom: none;
  }
}

.copy_txt {
  position: relative;
  background-color: #333;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  z-index: 0;
}