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

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


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

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;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");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
:root {
  --mainColor: #49A2AB;
  --subColor: #401B17;
  --Neutral700: #141E29;
  --Neutral600: #192635;
  --Neutral500: #213143;
  --Neutral400: #3B4E63;
  --Neutral300: #637486;
  --Neutral200: #7E91A5;
  --Neutral100: #9BAFC4;
  --Neutral75: #B1BFCF;
  --Neutral50: #BAC5D2;
  --Neutral25: #C7D4E2;
  --Neutral15: #DDE5ED;
  --Neutral5: #F4F6F8;
  /* === Primary === */
  --primary500: #2362B3;
  /* === Accent === */
  --accent700: #0F5561;
  --accent500: #05AAC6;
  --accent300: #5DE7FF;
  /* === Recruit Primary === */
  --orange500: #D94F00;
  --orange300: #F78651;
  /* === Recruit Secondary === */
  --yellow500: #F6DD4F;
  --grade: linear-gradient(to bottom, #141E29 0%, #3B4E63 100%);
}

.neutral700 {
  color: var(--Neutral700);
}

.neutral600 {
  color: var(--Neutral600);
}

.neutral500 {
  color: var(--Neutral500);
}

.bgNeutral500 {
  background-color: var(--Neutral500);
}

.neutral400 {
  color: var(--Neutral400);
}

.neutral300 {
  color: var(--Neutral300);
}

.neutral200 {
  color: var(--Neutral200);
}

.neutral100 {
  color: var(--Neutral100);
}

.neutral75 {
  color: var(--Neutral75);
}

.neutral50 {
  color: var(--Neutral50);
}

.neutral25 {
  color: var(--Neutral25);
}

.neutral15 {
  color: var(--Neutral15);
}

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

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

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

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

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

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

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

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

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

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

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

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

.grayColor {
  color: #F7F7F7;
}

.bgGrayColor {
  background-color: #F7F7F7;
}

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

.bgGrayColorLight {
  background-color: #f9f9f9;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgBlueLight {
  background-color: #ECF0F3;
}

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

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

:root {
  --fontNum: "Crimson Text", serif;
}

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

:root {
  --fontJp: "游ゴシック体", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

:root {
  --gothic: "秀英アンチック";
}

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

:root {
  --serif: "Marcellus", serif;
}

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

:root {
  --fontColor: #202020;
}

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

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.2em;
}

.ls_l {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #686868;
}

.red {
  color: #EC462F !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

html,
body {
  width: 100%;
}

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

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

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

hr {
  margin: 10px auto;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

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

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

.overHidden {
  overflow: hidden;
}

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

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

.w100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

.paNone {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.marginCenter {
  margin-inline: auto;
}

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

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

.bgImgHeight {
  padding-bottom: 67%;
}

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

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

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

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

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

.bgWhite {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusCircle {
  border-radius: 50%;
}

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

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

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

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

/*マウスストーカー*/
.pageHeaderInner {
  position: relative;
  padding-block: 240px 30px;
  z-index: 2;
}
.pageHeaderInner::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--Neutral500)));
  background: linear-gradient(to bottom, transparent 0%, var(--Neutral500) 100%);
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.postPage .pageHeaderInner {
  background-color: var(--Neutral500);
}
.postPage .pageHeaderInner::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .pageHeaderInner {
    padding-block: 110px 15px;
  }
}

.postIcon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(95px, 16.1vw, 205px);
}
@media only screen and (max-width: 767px) {
  .postIcon {
    bottom: -30px;
  }
}

.pageHeaderTitleEn {
  color: var(--Neutral75);
  font-size: 24px;
  font-family: var(--serif);
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleEn {
    font-size: 14px;
  }
}

.pageHeaderTitleJp {
  color: #fff;
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.3em;
}

.pageRecruitHeaderTitleBox {
  padding-block: 130px 210px;
  text-align: center;
}

.pageRecruitHeaderTitleEn {
  font-size: clamp(28px, 4.4vw, 56px);
  color: transparent;
  -webkit-text-stroke: 1px var(--yellow500);
  text-stroke: 1px var(--yellow500);
  font-weight: 700;
  font-family: var(--fontEn);
  line-height: 1;
  margin-bottom: 0.2em;
}

.pageRecruitHeaderTitleJp {
  color: #fff;
  font-size: clamp(32px, 5.1vw, 64px);
  font-weight: 600;
  font-family: var(--gothic);
  line-height: 1;
  letter-spacing: 0.08em;
}

