@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 要素 フォントサイズ・マージン・パディングをリセット */
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;
  font-size: 10px;
  font-family: "Zen Old Mincho", serif;
  color: #595959;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
  letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

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

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

section {
  display: block;
  position: relative;
}

input[type=submit], input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: 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 {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  color: #202020;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  color: #333;
}
body.fix {
  position: fixed;
  width: 100%;
}
body.open {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Serif JP", serif;
  }
}
html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 0.875rem;
  }
}
span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.35;
}

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

.pc,
.pc-tb {
  display: block;
}

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

@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 23px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .cmn-wrap {
    padding-inline: 4%;
  }
}
.cmn-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.cmn-ttl {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .cmn-ttl {
    margin-bottom: 4%;
    padding-bottom: 0;
  }
}
.cmn-ttl.--contact {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cmn-ttl__sub {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-family: "Montserrat", serif;
  color: #978C8A;
}
@media screen and (max-width: 480px) {
  .cmn-ttl__sub {
    font-size: 1.4rem;
  }
}

.cmn-ttl__main {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .cmn-ttl__main {
    font-size: 1.8rem;
  }
}
.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}
.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./img/bg-body.jpg) repeat-x center center/cover;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .wrap {
    padding-inline: 0;
  }
}
.hd {
  width: calc(100% - 480px);
  max-width: 600px;
}

.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 520px);
  max-width: 600px;
  top: 50%;
  transform: translateY(-50%);
}

.hd-name {
  width: 240px;
  margin-bottom: 20px;
}
.hd-name img {
  width: 100%;
  display: block;
}

.hd-menu {
  margin-inline: auto;
  width: 100%;
  max-width: 474px;
}

.hd-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: min(2.2222222222vw, 2rem);
  margin-bottom: min(2.5vw, 2.25rem);
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 12px 0 12px 60px;
}

.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc((100% - min(2.2222222222vw, 2rem)) / 2);
}

.hd-nav__item {
  width: 100%;
  max-width: 240px;
}
.hd-nav__item.--even {
  padding-left: 20px;
}
.hd-nav__link {
  display: block;
  position: relative;
  padding-block: 12px;
  width: 100%;
  transition: 0.4s;
}

.hd-nav__link-jp {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #879395;
  transition: 0.4s;
  font-family: "Zen Old Mincho", serif;
}
.hd-nav__link-jp::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 16px);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #978C8A;
  border-radius: 50%;
  opacity: 0;
}

@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    color: #333;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #333;
  }
  .hd-nav__link.active span::before {
    opacity: 1;
  }
}
.hd .cta-ph {
  width: 100%;
  display: none;
}
.hd.open {
  background: #fff;
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle__txt::after {
  content: "Close";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.56;
  letter-spacing: 0.1em;
  color: #978C8A;
  font-family: "Montserrat", serif;
  font-size: 16px;
}
.hd.open .hd-toggle span {
  background: #978C8A;
  color: #978C8A;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 12px;
  transform: rotate(320deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 12px;
  transform: rotate(-320deg);
}
.hd.open .hd-nav__item.--even {
  padding-left: 0px;
}

@media screen and (max-width: 1240px) {
  .hd .cta-link {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 56px;
    background: #fff;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    padding-inline: 20px 16px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    margin-bottom: 0;
    width: 130px;
    z-index: 1001;
  }
  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 56px;
    left: 0;
    padding-bottom: 70px;
    width: 100%;
    height: calc(100svh - 56px);
    background: #EDEBEB;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding: 0;
    border-top: none;
    border-bottom: none;
  }
  .hd-nav__name {
    margin-bottom: 16px;
    width: 150px;
  }
  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .hd-nav__item:first-child {
    border: none;
  }
  .hd-nav__link {
    display: block;
    padding-block: 16px;
    padding-inline: 0;
  }
  .hd-nav__link-jp {
    color: #333;
    line-height: 1.56;
  }
  .hd .cta {
    display: none;
  }
  .hd-toggle {
    position: relative;
    width: 105px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle__txt {
    position: relative;
  }
  .hd-toggle__txt::after {
    content: "Menu";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: 0.1em;
    color: #978C8A;
    font-family: "Montserrat", serif;
    font-size: 16px;
  }
  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 28px;
  }
  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    background: #978C8A;
    color: #978C8A;
  }
  .hd-toggle__line {
    height: 1px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 0;
  }
  .hd-toggle__line:nth-child(2) {
    top: 14px;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.ft {
  background: #EDEBEB;
  color: #fff;
}

.ft-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-block: 70px 94px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ft-cnt {
    padding-block: 8% 16%;
  }
}

.ft-name {
  margin-bottom: 20px;
  width: 240px;
}
@media screen and (max-width: 640px) {
  .ft-name {
    width: 200px;
  }
}
.ft-logo {
  display: block;
  width: 100%;
  height: 100%;
}
.ft-logo img {
  width: 100%;
}

.ft-nav {
  margin-bottom: 24px;
}
.ft-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ft-nav__item {
  text-align: center;
  padding: 0 10px;
}

.ft-nav__link {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-block: 8px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.4s;
}
@media screen and (max-width: 480px) {
  .ft-nav__link {
    font-size: 1.4rem;
  }
}
.ft-nav__link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #978C8A;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .ft-nav__link:hover:after {
    transform: scale(1, 1);
  }
}

