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

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


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

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
:root {
  --mainColor: #00469b;
  --subColor: #401B17;
  --grayColor: #e6e6e6;
  --fontColor: #000;
}

/* ---------------------
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);
}

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

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

:root {
  --fontNum: "Oswald", sans-serif;
}

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

@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/WOFF2/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../fonts/WOFF/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/WOFF2/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../fonts/WOFF/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/WOFF2/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../fonts/WOFF/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/WOFF2/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../fonts/WOFF/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --fontJp: "LINESeedJP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.2em;
}

.ls_l {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #686868;
}

.red {
  color: #EC462F !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

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

.pbL2 {
  padding-bottom: 25%;
}

.pbL3 {
  padding-bottom: 20%;
}

.pbL4 {
  padding-bottom: 15%;
}

.pbM {
  padding-bottom: 10%;
}

.pbM2 {
  padding-bottom: 7.5%;
}

.pbM3 {
  padding-bottom: 5%;
}

.pbS {
  padding-bottom: 3.5%;
}

.pbS2 {
  padding-bottom: 2%;
}

.pbS3 {
  padding-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .pbSpL {
    padding-bottom: 30%;
  }
  .pbSpL2 {
    padding-bottom: 25%;
  }
  .pbSpL3 {
    padding-bottom: 20%;
  }
  .pbSpL4 {
    padding-bottom: 15%;
  }
  .pbSpM {
    padding-bottom: 10%;
  }
  .pbSpM2 {
    padding-bottom: 7.5%;
  }
  .pbSpM3 {
    padding-bottom: 5%;
  }
  .pbSpS {
    padding-bottom: 3.5%;
  }
  .pbSpS2 {
    padding-bottom: 2%;
  }
  .pbSpS3 {
    padding-bottom: 1%;
  }
}
/*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 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

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

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

.gap-20 {
  gap: 20px;
}

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

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

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

.gap-30 {
  gap: 30px;
}

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

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

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

.gap-40 {
  gap: 40px;
}

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

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

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

.gap-50 {
  gap: 50px;
}

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

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

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

.gap-60 {
  gap: 60px;
}

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

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

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

.gap-70 {
  gap: 70px;
}

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

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

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

.gap-80 {
  gap: 80px;
}

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

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

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

.gap-90 {
  gap: 90px;
}

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

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

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

.gap-100 {
  gap: 100px;
}

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

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

@media only screen and (max-width: 959px) {
  .gap-100 {
    gap: 50px;
  }
  .gap-x-100 {
    -moz-column-gap: 50px;
         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: 1920px;
  --interval: 60px;
}

.cnt {
  width: 100%;
  max-width: calc(var(--cnt) - var(--interval) * 2);
  padding-inline: 15px;
  margin-inline: auto;
}

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

.cntM {
  max-width: calc(var(--cnt) - var(--interval) * 6);
  margin-inline: auto;
  padding-inline: 15px;
}

.cntL {
  max-width: calc(var(--cnt) - var(--interval) * 4);
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

.paNone {
  padding: 0;
}

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

:root {
  --spaceSizeS: clamp(25px, 10vw, 50px);
  --spaceSize: clamp(50px, 10vw, 100px);
  --spaceSizeWide: clamp(90px, 15vw, 180px);
}
@media only screen and (max-width: 767px) {
  :root {
    --spaceSizeWide: 45px;
  }
}

.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;
  -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 {
  background-color: #e6e6e6;
  padding-block: clamp(90px, 7.9vw, 150px) 0;
}

.pageHeaderTitleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: absolute;
  top: -2em;
  left: 8vw;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageHeaderTitleBox {
    left: 4vw;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleBox {
    top: -1em;
    gap: 10px;
    left: 3vw;
  }
}

.pageHeaderTitleEn {
  background-color: var(--fontColor);
  padding-inline: 1.4em;
  padding-block: 1em 1.6em;
  display: inline-block;
}
.pageHeaderTitleEn span {
  color: #fff;
  line-height: 1;
  font-size: clamp(30px, 4.7vw, 90px);
  font-family: var(--fontEn);
  font-weight: 600;
  position: relative;
  padding-right: 1em;
}
.pageHeaderTitleEn span::before {
  content: "";
  position: absolute;
  background-color: #fff;
  clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 0.8em;
  width: 0.67em;
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleEn {
    padding-inline: 0.9em;
    padding-block: 0.3em 0.9em;
  }
}

.pageHeaderTitleJp {
  font-size: clamp(16px, 2vw, 36px);
  background: #fff;
  display: inline-block;
  padding-inline: 0.9em 1.1em;
  line-height: 1;
  padding-block: 0.4em;
  font-weight: 600;
}

.pageHeaderImg {
  padding-bottom: clamp(200px, 31.3vw, 600px);
}

.pagenation {
  margin-block: 5% 3%;
}
.pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagenation ul li.active,
.pagenation ul li a {
  border-radius: 50%;
  border: 1px solid var(--mainColor);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  height: 40px;
  width: 40px;
}
.pagenation ul li.active:hover,
.pagenation ul li a:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.pagenation ul li.active {
  background-color: var(--mainColor);
  color: #fff;
}
.pagenation ul li.prev a, .pagenation ul li.next a {
  position: relative;
}
.pagenation ul li.prev a::before, .pagenation ul li.next a::before {
  content: "";
  position: absolute;
  border-right: 1px solid var(--mainColor);
  border-top: 1px solid var(--mainColor);
  transition: 0.3s;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
}
.pagenation ul li.prev a:hover::before, .pagenation ul li.next a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.pagenation ul li.prev a::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.2em;
}
.pagenation ul li.next a::before {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -0.2em;
}

/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
.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
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
@media only screen and (max-width: 767px) {
  .overRayBox {
    padding-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .open .overRayBox {
    cursor: url(../images/cross.svg), auto;
    visibility: visible;
    opacity: 1;
  }
}

html.open,
html.menuOpen,
html.modalOpen {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
@media only screen and (max-width: 767px) {
  .menu-btn {
    background: transparent;
    border: none;
    z-index: 1000;
    position: relative;
    display: flex;
    padding-inline: 6px;
  }
}

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

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  height: var(--menuTrigeHeight);
  width: 23px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.breadcrumbs {
  margin-block: 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-block: 3px 17px;
  }
}

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

/*パンくず終わり*/
/*新着情報------------------------------------*/
.newsList {
  border-bottom: 1px solid var(--fontColor);
}

