@charset "UTF-8";
/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
:root {
  --mainColor: #0054A6;
  --mainColorLight: #EEF0F3;
  --subColor: #E65400;
  --subColorLight: #FFF9F6;
}

/* ---------------------
mainColor
------------------------ */
.mainColor {
  color: var(--mainColor);
}

.bgMainColor {
  background-color: var(--mainColor);
}

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

.bgMainColorLight {
  background-color: var(--mainColorLight);
}

/* ---------------------
subColor
------------------------ */
.subColor {
  color: var(--subColor);
}

.bgsubColor {
  background-color: var(--subColor);
}

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

.bgsubColorLight {
  background-color: var(--subColorLight);
}

.grayColor {
  color: #F7F7F7;
}

.bgGrayColor {
  background-color: #F7F7F7;
}

/* ----------------------------------
使わない↓（消すと__main.scssが干渉してコンパイルできなくなる）
---------------------------------- */
.grayColorLight {
  color: #f9f9f9;
}

.bgGrayColorLight {
  background-color: #f9f9f9;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgBlueLight {
  background-color: #ECF0F3;
}

/*フォント系*/
:root {
  --fontEn: "Libre Baskerville", serif;
}

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

:root {
  --fontNum: "League Spartan", sans-serif;
}

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

:root {
  --serif: "游明朝体","Yu Mincho","Hiragino Mincho Pro", "Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho",serif;
  --fontJp: -apple-system, BlinkMacSystemFont,"游ゴシック体","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

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

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

:root {
  --fontColor: #1E1E1E;
}

body {
  font-family: var(--fontJp);
  color: var(--fontColor);
}

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*==================================================
 * フォント
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  line-height: 1.6;
  font-weight: 400;
}

.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .lh_xl {
    line-height: 1.8;
  }
  .lh_xl * {
    line-height: 1.8;
  }
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_s {
  line-height: 1.1;
}
.lh_s * {
  line-height: 1.1;
}

.lh_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

.ls_xl {
  letter-spacing: 0.2em;
}

.ls_l {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

.ave {
  font-weight: 500 !important;
}

.bold {
  font-weight: 600 !important;
}

.bold800 {
  font-weight: 800 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #686868;
}

.red {
  color: #EC462F !important;
}

.fsL {
  font-size: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 36px;
  }
}

.fsL4 {
  font-size: 42px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL4 {
    font-size: 24px;
  }
}

.fsM {
  font-size: 34px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 21px;
  }
}

.fsM2 {
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 17px;
  }
}

.fsM35 {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM35 {
    font-size: 16px;
  }
}

.fsM4 {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 14px;
  }
}

.fsM5 {
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsS {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 12px !important;
  }
}

.fsS2 {
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 11px;
  }
}

.fsS4 {
  font-size: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS4 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS4 {
    font-size: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .fsSpM5 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .fsSpS {
    font-size: 12px;
  }
}

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 64px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 25px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 14px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 42px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 24px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

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

hr {
  margin: 10px auto;
}

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

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineFlex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.overHidden {
  overflow: hidden;
}

.tra,
.tra:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

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

@media only screen and (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

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

.linkA {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--mainColor);
}
.linkA:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .notTab {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .tab {
    display: none !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mtAuto {
  margin-top: auto;
}

.mrAuto {
  margin-right: auto;
}

.mbAuto {
  margin-bottom: auto;
}

.mlAuto {
  margin-left: auto;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 0.5em;
}

.ml1 {
  margin-left: 1em;
}

.ml2 {
  margin-left: 2em;
}

.ml3 {
  margin-left: 3em;
}

@media only screen and (max-width: 767px) {
  .mlSp0 {
    margin-left: 0;
  }
  .mlSp1 {
    margin-left: 1em;
  }
  .mlSp2 {
    margin-left: 2em;
  }
  .mlSp3 {
    margin-left: 3em;
  }
}
.mr05 {
  margin-right: 0.5em;
}

.mr1 {
  margin-right: 1em;
}

.mr2 {
  margin-right: 2em;
}

.mr3 {
  margin-right: 3em;
}

@media only screen and (max-width: 767px) {
  .mrSp0 {
    margin-right: 0;
  }
  .mrSp1 {
    margin-right: 1em;
  }
  .mrSp2 {
    margin-right: 2em;
  }
  .mrSp3 {
    margin-right: 3em;
  }
}
.mtL {
  margin-top: 30%;
}

.mtL2 {
  margin-top: 25%;
}

.mtL3 {
  margin-top: 20%;
}

.mtL4 {
  margin-top: 15%;
}

.mtM {
  margin-top: 10%;
}

.mtM2 {
  margin-top: 7.5%;
}

.mtM3 {
  margin-top: 5%;
}

.mtS {
  margin-top: 3.5%;
}

.mtS2 {
  margin-top: 2%;
}

.mtS3 {
  margin-top: 1%;
}

@media only screen and (max-width: 767px) {
  .mtSpL {
    margin-top: 30%;
  }
  .mtSpL2 {
    margin-top: 25%;
  }
  .mtSpL3 {
    margin-top: 20%;
  }
  .mtSpL4 {
    margin-top: 15%;
  }
  .mtSpM {
    margin-top: 10%;
  }
  .mtSpM2 {
    margin-top: 7.5%;
  }
  .mtSpM3 {
    margin-top: 5%;
  }
  .mtSpS {
    margin-top: 3.5%;
  }
  .mtSpS2 {
    margin-top: 2%;
  }
  .mtSpS3 {
    margin-top: 1%;
  }
}
.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .pt30 {
    padding-top: 20px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .pt40 {
    padding-top: 30px;
  }
}

.pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .pt50 {
    padding-top: 30px;
  }
}

.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .pt60 {
    padding-top: 40px;
  }
}

.pt70 {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .pt70 {
    padding-top: 40px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px;
  }
}

.pt90 {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .pt90 {
    padding-top: 50px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px;
  }
}

.pt200 {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .pt200 {
    padding-top: 70px;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 20px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 30px;
  }
}

.pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 30px;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 40px;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .pb70 {
    padding-bottom: 40px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 50px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px;
  }
}

.pb200 {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .pb200 {
    padding-bottom: 70px;
  }
}

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

@media only screen and (max-width: 767px) {
  .plSp0 {
    padding-left: 0;
  }
  .plSp1 {
    padding-left: 1em;
  }
  .plSp2 {
    padding-left: 2em;
  }
  .plSp3 {
    padding-left: 3em;
  }
}
.pbL {
  padding-bottom: 30%;
}

.pbL2 {
  padding-bottom: 25%;
}

.pbL3 {
  padding-bottom: 20%;
}

.pbL4 {
  padding-bottom: 15%;
}

.pbM {
  padding-bottom: 10%;
}

.pbM2 {
  padding-bottom: 7.5%;
}

.pbM3 {
  padding-bottom: 5%;
}

.pbS {
  padding-bottom: 3.5%;
}

.pbS2 {
  padding-bottom: 2%;
}

.pbS3 {
  padding-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .pbSpL {
    padding-bottom: 30%;
  }
  .pbSpL2 {
    padding-bottom: 25%;
  }
  .pbSpL3 {
    padding-bottom: 20%;
  }
  .pbSpL4 {
    padding-bottom: 15%;
  }
  .pbSpM {
    padding-bottom: 10%;
  }
  .pbSpM2 {
    padding-bottom: 7.5%;
  }
  .pbSpM3 {
    padding-bottom: 5%;
  }
  .pbSpS {
    padding-bottom: 3.5%;
  }
  .pbSpS2 {
    padding-bottom: 2%;
  }
  .pbSpS3 {
    padding-bottom: 1%;
  }
}
.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

.gap30 {
  gap: 30px;
}

.gap40 {
  gap: 40px;
}

.gap50 {
  gap: 50px;
}

.gap60 {
  gap: 60px;
}

.gap70 {
  gap: 70px;
}

.gap80 {
  gap: 80px;
}

.gap90 {
  gap: 90px;
}

.gap100 {
  gap: 100px;
}

/*flex・グリッド系*/
.grid {
  display: grid;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .justBetweenSp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
@media only screen and (max-width: 767px) {
  .spPadding {
    padding-inline: 15px;
  }
}

.w100 {
  width: 100%;
}

.cnt {
  width: 100%;
  max-width: 1190px;
  padding-inline: 15px;
  margin-inline: auto;
}

.cntS {
  max-width: 830px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media only screen and (max-width: 767px) {
  .cntS.spPadding {
    padding-inline: 30px;
  }
  .cnt .cntS {
    padding-inline: 0;
  }
  .cntL .cntS {
    padding-inline: 0;
  }
}

.cntM {
  max-width: 950px;
  margin-inline: auto;
  padding-inline: 15px;
}

.cntL {
  max-width: 1110px;
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cntML {
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 15px;
}

.cntXl {
  max-width: 1280px;
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (min-width: 1740px) {
  .cntXl {
    margin-inline: auto;
  }
}

.cntWide {
  max-width: 1280px;
  margin-inline: auto;
}

.cntWideL {
  max-width: 1920px;
  margin-inline: auto;
}

.paNone {
  padding: 0;
}

.rw {
  margin-inline: -15px;
}

:root {
  --spaceSizeS: clamp(25px, 10vw, 50px);
  --spaceSize: clamp(50px, 10vw, 100px);
  --spaceSizeWide: clamp(90px, 15vw, 180px);
}

.padding {
  padding-top: var(--spaceSize);
  padding-bottom: var(--spaceSize);
}

.paddingS {
  padding-top: var(--spaceSizeS);
  padding-bottom: var(--spaceSizeS);
}

.paddingW {
  padding-top: var(--spaceSizeWide);
  padding-bottom: var(--spaceSizeWide);
}

.margin {
  margin-top: var(--spaceSize);
  margin-bottom: var(--spaceSize);
}

.marginS {
  margin-top: var(--spaceSizeS);
  margin-bottom: var(--spaceSizeS);
}

.marginW {
  margin-top: var(--spaceSizeWide);
  margin-bottom: var(--spaceSizeWide);
}

.marginInlineNone {
  margin-inline: 0 !important;
}

.marginCenter {
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .spMargin {
    margin-block: 100px;
  }
}

/*背景系*/
.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgImgHeight {
  padding-bottom: 67%;
}

.bgImgParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bgFixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/*テーブルboostrap*/
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  text-align: inherit;
  font-weight: normal;
}
.table td,
.table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8edf0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*マスクアニメーション*/
.maskCenter .maskWrap {
  margin-left: auto;
  margin-right: auto;
}

.maskWrap {
  display: table;
  overflow: hidden;
}

.maskWrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.maskWrap .maskBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ae9373;
}

/*角丸*/
.radiusS {
  border-radius: 10px;
}

.radiusM {
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .radiusM {
    border-radius: 8px;
  }
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusCircle {
  border-radius: 50%;
}

/*影*/
.shadowS {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .shadowS {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

.shadowM {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media only screen and (max-width: 767px) {
  .shadowM {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media only screen and (max-width: 767px) {
  .shadowL {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*マウスストーカー*/
.pageHeaderImg {
  padding-block: 90px 30px;
  position: relative;
  z-index: 2;
}
.pageHeaderImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  z-index: -1;
}

.pageHeaderTitleEn {
  text-align: center;
  font-size: clamp(45px, 10.2vw, 130px);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.15);
  font-family: var(--fontEn);
  white-space: nowrap;
}

.pageHeaderTitleJp {
  color: #fff;
  font-family: var(--serif);
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleJp {
    font-size: 20px;
  }
}

.serviceHeaderImg {
  padding-block: clamp(180px, 34.4vw, 440px) 50px;
  position: relative;
  z-index: 2;
}
.serviceHeaderImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .serviceHeaderImg {
    padding-bottom: 17px;
  }
}

.serviceHeaderTitleJp {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(28px, 4.1vw, 52px);
  line-height: 1;
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
}

.serviceHeaderTxt {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceHeaderTxt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceHeaderTxt {
    font-size: 14px;
  }
}

.serviceHeaderTitleEn {
  color: #fff;
  font-family: var(--fontEn);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  font-size: clamp(60px, 8.6vw, 110px);
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.08em;
  z-index: -1;
}

/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
.zIndex-1 {
  z-index: 1;
}

.zIndex-2 {
  z-index: 2;
}

.zIndex-3 {
  z-index: 3;
}

.zIndex-4 {
  z-index: 4;
}

.zIndex-5 {
  z-index: 5;
}

.zIndex-6 {
  z-index: 6;
}

.zIndex-7 {
  z-index: 7;
}

.zIndex-8 {
  z-index: 8;
}

.zIndex-9 {
  z-index: 9;
}

.zIndex-10 {
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .zIndex-1_sp {
    z-index: 1;
  }
  .zIndex-2_sp {
    z-index: 2;
  }
  .zIndex-3_sp {
    z-index: 3;
  }
  .zIndex-4_sp {
    z-index: 4;
  }
  .zIndex-5_sp {
    z-index: 5;
  }
  .zIndex-6_sp {
    z-index: 6;
  }
  .zIndex-7_sp {
    z-index: 7;
  }
  .zIndex-8_sp {
    z-index: 8;
  }
  .zIndex-9_sp {
    z-index: 9;
  }
  .zIndex-10_sp {
    z-index: 10;
  }
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
html.open {
  overflow-y: hidden;
}

.circleArw {
  background-color: var(--mainColor);
  border-radius: 50%;
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
}
.circleArw::before {
  color: #fff;
  content: "\f105";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0;
}
.circleArw.whitePt {
  background-color: #fff;
}
.circleArw.whitePt::before {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .circleArw {
    height: 30px;
    width: 30px;
  }
}

.hamMenuSec {
  background-color: var(--mainColor);
  position: fixed;
  top: 0;
  left: 0;
  padding-block: 50px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.open .hamMenuSec {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .hamMenuSec {
    padding-block: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hamMenuSec {
    padding-block: 30px;
  }
}

.hamMenuSecClose {
  cursor: pointer;
  position: absolute;
  top: -37px;
  right: -13px;
}
.hamMenuSecClose i {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .hamMenuSecClose {
    top: 15px;
    right: 23px;
  }
  .hamMenuSecClose i {
    font-size: 22px;
  }
}

.humMenuLogo {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .humMenuLogo {
    margin-inline: auto;
    width: 190px;
  }
  .humMenuLogo img {
    width: 100%;
  }
}

.humMenuHead {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .humMenuHead {
    gap: 10px;
    margin-bottom: 30px;
  }
}

.humMenuHeadCard {
  -webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.25);
}

.humMenuHeadCardImgBox {
  overflow: hidden;
}
.humMenuHeadCardImgBox .humMenuHeadCardImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 54%;
  width: 100%;
}
.humMenuHeadCardLink:hover .humMenuHeadCardImgBox .humMenuHeadCardImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .humMenuHeadCardImgBox .humMenuHeadCardImg {
    padding-bottom: 65%;
  }
}

.humMenuHeadCardTitle {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 15px 20px;
}
.humMenuHeadCardTitle .humMenuHeadCardTitleTxt {
  color: var(--mainColor);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .humMenuHeadCardTitle {
    padding: 10px 15px;
  }
  .humMenuHeadCardTitle .humMenuHeadCardTitleTxt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .humMenuHeadCardTitle {
    gap: 5px;
    padding: 8px 5px;
  }
  .humMenuHeadCardTitle .humMenuHeadCardTitleTxt {
    font-size: 12px;
  }
  .humMenuHeadCardTitle .humMenuHeadCardTitleIcon {
    height: 15px;
    width: 15px;
  }
  .humMenuHeadCardTitle .humMenuHeadCardTitleIcon::before {
    font-size: 0.8em;
    top: 55%;
  }
}

.humMenuBody {
  display: grid;
  grid-template-columns: 0.68fr 0.32fr;
  gap: 70px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .humMenuBody {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .humMenuBody {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.humMenuBodyTitle {
  background-color: #fff;
  color: var(--mainColor);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 22px;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .humMenuBodyTitle {
    padding-block: 9px;
    font-size: 20px;
  }
}

.humMenuBodyInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .humMenuBodyInner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.humMenuBodyDl {
  padding-block: 0.6em;
  border-bottom: 1px solid #fff;
}
.humMenuBodyDl dt, .humMenuBodyDl dd {
  color: #fff;
  letter-spacing: 0.08em;
}
.humMenuBodyDl dt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.humMenuBodyDl dt a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.humMenuBodyDl dt a:hover {
  opacity: 0.7;
}
.humMenuBodyDl dd ul li {
  margin-block: 0.3em;
  margin-left: 1.3em;
}
.humMenuBodyDl dd ul li a {
  position: relative;
}
.humMenuBodyDl dd ul li a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.humMenuBodyDl dd ul li a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .humMenuBodyDl dt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .humMenuBodyDl {
    padding-block: 0.9em;
  }
  .humMenuBodyDl.spAcd dt {
    position: relative;
  }
  .humMenuBodyDl.spAcd dt a {
    pointer-events: none;
  }
  .humMenuBodyDl.spAcd dt .acdIcon {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    height: 1.3em;
    width: 1.3em;
  }
  .humMenuBodyDl.spAcd dt .acdIcon::before, .humMenuBodyDl.spAcd dt .acdIcon::after {
    content: "";
    position: absolute;
    background-color: var(--mainColor);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 1px;
    width: 0.8em;
  }
  .humMenuBodyDl.spAcd dt .acdIcon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .humMenuBodyDl.spAcd dt.open .acdIcon::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .humMenuBodyDl.spAcd dd {
    display: none;
  }
}

.humMenuFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 959px) {
  .humMenuFoot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .humMenuFoot .flexPc {
    width: 100%;
  }
}

.humMenuFootBtn {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.humMenuFootBtn .humMenuFootLink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 30px;
  height: 100%;
  width: 100%;
}
.humMenuFootBtn:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.contactPartsBtns .humMenuFootBtn {
  border: 1px solid #fff;
  background-color: var(--mainColor);
  color: #fff;
  width: 100%;
}
.contactPartsBtns .humMenuFootBtn .humMenuFootLink {
  padding-inline: 90px;
}
@media print, screen and (min-width: 768px) {
  .humMenuFootBtn {
    height: 110px;
    width: 455px;
  }
  .humMenuFootBtn + .humMenuFootBtn {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactPartsBtns .humMenuFootBtn .humMenuFootLink {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .humMenuFootBtn {
    height: 110px;
    width: 50%;
  }
  .humMenuFootBtn + .humMenuFootBtn {
    margin-left: 15px;
  }
  .humMenuFootBtn .humMenuFootLink {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .humMenuFootBtn {
    height: 80px;
  }
  .humMenuFootBtn + .humMenuFootBtn {
    margin-top: 10px;
  }
  .contactPartsBtns .humMenuFootBtn .humMenuFootLink {
    padding-inline: 30px;
  }
}

.humMenuFootBtnTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.telLink .humMenuFootBtnTitle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.humMenuFootBtnTitle .humMenuFootBtnTxt {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .humMenuFootBtnTitle .humMenuFootBtnTxt {
    font-size: 18px;
  }
}

.humMenuFootBtnIcon i {
  color: var(--mainColor);
  font-size: 26px;
  line-height: 1;
}
.contactPartsBtns .humMenuFootBtnIcon i {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .humMenuFootBtnIcon i {
    font-size: 22px;
  }
}

.humMenuFootBtnTel {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}
.contactPartsBtns .humMenuFootBtnTel {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .humMenuFootBtnTel {
    font-size: 30px;
  }
}

.humMenuFootSns {
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
  height: 65px;
  width: 65px;
}
.humMenuFootSns img {
  height: 40px;
  width: 40px;
}
.humMenuFootSns + .humMenuFootSns {
  margin-left: 10px;
}
.humMenuFootSns:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media only screen and (max-width: 767px) {
  .humMenuFootSns {
    padding: 9px;
    height: 45px;
    width: 45px;
  }
  .humMenuFootSns img {
    height: 27px;
    width: 27px;
  }
}

/*ハンバーガーメニュー*/
.menu-btn {
  cursor: pointer;
  background: transparent;
  border: none;
  z-index: 1000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 6px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  height: var(--menuTrigeHeight);
  width: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--mainColor);
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 3px;
}
.menu-trigger.active span {
  background-color: var(--mainColor);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*==================================================
 * トップページ
 *================================================*/
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.breadcrumbs {
  margin-block: 10px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-block: 3px;
  }
}

.breadcrumbsInner span {
  font-size: 12px;
  font-family: var(--fontJp);
}
@media only screen and (max-width: 767px) {
  .breadcrumbsInner span {
    font-size: 11px;
  }
}

/*パンくず終わり*/
/*新着情報------------------------------------*/
@media print, screen and (min-width: 768px) {
  .topics-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
  .topics-block .topics-listIn,
  .topics-block .topics-contents {
    width: 73%;
  }
  .topics-block .topics-side {
    width: 27%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topics-block {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .topics-block .topics-side {
    margin-top: 10%;
  }
}

.topics-listInGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .topics-listInGrid {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}

.topics-titleBox {
  border-bottom: 1px dashed #A8BED4;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.topics-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.topics-info .topics-cate {
  color: #fff;
  background-color: var(--mainColor);
  padding-inline: 0.6em;
  padding-block: 0.4em;
  line-height: 1;
  font-size: 14px;
}
.topics-info .topics-time {
  color: var(--mainColor);
}

.topics-title {
  font-size: 33px;
  line-height: 1.3;
  font-family: var(--serif);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .topics-title {
    font-size: 20px;
  }
}

.topics-tag {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 5px;
}

.topics-tagslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
.topics-tagslist li a {
  background-color: var(--mainColorLight);
  font-size: 14px;
  border-radius: 30px;
  line-height: 1;
  padding-inline: 1.1em;
  padding-block: 0.4em;
}

/*お問い合わせページ------------------------------------*/
.contactBox {
  margin-block: 40px;
}
.contactBox input[type=radio] {
  display: none;
}
.contactBox input[type=radio] + span {
  padding-left: 1.7em;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.contactBox input[type=radio] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.contactBox input[type=radio] + span::after {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  width: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .contactBox input[type=radio] + span::after {
    top: 47%;
  }
}
.contactBox input[type=radio]:checked + span::after {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contactBox input[type=radio] + span {
    font-size: 14px;
  }
}
.contactBox input[type=checkbox] {
  display: none;
}
.contactBox input[type=checkbox] + span {
  cursor: pointer;
  padding-left: 1.7em;
  position: relative;
}
.contactBox input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
}
.contactBox input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  border-left: 2px solid var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  top: 1px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 8px;
  width: 14px;
  display: none;
}
.contactBox input[type=checkbox]:checked + span::after {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contactBox tr {
    margin-bottom: 2em;
  }
  .contactBox .title {
    font-size: 14px;
  }
}
.contactBox option,
.contactBox textarea,
.contactBox select,
.contactBox input[type=text],
.contactBox input[type=email],
.contactBox input[type=search],
.contactBox input[type=url] {
  background-color: var(--mainColorLight);
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  border-radius: 7px;
}
.contactBox option::-webkit-input-placeholder,
.contactBox textarea::-webkit-input-placeholder,
.contactBox select::-webkit-input-placeholder,
.contactBox input[type=text]::-webkit-input-placeholder,
.contactBox input[type=email]::-webkit-input-placeholder,
.contactBox input[type=search]::-webkit-input-placeholder,
.contactBox input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.contactBox option::-moz-placeholder,
.contactBox textarea::-moz-placeholder,
.contactBox select::-moz-placeholder,
.contactBox input[type=text]::-moz-placeholder,
.contactBox input[type=email]::-moz-placeholder,
.contactBox input[type=search]::-moz-placeholder,
.contactBox input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.contactBox option:-ms-input-placeholder,
.contactBox textarea:-ms-input-placeholder,
.contactBox select:-ms-input-placeholder,
.contactBox input[type=text]:-ms-input-placeholder,
.contactBox input[type=email]:-ms-input-placeholder,
.contactBox input[type=search]:-ms-input-placeholder,
.contactBox input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.contactBox option::-ms-input-placeholder,
.contactBox textarea::-ms-input-placeholder,
.contactBox select::-ms-input-placeholder,
.contactBox input[type=text]::-ms-input-placeholder,
.contactBox input[type=email]::-ms-input-placeholder,
.contactBox input[type=search]::-ms-input-placeholder,
.contactBox input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.contactBox option::-webkit-input-placeholder, .contactBox textarea::-webkit-input-placeholder, .contactBox select::-webkit-input-placeholder, .contactBox input[type=text]::-webkit-input-placeholder, .contactBox input[type=email]::-webkit-input-placeholder, .contactBox input[type=search]::-webkit-input-placeholder, .contactBox input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.contactBox option::-moz-placeholder, .contactBox textarea::-moz-placeholder, .contactBox select::-moz-placeholder, .contactBox input[type=text]::-moz-placeholder, .contactBox input[type=email]::-moz-placeholder, .contactBox input[type=search]::-moz-placeholder, .contactBox input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.contactBox option:-ms-input-placeholder, .contactBox textarea:-ms-input-placeholder, .contactBox select:-ms-input-placeholder, .contactBox input[type=text]:-ms-input-placeholder, .contactBox input[type=email]:-ms-input-placeholder, .contactBox input[type=search]:-ms-input-placeholder, .contactBox input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.contactBox option::-ms-input-placeholder, .contactBox textarea::-ms-input-placeholder, .contactBox select::-ms-input-placeholder, .contactBox input[type=text]::-ms-input-placeholder, .contactBox input[type=email]::-ms-input-placeholder, .contactBox input[type=search]::-ms-input-placeholder, .contactBox input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.contactBox option::placeholder,
.contactBox textarea::placeholder,
.contactBox select::placeholder,
.contactBox input[type=text]::placeholder,
.contactBox input[type=email]::placeholder,
.contactBox input[type=search]::placeholder,
.contactBox input[type=url]::placeholder {
  color: #c1c1c1;
}
@media only screen and (max-width: 767px) {
  .contactBox option,
  .contactBox textarea,
  .contactBox select,
  .contactBox input[type=text],
  .contactBox input[type=email],
  .contactBox input[type=search],
  .contactBox input[type=url] {
    font-size: 13px;
  }
}

.contactBoxTitle {
  font-size: 28px;
  font-family: var(--serif);
  letter-spacing: 0.08em;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #A8BED4;
  position: relative;
}
.contactBoxTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--mainColor);
  height: 1px;
  width: 4em;
}
@media only screen and (max-width: 767px) {
  .contactBoxTitle {
    font-size: 20px;
  }
}

.contactList {
  padding-block: 13px;
  border-bottom: 1px solid var(--mainColorLight);
}
.contactList dd .ddRadio,
.contactList dd .ddCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
}
.contactList dd .address-detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 150px auto;
  margin-block: 7px;
}
.contactList dd .address-postal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contactList dd .address-postal > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contactList dd .address-postal > span input[type=text] {
  max-width: 150px;
}
.contactList dd .address-postal .addressSearchBtn {
  cursor: pointer;
  background-color: var(--mainColor);
  color: #fff;
  padding-inline: 1.2em;
  padding-block: 0.5em;
  text-align: center;
  display: inline-block;
}
.mw_wp_form_confirm .contactList dd .address-postal .addressSearchBtn {
  display: none;
}
.contactList dd .privacyCheckBox {
  display: grid;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .contactList {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contactList dt {
    width: 230px;
  }
  .contactList dd {
    width: calc(100% - 230px);
  }
}
@media only screen and (max-width: 767px) {
  .contactList {
    padding-block: 10px;
  }
  .contactList dd .address-detail {
    grid-template-columns: 120px auto;
  }
  .contactList dd .address-detail span {
    font-size: 13px;
  }
}

.contactTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.contactTitle span {
  font-weight: 600;
}
.contactTitle .require,
.contactTitle .any {
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding-inline: 0.4em;
  padding-block: 0.4em;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
}
.contactTitle .require {
  background-color: #D44C4C;
}
.contactTitle .any {
  background-color: #424242;
}
@media only screen and (max-width: 767px) {
  .contactTitle span {
    font-size: 16px;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contactBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.submit_btn {
  display: inline-block;
  position: relative;
}
.submit_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 10px;
}
.submit_btn input[type=submit] {
  cursor: pointer;
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  color: #fff;
  font-size: 16px;
  padding-inline: 2em 6em;
  padding-block: 1em;
  border-radius: 50px;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submit_btn:hover::before {
  border-top-color: var(--mainColor);
  border-right-color: var(--mainColor);
}
.submit_btn:hover input[type=submit] {
  color: var(--mainColor);
  background-color: #fff;
}

.back_btn {
  display: inline-block;
  position: relative;
}
.back_btn input[type=submit] {
  cursor: pointer;
  border: 1px solid var(--mainColorLight);
  background-color: var(--mainColorLight);
  font-size: 16px;
  padding-inline: 4em;
  padding-block: 1em;
  border-radius: 50px;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.back_btn:hover input[type=submit] {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.contactHr {
  margin: 7% 0;
}
@media only screen and (max-width: 767px) {
  .contactHr {
    margin: 12% 0;
  }
}

.mw_wp_form_confirm .confirm-none {
  display: none;
}

.mw_wp_form_complete .complete-none {
  display: none;
}

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
li.widget {
  list-style-type: none;
  margin-bottom: 20%;
}

.widgettitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
}

li.widget li {
  color: #a7a7a7;
  margin-bottom: 3%;
}

/*タグクラウド*/
.tagCloud li {
  list-style: none;
  background: #db4a39;
  display: inline-block;
  color: #fff;
  padding: 0.5% 2%;
  font-size: 12px;
}

.tagCloud li .glyphicon {
  right: 5px;
}

.tagCloud li a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.tagcloud a {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 25px;
  padding: 2%;
  margin-bottom: 5%;
  display: inline-block;
}

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  margin-inline: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--mainColor);
}
.entry .wp-block-button {
  margin-block: 1% 5%;
}
.entry .wp-block-button__link {
  color: #fff;
  text-decoration: none;
}
.entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(64, 27, 23, 0.1)));
  background: linear-gradient(transparent 50%, rgba(64, 27, 23, 0.1) 50%);
}
.entry p {
  margin: 0.5em 0 1em 0;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 16px;
}
.entry p.has-medium-font-size {
  font-weight: 600;
  font-size: 24px !important;
  margin-bottom: 0.5em;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
    line-height: 1.6;
  }
  .entry p.has-medium-font-size {
    font-size: 18px !important;
  }
}
.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h1 {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 8% auto 3%;
  padding: 0.5em 1.3em;
}
@media only screen and (max-width: 767px) {
  .entry h1 {
    font-size: 18px;
    padding: 0.6em 0.8em;
    line-height: 1.4;
  }
}
.entry h2 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h2::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-block: 0.3em;
  padding-left: 0.3em;
  margin-bottom: 2%;
  border-bottom: 2px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry.event-entry h3 {
  font-size: 32px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .entry.event-entry h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.entry h4 {
  position: relative;
  border-bottom: 2px solid #b8b8b8;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 2%;
}
.entry h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 15%;
  height: 3px;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    font-size: 20px;
    margin: 10% auto 6%;
  }
  .entry h4::after {
    width: 35%;
  }
}
.entry h5 {
  font-size: 21px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-block: 0.3em;
  margin-block: 3%;
  border-block: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 20px;
    margin: 5% auto 3%;
  }
}
.entry h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: var(--serif);
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .entry h6 {
    font-size: 18px;
  }
}
.entry table {
  margin-bottom: 2%;
}
.entry table tr:nth-child(2n) td {
  background-color: #f7f6f9;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 1rem 2rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 0.5em 0.5em;
    border-bottom: 1px solid var(--mainColor);
  }
}
.entry table tr {
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid var(--mainColor);
}
.entry table td {
  border: 1px solid var(--mainColor);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry table {
    width: 500px;
  }
}
.entry ul {
  margin-bottom: 2%;
  background-color: #f9f9f9;
  padding: 3% 5%;
}
.entry li {
  list-style-type: none;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
}
.entry li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f14a";
  color: var(--mainColor);
  position: absolute;
  left: 0;
  font-weight: 400;
}