.ft-copy {
  font-size: 10px;
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.1em;
  text-align: center;
}

.pagetop-link {
  width: 20px;
  height: 50px;
  position: absolute;
  right: 24px;
  bottom: 32px;
  background: url(./img/top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .pagetop-link {
    display: none;
  }
}

.banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 480px;
  z-index: 1001;
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  .banner:hover {
    opacity: 0.8;
  }
}
.banner-contact {
  display: none;
}

@media screen and (max-width: 1024px) {
  .banner-contact {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
  }
}
.content {
  position: relative;
  width: 480px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(65, 65, 65, 0.16);
  overflow: clip;
}
.content.open {
  background: transparent;
  box-shadow: none;
}
.content.open .main,
.content.open .ft {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
.cta {
	position: relative;
  background-color: #595959;
	z-index: 1;
}
.cta.--hd {
  background-color: unset;
}
.cta.--hd > a {
  padding: 0;
}
.cta.--nobg {
  background: unset;
}
.cta.--nobg > a {
  padding: 32px 0;
}

.cta-link {
  padding: 40px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .cta-link:hover .cta-txt {
    background: #fff;
    color: #978C8A;
    border: 1px solid #978C8A;
  }
  .cta-link:hover .cta-txt::after {
    filter: invert(54%) sepia(7%) saturate(250%) hue-rotate(345deg) brightness(95%) contrast(90%);
  }
}
.cta-ph {
  margin-bottom: 10px;
  width: 100%;
}

.cta-caption {
  position: relative;
	margin-bottom: 1em;
  width: 100%;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: 0.4s;
  font-size: 16px;
}
.cta-txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 368px;
  height: 60px;
  background: #978C8A;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: 0.4s;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .cta-txt:hover {
    background: #fff;
    color: #978C8A;
  }
}
@media screen and (max-width: 480px) {
  .cta-txt {
    max-width: 300px;
    font-size: 1.4rem;
    height: 50px;
  }
}
.cta-txt::after {
  content: "";
  position: absolute;
  right: 6%;
  width: 25px;
  height: 17px;
  transition: 0.4s;
  background: url(./img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-40%);
}

.fv {
  position: relative;
}
.fv .cmn-wrap {
  padding-top: 0;
}

.fv-slide__item {
  min-height: 810px;
}
@media screen and (max-width: 480px) {
  .fv-slide__item {
    min-height: auto;
  }
}
.fv-slide__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-catch {
  position: absolute;
  top: 0;
  align-items: flex-end;
  gap: 8px;
  z-index: 1;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .fv-catch {
    margin-top: 100px;
  }
}
.fv-catch__ttl {
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 4rem;
  padding-left: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 430px) {
  .fv-catch__ttl {
    font-size: 3.2rem;
  }
}
.fv-catch__ttl span {
  letter-spacing: 0.1em;
}

.fv-catch__txt {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  display: block;
  border-bottom: 1px solid #fff;
  padding-left: 24px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .fv-catch__txt {
    font-size: 2rem;
  }
}