.newsListLink {
  align-items: center;
  display: flex;
  padding-block: 30px;
}
.newsListLink .newsListImgBox {
  width: clamp(80px, 15.7vw, 300px);
}
.newsListLink .newsListTxBox {
  width: calc(100% - clamp(80px, 15.7vw, 300px));
}
@media print, screen and (min-width: 768px) {
  .newsListLink .newsListImgBox {
    overflow: hidden;
  }
  .newsListLink .newsListTxBox {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .newsListLink {
    padding-block: 15px;
  }
  .newsListLink .newsListImgBox {
    margin-bottom: 10px;
    margin-inline: auto;
  }
  .newsListLink .newsListTxBox {
    padding-left: 20px;
  }
}

.newsListImg {
  transform: scale(1);
  transition: 0.3s;
  padding-bottom: 70%;
  width: 100%;
}

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

.newsListCate {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.5em;
  line-height: 1;
  border-radius: 50rem;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .newsListCate {
    padding-block: 0.3em;
  }
}

.newsListTitle {
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

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

#sidebar {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 360px;
  margin-left: auto;
}

.sidebarBox .sidebarTitle {
  font-size: 18px;
  font-weight: bold;
  color: var(--mainColor);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--mainColor);
  margin-bottom: 0;
}
.sidebarBox .sidebarTitle span {
  display: none;
}
.sidebarBox .sidebarCategoryBlock {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebarBox .sidebarCategoryBlock li {
  border-bottom: 1px solid #ddd;
}
.sidebarBox .sidebarCategoryBlock li a {
  display: block;
  padding: 12px 0;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.sidebarBox .sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}
.sidebarBox .sidebarNewsUl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebarBox .sidebarNewsUl .cat-item {
  border-bottom: 1px solid #ddd;
}
.sidebarBox .sidebarNewsUl .cat-item a {
  display: block;
  padding: 12px 0;
  color: #333;
  text-decoration: none;
}
.sidebarBox .sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarBox .sidebarNewsUl .cat-item a .title {
  font-size: 14px;
  line-height: 1.6;
}
.sidebarBox .sidebarNewsUl .cat-item a .date,
.sidebarBox .sidebarNewsUl .cat-item a .cmNewsListInfoUl {
  display: none;
}
.sidebarBox select[name=archive-dropdown] {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-top: 12px;
  cursor: pointer;
}

.singleColumnInfoUl {
  align-items: center;
  display: flex;
  gap: 10px;
}
.singleColumnInfoUl .date {
  font-size: 12px;
}
.singleColumnInfoUl .cateUl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.singleColumnInfoUl .cateUl li {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-inline: 1em;
  padding-block: 0.5em;
  line-height: 1;
  border-radius: 50rem;
}

.singleColumnTitle {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.singleColumnPreNext {
  display: flex;
  align-items: center;
  justify-content: center;
}
.singleColumnPreNext .singlePageLink {
  font-size: 14px;
  padding-inline: 1.5em;
  position: relative;
  transition: 0.3s;
}
.singleColumnPreNext .singlePageLink + .singlePageLink {
  border-left: 1px solid var(--mainColor);
}
.singleColumnPreNext .singlePageLink:hover {
  opacity: 0.7;
  color: var(--mainColor);
}
.singleColumnPreNext .singlePageLink::before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid var(--mainColor);
  height: 10px;
  width: 10px;
}
.singleColumnPreNext .singlePageLink.prev::before {
  transform: translateY(-50%) rotate(-135deg);
  border-right: 2px solid var(--mainColor);
  left: 0;
}
.singleColumnPreNext .singlePageLink.next::before {
  transform: translateY(-50%) rotate(135deg);
  border-left: 2px solid var(--mainColor);
  right: 0;
}

/*お問い合わせページ------------------------------------*/
.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=url] {
  background-color: #F9F9F9;
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  border-radius: 7px;
}
.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=url]::-moz-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=url]::-moz-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=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(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  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;
}

/*投稿詳細ページ------------------------------------*/
.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 {
  background-color: #F9F9F9;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h2::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h3::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h4 {
  position: relative;
  border-bottom: 2px solid #b8b8b8;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 2%;
}
.entry h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 15%;
  height: 3px;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    font-size: 20px;
    margin: 10% auto 6%;
  }
  .entry h4::after {
    width: 35%;
  }
}
.entry h5 {
  font-size: 21px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-block: 0.3em;
  margin-block: 3%;
  border-block: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 20px;
    margin: 5% auto 3%;
  }
}
.entry h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .entry h6 {
    font-size: 18px;
  }
}
.entry table {
  margin-bottom: 2%;
}
.entry table tr:nth-child(2n) td {
  background-color: #f7f6f9;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 1rem 2rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 0.5em 0.5em;
    border-bottom: 1px solid var(--mainColor);
  }
}
.entry table tr {
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid var(--mainColor);
}
.entry table td {
  border: 1px solid var(--mainColor);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry table {
    width: 500px;
  }
}
.entry ul {
  margin-bottom: 2%;
  background-color: 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;
}
.entry img {
  margin: 2% auto 3%;
}

/* ==========================================================================
   ========================================================================== */
/*==================================================
 * 全サイト共通
*================================================*/
/*共通部分*/
body {
  font-feature-settings: "palt";
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .secTitleBoxInner {
    display: flex;
    align-items: flex-end;
  }
}

.secTitleNum {
  color: #fff;
  display: inline-block;
  padding-inline: 0.5em 5em;
  padding-block: 0.1em;
  background-color: #231815;
  line-height: 1;
}
.whitePt .secTitleNum {
  color: var(--fontColor);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .secTitleNum {
    padding-inline: 0.5em 3em;
  }
}

.secTitleEn span {
  font-size: clamp(32px, 3.2vw, 60px);
  font-weight: 600;
  font-family: var(--fontEn);
  line-height: 1.1;
  padding-right: 1em;
  position: relative;
  display: inline-block;
}
.secTitleEn span::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  clip-path: polygon(70% 0%, 100% 0%, 30% 100%, 0% 100%);
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1em;
  width: 40px;
}
.whitePt .secTitleEn span {
  color: #fff;
}
.whitePt .secTitleEn span::before {
  background-color: #fff;
}
.secTitleEn.__fukuun span::before {
  background-color: #c71432;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secTitleEn span {
    padding-right: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .secTitleEn span::before {
    width: 22px;
  }
}

.secTitleJp {
  font-weight: 600;
}
.whitePt .secTitleJp {
  color: #fff;
}

.commonBtn {
  display: inline-block;
  transition: 0.3s;
}
.commonBtn span {
  display: block;
  background-color: var(--mainColor);
  color: #fff;
  position: relative;
  padding: 0.3em 1.5em 0.4em;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  clip-path: polygon(0.5em 0, calc(100% - 0.5em) 0, 100% 50%, calc(100% - 0.5em) 100%, 0.5em 100%, 0 50%);
}
.commonBtn:hover {
  opacity: 0.7;
}
.commonBtn.whitePt span {
  background-color: #fff;
  color: var(--fontColor);
}

.arwIcon {
  width: 13px;
}
.arwIcon.__mainColor {
  filter: invert(14%) sepia(99%) saturate(2460%) hue-rotate(212deg) brightness(106%) contrast(106%);
}

.stripe {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(0, 0, 0, 0.3) 5px, rgba(0, 0, 0, 0.3) 7px);
  height: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .stripe {
    height: 20px;
  }
}

.scrollItemWrap {
  display: flex;
  overflow: hidden;
}

.scrollList {
  display: flex;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.scrollListItem {
  width: 100vw;
}
@media only screen and (max-width: 767px) {
  .scrollListItem {
    width: 250vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.overlay.show {
  visibility: visible;
  opacity: 1;
}

.toggleMenu {
  transform: translateX(100%);
  transition: 0.5s;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1001;
}
.menuOpen .toggleMenu {
  transform: translateX(0%);
}

.toggleMenuInner {
  overflow: auto;
  background-color: #fff;
  justify-content: center;
  max-width: 600px;
  height: 100vh;
  width: 100%;
}
.toggleMenuInner.footerInner {
  padding-top: 0 !important;
}
.toggleMenuInner .headerHamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1002;
}
.toggleMenuInner .headerHamburger .hamburgerLine.__02 {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.toggleMenuInner .headerHamburger.open {
  height: 60px;
  width: 60px;
}
.toggleMenuInner .headerHamburger.open .hamburgerLine {
  clip-path: none;
  height: 40px;
  width: 7px;
}
.toggleMenuInner .headerHamburger.open .hamburgerLine.__02 {
  visibility: hidden;
  opacity: 0;
}
.toggleMenuInner .headerHamburger.open .hamburgerLine.__01 {
  transform: translate(10px, -3px) rotate(45deg);
}
.toggleMenuInner .headerHamburger.open .hamburgerLine.__03 {
  transform: translate(-9px, -3px) rotate(-45deg);
}
.toggleMenuInner .fotterInnerLeftBox {
  overflow: auto;
  width: 100% !important;
  padding-top: 120px;
  padding-inline: 60px;
  padding-bottom: 60px;
}
.toggleMenuInner .footerSiteMap ul li {
  width: 100%;
}
.toggleMenuInner .footerSiteMap ul li a {
  font-size: 18px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .toggleMenuInner .fotterInnerLeftBox {
    padding-top: 60px;
    padding-inline: 20px;
    padding-block: 20px;
  }
  .toggleMenuInner .footerSiteMap ul li a {
    font-size: 18px;
  }
  .toggleMenuInner .headerHamburger.open .hamburgerLine {
    height: 30px;
    width: 4px;
  }
  .toggleMenuInner .headerHamburger.open .hamburgerLine.__01 {
    transform: translate(7px, -1px) rotate(45deg);
  }
  .toggleMenuInner .headerHamburger.open .hamburgerLine.__03 {
    transform: translate(-6px, -1px) rotate(-45deg);
  }
  .toggleMenuInner .headerHamburger.open.is-scrolledHead .hamburgerLine {
    height: 30px;
    width: 4px;
  }
}

/*==================================================
 * ヘッダー
*================================================*/
:root {
  --headerH: 100px;
}
:root header.is-scrolled {
  --headerH: 60px;
}
@media only screen and (max-width: 959px) {
  :root {
    --headerH: 60px;
  }
}

header {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--headerH);
  width: 100dvw;
  z-index: 999;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  header {
    border-bottom: none;
  }
}

.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerLogo {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  padding-block: 15px;
  height: var(--headerH);
  transition: 0.3s;
  width: clamp(130px, 15.7vw, 300px);
}
.headerLogo img {
  max-width: 230px;
}
@media only screen and (max-width: 959px) {
  .headerLogo {
    padding-inline: 10px;
  }
}

.headerNavBox {
  display: flex;
  align-items: center;
}

.headerNavList {
  display: flex;
  align-items: center;
}
.headerNavList li a {
  display: block;
  padding-inline: 3em;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}
.headerNavList li a:hover {
  color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerNavList li a {
    padding-inline: 1em;
    font-size: 12px;
  }
}

.ctaBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--headerH);
  width: var(--headerH);
  transition: 0.3s;
}
.ctaBox img {
  aspect-ratio: 1/1;
  width: 26px;
}
.ctaBox.telIcon {
  background-color: var(--mainColor);
}
.ctaBox.calenderIcon {
  background-color: #1e2d5a;
}

