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

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


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

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
:root {
  --mainColor: #050505;
  --subColor: #B2A69C;
  --grayColor: #D9D9D9;
  --fontColor: #050505;
  --bgDark: #050505;
  --bgDark2: #5A5A5A;
  --bgLight: #F2F2F1;
  --bgLight2: #FFFDF7;
  --brown: #B2A69C;
  --charcoalGray: #5A5A5A;
  --paleGray: #B9B9B9;
  --warmWhite: #FFFDF7;
}

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

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

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

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

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

.bgGrayColor {
  background-color: var(--grayColor);
}

.bgDark {
  background-color: var(--bgDark);
}

.bgDark2 {
  background-color: var(--bgDark2);
}

.bgLight2 {
  background-color: var(--bgLight2);
}

/*フォント系*/
:root {
  --fontJp: "Zen Kaku Gothic New", sans-serif;
}

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

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: 16px;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  line-height: 1.7;
}

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

.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_m2 {
  line-height: 1.25;
}
.lh_m2 * {
  line-height: 1.25;
}

.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;
}

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

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

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

.black {
  font-weight: 900;
}

.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: 6.25rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 2.625rem;
  }
}

.fsL15 {
  font-size: 4.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL15 {
    font-size: 3.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsL15 {
    font-size: 2.625rem;
  }
}

.fsL2 {
  font-size: 4rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL2 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 2.25rem;
  }
}

.fsL3 {
  font-size: 3.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL3 {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 2.25rem;
  }
}

.fsL35 {
  font-size: 3rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL35 {
    font-size: 2.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsL35 {
    font-size: 2rem;
  }
}

.fsL4 {
  font-size: 2.625rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsL4 {
    font-size: 1.5rem;
  }
}

.fsL5 {
  font-size: 2.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL5 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsL5 {
    font-size: 1.375rem;
  }
}

.fsM {
  font-size: 2.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 1.3125rem;
  }
}

.fsM15 {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM15 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsM15 {
    font-size: 1.3125rem;
  }
}

.fsM2 {
  font-size: 1.75rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 1.25rem;
  }
}

.fsM3 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 1.375rem;
  }
}

.fsM35 {
  font-size: 1.3125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM35 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsM35 {
    font-size: 1rem;
  }
}

.fsM38 {
  font-size: 1.25rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM38 {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsM38 {
    font-size: 1rem;
  }
}

.fsM4 {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM4 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 0.875rem;
  }
}

.fsM5 {
  font-size: 1rem;
}

.fsS {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 0.875rem;
  }
}

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

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

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

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

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

.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;
  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: inline-flex;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

.overHidden {
  overflow: hidden;
}

.tra,
.tra:hover {
  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;
  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;
  }
}
.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%;
  }
  .mbSp0 {
    margin-bottom: 0;
  }
}
.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) {
  .pbSp0 {
    padding-bottom: 0;
  }
  .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%;
  }
}
/*flex・グリッド系*/
.flex {
  display: flex;
}

.justCenter {
  justify-content: center;
}

.justEnd {
  justify-content: flex-end;
}

.justBetween {
  justify-content: space-between;
}

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

.alignCenter {
  align-items: center;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.flexReverse {
  flex-flow: row-reverse;
}

.flexWrap {
  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 {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    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%;
  }
}
.grid {
  display: grid;
}

.grid-colum-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

.grid-colum-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 767px) {
  .grid-colum-1s-sp {
    grid-template-columns: 0.85fr;
    justify-content: center;
  }
  .grid-colum-1-sp {
    grid-template-columns: 1fr;
  }
  .grid-colum-2-sp {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-colum-3-sp {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-colum-4-sp {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-x-10 {
  column-gap: 10px;
}

.gap-y-10 {
  row-gap: 10px;
}

@media only screen and (max-width: 959px) {
  .gap-10 {
    gap: 5px;
  }
  .gap-x-10 {
    column-gap: 5px;
  }
  .gap-y-10 {
    row-gap: 5px;
  }
}
.gap-5 {
  gap: 5px;
}

.gap-20 {
  gap: 20px;
}

.gap-x-20 {
  column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

@media only screen and (max-width: 959px) {
  .gap-20 {
    gap: 10px;
  }
  .gap-x-20 {
    column-gap: 10px;
  }
  .gap-y-20 {
    row-gap: 10px;
  }
}
.gap-5 {
  gap: 5px;
}

.gap-30 {
  gap: 30px;
}

.gap-x-30 {
  column-gap: 30px;
}

.gap-y-30 {
  row-gap: 30px;
}

@media only screen and (max-width: 959px) {
  .gap-30 {
    gap: 15px;
  }
  .gap-x-30 {
    column-gap: 15px;
  }
  .gap-y-30 {
    row-gap: 15px;
  }
}
.gap-5 {
  gap: 5px;
}

.gap-40 {
  gap: 40px;
}

.gap-x-40 {
  column-gap: 40px;
}

.gap-y-40 {
  row-gap: 40px;
}

@media only screen and (max-width: 959px) {
  .gap-40 {
    gap: 20px;
  }
  .gap-x-40 {
    column-gap: 20px;
  }
  .gap-y-40 {
    row-gap: 20px;
  }
}
.gap-5 {
  gap: 5px;
}

.gap-50 {
  gap: 50px;
}

.gap-x-50 {
  column-gap: 50px;
}

.gap-y-50 {
  row-gap: 50px;
}

@media only screen and (max-width: 959px) {
  .gap-50 {
    gap: 25px;
  }
  .gap-x-50 {
    column-gap: 25px;
  }
  .gap-y-50 {
    row-gap: 25px;
  }
}
.gap-5 {
  gap: 5px;
}

.gap-60 {
  gap: 60px;
}

.gap-x-60 {
  column-gap: 60px;
}

.gap-y-60 {
  row-gap: 60px;
}

@media only screen and (max-width: 959px) {
  .gap-60 {
    gap: 30px;
  }
  .gap-x-60 {
    column-gap: 30px;
  }
  .gap-y-60 {
    row-gap: 30px;
  }
}
.gap-5 {
  gap: 5px;
}

.gap-70 {
  gap: 70px;
}

.gap-x-70 {
  column-gap: 70px;
}

.gap-y-70 {
  row-gap: 70px;
}

@media only screen and (max-width: 959px) {
  .gap-70 {
    gap: 35px;
  }
  .gap-x-70 {
    column-gap: 35px;
  }
  .gap-y-70 {
    row-gap: 35px;
  }
}
.gap-5 {
  gap: 5px;
}

.gap-80 {
  gap: 80px;
}

.gap-x-80 {
  column-gap: 80px;
}

.gap-y-80 {
  row-gap: 80px;
}

@media only screen and (max-width: 959px) {
  .gap-80 {
    gap: 40px;
  }
  .gap-x-80 {
    column-gap: 40px;
  }
  .gap-y-80 {
    row-gap: 40px;
  }
}
.gap-5 {
  gap: 5px;
}

.gap-90 {
  gap: 90px;
}

.gap-x-90 {
  column-gap: 90px;
}

.gap-y-90 {
  row-gap: 90px;
}

@media only screen and (max-width: 959px) {
  .gap-90 {
    gap: 45px;
  }
  .gap-x-90 {
    column-gap: 45px;
  }
  .gap-y-90 {
    row-gap: 45px;
  }
}
.gap-5 {
  gap: 5px;
}

.gap-100 {
  gap: 100px;
}

.gap-x-100 {
  column-gap: 100px;
}

.gap-y-100 {
  row-gap: 100px;
}

@media only screen and (max-width: 959px) {
  .gap-100 {
    gap: 50px;
  }
  .gap-x-100 {
    column-gap: 50px;
  }
  .gap-y-100 {
    row-gap: 50px;
  }
}
/*横幅*/
@media only screen and (max-width: 767px) {
  .spPadding {
    padding-inline: 15px;
  }
}

.w100 {
  width: 100%;
}

:root {
  --cnt: 1280px;
  --interval: 60px;
}

.cnt {
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .cnt {
    padding-inline: 30px;
  }
  .cnt.--plSpNone {
    padding-inline: 0;
  }
}

.cntS {
  max-width: 600px;
  margin-inline: auto;
}

.cntM2 {
  max-width: 900px;
  margin-inline: auto;
}

.cntM {
  max-width: 1140px;
  margin-inline: auto;
}

.cntL {
  max-width: 1260px;
  margin-inline: auto;
}

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

.cntXl {
  max-width: 1366px;
  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(80px, 10vw, 120px);
  --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%;
  transition: all 0.5s ease-out;
  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 {
  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 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .shadowS {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

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

.shadowL {
  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 {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

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

/*マウスストーカー*/
.pageHeader {
  padding-top: calc(clamp(36px, 6vw, 72px) + var(--hh, 98px));
  padding-bottom: 14px;
  padding-inline: 15px;
}
@media only screen and (max-width: 767px) {
  .pageHeader {
    padding-bottom: 14px;
  }
}

.pageHeaderInner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pageHeaderTitleBox {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pageHeaderTitleJp {
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleJp {
    font-size: 1.75rem;
  }
}

.pageHeaderTitleEn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleEn {
    font-size: 1rem;
  }
}

.pageHeaderBread {
  display: flex;
  justify-content: flex-end;
}
.pageHeaderBread span {
  font-size: 0.75rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageHeaderBread span {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderBread span {
    font-size: 0.6875rem;
  }
}
.pageHeaderBread span {
  font-family: var(--fontJp);
  display: inline-flex;
  align-items: center;
}
.pageHeaderBread a {
  text-decoration: underline;
  color: inherit;
}
.pageHeaderBread a:hover {
  opacity: 0.7;
}
.pageHeaderBread .bcn-sep {
  display: inline-flex;
  align-items: center;
  margin-inline: 8px;
}
.pageHeaderBread .bcn-sep::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--paleGray);
}
.pageHeaderBread .bcn-sep:last-child {
  display: none;
}

/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
.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;
}

/*ハンバーガーメニュー → _style.scss に移設済み*/
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*==================================================
 * トップページ
 *================================================*/
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.breadcrumbs {
  margin-block: 10px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-block: 3px;
  }
}

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

/*パンくず終わり*/
/*新着情報------------------------------------*/
.topicsItemBox > div {
  gap: 5px 10px;
}

.topicsItemImgBox {
  overflow: hidden;
  border-radius: 0.5em;
}
.topicsItemImgBox img {
  aspect-ratio: 2/1.32;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.topicsCard:hover .topicsItemImgBox img {
  transform: scale(1.1);
}

.topTopicsItemTitle {
  transition: 0.3s;
}
.topicsCard:hover .topTopicsItemTitle {
  color: var(--subColor);
}

.otherNewsBlockTitle {
  background-color: var(--subColor);
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 0.3em 1.2em;
  letter-spacing: 0.08em;
}

/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-inline: auto;
}
.cform tr {
  margin-bottom: 2em;
  display: flex;
  align-items: center;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  text-align: left;
}
.cform tr th {
  margin-bottom: 0.5em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 15px;
  width: 230px;
}
.cform tr td {
  width: calc(100% - 230px);
}
.cform tr td + td {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    display: block;
  }
  .cform tr th {
    justify-content: flex-start;
    width: 100%;
  }
  .cform tr td {
    width: 100%;
  }
}
.cform label {
  cursor: pointer;
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform select {
  cursor: pointer;
}
.cform option,
.cform textarea,
.cform select,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=tel],
.cform input[type=url] {
  background-color: #f9f9f9;
  width: 100%;
  border: none;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  border-radius: 0;
}
.cform option::-webkit-input-placeholder,
.cform textarea::-webkit-input-placeholder,
.cform select::-webkit-input-placeholder,
.cform input[type=text]::-webkit-input-placeholder,
.cform input[type=email]::-webkit-input-placeholder,
.cform input[type=search]::-webkit-input-placeholder,
.cform input[type=tel]::-webkit-input-placeholder,
.cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform select::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=tel]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder,
.cform textarea:-ms-input-placeholder,
.cform select:-ms-input-placeholder,
.cform input[type=text]:-ms-input-placeholder,
.cform input[type=email]:-ms-input-placeholder,
.cform input[type=search]:-ms-input-placeholder,
.cform input[type=tel]:-ms-input-placeholder,
.cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder,
.cform textarea::-ms-input-placeholder,
.cform select::-ms-input-placeholder,
.cform input[type=text]::-ms-input-placeholder,
.cform input[type=email]::-ms-input-placeholder,
.cform input[type=search]::-ms-input-placeholder,
.cform input[type=tel]::-ms-input-placeholder,
.cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform select::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=tel]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform .zip {
  max-width: 200px;
}
.cform .title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cform input[type=radio] {
  display: none;
}
.cform input[type=radio] + span {
  padding-left: 2em;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.cform input[type=radio] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: -1px;
  left: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.cform input[type=radio] + span::after {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  top: 45%;
  left: 4px;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .cform input[type=radio] + span::after {
    top: 47%;
  }
}
.cform input[type=radio]:checked + span::after {
  display: block;
}
.cform input[type=checkbox] {
  display: none;
}
.cform input[type=checkbox] + span {
  cursor: pointer;
  padding-left: 1.7em;
  position: relative;
}
.cform input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
}
.cform input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  border-left: 2px solid var(--subColor);
  border-bottom: 2px solid var(--subColor);
  top: 2px;
  left: 2px;
  transform: rotate(-45deg);
  height: 8px;
  width: 14px;
  display: none;
}
.cform input[type=checkbox]:checked + span::after {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
  .cform .title {
    font-size: 14px;
  }
}

.contactFormPrivacyAlertBox {
  background-color: #f9f9f9;
  padding: 5%;
}

.mwform-checkbox-field {
  cursor: pointer;
  margin-bottom: 1%;
  display: inline-block;
}
.mwform-checkbox-field input {
  cursor: pointer;
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .mwform-checkbox-field {
    margin-bottom: 3%;
  }
}

.mwform-radio-field {
  cursor: pointer;
  margin-bottom: 0.5%;
  display: inline-block;
}
.mwform-radio-field input {
  cursor: pointer;
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.mw_wp_form_confirm .hopeBlock div {
  width: 200px;
}
.mw_wp_form_confirm .hopeBlock div + div {
  width: calc(100% - 200px);
}

.required-srt {
  background-color: #ff5b5b;
  color: #fff;
  font-size: 14px;
  font-family: var(--fontJp);
  margin-left: 1em;
  padding: 0.1em 0.8em;
}
@media only screen and (max-width: 767px) {
  .required-srt {
    font-size: 12px;
    padding: 0.2em 1em;
  }
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

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

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

.contactAlertTitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1.5em;
}

.submit-btn {
  text-align: center;
  margin-top: 4%;
}
.submit-btn input {
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  border-radius: 70px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: var(--fontJp);
  font-size: 16px;
  transition: 0.3s;
  padding-block: 1.2em;
  position: relative;
  margin-inline: auto;
  letter-spacing: 0.15em;
  text-align: center;
  width: 300px;
}
.submit-btn input:hover {
  background-color: #fff;
  color: var(--mainColor);
}
.submit-btn input[name=submitBack] {
  background-color: #838383;
  border-color: #838383;
  width: 250px;
}
.submit-btn input[name=submitBack]:hover {
  background-color: #fff;
  color: var(--fontColor);
}

.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;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--mainColor);
}
.entry blockquote {
  padding: 2em 4em;
  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: 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;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.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: 20px;
    padding: 0.6em 1.2em;
  }
}
.entry h2 {
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
  padding: 0.6em 1em 0.6em 1.3em;
  margin-bottom: 3%;
  background-color: #fff;
  border-left: 4px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 20px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  padding-left: 1em;
  padding-block: 0.2em;
  margin-bottom: 3%;
  border-left: 4px solid var(--subColor);
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 18px;
    margin: 10% auto 5%;
  }
}
.entry h4 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 0.4em;
  margin-bottom: 2%;
  border-bottom: 2px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    font-size: 17px;
    margin: 8% auto 4%;
  }
}
.entry h5 {
  font-size: 17px;
  font-weight: 600;
  padding-left: 1em;
  padding-block: 0.2em;
  margin-block: 3%;
  position: relative;
}
.entry h5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--subColor);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 16px;
    margin: 5% auto 3%;
  }
}
.entry h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--charcoalGray);
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .entry h6 {
    font-size: 15px;
  }
}
.entry ul {
  margin-bottom: 2%;
  background-color: var(--grayColor);
  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: var(--grayColor);
  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;
  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 {
  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;
  box-shadow: none;
  border-radius: 10px;
  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;
  transition: 0.3s;
}

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

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

.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: #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: #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;
  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;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}
.singleColumnShareButton i {
  margin-right: 0.5rem;
}
.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;
  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: 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 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sidebarWriterSns li {
    width: 45%;
    margin-bottom: 10%;
  }
  .sidebarWriterSns li + li {
    margin-left: 0;
  }
}

/*次のページを見る*/
.singlePageLinkBox + .singlePageLinkBox {
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  .singlePageLinkBox + .singlePageLinkBox {
    margin-left: 2.5em;
  }
}
.singlePageLinkBox + .singlePageLink.next {
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  .singlePageLinkBox + .singlePageLink.next {
    margin-left: 2.5em;
  }
}

.singlePageLink.prev + .singlePageLinkBox {
  margin-left: 5em;
}
@media only screen and (max-width: 767px) {
  .singlePageLink.prev + .singlePageLinkBox {
    margin-left: 2.5em;
  }
}

.cmNewsText {
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #afafaf;
  font-size: 14px;
}
.singlePageLinkBox.next .cmNewsText {
  text-align: left;
}

.singlePageLink {
  position: relative;
  transition: 0.3s;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.13em;
}
.singlePageLink::before, .singlePageLink::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.singlePageLink::before {
  background: var(--mainColor);
  border-radius: 50%;
  transition: 0.3s;
  height: 35px;
  width: 35px;
}
.singlePageLink::after {
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  height: 13px;
  width: 8px;
  z-index: 2;
}
.singlePageLink.prev {
  padding-left: 3.5em;
}
.singlePageLink.prev::before {
  left: 0;
}
.singlePageLink.prev::after {
  transform: translateY(-50%) scale(-1, 1);
  left: 13px;
}
.singlePageLink.next {
  padding-right: 3.5em;
}
.singlePageLink.next::before {
  right: 0;
}
.singlePageLink.next::after {
  right: 13px;
}
.singlePageLink:hover {
  color: var(--subColor);
}
.singlePageLink:hover::before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .singlePageLink::before {
    height: 25px;
    width: 25px;
  }
  .singlePageLink::after {
    height: 9px;
    width: 7px;
    z-index: 2;
  }
  .singlePageLink.prev {
    padding-left: 2.4em;
  }
  .singlePageLink.prev::after {
    left: 8px;
  }
  .singlePageLink.next {
    padding-right: 2.4em;
  }
  .singlePageLink.next::after {
    right: 8px;
  }
}

.otherNewsTitle {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 22px;
  font-family: serif;
  padding: 0.3em 1.3em;
  border-radius: 16px;
  margin-bottom: 4%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .otherNewsTitle {
    font-size: 20px;
    padding: 0.6em 1.3em;
  }
}

.otherNews {
  margin-bottom: 5%;
}
.otherNews li + li {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .otherNews li + li {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .otherNewsBlock {
    background-color: #fff;
    display: block;
    border-radius: 8px;
    padding: 5% 0;
  }
}

.otherNewsBlockImg {
  overflow: hidden;
  border-radius: 16px;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .otherNewsBlockImg {
    border-radius: 8px;
    margin-bottom: 5%;
    width: 100%;
  }
}

.otherNewsBlockTextBox {
  padding-left: 5%;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .otherNewsBlockTextBox {
    padding-left: 0;
    width: 100%;
  }
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: flex;
  flex-wrap: wrap;
  row-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;
    column-gap: 15px;
  }
  .cmNewsListUl > li {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl {
    row-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

.cmNewsListCard {
  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 {
  transition: 0.3s;
  padding-bottom: 70%;
}
a:hover .cmNewsListImg {
  transform: scale(1.1);
}

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

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

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

.pagenation {
  margin-top: 8%;
}
.pagenation .prev a,
.pagenation .next a {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  height: 40px;
  width: 40px;
  border-radius: 0.2em;
}
.pagenation .prev a::before,
.pagenation .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid var(--fontColor);
  border-right: 2px solid var(--fontColor);
  height: 10px;
  width: 10px;
}
.pagenation .prev a::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.1em;
}
.pagenation ul {
  display: flex;
  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-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 0.2em;
}
.pagenation ul li.active {
  background-color: #44525a;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 15%;
  }
}

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

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

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

/*==================================================
 * サイドバー
 *================================================*/
@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 15%;
  }
}

.sidebarBox {
  margin-bottom: 15%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .sidebarBox {
    margin-left: 0;
    margin-bottom: 8%;
  }
}

.sidebarNewsUl .cat-item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #dcdcdc;
}
.sidebarNewsUl .cat-item a {
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarNewsUl .cat-item .date {
  font-size: 13px;
  color: var(--fontColor);
}
.sidebarNewsUl .cat-item .title {
  font-size: 15px;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }
}