.fv-catch__date {
  color: #fff;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  border: 1px solid #fff;
  margin-left: 24px;
  margin-bottom: 10px;
  padding: 12px;
}
@media screen and (max-width: 640px) {
  .fv-catch__date {
    padding: 2%;
  }
}
.fv-catch__date > strong {
  font-size: 24px;
  color: #fff;
}
.fv-catch__date > small {
  font-size: 8px;
  color: #fff;
}

.fv-catch__pin {
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 44px;
}
@media screen and (max-width: 480px) {
  .fv-catch__pin {
    font-size: 1.4rem;
  }
}
.fv-catch__pin::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(./img/pin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: -17px;
}

.fv-data__head {
  text-align: center;
  margin-inline: auto;
  width: calc(100% - 32px);
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}

.fv-data__head-st {
  text-align: center;
  font-size: min(3.7333333333vw, 0.875rem);
  line-height: 1.125;
  letter-spacing: 0.05em;
}
.fv-data__head-st strong {
  font-size: min(6.4vw, 1.5rem);
}
.fv-data__head-st small {
  font-size: min(2.1333333333vw, 0.625rem);
  color: #327EE1;
}
.fv-data__head-st small.col01 {
  color: #B11819;
}

.fv-data__foot-st {
  text-align: center;
  font-size: min(3.7333333333vw, 0.875rem);
  line-height: 1.125;
  letter-spacing: 0.05em;
}
.fv-data__foot-st small {
  display: block;
  font-size: min(2.6666666667vw, 0.625rem);
}

.message {
  position: relative;
  padding: 96px 0 64px;
  background: #fafafa;
}
@media screen and (max-width: 480px) {
  .message {
    padding: 8% 0;
  }
}

.message-head {
  margin-bottom: 64px;
  margin-inline: auto 0;
  max-width: 400px;
}
@media screen and (max-width: 480px) {
  .message-head {
    margin-bottom: 8%;
  }
}

.message-ttl {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  color: #595959;
}

.sp01 {
  display: block;
}

@media screen and (max-width: 640px) {
  .sp01 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .message-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .message-ttl {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }
}
.message-txt {
  margin-bottom: 40px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .message-txt {
    font-size: 1.4rem;
    margin-bottom: 4%;
  }
}

.message-data {
  padding: 8px 24px;
  background: #fff;
}

.message-data__item {
  padding-block: 32px;
}
@media screen and (max-width: 480px) {
  .message-data__item {
    padding-block: 4%;
  }
}
.message-data__item:first-child {
  border-bottom: 1px solid #dddddd;
}

.message-data__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #595959;
}
@media screen and (max-width: 480px) {
  .message-data__ttl {
    font-size: 1.6rem;
  }
}
.message-data__ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #978C8A;
  border-radius: 50%;
}

.message-data__txt {
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .message-data__txt {
    font-size: 1.4rem;
  }
}

.message-ph {
  display: flex;
  justify-content: space-between;
}
.message-ph img:first-child {
  margin-bottom: 88px;
  width: 260px;
}
.message-ph img:last-child {
  margin-top: 88px;
  width: 196px;
}

@media screen and (max-width: 640px) {
  .message-ph img:first-child {
    width: 54%;
  }
}
@media screen and (max-width: 640px) {
  .message-ph img:last-child {
    width: 40%;
  }
}
#example02 {
  padding-top: 100px;
  margin-top: -100px;
}

.example {
  padding-top: 100px;
  margin-top: -100px;
}
.example-wrap {
  padding-block: 80px 0;
  position: relative;
  margin: 0 auto;
  padding-inline: 23px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .example-wrap {
    padding-block: 8% 0;
    padding-inline: 4%;
  }
}

.example-info {
  background: #FAFAFA;
/*   padding: 40px 57px; */
	padding:40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 480px) {
  .example-info {
    padding: 4% 2%;
    margin-bottom: 10%;
  }
}
.example-info > li {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 300;
display: flex;
    align-items: center;
    gap: 4px;
	position:relative;
}
@media screen and (max-width: 480px) {
  .example-info > li {
    font-size: 1.4rem;
  }
}