/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
.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: 45px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    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 {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
@media only screen and (max-width: 767px) {
  .menu-btn {
    border: none;
    z-index: 1000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruit--headerListBox .menu-btn {
    background: var(--orange300);
    padding-inline: 0.7em;
    padding-block: 0.6em;
  }
  .corpo--headerListBox .menu-btn {
    background: var(--accent500);
    padding-inline: 1em;
    padding-block: 1em;
  }
}

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

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  height: var(--menuTrigeHeight);
  width: 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) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

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

.breadcrumbsInner span {
  color: #fff;
  font-size: 14px;
  font-family: var(--fontJp);
}
.page-productBread .breadcrumbsInner span {
  color: var(--Neutral500);
}
.breadcrumbsInner .current-item {
  color: var(--Neutral200);
  position: relative;
  padding-left: 1em;
  margin-left: 0.5em;
}
.page-productBread .breadcrumbsInner .current-item {
  color: var(--Neutral300);
}
@media only screen and (max-width: 767px) {
  .breadcrumbsInner span {
    font-size: 11px;
  }
}

.breadcrumbsInner span[property=itemListElement] + span[property=itemListElement] span[property=name] {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
}
.breadcrumbsInner span[property=itemListElement] + span[property=itemListElement] span[property=name]::before {
  content: "";
  position: absolute;
  background-color: var(--accent500);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 5px;
  width: 5px;
}

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

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

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

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

/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-inline: auto;
}
.cform tr {
  margin-bottom: 2em;
  display: block;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 15px;
}
.cform tr td + td {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    display: block;
  }
  .cform tr th {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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::-webkit-input-placeholder,
.cform textarea::-webkit-input-placeholder,
.cform select::-webkit-input-placeholder,
.cform input[type=text]::-webkit-input-placeholder,
.cform input[type=email]::-webkit-input-placeholder,
.cform input[type=search]::-webkit-input-placeholder,
.cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform select::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder,
.cform textarea:-ms-input-placeholder,
.cform select:-ms-input-placeholder,
.cform input[type=text]:-ms-input-placeholder,
.cform input[type=email]:-ms-input-placeholder,
.cform input[type=search]:-ms-input-placeholder,
.cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder,
.cform textarea::-ms-input-placeholder,
.cform select::-ms-input-placeholder,
.cform input[type=text]::-ms-input-placeholder,
.cform input[type=email]::-ms-input-placeholder,
.cform input[type=search]::-ms-input-placeholder,
.cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-webkit-input-placeholder, .cform textarea::-webkit-input-placeholder, .cform select::-webkit-input-placeholder, .cform input[type=text]::-webkit-input-placeholder, .cform input[type=email]::-webkit-input-placeholder, .cform input[type=search]::-webkit-input-placeholder, .cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform select::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder, .cform textarea:-ms-input-placeholder, .cform select:-ms-input-placeholder, .cform input[type=text]:-ms-input-placeholder, .cform input[type=email]:-ms-input-placeholder, .cform input[type=search]:-ms-input-placeholder, .cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder, .cform textarea::-ms-input-placeholder, .cform select::-ms-input-placeholder, .cform input[type=text]::-ms-input-placeholder, .cform input[type=email]::-ms-input-placeholder, .cform input[type=search]::-ms-input-placeholder, .cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform select::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=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;
  -webkit-transform: translateY(-50%);
          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=radio].recruitRadio + span::after {
  background-color: var(--orange300);
}
.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;
  -webkit-transform: rotate(-45deg);
          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: 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 {
  border-radius: 4px;
  background-color: var(--mainColor);
  color: #fff;
  font-size: 13px;
  font-family: var(--fontJp);
  margin-left: 1em;
  padding: 0.1em 0.8em;
}
.required-srt.entryRequired {
  background-color: var(--orange300);
}
@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(--accent500);
  background-color: var(--accent500);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: var(--fontJp);
  font-size: 16px;
  -webkit-transition: 0.3s;
  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(--accent500);
}
.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);
}
.submit-btn.entryBtn input {
  border-color: var(--orange300);
  background-color: var(--orange300);
  border-radius: 0;
}
.submit-btn.entryBtn input:hover {
  background-color: #fff;
  color: var(--orange300);
}

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

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

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

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

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

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

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

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

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

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

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  margin-inline: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--mainColor);
}
.entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(64, 27, 23, 0.1)));
  background: linear-gradient(transparent 50%, rgba(64, 27, 23, 0.1) 50%);
}
.entry p {
  margin: 0.5em 0 1em 0;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@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 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 8% auto 3%;
  padding: 0.5em 1.3em;
}
@media only screen and (max-width: 767px) {
  .entry h1 {
    font-size: 20px;
    padding: 0.6em 1.2em;
  }
}
.entry h2 {
  position: relative;
  font-size: 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 {
  background-color: var(--Neutral200);
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
@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 {
  color: var(--Neutral500);
  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%;
  padding: 3% 0;
}
.entry li {
  list-style-type: none;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
}
.entry li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f14a";
  color: var(--mainColor);
  position: absolute;
  left: 0;
  font-weight: 400;
}

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

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

.toc_list li:before {
  display: none;
}

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

.toc_toggle {
  font-size: 14px;
}

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

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

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

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

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

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

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

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

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

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

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

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

.lkc-domain {
  color: #fff;
}

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

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

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

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

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

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

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

.singleColumnArticleContent {
  margin-top: 5%;
}

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

.cateCss {
  display: block;
  background-color: var(--Neutral400);
  border: 1px solid var(--Neutral300);
  padding-block: 0.8em;
  padding-inline: 0.5em;
  text-align: center;
  color: #fff;
  width: 100%;
}

.singleColumnInfoUl .date {
  margin-right: 0.6em;
  color: var(--Neutral300);
  font-size: 14px;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: block;
  background-color: var(--Neutral400);
  border: 1px solid var(--Neutral300);
  padding-block: 0.8em;
  padding-inline: 0.5em;
  text-align: center;
  color: #fff;
  width: 100%;
}
.singleColumnInfoUl .cateUl li + li {
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.cmNewsListUl a {
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmNewsListUl {
    row-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .cmNewsListUl > li {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

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

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

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

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

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

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

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

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

.cmNewsListInfoUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em 0.5em;
  line-height: 1;
}
.cmNewsListInfoUl li {
  display: block;
  background-color: var(--Neutral400);
  border: 1px solid var(--Neutral300);
  padding-block: 0.8em;
  padding-inline: 0.5em;
  text-align: center;
  color: #fff;
  width: 100%;
}

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

.pagenation {
  margin-top: 8%;
}
.pagenation ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.pagenation ul li {
  margin-inline: 0.4em;
}
.pagenation ul li.active,
.pagenation ul li a {
  border: 1px solid var(--Neutral400);
  background-color: var(--Neutral500);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 50px;
}
.pagenation ul li.active {
  background-color: var(--Neutral400);
}
.pagenation ul .dots {
  color: var(--Neutral200);
}
.pagenation ul .prev,
.pagenation ul .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagenation ul .prev a,
.pagenation ul .next a {
  border: none;
  display: block;
  position: relative;
  height: auto;
  width: auto;
}
.pagenation ul .prev a::before,
.pagenation ul .next a::before {
  content: "";
  position: absolute;
  background-image: url("../img/arw.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: invert(45%) sepia(43%) saturate(223%) hue-rotate(170deg) brightness(89%) contrast(84%);
          filter: invert(45%) sepia(43%) saturate(223%) hue-rotate(170deg) brightness(89%) contrast(84%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 11px;
  width: 12px;
}
.pagenation ul .prev.none a,
.pagenation ul .next.none a {
  opacity: 0.2;
  pointer-events: none;
}
.pagenation ul .prev {
  left: 0;
}
.pagenation ul .prev a {
  padding-left: 1.5em;
}
.pagenation ul .prev a::before {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
.pagenation ul .next {
  right: 0;
}
.pagenation ul .next a {
  padding-right: 1.5em;
}
.pagenation ul .next a::before {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 15%;
  }
}

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

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

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

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

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

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

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

.sidebarCategoryBlock li a {
  display: block;
  background-color: var(--Neutral400);
  border: 1px solid var(--Neutral300);
  padding-block: 0.8em;
  padding-inline: 0.5em;
  text-align: center;
  color: #fff;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}

.sideBarIcon {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
}

.sidebarTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5%;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarTitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    margin-bottom: 1em;
  }
}

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

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

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

#sidebar select {
  border-color: var(--mainColor);
  width: 100%;
  padding: 0.7em;
}

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

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

.archive-months {
  display: none;
}

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

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

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

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

/*==================================================
 * 当サイト共通
*================================================*/
main {
  contain: paint;
}

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

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

.secTitleEn {
  color: #FFF76D;
  font-family: var(--fontEn);
  -webkit-text-stroke: 2px var(--Neutral700);
  text-stroke: 2px var(--Neutral700);
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 700;
  line-height: 1;
}
.secTitleEn.__colorNone {
  color: transparent;
  -webkit-text-stroke: 1px var(--yellow500);
  text-stroke: 1px var(--yellow500);
}
.secTitleEn.__b-orange {
  color: transparent;
  -webkit-text-stroke: 1px var(--orange300);
  text-stroke: 1px var(--orange300);
}
.secTitleEn.font-l {
  font-size: clamp(50px, 7.9vw, 100px);
}

.secTitleJp {
  font-size: clamp(60px, 11.3vw, 144px);
  color: #fff;
  font-family: var(--gothic);
  -webkit-text-stroke: 2px var(--Neutral700);
  text-stroke: 2px var(--Neutral700);
  line-height: 1.2;
}
.secTitleJp.font-m {
  font-size: clamp(40px, 7.1vw, 90px);
}
.secTitleJp.font-s {
  font-size: clamp(36px, 4.6vw, 58px);
}
.secTitleJp.fontColor {
  color: var(--Neutral700);
  -webkit-text-stroke: unset;
  text-stroke: unset;
}

.commonTitle {
  font-weight: 600;
  font-family: var(--gothic);
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: clamp(40px, 4.4vw, 56px);
}
.commonTitle.__orange {
  color: var(--orange300);
}

.commonTx {
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .commonTx {
    font-size: 16px;
  }
}

.commonBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.commonBtn:hover .commonBtnArw {
  font-size: 150%;
}
.commonBtn:hover .commonBtnArw::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.commonBtnTx {
  font-size: 24px;
  font-family: var(--gothic);
  font-weight: 600;
}
.commonBtn.__orange .commonBtnTx {
  color: var(--orange300);
}
.commonBtn.__yellow .commonBtnTx {
  color: var(--yellow500);
}
.commonBtn.__white .commonBtnTx {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .commonBtnTx {
    font-size: 20px;
  }
}

.commonBtnArw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 120px;
  width: 120px;
  z-index: 2;
}
.commonBtnArw::before {
  -webkit-animation: rotateClockwise 20s linear infinite;
          animation: rotateClockwise 20s linear infinite;
  content: "";
  position: absolute;
  background-image: url("../img/linkIcon_white.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.commonBtn.__orange .commonBtnArw::before {
  background-image: url("../img/linkIcon_oramge.svg");
}
.commonBtn.__yellow .commonBtnArw::before {
  background-image: url("../img/linkIcon_yellow.svg");
}
@media only screen and (max-width: 767px) {
  .commonBtnArw {
    height: 80px;
    width: 80px;
  }
}

@-webkit-keyframes rotateClockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateClockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.logo_white {
  -webkit-filter: invert(100%) sepia(100%) saturate(4%) hue-rotate(199deg) brightness(108%) contrast(100%);
          filter: invert(100%) sepia(100%) saturate(4%) hue-rotate(199deg) brightness(108%) contrast(100%);
}

.logo_blue {
  -webkit-filter: invert(29%) sepia(92%) saturate(632%) hue-rotate(178deg) brightness(96%) contrast(94%);
          filter: invert(29%) sepia(92%) saturate(632%) hue-rotate(178deg) brightness(96%) contrast(94%);
}

.cloneTx {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.cloneTx::before, .cloneTx::after {
  content: attr(data-cloneTx);
  font-size: 1em;
  position: absolute;
  top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.cloneTx::before {
  opacity: 0.6;
}
.cloneTx::after {
  opacity: 0.2;
}
.cloneTx.__left::before {
  left: 0.65em;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.cloneTx.__left::after {
  left: 0.95em;
  clip-path: polygon(75% 0, 100% 0, 100% 100%, 75% 100%);
}
.cloneTx.__right::before {
  right: 0.65em;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.cloneTx.__right::after {
  right: 0.95em;
  clip-path: polygon(0 0, 25% 0, 25% 100%, 0 100%);
}

.edgeTx {
  color: transparent;
  -webkit-text-stroke: 2px var(--orange300);
  text-stroke: 2px var(--orange300);
}

/*==================================================
 * ヘッダー - コーポレート
*================================================*/
.corpo--headerInner {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 40px 0;
  padding-block: 30px;
  width: 100%;
  z-index: 999;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .corpo--headerInner {
    padding-inline: 15px 0;
    padding-block: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .corpo--headerInner {
    background-color: #fff;
    padding-inline: 15px 0;
    padding-block: 0;
  }
}

.corpo--logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.corpo--logoImg {
  width: clamp(180px, 17.2vw, 220px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .corpo--logoImg {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .corpo--logoImg img {
    -webkit-filter: invert(29%) sepia(92%) saturate(632%) hue-rotate(178deg) brightness(96%) contrast(94%);
            filter: invert(29%) sepia(92%) saturate(632%) hue-rotate(178deg) brightness(96%) contrast(94%);
  }
}
.corpo--logoSideTx {
  background-color: #EDEDED;
  display: inline-block;
  font-size: 14px;
  color: var(--primary500);
  border-radius: 3px;
  padding-inline: 0.4em;
  padding-block: 0.3em;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .corpo--logoSideTx {
    font-size: 12px;
  }
}

.corpo--headerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corpo--headerList li a {
  color: #fff;
  padding-inline: 0.5em;
  display: inline-block;
  font-size: clamp(12px, 1.3vw, 16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-page .corpo--headerList li a {
  color: var(--Neutral500);
}
.corpo--headerList li a:hover {
  color: var(--accent300);
}
@media only screen and (min-width: 1280px) {
  .corpo--headerList li a {
    padding-inline: 0.7em;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .corpo--headerList {
    display: block;
    width: 100%;
  }
  .corpo--headerList li {
    border-bottom: 1px solid var(--Neutral15);
  }
  .corpo--headerList li a {
    color: var(--Neutral500);
    font-size: 20px;
    font-weight: 600;
    padding-block: 0.6em;
    padding-inline: 1.5em 0.5em;
    display: block;
    position: relative;
    width: 100%;
  }
  .corpo--headerList li a::before {
    content: "";
    background-image: url("../img/arw.svg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-filter: invert(29%) sepia(92%) saturate(632%) hue-rotate(178deg) brightness(96%) contrast(94%);
            filter: invert(29%) sepia(92%) saturate(632%) hue-rotate(178deg) brightness(96%) contrast(94%);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    height: 11px;
    width: 12px;
  }
  .corpo--headerList li a .headerNav--contactTx {
    font-weight: 600;
  }
}

@media print, screen and (min-width: 768px) {
  .headerNav--contact {
    border-left: 1px solid var(--Neutral25);
  }
  .product-page .headerNav--contact {
    border-left-color: var(--Neutral500);
  }
}

.corpo--recruitBtn {
  background-color: var(--accent500);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-block: -40px;
  margin-left: 20px;
  padding-block: 2.5em;
  padding-inline: 1.4em 0.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .corpo--recruitBtn {
    margin-block: -10px;
    margin-left: 10px;
    padding-block: 0.8em;
    padding-inline: 1.1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .corpo--recruitBtn {
    margin-block: 0;
    margin-inline: auto;
    background-color: var(--Neutral400);
    border: 1px solid var(--Neutral300);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-block: 1.2em;
    padding-inline: 0.5em;
    width: 100%;
  }
}
.corpo--recruitBtnEn {
  font-size: 14px;
  color: var(--accent700);
  font-family: var(--serif);
}
@media only screen and (max-width: 767px) {
  .corpo--recruitBtnEn {
    border-left: 1px solid var(--Neutral300);
    color: var(--accent500);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
    gap: 5px;
  }
  .corpo--recruitBtnEn img {
    -webkit-filter: invert(44%) sepia(98%) saturate(579%) hue-rotate(145deg) brightness(97%) contrast(96%);
            filter: invert(44%) sepia(98%) saturate(579%) hue-rotate(145deg) brightness(97%) contrast(96%);
    margin: 0;
    width: 15px;
  }
}
.corpo--recruitBtnJp {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .corpo--recruitBtnJp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .corpo--recruitBtnJp {
    font-size: 17px;
    text-align: center;
    padding-right: 20px;
  }
}

/*==================================================
 * ヘッダー - 採用サイト
*================================================*/
.overlay {
  position: fixed;
  background-color: var(--Neutral700);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
}
html.open .overlay {
  opacity: 0.8;
  visibility: visible;
}

.recruit--headerInner {
  border-radius: 4px;
  background-color: #fff;
  border-radius: 2px;
  padding: 10px 10px 10px 25px;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 80px);
  max-width: 1280px;
  z-index: 999;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruit--headerInner {
    padding: 10px 5px 10px 10px;
    top: 20px;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .recruit--headerInner {
    padding: 10px 5px 10px 10px;
    top: 20px;
    width: calc(100% - 30px);
  }
}

.recruit--logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.recruit--logoImg {
  width: clamp(180px, 17.2vw, 220px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruit--logoImg {
    width: 150px;
  }
}
.recruit--logoSideTx {
  background-color: #EDEDED;
  display: inline-block;
  font-size: 14px;
  color: var(--primary500);
  border-radius: 3px;
  padding-inline: 0.4em;
  padding-block: 0.3em;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .recruit--logoSideTx {
    font-size: 12px;
  }
}

.recruit--headerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit--headerList li a {
  font-weight: 600;
  padding-inline: 0.5em;
  display: inline-block;
  font-size: clamp(11px, 1.3vw, 16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit--headerList li a:hover {
  color: var(--orange300);
}
@media only screen and (min-width: 1280px) {
  .recruit--headerList li a {
    padding-inline: 0.7em;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit--headerList {
    display: block;
    width: 100%;
  }
  .recruit--headerList li {
    border-bottom: 1px solid var(--Neutral25);
  }
  .recruit--headerList li a {
    font-size: 22px;
    padding-block: 0.6em;
    display: block;
    width: 100%;
  }
}

.recruit--entryBtn {
  background-color: var(--orange300);
  padding-inline: 0.9em;
  padding-block: 0.2em;
  border-radius: 4px;
}
.recruit--entryBtn span {
  color: #fff;
  font-family: var(--gothic);
  font-size: clamp(12px, 1.6vw, 20px);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 1280px) {
  .recruit--entryBtn {
    padding-inline: 2em;
    padding-block: 1.2em;
  }
  .recruit--entryBtn span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit--entryBtn {
    background-color: var(--Neutral500);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    grid-template-columns: auto 35px;
    padding-block: 2.2em;
    gap: 10px;
    width: 100%;
  }
  .recruit--entryBtn span {
    font-size: 22px;
    letter-spacing: 0.1em;
  }
  .recruit--entryBtn .arw {
    background-color: var(--orange300);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 35px;
    width: 35px;
  }
  .recruit--entryBtn .arw i {
    font-size: 0.6em;
    color: var(--Neutral700);
  }
}

.overRayBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    background-color: #fff;
    position: fixed;
    top: 45px;
    left: 0;
    padding-inline: 30px;
    padding-block: 5%;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    max-height: 100svh;
    width: 100%;
  }
}

/*==================================================
 * フッター - 採用情報パーツ
*================================================*/
.recruitFootCntBg {
  background-color: var(--Neutral500);
  position: relative;
  z-index: 2;
}
.recruitFootCntBg::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitFootCntBg::before {
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media only screen and (max-width: 767px) {
  .recruitFootCntBg {
    padding-bottom: 45px;
  }
}

.otherPageBox {
  padding: 5px;
}

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

.otherPageLink {
  padding-inline: 30px;
  padding-block: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.otherPageLink::before {
  content: "";
  position: absolute;
  background-color: var(--orange300);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.otherPageLink::after {
  content: "";
  position: absolute;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.otherPageLink:hover::before {
  opacity: 0;
  visibility: hidden;
}
.otherPageLink:hover::after {
  opacity: 0.3;
  visibility: visible;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .otherPageLink {
    padding-block: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .otherPageLink {
    padding-inline: 20px;
    padding-block: 60px;
  }
  .otherPageLink::before {
    content: none;
  }
  .otherPageLink::after {
    opacity: 0.5;
    visibility: visible;
  }
}

.otherPageLinkTx {
  font-family: var(--gothic);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
.otherPageLinkTx * {
  font-weight: 600;
  line-height: 1.2;
}
.otherPageLinkTx *::before, .otherPageLinkTx *::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: transparent;
  -webkit-text-stroke: 2px var(--Neutral700);
  text-stroke: 2px var(--Neutral700);
  opacity: 1;
}
.otherPageLinkTx.--top {
  text-align: left;
}
.otherPageLinkTx.--bottom {
  text-align: right;
  margin-right: -1.2em;
}
.otherPageLink:hover .otherPageLinkTx {
  color: #fff;
}
.otherPageLink:hover .otherPageLinkTx *::before, .otherPageLink:hover .otherPageLinkTx *::after {
  color: transparent;
  -webkit-text-stroke: 2px var(--orange300);
  text-stroke: 2px var(--orange300);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .otherPageLinkTx {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .otherPageLinkTx {
    font-size: 32px;
    color: #fff;
  }
  .otherPageLinkTx *::before, .otherPageLinkTx *::after {
    color: transparent;
    -webkit-text-stroke: 2px var(--orange300);
    text-stroke: 2px var(--orange300);
  }
}

.recruitFootTxBox {
  max-width: 680px;
  margin-inline: auto;
  padding-block: 200px 90px;
}
@media only screen and (max-width: 767px) {
  .recruitFootTxBox {
    padding-block: 70px 50px;
  }
}

.recruitFootTitle {
  color: var(--orange300);
  font-size: 32px;
  font-family: var(--gothic);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .recruitFootTitle {
    font-size: 25px;
  }
}

.recruitFootList {
  display: inline-block;
}
.recruitFootList li {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.recruitFootList li + li {
  margin-top: 0.7em;
}
.recruitFootList .recruitFootListIcon {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
}
.recruitFootList .recruitFootListIcon i {
  font-size: 0.7em;
}
@media only screen and (max-width: 767px) {
  .recruitFootList li {
    text-align: left;
    font-size: 16px;
  }
}

.recruitFootBtn .commonBtn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--orange300);
  padding-inline: 3em;
  padding-block: 1em;
}
.recruitFootBtn .commonBtn .commonBtnArw {
  height: 80px;
  width: 80px;
}
.recruitFootBtn .commonBtn:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media only screen and (max-width: 767px) {
  .recruitFootBtn .commonBtn {
    padding-inline: 1em;
  }
  .recruitFootBtn .commonBtn .commonBtnTx {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .recruitFootImgSlide {
    margin-inline: -15px;
  }
}

.recruitFootImg {
  position: absolute;
  z-index: -1;
}
.recruitFootImg.img-1 {
  top: 60px;
  right: 80px;
}
.recruitFootImg.img-2 {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  top: 30%;
  right: 20px;
  width: 164px;
}
.recruitFootImg.img-3 {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  bottom: 26%;
  right: 140px;
  width: 108px;
}
.recruitFootImg.img-4 {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  left: 70px;
  top: 0px;
  width: 118px;
}
.recruitFootImg.img-5 {
  left: 120px;
  top: 50px;
}
.recruitFootImg.img-6 {
  -webkit-filter: blur(6px);
          filter: blur(6px);
  top: 40%;
  left: 30px;
}
.recruitFootImg.img-7 {
  -webkit-filter: blur(4px);
          filter: blur(4px);
  bottom: 15%;
  left: 140px;
  width: 91px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFootImg.img-1 {
    top: 20px;
    right: 30px;
    width: 140px;
  }
  .recruitFootImg.img-2 {
    top: 17%;
    right: 0;
    width: 100px;
  }
  .recruitFootImg.img-3 {
    bottom: 24%;
    right: 20px;
  }
  .recruitFootImg.img-4 {
    left: -20px;
    top: 19px;
  }
  .recruitFootImg.img-5 {
    top: 100px;
    left: 40px;
    width: 160px;
  }
  .recruitFootImg.img-6 {
    left: 20px;
    width: 100px;
  }
  .recruitFootImg.img-7 {
    bottom: 20px;
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFootImg {
    position: static;
    margin-inline: 10px;
  }
  .recruitFootImg.img-2, .recruitFootImg.img-3, .recruitFootImg.img-4, .recruitFootImg.img-6, .recruitFootImg.img-7 {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  .recruitFootImg.img-2 {
    -webkit-transform: scale(0.6) translateY(-110px);
            transform: scale(0.6) translateY(-110px);
  }
  .recruitFootImg.img-3 {
    -webkit-transform: scale(0.8) translate(-50px, 80px);
            transform: scale(0.8) translate(-50px, 80px);
  }
  .recruitFootImg.img-4 {
    -webkit-transform: scale(0.7) translateY(50px);
            transform: scale(0.7) translateY(50px);
  }
  .recruitFootImg.img-6 {
    -webkit-transform: scale(0.85) translateY(110px);
            transform: scale(0.85) translateY(110px);
  }
  .recruitFootImg.img-7 {
    -webkit-transform: scale(0.45) translateY(10px);
            transform: scale(0.45) translateY(10px);
  }
}

.recruitEntryBlock {
  background-color: #FBF6D2;
  position: relative;
  z-index: 2;
}
.recruitEntryBlock::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitEntryBlock::before {
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.recruitEntryBlockHead {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 30px;
}
@media only screen and (max-width: 959px) {
  .recruitEntryBlockHead {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.recruitEntryBlockTitleEn {
  color: transparent;
  font-size: 48px;
  font-weight: 700;
  font-family: var(--fontEn);
  -webkit-text-stroke: 2px rgba(176, 84, 11, 0.54);
  text-stroke: 2px rgba(176, 84, 11, 0.54);
}
@media only screen and (max-width: 767px) {
  .recruitEntryBlockTitleEn {
    font-size: 28px;
  }
}

.recruitEntryBlockTitleJp {
  color: transparent;
  -webkit-text-stroke: 1px var(--Neutral700);
  text-stroke: 1px var(--Neutral700);
  font-size: 64px;
  font-weight: 600;
  font-family: var(--gothic);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .recruitEntryBlockTitleJp {
    font-size: 46px;
  }
}

.recruitEntryBlockSubTitle {
  font-size: 32px;
  font-family: var(--gothic);
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  .recruitEntryBlockSubTitle {
    font-size: 21px;
  }
}

.recruitEntryTelBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid rgba(24, 35, 47, 0.38);
  gap: 30px;
  padding-block: 1.7em;
}
@media only screen and (max-width: 767px) {
  .recruitEntryTelBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.recruitEntryTelBtnTx {
  font-size: 18px;
  opacity: 0.6;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .recruitEntryTelBtnTx {
    font-size: 16px;
  }
}

.recruitEntryTelBtnNum {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--fontEn);
}
.recruitEntryTelBtnNum span {
  margin-right: 0.4em;
  font-size: 0.8em;
}
@media only screen and (max-width: 767px) {
  .recruitEntryTelBtnNum {
    font-size: 28px;
  }
  .recruitEntryTelBtnNum span {
    font-size: 0.65em;
  }
}

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

.entryOtherBtn {
  background-color: var(--orange300);
  border: 1px solid #1F201D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-block: 1.3em;
  padding-inline: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entryOtherBtn:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.entryOtherBtnArw {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 60px;
}
.entryOtherBtnArw i {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .entryOtherBtnArw {
    height: 40px;
    width: 40px;
  }
}

.entryOtherBtnTx {
  font-family: var(--gothic);
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .entryOtherBtnTx {
    font-size: 16px;
  }
}

.scrollTextBox.recruitFootCntSlideTx {
  opacity: 0.2;
  top: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.scrollTextBox.recruitFootCntSlideTx span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  font-family: var(--gothic);
}
@media only screen and (max-width: 767px) {
  .scrollTextBox.recruitFootCntSlideTx {
    top: 1%;
  }
}

/*==================================================
 * フッター - コーポレートパーツ
*================================================*/
.corpo_footer_cnt {
  background-color: var(--Neutral15);
  position: relative;
  z-index: 2;
}
.corpo_footer_cnt::after {
  content: "";
  position: absolute;
  background-image: url("../img/strokeLogo.svg");
  background-size: 368px;
  background-repeat: repeat;
  background-position: center;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(111%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(111%) contrast(102%);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  opacity: 0.2;
  z-index: -1;
}

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

.corpoContactItemLink {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Neutral5)), to(var(--Neutral15)));
  background: linear-gradient(to bottom, var(--Neutral5) 0%, var(--Neutral15) 100%);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 20px;
  padding-block: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.corpoContactItemLink:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.corpoContactItemTitleEn {
  color: var(--Neutral25);
  font-size: clamp(32px, 3.8vw, 48px);
  font-family: var(--serif);
  line-height: 1;
  letter-spacing: 0.08em;
}

.corpoContactItemInner {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.corpoContactItemInner .mainIcon {
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
}
.corpoContactItemInner .mainIcon i {
  color: var(--accent500);
  font-size: 32px;
}
.corpoContactItemInner .corpoContactItemList li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--Neutral200);
  font-size: 14px;
  font-weight: 600;
}
.corpoContactItemInner .corpoContactItemList li + li {
  margin-top: 10px;
}
.corpoContactItemInner .corpoContactItemList .icon {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  height: 35px;
  width: 35px;
}
.corpoContactItemInner .corpoContactItemList .icon i {
  color: var(--accent500);
  font-size: 18px;
}
.corpoContactItemInner .corpoContactItemList .number {
  color: var(--Neutral500);
  font-size: 20px;
  font-weight: 600;
  padding-left: 1em;
  margin-left: 0.5em;
  position: relative;
}
.corpoContactItemInner .corpoContactItemList .number::before {
  content: "";
  position: absolute;
  background-image: url("../img/arw.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: invert(60%) sepia(29%) saturate(6480%) hue-rotate(151deg) brightness(92%) contrast(96%);
          filter: invert(60%) sepia(29%) saturate(6480%) hue-rotate(151deg) brightness(92%) contrast(96%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 11px;
  width: 12px;
}

.corpoContactItemFoot {
  border-top: 1px solid var(--Neutral50);
  text-align: center;
  width: 100%;
  padding-block: 0.8em;
}
.corpoContactItemFoot .mainBtn {
  padding-block: 0;
  padding-inline: 0;
}
.corpoContactItemFoot .mainBtn:hover {
  background: transparent;
}

/*==================================================
 * フッター
*================================================*/
footer {
  background: var(--grade);
  padding-block: 90px 30px;
}
footer.corpo_footer {
  padding-block: 250px 30px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-block: 40px 10px;
  }
  footer.corpo_footer {
    padding-block: 150px 30px;
  }
}

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

.footerLogo {
  margin-bottom: 40px;
  width: clamp(234px, 27.7vw, 354px);
}

.footerSiteMap {
  padding-left: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.footerSiteDL + .footerSiteDL {
  margin-top: 20px;
}
.footerSiteDL dt a, .footerSiteDL dd a {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerSiteDL dt a:hover, .footerSiteDL dd a:hover {
  color: var(--Neutral300);
}
.footerSiteDL dt a {
  font-weight: 600;
  font-size: 17px;
  position: relative;
}
.footerSiteDL dt a::before {
  content: "";
  position: absolute;
  background-image: url("../img/arw.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: invert(60%) sepia(29%) saturate(6480%) hue-rotate(151deg) brightness(92%) contrast(96%);
          filter: invert(60%) sepia(29%) saturate(6480%) hue-rotate(151deg) brightness(92%) contrast(96%);
  top: 0.4em;
  left: -1.5em;
  height: 11px;
  width: 12px;
}
.footerSiteDL dd {
  margin-top: 5px;
}
.footerSiteDL dd ul li {
  margin-block: 0.1em;
}
.footerSiteDL dd ul li a {
  font-size: 15px;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .footerSiteDL dt a {
    font-size: 16px;
  }
  .footerSiteDL dd ul li a {
    font-size: 13px;
  }
}

.footerFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.6;
}
.footerFoot .privacy {
  font-size: 13px;
  color: #fff;
  display: inline-block;
}
.footerFoot .copyright {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .footerFoot {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .footerFoot .copyright {
    text-align: center;
    font-size: 9px;
    width: 100%;
  }
}

/*==================================================
 * 採用情報
*================================================*/
.recruitPage {
  background-color: var(--Neutral500);
  position: relative;
  z-index: 2;
}
.recruitPage::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitPage.__yellow {
  background-color: #DAD5A8;
}
.recruitPage.__yellow::before {
  background-size: contain;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.recruitFv {
  position: relative;
  z-index: 2;
}
.recruitFv::after {
  content: "";
  position: absolute;
  background-image: url("../img/map_base.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.33;
  aspect-ratio: 1370/1500;
  height: 100%;
  width: auto;
  z-index: -1;
}
.recruitFv::after {
  top: -18%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 330%;
}
@media only screen and (max-width: 767px) {
  .recruitFv {
    top: 34%;
    height: 180%;
  }
}

.recruitFvBlock {
  padding-bottom: 150px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFvBlock {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFvBlock {
    padding-bottom: 70px;
    padding-top: 270px;
  }
}

.recruitFvSlide {
  max-width: 950px;
  margin-inline: auto;
  position: relative;
}

.recruitFvSlideItem {
  overflow: hidden;
}
.recruitFvSlideItem img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65%;
  height: 4px;
  z-index: 10;
}
.slick-progress .progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.slick-progress .progress-bar .fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #ffd600;
}

.recruitFvTitle {
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
  font-size: clamp(38px, 6.3vw, 80px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: var(--gothic);
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.recruitFvTitle * {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: var(--gothic);
}
.recruitFvTitle.right {
  right: 60px;
  top: -50px;
  z-index: 2;
}
.recruitFvTitle.left {
  left: 60px;
  bottom: 0;
  z-index: 2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFvTitle.right {
    right: 50px;
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFvTitle {
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
  }
  .recruitFvTitle.right {
    top: 20px;
    left: calc(50% + 0px);
    right: auto;
  }
  .recruitFvTitle.left {
    top: 70px;
    left: calc(50% - 100px);
    bottom: auto;
  }
}

.recruitFvBtn {
  position: absolute;
  bottom: 40px;
  right: calc(50% - 570px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFvBtn {
    bottom: -20px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFvBtn {
    bottom: -60px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.recruitThoughtsBlock {
  position: relative;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .recruitThoughtsBlock {
    grid-template-columns: 1fr;
  }
}

.recruitThoughtsBg {
  /* 格子線の色・太さ・間隔を変数で設定 */
  --grid-color: rgba(255,255,255,0.05); /* 線の色（白10%） */
  --grid-thickness: 1px; /* 線の太さ */
  --grid-width: 200px; /* 横方向の間隔 */
  --grid-height: 120px; /* 縦方向の間隔 */
  /* 縦線 */
  background-image: -webkit-gradient(linear, left top, right top, from(var(--grid-color)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(var(--grid-color)), to(transparent));
  background-image: linear-gradient(to right, var(--grid-color) var(--grid-thickness), transparent var(--grid-thickness)), linear-gradient(to bottom, var(--grid-color) var(--grid-thickness), transparent var(--grid-thickness));
  background-size: var(--grid-width) var(--grid-height), var(--grid-width) var(--grid-height);
}

:root {
  /* ヘッド縦書き */
  --headFontSize: clamp(48px,6.3vw,80px);
  --headFontFam: var(--gothic);
  --headColor: var(--orange300);
  --headLineH: 1.2;
  --headLetterSp: 0.16em;
  --headSpanGap: 1em;
  /* テキストブロック */
  --conceptMt: 80px;
  --conceptMl: -220px;
  --txtFontSize: 20px;
  --txtLetterSp: 0.12em;
  --txtLineH: 2;
  --txtBaseLeft: 300px;
  --txtStep: 100px;
}
@media only screen and (max-width: 767px) {
  :root {
    --txtFontSize: 17px;
  }
}

.recruitThoughtsHeadTx {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.recruitThoughtsHeadTx span {
  display: block;
  font-size: var(--headFontSize);
  font-family: var(--headFontFam);
  color: var(--headColor);
  font-weight: 600;
  line-height: var(--headLineH);
  letter-spacing: var(--headLetterSp);
}
.recruitThoughtsHeadTx span:nth-child(2) {
  margin-top: var(--headSpanGap);
}
.recruitThoughtsHeadTx span:nth-child(3) {
  margin-top: calc(var(--headSpanGap) * 2);
}
@media only screen and (max-width: 767px) {
  .recruitThoughtsHeadTx {
    margin-left: 30px;
    margin-right: auto;
  }
}

.recruitThoughtsIn {
  margin-top: var(--conceptMt);
}
.recruitThoughtsIn .recruitThoughtsTxt {
  color: #fff;
  font-size: var(--txtFontSize);
  font-weight: 600;
  letter-spacing: var(--txtLetterSp);
  line-height: var(--txtLineH);
}
.recruitThoughtsIn .recruitThoughtsTxt + .recruitThoughtsTxt {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .recruitThoughtsIn {
    margin-left: var(--conceptMl);
  }
  .recruitThoughtsIn .recruitThoughtsTxt.txt-1 {
    margin-left: var(--txtBaseLeft);
  }
  .recruitThoughtsIn .recruitThoughtsTxt.txt-2 {
    margin-left: calc(var(--txtBaseLeft) - var(--txtStep) * 1);
  }
  .recruitThoughtsIn .recruitThoughtsTxt.txt-3 {
    margin-left: calc(var(--txtBaseLeft) - var(--txtStep) * 2);
  }
  .recruitThoughtsIn .recruitThoughtsTxt.txt-4 {
    margin-left: calc(var(--txtBaseLeft) - var(--txtStep) * 3);
  }
  .recruitThoughtsIn .recruitThoughtsTxt.txt-5 {
    margin-left: calc(var(--txtBaseLeft) - var(--txtStep) * 4);
  }
}

.recruitThoughtsTitleBox {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitThoughtsTitleBox {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitThoughtsTitleBox {
    bottom: auto;
    top: 0;
    left: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
}

.recruitThoughtsTitlrEn {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--fontEn);
  font-size: clamp(32px, 2vw, 56px);
  font-weight: 800;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: -1.2em;
}

.recruitThoughtsTitle {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: right;
}
.recruitThoughtsTitle span {
  display: block;
  color: #9EBA4A;
  font-weight: 600;
  font-size: clamp(73px, 11.3vw, 144px);
  font-family: var(--gothic);
  line-height: 1.2;
  opacity: 0.4;
  letter-spacing: -0.08em;
}
.recruitThoughtsTitle span + span {
  margin-bottom: -0.5em;
}

.recruitConceptBg {
  overflow: hidden;
  background: #E2DDB0;
  position: relative;
  z-index: 2;
}
.recruitConceptBg::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitConceptBg::before {
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.recruitConceptBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .recruitConceptBox .recruitConceptTxtBox {
    padding-left: 50px;
    width: 60%;
  }
  .recruitConceptBox .recruitConceptTxtBox .secTitleBox {
    margin-right: -130px;
    position: relative;
    z-index: 2;
  }
  .recruitConceptBox .recruitConceptImgBox {
    width: 40%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitConceptBox .recruitConceptTxtBox {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruitConceptBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruitConceptBox .recruitConceptTxtBox {
    padding-block: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruitConceptImg {
    margin-left: 40px;
    width: calc(100% + 60px);
  }
}
@media only screen and (max-width: 767px) {
  .recruitConceptImg {
    margin-inline: -15px;
  }
  .recruitConceptImg img {
    aspect-ratio: 2/2.3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

.recruitConceptItemBoxIn {
  position: relative;
  margin-top: -60px;
  z-index: 2;
}
@media only screen and (max-width: 959px) {
  .recruitConceptItemBoxIn {
    margin-top: -15px;
  }
}

.recruitConceptItem {
  position: sticky;
  top: 140px;
}
.recruitConceptItem + .recruitConceptItem {
  margin-top: 40px;
}
@media only screen and (max-width: 959px) {
  .recruitConceptItem {
    top: 90px;
  }
}

.recruitConceptItemIn {
  background-color: var(--orange300);
  padding: 60px 90px;
  position: relative;
  z-index: 2;
}
.recruitConceptItemIn::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitConceptItemIn::before {
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.recruitConceptItem:nth-child(2) .recruitConceptItemIn {
  background-color: #D2D2D0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitConceptItemIn {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitConceptItemIn {
    padding: 30px 15px;
  }
}

.recruitConceptItemHead {
  display: grid;
  grid-template-columns: 60px auto;
  position: relative;
  margin-bottom: 50px;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .recruitConceptItemHead {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 20px;
  }
}

.recruitConceptItemName {
  font-size: clamp(27px, 4.2vw, 53px);
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  .recruitConceptItemName {
    text-align: center;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.recruitConceptItemTitle {
  font-size: clamp(42px, 5.7vw, 72px);
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--gothic);
  color: #fff;
  -webkit-text-stroke: 2px var(--Neutral700);
  text-stroke: 2px var(--Neutral700);
}
.recruitConceptItem:nth-child(2) .recruitConceptItemTitle {
  color: #F6DD4F;
  -webkit-text-stroke: 2px var(--Neutral700);
  text-stroke: 2px var(--Neutral700);
}

.recruitConceptItemTx {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .recruitConceptItemTx {
    font-size: 18px;
  }
}

.recruitConceptItemNum {
  color: transparent;
  -webkit-text-stroke: 2px var(--Neutral700);
  text-stroke: 2px var(--Neutral700);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 150px;
  line-height: 1;
  font-family: var(--fontEn);
  font-weight: 600;
  letter-spacing: -0.08em;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitConceptItemNum {
    top: -20px;
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitConceptItemNum {
    top: -20px;
    font-size: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .recruitConceptItemImg img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.recruitConceptItemBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2em;
  padding-block: 1.4em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 30px;
}
.recruitConceptItemBtn .recruitConceptItemBtnTx {
  color: var(--orange300);
  font-size: 22px;
  font-weight: 600;
  font-family: var(--fontEn);
}
.recruitConceptItemBtn .recruitConceptItemBtnArw {
  position: relative;
  border: 1px solid var(--orange300);
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.recruitConceptItemBtn .recruitConceptItemBtnArw::before {
  content: "";
  position: absolute;
  background-color: var(--orange300);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: -15px;
  height: 1px;
  width: 20px;
}
.recruitConceptItemBtn:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.recruitConceptItemBtn:hover .recruitConceptItemBtnArw::before {
  left: -10px;
}
@media only screen and (max-width: 767px) {
  .recruitConceptItemBtn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
  }
  .recruitConceptItemBtn .recruitConceptItemBtnTx {
    font-size: 18px;
  }
  .recruitConceptItemBtn .recruitConceptItemBtnArw {
    height: 20px;
    width: 20px;
  }
}

.recruitNumBg {
  position: relative;
  z-index: 2;
  z-index: 1;
}
.recruitNumBg::after {
  content: "";
  position: absolute;
  background-image: url("../img/map_base.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.33;
  aspect-ratio: 1370/1500;
  height: 100%;
  width: auto;
  z-index: -1;
}
.recruitNumBg::after {
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-filter: invert(26%) sepia(12%) saturate(1576%) hue-rotate(173deg) brightness(96%) contrast(87%);
          filter: invert(26%) sepia(12%) saturate(1576%) hue-rotate(173deg) brightness(96%) contrast(87%);
  height: 135%;
  z-index: -1;
}

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

.recruitNUmItem {
  border: 1px solid var(--Neutral400);
  background-color: rgba(21, 30, 42, 0.9);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px 20px;
}
@media only screen and (max-width: 959px) {
  .recruitNUmItem {
    padding: 10px;
  }
}

.recruitNUmTitle {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .recruitNUmTitle {
    font-size: 20px;
  }
}

.recruitNUmTx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.recruitNUmTx .edgeTx {
  font-size: 88px;
  font-weight: 600;
  line-height: 1;
}
.recruitNUmTx.small .edgeTx {
  font-size: 50px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitNUmTx {
    font-size: 20px;
  }
  .recruitNUmTx .edgeTx {
    font-size: 62px;
  }
  .recruitNUmTx.small .edgeTx {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitNUmTx {
    font-size: 24px;
  }
  .recruitNUmTx .edgeTx {
    font-size: 64px;
  }
  .recruitNUmTx.small .edgeTx {
    font-size: 36px;
  }
}

.recruitNUmSubTx {
  text-align: center;
  color: var(--orange300);
}

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

.recruitNumImg {
  position: absolute;
  width: clamp(173px, 42vw, 537px);
  z-index: -1;
}
.recruitNumImg.img-1 {
  top: -340px;
  right: -300px;
}
.recruitNumImg.img-2 {
  bottom: -110px;
  left: -330px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitNumImg.img-1 {
    top: -320px;
    right: -140px;
  }
  .recruitNumImg.img-2 {
    left: -130px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitNumImg.img-1 {
    top: -280px;
    right: -90px;
  }
  .recruitNumImg.img-2 {
    bottom: -130px;
    left: -90px;
  }
}

.recrutiStaffBlock {
  position: relative;
}

.recrutiStaffTitleBox {
  position: absolute;
  bottom: 40px;
  left: 39px;
  z-index: -1;
}
.topRecruitStaffBlock .recrutiStaffTitleBox {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recrutiStaffTitleBox {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recrutiStaffTitleBox {
    bottom: -100px;
    left: 0;
  }
}

.recrutiStaffTitleBoxIn {
  width: 57%;
}
.topRecruitStaffBlock .recrutiStaffTitleBoxIn {
  margin-left: auto;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recrutiStaffTitleBoxIn {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .recrutiStaffTitleBoxIn {
    width: 65%;
  }
}

.recruitStaffMainFoot {
  padding-left: clamp(80px, 15.7vw, 200px);
  padding-bottom: 40px;
}
.topRecruitStaffBlock .recruitStaffMainFoot {
  padding-left: 0;
  padding-right: clamp(80px, 15.7vw, 200px);
}

.recruitStaffMainList {
  padding-bottom: 60px;
}

.simpleStaffItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.simpleStaffItemTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.topRecruitStaffBlock .simpleStaffItemTitleBox {
  right: auto;
  left: 0;
}
.simpleStaffItemTitleBox .simpleStaffItemTitle {
  color: #fff;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  height: 100%;
  font-family: var(--gothic);
}
.topRecruitStaffBlock .simpleStaffItemTitleBox .simpleStaffItemTitle {
  right: 210px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitStaffBlock .simpleStaffItemTitleBox .simpleStaffItemTitle {
    right: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .simpleStaffItemTitleBox .simpleStaffItemTitle {
    font-size: 18px;
    right: -20px;
  }
  .topRecruitStaffBlock .simpleStaffItemTitleBox .simpleStaffItemTitle {
    right: 198px;
  }
}
.simpleStaffItemTitleBox .simpleStaffItemName {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  opacity: 0.6;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.topRecruitStaffBlock .simpleStaffItemTitleBox .simpleStaffItemName {
  right: 325px;
}
.simpleStaffItemTitleBox .simpleStaffItemName span {
  margin-top: 1em;
  display: inline-block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitStaffBlock .simpleStaffItemTitleBox .simpleStaffItemName {
    right: 305px;
  }
}
@media only screen and (max-width: 767px) {
  .simpleStaffItemTitleBox .simpleStaffItemName {
    right: 41px;
  }
  .topRecruitStaffBlock .simpleStaffItemTitleBox .simpleStaffItemName {
    right: 258px;
  }
}

.simpleStaffItemImg {
  margin-top: auto;
}
.simpleStaffItemImg img {
  aspect-ratio: 2/2.3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.recruitStaffMainTitle {
  color: var(--orange300);
  font-size: 36px;
  font-weight: 600;
  font-family: var(--gothic);
  line-height: 1.2;
  margin-bottom: 0.6em;
}
.recruitMindMainHead .recruitStaffMainTitle {
  color: var(--yellow500);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitStaffMainTitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitStaffMainTitle {
    font-size: 22px;
  }
}

.recruitStaffMainTx {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 2;
}

.recruitMessage {
  background-color: var(--Neutral500);
  position: relative;
  padding-block: 28.5vw 21.5vw;
  z-index: 2;
  position: relative;
  z-index: 2;
}
.recruitMessage::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitMessage::before {
  background-size: contain;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  z-index: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitMessage {
    padding-block: 240px 170px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMessage {
    padding-block: 120px 90px;
  }
}

.recruitMessageMap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 130%;
  z-index: -1;
}
.recruitMessageMap.--top {
  top: 0;
}
.recruitMessageMap.--bottom {
  bottom: 0;
}

.recruitMessageBg {
  background: #C5BD93;
  position: relative;
  z-index: 2;
}
.recruitMessageBg::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitMessageBg::before {
  background-size: contain;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.recruitMessageBlock {
  margin-top: -130px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitMessageBlock {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMessageBlock {
    margin-top: -40px;
  }
}

.recruitMessageSecTitleEn {
  color: var(--orange300);
  margin-bottom: 0.4em;
}

.recruitMessageBoxTitle {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .recruitMessageBoxTitle {
    font-size: 24px;
  }
}

.recruitMessageBoxTx {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .recruitMessageBoxTx {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruitCharge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruitCharge .recruitChargeImgBox {
    padding-right: 10%;
    width: 38%;
  }
  .recruitCharge .recruitChargeTxBox {
    width: 62%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitCharge .recruitChargeImgBox {
    padding-right: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .recruitCharge .recruitChargeImgBox {
    margin-bottom: 5%;
    width: 60%;
  }
  .recruitCharge .recruitChargeImgBox img {
    aspect-ratio: 2/3.3;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.recruitChargeImg {
  margin-left: -60px;
}
@media only screen and (max-width: 767px) {
  .recruitChargeImg {
    margin-left: -15px;
  }
}

.recruitChargeTitle {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .recruitChargeTitle {
    font-size: 20px;
  }
}

.recruitMessageBoxName {
  text-align: right;
  font-size: 30px;
  font-weight: 600;
}
.recruitMessageBoxName span {
  font-weight: 600;
  font-size: 80%;
  margin-right: 0.6em;
}
@media only screen and (max-width: 767px) {
  .recruitMessageBoxName {
    font-size: 23px;
  }
}

.recruitChargeName {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
}
.recruitChargeName span {
  font-weight: 600;
  margin-right: 1em;
  font-size: 75%;
}
@media only screen and (max-width: 767px) {
  .recruitChargeName {
    font-size: 18px;
  }
}

.recruitMindBlock {
  padding-block: 110px;
  position: relative;
  z-index: 2;
}
.recruitMindBlock::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitMindBlock::before {
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.recruitMindBlock::after {
  content: "";
  position: absolute;
  background-image: url("../img/recruitMindBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 15px;
  height: 100%;
  width: calc(100% - 30px);
  z-index: -2;
}

.recruitMindTitle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.recruitMindTitle .secTitleEn {
  position: absolute;
  top: 0;
  left: -0.8em;
  color: transparent;
  -webkit-text-stroke: 1px var(--yellow500);
  text-stroke: 1px var(--yellow500);
}
.recruitMindTitle .secTitleJp {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
@media print, screen and (min-width: 768px) {
  .recruitMindTitle .secTitleEn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .recruitMindTitle .secTitleJp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitMindTitle {
    top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMindTitle {
    position: static;
  }
  .recruitMindTitle .secTitleEn {
    position: static;
    font-size: 24px;
  }
  .recruitMindTitle .secTitleJp {
    font-size: 50px;
  }
}

.recruitMindItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 60px auto;
  gap: 15px;
}
.recruitMindItem + .recruitMindItem {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .recruitMindItem.item-2, .recruitMindItem.item-4 {
    margin-left: 2em;
  }
  .recruitMindItem.item-3 {
    margin-left: 4em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitMindItem {
    grid-template-columns: 50px auto;
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMindItem {
    grid-template-columns: 20px auto;
  }
}

.recruitMindItemNum {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  font-size: 120px;
  font-weight: 600;
  font-family: var(--fontEn);
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.34;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitMindItemNum {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMindItemNum {
    font-size: 38px;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
  }
}

.recruitMindItemTitle {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  background-color: var(--orange300);
  font-family: var(--gothic);
  line-height: 1;
  letter-spacing: 0.03em;
  display: inline-block;
  padding-inline: 0.4em;
  padding-block: 0.5em;
  margin-bottom: 0.6em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitMindItemTitle {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMindItemTitle {
    font-size: 18px;
  }
}

.recruitCareerBlock {
  background-color: #EFE9BB;
  position: relative;
  z-index: 2;
}
.recruitCareerBlock::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitCareerBlock::before {
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.recruitCareerMainTitle {
  color: var(--orange500);
}

.recruitCareerBox {
  overflow: auto;
}
@media only screen and (max-width: 959px) {
  .recruitCareerBox {
    margin-inline: -15px;
    padding-left: 15px;
  }
}

.recruitCareerBoxIn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 959px) {
  .recruitCareerBoxIn {
    width: 800px;
  }
}

.recruitCareerItemPlan {
  font-size: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .recruitCareerItemPlan {
    font-size: 26px;
  }
}

.recruitCareerItemTitle {
  background-color: rgba(255, 255, 255, 0.66);
  display: inline-block;
  font-family: var(--gothic);
  font-weight: 600;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding-inline: 0.7em;
  padding-block: 0.3em;
  margin-bottom: 0.5em;
  width: 100%;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .recruitCareerItemTitle {
    font-size: 18px;
  }
}

.recruitCareerItemtx {
  color: var(--Neutral700);
  font-weight: 600;
  margin-bottom: 10px;
}
.recruitCareerItemtx span {
  font-size: 14px;
  font-weight: 500;
}

.recruitSystemTItle {
  color: var(--orange500);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .recruitSystemTItle {
    font-size: 24px;
  }
}

.recruitSystemItem {
  background-color: #fff;
  display: grid;
  grid-template-columns: 380px auto;
  gap: 40px;
}
.recruitSystemItem + .recruitSystemItem {
  margin-top: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitSystemItem {
    grid-template-columns: 260px auto;
  }
}
@media only screen and (max-width: 767px) {
  .recruitSystemItem {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.recruitSystemImg {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .recruitSystemImg {
    padding-bottom: 72%;
  }
}

.recruitSystemTxtBox {
  padding-block: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .recruitSystemTxtBox {
    padding: 20px 15px;
  }
}

.recruitSystemTitleBox {
  padding-left: 20px;
  border-left: 2px solid var(--orange300);
  margin-bottom: 1.5em;
}

.recruitSystemTitle {
  font-size: 30px;
  font-family: var(--gothic);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .recruitSystemTitle {
    font-size: 22px;
  }
}

.recruitSystemSubTitle {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .recruitSystemSubTitle {
    font-size: 16px;
  }
}

:root {
  --detailW: 24px;
}
@media only screen and (max-width: 767px) {
  :root {
    --detailW: 20px;
  }
}

.recruitDetailItem {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(163, 205, 255, 0.06);
  padding-inline: calc(var(--detailW) * 2);
  padding-block: var(--detailW);
}
.recruitDetailItem + .recruitDetailItem {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .recruitDetailItem {
    padding-inline: 15px;
  }
}

.recruitDetailItemTitle {
  cursor: pointer;
  color: var(--orange300);
  text-align: center;
  font-size: var(--detailW);
  line-height: 1;
  position: relative;
}
.recruitDetailItemTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: var(--orange300);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  height: 10px;
  width: 12px;
}
.recruitDetailItemTitle.open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .recruitDetailItemTitle {
    line-height: 1.2;
    text-align: left;
    padding-right: 20px;
  }
}

.recruitDetailItemCnt {
  display: none;
}

.recruitDetailItemInner {
  margin-top: var(--detailW);
}
.recruitDetailItemInner dl {
  padding-block: var(--detailW);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.recruitDetailItemInner dl dt, .recruitDetailItemInner dl dd {
  color: #fff;
}
.recruitDetailItemInner dt {
  width: 200px;
}
.recruitDetailItemInner dd {
  width: calc(100% - 200px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitDetailItemInner dt {
    width: 150px;
  }
  .recruitDetailItemInner dd {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 767px) {
  .recruitDetailItemInner dt {
    width: 120px;
  }
  .recruitDetailItemInner dd {
    width: calc(100% - 120px);
  }
}

.recruitDetailItemClose {
  text-align: center;
  margin-top: var(--detailW);
}
.recruitDetailItemClose .recruitDetailItemCloseBtn {
  cursor: pointer;
  border: 1px solid rgba(158, 186, 74, 0.29);
  display: inline-block;
  color: var(--orange300);
  padding-inline: 8em;
  padding-block: 0.6em;
}

.recruitFlowBpx {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFlowBpx {
    grid-template-columns: 90px auto;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFlowBpx {
    grid-template-columns: 1fr;
  }
}

.recruitFlowTitleBpx {
  position: relative;
}
.recruitFlowTitleBpx .secTitleEn {
  position: absolute;
  top: 0;
  left: -0.8em;
}
@media print, screen and (min-width: 768px) {
  .recruitFlowTitleBpx .secTitleEn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .recruitFlowTitleBpx .secTitleJp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFlowTitleBpx {
    padding-left: 35px;
  }
  .recruitFlowTitleBpx .secTitleEn {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFlowTitleBpx .secTitleEn {
    position: static;
    font-size: 36px;
  }
}

.recruitFlowItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: 60px 0.6fr 0.8fr;
  position: relative;
  padding-bottom: 50px;
}
.recruitFlowItem::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 1.2em;
  bottom: 15px;
  height: 50%;
  width: 1px;
}
.recruitFlowItem:last-child {
  padding-bottom: 0;
}
.recruitFlowItem:last-child::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .recruitFlowItem {
    grid-template-columns: 50px auto;
    row-gap: 10px;
  }
  .recruitFlowItem::before {
    left: 1em;
    height: 71%;
  }
  .recruitFlowItem .recruitFlowItemTxBox {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}

.recruitFlowItemNum {
  font-size: 62px;
  font-family: var(--fontEn);
  font-weight: 700;
  line-height: 0.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .recruitFlowItemNum {
    font-size: 46px;
  }
}

.recruitFlowItemTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
.recruitFlowItemTitle span {
  font-size: 65%;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .recruitFlowItemTitle {
    font-size: 26px;
  }
}

.recruitFlowItemTx {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.recruitFlowItemTx span {
  display: inline-block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0.6;
  letter-spacing: 0.08em;
}

.recruitQaBg {
  background-color: #EFE9BB;
  position: relative;
  z-index: 2;
}
.recruitQaBg::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitQaBg::before {
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.recruitQaItem {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.recruitQaItem::before {
  background-color: var(--orange300);
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 40px;
}

.recruitQaItemTitleBox {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 25px;
  gap: 10px;
  padding-block: 20px;
}
@media only screen and (max-width: 767px) {
  .recruitQaItemTitleBox {
    grid-template-columns: auto 15px;
  }
}

.recruitQaItemTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.recruitQaItemTitle span {
  color: var(--orange300);
  font-family: var(--fontEn);
  margin-right: 0.3em;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .recruitQaItemTitle {
    font-size: 18px;
  }
  .recruitQaItemTitle span {
    font-size: 26px;
  }
}

.recruitQaItemIcon {
  position: relative;
  height: 25px;
  width: 25px;
}
.recruitQaItemIcon::before, .recruitQaItemIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--Neutral700);
  height: 1px;
  width: 100%;
}
.recruitQaItemIcon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.recruitQaItemIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.open .recruitQaItemIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
@media only screen and (max-width: 767px) {
  .recruitQaItemIcon {
    height: 15px;
    width: 15px;
  }
}

.recruitQaItemCntBox {
  padding-block: 10px 30px;
  display: none;
}

/*==================================================
 * 先輩社員紹介
*================================================*/
.staffMainBoxIn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.staffMainBoxIn .staffMainTitle {
  font-size: 56px;
  font-family: var(--gothic);
  color: var(--orange300);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.staffMainBoxIn .staffMainTx {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffMainBoxIn .staffMainTitle {
    font-size: 34px;
  }
  .staffMainBoxIn .staffMainTx {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .staffMainBoxIn {
    grid-template-columns: 1fr;
  }
  .staffMainBoxIn .staffMainTitle {
    font-size: 34px;
  }
  .staffMainBoxIn .staffMainTx {
    font-size: 16px;
  }
}

.staffItem + .staffItem {
  margin-top: 90px;
  padding-top: 90px;
  border-top: 1px solid var(--Neutral300);
}
@media print, screen and (min-width: 768px) {
  .staffItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .staffItem .staffItemImgBox {
    width: 27%;
  }
  .staffItem .staffItemTxtBox {
    padding-left: 8%;
    width: 72%;
  }
  .staffItem:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .staffItem:nth-child(2n) .staffItemTxtBox {
    padding-inline: 0 8%;
  }
}
@media only screen and (max-width: 767px) {
  .staffItem .staffItemImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 65%;
  }
}

.staffItemName {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.7em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffItemName {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .staffItemName {
    font-size: 16px;
  }
}

.staffItemInfo {
  font-weight: 600;
  text-align: center;
  color: var(--Neutral100);
}

.staffItemTitle {
  color: var(--yellow500);
  font-size: 34px;
  font-weight: 600;
  font-family: var(--gothic);
  letter-spacing: 0.08em;
  margin-bottom: 1em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .staffItemTitle {
    font-size: 24px;
  }
}

.staffItemFaq dl + dl {
  margin-top: 40px;
}
.staffItemFaq dl dt, .staffItemFaq dl dd {
  color: #fff;
}
.staffItemFaq dl dt {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 3em;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.staffItemFaq dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  height: 1px;
  width: 2em;
}
.staffItemFaq dl dd {
  color: var(--Neutral100);
}
@media only screen and (max-width: 767px) {
  .staffItemFaq dl + dl {
    margin-top: 20px;
  }
  .staffItemFaq dl dt {
    font-size: 18px;
  }
}

.staffItemWeapon {
  border: 1px solid var(--Neutral300);
  background-color: var(--Neutral600);
  padding: 20px 30px;
}
.staffItemWeapon .staffItemWeaponHeadTx {
  color: var(--orange300);
  font-family: var(--gothic);
  font-size: 24px;
  padding-left: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
  line-height: 1.2;
  position: relative;
}
.staffItemWeapon .staffItemWeaponHeadTx::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: var(--orange300);
  height: 0.7em;
  width: 0.7em;
}
@media only screen and (max-width: 959px) {
  .staffItemWeapon {
    padding: 20px 18px;
  }
  .staffItemWeapon .staffItemWeaponHeadTx {
    font-size: 22px;
  }
  .staffItemWeapon .staffItemWeaponHeadTx::before {
    height: 0.5em;
    width: 0.5em;
  }
}

.staffItemWeaponTitle {
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 959px) {
  .staffItemWeaponTitle {
    font-size: 20px;
  }
}

.staffItemWeaponTx {
  color: #fff;
}

.staffTalk {
  background-color: #DAD5A8;
  position: relative;
  z-index: 2;
}
.staffTalk::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.staffTalk::before {
  background-size: contain;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.staffTalkTitle {
  text-align: center;
  color: var(--orange300);
  font-family: var(--gothic);
  font-size: 32px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .staffTalkTitle {
    font-size: 20px;
  }
}

.staffTalkHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 40px;
  padding-inline: 120px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffTalkHead {
    gap: 20px 20px;
    padding-inline: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .staffTalkHead {
    gap: 20px 20px;
    padding-inline: 0;
  }
}

.staffTalkPerson {
  text-align: center;
}

.staffTalkPersonImg {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  margin-inline: auto;
  height: 180px;
  width: 180px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffTalkPersonImg {
    height: 150px;
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .staffTalkPersonImg {
    height: 130px;
    width: 130px;
  }
}

.staffTalkPersonName {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 959px) {
  .staffTalkPersonName {
    font-size: 16px;
  }
}

.staffTalkPersonInfo {
  font-weight: 600;
}

.staffTalBodyBox {
  background-color: #fff;
  padding-inline: 90px;
  padding-block: 40px;
}
.staffTalBodyBox + .staffTalBodyBox {
  margin-top: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .staffTalBodyBox {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .staffTalBodyBox {
    padding-inline: 15px;
    padding-block: 20px;
  }
  .staffTalBodyBox + .staffTalBodyBox {
    margin-top: 20px;
  }
}

.staffTalBodyTitle {
  color: var(--orange300);
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 2em;
  margin-bottom: 1.7em;
}
.staffTalBodyTitle::before {
  content: "";
  position: absolute;
  background-color: orange;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.5em;
}
@media only screen and (max-width: 767px) {
  .staffTalBodyTitle {
    font-size: 16px;
  }
}

.staffTalBodySubTitle {
  font-size: 18px;
  color: var(--orange300);
  padding-left: 2.5em;
}

.staffTalBodyItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 120px auto;
  gap: 20px;
}
.staffTalBodyItem + .staffTalBodyItem {
  margin-top: 30px;
}
.staffTalBodyItem .staffTalBodyName {
  color: var(--Neutral300);
  margin-bottom: 1em;
}
.staffTalBodyItem .staffTalBodyTx {
  color: var(--Neutral500);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .staffTalBodyItem {
    grid-template-columns: 60px auto;
  }
  .staffTalBodyItem .staffTalBodyName {
    margin-bottom: 0.5em;
  }
}

/*==================================================
 * 山田工業の仕事を知る
*================================================*/
.conceptMainBoxIn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.conceptMainBoxIn .conceptMainTitle {
  font-size: 56px;
  font-family: var(--gothic);
  color: var(--orange500);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.conceptMainBoxIn .conceptMainTx {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .conceptMainBoxIn .conceptMainTitle {
    font-size: 34px;
  }
  .conceptMainBoxIn .conceptMainTx {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptMainBoxIn {
    grid-template-columns: 1fr;
  }
  .conceptMainBoxIn .conceptMainTitle {
    font-size: 34px;
  }
  .conceptMainBoxIn .conceptMainTx {
    font-size: 16px;
  }
}

.conceptMainBtn {
  margin-top: -170px;
}
.conceptMainBtn .commonBtn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.conceptMainBtn .commonBtn .commonBtnTx {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

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

.conceptLink {
  background-color: #fff;
  border: 1px solid #6B7E12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1em;
  padding-block: 0.8em;
}
.conceptLink .conceptLinkTx {
  color: var(--Neutral700);
  font-size: 20px;
  font-weight: 600;
  padding-right: 1em;
  line-height: 1.2;
  width: calc(100% - 50px);
}
.conceptLink .conceptLinkArw {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
}
.conceptLink .conceptLinkArw i {
  color: var(--Neutral700);
}
@media only screen and (max-width: 767px) {
  .conceptLink .conceptLinkTx {
    width: calc(100% - 30px);
  }
  .conceptLink .conceptLinkArw {
    height: 30px;
    width: 30px;
  }
}

.conceptItem + .conceptItem {
  margin-top: 200px;
}
@media only screen and (max-width: 959px) {
  .conceptItem + .conceptItem {
    margin-top: 100px;
  }
}

.conceptItemHead.bgImg {
  text-align: right;
  padding-block: 100px;
  padding-right: 60px;
  margin-left: -60px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .conceptItemHead.bgImg {
    padding-block: 60px;
    padding-right: 10px;
    margin-left: -15px;
    margin-bottom: 50px;
  }
}

.conceptItemHeadTitleJp {
  color: var(--yellow500);
  font-family: var(--gothic);
  font-weight: 600;
  font-size: clamp(24px, 3.9vw, 49px);
  line-height: 1;
}

.conceptItemHeadTitleEn {
  color: #fff;
  -webkit-text-stroke: 2px var(--Neutral700);
  text-stroke: 2px var(--Neutral700);
  font-family: var(--fontEn);
  font-weight: 600;
  font-size: clamp(52px, 15.7vw, 200px);
  line-height: 1;
  letter-spacing: 0.05em;
}
.conceptItemHeadTitleEn.small {
  font-size: clamp(42px, 8.2vw, 140px);
}

.conceptItemBody {
  position: relative;
  padding: 40px 50px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .conceptItemBody {
    padding: 120px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptItemBody {
    padding: 20px;
  }
}

.conceptItemBodyTitle {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 32px;
  font-family: var(--gothic);
  padding: 1em;
  z-index: 2;
}
.conceptItemBodyTitle::before {
  content: "";
  background-image: url("../img/map_base.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: invert(57%) sepia(93%) saturate(976%) hue-rotate(327deg) brightness(105%) contrast(94%);
          filter: invert(57%) sepia(93%) saturate(976%) hue-rotate(327deg) brightness(105%) contrast(94%);
  -webkit-transform: scale(1, -1) rotate(0deg);
          transform: scale(1, -1) rotate(0deg);
  position: absolute;
  bottom: -70px;
  left: -60px;
  height: 413px;
  width: 510px;
  z-index: -1;
}
.conceptItemBodyTitle.small {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .conceptItemBodyTitle {
    font-size: 18px;
  }
  .conceptItemBodyTitle.small {
    font-size: 14px;
  }
}

.conceptItemCnt + .conceptItemCnt {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .conceptItemCnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .conceptItemCnt .conceptItemCntImgBox {
    padding-inline: 0 5%;
    width: 50%;
  }
  .conceptItemCnt .conceptItemCntTxtBox {
    padding-inline: 5% 0;
    width: 50%;
  }
  .conceptItemCnt:first-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .conceptItemCnt:first-child .conceptItemCntTxtBox {
    padding-bottom: 40px;
  }
  .conceptItemCnt:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .conceptItemCnt:nth-child(2n) .conceptItemCntImgBox {
    padding-inline: 5% 0;
  }
  .conceptItemCnt:nth-child(2n) .conceptItemCntTxtBox {
    padding-inline: 0 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .conceptItemCnt .conceptItemCntImgBox {
    padding-inline: 0 3%;
  }
  .conceptItemCnt .conceptItemCntTxtBox {
    padding-inline: 3% 0;
  }
  .conceptItemCnt:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .conceptItemCnt:first-child .conceptItemCntTxtBox {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptItemCnt .conceptItemCntImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 60%;
  }
}

.conceptItemCntTxBoxItem + .conceptItemCntTxBoxItem {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .conceptItemCntTxBoxItem + .conceptItemCntTxBoxItem {
    margin-top: 20px;
  }
}

.conceptItemCntTxBoxItemTitle {
  font-size: 32px;
  font-family: var(--gothic);
  font-weight: 600;
  color: var(--orange300);
  padding-left: 1em;
  position: relative;
  letter-spacing: 0.08em;
  margin-bottom: 0.4em;
  line-height: 1.2;
}
.conceptItemCntTxBoxItemTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  background-color: var(--orange300);
  height: 0.6em;
  width: 0.5em;
}
@media only screen and (max-width: 959px) {
  .conceptItemCntTxBoxItemTitle {
    font-size: 24px;
  }
}

.conceptItemCntSchedule dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.conceptItemCntSchedule dl::before {
  content: "";
  position: absolute;
  background-color: var(--orange300);
  left: 0.4em;
  top: 20px;
  height: 100%;
  width: 2px;
  z-index: -1;
}
.conceptItemCntSchedule dl::after {
  content: "";
  position: absolute;
  left: 0.09em;
  top: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--orange300);
  border-radius: 50%;
  height: 0.8em;
  width: 0.8em;
}
.conceptItemCntSchedule dl:last-child::before {
  content: none;
}
.conceptItemCntSchedule dt {
  font-size: 20px;
  font-weight: 600;
  padding-left: 1.5em;
  position: relative;
  width: 120px;
}
.conceptItemCntSchedule dt::before, .conceptItemCntSchedule dt::after {
  content: "";
  position: absolute;
}
.conceptItemCntSchedule dt::before {
  border-left: 2px dashed var(--Neutral700);
  bottom: -25px;
  height: 25px;
  left: 40px;
}
.conceptItemCntSchedule dt::after {
  border-bottom: 2px dashed var(--Neutral700);
  bottom: -25px;
  width: calc(100% - 50px);
  left: 40px;
}
.conceptItemCntSchedule dt.borderNone::before, .conceptItemCntSchedule dt.borderNone::after {
  content: none;
}
.conceptItemCntSchedule dd {
  width: calc(100% - 120px);
}
.conceptItemCntSchedule dd .title {
  font-size: 20px;
  font-weight: 600;
}
.conceptItemCntSchedule dd .txt {
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .conceptItemCntSchedule dl::before {
    top: 15px;
  }
  .conceptItemCntSchedule dl::after {
    top: 15px;
  }
  .conceptItemCntSchedule dt {
    font-size: 18px;
    width: 90px;
  }
  .conceptItemCntSchedule dd {
    width: calc(100% - 90px);
  }
  .conceptItemCntSchedule dd .title {
    font-size: 18px;
  }
}

/*==================================================
 * エントリー・お問い合わせ
*================================================*/
.entryMainBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .entryMainBox {
    grid-template-columns: 0.6fr 0.4fr;
  }
}
@media only screen and (max-width: 767px) {
  .entryMainBox {
    gap: 10px;
  }
}

.entrySecTitle .secTitleEn {
  color: var(--orange300);
  -webkit-text-stroke-color: var(--Neutral700);
  text-stroke-color: var(--Neutral700);
}

.entryMainBoxRight a {
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.entryMainBoxRight .recruitEntryTelBtnNum {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .entryMainBoxRight a {
    padding-block: 0.8em;
  }
  .entryMainBoxRight .recruitEntryTelBtnNum {
    font-size: 32px;
  }
}

.entryFormBlock {
  max-width: 670px;
  margin-inline: auto;
}

/*==================================================
 * トッピクス
*================================================*/
.postBg {
  background-color: var(--Neutral500);
}

/*==================================================
 * コーポレートサイト共通
*================================================*/
.scrollTextBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scrollTextInner {
  white-space: nowrap;
  -webkit-animation: scrollText 120s linear infinite;
          animation: scrollText 120s linear infinite;
}
.scrollTextInner p {
  line-height: 1;
}
.scrollTextInner span {
  color: var(--Neutral600);
  padding-inline: 0.2em;
  font-size: clamp(140px, 18.8vw, 240px);
  font-family: var(--serif);
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.05em;
}

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

@keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.mainTitle {
  color: #fff;
  font-size: clamp(30px, 3.8vw, 48px);
  font-family: var(--gothic);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.mainTitle * {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.mainTitle.font-s {
  font-size: clamp(24px, 2.5vw, 32px);
}
.mainTitle.font-m {
  font-size: clamp(28px, 3.2vw, 40px);
}
.mainTitle.font-l {
  font-size: clamp(30px, 5vw, 64px);
}

.cntTitleBox {
  --cntVal: 20px;
  position: relative;
  padding-bottom: calc(var(--cntVal) + 10px);
}
.cntTitleBox::before, .cntTitleBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  width: var(--cntVal);
}
.cntTitleBox::before {
  background-color: var(--accent500);
  left: 0;
}
.cntTitleBox::after {
  background-color: var(--primary500);
  left: var(--cntVal);
}
.cntTitleBox.text-center::before {
  left: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cntTitleBox.text-center::after {
  left: calc(50% + 10px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cntTItleEn {
  color: var(--accent500);
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.8em;
}
.cntTItleEn.primary500 {
  color: var(--primary500);
}
@media only screen and (max-width: 767px) {
  .cntTItleEn {
    font-size: 16px;
  }
}

.cntTitleJp {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
.cntTitleJp.fontColor {
  color: var(--Neutral500);
}
.cntTitleJp.font-s {
  font-size: 26px;
}
.cntTitleJp.font-l {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.2;
}

.viewmore {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}
.viewmore .viewmoreArw {
  -webkit-filter: invert(60%) sepia(29%) saturate(6480%) hue-rotate(151deg) brightness(92%) contrast(96%);
          filter: invert(60%) sepia(29%) saturate(6480%) hue-rotate(151deg) brightness(92%) contrast(96%);
  width: 12px;
}
.viewmore .viewmoreTx {
  color: #fff;
  font-family: var(--serif);
}

.mainBtn {
  border: 1px solid var(--Neutral50);
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 55px;
  padding-inline: 2.5em;
  padding-block: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainBtn.--borderNone {
  border: none;
}
.mainBtn:hover {
  background-color: var(--Neutral50);
}
.mainBtn:hover.--borderNone {
  opacity: 0.8;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mainBtn {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mainBtn {
    gap: 15px;
    padding-inline: 1.5em;
  }
}

.mainBtnSubTx {
  font-family: var(--serif);
  color: var(--Neutral300);
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .mainBtnSubTx {
    font-size: 12px;
  }
}

.mainBtnTx {
  font-weight: 600;
  display: inline-block;
  padding-left: 1.5em;
  font-size: 16px;
  position: relative;
}
.mainBtnTx::before {
  content: "";
  position: absolute;
  background-image: url("../img/arw.svg");
  -webkit-filter: invert(46%) sepia(28%) saturate(4332%) hue-rotate(157deg) brightness(99%) contrast(96%);
          filter: invert(46%) sepia(28%) saturate(4332%) hue-rotate(157deg) brightness(99%) contrast(96%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 11px;
  width: 12px;
}

/*==================================================
 * 商品紹介 - pageHeader
*================================================*/
.page-productHeader {
  background-color: var(--Neutral15);
}

.page-productHeaderTitleBox {
  padding-block: 200px 60px;
}
.page-productHeaderTitleBox .titleEn {
  color: var(--Neutral300);
  font-size: 24px;
  font-family: var(--serif);
  line-height: 1;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}
.page-productHeaderTitleBox .titleBoxIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.page-productHeaderTitleBox .titleBoxIn .productLabel {
  border-radius: 4px;
  border: 1px solid var(--Neutral200);
  color: var(--Neutral400);
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  padding-block: 0.4em;
  padding-inline: 0.5em;
}
.page-productHeaderTitleBox .titleBoxIn .title {
  font-size: 56px;
  -webkit-columns: var(--Neutral500);
     -moz-columns: var(--Neutral500);
          columns: var(--Neutral500);
  font-weight: 600;
  font-family: var(--gothic);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .page-productHeaderTitleBox {
    padding-block: 110px 10px;
  }
  .page-productHeaderTitleBox .titleEn {
    font-size: 18px;
  }
  .page-productHeaderTitleBox .titleBoxIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .page-productHeaderTitleBox .titleBoxIn .productLabel {
    font-size: 14px;
    padding-block: 0.4em;
    padding-inline: 0.5em;
  }
  .page-productHeaderTitleBox .titleBoxIn .title {
    font-size: 32px;
  }
}

/*==================================================
 * トップページ
*================================================*/
.topFvBlock {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.topFvBlock::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 49, 67, 0)), to(rgb(33, 49, 67)));
  background: linear-gradient(to bottom, rgba(33, 49, 67, 0) 0%, rgb(33, 49, 67) 100%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .topFvBlock {
    height: 85vh;
  }
}

.topFvSlideItemIn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.topFvSlideItemIn img {
  aspect-ratio: 420/900;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .topFvSlideItemIn img {
    aspect-ratio: 2/10;
  }
}

.topFvTxBox {
  position: absolute;
  bottom: 30px;
  left: 120px;
  z-index: 3;
}
.topFvTxBox .topFvTx {
  color: var(--Neutral75);
  font-family: var(--serif);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTxBox {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .topFvTxBox {
    left: 15px;
  }
  .topFvTxBox .topFvTx {
    font-size: 12px;
  }
}

.topConceptBg {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Neutral700)), to(var(--Neutral500)));
  background: linear-gradient(to bottom, var(--Neutral700) 0%, var(--Neutral500) 100%);
  overflow: hidden;
}

.topConceptBlock {
  position: relative;
  z-index: 2;
}
.topConceptBlock::before {
  --wide: 1280px;
  content: "";
  position: absolute;
  top: calc(var(--wide) - var(--wide) * 2 + var(--wide) / 1.2);
  left: 50%;
  background-color: var(--Neutral500);
  border-radius: 0 0 50% 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: clamp(var(--wide) / 2, 100vw, var(--wide));
  width: clamp(550px, 100vw, var(--wide));
  z-index: -1;
}
.topConceptBlock::after {
  content: "";
  position: absolute;
  background-image: url("../img/strokeLogo.svg");
  background-size: 368px;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  opacity: 0.5;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topConceptBlock::before {
    top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .topConceptBlock::before {
    top: -10%;
    height: 110%;
  }
}

.topRecruitBanner a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 40px 106px;
  padding-inline: 80px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topRecruitBanner a:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media only screen and (max-width: 767px) {
  .topRecruitBanner a {
    padding-block: 20px;
    padding-inline: 15px;
  }
}

.topRecruitBannerTitle {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .topRecruitBannerTitle {
    font-size: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .topRecruitBannerArw {
    position: absolute;
    top: 270px;
    right: 80px;
  }
}

.topConceptBlockInner {
  padding-block: 240px 100px;
  position: relative;
  z-index: 2;
}
.topConceptBlockInner::before {
  content: "";
  position: absolute;
  top: 11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/logoIcon.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 356px;
  width: 360px;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topConceptBlockInner {
    padding-block: 130px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .topConceptBlockInner {
    padding-block: 190px 30px;
  }
  .topConceptBlockInner::before {
    height: 266px;
    width: 270px;
  }
}

.topConceptTItle {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .topConceptBottomImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-inline: calc(-37% - 10px);
    width: 200%;
    gap: 20px;
  }
}

.topConceptBottomImg {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  height: clamp(315px, 44.6vw, 570px);
  width: clamp(315px, 44.6vw, 570px);
}
.topConceptBottomImg.--left {
  left: -55%;
}
.topConceptBottomImg.--right {
  right: -5%;
}
@media print, screen and (min-width: 768px) {
  .topConceptBottomImg {
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .topConceptBottomImg {
    position: static;
  }
}

.topServiceBg {
  background-color: var(--Neutral500);
  position: relative;
  z-index: 2;
}
.topServiceBg::before {
  content: "";
  position: absolute;
  background-image: url("../img/topServiceBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  opacity: 0.4;
  -webkit-filter: brightness(0.3) contrast(1.6) saturate(0.8) sepia(0.05) hue-rotate(-10deg);
          filter: brightness(0.3) contrast(1.6) saturate(0.8) sepia(0.05) hue-rotate(-10deg);
}
.topServiceBg::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Neutral500)), to(transparent));
  background: linear-gradient(to bottom, var(--Neutral500) 0%, transparent 100%);
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -2;
}

.topServiceSlideTx {
  top: -80px;
  z-index: -1;
}

.topServiceTItleBox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .topServiceTItleBox {
    grid-template-columns: 1fr;
  }
}

.topServiceMainTitle {
  line-height: 1.8;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(70%, #9BAFC4));
  background: linear-gradient(to right, #FFFFFF 0%, #9BAFC4 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topServiceItem + .topServiceItem {
  margin-top: 20px;
}

.topServiceItemLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  padding-inline: 20px;
  padding-block: 60px 80px;
  z-index: 2;
}
.topServiceItemLink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(25, 38, 53, 0)), color-stop(83%, rgba(25, 38, 53, 0.83)));
  background: linear-gradient(to right, rgba(25, 38, 53, 0) 35%, rgba(25, 38, 53, 0.83) 83%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  z-index: -1;
}
.topServiceItemLink:hover::before {
  width: 150%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topServiceItemLink {
    grid-template-columns: 0.3fr 0.7fr;
  }
}
@media only screen and (max-width: 767px) {
  .topServiceItemLink {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 10px 60px;
  }
}

.topServiceItemNum .topServiceItemNumTx {
  color: #fff;
  font-size: clamp(71px, 18.8vw, 240px);
  line-height: 1;
  font-family: var(--fontNum);
  mix-blend-mode: overlay;
}
@media print, screen and (min-width: 768px) {
  .topServiceItemNum {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topServiceItemNum {
    padding-left: 30px;
  }
}

.topServiceItemTxtBox .mainTitle {
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-family: var(--fontJp);
}
@media only screen and (max-width: 767px) {
  .topServiceItemTxtBox .mainTitle {
    font-size: 24px;
  }
}

.topServiceItemArw {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.topServiceBtn {
  text-align: center;
  margin-top: 50px;
  padding-top: 10px;
  border-top: 1px solid var(--Neutral400);
}
.topServiceBtn .mainBtn:hover {
  background-color: transparent;
}
.topServiceBtn .mainBtnSubTx {
  font-size: 16px;
}
.topServiceBtn .mainBtnTx {
  font-size: 22px;
  color: #fff;
}

.topItemsBg {
  position: relative;
  z-index: 2;
}
.topItemsBg::before {
  content: "";
  position: absolute;
  background-image: url("../img/strokeLogo.svg");
  background-size: 368px;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  opacity: 0.07;
  z-index: -2;
}
.topItemsBg::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(37%, #DCE2E8));
  background: linear-gradient(to bottom, transparent 0%, #DCE2E8 37%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.topItemsMainTitle {
  line-height: 1.8;
  background: -webkit-gradient(linear, left top, right top, from(var(--Neutral500)), color-stop(70%, var(--Neutral300)));
  background: linear-gradient(to right, var(--Neutral500) 0%, var(--Neutral300) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
  .topItemsMainTitle {
    line-height: 1.5;
  }
}

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

.topItemLink {
  position: relative;
  height: clamp(395px, 51vw, 650px);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.topItemLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--Neutral500)));
  background: linear-gradient(to bottom, transparent 0%, var(--Neutral500) 100%);
  height: 75%;
  width: 100%;
  z-index: -1;
}
.topItemLink:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.topItemNum {
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 32px;
  color: var(--accent300);
  font-family: var(--fontNum);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topItemNum {
    top: 20px;
    right: 15px;
  }
}

.topItemTxBox {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 15px;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topItemTxBox {
    font-size: 14px;
  }
}

.topItemTitle {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .topItemTitle {
    font-size: 20px;
    margin-bottom: 0.6em;
  }
}

.topItemTx {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.08em;
  opacity: 0.6;
}

.topItemTxBoxFoot {
  border-top: 1px solid var(--Neutral300);
  margin-top: 20px;
  padding-top: 20px;
}
.topItemTxBoxFoot .viewmoreTx {
  font-size: 14px;
  color: var(--Neutral100);
}
@media only screen and (max-width: 767px) {
  .topItemTxBoxFoot {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.topWorksBg {
  background-color: var(--Neutral15);
}

.topWorksSlide {
  position: relative;
  padding-bottom: 30px;
  z-index: 2;
}
.topWorksSlide::before, .topWorksSlide::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 300px;
  z-index: 2;
}
.topWorksSlide::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#DCE2E8), to(transparent));
  background: linear-gradient(to right, #DCE2E8 0%, transparent 100%);
}
.topWorksSlide::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#DCE2E8), to(transparent));
  background: linear-gradient(to left, #DCE2E8 0%, transparent 100%);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topWorksSlide::before, .topWorksSlide::after {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .topWorksSlide::before, .topWorksSlide::after {
    width: 30px;
  }
}

.topWorksSlideItem {
  margin-inline: 10px;
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.topWorksSlideItem.slick-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 767px) {
  .topWorksSlideItem {
    margin-inline: 5px;
  }
}

.topWorksSlideItemImg {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
}
.topWorksSlideItemImg > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 800/450;
  width: 100%;
}

.topWorksSlideItemTxBox {
  text-align: center;
}

.topWorksSlideItemTitle {
  color: var(--Neutral500);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  .topWorksSlideItemTitle {
    font-size: 16px;
    margin-bottom: 0.4em;
  }
}

.topWorksSlideItemCate {
  display: inline-block;
  background-color: var(--Neutral5);
  border-radius: 4px;
  padding-inline: 1em;
  padding-block: 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topWorksSlideItemCate {
    font-size: 13px;
  }
}

.topWorksprogress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 2px;
  z-index: 10;
}
.topWorksprogress .progress-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2px;
  background: var(--Neutral50);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.topWorksprogress .progress-bar .fill {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: var(--primary500);
}

.topRecruitBg {
  background-color: var(--Neutral500);
  padding: 20px;
  position: relative;
  z-index: 2;
}
.topRecruitBg::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.topRecruitBg::before {
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media only screen and (max-width: 767px) {
  .topRecruitBg {
    padding: 20px 20px 100px;
  }
}

.topRecruitHeadBlock {
  overflow: hidden;
  border-radius: 8px;
  background-color: #344C67;
  padding-block: 50px;
  padding-inline: 60px;
  max-width: 1280px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.topRecruitHeadBlock::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.topRecruitHeadBlock::before {
  background-size: cover;
  mix-blend-mode: color-dodge;
  opacity: 1;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitHeadBlock {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitHeadBlock {
    padding-block: 30px 140px;
    padding-inline: 15px;
  }
}

.topRecruitHeadImg {
  position: absolute;
}
.topRecruitHeadImg.img-1 {
  top: -110px;
  right: -260px;
  width: clamp(390px, 58.6vw, 750px);
}
.topRecruitHeadImg.img-2 {
  bottom: -150px;
  left: -170px;
  width: clamp(226px, 34.1vw, 436px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitHeadImg.img-1 {
    right: -200px;
  }
  .topRecruitHeadImg.img-2 {
    bottom: -80px;
    left: -110px;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitHeadImg.img-1 {
    top: -100px;
    right: -190px;
  }
  .topRecruitHeadImg.img-2 {
    bottom: -80px;
    left: -60px;
  }
}

.topRecruitHeadBlockIn {
  display: grid;
  grid-template-columns: 170px auto;
  gap: 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitHeadBlockIn {
    grid-template-columns: 100px auto;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitHeadBlockIn {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.topRecruitTitleJp {
  color: #fff;
  font-weight: 600;
  font-size: clamp(73px, 11.3vw, 144px);
  font-family: var(--gothic);
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .topRecruitTitleJp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.topRecruitTitleEn {
  color: transparent;
  -webkit-text-stroke: 1px var(--yellow500);
  text-stroke: 1px var(--yellow500);
  font-family: var(--fontEn);
  font-size: 40px;
  font-weight: 800;
}

.topRecruitSubTitle {
  color: var(--orange300);
  font-size: 48px;
  font-weight: 600;
  font-family: var(--gothic);
  line-height: 1.5;
  margin-bottom: 0.6em;
  letter-spacing: 0.1em;
}
.recruitMindMainHead .topRecruitSubTitle {
  color: var(--yellow500);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitSubTitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitSubTitle {
    font-size: 22px;
  }
}

.topRecruitHeadBtn .commonBtnTx {
  font-size: 28px;
}
.topRecruitHeadBtn .commonBtnArw {
  height: 80px;
  width: 80px;
}

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

.topRecruitBtn {
  border: 1px solid #1F201D;
  background-color: var(--orange300);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 44px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 24px;
  padding-inline: 24px;
  padding-block: 16px;
}
.topRecruitBtn:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitBtn {
    padding-inline: 10px;
    padding-block: 10px;
  }
}

.topRecruitBtnArw {
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  width: 44px;
}
.topRecruitBtnArw i {
  color: #fff;
}

.topRecruitBtnTitleEn {
  color: #FFF09B;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.4em;
  font-family: var(--fontEn);
}

.topRecruitBtnTItleJp {
  color: #fff;
  font-family: var(--gothic);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.topTopicsBg {
  background-color: var(--Neutral25);
}

@media print, screen and (min-width: 768px) {
  .topTopicsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topTopicsBlock .topTopicsTitleBox {
    width: 20%;
  }
  .topTopicsBlock .topTopicsItemBox {
    width: 80%;
  }
}

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

@media print, screen and (min-width: 768px) {
  .topTopicsTitleBox .cntTitleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 10px;
  }
  .topTopicsTitleBox .cntTitleBox::before {
    left: 115px;
    top: 0;
    height: 20px;
    width: 4px;
  }
  .topTopicsTitleBox .cntTitleBox::after {
    left: 115px;
    top: 20px;
    height: 20px;
    width: 4px;
  }
  .topTopicsTitleBox .cntTItleEn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: var(--primary500);
  }
  .topTopicsTitleBox .cntTitleJp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media only screen and (max-width: 767px) {
  .topTopicsSlide {
    margin-inline: -15px;
  }
  .topTopicsSlide .topicsCard {
    margin-inline: 5px;
  }
}

.topicsCardLink {
  border-radius: 4px;
  background-color: #fff;
  padding: 8px;
  display: block;
}

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

.topicsCardIn {
  padding: 20px 10px 50px;
  position: relative;
}

.topicsCardHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}
.topicsCardHead .topicsCardTime {
  font-size: 12px;
}
.topicsCardHead .topicsCardCate {
  color: var(--Neutral300);
  font-size: 13px;
  line-height: 1;
  background-color: var(--Neutral5);
  border: 1px solid var(--Neutral50);
  text-align: center;
  display: inline-block;
  padding-inline: 0.4em;
  padding-block: 0.1em;
}

.topicsCardTitle {
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.4;
}

.topicsCardBtn {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.topicsCardBtn .viewmoreTx {
  color: var(--Neutral300);
  font-size: 11px;
}

.topWcntBg {
  background: linear-gradient(135deg, var(--Neutral500) 75%, #5E89B7 100%);
}

.topAboutBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topAboutBlock .topAboutBlockTxtBox {
  padding-block: 30px;
  position: relative;
  z-index: 2;
}
.topAboutBlock .topAboutBlockTxtBox::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/logoIcon.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 356px;
  width: 360px;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .topAboutBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topAboutBlock .topAboutBlockTxtBox {
    width: 50%;
  }
  .topAboutBlock .topAboutBlockImgBox {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .topAboutBlock .topAboutBlockImgBox {
    margin-bottom: 5%;
  }
  .topAboutBlock .topAboutBlockTxtBox::before {
    height: 286px;
    width: 290px;
  }
}

@media print, screen and (min-width: 768px) {
  .topAboutBlockImg {
    margin-left: 120px;
    height: clamp(500px, 78.2vw, 1000px);
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutBlockImg {
    padding-bottom: 110%;
    margin-left: -15px;
    width: calc(100% + 30px);
    background-position: top center;
  }
}

.topAboutList li {
  border-bottom: 1px solid var(--Neutral300);
}

.topAboutListLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 30px auto;
  gap: 10px;
  padding-block: 1em;
  position: relative;
}
.topAboutListLink::before {
  content: "";
  position: absolute;
  background-image: url("../img/arw.svg");
  -webkit-filter: invert(46%) sepia(28%) saturate(4332%) hue-rotate(157deg) brightness(99%) contrast(96%);
          filter: invert(46%) sepia(28%) saturate(4332%) hue-rotate(157deg) brightness(99%) contrast(96%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 10px;
  height: 11px;
  width: 12px;
}
.topAboutListLink::after {
  content: "";
  position: absolute;
  background-color: var(--accent500);
  bottom: -1px;
  right: 0;
  height: 1px;
  width: 40px;
}
.topAboutListLink:hover::before {
  right: 0;
}

.topAboutListNum {
  font-family: var(--fontNum);
  font-size: 22px;
  color: var(--Neutral100);
  line-height: 1;
  letter-spacing: 0.03em;
}

.topAboutListTx {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}

.topSdgsHader {
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .topSdgsHader img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media print, screen and (min-width: 768px) {
  .topSdgsTItleBox {
    grid-template-columns: 0.3fr 0.6fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .topSdgsImg {
    margin-inline: auto;
    width: 70%;
  }
}

/*==================================================
 * 会社案内
*================================================*/
.aboutWCntBg {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Neutral500)), to(var(--Neutral300)));
  background: linear-gradient(to bottom, var(--Neutral500) 0%, var(--Neutral300) 100%);
}

.aboutTitleBlock {
  display: grid;
  grid-template-columns: auto 170px;
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutTitleBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .aboutTitleBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.aboutConceptTitleBox .cntTitleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .aboutConceptTitleBox .cntTitleBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .aboutConceptTitleBox .cntTitleBox::before, .aboutConceptTitleBox .cntTitleBox::after {
    left: auto;
    height: 20px;
    width: 4px;
  }
  .aboutConceptTitleBox .cntTitleBox::before {
    top: 0;
    right: 0;
  }
  .aboutConceptTitleBox .cntTitleBox::after {
    top: 20px;
    right: 0;
  }
  .aboutConceptTitleBox .cntTItleEn {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .aboutConceptTitleBox .cntTitleJp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 767px) {
  .aboutConceptTitleBox .cntTitleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.aboutTItleBox.--left {
  padding-top: 70px;
}
@media print, screen and (min-width: 768px) {
  .aboutTItleBox > .mainTitleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 60px;
  }
  .aboutTItleBox .mainTitle {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.8;
  }
  .aboutTItleBox .mainTx {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 18px;
  }
  .aboutTItleBox .mainTx span {
    text-combine-upright: all;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutTItleBox.--left {
    padding-top: 0;
    margin-top: -110px;
    margin-right: 120px;
  }
  .aboutTItleBox > .mainTitleBox {
    gap: 30px;
  }
  .aboutTItleBox .mainTx {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutTItleBox.--left {
    padding-top: 0;
  }
}

.aboutReasonBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}

.aboutReasonItem {
  width: 300px;
}

.aboutReasonItemImg {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  height: 300px;
  width: 300px;
}
@media only screen and (max-width: 959px) {
  .aboutReasonItemImg {
    margin-inline: auto;
    margin-bottom: 10px;
    height: 200px;
    width: 200px;
  }
}

.aboutReasonItemTitle {
  color: #fff;
  text-align: center;
  font-family: var(--gothic);
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutReasonItemTitle {
    font-size: 20px;
  }
}

.aboutReasonItemTx {
  color: #fff;
}

.aboutPhiloBlock {
  position: relative;
  z-index: 2;
}
.aboutPhiloBlock::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(18, 51, 87, 0)), to(rgba(5, 34, 67, 0.47)));
  background: linear-gradient(to right, rgba(18, 51, 87, 0) 0%, rgba(5, 34, 67, 0.47) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  z-index: -1;
}

.aboutPhiloBox {
  padding-block: 120px;
  margin-left: auto;
  width: 65%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutPhiloBox {
    padding-block: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutPhiloBox {
    padding-block: 60px;
    width: 85%;
  }
}

.aboutPhiloLogoImg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(146deg) brightness(103%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(146deg) brightness(103%) contrast(101%);
  mix-blend-mode: soft-light;
  opacity: 0.6;
  left: -10%;
  width: clamp(258px, 43.6vw, 558px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutPhiloLogoImg {
    left: -14%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutPhiloLogoImg {
    left: -18%;
  }
}

.aboutMessageBg {
  background-color: var(--Neutral500);
}

@media print, screen and (min-width: 768px) {
  .aboutMessageBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aboutMessageBlock .aboutMessageImgBox {
    padding-inline: 3%;
    width: 50%;
  }
  .aboutMessageBlock .aboutMessageTxtBox {
    padding-left: 3%;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMessageBlock .aboutMessageImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 75%;
  }
  .aboutMessageBlock .aboutMessageImgBox img {
    aspect-ratio: 2/2.4;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.aboutMessageImg {
  overflow: hidden;
  border-radius: 8px;
}

.aboutMessageName {
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), color-stop(70%, #9BAFC4));
  background: linear-gradient(to left, #FFFFFF 0%, #9BAFC4 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutMessageName small {
  font-size: 18px;
  margin-right: 0.8em;
}

.aboutCompanyBg {
  background-color: var(--Neutral15);
}

.aboutCompanyHeader {
  border-radius: 8px;
  overflow: hidden;
}

.aboutCompanyBlock {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .aboutCompanyBlock {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.aboutCompanyTable {
  --borderW: 200px;
}
.aboutCompanyTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1em;
  border-bottom: 1px solid var(--Neutral75);
  position: relative;
}
.aboutCompanyTable dl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--Neutral500);
  height: 2px;
  width: calc(var(--borderW) - 20px);
}
.aboutCompanyTable dt {
  font-weight: 600;
  width: var(--borderW);
}
.aboutCompanyTable dd {
  width: calc(100% - var(--borderW));
}
.aboutCompanyTable .googleMap {
  width: 100%;
}
.aboutCompanyTable .googleMap .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.aboutCompanyTable .googleMap .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutCompanyTable {
    --borderW: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutCompanyTable {
    --borderW: 120px;
  }
}

.aboutHistory {
  background-color: var(--Neutral500);
}

.aboutHistoryBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutHistoryBlock .leftBox {
  position: relative;
  text-align: center;
  padding-left: 10%;
  width: 50%;
}
.aboutHistoryBlock .leftBox .leftBoxInner {
  position: sticky;
  top: 130px;
  display: inline-block;
  text-align: left;
}
.aboutHistoryBlock .rightBox {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.aboutHistoryBlock .rightBox .rightBoxInner {
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutHistoryBlock .leftBox {
    padding-left: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutHistoryBlock .leftBox {
    padding-inline: 0% 3%;
    width: 35%;
  }
  .aboutHistoryBlock .rightBox {
    width: 65%;
  }
}

.aboutHistoryListWrap {
  height: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .aboutHistoryListWrap {
    height: 220px;
  }
}

.aboutHistoryImg {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -260%;
  height: clamp(266px, 32.4vw, 416px);
  width: clamp(266px, 32.4vw, 416px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutHistoryImg {
    left: -230%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutHistoryImg {
    position: static;
    margin-left: -16%;
  }
}

.aboutHistoryList li {
  font-size: 35px;
  color: var(--Neutral5);
  line-height: 1;
  font-weight: 600;
  padding-block: 0.3em;
  opacity: 0.2;
}
.aboutHistoryList li.active {
  opacity: 1;
}
.aboutHistoryList li span {
  color: #fff;
  font-family: var(--fontNum);
  font-size: 90px;
  line-height: 1;
  font-weight: 400;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutHistoryList li {
    font-size: 20px;
  }
  .aboutHistoryList li span {
    font-size: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutHistoryList li {
    font-size: 15px;
  }
  .aboutHistoryList li span {
    font-size: 60px;
  }
}

.aboutHistoryItem {
  padding-block: 30px;
}
@media only screen and (max-width: 767px) {
  .aboutHistoryItem {
    padding-block: 10px;
  }
}

.aboutHistoryItemMonth {
  font-size: 24px;
  color: var(--Neutral75);
  font-weight: 600;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .aboutHistoryItemMonth {
    font-size: 20px;
  }
}

.aboutHistoryItemTxt {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .aboutHistoryItemTxt {
    font-size: 18px;
  }
}

.nextPageBoxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-inline: 15px;
}
.nextPageBoxs .nextPageLink {
  background-color: var(--Neutral700);
  border-radius: 8px;
  padding-inline: 40px;
  padding-block: 20px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 185px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 40px;
}
.nextPageBoxs .nextPageLink:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.nextPageBoxs .nextPageImg {
  overflow: hidden;
  border-radius: 50%;
  height: 185px;
  width: 185px;
}
.nextPageBoxs.__col3 {
  grid-template-columns: repeat(3, 1fr);
  padding-inline: 15px;
}
.nextPageBoxs.__col3 .nextPageLink {
  padding-inline: 20px;
}
.nextPageBoxs.__col3 .cntTitleJp {
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .nextPageBoxs.__col3 {
    grid-template-columns: 0.8fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .nextPageBoxs.__col3 {
    grid-template-columns: 1fr;
    padding-inline: 15px;
  }
  .nextPageBoxs.__col3 .cntTitleJp {
    font-size: 22px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .nextPageBoxs .nextPageLink {
    grid-template-columns: 100px auto;
    padding-inline: 20px;
    padding-block: 10px;
  }
  .nextPageBoxs .nextPageImg {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .nextPageBoxs {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .nextPageBoxs .nextPageLink {
    grid-template-columns: 100px auto;
    padding-inline: 20px;
    padding-block: 10px;
  }
  .nextPageBoxs .nextPageImg {
    height: 100px;
    width: 100px;
  }
}

/*==================================================
 * 事業内容
*================================================*/
.serviceBg {
  background-color: var(--Neutral500);
}

.serviceLinks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: var(--Neutral600);
}

.serviceLink {
  cursor: pointer;
  padding-block: 1em;
}
.serviceLink + .serviceLink .serviceLinkTx {
  border-left: 1px solid var(--Neutral400);
}
.serviceLink .serviceLinkTx {
  color: var(--Neutral200);
  text-align: center;
  padding-inline: 1em;
  font-weight: 600;
}
.serviceLink.active {
  background-color: var(--Neutral15);
  position: relative;
  z-index: 2;
}
.serviceLink.active::before {
  content: "";
  position: absolute;
  background-color: var(--Neutral15);
  left: 50%;
  bottom: -9px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 10px;
  width: 20px;
}
.serviceLink.active .serviceLinkTx {
  color: var(--Neutral500);
}

@media print, screen and (min-width: 768px) {
  .serviceItemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .serviceItemInner .serviceItemImgBox {
    overflow: hidden;
    border-radius: 4px;
    width: 40%;
  }
  .serviceItemInner .serviceItemTxtBox {
    padding-left: 5%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .serviceItemInner .serviceItemImgBox {
    width: 60%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
}

.serviceItem {
  display: none;
}

.serviceItemTitle {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0.8em;
}
.serviceItemTitle span {
  color: var(--accent500);
  font-size: 32px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .serviceItemTitle {
    font-size: 32px;
  }
  .serviceItemTitle span {
    font-size: 24px;
  }
}

.serviceItemSubTitle {
  color: var(--Neutral100);
  font-size: 24px;
  font-family: var(--gothic);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .serviceItemSubTitle {
    font-size: 18px;
  }
}

.serviceItemTxt {
  color: #fff;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.13em;
}

.serviceItemDetailTitle {
  color: var(--Neutral75);
  font-size: 20px;
  font-weight: 600;
}

.serviceItemFoot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.serviceItemFoot .serviceCardImg {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
}
.serviceItemFoot .serviceCardTx {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.serviceItemFoot.__lastTab {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceItemFoot {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceItemFoot {
    gap: 10px;
  }
  .serviceItemFoot.__lastTab {
    grid-template-columns: 0.88fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

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

.serviceItemDetailBox {
  border: 1px solid var(--Neutral300);
  background-color: var(--Neutral400);
  padding-block: 1em;
  padding-inline: 1.5em;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.serviceItemDetailBox .boxTitle {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.6em;
}
.serviceItemDetailBox .boxTx {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}
.serviceItemDetailBox .boxArw {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.serviceItemDetailBox .boxArw .viewmoreTx {
  font-size: 10px;
}
.serviceItemDetailBox:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.serviceCardLink {
  background-color: #fff;
  padding: 10px;
  display: block;
  position: relative;
}

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

.serviceCardLinkInner {
  padding-block: 20px 40px;
  padding-inline: 10px;
}

.serviceCardLinkTitle {
  font-family: var(--gothic);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  border-left: 2px solid var(--accent500);
  padding-left: 0.5em;
}

.serviceCardLinkSubTitle {
  color: var(--Neutral400);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

.serviceCardLinkTxt {
  color: var(--Neutral500);
}

.cardLinkArw {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.cardLinkArw .viewmoreTx {
  font-size: 13px;
  color: var(--Neutral500);
  font-family: var(--fontJp);
}

/*==================================================
 * 施工実績
*================================================*/
.worksBg {
  background-color: var(--Neutral500);
}

.worksCateLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.worksCateLinkItem {
  border: 1px solid var(--Neutral400);
  background-color: var(--Neutral500);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
  padding-inline: 3em;
  padding-block: 0.6em;
  color: var(--Neutral75);
  font-weight: 600;
}
.worksCateLinkItem:hover, .worksCateLinkItem.active {
  color: #fff;
  background-color: var(--Neutral400);
}
@media only screen and (max-width: 767px) {
  .worksCateLinkItem {
    padding-inline: 1.9em;
  }
}

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

.worksCardLink {
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.worksCardLink:hover {
  background-color: var(--Neutral700);
}

.worksCardImg {
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}

.worksCardInner {
  position: relative;
  padding: 20px 20px 40px;
}

.worksCardHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.worksCardCate {
  background-color: var(--Neutral300);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding-inline: 0.7em;
  padding-block: 0.3em;
  border-radius: 1px;
}

.worksCardPosi {
  color: var(--Neutral50);
  font-size: 14px;
  line-height: 1;
}

.worksCardTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.worksCardArw {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.worksCardArw .viewmoreTx {
  font-size: 11px;
}

.worksSingleBg {
  background-color: var(--Neutral500);
}

.worksSingleHeader {
  padding-block: 120px 60px;
  padding-inline: 15px;
  border-bottom: 1px solid var(--Neutral300);
  position: relative;
}
.worksSingleHeader::before {
  content: "";
  position: absolute;
  background-color: var(--accent300);
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .worksSingleHeader {
    padding-block: 70px 30px;
  }
}

.singlePankuzu {
  margin-bottom: 30px;
}

.singleTitle {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .singleTitle {
    font-size: 26px;
  }
}

.worksSlideMain {
  margin-bottom: 30px;
}
.worksSlideMain img {
  width: 100%;
}

.worksSlideThumb {
  padding-inline: 40px;
}
.worksSlideThumb .slick-prev,
.worksSlideThumb .slick-next {
  border: 1px solid var(--Neutral300);
  background-color: var(--Neutral500);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  z-index: 2;
}
.worksSlideThumb .slick-prev::before,
.worksSlideThumb .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/arw.svg");
  -webkit-filter: invert(80%) sepia(19%) saturate(168%) hue-rotate(172deg) brightness(98%) contrast(85%);
          filter: invert(80%) sepia(19%) saturate(168%) hue-rotate(172deg) brightness(98%) contrast(85%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 10px;
  width: 11px;
}
.worksSlideThumb .slick-prev {
  left: 0;
}
.worksSlideThumb .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.worksSlideThumb .slick-next {
  right: 0;
}

.worksSlideThumbItem {
  margin-inline: 8px;
  padding-bottom: 30px;
}
.worksSlideThumbItem.slick-current {
  position: relative;
}
.worksSlideThumbItem.slick-current::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--accent300);
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.worksSlideThumbItem img {
  aspect-ratio: 239/134;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.worksSingleDetail {
  max-width: 800px;
  margin-inline: auto;
  width: 100%;
}

.workdSingleDetail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid var(--Neutral400);
  position: relative;
  padding-block: 1.2em;
}
.workdSingleDetail dl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--Neutral200);
  height: 2px;
  width: 180px;
}
.workdSingleDetail dt, .workdSingleDetail dd {
  color: #fff;
}
.workdSingleDetail dt {
  font-weight: 600;
  width: 200px;
}
.workdSingleDetail dd {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  .workdSingleDetail dl::before {
    width: 110px;
  }
  .workdSingleDetail dt {
    width: 130px;
  }
  .workdSingleDetail dd {
    width: calc(100% - 130px);
  }
}

.worksSoingleComment {
  background-color: var(--Neutral400);
  padding: 20px 30px;
}
.worksSoingleComment .worksSoingleCommentTitle {
  font-size: 14px;
  padding-left: 1.5em;
  position: relative;
  color: var(--Neutral100);
  font-family: var(--serif);
  margin-bottom: 1em;
}
.worksSoingleComment .worksSoingleCommentTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--accent500);
  left: 0;
  height: 5px;
  width: 5px;
}
.worksSoingleComment .worksSoingleCommentTx {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .worksSoingleComment {
    padding: 20px 20px;
  }
}

.worksSingleBtn .mainBtnTx::before {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.worksOtherBg {
  background-color: var(--Neutral15);
}

.wokrsOtherGrid .worksCardLink:hover {
  background-color: var(--Neutral25);
}
.wokrsOtherGrid .worksCardCate {
  background-color: var(--Neutral25);
  color: var(--Neutral500);
}
.wokrsOtherGrid .worksCardTitle {
  color: var(--Neutral500);
}
.wokrsOtherGrid .worksCardPosi {
  color: var(--Neutral400);
}
.wokrsOtherGrid .worksCardArw .viewmoreTx {
  color: var(--Neutral500);
}

/*==================================================
 * SDGsへの取り組み
*================================================*/
.sdgsBg {
  background-color: var(--Neutral500);
}

.sdgsAboutItem + .sdgsAboutItem {
  margin-top: 90px;
}
@media print, screen and (min-width: 768px) {
  .sdgsAboutItem {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sdgsAboutItem .sdgsAboutItemImgBox {
    width: 33%;
  }
  .sdgsAboutItem .sdgsAboutItemTxtBox {
    padding-left: 5%;
    width: 67%;
  }
  .sdgsAboutItem:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sdgsAboutItem:nth-child(2n) .sdgsAboutItemTxtBox {
    padding-inline: 0 5%;
  }
}
@media only screen and (max-width: 767px) {
  .sdgsAboutItem + .sdgsAboutItem {
    margin-top: 45px;
  }
  .sdgsAboutItem .sdgsAboutItemImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 75%;
  }
}

.sdgsAboutItemImg {
  overflow: hidden;
  border-radius: 4px;
}

.sdgsAboutItemHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sdgsAboutItemHead {
    gap: 10px;
    margin-bottom: 10px;
  }
}

.sdgsAboutItemNum {
  font-family: var(--fontNum);
  font-size: clamp(60px, 7.8vw, 100px);
  font-weight: 400;
  line-height: 1;
  color: var(--Neutral400);
}
@media only screen and (max-width: 767px) {
  .sdgsAboutItemNum {
    font-size: 60px;
  }
}

.sdgsAboutItemTitle {
  color: #fff;
  font-family: var(--gothic);
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .sdgsAboutItemTitle {
    font-size: 25px;
  }
}

.sdgsAboutItemTxt {
  color: var(--Neutral25);
  line-height: 2;
  letter-spacing: 0.08em;
}

.sdgsAboutValArw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sdgsAboutValArw .sdgsAboutValArwItem {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sdgsAboutValArw .sdgsAboutValArwItem.small {
  width: 20px;
}
.sdgsAboutValArw .sdgsAboutValArwItem.small img {
  -webkit-filter: invert(29%) sepia(17%) saturate(807%) hue-rotate(171deg) brightness(95%) contrast(95%);
          filter: invert(29%) sepia(17%) saturate(807%) hue-rotate(171deg) brightness(95%) contrast(95%);
}
.sdgsAboutValArw .sdgsAboutValArwItem.big {
  width: 32px;
}
.sdgsAboutValArw .sdgsAboutValArwItem.big img {
  -webkit-filter: invert(45%) sepia(12%) saturate(653%) hue-rotate(170deg) brightness(96%) contrast(95%);
          filter: invert(45%) sepia(12%) saturate(653%) hue-rotate(170deg) brightness(96%) contrast(95%);
}

.sdgsAboutValTItle {
  text-align: center;
  color: #fff;
  font-family: var(--gothic);
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .sdgsAboutValTItle {
    font-size: 24px;
  }
}

.sdgsAction {
  position: relative;
  z-index: 2;
}
.sdgsAction::before {
  content: "";
  position: absolute;
  background-image: url("../img/sdgsActionBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.sdgsActionBlockTitle {
  color: #fff;
  background-color: var(--Neutral500);
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  padding-inline: 1.4em;
  padding-block: 0.6em;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sdgsActionBlockTitle {
    font-size: 22px;
    padding-block: 0.2em;
  }
}

.sdgsActionBtn .mainBtn {
  padding-block: 1.8em;
}
.sdgsActionBtn .mainBtnTx {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .sdgsActionBtn .mainBtn {
    padding-block: 1.2em;
  }
  .sdgsActionBtn .mainBtnTx {
    font-size: 14px;
  }
}

.sdgsOtherBg {
  background-color: var(--Neutral25);
  padding-block: 10px var(--spaceSize);
}

.sdgsOtherHeader {
  border-radius: 8px;
  overflow: hidden;
}

.sdgsOtherBtn .mainBtn {
  border-color: var(--Neutral100);
}

.sdgsAttempt {
  background-color: #fff;
  padding-inline: 60px;
  padding-block: 40px;
}
@media only screen and (max-width: 959px) {
  .sdgsAttempt {
    padding-inline: 20px;
    padding-block: 30px;
  }
}

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

.sdgsAttemptItem {
  padding: 20px;
  background-color: var(--Neutral5);
  max-width: 250px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sdgsAttemptItem {
    padding: 10px;
    max-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .sdgsAttemptItem {
    padding: 10px;
    max-width: 150px;
  }
}

.sdgsAttemptItemImg {
  margin-bottom: 10px;
}

.sdgsGallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-inline: -120px;
  width: calc(100% + 240px);
}
@media only screen and (max-width: 767px) {
  .sdgsGallery {
    gap: 10px;
    margin-inline: -60px;
    width: calc(100% + 120px);
  }
}

.sdgsGalleryImg {
  overflow: hidden;
  border-radius: 8px;
}

@media print, screen and (min-width: 768px) {
  .sdgsFaqBlock {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sdgsFaqBlock .cntTitleBox {
    width: 20%;
  }
  .sdgsFaqBlock .sdgsFaqBox {
    padding-left: 5%;
    width: 80%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sdgsFaqBlock .cntTitleBox {
    width: 25%;
  }
  .sdgsFaqBlock .sdgsFaqBox {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .sdgsFaqBlock .cntTitleBox {
    margin-bottom: 8%;
  }
}

.sdgsFaqItem {
  background-color: var(--Neutral400);
  padding: 30px;
}
.sdgsFaqItem + .sdgsFaqItem {
  margin-top: 10px;
}
.productFaqBox .sdgsFaqItem {
  background-color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sdgsFaqItem {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sdgsFaqItem {
    padding: 20px 15px;
  }
}

.sdgsFaqItemTilte {
  cursor: pointer;
  position: relative;
}
.sdgsFaqItemTilte::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
  height: 13px;
  width: 13px;
}
.productFaqBox .sdgsFaqItemTilte::before {
  border-bottom-color: var(--Neutral500);
  border-right-color: var(--Neutral500);
}
.sdgsFaqItemTilte.open::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.sdgsFaqItemTitleTx {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  gap: 10px;
}
.sdgsFaqItemTitleTx span {
  color: var(--accent500);
  font-weight: 600;
}
.productFaqBox .sdgsFaqItemTitleTx {
  color: var(--Neutral500);
}
@media only screen and (max-width: 767px) {
  .sdgsFaqItemTitleTx {
    font-size: 16px;
  }
}

.sdgsFaqItemInner {
  display: none;
  border-top: 1px solid var(--Neutral200);
  padding-top: 1em;
  margin-top: 1em;
}
.productFaqBox .sdgsFaqItemInner {
  border-top-color: var(--Neutral25);
}

.sdgsFaqItemTx {
  color: var(--Neutral200);
}
.productFaqBox .sdgsFaqItemTx {
  color: var(--Neutral300);
}

.contactBg {
  background-color: var(--Neutral500);
}

.contactTelBox {
  display: inline-block;
  padding-inline: 50px;
  padding-block: 30px;
  border: 1px solid var(--Neutral400);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contactTelBox {
    padding-block: 15px;
    padding-inline: 30px;
  }
}

.contactTelBoxTitle {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 1em;
}

.contactTelBoxNum {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.contactTelBoxNum .contactTelBoxNumIcon i {
  color: var(--accent500);
  font-size: 24px;
}
.contactTelBoxNum .contactTelBoxNumTx {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.contactTelBoxInfo {
  color: var(--Neutral75);
  font-size: 14px;
}

.contactForm {
  background-color: var(--Neutral600);
  padding: 60px;
}
.contactForm .cform .title,
.contactForm .cform label span {
  color: #fff;
}
.contactForm .cform tr th, .contactForm .cform tr td {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contactForm {
    padding: 30px 25px;
  }
}

/*==================================================
 * 商品紹介 - システム建築
*================================================*/
.productBg {
  background-color: var(--Neutral15);
}

.productAboutBg {
  padding-block: 120px;
}
@media only screen and (max-width: 767px) {
  .productAboutBg {
    padding-block: 70px;
  }
}

.productTitleFlexBox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .productTitleFlexBox {
    grid-template-columns: 1fr;
  }
}

.productMainTitle {
  background: -webkit-gradient(linear, left top, right top, from(var(--Neutral500)), color-stop(70%, var(--Neutral300)));
  background: linear-gradient(to right, var(--Neutral500) 0%, var(--Neutral300) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.6;
}

.productFeatureGrid {
  display: grid;
  gap: 60px;
}
.productFeatureGrid + .productFeatureGrid {
  margin-top: 60px;
}
.productFeatureGrid.__col2 {
  grid-template-columns: repeat(2, 1fr);
}
.productFeatureGrid.__col3 {
  grid-template-columns: repeat(3, 1fr);
}
.productFeatureGrid.__col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productFeatureGrid {
    gap: 30px;
  }
  .productFeatureGrid + .productFeatureGrid {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .productFeatureGrid {
    gap: 30px;
  }
  .productFeatureGrid + .productFeatureGrid {
    margin-top: 30px;
  }
  .productFeatureGrid.__col2 {
    grid-template-columns: 1fr;
  }
  .productFeatureGrid.__col3 {
    grid-template-columns: 1fr;
  }
  .productFeatureGrid.__col4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.productFeatureCardInner {
  padding-block: 20px;
}

.productFeatureCardTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--Neutral100);
  position: relative;
}
.productFeatureCardTitle::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: var(--primary500);
  height: 2px;
  width: 30px;
}
.productFeatureCardTitle span {
  color: var(--primary500);
  font-weight: 600;
  margin-right: 0.7em;
}

.productFlow {
  background-color: var(--Neutral25);
}

.productFlowItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
  position: relative;
}
.productFlowItem::before {
  content: "";
  position: absolute;
  top: 7em;
  left: 1em;
  background-color: var(--Neutral100);
  width: 2px;
  height: 50%;
}
.productFlowItem .productFlowHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.productFlowItem:last-child {
  padding-bottom: 0;
}
.productFlowItem:last-child::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .productFlowItem {
    gap: 20px;
  }
  .productFlowItem::before {
    top: 6em;
    left: 9px;
  }
  .productFlowItem .productFlowHead {
    gap: 10px;
  }
}

.productFlowNum {
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  font-family: var(--fontNum);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .productFlowNum {
    font-size: 40px;
  }
}

.productFlowImg {
  --itemW: 144px;
  border-radius: 50%;
  overflow: hidden;
  height: var(--itemW);
  width: var(--itemW);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productFlowImg {
    --itemW: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .productFlowImg {
    --itemW: 85px;
  }
}

.productFlowTitle {
  font-size: 24px;
  font-family: var(--gothic);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .productFlowTitle {
    font-size: 20px;
    margin-bottom: 0.6em;
  }
}

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

.productVoiceItem {
  position: relative;
  z-index: 2;
}
.productVoiceItem::before {
  content: "";
  position: absolute;
  background-image: url("../img/w_quotes.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(91deg) brightness(107%) contrast(100%);
          filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(91deg) brightness(107%) contrast(100%);
  top: -15px;
  left: -15px;
  height: 46px;
  width: 63px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .productVoiceItem::before {
    height: 26px;
    width: 43px;
  }
}

.productVoiceTitle {
  font-size: 18px;
  font-family: var(--gothic);
  color: var(--Neutral500);
  letter-spacing: 0.08em;
  margin-bottom: 0.1em;
}

.productVoiceInfo {
  font-size: 15px;
  color: var(--Neutral300);
  margin-bottom: 1.2em;
}

.productVoiceTx {
  color: var(--Neutral500);
}

.productFaqBg {
  background-color: var(--Neutral25);
}

.systemFeatureValArw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.systemFeatureValArw .systemFeatureValItem {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.systemFeatureValArw .systemFeatureValItem.small {
  width: 38px;
}
.systemFeatureValArw .systemFeatureValItem.big {
  margin-top: -13px;
  width: 64px;
}
@media only screen and (max-width: 959px) {
  .systemFeatureValArw .systemFeatureValItem {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .systemFeatureValArw .systemFeatureValItem.small {
    width: 17px;
  }
  .systemFeatureValArw .systemFeatureValItem.big {
    margin-top: -3px;
    width: 24px;
  }
}

.systemFeatureValIn {
  background-color: var(--Neutral5);
  padding-block: 40px;
}

.systemFeatureValList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.systemFeatureValList li {
  border: 1px solid var(--Neutral15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto auto;
  background-color: #fff;
  padding: 20px;
}
.systemFeatureValList li .systemFeatureValListNum {
  color: var(--accent500);
  border-right: 1px solid var(--Neutral25);
  padding-right: 10px;
  margin-right: 10px;
  display: block;
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1;
}
.systemFeatureValList li .systemFeatureValListTitle {
  font-weight: 600;
  font-size: clamp(24px, 2.5vw, 32px);
  font-family: var(--gothic);
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .systemFeatureValList {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .systemFeatureValList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.systemStepGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .systemStepGrid {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .systemStepGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.systemStepItem {
  position: relative;
}
.systemStepItem::before {
  content: "";
  position: absolute;
  background-image: url("../img/arw.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: invert(77%) sepia(25%) saturate(160%) hue-rotate(171deg) brightness(94%) contrast(92%);
          filter: invert(77%) sepia(25%) saturate(160%) hue-rotate(171deg) brightness(94%) contrast(92%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
  height: 20px;
  width: 20px;
}
.systemStepItem:last-child::before {
  content: none;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .systemStepItem::before {
    right: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .systemStepItem::before {
    right: auto;
    left: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    bottom: -35px;
  }
}

.systemStepNum {
  color: var(--primary500);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--fontNum);
  margin-bottom: 0.3em;
}
.systemStepNum span {
  font-family: var(--fontJp);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-right: 0.5em;
}

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

.zeroPoint {
  background-color: var(--Neutral5);
  padding: 60px 20px 20px;
}

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

.boxList {
  background-color: #fff;
  padding: 20px clamp(15px, 7vw, 90px);
}
.rightBox .boxList {
  margin-inline: 8px;
}
.boxList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.boxList dl + dl {
  margin-top: 10px;
}
.boxList dt {
  display: inline-block;
  text-align: center;
  padding-inline: 0.5em;
  padding-block: 0.5em;
  line-height: 1;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  width: 120px;
}
.leftBox .boxList dt {
  color: var(--Neutral300);
  background-color: var(--Neutral15);
}
.rightBox .boxList dt {
  color: var(--primary500);
  background-color: #E0EFFF;
}
.boxList dd {
  font-weight: 600;
  width: calc(100% - 120px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .boxList {
    padding-inline: 15px;
  }
  .boxList dl {
    gap: 10px;
  }
  .boxList dt {
    font-size: 12px;
  }
  .boxList dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .boxList dl {
    gap: 10px;
  }
  .boxList dt {
    font-size: 12px;
  }
  .boxList dd {
    font-size: 14px;
  }
}

.healStructureBlock {
  padding-top: 60px;
  border-top: 1px solid var(--Neutral50);
}

.healStructureTitleBox .cntTitleJp {
  line-height: 1.6;
}

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

.healStructureItem {
  background-color: #fff;
  padding: 20px 30px;
}
.healStructureItem .healStructureNum {
  color: var(--accent500);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.6em;
  line-height: 1;
}
.healStructureItem .healStructureNum span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 0.7em;
}
@media only screen and (max-width: 767px) {
  .healStructureItem {
    padding: 20px 15px;
  }
  .healStructureItem .healStructureNum {
    font-size: 16px;
  }
  .healStructureItem .healStructureNum span {
    font-size: 12px;
  }
}

.healStructureTitle {
  font-family: var(--gothic);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.7em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .healStructureTitle {
    font-size: 18px;
  }
}

.healStructureTx {
  color: var(--Neutral400);
  line-height: 1.8;
}

.healValue {
  background-color: var(--Neutral5);
}

.healValPointHead {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, 220px);
  gap: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .healValPointHead {
    grid-template-columns: repeat(3, 180px);
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .healValPointHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .healValPointHead .healValPointItem {
    width: 160px;
  }
}

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

.healValPointAfter {
  position: relative;
  padding-bottom: 60px;
  z-index: 2;
}
.healValPointAfter::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/healValPointAfterArw.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 39px;
  width: 214px;
  z-index: -1;
}

.healValPointBox {
  background-color: #fff;
  padding: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.healValPointBox + .healValPointBox {
  margin-top: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .healValPointBox {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .healValPointBox {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .healValPointBox + .healValPointBox {
    margin-top: 20px;
  }
}

.healValPointBoxTitleCnt {
  border-left: 2px solid var(--accent500);
  padding-left: 20px;
  margin-bottom: 40px;
}
.healValPointBoxTitleCnt .healValPointBoxNum {
  font-size: 18px;
  color: var(--Neutral300);
}
.healValPointBoxTitleCnt .healValPointBoxTitle {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--gothic);
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .healValPointBoxTitleCnt {
    margin-bottom: 20px;
  }
  .healValPointBoxTitleCnt .healValPointBoxTitle {
    font-size: 20px;
  }
}

.healValPointBoxTx {
  line-height: 2.1;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.frameAbout {
  background-color: var(--Neutral25);
}

.frameOption {
  background-color: var(--Neutral15);
}

.frameAboutCnt {
  border-radius: 8px;
  background-color: #fff;
  padding: 30px 40px;
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  gap: 60px;
}
.frameAboutCnt + .frameAboutCnt {
  margin-top: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .frameAboutCnt {
    gap: 40px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .frameAboutCnt {
    display: block;
    padding: 20px 15px;
  }
}

.frameAboutCntImgBox {
  border-radius: 4px;
  overflow: hidden;
}
.frameAboutCntImgBox .frameAboutCntImg {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .frameAboutCntImgBox {
    margin-bottom: 8%;
  }
  .frameAboutCntImgBox .frameAboutCntImg {
    padding-bottom: 90%;
    background-size: contain;
  }
}

.frameAboutCntTitle {
  font-size: 24px;
  font-family: var(--gothic);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.frameAboutCntTitle span {
  font-family: var(--fontNum);
  color: var(--accent500);
  font-size: 32px;
  line-height: 1;
  margin-right: 0.4em;
}
@media only screen and (max-width: 767px) {
  .frameAboutCntTitle {
    font-size: 20px;
  }
  .frameAboutCntTitle span {
    font-size: 24px;
  }
}

.frameAboutCntTx {
  line-height: 1.8;
  font-weight: 600;
}

.frameAboutCntBody table {
  width: 100%;
}
.frameAboutCntBody th, .frameAboutCntBody td {
  border: 1px solid var(--Neutral50);
  line-height: 1.4;
}
.frameAboutCntBody th {
  background-color: var(--Neutral5);
  text-align: left;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
.frameAboutCntBody th.text-center {
  text-align: center;
}
.frameAboutCntBody td {
  padding: 10px 20px;
}
.frameAboutCntBody td:first-of-type {
  font-weight: 600;
}
.frameAboutCntBody .smallBox {
  width: 180px;
}
.frameAboutCntBody .smallBox .note {
  color: #D82C2C;
  font-size: 13px;
}
.frameAboutCntBody.-cnt3 th {
  font-size: 16px;
}
.frameAboutCntBody.-cnt3 td {
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.frameAboutCntBody.-cnt2, .frameAboutCntBody.-cnt4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.frameAboutCntBody.-cnt5 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 0.25fr 0.85fr;
  gap: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .frameAboutCntBody .smallBox {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .frameAboutCntBody.-cnt1, .frameAboutCntBody.-cnt3 {
    overflow: auto;
  }
  .frameAboutCntBody .frameAboutCntBodyInnerTable {
    width: 550px;
  }
  .frameAboutCntBody.-cnt2, .frameAboutCntBody.-cnt4 {
    gap: 20px;
  }
}

.frameOptionCnt {
  border-top: 1px solid var(--Neutral200);
  padding-top: 60px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .frameOptionCnt {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.frameOptionNote > div {
  position: relative;
  padding-left: 60px;
}
.frameOptionNote > div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D82C2C;
  height: 15px;
  width: 40px;
}

.frameOptionCntInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.frameOptionCntInner .frameOptionCntItem {
  border: 3px solid var(--Neutral25);
  border-radius: 4px;
  padding: 30px;
}
.frameOptionCntInner .frameOptionCntItem.__left {
  background-color: var(--Neutral25);
}
.frameOptionCntInner .frameOptionCntItem.__right {
  border: 3px solid var(--accent500);
  background-color: #fff;
}
.frameOptionCnt:last-of-type .frameOptionCntInner {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .frameOptionCntInner {
    grid-template-columns: 1fr;
  }
  .frameOptionCntInner .frameOptionCntItem {
    padding: 15px;
  }
}

.frameOptionSupport {
  display: inline-grid;
  grid-template-columns: 582px 280px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  gap: 80px;
}
.frameOptionSupport div {
  position: relative;
}
.frameOptionSupport div:first-child::before {
  content: "";
  position: absolute;
  background-color: var(--primary500);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
  height: 80px;
  width: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .frameOptionSupport {
    grid-template-columns: 0.75fr 0.37fr;
  }
}
@media only screen and (max-width: 767px) {
  .frameOptionSupport {
    grid-template-columns: 1fr;
  }
  .frameOptionSupport div:first-child::before {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -80px;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    height: 80px;
    width: 30px;
  }
  .frameOptionSupport div + div {
    margin-inline: auto;
    width: 80%;
  }
}

.frameOptionCntItemCate {
  font-size: 16px;
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.2em;
  font-weight: 600;
  margin-bottom: 0.6em;
}
.frameOptionCntItem.__left .frameOptionCntItemCate {
  background-color: var(--Neutral15);
}
.frameOptionCntItem.__right .frameOptionCntItemCate {
  color: var(--accent500);
  background-color: #E5F2F4;
}
@media only screen and (max-width: 767px) {
  .frameOptionCntItemCate {
    font-size: 14px;
  }
}

.frameOptionCntItemTitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  .frameOptionCntItemTitle {
    font-size: 21px;
  }
}

.frameOptionCntItemTx {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .frameOptionCntItemTx {
    font-size: 14px;
  }
}

.frameOptionCntItemPoint {
  background-color: var(--Neutral15);
  padding: 20px 60px;
}
.frameOptionCntItemPoint + .frameOptionCntItemPoint {
  margin-top: 10px;
}
.frameOptionCntItemPoint .frameOptionCntItemPointImg {
  margin-inline: auto;
  margin-bottom: 5%;
  width: 190px;
}
.frameOptionCntItemPoint .frameOptionCntItemPointNum {
  font-size: 20px;
  color: var(--Neutral300);
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 959px) {
  .frameOptionCntItemPoint .frameOptionCntItemPointImg {
    width: 140px;
  }
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}