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

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


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

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&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=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --mainColor: #314048;
  --subColor: #de3232;
  --grayColor: #f7f7f7;
  --fontColor: #202020;
  --bgDark: #314048;
  --bgDark2: #44525a;
  --bgLight: #d2d9dd;
  --bgLight2: #e8edf0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.2em;
}

.ls_l {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

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

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

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

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

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

.fsL15 {
  font-size: 80px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL15 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL15 {
    font-size: 48px;
  }
}

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

.fsL35 {
  font-size: 48px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL35 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL35 {
    font-size: 32px;
  }
}

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

.fsL5 {
  font-size: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL5 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL5 {
    font-size: 22px;
  }
}

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

.fsM15 {
  font-size: 32px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM15 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM15 {
    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;
  }
}

.fsM38 {
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM38 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM38 {
    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;
  }
}

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

html,
body {
  width: 100%;
}

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

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

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

hr {
  margin: 10px auto;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

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

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

.overHidden {
  overflow: hidden;
}

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .pc,
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .notTab {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .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%;
  }
}
.grid {
  display: grid;
}

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

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

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

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

.gap-10 {
  gap: 10px;
}

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

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

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

.gap-20 {
  gap: 20px;
}

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

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

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

.gap-30 {
  gap: 30px;
}

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

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

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

.gap-40 {
  gap: 40px;
}

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

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

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

.gap-50 {
  gap: 50px;
}

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

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

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

.gap-60 {
  gap: 60px;
}

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

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

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

.gap-70 {
  gap: 70px;
}

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

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

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

.gap-80 {
  gap: 80px;
}

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

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

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

.gap-90 {
  gap: 90px;
}

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

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

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

.gap-100 {
  gap: 100px;
}

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

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

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

.w100 {
  width: 100%;
}

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

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

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

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

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

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

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

/*マウスストーカー*/
/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
.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: 959px) {
  .overRayBox {
    padding-left: 0;
    position: fixed;
    top: 0;
    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;
}

/*ハンバーガーメニュー*/
.menu-btn {
  display: none;
}
@media only screen and (max-width: 959px) {
  .menu-btn {
    background: transparent;
    border: none;
    padding: 0.3em;
    border-radius: 0.3em;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    z-index: 1000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-inline: 6px;
  }
  .menu-btn .text {
    color: #fff;
    margin-left: 0.5em;
    font-size: 16px;
  }
}

.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;
  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;
}
.menu-trigger span {
  position: absolute;
  left: 3px;
  width: 13px;
  height: 1px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 6px;
}
.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) {
  bottom: 2px;
  -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 {
  font-size: 14px;
  font-family: var(--fontJp);
}
@media only screen and (max-width: 767px) {
  .breadcrumbsInner span {
    font-size: 11px;
  }
}

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

.topicsItemImgBox {
  overflow: hidden;
  border-radius: 0.5em;
}
.topicsItemImgBox img {
  aspect-ratio: 2/1.32;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  text-align: left;
}
.cform tr th {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
  width: 230px;
}
.cform tr td {
  width: calc(100% - 230px);
}
.cform tr td + td {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    display: block;
  }
  .cform tr th {
    -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=tel],
.cform input[type=url] {
  background-color: #f9f9f9;
  width: 100%;
  border: none;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  border-radius: 0;
}
.cform option::-webkit-input-placeholder,
.cform textarea::-webkit-input-placeholder,
.cform select::-webkit-input-placeholder,
.cform input[type=text]::-webkit-input-placeholder,
.cform input[type=email]::-webkit-input-placeholder,
.cform input[type=search]::-webkit-input-placeholder,
.cform input[type=tel]::-webkit-input-placeholder,
.cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform select::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=tel]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder,
.cform textarea:-ms-input-placeholder,
.cform select:-ms-input-placeholder,
.cform input[type=text]:-ms-input-placeholder,
.cform input[type=email]:-ms-input-placeholder,
.cform input[type=search]:-ms-input-placeholder,
.cform input[type=tel]:-ms-input-placeholder,
.cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder,
.cform textarea::-ms-input-placeholder,
.cform select::-ms-input-placeholder,
.cform input[type=text]::-ms-input-placeholder,
.cform input[type=email]::-ms-input-placeholder,
.cform input[type=search]::-ms-input-placeholder,
.cform input[type=tel]::-ms-input-placeholder,
.cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-webkit-input-placeholder, .cform textarea::-webkit-input-placeholder, .cform select::-webkit-input-placeholder, .cform input[type=text]::-webkit-input-placeholder, .cform input[type=email]::-webkit-input-placeholder, .cform input[type=search]::-webkit-input-placeholder, .cform input[type=tel]::-webkit-input-placeholder, .cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform select::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=tel]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder, .cform textarea:-ms-input-placeholder, .cform select:-ms-input-placeholder, .cform input[type=text]:-ms-input-placeholder, .cform input[type=email]:-ms-input-placeholder, .cform input[type=search]:-ms-input-placeholder, .cform input[type=tel]:-ms-input-placeholder, .cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder, .cform textarea::-ms-input-placeholder, .cform select::-ms-input-placeholder, .cform input[type=text]::-ms-input-placeholder, .cform input[type=email]::-ms-input-placeholder, .cform input[type=search]::-ms-input-placeholder, .cform input[type=tel]::-ms-input-placeholder, .cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform select::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=tel]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform .zip {
  max-width: 200px;
}
.cform .title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cform input[type=radio] {
  display: none;
}
.cform input[type=radio] + span {
  padding-left: 2em;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.cform input[type=radio] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: -1px;
  left: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.cform input[type=radio] + span::after {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  top: 45%;
  left: 4px;
  -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=checkbox] {
  display: none;
}
.cform input[type=checkbox] + span {
  cursor: pointer;
  padding-left: 1.7em;
  position: relative;
}
.cform input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
}
.cform input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  border-left: 2px solid var(--subColor);
  border-bottom: 2px solid var(--subColor);
  top: 2px;
  left: 2px;
  -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: inline-block;
}
.mwform-radio-field input {
  cursor: pointer;
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

.submit-btn {
  text-align: center;
  margin-top: 4%;
}
.submit-btn input {
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  border-radius: 70px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: var(--fontJp);
  font-size: 16px;
  -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(--mainColor);
}
.submit-btn input[name=submitBack] {
  background-color: #838383;
  border-color: #838383;
  width: 250px;
}
.submit-btn input[name=submitBack]:hover {
  background-color: #fff;
  color: var(--fontColor);
}

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

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

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

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

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

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

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

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

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

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

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  margin-inline: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--mainColor);
}
.entry blockquote {
  padding: 2em 4em;
  -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 {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 8% auto 3%;
  padding: 0.5em 1.3em;
}
@media only screen and (max-width: 767px) {
  .entry h1 {
    font-size: 20px;
    padding: 0.6em 1.2em;
  }
}
.entry h2 {
  background-color: #f9f9f9;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h2::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h3::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h4 {
  position: relative;
  border-bottom: 2px solid #b8b8b8;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 2%;
}
.entry h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 15%;
  height: 3px;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    font-size: 20px;
    margin: 10% auto 6%;
  }
  .entry h4::after {
    width: 35%;
  }
}
.entry h5 {
  font-size: 21px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-block: 0.3em;
  margin-block: 3%;
  border-block: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 20px;
    margin: 5% auto 3%;
  }
}
.entry h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .entry h6 {
    font-size: 18px;
  }
}
.entry table {
  margin-bottom: 2%;
}
.entry table tr:nth-child(2n) td {
  background-color: #f7f6f9;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 1rem 2rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 0.5em 0.5em;
    border-bottom: 1px solid var(--mainColor);
  }
}
.entry table tr {
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid var(--mainColor);
}
.entry table td {
  border: 1px solid var(--mainColor);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry table {
    width: 500px;
  }
}
.entry ul {
  margin-bottom: 2%;
  background-color: var(--grayColor);
  padding: 3% 5%;
}
.entry li {
  list-style-type: none;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
}
.entry li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f14a";
  color: var(--mainColor);
  position: absolute;
  left: 0;
  font-weight: 400;
}

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

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

.toc_list li:before {
  display: none;
}

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

.toc_toggle {
  font-size: 14px;
}

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

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

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

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

/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  -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%;
}

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

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

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

/*この記事をシェアするボタン*/
.singleColumnShareButton {
  border-radius: 10px;
  padding: 0.7rem 1rem;
  width: 20%;
  text-align: center;
  -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;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}
.singleColumnShareButton i {
  margin-right: 0.5rem;
}
.singleColumnShareButton.twitter {
  background: #000;
  border: 1px solid #000;
}
.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #000;
}
.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}
.singleColumnShareButton.line {
  background: #4cc764;
  border: 1px solid #4cc764;
}
.singleColumnShareButton.line:hover {
  background: #fff;
  color: #4cc764;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagenation {
  margin-top: 8%;
  border-top: solid 1px rgba(18, 21, 23, 0.1);
  padding-top: 2em;
}
.pagenation .prev a,
.pagenation .next a {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  height: 40px;
  width: 40px;
  border-radius: 0.2em;
}
.pagenation .prev a::before,
.pagenation .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid var(--fontColor);
  border-right: 2px solid var(--fontColor);
  height: 10px;
  width: 10px;
}
.pagenation .prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.1em;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation ul li {
  margin-inline: 0.4em;
}
.pagenation ul li.active,
.pagenation ul li a {
  text-align: center;
  color: var(--fontColor);
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Figtree", sans-serif;
  border-radius: 0.2em;
}
.pagenation ul li.active {
  background-color: #44525a;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 15%;
  }
}

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

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

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

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

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

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

.popularCount {
  border-radius: 50%;
  color: #fff;
  display: -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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

.archive-year {
  cursor: pointer;
  padding-block: 0.5em;
  position: relative;
}
.archive-year::before {
  content: "";
  position: absolute;
  top: 1em;
  border-top: 1px solid var(--mainColor);
  border-right: 1px solid var(--mainColor);
  -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: var(--grayColor);
}
@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.7;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #121517;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.en {
  font-family: "Figtree", sans-serif;
}

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

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

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

/*==================================================
 * キーフレーム
*================================================*/
@-webkit-keyframes fvZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes fvZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*==================================================
 * ヘッダー
*================================================*/
.headLogo {
  z-index: 9999;
  mix-blend-mode: difference;
  position: fixed;
  left: 15px;
  top: 25px;
}
@media only screen and (max-width: 767px) {
  .headLogo {
    top: 20px;
  }
}
.headLogo .logo {
  width: 190px;
}
@media only screen and (max-width: 767px) {
  .headLogo .logo {
    width: 118px;
  }
}
.headLogo.logo-single {
  mix-blend-mode: unset;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 16px;
  }
}

.headerLogo {
  position: relative;
  z-index: 9999;
  mix-blend-mode: difference;
}
.headerLogo .logo {
  width: 190px;
}
@media only screen and (max-width: 767px) {
  .headerLogo .logo {
    width: 118px;
  }
}

@media only screen and (max-width: 959px) {
  .overRayBlock {
    background-color: #44525a;
    position: fixed;
    top: 0;
    left: 0;
    padding-inline: 16px;
    padding-block: 20%;
    overflow-y: scroll;
    height: 100dvh;
    width: 100%;
  }
}

.headerListMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  padding: 0.5em;
  border-radius: 0.3em;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
}
@media only screen and (max-width: 959px) {
  .headerListMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
  }
}
.headerListMenu a {
  color: #fff;
  padding: 0.6em 1em;
  display: block;
  border-radius: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerListMenu a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .headerListMenu a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .headerListMenu a {
    border-radius: unset;
    font-size: 18px;
    padding-block: 1em;
    border-bottom: solid 1px #fff;
  }
}
.headerListMenu a:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
}
.headerListMenu a .num {
  display: none;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
  .headerListMenu a .num {
    display: inline;
    padding-right: 2em;
  }
}
.headerListMenu a .arw {
  display: none;
}
@media only screen and (max-width: 959px) {
  .headerListMenu a .arw {
    display: inline;
    float: right;
  }
}
.headerListMenu li.is-active a {
  background-color: #fff;
  color: #333;
  opacity: 1;
}
@media only screen and (max-width: 959px) {
  .headerListMenu li.is-recruit, .headerListMenu li.is-contact {
    display: none;
  }
}
.headerListMenu li:last-of-type a {
  background-color: #121517;
}
.headerListMenu li:last-of-type a:hover {
  background-color: #fff;
}
.headerListMenu li:last-of-type.is-active a {
  background-color: #fff;
  color: #121517;
}
.headerListMenu li:last-of-type.is-active a:hover {
  background-color: #fff;
  color: #121517;
}

.headerSpLink {
  display: none;
}
@media only screen and (max-width: 959px) {
  .headerSpLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1em;
  }
}
.headerSpLink > * {
  font-size: 16px;
  width: 48%;
  padding: 1em 0.5em;
  border-radius: 0.3em;
  text-align: center;
}
.headerSpLink > *.is-recruit {
  background-color: var(--subColor);
  color: #fff;
}
.headerSpLink > *.is-contact {
  background-color: #fff;
}

/*==================================================
 * フッター
*================================================*/
.footerWrap {
  position: relative;
}

.footerWrap {
  background-color: #fff;
  padding: 10px;
}