.example-info > li span{
	display:inline-block;
	width:72px;
	height:auto;
	text-align: right;
}
.example-info > li div{
	height:1px;
	width:2em;
	background:#000;
}
.example-info > li p{
    font-size: 1.6rem;
}
.example-info > li small{
font-size: 11px;
}

.example-ph__txt {
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  padding-top: 8px;
}

.example-txt {
  margin-bottom: 32px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .example-txt {
    font-size: 1.4rem;
  }
}

.example-slide {
  position: relative;
  margin-bottom: 24px;
}

.example-slide__thumbs {
  margin-top: min(1.5625vw, 0.75rem);
  padding: 0;
  width: 100%;
  overflow: auto;
}
.example-slide__thumbs .swiper-slide {
  height: 80px;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}
.example-slide__thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.example .swiper-slide-thumb-active {
  opacity: 1;
}
.example .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.example .swiper-pagination-bullet-active {
  background: #4b3928;
}
.example .swiper-pagination-bullets {
  bottom: -35px;
}
.example .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.example .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.example .swiper-button-next,
.example .swiper-button-prev {
  position: absolute;
  top: 39%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
.example .swiper-button-next::after {
  display: none;
}
.example .swiper-button-prev {
  left: 8px;
  right: auto;
  transform: scale(-1, 1);
}
.example .swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  .example .swiper-button-next,
  .example .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .example .swiper-button-next:hover,
  .example .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.example-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.example-tab__item {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}

.example-tab__btn {
  width: 100%;
  height: 58px;
  background: #fff;
  outline: 1px solid #595959;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}
.example-tab__btn.active {
  transform: scale(1, 1.25);
  transform-origin: bottom;
  background: #595959;
}
.example-tab__btn.active .example-tab__ttl {
  color: #fff;
  transform: scale(1, 0.8);
}

@media screen and (max-width: 640px) {
  .example-tab__btn {
    padding: 5%;
  }
}
@media screen and (max-width: 480px) {
  .example-tab__btn {
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .example-tab__btn:hover {
    transform: scale(1, 1.25);
    transform-origin: bottom;
    background: #595959;
  }
  .example-tab__btn:hover .example-tab__ttl {
    color: #fff;
    transform: scale(1, 0.8);
  }
}
.example-tab__ttl {
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
  letter-spacing: 0.1em;
  color: #595959;
  transition: 0.4s;
  font-size: 16px;
}
.example-tab__ttl-st {
  font-family: "Montserrat", serif;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .example-tab__ttl {
    font-size: 1.4rem;
  }
}

.example-detail {
  background: #EDEBEB;
  border-top: 1px solid #EDEBEB;
  position: relative;
  z-index: 1;
}

.example-cnt__box {
  padding-block: 40px;
}
@media screen and (max-width: 480px) {
  .example-cnt__box {
    padding-block: 4%;
  }
}

.example-cnt__info {
  width: 100%;
}

.example-cnt__ph {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .example-cnt__ph {
    margin-bottom: 4%;
  }
}

.example-cnt__ttl {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  color: #595959;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .example-cnt__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .example-cnt__ttl {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
}
.example-cnt__txt {
  line-height: 2;
  letter-spacing: 0.1em;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .example-cnt__txt {
    font-size: 1.4rem;
  }
}

.plan-data {
  margin-bottom: 26px;
  padding: 36px 79px;
  background: #fafafa;
  font-family: "Noto Sans JP", serif;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #3a3a3a;
}

@media screen and (max-width: 450px) {
  .plan-data {
    padding-inline: 11.2vw;
  }
}
.plan-ph {
  position: relative;
}
.plan-ph::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68px;
  height: 68px;
  background: url(./img/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}

.access {
  padding: 80px 0;
}
@media screen and (max-width: 480px) {
  .access {
    padding: 8% 0;
  }
}

.access-map {
  margin-bottom: 21px;
  height: auto;
  aspect-ratio: 432/250;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}

.access-info__item {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 8px;
}
.access-info__item:not(:last-child) {
  margin-bottom: 16px;
}

.access-info__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 30px;
  background: #595959;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .access-info__ttl {
    font-size: 1.4rem;
  }
}

.access-info__txt {
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .access-info__txt {
    font-size: 1.4rem;
  }
}

.access-info__add {
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .access-info__add {
    font-size: 1.4rem;
  }
}

.works-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 23px;
  width: 100%;
  padding-block: 80px;
}
@media screen and (max-width: 480px) {
  .works-wrap {
    padding-inline: 4%;
    padding-block: 8%;
  }
}