.popularCount {
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-family: var(--fontEn);
  font-weight: 600;
  font-size: 19px;
  top: -10px;
  left: calc(35% - 10px);
  height: 25px;
  width: 25px;
  z-index: 2;
}
.popularCount.__popular1 {
  background-color: #d1aa3a;
}
.popularCount.__popular2 {
  background-color: #b8b9ba;
}
.popularCount.__popular3 {
  background-color: #ba7e4c;
}
.popularCount.__popular4 {
  background-color: #89a5ff;
}
.popularCount.__popular5 {
  background-color: #89a5ff;
}

.sidebarCategoryBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a {
  transition: 0.3s;
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}

.sidebarTitle {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2%;
}
.sidebarTitle span {
  line-height: 1.4;
  font-size: 29px;
  font-weight: 600;
  color: rgba(18, 21, 23, 0.4);
  display: inline-block;
  margin-right: 0.1em;
  letter-spacing: 0.06em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarTitle {
    font-size: 14px;
  }
  .sidebarTitle span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    margin-bottom: 1em;
  }
}

.sidebarRankingImg {
  width: 40%;
  padding-bottom: 26%;
  margin-right: 5%;
  border-radius: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingImg {
    display: none;
  }
}

.sidebarRankingText {
  width: 60%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingText {
    width: 100%;
  }
}

.sidebarRankingNum {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--mainColor);
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

#sidebar select {
  width: 100%;
  padding: 0.7em;
  border: none;
}

.archive-block {
  border-bottom: 1px solid #ccc;
}

.archive-year {
  cursor: pointer;
  padding-block: 0.5em;
  position: relative;
}
.archive-year::before {
  content: "";
  position: absolute;
  top: 1em;
  border-top: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
  transform: rotate(135deg);
  transition: 0.3s;
  right: 20px;
  height: 0.7em;
  width: 0.7em;
}
.archive-year.active::before {
  transform: rotate(-45deg);
}

.archive-months {
  display: none;
}

.archive-months-list {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 0.5em;
  padding-left: 1em;
}
.archive-months-list:first-of-type {
  border-top: 1px solid #ccc;
}
.archive-months-list:last-of-type {
  border-bottom: none;
}

.sidebarTagWrap a {
  font-size: 14px !important;
  color: var(--mainColor);
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: var(--grayColor);
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

/* ----------------------------------
   セクション見出し（共通）
---------------------------------- */
.secHead {
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
}
.secHead--center {
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secHead {
    margin-bottom: 1.875em;
  }
}

.secLabel {
  display: flex;
  align-items: center;
  gap: 0.625em;
}

.secLabelMark {
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--grayColor);
  flex-shrink: 0;
}

.secLabelEn {
  font-size: 1.25rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secLabelEn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .secLabelEn {
    font-size: 1rem;
  }
}
.secLabelEn {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  font-family: "Roboto", sans-serif;
}

.secTitle {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .secTitle {
    font-size: 1.625rem;
  }
}

.secBtn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  padding: 0.7em 1.625em;
  border: 1px solid var(--paleGray);
  border-radius: 100vw;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.2s, border-color 0.2s;
}
.secBtn img {
  margin-right: 0;
}
.secBtn:hover {
  background-color: #fff;
  border-color: var(--bgDark2);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .secBtn {
    padding: 0.85em 2.0833em;
  }
}

.secBtnText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .secBtnText {
    font-size: 1rem;
  }
}

.secBtnArrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.secBtnArrow svg {
  display: block;
  width: 1.6em;
  height: auto;
}

/* ユーティリティ */
.spBr {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spBr {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  [data-aos-delay] {
    transition-delay: 0ms !important;
  }
}
/* ==========================================================================
   ========================================================================== */
/*==================================================
 * 全サイト共通
*================================================*/
/*共通部分*/
html {
  scrollbar-gutter: stable;
}

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

body {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: var(--fontJp);
  font-weight: 400;
  background-color: #ffffff;
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
}

.en {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.gsans {
  font-family: "Google Sans", sans-serif;
}

/*==================================================
 * 当サイト共通
*================================================*/
main {
  overflow-x: clip;
}

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

.vertical {
  writing-mode: vertical-rl;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.cmnttl {
  text-align: center;
}
.cmnttl .ja {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnttl .ja {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .cmnttl .ja {
    font-size: 1.375rem;
  }
}
.cmnttl .ja {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}
.cmnttl .ja::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: url(../img/common/wave-text.svg) repeat-x center/auto 100%;
  bottom: 0;
  left: 0;
}
.cmnttl .en {
  font-size: 3.75rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnttl .en {
    font-size: 2.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .cmnttl .en {
    font-size: 2.25rem;
  }
}
.cmnttl .en {
  font-weight: 600 !important;
  font-family: "Google Sans", sans-serif;
  line-height: 1;
}
.cmnttl.--white .ja,
.cmnttl.--white .en {
  color: #fff;
}
.cmnttl.--white .ja::before {
  background-image: url(../img/common/wave-text-white.svg);
}
.cmnttl.--left .ja,
.cmnttl.--left .en {
  text-align: left;
  justify-content: flex-start;
}
.cmnttl.--left .ja {
  margin-left: 0;
  margin-right: auto;
}
.cmnttl.--vertical {
  flex-direction: column;
}

.cmnbtn {
  background-color: var(--subColor);
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnbtn {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cmnbtn {
    font-size: 0.875rem;
  }
}
.cmnbtn {
  font-weight: 600 !important;
  display: inline-block;
  margin-inline: auto;
  padding: 1em 2em 1em 1.5em;
  border-radius: 100vw;
  color: #fff;
  min-width: 230px;
  text-align: left;
  position: relative;
  border: solid 2px var(--subColor);
}
@media only screen and (max-width: 767px) {
  .cmnbtn {
    min-width: 150px;
  }
}
.cmnbtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  aspect-ratio: 1/1;
  background: url(../img/common/arw-btn.svg) no-repeat center/contain;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.cmnbtn:hover {
  opacity: 1;
  color: #fff;
}
.cmnbtn:hover::before {
  right: 0.5em;
}
.cmnbtn.--white {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.cmnbtn.--white::before {
  background-image: url(../img/common/arw-btn-black.svg);
}
.cmnbtn.--small {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnbtn.--small {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .cmnbtn.--small {
    font-size: 0.875rem;
  }
}
.cmnbtn.--small {
  padding: 0.5em 2.5em 0.5em 1em;
  width: fit-content;
  min-width: unset;
}

/*==================================================
 * キーフレーム
*================================================*/
@keyframes fvZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*==================================================
 * ヘッダー
*================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 25px;
  transition: background-color 0.3s, transform 0.6s;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 12px 16px;
  }
}
header.isFront .headRight {
  opacity: 0;
}
header.scrl {
  transform: translateY(0) !important;
}

.headLogo {
  flex-shrink: 0;
}
.headLogo .logo {
  width: 70px;
  display: block;
}

.headRight {
  display: flex;
  align-items: center;
  gap: 3.75em;
}
@media only screen and (max-width: 767px) {
  .headRight {
    gap: 1.5em;
  }
}

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

.headNavList {
  display: flex;
  align-items: center;
  gap: 2.8125em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.headNavList a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.headNavList a:hover {
  opacity: 0.6;
}

.menuBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 26px;
  flex-shrink: 0;
}

.menu-trigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 26px;
}
.menu-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--mainColor);
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
.menu-trigger.active span:nth-child(1) {
  transform: translateY(12.25px) rotate(45deg);
}
.menu-trigger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-trigger.active span:nth-child(3) {
  transform: translateY(-12.25px) rotate(-45deg);
}

@keyframes gnavitemAnim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.headerListMenu {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.headerListMenu .gNavItem {
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}
.headerListMenu .gNavItem a {
  display: flex;
  align-items: center;
  padding-block: 1.125em;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  text-decoration: none;
  transition: opacity 0.2s;
}
.headerListMenu .gNavItem a:hover {
  opacity: 0.6;
}
.headerListMenu .gNavItem--child a {
  padding-left: 1.5em;
  font-size: 0.875rem;
}

.overRayBox {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  height: 100dvh;
  width: 320px;
  background-color: rgba(255, 255, 255, 0.96);
  overflow-y: auto;
  padding: 100px 32px 60px;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.4s ease, visibility 0.4s;
}
html.open .overRayBox {
  transform: translateX(0);
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .overRayBox {
    width: 80%;
  }
}

html.open .menuBtn {
  opacity: 0;
  pointer-events: none;
}

.drawerClose {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawerClose span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: var(--mainColor);
}
.drawerClose span:nth-child(1) {
  transform: rotate(45deg);
}
.drawerClose span:nth-child(2) {
  transform: rotate(-45deg);
}

.floatEvent {
  position: fixed;
  width: 114px;
  aspect-ratio: 1/1;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  background-color: #fff;
  border-radius: 100vw;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--mainColor);
  transition: opacity 0.3s;
}
.floatEvent:hover {
  opacity: 0.75;
}
@media only screen and (max-width: 767px) {
  .floatEvent {
    width: 90px;
    right: 15px;
    bottom: 15px;
  }
}

.floatEventInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 94px;
}

.floatEventEn {
  font-family: "Dosis", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.floatEventJp {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .floatEventJp {
    font-size: 0.875rem;
  }
}

.floatEventArrow {
  display: flex;
  align-items: center;
  width: 22px;
  height: 6px;
}
.floatEventArrow img {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  html.open .floatEvent {
    z-index: 999999;
  }
}

/*==================================================
 * フッター
*================================================*/
footer {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 10px;
  }
}

.footerIn {
  background-color: #2a2a2a;
  border-radius: 1em;
  overflow: hidden;
}

.footerInner {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .footerInner {
    flex-direction: column;
    row-gap: 2em;
  }
}

.footerLogo {
  width: fit-content;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .footerLogo {
    width: 260px;
  }
}

.footerNavArea {
  width: 55%;
}
@media only screen and (max-width: 959px) {
  .footerNavArea {
    width: 100%;
  }
}

.footerNavList {
  display: flex;
  flex-wrap: wrap;
}
.footerNavList > * {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .footerNavList > * {
    width: 50%;
  }
}
.footerNavList > * a {
  padding: 0.5em;
  display: block;
  padding-left: 1em;
  position: relative;
  white-space: nowrap;
}
.footerNavList > * a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: url(../img/common/arw-btn.svg) no-repeat center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footerBtnList {
  display: flex;
  gap: 1.5em 0.5em;
  justify-content: flex-start;
}

.copyright {
  margin-top: 10%;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 0.75rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .copyright {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 0.6875rem;
  }
}
.copyright {
  text-align: right;
  padding-bottom: 2em;
  padding-right: 3em;
}
@media only screen and (max-width: 767px) {
  .copyright {
    text-align: left;
    font-size: 0.625rem;
    padding: 1em;
  }
}

/*==================================================
 * トップページ
*================================================*/
/*==================================================
 * お知らせ
*================================================*/
/* ==========================================================================
   TOP FV
========================================================================== */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #bbe6f2;
}

.fvIntro {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  font-size: 8.9vw;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #fff;
  text-align: justify;
  pointer-events: none;
}

.fvIntro span {
  display: inline-block;
  flex: 1;
  opacity: 0;
  transform: translateY(0.08em);
  animation-name: introCharIn;
  animation-duration: 0.1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  border-bottom: solid 1px #fff;
  line-height: 1;
}

@keyframes introCharIn {
  from {
    opacity: 0;
    transform: translateY(0.18em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .fvIntro {
    font-size: clamp(76px, 12vw, 72px);
    line-height: 0.92;
  }
}
.fvImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 50%;
  overflow: hidden;
  pointer-events: none;
}
.fvImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 210%;
  mask-size: 100% 210%;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  pointer-events: none;
  animation: none;
}
.fvImg.isMulti picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 1.2s ease;
}
.fvImg.isMulti picture[data-fv-layer=a] {
  opacity: 1;
}
.fvImg.isMulti picture[data-fv-layer=b] {
  opacity: 0;
}
.fvImg.isMulti.isSwapped picture[data-fv-layer=a] {
  opacity: 0;
}
.fvImg.isMulti.isSwapped picture[data-fv-layer=b] {
  opacity: 1;
}

.fvImg1 img {
  -webkit-mask-image: url("../img/common/wave.svg");
  mask-image: url("../img/common/wave.svg");
  -webkit-mask-position: 0 -100%;
  mask-position: 0 -100%;
}

.fvImg2 {
  top: auto;
  bottom: 0;
  height: calc(50% + 1px);
}
.fvImg2 img {
  object-position: center top;
  -webkit-mask-image: url("../img/common/wave-bottom.svg");
  mask-image: url("../img/common/wave-bottom.svg");
  -webkit-mask-position: 0 200%;
  mask-position: 0 200%;
}

@keyframes waveRevealTop {
  from {
    -webkit-mask-position: 0 -100%;
    mask-position: 0 -100%;
  }
  to {
    -webkit-mask-position: 0 20%;
    mask-position: 0 20%;
  }
}
@keyframes waveRevealBottom {
  from {
    -webkit-mask-position: 0 200%;
    mask-position: 0 200%;
  }
  to {
    -webkit-mask-position: 0 10%;
    mask-position: 0 10%;
  }
}
.isLoaded .fv:not(.isIntroDone) .fvImg1 img {
  animation: waveRevealTop 1s linear both;
  animation-delay: 3.2s;
}
@media only screen and (max-width: 767px) {
  .isLoaded .fv:not(.isIntroDone) .fvImg1 img {
    animation-delay: 2.5s;
  }
}
.isLoaded .fv:not(.isIntroDone) .fvImg2 img {
  animation: waveRevealBottom 1s linear both;
  animation-delay: 3.2s;
  animation-duration: 1.3s;
}
@media only screen and (max-width: 767px) {
  .isLoaded .fv:not(.isIntroDone) .fvImg2 img {
    animation-delay: 2.5s;
  }
}

.fv.isIntroDone .fvImg1 img {
  -webkit-mask-position: 0 20%;
  mask-position: 0 20%;
}
.fv.isIntroDone .fvImg2 img {
  -webkit-mask-position: 0 10%;
  mask-position: 0 10%;
}

.fvCopy {
  position: absolute;
  top: 55%;
  left: 8%;
  z-index: 20;
  color: #fff;
  opacity: 0;
  transition: opacity 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .fvCopy {
    top: 8.5%;
    left: 4%;
  }
}
.fvCopy.isShow {
  opacity: 1;
}