.footerInner {
  background: url(../img/footerBg.jpg) no-repeat center/cover;
  background-position: top center;
  background-size: 100% auto;
  border-radius: 3em;
}
@media only screen and (max-width: 767px) {
  .footerInner {
    border-radius: 1.5em;
  }
}
.footerInner {
  overflow: hidden;
  position: relative;
}
.footerInner::before {
  content: "";
  display: block;
  position: absolute;
  background: #314048;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(49, 64, 72)), color-stop(70%, rgba(49, 64, 72, 0)));
  background: linear-gradient(0deg, rgb(49, 64, 72) 50%, rgba(49, 64, 72, 0) 70%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.footerInner > * {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footerInner {
    background-size: cover;
    background-position: center;
  }
}

.footerLR {
  position: relative;
}
.footerLR::before, .footerLR::after {
  content: "";
  display: block;
  position: absolute;
  width: 13%;
  height: 100%;
  background: url(../img/footerLR.png) repeat-y center/100% auto;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .footerLR::before, .footerLR::after {
    width: 20%;
  }
}
.footerLR::before {
  left: 0;
}
.footerLR::after {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.footerLR > * {
  position: relative;
  z-index: 1;
}

.footerContactInner .cmnTtl {
  -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;
}

.footerContactBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footerContactBoxWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}
.footerContactBoxWrap > * {
  background-color: #fff;
  padding: 1em;
  width: 400px;
  max-width: 100%;
  text-align: center;
  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;
  border-radius: 0.3em;
}
@media only screen and (max-width: 767px) {
  .footerContactBoxWrap > * {
    width: 100%;
  }
}

.footerContactTel,
.footerContactFormTtl {
  font-size: 32px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerContactTel,
  .footerContactFormTtl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footerContactTel,
  .footerContactFormTtl {
    font-size: 21px;
  }
}
.footerContactTel,
.footerContactFormTtl {
  font-family: "Figtree", sans-serif;
  color: var(--subColor);
  text-align: center;
  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-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
@media only screen and (max-width: 767px) {
  .footerContactTel,
  .footerContactFormTtl {
    -webkit-column-gap: 0.15em;
       -moz-column-gap: 0.15em;
            column-gap: 0.15em;
  }
}
@media only screen and (max-width: 767px) {
  .footerContactTel .icon,
  .footerContactFormTtl .icon {
    width: 0.8em;
    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;
  }
  .footerContactTel .icon svg,
  .footerContactFormTtl .icon svg {
    width: 100%;
  }
}

footer {
  margin-top: 20%;
}
footer * {
  color: #fff;
}

.footerNavInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footerNavInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footerNav {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footerNav > * {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .footerNav > * {
    width: 50%;
  }
}
.footerNav .ttl {
  font-weight: 600 !important;
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNav .ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footerNav .ttl {
    font-size: 14px;
  }
}
.footerNav .ttl {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .footerNav .ttl {
    font-size: 16px;
  }
}
.footerNav .ttl.--main {
  margin-bottom: 2em;
}
.footerNav ul {
  margin-bottom: 2em;
}
.footerNav ul li a {
  padding-block: 0.2em;
  display: block;
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNav ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footerNav ul li a {
    font-size: 12px;
  }
}
.footerNav ul li a {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .footerNav ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .footerNavCol:last-of-type {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerNavCol:last-of-type > * {
    width: 50%;
  }
}

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

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

.footerCopy {
  font-size: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerCopy {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    font-size: 9px;
  }
}
.footerCopy {
  color: rgba(255, 255, 255, 0.4);
}

.footerTelFax .tel,
.footerTelFax .fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.footerTelFax span {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0 1em;
  display: block;
}

/*==================================================
 * トップページ
*================================================*/
.btn {
  --pad: 1.2em 1.8em;
  --shift-extra: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 50%;
  background-color: #ccc;
  right: 2.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn > * {
  background-color: #ccc;
  border-radius: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn {
  /* =========================
     TEXT
  ========================= */
}
.btn__text {
  line-height: 1;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: 600 !important;
}
.btn__text::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 60%;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(100%) translateY(-50%);
          transform: translateX(100%) translateY(-50%);
  background-color: #ccc;
  -webkit-transition: 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn__chars {
  position: relative;
  display: block;
  overflow: hidden;
  padding: var(--pad);
}
.btn__chars > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: 600 !important;
}
.btn__chars .char {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: var(--d);
          transition-delay: var(--d);
  will-change: transform;
  font-weight: 600 !important;
}
.btn__chars {
  /* 1段目 */
}
.btn__chars > div:first-child .char {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btn__chars {
  /* 2段目 */
}
.btn__chars > div:nth-child(2) {
  position: absolute;
  inset: var(--pad);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  pointer-events: none;
}
.btn__chars > div:nth-child(2) .char {
  -webkit-transform: translateY(calc(100% + var(--shift-extra)));
          transform: translateY(calc(100% + var(--shift-extra)));
}
.btn {
  /* =========================
     ICON
  ========================= */
}
.btn__icon {
  padding: 1.2em 0.5em;
  width: 2.2em;
}
.btn__icon svg {
  width: 1em;
  height: auto;
  display: block;
}
.btn__icon-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.btn.--white::before {
  background-color: #fff;
}
.btn.--white .btn__text,
.btn.--white .btn__icon {
  background-color: #fff;
  color: var(--bgDark);
}
.btn.--def::before {
  background-color: #d2d9dd;
}
.btn.--def .btn__text,
.btn.--def .btn__icon {
  background-color: #d2d9dd;
  color: var(--bgDark);
}
.btn {
  /* =========================
     HOVER
  ========================= */
}
.btn:hover {
  opacity: 1;
}
.btn:hover::before {
  height: 100%;
}
.btn:hover .btn__text,
.btn:hover .btn__icon {
  border-radius: 0;
}
.btn:hover .btn__text::before {
  height: 100%;
}
.btn:hover {
  /* 上段 → 上へ */
}
.btn:hover .btn__chars > div:first-child .char {
  -webkit-transform: translateY(calc(-100% - var(--shift-extra)));
          transform: translateY(calc(-100% - var(--shift-extra)));
}
.btn:hover {
  /* 下段 → 出現 */
}
.btn:hover .btn__chars > div:nth-child(2) .char {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btn:hover {
  /* 矢印 */
}
.btn:hover .btn__icon-inner {
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}

.cmnTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmnTtl .en {
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnTtl .en {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnTtl .en {
    font-size: 36px;
  }
}
.cmnTtl .en {
  font-weight: 500;
  line-height: 1.2;
  font-family: "Figtree", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .cmnTtl .en.--s {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 767px) and (max-width: 959px) {
  .cmnTtl .en.--s {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .cmnTtl .en.--s {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnTtl .en {
    font-size: 34px;
  }
}
.cmnTtl .ja {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnTtl .ja {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnTtl .ja {
    font-size: 16px;
  }
}
.cmnTtl .ja {
  color: #fff;
  background-color: #121517;
  padding: 0.2em 0.4em;
}
@media only screen and (max-width: 767px) {
  .cmnTtl .ja {
    font-size: 16px;
  }
}
.cmnTtl.--border {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5em;
}
.cmnTtl.--borderB {
  border-color: rgba(18, 21, 23, 0.1);
}

.cmnTtl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-bottom: 1.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .cmnTtl2 {
    padding-bottom: 1.2em;
  }
}
.cmnTtl2 .en {
  font-family: "Figtree", sans-serif;
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnTtl2 .en {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnTtl2 .en {
    font-size: 36px;
  }
}
.cmnTtl2 .en {
  line-height: 1.2;
}
.cmnTtl2 .ja {
  font-weight: 600 !important;
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnTtl2 .ja {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnTtl2 .ja {
    font-size: 16px;
  }
}
.cmnTtl2 .ja {
  color: rgba(18, 21, 23, 0.4);
}
.cmnTtl2.--borderGray {
  border-color: rgba(18, 21, 23, 0.1);
}
.cmnTtl2.white .en {
  color: #fff;
}
.cmnTtl2.white .ja {
  color: rgba(255, 255, 255, 0.5);
}
.cmnTtl2.white {
  border-color: rgba(255, 255, 255, 0.2);
}
.cmnTtl2.--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0;
  border-bottom: none;
}
.cmnTtl2.--row .ja {
  color: var(--subColor);
  background-color: #fff;
  padding: 0.2em 1em;
  border-radius: 0.3em;
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnTtl2.--row .ja {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnTtl2.--row .ja {
    font-size: 14px;
  }
}

.subTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media only screen and (max-width: 767px) {
  .subTtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.5em;
  }
}
.subTtl .en {
  font-size: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .subTtl .en {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .subTtl .en {
    font-size: 22px;
  }
}
.subTtl .en {
  font-family: "Figtree", sans-serif;
  line-height: 1;
  position: relative;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .subTtl .en {
    font-size: 28px;
  }
}
.subTtl .en::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.2em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.subTtl .ja {
  color: #121517;
}
@media only screen and (max-width: 767px) {
  .subTtl .ja {
    padding-left: 1em;
  }
}
.subTtl .ja.white {
  color: #fff;
}

.--radius {
  border-radius: 3em 3em 0 0;
  margin-top: -3em;
}

.fvBgimg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.fvBgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.topFv {
  position: relative;
}
.topFv .fvBgSlider {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.topFv .fvBgSlider .swiper-slide {
  overflow: hidden;
}
.topFv .fvBgSlider img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
}
.topFv .fvBgSlider .swiper-slide.fv-zoom img {
  -webkit-animation: fvZoom 4.5s ease-out forwards;
          animation: fvZoom 4.5s ease-out forwards;
}

@keyframes fvZoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fv {
  aspect-ratio: 1280/1100;
  position: relative;
}
.fv * {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .fv {
    aspect-ratio: unset;
    padding-block: 70% 20%;
  }
}

.fvCatchEn {
  font-size: clamp(48px, 7.6vw, 98px);
  position: absolute;
  right: 15px;
  top: 20%;
  line-height: 1.2;
  font-family: "Figtree", sans-serif;
}
@media only screen and (max-width: 767px) {
  .fvCatchEn {
    position: relative;
    right: unset;
    top: unset;
    padding-right: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 15%;
  }
}

.fvTextWrap {
  position: absolute;
  left: 30px;
  bottom: 40%;
}
@media only screen and (max-width: 959px) {
  .fvTextWrap {
    bottom: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .fvTextWrap {
    position: relative;
    left: unset;
    bottom: unset;
    padding-inline: 15px;
  }
}

.fvCatchJa {
  font-size: clamp(26px, 4.1vw, 52px);
  line-height: 1.4;
  margin-bottom: 0.2em;
}

.fvLead {
  font-size: clamp(16px, 1.7vw, 22px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .fvLead {
    margin-left: 0;
  }
}

.fvBtnWrap {
  position: absolute;
  bottom: 40%;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .fvBtnWrap {
    position: relative;
    bottom: unset;
    right: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 15px;
    margin-top: 5%;
  }
}
.fvBtnWrap .btn__text,
.fvBtnWrap .btn__icon {
  background-color: #de3232;
}
.fvBtnWrap .btn::before {
  background-color: #de3232;
}

.topConceptBox {
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .topConceptBox {
    border-radius: 0.5em;
  }
}
.topConceptBox {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
.topConceptBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/topConceptBg.png) no-repeat center right/auto 100%;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .topConceptBox::before {
    width: 30%;
    background-size: cover;
    background-position: center left;
  }
}
.topConceptBox .in {
  max-width: 10600px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 30px;
}
@media only screen and (max-width: 767px) {
  .topConceptBox .in {
    padding-inline: 25px;
  }
}

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

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

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

.topAboutImg {
  position: relative;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .topAboutImg {
    border-radius: 0.5em;
  }
}
.topAboutImg {
  overflow: hidden;
}

.topAboutImg .img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.topAboutImg .img.is-active {
  opacity: 1;
  position: relative; /* 高さ確保 */
}

/* 右リンクの見た目（最低限） */
.topAboutLinks .item {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topAboutGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .topAboutGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topAboutImg {
  width: 48%;
}
.topAboutImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .topAboutImg {
    width: 70%;
    margin-inline: auto;
  }
}

.topAboutContent {
  padding-top: 7%;
  padding-bottom: 7%;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .topAboutContent {
    width: 100%;
  }
}

.topAboutLinks li {
  padding: 1em;
}

.topAboutBtn {
  text-align: right;
}

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

.topAboutLinks li {
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.topAboutLinks li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.topAboutLinks li a:hover {
  opacity: 1;
}
.topAboutLinks li * {
  color: #fff;
}
.topAboutLinks li .num {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutLinks li .num {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutLinks li .num {
    font-size: 12px;
  }
}
.topAboutLinks li .num {
  margin-top: 0.8em;
}
.topAboutLinks li .main {
  font-family: "Figtree", sans-serif;
  font-size: 32px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutLinks li .main {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutLinks li .main {
    font-size: 21px;
  }
}
.topAboutLinks li .main {
  display: block;
  line-height: 1.4;
}
.topAboutLinks li .sub {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutLinks li .sub {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutLinks li .sub {
    font-size: 12px;
  }
}
.topAboutLinks li .arw {
  position: absolute;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topAboutLinks li:hover, .topAboutLinks li.is-active {
  background-color: #fff;
  border-radius: 0.3em;
}
.topAboutLinks li:hover *, .topAboutLinks li.is-active * {
  color: var(--subColor);
}
.topAboutLinks li:hover .arw svg path, .topAboutLinks li.is-active .arw svg path {
  fill: var(--subColor);
}

.topAboutBtn .btn__text,
.topAboutBtn .btn__icon,
.topAboutBtn .btn::before {
  background-color: #314048;
}

#topService .start {
  border-radius: 3em 3em 0 0;
}
#topService .start,
#topService .end {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#topService .start .text,
#topService .end .text {
  position: relative;
  z-index: 2;
}
#topService .bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#topService .end::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 1;
}

.bgProcess {
  position: relative;
}
.bgProcess::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bgProcess.jpg) no-repeat center/cover;
  opacity: 0.5;
}

.inner {
  padding-left: calc((100vw - 1160px) / 2);
}
@media only screen and (max-width: 1200px) {
  .inner {
    padding-left: 15px;
  }
}

.topProcessInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .topProcessInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
  }
}
.topProcessInner > * {
  width: 48%;
}
@media only screen and (max-width: 959px) {
  .topProcessInner > * {
    width: 100%;
  }
}

.topProcessLeft {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.topProcessRight {
  position: relative;
}
.topProcessRight .swiper-wrapper {
  padding-top: 1em;
}

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

.topProcessPN {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em 2em;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.topProcessPrev,
.topProcessNext {
  z-index: 10;
  width: 44px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 0.3em;
  border: none;
  cursor: pointer;
  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-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  .topProcessPrev,
  .topProcessNext {
    width: 35px;
  }
}
.topProcessPrev::after,
.topProcessNext::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #44525a;
  border-right: 2px solid #44525a;
}
.topProcessPrev.swiper-button-disabled,
.topProcessNext.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.topProcessPrev {
  left: 0;
}
.topProcessPrev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 3px;
}

.topProcessNext {
  right: 0;
}
.topProcessNext::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}

.topProcessPagination {
  text-align: center;
  margin-top: 16px;
}

.topProcessCard {
  position: relative;
  padding-top: 30%;
}
@media only screen and (max-width: 767px) {
  .topProcessCard {
    padding-top: 50%;
  }
}
.topProcessCard .topProcessCardLink {
  margin-left: auto;
  margin-right: 0;
}

.topProcessNo {
  position: absolute;
  top: 0;
  left: 1em;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Figtree", sans-serif;
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topProcessNo {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .topProcessNo {
    font-size: 17px;
  }
}

.topProcessCardImg {
  position: absolute;
  left: 0;
  top: 0;
  widows: 100%;
  height: 100%;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .topProcessCardImg {
    border-radius: 0.5em;
  }
}
.topProcessCardImg {
  overflow: hidden;
}
.topProcessCardImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.topProcessCardBody {
  position: relative;
  background-color: #fff;
  width: 95%;
  margin: 0 auto 2.5%;
  border-radius: 1em 1em 0 1em;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topProcessCardBody .in {
  padding: 1em;
}

.topProcessCardTtl {
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topProcessCardTtl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .topProcessCardTtl {
    font-size: 16px;
  }
}
.topProcessCardTtl {
  margin-bottom: 0.2em;
}

.topProcessCardSub {
  font-weight: 600 !important;
  color: #67767e;
  border-bottom: solid 1px #121517;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  position: relative;
}
.topProcessCardSub::before {
  content: "";
  display: block;
  position: absolute;
  width: 2em;
  height: 3px;
  left: 0;
  bottom: -1px;
  background-color: var(--subColor);
}

.topProcessCardText {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topProcessCardText {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .topProcessCardText {
    font-size: 12px;
  }
}
.topProcessCardText {
  margin-bottom: 1.5em;
}

.topProcessTagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topProcessTagList {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .topProcessTagList {
    font-size: 12px;
  }
}
.topProcessTagList {
  color: var(--subColor);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topProcessTag {
  border: solid 1px var(--subColor);
  border-radius: 100vw;
  background-color: #fff;
  padding: 0.2em 0.6em;
  position: relative;
}
.topProcessTag::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1px;
  border-bottom: dotted 1px var(--subColor);
  right: 0;
  top: 50%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.topProcessTag:last-of-type::before {
  content: none;
}

.topProcessCardLink {
  background-color: #d2d9dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3em;
  color: var(--bgDark);
}
.topProcessCardLink span,
.topProcessCardLink .arw {
  padding: 0.5em 1em;
}
.topProcessCardLink .arw {
  border-left: solid 1px rgba(68, 82, 90, 0.25);
}

.topFacilitiesInner {
  background-color: #fff;
  padding: 3em 2em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .topFacilitiesInner {
    border-radius: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .topFacilitiesInner {
    padding: 2em 15px;
  }
}
.topFacilitiesInner {
  background: #fff url(../img/topFacilitiesBg.png) no-repeat right top/60% auto;
}
@media only screen and (max-width: 767px) {
  .topFacilitiesInner {
    background-size: 90% auto;
  }
}

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

.topFacilitiesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFacilitiesList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .topFacilitiesList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topFacilitiesList > * {
  width: calc(25% - 0.75em);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFacilitiesList > * {
    width: calc(50% - 1.5em);
  }
}
@media only screen and (max-width: 767px) {
  .topFacilitiesList > * {
    width: 100%;
    margin-bottom: 2em;
  }
}
.topFacilitiesList .topProcessCardLink {
  margin-left: auto;
  margin-right: 0;
}

.topFacilitiesTtl {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFacilitiesTtl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .topFacilitiesTtl {
    font-size: 14px;
  }
}
.topFacilitiesTtl {
  color: #67767e;
  margin-bottom: 0.2em;
}
.topFacilitiesTtl span {
  font-size: 0.65em;
}

.topFacilitiesText {
  margin-bottom: 1em;
}

.topFacilitiesImg {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .topFacilitiesImg {
    width: 70%;
    margin-inline: auto;
  }
}
.topFacilitiesImg img {
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .topFacilitiesImg img {
    border-radius: 0.3em;
  }
}

.topFacilitiesCta .btn::before,
.topFacilitiesCta .btn__text,
.topFacilitiesCta .btn__icon {
  background-color: #d2d9dd;
  color: var(--bgDark);
}

.topQualificationInner {
  padding: 3em 2em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .topQualificationInner {
    border-radius: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .topQualificationInner {
    padding: 2em 15px;
  }
}
.topQualificationInner {
  padding-block: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topQualificationInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .topQualificationInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.topQualificationLink {
  background-color: #314048;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.3em;
  padding: 1em;
  width: 370px;
}
.topQualificationLink .en {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topQualificationLink .en {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .topQualificationLink .en {
    font-size: 14px;
  }
}
.topQualificationLink .ja {
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topQualificationLink .ja {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .topQualificationLink .ja {
    font-size: 16px;
  }
}
.topQualificationLink .ja {
  color: rgba(255, 255, 255, 0.6);
}
.topQualificationLink * {
  color: white;
}
@media only screen and (max-width: 767px) {
  .topQualificationLink {
    max-width: 370px;
    width: 100%;
  }
}

.topLocation {
  border-radius: 3em;
}
@media only screen and (max-width: 767px) {
  .topLocation {
    border-radius: 1.5em;
  }
}
.topLocation {
  background: url(../img/topLocationBg.jpg) no-repeat center/cover;
}

.topLocationGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .topLocationGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
  }
}

.topWorks {
  background-color: var(--bgLight);
}
.topWorks .cmnTtl.--border {
  border-color: rgba(18, 21, 23, 0.1);
}
.topWorks .topWorksTitle {
  color: rgba(18, 21, 23, 0.4);
}

.worksSwiperMain .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topWorksFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .topWorksFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topWorksPrev,
.topWorksNext {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  aspect-ratio: 1/1;
  border-radius: 0.3em;
  background: #fff;
  border: none;
  cursor: pointer;
  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-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  .topWorksPrev,
  .topWorksNext {
    width: 35px;
  }
}
.topWorksPrev::after,
.topWorksNext::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #44525a;
  border-right: 2px solid #44525a;
}
.topWorksPrev.swiper-button-disabled,
.topWorksNext.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.topWorksPrev {
  left: 1em;
}
.topWorksPrev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 3px;
}

.topWorksNext {
  right: 1em;
}
.topWorksNext::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}

.topWorksCardImg {
  overflow: hidden;
  position: relative;
  aspect-ratio: 560/340;
}
.topWorksCardImg img {
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .topWorksCardImg img {
    border-radius: 0.3em;
  }
}
.topWorksCardImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.topWorksTag {
  position: absolute;
  color: var(--subColor);
  background-color: #fff;
  border: solid 1px var(--subColor);
  padding: 0.3em 0.5em;
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topWorksTag {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .topWorksTag {
    font-size: 12px;
  }
}
.topWorksTag {
  left: 1em;
  top: 1em;
}
.topWorksTag.active {
  background-color: var(--subColor);
  color: #fff;
}

.topWorksCardFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.6em;
}

.topWorksMeta {
  font-weight: 600 !important;
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topWorksMeta {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .topWorksMeta {
    font-size: 16px;
  }
}

.topWorksTitle {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topWorksTitle {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .topWorksTitle {
    font-size: 12px;
  }
}
.topWorksTitle {
  color: #121517;
}

.topRecruit {
  background: url(../img/topRecruitBg.jpg) no-repeat center/cover;
  border-radius: 3em;
}
@media only screen and (max-width: 767px) {
  .topRecruit {
    border-radius: 1.5em;
  }
}
.topRecruit {
  position: relative;
  z-index: 1;
}

.bottomWh {
  position: relative;
}
.bottomWh::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.topRecruitGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .topRecruitGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
  }
}

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

.topRecruitPanel {
  padding: 2em;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .topRecruitPanel {
    border-radius: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitPanel {
    padding: 1em;
  }
}

.topRecruitMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topRecruitLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.3em;
  padding: 0.5em 0.7em;
  padding-right: 1.5em;
}

.topRecruitLinkTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}

.topRecruitThumb {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .topRecruitThumb {
    width: 80px;
  }
}
.topRecruitThumb img {
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .topRecruitThumb img {
    border-radius: 0.3em;
  }
}

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

.topRecruitItem * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topRecruitItem .topRecruitArw svg {
  width: 18px;
  height: 18px;
}
.topRecruitItem:hover .topRecruitLink {
  background-color: #fff;
  opacity: 1;
}
.topRecruitItem:hover .topRecruitThumb {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .topRecruitItem:hover .topRecruitThumb {
    width: 110px;
  }
}
.topRecruitItem:hover .topRecruitLabel {
  color: var(--subColor);
}
.topRecruitItem:hover .topRecruitArw svg path {
  fill: var(--subColor);
}

.topNews {
  background-color: #fff;
}

.topNewsBody {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
}

.topNewsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .topNewsLink {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}

.topNewsItem {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
}

.topNewsThumb {
  width: 160px;
  aspect-ratio: 160/110;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .topNewsThumb {
    width: 30%;
  }
}
.topNewsThumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
}

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

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

.topNewsCat {
  background-color: #d2d9dd;
  color: #121517;
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topNewsCat {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .topNewsCat {
    font-size: 12px;
  }
}
.topNewsCat {
  padding: 0.2em;
  margin-left: 1em;
  color: rgba(18, 21, 23, 0.7);
}

/*==================================================
 * 下層ページ
*================================================*/
.pageFv {
  color: #314048;
  position: relative;
  padding-top: 180px;
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
}
@media only screen and (max-width: 767px) {
  .pageFv {
    padding-top: 120px;
  }
}
.pageFv::before, .pageFv::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.pageFv::before {
  width: 60%;
  aspect-ratio: 1/1;
  background: url(../img/pageFvLeft.png) no-repeat left top/contain;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .pageFv::before {
    width: 100%;
  }
}
.pageFv::after {
  width: 90%;
  aspect-ratio: 1/1;
  background: url(../img/pageFvRight.png) no-repeat right bottom/contain;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .pageFv::after {
    width: 120%;
  }
}
.pageFv.--noBorder {
  border-bottom: none;
}

.pageFvJa {
  position: relative;
  padding-left: 1em;
  font-size: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageFvJa {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pageFvJa {
    font-size: 22px;
  }
}
.pageFvJa::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.35em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pageFvEn {
  font-family: "Figtree", sans-serif;
  font-size: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageFvEn {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .pageFvEn {
    font-size: 42px;
  }
}
.pageFvEn {
  text-align: right;
}

/*==================================================
 *  施工実績
*================================================*/
main.main-page:not(.single-works, .page-recruit) {
  background-color: #d2d9dd;
}
main.main-page:not(.single-works, .page-recruit) + .footerWrap {
  background-color: #d2d9dd;
}

main.footerWrapWhite .otherPages {
  background-color: #fff;
}
main.footerWrapWhite + .footerWrap {
  background-color: #fff !important;
}

main.footerWrapBlack .otherPages {
  background-color: var(--bgDark);
}
main.footerWrapBlack + .footerWrap {
  background-color: var(--bgDark) !important;
}

.worksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 40px;
}
@media only screen and (max-width: 767px) {
  .worksList {
    gap: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.worksList > * {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .worksList > * {
    width: 100%;
  }
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.worksCategory,
.worksCategoryIn {
  position: relative;
}
.worksCategory::before, .worksCategory::after,
.worksCategoryIn::before,
.worksCategoryIn::after {
  content: "";
  display: block;
  position: absolute;
}

.worksCategory::before, .worksCategory::after {
  width: calc(100% + 20px);
  height: 1px;
  background-color: rgba(18, 21, 23, 0.1);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.worksCategory::before {
  top: 0;
}
.worksCategory::after {
  bottom: 0;
}

.worksCategoryIn {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.worksCategoryIn::before, .worksCategoryIn::after {
  height: calc(100% + 20px);
  width: 1px;
  background-color: rgba(18, 21, 23, 0.1);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.worksCategoryIn::before {
  left: 0;
}
.worksCategoryIn::after {
  right: 0;
}
.worksCategoryIn .topWorksTag {
  position: relative;
  left: unset;
  top: unset;
}
.worksCategoryIn .topWorksTag:hover {
  color: var(--subColor);
}

/*==================================================
 * 施工実績詳細
*================================================*/
main.single-works {
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  main.single-works {
    padding-top: 100px;
  }
}

.ttlSingle {
  position: relative;
  padding-left: 0.8em;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.ttlSingle::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.25em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.singleHeader {
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
  padding-bottom: 5em;
  margin-bottom: 3.5em;
}
@media only screen and (max-width: 767px) {
  .singleHeader {
    padding-bottom: 3em;
  }
}

.worksGallery img {
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .worksGallery img {
    border-radius: 0.3em;
  }
}

.worksSwiperMain {
  margin-bottom: 1em;
}

.worksSwiperThumbs .swiper-slide {
  aspect-ratio: 191/116;
  position: relative;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .worksSwiperThumbs .swiper-slide {
    border-radius: 0.3em;
  }
}
.worksSwiperThumbs .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
.worksSwiperThumbs .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .worksSwiperThumbs .swiper-slide::before {
    border-radius: 0.3em;
  }
}
.worksSwiperThumbs .swiper-slide::before {
  opacity: 0;
  border: solid 4px var(--subColor);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.worksSwiperThumbs .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.worksSwiperThumbs .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}

.worksInfoTableWrapper {
  background-color: #f2f4f6;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .worksInfoTableWrapper {
    border-radius: 0.3em;
  }
}
.worksInfoTableWrapper {
  padding: 2em;
}
@media only screen and (max-width: 767px) {
  .worksInfoTableWrapper {
    padding: 1em;
  }
}

.worksInfoTable {
  width: 100%;
}
.worksInfoTable th,
.worksInfoTable td {
  text-align: left;
  padding-block: 1em;
}
.worksInfoTable th {
  font-weight: 600 !important;
  color: #44525a;
  width: 150px;
  border-bottom: solid 1px rgba(18, 21, 23, 0.4);
}
@media only screen and (max-width: 767px) {
  .worksInfoTable th {
    width: 90px;
  }
}
.worksInfoTable td {
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
}

.worksOther:not(.--noBorder) {
  border-top: solid 1px rgba(18, 21, 23, 0.1);
}
.worksOther .topWorksTitle {
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worksOther .topWorksTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .worksOther .topWorksTitle {
    font-size: 16px;
  }
}
.worksOther .topWorksMeta {
  color: rgba(18, 21, 23, 0.4);
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worksOther .topWorksMeta {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .worksOther .topWorksMeta {
    font-size: 12px;
  }
}
.worksOther .topWorksCardFoot {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.worksOtherTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.otherPages {
  border-top: solid 1px rgba(18, 21, 23, 0.1);
  padding-block: 10px;
}

.otherPagesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .otherPagesList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.otherPagesList > * {
  width: calc(33.3333333333% - 6.6666666667px);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .otherPagesList > * {
    width: 100%;
  }
}

.otherPagesLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .otherPagesLink {
    border-radius: 0.5em;
  }
}
.otherPagesLink {
  overflow: hidden;
}

.otherPagesBg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.otherPagesBg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  width: 105%;
  height: 105%;
}

.otherPagesTtl {
  font-family: "Figtree", sans-serif;
  font-size: 32px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .otherPagesTtl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .otherPagesTtl {
    font-size: 21px;
  }
}

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

.otherPagesBody,
.otherPagesArw {
  position: relative;
}

/*==================================================
 * お知らせ
*================================================*/
.dateCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 0.5em;
}
.dateCat .date {
  color: rgba(18, 21, 23, 0.4);
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .dateCat .date {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .dateCat .date {
    font-size: 14px;
  }
}
.dateCat .cat a {
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .dateCat .cat a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .dateCat .cat a {
    font-size: 12px;
  }
}
.dateCat .cat a {
  background-color: #d2d9dd;
  padding: 0.3em 0.5em;
}

.prenext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media only screen and (max-width: 767px) {
  .prenext {
    -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;
    row-gap: 1em;
  }
}
.prenext .prenext-pre,
.prenext .prenext-next,
.prenext .toback {
  background-color: #d2d9dd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .prenext .prenext-pre,
  .prenext .prenext-next,
  .prenext .toback {
    border-radius: 0.3em;
  }
}
.prenext .prenext-pre,
.prenext .prenext-next,
.prenext .toback {
  font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
  .prenext .prenext-pre,
  .prenext .prenext-next,
  .prenext .toback {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .prenext .prenext-pre .ic,
  .prenext .prenext-next .ic,
  .prenext .toback .ic {
    width: 1.5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .prenext .prenext-pre .ic svg,
  .prenext .prenext-next .ic svg,
  .prenext .toback .ic svg {
    width: 100%;
  }
}
.prenext .prenext-pre,
.prenext .prenext-next,
.prenext .postNone {
  max-width: 300px;
  width: 100%;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .prenext .prenext-pre {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .prenext .prenext-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.prenext .prenext-next .ic {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.prenext .toback {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .prenext .toback {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .prenext .toback {
    font-size: 12px;
  }
}
.prenext .toback {
  color: #44525a;
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
  .prenext .toback {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.prenext .text {
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
}

/* Snow Monkey Formsに必須マークをつける */
.cform {
  background-color: rgba(18, 21, 23, 0.1);
  padding: 2em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .cform {
    border-radius: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .cform {
    padding: 1em;
  }
}

.footerContactCatch {
  letter-spacing: 0.1em;
}

.footerContactSub {
  color: rgba(222, 50, 50, 0.6);
  font-weight: 400;
}

.footerContactTime {
  font-weight: 400;
  color: rgba(18, 21, 23, 0.4);
}

#contactBlock .smf-form--business .smf-item__col--label,
#contactBlock .smf-form--business .smf-item {
  background-color: transparent;
  border: none;
  padding: unset;
}
#contactBlock .smf-form--business .smf-item__col--controls {
  padding: 0;
}
#contactBlock .smf-form--business .smf-item {
  margin-bottom: 2em;
}
#contactBlock .footerContactBoxInner {
  background-color: #fff;
  padding: 1.5em;
  border-radius: 0.3em;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}
#contactBlock .smf-action .smf-button-control__control {
  background-color: #121517;
  background-image: unset;
  color: #fff;
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  #contactBlock .smf-action .smf-button-control__control {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #contactBlock .smf-action .smf-button-control__control {
    font-size: 16px;
  }
}
#contactBlock .smf-action .smf-button-control__control {
  text-align: center;
  width: 100%;
  padding: 0.8em;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.smf-actiong {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.smf-item .smf-item__label__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
  .smf-item .smf-item__label__text {
    margin-bottom: 0.6em;
  }
}
.smf-item .smf-item__label__text::before {
  width: 40px;
  height: 22px;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1em;
}
.smf-item:not(.notrequire) .smf-item__label__text::before {
  content: "必須";
  color: #fff;
  background: #dd3234;
  font-size: 12px;
}
.smf-item.notrequire .smf-item__label__text::before {
  content: "";
}
@media only screen and (max-width: 767px) {
  .smf-item.notrequire .smf-item__label__text::before {
    display: none;
  }
}

/*==================================================
 * 採用情報
*================================================*/
main.page-recruit {
  background-color: #fff !important;
}

.recruitFvWrapper {
  padding: 12px;
}

.recruitFv {
  background: url(../img/recruitHeader.jpg) no-repeat center/cover;
  border-radius: 3em;
}
@media only screen and (max-width: 767px) {
  .recruitFv {
    border-radius: 1.5em;
  }
}
.recruitFv {
  height: 590px;
}
@media only screen and (max-width: 767px) {
  .recruitFv {
    height: unset;
    aspect-ratio: 1/1;
  }
}
.recruitFv * {
  color: #fff;
}
.recruitFv .cnt,
.recruitFv .cntL {
  height: 100%;
}
.recruitFv .cntL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.recruitFvText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .recruitFvText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10%;
  }
}
.recruitFvText .pageFvJa {
  font-size: clamp(20px, 2.5vw, 32px);
  margin-bottom: 17%;
}
@media only screen and (max-width: 767px) {
  .recruitFvText .pageFvJa {
    margin-bottom: 5%;
  }
}
.recruitFvText .pageFvEn {
  font-size: clamp(60px, 11.6vw, 144px);
  font-weight: 500 !important;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  margin-bottom: 6%;
}
.recruitFvText .recruitFvJa {
  font-size: clamp(25px, 3.2vw, 40px);
  font-weight: 600 !important;
  letter-spacing: 0.1em;
}

.radius {
  border-radius: 3em;
}
@media only screen and (max-width: 767px) {
  .radius {
    border-radius: 1.5em;
  }
}
.radius.--top {
  border-radius: 3em 3em 0 0;
}
@media only screen and (max-width: 767px) {
  .radius.--top {
    border-radius: 1.5em 1.5em 0 0;
  }
}
.radius.--bottom {
  border-radius: 0 0 3em 3em;
}
@media only screen and (max-width: 767px) {
  .radius.--bottom {
    border-radius: 0 0 1.5em 1.5em;
  }
}

.recCommitment {
  background: url(../img/recCommitmentBg.png) repeat-y center left/20% auto;
}
@media only screen and (max-width: 767px) {
  .recCommitment {
    background-size: 30% auto;
  }
}

@media only screen and (max-width: 767px) {
  .recCommitmentHead {
    font-size: 24px;
    line-height: 1.4;
  }
}

.recCommitmentImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recCommitmentImgWrap .recCommitmentImg img {
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .recCommitmentImgWrap .recCommitmentImg img {
    border-radius: 0.3em;
  }
}
.recCommitmentImgWrap .recCommitmentImg:first-of-type, .recCommitmentImgWrap .recCommitmentImg:nth-of-type(2) {
  width: 23.4482758621%;
}
.recCommitmentImgWrap .recCommitmentImg:last-of-type {
  width: 48.9655172414%;
}
.recCommitmentImgWrap .recCommitmentImg:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.recCommitmentTxt {
  width: 74.5689655172%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .recCommitmentTxt {
    width: 100%;
  }
}

.imgRadius {
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .imgRadius {
    border-radius: 0.5em;
  }
}

#recMessage {
  background-color: var(--bgDark2);
}

.recMessageBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
@media only screen and (max-width: 959px) {
  .recMessageBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}

.recMessageImg {
  width: 47.9310344828%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recMessageImg {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .recMessageImg {
    width: 80%;
    margin-inline: auto;
  }
}
.recMessageImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recMessageLead p {
    margin-bottom: 4%;
  }
}

.recMessageSignLabel {
  color: rgba(255, 255, 255, 0.7);
}

.recIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .recIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}

.recJobBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 959px) {
  .recJobBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recJobBlockHead {
  width: 17.0689655172%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 959px) {
  .recJobBlockHead {
    width: 100%;
  }
}

.recJobImg img {
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .recJobImg img {
    border-radius: 0.3em;
  }
}

.recJobTag {
  color: var(--subColor);
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recJobTag {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recJobTag {
    font-size: 14px;
  }
}
.recJobTag {
  font-weight: 600 !important;
  padding-top: 22px;
  border-top: solid 1px var(--subColor);
}
@media only screen and (max-width: 767px) {
  .recJobTag {
    padding-top: 1em;
  }
}

.recJobBlockBody {
  padding-top: 22px;
  border-top: solid 1px rgba(18, 21, 23, 0.2);
}
@media only screen and (max-width: 767px) {
  .recJobBlockBody {
    padding-top: 1em;
    border-top: unset;
  }
}

.recJobCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media only screen and (max-width: 767px) {
  .recJobCardWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}
.recJobCardWrap > * {
  width: calc(50% - 0.5em);
}
@media only screen and (max-width: 767px) {
  .recJobCardWrap > * {
    width: 100%;
  }
}

.recJobCard,
.recJobFlow {
  background-color: #e8edf0;
  padding: 1em 1.5em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .recJobCard,
  .recJobFlow {
    border-radius: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .recJobCard,
  .recJobFlow {
    padding: 1em;
  }
}

.recJobCardCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.recJobCardTtl {
  font-weight: 600 !important;
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recJobCardTtl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .recJobCardTtl {
    font-size: 16px;
  }
}
.recJobCardTtl {
  color: rgba(18, 21, 23, 0.7);
  margin-bottom: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.recJobCardTtl .ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recJobFlowItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.recJobFlowItem + .recJobFlowItem {
  margin-top: 1.5em;
}
.recJobFlowItem + .recJobFlowItem .recJobFlowTime {
  position: relative;
}
.recJobFlowItem + .recJobFlowItem .recJobFlowTime::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(18, 21, 23, 0.4);
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

.recJobFlowTime {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recJobFlowTime {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recJobFlowTime {
    font-size: 14px;
  }
}
.recJobFlowTime {
  color: rgba(18, 21, 23, 0.7);
  font-family: "Figtree", sans-serif;
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recJobFlowTime {
    width: 50px;
  }
}

#recNumber {
  position: relative;
}
#recNumber::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: var(--bgLight);
  z-index: 0;
}

.recNumberIn {
  background-color: #e8edf0;
  position: relative;
}

.recTtl2 {
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
}
.recTtl2 .ja {
  color: rgba(18, 21, 23, 0.4);
}

#recNumber .cmnTtl2,
#recAppeal .cmnTtl2,
#recEnvironment .cmnTtl2,
#recMindset .cmnTtl2,
#recDetail .cmnTtl2 {
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
}
#recNumber .cmnTtl2 .ja,
#recAppeal .cmnTtl2 .ja,
#recEnvironment .cmnTtl2 .ja,
#recMindset .cmnTtl2 .ja,
#recDetail .cmnTtl2 .ja {
  color: rgba(18, 21, 23, 0.4);
}

.recNumberList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9em;
}
.recNumberList > * {
  width: calc(33.3333333333% - 0.6em);
}
@media only screen and (max-width: 767px) {
  .recNumberList > * {
    width: calc(50% - 0.45em);
  }
}

.recNumberItem {
  background-color: #fff;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .recNumberItem {
    border-radius: 0.5em;
  }
}
.recNumberItem {
  padding: 2em 1em;
  text-align: center;
}
.recNumberItem.__head {
  width: 100%;
}

.recNumberIcon {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .recNumberIcon {
    width: 60%;
    margin-inline: auto;
  }
}

.recNumberLabel {
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recNumberLabel {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .recNumberLabel {
    font-size: 16px;
  }
}
.recNumberLabel {
  color: #44525a;
  margin-bottom: 0.5em;
}

.recNumberValue {
  color: var(--subColor);
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recNumberValue {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .recNumberValue {
    font-size: 20px;
  }
}
.recNumberValue {
  font-weight: 600 !important;
}
.recNumberValue * {
  font-weight: 600 !important;
}
.recNumberValue .tx01,
.recNumberValue .tx02 {
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .recNumberValue .tx01,
  .recNumberValue .tx02 {
    margin-right: 0;
    display: block;
  }
}

.recNumberStrong {
  font-size: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recNumberStrong {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .recNumberStrong {
    font-size: 36px;
  }
}
.recNumberStrong {
  line-height: 1;
}

.recEnvironmentHero img {
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .recEnvironmentHero img {
    border-radius: 0.3em;
  }
}

.recAppealIntro,
.recEnvironmentIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media only screen and (max-width: 767px) {
  .recAppealIntro,
  .recEnvironmentIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}

.recAppealIntroR,
.recEnvironmentIntroR {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .recAppealIntroR,
  .recEnvironmentIntroR {
    width: 100%;
  }
}

.radiusS {
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .radiusS {
    border-radius: 0.5em;
  }
}

.recAppealCareer,
.recAppealBenefit {
  background-color: #fff;
  padding: 2em;
}
@media only screen and (max-width: 767px) {
  .recAppealCareer,
  .recAppealBenefit {
    padding: 2em 1em;
  }
}

.recAppealHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.recAppealHeadTag {
  position: relative;
  padding-left: 0.7em;
}
.recAppealHeadTag::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.3em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recAppealStepList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}
@media only screen and (max-width: 767px) {
  .recAppealStepList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.recAppealStepList > * {
  width: calc(25% - 25.5px);
}
@media only screen and (max-width: 767px) {
  .recAppealStepList > * {
    width: 100%;
  }
}

.recAppealStepItem {
  position: relative;
  padding: 18% 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recAppealStepItem {
    padding-top: 80%;
  }
}
.recAppealStepItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  aspect-ratio: 18/79;
  background: url(../img/jobAppealTri.png) no-repeat center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(120%);
          transform: translateY(-50%) translateX(120%);
}
@media only screen and (max-width: 767px) {
  .recAppealStepItem::before {
    right: 50%;
    top: unset;
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -54px;
  }
}
.recAppealStepItem:last-of-type::before {
  content: none;
}

.recAppealStepImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.recAppealStepImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .recAppealStepImg img {
    border-radius: 0.3em;
  }
}

.recAppealStepTxt {
  position: relative;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .recAppealStepTxt {
    border-radius: 0.3em;
  }
}
.recAppealStepTxt {
  padding: 1.5em 1em;
  background-color: #fff;
  width: 100%;
}

.recAppealStepNo {
  color: var(--subColor);
  font-family: "Figtree", sans-serif;
}

.recAppealStepTtl {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recAppealStepTtl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recAppealStepTtl {
    font-size: 14px;
  }
}
.recAppealStepTtl {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.recAppealStepTtl::before, .recAppealStepTtl::after {
  content: "";
  display: block;
  position: absolute;
}
.recAppealStepTtl::before {
  width: 3.5em;
  height: 3px;
  background-color: var(--subColor);
  left: 0;
  bottom: 0;
}
.recAppealStepTtl::after {
  width: 100%;
  height: 1px;
  background-color: rgba(18, 21, 23, 0.4);
  bottom: 0;
  left: 0;
}

.recAppealStepPoint {
  margin-left: 1em;
}
.recAppealStepPoint li {
  list-style-type: disc;
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recAppealStepPoint li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .recAppealStepPoint li {
    font-size: 12px;
  }
}

.recAppealBenefitList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .recAppealBenefitList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recAppealBenefitList > * {
  width: calc(50% - 0.5em);
}
@media only screen and (max-width: 767px) {
  .recAppealBenefitList > * {
    width: 100%;
  }
}

.recAppealBenefitItem {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recAppealBenefitItem {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recAppealBenefitItem {
    font-size: 14px;
  }
}
.recAppealBenefitItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6em;
     -moz-column-gap: 0.6em;
          column-gap: 0.6em;
}
@media only screen and (max-width: 767px) {
  .recAppealBenefitItem .ic {
    width: 50px;
  }
}

.recEnvironmentAccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .recEnvironmentAccess {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recEnvironmentAccessMap {
  position: relative;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 556/320;
}
@media only screen and (max-width: 767px) {
  .recEnvironmentAccessMap {
    width: 100%;
  }
}
.recEnvironmentAccessMap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .recEnvironmentAccessMap iframe {
    border-radius: 0.5em;
  }
}

.recEnvironmentFacility {
  border: solid 1px rgba(18, 21, 23, 0.2);
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .recEnvironmentFacility {
    border-radius: 0.5em;
  }
}
.recEnvironmentFacility {
  padding: 32px;
}
@media only screen and (max-width: 767px) {
  .recEnvironmentFacility {
    padding: 15px;
  }
}

.recEnvironmentFacilityTtl {
  position: relative;
}
.recEnvironmentFacilityTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 1em;
  background-color: var(--subColor);
  left: -33px;
  top: 0.4em;
}
@media only screen and (max-width: 767px) {
  .recEnvironmentFacilityTtl::before {
    left: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .recEnvironmentFacilityTtl {
    font-size: 19px;
  }
}

.recEnvironmentFacilityImgWrap {
  max-width: 950px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recEnvironmentFacilityImgWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}

.recEnvironmentFacilityFig {
  width: 47.5789473684%;
}
.recEnvironmentFacilityFig img {
  margin-bottom: 0.5em;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .recEnvironmentFacilityFig img {
    border-radius: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .recEnvironmentFacilityFig {
    width: 100%;
  }
}

#recStaffInterview {
  position: relative;
}
#recStaffInterview::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 50%;
  background-color: var(--bgLight);
  bottom: 0;
  left: 0;
  z-index: 0;
}
#recStaffInterview .cmnTtl2 .ja {
  color: rgba(255, 255, 255, 0.5);
}

.recStaffInterviewBody {
  color: #fff;
}

.recStaffInterviewGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .recStaffInterviewGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
  }
}

.recStaffInterviewMedia {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .recStaffInterviewMedia {
    width: 80%;
    margin-inline: auto;
  }
}

.recStaffInterviewHead {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recStaffInterviewHead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recStaffInterviewHead {
    font-size: 17px;
  }
}
.recStaffInterviewHead {
  font-weight: 600 !important;
  margin-bottom: 1em;
}

.recStaffInterviewMeta {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-bottom: 2em;
  margin-bottom: 2em;
  text-align: right;
}

.recStaffInterviewMetaJob {
  color: rgba(255, 255, 255, 0.5);
}

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

.recStaffInterviewQaTtl {
  font-weight: 600 !important;
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 0.3em;
}
.recStaffInterviewQaTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recStaffInterviewQaTxt {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recStaffInterviewQaTxt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .recStaffInterviewQaTxt {
    font-size: 12px;
  }
}
.recStaffInterviewQaTxt {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2em;
}

.recStaffInterviewSwiper {
  position: relative;
}
.recStaffInterviewSwiper .recStaffInterviewProgress {
  left: unset;
  top: unset;
  position: relative;
}

.recStaffInterviewNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media only screen and (max-width: 767px) {
  .recStaffInterviewNav {
    margin-top: 0;
  }
}
.recStaffInterviewNav .recStaffInterviewProgress {
  background-color: rgba(255, 255, 255, 0.4);
}
.recStaffInterviewNav .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--subColor);
}
.recStaffInterviewNav button {
  width: 70px;
  height: 40px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border-radius: 0.3em;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .recStaffInterviewNav button {
    width: 50px;
  }
}
.recStaffInterviewNav button::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/icArrow.svg) no-repeat center/contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recStaffInterviewNav button.recStaffInterviewNext {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.recMindsetIntroR {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .recMindsetIntroR {
    width: 100%;
  }
}

.recMindsetCard {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 0.5em 1.5em;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .recMindsetCard {
    border-radius: 0.3em;
  }
}

.recMindsetItem {
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
  padding-block: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recMindsetItem:last-of-type {
  border-bottom: none;
}

.recLoopGallerySlide {
  width: auto;
  padding-top: 30px;
}
.recLoopGallerySlide:nth-of-type(even) img {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.recLoopGallerySlide img {
  display: block;
  height: 160px; /* 好きな高さ */
  width: auto;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .recLoopGallerySlide img {
    border-radius: 0.5em;
  }
}

.recBottomContent {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.recDetailAcc {
  background-color: #fff;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .recDetailAcc {
    border-radius: 0.5em;
  }
}
.recDetailAcc {
  overflow: hidden;
}

.recDetailHead {
  width: 100%;
  display: block;
  padding: 32px;
  background-color: #fff;
  border: none;
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recDetailHead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recDetailHead {
    font-size: 17px;
  }
}
.recDetailHead {
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .recDetailHead {
    padding: 15px;
  }
}
.recDetailHeadTtl {
  position: relative;
}
.recDetailHeadTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 1em;
  background-color: var(--subColor);
  left: -33px;
  top: 0.4em;
}
@media only screen and (max-width: 767px) {
  .recDetailHeadTtl::before {
    left: -16px;
  }
}
.recDetailHeadTtl {
  color: #333;
}
.recDetailHeadTtl::before {
  top: 0.1em;
}

.recDetailHeadIcon {
  position: absolute;
  width: 25px;
  aspect-ratio: 1/1;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .recDetailHeadIcon {
    width: 18px;
  }
}
.recDetailHeadIcon::before, .recDetailHeadIcon::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #44525a;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recDetailHeadIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.recDetailHead.isOpen .recDetailHeadIcon::after {
  content: none;
}

.recDetailBody {
  padding: 32px;
  padding-top: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .recDetailBody {
    padding: 15px;
  }
}

.recDetailRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .recDetailRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recDetailRow dt,
.recDetailRow dd {
  padding-block: 1em;
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
}
@media only screen and (max-width: 767px) {
  .recDetailRow dt,
  .recDetailRow dd {
    width: 100%;
  }
}
.recDetailRow dt {
  color: rgba(18, 21, 23, 0.7);
  font-weight: 600 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: solid 1px rgba(18, 21, 23, 0.4);
  padding-right: 1.5em;
  width: 230px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .recDetailRow dt {
    width: 100%;
    padding-right: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.recDetailRow dd {
  width: 100%;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .recDetailRow dd {
    padding-left: 0;
    padding-top: 0.5em;
  }
}

#recFlow .cmnTtl2,
#recFaq .cmnTtl2 {
  border-color: rgba(18, 21, 23, 0.1);
}

.recFlowItem {
  background-color: var(--bgLight);
  padding: 1em;
  border-radius: 0.3em;
  padding: 1em;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.recFlowItem:last-of-type {
  margin-bottom: 0;
}

.recFlowHead {
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recFlowHead {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .recFlowHead {
    font-size: 16px;
  }
}
.recFlowHead {
  font-weight: 600 !important;
  margin-bottom: 0.2em;
}

.recFlowTxt {
  color: rgba(18, 21, 23, 0.4);
}

.recFlowNum {
  width: 3em;
  border: 0.2em;
  background-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;
  color: var(--subColor);
  font-family: "Figtree", sans-serif;
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recFlowNum {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recFlowNum {
    font-size: 14px;
  }
}
.recFlowNum {
  border-radius: 0.3em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.recFaqHead {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recFaqHead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .recFaqHead {
    font-size: 14px;
  }
}
.recFaqHead {
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.recFaqA {
  color: rgba(18, 21, 23, 0.4);
}

.recEntryWrap {
  padding: 12px;
}

.recEntry {
  background-color: var(--subColor);
  background: var(--subColor) url(../img/recEntryBg.png) repeat-x top center/auto 25%;
}
.recEntry .cmnTtl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recEntry .cmnTtl .ja {
  background-color: #fff;
  color: var(--subColor);
}

.recEntryCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
@media only screen and (max-width: 767px) {
  .recEntryCardWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}
.recEntryCardWrap > * {
  width: calc(33.3333333333% - 1em);
}
@media only screen and (max-width: 767px) {
  .recEntryCardWrap > * {
    width: 100%;
  }
}

.recEntryCard {
  background-color: #fff;
  border-radius: 0.3em;
  padding: 2em;
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 959px) {
  .recEntryCard {
    padding: 1em;
  }
}
.recEntryCard * {
  color: #44525a;
}

.recEntryCardMain {
  font-family: "Figtree", sans-serif;
  font-size: 34px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recEntryCardMain {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .recEntryCardMain {
    font-size: 21px;
  }
}
.recEntryCardMain {
  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-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
.recEntryCardMain .icon {
  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) {
  .recEntryCardMain .icon {
    width: 0.8em;
  }
  .recEntryCardMain .icon svg {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recEntryCardMain {
    font-size: 22px;
  }
}

.recEntryCardSub {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recEntryCardSub {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .recEntryCardSub {
    font-size: 12px;
  }
}
.recEntryCardSub {
  color: rgba(18, 21, 23, 0.4);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recEntryCardSub {
    font-size: 12px;
  }
}

/*==================================================
 * 高野工業について
*================================================*/
.cpQuality {
  position: relative;
}
.cpQuality::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/bgProcess.jpg) no-repeat center/cover;
  opacity: 0.5;
}

.cpQualityBody {
  text-align: center;
  position: relative;
}

.cpQualityWrap {
  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: 1200px;
  position: relative;
  max-width: 1280px;
  padding-inline: 15px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .cpQualityWrap {
    height: unset;
    padding-block: 10em;
  }
}

.cpQualityFloat {
  position: absolute;
}
.cpQualityFloat img {
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .cpQualityFloat img {
    border-radius: 0.5em;
  }
}

.cpQualityFloat01 {
  width: 19.6875%;
  left: 12%;
  top: 10%;
}
@media only screen and (max-width: 767px) {
  .cpQualityFloat01 {
    left: 3%;
    top: 5%;
    width: 100%;
    max-width: 120px;
  }
}

.cpQualityFloat02 {
  width: 7.03125%;
  left: 33%;
  top: 8%;
}
@media only screen and (max-width: 767px) {
  .cpQualityFloat02 {
    left: 38%;
    top: 3%;
    width: 100%;
    max-width: 80px;
  }
}

.cpQualityFloat03 {
  width: 14.21875%;
  right: 16%;
  top: 13%;
}
@media only screen and (max-width: 767px) {
  .cpQualityFloat03 {
    right: 1%;
    top: 6%;
    width: 100%;
    max-width: 100px;
  }
}

.cpQualityFloat04 {
  width: 12.03125%;
  left: 12%;
  top: 37%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cpQualityFloat04 {
    left: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .cpQualityFloat04 {
    left: 1%;
    width: 100%;
    max-width: 80px;
  }
}

.cpQualityFloat05 {
  width: 14.21875%;
  right: 6%;
  top: 43%;
}
@media only screen and (max-width: 767px) {
  .cpQualityFloat05 {
    right: 1%;
    width: 100%;
    top: 40%;
    max-width: 80px;
  }
}

.cpQualityFloat06 {
  width: 14.21875%;
  left: 5%;
  bottom: 10%;
}
@media only screen and (max-width: 767px) {
  .cpQualityFloat06 {
    left: 5%;
    bottom: 2%;
    width: 100%;
    max-width: 120px;
  }
}

.cpQualityFloat07 {
  width: 7.03125%;
  right: 13%;
  bottom: 12%;
}
@media only screen and (max-width: 767px) {
  .cpQualityFloat07 {
    right: 5%;
    bottom: 5%;
    width: 100%;
    max-width: 80px;
  }
}

.cpPhilosophyWrapper {
  position: relative;
}
.cpPhilosophyWrapper::before, .cpPhilosophyWrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 30%;
  left: 0;
  z-index: 0;
}
.cpPhilosophyWrapper::before {
  background-color: var(--bgDark);
  top: 0;
}
.cpPhilosophyWrapper::after {
  background-color: var(--bgLight);
  bottom: 0;
  z-index: -1;
}
.cpPhilosophyWrapper > * {
  position: relative;
}

.cpPhilosophy {
  background: url(../img/cpPhilosophyBg.jpg) no-repeat center/cover;
}

.cpPhilosophyBlock,
.cpQualificationBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .cpPhilosophyBlock,
  .cpQualificationBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}

.cpPhilosophyBlock * {
  color: #fff;
}

.cpPhilosophyBlockTitle,
.cpQualificationBlockTitle {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-left: 1.2em;
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cpPhilosophyBlockTitle,
  .cpQualificationBlockTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cpPhilosophyBlockTitle,
  .cpQualificationBlockTitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cpPhilosophyBlockTitle,
  .cpQualificationBlockTitle {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .cpPhilosophyBlockTitle,
  .cpQualificationBlockTitle {
    width: 100%;
  }
}
.cpPhilosophyBlockTitle::before,
.cpQualificationBlockTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  left: 0;
  top: 0.5em;
}
.cpPhilosophyBlockTitle:not(.cpQualificationBlockTitle),
.cpQualificationBlockTitle:not(.cpQualificationBlockTitle) {
  color: #fff;
}

.cpPhilosophyList {
  width: 100%;
}

.cpPhilosophyCard {
  background-color: rgba(27, 60, 82, 0.4);
  width: 100%;
  padding: 2em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .cpPhilosophyCard {
    border-radius: 0.5em;
  }
}
.cpPhilosophyCard {
  backdrop-filter: blur(10px);
}
@media only screen and (max-width: 767px) {
  .cpPhilosophyCard {
    padding: 1.5em 1em;
  }
}
.cpPhilosophyCard + .cpPhilosophyCard {
  margin-top: 1em;
}

.cpPhilosophyCardHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
}

.cpPhilosophyNum {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cpPhilosophyNum {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cpPhilosophyNum {
    font-size: 12px;
  }
}
.cpPhilosophyNum {
  width: 30px;
  padding-top: 0.2em;
}

.cpPhilosophyCardTitle {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cpPhilosophyCardTitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cpPhilosophyCardTitle {
    font-size: 17px;
  }
}
.cpPhilosophyCardTitle {
  font-weight: 600 !important;
  line-height: 1.3;
}

.cpPhilosophyText {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 30px;
}

.cpCompanyTable {
  width: 100%;
}
.cpCompanyTable th,
.cpCompanyTable td {
  padding-block: 1.5em;
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cpCompanyTable th,
  .cpCompanyTable td {
    display: block;
  }
}
.cpCompanyTable th *,
.cpCompanyTable td * {
  line-height: 2;
}
.cpCompanyTable th {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .cpCompanyTable th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .cpCompanyTable td {
    padding-top: 0.5em;
  }
}

.cpCompanyOfficerLabel {
  margin-right: 1em;
}

.cpCompanyMapWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 700/320;
}
.cpCompanyMapWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .cpCompanyMapWrap iframe {
    border-radius: 0.5em;
  }
}

.cpHistoryRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5em;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
@media only screen and (max-width: 767px) {
  .cpHistoryRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.5em;
    margin-top: 1.5em;
  }
}
.cpHistoryDate {
  padding: 1em;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .cpHistoryDate {
    border-radius: 0.3em;
  }
}
.cpHistoryDate {
  background-color: #fff;
  width: 200px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cpHistoryDate {
    padding: 0.25em;
    width: 160px;
  }
}

.cpHistoryBody {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  .cpHistoryBody {
    width: 100%;
  }
}

.cpHistoryToggleLink {
  border: solid 1px rgba(18, 21, 23, 0.1);
  text-align: center;
  color: rgba(18, 21, 23, 0.7);
  padding: 0.8em;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .cpHistoryToggleLink {
    border-radius: 0.3em;
  }
}
.cpHistoryToggleLink {
  margin-top: 2em;
  display: block;
  position: relative;
}
.cpHistoryToggleLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/arrow_forward_ios.svg) no-repeat center/contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cpHistoryToggleLink.open::before {
  -webkit-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
}

.cpQualificationBlock {
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .cpQualificationBlock {
    border-radius: 0.5em;
  }
}
.cpQualificationBlock {
  padding: 3em;
  background-color: #f6f6f6;
  margin-bottom: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cpQualificationBlock {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .cpQualificationBlock {
    padding: 1em;
  }
}

.cpQualificationBlockTitle {
  color: #44525a;
}

.cpQualificationNote {
  color: rgba(18, 21, 23, 0.7);
}

.cpQualificationCertList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cpQualificationCertList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .cpQualificationCertList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cpQualificationTableWrap {
  background-color: #fff;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .cpQualificationTableWrap {
    border-radius: 0.5em;
  }
}
.cpQualificationTableWrap {
  padding: 2em;
  height: 700px;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .cpQualificationTableWrap {
    height: 400px;
    padding: 1em;
  }
}

.cpQualificationTable {
  width: 100%;
}
.cpQualificationTable th,
.cpQualificationTable td {
  text-align: left;
  padding-block: 1em;
  padding-right: 1em;
}
.cpQualificationTable th {
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
  word-break: break-all;
  width: calc(100% - 3.5em);
}
@media only screen and (max-width: 767px) {
  .cpQualificationTable th {
    width: calc(100% - 3em);
  }
}
.cpQualificationTable td {
  border-bottom: solid 1px rgba(18, 21, 23, 0.5);
  white-space: nowrap;
  width: 3.5em;
}
@media only screen and (max-width: 767px) {
  .cpQualificationTable td {
    white-space: normal;
    text-align: right;
    padding-inline: 0.5em;
    width: 3em;
  }
}

/*==================================================
 *  施工実績
================================================== */
.svFlowLead .underline {
  border-bottom: solid 2px var(--subColor);
}

.svFlowImageWrap img {
  width: 845px;
}
@media only screen and (max-width: 767px) {
  .svFlowImageWrap img {
    max-width: 780px;
  }
}

.svProcessBlock {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .svProcessBlock {
    border-radius: 0.5em;
  }
}
.svProcessBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 959px) {
  .svProcessBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 1em;
    row-gap: 0.5em;
  }
}

.svProcessLabel {
  color: var(--subColor);
  background-color: #fff;
  border-radius: 100vw;
  padding: 0.2em 0.8em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .svProcessLabel {
    font-size: 12px;
  }
}

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

.svProcessSub {
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svProcessSub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .svProcessSub {
    font-size: 16px;
  }
}
.svProcessSub {
  color: rgba(18, 21, 23, 0.7);
  margin-bottom: 0.3em;
}

.svProcessBlockHead {
  margin-bottom: 2em;
}

.svProcessGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}
@media only screen and (max-width: 767px) {
  .svProcessGrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
  }
}
.svProcessGrid > * {
  width: calc(33.3333333333% - 1.6666666667em);
}
@media only screen and (max-width: 767px) {
  .svProcessGrid > * {
    width: 100%;
  }
}

.svProcessItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  border-top: solid 1px rgba(18, 21, 23, 0.2);
  padding-top: 0.4em;
  position: relative;
}
.svProcessItem::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.4em;
  height: 2px;
  background-color: var(--subColor);
  left: 0;
  top: -1px;
}
.svProcessItem img {
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .svProcessItem img {
    border-radius: 0.5em;
  }
}

.svProcessNum {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svProcessNum {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .svProcessNum {
    font-size: 12px;
  }
}
.svProcessNum {
  padding-top: 0.5em;
}

.svProcessItemTitle {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svProcessItemTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .svProcessItemTitle {
    font-size: 16px;
  }
}
.svProcessItemTitle {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
}

.svProcessItemText {
  margin-bottom: 0.5em;
  color: rgba(18, 21, 23, 0.7);
}

.svArw {
  max-width: 150px;
  width: 100%;
  margin-inline: auto;
  margin-block: 1em;
}
@media only screen and (max-width: 767px) {
  .svArw {
    max-width: 90px;
  }
}

.svSC {
  background-color: var(--subColor);
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 100vw;
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svSC {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .svSC {
    font-size: 12px;
  }
}
.svSC {
  line-height: 1;
}

.svWorksCatch {
  position: relative;
  padding-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .svWorksCatch {
    padding-top: 1em;
  }
}
.svWorksCatch::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  aspect-ratio: 50/18;
  background: url(../img/svWorksCatch.svg) no-repeat center/contain;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.svWorks {
  margin: 12px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .svWorks {
    margin: 15px;
  }
}

.svWorksTableWrap {
  border: solid 1px rgba(18, 21, 23, 0.4);
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .svWorksTableWrap {
    border-radius: 0.5em;
  }
}
.svWorksTableWrap {
  overflow: hidden;
}
.svWorksTableWrap .in {
  padding: 1em;
  overflow-y: scroll;
  height: 400px;
}

.svWorksTable {
  width: 100%;
}
.svWorksTable th,
.svWorksTable td {
  text-align: left;
  padding: 0.8em;
  border-bottom: solid 1px rgba(18, 21, 23, 0.1);
}
@media only screen and (max-width: 767px) {
  .svWorksTable th,
  .svWorksTable td {
    padding: 0.5em;
    font-size: 13px;
  }
}
.svWorksTable thead * {
  background-color: #f4f4f4;
  color: rgba(18, 21, 23, 0.7);
}
.svWorksTable tr > *:first-of-type, .svWorksTable tr > *:last-of-type {
  white-space: nowrap;
}

.svLocationBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .svLocationBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
  }
}
.svLocationBlock + .svLocationBlock {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .svLocationBlock + .svLocationBlock {
    margin-top: 60px;
  }
}

.svLocationBlockWeather {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .svLocationBlockWeather {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.svLocationImageWrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.svLocationImageWrap img {
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .svLocationImageWrap img {
    border-radius: 0.5em;
  }
}

.svLocationImageWrap,
.svLocationBody {
  width: 47.4137931034%;
}
@media only screen and (max-width: 767px) {
  .svLocationImageWrap,
  .svLocationBody {
    width: 100%;
  }
}

.svLocationLabel {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svLocationLabel {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .svLocationLabel {
    font-size: 17px;
  }
}
.svLocationLabel {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 1em;
}
.svLocationLabel::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.svLocationCatch {
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .svLocationCatch {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .svLocationCatch {
    font-size: 20px;
  }
}
.svLocationCatch {
  margin-bottom: 0.5em;
  letter-spacing: 0.08em;
}

.svLocationText {
  color: #fff;
  display: block;
}

.svLocationAccessItem {
  background-color: var(--bgLight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-top: 0.5em;
  border-radius: 0.3em;
}

.svLocationAccessTag {
  color: var(--subColor);
  background-color: #fff;
  border-radius: 0.3em;
  aspect-ratio: 1/1;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3em;
  line-height: 1.1;
}

.svLocationAccessTitle {
  color: #121517;
}

.svLocationAccessText {
  color: rgba(18, 21, 23, 0.4);
  line-height: 1.4;
}

.svLocationMessageWrap {
  background-color: #fff;
  color: #121517;
  text-align: center;
  padding: 2em;
  border-radius: 1em;
}
@media only screen and (max-width: 767px) {
  .svLocationMessageWrap {
    border-radius: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .svLocationMessageWrap {
    padding: 2em 0.5em;
  }
}

.fcFloorPlan {
  background: url(../img/fcFloorPlan.png) no-repeat top right/95% auto;
}

.fcFloorPlanWrap {
  background-color: var(--bgLight2);
  padding: 2em;
}
@media only screen and (max-width: 767px) {
  .fcFloorPlanWrap {
    padding: 2em 1em;
  }
}

.fcEquipmentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .fcEquipmentWrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fcEquipmentWrap {
    gap: 15px;
  }
}

.fcEquipmentBlock {
  width: calc(33.3333333333% - 33.3333333333px);
  position: relative;
  border-right: solid 1px rgba(18, 21, 23, 0.1);
}
@media only screen and (max-width: 959px) {
  .fcEquipmentBlock {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media only screen and (max-width: 767px) {
  .fcEquipmentBlock {
    width: calc(50% - 7.5px);
  }
}
.fcEquipmentBlock::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(18, 21, 23, 0.1);
  bottom: -25px;
  left: 0;
}
@media only screen and (max-width: 959px) {
  .fcEquipmentBlock::before {
    bottom: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .fcEquipmentBlock::before {
    bottom: -7.5px;
  }
}
@media print, screen and (min-width: 768px) {
  .fcEquipmentBlock:nth-of-type(3n) {
    border-right: none;
  }
  .fcEquipmentBlock:not(:first-of-type, :nth-of-type(4), :nth-of-type(7))::before {
    width: calc(100% + 50px);
    left: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .fcEquipmentBlock:not(:first-of-type, :nth-of-type(4), :nth-of-type(7))::before {
    width: calc(100% + 20px);
    left: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .fcEquipmentBlock:nth-of-type(7)::before, .fcEquipmentBlock:nth-of-type(8)::before {
    content: none;
  }
  .fcEquipmentBlock:last-of-type {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .fcEquipmentBlock:nth-of-type(even) {
    border-right: none;
  }
  .fcEquipmentBlock:nth-of-type(even)::before {
    width: calc(100% + 15px);
    left: -15px;
  }
}

.fcEquipmentImg {
  width: 80%;
}

.fcEquipmentTitle {
  margin-bottom: 0.5em;
}

.fcEquipmentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  margin-bottom: 0.3em;
}
.fcEquipmentItem dt {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fcEquipmentItem dt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fcEquipmentItem dt {
    font-size: 11px;
  }
}
.fcEquipmentItem dt {
  background-color: #fff;
  padding: 0.05em 0.5em;
  border: solid 1px #67767e;
  color: #67767e;
}
.fcEquipmentItem dd {
  line-height: 1.4;
}
.fcEquipmentItem + .fcEquipmentItem {
  margin-top: 1em;
}

.fcInCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .fcInCards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2em;
  }
}
.fcInCards > * {
  width: calc(50% - 1.5em);
}
@media only screen and (max-width: 767px) {
  .fcInCards > * {
    width: 100%;
  }
}
.fcInCards img {
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .fcInCards img {
    border-radius: 0.3em;
  }
}

.fcInCardTag {
  color: rgba(18, 21, 23, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.3em;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 0.5em;
}

.fcInInfo {
  background-color: #fff;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .fcInInfo {
    border-radius: 0.3em;
  }
}
.fcInInfo {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .fcInInfo {
    row-gap: 1em;
  }
  .fcInInfo .btn {
    margin-left: auto;
  }
}

.fcInInfoText {
  padding-left: 0.8em;
  position: relative;
}
.fcInInfoText::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#fcFc {
  background-color: #314048;
}

.fcFcEquipment + .fcFcEquipment {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  margin-top: 5em;
  padding-top: 5em;
}

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

.fcFcSlider {
  position: relative;
  width: calc(100% - 110px);
  border-radius: 0.3em;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .fcFcSlider {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.fcFcSlider .swiper-slide .img {
  aspect-ratio: 1056/440;
  overflow: hidden;
  border-radius: 8px;
  margin-inline: 5px;
}
.fcFcSlider .swiper-slide .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.fcFcSliderPrev,
.fcFcSliderNext {
  width: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: rgba(18, 21, 23, 0.4);
  border-radius: 0.3em;
  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;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .fcFcSliderPrev,
  .fcFcSliderNext {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.5em;
    width: 49%;
    padding: 0.3em;
  }
}

@media only screen and (max-width: 767px) {
  .fcFcSliderPrev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.fcFcSliderPrev .arw {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fcFcDesc {
  border-radius: 0.3em;
  background-color: #44525a;
  padding: 1em;
  margin-top: 1em;
  color: #fff;
}

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

.fcFcText {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5em;
}

.fcFcTabs {
  background-color: rgba(18, 21, 23, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.2em;
  border-radius: 0.3em;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .fcFcTabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2em;
  }
}

.fcFcTab {
  border-radius: 0.3em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fcFcTab {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fcFcTab {
    font-size: 14px;
  }
}
.fcFcTab {
  padding: 0.6em;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.fcFcTab.is-active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .fcFcTab {
    width: 50%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.fcFcPanels {
  position: relative;
  margin-top: 2em;
}

.fcFcPanel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fcFcPanel.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.fcFcMachineList {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em;
}
@media only screen and (max-width: 767px) {
  .fcFcMachineList {
    gap: 1.5em;
  }
}
.fcFcMachineList > * {
  width: calc(33.3333333333% - 2em);
}
@media only screen and (max-width: 767px) {
  .fcFcMachineList > * {
    width: calc(50% - 0.75em);
  }
}

.fcFcMachineNameWrap {
  margin-bottom: 0.5em;
}

.fcFcMachineName {
  color: #fff;
  position: relative;
  padding-left: 0.8em;
}
@media only screen and (max-width: 767px) {
  .fcFcMachineName {
    line-height: 1.4;
  }
}
.fcFcMachineName::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fcFcMachineImg {
  aspect-ratio: 355/180;
}
.fcFcMachineImg img {
  border-radius: 0.3em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.topServiceAnim {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.topServiceAnim__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/topService1.jpg") no-repeat center/cover;
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}
.topServiceAnim__mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../img/bgProcess.jpg") no-repeat center/cover;
  opacity: 0;
  pointer-events: none;
}
.topServiceAnim__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8vw;
}
.topServiceAnim__label {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 2rem;
}
.topServiceAnim__text {
  margin-inline: auto;
  position: relative;
}
.topServiceAnim__text::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-59%);
          transform: translateX(-59%);
  width: 2px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 2px 50px;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-animation: scrollLine 1.8s infinite;
          animation: scrollLine 1.8s infinite;
}
@media only screen and (max-width: 767px) {
  .topServiceAnim__text::before {
    bottom: -140px;
  }
}
@-webkit-keyframes scrollLine {
  0% {
    background-position: center 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    background-position: center 100px;
    opacity: 0;
  }
}
@keyframes scrollLine {
  0% {
    background-position: center 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    background-position: center 100px;
    opacity: 0;
  }
}
@keyframes scrollLine {
  0% {
    -webkit-transform: translateX(-59%) translateY(0);
            transform: translateX(-59%) translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-59%) translateY(70px);
            transform: translateX(-59%) translateY(70px);
    opacity: 0;
  }
}
.topServiceAnim__mark {
  position: absolute;
  inset: 0;
  z-index: 3;
  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;
  pointer-events: none;
}
.topServiceAnim__mark img {
  width: 120px;
  height: auto;
}

.fcSdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5em;
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .fcSdgs {
    border-radius: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .fcSdgs {
    padding: 1em;
  }
}

.fcSdgsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .fcSdgsInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5em;
  }
}

.fcSdgsLabel {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fcSdgsLabel {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fcSdgsLabel {
    font-size: 17px;
  }
}
.fcSdgsLabel {
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 0.6em;
}
.fcSdgsLabel::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  aspect-ratio: 1/1;
  background-color: var(--subColor);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fcSdgsMedia {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44.4827586207%;
}
@media only screen and (max-width: 767px) {
  .fcSdgsMedia {
    width: 100%;
  }
}
.fcSdgsMedia img {
  border-radius: 0.5em;
}
@media only screen and (max-width: 767px) {
  .fcSdgsMedia img {
    border-radius: 0.3em;
  }
}

.fcSdgsIcon {
  margin-left: 0;
  display: block;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .fcSdgsIcon {
    width: 180px;
  }
}

.smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.commonBtnTx {
  padding: 0.6em 1.5em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 600 !important;
  border-radius: 0.3em;
}

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