.works-cnt:not(:last-child) {
  margin-bottom: 42px;
}

.works-slide {
  position: relative;
}

.works-slide__thumbs {
  margin-top: 14px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.works-slide__thumbs .swiper-slide {
  aspect-ratio: 105/82;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}
.works-slide__thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.works {
  padding-top: 100px;
  margin-top: -100px;
}
.works .swiper-slide-thumb-active {
  opacity: 1;
}
.works .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.works .swiper-pagination-bullet-active {
  background: #4b3928;
}
.works .swiper-pagination-bullets {
  bottom: -35px;
}
.works .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.works .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.works .swiper-button-prev01,
.works .swiper-button-next01,
.works .swiper-button-prev02,
.works .swiper-button-next02 {
  position: absolute;
  top: 35%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
.works .swiper-button-prev01::after,
.works .swiper-button-next01::after,
.works .swiper-button-prev02::after,
.works .swiper-button-next02::after {
  display: none;
}
.works .swiper-button-prev01,
.works .swiper-button-prev02 {
  left: 8px;
  transform: scale(-1, 1);
}

@media screen and (max-width: 1024px) {
  .works .swiper-button-prev01,
  .works .swiper-button-next01,
  .works .swiper-button-prev02,
  .works .swiper-button-next02 {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .works .swiper-button-prev01:hover,
  .works .swiper-button-next01:hover,
  .works .swiper-button-prev02:hover,
  .works .swiper-button-next02:hover {
    opacity: 0.7;
  }
}
.benefits {
  background: url(./img/bg-benefits.jpg) no-repeat center center/cover;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .benefits {
    height: 560px;
  }
}
.benefits-link {
  padding: 56px 23px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .benefits-link {
    padding: 56px 24px;
  }
}
@media screen and (min-width: 1025px) {
  .benefits-link:hover .benefits-txt {
    background: #fff;
    color: #b11819;
  }
  .benefits-link:hover .benefits-txt::after {
    background: #b11819;
  }
}
.benefits-ph {
  margin-bottom: 12px;
  width: 100%;
  max-width: 368px;
}

.benefits-txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  width: 100%;
  max-width: 368px;
  height: 60px;
  background: #b11819;
  border-radius: 10px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}
.benefits-txt::after {
  content: "";
  display: block;
  height: 14px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  transition: 0.4s;
}

.benefits-info {
  padding: 16px 6px;
  width: 100%;
  border: 1px solid #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.contact {
  padding-block: 80px;
  background: url(./img/bg-contact.jpg) no-repeat center center/cover;
  background-color: #EDEBEB;
}
@media screen and (max-width: 480px) {
  .contact {
    padding-block: 8%;
  }
}

.company-profile {
  padding-top: 80px;
}
@media screen and (max-width: 480px) {
  .company-profile {
    padding: 8% 4% 0 4%;
  }
}
.company-profile-txt {
  cursor: pointer;
  width: 432px;
  background: #978C8A;
  border: 1px solid #978C8A;
  text-align: center;
  padding: 20px 0;
  line-height: 2;
  transition: 0.4s;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 96px;
}
@media screen and (min-width: 1025px) {
  .company-profile-txt:hover {
    background: #FFF;
    border: 1px solid #978C8A;
    color: #978C8A;
  }
  .company-profile-txt:hover .company-profile-hd::before {
    filter: invert(54%) sepia(7%) saturate(250%) hue-rotate(345deg) brightness(95%) contrast(90%);
    transition: 0.4s;
  }
}
@media screen and (max-width: 480px) {
  .company-profile-txt {
    width: 100%;
    padding: 4% 0;
    margin-bottom: 8%;
  }
}
.company-profile-hd {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}
.company-profile-hd::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 20px;
  height: 20px;
  background: url(./img/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
}
.company-profile-tel {
  font-family: "Montserrat", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 480px) {
  .company-profile-tel {
    font-size: 2rem;
  }
}
.company-profile-info {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2.4;
}
.company-profile-info > strong {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.company-tab {
  margin-top: 56px;
}

@media screen and (max-width: 480px) {
  .company-tab {
    margin-top: 6%;
  }
}
.company-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.company-tab__item {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}

.company-tab__btn {
  width: 100%;
  height: 58px;
  background: #fff;
  outline: 1px solid #595959;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}
.company-tab__btn.active {
  transform: scale(1, 1.25);
  transform-origin: bottom;
  background: #595959;
}
.company-tab__btn.active .company-tab__ttl {
  color: #fff;
  transform: scale(1, 0.8);
}

@media screen and (max-width: 640px) {
  .company-tab__btn {
    padding: 5%;
  }
}
@media screen and (max-width: 480px) {
  .company-tab__btn {
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .company-tab__btn:hover {
    transform: scale(1, 1.25);
    transform-origin: bottom;
    background: #595959;
  }
  .company-tab__btn:hover .company-tab__ttl {
    color: #fff;
    transform: scale(1, 0.8);
  }
}
.company-tab__ttl {
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
  letter-spacing: 0.1em;
  color: #595959;
  transition: 0.4s;
  font-size: 16px;
}
.company-tab__ttl-st {
  font-family: "Montserrat", serif;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .company-tab__ttl {
    font-size: 1.4rem;
  }
}
.company-detail {
  background: #EDEBEB;
  border-top: 1px solid #EDEBEB;
  position: relative;
  z-index: 1;
}

.company-cnt__box {
  padding-block: 54px 56px;
}
@media screen and (max-width: 480px) {
  .company-cnt__box {
    padding-block: 4%;
  }
}

.company-cnt__info {
  width: 100%;
}

.company-cnt__ph {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .company-cnt__ph {
    margin-bottom: 4%;
  }
}

.company-cnt__ttl {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  color: #595959;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .company-cnt__ttl {
    font-size: 2rem;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  .company-cnt__ttl {
    font-size: 1.8rem;
  }
}
.company-cnt__txt {
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .company-cnt__txt {
    font-size: 1.4rem;
  }
}

.company-info {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 480px) {
  .company-info {
    padding-inline: 4%;
  }
}
.company-info-wrap {
  padding-block: 80px;
  position: relative;
  margin: 0 auto;
  padding-inline: 23px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .company-info-wrap {
    padding-block: 8%;
  }
}

.company-data__row {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid #EDEBEB;
}
.company-data__row:first-child {
  border-top: 1px solid #EDEBEB;
}

@media screen and (max-width: 640px) {
  .company-data__row {
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .company-data__row {
    padding: 16px 0;
  }
}
.company-data__ttl {
  width: 90px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .company-data__ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .company-data__ttl {
    width: 80px;
  }
}
.company-data__cnt {
  width: calc(100% - 83px - 16px);
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 640px) {
  .company-data__cnt {
    width: calc(100% - 80px - 8px);
  }
}
@media screen and (max-width: 480px) {
  .company-data__cnt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .company-data__cnt small {
    font-size: 0.75rem;
  }
}
/* ************************************************************************************ */
/* ************************************************************************************ */
/* ************************************************************************************ */
/* フォーム部分 */
.wpcf7-list-item {
  margin: 0 0 1em 0;
}

form {
  overflow: hidden;
}
form ul {
  display: block;
  margin-top: 40px;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}
.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.item-notice p {
  font-size: 14px;
}

form ul li:last-of-type {
  width: 100%;
}
form ul .item-name {
  color: #2C2928;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
form ul .item-name span.item-req {
  color: #fff;
  background: #595959;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}
form ul .item-name span.item-any {
  color: #fff;
  background: #9D9D9D;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}
form ul .item-name span.item-noreq {
  color: #fff;
  background: #B4B4B4;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}
form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}
form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}
form ul li:last-of-type input {
  width: 100%;
  display: block;
}
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
  margin-bottom: 24px;
}
form ul li:last-of-type input,
form ul li:last-of-type textarea,
form ul li:last-of-type select {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff;
}

.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

.submit_btn {
  display: block;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  /* border: 1px solid #216724; */
  position: relative;
}
.submit_btn:hover {
  /* border: 1px solid rgba(108, 142, 120, 0.5); */
}

.section-form__check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 48px;
}
.section-form__check span {
  background: none;
}

form [type=submit] {
  background: #978C8A;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  form [type=submit]:hover {
    opacity: 0.5;
    transition: 0.3s;
  }
}

.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}

.wpcf7-spinner {
  display: none !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}
li.item-form.itemform_add_search button {
  width: 120px;
  background: #216724;
  border: none;
  color: #fff;
}

.form-caption {
  margin-bottom: 120px;
}
.form-caption p {
  font-size: 16px;
  text-align: center;
}

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 32px;
}
.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}
.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}
.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

@media screen and (max-width: 640px) {
  form ul {
    /* margin-bottom:32px; */
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }
  form ul li:first-of-type, form ul li:last-of-type {
    width: 100%;
  }
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  form ul li:last-of-type input,
  form ul li:last-of-type textarea {
    padding: 16px;
    font-size: 14px;
  }
  form [type=submit] {
    font-size: 18px;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }
  .section-form__check {
    margin-bottom: 5%;
  }
}
.wpcf7-form-control {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}
.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.form-caption p,
form * {
  font-family: "Noto Serif JP", serif;
}

.wpcf7-not-valid-tip {
  /*   display: none !important; */
}

.contact__form .privacy-policy-scroll {
  background: #FFF;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.contact__form .privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
  color: #2C2928;
}
.contact__form .privacy-policy-scroll p a {
  color: #5839FF;
}

.form__notice {
  font-size: 14px;
  margin-top: 16px;
  letter-spacing: 0.1em;
}

.form-tel-link {
  max-width: 432px;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 24px;
  transition: 0.4s;
}
.form-tel-link > a {
  display: block;
  text-align: center;
  padding: 24px 0;
  background-color: #978C8A;
  border: 1px solid #978C8A;
  transition: 0.4s;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .form-tel-link > a:hover {
    background-color: #fff;
    border: 1px solid #978C8A;
    color: #978C8A;
  }
  .form-tel-link > a:hover > strong::before {
    filter: invert(54%) sepia(7%) saturate(250%) hue-rotate(345deg) brightness(95%) contrast(90%);
    transition: 0.4s;
  }
}
.form-tel-link > a > strong {
  display: block;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}
.form-tel-link > a > strong::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -23px;
  width: 20px;
  height: 20px;
  background: url(./img/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
}

.privacy-policy-scroll {
  background: #FFF;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}
.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}
.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}
.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #FFF;
}
.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}
.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}
.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}
.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}
.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}
.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 80px;
  background: #3A3A3A;
  font-size: 12px;
  text-align: center;
}