.fvCopySub {
  margin: 0 0 12px;
  font-size: clamp(1.125rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
  .fvCopySub {
    margin-bottom: 0.2em;
  }
}

.fvCopyMain {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

@keyframes bgMask-top {
  from {
    mask-position: 0 top;
  }
  to {
    mask-position: 200% top;
  }
}
@keyframes bgMask-bottom {
  from {
    mask-position: 0 bottom;
  }
  to {
    mask-position: 200% bottom;
  }
}
.news {
  background-color: #f5f1eb;
}
.news .cmnttl .ja,
.news .cmnttl .en {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.newsBg {
  background: url(../img/top/bg-news.png) no-repeat center/cover;
  position: relative;
}
.newsBg::before {
  content: "";
  display: block;
  position: absolute;
  --wave-w: 607px;
  --wave-h: 44px;
  width: 100%;
  height: var(--wave-h);
  background: url(../img/common/waveMedBottom.png) repeat-x 0 0;
  background-size: var(--wave-w) var(--wave-h);
  left: 0;
  bottom: -1px;
  z-index: 1;
  animation: waveMedBottomScroll 15s linear infinite;
}
@media only screen and (max-width: 767px) {
  .newsBg::before {
    --wave-w: 300px;
    --wave-h: 22px;
    animation-duration: 10s;
  }
}
.newsBg::before {
  background-image: url(../img/common/waveMedTop-mc.png);
}
@media only screen and (max-width: 767px) {
  .newsBg::before {
    --wave-w: 300px;
    --wave-h: 20px;
    animation-duration: 10s;
  }
}

.newsInner {
  background-color: #f6f2ed;
  padding: 3.5em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .newsInner {
    padding: 2em;
  }
}

.newsFlex {
  display: flex;
  column-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .newsFlex {
    flex-direction: column;
    row-gap: 1.5em;
  }
}

.newsHead {
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .newsHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.newsBody {
  width: 100%;
}

.newsItem {
  display: block;
}
.newsItem + .newsItem {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: solid 1px #e5e5e5;
}

.newsItemMeta {
  display: flex;
  align-items: center;
  column-gap: 2em;
  row-gap: 1em;
}

.newsItemDate {
  font-family: "Google Sans", sans-serif;
}

.newsItemCat {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsItemCat {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsItemCat {
    font-size: 0.875rem;
  }
}
.newsItemCat {
  border: solid 1px #333;
  padding: 0 1em;
  border-radius: 100vw;
}

.newsItemBody {
  font-size: 1.25rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsItemBody {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsItemBody {
    font-size: 1rem;
  }
}
.newsItemBody {
  font-weight: 600 !important;
  margin-top: 0.5em;
  padding-right: 2em;
  position: relative;
  width: 100%;
}
.newsItemBody::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  aspect-ratio: 1/1;
  background: url(../img/common/arw-btn-black.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ==========================================================================
   COMPANY セクション
========================================================================== */
.companySection {
  position: relative;
  background: #f5f1eb;
}

.companyPin {
  position: relative;
  width: 100%;
  min-height: 100svh;
  background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 34%), radial-gradient(circle at 18% 48%, rgba(220, 226, 231, 0.28) 0%, rgba(220, 226, 231, 0) 22%), radial-gradient(circle at 82% 45%, rgba(234, 224, 209, 0.24) 0%, rgba(234, 224, 209, 0) 22%), #f5f1eb;
}

.companyBg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.companyContent {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(760px, 84vw);
  text-align: center;
}

.companyHeading {
  line-height: 1;
}

.companyText {
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .companySection .companyText {
    font-size: 1.125rem;
  }
}

.companyButtons {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-top: 2em;
}
.companyButtons > *:first-of-type {
  margin-left: auto;
  margin-right: 0;
}
.companyButtons > *:last-of-type {
  margin-right: auto;
  margin-left: 0;
}

.companyButtonPrimary {
  color: #fff;
  background: #f14b12;
}

.companyButtonSecondary {
  color: #f14b12;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(241, 75, 18, 0.16);
}

.companyVisuals {
  position: absolute;
  inset: 0;
  z-index: 12;
  pointer-events: none;
}

.companyVisualItem {
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  aspect-ratio: 1/1;
}
.companyVisualItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.companyShape {
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(20, 20, 20, 0.08);
}

.companyShapeCircle {
  width: 240px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.companyShapeOval {
  width: 320px;
  height: 100%;
  border-radius: 999px;
}

.companyToneBlue {
  background: linear-gradient(135deg, #d7e2ea 0%, #8ea6bb 100%);
}

.companyToneBrown {
  background: linear-gradient(135deg, #d7b38e 0%, #b88f66 100%);
}

.companyToneGreen {
  background: linear-gradient(135deg, #8ab6aa 0%, #5d8e84 100%);
}

.companyToneGray {
  background: linear-gradient(135deg, #eceef1 0%, #8f99a8 100%);
}

.companyToneKhaki {
  background: linear-gradient(135deg, #d1b78c 0%, #92785a 100%);
}

.companyDot {
  border-radius: 100vw;
  width: 5.3846153846%;
}
@media only screen and (max-width: 767px) {
  .companyDot {
    width: 15%;
  }
}

.companyDotGreen {
  background: #c7dc72;
  top: 0;
  left: 10%;
}

.companyDotBlue {
  background: #7cc6e7;
}

.companyDotOrange {
  background: #ef9b5d;
}

.companyDotRed {
  background: #d94821;
}

.companyDotLime {
  background: #b9d86b;
}

.companyDotCream {
  background: #f3e5be;
}

.companyDotLavender {
  background: #9e8fbd;
}

.companyDotYellow {
  background: #e9c84d;
}

.companyDotCoral {
  background: #d9715a;
}

.companyDotSageGreen {
  background: #7bbb69;
}

.companyDotTeal {
  background: #5bad9f;
}

.companyVisualItem01 {
  right: 10%;
  top: 0;
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .companyVisualItem01 {
    width: 25%;
  }
}

.companyVisualItem02 {
  left: 5%;
  top: 0%;
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .companyVisualItem02 {
    width: 25%;
  }
}

.companyVisualItem03 {
  right: 5%;
  top: 10%;
  width: 32.9428989751%;
}
@media only screen and (max-width: 767px) {
  .companyVisualItem03 {
    width: 60%;
  }
}

.companyVisualItem04 {
  left: 35%;
  top: 55%;
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .companyVisualItem04 {
    width: 25%;
    top: 30%;
    left: 15%;
  }
}

.companyVisualItem05 {
  left: 5%;
  top: 52%;
  width: 32.9428989751%;
}
@media only screen and (max-width: 767px) {
  .companyVisualItem05 {
    width: 60%;
    top: 20%;
  }
}

.companyVisualItem06 {
  left: 45%;
  bottom: 0%;
  width: 32.9428989751%;
}
@media only screen and (max-width: 767px) {
  .companyVisualItem06 {
    width: 60%;
  }
}

.companyVisualItem07 {
  right: 3%;
  top: 56%;
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .companyVisualItem07 {
    width: 25%;
    right: unset;
    left: 5%;
  }
}

.companyVisualItem08 {
  left: 11%;
  bottom: 0%;
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .companyVisualItem08 {
    width: 25%;
  }
}

.companyVisualItem09 {
  left: 11%;
  top: 0%;
}

.companyVisualItem10 {
  right: 5%;
  top: 0%;
}

.companyVisualItem11 {
  left: 17%;
  top: 22%;
}

.companyVisualItem12 {
  right: 10%;
  top: 40%;
}

.companyVisualItem13 {
  left: 5%;
  bottom: 0%;
}

.companyVisualItem14 {
  right: 5%;
  bottom: 0%;
}

.companyVisualItem15 {
  left: 35%;
  bottom: -10%;
}

.companyWave {
  position: relative;
  width: 100%;
  height: 22vw;
  min-height: 170px;
  margin-top: -1px;
  background: #f5f1eb;
}
.companyWave svg {
  display: block;
  width: 100%;
  height: 100%;
}
.companyWave path {
  fill: #f5f1eb;
}

@media (max-width: 767px) {
  .scompanyText {
    width: 75%;
  }
  .companyHeading {
    font-size: 3.25rem;
  }
  .companyText {
    font-size: 0.8125rem;
    line-height: 2;
  }
  .companyShapeCircle {
    width: 118px;
  }
  .companyShapeOval {
    width: 154px;
    height: 82px;
  }
}
.serviceBgWrap {
  background-color: #f6f2ed;
}

@keyframes bgMask {
  from {
    mask-position: 0 0;
  }
  to {
    mask-position: 200% 0%;
  }
}
@keyframes bgMask--bottom {
  from {
    mask-position: 0 100%;
  }
  to {
    mask-position: 200% 100%;
  }
}
@keyframes bgMask-sp {
  from {
    mask-position: 0 0;
  }
  to {
    mask-position: 350% 0%;
  }
}
.serviceBg {
  background: url(../img/top/bg-service.jpg) no-repeat center top/cover;
  position: relative;
}
.serviceBg::before {
  content: "";
  display: block;
  position: absolute;
  --wave-w: 607px;
  --wave-h: 44px;
  width: 100%;
  height: var(--wave-h);
  background: url(../img/common/waveMedBottom.png) repeat-x 0 0;
  background-size: var(--wave-w) var(--wave-h);
  left: 0;
  bottom: -1px;
  z-index: 1;
  animation: waveMedBottomScroll 15s linear infinite;
}
@media only screen and (max-width: 767px) {
  .serviceBg::before {
    --wave-w: 300px;
    --wave-h: 22px;
    animation-duration: 10s;
  }
}
.serviceBg::before {
  background-image: url(../img/common/waveMedBottom-mc.png);
  top: -1px;
  bottom: unset;
}

.serviceCardList {
  display: flex;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .serviceCardList {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
  }
}
.serviceCardList > * {
  width: calc(33.3333333333% - 13.3333333333px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .serviceCardList > * {
    width: calc(50% - 10px);
  }
  .serviceCardList > *:first-of-type {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.serviceCardList > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffda54;
  border-radius: 100vw;
}
.serviceCardList > * > * {
  position: relative;
  z-index: 2;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceCardList > * > * {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .serviceCardList > * > * {
    font-size: 1.3125rem;
  }
}
.serviceCardList > * > * {
  font-weight: 600 !important;
  border-radius: 100vw;
  aspect-ratio: 1/1;
}
.serviceCardList.is-active > *::before {
  animation: service-en 2s forwards ease-in-out;
}
.serviceCardList.is-active > *:nth-of-type(2)::before {
  animation-delay: 0.4s;
}
.serviceCardList.is-active > *:nth-of-type(3)::before {
  animation-delay: 0.8s;
}

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

@keyframes service-en {
  0% {
    width: 100%;
  }
  50% {
    width: calc(100% + 40px);
  }
  100% {
    width: 100%;
  }
}
.serviceCardIcon img {
  margin-top: 0.6em;
  width: 40%;
}

.recruitFv {
  position: relative;
  overflow: hidden;
}

.recruitCircle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4000px;
  width: 294.5095168375%;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .recruitCircle {
    width: 270vw;
  }
}

.recruitCircleImg {
  width: 100%;
  height: 100%;
  display: block;
  animation: recruitCircleRotate 160s linear infinite reverse;
  transform-origin: center center;
}

.recruitFvMain {
  position: relative;
  z-index: 2;
  padding-top: 14%;
}

.recruitFvBg {
  width: 294.5095168375%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-image: url("../img/recruit/recruit-footer-bg-mask.svg");
  mask-image: url("../img/recruit/recruit-footer-bg-mask.svg");
  -webkit-mask-position: center top;
  mask-position: center top;
}
.recruitFvBg img {
  mask-size: 100% auto;
}

.recruitFvBgIn {
  width: 100vw;
  margin-inline: auto;
}

.recruitFvBg img {
  object-fit: cover;
  display: block;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.recruitFvBody {
  width: calc(100% - 80px);
  max-width: 1200px;
  color: #fff;
  z-index: 4;
  position: relative;
  text-align: center;
  margin-inline: auto;
}

.recruitFvTitle {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.recruitFvText {
  margin-top: 24px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
}

.recruitFvBtnList {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.recruitFvBtn {
  min-width: 180px;
  padding: 18px 24px;
  border-radius: 999px;
  background: #ff5a1f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: opacity 0.3s;
}

.recruitFvBtn:hover {
  opacity: 0.8;
}

@keyframes recruitCircleRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .recruitFvMain {
    padding-top: 15%;
  }
  .recruitFvBody {
    width: calc(100% - 10px);
    top: 58%;
  }
  .recruitFvTitle {
    font-size: 2.1rem;
  }
  .recruitFvText {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.9;
  }
  .recruitFvBtnList {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }
  .recruitFvBtn {
    min-width: auto;
    width: 100%;
    padding: 16px 20px;
  }
}
.companyText {
  max-width: 600px;
  text-align: left;
}

/*==================================================
 * 下層ページ
*================================================*/
@keyframes bgLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: calc(var(--tile-w) * -1) 0;
  }
}
@keyframes waveMedBottomScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: calc(var(--wave-w) * -1) 0;
  }
}
@keyframes waveOrgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: calc(var(--wave-org-w) * -1) 0;
  }
}
.recFv {
  background: url(../img/recruit/fv.jpg) no-repeat center/cover;
  padding: 30% 0 20%;
  position: relative;
  max-height: 100svh;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .recFv {
    display: flex;
    align-items: flex-end;
    max-height: unset;
    background-image: url(../img/recruit/fv-sp.jpg);
  }
}
.recFv::before, .recFv::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 135px;
  left: 0;
  top: 0;
  --tile-w: calc(135px * 2430 / 126);
  background: url(../img/recruit/fvWave-2.png) repeat-x 0 0;
  background-size: var(--tile-w) 100%;
  animation: bgLoop 60s linear forwards infinite;
}
@media only screen and (max-width: 767px) {
  .recFv::before, .recFv::after {
    height: 50px;
    --tile-w: calc(50px * 2430 / 126);
    animation-duration: 40s;
  }
}
.recFv::after {
  background-image: url(../img/recruit/fvWaveBottom-2.png);
  bottom: 0;
  top: unset;
}

.recMessageText {
  max-width: 860px;
}
@media only screen and (max-width: 767px) {
  .recMessageText {
    font-size: 1rem;
    padding-inline: 1em;
  }
}

.recMessage {
  background: #bbe6f2;
}
@media only screen and (max-width: 767px) {
  .recMessage .companyContent {
    top: calc(50% + 30px);
  }
}
.recMessage .companyPin {
  background: #bbe6f2;
}
@media only screen and (max-width: 767px) {
  .recMessage .companyBg {
    min-height: 100svh;
  }
}
.recMessage .recruitVisuals .recruitVisualItem {
  position: absolute;
}
.recMessage .recruitVisuals .recruitVisualItem01 {
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem01 {
    width: 45%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem02 {
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem02 {
    width: 45%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem03 {
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem03 {
    width: 45%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem04 {
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem04 {
    width: 45%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem05 {
  width: 15.8125915081%;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem05 {
    width: 45%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem06 {
  width: 5.1244509517%;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 100vw;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem06 {
    width: 15%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem07 {
  width: 5.1244509517%;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 100vw;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem07 {
    width: 15%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem08 {
  width: 5.1244509517%;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 100vw;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem08 {
    width: 15%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem09 {
  width: 5.1244509517%;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 100vw;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem09 {
    width: 15%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem10 {
  width: 5.1244509517%;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 100vw;
}
.recMessage .recruitVisuals .recruitVisualItem11 {
  width: 5.1244509517%;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 100vw;
}
.recMessage .recruitVisuals .recruitVisualItem01 {
  right: 8%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem01 {
    right: 0;
    top: 30%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem02 {
  left: 5%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem02 {
    top: 40%;
    left: 1%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem03 {
  right: 38%;
  top: 38%;
}
.recMessage .recruitVisuals .recruitVisualItem04 {
  left: 5%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem04 {
    left: unset;
    right: 0;
    bottom: -10%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem05 {
  right: 5%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .recMessage .recruitVisuals .recruitVisualItem05 {
    right: 50%;
    bottom: -30%;
  }
}
.recMessage .recruitVisuals .recruitVisualItem06 {
  left: 38%;
  top: 10%;
}
.recMessage .recruitVisuals .recruitVisualItem07 {
  right: 20%;
  top: 25%;
}
.recMessage .recruitVisuals .recruitVisualItem08 {
  left: 12%;
  top: 42%;
}
.recMessage .recruitVisuals .recruitVisualItem09 {
  left: 28%;
  bottom: 18%;
}
.recMessage .recruitVisuals .recruitVisualItem10 {
  right: 26%;
  bottom: 10%;
}
.recMessage .recruitVisuals .recruitVisualItem11 {
  left: 8%;
  bottom: 6%;
}

.recBtnInWrap {
  display: flex;
  justify-content: center;
  column-gap: 2em;
}
@media only screen and (max-width: 767px) {
  .recBtnInWrap {
    flex-direction: column;
    row-gap: 1em;
    align-items: center;
  }
}

.recBtnItem {
  position: relative;
  width: calc(50% - 1.2rem);
  border-radius: 1em;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recBtnItem {
    width: 80%;
  }
}
.recBtnItem .cmnttl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.recBtnWrap {
  position: relative;
}
.recBtnWrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #bbe6f2;
  left: 0;
  bottom: 0;
}

#recBtn {
  background: #fff;
  position: relative;
}

.recWorkWrap {
  position: relative;
}
.recWorkWrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
}

#recWork {
  background-color: #f6f2ed;
  mask-image: url("../img/common/mask-wave-s.svg");
  mask-position: 0 top;
  mask-repeat: repeat-x;
  animation: bgMask-top 50s linear forwards infinite;
  mask-size: 200% auto;
}
@media only screen and (max-width: 767px) {
  #recWork {
    mask-size: 400% auto;
  }
}
#recWork {
  position: relative;
}

.recWorkInner {
  display: flex;
  justify-content: space-between;
  column-gap: 4em;
}
@media only screen and (max-width: 767px) {
  .recWorkInner {
    flex-direction: column;
    row-gap: 1.5em;
  }
}

.recWorkMovie {
  width: 63.4615384615%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .recWorkMovie {
    width: 100%;
  }
}
.recWorkMovie > * {
  width: 100%;
  aspect-ratio: 16/9;
}

#recInterview {
  background-color: #f6f2ed;
}

.recInterviewItem {
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recInterviewItem {
    padding-top: 2em;
  }
}

.recInterviewCatch {
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recInterviewCatch {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .recInterviewCatch {
    font-size: 1.375rem;
  }
}
.recInterviewCatch {
  font-weight: 600 !important;
  writing-mode: vertical-rl;
  background-color: #fff;
  padding: 1em 0.6em;
  border-radius: 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 959px) {
  .recInterviewCatch {
    font-size: 1.1rem;
  }
}

.recInterviewInfo {
  position: absolute;
  left: 5%;
  top: 35%;
}
@media only screen and (max-width: 959px) {
  .recInterviewInfo {
    font-size: 0.8em;
  }
}
.recInterviewInfo * {
  font-weight: 600 !important;
}

.recInterviewName {
  font-size: 2.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recInterviewName {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .recInterviewName {
    font-size: 1.375rem;
  }
}
.recInterviewName span {
  font-size: 0.5em;
}

.recInterviweGroupWrap {
  border-bottom: solid 1px #333;
  padding-bottom: 1em;
}

.recInterviewMore {
  position: absolute;
  left: 5%;
  bottom: 5%;
  padding: 0.5em 1em;
  max-width: 110px;
  width: 100%;
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recInterviewMore {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .recInterviewMore {
    font-size: 0.875rem;
  }
}
.recInterviewMore {
  min-width: unset;
}

.recNumberWrap {
  background-color: #f6f2ed;
}

#recNumber {
  background: #fff;
  mask-image: url("../img/common/mask-wave-s.svg");
  mask-position: 0 top;
  mask-repeat: repeat-x;
  animation: bgMask-top 50s linear forwards infinite;
  position: relative;
  mask-size: 200% auto;
}
@media only screen and (max-width: 767px) {
  #recNumber {
    mask-size: 400% auto;
  }
}

#recBenefit {
  background-color: #f6f2ed;
  mask-image: url("../img/common/mask-wave-s.svg");
  mask-position: 0 top;
  mask-repeat: repeat-x;
  animation: bgMask-top 50s linear forwards infinite;
  mask-size: 200% auto;
}
@media only screen and (max-width: 767px) {
  #recBenefit {
    mask-size: 400% auto;
  }
}
#recBenefit {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #recBenefit {
    mask-image: url(../img/common/mask-wave-s--sp.svg);
  }
}

.recBenefitFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em;
}
@media only screen and (max-width: 767px) {
  .recBenefitFlex {
    flex-direction: column;
    row-gap: 1em;
    align-items: center;
  }
}
.recBenefitFlex > * {
  width: calc(50% - 1.25em);
}
@media only screen and (max-width: 767px) {
  .recBenefitFlex > * {
    width: 90%;
  }
}

.recBenefitHead {
  display: flex;
  align-items: center;
  column-gap: 1em;
  margin-bottom: 0.5em;
}

.recBenefitIcon {
  width: 4em;
}
@media only screen and (max-width: 767px) {
  .recBenefitIcon {
    width: 3.5em;
  }
}

.recBenefitTitle {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recBenefitTitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .recBenefitTitle {
    font-size: 1.375rem;
  }
}
.recBenefitTitle {
  font-weight: 600 !important;
  line-height: 1.5;
  color: #51bcde;
}

.recBenefitItem {
  background-color: #fff;
  padding: 2em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .recBenefitItem {
    padding: 1.5em;
  }
}

#requirements {
  background-color: #f6f2ed;
}

.requirementsOffice {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .requirementsOffice {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .requirementsOffice {
    font-size: 1.3125rem;
  }
}
.requirementsOffice {
  font-weight: 600 !important;
  border-left: solid 2px #333;
  padding-left: 0.5em;
  margin-bottom: 1em;
  line-height: 1;
}

.requirementsHead,
.faqQuestion {
  background-color: #66c3b3;
  color: #fff;
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .requirementsHead,
  .faqQuestion {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .requirementsHead,
  .faqQuestion {
    font-size: 1.375rem;
  }
}
.requirementsHead,
.faqQuestion {
  font-weight: 600 !important;
  padding: 0.5em 1em;
  border: none;
  border-radius: 100vw;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1em;
}
.requirementsHead *,
.faqQuestion * {
  font-weight: 600 !important;
}

.requirementsIcon,
.faqQuestionIcon {
  width: 0.4em;
  aspect-ratio: 1/1;
  background: url(../img/common/arw-btn.svg) no-repeat center/contain;
  transform: rotate(90deg);
  transition: 0.3s;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .requirementsIcon,
  .faqQuestionIcon {
    width: 0.7em;
  }
}

.requirementsBody {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  padding: 0 2em;
  margin-top: -2.25rem;
  transition: max-height 0.4s ease, padding 0.4s ease;
  border-radius: 0 0 1em 1em;
}
.requirementsItem.isOpen .requirementsBody {
  max-height: 10000px;
  padding: 4em 2em 2em;
}
.requirementsBody th,
.requirementsBody td {
  text-align: left;
  padding-block: 1em;
}
.requirementsBody th {
  padding-right: 2em;
}
.requirementsBody tr + tr th,
.requirementsBody tr + tr td {
  border-top: solid 1px #cccccc;
}
@media only screen and (max-width: 767px) {
  .requirementsBody th,
  .requirementsBody td {
    display: block;
    width: 100%;
  }
  .requirementsBody th {
    padding-bottom: 0;
  }
  .requirementsBody td {
    padding-top: 0.5em;
  }
  .requirementsBody tr + tr td {
    border-top: none;
  }
}

.requirementsItem.isOpen .requirementsIcon,
.requirementsItem.isOpen .faqQuestionIcon,
.faqItem.isOpen .requirementsIcon,
.faqItem.isOpen .faqQuestionIcon {
  transform: rotate(-90deg);
}

.requirementsItem + .requirementsItem {
  margin-top: 4em;
}

.requirementsBlock + .requirementsBlock {
  margin-top: 6em;
}

.recBottom {
  background-color: #f6f2ed;
  position: relative;
}
.recBottom::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
.recBottom img {
  mask-image: url("../img/recruit/bottom-wave.svg");
  mask-position: 0 top;
  mask-size: 200% 100%;
  mask-repeat: repeat-x;
  animation: bgMask-top 50s linear forwards infinite;
}

#faq {
  background-color: #fff;
}

.faqQuestion {
  background-color: #f6cc46;
  color: #333;
}

.faqItem + .faqItem {
  margin-top: 2em;
}

.faqAnswer {
  margin-top: 1em;
}

.faqAnswerInner {
  display: flex;
  align-items: flex-start;
  column-gap: 1em;
}

.faqLabel {
  background-color: #e8350f;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  width: 2em;
  flex-shrink: 0;
}

.faqAnswer {
  display: none;
}

/* ==========================================================================
   採用 エントリーセクション
========================================================================== */
@keyframes entryMarquee {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.recruitBottomEntry {
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1355/600;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .recruitBottomEntry {
    aspect-ratio: 1/0.75;
  }
}

.recruitEntryMarquee {
  overflow: hidden;
}

.recruitEntryMarqueeInner {
  display: flex;
  flex-shrink: 0;
  will-change: transform;
  animation: entryMarquee 80s linear infinite;
  animation-delay: -40s;
}

.recruitEntryMarqueeTrack {
  display: flex;
  flex-shrink: 0;
}
.recruitEntryMarqueeTrack span {
  font-family: "Google Sans", sans-serif;
  font-size: 15vw;
  font-weight: 700;
  line-height: 1;
  padding-inline: 0.1em;
}
@media only screen and (max-width: 767px) {
  .recruitEntryMarqueeTrack span {
    font-size: 20vw;
  }
}
.recruitEntryMarqueeTrack span:nth-child(4n+1) {
  color: #66c3b3;
}
.recruitEntryMarqueeTrack span:nth-child(4n+2) {
  color: #9f8eb7;
}
.recruitEntryMarqueeTrack span:nth-child(4n+3) {
  color: #f18762;
}
.recruitEntryMarqueeTrack span:nth-child(4n+4) {
  color: #f6cc46;
}

.recruitEntryBtnWrap {
  text-align: center;
  margin-top: 2em;
}

.recruitEntryImg,
.recruitEntryDot {
  position: absolute;
  z-index: 2;
}

.recruitEntryDot {
  border-radius: 100vw;
  aspect-ratio: 1/1;
  width: 4.0263543192%;
}
@media only screen and (max-width: 767px) {
  .recruitEntryDot {
    width: 7.5%;
  }
}
.recruitEntryDot:nth-child(1) {
  background: #66c3b3;
  top: 12%;
  left: 5%;
  display: none;
}
.recruitEntryDot:nth-child(2) {
  background: #e9c84d;
  top: 55%;
  left: 10%;
  display: none;
}
.recruitEntryDot:nth-child(3) {
  background: #f18762;
  top: 5%;
  left: 60%;
}
.recruitEntryDot:nth-child(4) {
  background: #9f8eb7;
  top: 0%;
  left: 10%;
}
.recruitEntryDot:nth-child(5) {
  background: #96d165;
  top: 25%;
  left: 30%;
}
.recruitEntryDot:nth-child(6) {
  background: #e9c84d;
  top: 70%;
  left: 5%;
}
.recruitEntryDot:nth-child(7) {
  background: #66c3b3;
  top: 50%;
  right: 5%;
}
.recruitEntryDot:nth-child(8) {
  background: #f18762;
  bottom: 10%;
  left: 30%;
}

.recruitEntryImg.--img1 {
  width: 17.7159590044%;
  top: 5%;
  right: 20%;
}
@media only screen and (max-width: 767px) {
  .recruitEntryImg.--img1 {
    width: 25%;
    right: 10%;
  }
}
.recruitEntryImg.--img2 {
  width: 15.8125915081%;
  left: 15%;
  bottom: 20%;
}
@media only screen and (max-width: 767px) {
  .recruitEntryImg.--img2 {
    width: 20%;
    left: 5%;
  }
}
.recruitEntryImg.--img3 {
  width: 12.1522693997%;
  right: 15%;
  bottom: 10%;
}
@media only screen and (max-width: 767px) {
  .recruitEntryImg.--img3 {
    width: 15%;
  }
}

/*==================================================
 * 下層ページ
*================================================*/
/*==================================================
 * お知らせ一覧・詳細
*================================================*/
body:has(.newsArchive) .topCta,
body:has(.newsSingle) .topCta {
  background-color: #fff;
}

.newsArchiveLayout {
  display: flex;
  gap: 4em;
}
@media only screen and (max-width: 767px) {
  .newsArchiveLayout {
    flex-direction: column;
    gap: 3em;
  }
}

.newsArchiveMain {
  flex: 1;
  min-width: 0;
}

.newsArchiveSidebar {
  width: 250px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .newsArchiveSidebar {
    width: 100%;
  }
}

.newsList {
  list-style: none;
}

.newsListItem {
  border-top: 1px solid #ddd;
}
.newsListItem:last-child {
  border-bottom: 1px solid #ddd;
}

.newsListLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  padding: 1.5em 0;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .newsListLink {
    gap: 1em;
  }
}

.newsListText {
  flex: 1;
  min-width: 0;
}

.newsListMeta {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}

.newsListDate {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsListDate {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsListDate {
    font-size: 0.875rem;
  }
}
.newsListDate {
  color: #888;
  flex-shrink: 0;
  font-family: "Google Sans", sans-serif;
}

.newsListCat {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsListCat {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsListCat {
    font-size: 0.75rem;
  }
}
.newsListCat {
  border: 1px solid #999;
  padding: 0.1em 0.8em;
  flex-shrink: 0;
  line-height: 1.4;
}

.newsListTitle {
  font-size: 1rem;
  display: block;
}

.newsListThumb {
  width: 80px;
  flex-shrink: 0;
}
.newsListThumb img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.newsListArrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.newsListArrow svg {
  display: block;
  width: 28px;
  height: auto;
}
.newsListArrow svg rect {
  fill: #fff;
}

.pagenation {
  margin-top: 3em;
}

.pagenationList {
  display: flex;
  justify-content: center;
  gap: 0em;
  list-style: none;
}

.pagenationItem a,
.pagenationItem span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5em;
  height: 2.5em;
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
  text-decoration: none;
  color: inherit;
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pagenationItem a,
  .pagenationItem span {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagenationItem a,
  .pagenationItem span {
    font-size: 0.875rem;
  }
}
.pagenationItem a:hover {
  background-color: var(--mainColor);
  color: #fff;
  border-color: var(--mainColor);
  opacity: 1;
}
.pagenationItem.active span {
  background-color: var(--mainColor);
  color: #fff;
  border-color: var(--mainColor);
}
.pagenationItem.pagenationNext a, .pagenationItem.pagenationPrev a {
  width: fit-content;
  font-size: 0.9em;
}

.sidebarBlock {
  margin-bottom: 2em;
}

.sidebarHeading {
  background-color: var(--mainColor);
  color: #fff;
  padding: 0.6em 1em;
  font-size: 1rem;
  font-weight: 600 !important;
  margin-bottom: 0.5em;
}

.sidebarCatList {
  list-style: none;
}
.sidebarCatList li {
  border-bottom: 1px solid #ddd;
}
.sidebarCatList li a {
  display: block;
  padding: 0.7em 1em;
  text-decoration: none;
  color: inherit;
  position: relative;
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarCatList li a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarCatList li a {
    font-size: 0.875rem;
  }
}
.sidebarCatList li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 0.4em;
  border-radius: 100vw;
  background-color: var(--mainColor);
}

.sidebarRecentList {
  list-style: none;
}

.sidebarRecentItem {
  border-bottom: 1px solid #ddd;
}
.sidebarRecentItem a {
  display: block;
  padding: 0.7em 1em 0.7em 0;
  text-decoration: none;
  color: inherit;
}

.sidebarRecentDate {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRecentDate {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarRecentDate {
    font-size: 0.75rem;
  }
}
.sidebarRecentDate {
  color: #888;
  font-family: "Google Sans", sans-serif;
}

.sidebarRecentCat {
  font-size: 0.75rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRecentCat {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarRecentCat {
    font-size: 0.6875rem;
  }
}
.sidebarRecentCat {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0 0.5em;
  margin-left: 0.5em;
}

.sidebarRecentTitle {
  display: block;
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRecentTitle {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarRecentTitle {
    font-size: 0.875rem;
  }
}
.sidebarRecentTitle {
  margin-top: 0.3em;
}

.sidebarArchiveSelect {
  width: 100%;
  padding: 0.6em 1em;
  border: 1px solid #ccc;
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarArchiveSelect {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarArchiveSelect {
    font-size: 0.875rem;
  }
}

.noPost {
  padding: 2em 0;
  text-align: center;
  color: #888;
}

.newsSingleHeader {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
}

.newsSingleMeta {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.8em;
}

.newsSingleDate {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsSingleDate {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsSingleDate {
    font-size: 0.875rem;
  }
}
.newsSingleDate {
  color: #888;
  font-family: "Google Sans", sans-serif;
}

.newsSingleCat {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsSingleCat {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsSingleCat {
    font-size: 0.75rem;
  }
}
.newsSingleCat {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0.1em 0.8em;
  text-decoration: none;
  color: inherit;
  line-height: 1.4;
}

.newsSingleTitle {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsSingleTitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsSingleTitle {
    font-size: 1.375rem;
  }
}
.newsSingleTitle {
  font-weight: 600 !important;
  line-height: 1.6;
}

.newsSingleThumbnail {
  margin-bottom: 2em;
}
.newsSingleThumbnail img {
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}

.newsSingleBody {
  margin-bottom: 3em;
}
.newsSingleBody table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 1.5em 0;
  border: 1px solid #ddd;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .newsSingleBody table {
    display: table !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .newsSingleBody tbody {
    display: table-row-group !important;
  }
}
.newsSingleBody tr {
  border: 0;
}
.newsSingleBody tr:first-child {
  border-top: 0;
}
.newsSingleBody tr:nth-child(2n) td {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .newsSingleBody tr {
    display: table-row !important;
  }
}
.newsSingleBody th,
.newsSingleBody td {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0.8em 1.2em;
  color: inherit;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .newsSingleBody th,
  .newsSingleBody td {
    display: table-cell !important;
  }
}
.newsSingleBody th {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .newsSingleBody th {
    width: 35%;
  }
}
.newsSingleBody td {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .newsSingleBody td {
    width: 65%;
  }
}
.newsSingleBody tr > :first-child {
  width: 35%;
}
.newsSingleBody tr > :nth-child(2) {
  width: 65%;
}
.newsSingleBody img {
  display: inline-block;
  margin-inline: 0;
  vertical-align: top;
}

.newsSingleNav {
  margin-bottom: 2em;
}

.newsSingleBack {
  text-align: center;
}
.newsSingleBack .btn {
  display: inline-block;
  border: 1px solid var(--mainColor);
  padding: 0.7em 3em;
  text-decoration: none;
  color: var(--mainColor);
  font-size: 1rem;
}
.newsSingleBack .btn:hover {
  background-color: var(--mainColor);
  color: #fff;
  opacity: 1;
}

.underline {
  text-decoration: underline;
}

/*==================================================
 * 事業所一覧
*================================================*/
.pageFvWrap {
  position: relative;
  background-color: #bbe6f2;
}

.pageFv {
  background-color: #fff;
  padding-block: 10% 7%;
  position: relative;
}
.pageFv::before {
  content: "";
  display: block;
  position: absolute;
  --wave-w: 607px;
  --wave-h: 44px;
  width: 100%;
  height: var(--wave-h);
  background: url(../img/common/waveMedBottom.png) repeat-x 0 0;
  background-size: var(--wave-w) var(--wave-h);
  left: 0;
  bottom: -1px;
  z-index: 1;
  animation: waveMedBottomScroll 15s linear infinite;
}
@media only screen and (max-width: 767px) {
  .pageFv::before {
    --wave-w: 300px;
    --wave-h: 22px;
    animation-duration: 10s;
  }
}
.pageFv::before {
  transform: translateY(100%);
  bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .pageFv {
    padding-block: 24% 15%;
  }
}

.bottomMedWave {
  position: relative;
}
.bottomMedWave::before {
  content: "";
  display: block;
  position: absolute;
  --wave-w: 607px;
  --wave-h: 44px;
  width: 100%;
  height: var(--wave-h);
  background: url(../img/common/waveMedBottom.png) repeat-x 0 0;
  background-size: var(--wave-w) var(--wave-h);
  left: 0;
  bottom: -1px;
  z-index: 1;
  animation: waveMedBottomScroll 15s linear infinite;
}
@media only screen and (max-width: 767px) {
  .bottomMedWave::before {
    --wave-w: 300px;
    --wave-h: 22px;
    animation-duration: 10s;
  }
}
.bottomMedWave::before {
  transform: rotate(180deg);
}

.officeHead {
  margin-bottom: 2em;
}

.officeHeadTitle {
  background-color: #66c3b3;
  color: #fff;
  font-weight: 600 !important;
  padding: 0.6em 1em;
  border-radius: 0.3em;
  font-size: 2.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .officeHeadTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .officeHeadTitle {
    font-size: 1.3125rem;
  }
}
.officeHeadTitle {
  line-height: 1;
}

.officeTitle {
  font-weight: 600 !important;
  font-size: 2.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .officeTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .officeTitle {
    font-size: 1.3125rem;
  }
}
.officeTitle {
  line-height: 1;
  border-left: solid 2px #2a2a2a;
  padding-left: 0.5em;
  margin-bottom: 0.3em;
}

.officeTitleRow {
  display: flex;
  justify-content: space-between;
  column-gap: 1em;
  align-items: flex-end;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .officeTitleRow {
    flex-direction: column;
    margin-bottom: 2em;
  }
}

.officeBody {
  background-color: #fff;
  border-radius: 1em;
  column-gap: 4em;
  padding: 3em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 959px) {
  .officeBody {
    padding: 1.5em;
    flex-direction: column-reverse;
    row-gap: 2em;
  }
}

.officeImg {
  width: 46.4864864865%;
  flex-shrink: 0;
  aspect-ratio: 430/300;
  position: relative;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .officeImg {
    width: 100%;
    margin-top: 0;
  }
}
.officeImg iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.officeTel {
  width: 100%;
}

.officeTelTitle {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .officeTelTitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .officeTelTitle {
    font-size: 1.375rem;
  }
}
.officeTelTitle {
  display: flex;
  align-items: center;
  column-gap: 0.3em;
}
.officeTelTitle img {
  width: 1.2em;
  margin-inline: 0;
}

.officeTelTable {
  width: 100%;
  margin-top: 1em;
}

.officeTelRow {
  display: flex;
  padding: 0.4em 0;
}

.officeTelLabel {
  font-weight: bold;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .officeTelLabel {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .officeTelLabel {
    font-size: 0.875rem;
  }
}

.officeTelDots {
  flex: 1;
  height: 2px;
  margin: 0 0.6em;
  background-image: radial-gradient(circle, #333 1px, transparent 1px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: center;
  margin-top: 0.8em;
}

.officeTelNum {
  flex-shrink: 0;
  font-family: "Google Sans", sans-serif;
  font-size: 1.25rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .officeTelNum {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .officeTelNum {
    font-size: 1rem;
  }
}
.officeTelNum {
  width: 160px;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
}
@media only screen and (max-width: 767px) {
  .officeTelNum {
    width: 140px;
  }
}

.officeOtherBody {
  display: flex;
  justify-content: space-between;
  column-gap: 2em;
}
@media only screen and (max-width: 767px) {
  .officeOtherBody {
    flex-direction: column;
    row-gap: 2em;
  }
}
.officeOtherBody .officeInfo {
  min-width: 49.5192307692%;
}
@media only screen and (max-width: 767px) {
  .officeOtherBody .officeInfo {
    width: 100%;
  }
}
.officeOtherBody .officeTel {
  background-color: #fff;
  padding: 1em;
  border-radius: 0.5em;
}
.officeOtherBody .officeTelTable {
  margin-top: 0;
}
.officeOtherBody .officeImg {
  width: 28.8461538462%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .officeOtherBody .officeImg {
    width: 100%;
  }
}
.officeOtherBody .officeTelRow {
  align-items: center;
}
.officeOtherBody .officeTelDots {
  margin-top: 0;
}

.officeOtherTitleRow {
  margin-bottom: 1em;
}
.officeOtherTitleRow .officeTitleLeft {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .officeOtherTitleRow .officeTitleLeft {
    margin-bottom: 0.5em;
  }
}
.officeOtherTitleRow .officeTitleLeft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  flex-wrap: wrap;
}

.recruitCmn {
  position: relative;
  background-color: #fff;
  background: url(../img/common/page-recruit-img.jpg) no-repeat center/cover;
  padding-block: 13%;
}
@media only screen and (max-width: 767px) {
  .recruitCmn {
    padding-block: 20%;
    mask-size: 300% 100%;
    animation-duration: 60s;
    background-image: url(../img/common/page-recruit-img-sp.jpg);
  }
}
.recruitCmn .recruitCmnImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.recruitCmn .recruitCmnImg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.recruitCmn::before, .recruitCmn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  --tile-w: calc(65px * 607 / 53);
  background-size: var(--tile-w) 100%;
  background-repeat: repeat-x;
  animation: bgLoop 15s linear forwards infinite;
}
.recruitCmn::before {
  background-image: url(../img/common/wave-page-recruit-2.png);
  background-position: 0 0;
  top: -1px;
}
.recruitCmn::after {
  background-image: url(../img/common/wave-page-recruit-bottom.png);
  background-position: 0 0;
  bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .recruitCmn::before, .recruitCmn::after {
    animation-duration: 12s;
    height: 30px;
    --tile-w: calc(30px * 607 / 53);
  }
}

.bgWhiteWave .recruitCmn::before {
  background-image: url(../img/common/waveMedBottom.png);
}

.bgTrans {
  background-color: transparent;
}

.recMessageWrap .companyContent {
  max-width: 860px;
  width: 100%;
}

/*==================================================
 * お知らせ
 *================================================*/
.newsArchiveLayout {
  display: flex;
  gap: 4em;
}
@media only screen and (max-width: 767px) {
  .newsArchiveLayout {
    flex-direction: column;
    gap: 3em;
  }
}

.newsArchiveMain {
  flex: 1;
  min-width: 0;
}

.newsArchiveSidebar {
  width: 240px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .newsArchiveSidebar {
    width: 100%;
  }
}

.newsList {
  list-style: none;
}

.newsListItem {
  border-top: 1px solid var(--grayColor);
}
.newsListItem:last-child {
  border-bottom: 1px solid var(--grayColor);
}

.newsListLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  padding: 1.5em 0;
  text-decoration: none;
  color: inherit;
}
.newsListLink:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .newsListLink {
    gap: 1em;
  }
}

.newsListText {
  flex: 1;
  min-width: 0;
}

.newsListMeta {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}

.newsListDate {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsListDate {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsListDate {
    font-size: 0.875rem;
  }
}
.newsListDate {
  color: var(--charcoalGray);
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
}

.newsListCat {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsListCat {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsListCat {
    font-size: 0.75rem;
  }
}
.newsListCat {
  border: 1px solid var(--paleGray);
  padding: 0.1em 0.8em;
  flex-shrink: 0;
  line-height: 1.4;
}

.newsListTitle {
  font-size: 1rem;
  display: block;
}

.newsListThumb {
  width: 80px;
  flex-shrink: 0;
}
.newsListThumb img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.newsListArrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.newsListArrow svg {
  display: block;
  width: 28px;
  height: auto;
}
.newsListArrow svg rect {
  fill: #fff;
}

.pagenation {
  margin-top: 3em;
}

.pagenationList {
  display: flex;
  justify-content: center;
  gap: 0;
  list-style: none;
}

.pagenationItem a,
.pagenationItem span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5em;
  height: 2.5em;
  padding: 0.2em 0.5em;
  border: 1px solid var(--grayColor);
  text-decoration: none;
  color: inherit;
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pagenationItem a,
  .pagenationItem span {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagenationItem a,
  .pagenationItem span {
    font-size: 0.875rem;
  }
}
.pagenationItem a:hover {
  background-color: var(--mainColor);
  color: var(--warmWhite);
  border-color: var(--mainColor);
  opacity: 1;
}
.pagenationItem.active span {
  background-color: var(--mainColor);
  color: var(--warmWhite);
  border-color: var(--mainColor);
}
.pagenationItem.pagenationNext a, .pagenationItem.pagenationPrev a {
  width: fit-content;
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pagenationItem.pagenationNext a, .pagenationItem.pagenationPrev a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .pagenationItem.pagenationNext a, .pagenationItem.pagenationPrev a {
    font-size: 0.875rem;
  }
}

.sidebarBlock {
  margin-bottom: 2em;
}

.sidebarHeading {
  background-color: var(--mainColor);
  color: var(--warmWhite);
  padding: 0.6em 1em;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.sidebarCatList {
  list-style: none;
}
.sidebarCatList li {
  border-bottom: 1px solid var(--grayColor);
}
.sidebarCatList li a {
  display: block;
  padding: 0.7em 1em;
  text-decoration: none;
  color: inherit;
  position: relative;
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarCatList li a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarCatList li a {
    font-size: 0.875rem;
  }
}
.sidebarCatList li a:hover {
  opacity: 0.7;
}
.sidebarCatList li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: var(--mainColor);
}

.sidebarRecentList {
  list-style: none;
}

.sidebarRecentItem {
  border-bottom: 1px solid var(--grayColor);
}
.sidebarRecentItem a {
  display: block;
  padding: 0.7em 1em 0.7em 0;
  text-decoration: none;
  color: inherit;
}
.sidebarRecentItem a:hover {
  opacity: 0.7;
}

.sidebarRecentDate {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRecentDate {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarRecentDate {
    font-size: 0.75rem;
  }
}
.sidebarRecentDate {
  color: var(--charcoalGray);
  font-family: "Roboto", sans-serif;
}

.sidebarRecentCat {
  font-size: 0.75rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRecentCat {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarRecentCat {
    font-size: 0.6875rem;
  }
}
.sidebarRecentCat {
  border: 1px solid var(--paleGray);
  border-radius: 3px;
  padding: 0 0.5em;
  margin-left: 0.5em;
}

.sidebarRecentTitle {
  display: block;
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRecentTitle {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarRecentTitle {
    font-size: 0.875rem;
  }
}
.sidebarRecentTitle {
  margin-top: 0.3em;
}

.sidebarArchiveSelect {
  width: 100%;
  padding: 0.6em 1em;
  border: 1px solid var(--grayColor);
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarArchiveSelect {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarArchiveSelect {
    font-size: 0.875rem;
  }
}
.sidebarArchiveSelect {
  background-color: var(--warmWhite);
}

.noPost {
  padding: 2em 0;
  text-align: center;
  color: var(--charcoalGray);
}

.newsSingleHeader {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--grayColor);
}

.newsSingleMeta {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.8em;
}

.newsSingleDate {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsSingleDate {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsSingleDate {
    font-size: 0.875rem;
  }
}
.newsSingleDate {
  color: var(--charcoalGray);
  font-family: "Roboto", sans-serif;
}

.newsSingleCat {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsSingleCat {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsSingleCat {
    font-size: 0.75rem;
  }
}
.newsSingleCat {
  border: 1px solid var(--paleGray);
  border-radius: 3px;
  padding: 0.1em 0.8em;
  text-decoration: none;
  color: inherit;
  line-height: 1.4;
}
.newsSingleCat:hover {
  opacity: 0.7;
}

.newsSingleTitle {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsSingleTitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .newsSingleTitle {
    font-size: 1.375rem;
  }
}
.newsSingleTitle {
  font-weight: 700;
  line-height: 1.6;
}

.newsSingleThumbnail {
  margin-bottom: 2em;
}
.newsSingleThumbnail img {
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}

.newsSingleBody {
  margin-bottom: 3em;
}
.newsSingleBody table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 1.5em 0;
  border: 1px solid var(--grayColor);
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .newsSingleBody table {
    display: table !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .newsSingleBody tbody {
    display: table-row-group !important;
  }
}
.newsSingleBody tr {
  border: 0;
}
.newsSingleBody tr:first-child {
  border-top: 0;
}
.newsSingleBody tr:nth-child(2n) td {
  background-color: var(--warmWhite);
}
@media only screen and (max-width: 767px) {
  .newsSingleBody tr {
    display: table-row !important;
  }
}
.newsSingleBody th,
.newsSingleBody td {
  border: 1px solid var(--grayColor);
  background-color: var(--warmWhite);
  padding: 0.8em 1.2em;
  color: inherit;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .newsSingleBody th,
  .newsSingleBody td {
    display: table-cell !important;
  }
}
.newsSingleBody th {
  width: 35%;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .newsSingleBody th {
    width: 35%;
  }
}
.newsSingleBody td {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .newsSingleBody td {
    width: 65%;
  }
}
.newsSingleBody img {
  display: inline-block;
  margin-inline: 0;
  vertical-align: top;
}

.newsSingleBack {
  text-align: center;
  margin-top: 3em;
}

/* ==========================================================================
   TOP PAGE
========================================================================== */
/* ----------------------------------
   FV
---------------------------------- */
.topFv {
  position: relative;
  aspect-ratio: 1366/830;
  overflow: hidden;
}
.topFv::after {
  content: "";
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 101;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.topFv.is-fvReady::after {
  opacity: 0;
}
.topFv.is-fvDone::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .topFv {
    aspect-ratio: 1366/900;
  }
}
@media only screen and (max-width: 767px) {
  .topFv {
    aspect-ratio: 375/665;
  }
}

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

.topFvScaleLayer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  transform-origin: center bottom;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.topFvScaleLayer.is-fullscreen {
  position: fixed;
  z-index: 100;
}
.topFvScaleLayer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .topFvScaleLayer {
    width: 100vmax;
    height: 100vmax;
    top: auto;
    bottom: 0;
    left: calc(50vw - 50vmax);
  }
}

.topFvTxt {
  position: absolute;
  bottom: 39.11vw;
  left: 5vw;
  width: 39.8vw;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}
.topFvTxt img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .topFvTxt {
    left: 8vw;
    width: 60vw;
    bottom: 108vw;
  }
}

.topFvSwiperWrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34.77vw;
  height: 34.77vw;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  overflow: visible;
}
@media (max-width: 767px) {
  .topFvSwiperWrap {
    left: 0;
    transform: none;
    width: 100vw;
    height: 100vw;
  }
}

.topFvSlider {
  width: 100%;
  height: 100%;
}
.topFvSlider.swiper {
  overflow: visible;
}
.topFvSlider .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear !important;
}

.topFvSlide {
  width: 34.77vw !important;
  height: 34.77vw !important;
}
.topFvSlide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .topFvSlide {
    width: 100vw !important;
    height: 100vw !important;
  }
}

/* ----------------------------------
   ABOUT
---------------------------------- */
.topAbout {
  overflow: hidden;
  position: relative;
}
.topAbout::before {
  content: "";
  display: block;
  position: absolute;
  width: 28.8461538462%;
  aspect-ratio: 1/1;
  background-color: #fff;
  right: 0;
  top: 0;
  max-width: 375px;
}
.topAbout .cnt {
  padding-left: 0;
}

.topAboutInner {
  display: flex;
  align-items: flex-start;
  column-gap: 7.0559610706%;
  max-width: 1233px;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .topAboutInner {
    flex-direction: column;
  }
}

.topAboutLeft {
  width: 54.6634225466%;
  flex-shrink: 0;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .topAboutLeft {
    width: 100%;
    padding-left: 15px;
  }
}

.topAboutRight {
  width: 38.2806163828%;
  padding-top: 125px;
}
@media only screen and (max-width: 767px) {
  .topAboutRight {
    width: 100%;
    padding-top: 40px;
    padding-inline: 30px 0;
  }
}

.topAboutImg {
  margin-left: -50px;
  width: calc(100% + 50px);
}
.topAboutImg img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .topAboutImg {
    margin-left: -15px;
    width: calc(100% + 15px);
  }
}

.topAboutTexts {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}

.topAboutText {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutText {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutText {
    font-size: 0.875rem;
  }
}
.topAboutText {
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topAboutText {
    font-size: 1.125rem;
  }
}

.topAboutBtns {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.topAboutBtns .secBtn {
  width: 280px;
  padding: 12px 30px;
}
@media only screen and (max-width: 767px) {
  .topAboutBtns .secBtn {
    width: 100%;
    max-width: 280px;
  }
}
.topAboutBtns .secBtnText {
  font-size: 1em;
}

/* ----------------------------------
   MISSION
---------------------------------- */
.topMissionCards {
  display: flex;
  justify-content: center;
  column-gap: 0.625em;
}
@media only screen and (max-width: 767px) {
  .topMissionCards {
    flex-direction: column;
    row-gap: 3.125em;
  }
}

.topMissionCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25em;
  width: 31.5789473684%;
}
@media only screen and (max-width: 767px) {
  .topMissionCard {
    width: 100%;
  }
}

.topMissionIcon {
  width: 190px;
  height: 190px;
  flex-shrink: 0;
}
.topMissionIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topMissionCardBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375em;
  width: 100%;
  text-align: center;
}

.topMissionCardSub {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topMissionCardSub {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .topMissionCardSub {
    font-size: 0.875rem;
  }
}
.topMissionCardSub {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topMissionCardSub {
    font-size: 1rem;
  }
}

.topMissionCardTitle {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topMissionCardTitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .topMissionCardTitle {
    font-size: 1.375rem;
  }
}
.topMissionCardTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topMissionCardTitle {
    font-size: 1.25rem;
  }
}

.topMissionCardText {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--bgDark2);
  margin: 0;
}

/* ----------------------------------
   LINEUP
---------------------------------- */
.topLineupCards {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75em 1.875em;
}

.topLineupCard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875em;
  width: calc(50% - 0.9375em);
}
@media only screen and (max-width: 767px) {
  .topLineupCard {
    width: 100%;
  }
}

.topLineupImg {
  width: 100%;
  height: 372px;
  overflow: hidden;
}
.topLineupImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topLineupImg {
    height: 240px;
  }
}

.topLineupCardBody {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.topLineupCardHead {
  display: flex;
  flex-direction: column;
}

.topLineupCardTitle {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topLineupCardTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .topLineupCardTitle {
    font-size: 1.3125rem;
  }
}
.topLineupCardTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topLineupCardTitle {
    font-size: 1.5rem;
  }
}

.topLineupCardSub {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topLineupCardSub {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .topLineupCardSub {
    font-size: 0.875rem;
  }
}
.topLineupCardSub {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}

.topLineupCardText {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--bgDark2);
  margin: 0;
}

/* ----------------------------------
   PARALLAX BANNER
---------------------------------- */
.topParallaxBanner {
  overflow: hidden;
  height: clamp(380px, 38vw, 580px);
}
@media only screen and (max-width: 767px) {
  .topParallaxBanner {
    height: 240px;
  }
}

.topParallaxBannerImg {
  width: 100%;
  height: 130%;
  object-fit: cover;
  display: block;
  will-change: transform;
}

/* ----------------------------------
   EVENT
---------------------------------- */
.topEventCards {
  display: flex;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .topEventCards {
    flex-direction: column;
    gap: 3.75em;
  }
}

.topEventCard {
  display: flex;
  flex-direction: column;
  width: 31.5789473684%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topEventCard {
    width: 100%;
  }
}

.topEventImgLink {
  display: block;
  overflow: hidden;
}

.topEventCard:hover .topEventImg img {
  transform: scale(1.05);
}

.topEventImg {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.topEventImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.topEventBody {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  padding-top: 1.25em;
  flex: 1;
}

.topEventMeta {
  display: flex;
  align-items: center;
  gap: 0.875em;
  flex-wrap: wrap;
}

.topEventTags {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.topEventTag {
  font-size: 0.75rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topEventTag {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .topEventTag {
    font-size: 0.6875rem;
  }
}
.topEventTag {
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.4375em 0.75em;
  line-height: 1;
  white-space: nowrap;
}
.topEventTag--fill {
  background-color: var(--bgDark2);
  color: #fff;
}
.topEventTag--border {
  border: 1px solid var(--paleGray);
  color: var(--mainColor);
}

.topEventPlace {
  display: flex;
  align-items: center;
  gap: 0.375em;
}

.topEventPlaceIcon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.topEventPlaceIcon svg {
  display: block;
}

.topEventPlaceText {
  font-size: 0.75rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topEventPlaceText {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .topEventPlaceText {
    font-size: 0.6875rem;
  }
}
.topEventPlaceText {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  white-space: nowrap;
}

.topEventInfo {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.topEventTitle {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topEventTitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .topEventTitle {
    font-size: 1.375rem;
  }
}
.topEventTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}
.topEventTitle a {
  color: inherit;
  transition: opacity 0.2s;
}
.topEventTitle a:hover {
  opacity: 0.7;
}

.topEventDate {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topEventDate {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .topEventDate {
    font-size: 0.875rem;
  }
}
.topEventDate {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--bgDark2);
  margin: 0;
}

.topEventMore {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.topEventMore .secBtn {
  background-color: #fff;
  padding: 0.25em 2.0833em;
  border-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
}
.topEventMore .secBtn:hover {
  background-color: var(--bgLight);
  border-color: currentColor;
}
.topEventMore .secBtn::after {
  content: "";
  position: absolute;
  inset: 0;
}
.topEventMore .secBtnText {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
}

/* ----------------------------------
   QUALITY & TRUST
---------------------------------- */
.topQualityInner {
  display: flex;
  align-items: center;
  gap: 5.625em;
}
@media only screen and (max-width: 767px) {
  .topQualityInner {
    flex-direction: column;
    gap: 2.5em;
  }
}

.topQualityImg {
  width: 41.7543859649%;
  flex-shrink: 0;
}
.topQualityImg img {
  width: 100%;
  aspect-ratio: 476/775;
  object-fit: cover;
  object-position: bottom;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topQualityImg {
    width: 100%;
  }
  .topQualityImg img {
    aspect-ratio: 4/3;
    object-position: center;
  }
}

.topQualityContent {
  width: 50.350877193%;
}
@media only screen and (max-width: 767px) {
  .topQualityContent {
    width: 100%;
  }
}

.topQualityBody {
  display: flex;
  flex-direction: column;
  gap: 2.8125em;
}

.topQualityTexts {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}

.topQualityText {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topQualityText {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .topQualityText {
    font-size: 0.875rem;
  }
}
.topQualityText {
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topQualityText {
    font-size: 1.125rem;
  }
}

.topQualityBtns {
  display: flex;
  gap: 0.9375em;
}
.topQualityBtns .secBtn {
  width: 280px;
  padding: 12px 30px;
}
@media only screen and (max-width: 959px) {
  .topQualityBtns {
    flex-direction: column;
  }
  .topQualityBtns .secBtn {
    width: 100%;
    max-width: 280px;
  }
}

/* ----------------------------------
   STYLE BOOK（施工事例・お客様の声）
---------------------------------- */
.topStyleBook {
  background-color: #fff;
}

.topStyleBookLayout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .topStyleBookLayout {
    flex-direction: column;
    gap: 3.75em;
  }
}

.topStyleBookMain {
  width: 51.8253968254%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topStyleBookMain {
    width: 100%;
  }
}

.topStyleBookMainImgLink {
  display: block;
  overflow: hidden;
}

.topStyleBookMain:hover .topStyleBookMainImg img {
  transform: scale(1.05);
}

.topStyleBookMainImg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.topStyleBookMainImg img {
  width: 100%;
  aspect-ratio: 653/393;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.topStyleBookMainBody {
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  padding-top: 1.25em;
}

.topStyleBookMainInfo {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.topStyleBookMainTitle {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}
.topStyleBookMainTitle a {
  color: inherit;
  transition: opacity 0.2s;
}
.topStyleBookMainTitle a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .topStyleBookMainTitle {
    font-size: 1.25rem;
  }
}

.topStyleBookSubs {
  width: 43.0952380952%;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
@media only screen and (max-width: 767px) {
  .topStyleBookSubs {
    width: 100%;
    gap: 2.8125em;
  }
}

.topStyleBookCard {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .topStyleBookCard {
    flex-direction: column;
    gap: 0;
  }
}

.topStyleBookCardImgLink {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topStyleBookCardImgLink {
    width: 100%;
  }
}

.topStyleBookCard:hover .topStyleBookCardImg img {
  transform: scale(1.05);
}

.topStyleBookCardImg {
  width: 233px;
  height: 140px;
  position: relative;
  overflow: hidden;
}
.topStyleBookCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .topStyleBookCardImg {
    width: 100%;
    height: auto;
    aspect-ratio: 315/190;
  }
}

.topStyleBookCardBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
}
@media only screen and (max-width: 767px) {
  .topStyleBookCardBody {
    width: 100%;
    padding-top: 0.9375em;
  }
}

.topStyleBookCardInfo {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.topStyleBookCardTitle {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}
.topStyleBookCardTitle a {
  color: inherit;
  transition: opacity 0.2s;
}
.topStyleBookCardTitle a:hover {
  opacity: 0.7;
}

.topStyleBookPlace {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topStyleBookPlace {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .topStyleBookPlace {
    font-size: 0.875rem;
  }
}
.topStyleBookPlace {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
  line-height: 2;
}

.topStyleBookMore {
  display: flex;
  justify-content: flex-end;
}
.topStyleBookMore .secBtn {
  padding: 0.25em 2.0833em;
  border-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
}
.topStyleBookMore .secBtn:hover {
  background-color: var(--bgLight);
  border-color: currentColor;
}
.topStyleBookMore .secBtnText {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
}

.topStyleBookBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.625em;
  padding: 0.1875em 1.5625em;
  background-color: var(--bgLight);
  border: 1px solid transparent;
  border-radius: 210px;
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
}
.topStyleBookBtn::after {
  content: "";
  position: absolute;
  inset: 0;
}
.topStyleBookBtn:hover {
  background-color: #fff;
  border-color: var(--paleGray);
  opacity: 1;
}
.topStyleBookBtn .secBtnText {
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  white-space: nowrap;
}
.topStyleBookBtn .secBtnArrow {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.topStyleBookBadge {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border: 1px solid var(--paleGray);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  text-align: center;
  pointer-events: none;
}

/* ----------------------------------
   CTA（まずはお話だけでも）
---------------------------------- */
.topCtaInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75em;
}
@media only screen and (max-width: 767px) {
  .topCtaInner {
    gap: 2.5em;
  }
}

.topCtaTitle {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topCtaTitle {
    font-size: 1.625rem;
  }
}

.topCtaCards {
  display: flex;
  justify-content: center;
  gap: 1.875em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topCtaCards {
    flex-direction: column;
    gap: 2.5em;
  }
}

.topCtaCard {
  width: 31.5789473684%;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topCtaCard {
    width: 100%;
  }
}

.topCtaCardImg {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.topCtaCardBg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.topCtaCard:hover .topCtaCardBg {
  transform: scale(1.05);
}

.topCtaCardOverlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}

.topCtaCard:hover .topCtaCardOverlay {
  background-color: rgba(0, 0, 0, 0.45);
}

.topCtaCardIconWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  height: 170px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topCtaCardIcon {
  width: 88px;
  height: 68.75px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.topCtaCardIcon--catalog {
  gap: 2px;
}
.topCtaCardIcon svg {
  height: 100%;
  width: auto;
  display: block;
}

.topCtaCardArrow {
  position: absolute;
  bottom: 12px;
  right: 14px;
  width: 28px;
  height: 28px;
  display: flex;
}

.topCtaCardBody {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topCtaCardName {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  margin: 0;
}

.topCtaCardSub {
  font-family: var(--fontEn);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--bgDark2);
  margin: 0;
}

/* ----------------------------------
   NEWS（お知らせ）
---------------------------------- */
.topNews {
  background-color: #fff;
}

.topNewsInner {
  display: flex;
  align-items: center;
  gap: 5.9375em;
}
@media only screen and (max-width: 767px) {
  .topNewsInner {
    flex-direction: column;
    gap: 0.9375em;
  }
}

.topNewsLeft {
  width: 264px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2.8125em;
}
.topNewsLeft .secBtn {
  width: 100%;
  justify-content: space-between;
}
.topNewsLeft .secBtnText {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .topNewsLeft {
    width: 100%;
  }
  .topNewsLeft .secHead {
    align-items: center;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .topNewsBtn--pc {
    display: none;
  }
}

.topNewsRight {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .topNewsRight {
    width: 100%;
  }
}

.topNewsBtnSpWrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .topNewsBtnSpWrap {
    display: flex;
    justify-content: center;
    margin-top: 1.875em;
  }
  .topNewsBtnSpWrap .secBtn {
    width: 280px;
    justify-content: space-between;
  }
  .topNewsBtnSpWrap .secBtnText {
    font-size: 1rem;
  }
}

.topNewsItem {
  border-bottom: 1px dashed var(--paleGray);
}

.topNewsLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding-block: 1.875em;
  text-decoration: none;
  transition: opacity 0.2s;
}
.topNewsLink:hover {
  opacity: 0.7;
}

.topNewsItemLeft {
  display: flex;
  align-items: center;
  gap: 0.6875em;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .topNewsItemLeft {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25em;
  }
}

.topNewsDate {
  font-family: var(--fontEn);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: var(--mainColor);
  white-space: nowrap;
  flex-shrink: 0;
}

.topNewsTitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .topNewsTitle {
    white-space: normal;
    text-overflow: unset;
  }
}

.topNewsArrow {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----------------------------------
   GALLERY（無限横スクロール）
---------------------------------- */
@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marqueeRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.topGallery {
  overflow: hidden;
}

.topGalleryRow {
  overflow: hidden;
}

.topGalleryTrack {
  display: flex;
  gap: 0;
  width: max-content;
  will-change: transform;
}

.topGalleryRow--left .topGalleryTrack {
  animation: marqueeLeft 50s linear infinite;
}

.topGalleryRow--right .topGalleryTrack {
  animation: marqueeRight 55s linear infinite;
}

.topGalleryItem {
  width: 440px;
  height: 300px;
  flex-shrink: 0;
  overflow: hidden;
}
.topGalleryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topGalleryItem {
    width: 220px;
    height: 150px;
  }
}

/*==================================================
 * コンセプトページ
*================================================*/
.conceptFv {
  width: 100%;
}

.conceptFvImg {
  width: 100%;
  height: auto;
  display: block;
}

.cptMissionItems {
  display: flex;
  flex-direction: column;
  gap: 5em;
  margin-top: 5em;
}
@media only screen and (max-width: 767px) {
  .cptMissionItems {
    gap: 3.75em;
    margin-top: 3.125em;
  }
}

.cptMissionItem {
  display: flex;
  gap: 3.8125em;
  align-items: center;
}
.cptMissionItem--rev {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .cptMissionItem {
    flex-direction: column;
    gap: 1.875em;
  }
}

.cptMissionItemBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .cptMissionItemBody {
    gap: 1em;
  }
}

.cptMissionItemHead {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.cptMissionItemNum {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cptMissionItemNum {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .cptMissionItemNum {
    font-size: 1rem;
  }
}
.cptMissionItemNum {
  font-weight: 500;
  color: var(--paleGray);
  letter-spacing: 0.05em;
  line-height: 1;
}

.cptMissionItemTitle {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cptMissionItemTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cptMissionItemTitle {
    font-size: 1.3125rem;
  }
}
.cptMissionItemTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .cptMissionItemTitle {
    font-size: 1.5rem;
  }
}

.cptMissionItemText {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.cptMissionItemText p {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.cptMissionItemImg {
  flex-shrink: 0;
  width: 47.7192982456%;
  position: relative;
}
.cptMissionItemImg img:first-child {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 544/360;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cptMissionItemImg {
    width: 100%;
  }
}

.cptMissionItemIcon {
  position: absolute;
  top: 0.6875em;
  right: 0.6875em;
  width: 4.375em;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cptMissionItemIcon img {
  width: 2.5em;
  height: auto;
  display: block;
  margin: 0;
}

.cptMissionItemBtn {
  padding: 0.75em 1.875em;
  min-width: 17.5em;
}

.conceptCloseText {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .conceptCloseText {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .conceptCloseText {
    font-size: 0.875rem;
  }
}
.conceptCloseText {
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .conceptCloseText {
    font-size: 1.125rem;
  }
}

.conceptSecondInner {
  display: flex;
  gap: 5em;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .conceptSecondInner {
    flex-direction: column-reverse;
    gap: 2.5em;
  }
}

.conceptSecondImg {
  flex-shrink: 0;
  width: 52.1929824561%;
}
.conceptSecondImg img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .conceptSecondImg {
    width: 100%;
  }
}

.conceptSecondBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
.conceptSecondBody p {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .conceptSecondBody p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .conceptSecondBody p {
    font-size: 0.875rem;
  }
}
.conceptSecondBody p {
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .conceptSecondBody p {
    font-size: 1.125rem;
  }
}

.conceptFirstInner {
  display: flex;
  gap: 5em;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .conceptFirstInner {
    flex-direction: column;
    gap: 2.5em;
  }
}

.conceptFirstLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5em;
}
@media only screen and (max-width: 767px) {
  .conceptFirstLeft {
    gap: 0;
  }
}

.conceptFirstBody {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
.conceptFirstBody p {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .conceptFirstBody p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .conceptFirstBody p {
    font-size: 0.875rem;
  }
}
.conceptFirstBody p {
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .conceptFirstBody p {
    font-size: 1.125rem;
  }
}

.conceptFirstImgs {
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .conceptFirstImgs {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
    width: 100%;
  }
}

.conceptFirstImg {
  grid-area: 1/1;
}
.conceptFirstImg img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.conceptFirstImg--1 {
  width: 26.875em;
  aspect-ratio: 430/284;
  margin-left: 3.8125em;
  margin-top: 0;
}
.conceptFirstImg--2 {
  width: 18.875em;
  aspect-ratio: 302/210;
  margin-left: 0;
  margin-top: 21em;
}
.conceptFirstImg--3 {
  width: 9.375em;
  aspect-ratio: 1/1;
  margin-left: 18.8125em;
  margin-top: 40.25em;
}
@media only screen and (max-width: 767px) {
  .conceptFirstImg {
    grid-area: auto;
  }
  .conceptFirstImg--1 {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .conceptFirstImg--2 {
    width: 75%;
    height: auto;
    margin: 0;
  }
  .conceptFirstImg--3 {
    width: 40%;
    height: auto;
    margin: 0 0 0 auto;
  }
}

.cptPageLinkHead {
  text-align: center;
  margin-bottom: 3.75em;
}

.cptPageLinkTitle {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .cptPageLinkTitle {
    font-size: 1.375rem;
  }
}

.cptPageLinkLead {
  margin-top: 1.875em;
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cptPageLinkLead {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cptPageLinkLead {
    font-size: 0.875rem;
  }
}
.cptPageLinkLead {
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: var(--mainColor);
}
.cptPageLinkLead p {
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .cptPageLinkLead {
    font-size: 0.9375rem;
    text-align: left;
  }
}

.cptPageLinkItems {
  display: flex;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .cptPageLinkItems {
    flex-direction: column;
    gap: 1.25em;
  }
}

.cptPageLinkItem {
  flex: 1;
  position: relative;
  display: block;
  overflow: hidden;
}
.cptPageLinkItem::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.cptPageLinkItemImg {
  display: block;
  width: 100%;
  aspect-ratio: 618/372;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cptPageLinkItem:hover .cptPageLinkItemImg {
  transform: scale(1.05);
}

.cptPageLinkItemBody {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.375em;
  color: #fff;
}

.cptPageLinkItemTitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .cptPageLinkItemTitle {
    font-size: 1.375rem;
  }
}

.cptPageLinkItemEn {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cptPageLinkItemEn {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .cptPageLinkItemEn {
    font-size: 1rem;
  }
}
.cptPageLinkItemEn {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.cptPageLinkItemArrow {
  position: absolute;
  bottom: 0.75em;
  right: 0.875em;
  z-index: 2;
  width: 1.75em;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cptPageLinkItemArrow img {
  width: 0.75em;
  height: auto;
  display: block;
}

.cptHonestly {
  background-color: #f3f3f3;
  position: relative;
  clip-path: inset(0);
}
.cptHonestly::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/concept/bg-honestly.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.cptHonestly .cnt {
  position: relative;
  z-index: 1;
}

.cptHonestlyLead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 1.875em;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}
@media only screen and (max-width: 767px) {
  .cptHonestlyLead {
    text-align: left;
    align-items: flex-start;
  }
}

.cptHonestlyItems {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75em 5em;
  justify-content: center;
  margin-top: 3.75em;
}
@media only screen and (max-width: 767px) {
  .cptHonestlyItems {
    gap: 2.5em;
  }
}

.cptHonestlyItem {
  width: 37.7192982456%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25em;
}
@media only screen and (max-width: 767px) {
  .cptHonestlyItem {
    width: 100%;
  }
}

.cptHonestlyItemIcon {
  flex-shrink: 0;
}
.cptHonestlyItemIcon img {
  width: 11.875em;
  height: auto;
  display: block;
}

.cptHonestlyItemBody {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625em;
  width: 100%;
}

.cptHonestlyItemTitle {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cptHonestlyItemTitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .cptHonestlyItemTitle {
    font-size: 1.375rem;
  }
}
.cptHonestlyItemTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-align: center;
  color: var(--mainColor);
}

.cptHonestlyItemText {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cptHonestlyItemText {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .cptHonestlyItemText {
    font-size: 0.875rem;
  }
}
.cptHonestlyItemText {
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #787878;
  width: 100%;
}

/*==================================================
 * 家づくりページ
 *================================================*/
.houseFv {
  width: 100%;
  position: relative;
}

.houseFvImg {
  width: 100%;
  height: auto;
  display: block;
}

.houseFvOverlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.houseLifecycleInner {
  display: flex;
  gap: 3.75em;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .houseLifecycleInner {
    flex-direction: column;
    gap: 2.5em;
  }
}

.houseLifecycleImg {
  flex-shrink: 0;
  width: 47.4561403509%;
}
.houseLifecycleImg img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .houseLifecycleImg {
    width: 95%;
    margin: 0 auto;
  }
}

.houseLifecycleBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
.houseLifecycleBody p {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .houseLifecycleBody p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .houseLifecycleBody p {
    font-size: 0.875rem;
  }
}
.houseLifecycleBody p {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}
@media only screen and (max-width: 767px) {
  .houseLifecycleBody p {
    font-size: 0.9375rem;
  }
}

#houseEvent {
  background-color: #fff;
}

.houseFlowSteps {
  display: flex;
  flex-direction: column;
  gap: 5em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .houseFlowSteps {
    gap: 3.75em;
  }
}

.houseFlowStep {
  display: flex;
  gap: 3.75em;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .houseFlowStep {
    flex-direction: column;
    gap: 1.875em;
  }
}

.houseFlowStepIcon {
  flex-shrink: 0;
  width: 16.6666666667%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .houseFlowStepIcon {
    width: 10em;
  }
}
.houseFlowStepIcon img {
  width: 100%;
  height: auto;
  display: block;
}

.houseFlowStep:not(:last-child) .houseFlowStepIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  height: 40em;
  border-left: 0.125em dashed var(--grayColor);
}
@media only screen and (max-width: 767px) {
  .houseFlowStep:not(:last-child) .houseFlowStepIcon::after {
    display: none;
  }
}

.houseFlowStep:last-child .houseFlowStepIcon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0.5em;
  height: 40em;
  background: var(--bgLight);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .houseFlowStep:last-child .houseFlowStepIcon::after {
    display: none;
  }
}

.houseFlowStepBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  padding-top: 1.25em;
}
@media only screen and (max-width: 767px) {
  .houseFlowStepBody {
    padding-top: 0;
  }
}

.houseFlowStepNum {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .houseFlowStepNum {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .houseFlowStepNum {
    font-size: 1rem;
  }
}
.houseFlowStepNum {
  font-weight: 500;
  color: #787878;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .houseFlowStepNum {
    text-align: center;
  }
}

.houseFlowStepTitle {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .houseFlowStepTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .houseFlowStepTitle {
    font-size: 1.3125rem;
  }
}
.houseFlowStepTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .houseFlowStepTitle {
    text-align: center;
  }
}

.houseFlowStepLead {
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .houseFlowStepLead {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .houseFlowStepLead {
    font-size: 1.375rem;
  }
}
.houseFlowStepLead {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .houseFlowStepLead {
    text-align: center;
  }
}

.houseFlowStepText {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #787878;
}

.houseFlowStepBtns {
  display: flex;
  gap: 0.9375em;
  margin-top: 0.625em;
}
@media only screen and (max-width: 959px) {
  .houseFlowStepBtns {
    flex-direction: column;
  }
  .houseFlowStepBtns .secBtn {
    width: 100%;
    max-width: 17.5em;
  }
}

/*==================================================
 * スタッフ紹介ページ
 *================================================*/
.staffFvWrap {
  width: 100%;
}

.staffFv {
  position: relative;
}
.staffFv img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1266/600;
}
@media only screen and (max-width: 767px) {
  .staffFv img {
    aspect-ratio: 375/240;
  }
}

.staffHead {
  text-align: center;
  margin-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  .staffHead {
    margin-bottom: 3.125em;
  }
}

.staffHeadTitle {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .staffHeadTitle {
    font-size: 1.375rem;
    text-align: left;
  }
}

.staffHeadText {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffHeadText {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .staffHeadText {
    font-size: 0.875rem;
  }
}
.staffHeadText {
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 1.25em;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .staffHeadText {
    text-align: left;
  }
}

.staffGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75em 1.875em;
}
@media only screen and (max-width: 767px) {
  .staffGrid {
    flex-direction: column;
    gap: 2.5em;
  }
}

.staffCard {
  width: 31.5789473684%;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
@media only screen and (max-width: 767px) {
  .staffCard {
    width: 100%;
  }
}

.staffCardImg {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.staffCardImg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  object-position: bottom;
  display: block;
  transition: transform 0.4s ease;
}

.staffCardInfo {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.staffCardMeta {
  display: flex;
  align-items: center;
  gap: 0.9375em;
  flex-wrap: wrap;
}

.staffCardName {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffCardName {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .staffCardName {
    font-size: 1.375rem;
  }
}
.staffCardName {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: var(--mainColor);
}

.staffCardRole {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffCardRole {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .staffCardRole {
    font-size: 0.75rem;
  }
}
.staffCardRole {
  border: 1px solid var(--paleGray);
  padding: 0.2375em 0.625em;
  line-height: 1.4;
  color: var(--mainColor);
  white-space: nowrap;
}

.staffCardBubble {
  background-color: #fff;
  padding: 1.5em;
  position: relative;
}

.staffCardBubbleArrow {
  display: block;
  position: absolute;
  top: -0.875em;
  left: 1.25em;
  width: 0;
  height: 0;
  border-left: 0.6875em solid transparent;
  border-right: 0.6875em solid transparent;
  border-bottom: 0.875em solid #fff;
}

.staffCardBubbleText {
  font-size: 1rem;
  color: #787878;
  line-height: 2;
  letter-spacing: 0.05em;
}

/*==================================================
 * お問い合わせ・エントリーフォーム共通
*================================================*/
#contactForm .cntM,
#entryForm .cntM {
  max-width: 820px;
}
#contactForm .wpcf7-form > p,
#entryForm .wpcf7-form > p {
  display: contents;
}

.contactStep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 500px;
  margin-inline: auto;
  margin-top: 2em;
}

.contactStepItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375em;
  flex-shrink: 0;
}

.contactStepNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  height: 3em;
  border-radius: 0;
  background-color: #d2d9dd;
  color: #fff;
  font-weight: 600 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .contactStepNum {
    width: 2.5em;
    height: 2.5em;
    font-size: 15px;
  }
}

.contactStepText {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactStepText {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .contactStepText {
    font-size: 0.875rem;
  }
}
.contactStepText {
  color: #999;
  transition: 0.3s;
}

.contactStepItem.isActive .contactStepNum {
  background-color: var(--mainColor);
}

.contactStepItem.isActive .contactStepText {
  color: var(--mainColor);
  font-weight: 600 !important;
}

.contactStepItem.isDone .contactStepNum {
  background-color: var(--mainColor);
}

.contactStepItem.isDone .contactStepText {
  color: var(--mainColor);
}

.contactStepBar {
  flex: 1;
  height: 2px;
  background-color: #d2d9dd;
  margin: 0 0.75em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .contactStepBar {
    margin: 0 0.5em;
    margin-bottom: 1.25em;
  }
}

.contactNote {
  margin-bottom: 2em;
  line-height: 1.8;
}

.contactNoteAlert {
  margin-top: 0.75em;
  font-weight: 600 !important;
}

.contactFormBody {
  margin-bottom: 1em;
}

.contactRow {
  display: flex;
  align-items: stretch;
  padding: 1.5em 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .contactRow {
    flex-direction: column;
    padding: 1em 0;
  }
}
.contactRow:first-child {
  border-top: 1px solid #ddd;
}
.contactRow.hidden {
  display: none !important;
}
.contactRow > p {
  display: contents;
}

.contactRow--textarea .contactLabel {
  align-items: flex-start;
  padding-top: 0.75em;
}

.contactLabel {
  width: 280px;
  flex-shrink: 0;
  padding: 0 1.25em 0 0;
  font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
  .contactLabel {
    width: 100%;
    padding: 0 0 0.5em 0;
  }
}
.contactLabel p {
  display: contents;
}
.contactLabel .contactDot {
  color: var(--mainColor);
  font-size: 0.625em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.contactLabel .required {
  display: inline-block;
  background-color: #e84040;
  color: #fff;
  font-size: 0.6875em;
  font-weight: 700;
  padding: 0.125em 0.625em;
  border-radius: 0.25em;
  line-height: 1.4;
  margin-left: 0.5em;
  vertical-align: middle;
}

.contactLabelSub {
  display: block;
  width: 100%;
  font-size: 0.85em;
  font-weight: 400;
  color: #666;
  margin-top: 0.25em;
  padding-left: 1.125em;
  line-height: 1.5;
  white-space: normal;
}

.contactField {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 0 0 1.5em;
}
@media only screen and (max-width: 767px) {
  .contactField {
    padding: 0;
  }
}
.contactField .alert-input,
.contactField .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contactConfirmValue {
  padding: 0.75em 0;
  white-space: pre-wrap;
  word-break: break-all;
}
.contactConfirmValue.hidden {
  display: none;
}

.form-input {
  width: 100%;
  padding: 1.2em 1em;
  border: solid 1px #666;
  border-radius: 0;
  background-color: #fff;
  transition: border-color 0.3s;
}
.form-input:focus {
  outline: none;
  border-color: #666;
}
.form-input::placeholder {
  color: #bbb;
}
.form-input.--half {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .form-input.--half {
    width: 100%;
  }
}

textarea.form-input {
  min-height: 11.25em;
  resize: vertical;
  border-radius: 0.25em;
}

select.form-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 2.5em;
  color: var(--mainColor);
}

input[type=date].form-input {
  -webkit-appearance: none;
  appearance: none;
  padding: 1.2em 1em;
  min-height: 3.4em;
  line-height: normal;
  text-align: left;
  color: var(--mainColor);
}
input[type=date].form-input::-webkit-date-and-time-value {
  text-align: left;
}

.wpcf7-radio.form-input {
  border: none;
  padding: 0.5em 0;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.wpcf7-radio.form-input .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio.form-input .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.375em;
  cursor: pointer;
}
.wpcf7-radio.form-input .wpcf7-list-item input[type=radio] {
  width: 1.125em;
  height: 1.125em;
}

.contactPrivacyText {
  font-size: 0.875em;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .contactPrivacyText {
    margin-top: 30px;
  }
}
.contactPrivacyText a {
  text-decoration: underline;
}

.contactAcceptanceWrap {
  text-align: center;
  padding: 1.5em 0;
}
.contactAcceptanceWrap a {
  text-decoration: underline;
}
.contactAcceptanceWrap.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.contactAcceptanceWrap.disabled a {
  pointer-events: auto;
}
.contactAcceptanceWrap .wpcf7-list-item {
  margin: 0;
}
.contactAcceptanceWrap .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}
.contactAcceptanceWrap .wpcf7-list-item input[type=checkbox] {
  width: 1.125em;
  height: 1.125em;
  accent-color: var(--mainColor);
}

#your-acceptance-dummy {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}
#your-acceptance-dummy::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 0.1875em;
  font-size: 0.75em;
}
#your-acceptance-dummy.hidden {
  display: none;
}

.contactRecaptchaText {
  font-size: 0.875em;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contactRecaptchaText {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contactRecaptchaText {
    text-align: center;
  }
}
.contactRecaptchaText a {
  text-decoration: underline;
}
.contactRecaptchaText br {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contactRecaptchaText br {
    display: none;
  }
}

.contactTelInfo {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em 1.25em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .contactTelInfo {
    flex-wrap: wrap;
    gap: 0.5em 1em;
  }
}

.contactTelInfoLabel {
  font-weight: 600 !important;
}
.contactTelInfoLabel .contactDot {
  color: var(--mainColor);
  font-size: 0.625em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .contactTelInfoLabel {
    width: 100%;
  }
}

.contactTelInfoNum {
  font-size: 1.25em;
  font-weight: 600 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

.contactTelInfoStaff {
  color: #666;
}

.contactErrorMsg {
  text-align: center;
  color: #e84040;
  font-weight: 600 !important;
  padding: 1em;
  background-color: #fff0f0;
  border-radius: 0.5em;
  margin-top: 1.5em;
}
.contactErrorMsg.hidden {
  display: none;
}
.contactErrorMsg.visible {
  display: block;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #e84040;
  font-size: 0.85em;
  margin-top: 0.25em;
}

.contactBtnWrap {
  text-align: center;
  padding: 2em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
  width: 100%;
}
.contactBtnWrap p {
  display: contents;
}

.contactResetBtn {
  display: inline-block;
  padding: 0.875em 2em;
  background-color: #aaa;
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: 600 !important;
  cursor: pointer;
  transition: 0.3s;
  min-width: 8.75em;
}
.contactResetBtn:hover {
  opacity: 0.8;
}
.contactResetBtn.hidden {
  display: none;
}

.contactConfirmBtn {
  display: inline-block;
  padding: 0.875em 2.5em;
  background-color: var(--mainColor);
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: 600 !important;
  cursor: pointer;
  transition: 0.3s;
  min-width: 11.25em;
}
.contactConfirmBtn:hover {
  opacity: 0.85;
}
.contactConfirmBtn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.contactConfirmBtn.hidden {
  display: none;
}

.contactSubmitBtn {
  display: inline-block;
  padding: 0.875em 2.5em;
  background-color: var(--mainColor);
  color: #fff;
  border: solid 2px var(--mainColor);
  border-radius: 0;
  font-weight: 600 !important;
  cursor: pointer;
  transition: 0.3s;
  min-width: 11.25em;
}
.contactSubmitBtn:hover {
  opacity: 0.85;
}
.contactSubmitBtn.hidden {
  display: none;
}

#contactReturn.hidden {
  display: none;
}
#contactReturn a {
  color: #666;
  text-decoration: underline;
}
#contactReturn a:hover {
  opacity: 0.7;
}

.hidden {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}

.contactCompleteBox {
  text-align: center;
  padding: 1.5em 0 5em;
}
@media only screen and (max-width: 767px) {
  .contactCompleteBox {
    padding: 1em 0 3.75em;
  }
}

.contactCompleteTitle {
  font-size: 1.4em;
  font-weight: 600 !important;
  margin-bottom: 1.5em;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .contactCompleteTitle {
    font-size: 1.2em;
  }
}

.contactCompleteText {
  margin-bottom: 2.5em;
}

.contactCompleteBtn {
  margin-top: 1em;
}
.contactCompleteBtn .cmnbtn {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.wpcf7-spinner {
  display: none;
}

/*==================================================
 * エントリーフォーム固有スタイル
*================================================*/
.contactField .contactFieldDateSelect {
  display: flex !important;
  align-items: center;
  gap: 0.75em;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contactField .contactFieldDateSelect {
    flex-direction: column;
    align-items: stretch;
  }
}
.contactField .contactFieldDateSelect.hidden {
  display: none !important;
}
.contactField .contactFieldDateSelect .contactDateWrap {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}
.contactField .contactFieldDateSelect .contactDateWrap .wpcf7-form-control-wrap {
  display: inline-block !important;
  width: auto !important;
}
.contactField .contactFieldDateSelect .contactDateWrap .wpcf7-form-control-wrap.hidden {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .contactField .contactFieldDateSelect .contactDateWrap .wpcf7-form-control-wrap {
    width: 100% !important;
  }
}
.contactField .contactFieldDateSelect .contactDateWrap select.form-input {
  width: auto;
  min-width: 5em;
}
@media only screen and (max-width: 767px) {
  .contactField .contactFieldDateSelect .contactDateWrap input[type=date].form-input,
  .contactField .contactFieldDateSelect .contactDateWrap input.reservationDatePicker.form-input,
  .contactField .contactFieldDateSelect .contactDateWrap select.form-input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .contactField .contactFieldDateSelect .contactDateWrap {
    width: 100%;
  }
}
.contactField .contactFieldDateSelect .contactDateUnit {
  flex-shrink: 0;
}

#confirm__your-date,
#confirm__your-time {
  white-space: nowrap;
  word-break: keep-all;
}

#confirm__your-date {
  margin-right: 0.75em;
}

.ui-datepicker {
  z-index: 10000 !important;
  width: 19em;
  padding: 0.75em;
  font-family: inherit;
  border-color: #d6d6d6;
  box-shadow: 0 0.4em 1.2em rgba(0, 0, 0, 0.14);
}
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    width: calc(100vw - 2em);
    max-width: 22em;
  }
}
.ui-datepicker .ui-datepicker-header {
  border: 0;
  background: #f5f5f5;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0.15em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
  padding: 0.55em 0.35em;
  text-align: center;
  font-weight: bold;
  width: 100%;
  min-width: 35px;
}
.ui-datepicker .ui-datepicker-calendar td.reservationDateUnavailable span,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable span {
  color: #aaa;
  background: #eee;
  opacity: 0.65;
  cursor: not-allowed;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-state-active {
  background-color: var(--mainColor);
  border: solid 1px var(--mainColor);
  color: #fff;
}

.contactField .contactFieldGroup {
  display: flex !important;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}
.contactField .contactFieldGroup.hidden {
  display: none !important;
}

.contactAddrLine {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.contactAddrLine .wpcf7-form-control-wrap {
  display: block !important;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .contactAddrLine {
    flex-wrap: wrap;
  }
}

.contactAddrLabel {
  flex-shrink: 0;
  white-space: nowrap;
  min-width: 5.5em;
}

.contactRow--address .contactLabel {
  align-items: flex-start;
  padding-top: 0.75em;
}

input.form-input.--zip {
  width: 8em;
}
@media only screen and (max-width: 767px) {
  input.form-input.--zip {
    width: 100%;
  }
}

/*==================================================
 * プライバシーポリシー
*================================================*/
#privacy .cntM {
  max-width: 880px;
}

.privacyLead {
  line-height: 2;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .privacyLead {
    margin-bottom: 2.5em;
  }
}

.privacyList {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: privacy;
}

.privacyBlock {
  counter-increment: privacy;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: solid 1px #e0e0e0;
}
.privacyBlock:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.privacyTitle {
  display: flex;
  align-items: baseline;
  gap: 0.6em;
  font-weight: 600 !important;
  font-size: 1.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .privacyTitle {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .privacyTitle {
    font-size: 1.375rem;
  }
}
.privacyTitle {
  line-height: 1.5;
  margin-bottom: 0.8em;
}
.privacyTitle::before {
  content: counter(privacy) ".";
  color: var(--mainColor);
  font-family: "Outfit", sans-serif;
  font-weight: 600 !important;
  flex-shrink: 0;
}

.privacyBody {
  line-height: 1.9;
}
.privacyBody p + p {
  margin-top: 1em;
}

.privacyBullets {
  list-style: none;
  padding-left: 0;
  margin: 0.8em 0;
}
.privacyBullets li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.3em;
}
.privacyBullets li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: var(--mainColor);
  font-size: 0.7em;
  line-height: 1.9/0.7;
}
.privacyBullets li:last-child {
  margin-bottom: 0;
}

.privacyContact {
  margin-top: 1em;
  padding: 1.2em 1.5em;
  background-color: #f6f8f8;
  border-radius: 0.6em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .privacyContact {
    padding: 1em 1.2em;
  }
}
.privacyContact .privacyContactName {
  font-weight: 600 !important;
  margin-bottom: 0.3em;
}

/*==================================================
 * 会社案内ページ
*================================================*/
body:has(#companyIntro) .topCta {
  background-color: #fff;
}

.companyFv {
  width: 100%;
}

.companyFvImg {
  width: 100%;
  height: auto;
  display: block;
}

.companyIntroTitle {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .companyIntroTitle {
    font-size: 1.5rem;
  }
}

.companyIntroBody {
  max-width: 56.25em;
  margin: 3.75em auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  text-align: center;
}
.companyIntroBody p {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyIntroBody p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .companyIntroBody p {
    font-size: 0.875rem;
  }
}
.companyIntroBody p {
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .companyIntroBody p {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .companyIntroBody {
    margin-top: 2.5em;
  }
}

.companyParallax {
  width: 100%;
}

.companyParallaxImg {
  width: 100%;
  height: auto;
  display: block;
}

.companyMessageInner {
  display: flex;
  gap: 3.75em;
  align-items: center;
  margin-top: 3.75em;
}
@media only screen and (max-width: 767px) {
  .companyMessageInner {
    flex-direction: column-reverse;
    gap: 2.5em;
    margin-top: 2.5em;
  }
}

.companyMessageBody {
  width: 47.0175438596%;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .companyMessageBody {
    width: 100%;
    gap: 1.25em;
  }
}

.companyMessageTitle {
  font-size: 1.75rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyMessageTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .companyMessageTitle {
    font-size: 1.25rem;
  }
}
.companyMessageTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .companyMessageTitle {
    font-size: 1.375rem;
  }
}

.companyMessageText {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.companyMessageText p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}

.companyMessageSign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625em;
  font-weight: 500;
  line-height: 2;
}

.companyMessageSignRole {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.companyMessageSignName {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyMessageSignName {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .companyMessageSignName {
    font-size: 0.875rem;
  }
}
.companyMessageSignName {
  letter-spacing: 0.05em;
}

.companyMessageImg {
  width: 47.7192982456%;
  flex-shrink: 0;
}
.companyMessageImg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 544/360;
  display: block;
}
@media only screen and (max-width: 767px) {
  .companyMessageImg {
    width: 100%;
  }
}

.companyOutlineWrap {
  max-width: 56.25em;
  margin: 0 auto;
}

.companyOutlineTable {
  margin-top: 3.75em;
}
@media only screen and (max-width: 767px) {
  .companyOutlineTable {
    margin-top: 2.5em;
  }
}

.companyOutlineRow {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed var(--paleGray);
  padding: 1.25em 0;
}
.companyOutlineRow dt {
  width: 16.25em;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.companyOutlineRow dd {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}
@media only screen and (max-width: 767px) {
  .companyOutlineRow {
    flex-direction: column;
    gap: 0.25em;
  }
  .companyOutlineRow dt {
    width: 100%;
  }
}

.companyModelhouseContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75em;
  margin-top: 3.75em;
}
@media only screen and (max-width: 767px) {
  .companyModelhouseContent {
    gap: 2.5em;
    margin-top: 2.5em;
  }
}

.companyModelhouseBlock {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .companyModelhouseBlock {
    gap: 1.25em;
  }
}

.companyModelhouseImgs {
  display: flex;
  gap: 1.875em;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .companyModelhouseImgs {
    flex-direction: column;
    gap: 1.25em;
  }
}

.companyModelhouseImgWrap {
  flex: 1;
}
.companyModelhouseImgWrap img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 618/372;
  display: block;
}
.companyModelhouseImgWrap--map {
  aspect-ratio: 618/372;
}
.companyModelhouseImgWrap--map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.companyModelhouseInfo {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .companyModelhouseInfo {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625em;
  }
}

.companyModelhouseTitle {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyModelhouseTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .companyModelhouseTitle {
    font-size: 1.3125rem;
  }
}
.companyModelhouseTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .companyModelhouseTitle {
    font-size: 1.375rem;
  }
}

.companyModelhouseMeta {
  display: flex;
  align-items: center;
  gap: 0.9375em;
}
@media only screen and (max-width: 767px) {
  .companyModelhouseMeta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.625em;
  }
}

.companyModelhouseAddr {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}

.companyModelhouseMap {
  display: inline-flex;
  align-items: center;
  gap: 0.375em;
  border: 1px solid var(--paleGray);
  border-radius: 8.1875em;
  padding: 0.375em 1em;
  min-width: 5em;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.companyModelhouseMap span {
  font-size: 0.875rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyModelhouseMap span {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .companyModelhouseMap span {
    font-size: 0.875rem;
  }
}
.companyModelhouseMap span {
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--mainColor);
}
.companyModelhouseMap img {
  width: 0.5875em;
  height: auto;
  display: block;
}
.companyModelhouseMap:hover {
  background-color: var(--bgLight);
}

.companyModelhouseBtn {
  text-align: center;
}
.companyModelhouseBtn .secBtn {
  min-width: 17.5em;
}

/*==================================================
 * 施工品質ページ
*================================================*/
.qualityFv {
  width: 100%;
}

.qualityFvImg {
  width: 100%;
  height: auto;
  display: block;
}

.qualityBalance {
  position: relative;
}

.qualityBalanceInner {
  display: flex;
  align-items: center;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .qualityBalanceInner {
    flex-direction: column;
    gap: 2.5em;
  }
}

.qualityBalanceBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .qualityBalanceBody {
    gap: 1.25em;
  }
}

.qualityBalanceTitle {
  font-size: 2.5rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .qualityBalanceTitle {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .qualityBalanceTitle {
    font-size: 1.375rem;
  }
}
.qualityBalanceTitle {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .qualityBalanceTitle {
    font-size: 1.5125rem;
  }
}

.qualityBalanceLead {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .qualityBalanceLead {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .qualityBalanceLead {
    font-size: 0.875rem;
  }
}
.qualityBalanceLead {
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .qualityBalanceLead {
    font-size: 1.025rem;
  }
}

.qualityBalanceChart {
  width: 40.701754386%;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .qualityBalanceChart {
    width: 100%;
    margin: 0 auto;
  }
}

.qualityBalanceChartOuter {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}

.qualityBalanceChartIn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qualityBalanceChart.is-animated .qualityBalanceChartIn {
  transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .qualityBalanceChart.is-animated .qualityBalanceChartIn {
    transform: scale(0.89);
  }
}

.qualityPerformance {
  background-color: #fff;
}

.qualityPerformanceImg {
  width: 100%;
  aspect-ratio: 1140/600;
  overflow: hidden;
}
.qualityPerformanceImg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.qualityPerformanceHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875em;
  margin-top: 5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .qualityPerformanceHead {
    margin-top: 3.125em;
    gap: 1.25em;
    text-align: left;
  }
}

.qualityPerformanceTitle {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .qualityPerformanceTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .qualityPerformanceTitle {
    font-size: 1.3125rem;
  }
}
.qualityPerformanceTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.qualityPerformanceLead {
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .qualityPerformanceLead {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .qualityPerformanceLead {
    font-size: 0.875rem;
  }
}
.qualityPerformanceLead {
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .qualityPerformanceLead {
    font-size: 1rem;
    text-align: left;
  }
}

.qualityRatingCards {
  display: flex;
  gap: 1.25em;
  margin-top: 5em;
}
@media only screen and (max-width: 959px) {
  .qualityRatingCards {
    flex-wrap: wrap;
    gap: 0.9375em;
    margin-top: 3.125em;
  }
}
@media only screen and (max-width: 767px) {
  .qualityRatingCards {
    flex-direction: column;
  }
}

.qualityRatingCard {
  flex: 1;
  background-color: var(--bgLight);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .qualityRatingCard {
    width: 100%;
  }
}

.qualityRatingCardHeader {
  background-color: var(--bgDark2);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.625em 0.5em;
}

.qualityRatingCardBody {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25em;
  padding: 0.9375em;
}

.qualityRatingCardPrefix {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.qualityRatingCardNum {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.qualityRatingCardSuffix {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.qualityDetailBox {
  display: flex;
  align-items: flex-start;
  gap: 2.8125em;
  background-color: var(--bgLight);
  padding: 4.375em 5em;
  margin-top: 5em;
}
@media only screen and (max-width: 767px) {
  .qualityDetailBox {
    flex-direction: column;
    gap: 2.5em;
    padding: 2.5em 1.875em;
    margin-top: 3.125em;
  }
}

.qualityDetailDivider {
  width: 1px;
  align-self: stretch;
  background-color: var(--paleGray);
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .qualityDetailDivider {
    width: 100%;
    height: 1px;
  }
}

.qualityDetailItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25em;
}

.qualityDetailIcon {
  flex-shrink: 0;
}
.qualityDetailIcon img {
  width: 11.875em;
  height: auto;
  display: block;
}

.qualityDetailTitle {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .qualityDetailTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .qualityDetailTitle {
    font-size: 1.3125rem;
  }
}
.qualityDetailTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.qualityDetailText {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}

.qualityAuditTitle {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .qualityAuditTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .qualityAuditTitle {
    font-size: 1.3125rem;
  }
}
.qualityAuditTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}

.qualityAuditMain {
  display: flex;
  gap: 3.8125em;
  align-items: flex-start;
  margin-top: 5em;
}
@media only screen and (max-width: 767px) {
  .qualityAuditMain {
    flex-direction: column;
    gap: 1.875em;
    margin-top: 3.125em;
  }
}

.qualityAuditBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .qualityAuditBody {
    gap: 1.25em;
  }
}

.qualityAuditSubTitle {
  font-size: 2rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .qualityAuditSubTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .qualityAuditSubTitle {
    font-size: 1.3125rem;
  }
}
.qualityAuditSubTitle {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.qualityAuditText {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}

.qualityAuditImg {
  width: 47.7192982456%;
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 544/360;
  overflow: visible;
}
.qualityAuditImg > img:first-child {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .qualityAuditImg {
    width: 100%;
  }
}

.qualityAuditBadge {
  position: absolute;
  bottom: -1em;
  right: -1em;
  width: 8.0625em;
  height: auto;
}

.qualityAudit .topMissionCards {
  margin-top: 5em;
  column-gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .qualityAudit .topMissionCards {
    margin-top: 3.125em;
  }
}
.qualityAudit .topMissionCardBody {
  gap: 0.25em;
}
.qualityAudit .topMissionCardText {
  margin-top: 0.6875em;
}
.qualityAudit .topMissionCard .topMissionCardText {
  color: #787878;
  text-align: left;
}

#qualityPageLink .cptPageLinkLead p {
  line-height: 2.2;
}

/*==================================================
 * アフターケア・保証ページ
*================================================*/
.aftercareFv {
  width: 100%;
}

.aftercareFvImg {
  width: 100%;
  height: auto;
  display: block;
}

.aftercareLeadTitle {
  font-size: 2.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aftercareLeadTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .aftercareLeadTitle {
    font-size: 1.3125rem;
  }
}
.aftercareLeadTitle {
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--mainColor);
}

.aftercareLeadText {
  margin-top: 1.875em;
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aftercareLeadText {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .aftercareLeadText {
    font-size: 0.875rem;
  }
}
.aftercareLeadText {
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .aftercareLeadText {
    font-size: 1.125rem;
    text-align: left;
  }
}

.aftercareSection .cptMissionItemImg {
  position: relative;
}
.aftercareSection .cptMissionItemText {
  color: #787878;
}

.aftercareCards {
  margin-top: 2.8125em;
  column-gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .aftercareCards {
    margin-top: 2.5em;
  }
}
.aftercareCards .topMissionCardBody {
  gap: 0.25em;
}
.aftercareCards .topMissionCard .topMissionCardText {
  color: #787878;
  text-align: left;
}

.topMissionCardNote {
  font-size: 0.75rem;
  line-height: 1.8;
  margin-top: 0;
}

#aftercarePageLink .cptPageLinkLead p {
  line-height: 2.2;
}

/*==================================================
 * リノベーションページ
*================================================*/
.renovationFv {
  width: 100%;
}

.renovationFvImg {
  width: 100%;
  height: auto;
  display: block;
}

.renovationLeadTitle {
  font-size: 2.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .renovationLeadTitle {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .renovationLeadTitle {
    font-size: 1.3125rem;
  }
}
.renovationLeadTitle {
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--mainColor);
}

.renovationLeadText {
  margin-top: 1.875em;
  font-size: 1.125rem;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .renovationLeadText {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .renovationLeadText {
    font-size: 0.875rem;
  }
}
.renovationLeadText {
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .renovationLeadText {
    font-size: 1.125rem;
  }
}

.renovationServices {
  background-color: #fff;
}

.renovationServiceBox {
  background-color: #f2f2f1;
  padding: 5em 4em;
  margin-top: 3.75em;
}
.renovationServiceBox + .renovationServiceBox {
  margin-top: 6.25em;
}
@media only screen and (max-width: 767px) {
  .renovationServiceBox {
    padding: 2.5em 1.25em;
    margin-top: 2.5em;
  }
  .renovationServiceBox + .renovationServiceBox {
    margin-top: 3.75em;
  }
}

.renovationServiceBoxLead {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .renovationServiceBoxLead {
    font-size: 1.25rem;
  }
}

.renovationServiceGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75em 2.5em;
  margin-top: 3.75em;
}
@media only screen and (max-width: 767px) {
  .renovationServiceGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5em 1em;
    margin-top: 2.5em;
  }
}

.renovationServiceItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25em;
}

.renovationServiceIcon {
  width: 190px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .renovationServiceIcon {
    width: 130px;
  }
}
.renovationServiceIcon img {
  width: 100%;
  height: auto;
  display: block;
}

.renovationServiceItemBody {
  width: 100%;
}

.renovationServiceItemTitle {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .renovationServiceItemTitle {
    font-size: 1.125rem;
  }
}

.renovationServiceItemText {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
  margin-top: 0.9375em;
}

.renovationStoveImg {
  position: relative;
  height: 600px;
  margin-top: 3.75em;
  overflow: hidden;
}
.renovationStoveImg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.renovationStoveImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .renovationStoveImg {
    height: 250px;
    margin-top: 2.5em;
  }
}

.renovationStoveCols {
  display: flex;
  justify-content: space-between;
  gap: 4.25em;
  margin-top: 3.75em;
}
@media only screen and (max-width: 767px) {
  .renovationStoveCols {
    flex-direction: column;
    gap: 2.5em;
    margin-top: 2.5em;
  }
}

.renovationStoveCol {
  width: calc((100% - 4.25em) / 2);
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
@media only screen and (max-width: 767px) {
  .renovationStoveCol {
    width: 100%;
    gap: 0.5em;
  }
}

.renovationStoveColHead {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.renovationStoveNum {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #787878;
}

.renovationStoveColTitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .renovationStoveColTitle {
    font-size: 1.5rem;
  }
}

.renovationStoveColText {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}

.renovationStoveBtnWrap {
  display: flex;
  justify-content: center;
  margin-top: 3.75em;
}

.renovationAreaMap {
  width: 100%;
  max-width: 840px;
  margin: 3.75em auto 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .renovationAreaMap {
    margin-top: 2.5em;
  }
}
.renovationAreaMap img {
  width: 100%;
  height: auto;
  display: block;
}

.renovationAreaNote {
  max-width: 840px;
  margin: 0.9375em auto 0;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}

.renovationFaqInner {
  display: flex;
  gap: 5em;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .renovationFaqInner {
    flex-direction: column;
    gap: 0;
  }
}

.renovationFaqInner .secHead {
  flex-shrink: 0;
}

.renovationFaqList {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}

.renovationFaqItem {
  border-bottom: 1px dashed #b9b9b9;
  padding-bottom: 1.875em;
}

.renovationFaqQ {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9375em;
  padding-right: 2.75em;
  cursor: pointer;
}

.renovationFaqQMark {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #787878;
}

.renovationFaqQText {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .renovationFaqQText {
    font-size: 1.125rem;
  }
}

.renovationFaqToggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
}
.renovationFaqToggle::before, .renovationFaqToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background-color: #787878;
  transform: translate(-50%, -50%);
}
.renovationFaqToggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.3s;
}

.renovationFaqItem.isOpen .renovationFaqToggle::after {
  opacity: 0;
}

.renovationFaqA {
  display: none;
  position: relative;
  margin-top: 1.25em;
  padding: 1.25em 1.875em;
  background-color: #fff;
}
.renovationFaqA::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 40px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
}
.renovationFaqA p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #787878;
}

#renovationEvent {
  background-color: #fff;
}

/*==================================================
 * iemiru連携 デザイン上書き
 * iemiruのJSが #iemiru-cms-index-page 内にHTML+CSSを注入する。
 * ここでは ID×2 の詳細度で上書きし、サイトデザインに寄せる。
 *================================================*/
#js-iemiru-cms-index-page #iemiru-cms-index-page {
  max-width: none;
  font-family: var(--fontJp);
  display: flex;
  gap: 1.875em;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #js-iemiru-cms-index-page #iemiru-cms-index-page {
    flex-direction: column;
    gap: 3.75em;
  }
}
#js-iemiru-cms-index-page #iemiru-cms-index-page::after {
  display: none;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal {
  float: none;
  width: calc((100% - 3.75em) / 3);
  min-width: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal:hover {
  background: transparent;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal:hover .index-page__events-event-image {
  transform: scale(1.05);
}
@media screen and (max-width: 799px) {
  #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal {
    width: calc((100% - 1.875em) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal {
    width: 100% !important;
  }
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-image-wrapper::before {
  display: none;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  transition: transform 0.4s ease;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.375em;
  padding-top: 1.25em;
  flex: 1;
  margin: 0;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-content::after {
  order: 5;
  content: "More";
  display: inline-flex;
  align-items: center;
  padding: 0.25em 3.5em 0.25em 2.0833em;
  border: 1px solid transparent;
  border-radius: 100vw;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--mainColor);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='7' viewBox='0 0 23 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5249 0.5C16.229 3.95936 18.1854 4.7412 19.3432 5.15277C23.7301 6.71213 23.738 2.58185 10.2706 4.13349C0.125066 5.30242 2.80952 5.01924 0.5 5.34149' stroke='%235A5A5A' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5em center;
  background-size: 1.4375em auto;
  margin-top: auto;
  margin-left: auto;
  width: fit-content;
  transition: background-color 0.3s, border-color 0.3s;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-content:hover::after {
  background-color: var(--bgLight);
  border-color: currentColor;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-labels {
  order: 1;
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-address {
  order: 2;
  display: flex;
  align-items: center;
  gap: 0.375em;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  height: auto !important;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-address::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 1.0625em;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C2.69 0 0 2.69 0 6c0 4.5 6 11 6 11s6-6.5 6-11c0-3.31-2.69-6-6-6zm0 8.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z' fill='%23050505'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-name {
  order: 3;
  width: 100%;
  font-family: var(--fontJp);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--mainColor);
  height: auto !important;
  overflow: visible;
  white-space: normal;
  margin: 0.375em 0 0;
}
@media only screen and (max-width: 767px) {
  #js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-name {
    font-size: 1.375rem;
  }
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .index-page__events-event-date {
  order: 4;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--bgDark2);
  height: auto !important;
  margin: 0;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .label {
  font-family: var(--fontJp);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.4375em 0.75em;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .label-event {
  background-color: var(--bgDark2);
  color: #fff;
}
#js-iemiru-cms-index-page #iemiru-cms-index-page .index-page__events-event.is-horizontal .label-yoyaku {
  border: 1px solid var(--paleGray) !important;
  background: transparent !important;
  color: var(--mainColor) !important;
}

/* ==========================================================================
   施工事例 詳細 (single-stylebook)
========================================================================== */
.sbHeader {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.sbHeaderContent {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.sbHeaderLabel {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sbHeaderLabel {
    font-size: 1.125rem;
  }
}

.sbHeaderTitle {
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sbHeaderTitle {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sbHeader .pageHeaderBread {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.sbHeaderTags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em;
}

.sbHeaderTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5em;
  padding: 0.5625em 1.25em;
  border: 1px solid var(--paleGray);
  border-radius: 131px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: var(--fontColor);
  transition: background-color 0.3s, color 0.3s;
}
.sbHeaderTag:hover, .sbHeaderTag.is-active {
  background-color: var(--mainColor);
  color: #fff;
}

.sbFv {
  margin-bottom: 2em;
}

.sbFvImg {
  width: 100%;
  height: auto;
  display: block;
}

.sbInfoSection {
  padding-block: 3.5em;
}
@media only screen and (max-width: 767px) {
  .sbInfoSection {
    padding-block: 2em;
  }
}

.sbSecHeading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 0.9375em;
}

.sbSecIcon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.sbSecIcon img {
  width: 1.5em;
  height: 1.5em;
  display: block;
}

.sbSecLabel {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.sbInfoGrid {
  display: flex;
  gap: 2em;
}
@media only screen and (max-width: 767px) {
  .sbInfoGrid {
    flex-direction: column;
  }
}

.sbProperty,
.sbConcept {
  flex: 1;
}

.sbPropertyList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625em 1.0625em;
}

.sbPropertyItem {
  display: flex;
  align-items: center;
  gap: 0.9375em;
  width: calc(50% - 0.53125em);
  padding-bottom: 0.625em;
  border-bottom: 1px dashed var(--paleGray);
}
@media only screen and (max-width: 767px) {
  .sbPropertyItem {
    width: 100%;
  }
}

.sbPropertyName {
  flex-shrink: 0;
  width: 5.625em;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.sbPropertyValue {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--charcoalGray);
}

.sbConceptBody {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 1.875em;
}
.sbConceptBody p {
  line-height: 2;
}
.sbConceptBody p + p {
  margin-top: 1.5em;
}

.sbConceptLink {
  display: inline-flex;
  align-items: center;
  gap: 0.9375em;
  padding: 0.5em 1.625em;
  border: 1px solid var(--paleGray);
  border-radius: 210px;
  text-decoration: none;
  color: var(--fontColor);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  transition: background-color 0.3s, color 0.3s;
}
.sbConceptLink:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.sbConceptLink:hover .sbConceptArrow {
  filter: brightness(0) invert(1);
}

.sbConceptArrow {
  width: 1.34em;
  height: auto;
  transition: filter 0.3s;
}

.sbPointItem + .sbPointItem {
  margin-top: 5em;
}

.sbPointPhoto {
  margin-bottom: 3.8125em;
}
.sbPointPhoto img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .sbPointPhoto {
    margin-bottom: 2em;
  }
}

.sbPointHeading {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 0.9375em;
}
@media only screen and (max-width: 767px) {
  .sbPointHeading {
    font-size: 1.375rem;
    margin-bottom: 0.9375em;
  }
}

.sbPointText {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.sbVoice {
  background-color: #fff;
}

.sbVoiceHead {
  text-align: center;
  margin-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  .sbVoiceHead {
    margin-bottom: 1.875em;
  }
}
.sbVoiceHead .secLabel {
  justify-content: center;
}

.sbVoiceLead {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-top: 1.25em;
}
@media only screen and (max-width: 767px) {
  .sbVoiceLead {
    font-size: 1.375rem;
  }
}

.sbVoiceBlocks {
  display: flex;
  flex-direction: column;
  gap: 7.5em;
}
@media only screen and (max-width: 767px) {
  .sbVoiceBlocks {
    gap: 4em;
  }
}

.sbVoiceBlock--horizontal {
  display: flex;
  gap: 3.75em;
  align-items: flex-start;
}
.sbVoiceBlock--horizontal .sbVoiceText,
.sbVoiceBlock--horizontal .sbVoicePhotos {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .sbVoiceBlock--horizontal {
    flex-direction: column;
    gap: 1.5em;
  }
}
.sbVoiceBlock--horizontal.sbVoiceBlock--text_first .sbVoiceText {
  order: 1;
}
.sbVoiceBlock--horizontal.sbVoiceBlock--text_first .sbVoicePhotos {
  order: 2;
}
.sbVoiceBlock--horizontal.sbVoiceBlock--image_first .sbVoiceText {
  order: 2;
}
.sbVoiceBlock--horizontal.sbVoiceBlock--image_first .sbVoicePhotos {
  order: 1;
}
.sbVoiceBlock--vertical {
  display: flex;
  flex-direction: column;
  gap: 3.75em;
}
.sbVoiceBlock--vertical.sbVoiceBlock--text_first .sbVoiceText {
  order: 1;
}
.sbVoiceBlock--vertical.sbVoiceBlock--text_first .sbVoicePhotos {
  order: 2;
}
.sbVoiceBlock--vertical.sbVoiceBlock--image_first .sbVoiceText {
  order: 2;
}
.sbVoiceBlock--vertical.sbVoiceBlock--image_first .sbVoicePhotos {
  order: 1;
}

.sbVoiceConversations {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}

.sbVoiceRow {
  display: flex;
  gap: 0.625em;
}
@media only screen and (max-width: 767px) {
  .sbVoiceRow {
    flex-direction: column;
    row-gap: 0.2em;
  }
}

.sbVoiceSpeaker {
  flex-shrink: 0;
  width: 5em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
}

.sbVoiceComment {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #787878;
}

.sbVoiceBlock--vertical .sbVoiceConversations,
.sbVoiceBlock--textOnly .sbVoiceConversations {
  max-width: 900px;
  margin-inline: auto;
}

.sbVoicePhotos img {
  width: 100%;
  height: auto;
  display: block;
}

.sbVoiceBlock--horizontal .sbVoicePhotos {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.sbVoiceBlock--vertical .sbVoicePhotos {
  display: flex;
  flex-wrap: wrap;
  gap: 3.25em;
}
.sbVoiceBlock--vertical .sbVoicePhotos img {
  aspect-ratio: 544/360;
  object-fit: cover;
}
.sbVoiceBlock--vertical .sbVoicePhotos .sbVoicePhoto {
  width: calc(50% - 1.625em);
}
.sbVoiceBlock--vertical .sbVoicePhotos[data-count="1"] .sbVoicePhoto {
  width: 100%;
}
.sbVoiceBlock--vertical .sbVoicePhotos[data-count="3"] .sbVoicePhoto:first-child, .sbVoiceBlock--vertical .sbVoicePhotos[data-count="5"] .sbVoicePhoto:first-child {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sbVoiceBlock--vertical .sbVoicePhotos {
    gap: 1em;
  }
  .sbVoiceBlock--vertical .sbVoicePhotos .sbVoicePhoto {
    width: 100%;
  }
}

.sbVoiceBlock--photoOnly {
  display: block;
}
.sbVoiceBlock--photoOnly .sbVoicePhotos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.25em;
}
.sbVoiceBlock--photoOnly .sbVoicePhotos .sbVoicePhoto {
  width: calc(50% - 1.625em);
}
.sbVoiceBlock--photoOnly .sbVoicePhotos[data-count="1"] .sbVoicePhoto {
  width: 100%;
}
.sbVoiceBlock--photoOnly .sbVoicePhotos[data-count="3"] .sbVoicePhoto:first-child, .sbVoiceBlock--photoOnly .sbVoicePhotos[data-count="5"] .sbVoicePhoto:first-child {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sbVoiceBlock--photoOnly .sbVoicePhotos {
    gap: 1em;
  }
  .sbVoiceBlock--photoOnly .sbVoicePhotos .sbVoicePhoto {
    width: 100%;
  }
}

.sbVoiceBlock--horizontal .sbVoice--sticky {
  position: sticky;
  top: 30vh;
}

.sbVoiceBack {
  display: flex;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 3.75em;
}
.sbVoiceBack--white {
  background-color: #fff;
}

.sbVoiceBackLink {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 17.5em;
  padding: 0.75em 1.875em;
  border: 1px solid var(--paleGray);
  border-radius: 210px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-decoration: none;
  color: var(--fontColor);
  transition: background-color 0.3s, color 0.3s;
}
.sbVoiceBackLink:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.sbVoiceBackLink:hover img {
  filter: brightness(0) invert(1);
}
.sbVoiceBackLink img {
  width: 2em;
  height: auto;
  transition: filter 0.3s;
}

.sbRelated {
  background-color: #fff;
}

.sbRelatedHead {
  text-align: center;
  margin-bottom: 3.75em;
}
.sbRelatedHead .secLabel {
  justify-content: center;
}

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

.sbRelatedLink {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}
.sbRelatedLink:hover {
  opacity: 1;
}
.sbRelatedLink:hover .sbRelatedImg {
  transform: scale(1.05);
}

.sbRelatedThumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 555/334;
}
.sbRelatedThumb .sbRelatedImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sbRelatedBadge {
  position: absolute;
  top: 12px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border: 1px solid var(--paleGray);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.28;
  text-align: center;
  color: var(--mainColor);
  pointer-events: none;
}

.sbRelatedBody {
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
  margin-top: 1.875em;
}

.sbRelatedTitle {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sbRelatedTitle {
    font-size: 1.25rem;
  }
}

.sbRelatedLocation {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}

.sbRelatedMore {
  display: flex;
  justify-content: flex-end;
}

.sbRelatedMoreBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.625em;
  padding: 0.25em 1.5625em;
  background-color: var(--bgLight);
  border-radius: 210px;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.sbRelatedMoreBtn img {
  width: 1.34em;
  height: auto;
}

/* ==========================================================================
   施工事例 アーカイブ (archive-stylebook)
========================================================================== */
.sbArchiveFv {
  position: relative;
}

.sbArchiveFvInner {
  position: relative;
}

.sbArchiveFvImg {
  width: 100%;
  height: 37.5em;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .sbArchiveFvImg {
    height: 18.75em;
  }
}

.sbArchiveFvEvent {
  position: absolute;
  right: 3.75em;
  bottom: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.375em;
  height: 9.375em;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  color: var(--fontColor);
  transition: opacity 0.3s;
}
.sbArchiveFvEvent:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .sbArchiveFvEvent {
    width: 6.25em;
    height: 6.25em;
    right: 1em;
    bottom: 1em;
  }
}

.sbArchiveFvEventLabel {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.sbArchiveFvEventText {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sbArchiveFvEventText {
    font-size: 0.8125rem;
  }
}

.sbArchiveFvEventArrow {
  width: 1.34em;
  height: auto;
  margin-top: 0.25em;
}

.sbKeyword {
  padding-top: 7.5em;
  padding-bottom: 5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sbKeyword {
    padding-top: 4em;
    padding-bottom: 3em;
  }
}

.sbKeywordTitle {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 1.875em;
}
@media only screen and (max-width: 767px) {
  .sbKeywordTitle {
    font-size: 1.5rem;
  }
}

.sbKeywordTags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625em;
}

.sbArchiveList {
  background-color: #fff;
  padding-block: 7.5em;
}
@media only screen and (max-width: 767px) {
  .sbArchiveList {
    padding-block: 3em;
  }
}
.sbArchiveList .sbRelatedGrid {
  gap: 3.75em 1.875em;
}

.sbNoPost {
  text-align: center;
  font-size: 1rem;
  padding: 3em 0;
}

#sbArchiveLineup {
  background-color: #fff;
}

.sbPagination {
  margin-top: 5em;
  display: flex;
  justify-content: center;
}
.sbPagination .nav-links {
  display: flex;
  align-items: center;
  gap: 0.625em;
}
.sbPagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--charcoalGray);
  background-color: var(--bgLight);
  transition: background-color 0.3s, color 0.3s;
}
.sbPagination .page-numbers:hover {
  background-color: var(--charcoalGray);
  color: #fff;
}
.sbPagination .page-numbers.current {
  background-color: var(--charcoalGray);
  color: #fff;
}
.sbPagination .page-numbers.next, .sbPagination .page-numbers.prev {
  background-color: transparent;
  color: var(--charcoalGray);
  font-size: 1.5rem;
}
.sbPagination .page-numbers.next:hover, .sbPagination .page-numbers.prev:hover {
  background-color: transparent;
  opacity: 0.6;
}
.sbPagination .page-numbers.dots {
  background-color: transparent;
  pointer-events: none;
}

/* ==========================================================================
   BinO (page-bino)
========================================================================== */
.binoFv {
  position: relative;
}

.binoFvInner {
  position: relative;
}

.binoFvImg {
  width: 100%;
  height: 37.5em;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .binoFvImg {
    height: 18.75em;
  }
}

.binoFvEvent {
  position: absolute;
  right: 3.75em;
  bottom: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.375em;
  height: 9.375em;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  color: var(--fontColor);
  transition: opacity 0.3s;
}
.binoFvEvent:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .binoFvEvent {
    width: 6.25em;
    height: 6.25em;
    right: 1em;
    bottom: 1em;
  }
}

.binoFvEventLabel {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.binoFvEventText {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .binoFvEventText {
    font-size: 0.8125rem;
  }
}

.binoFvEventArrow {
  width: 1.34em;
  height: auto;
}

.binoImgGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625em;
}
.binoImgGrid img {
  aspect-ratio: 265/175;
  object-fit: cover;
  width: 100%;
  display: block;
  margin: 0;
}
.binoImgGrid img:first-child {
  aspect-ratio: 265/175;
}
@media only screen and (max-width: 767px) {
  .binoImgGrid {
    gap: 0.375em;
  }
}

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

.binoServices,
#binoEvent {
  background-color: #fff;
}

.page-template-page-bino #topCta {
  background-color: #fff;
}

/* ==========================================================================
   注文住宅 (page-custom)
========================================================================== */
.customFv {
  position: relative;
}

.customFvInner {
  position: relative;
}

.customFvImg {
  width: 100%;
  height: 37.5em;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .customFvImg {
    height: 18.75em;
  }
}

.customFvEvent {
  position: absolute;
  right: 3.75em;
  bottom: 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9.375em;
  height: 9.375em;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  color: var(--fontColor);
  transition: opacity 0.3s;
}
.customFvEvent:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .customFvEvent {
    width: 6.25em;
    height: 6.25em;
    right: 1em;
    bottom: 1em;
  }
}

.customFvEventLabel {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.customFvEventText {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .customFvEventText {
    font-size: 0.8125rem;
  }
}

.customFvEventArrow {
  width: 1.34em;
  height: auto;
}

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

.customWorks {
  background-color: #fff;
}

.cwList {
  display: flex;
  flex-direction: column;
  gap: 6.25em;
}
@media only screen and (max-width: 767px) {
  .cwList {
    gap: 3.75em;
  }
}

.cwItem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75em;
  padding-bottom: 6.25em;
  border-bottom: 1px solid #b9b9b9;
}
.cwItem:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cwItem {
    grid-template-columns: 1fr;
    gap: 1.875em;
    padding-bottom: 3.75em;
  }
}

.cwGallery {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.cwMainImg img {
  width: 100%;
  aspect-ratio: 550/370;
  object-fit: cover;
  display: block;
}

.cwThumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625em;
}

.cwThumb {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.cwThumb.isCurrent {
  opacity: 1;
}
.cwThumb img {
  width: 100%;
  aspect-ratio: 175/115;
  object-fit: cover;
  display: block;
}

.cwBody {
  display: flex;
  flex-direction: column;
  gap: 2.8125em;
}
@media only screen and (max-width: 767px) {
  .cwBody {
    gap: 1.875em;
  }
}

.cwTitle {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .cwTitle {
    font-size: 1.25rem;
  }
}

.cwLocation {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: var(--fontColor);
}

.cwDescWrap {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}

.cwDesc {
  background-color: #f2f2f1;
  padding: 1.5em 2em;
  position: relative;
}
.cwDesc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625em;
  height: 1.625em;
  background: url("../img/common/ic-corner-fold.svg") no-repeat center/contain;
}
.cwDesc p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.cwFloorPlan {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
}

.cwFloorPlanInner {
  position: relative;
  background-color: #f2f2f1;
  width: 52.5em;
  min-height: 33.375em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5em 6.375em;
}
@media only screen and (max-width: 767px) {
  .cwFloorPlanInner {
    width: 100%;
    min-height: auto;
    padding: 2.5em 1.25em;
  }
}

.cwFloorPlanTitle {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0.3125em 1.875em;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0625em;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .cwFloorPlanTitle {
    font-size: 1rem;
    padding: 0.25em 1.25em;
  }
}

.cwFloorPlanImg {
  max-width: 39.6875em;
}
.cwFloorPlanImg img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cwMore {
  display: flex;
  justify-content: center;
  margin-top: 3.75em;
}

#customEvent {
  background-color: #fff;
}

.page-template-page-custom .topCta {
  background-color: #fff;
}

/* ==========================================================================
   FOOTER
========================================================================== */
.footer {
  background-color: #d6d2cc;
  padding-block: 120px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-block: 100px;
  }
}

.footerInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5em;
}
@media only screen and (max-width: 959px) {
  .footerInner {
    flex-direction: column;
    gap: 3.75em;
  }
}

/* ----------------------------------
   左カラム
---------------------------------- */
.footerLeft {
  display: flex;
  flex-direction: column;
  gap: 3.75em;
  width: 53.9473684211%;
}
@media only screen and (max-width: 959px) {
  .footerLeft {
    width: 100%;
    gap: 2.5em;
  }
}

/* 会社情報 */
.footerInfo {
  display: flex;
  align-items: flex-start;
  gap: 2.375em;
}
@media only screen and (max-width: 959px) {
  .footerInfo {
    flex-direction: column;
    align-items: center;
    gap: 1.875em;
  }
}

.footerLogo {
  display: block;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
}
.footerLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 959px) {
  .footerLogo {
    width: 100px;
    height: 100px;
  }
}

.footerInfoDetail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  min-width: 0;
}

.footerCompanyName {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  margin: 0;
  padding-bottom: 0.625em;
  border-bottom: 1px dashed var(--bgDark2);
}

.footerInfoBody {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.footerAddress {
  margin: 0;
}

.footerAddressLink {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  text-decoration: underline;
  text-decoration-color: var(--mainColor);
  transition: opacity 0.2s;
}
.footerAddressLink:hover {
  opacity: 0.7;
}

.footerAddressIcon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.footerAddressIcon svg {
  display: block;
  width: 10px;
  height: auto;
}

.footerTel {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  margin: 0;
}

/* ナビゲーション */
.footerNav {
  display: flex;
  gap: 1.25em;
  align-items: flex-start;
}
@media only screen and (max-width: 959px) {
  .footerNav {
    flex-direction: column;
    gap: 0.625em;
  }
}

.footerNavCol {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 160px;
}
@media only screen and (max-width: 959px) {
  .footerNavCol {
    min-width: unset;
    width: 100%;
    gap: 0.625em;
  }
}

.footerNavItem {
  display: flex;
  flex-direction: column;
  gap: 0.9375em;
}

.footerNavLink {
  display: flex;
  align-items: center;
  gap: 0.625em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  text-decoration: none;
  transition: opacity 0.2s;
}
.footerNavLink::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--brown);
  flex-shrink: 0;
}
.footerNavLink:hover {
  opacity: 0.7;
}

.footerNavSub {
  list-style: none;
  margin: 0;
  padding-left: 1.625em;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.footerNavSubItem {
  display: flex;
}

.footerNavSubLink {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  text-decoration: none;
  transition: opacity 0.2s;
}
.footerNavSubLink::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  flex-shrink: 0;
}
.footerNavSubLink:hover {
  opacity: 0.7;
}

/* SNS + コピーライト */
.footerBottom {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.footerSns {
  display: flex;
  align-items: center;
  gap: 1.25em;
}

.footerSnsLink {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.footerSnsLink svg {
  display: block;
  width: 30px;
  height: auto;
}
.footerSnsLink:hover {
  opacity: 0.6;
}

.footerCopy {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  margin: 0;
}

/* ----------------------------------
   右カラム: 写真
---------------------------------- */
.footerPhoto {
  width: 37.4561403509%;
  flex-shrink: 0;
  position: relative;
  height: 525px;
}
@media only screen and (max-width: 959px) {
  .footerPhoto {
    width: 100%;
    height: auto;
    aspect-ratio: 570/700;
  }
}

.footerPhotoSlide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: footerFade 12s infinite;
}
.footerPhotoSlide:nth-child(1) {
  animation-delay: 0s;
}
.footerPhotoSlide:nth-child(2) {
  animation-delay: 4s;
}
.footerPhotoSlide:nth-child(3) {
  animation-delay: 8s;
}
.footerPhotoSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes footerFade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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 {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}