/*目次*/
.toc_number {
  font-family: var(--fontNum);
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

#toc_container {
  background: #ececec;
  border: none !important;
  margin: 0 auto;
  padding: 4% 6%;
  border-radius: 10px;
}
#toc_container a {
  color: var(--mainColor);
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid var(--mainColor);
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

.wp-caption {
  max-width: 100% !important;
  padding: 2%;
  margin: auto auto 3% auto;
}

.wp-caption-text {
  background: rgba(195, 184, 177, 0.67);
  width: 100%;
  text-align: left;
  padding: 1% 3%;
  word-wrap: break-word;
  font-size: 10px;
  color: white !important;
  position: relative !important;
  z-index: 1;
  top: -35px;
  display: block;
  left: 5%;
}

.wp-caption-text a {
  color: white;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    background: hsla(330, 50%, 60%, 0.48);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -50px;
    display: block;
    left: 5%;
  }
}
.entry img {
  margin: 2% auto 3%;
}

/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: var(--mainColor);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid var(--mainColor);
  border-radius: 10px;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  max-width: none;
}

.lkc-thumbnail-img {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .lkc-thumbnail-img {
  opacity: 0.7;
}

.lkc-thumbnail {
  margin-right: 3%;
}

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: var(--mainColor);
  font-family: var(--fontNum);
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: var(--mainColor);
  display: inline-block !important;
  position: absolute;
  right: 3%;
  top: -5%;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lkc-info {
    top: -11%;
  }
}

.lkc-domain {
  color: #fff;
}

.lkc-card {
  padding: 2rem 1rem 1rem;
}
.lkc-card img {
  vertical-align: middle;
}

.lkc-content {
  overflow: auto !important;
  height: inherit !important;
}

.lkc-sns-fb {
  padding: 1%;
}

/*コメント*/
div#respond textarea,
div#respond input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 10px;
}

#respond input#submit {
  background: #0a0a0a;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#respond input#submit:hover {
  background: #cc6699;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 10%;
}

.singleColumnArticleContent {
  margin-top: 5%;
}

.singleColumnTitle {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.cateCss {
  display: inline-block;
  font-size: 14px;
  background-color: var(--mainColor);
  font-family: var(--fontJp);
  color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cateCss {
    font-size: 11px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 0.6em;
  font-size: 13px;
  color: var(--fontColor);
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 14px;
  background-color: var(--mainColor);
  font-family: var(--fontJp);
  color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 11px;
  }
}
.singleColumnInfoUl .cateUl li + li {
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShareButton {
  border-radius: 10px;
  padding: 0.7rem 1rem;
  width: 20%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.singleColumnShareButton + .singleColumnShareButton {
  margin-left: 3%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 31.33333%;
  }
}
.singleColumnShareButton > * {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton > * {
    font-size: 12px;
  }
}
.singleColumnShareButton i {
  font-size: 22px;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}
.singleColumnShareButton.twitter {
  background: #000;
  border: 1px solid #000;
}
.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #000;
}
.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}
.singleColumnShareButton.line {
  background: #4CC764;
  border: 1px solid #4CC764;
}
.singleColumnShareButton.line:hover {
  background: #fff;
  color: #4CC764;
}

.singleColumnShareTitle {
  font-size: 16px;
  font-weight: 600;
  width: 27%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 3%;
  }
}

/*この記事を書いた人*/
.singleColumnWriterImg {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .singleColumnWriterImgBox {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
  }
}

.singleColumnWriter {
  padding: 5% 3%;
  margin: 6% 0 6% 0;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  font-weight: 600;
  letter-spacing: 0.15em;
  position: relative;
}
.singleColumnWriterTitle::before {
  content: "";
  position: absolute;
  background: #afafaf;
  top: 50%;
  right: 0;
  height: 1px;
  width: calc(100% - 11em);
}

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid var(--mainColor);
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--mainColor);
}
.singleColumnWriterButton:hover {
  background: var(--mainColor);
  color: #fff;
}

.singleColumnWriterInnerHead .leftbox {
  width: 65%;
}
.singleColumnWriterInnerHead .rightbox {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriterInnerHead .leftbox {
    width: 70%;
  }
  .singleColumnWriterInnerHead .rightbox {
    width: 30%;
  }
}

.sidebarWriterSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebarWriterSns li {
  margin-bottom: 4%;
  width: 20%;
}
.sidebarWriterSns li + li {
  margin-left: 5%;
}
.sidebarWriterSns li a {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .sidebarWriterSns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sidebarWriterSns li {
    width: 45%;
    margin-bottom: 10%;
  }
  .sidebarWriterSns li + li {
    margin-left: 0;
  }
}

/*次のページを見る*/
.singlePagenation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 120px;
}

.singlePagenationBox {
  position: relative;
  z-index: 2;
}
.singlePagenationBox::before {
  content: "";
  background-color: #072F56;
  position: absolute;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.singlePagenationBox:hover::before {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .singlePagenationBox::before {
    opacity: 0.6;
  }
}

.singlePagenationLink {
  display: block;
  padding-block: 65px 10px;
  padding-inline: 20px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .singlePagenationLink {
    padding-block: 45px 10px;
    padding-inline: 10px;
  }
}

.linkLabel {
  background-color: var(--mainColorLight);
  color: var(--mainColor);
  font-family: var(--serif);
  position: absolute;
  top: 0;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  padding-inline: 1em;
  padding-block: 0.4em;
  letter-spacing: 0.1em;
}
.prev .linkLabel {
  left: 0;
}
.next .linkLabel {
  right: 0;
}

.link-postTime {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0.5em;
}

.link-posttitle {
  color: #fff;
}

.otherTopicsTitle {
  position: relative;
  border-bottom: 2px solid #b8b8b8;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-family: var(--serif);
  color: var(--mainColor);
  font-weight: 600;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
.otherTopicsTitle::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 15%;
  height: 3px;
  background-color: var(--mainColor);
}
.otherTopicsTitle span {
  font-size: 16px;
  font-family: var(--gothic);
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .otherTopicsTitle {
    font-size: 20px;
    margin: 10% auto 6%;
  }
  .otherTopicsTitle::after {
    width: 35%;
  }
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.cmNewsListUl > li {
  width: calc(50% - 15px);
}
.cmNewsListUl a {
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmNewsListUl {
    row-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .cmNewsListUl > li {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl {
    row-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

.cmNewsListCard {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .cmNewsListCard {
  opacity: 0.7;
}

.cNewsDate {
  margin-right: 0.8em;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  font-size: 13px;
}

.cmNewsTitle {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
  }
}

.cmNewsDescri {
  font-size: 13px;
  margin-bottom: 3%;
  color: #a0a0a0;
}
@media only screen and (max-width: 767px) {
  .cmNewsDescri {
    font-size: 12px;
    line-height: 1.5;
  }
}

.cmNewsListImgFrame {
  border: 1px solid var(--mainColor);
}

.cmNewsListImg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 70%;
}
a:hover .cmNewsListImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cmNewsListImgWrap {
  overflow: hidden;
  border-radius: 8px;
  width: 30%;
}

.cmNewsListtextBox {
  padding-left: 5%;
  width: 70%;
}

.cmNewsListInfoUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em 0.5em;
  line-height: 1;
}
.cmNewsListInfoUl li {
  display: inline-block;
  font-size: 14px;
  background-color: var(--mainColor);
  font-family: var(--fontJp);
  color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 11px;
  }
}

.sidebarBlock {
  padding-left: 8%;
}
@media only screen and (max-width: 959px) {
  .sidebarBlock {
    padding-left: 15px;
  }
}

.pagenation {
  margin-top: 8%;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li {
  margin-inline: 0.4em;
}
.pagenation ul li.active,
.pagenation ul li a {
  text-align: center;
  color: var(--fontColor);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
}
.pagenation ul li.active {
  background-color: var(--mainColorLight);
}
.pagenation ul .prev a,
.pagenation ul .next a {
  display: block;
  position: relative;
}
.pagenation ul .prev a::before,
.pagenation ul .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid var(--mainColor);
  border-right: 2px solid var(--mainColor);
  height: 10px;
  width: 10px;
}
.pagenation ul .prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.1em;
}
@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 15%;
  }
  .pagenation ul li.active,
  .pagenation ul li a {
    font-size: 20px;
    height: 30px;
    width: 30px;
  }
}

/*ページャー、ページネーション------------------------------------*/
.page-numbers {
  padding: 0.7% 1%;
}

span.page-numbers {
  color: var(--mainColor);
  font-weight: bold;
}

a.page-numbers {
  color: #c5c5c5;
}

/*==================================================
 * サイドバー
 *================================================*/
.sidebarBox + .sidebarBox {
  margin-top: 30px;
}

.sidebarBoxTitleCnt {
  border-bottom: 1px solid #A8BED4;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sidebarBoxTitleCnt::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 4em;
}
.sidebarBoxTitleCnt .sidebarBoxTitleEn {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.sidebarBoxTitleCnt .sidebarBoxTitlejp {
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1;
  margin-top: 0.5em;
}

.side-tagBlock ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.side-tagBlock li {
  display: inline-block;
}
.side-tagBlock li a {
  display: inline-block;
  background-color: var(--mainColorLight);
  text-align: center;
  padding-block: 0.3em;
  padding-inline: 0.7em;
  border-radius: 30px;
  font-size: 14px !important;
}

.side-listCnt a {
  display: block;
  padding-block: 0.3em;
}

.side-archvieBlock li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

/* ==========================================================================
   ========================================================================== */
/*==================================================
 * 全サイト共通
*================================================*/
/*共通部分*/
html,
body {
  overscroll-behavior-y: none; /* 縦方向のオーバースクロールを無効化 */
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/*==================================================
 * 当サイト共通
*================================================*/
:root {
  --headerH: 60px;
}
@media only screen and (max-width: 767px) {
  :root {
    --headerH: 50px;
  }
}

main {
  overflow-x: hidden;
  overflow-y: auto;
}

.telLink {
  text-decoration: none !important;
}
@media print, screen and (min-width: 768px) {
  .telLink {
    pointer-events: none;
  }
}
.telLink:hover {
  text-decoration: none !important;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.max650 {
  max-width: 650px;
}

.scrollTextBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scrollTextInner {
  white-space: nowrap;
  -webkit-animation: scrollText 55s linear infinite;
          animation: scrollText 55s linear infinite;
}
.scrollTextInner p {
  line-height: 1;
}
.scrollTextInner span {
  color: var(--mainColor);
  display: inline-block;
  padding-inline: 0.2em;
  font-family: var(--fontEn);
  font-size: clamp(50px, 7.9vw, 100px);
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.secTitleBox {
  position: relative;
}

.secTitle {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1em;
}
.whitePt .secTitle {
  color: #fff;
}

.secTitleEn {
  font-size: clamp(62px, 7.9vw, 100px);
  line-height: 1;
  font-family: var(--fontEn);
  color: var(--mainColor);
  opacity: 0.05;
}
.whitePt .secTitleEn {
  color: #fff;
  opacity: 0.15;
}
.secTitleEn.long {
  font-size: clamp(32px, 7.1vw, 90px);
}

.secTxt {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: var(--serif);
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.whitePt .secTxt {
  color: #fff;
}
.secTxt.small {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .secTxt {
    font-size: 23px;
  }
}

.commonTitle {
  font-size: clamp(26px, 3.5vw, 44px);
  font-family: var(--serif);
  line-height: 1.4;
  letter-spacing: 0.13em;
}
.commonTitle * {
  line-height: 1.4;
  letter-spacing: 0.13em;
}
.commonTitle.sSize {
  font-size: clamp(16px, 1.9vw, 24px);
}
.commonTitle.mSize {
  font-size: clamp(21px, 2.5vw, 32px);
}

.commonTxt {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.13em;
}
.commonTxt.largeTxt {
  font-size: 20px;
  line-height: 1.8;
}
.commonTxt.lh_l {
  line-height: 1.8;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonTxt {
    line-height: 1.8;
  }
  .commonTxt.largeTxt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .commonTxt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .commonTxt.largeTxt {
    font-size: 16px;
  }
}

.commonBtn {
  border-radius: 30px;
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-inline: 2em;
  padding-block: 1.1em;
  min-width: 260px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commonBtn:hover {
  background-color: #fff;
}
.commonBtn.subColor {
  border: 1px solid var(--subColor);
  background-color: var(--subColor);
}
.commonBtn.subColor:hover {
  background-color: #fff;
}

.commonBtnTxt {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commonBtn:hover .commonBtnTxt {
  color: var(--mainColor);
}
.commonBtn.subColor:hover .commonBtnTxt {
  color: var(--subColor);
}

.commonBtnArw {
  line-height: 1;
  letter-spacing: 0;
}
.commonBtnArw i {
  color: #fff;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commonBtn:hover .commonBtnArw i {
  color: var(--mainColor);
}
.commonBtn.subColor:hover .commonBtnArw i {
  color: var(--subColor);
}

.bannerBtn {
  margin-top: -30px;
  position: relative;
}
.bannerLinkBox:hover .bannerBtn {
  background-color: #fff;
}
.bannerLinkBox:hover .bannerBtn .commonBtnTxt {
  color: var(--mainColor);
}
.bannerLinkBox:hover .bannerBtn .commonBtnArw i {
  color: var(--mainColor);
}

.contactPartsBlock {
  padding-block: 40px;
  position: relative;
  z-index: 2;
}
.contactPartsBlock::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  opacity: 0.8;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.footerBanner {
  max-width: 1280px;
  padding-inline: 15px;
  padding-block: 15px;
  margin-inline: auto;
  width: 100%;
}

.footerBannerBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerBannerBlock {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footerBannerBlock {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/*==================================================
 * イベント　カード
*================================================*/
.eventItem {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.eventItemImgBox {
  position: relative;
  overflow: hidden;
}
.eventItemImgBox .eventItemTag {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-inline: 0.4em;
  padding-block: 0.2em;
  font-size: 14px;
  z-index: 2;
}
.eventItemImgBox .eventItemTag.active {
  background-color: #e22020;
}
.eventItemImgBox .eventItemTag.end {
  background-color: var(--fontColor);
}

.eventItemImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 100%;
  width: 100%;
}
.eventItemLink:hover .eventItemImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}

.eventItemInfo {
  padding: 15px;
}

.eventItemTitle {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
}

.eventItemDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.3em;
  border-bottom: 1px solid var(--mainColorLight);
}
.eventItemDl dt,
.eventItemDl dd {
  font-size: 14px;
}
.eventItemDl dt {
  width: 5em;
}
.eventItemDl dd {
  width: calc(100% - 5em);
}

.eventItemCate {
  font-size: 13px;
  display: inline-block;
  background-color: var(--mainColor);
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-inline: 0.4em;
  padding-block: 0.4em;
}

/*==================================================
 * モデルハウス　カード
*================================================*/
.modelItem .img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 63%;
  width: 100%;
}
.modelItem:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}
.modelItem .inner {
  padding-block: 20px;
}
@media only screen and (max-width: 767px) {
  .modelItem .inner {
    padding-block: 10px;
  }
}
.modelItem .title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .modelItem .title {
    font-size: 16px;
  }
}
.modelItem .innerInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .modelItem .innerInfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modelItem .modalTag {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-inline: 0.7em;
  padding-block: 0.3em;
}
.modelItem .modalInfoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modelItem .modalInfoList li {
  font-size: 12px;
  padding-inline: 5px;
}
.modelItem .modalInfoList li + li {
  border-left: 1px solid var(--fontColor);
}

/*==================================================
 * 物件・土地情報　カード
*================================================*/
.proItem .img {
  background-color: var(--mainColorLight);
  background-size: contain;
  padding-bottom: 71%;
  width: 100%;
}
.proItem .inner {
  padding-block: 20px;
}
@media only screen and (max-width: 767px) {
  .proItem .inner {
    padding-block: 10px;
  }
}
.proItem .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.1em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .proItem .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .title {
    font-size: 16px;
  }
}
.proItem .taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.proItem .taglist li {
  font-size: 12px;
}
.proItem .taglist li + li {
  border-left: 1px solid var(--fontColor);
  padding-left: 5px;
  margin-left: 5px;
}
.proItem .price {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.proItem .price .priceTag {
  color: #fff;
  background-color: #e22020;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-inline: 0.4em;
  padding-block: 0.3em;
}
.proItem .price .priceTxt {
  color: #e22020;
  margin-left: 0.6em;
  font-weight: 600;
  font-size: 22px;
}
.proItem .price .priceTxt small {
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .proItem .price {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .proItem .price .priceTag {
    font-size: 12px;
  }
  .proItem .price .priceTxt {
    margin-left: 0;
  }
}
.proItem .info {
  margin-bottom: 10px;
}
.proItem .info ul li {
  border-bottom: 1px dashed #a8bed4;
  font-size: 12px;
  padding-block: 5px;
  line-height: 1;
  display: grid;
  grid-template-columns: 25px auto;
}
.proItem .btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.proItem .btns .proItemBtn {
  border: 1px solid var(--mainColor);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  padding-inline: 1em;
  padding-block: 1em;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.proItem .btns .proItemBtn:hover {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
.proItem .btns .morebtn {
  color: var(--mainColor);
  background-color: var(--mainColorLight);
}
.proItem .btns .reservebtn {
  color: #fff;
  background-color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .proItem .btns .proItemBtn {
    padding-inline: 0.5em;
    padding-block: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .btns {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

/*==================================================
 * お客様の声　カード
*================================================*/
.voiceItemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voiceItemHead .numBox {
  position: relative;
  width: 20%;
  z-index: 2;
}
.voiceItemHead .numBox::before {
  content: "";
  position: absolute;
  border-top: 1px dashed var(--mainColor);
  top: 80px;
  left: 0;
  width: 200%;
}
.voiceItemHead .numBox .numTxt {
  color: var(--mainColor);
  font-size: 76px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: var(--serif);
  font-style: italic;
}
.voiceItemHead .numBox .numTitle {
  padding-top: 1.5em;
  color: var(--mainColor);
  font-size: 12px;
  font-family: var(--fontEn);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .voiceItemHead .numBox::before {
    top: 42px;
  }
  .voiceItemHead .numBox .numTxt {
    font-size: 35px;
  }
}
.voiceItemHead .imgBox {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  width: 80%;
  z-index: 2;
}
.voiceItemHead .imgBox .img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: clamp(240px, 37.6vw, 480px);
  width: 100%;
}
.voiceItemHead .imgBox .img.before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - 25px);
  z-index: 2;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.voiceItemLink:hover .voiceItemHead .imgBox .img.before {
  opacity: 0;
}
.voiceItemLink:hover .voiceItemHead .imgBox .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.voiceItemFoot {
  background-color: #fff;
  padding: 20px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .voiceItemFoot {
    padding: 10px 15px;
  }
}
.voiceItemFoot .title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .voiceItemFoot .title {
    font-size: 15px;
  }
}
.voiceItemFoot .voiceInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.voiceItemFoot .voiceInfoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voiceItemFoot .voiceInfoInner span {
  font-size: 12px;
}
.voiceItemFoot .voiceInfoInner span + span {
  padding-left: 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid var(--fontColor);
}

.voiceCate {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 0.6em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .voiceCate {
    font-size: 12px;
  }
}

/*==================================================
 * トピックス　カード
*================================================*/
.topicsItem .img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 71%;
  width: 100%;
}
.topicsItem:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}
.topicsItem .inner {
  padding-block: 15px;
}
.topicsItem .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.13em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .topicsItem .title {
    font-size: 16px;
  }
}
.topicsItem .innerInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.topicsItem .cate {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  display: inline-block;
  padding-inline: 0.4em;
  padding-block: 0.4em;
}
.topicsItem .time {
  font-size: 12px;
}
.side-otherNewsBlock .topicsItem + .topicsItem {
  margin-top: 20px;
}
.side-otherNewsBlock .topicsItem .img {
  padding-bottom: 63%;
}
.side-otherNewsBlock .topicsItem .inner {
  padding-block: 10px;
}
.side-otherNewsBlock .topicsItem .title {
  font-size: 15px;
}
.side-otherNewsBlock .topicsItem .cate {
  font-size: 12px;
}
.side-otherNewsBlock .topicsItem .time {
  color: var(--mainColor);
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .side-otherNewsBlock .topicsItem {
    margin-inline: auto;
    width: 80%;
  }
}

/*==================================================
 * 施工事例 カード
*================================================*/
.workItemLink {
  position: relative;
  padding-bottom: 75%;
  display: block;
  z-index: 2;
}
.workItemLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.64%, rgba(0, 18, 35, 0)), color-stop(86.93%, rgba(0, 18, 35, 0.6))), transparent 50%/cover no-repeat;
  background: linear-gradient(180deg, rgba(0, 18, 35, 0) 53.64%, rgba(0, 18, 35, 0.6) 86.93%), transparent 50%/cover no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.85;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.workItemLink:hover::before {
  opacity: 1;
}

.workItemStatus {
  background-color: var(--mainColor);
  color: #fff;
  display: inline-block;
  padding-inline: 1.5em;
  padding-block: 0.8em;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: -10px;
}
.workItemStatus::before {
  content: "";
  position: absolute;
  background-color: #042f59;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  bottom: -9px;
  left: 0;
  height: 10px;
  width: 10px;
}

.workItemTxBox {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .workItemTxBox {
    bottom: 15px;
    left: 10px;
  }
}

.workItemTitle {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .workItemTitle {
    font-size: 20px;
  }
}

.workItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.workItemList li {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding-inline: 0.5em;
}
.workItemList li + li {
  border-left: 1px solid #fff;
}

.serviceWorkItem .img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 63%;
  width: 100%;
}
.serviceWorkItem:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.serviceWorkItem .inner {
  padding-block: 20px;
}
@media only screen and (max-width: 767px) {
  .serviceWorkItem .inner {
    padding-block: 10px;
  }
}
.serviceWorkItem .title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .serviceWorkItem .title {
    font-size: 16px;
  }
}
.serviceWorkItem .innerInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .serviceWorkItem .innerInfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.serviceWorkItem .modalTag {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-inline: 0.7em;
  padding-block: 0.3em;
}
.serviceWorkItem .modalInfoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.serviceWorkItem .modalInfoList li {
  font-size: 12px;
  padding-inline: 5px;
}
.serviceWorkItem .modalInfoList li + li {
  border-left: 1px solid var(--fontColor);
}