span.wpcf7-form-control.wpcf7-radio {
  background: unset;
}

.privacy-box {
  background: #FFF;
  border: solid 1px #D8D8D8;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}
.privacy-box h3 {
  color: #111111;
  font-size: 16px;
  line-height: 1.71;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}
.privacy-box p {
  color: #111111;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

@media (max-width: 1024px) {
  .privacy-box {
    padding: 2% 2% 3%;
  }
}
@media (max-width: 640px) {
  .privacy-box {
    padding: 4% 4% 5%;
  }
}
.section-form__check1,
.section-form__check2 {
  padding: 24px;
  text-align: center;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1;
}
span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7-form-control-wrap[data-name=radio-plan] span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  /* 枠線の色 */
  border-radius: 50%;
  /* 丸くする */
  color: #FFFFFF;
  /* 背景色 */
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  /* Safari対応 */
  outline: none;
  /* フォーカス時の枠線を消す */
  cursor: pointer;
  /* ポインタを変更 */
}
.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
  /* チェック時の背景色 */
  box-shadow: inset 0 0 0 4px #FFFFFF;
  /* 中央に白い丸を作る */
}
.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
}

/* チェック時のスタイル */
.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.section-form__check1 .wpcf7-list-item,
.section-form__check2 .wpcf7-list-item {
  justify-content: center;
}/*# sourceMappingURL=page-client.css.map */