@charset "UTF-8";
/*---リセットCSS---*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

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

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
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;
}

main {
  display: block;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*---レスポンシブサイズ---*/
/*---変数---*/
:root {
  --mc: #b39a3b;
  --sc: #F97B2D;
  --bc: #081727;
  --fc: #333;
  --base: "Zen Old Mincho", serif;
  --sub: "EB Garamond", serif;
  --en: "Roboto", sans-serif;
  --hd_mt: 100px;
}
@media screen and (max-width: 1280px) {
  :root {
    --hd_mt: 80px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --hd_mt: 50px;
  }
}

/*---基本設定---*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: var(--fc);
  font-family: var(--base);
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base);
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

div,
p,
li,
dl,
tr,
th,
td {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  letter-spacing: 0.05em;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

a,
a * {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

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

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

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

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

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

/*---cmn---*/
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 40px;
  width: 100%;
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .cmn-wrap {
    padding-inline: 15px;
  }
}
.cmn-wrap.--large {
  max-width: none;
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}
.cmn-wrap.--size1 {
  max-width: 1270px;
}
.cmn-wrap.--top {
  max-width: none;
  padding-inline: 0;
}
@media screen and (max-width: 1439px) {
  .cmn-wrap.--top {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-wrap.--top {
    padding-inline: 15px;
  }
}

.cmn-ttl {
  text-align: left;
  position: relative;
}
.cmn-ttl__main {
  display: block;
  font-family: var(--sub);
  font-size: clamp(6rem, 5.2rem + 2.21vw, 8rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--mc);
}
.cmn-ttl__sub {
  display: block;
  font-size: clamp(1.8rem, 1.7rem + 0.33vw, 2.1rem);
  font-weight: 400;
}
.cmn-ttl__sub.--white {
  color: #fff;
}
.cmn-ttl.--white .cmn-ttl__main,
.cmn-ttl.--white .cmn-ttl__sub {
  color: #fff;
}
.cmn-ttl.--center {
  text-align: center;
}
.cmn-ttl__lead {
  font-size: 1.4rem;
  font-weight: 500;
  color: #828181;
  text-align: center;
}

.cmn-insert-ttl {
  font-family: var(--sub);
  line-height: 1;
  color: rgba(179, 154, 59, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.cmn-text--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-text--center {
    text-align: left;
  }
}

.cmn-btn__link {
  display: block;
  max-width: 300px;
  width: 100%;
  background: linear-gradient(290deg, #8f6b1a 0%, #caa94d 25%, #f5e7a1 50%, #d4af37 75%, #8f6b1a 100%);
  border-radius: 5px;
  letter-spacing: 0.05em;
  line-height: 4.375;
  color: #fff;
  text-shadow: 0px 0px 5.64px rgba(62, 44, 2, 0.78), 0px 0px 5.64px rgba(62, 44, 2, 0.78), 0px 0px 5.64px rgba(62, 44, 2, 0.78);
  text-align: center;
  margin-inline: auto;
}
.cmn-btn.--type02 .cmn-btn__link {
  background: linear-gradient(315deg, #081727 0%, #293d64 100%);
}

.cmn-table.--ptn01 .cmn-table__list {
  width: 100%;
}
.cmn-table.--ptn01 .cmn-table__row {
  border-bottom: 1px solid #666;
}
.cmn-table.--ptn01 .cmn-table__row:first-of-type {
  border-top: 1px solid #666;
}
.cmn-table.--ptn01 .cmn-table__label {
  padding: 15px 0 15px 30px;
  width: 260px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .cmn-table.--ptn01 .cmn-table__label {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn01 .cmn-table__label {
    display: block;
    padding: 20px 20px 0;
    width: 100%;
    text-align: left;
  }
}
.cmn-table.--ptn01 .cmn-table__label span {
  color: #cc0000;
}
.cmn-table.--ptn01 .cmn-table__value {
  padding: 15px 50px 15px 80px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}
.cmn-table.--ptn01 .cmn-table__value span {
  padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn01 .cmn-table__value {
    display: block;
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cmn-table.--ptn02 .cmn-table {
  width: 100%;
}
.cmn-table.--ptn02 .cmn-table__row {
  border-bottom: 1px solid #999;
}
.cmn-table.--ptn02 .cmn-table__row:first-of-type {
  border-top: 1px solid #999;
}
.cmn-table.--ptn02 .cmn-table__label {
  padding: 15px 0 15px 50px;
  width: 200px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .cmn-table.--ptn02 .cmn-table__label {
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .cmn-table.--ptn02 .cmn-table__label:first-of-type {
    border-top: 1px solid #000;
  }
}
@media screen and (max-width: 1024px) {
  .cmn-table.--ptn02 .cmn-table__label {
    padding: 15px 0 15px 30px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn02 .cmn-table__label {
    display: block;
    padding: 20px 20px 0;
    width: 100%;
    text-align: left;
  }
}
.cmn-table.--ptn02 .cmn-table__label span {
  color: #cc0000;
}
.cmn-table.--ptn02 .cmn-table__value {
  padding: 15px 50px 15px 80px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .cmn-table.--ptn02 .cmn-table__value {
    padding: 15px 30px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--ptn02 .cmn-table__value {
    display: block;
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cmn-table.--size01 .cmn-table__label {
  padding-left: 35px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .cmn-table.--size01 .cmn-table__label {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--size01 .cmn-table__label {
    padding-left: 20px;
  }
}
.cmn-table.--size01 .cmn-table__value {
  padding-left: min(4.6875vw, 6rem);
}
@media screen and (max-width: 1024px) {
  .cmn-table.--size01 .cmn-table__value {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .cmn-table.--size01 .cmn-table__value {
    padding-left: 20px;
  }
}

.--en {
  font-family: var(--en);
}

.--sub {
  font-family: var(--sub);
}

.--color {
  color: var(--mc);
}

.--underline {
  text-decoration: underline;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #f1ef59;
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}

.mfp-content {
  width: 90%;
  height: 90vh;
  margin-inline: auto;
  overflow: auto;
}

.--fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.--fade.fade-up {
  opacity: 1;
  transform: translateY(0);
}

.--fade-img {
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
}
.--fade-img.fade-in {
  opacity: 1;
  transform: scale(1);
}

.--fade-img02 {
  opacity: 0;
  transform: scale(0);
  transition: 1s;
}
.--fade-img02.fade-in {
  opacity: 1;
  transform: scale(1);
}

.--bg-slide {
  position: relative;
}
.--bg-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efeef8;
}
.--bg-slide.show:before {
  animation: bg_slide 1.5s forwards;
}

@keyframes bg_slide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.--txt-slide {
  clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.--txt-slide.show {
  clip-path: inset(0);
}

.--zoom-in {
  opacity: 0;
  transform: scale(0.9) translateY(20px);
  animation: ZoomIn 3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes ZoomIn {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.top-mv__media-ph:nth-of-type(1) .--zoom-in {
  animation-delay: 0s;
}
.top-mv__media-ph:nth-of-type(2) .--zoom-in {
  animation-delay: 0.3s;
}
.top-mv__media-ph:nth-of-type(3) .--zoom-in {
  animation-delay: 0.6s;
}
.top-mv__media-ph:nth-of-type(4) .--zoom-in {
  animation-delay: 0.9s;
}
.top-mv__media-ph:nth-of-type(5) .--zoom-in {
  animation-delay: 1.2s;
}
.top-mv__media-ph:nth-of-type(6) .--zoom-in {
  animation-delay: 1.5s;
}

.news .breadcrumb,
.topics .breadcrumb,
.category .breadcrumb,
.single .breadcrumb {
  background-color: #fff;
  color: #999;
}

/*投稿一覧*/
.cmn-post {
  padding: clamp(6rem, 2.2rem + 10.18vw, 10rem) 0;
}
.cmn-post__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .cmn-post__cnt {
    flex-direction: column;
    align-items: center;
  }
}

.post-main {
  max-width: 800px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .post-main {
    flex: 0 1 auto;
    width: 100%;
  }
}

.post-list li {
  border-bottom: 1px solid #999;
}
.post-list li:first-of-type {
  border-top: 1px solid #999;
}
.post-list li a {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .post-list li a {
    flex-direction: column;
  }
}
.post-list__info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.post-list__info-date-st {
  letter-spacing: 0;
}
.post-list__ttl {
  flex: 1;
}

/*投稿詳細*/
.post-single__head {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.post-single__head-ttl {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-single__head-ttl-st {
  font-size: clamp(2rem, 1.8rem + 0.44vw, 2.4rem);
  font-weight: 600;
}
@media screen and (max-width: -1px) {
  .post-single__head-ttl-st {
    font-size: min(6.4vw, 4rem);
  }
}
.post-single__head-date {
  text-align: right;
}
.post-single__editor {
  border-bottom: 1px solid #707070;
  padding-bottom: clamp(4rem, 3.2rem + 2.21vw, 6rem);
  margin-bottom: clamp(4rem, 3.2rem + 2.21vw, 6rem);
}
.post-single__postnav {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.post-single__postnav-item {
  width: 120px;
  height: 50px;
}
.post-single__postnav-item.is-none {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.post-single__postnav-item--all {
  width: 180px;
}
.post-single__postnav-item--wide {
  width: 100%;
  max-width: 360px;
  height: 70px;
}
.post-single__postnav-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
}
.post-single__postnav-item--all .post-single__postnav-item-link, .post-single__postnav-item--wide .post-single__postnav-item-link {
  background: #999;
}
.post-single__postnav-item-st {
  font-weight: 700;
}
.post-single__postnav-item--all .post-single__postnav-item-st, .post-single__postnav-item--wide .post-single__postnav-item-st {
  color: #fff;
}

/*サイドバー*/
.post-side {
  width: clamp(20rem, 9.5rem + 13.67vw, 27rem);
}
@media screen and (max-width: 1024px) {
  .post-side {
    width: 270px;
  }
}
.post-side__ttl {
  width: 100%;
  background: #081727;
  padding: 15px;
  text-align: left;
}
.post-side__ttl-st {
  font-size: clamp(1.6rem, 1.4rem + 0.51vw, 1.8rem);
  color: #fff;
}
.post-side__archive-list li {
  padding: 15px;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
}

/*ペーシャー*/
.cmn-pagenav-otr {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .cmn-pagenav-otr {
    margin-top: 50px;
  }
}
.cmn-pagenav-otr .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmn-pagenav-otr .pages {
  display: none;
}
.cmn-pagenav-otr .page,
.cmn-pagenav-otr .current,
.cmn-pagenav-otr .nextpostslink,
.cmn-pagenav-otr .previouspostslink {
  display: block;
  width: 50px;
  background-color: #081727;
  border: solid 1px #b39a3b;
  text-align: center;
  letter-spacing: normal;
  line-height: 50px;
  margin-right: 10px;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .cmn-pagenav-otr .page,
  .cmn-pagenav-otr .current,
  .cmn-pagenav-otr .nextpostslink,
  .cmn-pagenav-otr .previouspostslink {
    width: 30px;
    line-height: 30px;
  }
}
.cmn-pagenav-otr .page:hover,
.cmn-pagenav-otr .nextpostslink:hover {
  background-color: #b39a3b;
  border: solid 1px #b39a3b;
  color: #fff;
  opacity: 1;
}
.cmn-pagenav-otr .current {
  background-color: #b39a3b;
  border: solid 1px #b39a3b;
  color: #fff;
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
  height: clamp(8rem, 0rem + 7.84vw, 10rem);
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .hd {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .hd {
    height: 50px;
  }
}
.hd-cnt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(../img/cmn/bg_header01.jpg) no-repeat center center/cover;
  padding-inline: 30px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hd-cnt {
    padding-inline: 20px 0;
  }
}
.hd-logo {
  display: block;
  width: clamp(18rem, 15.6rem + 6.3vw, 23.7rem);
  aspect-ratio: 237/63;
}
@media screen and (max-width: 767px) {
  .hd-logo {
    width: 15rem;
  }
}
.hd-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(1.6rem, -1.2rem + 2.19vw, 3rem);
  position: relative;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.hd-nav__list {
  display: flex;
  gap: 16px;
}
.hd-nav__link {
  display: block;
  color: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    opacity: 0.6;
  }
}
.hd-nav__link-main {
  white-space: nowrap;
}
.hd-nav__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  max-width: 485px;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .hd-nav__tel {
    max-width: 430px;
  }
}
.hd-nav__tel-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hd-nav__tel-offices {
  width: 70px;
  background-color: var(--bc);
  text-align: center;
}
.hd-nav__tel-offices-st {
  font-size: 1.4rem;
  line-height: 1.57;
  color: #fff;
}
.hd-nav__tel-num {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hd-nav__tel-num-icon {
  width: 15px;
  aspect-ratio: 1;
}
.hd-nav__tel-num-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-nav__tel-num-st {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .hd-nav__tel-num-st {
    font-size: 1.4rem;
  }
}
.hd-nav__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  background-color: #b39a3b;
  text-align: center;
}
.hd-nav__btn-st {
  color: #fff;
}
.hd-toggle {
  display: none;
}
@media screen and (max-width: 1599px) {
  .hd-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: clamp(8rem, 0rem + 7.84vw, 10rem);
    aspect-ratio: 1;
    background-color: #000;
    position: relative;
    z-index: 1002;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .hd-toggle {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .hd-toggle {
    width: 50px;
  }
}
.hd-toggle div {
  position: relative;
  display: block;
  width: 32px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .hd-toggle div {
    width: 20px;
    height: 16px;
  }
}
.hd-toggle span {
  display: block;
  position: absolute;
  left: 0;
  transition: 0.35s ease-in-out;
  width: 100%;
  height: 2px;
  background: #fff;
}
.hd-toggle span:nth-child(1) {
  top: 0;
}
.hd-toggle span:nth-child(2) {
  top: 10px;
}
@media screen and (max-width: 767px) {
  .hd-toggle span:nth-child(2) {
    top: 7px;
  }
}
.hd-toggle span:nth-child(3) {
  top: 20px;
}
@media screen and (max-width: 767px) {
  .hd-toggle span:nth-child(3) {
    top: 14px;
  }
}
.hd {
  /* =========================
    SP NAV
  ========================= */
}
@media screen and (max-width: 1599px) {
  .hd-nav {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    max-width: 600px;
    width: 100%;
    height: 100svh;
    background: linear-gradient(45deg, var(--bc) 0%, #293d64 100%);
    padding-inline: clamp(4.5rem, 3rem + 3.87vw, 8rem);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
  }
  .hd-nav__list {
    max-width: 420px;
    width: 100%;
    flex-direction: column;
  }
  .hd-nav__link {
    line-height: 2.86;
  }
}
@media screen and (max-width: 1599px) and (max-width: 767px) {
  .hd-nav__tel {
    max-width: 220px;
  }
}
@media screen and (max-width: 1599px) {
  .hd-nav__btn {
    max-width: 380px;
    width: 100%;
  }
  .hd-nav__btn-link {
    width: 100%;
    height: 70px;
    background: linear-gradient(290deg, #8f6b1a 0%, #caa94d 25%, #f5e7a1 50%, #d4af37 75%, #8f6b1a 100%);
    border-radius: 5px;
  }
  .hd-nav__btn-st {
    text-shadow: 0px 0px 5.64px rgba(62, 44, 2, 0.78), 0px 0px 5.64px rgba(62, 44, 2, 0.78), 0px 0px 5.64px rgba(62, 44, 2, 0.78);
  }
}
@media screen and (max-width: 1599px) {
  .hd.open .hd-nav {
    opacity: 1;
    transform: translateX(-100%);
    visibility: visible;
    transition: transform 0.4s, opacity 0.4s;
  }
}
.hd.open .hd-toggle {
  align-items: center;
  background: transparent;
}
.hd.open .hd-toggle span {
  background: #fff;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
}
.hd-info {
  display: none;
}
@media screen and (max-width: 1599px) {
  .hd-info {
    display: flex;
    height: 100%;
    gap: clamp(1.6rem, -1.2rem + 2.19vw, 3rem);
    position: absolute;
    top: 0;
    right: clamp(8rem, 0rem + 7.84vw, 10rem);
  }
}
@media screen and (max-width: 1599px) and (max-width: 1024px) {
  .hd-info {
    right: 80px;
  }
}
.hd-info .hd-nav__tel {
  max-width: 480px;
}
@media screen and (max-width: 1024px) {
  .hd-info .hd-nav__tel {
    justify-content: center;
    max-width: none;
    width: 100%;
    background: linear-gradient(45deg, #1a2c49 0%, #293d64 100%);
    padding: 10px 15px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
.hd-info .hd-nav__tel-inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  gap: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .hd-info .hd-nav__tel-inr {
    max-width: 500px;
    gap: 10px clamp(1rem, 0rem + 2.54vw, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .hd-info .hd-nav__tel-item {
    gap: clamp(0.5rem, 0rem + 1.27vw, 1rem);
  }
}
.hd-info .hd-nav__tel-offices {
  width: clamp(6rem, 5rem + 2.54vw, 7rem);
}
.hd-info .hd-nav__tel-offices-st {
  font-size: clamp(1.2rem, 1rem + 0.51vw, 1.4rem);
}
@media screen and (max-width: 450px) {
  .hd-info .hd-nav__tel-num-icon {
    display: none;
  }
}
.hd-info .hd-nav__tel-num-st {
  font-size: clamp(1.2rem, 1rem + 0.51vw, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .hd-info .hd-nav__tel-num-st {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .hd-info .hd-nav__tel-num-st {
    font-size: clamp(1.4rem, 1rem + 1.02vw, 1.8rem);
  }
}
.hd-info .hd-nav__btn {
  width: 150px;
}
.hd-info .hd-nav__btn-link {
  height: 100%;
  background: var(--mc);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .hd-info .hd-nav__btn {
    display: none;
  }
}
.hd-info .hd-nav__btn-st {
  text-shadow: none;
}

.ft {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(3rem, 1.1rem + 5.09vw, 5rem);
  background: linear-gradient(45deg, var(--bc) 0%, #293d64 100%);
}
@media screen and (max-width: 1024px) {
  .ft {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .ft {
    padding-bottom: 180px;
  }
}
.ft {
  color: #fff;
}
.ft__wrap {
  max-width: 1280px;
  width: 100%;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ft__wrap {
    padding-inline: 15px;
  }
}
.ft__cnt {
  margin-bottom: clamp(4rem, 1.1rem + 7.63vw, 7rem);
}
.ft__info {
  margin-bottom: clamp(5rem, 2.1rem + 7.63vw, 8rem);
}
.ft__logo {
  width: clamp(18rem, 15.6rem + 6.3vw, 23.7rem);
  aspect-ratio: 237/63;
  margin-inline: auto;
  margin-bottom: clamp(3rem, 2.6rem + 1.1vw, 4rem);
}
.ft__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ft__data {
  margin-bottom: 20px;
}
.ft__data-st {
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: center;
}
.ft__offices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.ft__offices-txt {
  font-size: 1.4rem;
  padding-left: 20px;
  position: relative;
}
.ft__offices-txt::before {
  content: "";
  width: 15px;
  aspect-ratio: 15/14;
  background: url(../img/cmn/icon_arrow02.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ft__menu {
  margin-inline: auto;
  margin-bottom: clamp(4rem, 2.8rem + 3.31vw, 7rem);
}
.ft .ft-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 0;
}
.ft .ft-nav__link {
  position: relative;
  display: block;
  font-size: clamp(1.2rem, 1.1rem + 0.22vw, 1.4rem);
  line-height: 1;
  padding-inline: clamp(1rem, 0.6rem + 1.1vw, 2rem);
}
.ft .ft-nav__link::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ft .ft-nav__item:last-of-type .ft-nav__link::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ft__copy-st {
  font-size: 1rem;
  text-align: center;
}

.breadcrumb {
  background-color: var(--bc);
  color: #999;
  padding-top: clamp(1rem, 0.4rem + 1.66vw, 2.5rem);
}
.breadcrumb__list {
  display: flex;
  gap: clamp(0.5rem, 0.1rem + 1.1vw, 1.5rem);
}

@media screen and (max-width: 1024px) {
  .grecaptcha-badge {
    bottom: clamp(8rem, 7.4rem + 1.54vw, 9rem) !important;
  }
}

.page-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 90px;
  right: 10px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .page-top {
    bottom: clamp(15rem, 14.4rem + 1.54vw, 16rem);
  }
}
.page-top__link {
  display: block;
  width: 50px;
  height: 50px;
}
.page-top__link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-top.--fixed {
  opacity: 1;
  visibility: visible;
}

.cmn-contact__block {
  padding-block: clamp(7rem, 4.1rem + 7.73vw, 14rem) clamp(7rem, 4.7rem + 6.08vw, 12.5rem);
  background: url(../img/cmn/bg-contact.jpg) no-repeat center center/cover;
}
.cmn-contact__head {
  margin-bottom: clamp(2rem, 1.6rem + 1.1vw, 3rem);
}
.cmn-contact__txt {
  margin-bottom: clamp(5rem, 4.2rem + 2.21vw, 7rem);
}
.cmn-contact__txt-st {
  font-size: clamp(2rem, 1.8rem + 0.44vw, 2.4rem);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-contact__txt-st {
    font-size: min(4.2666666667vw, 2rem);
  }
}
.cmn-contact__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
}
.cmn-contact__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: 380px;
  width: 100%;
  height: 100px;
  background: linear-gradient(45deg, var(--bc) 0%, #293d64 100%);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .cmn-contact__btn-link {
    height: 70px;
  }
}
.cmn-contact__btn-icon {
  width: 20px;
  height: 20px;
}
.cmn-contact__btn-txt {
  font-size: clamp(2rem, 1.8rem + 0.44vw, 2.4rem);
  color: #fff;
}
.cmn-contact__btn-link.--mail {
  background: linear-gradient(290deg, #8f6b1a 0%, #caa94d 25%, #f5e7a1 50%, #d4af37 75%, #8f6b1a 100%);
}
.cmn-contact__btn-link.--mail .cmn-contact__btn-icon {
  width: 24px;
  height: 18px;
  filter: drop-shadow(0 0 5.64px rgba(62, 44, 2, 0.45)) drop-shadow(0 0 5.64px rgba(62, 44, 2, 0.45)) drop-shadow(0 0 5.64px rgba(62, 44, 2, 0.45));
}
.cmn-contact__btn-link.--mail .cmn-contact__btn-txt {
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
  text-shadow: 0px 0px 5.64px rgba(62, 44, 2, 0.78), 0px 0px 5.64px rgba(62, 44, 2, 0.78), 0px 0px 5.64px rgba(62, 44, 2, 0.78);
}
.cmn-contact__map {
  width: 100%;
  aspect-ratio: 1920/565;
}
@media screen and (max-width: 1024px) {
  .cmn-contact__map {
    aspect-ratio: 768/360;
  }
}
@media screen and (max-width: 767px) {
  .cmn-contact__map {
    aspect-ratio: 375/300;
  }
}
.cmn-contact__map iframe {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 100;
}
body.open::before {
  opacity: 1;
}

main {
  margin-top: var(--hd_mt);
}

.top-mv__cnt {
  overflow: hidden;
  position: relative;
}
.top-mv__ph-item {
  height: calc(100svh - var(--hd_mt));
}
@media screen and (max-width: 1024px) {
  .top-mv__ph-item {
    height: calc(80svh - var(--hd_mt));
  }
}
@media screen and (max-width: 767px) {
  .top-mv__ph-item {
    height: calc(65svh - var(--hd_mt));
  }
}
.top-mv__ph-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv__media-ph {
  position: absolute;
}
.top-mv__media-ph.--01 {
  max-width: 287px;
  width: 20%;
  aspect-ratio: 287/204;
  top: 52%;
  left: 50%;
  transform: translate(-138%, -180%);
}
@media screen and (max-width: 1024px) {
  .top-mv__media-ph.--01 {
    width: 25%;
    transform: translate(-190%, -180%);
  }
}
.top-mv__media-ph.--02 {
  max-width: 316px;
  width: 20%;
  aspect-ratio: 316/181;
  top: 52%;
  left: 50%;
  transform: translate(-202%, -88%);
}
@media screen and (max-width: 1024px) {
  .top-mv__media-ph.--02 {
    width: 25%;
    transform: translate(-50%, -270%);
  }
}
.top-mv__media-ph.--03 {
  max-width: 336px;
  width: 20%;
  aspect-ratio: 336/176;
  top: 52%;
  left: 50%;
  transform: translate(-184%, 30%);
}
@media screen and (max-width: 1024px) {
  .top-mv__media-ph.--03 {
    width: 25%;
    transform: translate(90%, -180%);
  }
}
.top-mv__media-ph.--04 {
  max-width: 171px;
  width: 11%;
  aspect-ratio: 171/253;
  top: 52%;
  left: 50%;
  transform: translate(60%, -160%);
}
@media screen and (max-width: 1024px) {
  .top-mv__media-ph.--04 {
    width: 13%;
    transform: translate(-350%, 50%);
  }
}
.top-mv__media-ph.--05 {
  max-width: 380px;
  width: 23%;
  aspect-ratio: 380/422;
  top: 52%;
  left: 50%;
  transform: translate(70%, -50%);
}
@media screen and (max-width: 1024px) {
  .top-mv__media-ph.--05 {
    width: 26%;
    transform: translate(-50%, 65%);
  }
}
.top-mv__media-ph.--06 {
  max-width: 202px;
  width: 13%;
  aspect-ratio: 202/163;
  top: 52%;
  left: 50%;
  transform: translate(66%, 100%);
}
@media screen and (max-width: 1024px) {
  .top-mv__media-ph.--06 {
    width: 15%;
    transform: translate(210%, 170%);
  }
}
.top-mv__txt-st {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .top-mv__txt-st {
    width: 35%;
  }
}
.top-mv__txt-st.--01 {
  max-width: 485px;
  aspect-ratio: 485/120;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-135%, 150%);
}
@media screen and (max-width: 1024px) {
  .top-mv__txt-st.--01 {
    transform: translate(30%, -420%);
  }
}
.top-mv__txt-st.--02 {
  max-width: 485px;
  aspect-ratio: 485/126;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(49%, -210%);
}
@media screen and (max-width: 1024px) {
  .top-mv__txt-st.--02 {
    transform: translate(-120%, 360%);
  }
}
.top-mv__catch {
  max-width: 671px;
  width: 80%;
  aspect-ratio: 671/336;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .top-products {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-products {
    padding: 60px 15px;
  }
}
.top-products__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top-products__cnt {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-products__cnt {
    gap: 10px;
  }
}
.top-products__item {
  width: 20%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-products__item {
    max-width: 250px;
    width: calc((100% - 40px) / 3);
    border: solid 1px var(--mc);
  }
}
@media screen and (max-width: 767px) {
  .top-products__item {
    width: calc((100% - 10px) / 2);
  }
}
.top-products__item::before {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background: linear-gradient(to bottom, #8f6b1a 0%, #caa94d 25%, #f5e7a1 50%, #d4af37 75%, #8f6b1a 100%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .top-products__item::before {
    content: none;
  }
}
.top-products__item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: clamp(3rem, 2rem + 2.54vw, 4rem) 8px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .top-products__item-link {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-products__item-link {
    padding: 10px;
  }
}
.top-products__item-link:hover {
  background-color: #f2f2f1;
}
.top-products__item-ph {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
}
@media screen and (max-width: 1024px) {
  .top-products__item-ph {
    display: none;
  }
}
.top-products__item-ttl {
  text-align: center;
}
.top-products__item-ttl-main {
  display: block;
  font-size: clamp(1.7rem, 1.2rem + 0.45vw, 2.1rem);
  font-weight: 500;
}
.top-products__item-ttl-sub {
  display: block;
  font-family: var(--sub);
  color: var(--mc);
}
@media screen and (max-width: 1024px) {
  .top-products__item-ttl-sub {
    display: none;
  }
}
.top-products__item.--01 .top-products__item-ph {
  max-width: 216px;
  width: 80%;
  aspect-ratio: 216/114;
}
.top-products__item.--02 .top-products__item-ph {
  max-width: 196px;
  width: 80%;
  aspect-ratio: 196/112;
}
.top-products__item.--03 .top-products__item-ph {
  max-width: 176px;
  width: 80%;
  aspect-ratio: 176/192;
}
.top-products__item.--04 .top-products__item-ph {
  max-width: 137px;
  width: 80%;
  aspect-ratio: 137/169;
}
.top-products__item.--05 .top-products__item-ph {
  max-width: 202px;
  width: 80%;
  aspect-ratio: 202/155;
}
.top-products__item:last-of-type::before {
  content: none;
}

.top-service {
  background-color: var(--bc);
  padding-block: clamp(12rem, 7.9rem + 11.05vw, 22rem);
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding-block: 50px 60px;
  }
}
.top-service__insert {
  font-size: clamp(9rem, 2.1rem + 6.7vw, 15rem);
  line-height: inherit;
  top: calc(clamp(1rem, 0.5rem + 1.29vw, 3rem) * -1);
}
@media screen and (max-width: 1024px) {
  .top-service__insert {
    font-size: clamp(5rem, 3rem + 5.39vw, 8.5rem);
  }
}
@media screen and (max-width: 767px) {
  .top-service__insert {
    display: none;
  }
}
.top-service__cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .top-service__cnt {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.top-service__info {
  max-width: 630px;
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .top-service__info {
    max-width: none;
    width: 100%;
  }
}
.top-service__info-bottom {
  margin-top: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}
.top-service__info-ttl {
  font-size: clamp(3.2rem, 0rem + 3.14vw, 4rem);
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-service__info-ttl {
    font-size: clamp(2.6rem, 2rem + 1.55vw, 4rem);
  }
}
.top-service__info-txt {
  color: #fff;
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.top-service__info-btn {
  margin-top: clamp(5rem, 2.1rem + 7.63vw, 8rem);
}
.top-service__info-btn .cmn-btn__link {
  margin-left: 0;
}
.top-service__media {
  max-width: 440px;
  flex: 1;
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .top-service__media {
    align-self: center;
    padding-top: 0;
  }
}
.top-service__media-inr {
  display: flex;
  justify-content: space-between;
  gap: clamp(3rem, 1.1rem + 5.09vw, 5rem);
  margin-right: min((1200px - 100vw) / 2);
}
@media screen and (max-width: 1280px) {
  .top-service__media-inr {
    margin-right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-service__media-inr {
    margin-right: calc(50% - 50vw);
  }
}
.top-service__media-ph.--01 {
  width: 55%;
}
.top-service__media-ph.--02 {
  flex: 1;
}
.top-service__media-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.area-cnt {
  background: url(../img/top/bg_top-area01.jpg) no-repeat center center/cover;
  padding-block: clamp(6rem, 1rem + 13.26vw, 18rem);
}
.area-cnt__head {
  text-align: center;
  margin-bottom: clamp(5rem, 3.1rem + 5.09vw, 7rem);
}
.area-cnt__ttl {
  font-size: clamp(2.4rem, 1.7rem + 1.85vw, 3.6rem);
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .area-cnt__txt {
    font-size: min(3.4666666667vw, 1.6rem);
  }
}
.area-cnt__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  .area-cnt__btn {
    flex-direction: column;
    align-items: center;
  }
}
.area-cnt__btn-item {
  max-width: 380px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 767px) {
  .area-cnt__btn-item {
    width: 100%;
  }
}
.area-cnt__btn-link {
  display: block;
  background: linear-gradient(45deg, var(--bc) 0%, #293d64 100%);
  text-align: center;
  padding: 25px 15px 30px;
}
.area-cnt__btn-txt-main {
  font-size: clamp(2rem, 1rem + 2.54vw, 3rem);
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}
.area-cnt__btn-txt-sub {
  font-weight: 500;
  color: var(--mc);
}

.top-strengths {
  background-color: var(--bc);
  padding-block: clamp(6rem, 2.6rem + 9.06vw, 20rem) clamp(8rem, 2.9rem + 13.59vw, 29rem);
}
.top-strengths__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}
@media screen and (max-width: 1024px) {
  .top-strengths__list {
    flex-direction: column;
    align-items: center;
  }
}
.top-strengths__item {
  max-width: 385px;
  width: calc((100% - 40px) / 3);
  border: solid 1px var(--mc);
  text-align: center;
  padding: clamp(3rem, -0.8rem + 10.18vw, 7rem) 15px;
}
@media screen and (max-width: 1024px) {
  .top-strengths__item {
    width: 100%;
  }
}
.top-strengths__item-num {
  width: clamp(4rem, 2.6rem + 3.85vw, 6.5rem);
  aspect-ratio: 65/46;
  margin-inline: auto;
  margin-bottom: clamp(2rem, -1.8rem + 10.18vw, 6rem);
}
.top-strengths__item-txt {
  font-size: clamp(2.3rem, -0.5rem + 2.75vw, 3rem);
  font-weight: 500;
  color: var(--mc);
}
@media screen and (max-width: 1024px) {
  .top-strengths__item-txt {
    font-size: clamp(2rem, 1rem + 2.54vw, 3rem);
  }
}
.top-strengths__insert {
  font-size: clamp(9rem, 2.1rem + 6.7vw, 15rem);
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .top-strengths__insert {
    font-size: clamp(3.6rem, 0.5rem + 8.32vw, 9rem);
  }
}

.top-news {
  padding-block: clamp(8rem, 4.2rem + 10.18vw, 12rem);
}
.top-news__cnt {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 200px 1fr;
  grid-template-areas: "top-news__head top-news__list" "top-news__btn top-news__list";
  gap: 60px clamp(4rem, 1.1rem + 7.63vw, 7rem);
}
@media screen and (max-width: 1024px) {
  .top-news__cnt {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-template-areas: "top-news__head" "top-news__list" "top-news__btn";
    gap: 40px clamp(4rem, 1.1rem + 7.63vw, 7rem);
  }
}
.top-news__head {
  grid-area: top-news__head;
}
.top-news__list {
  grid-area: top-news__list;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .top-news__list {
    max-width: none;
    margin: 0;
  }
}
.top-news__item {
  border-top: solid 1px #ccc;
}
.top-news__item:last-of-type {
  border-bottom: solid 1px #ccc;
}
.top-news__item-link {
  display: flex;
  flex-wrap: wrap;
  gap: 5px clamp(5rem, 3.1rem + 5.09vw, 7rem);
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .top-news__item-link {
    flex-direction: column;
    padding: 15px 0;
  }
}
.top-news__item-ttl {
  flex: 1;
}
.top-news__btn {
  grid-area: top-news__btn;
}
.top-news__btn-link {
  display: block;
  width: 170px;
  border-bottom: solid 2px var(--bc);
  color: var(--bc);
  padding-bottom: 10px;
  padding-right: 70px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-news__btn-link {
    margin-inline: auto;
  }
}
.top-news__btn-link::before {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  background: url(../img/cmn/icon_arrow01.png) no-repeat center center/contain;
  position: absolute;
  bottom: 12px;
  right: 0;
}

.contact-box {
  background-color: var(--bc);
}

.contact-form {
  padding-top: 50px;
}
.contact-form__cnt {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.contact-form__txt {
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.contact-form__txt-st {
  font-size: clamp(1.8rem, 1.5rem + 0.76vw, 2.1rem);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form__txt-st {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__list {
    padding-inline: 10px;
  }
}
.contact-form__list-txt {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
  color: #fff;
  text-align: right;
}
.contact-form__list-txt span {
  color: var(--mc);
}
.contact-form__list .form-list {
  border-top: 1px solid #ccc;
}
.contact-form__list .form-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-block: 20px;
  padding-inline: clamp(1rem, 0.2rem + 2.21vw, 3rem);
  min-height: 90px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__item {
    flex-direction: column;
    gap: 5px;
    padding-block: 12px;
  }
}
.contact-form__list .form-list__item.--radio {
  align-items: center;
}
.contact-form__list .form-list__label {
  width: clamp(17rem, -1rem + 23.44vw, 29rem);
  color: #fff;
  line-height: 2.188;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__label {
    width: 100%;
    line-height: 1.66;
  }
}
.contact-form__list .form-list__value {
  flex: 1;
  line-height: 2.188;
}
@media screen and (max-width: 767px) {
  .contact-form__list .form-list__value {
    width: 100%;
    line-height: 1.66;
  }
}
.contact-form__list .form-list__value-inr + .form-list__value-inr {
  margin-top: 10px;
}
.contact-form__list .form-list__value-st {
  color: #fff;
  margin-right: 5px;
}
.contact-form__list .required {
  position: relative;
  color: var(--mc);
}
.contact-form__list .required::after {
  content: "※";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: var(--mc);
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
}
.contact-form__list .field-l {
  width: 100%;
}
.contact-form__list .field-m {
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .contact-form__list .field-m {
    width: 100%;
  }
}
.contact-form__list .field-s {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .contact-form__list .field-s {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__list .horizontal-item + .horizontal-item {
    display: block;
    margin-left: 0;
  }
}
.contact-form__list input[type=email],
.contact-form__list input[type=text],
.contact-form__list input[type=tel],
.contact-form__list textarea {
  padding: 0;
  min-height: 50px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  vertical-align: middle;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .contact-form__list input[type=email],
  .contact-form__list input[type=text],
  .contact-form__list input[type=tel],
  .contact-form__list textarea {
    min-height: 40px;
  }
}
.contact-form__list textarea {
  min-height: 195px;
}
@media screen and (max-width: 767px) {
  .contact-form__list textarea {
    min-height: 120px;
  }
}
.contact-form__privacy {
  padding-top: 20px;
  text-align: center;
}
.contact-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: clamp(3rem, 1.8rem + 3.31vw, 6rem);
  margin-inline: auto;
}
.contact-form__btn .send-btn,
.contact-form__btn .return-btn {
  display: block;
  max-width: 400px;
  width: calc((100% - 30px) / 2);
  background: linear-gradient(290deg, #8f6b1a 0%, #caa94d 25%, #f5e7a1 50%, #d4af37 75%, #8f6b1a 100%);
  border-radius: 5px;
  font-family: var(--base);
  font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  color: #fff;
  text-shadow: 0px 0px 5.64px rgba(62, 44, 2, 0.78), 0px 0px 5.64px rgba(62, 44, 2, 0.78), 0px 0px 5.64px rgba(62, 44, 2, 0.78);
  line-height: 3.33;
  cursor: pointer;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7 input.send-btn:disabled {
  background: #ccc;
  text-shadow: none;
  cursor: not-allowed;
}
.contact-form__list .wpcf7-list-item-label {
  color: #fff;
}
.contact-form .wpcf7-response-output {
  color: #fff;
}

.confirm_area {
  display: none;
}
.confirm_area-txt {
  color: #fff;
  text-align: center;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  .confirm_area-txt {
    text-align: left;
  }
}
.confirm_area .form-list__value,
.confirm_area .contact-form__privacy {
  color: #fff;
}
.confirm_area__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.confirm_area__btn .contact-form__mail-btn {
  max-width: 360px;
  width: calc((100% - 30px) / 2);
}
.confirm_area__btn-back input.send-btn.back_button {
  background-color: #ccc;
}
.confirm_area .wpcf7-spinner {
  display: none;
}

.contact-policy {
  background-color: var(--bc);
  padding-block: clamp(6rem, 4.3rem + 4.42vw, 10rem) clamp(8rem, 3rem + 13.26vw, 20rem);
}
.contact-policy .policy-box {
  margin-inline: auto;
  padding-block: clamp(1.5rem, 1rem + 1.33vw, 2.7rem);
  padding-inline: clamp(1.5rem, 0.3rem + 3.31vw, 4.5rem);
  max-width: 1100px;
  height: 290px;
  background-color: #fff;
  border: 1px solid #999;
  text-align: left;
  overflow-y: scroll;
}
.contact-policy .policy-box__txt {
  line-height: 1.625;
}
.contact-policy .policy-box__list {
  margin-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.contact-policy .policy-box__list-item {
  line-height: 1.625;
}
.contact-policy .policy-box__list-item:not(:first-child) {
  margin-top: clamp(1.5rem, 1.1rem + 1.1vw, 2.5rem);
}

.contact-thanks__cnt {
  background-color: var(--bc);
  padding-block: clamp(6rem, -3rem + 11.72vw, 12rem);
}
.contact-thanks__ttl {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: clamp(3rem, 1.1rem + 5.09vw, 5rem);
}
@media screen and (max-width: 767px) {
  .contact-thanks__ttl {
    font-size: clamp(1.8rem, 1.4rem + 1.02vw, 2.2rem);
  }
}
.contact-thanks__txt {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-thanks__txt {
    text-align: left;
  }
}
.contact-thanks__btn {
  max-width: 270px;
  width: 100%;
  height: 70px;
  margin: 30px auto 0;
}

.layer-page .layer-mv {
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem) clamp(2rem, 1rem + 2.54vw, 3rem);
  position: relative;
  overflow-x: hidden;
}
.layer-page .layer-mv__ttl {
  margin-right: calc(50% - 50vw - 10px);
  margin-left: max((1280px - 100vw) / 2, -100px);
}
@media screen and (max-width: 1280px) {
  .layer-page .layer-mv__ttl {
    margin-left: 0;
  }
}
.layer-page .layer-mv__ttl-main {
  display: block;
  background: linear-gradient(to bottom, #8f6b1a 0%, #8f6b1a 15%, #caa94d 35%, #f5e7a1 50%, #d4af37 65%, #8f6b1a 85%, #8f6b1a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--sub);
  font-size: clamp(6rem, 0rem + 7.81vw, 10rem);
  font-weight: 400;
  line-height: 1;
  color: transparent;
  text-transform: capitalize;
  margin-bottom: clamp(1rem, 0rem + 2.54vw, 2rem);
  position: relative;
  transform: skew(-10deg);
}
@media screen and (max-width: 767px) {
  .layer-page .layer-mv__ttl-main {
    font-size: min(13.3333333333vw, 6rem);
  }
}
.layer-page .layer-mv__ttl-main::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8f6b1a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.layer-page .layer-mv__ttl-sub {
  display: block;
  font-size: clamp(2.4rem, 0.6rem + 2.34vw, 3.6rem);
  font-weight: 500;
  color: var(--bc);
  padding-left: clamp(3rem, 1.8rem + 3.31vw, 6rem);
}
.layer-page .layer-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px clamp(2rem, -10rem + 15.63vw, 10rem);
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01 {
    flex-direction: column;
    align-items: center;
  }
}
.layer-page .layer-block01__media {
  flex: 1;
}
.layer-page .layer-block01__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer-page .layer-block01__info {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01__info {
    width: 100%;
  }
}
.layer-page .layer-block01__num {
  font-size: clamp(3.2rem, 2rem + 3.09vw, 6rem);
  font-weight: bold;
  line-height: 1.4;
}
.layer-page .layer-block01__ttl-st {
  font-size: clamp(1.8rem, 1.3rem + 1.33vw, 3rem);
  color: #000;
  line-height: 1.412;
}
.layer-page .layer-block01__txt {
  margin-top: clamp(2rem, 1.2rem + 2.21vw, 4rem);
}
.layer-page .layer-block01__txt-st {
  line-height: 1.875;
}
.layer-page .layer-block01__txt-st:not(:first-child) {
  margin-top: clamp(1.5rem, 0.9rem + 1.66vw, 3rem);
}
.layer-page .layer-block01__txt-st.--right {
  text-align: right;
}
.layer-page .layer-block01__txt-st.--name {
  font-size: clamp(1.6rem, 1.5rem + 0.22vw, 1.8rem);
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01.--sp-reverse {
    flex-direction: column-reverse;
  }
}
.layer-page .layer-block01.--type02 {
  gap: 20px clamp(2rem, -4.6rem + 8.59vw, 6.4rem);
}
.layer-page .layer-block01.--type02 .layer-block01__info {
  width: 67.5%;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01.--type02 .layer-block01__info {
    width: 100%;
  }
}
.layer-page .layer-block01.--type02 .layer-block01__ttl-st {
  letter-spacing: 0;
}
.layer-page .layer-block01.--type02 .layer-block01__txt {
  margin-top: 20px;
}
.layer-page .layer-block01.--type02 .layer-block01__txt .--name {
  margin-top: clamp(1.5rem, 1.3rem + 0.55vw, 2rem);
}
@media screen and (max-width: 767px) {
  .layer-page .layer-block01.--type02 .layer-block01__media {
    max-width: 260px;
  }
}
.layer-page .layer-list01 {
  display: block;
}
.layer-page .layer-list01__item {
  display: flex;
  border-bottom: 1px solid #4a4a4a;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list01__item {
    flex-direction: column;
    border-bottom: 1px solid var(--mc);
  }
}
.layer-page .layer-list01__label {
  width: clamp(15rem, 0rem + 19.53vw, 25rem);
  color: #fff;
  text-align: left;
  padding-block: 17px;
  padding-inline: clamp(1.5rem, -2.3rem + 4.88vw, 4rem) 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list01__label {
    width: 100%;
    padding: 10px 0 0;
  }
}
.layer-page .layer-list01__label::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--mc);
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list01__label::after {
    content: none;
  }
}
.layer-page .layer-list01__value {
  flex: 1;
  color: #fff;
  letter-spacing: 0;
  padding-block: 17px;
  padding-inline: clamp(2rem, -2.5rem + 5.86vw, 5rem) 15px;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list01__value {
    padding-block: 0 10px;
    padding: 0 0 10px;
  }
}
.layer-page .layer-list01__value-map {
  border-bottom: solid 1px #fff;
  transition: all 0.4s;
}
.layer-page .layer-list01__value-map:hover {
  opacity: 0.4;
}
.layer-page .layer-list01__item:first-of-type {
  border-top: 1px solid #4a4a4a;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list01__item:first-of-type {
    border-top: 1px solid var(--mc);
  }
}
.layer-page .layer-list01__item:first-of-type .layer-list01__label::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--mc);
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list01__item:first-of-type .layer-list01__label::before {
    content: none;
  }
}
.layer-page .layer-list02 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 1024px) {
  .layer-page .layer-list02 {
    gap: 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list02 {
    gap: 15px 10px;
  }
}
.layer-page .layer-list02__item {
  width: calc((100% - 60px) / 3);
  height: auto;
}
@media screen and (max-width: 1024px) {
  .layer-page .layer-list02__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list02__item {
    width: calc((100% - 10px) / 2);
  }
}
.layer-page .layer-list02 .item-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layer-page .layer-list02 .item-box__ph {
  aspect-ratio: 380/350;
}
.layer-page .layer-list02 .item-box__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layer-page .layer-list02 .item-box__info {
  flex: 1;
  padding-block: clamp(1rem, 0.8rem + 0.55vw, 1.5rem) clamp(1rem, 0.6rem + 1.1vw, 2rem);
  padding-inline: 15px;
  background: #fff;
}
.layer-page .layer-list02 .item-box__ttl {
  text-align: center;
}
.layer-page .layer-list02 .item-box__ttl-st {
  font-size: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  color: var(--bc);
  font-weight: bold;
  line-height: 1.501;
  letter-spacing: 0;
}
@media screen and (max-width: 375px) {
  .layer-page .layer-list02 .item-box__ttl-st {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.layer-page .layer-list03 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .layer-page .layer-list03 {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list03 {
    gap: 15px 10px;
  }
}
.layer-page .layer-list03__item {
  width: calc((100% - 60px) / 2);
  height: auto;
}
@media screen and (max-width: 1024px) {
  .layer-page .layer-list03__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list03__item {
    width: 100%;
  }
}
.layer-page .layer-list03 .item-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.layer-page .layer-list03 .item-box__head {
  padding-block: clamp(0.5rem, 0.3rem + 0.55vw, 1rem);
  padding-inline: 15px;
  background: #4086cb;
}
.layer-page .layer-list03 .item-box__ttl {
  text-align: center;
}
.layer-page .layer-list03 .item-box__ttl-st {
  font-size: clamp(1.6rem, 1.3rem + 0.88vw, 2.4rem);
  color: #fff;
  font-weight: bold;
  line-height: 2.083;
  letter-spacing: 0.025em;
}
.layer-page .layer-list03 .item-box__cnt {
  flex: 1;
  padding-block: clamp(1rem, 0.2rem + 2.21vw, 3rem);
  padding-inline: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  min-height: 250px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-list03 .item-box__cnt {
    padding-bottom: 15px;
    min-height: auto;
  }
}
.layer-page .layer-list03 .item-box__list-item {
  font-size: clamp(1.4rem, 1.3rem + 0.22vw, 1.6rem);
  line-height: 1.875;
}
.layer-page .layer-catch {
  background-color: var(--bc);
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.layer-page .layer-catch__ttl {
  font-size: clamp(3.2rem, 2.5rem + 1.77vw, 4.8rem);
  font-weight: 500;
  color: #d5b745;
  text-align: center;
  margin-bottom: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.layer-page .layer-catch__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layer-page .layer-catch__txt {
    text-align: left;
  }
}
.layer-page .layer-catch__txt-st {
  font-size: clamp(1.8rem, 1.6rem + 0.46vw, 2.1rem);
  line-height: 2.38;
  color: #fff;
}
.layer-page .layer-catch__txt-st + .layer-catch__txt-st {
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}

.attention-anchor {
  padding-top: clamp(4rem, 2.1rem + 5.09vw, 6rem);
  background-color: var(--bc);
}
.attention-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .attention-anchor__list {
    flex-direction: column;
    align-items: center;
  }
}
.attention-anchor__item {
  max-width: 300px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .attention-anchor__item {
    width: 100%;
  }
}
.attention-anchor__link {
  display: block;
  width: 100%;
  border: solid 1px var(--mc);
  font-size: clamp(1.6rem, 1.4rem + 0.51vw, 1.8rem);
  font-weight: 500;
  line-height: 3.89;
  color: #d5b745;
  text-align: center;
}

.attention-flow {
  background-color: var(--bc);
  padding-block: clamp(6rem, 2.2rem + 10.18vw, 10rem);
}
.attention-flow__list {
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.attention-flow__item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .attention-flow__item {
    flex-direction: column;
  }
}
.attention-flow__item + .attention-flow__item {
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.attention-flow__step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(12rem, -7.5rem + 25.39vw, 25rem);
  background-color: #1c2d4b;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .attention-flow__step {
    width: 100%;
  }
}
.attention-flow__step-inr {
  text-align: center;
}
.attention-flow__step-txt {
  font-family: var(--sub);
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .attention-flow__step-txt {
    font-size: min(4.2666666667vw, 2rem);
  }
}
.attention-flow__step-num {
  font-family: var(--sub);
  font-size: clamp(6rem, 0rem + 7.81vw, 10rem);
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .attention-flow__step-num {
    font-size: min(13.3333333333vw, 6rem);
  }
}
.attention-flow__info {
  flex: 1;
  background-color: #1d2935;
  padding: clamp(4rem, 3.2rem + 2.21vw, 6rem) 15px;
}
.attention-flow__info-inr {
  max-width: 840px;
  width: 100%;
  margin-inline: auto;
}
.attention-flow__ttl {
  font-size: clamp(2rem, 1.6rem + 1.1vw, 3rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.attention-flow__txt {
  color: #fff;
}
.attention-flow__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.attention-flow__btn-item {
  max-width: 240px;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .attention-flow__btn-item {
    width: 100%;
  }
}
.attention-flow__btn-item .cmn-btn__link {
  line-height: 3.75;
}

.attention-note {
  padding-block: clamp(6rem, 3.5rem + 6.63vw, 12rem) clamp(7rem, 3.7rem + 8.84vw, 15rem);
}
.attention-note__cnt {
  margin-top: clamp(4rem, 3rem + 2.54vw, 5rem);
}
.attention-note__group + .attention-note__group {
  margin-top: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}
.attention-note__ttl {
  font-size: clamp(2.6rem, 2rem + 1.55vw, 4rem);
  font-weight: 500;
  color: #000;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.attention-note__item {
  background-color: #f5f5f5;
  padding: clamp(3rem, 2rem + 2.54vw, 4rem) 15px;
}
.attention-note__item + .attention-note__item {
  margin-top: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.attention-note__item-inr {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}
.attention-note__item-ttl {
  font-size: clamp(2rem, 1.8rem + 0.44vw, 2.4rem);
  font-weight: 500;
  color: var(--bc);
  margin-bottom: clamp(1rem, 0rem + 2.54vw, 2rem);
}
.attention-note__item-txt-st {
  line-height: 1.875;
}
.attention-note__item-txt-st + .attention-note__item-txt-st {
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.attention-note__item-desc {
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.attention-note__item-desc-st {
  padding-left: 15px;
  position: relative;
}
.attention-note__item-desc-st::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.service-cnt {
  background-color: var(--bc);
  padding-block: clamp(8rem, 5.1rem + 7.77vw, 20rem);
  position: relative;
  overflow-x: hidden;
}
.service-cnt__insert {
  font-size: clamp(9rem, 2.1rem + 6.7vw, 15rem);
}
@media screen and (max-width: 1024px) {
  .service-cnt__insert {
    font-size: clamp(5rem, 2.7rem + 6.16vw, 9rem);
  }
}
.service-cnt__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .service-cnt__item {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.service-cnt__item + .service-cnt__item {
  margin-top: clamp(6rem, 3.5rem + 6.63vw, 12rem);
}
.service-cnt__info {
  max-width: 600px;
  width: 52%;
}
@media screen and (max-width: 1024px) {
  .service-cnt__info {
    max-width: none;
    width: 100%;
  }
}
.service-cnt__num {
  width: clamp(4rem, 1.6rem + 6.36vw, 6.5rem);
  aspect-ratio: 65/46;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.service-cnt__ttl {
  font-size: clamp(2.4rem, 1.7rem + 1.77vw, 4rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.service-cnt__txt-st {
  color: #fff;
}
.service-cnt__txt-st + .service-cnt__txt-st {
  margin-top: clamp(2rem, 1rem + 2.54vw, 3rem);
}
.service-cnt__media {
  max-width: 440px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .service-cnt__media {
    align-self: center;
    padding-top: 0;
  }
}
.service-cnt__media-inr {
  display: flex;
  justify-content: space-between;
  gap: clamp(3rem, 2.5rem + 1.29vw, 5rem);
  margin-right: min((1200px - 100vw) / 2);
}
@media screen and (max-width: 1280px) {
  .service-cnt__media-inr {
    margin-right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .service-cnt__media-inr {
    margin-right: calc(50% - 50vw);
  }
}
.service-cnt__media-ph.--01 {
  width: 55%;
}
.service-cnt__media-ph.--02 {
  flex: 1;
}
.service-cnt__media-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-cnt__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .service-cnt__item:nth-of-type(2n) {
    flex-direction: column;
  }
}
.service-cnt__item:nth-of-type(2n) .service-cnt__media-inr {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: min((1200px - 100vw) / 2);
}
@media screen and (max-width: 1280px) {
  .service-cnt__item:nth-of-type(2n) .service-cnt__media-inr {
    margin-left: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .service-cnt__item:nth-of-type(2n) .service-cnt__media-inr {
    margin-left: calc(50% - 50vw);
  }
}

.about-profile {
  background-color: var(--bc);
  padding-block: clamp(8rem, 5.1rem + 7.77vw, 20rem) clamp(6rem, 4.3rem + 4.53vw, 13rem);
}
.about-profile__insert {
  font-size: clamp(7.4rem, 2.3rem + 6.6vw, 15rem);
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .about-profile__insert {
    font-size: clamp(3.5rem, -0.2rem + 9.92vw, 7.4rem);
  }
}
.about-profile__cnt + .about-profile__cnt {
  padding-top: clamp(8rem, 5.1rem + 7.77vw, 20rem);
}
.about-profile__ttl {
  font-size: clamp(2.6rem, 2rem + 1.55vw, 4rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: clamp(4rem, 2.1rem + 5.09vw, 6rem);
}
.about-profile__table {
  display: block;
}

.about-offices {
  padding-block: clamp(6rem, 4.5rem + 3.88vw, 12rem) clamp(8rem, 5.1rem + 7.77vw, 20rem);
}
.about-offices .about-profile__ttl {
  color: #333;
}
.about-offices__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(2rem, -13rem + 19.53vw, 7rem);
}
@media screen and (max-width: 767px) {
  .about-offices__list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.about-offices__item {
  max-width: 560px;
  width: calc((100% - clamp(2rem, -13rem + 19.53vw, 7rem)) / 2);
  border: solid 1px #999;
  padding: 25px 15px clamp(3rem, 2rem + 2.54vw, 4rem);
}
@media screen and (max-width: 767px) {
  .about-offices__item {
    width: 100%;
  }
}
.about-offices__item-inr {
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
.about-offices__item-ttl {
  font-size: clamp(2rem, 1.6rem + 1.02vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 20px;
}
.about-offices__item-data {
  letter-spacing: 0;
  margin-bottom: 15px;
}
.about-offices__item-map {
  width: 100%;
  height: clamp(25rem, 20.2rem + 12.72vw, 30rem);
}
.about-offices__item-map iframe {
  width: 100%;
  height: 100%;
}

.introduction-box {
  background-color: var(--bc);
  padding-block: 50px clamp(6rem, 0.3rem + 15.27vw, 12rem);
}
.introduction-box__cnt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .introduction-box__cnt {
    gap: 10px;
    padding: 10px;
  }
}
.introduction-box__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .introduction-box__list {
    gap: 10px;
  }
}
.introduction-box__item-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.introduction-box__item-ph {
  width: 100%;
  height: 100%;
}
.introduction-box__item-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduction-box__item-hover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.introduction-box__item-hover-st {
  min-width: 200px;
  border: solid 1px #fff;
  font-size: clamp(1.6rem, 1.1rem + 1.27vw, 2.1rem);
  font-weight: 500;
  line-height: 3.33;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .introduction-box__item-hover-st {
    min-width: auto;
    max-width: calc(100% - 20px);
    line-height: 2.8;
  }
}
.introduction-box__item-link:hover .introduction-box__item-hover {
  opacity: 1;
  visibility: visible;
}
.introduction-box__list.--01 .introduction-box__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .introduction-box__list.--01 .introduction-box__item {
    width: calc((100% - 10px) / 2);
  }
}
.introduction-box__list.--02 .introduction-box__item.--01 {
  width: calc((100% - 20px) * 0.4);
}
@media screen and (max-width: 767px) {
  .introduction-box__list.--02 .introduction-box__item.--01 {
    width: calc((100% - 10px) * 0.4);
  }
}
.introduction-box__list.--02 .introduction-box__item.--02 {
  flex: 1;
}
.introduction-box__list.--03 .introduction-box__item {
  width: 100%;
}

.introduction .glightbox-container .gcontainer {
  max-width: 1000px;
  width: calc(100% - 30px);
  max-height: 80vh;
  height: auto;
  margin-inline: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}
.introduction .glightbox-container .ginner-container {
  width: auto;
  height: auto;
}
.introduction .gprev,
.introduction .gnext {
  display: none;
}
.introduction .glightbox-clean .gslide-media.gslide-image {
  border: solid 5px #fff;
}
.introduction .glightbox-clean .gslide-media.gslide-image img.zoomable {
  width: 100%;
}
.introduction .glightbox-clean .gslide-description {
  background-color: transparent;
}
.introduction .glightbox-clean .gdesc-inner {
  padding: 0;
  margin-top: 20px;
}
.introduction .glightbox-clean .gslide-title {
  font-family: var(--base);
  font-size: clamp(1.8rem, 1.6rem + 0.46vw, 2.1rem);
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.introduction .glightbox-clean .gclose {
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  top: -20px;
  right: 0;
  transform: translateY(-100%);
}
.introduction .glightbox-clean .gclose svg {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .introduction .glightbox-clean .gclose svg {
    width: 20px;
  }
}
.introduction.glightbox-mobile .goverlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.introduction.glightbox-mobile .glightbox-container .gslide-description {
  background: transparent;
  padding: 0;
  position: relative;
  bottom: auto;
}
.introduction .desc-bottom .gslide-image img,
.introduction .desc-top .gslide-image img {
  max-height: calc(80svh - 110px) !important;
  width: 100%;
}

.archive-products {
  background-color: var(--bc);
  padding-block: 50px clamp(8rem, 5.6rem + 6.47vw, 18rem);
}
.archive-products__head {
  display: flex;
  justify-content: space-between;
  gap: 20px 50px;
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
@media screen and (max-width: 767px) {
  .archive-products__head {
    flex-direction: column;
  }
}
.archive-products__ttl-st {
  font-size: clamp(2.6rem, 2rem + 1.55vw, 4rem);
  font-weight: 500;
  color: #fff;
}
.archive-products__select-box {
  width: 295px;
  background: #f1f1ef;
  border-radius: 7px;
  font-size: clamp(1.4rem, 1.2rem + 0.51vw, 1.6rem);
  padding: 10px 15px;
  cursor: pointer;
}
.archive-products__select-box option {
  cursor: pointer;
}
.archive-products__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(6rem, 2.2rem + 10.18vw, 10rem) 20px;
  border-bottom: solid 1px var(--mc);
  padding-bottom: clamp(4rem, -1.7rem + 15.27vw, 10rem);
}
@media screen and (max-width: 1024px) {
  .archive-products__list {
    max-width: 790px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .archive-products__list {
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin: 0;
  }
}
.archive-products__item {
  max-width: 385px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1024px) {
  .archive-products__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .archive-products__item {
    width: 100%;
  }
}
.archive-products__media {
  margin-bottom: 15px;
}
.archive-products__media-ph {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 385/315;
  background-color: #fff;
}
.archive-products__media-ph img {
  max-height: 100%;
  object-fit: contain;
}
.archive-products__info-ttl {
  font-size: clamp(1.8rem, 1.5rem + 0.76vw, 2.1rem);
  font-weight: 500;
  color: var(--mc);
  margin-bottom: clamp(3rem, 2rem + 2.54vw, 4rem);
}
.archive-products__data {
  margin-bottom: 15px;
}
.archive-products__data-dl {
  display: flex;
  gap: 10px;
  color: #fff;
}
.archive-products__data-dl + .archive-products__data-dl {
  margin-top: 5px;
}
.archive-products__data-dt {
  min-width: 100px;
  font-size: 1.4rem;
}
.archive-products__data-dd {
  flex: 1;
  font-size: 1.4rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.archive-products__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.archive-products__btn-item {
  max-width: 180px;
  width: calc((100% - 12px) / 2);
}
.archive-products__btn .cmn-btn__link {
  line-height: 3.125;
}
.archive-products__btn .cmn-btn.--type02 .cmn-btn__link {
  border: solid 1px #274d98;
}
.archive-products .cmn-pagenav-otr {
  margin-top: clamp(3rem, -0.8rem + 10.18vw, 7rem);
}
.archive-products .cmn-pagenav-otr .wp-pagenavi {
  justify-content: flex-start;
}