/*==================================================
 * スタッフ紹介 カード
*================================================*/
.staffItem {
  background-color: var(--mainColorLight);
  padding: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffItem {
    padding: 15px;
  }
}

.staffItemInfo {
  margin-top: 25px;
}
.staffItemInfo .staffItemPost {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0.8em;
}
.staffItemInfo .staffItemName {
  font-size: 26px;
  font-family: var(--serif);
  line-height: 1;
}
.staffItemInfo .staffItemName span {
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .staffItemInfo .staffItemName {
    font-size: 22px;
  }
}

.staffItemImg img {
  aspect-ratio: 2/2.45;
  -o-object-fit: cover;
     object-fit: cover;
}

.otherTelsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .otherTelsGrid .telBox:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .otherTelsGrid .telBox:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .otherTelsGrid .telBox:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media only screen and (max-width: 767px) {
  .otherTelsGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.slideCnt .slick-arrow {
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  width: 50px;
  z-index: 2;
}
.slideCnt .slick-arrow::before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 27px;
  font-weight: 600;
}
.slideCnt .slick-arrow:hover, .slideCnt .slick-arrow:focus {
  opacity: 0.7;
  background-color: var(--mainColor);
}
.slideCnt .slick-prev {
  left: 255px;
}
.slideCnt .slick-prev::before {
  content: "\f104";
}
.slideCnt .slick-next {
  right: 255px;
}
.slideCnt .slick-next::before {
  content: "\f105";
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .slideCnt .slick-arrow {
    height: 30px;
    width: 30px;
  }
  .slideCnt .slick-arrow::before {
    font-size: 17px;
  }
  .slideCnt .slick-prev {
    left: 30px;
  }
  .slideCnt .slick-next {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slideCnt .slick-arrow {
    height: 30px;
    width: 30px;
  }
  .slideCnt .slick-arrow::before {
    font-size: 17px;
  }
  .slideCnt .slick-prev {
    left: 15px;
  }
  .slideCnt .slick-next {
    right: 15px;
  }
}

.floatBox {
  position: fixed;
  background-color: var(--mainColor);
  bottom: 0;
  right: 0;
  display: grid;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .floatBox {
    grid-template-columns: repeat(3, 1fr);
    left: 0;
    height: 55px;
    width: 100%;
  }
}

.floatItem {
  text-align: center;
  padding-block: 10px;
  padding-inline: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.floatItem:hover {
  opacity: 0.7;
}
.floatItem .img {
  margin-inline: auto;
  margin-bottom: 8px;
  width: 26px;
}
.floatItem .txt {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .floatItem + .floatItem {
    border-top: 1px dashed #5d83bd;
  }
}
@media only screen and (max-width: 767px) {
  .floatItem {
    padding-block: 5px;
  }
  .floatItem + .floatItem {
    border-left: 1px dashed #5d83bd;
  }
  .floatItem .img {
    margin-bottom: 4px;
  }
}

.floatSns {
  border-top: 1px dashed #5d83bd;
  padding-block: 10px;
  padding-inline: 10px;
  display: grid;
  grid-template-columns: repeat(2, 25px);
  gap: 6px;
}

.floatSnsicon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.floatSnsicon:hover {
  opacity: 0.7;
}

.js__modal_line,
.js__modal_tel,
.js__modal_staff,
.js__modal_time {
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  height: 100vh;
  width: 100%;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pop_line .overlay, .pop_tel .overlay, .pop_staff .overlay, .pop_time .overlay {
  opacity: 0.8;
  visibility: visible;
}

.modal_line {
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 430px;
  padding: 15px;
  width: 100%;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pop_line .modal_line {
  opacity: 1;
  visibility: visible;
}
.modal_line .close {
  cursor: pointer;
  background-color: #4cc764;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  z-index: 2;
}
.modal_line .close i {
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .modal_line {
    width: calc(100% - 30px);
  }
}

.modal_lineInner {
  position: relative;
  overflow: hidden;
}
.modal_lineInner p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0.3em;
}
.modal_lineInner .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .modal_lineInner p {
    font-size: 18px;
  }
  .modal_lineInner .img {
    width: 80px;
  }
}

.modal_lineBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4cc764;
  position: relative;
  gap: 10px;
  padding-block: 0.8em;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.modal_lineBtn:hover {
  opacity: 0.7;
}
.modal_lineBtn .modal_lineBtnIcon {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.modal_lineBtn .modal_lineBtnTx {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.modal_lineBtn .circleArw::before {
  color: #4cc764;
}

.modal_tel {
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 430px;
  padding: 15px;
  width: 100%;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pop_tel .modal_tel {
  opacity: 1;
  visibility: visible;
}
.modal_tel .close {
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  z-index: 2;
}
.modal_tel .close i {
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 1px;
}

.modal_telInner {
  position: relative;
  overflow: hidden;
}
.modal_telInner p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0.3em;
}
.modal_telInner .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
}
@media only screen and (max-width: 767px) {
  .modal_telInner p {
    font-size: 18px;
  }
  .modal_telInner .img {
    left: -10px;
    width: 80px;
  }
}

.modal_telBtn {
  background-color: var(--mainColor);
  color: #fff;
  display: block;
  padding-block: 0.8em;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 5px;
  z-index: 2;
}
.modal_telBtn:hover, .modal_telBtn:focus {
  color: #fff;
}
.modal_telBtn .modal_telTxt {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.modal_telBtn .modal_telTxt span {
  line-height: 1;
  letter-spacing: 0.05em;
}
.modal_telBtn .modal_telTxt span + span {
  font-weight: 600;
}

.modal_staff {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 960px;
  width: calc(100% - 30px);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pop_staff .modal_staff {
  opacity: 1;
  visibility: visible;
}
.modal_staff .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 23px;
}
.modal_staff .close i {
  color: var(--fontColor);
}
@media only screen and (max-width: 767px) {
  .modal_staff {
    width: calc(100% - 30px);
  }
  .modal_staff .close {
    top: 8px;
    right: 18px;
  }
}

.modal_staffInner {
  position: relative;
  padding: 40px 30px 50px;
}
@media print, screen and (min-width: 768px) {
  .modal_staffInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .modal_staffInner .modal_staffImgBox {
    width: 45%;
  }
  .modal_staffInner .modal_staffTxtBox {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .modal_staffInner {
    padding: 20px 15px 30px;
    max-height: 65vh;
    overflow: auto;
  }
  .modal_staffInner .modal_staffImgBox {
    margin-inline: auto;
    margin-bottom: 8%;
    width: 69%;
  }
}

.modal_staffImg {
  position: relative;
  width: 94%;
}
.modal_staffImg::before {
  content: "";
  position: absolute;
  background-color: #a8bed4;
  top: 30px;
  left: 24px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.modal_staffImg img {
  aspect-ratio: 2/2.45;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .modal_staffImg::before {
    top: 15px;
    left: 15px;
  }
}

.modal_staffPost {
  font-size: 14px;
}

.modal_staffName {
  font-size: 38px;
  font-family: var(--serif);
  line-height: 1;
  margin-block: 0.2em;
}
@media only screen and (max-width: 767px) {
  .modal_staffName {
    font-size: 24px;
    display: inline-block;
  }
}

.modal_staffNameEn {
  color: var(--mainColor);
  font-size: 14px;
  font-family: var(--serif);
}
@media only screen and (max-width: 767px) {
  .modal_staffNameEn {
    display: inline-block;
  }
}

.modal_staffDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #a8bed4;
  padding-block: 0.6em;
}
.modal_staffDl dt {
  font-weight: 600;
  letter-spacing: 0.08em;
  width: 8em;
}
.modal_staffDl dd {
  letter-spacing: 0.08em;
  width: calc(100% - 8em);
}

.modal_time {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 500px;
  width: calc(100% - 30px);
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pop_time .modal_time {
  opacity: 1;
  visibility: visible;
}
.modal_time .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 23px;
}
.modal_time .close i {
  color: var(--fontColor);
}
@media only screen and (max-width: 767px) {
  .modal_time {
    width: calc(100% - 30px);
  }
  .modal_time .close {
    top: 8px;
    right: 18px;
  }
}

.modal_timeBoxIn {
  position: relative;
  padding: 40px 30px;
}
@media only screen and (max-width: 767px) {
  .modal_timeBoxIn {
    padding: 30px;
    max-height: 65vh;
    overflow: auto;
  }
}

.modal_timeBoxTitle {
  font-size: 18px;
  font-weight: 600;
}
.modal_timeBoxTitle * {
  font-size: 18px;
  font-weight: 600;
}

.modal_timeBoxTime ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal_timeBoxTime ul li {
  cursor: pointer;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.5em;
}

/*==================================================
 * ヘッダー
*================================================*/
header {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: var(--headerH);
}

.headerInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 30px;
  padding-block: 10px;
  height: 100%;
}
@media only screen and (max-width: 959px) {
  .headerInner {
    padding-inline: 15px;
  }
}

@media only screen and (max-width: 959px) {
  .headerNav {
    display: none;
  }
}

.headerListMenu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.headerListMenu li {
  position: relative;
}
.headerListMenu li > a {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(11px, 1.1vw, 14px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: relative;
}
.headerListMenu li > a::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.headerListMenu li > a:hover {
  color: var(--mainColor);
}
.headerListMenu li > a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (min-width: 1280px) {
  .headerListMenu {
    gap: 20px;
  }
  .headerListMenu li > a {
    font-size: 16px;
  }
}

.hoverMenu {
  position: absolute;
  top: calc(var(--headerH) - 20px);
  background-color: #fff;
  border: 2px solid var(--mainColorLight);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: -10%;
  width: 120%;
}
.hoverList:hover .hoverMenu {
  opacity: 1;
  visibility: visible;
}

.subMenuLink {
  display: block;
  line-height: 1.2;
  font-size: 14px;
  padding-inline: 0.5em;
  padding-block: 0.8em;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.subMenuLink + .subMenuLink {
  border-top: 1px solid var(--mainColorLight);
}
.subMenuLink:hover {
  background-color: var(--mainColor);
  color: #fff;
}

/*==================================================
 * フッター
*================================================*/
footer {
  background-color: var(--mainColorLight);
}
@media only screen and (max-width: 767px) {
  footer {
    margin-bottom: 35px;
  }
}

.footerCntBlock {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: 0.26fr 0.74fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding-block: 40px 90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerCntBlock {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footerCntBlock {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 30px;
  }
}

.footerLogo {
  margin-bottom: 40px;
  width: 190px;
}

.footerAddress + .footerAddress {
  margin-top: 20px;
}
.footerAddress .footerAddressTitle {
  font-size: 18px;
  font-family: var(--serif);
  line-height: 1;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .footerAddress .footerAddressTitle {
    font-size: 16px;
  }
}

.siteLinkBox {
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  gap: 40px;
}
.siteLinkBox .humMenuBodyTitle {
  background-color: var(--mainColor);
  color: #fff;
}
.siteLinkBox .humMenuBodyDl {
  padding-block: 0.6em;
  border-bottom: 1px solid var(--mainColor);
}
.siteLinkBox .humMenuBodyDl dt, .siteLinkBox .humMenuBodyDl dd {
  color: var(--fontColor);
  letter-spacing: 0.08em;
}
.siteLinkBox .humMenuBodyDl dt {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.siteLinkBox .humMenuBodyDl dt a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.siteLinkBox .humMenuBodyDl dt a:hover {
  opacity: 0.7;
}
.siteLinkBox .humMenuBodyDl dd ul li {
  margin-block: 0.3em;
  margin-left: 1.3em;
}
.siteLinkBox .humMenuBodyDl dd ul li a {
  position: relative;
}
.siteLinkBox .humMenuBodyDl dd ul li a::before {
  content: "";
  position: absolute;
  background-color: var(main);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.siteLinkBox .humMenuBodyDl dd ul li a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .siteLinkBox .humMenuBodyDl dt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .siteLinkBox .humMenuBodyDl {
    padding-block: 0.9em;
  }
  .siteLinkBox .humMenuBodyDl.spAcd dt {
    position: relative;
  }
  .siteLinkBox .humMenuBodyDl.spAcd dt a {
    pointer-events: none;
  }
  .siteLinkBox .humMenuBodyDl.spAcd dt .acdIcon {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    height: 1.3em;
    width: 1.3em;
  }
  .siteLinkBox .humMenuBodyDl.spAcd dt .acdIcon::before, .siteLinkBox .humMenuBodyDl.spAcd dt .acdIcon::after {
    content: "";
    position: absolute;
    background-color: var(--mainColor);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 1px;
    width: 0.8em;
  }
  .siteLinkBox .humMenuBodyDl.spAcd dt .acdIcon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .siteLinkBox .humMenuBodyDl.spAcd dt.open .acdIcon::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .siteLinkBox .humMenuBodyDl.spAcd dd {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .siteLinkBox {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.bannerBox {
  display: grid;
  gap: 10px;
}
.bannerBox a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bannerBox a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .bannerBox {
    max-width: 200px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .bannerBox {
    grid-template-columns: repeat(2, 1fr);
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .bannerBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

.copylight {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-family: var(--fontEn);
  padding-block: 0.6em;
}

/*==================================================
 * トップページ
*================================================*/
.fvSlide {
  height: 100vh;
  position: relative;
  z-index: 2;
}
.fvSlide::before {
  content: "";
  position: absolute;
  opacity: 0.1;
  background: linear-gradient(18deg, #1e1e1e 33.76%, rgba(255, 255, 255, 0) 61.9%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.fvSlide .slick-list,
.fvSlide .slick-track {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .fvSlide {
    height: calc(90svh - 50px);
  }
}

.fvSlideImg img {
  display: block;
  aspect-ratio: 1280/800;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.fvSlideImg.slick-active img {
  -webkit-animation: zoomIn 8000ms ease-in-out forwards;
          animation: zoomIn 8000ms ease-in-out forwards;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fvTxtBox {
  position: absolute;
  left: 60px;
  bottom: 30px;
  z-index: 2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fvTxtBox {
    left: 15px;
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .fvTxtBox {
    left: 10px;
    bottom: 20px;
  }
}

.fvTitle {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(31px, 4.7vw, 60px);
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
  margin-bottom: 0.3em;
}

.fvTxt {
  color: #fff;
  letter-spacing: 0.08em;
}

.t-serviceBlock {
  background-color: var(--mainColorLight);
  padding-block: 40px;
}

.t-serviceBlockInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  gap: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-serviceBlockInner {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .t-serviceBlockInner {
    display: block;
    margin-inline: -15px;
  }
}

.t-serviceTitleJp {
  font-size: 20px;
  font-family: var(--serif);
  line-height: 1;
  margin-bottom: 0.5em;
}
.t-conceptTitleBox .t-serviceTitleJp {
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-serviceTitleJp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .t-serviceTitleJp {
    font-size: 14px;
  }
  .t-conceptTitleBox .t-serviceTitleJp {
    font-size: 12px;
  }
}

.t-serviceTitleEn {
  font-size: clamp(32px, 3.2vw, 40px);
  font-family: var(--fontEn);
  color: var(--mainColor);
  letter-spacing: 0.1em;
  line-height: 1;
}
.t-conceptTitleBox .t-serviceTitleEn {
  font-size: clamp(22px, 2.7vw, 34px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-serviceTitleEn {
    font-size: 28px;
  }
}

.t-serviceList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-serviceList {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .t-serviceList {
    display: block;
  }
  .t-serviceList .t-serviceItem {
    margin-inline: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .t-mainServiceItem:nth-child(2) {
    margin-top: -120px;
  }
  .t-mainServiceItem:nth-child(5) {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-mainServiceItem:nth-child(2) {
    margin-top: -90px;
  }
  .t-mainServiceItem:nth-child(5) {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .t-mainServiceItem:nth-child(1) {
    grid-row: 3/4;
    grid-column: 2/3;
  }
  .t-mainServiceItem:nth-child(2) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .t-mainServiceItem:nth-child(3) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .t-mainServiceItem:nth-child(4) {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .t-mainServiceItem:nth-child(5) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .t-mainServiceItem:nth-child(6) {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

.t-serviceLink {
  display: block;
  position: relative;
  text-align: center;
  padding-block: 3.5em;
  padding-inline: 0.8em;
  height: 100%;
  z-index: 2;
}
.t-serviceLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.t-serviceLink:hover::before {
  opacity: 0.6;
}
.t-mainServiceItem .t-serviceLink {
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
  height: clamp(170px, 19.6vw, 250px);
  width: clamp(170px, 19.6vw, 250px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-serviceLink {
    padding-block: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .t-serviceLink {
    padding-block: 2.6em;
  }
}

.t-serviceItemTitleEn {
  color: #fff;
  font-family: var(--fontEn);
  font-size: 12px;
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-serviceItemTitleEn {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .t-serviceItemTitleEn {
    font-size: 9px;
  }
}

.t-serviceItemTtileJp {
  color: #fff;
  font-size: 24px;
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 0.15em;
}
.t-serviceGrid .t-serviceItemTtileJp {
  font-size: 27px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-serviceItemTtileJp {
    font-size: 20px;
  }
  .t-serviceGrid .t-serviceItemTtileJp {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .t-serviceItemTtileJp {
    font-size: 22px;
  }
  .t-serviceGrid .t-serviceItemTtileJp {
    font-size: 23px;
  }
}

@media only screen and (max-width: 959px) {
  .t-serviceItemTxt {
    font-size: 12px;
  }
}

.t-workGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 8px;
}
.t-workGrid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .t-workGrid {
    display: block;
  }
}

.t-workGridItem {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.t-workGridItem::before {
  content: "";
  background-color: rgba(30, 30, 30, 0.4);
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.t-workGridItem:hover::before {
  opacity: 1;
}
.t-workGridItem:hover .t-workGridItemImg {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.t-workGridItem .t-workGridItemImg {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .t-workGridItem.item1 {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .t-workGridItem.item2 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .t-workGridItem.item3 {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .t-workGridItem.item4 {
    grid-column: 3/5;
    grid-row: 2/3;
    aspect-ratio: 626/311;
  }
  .t-workGridItem.item5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .t-workGridItem.item6 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .t-workGridItem.item7 {
    grid-column: 3/5;
    grid-row: 3/5;
  }
  .t-workGridItem.item8 {
    grid-column: 1/3;
    grid-row: 4/5;
    aspect-ratio: 626/311;
  }
}
@media only screen and (max-width: 767px) {
  .t-workGridItem {
    margin-inline: 5px;
    aspect-ratio: 2/1.6;
  }
  .t-workGridItem::before {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(80%, rgba(30, 30, 30, 0.4)));
    background: linear-gradient(180deg, transparent 50%, rgba(30, 30, 30, 0.4) 80%);
  }
}

.t-workGridItemTxtBox {
  position: absolute;
  padding-right: 20px;
  top: 20px;
  left: 20px;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .t-workGridItemTxtBox {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .t-workGridItem:hover .t-workGridItemTxtBox {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-workGridItemTxtBox {
    padding-right: 10px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .t-workGridItemTxtBox {
    top: auto;
    padding-right: 15px;
    bottom: 20px;
    left: 15px;
  }
}

.t-workGridItemTitle {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .item1 .t-workGridItemTitle, .item7 .t-workGridItemTitle {
    font-size: 30px;
    margin-bottom: 0.1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-workGridItemTitle {
    font-size: 15px;
  }
  .item1 .t-workGridItemTitle, .item7 .t-workGridItemTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .t-workGridItemTitle {
    font-size: 18px;
  }
}

.t-workGridItemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.t-workGridItemCate {
  font-size: 14px;
  background: #fff;
  line-height: 1;
  padding-inline: 0.5em;
  padding-block: 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-workGridItemCate {
    font-size: 12px;
  }
}

.t-workGridItemUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.t-workGridItemUl li {
  color: #fff;
  font-size: 12px;
  padding-inline: 5px;
}
.t-workGridItemUl li + li {
  border-left: 1px solid #fff;
}

.t-eventSlide {
  overflow: hidden; /* 必ず外側を隠す */
}
.t-eventSlide .eventItem {
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t-eventSlide .eventItem.slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.t-eventSlideInner .slick-arrow {
  height: 40px;
  width: 40px;
}
.t-eventSlideInner .slick-prev {
  left: 25px;
}
.t-eventSlideInner .slick-next {
  right: 25px;
}

.t-bodyBg {
  position: relative;
  z-index: 2;
}
.t-bodyBg::before {
  content: "";
  position: absolute;
  background-image: url("../img/t-bodyBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.t-conceptBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.t-conceptBlock .t-conceptImgBox {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .t-conceptBlock .t-conceptImgBox {
    width: 50%;
  }
  .t-conceptBlock .t-conceptTxtBox {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .t-conceptBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .t-conceptBlock .t-conceptImgBox {
    margin-inline: -15px;
  }
}

.t-conceptImg {
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
}
.t-conceptImg img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .t-conceptImg {
    position: absolute;
  }
  .t-conceptImg.img1 {
    top: -290px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    z-index: 2;
  }
  .t-conceptImg.img2 {
    top: 20px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: -90px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    z-index: 1;
  }
  .t-conceptImg.img3 {
    top: 310px;
    -webkit-transform: scale(0.52);
            transform: scale(0.52);
    left: -210px;
  }
  .t-conceptImg.img4 {
    top: 410px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: 120px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-conceptImg.img1 {
    top: -160px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .t-conceptImg.img2 {
    top: 20px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: -90px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    z-index: 1;
  }
  .t-conceptImg.img3 {
    top: 310px;
    -webkit-transform: scale(0.52);
            transform: scale(0.52);
    left: -210px;
  }
  .t-conceptImg.img4 {
    top: 410px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    left: 120px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media only screen and (max-width: 767px) {
  .t-conceptImg.img2 {
    -webkit-transform: scale(0.5) translate(-30px, 120px);
            transform: scale(0.5) translate(-30px, 120px);
  }
  .t-conceptImg.img3 {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .t-conceptImg.img4 {
    -webkit-transform: scale(0.56) translate(-20px, 60px);
            transform: scale(0.56) translate(-20px, 60px);
  }
}

@media print, screen and (min-width: 768px) {
  .t-conceptTxtBoxInner {
    padding-left: 3%;
  }
}

.t-pointBlock {
  position: relative;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .t-pointBlock {
    padding-right: 15px;
  }
}

.t-pointSlide {
  position: relative;
  aspect-ratio: 1220/769;
}
.t-pointSlide .t-pointSlideItem {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.t-pointSlide .t-pointSlideItem.active {
  opacity: 1;
  visibility: visible;
}
.t-pointSlide .floatTxtBox {
  position: absolute;
  top: 30px;
  left: 30px;
}
.t-pointSlide .floatTxtBox .itemNum {
  color: var(--mainColor);
  font-size: 40px;
  font-family: var(--fontEn);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
  margin-bottom: 0.4em;
}
.t-pointSlide .floatTxtBox .itemNum span {
  font-size: 20px;
}
.t-pointSlide .floatTxtBox .itemTitle {
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  background-color: #fff;
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1.6;
  padding-inline: 0.4em;
  padding-block: 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-pointSlide {
    padding-bottom: 63%;
  }
  .t-pointSlide .floatTxtBox {
    top: 20px;
    left: 20px;
  }
  .t-pointSlide .floatTxtBox .itemNum {
    font-size: 30px;
  }
  .t-pointSlide .floatTxtBox .itemNum span {
    font-size: 16px;
  }
  .t-pointSlide .floatTxtBox .itemTitle {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .t-pointSlide .floatTxtBox {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .t-pointList {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-pointList {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-left: 60px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .t-pointList {
    margin-left: 30px;
    margin-top: -50px;
    position: relative;
  }
}

.t-pointListItem {
  background-color: #fff;
  min-width: 700px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t-pointListItem:nth-child(2n) {
  background-color: var(--mainColorLight);
}
.t-pointListItem:hover {
  background-color: var(--mainColor);
}
.t-pointListItem a {
  display: block;
  position: relative;
  padding: 15px 35px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .t-pointListItem {
    min-width: auto;
  }
  .t-pointListItem a {
    padding: 10px 22px;
  }
}

.t-pointListItemHead {
  color: var(--mainColor);
  font-family: var(--fontEn);
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t-pointListItemHead small {
  font-size: 12px;
  margin-left: 1em;
}
.t-pointListItem:hover .t-pointListItemHead {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .t-pointListItemHead {
    font-size: 18px;
  }
  .t-pointListItemHead small {
    font-size: 11px;
  }
}

.t-pointListItemTitle {
  font-size: 24px;
  font-family: var(--serif);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t-pointListItem:hover .t-pointListItemTitle {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .t-pointListItemTitle {
    font-size: 20px;
  }
}

.t-pointListItemArw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t-pointListItem:hover .t-pointListItemArw {
  background-color: #fff;
}
.t-pointListItem:hover .t-pointListItemArw::before {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .t-pointListItemArw {
    right: 10px;
    height: 20px;
    width: 20px;
  }
}

.t-featureGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .t-featureGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.t-featureItem {
  background-color: #fff;
}
.t-featureItem.item1 {
  grid-column: 1/2;
  grid-row: 1/4;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-featureItem.item3, .t-featureItem.item5 {
  border-left: 1px solid #a8bed4;
}
@media only screen and (max-width: 767px) {
  .t-featureItem.item1 {
    grid-column: 1/3;
    grid-row: 1/2;
    padding-block: 20px;
  }
}

.t-featureLogo {
  width: 230px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-featureLogo {
    width: 190px;
  }
}

.t-featureItemImgBox {
  overflow: hidden;
  position: relative;
}

.t-featureItemImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 49%;
  width: 100%;
}
.t-featureItemLink:hover .t-featureItemImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
}

.t-featureItemTitleEn {
  color: #fff;
  font-family: var(--fontEn);
  bottom: -6px;
  left: 0;
  font-size: 47px;
  line-height: 1;
  position: absolute;
  opacity: 0.7;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-featureItemTitleEn {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .t-featureItemTitleEn {
    font-size: 26px;
  }
}

.t-featureItemInfo {
  padding: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-featureItemInfo {
    padding: 15px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .t-featureItemInfo {
    padding: 10px 5px;
  }
}

.t-featureItemTitle {
  font-size: 26px;
  line-height: 1.2;
  color: var(--mainColor);
  letter-spacing: 0.08em;
  font-family: var(--serif);
  font-weight: 600;
  display: inline-block;
  padding-inline: 0.1em;
  background-color: var(--mainColorLight);
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-featureItemTitle {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .t-featureItemTitle {
    font-size: 18px;
  }
}

.t-featureItemTxtCnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t-featureItemTxtCnt .t-featureItemNum {
  color: var(--mainColor);
  font-size: 20px;
  font-family: var(--fontEn);
  width: 50px;
}
.t-featureItemTxtCnt .t-featureItemTxt {
  font-size: 17px;
  font-weight: 600;
  width: calc(100% - 50px);
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-featureItemTxtCnt .t-featureItemNum {
    font-size: 18px;
    width: 35px;
  }
  .t-featureItemTxtCnt .t-featureItemTxt {
    font-size: 15px;
    width: calc(100% - 35px);
  }
}
@media only screen and (max-width: 767px) {
  .t-featureItemTxtCnt .t-featureItemNum {
    font-size: 14px;
    width: 30px;
  }
  .t-featureItemTxtCnt .t-featureItemTxt {
    font-size: 15px;
    width: calc(100% - 30px);
  }
}

.t-numberGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-numberGrid {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .t-numberGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.t-numberitem {
  background-color: var(--mainColor);
  color: #fff;
  padding-inline: 10px;
  padding-block: 20px;
}
@media only screen and (max-width: 767px) {
  .t-numberitem {
    padding-inline: 5px;
  }
}

.t-numberitemIcon {
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  margin-bottom: 10px;
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 767px) {
  .t-numberitemIcon {
    height: 50px;
    width: 50px;
  }
}

.t-numberitemTx {
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-numberitemTx {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .t-numberitemTx {
    font-size: 12px;
  }
}

.t-numberitemTitle {
  text-align: center;
  font-size: 27px;
  font-family: var(--serif);
  line-height: 1;
}
.t-numberitemTitle span {
  font-size: 64px;
  line-height: 0.8;
  margin-inline: 0.1em;
  display: inline-block;
  vertical-align: bottom;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-numberitemTitle {
    font-size: 24px;
  }
  .t-numberitemTitle span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .t-numberitemTitle {
    font-size: 16px;
  }
  .t-numberitemTitle span {
    font-size: 32px;
  }
}

.t-numberitemInner {
  padding-top: 15px;
  padding-inline: 10px;
  margin-top: 10px;
  border-top: 1px dashed #fff;
}
.t-numberitemInner p {
  font-size: 15px;
}

.t-bannerBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-bannerBlock {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .t-bannerBlock {
    grid-template-columns: 0.9fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}

.t-bannerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  padding-block: 50px;
  width: 100%;
  z-index: 2;
}
.t-bannerLink::before {
  content: "";
  position: absolute;
  background-color: var(--fontColor);
  top: 0;
  left: 0;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.t-bannerLink:hover::before {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .t-bannerLink {
    padding-block: 35px;
  }
}

.t-bannerTitleEn {
  color: #fff;
  font-family: var(--fontEn);
  font-size: 12px;
  line-height: 1;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .t-bannerTitleEn {
    font-size: 11px;
  }
}

.t-bannerTitleJp {
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.13em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-bannerTitleJp {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .t-bannerTitleJp {
    font-size: 22px;
  }
}

.t-lineupBtnBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .t-lineupBtnBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.t-lineupBtnLink {
  background-color: var(--mainColorLight);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px;
  gap: 10px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t-lineupBtnLink:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}

.t-lineupBtnImgBox {
  overflow: hidden;
  width: 110px;
}
.t-lineupBtnImgBox .t-lineupBtnImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 60%;
  width: 100%;
}
.t-lineupBtnLink:hover .t-lineupBtnImgBox .t-lineupBtnImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.7;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-lineupBtnImgBox {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .t-lineupBtnImgBox {
    display: none;
  }
}

.t-lineupBtnTitle {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .t-lineupBtnTitle {
    font-size: 12px;
  }
}

.t-lineupBtnName {
  font-size: 18px;
  color: var(--mainColor);
  font-family: var(--fontEn);
}
.t-lineupBtnName small {
  color: var(--fontColor);
  font-size: 12px;
  font-family: var(--serif);
  margin-left: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-lineupBtnName {
    font-size: 16px;
  }
  .t-lineupBtnName small {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .t-lineupBtnName {
    font-size: 16px;
  }
}

.t-lineupBtnArw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  width: 20px;
}
.t-lineupBtnArw i {
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-lineupBtnArw {
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .t-lineupBtnArw {
    right: 5px;
    height: 15px;
    width: 15px;
  }
}

.t-lineupSlideItem {
  position: relative;
  opacity: 0.3;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.t-lineupSlideItem.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-lineupSlideItem {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.t-lineupSlideImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  margin-inline: -20%;
  width: 140%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.t-lineupSlideItem:hover .t-lineupSlideImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.t-lineupTitle {
  font-family: var(--fontEn);
  font-size: clamp(40px, 7.6vw, 98px);
  line-height: 1;
  color: var(--mainColorLight);
  position: absolute;
  z-index: -1;
}
.t-lineupTitle.title1 {
  top: 50px;
  left: 49%;
}
.t-lineupTitle.title2 {
  top: 76px;
  left: -60px;
}
.t-lineupTitle.title3 {
  top: 10px;
  right: 150px;
}
@media only screen and (max-width: 767px) {
  .t-lineupTitle.title1 {
    top: 30px;
    left: 53%;
  }
  .t-lineupTitle.title2 {
    top: 26px;
    left: 10px;
  }
}

.t-lineupSlideInfo {
  background-color: var(--mainColor);
  padding: 10px 20px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.slick-center .t-lineupSlideInfo {
  opacity: 1;
  visibility: visible;
}
.t-lineupSlideItem:hover .t-lineupSlideInfo {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
}
@media only screen and (max-width: 767px) {
  .t-lineupSlideInfo {
    margin-top: -10px;
  }
}

.t-lineupSlideName {
  text-align: center;
  color: #fff;
  font-family: var(--fontEn);
  font-size: 32px;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: 1px dashed #fff;
}
.t-lineupSlideName span {
  font-size: 19px;
  font-family: var(--serif);
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .t-lineupSlideName {
    font-size: 26px;
  }
  .t-lineupSlideName span {
    font-size: 16px;
  }
}

.t-lineupSlideTitle {
  text-align: center;
  font-family: var(--serif);
  color: #fff;
  font-size: 24px;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .t-lineupSlideTitle {
    font-size: 18px;
  }
}

.t-lineupSlideDl {
  margin-bottom: 10px;
}
.t-lineupSlideDl dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.t-lineupSlideDl dt {
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  padding-inline: 0.5em;
  padding-block: 0.2em;
  white-space: nowrap;
}
.t-lineupSlideDl dd {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .t-lineupSlideDl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-lineupSlideDl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .t-lineupSlideDl dl + dl {
    margin-top: 10px;
  }
}

.viewmore {
  text-align: right;
}
.viewmore span {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-family: var(--serif);
  vertical-align: middle;
}
.viewmore .circleArw {
  margin-left: 1em;
  height: 1.2em;
  width: 1.2em;
}

.t-modelCateBox .t-modelCateTitle {
  color: #fff;
  background-color: var(--mainColor);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: inline-block;
  padding-inline: 0.7em;
  padding-block: 0.7em;
}
.t-modelCateBox .t-modelCateTitle i {
  color: #fff;
  margin-right: 0.5em;
  font-size: 18px;
}
.t-modelCateBox dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .t-modelCateBox dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t-modelCateBox dl {
    text-align: center;
  }
  .t-modelCateBox dt {
    margin-bottom: 10px;
  }
  .t-modelCateBox dd ul {
    gap: 5px;
  }
}

.moldaCate {
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  padding-inline: 1em;
  padding-block: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.moldaCate:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.t-modelGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
}
@media only screen and (max-width: 767px) {
  .t-modelGrid {
    gap: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t-modelGrid.re-modelGrid {
    grid-template-columns: 1fr;
  }
}

.t-proBg {
  padding-block: 175px;
  position: relative;
  z-index: 2;
}
.t-proBg::before {
  content: "";
  position: absolute;
  background-color: var(--fontColor);
  opacity: 0.25;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-proBg {
    padding-block: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .t-proBg {
    padding-block: 55px;
  }
}

.t-proTab {
  border-bottom: 1px solid #a8bed4;
  padding-bottom: 10px;
}
.t-proTab .t-proTabInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, 330px);
}
@media only screen and (max-width: 959px) {
  .t-proTab .t-proTabInner {
    grid-template-columns: repeat(3, 0.8fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.t-proTabTitle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.t-proTabTitle:hover {
  opacity: 0.8;
}
.t-proTabTitle:hover p {
  color: var(--mainColor);
}
.t-proTabTitle + .t-proTabTitle {
  border-left: 1px solid #a8bed4;
}
.t-proTabTitle p {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  position: relative;
}
.t-proTabTitle p::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: -13px;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  height: 4px;
  width: 100%;
}
.t-proTabTitle p.active::before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .t-proTabTitle p {
    gap: 10px;
  }
  .t-proTabTitle p::before {
    bottom: -11px;
    height: 2px;
  }
}

.t-proTabTxt {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-proTabTxt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .t-proTabTxt {
    font-size: 14px;
  }
}

.t-proTabArw {
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  width: 25px;
}
.t-proTabArw i {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .t-proTabArw {
    height: 15px;
    width: 15px;
  }
  .t-proTabArw i {
    font-size: 0.8em;
    margin-top: 4px;
    margin-left: 1px;
  }
}

.t-proGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .t-proGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.t-voiceBg {
  background-color: #96b6e7;
  position: relative;
  z-index: 2;
}
.t-voiceBg::before {
  content: "";
  background-image: url("../img/t-voiceBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.t-voiceSlide {
  padding-left: 60px;
  overflow: hidden;
}
.t-voiceSlide .t-voiceSlideInner {
  width: 140%;
}
.t-voiceSlide .slick-list {
  overflow: hidden;
}
.t-voiceSlide .slick-prev {
  left: -50px;
}
.t-voiceSlide .slick-next {
  right: calc(50% - 320px);
}
.t-voiceSlide .voiceItem {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .t-voiceSlide {
    padding-left: 15px;
  }
  .t-voiceSlide .t-voiceSlideInner {
    width: 100%;
  }
  .t-voiceSlide .voiceItem {
    margin-right: 30px;
  }
  .t-voiceSlide .slick-arrow {
    height: 25px;
    width: 25px;
  }
  .t-voiceSlide .slick-arrow::before {
    font-size: 17px;
  }
  .t-voiceSlide .slick-prev {
    left: 0;
  }
  .t-voiceSlide .slick-next {
    right: 10px;
  }
}

.t-serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, clamp(170px, 19.6vw, 250px));
  gap: 20px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.t-serviceGrid::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: var(--mainColorLight);
  top: 41%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: clamp(235px, 36.8vw, 470px);
  width: clamp(235px, 36.8vw, 470px);
}
.t-serviceGrid::after {
  content: "";
  position: absolute;
  background-image: url("../img/logo.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 30px;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .t-serviceGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .t-serviceGrid::before, .t-serviceGrid::after {
    content: none;
  }
}

.t-aboutBand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}
.t-aboutBand .t-aboutLink {
  position: relative;
  padding-inline: 40px;
  padding-block: 90px;
  width: 50%;
  z-index: 2;
}
.t-aboutBand .t-aboutLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--mainColor);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.t-aboutBand .t-aboutLink:hover::before {
  opacity: 0.4;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-aboutBand .t-aboutLink {
    padding-inline: 20px;
    padding-block: 40px;
  }
  .t-aboutBand .t-aboutLink::before {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .t-aboutBand .t-aboutLink {
    padding-inline: 15px;
    padding-block: 40px;
    width: 100%;
  }
  .t-aboutBand .t-aboutLink::before {
    opacity: 0.6;
  }
}

.t-aboutTitleEn {
  color: #fff;
  font-size: 12px;
  font-family: var(--fontEn);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .t-aboutTitleEn {
    margin-bottom: 0.7em;
  }
}

.t-aboutTitleJp {
  color: #fff;
  font-size: 32px;
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .t-aboutTitleJp {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .t-aboutTitleJp {
    font-size: 22px;
  }
}

.t-aboutSubTitle {
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .t-aboutSubTitle {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .t-topicsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .t-topicsGrid {
    margin-inline: -15px;
  }
  .t-topicsGrid .slick-arrow {
    background-color: var(--mainColor);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 50px;
    width: 50px;
    z-index: 2;
  }
  .t-topicsGrid .slick-arrow::before {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    font-size: 27px;
    font-weight: 600;
  }
  .t-topicsGrid .slick-arrow:hover, .t-topicsGrid .slick-arrow:focus {
    opacity: 0.7;
    background-color: var(--mainColor);
  }
  .t-topicsGrid .slick-prev {
    left: 255px;
  }
  .t-topicsGrid .slick-prev::before {
    content: "\f104";
  }
  .t-topicsGrid .slick-next {
    right: 255px;
  }
  .t-topicsGrid .slick-next::before {
    content: "\f105";
  }
}
@media only screen and (max-width: 767px) and (min-width: 767px) and (max-width: 959px) {
  .t-topicsGrid .slick-arrow {
    height: 30px;
    width: 30px;
  }
  .t-topicsGrid .slick-arrow::before {
    font-size: 17px;
  }
  .t-topicsGrid .slick-prev {
    left: 30px;
  }
  .t-topicsGrid .slick-next {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .t-topicsGrid .slick-arrow {
    height: 30px;
    width: 30px;
  }
  .t-topicsGrid .slick-arrow::before {
    font-size: 17px;
  }
  .t-topicsGrid .slick-prev {
    left: 15px;
  }
  .t-topicsGrid .slick-next {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .t-topicsGrid .topicsItem {
    margin-inline: 10px;
  }
}

.instaTitle {
  text-align: center;
  margin-bottom: 20px;
}
.instaTitle span {
  display: inline-block;
  padding-inline: 1em;
  font-size: 20px;
  position: relative;
}
.instaTitle span::before, .instaTitle span::after {
  content: "";
  position: absolute;
  background-color: var(--fontColor);
  bottom: -5px;
  height: 1.5em;
  width: 1px;
}
.instaTitle span::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.instaTitle span::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .instaTitle span {
    font-size: 16px;
  }
}

.instaLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.instaLogo .instaLogoIcon {
  width: 43px;
}
.instaLogo .instaLogoTxt {
  font-size: 26px;
  font-family: var(--fontEn);
}
@media only screen and (max-width: 767px) {
  .instaLogo .instaLogoIcon {
    width: 33px;
  }
  .instaLogo .instaLogoTxt {
    font-size: 24px;
  }
}

.instaBlock {
  bottom: -2px;
  opacity: 0.05;
  z-index: -1;
}

/*==================================================
 * 両備ホームズについて
*================================================*/
@media only screen and (max-width: 959px) {
  .a-mainImgBox {
    margin-inline: -15px;
  }
}

@media print, screen and (min-width: 768px) {
  .a-mainImg {
    position: absolute;
  }
  .a-mainImg.img1 {
    top: 0px;
    right: -60px;
    width: clamp(210px, 21.1vw, 270px);
  }
  .a-mainImg.img2 {
    top: 320px;
    width: clamp(100px, 11.8vw, 150px);
    right: -20px;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .a-mainImg.img3 {
    top: 40px;
    width: 100px;
    -webkit-filter: blur(4px);
            filter: blur(4px);
    left: clamp(-30px, 5vw, 90px);
  }
  .a-mainImg.img4 {
    top: calc(50% - 80px);
    left: -60px;
    width: clamp(200px, 21.4vw, 300px);
  }
  .a-mainImg.img5 {
    top: calc(50% + 110px);
    left: -20px;
    width: 130px;
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}
@media only screen and (max-width: 959px) {
  .a-mainImg {
    position: static;
    margin-inline: 5px;
    -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
            box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
  }
  .a-mainImg.img1, .a-mainImg.img2, .a-mainImg.img3, .a-mainImg.img4, .a-mainImg.img5 {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .a-mainImg.img2 {
    -webkit-transform: scale(0.73) translateY(-30px);
            transform: scale(0.73) translateY(-30px);
  }
  .a-mainImg.img3 {
    -webkit-transform: scale(0.5) translate(-30px, 120px);
            transform: scale(0.5) translate(-30px, 120px);
  }
  .a-mainImg.img4 {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .a-mainImg.img5 {
    -webkit-transform: scale(0.56) translate(-20px, 60px);
            transform: scale(0.56) translate(-20px, 60px);
  }
}

.a-messageBox + .a-messageBox {
  margin-top: 50px;
}
.a-messageBox .a-messageTxtBox {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .a-messageBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .a-messageBox .a-messageImgBox {
    width: 45%;
  }
  .a-messageBox .a-messageImgBox .a-messageImg {
    width: 145%;
  }
  .a-messageBox .a-messageTxtBox {
    padding-top: 70px;
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .a-messageBox + .a-messageBox {
    margin-top: 30px;
  }
  .a-messageBox .a-messageImgBox {
    margin-left: -15px;
  }
}

.a-messageTxtBoxInner {
  background-color: #fff;
  -webkit-box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.05);
          box-shadow: -6px 6px 20px rgba(0, 0, 0, 0.05);
  padding: 50px;
  width: calc(100% + 60px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .a-messageTxtBoxInner {
    padding: 25px;
    width: calc(100% + 15px);
  }
}
@media only screen and (max-width: 767px) {
  .a-messageTxtBoxInner {
    margin-top: -30px;
    margin-left: 15px;
    padding: 20px;
    width: 100%;
  }
}

.a-messagejob {
  font-size: 18px;
  font-family: var(--serif);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  .a-messagejob {
    font-size: 15px;
  }
}

.a-messageName {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.a-messageName .a-messageNameJp {
  font-family: var(--serif);
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1;
  letter-spacing: 0.08em;
}
.a-messageName .a-messageNameEn {
  color: var(--mainColor);
  font-family: var(--fontEn);
  font-size: clamp(14px, 1.7vw, 21px);
  letter-spacing: 0.08em;
  margin-left: 1em;
  line-height: 1;
}

.a-policyBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .a-policyBlock {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}

.a-policyItem {
  -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .a-policyItem {
    padding: 30px 15px 10px;
  }
}

.a-policyTitle {
  text-align: center;
  font-family: var(--serif);
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  font-size: 18px;
  position: relative;
}
.a-policyTitle::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--mainColor);
  height: calc(30px - 0.5em);
  width: 1px;
}
@media only screen and (max-width: 959px) {
  .a-policyTitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.a-policyTx {
  text-align: center;
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media only screen and (max-width: 959px) {
  .a-policyTx {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.a-policyTx.bigtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.a-policyTx.bigtxt .ruby {
  font-size: 18px;
  line-height: 1;
  color: var(--fontColor);
  margin-bottom: 0.9em;
}
@media only screen and (max-width: 767px) {
  .a-policyTx.bigtxt .ruby {
    font-size: 16px;
    margin-bottom: 0.4em;
  }
}
.a-policyTx.bigtxt .rubyBase {
  font-size: 100px;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .a-policyTx.bigtxt .rubyBase {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .a-policyTx.bigtxt .rubyBase {
    font-size: 56px;
  }
}

.a-policySubTx {
  text-align: center;
  font-size: 26px;
  font-family: var(--serif);
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .a-policySubTx {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .a-policySubTx {
    font-size: 16px;
  }
}

.a-policyHead {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .a-policyHead {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .a-policyHead {
    font-size: 18px;
  }
}

.a-policyBand {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.a-companyTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1em;
  border-bottom: 1px dashed #a8bed4;
}
.a-companyTable dt {
  font-weight: 600;
  width: 140px;
}
.a-companyTable dd {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 767px) {
  .a-companyTable dt {
    width: 100px;
  }
  .a-companyTable dd {
    width: calc(100% - 100px);
  }
}

.a-officeBoxTitle {
  font-family: var(--serif);
  font-size: 24px;
  background-color: var(--mainColorLight);
  border-left: 5px solid var(--mainColor);
  line-height: 1;
  padding-inline: 0.8em;
  padding-block: 0.6em;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 767px) {
  .a-officeBoxTitle {
    font-size: 20px;
  }
}

.a-officeSubTitle {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 20px;
  border-bottom: 2px solid var(--mainColorLight);
  padding-bottom: 0.2em;
  margin-bottom: 0.6em;
  position: relative;
}
.a-officeSubTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  background-color: var(--mainColor);
  height: 2px;
  width: 5em;
}
@media only screen and (max-width: 767px) {
  .a-officeSubTitle {
    font-size: 16px;
  }
}

.a-officeMap .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 37%;
}
.a-officeMap .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.a-historyMain {
  position: relative;
  padding-block: 110px 230px;
  z-index: 2;
}
.a-historyMain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  opacity: 0.35;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .a-historyMain {
    padding-block: 50px 70px;
  }
}

.a-historyInner {
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.06);
  padding: 30px 50px;
  margin-top: -170px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .a-historyInner {
    margin-top: -40px;
    padding: 20px 25px;
  }
}

.a-historyList {
  max-height: 400px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
.a-historyList::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(90%, #fff));
  background: linear-gradient(180deg, transparent 50%, #fff 90%);
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
}
.a-historyList.is-show {
  max-height: 1000px;
}
.a-historyList.is-show::before {
  content: none;
}
.a-historyList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1em;
  border-bottom: 1px dashed #a8bed4;
}
.a-historyList dt {
  font-weight: 600;
  width: 140px;
}
.a-historyList dd {
  width: calc(100% - 140px);
}
@media only screen and (max-width: 767px) {
  .a-historyList dt {
    width: 100px;
  }
  .a-historyList dd {
    width: calc(100% - 100px);
  }
}

.historyBtn {
  cursor: pointer;
}

.historyBtnIcon {
  position: relative;
}
.historyBtnIcon::before, .historyBtnIcon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 1em;
}
.historyBtnIcon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.historyBtnIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.commonBtn:hover .historyBtnIcon::before, .commonBtn:hover .historyBtnIcon::after {
  background-color: var(--mainColor);
}

.a-otherBox {
  background-color: #fff;
  padding: 35px 60px;
}
.a-otherBox + .a-otherBox {
  margin-top: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .a-otherBox {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .a-otherBox {
    padding: 25px 15px;
  }
}

.a-otherBoxHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--mainColorLight);
}
.a-otherBoxHead .a-otherBoxIcon {
  border-radius: 6px;
  background-color: var(--mainColorLight);
  padding: 5px;
  height: 60px;
  width: 60px;
}
.a-otherBoxHead .a-otherBoxTitleJp {
  font-size: 24px;
  font-family: var(--serif);
  letter-spacing: 0.08em;
}
.a-otherBoxHead .a-otherBoxTitleEn {
  font-family: var(--fontEn);
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .a-otherBoxHead {
    display: grid;
    grid-template-columns: 0.2fr 0.8fr;
    gap: 5px;
  }
  .a-otherBoxHead .a-otherBoxIcon {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .a-otherBoxHead .a-otherBoxTitleJp {
    font-size: 20px;
    line-height: 1;
  }
  .a-otherBoxHead .a-otherBoxTitleEn {
    font-size: 12px;
    line-height: 1;
  }
}

.a-otherBoxBody {
  display: grid;
  grid-template-columns: 0.33fr 0.67fr;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .a-otherBoxBody {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.a-otherBoxFootTitle {
  color: #fff;
  background-color: var(--mainColor);
  display: inline-block;
  padding-inline: 0.4em;
  padding-block: 0.2em;
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 0.9em;
}
@media only screen and (max-width: 767px) {
  .a-otherBoxFootTitle {
    font-size: 16px;
  }
}

.a-otherBoxFootList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
.a-otherBoxFootList li {
  text-indent: -3em;
  margin-left: 3em;
}
.a-otherBoxFootList li span {
  color: var(--mainColor);
  font-family: var(--fontEn);
  font-size: 20px;
  line-height: 1;
  font-style: italic;
  margin-right: 0.6em;
}
@media only screen and (max-width: 767px) {
  .a-otherBoxFootList {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/*==================================================
 * 両備ホームズの考える安心
*================================================*/
.peaceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.peaceBox + .peaceBox {
  margin-top: 120px;
}
.peaceBox .peaceBoxTxtBox {
  padding-right: 30px;
  width: 120px;
}
.peaceBox .peaceBoxImgBox {
  position: relative;
  width: calc(100% - 120px);
}
.peaceBox:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.peaceBox:nth-child(2n) .peaceBoxTxtBox {
  padding-inline: 30px 0;
}
@media only screen and (max-width: 767px) {
  .peaceBox .peaceBoxTxtBox {
    padding-right: 15px;
    width: 60px;
  }
  .peaceBox .peaceBoxImgBox {
    width: calc(100% - 60px);
  }
  .peaceBox:nth-child(2n) .peaceBoxTxtBox {
    padding-inline: 5px 0;
  }
}

.peaceBoxTxtBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .peaceBoxTxtBox {
    gap: 5px;
  }
}

.peaceBoxTitleEn {
  color: var(--mainColor);
  font-family: var(--fontEn);
  font-size: 12px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.peaceBoxTitleJp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.peaceBoxTitleJp.left {
  border-left: 1px solid var(--mainColor);
  padding-left: 5px;
}
.peaceBoxTitleJp.right {
  border-right: 1px solid var(--mainColor);
  padding-right: 5px;
}
.peaceBoxTitleJp .peaceNum {
  font-size: clamp(24px, 4.3vw, 54px);
  color: var(--mainColor);
  font-family: var(--fontEn);
  line-height: 1;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
  position: relative;
}
.peaceBoxTitleJp .peaceNum::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--mainColor);
  height: 1px;
  width: 40%;
}
.peaceBoxTitleJp .peaceBoxTitleJpTx {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  line-height: 1;
  font-size: clamp(26px, 3.6vw, 46px);
  font-family: var(--serif);
}

.peaceBoxImg {
  -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.12);
          box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.12);
}
.peaceBoxImg.img1 {
  margin-inline: 120px -60px;
}
.peaceBoxImg.img2 {
  margin-top: -120px;
  position: absolute;
  width: clamp(90px, 16.4vw, 210px);
}
.peaceBoxImg.img3 {
  margin-left: -60px;
  width: clamp(200px, 39.1vw, 500px);
}
.peaceBoxImg.img4 {
  position: absolute;
  top: 0;
  right: 130px;
  width: clamp(80px, 15.6vw, 200px);
}
@media only screen and (max-width: 767px) {
  .peaceBoxImg.img1 {
    margin-inline: 30px -15px;
  }
  .peaceBoxImg.img2 {
    margin-top: -20px;
    margin-left: 10px;
    position: absolute;
  }
  .peaceBoxImg.img3 {
    margin-left: -15px;
  }
  .peaceBoxImg.img4 {
    top: 10px;
    right: 0px;
    width: 80px;
  }
}

.peaceBoxInner {
  width: 70%;
  margin-left: auto;
  margin-top: -250px;
  background-color: #fff;
  padding: 25px 40px;
  -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
  position: relative;
}
.peaceBoxInner.var2 {
  width: 53%;
  margin-top: -380px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .peaceBoxInner {
    margin-top: -30px;
  }
  .peaceBoxInner.var2 {
    width: 70%;
    margin-top: -150px;
  }
}
@media only screen and (max-width: 767px) {
  .peaceBoxInner {
    margin-top: 140px;
    padding: 20px 15px;
    width: 120%;
    margin-left: -20%;
  }
  .peaceBoxInner.var2 {
    width: 120%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.peaceBoxInnerTitle {
  color: var(--mainColor);
  font-size: 30px;
  font-family: var(--serif);
  margin-bottom: 0.3em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .peaceBoxInnerTitle {
    font-size: 22px;
  }
}

.peaceBoxInnerGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 959px) {
  .peaceBoxInnerGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.peaceBoxInnerItem {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.peaceBoxInnerItem:hover {
  opacity: 0.8;
}

.peaceBoxInnerItemTitle {
  text-align: center;
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-block: 0.5em 0.4em;
}
@media only screen and (max-width: 767px) {
  .peaceBoxInnerItemTitle {
    font-size: 18px;
  }
}

.peaceBoxInnerItemTxt {
  text-align: center;
  line-height: 1.4;
}

.peaceBanner {
  position: relative;
  padding-block: 30px;
  padding-inline: 10px;
  max-width: 470px;
  margin-inline: auto;
  z-index: 2;
}
.peaceBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.peaceBanner + .overBtn {
  margin-top: -17px;
  position: relative;
  z-index: 2;
}

.peaceBannerTitleEn {
  color: #fff;
  text-align: center;
  font-family: var(--fontEn);
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .peaceBannerTitleEn {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
}

.peaceBannerTitleJp {
  color: #fff;
  text-align: center;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .peaceBannerTitleJp {
    font-size: 18px;
  }
}

.c-mainFootTitle {
  position: relative;
  z-index: 2;
  font-size: clamp(20px, 3.2vw, 40px);
  font-family: var(--serif);
  letter-spacing: 0.08em;
  display: inline-block;
  line-height: 1.2;
}
.c-mainFootTitle::before {
  content: "";
  position: absolute;
  background-image: url("../img/c-mainIcon.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: -20px;
  right: -80px;
  height: 50px;
  width: 65px;
}
@media only screen and (max-width: 767px) {
  .c-mainFootTitle::before {
    top: -20px;
    right: -10px;
    height: 18px;
    width: 24px;
  }
}

.c-mainFootImg {
  margin-top: -50px;
  padding-bottom: clamp(310px, 48.5vw, 620px);
  position: relative;
  z-index: 1;
}
.c-mainFootImg::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.07%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fff 35.07%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -10%;
  left: 0;
  height: 35%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-mainFootImg {
    margin-top: -5px;
  }
}

/*==================================================
 * 家づくりへのこだわり
*================================================*/
.f-item {
  position: relative;
  padding-bottom: 50px;
  z-index: 2;
}
.f-item::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: 0;
  right: -60px;
  height: 50%;
  width: 80%;
  z-index: -1;
}
.f-item + .f-item {
  margin-top: 90px;
}
.f-item:nth-child(2n)::before {
  right: auto;
  left: -60px;
}
@media only screen and (max-width: 767px) {
  .f-item + .f-item {
    margin-top: 40px;
  }
}

.f-itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-block: 20px;
  padding-inline: 50px;
  z-index: 2;
}
.f-itemInner::before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 60px);
  z-index: -1;
}
.f-item:nth-child(2n) .f-itemInner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.f-item:nth-child(2n) .f-itemInner::before {
  left: auto;
  right: 0;
}
.f-item:nth-child(2n) .f-itemInner .f-itemTxtBox {
  padding-inline: 3% 0;
}
@media print, screen and (min-width: 768px) {
  .f-itemInner .f-itemTxtBox {
    padding-right: 3%;
    width: 68%;
  }
  .f-itemInner .f-itemImgBox {
    width: 32%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .f-itemInner {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .f-itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 15px;
  }
  .f-itemInner::before {
    width: 100%;
  }
  .f-item:nth-child(2n) .f-itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.f-itemTitleBox {
  position: relative;
  margin-block: 30px;
}
.f-item:nth-child(2n) .f-itemTitleBox {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .f-itemTitleBox {
    margin-block: 20px;
    margin-left: 10px;
  }
}

.f-itemTitleEn {
  color: var(--mainColor);
  opacity: 0.05;
  font-size: clamp(50px, 7.8vw, 100px);
  font-family: var(--fontEn);
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: -1em;
  left: 0;
  white-space: nowrap;
}
.f-item:nth-child(2n) .f-itemTitleEn {
  left: auto;
  right: 0;
}

.f-itemTitleJp {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .f-itemTitleJp {
    font-size: 20px;
  }
}

.f-itemSubTitle {
  font-size: 30px;
  font-family: var(--serif);
  color: var(--mainColor);
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .f-itemSubTitle {
    font-size: 24px;
  }
}

.f-itemList {
  background-color: var(--mainColorLight);
  padding: 20px 15px;
}
.f-itemList li {
  padding-left: 2em;
  position: relative;
  margin-block: 0.1em;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-block: 0.4em;
}
.f-itemList li::before {
  content: "・";
  position: absolute;
  color: var(--mainColor);
  top: -0.28em;
  left: 0;
  font-size: 2.5em;
  line-height: 1;
  letter-spacing: 0;
}
.f-itemList li span {
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .f-itemList li::before {
    top: -0.3em;
  }
}

.f-itemImg {
  width: calc(100% + 120px);
}
.f-item:nth-child(2n) .f-itemImg {
  margin-left: -120px;
}
@media only screen and (max-width: 767px) {
  .f-itemImg {
    width: calc(100% + 30px);
  }
  .f-itemImg img {
    aspect-ratio: 2/1.7;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .f-item:nth-child(2n) .f-itemImg {
    margin-left: -30px;
  }
}

.ourLinkBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .ourLinkBox {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.ourLink {
  position: relative;
  padding-inline: 20px;
  padding-block: 60px;
  text-align: center;
  z-index: 2;
}
.ourLink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.ourLink:hover::before {
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .ourLink {
    padding-inline: 10px;
    padding-block: 40px;
  }
}

.ourLinkTxEn {
  color: #fff;
  font-family: var(--fontEn);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 767px) {
  .ourLinkTxEn {
    font-size: 12px;
  }
}

.ourLinkTxJp {
  color: #fff;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .ourLinkTxJp {
    font-size: 24px;
  }
}

/*==================================================
 * 設計・デザイン
*================================================*/
.fd-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: min(464px, 37vw) calc(100vw - min(464px, 37vw));
  gap: 60px;
  padding-left: 60px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .fd-block {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fd-block {
    padding-left: 30px;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fd-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-inline: 15px;
  }
  .fd-block + .fd-block {
    margin-top: 60px;
  }
}

.fd-blockImgBox {
  clip-path: inset(0);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .fd-blockImgBox {
    block-size: 100lvh;
    inline-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .fd-blockImgBox {
    width: calc(100% + 70px);
    margin-left: -5px;
  }
}

.fd-blockImgBoxInner {
  top: 0;
  bottom: 0;
  position: fixed;
  padding: 12px;
  width: 60%;
}
.fd-blockImgBoxInner .main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  block-size: clamp(241px, 37.6vw, 481px);
  -o-object-fit: contain;
     object-fit: contain;
}
.fd-blockImgBoxInner .sub {
  -webkit-filter: blur(12px);
          filter: blur(12px);
  block-size: 100%;
  inline-size: 100%;
}
@media only screen and (max-width: 767px) {
  .fd-blockImgBoxInner {
    position: static;
    width: 100%;
  }
  .fd-blockImgBoxInner .main {
    block-size: 241px;
  }
  .fd-blockImgBoxInner .sub {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    block-size: 100%;
    inline-size: 100%;
  }
}

.fd-slideNum {
  font-size: clamp(46px, 7.5vw, 96px);
  line-height: 0.8;
  font-family: var(--fontEn);
  color: var(--mainColorLight);
  letter-spacing: 0.05em;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}
.fd-slideNum.small {
  color: var(--mainColor);
  font-size: 14px;
  margin-bottom: 10px;
}

.fd-slideItem {
  margin-right: 15px;
}

.fd-blockTitle {
  font-size: clamp(25px, 2.9vw, 36px);
  font-family: var(--serif);
  color: var(--mainColor);
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.fd-blockTxt {
  line-height: 2;
  letter-spacing: 0.13em;
}

.fd-slideBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .fd-slideBox {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.otherLinkGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .otherLinkGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.otherLinkItemLink {
  background-color: var(--mainColorLight);
  display: block;
  padding: 15px;
}
.otherLinkItemLink .img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 52%;
  width: 100%;
}
.otherLinkItemLink:hover .img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.otherLinkItemLink .txtBox {
  padding-block: 10px;
  text-align: center;
}
.otherLinkItemLink .subTitle {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.otherLinkItemLink .title {
  color: var(--mainColor);
  font-family: var(--fontEn);
  line-height: 1;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  letter-spacing: 0.08em;
}
.otherLinkItemLink .title span {
  color: var(--fontColor);
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .otherLinkItemLink {
    padding: 10px;
  }
  .otherLinkItemLink .subTitle {
    font-size: 13px;
  }
  .otherLinkItemLink .title {
    font-size: 18px;
  }
  .otherLinkItemLink .title span {
    font-size: 14px;
  }
}

/*==================================================
 * 性能・品質
*================================================*/
.fq-panelBg {
  padding-block: 90px;
  padding-inline: 15px;
  position: relative;
  z-index: 2;
}
.fq-panelBg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.fq-panelBg .commonTitle span {
  font-size: clamp(36px, 4vw, 50px);
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fq-panelBg {
    padding-block: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fq-panelBg {
    padding-block: 30px;
  }
  .fq-panelBg::before {
    opacity: 0.4;
  }
}

.fq-panelGrid {
  display: grid;
}
.fq-panelGrid.head {
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}
.fq-panelGrid.foot {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fq-panelGrid.head {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fq-panelGrid.head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fq-panelGrid.foot {
    grid-template-columns: 0.8fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.fq-panelCardTitle {
  text-align: center;
  font-size: 28px;
  font-family: var(--serif);
  color: var(--mainColor);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-block: 0.5em;
}
.foot .fq-panelCardTitle {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .fq-panelCardTitle {
    font-size: 24px;
  }
  .foot .fq-panelCardTitle {
    font-size: 20px;
  }
}

.fq-panelSubTitle {
  color: var(--mainColor);
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 0.3em;
  margin-bottom: 1.2em;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .fq-panelSubTitle {
    font-size: 18px;
  }
}

.fq-panelReason {
  padding-block: 32px;
  padding-inline: 40px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.fq-panelReason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fq-panelReason {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fq-panelReason {
    padding-block: 20px;
    padding-inline: 15px;
  }
}

.fq-panelReasonTitle {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 0.4em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  .fq-panelReasonTitle {
    font-size: 18px;
  }
}

.fq-panelReasonInner {
  display: grid;
  grid-template-columns: 55% 45%;
}
.fq-panelReasonInner .fq-panelReasonImg {
  padding-left: 5%;
}
@media only screen and (max-width: 767px) {
  .fq-panelReasonInner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fq-panelReasonInner .fq-panelReasonImg {
    padding-left: 0;
  }
}

.fq-panelReasontxt {
  color: #fff;
  font-size: 19px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 959px) {
  .fq-panelReasontxt {
    font-size: 15px;
  }
}

.fq-powerTx {
  text-align: center;
  display: inline-block;
  border: 1px solid var(--fontColor);
  font-size: 20px;
  font-family: var(--serif);
  padding-inline: 0.7em;
  padding-block: 0.5em;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .fq-powerTx {
    font-size: 18px;
  }
}

.fq-cntBlock + .fq-cntBlock {
  margin-top: 40px;
}

.fq-cntBlockTitleBox {
  padding-block: 90px 130px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.fq-cntBlockTitleBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .fq-cntBlockTitleBox {
    padding-block: 30px 60px;
  }
}

.fq-cntBlockNum {
  color: #fff;
  font-size: clamp(26px, 3.5vw, 44px);
  font-family: var(--fontEn);
  line-height: 1;
  margin-bottom: 0.3em;
  font-style: italic;
}

.fq-cntBlockTitle {
  color: #fff;
  font-size: clamp(30px, 4.4vw, 56px);
  font-family: var(--serif);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .fq-cntBlockTitle {
    letter-spacing: 0.1em;
  }
}

.fq-cntBlockInner {
  background-color: #fff;
  padding: 60px;
  -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fq-cntBlockInner {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fq-cntBlockInner {
    padding: 20px 15px;
    margin-top: -30px;
  }
}

.fq-cntBlockInnerTitle {
  border-bottom: 1px solid var(--mainColor);
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 20px;
  padding-bottom: 1.5em;
  margin-bottom: 1.8em;
}
@media only screen and (max-width: 767px) {
  .fq-cntBlockInnerTitle {
    font-size: 16px;
  }
}

.fq-cntBlockGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fq-cntBlockGrid {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .fq-cntBlockGrid {
    grid-template-columns: 0.95fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 20px;
  }
}

.fq-cntBlockCardTitle {
  text-align: center;
  font-size: clamp(22px, 2.2vw, 28px);
  color: var(--mainColor);
  font-family: serif;
  line-height: 1.4;
  margin-block: 0.5em 0.5em;
}

.fq-cntBlockCardTx {
  line-height: 1.8;
  letter-spacing: 0.13em;
}

/*==================================================
 * 安心・アフターサポート
*================================================*/
.fs-block + .fs-block {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .fs-block + .fs-block {
    margin-top: 40px;
  }
}

.fs-blockTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
}
.fs-blockTitle small {
  color: var(--mainColor);
  font-family: var(--fontEn);
  font-size: 50%;
  margin-right: 0.7em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .fs-blockTitle {
    font-size: 22px;
  }
  .fs-blockTitle small {
    font-size: 70%;
  }
}

.fs-BlockSubTitle {
  color: var(--mainColor);
  font-size: 32px;
  font-family: var(--fontEn);
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .fs-BlockSubTitle {
    font-size: 20px;
  }
}

.fs-BlockTable {
  width: 100%;
}
.fs-BlockTable th,
.fs-BlockTable td {
  border: 1px solid #dbdbdb;
  padding: 0.7em 1em;
  font-weight: 500;
}
.fs-BlockTable th {
  text-align: left;
  background-color: var(--mainColorLight);
  width: 340px;
}
.fs-BlockTable td {
  width: calc(100% - 340px);
}
@media only screen and (max-width: 767px) {
  .fs-BlockTable th {
    width: 150px;
  }
  .fs-BlockTable td {
    width: calc(100% - 150px);
  }
}

.fs-acdBoxTitle {
  cursor: pointer;
  background-color: var(--mainColor);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  color: #fff;
  padding-block: 10px;
  padding-inline: 10px;
  line-height: 1.4;
}
.fs-acdBoxTitle .acdArw {
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.3em;
  width: 1.3em;
}
.fs-acdBoxTitle .acdArw i {
  color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fs-acdBoxTitle.open .acdArw i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.subColorBox .fs-acdBoxTitle {
  background-color: var(--subColor);
}
.subColorBox .fs-acdBoxTitle .acdArw i {
  color: var(--subColor);
}
@media only screen and (max-width: 767px) {
  .fs-acdBoxTitle {
    gap: 10px;
  }
}

.fs-acdBoxBlock {
  display: none;
  background-color: var(--mainColorLight);
  padding: 40px 60px;
}
.subColorBox .fs-acdBoxBlock {
  background-color: var(--subColorLight);
}
@media only screen and (max-width: 767px) {
  .fs-acdBoxBlock {
    padding: 15px 20px;
  }
}

.fs-acdList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.fs-acdList + .fs-acdList {
  margin-top: 40px;
}
.fs-acdList .fs-acdListImgBox {
  position: relative;
  width: 20%;
}
.fs-acdList .fs-acdListTxtBox {
  width: 80%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fs-acdList .fs-acdListImgBox {
    width: 30%;
  }
  .fs-acdList .fs-acdListTxtBox {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .fs-acdList + .fs-acdList {
    margin-top: 20px;
  }
  .fs-acdList .fs-acdListImgBox {
    width: 40%;
  }
  .fs-acdList .fs-acdListTxtBox {
    width: 60%;
  }
}

.fs-acdListNum {
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 0.08em;
  position: absolute;
  top: -25px;
  left: -25px;
  font-size: 21px;
  height: 45px;
  width: 45px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .fs-acdListNum {
    top: -15px;
    left: -15px;
    font-size: 17px;
    height: 35px;
    width: 35px;
    letter-spacing: 0.03em;
  }
}

.fs-acdListTitle {
  font-size: 22px;
  font-family: var(--serif);
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .fs-acdListTitle {
    font-size: 18px;
  }
}

.fs-acdListTxt {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .fs-acdListTxt {
    line-height: 1.6;
  }
}

.fs-acdBoxSupportTitle {
  text-align: center;
  font-size: 40px;
  font-family: var(--serif);
  color: var(--mainColor);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.4em;
}
.fs-acdBoxSupportTitle span {
  color: var(--fontColor);
  font-size: 65%;
}
@media only screen and (max-width: 767px) {
  .fs-acdBoxSupportTitle {
    font-size: 30px;
  }
}

.fs-acdBoxGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .fs-acdBoxGrid {
    grid-template-columns: 0.85fr;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fs-acdBoxCardTitle {
  font-size: 20px;
  font-family: var(--serif);
  color: var(--mainColor);
  margin-block: 0.8em 0.5em;
  line-height: 1.2;
}

.fs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fs-grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.fs-gridItem {
  overflow: hidden;
  border-radius: 50%;
}

.fs-voiceItem {
  background-color: var(--mainColorLight);
  padding: 30px 40px;
}
.fs-voiceItem + .fs-voiceItem {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .fs-voiceItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .fs-voiceItem .fs-voiceItemImg {
    width: 40%;
  }
  .fs-voiceItem .fs-voiceItemTxtBox {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .fs-voiceItem {
    padding: 20px;
  }
  .fs-voiceItem .fs-voiceItemImg {
    margin-inline: auto;
    margin-bottom: 10px;
    width: 70%;
  }
}

.fs-voiceItemInfo {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .fs-voiceItemInfo {
    margin-bottom: 5px;
  }
}

.fs-voiceItemTitle {
  color: var(--mainColor);
  font-size: 26px;
  font-family: var(--serif);
  line-height: 1.4;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .fs-voiceItemTitle {
    font-size: 18px;
  }
}

.fs-voiceItemTxt {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/*==================================================
 * 価格
*================================================*/
.fp-item {
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
  padding: 20px 50px;
  width: calc(100% - 60px);
}
.fp-item + .fp-item {
  margin-top: 60px;
}
.fp-item:nth-child(2n) {
  margin-left: auto;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fp-item {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fp-item {
    padding: 10px 15px;
    width: 100%;
  }
}

.fp-itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.fp-item:not(.sr-item):nth-child(2n) .fp-itemInner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sr-item:nth-child(odd) .fp-itemInner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media print, screen and (min-width: 768px) {
  .fp-itemInner .fp-itemTxtBox {
    padding-top: 30px;
    width: 70%;
  }
  .fp-itemInner .fp-itemImgBox {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .fp-itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .fp-itemInner .fp-itemTxtBox {
    margin-top: -80px;
  }
  .fp-itemInner .fp-itemImgBox {
    margin-left: auto;
    width: 80%;
  }
  .fp-item:not(.sr-item):nth-child(2n) .fp-itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .fp-item:not(.sr-item):nth-child(2n) .fp-itemInner .fp-itemImgBox {
    margin-inline: 0 auto;
  }
  .sr-item:nth-child(odd) .fp-itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sr-item:nth-child(odd) .fp-itemInner .fp-itemImgBox {
    margin-inline: 0 auto;
  }
}

.fp-itemNum {
  font-size: 52px;
  line-height: 1;
  color: var(--mainColor);
  font-family: var(--serif);
  margin-bottom: 0.5em;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .fp-itemNum {
    font-size: 38px;
  }
}

.fp-itemTItle {
  font-size: clamp(22px, 2.9vw, 32px);
  font-family: var(--serif);
  color: var(--mainColor);
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.fp-itemTxt {
  line-height: 2;
  letter-spacing: 0.08em;
}

.fs-itemList {
  color: var(--mainColor);
  font-weight: 600;
}

.fp-itemImg {
  width: calc(100% + 180px);
}
.fp-item:not(.sr-item):nth-child(2n) .fp-itemImg {
  margin-left: -180px;
  width: calc(100% + 180px);
}
.sr-item:nth-child(odd) .fp-itemImg {
  margin-left: -180px;
  width: calc(100% + 180px);
}
@media only screen and (max-width: 767px) {
  .fp-itemImg {
    width: calc(100% + 30px);
  }
  .fp-item:not(.sr-item):nth-child(2n) .fp-itemImg {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
  .sr-item:nth-child(odd) .fp-itemImg {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
}

.fp-itemOtherTitle {
  text-align: center;
  color: var(--mainColor);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.13em;
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 0.5em;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fp-itemOtherTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fp-itemOtherTitle {
    font-size: 18px;
  }
}

.fp-itemTable {
  width: 100%;
}
.fp-itemTable table {
  width: 100%;
}
.fp-itemTable th,
.fp-itemTable td {
  border: 1px solid #dbdbdb;
  text-align: center;
  padding: 0.6em;
  width: 50%;
}
.fp-itemTable th {
  font-weight: 600;
  background-color: var(--mainColorLight);
}
.fp-itemTable th:nth-child(2) {
  background-color: var(--mainColor);
  color: #fff;
}
.fp-itemTable td:nth-child(2) {
  background-color: #d8ecff;
}
@media only screen and (max-width: 767px) {
  .fp-itemTable th,
  .fp-itemTable td {
    padding: 0.5em 0.4em;
    font-size: 13px;
  }
}

.fp-itemGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 959px) {
  .fp-itemGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
}

.fp-itemCardImg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 53px;
  z-index: 2;
}
.fp-itemCardImg::before {
  content: "";
  position: absolute;
  background-color: var(--fontColor);
  opacity: 0.25;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .fp-itemCardImg {
    padding-block: 38px;
  }
}

.fp-itemCardTilte {
  color: #fff;
  font-size: clamp(26px, 2.4vw, 40px);
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 0.08em;
}

.fp-itemCardSubTitle {
  color: var(--mainColor);
  font-size: 20px;
  font-family: var(--serif);
  text-align: center;
  line-height: 1.4;
  margin-block: 0.5em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .fp-itemCardSubTitle {
    font-size: 15px;
  }
}

.priceBanner {
  display: block;
  position: relative;
  padding-block: 21px;
  z-index: 2;
}
.priceBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2d2d2;
  opacity: 0.45;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .priceBanner::before {
    opacity: 0.65;
  }
}

.priceBannerSubTitle {
  margin-bottom: 1em;
  text-shadow: 3px 3px 16px rgba(0, 0, 0, 0.75);
}
.priceBannerSubTitle span {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  padding-inline: 1em;
}
.priceBannerSubTitle span::before, .priceBannerSubTitle span::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #fff;
  height: 1.5em;
  width: 2px;
}
.priceBannerSubTitle span::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.priceBannerSubTitle span::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .priceBannerSubTitle span {
    font-size: 14px;
  }
}

.priceBannerTitle {
  text-shadow: 3px 3px 16px rgba(0, 0, 0, 0.75);
  font-size: 42px;
  letter-spacing: 0.1em;
  font-family: var(--serif);
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .priceBannerTitle {
    font-size: 29px;
  }
}

/*==================================================
 * 家づくりの流れ
*================================================*/
.ff-item + .ff-item {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .ff-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ff-item .ff-itemImgBox {
    padding-right: 10%;
    width: 45%;
  }
  .ff-item .ff-itemImgBox .ff-itemImg {
    -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.1);
    margin-left: -60px;
    width: calc(100% + 60px);
  }
  .ff-item .ff-itemtxtBox {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .ff-item .ff-itemImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 75%;
  }
}

.ff-itemCate {
  background-color: var(--mainColorLight);
  display: inline-block;
  text-align: center;
  padding-inline: 1em;
  padding-inline: 1em;
  padding-block: 0.5em;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .ff-itemCate {
    font-size: 12px;
  }
}

.ff-itemTitleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #a8bed4;
  padding-bottom: 0.9em;
  margin-bottom: 1.5em;
  gap: 20px;
}
.ff-itemTitleBox .ff-itemNum {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1;
}
.ff-itemTitleBox .ff-itemNum small {
  font-size: 43%;
  margin-right: 0.4em;
  line-height: 1;
}

.ff-itemTitle {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .ff-itemTitle {
    font-size: 16px;
  }
}

.ff-itemSubTitle {
  color: var(--mainColor);
  font-size: 26px;
  font-family: var(--serif);
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .ff-itemSubTitle {
    font-size: 20px;
  }
}

.ff-itemBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}

.ff-acdBox .fs-acdBoxBlock {
  padding: 20px 40px;
}
.ff-acdBox .ff-acdBoxDl + .ff-acdBoxDl {
  margin-top: 1.2em;
}
.ff-acdBox .ff-acdBoxDl dt {
  color: #fff;
  background-color: var(--subColor);
  display: inline-block;
  padding-inline: 0.6em;
  padding-block: 0.4em;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
.ff-acdBox .ff-acdBoxDl dd span {
  color: var(--subColor);
}
@media only screen and (max-width: 767px) {
  .ff-acdBox .fs-acdBoxBlock {
    padding: 20px 15px;
  }
}

/*==================================================
 * よくあるご質問
*================================================*/
:root {
  --activeIcon: 15px;
  --acdWide: 30px;
}
@media only screen and (max-width: 767px) {
  :root {
    --acdWide: 15px;
  }
}

.fq-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: calc(var(--activeIcon) * 2);
  margin-bottom: var(--activeIcon);
  border-bottom: 2px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .fq-tabs {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }
}

.fq-tab {
  cursor: pointer;
  background-color: var(--mainColorLight);
  border: 1px solid var(--mainColor);
  text-align: center;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.2;
  padding-block: 1.1em;
  padding-inline: 0.3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fq-tab::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: calc(var(--activeIcon) - var(--activeIcon) * 2 + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
  opacity: 0;
  height: var(--activeIcon);
  width: var(--activeIcon);
}
.fq-tab.active {
  background-color: var(--mainColor);
  color: #fff;
}
.fq-tab.active::before {
  opacity: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fq-tab {
    font-size: 16px;
    padding-block: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .fq-tab {
    font-size: 14px;
    padding-block: 0.4em;
  }
}

.fq-cntTitle {
  font-size: 24px;
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: calc(var(--activeIcon) * 2);
  padding-bottom: var(--activeIcon);
  border-bottom: 1px solid #dbdbdb;
}
@media only screen and (max-width: 767px) {
  .fq-cntTitle {
    font-size: 20px;
  }
}

.fq-cntAcdList {
  background-color: var(--mainColorLight);
  padding: 15px 20px;
}
.fq-cntAcdList + .fq-cntAcdList {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .fq-cntAcdList {
    padding: 10px;
  }
  .fq-cntAcdList + .fq-cntAcdList {
    margin-top: 10px;
  }
}

.fq-listTitle {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: var(--acdWide) auto var(--acdWide);
  gap: 10px;
}

.fq-listTitleQue {
  color: var(--mainColor);
  font-size: 20px;
  font-family: var(--fontEn);
}
@media only screen and (max-width: 767px) {
  .fq-listTitleQue {
    font-size: 14px;
  }
}

.fq-listTitleTxt {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .fq-listTitleTxt {
    font-size: 16px;
  }
}

.fq-listTitleArw {
  border-radius: 50%;
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  width: 20px;
}
.fq-listTitleArw i {
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  letter-spacing: 0;
}
.fq-listTitle.is-show .fq-listTitleArw {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fq-listBox {
  display: none;
}
.fq-listBox .fq-listBoxInner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: var(--acdWide) auto;
  padding-top: 15px;
  gap: 10px;
}
.fq-listBox .fq-listBoxAns {
  font-size: 20px;
  font-family: var(--fontEn);
}
.fq-listBox .fq-listBoxTxt {
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .fq-listBox .fq-listBoxTxt {
    line-height: 1.6;
  }
}

/*==================================================
 * サービス一覧
*================================================*/
.s-listItem + .s-listItem {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .s-listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s-listItem .s-listItemImgBox {
    width: 40%;
  }
  .s-listItem .s-listItemTxtBox {
    padding-left: 5%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .s-listItem + .s-listItem {
    margin-top: 40px;
  }
  .s-listItem .s-listItemImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 85%;
  }
}

.s-listItemTitleEn {
  font-size: 12px;
  font-family: var(--fontEn);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .s-listItemTitleEn {
    margin-bottom: 0.7em;
  }
}

.s-listItemTitleJp {
  font-size: clamp(26px, 3.2vw, 40px);
  font-family: var(--serif);
  letter-spacing: 0.1em;
  line-height: 1;
}

.s-listItemSubTitle {
  font-size: 26px;
  color: var(--mainColor);
  font-family: var(--serif);
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .s-listItemSubTitle {
    font-size: 22px;
  }
}

.s-listItemTxt {
  letter-spacing: 0.08em;
  line-height: 1.8;
}

/*==================================================
 * 注文住宅
*================================================*/
.so-mainImgBox {
  position: relative;
  padding-top: 120px;
}
.so-mainImgBox .so-mainImg.big {
  margin-right: 15px;
  max-width: 985px;
}
.so-mainImgBox .so-mainImg.small {
  max-width: 250px;
  position: absolute;
  top: 0;
  right: 120px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .so-mainImgBox .so-mainImg.small {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .so-mainImgBox {
    padding-top: 50px;
  }
  .so-mainImgBox .so-mainImg.small {
    max-width: 250px;
    right: 0;
    width: 28%;
  }
}

.so-featureBg {
  padding-block: 180px 90px;
  margin-top: -90px;
}
@media only screen and (max-width: 767px) {
  .so-featureBg {
    padding-block: 90px 45px;
    margin-top: -45px;
  }
}

.so-workSlide {
  overflow: hidden;
  margin-left: 60px;
  padding-right: 120px;
}
.so-workSlide .serviceWorkItem {
  margin-right: 40px;
}
.so-workSlide .slick-list {
  overflow: unset !important;
}
.so-workSlide .slick-prev {
  left: 10px;
}
.so-workSlide .slick-next {
  right: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .so-workSlide {
    margin-left: 30px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .so-workSlide {
    margin-left: 15px;
    padding-right: 90px;
  }
  .so-workSlide .serviceWorkItem {
    margin-right: 20px;
  }
  .so-workSlide .slick-next {
    right: -60px;
  }
}

.so-aboutGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .so-aboutGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.so-aboutItem {
  background-color: var(--mainColorLight);
  padding: 10px;
  text-align: center;
}
.so-aboutItem .so-aboutItemTitle {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  margin-block: 0.7em 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .so-aboutItem .so-aboutItemTitle {
    font-size: 20px;
  }
  .so-aboutItem .so-aboutItemTxt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .so-aboutItem .so-aboutItemTitle {
    font-size: 20px;
  }
}

.so-aboutItemImgBox {
  overflow: hidden;
}
.so-aboutItemImgBox .so-aboutItemImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.so-aboutItem:hover .so-aboutItemImgBox .so-aboutItemImg {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*==================================================
 * 建売・分譲住宅
*================================================*/
.sb-workTitle {
  text-align: center;
  font-size: clamp(22px, 2.7vw, 34px);
  color: var(--mainColor);
  font-family: var(--serif);
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 0.2em;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
}

.recommendBlock {
  position: relative;
  background-color: #fff;
  padding-block: 60px 40px;
  padding-inline: 20px;
  width: 100%;
}

.so-findReco {
  position: relative;
  background-color: var(--mainColorLight);
  padding-block: 60px 40px;
  padding-inline: 20px;
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.so-findRecoTitle {
  position: absolute;
  color: #fff;
  background-color: var(--mainColor);
  top: 10px;
  left: -10px;
  padding-inline: 1em;
  padding-block: 0.3em;
  font-size: 18px;
}
.so-findRecoTitle::before {
  content: "";
  position: absolute;
  background-color: #042f59;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  bottom: -9px;
  left: 0;
  height: 10px;
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .so-findRecoTitle.smallTx {
    font-size: 14px;
    line-height: 1.3;
  }
}

.so-findRecoitem {
  padding-left: 1em;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-block: 0.9em;
}
.so-findRecoitem::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 0.45em;
  width: 0.45em;
}

.so-findRecoBtn {
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

.so-findRecoImg {
  position: absolute;
  bottom: 0;
  width: clamp(180px, 30.4vw, 388px);
}
.so-findRecoImg.img1 {
  left: -20px;
}
.so-findRecoImg.img2 {
  right: -20px;
}

/*==================================================
 * 土地探し
*================================================*/
.sl-areaTitle {
  text-align: center;
  line-height: 1.4;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 0.08em;
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 1em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .sl-areaTitle {
    font-size: 18px;
  }
}

.sl-areaGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .sl-areaGrid {
    gap: 40px 20px;
  }
}

.sl-areaCard {
  width: calc(33.3333333333% - 60px);
}
@media only screen and (max-width: 767px) {
  .sl-areaCard {
    width: calc(50% - 10px);
  }
}

.sl-areaCardTitle {
  color: var(--mainColor);
  text-align: center;
  font-family: var(--serif);
  margin-block: 0.4em;
  font-size: 28px;
  line-height: 1.2;
}
.sl-areaCardTitle small {
  font-size: 65%;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .sl-areaCardTitle {
    font-size: 19px;
  }
}

.sl-areaCardSubTitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .sl-areaCardSubTitle {
    font-size: 16px;
  }
}

.sl-areaBg {
  position: absolute;
  z-index: -1;
}
.sl-areaBg.img1 {
  top: 140px;
  left: -90px;
  width: clamp(300px, 47vw, 600px);
}
.sl-areaBg.img2 {
  bottom: -20px;
  right: -150px;
  width: clamp(440px, 68.8vw, 880px);
}

:root {
  --flowImgWide: 100px;
}
@media only screen and (max-width: 767px) {
  :root {
    --flowImgWide: 50px;
  }
}

.sl-flowBlock {
  max-width: 700px;
  margin-inline: auto;
  width: 100%;
}

.sl-flowList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: calc(var(--flowImgWide) * 2) auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: calc(var(--flowImgWide) / 2);
  z-index: 2;
  padding-bottom: 30px;
}
.sl-flowList::before {
  content: "";
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: var(--flowImgWide);
  background-color: var(--mainColor);
  height: 100%;
  width: 2px;
  z-index: -1;
}
.sl-flowList:last-child::before {
  content: none;
}
.sl-flowListImg {
  border-radius: 50%;
  overflow: hidden;
}

.sl-flowListNum {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.sl-flowListNum small {
  font-size: 55%;
  margin-right: 0.4em;
}
@media only screen and (max-width: 767px) {
  .sl-flowListNum {
    font-size: 24px;
  }
}

.sl-flowListTitle {
  color: var(--mainColor);
  font-family: var(--serif);
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .sl-flowListTitle {
    font-size: 18px;
  }
}

.sl-otherBox {
  padding-block: 80px 50px;
  position: relative;
  z-index: 2;
}
.sl-otherBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  opacity: 0.35;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sl-otherBox {
    padding-block: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sl-otherBox {
    padding-block: 40px 20px;
  }
}

.sl-otherBoxInner {
  display: grid;
  grid-template-columns: 0.8fr repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sl-otherBoxInner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .sl-otherBoxInner {
    grid-template-columns: 0.8fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.sl-otherBoxItem.txtBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sl-otherBoxItem.txtBox p.h3 {
  text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25);
}
.sl-otherBoxItem.linkBox .linkImgBox {
  -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.sl-otherBoxItem.linkBox .linkImgBox .linkImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sl-otherBoxItem.linkBox .linkTxt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-block: 10px;
  gap: 10px;
}
.sl-otherBoxItem.linkBox .linkTxt .txt {
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: var(--serif);
}
.sl-otherBoxItem.linkBox:hover .linkImgBox .linkImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sl-otherBoxItem.txtBox {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media only screen and (max-width: 959px) {
  .sl-otherBoxItem.linkBox .linkTxt .txt {
    font-size: 16px;
  }
}

/*==================================================
 * 一級建築
*================================================*/
.sa-productItem .img {
  padding-bottom: 63%;
  width: 100%;
}
.sa-productItem .inner {
  padding-block: 20px;
}
@media only screen and (max-width: 767px) {
  .sa-productItem .inner {
    padding-block: 10px;
  }
}
.sa-productItem .title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .sa-productItem .title {
    font-size: 16px;
  }
}
.sa-productItem .innerInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .sa-productItem .innerInfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sa-productItem .modalTag {
  font-size: 12px;
}

.sa-serviceBox + .sa-serviceBox {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .sa-serviceBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
  .sa-serviceBox:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sa-serviceBox .sa-serviceImg {
    width: 40%;
  }
  .sa-serviceBox .sa-servicetxtBox {
    width: 60%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sa-serviceBox {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sa-serviceBox .sa-serviceImg {
    margin-bottom: 5%;
    margin-inline: auto;
    width: 75%;
  }
}

.sa-serviceTitleEn {
  font-size: 13px;
  font-family: var(--serif);
  line-height: 1;
  margin-bottom: 0.8em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .sa-serviceTitleEn {
    font-size: 12px;
  }
}

.sa-serviceTitleJp {
  font-size: clamp(24px, 3.2vw, 40px);
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 0.1em;
}

.sa-serviceList {
  background-color: var(--mainColorLight);
  padding: 30px;
}
.sa-serviceList li {
  padding-left: 1em;
  position: relative;
  letter-spacing: 0.08em;
}
.sa-serviceList li::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 0.4em;
  width: 0.4em;
}
@media only screen and (max-width: 767px) {
  .sa-serviceList {
    padding: 20px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .sa-aboutBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .sa-aboutBlock .sa-aboutTxtBox {
    padding-right: 5%;
    width: 50%;
  }
  .sa-aboutBlock .sa-aboutImgBox {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sa-aboutBlock {
    margin-block: 45px;
  }
  .sa-aboutBlock .sa-aboutImgBox {
    margin-top: 5%;
    margin-inline: auto -15px;
    width: 85%;
  }
}

@-webkit-keyframes vertical-animation {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes vertical-animation {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes vertical-animation-reverse {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes vertical-animation-reverse {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sa-aboutImgBoxInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% + 60px);
}
@media only screen and (max-width: 767px) {
  .sa-aboutImgBoxInner {
    width: 100%;
  }
}

.sa-aboutSlide {
  overflow: hidden;
  height: clamp(290px, 49.3vw, 630px);
}

.sa-aboutSlideItem {
  display: grid;
  -webkit-animation: vertical-animation 30s linear infinite;
          animation: vertical-animation 30s linear infinite;
}
.sa-aboutSlide.right .sa-aboutSlideItem {
  -webkit-animation: vertical-animation-reverse 30s linear infinite;
          animation: vertical-animation-reverse 30s linear infinite;
}

.serviceWorksGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px;
}
.serviceWorksGrid .serviceWorksItemImg {
  margin-bottom: 15px;
}
.serviceWorksGrid .serviceWorksItemTitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.serviceWorksGrid .serviceWorksItemSubTx {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .serviceWorksGrid {
    gap: 20px 15px;
  }
  .serviceWorksGrid .serviceWorksItemTitle {
    font-size: 16px;
  }
  .serviceWorksGrid .serviceWorksItemSubTx {
    font-size: 11px;
  }
}

/*==================================================
 * リフォーム
*================================================*/
.sr-itemNote {
  background-color: var(--mainColorLight);
  padding: 20px;
}

/*==================================================
 * ブランドラインナップ
*================================================*/
.lu-listBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .lu-listBlock {
    gap: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lu-listBlock {
    grid-template-columns: 1fr;
    gap: 30px 20px;
  }
}

.lu-listItem .viewmore span {
  font-size: 12px;
}
.lu-listItem .circleArw {
  background-color: #fff;
}
.lu-listItem .circleArw::before {
  color: var(--mainColor);
}
.lu-listItem.hiraya, .lu-listItem.kajitoru, .lu-listItem.compact {
  pointer-events: none;
  position: relative;
}
.lu-listItem.hiraya::before, .lu-listItem.kajitoru::before, .lu-listItem.compact::before {
  content: "Coming Soon";
  color: #fff;
  font-family: var(--fontEn);
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  width: calc(100% - 30px);
  z-index: 2;
}
.lu-listItem.hiraya::after, .lu-listItem.kajitoru::after, .lu-listItem.compact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--fontColor);
  opacity: 0.9;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.lu-listItemImgBox {
  overflow: hidden;
}
.lu-listItemImgBox .lu-listItemImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 108%;
  width: 100%;
}
.lu-listItemLink:hover .lu-listItemImgBox .lu-listItemImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.lu-listItemTxtBox {
  background-color: var(--mainColor);
  padding: 10px 20px;
}

.lu-listItemTitle {
  border-bottom: 1px dashed #fff;
  color: #fff;
  font-family: var(--serif);
  text-align: center;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}
.lu-listItemTitle small {
  font-size: 50%;
  margin-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .lu-listItemTitle {
    font-size: 32px;
  }
}

.lu-listItemBoxTitle {
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 0.7em;
  font-family: var(--serif);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .lu-listItemBoxTitle {
    font-size: 18px;
  }
}

.lu-listItemDl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-block: 0.3em;
  gap: 10px;
}
.lu-listItemDl dt {
  background-color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 12px;
  padding-block: 0.5em;
  padding-inline: 0.4em;
  width: 70px;
}
.lu-listItemDl dd {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.13em;
  width: calc(100% - 70px);
}

/*==================================================
 * hygge - ヒュッゲ -
*================================================*/
/* ① Fallback 用に :root へ追加（JS 上書き前の保険） */
:root {
  --vh: 1vh;
}

@supports (height: 100svh) {
  .fvImgBg {
    height: 100svh;
  }
}
.fvImgBlock {
  position: relative;
  overflow: hidden;
}

.fvImgBlockInner {
  position: relative;
}

.fvImgBg {
  overflow: hidden;
  position: relative;
  height: calc(var(--vh) * 100);
  width: 100%;
  z-index: 2;
}
.fvImgBg::before {
  content: "";
  opacity: 0.3;
  background: linear-gradient(30deg, #1e1e1e 25.2%, rgba(132, 132, 132, 0.65) 46.06%);
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.fvImgBg .fvImg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  height: 100%;
  width: 100%;
}
.fvImgBg .fvImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fvTop {
  position: relative;
  bottom: 16%;
  left: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.fvTop.hidden {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .fvTop {
    bottom: 25%;
    left: 15px;
  }
}

.fvBottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  margin-top: 150vh;
}
.fvBottom .fvBottomInner {
  margin-top: 100vh;
  padding: 150px 0 200px;
}
@media only screen and (max-width: 767px) {
  .fvBottom .fvBottomInner {
    padding: 130px 0 75px;
  }
}

.lh-fvBlockTitle {
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(32px, 4.7vw, 60px);
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.lh-fvBlockTitle small {
  font-size: 50%;
  margin-left: 1em;
  letter-spacing: 0.08em;
}

.lh-fvBlockTxt {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 767px) {
  .lh-fvBlockTxt {
    font-size: 16px;
  }
}

.lh-fvBlockTitleEn {
  color: #fff;
  font-family: var(--fontEn);
  font-size: clamp(72px, 11.8vw, 150px);
  line-height: 1;
  position: absolute;
  opacity: 0.15;
  bottom: -50px;
  left: -60px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .lh-fvBlockTitleEn {
    bottom: -6px;
    left: 0px;
  }
}

.lh-gallerySlide .slick-prev {
  left: 30px;
}
.lh-gallerySlide .slick-next {
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .lh-gallerySlide .slick-prev {
    left: 15px;
  }
  .lh-gallerySlide .slick-next {
    right: 15px;
  }
}

.lh-galleryItem {
  margin-right: 25px;
}
.lh-galleryItem .lh-galleryImg {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .lh-galleryItem {
    margin-right: 15px;
  }
  .lh-galleryItem .lh-galleryImg {
    margin-bottom: 10px;
  }
}

.lh-featureItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-block: 20px;
  padding-left: 50px;
  gap: 50px;
  z-index: 2;
}
.lh-featureItem::before {
  content: "";
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 60px);
  z-index: -1;
}
.lh-featureItem + .lh-featureItem {
  margin-top: 20px;
}
.lh-featureItem .lh-featureItemTxtBox {
  width: 65%;
}
.lh-featureItem .lh-featureItemImgBox {
  margin-block: -20px;
  width: 35%;
}
.lh-featureItem:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-inline: 0 50px;
}
.lh-featureItem:nth-child(2n+1)::before {
  left: -60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .lh-featureItem {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lh-featureItem {
    padding-block: 20px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
  .lh-featureItem .lh-featureItemTxtBox {
    width: 100%;
  }
  .lh-featureItem .lh-featureItemImgBox {
    margin-block: 0;
    width: 100%;
  }
  .lh-featureItem:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 0 25px;
  }
  .lh-featureItem:nth-child(2n+1)::before {
    left: -60px;
  }
}

.lh-featureItemImg {
  width: calc(100% + 60px);
}
.lh-featureItem:nth-child(2n+1) .lh-featureItemImg {
  margin-left: -60px;
}

.lh-featureItemNum {
  font-size: clamp(35px, 4.3vw, 54px);
  font-family: var(--serif);
  color: var(--mainColor);
  line-height: 1.2;
}

.lh-featureItemTitle {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .lh-featureItemTitle {
    font-size: 24px;
  }
}

.lh-featureItemTxt {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.lh-featureReco {
  position: relative;
  background-color: #fff;
  padding-block: 60px 40px;
  padding-inline: 20px;
  width: 100%;
  -webkit-box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.08);
  max-width: 100%;
}
.lh-featureReco li {
  font-weight: 600;
  margin-block: 0.3em;
}
.lh-featureReco li * {
  font-weight: 600;
}

.lh-standardTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lh-standardTitle small {
  color: var(--mainColor);
  font-size: 16px;
  margin-left: 1em;
}

.lh-standardBox + .lh-standardBox {
  margin-top: 60px;
}

.lh-standardBoxInner + .lh-standardBoxInner {
  margin-top: 40px;
}

.lh-standardBoxInnerTitle {
  color: var(--mainColor);
  font-family: var(--serif);
  border-bottom: 1px solid #a8bed4;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
}
.lh-standardBoxInnerTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: var(--mainColor);
  height: 2px;
  width: 6em;
}

.lh-standardBoxGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.lh-standardBoxGrid.__grid4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .lh-standardBoxGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .lh-standardBoxGrid.__grid4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lh-standardCardTitle {
  color: var(--mainColor);
  font-size: 28px;
  font-family: var(--serif);
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-block: 0.5em;
}
.lh-standardCardTitle.small {
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .lh-standardCardTitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .lh-standardCardTitle {
    font-size: 20px;
  }
  .lh-standardCardTitle.small {
    font-size: 16px;
  }
}

.lh-planTabBox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.lh-planTabBox .lh-planTab {
  text-align: center;
  cursor: pointer;
  background-color: #cfe3f7;
  border: 1px solid var(--mainColor);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-inline: 0.5em;
  padding-block: 0.6em;
}
.lh-planTabBox .lh-planTab span {
  color: var(--mainColor);
  font-family: var(--fontJp);
  font-size: 65%;
  font-weight: 600;
  margin-bottom: 0.2em;
}
.lh-planTabBox .lh-planTab.active {
  background-color: var(--mainColor);
  color: #fff;
}
.lh-planTabBox .lh-planTab.active span {
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .lh-planTabBox .lh-planTab {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .lh-planTabBox {
    grid-template-columns: repeat(2, 1fr);
  }
  .lh-planTabBox .lh-planTab {
    font-size: 14px;
  }
}

.lh-planInfo {
  background-color: var(--mainColorLight);
  padding: 40px 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .lh-planInfo {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lh-planInfo {
    padding: 20px 15px;
  }
}

.lh-planInfoTitle {
  text-align: center;
  font-size: 32px;
  font-family: var(--serif);
  line-height: 1.2;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .lh-planInfoTitle {
    font-size: 20px;
  }
}

.lh-planInfoInner {
  padding-block: 75px;
}
@media print, screen and (min-width: 768px) {
  .lh-planInfoInner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lh-planInfoInner .lh-planInfoLeft {
    padding-right: 5%;
    width: 40%;
  }
  .lh-planInfoInner .lh-planInfoRight {
    line-height: 1.8;
    letter-spacing: 0.08em;
    width: 60%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .lh-planInfoInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 40px;
  }
  .lh-planInfoInner .lh-planInfoLeft {
    margin-bottom: 5%;
    width: 75%;
  }
  .lh-planInfoInner .lh-planInfoRight {
    line-height: 1.8;
    letter-spacing: 0.08em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lh-planInfoInner {
    padding-block: 25px;
  }
  .lh-planInfoInner .lh-planInfoLeft {
    margin-bottom: 5%;
  }
}

.lh-planInfoName {
  color: #fff;
  background-color: var(--mainColor);
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  padding-inline: 0.7em;
  padding-block: 0.3em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .lh-planInfoName {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .lh-planInfoName {
    font-size: 12px;
  }
}

.lh-planInfoPrice {
  font-size: clamp(34px, 4.4vw, 56px);
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-block: 0.2em;
}
.lh-planInfoPrice small {
  font-size: 55%;
}

.lh-planInfoDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lh-planInfoDl dt,
.lh-planInfoDl dd {
  padding-inline: 1.2em;
  padding-block: 10px;
  border: 1px solid #dbdbdb;
}
.lh-planInfoDl dt {
  background-color: var(--mainColor);
  color: #fff;
}
.lh-planInfoDl dd {
  background-color: #fff;
  width: calc(100% - 110px);
}

.lh-planInfoSlide {
  overflow: hidden !important;
  padding-right: 100px;
  padding-bottom: 50px;
  width: calc(100% + 60px);
}
.lh-planInfoSlide .slick-list {
  overflow: unset !important;
}
.lh-planInfoSlide .slick-prev {
  left: 5px;
}
.lh-planInfoSlide .slick-next {
  right: -55px;
}
.lh-planInfoSlide .lh-planInfoSlideItem {
  margin-right: 25px;
}
.lh-planInfoSlide .lh-planInfoSlideImg img {
  display: block;
  aspect-ratio: 475/316;
  -o-object-fit: contain;
     object-fit: contain;
}
.lh-planInfoSlide .lh-planInfoSlideTxt {
  font-size: 20px;
  font-family: var(--serif);
  margin-block: 0.2em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .lh-planInfoSlide {
    padding-right: 60px;
    padding-bottom: 40px;
    width: calc(100% + 15px);
  }
  .lh-planInfoSlide .lh-planInfoSlideTxt {
    font-size: 16px;
  }
}

.lh-planReco {
  display: block;
  padding-inline: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lh-planReco {
    padding-inline: 25px;
  }
}

/*==================================================
 * イベント情報
*================================================*/
.eventListCateTitle {
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1;
  letter-spacing: 0.08em;
}

.eventListCate {
  border-bottom: 1px solid #a8bed4;
  padding-bottom: 10px;
}
.eventListCate .eventListCateInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .eventListCate .eventListCateInner {
    grid-template-columns: repeat(2, 0.8fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.eventCate {
  text-align: center;
}
.eventCate + .eventCate {
  border-left: 1px solid #a8bed4;
}
.eventCate .eventCateLink {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  position: relative;
}
.eventCate .eventCateLink::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: -13px;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  height: 4px;
  width: 100%;
}
.eventCate .eventCateLink.active::before {
  opacity: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .eventCate .eventCateLink {
    gap: 10px;
  }
  .eventCate .eventCateLink::before {
    height: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .eventCate {
    border: none;
  }
  .eventCate + .eventCate {
    border: none;
  }
  .eventCate .eventCateLink {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: 3px;
  }
  .eventCate .eventCateLink::before {
    bottom: auto;
    height: 100%;
    z-index: -1;
  }
}

.eventCateTxt {
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .eventCateLink.active .eventCateTxt {
    color: #fff;
  }
}

.eventCateArw {
  height: 20px;
  width: 20px;
}
.eventCateArw i {
  font-size: 0.7em;
  line-height: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .eventCateArw {
    height: 15px;
    width: 15px;
  }
  .eventCateArw i {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .eventCateLink.active .eventCateArw {
    background-color: #fff;
  }
  .eventCateLink.active .eventCateArw i {
    color: var(--mainColor);
  }
}

.eventListGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .eventListGrid {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eventListGrid {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}

.eventFvSlideInner .slick-prev {
  left: 25px;
}
.eventFvSlideInner .slick-next {
  right: 25px;
}

.eventFvSlideItem {
  margin-inline: 15px;
}
.eventFvSlideItem.is-single {
  max-width: 700px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .eventFvSlideItem {
    margin-inline: 5px;
  }
}

.evntInfoCate {
  color: #fff;
  background-color: var(--mainColor);
  font-size: 18px;
  text-align: center;
  padding-inline: 0.7em;
  padding-block: 0.5em;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 959px) {
  .evntInfoCate {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}

.evntInfoTitle {
  font-family: var(--serif);
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .evntInfoTitle {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .evntInfoTitle {
    font-size: 22px;
  }
}

.evntInfoAddress {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
.evntInfoAddress i {
  color: var(--mainColor);
  font-size: 26px;
  margin-right: 0.3em;
}
@media only screen and (max-width: 767px) {
  .evntInfoAddress i {
    font-size: 20px;
  }
}

.evntInfoCates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.evntInfoCates li a {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding-inline: 0.6em;
  padding-block: 0.1em;
}
.evntInfoCates li .tag {
  background-color: var(--mainColorLight);
}
.evntInfoCates li .cate {
  color: #fff;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .evntInfoCates li a {
    font-size: 12px;
  }
}

.eventReserveBtn {
  border-radius: 70px;
  padding-block: 1.4em;
  gap: 80px;
}
.eventReserveBtn .commonBtnTxt {
  font-size: 22px;
}
@media only screen and (max-width: 959px) {
  .eventReserveBtn {
    gap: 20px;
  }
  .eventReserveBtn .commonBtnTxt {
    font-size: 18px;
  }
}

.headerHight-margin {
  margin-top: calc(var(--headerH) + 20px);
}

.event-property-slide .slick-prev {
  left: -20px;
}
.event-property-slide .slick-next {
  right: -20px;
}

/*==================================================
 * 物件・土地情報
*================================================*/
.p-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-block .p-sideMenu {
    width: 20%;
  }
  .p-block .p-mainList {
    width: 80%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .p-block .p-sideMenu {
    width: 100%;
  }
  .p-block .p-mainList {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .p-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-sideMenu {
  background-color: var(--mainColorLight);
  padding: 30px;
}
@media only screen and (max-width: 959px) {
  .p-sideMenu {
    padding: 15px;
    width: 100%;
  }
}

.p-sideMenuTitle {
  display: none;
}
@media only screen and (max-width: 959px) {
  .p-sideMenuTitle {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--mainColor);
    position: relative;
  }
  .p-sideMenuTitle::before, .p-sideMenuTitle::after {
    content: "";
    position: absolute;
    background-color: var(--mainColor);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 50%;
    right: 0;
    height: 2px;
    width: 15px;
  }
  .p-sideMenuTitle::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-sideMenuTitle::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
  .p-sideMenuTitle.is-show::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .p-sideMenuTitle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 959px) {
  .p-sideMenuBox {
    display: none;
    margin-top: 20px;
  }
}

.p-sideMenuInner {
  margin-bottom: 20px;
}
@media only screen and (max-width: 959px) {
  .p-sideMenuInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.p-cateDl + .p-cateDl {
  margin-top: 20px;
}
.p-cateDl dt {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.p-cateDl dd ul li {
  cursor: pointer;
  margin-block: 0.3em;
  padding-left: 1.5em;
  display: block;
  position: relative;
  line-height: 1.2;
}
.p-cateDl dd ul li::before, .p-cateDl dd ul li:after {
  content: "";
  position: absolute;
  left: 0;
}
.p-cateDl dd ul li::before {
  top: 1px;
  background-color: #fff;
  border: 1px solid var(--mainColor);
  height: 15px;
  width: 15px;
}
.p-cateDl dd ul li:after {
  border-left: 2px solid var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  top: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  left: 3px;
  height: 8px;
  width: 10px;
}
.p-cateDl dd ul li.choice::after {
  opacity: 1;
}
@media only screen and (max-width: 959px) {
  .p-cateDl + .p-cateDl {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-cateDl dt {
    font-size: 16px;
  }
}

.p-mainListInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .p-mainListInner {
    gap: 20px;
  }
}

.propertyBtn {
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  line-height: 1;
  letter-spacing: 0.1em;
  padding-block: 1em;
  padding-inline: 0.5em;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.propertyBtn:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.clearBtn {
  display: inline-block;
  text-align: center;
  color: var(--mainColor);
  border: 1px solid var(--mainColor);
  background-color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-block: 0.5em;
  padding-inline: 1.5em;
  border-radius: 50px;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.clearBtn:hover {
  background-color: var(--mainColor);
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .clearBtn {
    width: 75%;
  }
}

.p-detailTitle {
  text-align: center;
  font-size: 30px;
  font-family: var(--serif);
  margin-bottom: 0.6em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .p-detailTitle {
    font-size: 22px;
  }
}

.singleTaglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.singleTaglist li + li {
  border-left: 1px solid var(--fontColor);
  padding-left: 5px;
  margin-left: 5px;
}

.p-detailSlideItem {
  background-color: var(--mainColorLight);
  background-size: contain;
  padding-bottom: 44.7vw;
  margin-inline: 15px;
}
@media only screen and (max-width: 767px) {
  .p-detailSlideItem {
    margin-inline: 5px;
  }
}

.p-detailSlideThumb .slick-track {
  margin: 0 !important;
}

.p-detailSlideThumbItem {
  margin-inline: 10px;
}
.p-detailSlideThumbItem img {
  aspect-ratio: 1080/568;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #dee1e4;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .p-detailInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
  .p-detailInfo .p-detailInfoList {
    width: 40%;
  }
  .p-detailInfo .p-detailInfoMap {
    width: 60%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .p-detailInfo .p-detailInfoList {
    width: 60%;
  }
  .p-detailInfo .p-detailInfoMap {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-detailInfo .p-detailInfoList {
    margin-bottom: 5%;
  }
}

.p-detailInfoMapBox + .p-detailInfoMapBox {
  margin-top: 20px;
}
.p-detailInfoMapBox .p-detailInfoMapBoxTitle {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .p-detailInfoMapBox .p-detailInfoMapBoxTitle {
    font-size: 16px;
  }
}

.p-detailInfoTitle {
  color: var(--mainColor);
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  border-bottom: 1px solid #a8bed4;
  position: relative;
}
.p-detailInfoTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--mainColor);
  height: 2px;
  width: 5em;
}
@media only screen and (max-width: 767px) {
  .p-detailInfoTitle {
    font-size: 18px;
  }
}

.p-detailTable {
  width: 100%;
}
.p-detailTable th,
.p-detailTable td {
  border: 1px solid #dbdbdb;
  padding: 0.7em 1em;
}
.p-detailTable th {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 150px;
}
.p-detailTable td {
  width: calc(100% - 150px);
}

.p-detailInfoMapInner {
  border: 1px solid #dbdbdb;
  height: 300px;
  position: relative;
}
.p-detailInfoMapInner .p-detailInfoMapImg {
  height: 100%;
}
.p-detailInfoMapInner .p-detailInfoMapImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-detailInfoZoom {
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
}
.p-detailInfoZoom i {
  color: #fff;
  font-size: 20px;
}

.p-detailPrice {
  background-color: var(--mainColorLight);
}

.p-detailPriceTitle {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-inline: 1.1em;
  padding-block: 0.9em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-detailPriceTitle {
    font-size: 18px;
  }
}

.p-detailPriceInner {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .p-detailPriceInner {
    padding: 20px 15px;
  }
}

.p-detailPriceTag {
  background-color: var(--mainColor);
  color: #fff;
  padding-inline: 1.2em;
  padding-block: 0.4em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-detailPriceTag {
    font-size: 12px;
  }
}

.p-detailPriceTxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-detailPriceFoot .p-detailPriceTxtBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-detailPriceTx {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1;
}
.p-detailPriceTx.sSize {
  font-size: clamp(20px, 2.2vw, 28px);
}
.p-detailPriceTx.mSize {
  font-size: clamp(28px, 3vw, 38px);
}
.p-detailPriceTx.lSize {
  font-size: clamp(32px, 4.1vw, 52px);
}
.p-detailPriceTx span {
  font-size: 24px;
  margin-left: 0.1em;
}
.p-detailPriceTx small {
  font-size: 67%;
  margin-left: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-detailPriceTx span {
    font-size: 18px;
  }
}

.p-detailPriceHead {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p-detailPriceHead {
    margin-bottom: 10px;
  }
}

.p-detailPriceBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #a8bed4;
}
@media print, screen and (min-width: 768px) {
  .p-detailPriceBody {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .p-detailPriceBody {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-detailPriceBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.p-ingenuityMainSlideItem,
.p-ingenuitySubSlideItem {
  margin-inline: 10px;
}
.p-ingenuityMainSlideItem img,
.p-ingenuitySubSlideItem img {
  aspect-ratio: 1080/568;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #dee1e4;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-ingenuityMainSlideItem,
  .p-ingenuitySubSlideItem {
    margin-inline: 5px;
  }
}

.p-ingenuityMainSlideInner .slick-dots li button:before {
  color: #a8bed4;
  font-size: 9px;
}
.p-ingenuityMainSlideInner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--mainColor);
}

.p-ingenuitySubSlide .slick-next {
  right: 65px;
}
.p-ingenuitySubSlide .slick-prev {
  left: 65px;
}
@media only screen and (max-width: 767px) {
  .p-ingenuitySubSlide .slick-next {
    right: 35px;
  }
  .p-ingenuitySubSlide .slick-prev {
    left: 35px;
  }
}

.p-pointGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .p-pointGrid {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.p-pointCardImg {
  margin-bottom: 20px;
}
.p-pointCardImg img {
  aspect-ratio: 2/1.33;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-pointCardTitle {
  margin-bottom: 0.4em;
}

.p-pointCardNum {
  font-size: 52px;
  color: var(--mainColor);
  font-family: var(--serif);
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .p-pointCardNum {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pointCardNum {
    font-size: 34px;
  }
}

.p-pointCardTitleTx {
  font-size: 24px;
  color: var(--mainColor);
  font-family: var(--serif);
  letter-spacing: 0.08em;
  margin-left: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-pointCardTitleTx {
    font-size: 20px;
  }
}

.p-recoBlock {
  padding-inline: 50px;
}
@media only screen and (max-width: 767px) {
  .p-recoBlock {
    padding-inline: 15px;
  }
}

.p-specHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-specHead .p-specBox {
    width: 60%;
  }
  .p-specHead .p-specMao {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .p-specHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-specTirle {
  text-align: center;
  font-size: 32px;
  color: var(--mainColor);
  font-family: var(--serif);
  border-bottom: 2px solid var(--mainColor);
  letter-spacing: 0.08em;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .p-specTirle {
    font-size: 24px;
  }
}

.p-specBoxTitle {
  color: var(--mainColor);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-left: 8px solid var(--mainColor);
  line-height: 1.4;
  padding-left: 0.6em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .p-specBoxTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-specBoxTitle {
    font-size: 18px;
    border-left-width: 5px;
  }
}

.p-specBoxTable {
  width: 100%;
}
.p-specBoxTable th,
.p-specBoxTable td {
  border: 1px solid #dbdbdb;
  padding: 0.7em 1em;
  line-height: 1.2;
}
.p-specBoxTable th {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 500;
  width: 180px;
}
.p-specBoxTable td {
  width: calc(100% - 180px);
}
@media only screen and (max-width: 767px) {
  .p-specBoxTable th {
    width: 150px;
  }
  .p-specBoxTable td {
    width: calc(100% - 150px);
  }
}

.p-specMapIn .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 72%;
}
.p-specMapIn .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-modelBlockBg {
  padding-block: 180px;
  padding-inline: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .p-modelBlockBg {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-modelBlockBg {
    padding-block: 150px;
  }
}

.p-modelBlockTxtBox {
  margin-top: -3em;
}

.p-modelBlockImg {
  position: absolute;
  z-index: -1;
}
.p-modelBlockImg.left {
  bottom: -250px;
  left: -160px;
  width: clamp(190px, 41.4vw, 530px);
}
.p-modelBlockImg.right {
  bottom: -100px;
  right: -115px;
  width: clamp(145px, 35.2vw, 450px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .p-modelBlockImg.left {
    bottom: -170px;
    left: -155px;
  }
  .p-modelBlockImg.right {
    bottom: -10px;
    right: -85px;
  }
}
@media only screen and (max-width: 767px) {
  .p-modelBlockImg.left {
    bottom: -180px;
    left: -50px;
  }
  .p-modelBlockImg.right {
    bottom: auto;
    top: -140px;
    right: -50px;
  }
}

/*==================================================
 * 施工事例
*================================================*/
.w-listGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
@media only screen and (max-width: 767px) {
  .w-listGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.w-cateBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  z-index: 3;
}

.w-cateBox {
  position: relative;
  width: calc(33.3333333333% - 5px);
}
@media only screen and (max-width: 767px) {
  .w-cateBox {
    width: 100%;
  }
}

.w-cateBoxTitle {
  cursor: pointer;
  border: 5px solid transparent;
  background-color: var(--mainColorLight);
  padding-inline: 1em;
  padding-block: 1.2em;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
.w-cateBoxTitle::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--fontColor);
  border-right: 2px solid var(--fontColor);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 15px;
  height: 12px;
  width: 12px;
}
.w-cateBoxTitle.active {
  border-color: var(--mainColor);
  color: var(--mainColor);
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .w-cateBoxTitle {
    font-size: 16px;
    padding-block: 0.8em;
  }
}

.w-cateBoxInner {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  position: absolute;
  top: 4.5em;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.w-cateBox:hover .w-cateBoxInner {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.w-cateBoxInner li a {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  padding-block: 0.7em;
  padding-inline: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.w-cateBoxInner li a:hover {
  background-color: var(--mainColorLight);
}
@media only screen and (max-width: 767px) {
  .w-cateBoxInner {
    top: 4em;
    position: static;
  }
  .w-cateBoxInner li a {
    font-size: 14px;
  }
}

.w-head,
.w-thumb {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .w-head,
  .w-thumb {
    margin-bottom: 20px;
  }
}

.w-detailTitle {
  font-family: var(--serif);
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.2em;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .w-detailTitle {
    font-size: 24px;
  }
}

.w-detailInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .w-detailInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

.w-detailTag {
  background-color: var(--mainColor);
  color: #fff;
  padding-inline: 1.4em;
  padding-block: 0.5em;
  text-align: center;
  display: inline-block;
}

.w-detailCateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.w-detailCateList li {
  font-size: 14px;
  padding-inline: 0.5em;
}
.w-detailCateList li + li {
  border-left: 1px solid var(--fontColor);
}

.w-kywordBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.w-kywordBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.w-kywordBox ul li {
  display: inline-block;
  background-color: var(--mainColorLight);
  padding-block: 0.2em;
  padding-inline: 1em;
  border-radius: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .w-kywordBox ul {
    gap: 7px;
  }
  .w-kywordBox ul li {
    font-size: 13px;
  }
}

.w-detailPriceTitle {
  background-color: var(--mainColorLight);
  border-left: 7px solid var(--mainColor);
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.2;
  padding-left: 0.7em;
  padding-block: 0.5em;
}
@media only screen and (max-width: 767px) {
  .w-detailPriceTitle {
    font-size: 20px;
  }
}

.w-priceBox {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  gap: 30px;
}
.w-priceBox + .w-priceBox {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .w-priceBox {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .w-priceBox + .w-priceBox {
    margin-top: 30px;
  }
}

.w-priceBoxTitle {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.w-priceBoxTable table {
  width: 100%;
}
.w-priceBoxTable th,
.w-priceBoxTable td {
  border: 1px solid #dbdbdb;
  padding: 0.7em 1em;
}
.w-priceBoxTable th {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  width: 180px;
}
.w-priceBoxTable td {
  text-align: right;
  width: calc(100% - 180px);
}
.w-priceBoxTable tr.end th {
  color: #fff;
  background-color: #424242;
}
.w-priceBoxTable tr.end td {
  background-color: var(--mainColorLight);
  font-size: 20px;
  font-weight: 600;
  line-height: 0.8;
}
@media only screen and (max-width: 767px) {
  .w-priceBoxTable th {
    width: 150px;
  }
  .w-priceBoxTable td {
    width: calc(100% - 150px);
  }
  .w-priceBoxTable tr.end td {
    font-size: 18px;
  }
}

/*==================================================
 * お客様の声
*================================================*/
.v-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 40px;
}
@media only screen and (max-width: 767px) {
  .v-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.v-detailMain {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media print, screen and (min-width: 768px) {
  .v-detailMain {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
  .v-detailMain .v-detailImgBox {
    width: 65%;
  }
  .v-detailMain .v-detailTxtBox {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .v-detailMain {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.v-detailBg {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .v-detailBg {
    padding-bottom: 50px;
  }
}

.v-detailImg {
  margin-top: -120px;
  margin-left: -60px;
  width: calc(100% + 60px);
}
@media only screen and (max-width: 767px) {
  .v-detailImg {
    margin-top: -40px;
    margin-left: -15px;
    width: calc(100% + 15px);
  }
}

.v-detailBrand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.v-detailBrand .v-detailBrandNameEn {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 48px;
  line-height: 1.2;
}
.v-detailBrand .v-detailBrandNameJp {
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .v-detailBrand .v-detailBrandNameEn {
    font-size: 35px;
  }
}

.v-detailMainInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.v-detailTag {
  color: #fff;
  background-color: var(--mainColor);
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.5em;
  line-height: 1;
}

.v-detailTitle {
  font-weight: 600;
  letter-spacing: 0.08em;
}

.v-detailHeadTitle {
  font-size: 33px;
  letter-spacing: 0.1em;
  font-family: var(--serif);
  line-height: 1.4;
  margin-block: 0.3em;
}
@media only screen and (max-width: 959px) {
  .v-detailHeadTitle {
    font-size: 26px;
  }
}

.v-detailSubInfo li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
  margin-block: 0.4em;
}

.v-detailSubInfoIcon {
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.8em;
  width: 1.8em;
}

.v-inBlock {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 30px;
}
@media print, screen and (min-width: 768px) {
  .v-inBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .v-inBlock .v-inBlockImgBox {
    padding-right: 3%;
    width: 15%;
  }
  .v-inBlock .v-inBlockTxtBox {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .v-inBlock {
    padding: 15px;
  }
  .v-inBlock .v-inBlockImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 40%;
  }
}

.v-inBlockImg {
  border-radius: 50%;
  overflow: hidden;
}

.v-inBlockSubTitle {
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.v-inBlockSubTitle span {
  font-size: 40px;
  font-family: var(--serif);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .v-inBlockSubTitle span {
    font-size: 27px;
  }
}

.v-inBlockTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.6em;
}

.v-pointCardTitleTx {
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .v-pointCardTitleTx {
    font-size: 22px;
  }
}

.v-serviceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .v-serviceGrid {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.v-serviceCard {
  position: relative;
}

.v-serviceCardTitleEn {
  color: #fff;
  position: absolute;
  top: 0;
  left: -2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--fontEn);
  font-size: 12px;
  line-height: 1;
}
.v-serviceCardTitleEn span {
  position: relative;
}
.v-serviceCardTitleEn span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  height: 10em;
  width: 2px;
}

.v-serviceinner {
  background-color: var(--mainColor);
}

.v-serviceImgBox {
  overflow: hidden;
}
.v-serviceImgBox .v-serviceImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.v-serviceCard:hover .v-serviceImgBox .v-serviceImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.v-serviceTxtBox {
  padding: 20px;
}

.v-serviceTitle {
  text-align: center;
  color: #fff;
  font-family: var(--serif);
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 959px) {
  .v-serviceTitle {
    font-size: 26px;
  }
}

.v-servicetxt {
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 20px;
}

/*==================================================
 * スタッフ紹介
*================================================*/
.s-listGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .s-listGrid {
    grid-template-columns: 0.9fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*==================================================
 * お問い合わせ（無料相談）
*================================================*/
.contactPattern {
  background-color: var(--mainColorLight);
}
.contactPattern dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactPattern dt {
  color: #fff;
  text-align: center;
  background-color: var(--mainColor);
  line-height: 1;
  padding-block: 2em;
  padding-inline: 0.5em;
  width: 250px;
}
.contactPattern dd {
  padding-block: 0.5em;
  padding-inline: 30px;
  width: calc(100% - 250px);
}
.contactPattern dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactPattern dt {
    width: 200px;
  }
  .contactPattern dd {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  .contactPattern dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactPattern dt,
  .contactPattern dd {
    width: 100%;
  }
  .contactPattern dt {
    font-size: 16px;
    padding-block: 1em;
  }
  .contactPattern dd {
    padding-block: 0.9em;
    padding-inline: 10px;
  }
  .contactPattern dd ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 10px;
  }
}

.contactPatternBtn {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid var(--mainColor);
  background-color: #fff;
  font-weight: 600;
  line-height: 1;
  padding-inline: 1.5em;
  padding-block: 0.7em;
}
.contactPatternBtn.active {
  color: #fff;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .contactPatternBtn {
    font-size: 14px;
    padding-inline: 1em;
  }
}

/*==================================================
 * 来場予約
*================================================*/
.v-reco {
  position: relative;
  background-color: var(--mainColorLight);
  padding-block: 60px 40px;
  padding-inline: 20px;
  width: 100%;
  padding-inline: 60px;
}
.v-reco .so-findRecoList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}
.v-reco .so-findRecoitem {
  margin-block: 0.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .v-reco {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .v-reco {
    padding-inline: 15px;
  }
  .v-reco .so-findRecoList {
    grid-template-columns: 1fr;
  }
}

.v-pointIn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .v-pointIn {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}

.v-pointInCard {
  display: grid;
  grid-template-columns: 15px auto;
  gap: 5px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .v-pointInCard:nth-child(2) {
    margin-top: 60px;
  }
  .v-pointInCard:nth-child(3) {
    margin-top: 120px;
  }
}

.v-pointInCardSubTitle {
  color: var(--mainColor);
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--fontEn);
  line-height: 1;
}
.v-pointInCardSubTitle span {
  position: relative;
}
.v-pointInCardSubTitle span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--mainColor);
  height: 10em;
  width: 2px;
}
@media only screen and (max-width: 767px) {
  .v-pointInCardSubTitle {
    font-size: 12px;
  }
}

.v-pointInCardImg {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .v-pointInCardImg {
    margin-bottom: 10px;
  }
}

.v-pointInCardTxt {
  letter-spacing: 0.13em;
}

.v-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .v-links {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .v-links {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.v-linksItemImgBox {
  overflow: hidden;
}
.v-linksItemImgBox .v-linksItemImg {
  padding-block: 29%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.v-linksItemLink:hover .v-linksItemImgBox .v-linksItemImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.v-linksItemTxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  background-color: var(--mainColor);
  padding-block: 30px;
  padding-inline: 20px;
}
.v-linksItemTxtBox .v-linksItemTx {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
.v-linksItemTxtBox .circleArw {
  background-color: #fff;
}
.v-linksItemTxtBox .circleArw:before {
  color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .v-linksItemTxtBox {
    gap: 10px;
    padding-block: 15px;
  }
  .v-linksItemTxtBox .v-linksItemTx {
    font-size: 18px;
  }
  .v-linksItemTxtBox .circleArw {
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .v-linksItemTxtBox {
    gap: 20px;
    padding-block: 20px;
  }
  .v-linksItemTxtBox .v-linksItemTx {
    font-size: 16px;
  }
  .v-linksItemTxtBox .circleArw {
    height: 20px;
    width: 20px;
  }
}

/*==================================================
 * 資料請求
*================================================*/
.requestItem {
  background-color: var(--mainColorLight);
  padding-block: 20px;
}
.requestItem + .requestItem {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .requestItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 20px 40px;
    gap: 30px;
  }
  .requestItem:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-inline: 40px 20px;
  }
  .requestItem .requestItemImgBox {
    width: 40%;
  }
  .requestItem .requestItemTxtBox {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .requestItem {
    padding-inline: 15px;
  }
  .requestItem + .requestItem {
    margin-top: 20px;
  }
  .requestItem .requestItemImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 70%;
  }
  .requestItem .requestItemTxtBox {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .requestItemImg {
    margin-top: -50px;
  }
}

.requestItemTitle {
  color: var(--mainColor);
  font-family: var(--serif);
  border-bottom: 1px solid #a8bed4;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.requestItemTitle::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 10em;
}
.requestItemTitle .requestItemNum {
  font-size: 52px;
  line-height: 1;
}
.requestItemTitle .requestItemTitleTx {
  font-size: 29px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .requestItemTitle {
    gap: 10px;
  }
  .requestItemTitle .requestItemNum {
    font-size: 26px;
  }
  .requestItemTitle .requestItemTitleTx {
    font-size: 20px;
  }
}

.requestItemInnerTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.6em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .requestItemInnerTitle {
    font-size: 18px;
  }
}

/*==================================================
 * LINE相談
*================================================*/
.l-mainBlockinner {
  background-color: #e4fce9;
  padding-block: 50px;
  padding-inline: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .l-mainBlockinner {
    padding-block: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .l-mainBlockinner {
    padding-block: 25px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
  }
}

.l-example {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .l-example {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .l-example {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.l-exampleCard {
  background-color: var(--mainColorLight);
}

.l-exampleCardTxtBox {
  text-align: center;
  padding-block: 20px;
  padding-inline: 30px;
}
.l-exampleCardTxtBox p {
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .l-exampleCardTxtBox {
    padding-inline: 15px;
    padding-block: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .l-exampleCardTxtBox {
    padding-block: 10px;
    padding-inline: 10px;
  }
}

.l-talk {
  display: grid;
  grid-template-columns: repeat(2, 240px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .l-talk {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/*==================================================
 * 家づくりシミュレーション
*================================================*/
@media print, screen and (min-width: 768px) {
  .simu-mainBlock {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .simu-mainBlock .simu-mainTxtBox {
    width: 55%;
  }
  .simu-mainBlock .simu-mainImgBox {
    padding-left: 8%;
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .simu-mainBlock .simu-mainTxtBox {
    margin-bottom: 8%;
  }
  .simu-mainBlock .simu-mainImgBox {
    margin-inline: auto;
    width: 65%;
  }
}

.simu-mainTxtBoxTitle {
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: clamp(52px, 6.5vw, 82px);
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
}

@-webkit-keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.simu-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -120px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .simu-slide {
    margin-top: -60px;
  }
}

.simu-slideWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: horizontal-animation 30s linear infinite;
          animation: horizontal-animation 30s linear infinite;
}

.simu-slideItem {
  margin-right: 15px;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .simu-slideItem {
    width: 150px;
  }
}

.simu-flowItem {
  background-color: var(--mainColorLight);
  padding-inline: 30px;
  padding-block: 50px 30px;
  position: relative;
}
.simu-flowItem + .simu-flowItem {
  margin-top: 120px;
}
@media print, screen and (min-width: 768px) {
  .simu-flowItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .simu-flowItem .simu-flowItemImgBox {
    width: 40%;
  }
  .simu-flowItem .simu-flowItemtxtBox {
    padding-left: 5%;
    width: 60%;
  }
  .simu-flowItem:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .simu-flowItem:nth-child(2n) .simu-flowItemtxtBox {
    padding-inline: 0 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .simu-flowItem + .simu-flowItem {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .simu-flowItem {
    padding-block: 20px;
    padding-inline: 15px;
  }
  .simu-flowItem + .simu-flowItem {
    margin-top: 30px;
  }
  .simu-flowItem .simu-flowItemImgBox {
    margin-bottom: 5%;
  }
}

.simu-flowItemNum {
  position: absolute;
  top: -0.6em;
  right: 30px;
  font-size: clamp(60px, 9.4vw, 120px);
  line-height: 1;
  font-family: var(--serif);
  color: var(--mainColor);
  opacity: 0.4;
}
.simu-flowItem:nth-child(2n) .simu-flowItemNum {
  left: 30px;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .simu-flowItemNum {
    top: -0.4em;
    right: 5px;
  }
  .simu-flowItem:nth-child(2n) .simu-flowItemNum {
    left: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .simu-flowItemImg {
    margin-top: -120px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
  }
}

.simu-flowItemTitle {
  border-bottom: 1px dashed var(--mainColor);
  padding-bottom: 0.2em;
  margin-bottom: 1.1em;
}
.simu-flowItemTitleEn {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 28px;
  display: inline-block;
  line-height: 1.4;
}
.simu-flowItemTitleJp {
  color: var(--mainColor);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.4;
}
.simu-flowItemTitleJp small {
  font-size: 72%;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .simu-flowItemTitleEn {
    font-size: 20px;
  }
  .simu-flowItemTitleJp {
    font-size: 23px;
  }
  .simu-flowItemTitleJp small {
    font-size: 72%;
  }
}

/*==================================================
 * プライバシーポリシー
*================================================*/
.pp-title {
  border-bottom: 1px solid #a8bed4;
  font-size: 20px;
  font-family: var(--serif);
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  position: relative;
}
.pp-title::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 7em;
}
@media only screen and (max-width: 767px) {
  .pp-title {
    padding-bottom: 0.4em;
  }
}

/*==================================================
 * カレンダー
*================================================*/
.calendarCnt {
  -webkit-box-shadow: 0 1px 2px rgba(0, 14, 51, 0.25);
          box-shadow: 0 1px 2px rgba(0, 14, 51, 0.25);
  border-radius: 16px;
  background-color: var(--mainColorLight);
  padding: 30px;
  position: relative;
  width: 100%;
}
.calendarCnt .calendarPrev,
.calendarCnt .calendarNext {
  position: absolute;
  background-color: #fff;
  top: 30px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  z-index: 2;
}
.calendarCnt .calendarPrev::before,
.calendarCnt .calendarNext::before {
  color: var(--mainColor);
  font-size: 20px;
}
.calendarCnt .calendarPrev {
  left: 30px;
}
.calendarCnt .calendarPrev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.calendarCnt .calendarNext {
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .calendarCnt {
    padding: 20px 10px;
  }
  .calendarCnt .calendarPrev,
  .calendarCnt .calendarNext {
    top: 10px;
    height: 30px;
    width: 30px;
  }
  .calendarCnt .calendarPrev {
    left: 10px;
  }
  .calendarCnt .calendarNext {
    right: 10px;
  }
}

.calendarCntInner {
  overflow: hidden;
}

.calendarBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.calendarBlockInner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.calendarTitle {
  color: var(--mainColor);
  font-family: var(--serif);
  text-align: center;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .calendarTitle {
    font-size: 22px;
  }
}

.calendarWeekdays,
.calendarDates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendarWeekdays div,
.calendarDates div {
  cursor: pointer;
  text-align: center;
  padding-block: 0.6em;
  font-family: var(--serif);
  font-size: 20px;
  margin: 2px;
}
@media only screen and (max-width: 767px) {
  .calendarWeekdays div,
  .calendarDates div {
    font-size: 16px;
  }
}

.calendarDates {
  /* 日付セル内の記号 */
}
.calendarDates div {
  background-color: #fff;
  border-radius: 4px;
}
.calendarDates .empty {
  background: var(--mainColorLight);
}
.calendarDates .disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #e3e3e3;
  cursor: default;
}
.calendarDates .active {
  background-color: var(--mainColor);
  color: #fff;
}
.calendarDates .status {
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.calendarDates .status.status-open {
  color: #c93f30;
}
.calendarDates .status.status-phone {
  color: #ffa929;
}
.calendarDates .status.status-full {
  color: var(--fontColor);
  pointer-events: none;
}
.calendarDates .status.status-half {
  color: #3ea59d;
}

.calendarList {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.calendarList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  list-style-type: none;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
  position: static !important;
  padding-left: 0 !important;
}
.calendarList li::before {
  content: none !important;
}
.calendarList li i {
  font-size: 0.8em;
}
.calendarList li:nth-child(1) i {
  color: #c93f30;
}
.calendarList li:nth-child(2) i {
  color: #3ea59d;
}
.calendarList li:nth-child(3) i {
  color: var(--fontColor);
  pointer-events: none;
}
.calendarList li:nth-child(4) i {
  color: #ffa929;
}
@media only screen and (max-width: 767px) {
  .calendarList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .calendarList li {
    width: calc(50% - 10px);
  }
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}