.headerHamburger {
  cursor: pointer;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: calc(var(--headerH) - 2px);
  width: var(--headerH);
  transition: 0.3s;
}
.headerHamburger:hover {
  opacity: 0.7;
}
.headerHamburger .hamburgerLine {
  background-color: #fff;
  clip-path: polygon(50% 0, 100% 0%, 50% 100%, 0% 100%);
  transition: 0.5s;
  display: inline-block;
  height: 30px;
  width: 15px;
}
.headerHamburger.is-scrolledHead {
  height: 60px;
  width: 60px;
}
header.is-scrolled .headerHamburger .hamburgerLine {
  height: 25px;
  width: 10px;
}
@media only screen and (max-width: 959px) {
  .headerHamburger {
    height: var(--headerH);
  }
  .headerHamburger .hamburgerLine {
    height: 25px;
    width: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .overRayBlock {
    background-color: #fff;
    position: fixed;
    top: 50px;
    left: 0;
    padding-inline: 30px;
    padding-block: 5%;
    overflow-y: scroll;
    height: calc(100dvh - 50px);
    width: 100%;
  }
}

/*==================================================
 * フッター
*================================================*/
footer {
  overflow: hidden;
}

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

@media print, screen and (min-width: 768px) {
  .footerInner {
    display: flex;
  }
  .footerInner .fotterInnerLeftBox {
    width: 45%;
  }
  .footerInner .fotterInnerRightBox {
    margin-left: -15%;
    width: 70%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerInner {
    flex-direction: column;
  }
  .footerInner .fotterInnerLeftBox {
    margin-bottom: 10%;
    width: 100%;
  }
  .footerInner .fotterInnerRightBox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footerInner .fotterInnerLeftBox {
    margin-bottom: 15vw;
  }
}

.footerLogo {
  width: clamp(180px, 15.7vw, 300px);
  margin-bottom: 10%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerLogo {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .footerLogo {
    margin-inline: auto;
  }
}

.footerInfoBox {
  margin-bottom: 10%;
}
.footerInfoBox dl {
  display: flex;
}
.footerInfoBox dl + dl {
  margin-top: 10px;
}
.footerInfoBox dt {
  background-color: var(--mainColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  padding-block: 10px;
  font-size: 13px;
  width: 100px;
}
.footerInfoBox dd {
  padding-left: 10px;
  line-height: 1.3;
  width: calc(100% - 100px);
}
.footerInfoBox dd .map {
  color: #fff;
  font-size: 12px;
  background-color: var(--fontColor);
  padding-inline: 1em;
  padding-block: 0.3em;
  border-radius: 50rem;
  line-height: 1;
  display: inline-block;
}
.footerInfoBox dd > div {
  margin-block: 3px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerInfoBox {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .footerInfoBox {
    padding-block: 20px;
    border-block: 1px solid var(--fontColor);
  }
  .footerInfoBox dl {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .footerInfoBox dl + dl {
    margin-top: 20px;
  }
  .footerInfoBox dt {
    padding-inline: 10px;
    padding-block: 0.5em;
    font-size: 13px;
    text-align: center;
    width: 8em;
    line-height: 1;
  }
  .footerInfoBox dd {
    line-height: 1.6;
    padding-left: 0;
    width: 100%;
  }
}

.footerSiteMap {
  border-block: 1px solid var(--grayColor);
  padding-block: 20px;
  margin-bottom: 10%;
}
.footerSiteMap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
}
.footerSiteMap ul li a {
  display: block;
  font-size: 12px;
  transition: 0.3s;
}
.footerSiteMap ul li a:hover {
  color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerSiteMap {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .footerSiteMap {
    padding-block: 15px;
  }
  .footerSiteMap ul {
    gap: 5px 10px;
  }
}

.copyright {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 10px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .footerImg {
    margin-right: -140px;
    width: calc(100% + 140px);
  }
}
@media only screen and (max-width: 959px) {
  .footerImg {
    margin-top: -50px;
    margin-right: -15px;
    width: calc(100% + 15px);
  }
}

/*==================================================
 * トップページ
*================================================*/
.topFvImg {
  height: 100vh;
}
.topFvImg > video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvImg img {
    aspect-ratio: 1/1.2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .topFvImg img {
    aspect-ratio: 1/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.topFvTxBox {
  position: absolute;
  bottom: 3.2vw;
  left: 6.3vw;
}
@media only screen and (max-width: 767px) {
  .topFvTxBox {
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-inline: 15px;
    text-align: center;
  }
}

.topFvTitle {
  color: #fff;
  font-size: clamp(46px, 3.7vw, 70px);
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 767px) {
  .topFvTitle {
    margin-bottom: 0.4em;
  }
}

.topFvTx {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topFvTx {
    font-size: 18px;
  }
}

.scrollBar {
  --scrollH: 150px;
  position: absolute;
  bottom: calc(var(--scrollH) / 2 * -1);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--fontColor);
  height: var(--scrollH);
  width: 1px;
}
.scrollBar::before {
  animation: scrollDown 2s ease-in-out infinite;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--fontColor);
  border-radius: 4px;
  height: 25px;
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .scrollBar {
    --scrollH: 120px;
  }
}

@keyframes scrollDown {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    top: calc(var(--scrollH) - 25px);
    opacity: 1;
  }
  100% {
    top: calc(var(--scrollH) - 25px);
    opacity: 0;
  }
}
.topFvRecruitBnr {
  width: 15.625vw;
  max-width: 300px;
  aspect-ratio: 360/170;
  position: absolute;
  bottom: 3.2vw;
  right: 3.2vw;
}
@media only screen and (max-width: 767px) {
  .topFvRecruitBnr {
    display: none;
  }
}
.topFvRecruitBnr a {
  display: block;
}
.topFvRecruitBnr > * + * {
  margin-top: 5%;
}

.topInfoSec {
  background-image: url("../img/top/infoBg.png");
}
@media only screen and (max-width: 767px) {
  .topInfoSec {
    background-image: url("../img/top/infoBg_sp.png");
    background-size: 100% auto;
    background-position: bottom center;
    padding-bottom: 20vw;
  }
}

.topInfoBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9.4vw;
}
@media only screen and (max-width: 959px) {
  .topInfoBlock {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

.topCalenderBox .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.topCalenderBox .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .topCalenderBox .commonFrameWrap {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .topCalenderBox .commonFrameWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.topContactTelBoxLink {
  background-color: #3a4d77;
  display: block;
  padding-inline: 30px;
  padding-block: 30px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.topContactTelBoxLink::before {
  content: "";
  background-image: url("../img/top/topContactBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.topContactTelBoxLink .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2%;
}
.topContactTelBoxLink .head .tag {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #231815;
  padding-inline: 1em;
  padding-block: 0.4em;
  display: inline-block;
  line-height: 1;
}
.topContactTelBoxLink .head .title {
  color: #fff;
  font-size: 18px;
}
.topContactTelBoxLink .head .title span {
  font-size: 20px;
  font-weight: 600;
}
.topContactTelBoxLink .foot {
  display: flex;
  align-items: center;
}
.topContactTelBoxLink .foot .subTitle {
  color: #fff;
  font-size: clamp(19px, 1.4vw, 24px);
  letter-spacing: 0.5em;
  line-height: 1;
  padding-block: 0.5em;
  border-right: 5px solid #fff;
  width: 9.6vw;
}
.topContactTelBoxLink .foot .telNumber {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 55px);
  font-family: var(--fontNum);
  line-height: 1;
  padding-left: 0.5em;
  width: calc(100% - 9.6vw);
}
.topContactTelBoxLink .foot .telNumber span {
  font-size: 40px;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topContactTelBoxLink .foot .subTitle {
    width: 130px;
  }
  .topContactTelBoxLink .foot .telNumber {
    width: calc(100% - 130px);
  }
}
@media only screen and (max-width: 767px) {
  .topContactTelBoxLink {
    padding-inline: 20px;
    padding-block: 15px 25px;
  }
  .topContactTelBoxLink .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 5%;
  }
  .topContactTelBoxLink .head .title {
    font-size: 12px;
  }
  .topContactTelBoxLink .head .title span {
    font-size: 14px;
  }
  .topContactTelBoxLink .foot .subTitle {
    font-size: 15px;
    width: 70px;
    letter-spacing: 0.2em;
    padding-block: 0.2em;
    border-right-width: 4px;
    margin-bottom: 0.5em;
  }
  .topContactTelBoxLink .foot .telNumber {
    padding-inline: 0;
    padding-left: 20px;
    width: calc(100% - 70px);
  }
  .topContactTelBoxLink .foot .telNumber span {
    font-size: 18px;
  }
}

.topContactBoxMap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-block: 1.5%;
}
.topContactBoxMap .mapLink {
  padding-inline: calc(0.55em - 1px);
  position: relative;
  transition: 0.3s;
}
.topContactBoxMap .mapLink:hover {
  opacity: 0.85;
}
.topContactBoxMap .mapLink::before, .topContactBoxMap .mapLink::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  height: 100%;
  width: 0.5em;
}
.topContactBoxMap .mapLink::before {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: 0;
}
.topContactBoxMap .mapLink::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 0;
}
.topContactBoxMap span {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.4em;
}
@media only screen and (max-width: 767px) {
  .topContactBoxMap {
    margin-block: 3%;
    gap: 10px;
  }
  .topContactBoxMap .saleTime {
    font-size: 12px;
  }
  .topContactBoxMap .mapLink span {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .topAboutBlock {
    display: flex;
  }
  .topAboutBlock .topAboutImgBox {
    width: 65%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutBlock {
    flex-direction: column;
  }
  .topAboutBlock .topAboutImgBox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutBlock .topAboutImg img {
    aspect-ratio: 1/0.8;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 66%;
       object-position: 66%;
  }
}

.topAboutTxBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #283c78;
  position: relative;
  padding-inline: 6.3vw 3.2vw;
  padding-block: 20px;
  z-index: 2;
}
.topAboutTxBox::before {
  content: "";
  background-image: url("../img/top/topContactBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .topAboutTxBox {
    width: 35%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutTxBox {
    padding-block: 40px;
    padding-inline: 8vw;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutTxBox {
    padding-inline: 20px;
    padding-block: 40px;
  }
}

.topProductsBlock {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .topProductsBlock {
    flex-direction: column;
  }
}

.topProductsImgBox {
  display: flex;
  align-items: center;
  gap: 15px;
}
.topProductsImgBox .topProductsImg {
  max-width: 160px;
}
.topProductsImgBox .topProductsImg.__01 {
  margin-top: -10vw;
}
.topProductsImgBox .topProductsImg.__02 {
  margin-top: 5vw;
}
.topProductsImgBox .topProductsImg.__03 {
  margin-top: -6vw;
}

@media print, screen and (min-width: 768px) {
  .topNewsBlock {
    display: flex;
    gap: 60px;
  }
  .topNewsBlock .topNewsLeftBox {
    width: 30%;
  }
  .topNewsBlock .topNewsRightBox {
    width: 70%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topNewsBlock {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .topNewsBlock .topNewsLeftBox {
    margin-bottom: 10%;
  }
}

.topNewsLink {
  background-color: #fff;
  display: flex;
  border-bottom: 1px solid var(--fontColor);
  gap: 60px;
  padding-block: 30px;
  padding-inline: 30px;
  position: relative;
  transition: 0.3s;
}
.topNewsLink:hover {
  filter: brightness(0.95);
}
.topNewsLink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-image: url("../img/common/arwIcon.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 22px;
  width: 12px;
}
li:first-of-type .topNewsLink {
  border-top: 1px solid var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topNewsLink {
    padding-inline: 15px 20px;
    gap: 30px;
  }
  .topNewsLink::before {
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .topNewsLink {
    flex-direction: column;
    padding-inline: 10px 20px;
    padding-block: 15px;
    gap: 5px;
  }
  .topNewsLink::before {
    right: 5px;
  }
}

.topColumnBlock {
  background-image: url("../img/top/topColumnBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.topColumnHead .secTitleBox,
.topColumnHead .secTitleBoxInner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}
.topColumnHead .secTitleBox .ani-call,
.topColumnHead .secTitleBoxInner .ani-call {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .topColumnSlide {
    margin-inline: -15px;
    width: calc(100% + 30px);
  }
}

@media print, screen and (min-width: 768px) {
  .topColumnList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topColumnList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.topColumnLink {
  overflow: hidden;
  display: block;
  position: relative;
}

.topColumnItemInner {
  padding-bottom: 83%;
  transform: scale(1);
  transition: 0.3s;
}
.topColumnLink:hover .topColumnItemInner {
  transform: scale(1.05);
}

.topColumnItemTxBox {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 80%;
}
.topColumnItemTxBox .topColumnItemTime span {
  font-size: 12px;
  background-color: #fff;
  line-height: 1;
  padding-inline: 0.6em;
  padding-block: 0.4em;
  display: inline-block;
}
.topColumnItemTxBox .topColumnItemTitle span {
  font-size: 14px;
  background-color: var(--fontColor);
  color: #fff;
  line-height: 1.4;
  padding-inline: 0.8em;
  padding-block: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .topColumnItemTxBox {
    bottom: 15px;
    left: 10px;
  }
}

.topColumnItemArw {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .topColumnItemArw {
    padding: 10px;
    height: 30px;
    width: 30px;
  }
}

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

.topOtherLinkItem {
  overflow: hidden;
  display: block;
}
.topOtherLinkItem .secTitleBox {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
.topOtherLinkItem .secTitleBox > .ani-call {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
.topOtherLinkItem .secTitleBoxInner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

.topOtherLinkImg {
  transform: scale(1);
  transition: 0.3s;
  padding-bottom: 46%;
  height: 100%;
  width: 100%;
}
.topOtherLinkItem:hover .topOtherLinkImg {
  transform: scale(1.05);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topOtherLinkImg {
    padding-bottom: 26%;
  }
}

.topRecruitBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.topRecruitBlock .commonBtn {
  text-align: center;
  width: 100%;
}
.topRecruitBlock .commonBtn span {
  display: block;
  padding-block: 0.5em;
  position: relative;
}
.topRecruitBlock .commonBtn span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  background-image: url("../img/common/arwIcon.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: invert(14%) sepia(99%) saturate(2460%) hue-rotate(212deg) brightness(106%) contrast(106%);
  height: 22px;
  width: 13px;
}
@media only screen and (max-width: 767px) {
  .topRecruitBlock {
    flex-direction: column;
    align-items: center;
  }
  .topRecruitBlock .commonBtn {
    width: 70%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitTx {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitTx {
    margin-bottom: 35%;
    width: 35%;
  }
}

.topRecruitTitleEn {
  font-size: clamp(44px, 4vw, 75px);
  font-family: var(--fontEn);
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.topRecruitTitleJp {
  font-size: clamp(22px, 2.1vw, 39px);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.topDisposalBlock {
  display: flex;
}
.topDisposalBlock .topDisposalImgBox {
  width: 65%;
}
@media only screen and (max-width: 959px) {
  .topDisposalBlock {
    flex-direction: column-reverse;
  }
  .topDisposalBlock .topDisposalImgBox {
    width: 100%;
  }
}

.topDisposalTxBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  background-color: #998675;
  position: relative;
  padding-inline: 6vw;
  padding-block: 20px;
  z-index: 2;
}
.topDisposalTxBox::before {
  content: "";
  background-image: url("../img/top/disposalBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .topDisposalTxBox {
    padding-inline: 25px;
    padding-block: 40px;
    width: 100%;
  }
}

.topDisposalTitle {
  color: #fff;
  font-size: clamp(22px, 2.1vw, 39px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
.topDisposalTitle > span {
  font-size: clamp(44px, 4vw, 75px);
  font-weight: 600;
  font-family: var(--fontEn);
}

/*==================================================
 * 会社概要
*================================================*/
.secTitle span {
  font-size: 28px;
  font-weight: 600;
  padding-left: 1.8em;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.secTitle span::before {
  content: "";
  background-image: url("../img/about/secTitleIcon.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 9px;
  width: 30px;
}
.secTitle.text-center span {
  padding-left: 0;
  padding-top: 0.8em;
}
.secTitle.text-center span::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .secTitle span {
    font-size: 23px;
  }
  .secTitle span::before {
    height: 8px;
    width: 29px;
  }
}

.commonTitle {
  font-size: clamp(20px, 2.4vw, 45px);
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1.4;
}

.aboutMessage {
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.aboutMessage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e6e6e6;
  clip-path: polygon(40% 0, 100% 0%, 60% 100%, 0% 100%);
  height: 100%;
  width: 80vw;
  z-index: -1;
}

.aboutMessageBox {
  display: flex;
  justify-content: flex-end;
  gap: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutMessageBox {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMessageBox {
    flex-direction: column;
    gap: 30px;
  }
}

.aboutMessageTxBox {
  max-width: 700px;
  display: flex;
  flex-direction: column;
}

.aboutMessageImgBox {
  max-width: 450px;
}

.aboutBlock {
  max-width: 1250px;
  margin-left: auto;
}
.aboutBlock.__02 {
  margin-top: 2em;
}
@media screen and (min-width: 1920px) {
  .aboutBlock.__02 {
    margin-top: -4em;
  }
}
@media only screen and (max-width: 767px) {
  .aboutBlock.__02 {
    margin-top: 0;
  }
}

.aboutGrooupLogo {
  max-width: 285px;
}
@media only screen and (max-width: 959px) {
  .aboutGrooupLogo {
    max-width: 175px;
  }
}

.aboutBlockInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.aboutBlockInner .leftBox,
.aboutBlockInner .rightBox {
  display: flex;
  flex-direction: column;
}
.aboutBlockInner dl {
  border-bottom: 1px dashed var(--fontColor);
  padding-block: 20px;
}
.aboutBlockInner dl:first-child {
  border-top: 1px dashed var(--fontColor);
}
.aboutBlockInner dl.pbDl {
  padding-bottom: 70px;
}
.aboutBlockInner dt {
  color: var(--mainColor);
  font-size: 14px;
  margin-bottom: 0.8em;
}
@media print, screen and (min-width: 768px) {
  .aboutBlockInner .visible-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .aboutBlockInner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .aboutBlockInner dl {
    padding-block: 10px;
  }
  .aboutBlockInner dl.pbDl {
    padding-bottom: 20px;
  }
  .aboutBlockInner dt {
    font-size: 14px;
    margin-bottom: 0.4em;
    line-height: 1;
  }
  .aboutBlockInner .contents {
    display: contents;
  }
  .aboutBlockInner .order-1 {
    order: 1;
  }
  .aboutBlockInner .order-2 {
    order: 2;
  }
  .aboutBlockInner .order-3 {
    order: 3;
  }
  .aboutBlockInner .order-4 {
    order: 4;
  }
  .aboutBlockInner .order-5 {
    order: 5;
  }
  .aboutBlockInner .order-6 {
    order: 6;
  }
  .aboutBlockInner .order-7 {
    order: 7;
  }
  .aboutBlockInner .order-8 {
    order: 8;
  }
  .aboutBlockInner .order-9 {
    order: 9;
  }
  .aboutBlockInner .order-10 {
    order: 10;
  }
  .aboutBlockInner .rightBox > dl:first-child {
    border-top: none !important;
  }
  .aboutBlockInner .hidden-xs {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .group-company {
    margin-top: 10%;
  }
}

.googleMap .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 56%;
}
.googleMap .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.aboutService {
  background-color: #f2f2f2;
}

.aboutHistory {
  background-image: url("../img/about/historyBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.aboutHistoryBlock .secTitle span {
  color: #fff;
}
.aboutHistoryBlock .secTitle span::before {
  background-image: url("../img/about/secTitleIcon_white.png");
}
@media print, screen and (min-width: 768px) {
  .aboutHistoryBlock {
    display: flex;
  }
  .aboutHistoryBlock .leftBox {
    width: 20%;
  }
  .aboutHistoryBlock .rightBox {
    width: 80%;
  }
}

.aboutHistoryTitle {
  font-family: var(--fontEn);
  color: #fff;
  font-size: clamp(40px, 2vw, 60px);
  font-weight: 600;
  line-height: 1;
}

.aboutHistoryList dl {
  display: flex;
  gap: 10px;
  padding-left: 20px;
  position: relative;
}
.aboutHistoryList dl::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  height: calc(100% + 20px);
  width: 1px;
  background-color: #fff;
}
.aboutHistoryList dl + dl {
  margin-top: 10px;
}
.aboutHistoryList dt {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  width: 70px;
  position: relative;
}
.aboutHistoryList dt::before {
  content: "";
  position: absolute;
  background-color: #00a2ff;
  border-radius: 50%;
  top: 0.35em;
  left: -19px;
  height: 8px;
  width: 8px;
}
.aboutHistoryList dd {
  width: calc(100% - 70px);
}
.aboutHistoryList dd > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.aboutHistoryList dd > div + div {
  margin-top: 10px;
}
.aboutHistoryList dd .time {
  background: #fff;
  color: var(--mainColor);
  line-height: 1;
  font-size: 11px;
  padding-inline: 1em;
  padding-block: 0.4em;
  border-radius: 50rem;
  text-align: center;
  width: 100px;
}
.aboutHistoryList dd .listTitle {
  font-size: 14px;
  color: #fff;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 767px) {
  .aboutHistoryList dt {
    font-size: 17px;
    width: 50px;
  }
  .aboutHistoryList dd {
    width: calc(100% - 50px);
  }
  .aboutHistoryList dd > div {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutHistoryList dd .listTitle {
    font-size: 13px;
    width: 100%;
  }
}

.aboutEvent {
  background-image: url("../img/about/eventBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.aboutEventBlock {
  margin-left: auto;
  width: 81.7%;
}
@media only screen and (max-width: 959px) {
  .aboutEventBlock {
    width: 100%;
  }
}

.aboutEventItem {
  background-color: rgba(255, 255, 255, 0.45);
  padding-inline: 30px;
  padding-block: 30px;
  display: flex;
  align-items: center;
}
.aboutEventItem + .aboutEventItem {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .aboutEventItem {
    flex-direction: column;
    padding-inline: 20px;
    padding-block: 20px;
  }
}

.aboutEventItemImgBox {
  position: relative;
  padding-bottom: 30px;
  max-width: 400px;
  width: 100%;
}
.aboutEventItemImgBox .swiper-pagination {
  bottom: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutEventItemImgBox {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutEventItemImgBox {
    margin-bottom: 10px;
  }
}

.aboutEventItemSlide .aboutEventItemSlideImg {
  aspect-ratio: 400/250;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.aboutEventItemTxBox {
  padding-left: 40px;
  width: calc(100% - 400px);
}
.aboutEventItemTxBox .aboutEventItemTitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  padding-left: 1.5em;
  margin-bottom: 0.8em;
  position: relative;
}
.aboutEventItemTxBox .aboutEventItemTitle::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.8em;
  width: 0.8em;
}
.aboutEventItemTxBox .aboutEventItemTx {
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutEventItemTxBox {
    padding-left: 20px;
    width: calc(100% - 250px);
  }
  .aboutEventItemTxBox .aboutEventItemTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutEventItemTxBox {
    padding-left: 0;
    width: 100%;
  }
  .aboutEventItemTxBox .aboutEventItemTitle {
    font-size: 18px;
    padding-left: 0.8em;
    margin-bottom: 0.4em;
  }
  .aboutEventItemTxBox .aboutEventItemTitle::before {
    height: 0.5em;
    width: 0.5em;
  }
}

.aboutBtn {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.8em 1.5em 0.8em;
  border: none;
  cursor: pointer;
  clip-path: polygon(0.5em 0, 0 50%, 0.5em 100%, calc(100% - 0.5em) 100%, 100% 50%, calc(100% - 0.5em) 0);
}
@media only screen and (max-width: 767px) {
  .aboutBtn {
    font-size: 16px;
  }
}

/*==================================================
 * 取り扱い商品
*================================================*/
.productMain {
  padding-block: 5vw 23.8vw;
}

.productMainBlock {
  background-color: rgba(0, 0, 0, 0.7);
  padding-inline: 20px;
  padding-block: 80px;
  max-width: 780px;
  margin-inline: auto;
  width: calc(100% - 30px);
}
.productMainBlock .secTitle span {
  color: #fff;
}
.productMainBlock .secTitle span::before {
  background-image: url("../img/about/secTitleIcon_white.png");
}

.productCntSec {
  border-bottom: 1px solid var(--fontColor);
}

@media print, screen and (min-width: 768px) {
  .productCnt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .productCnt .leftBox {
    width: 50%;
  }
  .productCnt .rightBox {
    width: 50%;
  }
  .productCnt .rightBox p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productCnt {
    flex-direction: column;
    gap: 20px;
  }
  .productCnt .leftBox {
    margin-inline: auto;
  }
  .productCnt .rightBox {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .productCnt .rightBox {
    margin-top: 3%;
  }
  .productCnt .rightBox p {
    font-size: 12px;
  }
}

.productBlock + .productBlock {
  margin-top: 30px;
}

.productBlockBottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.productBlockBottom .productBlock + .productBlock {
  margin-top: 0;
}

.productItem {
  background-color: #e6e6e6;
  padding-inline: 30px;
  padding-block: 90px 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .productItem {
    padding-inline: 15px;
    padding-block: 70px 30px;
  }
}

.productItemTitleBox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  padding-inline: 30px;
  padding-block: 20px;
  width: 280px;
}
.productItemTitleBox .productItemTitle {
  color: #fff;
  font-size: 22px;
  position: relative;
  padding-left: 1.2em;
  line-height: 1;
}
.productItemTitleBox .productItemTitle::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 0.7em;
  width: 0.7em;
}
@media only screen and (max-width: 767px) {
  .productItemTitleBox {
    padding-inline: 15px;
    padding-block: 17px;
    width: 160px;
  }
  .productItemTitleBox .productItemTitle {
    font-size: 16px;
  }
}

.productItemGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productItemGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .productItemGrid {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 10px;
  }
}

.productLink {
  display: block;
  background-color: #fff;
}
.productLink .productLinkImg {
  transform: scale(1);
  transition: 0.3s;
  padding-bottom: 73%;
  width: 100%;
}
.productLink:hover .productLinkImg {
  transform: scale(1.05);
}

.productLinkImgBtn {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.imgPopup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.85);
}
.imgPopup.isOpen {
  display: flex;
}
.imgPopup__img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
}
.imgPopup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

body.isModalOpen {
  overflow: hidden;
}

.productLinkImgBox {
  position: relative;
  z-index: 2;
}
.productLinkImgBox::before {
  content: "+";
  font-size: 14px;
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  line-height: 1;
  background-color: var(--mainColor);
  height: 20px;
  width: 20px;
  z-index: 1;
}

.productLinkInner {
  padding-inline: 10px;
  padding-block: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .productLinkInner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.productLinkBtn {
  display: inline-block;
}
.productLinkBtn .productLinkBtnTx {
  display: block;
  background-color: var(--mainColor);
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  padding: 0.6em 1em;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
}

.productItemList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 22px;
}
.productItemList li {
  font-size: 90%;
  font-weight: 600;
  padding-left: 1.2em;
  position: relative;
  line-height: 1.2;
}
.productItemList li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  background-color: var(--mainColor);
  height: 0.6em;
  width: 0.6em;
}
@media only screen and (max-width: 767px) {
  .productItemList {
    gap: 5px 15px;
  }
  .productItemList li {
    font-size: 16px;
  }
}

/*==================================================
 * 許可証
*================================================*/
.permitBlock {
  background-color: rgba(230, 230, 230, 0.5);
}

.permitItem + .permitItem {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .permitItem + .permitItem {
    margin-top: 15px;
  }
}

.permitLink {
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: #fff;
  padding-inline: 20px;
  padding-block: 40px;
  transition: 0.3s;
}
.permitLink:hover {
  filter: brightness(0.9);
}
@media only screen and (max-width: 767px) {
  .permitLink {
    padding-inline: 15px;
    padding-block: 20px;
  }
}

.permitTitle {
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.2em;
  position: relative;
}
.permitTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--mainColor);
  height: 0.8em;
  width: 0.8em;
}
@media only screen and (max-width: 767px) {
  .permitTitle {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .permitBtn span {
    font-size: 11px;
    padding: 0.2em 1.2em 0.5em;
  }
}

.permitIcon {
  width: 22px;
}
@media only screen and (max-width: 767px) {
  .permitIcon {
    width: 18px;
  }
}

/*==================================================
 * よくあるご質問
*================================================*/
.faqBg {
  background-color: #f2f2f2;
}

.faqCategoryLinkBox {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: solid 3px #b3b3b3;
}
@media only screen and (max-width: 767px) {
  .faqCategoryLinkBox {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.faqCategoryLinkBoxIn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .faqCategoryLinkBoxIn {
    gap: 10px;
  }
}

.faqCategoryLink {
  background-color: var(--mainColor);
  color: #fff;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 0.5em;
  text-align: center;
  width: 100%;
  max-width: 13em;
}
.faqCategoryLink:hover {
  color: #fff;
  opacity: 0.8;
}
.faqCategoryLink::before {
  content: "";
  position: absolute;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  height: 10px;
  width: 20px;
}
@media only screen and (max-width: 767px) {
  .faqCategoryLink {
    font-size: 16px;
  }
}

.faqBlock {
  max-width: 1200px;
  margin-inline: auto;
  width: 100%;
}
.faqBlock + .faqBlock {
  margin-top: 60px;
}

.faqBlockTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3%;
}
.faqBlockTitle span {
  font-weight: 600;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .faqBlockTitle {
    font-size: 18px;
  }
}

.faqBlockItem {
  background-color: #fff;
}
.faqBlockItem + .faqBlockItem {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .faqBlockItem + .faqBlockItem {
    margin-top: 8px;
  }
}

.faqBlockItemTitleBox {
  cursor: pointer;
  background-color: #666;
  padding-inline: 80px 20px;
  padding-block: 30px;
  position: relative;
}
.faqBlockItemTitleBox::before {
  content: "Q";
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50%;
  background-color: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .faqBlockItemTitleBox {
    padding-inline: 60px 20px;
    padding-block: 15px;
  }
  .faqBlockItemTitleBox::before {
    font-size: 20px;
    height: 30px;
    width: 30px;
  }
}

.faqBlockItemTxBox {
  display: none;
  padding-inline: 80px 20px;
  padding-block: 30px;
  position: relative;
}
.faqBlockItemTxBox::before {
  content: "A";
  color: var(--mainColor);
  font-weight: 600;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .faqBlockItemTxBox {
    padding-inline: 50px 20px;
    padding-block: 15px;
  }
  .faqBlockItemTxBox::before {
    font-size: 15px;
    height: 25px;
    width: 25px;
  }
}

.faqBlockItemTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-right: 25px;
}
.faqBlockItemTitle::before, .faqBlockItemTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #fff;
  height: 3px;
  width: 24px;
}
.faqBlockItemTitle::before {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.is-open .faqBlockItemTitle::before {
  transform: translateY(-50%) rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .faqBlockItemTitle {
    font-size: 16px;
  }
  .faqBlockItemTitle::before, .faqBlockItemTitle::after {
    height: 2px;
    width: 15px;
  }
}

/*==================================================
 * 採用情報
*================================================*/
.recruitFvImg {
  padding-bottom: 51%;
  width: 100vw;
}
@media only screen and (max-width: 767px) {
  .recruitFvImg {
    /*
    padding-bottom: 80vh;
    background-position: 66%;
    */
    padding-bottom: 80vw;
    background-position: 48%;
  }
}

.recruitFvTxBox {
  position: absolute;
  bottom: 3vw;
  left: 3vw;
}
@media only screen and (max-width: 767px) {
  .recruitFvTxBox {
    right: 3vw;
  }
}
.recruitFvTxBox .recruitFvTitleEn {
  font-family: var(--fontEn);
  color: #fff;
  font-weight: 600;
  font-size: clamp(30px, 3.9vw, 74px);
  line-height: 1;
}
.recruitFvTxBox .recruitFvTitleJp span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: clamp(31px, 3.4vw, 64px);
  font-weight: 600;
  display: inline;
  background-color: #fff;
  line-height: 1.9;
  padding-inline: 0.5em;
  padding-block: 0.2em;
}
@media only screen and (max-width: 767px) {
  .recruitFvTxBox .recruitFvTitleJp {
    text-align: center;
    background-color: #fff;
    padding: 0.5em 1em;
    margin-top: 0.5rem;
  }
  .recruitFvTxBox .recruitFvTitleJp > span {
    font-size: clamp(21.5px, 6.15vw, 64px);
    line-height: 1.5;
    padding: 0;
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFvTxBox {
    bottom: auto;
    /*top: 53vh;*/
    top: 63vw;
  }
}

.recruitFvBtns {
  position: absolute;
  display: grid;
  gap: 10px;
  bottom: 3vw;
  right: 3vw;
  max-width: 320px;
  width: 100%;
}
.recruitFvBtns .recruitFvBtn {
  display: block;
  text-align: center;
  transition: 0.3s;
  font-size: clamp(21px, 1.5vw, 28px);
}
.recruitFvBtns .recruitFvBtn:hover {
  opacity: 0.7;
}
.recruitFvBtns .recruitFvBtn span {
  color: #fff;
  font-size: 80%;
  display: block;
  padding: 0.8em 2em;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%, 0 50%);
}
.recruitFvBtns .recruitFvBtn.__detail span {
  background-color: rgba(0, 70, 98, 0.9);
}
.recruitFvBtns .recruitFvBtn.__entry span {
  background-color: rgba(0, 65, 180, 0.9);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFvBtns {
    max-width: 210px;
  }
  .recruitFvBtns .recruitFvBtn span {
    padding-inline: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFvBtns {
    position: static;
    /*margin-top: 20px;*/
    margin-top: 11vw;
    margin-inline: auto;
  }
  .recruitFvBtns .recruitFvBtn span {
    font-size: 21px;
  }
}

.recruitWork {
  display: grid;
  grid-template-columns: 0.43fr 0.57fr;
  gap: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitWork {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitWork {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.recruitWorkImg {
  aspect-ratio: 500/290;
  max-width: 500px;
  margin-left: auto;
  width: 100%;
}
.recruitWorkImg.__fukuun {
  aspect-ratio: 500/128;
}
@media only screen and (max-width: 767px) {
  .recruitWorkImg:not(.__fukuun) {
    display: flex;
    width: 100%;
    gap: 5px;
    aspect-ratio: auto;
  }
  .recruitWorkImg:not(.__fukuun) > img {
    width: calc((100% - 5px) * 0.5);
    height: auto;
  }
}

.recruitWorkMainImg {
  margin-right: -140px;
  width: calc(100% + 140px);
}
@media only screen and (max-width: 767px) {
  .recruitWorkMainImg {
    margin-right: auto;
    width: 100%;
  }
}

.recruitJobGrid {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 15px;
}

.recruitJobItemInBox.__img {
  position: relative;
  margin-inline: auto;
}

.recruitJobItem {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.recruitJobItem:nth-child(2n) .recruitJobItemInBox.__img {
  order: 2;
}
.recruitJobItem + .recruitJobItem {
  margin-top: 60px;
}
.recruitJobItem .recruitJobItemLabel {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: clamp(17px, 1.7vw, 21px);
  color: #fff;
  font-weight: 600;
  background-color: var(--fontColor);
  line-height: 1;
  padding-inline: 0.7em;
  padding-block: 0.2em;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .recruitJobItem {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .recruitJobItem:nth-child(2n) .recruitJobItemInBox.__img {
    order: 0;
  }
}

.recruitJobItemImgBox {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .recruitJobItemImgBox::before {
    top: 15px;
    left: 15px;
  }
}

.recruitPeopleHead {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding-block: 90px 40px;
  z-index: 2;
}
.recruitPeopleHead::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 550px;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruitPeopleHead {
    flex-direction: column;
  }
}

.slideArwBox {
  display: grid;
  grid-template-columns: repeat(2, 60px);
  justify-content: flex-end;
  gap: 10px;
}
.slideArwBox .slideArw {
  cursor: pointer;
  transition: 0.3s;
}
.slideArwBox .slideArw:hover {
  opacity: 0.7;
}
.slideArwBox .slideArw.prev {
  transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .slideArwBox {
    grid-template-columns: repeat(2, 40px);
  }
}

.peopleSlide {
  margin-inline: -2.5vw;
}
@media only screen and (max-width: 767px) {
  .peopleSlide {
    margin-inline: -5vw;
  }
}

.peopleItem {
  cursor: pointer;
}

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

.peopleItemTx {
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 0.3em;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.peopleItemImg {
  transform: scale(1);
  transition: 0.3s;
  padding-bottom: 100%;
  width: 100%;
}
.peopleItem:hover .peopleItemImg {
  transform: scale(1.05);
}

.peopleMoadl {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: calc(100% - 30px);
  z-index: 1002;
  display: none;
}
.peopleMoadl.open {
  display: block;
}

.peopleMoadlInner {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .peopleMoadlInner {
    grid-template-columns: 1fr;
  }
}

.peopleMoadlImg {
  padding-bottom: 117%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .peopleMoadlImg {
    padding-bottom: 65%;
    background-position: center 20%;
  }
}

.peopleMoadlInfo {
  padding-inline: 20px;
  padding-block: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.peopleMoadlInfo .peopleMoadlInfoTag {
  color: #fff;
  background-color: #000;
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.3em;
}
.peopleMoadlInfo .peopleMoadlInfoJoin {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.peopleMoadlInfo .peopleMoadlInfoJoin span {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .peopleMoadlInfo {
    padding-inline: 15px;
    padding-block: 20px;
  }
  .peopleMoadlInfo .peopleMoadlInfoTag {
    font-size: 13px;
    padding-inline: 0.5em;
  }
  .peopleMoadlInfo .peopleMoadlInfoJoin {
    font-size: 17px;
  }
  .peopleMoadlInfo .peopleMoadlInfoJoin span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .peopleMoadlInfo {
    padding-inline: 15px;
    padding-block: 20px;
  }
  .peopleMoadlInfo .peopleMoadlInfoTag {
    font-size: 12px;
    padding-inline: 0.5em;
  }
  .peopleMoadlInfo .peopleMoadlInfoJoin {
    font-size: 13px;
  }
  .peopleMoadlInfo .peopleMoadlInfoJoin span {
    font-size: 18px;
  }
}

.peopleMoadlTxBox {
  padding-block: 30px;
  height: clamp(550px, 41.7vw, 800px);
}
.peopleMoadlTxBox .peopleMoadlTx {
  padding-inline: 40px;
  overflow-y: scroll;
  height: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .peopleMoadlTxBox .peopleMoadlTx {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .peopleMoadlTxBox {
    padding-top: 0;
    height: 30vh;
  }
  .peopleMoadlTxBox .peopleMoadlTx {
    padding-inline: 15px;
  }
}

.peopleMoadlClose {
  cursor: pointer;
  position: absolute;
  top: -13px;
  right: -15px;
  height: 32px;
  width: 38px;
}

.recruitInterview {
  background-image: url("../img/top/topColumnBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.recruitInterview .leftBox {
  padding-inline: 90px;
  padding-block: 90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitInterview {
    grid-template-columns: 1fr;
  }
  .recruitInterview .leftBox {
    padding-inline: 25px;
    padding-block: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitInterview {
    grid-template-columns: 1fr;
  }
  .recruitInterview .leftBox {
    padding-inline: 15px;
    padding-block: 40px;
    order: 1;
  }
}

.interviewTitle {
  font-size: clamp(24px, 2.7vw, 50px);
}
.interviewTitle span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  font-size: 80%;
  font-weight: 600;
  display: inline;
  background-color: #fff;
  line-height: 1.9;
  padding-inline: 0.5em;
  padding-block: 0.2em;
}

.interviewList dl {
  display: flex;
}
.interviewList dl + dl {
  margin-top: 20px;
}
@media only screen and (max-width: 959px) {
  .interviewList dl + dl {
    margin-top: 15px;
  }
}
.interviewList dt {
  color: #fff;
  font-size: 18px;
  width: 5em;
}
@media only screen and (max-width: 959px) {
  .interviewList dt {
    font-size: 14px;
    width: 4em;
  }
}
.interviewList dd {
  color: #fff;
  font-size: 18px;
  width: calc(100% - 5em);
}
@media only screen and (max-width: 959px) {
  .interviewList dd {
    font-size: 14px;
    width: calc(100% - 4em);
  }
}

.interviewImg {
  padding-bottom: 112%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .interviewImg {
    padding-bottom: 62%;
    background-position: bottom;
  }
}

.interviewTxBox {
  position: absolute;
  top: 3vw;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
}

.interviewHead {
  font-size: clamp(24px, 3vw, 56px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 1em;
  margin-left: 1em;
}

.recruitDetail {
  background-color: #f2f2f2;
}

.recruitJobList li + li {
  margin-top: 20px;
}

.recruitJobLink {
  background-color: #fff;
  display: block;
  padding-inline: 25px;
  padding-block: 20px;
  transition: 0.3s;
  position: relative;
}
.recruitJobLink:hover {
  filter: brightness(0.95);
}
.recruitJobLink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background-image: url("../img/common/arwIcon.svg");
  filter: invert(16%) sepia(86%) saturate(2244%) hue-rotate(202deg) brightness(100%) contrast(101%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 22px;
  width: 12px;
}
@media only screen and (max-width: 767px) {
  .recruitJobLink {
    padding-inline: 15px;
    padding-block: 15px;
  }
  .recruitJobLink::before {
    height: 18px;
    width: 10px;
  }
}

.recruitJobLinkTitle {
  font-size: 18px;
  font-weight: 600;
  padding-left: 1.5em;
  line-height: 1.2;
  position: relative;
  margin-bottom: 0.8em;
}
.recruitJobLinkTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  height: 1em;
  width: 1em;
}
@media only screen and (max-width: 767px) {
  .recruitJobLinkTitle {
    font-size: 16px;
    margin-bottom: 0.4em;
  }
}

.recruitJobCategory ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.recruitJobCate {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  margin-inline: 0.5em;
  transition: 0.3s;
  background-color: #999;
  padding: 0.3em 3em;
  clip-path: polygon(0.5em 0, calc(100% - 0.5em) 0, 100% 50%, calc(100% - 0.5em) 100%, 0.5em 100%, 0 50%);
}
.recruitJobCate:hover {
  opacity: 0.7;
  color: #fff;
}
.recruitJobCate.active {
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .recruitJobCate {
    padding-inline: 1.5em;
  }
}

/*==================================================
 * 募集要項 - 詳細
*================================================*/
.jobTitle {
  font-size: 32px;
  font-weight: 600;
  padding-left: 1.3em;
  position: relative;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
.jobTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--mainColor);
  height: 0.8em;
  width: 0.8em;
}
@media only screen and (max-width: 767px) {
  .jobTitle {
    font-size: 20px;
  }
}

.jobSingleInner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.jobCate {
  color: #fff;
  display: inline-block;
}
.jobCate span {
  background-color: var(--mainColor);
  display: block;
  padding: 0.3em 1.5em 0.4em;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  clip-path: polygon(0.5em 0, 0 50%, 0.5em 100%, calc(100% - 0.5em) 100%, 100% 50%, calc(100% - 0.5em) 0);
}
.jobCate.whitePt {
  color: var(--fontColor);
}
.jobCate.whitePt span {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .jobCate span {
    font-size: 12px;
  }
}

.jobSingleBody dl {
  border-bottom: 2px dotted #000;
  padding-block: 1.5em;
  display: flex;
}
.jobSingleBody dl:first-of-type {
  border-top: 2px dotted #000;
}
.jobSingleBody dt {
  color: var(--mainColor);
  width: 10em;
}
.jobSingleBody dd {
  padding-left: 1em;
  width: calc(100% - 10em);
}
@media only screen and (max-width: 767px) {
  .jobSingleBody dl {
    padding-block: 1em;
  }
  .jobSingleBody dt {
    width: 5em;
  }
  .jobSingleBody dd {
    width: calc(100% - 5em);
  }
}

.jobSingleFoot .commonBtn {
  font-size: 23px;
}
.jobSingleFoot .commonBtn span {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .jobSingleFoot .commonBtn {
    font-size: 18px;
  }
}

.txLink {
  cursor: pointer;
  display: inline-block;
}
.txLink span {
  display: inline-block;
  padding-inline: 1.5em;
  position: relative;
}
.txLink span::before, .txLink span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  height: 1px;
  width: 0.5em;
}
.txLink span::before {
  left: 0;
}
.txLink span::after {
  right: 0;
}

/*==================================================
 * お問い合わせ
*================================================*/
.contactBox {
  max-width: 800px;
  margin-inline: auto;
  width: 100%;
}

/******************************************************************************************************
 * Animation
******************************************************************************************************/
.trans.ani-call {
  transition: 1s;
}
.trans.ani-call.fadeIn, .trans.ani-call > .fadeIn {
  opacity: 1;
}
.trans.ani-call.fadeIn.ani-init, .trans.ani-call > .fadeIn.ani-init {
  opacity: 0;
}
.trans.ani-call.fromTop, .trans.ani-call.fromLeft, .trans.ani-call.fromRight, .trans.ani-call.fromBottom,
.trans.ani-call > .fromTop,
.trans.ani-call > .fromLeft,
.trans.ani-call > .fromRight,
.trans.ani-call > .fromBottom {
  transform: translate(0, 0);
}
.trans.ani-call.ani-init.fromTop, .trans.ani-call.ani-init > .fromTop {
  transform: translate(0, -25%);
}
.trans.ani-call.ani-init.fromLeft, .trans.ani-call.ani-init > .fromLeft {
  transform: translate(-25%, 0);
}
.trans.ani-call.ani-init.fromRight, .trans.ani-call.ani-init > .fromRight {
  transform: translate(25%, 0);
}
.trans.ani-call.ani-init.fromBottom, .trans.ani-call.ani-init > .fromBottom {
  transform: translate(0, 25%);
}
.trans.ani-call.step-item {
  opacity: 1;
  transform: translate(0, 0);
}
.trans.ani-call.step-item.step-init {
  opacity: 0;
  transform: translate(25%, 0);
}
@media screen and (max-width:767px) {
  .trans:not(.on-xs) {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

@media screen and (min-width:768px) {
  .product-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.product-title-box > .alert {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #000;
  padding: 1rem 1.5rem;
  gap: 1rem;
}
@media screen and (max-width:767px) {
  .product-title-box > .alert {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
  }
}
.product-title-box > .alert > img {
  height: 3.5rem;
}

.toggleMenuRecruitBnr > a {
  display: block;
  transition: 0.3s;
}
.toggleMenuRecruitBnr > a:hover, .toggleMenuRecruitBnr > a:focus {
  opacity: 0.5;
}
.toggleMenuRecruitBnr > a + a {
  margin-top: 15px;
}
@media screen and (min-width:768px) {
  .toggleMenuRecruitBnr {
    display: none !important;
  }
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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;
  }
}