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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap");
.mainColor {
  color: #a50e08;
}

.mainColorSub {
  color: #2e2e2e;
}

.bgmainColor {
  color: #3b3b3b;
}

.mainColorDeep {
  color: #596166;
}

.bgMainColorDeep {
  background-color: #596166;
}

.mainColorExDeep {
  color: #f3efef;
}

.mainColorLight {
  color: #cecece;
}

.bgMainColorLight {
  background-color: #cecece;
}

.mainColorExLight {
  color: #ededed;
}

.bgMainColorExLight {
  background-color: #ededed;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.cautionColor {
  color: #e60110;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColor {
  color: #f29b22;
}

.subColor_2 {
  color: #ac0000;
}

.subColor_3 {
  color: #e34f6e;
}

.subColor_4 {
  color: #f24822;
}

.bgSubColor {
  background-color: #004996;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #e3e2e2;
}

.compColor {
  color: #a9a8a9;
}

.bgCompColor {
  background-color: #a9a8a9;
}

.grayColor {
  color: #f2f2f2;
}

.bgGrayColor {
  background-color: #f2f2f2;
}

.grayColorLight {
  color: #939393;
}

.bgGrayColorLight {
  background-color: #939393;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgWhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
}

.bgBlackTrans {
  background-color: rgba(0, 0, 0, 0.3);
}

.bgBlack {
  background: #000;
}

.bgWhite {
  background: #fff;
}

.bgTexture {
  background-image: url(../img/bg_texture_light.gif);
}

.grayLight {
  color: #9a9a9a;
}

.white {
  color: #fff;
}

/*フォント系*/
.fontEn {
  font-family: "Outfit", sans-serif;
}

.fontEnSub {
  font-family: "Oswald", serif;
}

.fontNumSub {
  font-family: "Barlow Condensed", sans-serif;
}

.fontNumSubA {
  font-family: "Didact Gothic", sans-serif;
}

.fontNum {
  font-family: "Inter", sans-serif;
}

.fontJP {
  font-family: "Noto Serif JP", sans-serif;
}

.serif {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #2c2c2c;
  -webkit-text-size-adjust: 100%;
}

/*==================================================
 * リセット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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

body {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

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

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

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

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  line-height: 2;
}

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

.ls_l {
  letter-spacing: 0.2em;
}

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

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

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #9b9b9b;
}

.red {
  color: #ff4501 !important;
}

.red2 {
  color: #b50d23 !important;
}

.blue {
  color: #333d80;
}

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

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

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

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

.fsL45 {
  font-size: 45px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL45 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL45 {
    font-size: 27px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsS1 {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS1 {
    font-size: 13px;
    line-height: 1.7;
  }
}

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

html,
body {
  width: 100%;
  overflow-x: hidden;
}

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

/*
a:hover{
    opacity: 0.8;
    transition:0.3s;
}
*/
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;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

.box-center {
  margin-inline: auto;
}

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

@media only screen and (max-width: 959px) {
  .box-center_spTab {
    margin-inline: auto;
  }
}

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

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

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

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .text-center-tab {
    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;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .text-left-tabNote {
    text-align: left;
  }
}

.writting-rl {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: #a50e08;
}
.linkA:hover {
  color: #a50e08;
  text-decoration: underline;
}

@media screen and (min-width: 959px) {
  .spTab {
    display: none !important;
  }
}
@media screen and (min-width: 1130px) {
  .brakePoint {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1500px) {
  .pc2 {
    display: none !important;
  }
}
@media screen and (max-width: 1815px) {
  .pc3 {
    display: none !important;
  }
}
.pc4 {
  display: none !important;
}

@media screen and (max-width: 1800px) {
  .pc4 {
    display: block !important;
  }
}
@media screen and (max-width: 959px) {
  .Menu_p {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .Menu_s {
    display: none !important;
  }
}
.tabNote {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1278px) {
  .tabNote {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .notNote {
    display: none !important;
  }
  .note {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

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

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

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

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

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbL5 {
  margin-bottom: 12%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM25 {
  margin-bottom: 7%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbM4 {
  margin-bottom: 4.5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS25 {
  margin-bottom: 3%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS35 {
  margin-bottom: 1.5%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpL5 {
    margin-bottom: 13%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM35 {
    margin-bottom: 6%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpM4 {
    margin-bottom: 4%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
}
/*flex・グリッド系*/
.flex {
  display: flex;
}

.justCenter {
  justify-content: center;
}

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

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

.alignCenter {
  align-items: center;
}

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

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

.alignStretch {
  align-items: stretch;
}

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

.flexWrap {
  flex-wrap: wrap;
}

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .flexTab {
    display: block;
  }
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .flextabNote {
    display: block;
  }
}
/*横幅*/
.cnt {
  width: 90%;
  max-width: 1920px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 959px) {
  .cnt {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cnt {
    max-width: 1200px;
  }
  .cnt.cntMS {
    width: 95%;
  }
}

.cntInnerWide {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1201px) {
  .cntInnerWide {
    margin-left: calc((100vw - 1200px) / -2 - 15px);
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.w100 {
  width: 100%;
}

.cntXS {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.cntXSM {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.cntSM.__reverse {
  margin-right: 9%;
  margin-left: 0;
}
.cntSM {
  max-width: 1574px;
  margin-right: auto;
  margin-left: 9%;
}
@media only screen and (max-width: 1919px) {
  .cntSM {
    max-width: 1396px;
    margin-right: auto;
    margin-left: auto;
  }
  .cntSM.__reverse {
    margin-right: auto;
    margin-left: auto;
  }
}

.cntS {
  max-width: 1396px;
  margin-right: auto;
  margin-left: auto;
}

.cntImg {
  max-width: 1396px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .cntImg {
    padding-right: 0;
    padding-left: 0;
  }
}

.cntM {
  max-width: 1760px;
  margin-right: auto;
  margin-left: auto;
}

.cntMS {
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
}

.cntMM {
  max-width: 1718px;
  margin-right: auto;
  margin-left: auto;
}

.cntL {
  max-width: 1730px;
  margin-right: auto;
  margin-left: auto;
}

.cntWide {
  max-width: 1920px;
  width: 100% !important;
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}

:root {
  --spaceSize: clamp(50px, 3.8vw, 79px);
  --spaceSizeMiddle: clamp(50px, 7.5vw, 144px);
  --spaceSizeSMiddle: clamp(65px, 6vw, 120px);
  --spaceSizeWide: clamp(135px, 14vw, 270px);
}

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

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

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

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

.marginSM-top {
  margin-top: var(--spaceSizeSMiddle);
}

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

.margin-top {
  margin-top: var(--spaceSizeMiddle);
}

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

@media only screen and (max-width: 767px) {
  .marginSp {
    margin-bottom: 0;
  }
}

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

.bgImgHeight {
  padding-bottom: 67%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 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;
  filter: blur(3px);
  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 {
  width: 100%;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

.zoomImg {
  overflow: hidden;
}
.zoomImg img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  transform-origin: center center;
}
.zoomImg:hover img, a:hover .zoomImg img {
  transform: scale(1.04);
}

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

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

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

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

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

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

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

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

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

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

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

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

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

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

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

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

/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 65vw;
}
@media only screen and (max-width: 767px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 95vw;
  }
}

.mainImgBox {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  animation: anime 18s 0s infinite;
}

/*2枚目以降6秒遅れてアニメーションスタート*/
.mainImg:nth-of-type(2) {
  animation-delay: 6s;
}

.mainImg:nth-of-type(3) {
  animation-delay: 12s;
}

/*
.mainImg:nth-of-type(4) {
    animation-delay: 18s;
}
.mainImg:nth-of-type(5) {
    animation-delay: 24s;
}

.mainImg:nth-of-type(6) {
    animation-delay: 30s;
}
*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
/*線系*/
.titleLine {
  /*
  background: linear-gradient(transparent 50%, #f4d862 0%);
  display: inline;
  */
  position: relative;
  display: inline-block;
  z-index: 10;
}
.titleLine:after {
  content: "";
  display: inline-block;
  background-color: #a9a8a9;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  width: 105%;
  height: 0.3em;
  z-index: 0;
}
.titleLine {
  /*
  &.white{
      background: linear-gradient(transparent 70%, $subColorDeep 0%);
  }
  */
}
.titleLine.sub {
  background: linear-gradient(transparent 70%, #f29b22 0%);
}

.titleBd {
  position: relative;
  margin-bottom: 7rem;
  display: inline-block;
}
.titleBd:before {
  position: absolute;
  content: " ";
  display: block;
  width: 5rem;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 2px;
  background-color: #a50e08;
  border-radius: 50px;
}
.titleBd.compColor:before {
  background-color: #a9a8a9;
}
.titleBd.white:before {
  background-color: #fff;
}
.titleBd.sub {
  display: block;
}
.titleBd.sub:before {
  width: 23rem;
  height: 2px;
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .titleBd {
    margin-bottom: 3rem;
  }
  .titleBd:before {
    width: 2.5rem;
  }
}

.titleBdCenter {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.titleBdCenter:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #a50e08;
  border-radius: 2px;
}
.titleBdCenter.mini:after {
  bottom: -15px;
  width: 40px;
  height: 1.5px;
  border-radius: 0px;
}

.titleBdLeft {
  display: flex;
  align-items: center;
}
.titleBdLeft:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #a50e08;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

.titleBdLight {
  border-bottom: 1px solid #a50e08;
  display: inline-block;
}

.bdBox {
  border: 2px solid #a50e08;
}

/*ボタン*/
/* ボタンだけに指定する場合は以下 */
.button {
  display: inline-block;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #333;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  box-shadow: 4px 4px 0px 0 #596166;
  font-size: 21px;
  background-color: #fff;
}
.button:hover {
  color: #596166;
  background-color: #fff;
}
.button.small {
  font-size: 16px;
}
.button.insta {
  box-shadow: 4px 4px 0px 0 #e264af;
}
.button.line {
  box-shadow: 4px 4px 0px 0 #4caa4d;
}
.button.mono {
  box-shadow: 4px 4px 0px 0 #c4c4c4;
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 50px);
  overflow-y: auto;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 997;
}
@media only screen and (max-width: 959px) {
  .open .overRayBox {
    visibility: visible;
    opacity: 1;
  }
}

.all_fixed_nav_bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8888;
  pointer-events: none;
  opacity: 0;
}
.open .all_fixed_nav_bg {
  width: calc(100% - 442px);
  top: 0;
  opacity: 1;
  pointer-events: auto;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  pointer-events: none;
  opacity: 0;
}
.overlay.on {
  opacity: 1;
}

html.open {
  overflow-y: hidden;
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 0;
  top: 0;
}
.home .menu-btn {
  top: 0;
}
.menu-btn {
  height: 60px;
  width: 60px;
  border: none;
  background-color: #a50e08;
  transition: 0.3s;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}

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

.menu-trigger {
  position: relative;
  width: 28px;
  height: 14px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 3px;
}
.menu-trigger span:nth-of-type(2) {
  display: none;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -3px;
  width: 100%;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  top: -3px;
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: -5px;
  transform: translateY(-10px) rotate(45deg);
  width: 100%;
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: #a50e08;
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

.footerTelSpText {
  font-size: 16px;
  line-height: 1.5;
}

.footerTelSp {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

/*フッター追従コンタクト*/
.fixBarContact {
  padding: 1rem 2rem;
}

.fixBar {
  position: fixed;
  z-index: 10;
  right: 2%;
  bottom: 2%;
}
.fixBar .button {
  padding: 0.7rem 3rem;
  border: 1px solid #a50e08;
}

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: #a50e08;
}

.fixBarTop {
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: 1px solid #a50e08;
  border-radius: 50px;
}
.fixBarTop:hover {
  background-color: #fff;
  border: 1px solid #a50e08;
  color: #a50e08;
}

.fixBar i,
.fixBar span {
  vertical-align: middle;
}

.fixBarTop i {
  margin-top: 14px;
}

/*==================================================
 * トップページ
 *================================================*/
/*Q&Aここから*/
.topQaBoxUl li:nth-child(2) hr {
  border-top: 1px solid #dadada;
}

.topQaBoxUl li {
  display: inline-block;
  vertical-align: middle;
}

.topQaBoxDl {
  width: 48%;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.topQaBoxDl dd {
  display: none;
  margin-top: 3%;
}

.topQaBoxDl dt {
  font-weight: normal;
}

.topQaBoxDl dt:hover {
  background: rgba(242, 203, 149, 0.3);
  border-radius: 5px;
  cursor: pointer;
}

.topQaBoxUl li:nth-child(3) {
  width: 74%;
}

.topQaBoxUl li:nth-child(1) {
  margin-right: 2%;
}

.topQaBoxUl li:nth-child(2) {
  width: 8%;
  margin-right: 2%;
}

/*Q&Aここまで*/
@media screen and (max-width: 767px) {
  /*Q&Aのスマホここから*/
  .topQaBoxDl {
    width: 100%;
  }
  /*Q&Aのスマホここまで*/
}
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
/*パンくず終わり*/
/*en------------------------------------*/
/*残す--ここから*/
.pageAboutCompanyUl ul {
  display: flex;
}
.pageAboutCompanyUl li {
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li {
    padding: 0.8em 0;
    font-size: 13px;
  }
}
.pageAboutCompanyUl li:nth-child(1) {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li:nth-child(1) {
    font-size: 15px;
  }
}
.pageAboutCompanyUl li:nth-child(2) {
  width: 70%;
}
.fa-map-marker {
  color: #d9534f;
  font-size: 20px;
  margin-left: 1%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
.contactBox {
  background-color: #fff;
  padding: 6em 4em 3em;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .contactBox {
    padding: 2em 0.7em 2em;
    border-radius: 10px;
  }
}

.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr {
  margin-bottom: 1em;
  display: block;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  text-align: left;
}
.cform tr th {
  vertical-align: middle;
  width: 225px;
  margin-bottom: 0.5em;
}
.cform tr td {
  width: 755px;
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=tel],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f6f6;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=tel]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=tel]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=tel]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f6f6 !important;
  border: unset !important;
  border-radius: 2px !important;
  padding: 1.4em 0.5em !important;
  width: 49% !important;
}
.cform input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  margin-top: -4px;
}
.cform select#select-title {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f6f6;
}
.cform .title {
  font-weight: 500;
}
.cform .smallText {
  font-size: clamp(1.2rem, 1.1757281553rem + 0.0647249191vw, 1.3rem);
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
  .cform tr,
  .cform th,
  .cform td {
    display: block;
    width: 100% !important;
  }
  .cform select {
    width: 100% !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cform th {
    width: 260px !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cform th {
    width: 230px !important;
  }
}

.wpcf7-list-item input {
  margin-top: -3px;
}

.thcomment {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
}

.contactBlock {
  border: solid 1px #dcdcdc;
  border-radius: 15px;
  padding: 2.5em 1.5em;
}
@media only screen and (max-width: 767px) {
  .contactBlock {
    border-radius: 10px;
    padding: 2em 1.5em 2em 1.5em;
  }
}

.openBtn2 {
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
  position: relative;
}
.openBtn2::before {
  opacity: 0;
}
.openBtn2::after, .openBtn2::before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  color: #a50e08;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.openBtn2::after {
  content: "\f13a";
}
.openBtn2::before {
  content: "\f139";
}
.openBtn2.on::before {
  opacity: 1;
}
.openBtn2.on::after {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .openBtn2::after, .openBtn2::before {
    font-size: 20px;
    right: 13px;
    top: 59%;
  }
}

.contactTitle {
  font-size: clamp(18px, 1.6vw, 25px);
}
.contactTitle.__small {
  padding: 0;
}
.contactTitle {
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
}

.contactList {
  display: none;
  margin-top: 40px;
  padding-bottom: 1.5em;
}
.contactList > li {
  position: relative;
}
.contactList > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.contactList > li span {
  display: inline-block;
  font-size: clamp(15px, 1vw, 16px);
  padding-left: 1.2em;
  font-weight: 500;
}
.contactList > li span.__nopadding {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .contactList {
    margin-top: 22px;
  }
  .contactList > li span {
    padding-left: 0.9em;
  }
  .contactList > li::after {
    width: 7px;
    height: 7px;
    top: 12px;
  }
}

.contactText {
  font-size: 16px;
  font-weight: 500;
}
.contactText.__small {
  font-size: 13px;
}

.required-srt {
  color: #fff;
  font-size: 13px;
  padding: 0.1em 0.5em;
  background-color: #b50d23;
  border-radius: 5px;
  margin: auto 0.7em;
}

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

#grad_year,
#grad_month,
#day_year,
#day_month {
  width: 10% !important;
}
#grad_year #grad_year,
#grad_month #grad_year,
#day_year #grad_year,
#day_month #grad_year {
  margin-right: 20px !important;
}
@media only screen and (max-width: 767px) {
  #grad_year,
  #grad_month,
  #day_year,
  #day_month {
    width: 30% !important;
  }
}

#birthday {
  width: 25% !important;
}
@media only screen and (max-width: 767px) {
  #birthday {
    width: 48% !important;
  }
}

#zip {
  width: 15% !important;
}
@media only screen and (max-width: 767px) {
  #zip {
    width: 40% !important;
  }
}

#pref {
  margin-right: 2.5%;
}
@media only screen and (max-width: 767px) {
  #pref {
    margin-right: 0;
  }
}

#city {
  margin-left: 2.5%;
}
@media only screen and (max-width: 767px) {
  #city {
    margin-left: 0;
  }
}

#pref,
#city {
  width: 98% !important;
}
@media only screen and (max-width: 767px) {
  #pref,
  #city {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.contactAlertBox {
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  padding: 8% 5%;
  margin: 3% 0;
}
@media only screen and (max-width: 767px) {
  .contactAlertBox {
    padding: 8% 5%;
    margin: 10px 0;
  }
}

.contactAlertTitle {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}

.wpcf7-spinner {
  display: none !important;
}

.submit-btn {
  text-align: center;
}
.submit-btn input {
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.25em 2em;
  background-color: #2c2c2c;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .submit-btn input {
    font-size: 14px;
  }
}

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

.wpcf7-response-output {
  border: none !important;
  line-height: 1.6;
  color: #dc3232 !important;
  text-align: center !important;
}

/*下層ページ共通------------------------------------*/
.entryBlock {
  margin-top: 2%;
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.entryBlock figcaption {
  font-size: 13px;
  color: gray;
}
.entryBlock a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #a50e08;
}
.entryBlock blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entryBlock blockquote p {
  font-size: 14px;
  font-weight: 500;
}
.entryBlock p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 500;
}
.entryBlock h2,
.entryBlock h3,
.entryBlock h4,
.entryBlock h5 {
  font-weight: bold;
}
.entryBlock h2 {
  margin: 3% auto 2%;
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  font-weight: bold;
  padding-bottom: 1em;
  position: relative;
}
.entryBlock h2::before, .entryBlock h2::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
}
.entryBlock h2::before {
  width: 100%;
  height: 1px;
  background-color: #acacac;
}
.entryBlock h2::after {
  width: 40%;
  height: 1px;
  background-color: #a50e08;
}
@media only screen and (max-width: 767px) {
  .entryBlock h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entryBlock h3 {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  margin: 3% auto 3%;
  font-weight: bold;
  padding-left: 1.2em;
  position: relative;
}
.entryBlock h3::after {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 42px;
  border-radius: 10px;
  background-color: #a50e08;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .entryBlock h3 {
    margin: 6% auto 3%;
  }
}
.entryBlock h4 {
  margin: 3% auto 3%;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: bold;
}
.entryBlock table {
  width: 100%;
}
.entryBlock table td:last-child {
  width: auto;
}
.entryBlock table th,
.entryBlock table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.entryBlock table th {
  background-color: #a50e08;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .entryBlock table th,
  .entryBlock table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.entryBlock ul {
  margin-bottom: 2%;
}
.entryBlock li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entryBlock li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  color: #a50e08;
  position: absolute;
  left: 0;
  font-weight: 900;
}
.entryBlock figure {
  width: min(100%, 1366px);
  margin-right: auto;
  margin-left: auto;
}

/*目次*/
.toc_number {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

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

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #a50e08;
  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%;
  }
}
/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #a50e08;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  box-shadow: none;
  border: 2px solid #a50e08;
  border-radius: 10px;
  background-color: #cecece;
}

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

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

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

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: #a50e08;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: none !important;
}

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

.lkc-domain {
  color: #fff;
}

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

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

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

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

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

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

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

.singleColumnArticleContent {
  margin: auto;
}

.singleColumnTitle {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #a50e08;
  font-weight: bold;
}

.singNewsWrap {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.singleColumnInfoUl {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.singleColumnInfoUl .cate {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  color: #fff;
  font-weight: 500;
  line-height: 0.6;
  padding: 0.6em 1em 0.7em;
  background-color: #a50e08;
  transition: 0.3s;
}
.singleColumnInfoUl .cateLink > a {
  display: block;
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  color: #fff;
  font-weight: 500;
  line-height: 0.6;
  padding: 0.6em 1em 0.7em;
  background-color: #a50e08;
  border-radius: 7px;
  transition: 0.3s;
}
.singleColumnInfoUl .cateLink > a:hover {
  background-color: #2e2e2e;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cate {
    padding: 0.5em 0.8em;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShare {
  padding: 3% 6%;
}
@media only screen and (max-width: 767px) {
  .singleColumnShare {
    padding: 6% 9%;
  }
}

.singleColumnShareButton {
  padding: 0.7rem 1rem;
  width: 20%;
  margin-right: 3%;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 45%;
    margin-right: 2.5%;
  }
}
.singleColumnShareButton > * {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton > * {
    font-size: 12px;
  }
}
.singleColumnShareButton i {
  font-size: 22px;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}
.singleColumnShareButton.twitter {
  background: #1da1f2;
  border: 1px solid #1da1f2;
}
.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #1da1f2;
}
.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}

.singleColumnShareTitle {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 6% !important;
  }
}

/*この記事を書いた人*/
.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: 3% 3%;
  margin: 6% 0 6% 0;
  border: 1px solid #a50e08;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  border-bottom: 1px solid #a50e08;
}

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

.sidebarWriterSns li {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 4%;
}
.sidebarWriterSns li a {
  border: 1px solid #d2d2d2;
  padding: 0.4em 1em;
  border-radius: 35px;
  background: #fff;
  letter-spacing: 0.05em;
}
.sidebarWriterSns li a:hover {
  background-color: #f1f1f1;
}
.sidebarWriterSns li a .fa-instagram {
  color: #fd1d1d;
}
.sidebarWriterSns li a .fa-twitter {
  color: #00acee;
}
.sidebarWriterSns li a .fa-facebook {
  color: #3b5998;
}
.sidebarWriterSns li a .fa-comment {
  color: #00b900;
}

/*次のページを見る*/
.singleColumnPreNextBox {
  padding: 5%;
  position: relative;
  transition: 0.3s;
  background-color: #e9eef0;
  border-radius: 10px;
  transition: 0.3s;
}
.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}
.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}
.singleColumnPreNextBox:hover {
  opacity: 0.7;
}

.singleClumnPreNextDescri {
  color: #727171;
}

.singleColumnPrevNextArrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 33px;
  height: 1px;
  background: #727171;
}
.singleColumnPrevNextArrow::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 1px;
  height: 5px;
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  transform: rotate(45deg);
}
.next .singleColumnPrevNextArrow {
  transform: scale(-1, 1);
  left: 15px;
  right: auto;
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: flex;
  flex-wrap: wrap;
}
.cmNewsListUl > li {
  width: 46%;
  margin: 0 2%;
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

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

.cmNewsTitle {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 600;
  border-bottom: 1px solid #596166;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

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

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

.cmNewsListImgWrap {
  overflow: hidden;
  margin-bottom: 6%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cmNewsListImgWrap {
    border-radius: 7px;
  }
}

.cmNewsListInfoUl li {
  display: inline-block;
  font-size: 12px;
  background: #a50e08;
  display: inline-block;
  color: #fff;
  border-radius: 7px;
  padding: 0.4em 0.8em;
  text-align: center;
  line-height: 0.7;
  transition: 0.3s;
}
.cmNewsListInfoUl li:not(:last-child) {
  margin-right: 5px;
}
.cmNewsListInfoUl li:hover {
  opacity: 0.7;
}
.cmNewsListInfoUl.nofover {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 12px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 3em 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation li {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  margin: 0 0.5%;
  border-radius: 50px;
  border: solid 1px #a50e08;
  color: #707070;
  text-align: center;
  width: 43px;
  height: 55px;
  border-radius: 5px;
  position: relative;
}
.pagenation li a {
  width: 43px;
  height: 55px;
  display: block;
}
.pagenation li.active {
  cursor: not-allowed;
  display: inline-block;
  line-height: 0.7;
  color: #fff;
  background: #b9bec3;
  border: solid 1px #b9bec3;
}
.pagenation li.active span {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li.activeno {
  background: #a50e08;
  border: solid 1px bold;
  transition: 0.3s;
  color: #fff;
}
.pagenation li.activeno span {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li.activeno:hover {
  opacity: 0.7;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pagenation li {
    width: 50px;
    height: 50px;
  }
}

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

span.page-numbers {
  color: #a50e08;
  font-weight: bold;
}

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

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

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

.case_cateList {
  row-gap: 20px;
  flex-direction: column;
}

.sidebarNewsUl .cat-item {
  border-bottom: 1px solid #939393;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item .date {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
  .sidebarNewsUl .cat-item .date {
    font-size: 13px;
  }
  .sidebarNewsUl .cat-item .title {
    font-size: 14px;
  }
}

.sidebarCategoryBlock li {
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  background-color: #a50e08;
  color: #fff;
  border-radius: 7px;
  padding: 0.7em 1em;
  line-height: 0.6;
  margin-bottom: 1em;
  transition: 0.3s;
  margin-right: 5px;
}
.sidebarCategoryBlock li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  font-size: 27px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  color: #a50e08;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    padding-bottom: 0.25em;
    margin-bottom: 1em;
    font-size: 26px;
  }
}

.cateTitle {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.2;
  font-weight: 500;
}

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

.sidebarRankingText {
  width: 65%;
}
@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: #a50e08;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
:root {
  --header: 100px;
  scroll-padding: var(--header);
}

/*パンくず*/
/*パンくず終わり*/
.vertical {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}

.verticalReverse {
  writing-mode: vertical-lr;
}

@media only screen and (max-width: 767px) {
  .verticalPc {
    writing-mode: horizontal-tb;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact .grecaptcha-badge {
  visibility: visible;
}

.recruit .breadBrock {
  background-color: #a50e08;
}
.breadBrock {
  background-color: #29343b;
  padding: 1em 0;
}
@media only screen and (max-width: 767px) {
  .breadBrock {
    margin-top: 0;
    padding: 0.6em 0;
  }
}

.breadcrumbs {
  font-size: 0;
}
.breadcrumbs span {
  font-size: clamp(1.1rem, 1.0757281553rem + 0.0647249191vw, 1.2rem);
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.breadcrumbs span.current-item {
  opacity: 0.5;
}
.breadcrumbs span + span::before {
  content: "/";
  color: #fff;
  margin: 0 0.5em;
}

/*==================================================
 * 当サイトのみ共通
 *================================================*/
.loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: #2e2e2e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading::after, .loading::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #a50e08;
  left: 0;
}
.loading::before {
  top: 0;
}
.loading::after {
  bottom: 0;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .loading::after, .loading::before {
    height: 40px;
  }
}

.loadingInner img {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .loadingInner img {
    width: 150px;
  }
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #2e2e2e;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation::after, .loading-animation::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #a50e08;
  left: 0;
}
.loading-animation::before {
  top: 0;
}
.loading-animation::after {
  bottom: 0;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .loading-animation::after, .loading-animation::before {
    height: 40px;
  }
}

.loadTitle {
  font-size: clamp(1.6rem, 1.2116504854rem + 1.0355987055vw, 3.2rem);
}
.loadTitle span {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-weight: bold;
}
.loadTitle {
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.4;
}

address {
  font-style: normal;
}

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

main {
  margin-top: 70px;
}
.home main {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 50px;
  }
  .home main {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  main {
    margin-top: 69px;
  }
  .home main {
    margin-top: 69px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  main {
    margin-top: 68px;
  }
  .home main {
    margin-top: 68px;
  }
}

.submit-btn input,
.submit-btn button {
  margin-top: 4%;
  width: 270px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #a50e08;
  border: solid 1px #a50e08;
  color: #fff;
  padding: 1.8em 0.5em;
  font-size: 16px;
  display: inline-block;
  border-radius: 7px;
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
}
.submit-btn input:hover,
.submit-btn button:hover {
  background: #2e2e2e;
}
@media only screen and (max-width: 767px) {
  .submit-btn input,
  .submit-btn button {
    font-size: 12px;
    padding: 0 4em;
    height: 38px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .submit-btn input,
  .submit-btn button {
    font-size: 13px;
    line-height: 2;
    padding: 0 4em;
    height: 42px;
  }
}

.submit-back {
  margin-right: 7px;
}

.submit-back input,
.submit-back button {
  width: 200px;
  background: #c5c2c2;
  border: solid 1px #c5c2c2;
  transition: 0.3s;
}
.submit-back input:hover,
.submit-back button:hover {
  background-color: #2e2e2e;
  border: solid 1px #2e2e2e;
}
@media only screen and (max-width: 767px) {
  .submit-back input,
  .submit-back button {
    width: 130px;
  }
}

.submit-next input,
.submit-next button {
  width: 200px;
  background: #a50e08;
  border: solid 1px #a50e08;
  color: #fff;
  transition: 0.3s;
}
.submit-next input:hover,
.submit-next button:hover {
  background-color: #2e2e2e;
}
.submit-next {
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .submit-next input,
  .submit-next button {
    width: 130px;
  }
}

.boxSadow {
  box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.06);
}

.textSadow2 {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}

.textSadow {
  text-shadow: 8px 8px 8px #fff, -8px -8px 8px #fff, -8px 8px 8px #fff, 8px -8px 8px #fff, 8px 0px 8px #fff, -8px 0px 8px #fff, 0px 8px 8px #fff, 0px -8px 8px #fff;
}
@media only screen and (max-width: 767px) {
  .textSadow {
    text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, 5px 0px 5px #fff, -5px 0px 5px #fff, 0px 5px 5px #fff, 0px -5px 5px #fff;
  }
}

.text-right-tab {
  margin-left: auto;
}

.allBtn > a {
  display: inline-block;
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-left: 1.5em;
  transition: 0.3s;
}
.allBtn > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 27px;
  transform: translate(-50%, -50%) scale(1);
  background-image: url(.././img/arrow_box.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
.allBtn > a:hover {
  color: #a50e08;
}
.allBtn > a:hover::after {
  transform: translate(-50%, -50%) scale(1.2);
}

@media only screen and (max-width: 767px) {
  .blockWrap {
    padding-bottom: 2.7em;
  }
}

@media only screen and (max-width: 767px) {
  .arrowBtnWrap {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.btnBox {
  width: 60px;
  height: 46px;
  border-radius: 5px;
  background-color: #a50e08;
  position: relative;
  transition: 0.3s;
}
.btnBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  transform: translate(-50%, -50%);
  background-image: url(.././img/arrow_ww.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
a:hover .btnBox {
  opacity: 0.7;
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .btnBox {
    width: 40px;
    height: 26px;
    border-radius: 3px;
  }
}

.arrowBtn dl {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.arrowBtn dd {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  font-weight: bold;
  transition: 0.3s;
}
.arrowBtn:hover.__black dd, .arrowBtn:hover.__red dd {
  color: #470000;
}
.arrowBtn:hover dd {
  color: #a50e08;
}
a:hover .arrowBtn dd {
  color: #a50e08;
}
@media only screen and (max-width: 767px) {
  .arrowBtn dl.right-sp {
    justify-content: flex-end;
  }
  .arrowBtn dl {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .arrowBtn dt {
    width: 40px;
  }
}

.cntBtn > a {
  margin-inline: auto;
  max-width: 634px;
  display: block;
  padding: 1.5em 0.5em;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
}
.cntBtn > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 36px;
  height: 40px;
  transform: translateY(-50%);
  background-image: url(.././img/tell_r.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
.cntBtn > a dt {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  line-height: 1;
  color: #a50e08;
  font-weight: bold;
  transition: 0.3s;
}
.cntBtn > a dd {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  font-weight: bold;
  transition: 0.3s;
}
.cntBtn > a:hover {
  background-color: #2e2e2e;
}
.cntBtn > a:hover dt {
  color: #fff;
}
.cntBtn > a:hover dd {
  color: #fff;
}
.cntBtn > a:hover::after {
  background-image: url(.././img/tell_w.svg);
}
@media only screen and (max-width: 767px) {
  .cntBtn > a::after {
    left: 22px;
    width: 25px;
    height: 27px;
  }
}

.commonBtn.box-center {
  margin-inline: auto;
}
.commonBtn.__recruit {
  border: solid 1px #fff;
  background-color: #2e2e2e;
}
.commonBtn.__red {
  background-color: #a50e08;
}
.commonBtn.__trans {
  border: solid 1px #fff;
  background-color: #a50e08;
}
.commonBtn {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  background-color: #2e2e2e;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 1;
  width: 280px;
  text-align: center;
  padding: 1.8em 0.5em;
  border-radius: 7px;
  line-height: 1;
  transition: 0.3s;
  font-weight: bold;
  position: relative;
}
.commonBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url(.././img/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
.commonBtn:hover {
  background-color: #a50e08;
  color: #fff;
}
.commonBtn:hover.__red {
  background-color: #2e2e2e;
}
.commonBtn:hover.__trans {
  background-color: #2e2e2e;
  border: solid 1px #2e2e2e;
}
.commonBtn:hover.__recruit {
  border: solid 1px #a50e08;
  background-color: #a50e08;
}
.commonBtn:hover::after {
  right: 10px;
}
a:hover .commonBtn {
  background-color: #a50e08;
  color: #fff;
}
a:hover .commonBtn::after {
  right: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    max-width: 100%;
    width: 100%;
    padding: 1em 0.5em 1em 1.2em;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topTitleWrap {
    margin-bottom: 3%;
  }
}

.commonTitleEn {
  display: inline-block;
}
.topTitleWrap .commonTitleEn {
  font-size: clamp(3rem, 1.5436893204rem + 3.8834951456vw, 9rem);
}
.commonTitleEn {
  font-size: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  position: relative;
  padding-top: 0.3em;
}
.contactCard .commonTitleEn, .recruitCard .commonTitleEn, .partnersCard .commonTitleEn {
  padding-bottom: 0.5em;
  font-size: clamp(3rem, 1.5436893204rem + 3.8834951456vw, 9rem);
}
.contactCard .commonTitleEn::before, .recruitCard .commonTitleEn::before, .partnersCard .commonTitleEn::before {
  background-image: url(.././img/line_w_top.webp);
}
.contactCard .commonTitleEn::after, .recruitCard .commonTitleEn::after, .partnersCard .commonTitleEn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -33px;
  width: 66px;
  height: 62px;
  background-image: url(.././img/line_w_bottom.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.commonTitleEn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -39px;
  width: 72px;
  height: 41px;
  background-image: url(.././img/line_r.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .commonTitleEn {
    padding-top: 0;
  }
  .contactCard .commonTitleEn::before, .recruitCard .commonTitleEn::before, .partnersCard .commonTitleEn::before {
    background-image: url(.././img/line_w_top_sp.webp);
  }
  .contactCard .commonTitleEn::after, .recruitCard .commonTitleEn::after, .partnersCard .commonTitleEn::after {
    height: 15px;
    right: -12px;
    bottom: 10px;
  }
  .commonTitleEn::before {
    top: -10px;
    background-image: url(.././img/line_r_sp.webp);
    left: -12px;
    width: 26px;
    height: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .commonTitleEn::before {
    top: 7px;
  }
  .contactCard .commonTitleEn::after, .recruitCard .commonTitleEn::after, .partnersCard .commonTitleEn::after {
    height: 47px;
  }
  .commonTitleEn {
    padding-top: 0.7em;
  }
}

.commonSubTitleEnBlock {
  width: -moz-fit-content;
  width: fit-content;
}

.commonSubTitleEn {
  font-size: clamp(3rem, 1.5436893204rem + 3.8834951456vw, 9rem);
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  line-height: 0.8;
}

.commonTitleJpWrap {
  position: absolute;
  top: -30px;
  right: 0;
}

.commonTitleJp.__white {
  color: #fff;
}
.commonTitleJp.__big {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
}
.commonTitleJp.__xbig {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  line-height: 1;
}
.topTitleWrap .commonTitleJp {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  margin-top: 2em;
  padding-left: 0.7em;
}
.commonTitleJp {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  color: #a50e08;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .commonTitleJp {
    line-height: 1;
  }
  .topTitleWrap .commonTitleJp {
    margin-top: 0;
    padding-left: 11px;
  }
}

.commonText.__large {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
}
.commonText.__Xlarge {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
}
.commonText.__lh {
  line-height: 2;
}
.commonText.__Xlh {
  line-height: 2.2;
}
.commonText {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .commonText.__Xlh {
    line-height: 2;
  }
}

.commonComent {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  margin-left: 1.2em;
  text-indent: -1.2em;
  font-weight: 500;
  line-height: 1.4;
}

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

.alink.policyBtn {
  font-size: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  color: #fff;
  text-decoration-color: #fff;
}
.alink.policyBtn:hover {
  color: #fff;
}
.alink {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #a50e08;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  text-decoration-color: #a50e08;
  transition: 0.3s;
}
.alink:hover {
  opacity: 0.7;
  color: #2e2e2e;
  text-decoration-color: unset;
}
@media only screen and (max-width: 767px) {
  .jobTable .alink {
    color: #fff;
    text-decoration-color: #fff;
  }
}

ul {
  list-style-type: disc !important;
}

.text_Indent {
  text-indent: -1.5em;
  padding-left: 3.5em;
}

.commonList > li:not(:last-child) {
  margin-bottom: 8px;
}
.commonList > li span {
  display: block;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.07em;
  padding-left: 1em;
}
.commonList > li span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #a50e08;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.commontitle_line span {
  background: linear-gradient(transparent 65%, rgb(255, 241, 0) 0%);
}

.commonMidashi_1 span {
  font-size: clamp(1.8rem, 1.6058252427rem + 0.5177993528vw, 2.6rem);
  line-height: 1.4;
  font-weight: bold;
}
.commonMidashi_1.__small {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1.4;
  padding-left: 2.6em;
}
.commonMidashi_1.__small::after {
  top: 50%;
  transform: translateY(-50%);
}
.commonMidashi_1.__midM {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  line-height: 1.4;
  padding-left: 1.9em;
}
.commonMidashi_1.__midM::after {
  top: 14px;
  transform: translateY(-50%);
}
.commonMidashi_1.__mid {
  font-size: clamp(1.8rem, 1.2660194175rem + 1.4239482201vw, 4rem);
  line-height: 1.4;
  padding-left: 1.7em;
}
.commonMidashi_1.__mid::after {
  top: 50%;
  transform: translateY(-50%);
}
.commonMidashi_1 {
  font-size: clamp(2rem, 1.3203883495rem + 1.8122977346vw, 4.8rem);
  padding-left: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.commonMidashi_1::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 41px;
  height: 48px;
  background-image: url(.././img/title_icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_1.__small {
    padding-left: 1.5em;
    margin-bottom: 2%;
  }
  .commonMidashi_1 {
    padding-left: 1.5em;
  }
  .commonMidashi_1::after {
    top: 0;
    width: 20px;
    height: 23px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .commonMidashi_1 {
    padding-left: 2em;
  }
  .commonMidashi_1::after {
    top: -6px;
  }
  .commonMidashi_1.__small {
    margin-bottom: 2%;
  }
  .commonMidashi_1.__mid {
    padding-left: 2em;
  }
  .commonMidashi_1.__midM {
    padding-left: 2.4em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonMidashi_1.__note.__small {
    margin-bottom: 4.4%;
  }
}

.commonSubMidashi_1.__large {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
.commonSubMidashi_1.__mid {
  font-size: clamp(1.8rem, 1.6300970874rem + 0.4530744337vw, 2.5rem);
}
.commonSubMidashi_1 {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}

.commonMidashi_2.__small {
  transition: 0.3s;
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  line-height: 1.4;
}
.commonMidashi_2 span {
  transition: 0.3s;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.1;
}
.commonMidashi_2 {
  font-size: clamp(1.8rem, 1.4601941748rem + 0.9061488673vw, 3.2rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.8;
}
a:hover .commonMidashi_2.__small {
  color: #a50e08;
}
a:hover .commonMidashi_2.__small span {
  color: #a50e08;
}

.commonMidashi_3 {
  font-size: clamp(1.8rem, 1.2174757282rem + 1.5533980583vw, 4.2rem);
  font-weight: bold;
  line-height: 1.8;
}
.commonMidashi_3 span.__large {
  font-size: clamp(2.2rem, 1.3990291262rem + 2.1359223301vw, 5.5rem);
}
.commonMidashi_3 span {
  font-size: clamp(1.8rem, 1.2174757282rem + 1.5533980583vw, 4.2rem);
  color: #a50e08;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_3 {
    line-height: 1.6;
  }
  .commonMidashi_3 span {
    line-height: 1.6;
  }
}

.commonMidashi_4 {
  display: inline-block;
  font-size: clamp(2.2rem, 1.8601941748rem + 0.9061488673vw, 3.6rem);
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 0.6em 0;
}
.commonMidashi_4::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -39px;
  width: 72px;
  height: 41px;
  background-image: url(.././img/line_r.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_4::before {
    width: 52px;
    height: 23px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .commonMidashi_4::before {
    width: 59px;
    height: 34px;
  }
}

.commonMidashi_45 {
  display: inline-block;
  font-size: clamp(2.2rem, 1.8601941748rem + 0.9061488673vw, 3.6rem);
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding: 0.6em 0;
}
.commonMidashi_45::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -64px;
  width: 66px;
  height: 25px;
  background-image: url(.././img/line_r.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.commonMidashi_45::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  position: absolute;
  bottom: 0;
  right: -59px;
  width: 45px;
  height: 41px;
  background-image: url(.././img/line_r.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_45::before {
    width: 67px;
    height: 18px;
  }
  .commonMidashi_45::after {
    right: -28px;
    width: 27px;
    height: 27px;
  }
}

.commonMidashi_5.__small {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
}
.commonMidashi_5 {
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 1295px) {
  .commonMidashi_5 {
    font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  }
}

.commonMidashi_6 {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
  background-color: #a50e08;
  color: #fff;
  padding: 0.9em 1em;
  border-radius: 7px;
}

.headerInfoWrap {
  -moz-column-gap: 7px;
       column-gap: 7px;
  position: relative;
  z-index: 999;
}
.change-color .headerInfoWrap {
  z-index: 888;
}
.overRayTextCard .headerInfoWrap {
  justify-content: center;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerInfoWrap {
    position: absolute;
    top: -34px;
    right: 23px;
  }
}

.Table_scroll {
  overflow-y: hidden !important;
}

.scroll-hint.is-right-scrollable {
  background: unset !important;
}

.back_gray {
  padding: 6em 0 4em;
  background-color: #f2f2f2;
}
.back_gray.__last {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .back_gray {
    padding: 2em 0;
  }
}

.mgbg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==================================================
 * 採用
 *================================================*/
.meritList {
  -moz-column-gap: 15px;
       column-gap: 15px;
  counter-reset: number;
}
.meritList > li {
  counter-increment: number 1;
  width: calc((100% - 45px) / 4);
  padding: 2em 1.5em;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 1425px) {
  .meritList > li {
    padding: 2em 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .meritList {
    row-gap: 20px;
  }
  .meritList > li {
    width: 100%;
    padding: 2em 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .meritList {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 20px;
  }
  .meritList > li {
    width: calc((100% - 15px) / 2);
    padding: 2em 1.5em;
  }
}

.meritNbWrap {
  position: absolute;
  top: -61px;
  left: -32px;
}
@media only screen and (max-width: 767px) {
  .meritNbWrap {
    top: -36px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .meritNbWrap {
    top: -34px;
  }
}

.meritNb {
  width: 60px;
  height: 60px;
  background-color: #a50e08;
  border-radius: 50%;
  position: relative;
}
.meritNb::after {
  content: "";
  display: block;
  position: absolute;
  content: "0" counter(number);
  font-size: clamp(2.5rem, 2.3786407767rem + 0.3236245955vw, 3rem);
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .meritNb {
    width: 50px;
    height: 50px;
  }
}

.nbBoxInner {
  padding: 5.7em 0.5em;
}

.countImgArea {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countList {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.countList > li {
  width: calc((100% - 40px) / 3);
  padding: 2em 1.5em;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .countList > li {
    width: 100%;
    padding: 1.5em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .countList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .countList > li {
    width: calc((100% - 15px) / 2);
    padding: 1.5em 1em;
  }
}

.graphImg {
  width: 70%;
  margin-inline: auto;
}

.countTitle {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-weight: bold;
  line-height: 1.3;
}

.countNbBlock {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.countNbBlock dt {
  font-size: clamp(8rem, 7.0291262136rem + 2.5889967638vw, 12rem);
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.countNbBlock dd {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: bold;
  line-height: 1;
  margin-top: 55px;
}

/*==================================================
 * 採用アーカイブ
 *================================================*/
.single_bottom_nav_prev.no-link a {
  color: #cac8c8;
  pointer-events: none;
}
.single_bottom_nav_prev.no-link a::before {
  background-color: #cac8c8;
}
.single_bottom_nav_prev > a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  position: relative;
  padding-right: 3em;
  transition: 0.3s;
  font-weight: 500;
}
.single_bottom_nav_prev > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #a50e08;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
.single_bottom_nav_prev > a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: 12px;
  color: #fff;
  top: 50%;
  left: 81%;
  transform: translate(-50%, -50%);
}
.single_bottom_nav_prev > a:hover::before {
  background-color: #2e2e2e;
}

.single_bottom_nav_next.no-link a {
  color: #cac8c8;
  pointer-events: none;
}
.single_bottom_nav_next.no-link a::before {
  background-color: #cac8c8;
}
.single_bottom_nav_next a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  position: relative;
  padding-left: 2.7em;
  transition: 0.3s;
}
.single_bottom_nav_next a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #a50e08;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  transition: 0.3s;
}
.single_bottom_nav_next a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f104";
  font-size: 12px;
  color: #fff;
  top: 50%;
  left: 16%;
  transform: translate(-50%, -50%);
}
.single_bottom_nav_next a:hover::before {
  background-color: #2e2e2e;
}
@media only screen and (max-width: 767px) {
  .single_bottom_nav_next a::after {
    left: 11%;
  }
}

.single_bottom_nav_back {
  margin-inline: 16px;
}
.single_bottom_nav_back a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  padding: 0.8em 8em;
  background-color: #a50e08;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}
.single_bottom_nav_back a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .single_bottom_nav_back > a {
    padding: 0.3em 1em;
  }
}

/*==================================================
 * slider
 *================================================*/
/* zoomup========================================*/
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.topFvImg .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  animation: zoomUp 12s linear 0s;
  animation-fill-mode: both;
}

.topFvImg .swiper-container {
  position: relative;
  z-index: -1;
  height: 100%;
}

.swiperproduct1 {
  margin-inline: auto;
  width: 776px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .swiperproduct1 {
    width: 95%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperproduct1 {
    width: 100%;
  }
}

.swiperproduct1Wrap {
  width: 967px;
  margin-inline: auto;
}
@media only screen and (max-width: 959px) {
  .swiperproduct1Wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperproduct1Wrap {
    width: 100%;
  }
}

.swiperproduct1Wrap .swiper-slide {
  border: solid 3px #dfdfdf;
  background-color: #fff;
}

.swiperWorksWrap,
.swiperStaffWrap {
  position: relative;
}

.swiperStaff {
  overflow: hidden;
}

.swiperStaff .swiper-slide img {
  width: 100%;
  aspect-ratio: 4/3; /* 好きな比率 */
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.swiper-button-prev {
  position: absolute;
  left: 0;
}
.swiperWorksWrap .swiper-button-prev {
  display: none;
}
.swiperStaffWrap .swiper-button-prev {
  top: 29%;
  left: -45px;
}
.swiper-button-prev {
  width: 72px;
  height: 72px;
  background-color: #a50e08;
  border-radius: 50%;
}
.swiper-button-prev:after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f104";
  font-size: 12px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .swiperWorksWrap .swiper-button-prev {
    display: block;
    top: 37%;
    left: -8px;
  }
  .swiperStaffWrap .swiper-button-prev {
    top: 31%;
    left: -12px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .swiperStaffWrap .swiper-button-prev {
    top: 26%;
    left: -12px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperStaffWrap .swiper-button-prev {
    top: 31%;
  }
}

.swiper-button-next {
  position: absolute;
}
.swiperWorksWrap .swiper-button-next {
  display: none;
}
.swiperStaffWrap .swiper-button-next {
  top: 29%;
  right: -45px;
}
.swiper-button-next {
  width: 72px;
  height: 72px;
  background-color: #a50e08;
  border-radius: 50%;
}
.swiper-button-next:after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: 12px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .swiperWorksWrap .swiper-button-next {
    display: block;
    top: 37%;
    right: -8px;
  }
  .swiperStaffWrap .swiper-button-next {
    top: 31%;
    right: -12px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .swiperStaffWrap .swiper-button-next {
    top: 26%;
    right: -12px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperStaffWrap .swiper-button-next {
    top: 31%;
  }
}

.swiperWorksBlock .swiper-pagination {
  position: static !important;
  margin-top: 10px;
}
.swiperWorksBlock .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.swiperWorksBlock .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a50e08 !important;
}
.swiperWorksBlock .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background: #dbdcdd !important;
  width: 10px;
  height: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .swiperWorksBlock .swiper-pagination {
    margin-top: 22px;
  }
}

.slideno .swiper-button-next,
.slideno .swiper-button-prev {
  display: none !important;
}

.slider img {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .slider img {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .slider img {
    margin-left: 8px;
  }
}

/*==================================================
 * ヘッダー
 *================================================*/
.cf7msm-ro {
  text-transform: none !important;
}

.change-color header.on {
  opacity: 1;
}
header {
  background-color: #29343b;
  position: fixed;
  z-index: 9998;
  left: 0;
  right: 0;
  width: 100%;
  padding: 35px 0;
  transition: 0.3s;
}
.change-color header {
  transition: 0.3s;
  top: 0;
  padding: 4em 0 0;
  background: #fff;
  opacity: 0.9;
}
.open .change-color header {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  header {
    top: 0;
    padding: 25px 0;
  }
  .change-color header {
    transition: 0.3s;
    top: 0;
    padding: 25px 0;
    background: #fff;
    opacity: 0.9;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .open header {
    left: unset;
    width: 442px;
  }
}

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

.topFvlogoImg .siteLogo {
  display: none;
}
.topFvlogoImg .siteLogo_b {
  display: none;
}

.headerlogoBlock {
  position: absolute;
  width: 140px;
  left: 100px;
  top: 10px;
}
.home .headerlogoBlock {
  left: 116px;
  top: 10px;
}
.change-color .headerlogoBlock {
  top: 9px;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .headerlogoBlock {
    top: 7px;
    width: 97px;
    left: 16px;
  }
  .home .headerlogoBlock {
    top: 7px;
    width: 97px;
    left: 16px;
  }
  .change-color .headerlogoBlock {
    top: 6.5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerlogoBlock {
    left: 17px;
    top: 14px;
    width: 130px;
  }
  .home .headerlogoBlock {
    left: 17px;
    top: 14px;
  }
  .change-color .headerlogoBlock {
    top: 5px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerlogoBlock {
    left: 22px;
  }
  .home .headerlogoBlock {
    left: 22px;
  }
}

.headerMenuBlock {
  position: absolute;
  width: 66%;
  padding: 16px 0;
  top: 0;
  right: 0;
  background-color: #a50e08;
}
@media screen and (max-width: 1300px) {
  .headerMenuBlock {
    width: 62%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerMenuBlock {
    width: 60%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerMenuBlock {
    width: 64%;
  }
}

.menuBtn {
  all: unset;
  font: inherit;
  cursor: pointer;
  display: block;
  width: 100%;
}

.megaMenu {
  position: absolute;
  top: 60px; /* ヘッダーの高さなどに合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5em 2em;
  width: 650px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}
.megaMenu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(.././img/megaBack.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: -1;
}
.megaMenu::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.megaMenu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.change-color .megaMenu {
  top: 33px; /* ヘッダーの高さなどに合わせて調整 */
}
@media only screen and (max-width: 1500px) {
  .megaMenu {
    top: 60px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .megaMenu {
    padding: 1.3em;
    top: 55px; /* ヘッダーの高さなどに合わせて調整 */
    width: 50vw;
  }
  .change-color .megaMenu {
    top: 36px; /* ヘッダーの高さなどに合わせて調整 */
    width: 40vw;
  }
}

.topMenuTitle dl {
  padding-bottom: 0.8em;
  border-bottom: solid 1px #fff;
}
.topMenuTitle dt {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1;
  font-weight: 600;
}
.topMenuTitle dd {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  font-weight: 600;
  line-height: 1;
}

.topMenuBtn {
  display: block;
}
.topMenuBtn:hover dl {
  opacity: 0.7;
}
.topMenuBtn:hover dl::after {
  right: 0;
}
.topMenuBtn dl {
  padding-bottom: 0.8em;
  border-bottom: solid 1px #fff;
  position: relative;
}
.topMenuBtn dl::after {
  transition: 0.3s;
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f32b";
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.topMenuBtn dt {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: 600;
  line-height: 1;
}
.topMenuBtn dd {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  font-weight: 600;
  line-height: 1;
}

.megaMenuList {
  padding: 1em 0;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}
.megaMenuList > li {
  width: calc((100% - 30px) / 2);
  position: relative;
  transition: 0.3s;
}
.megaMenuList > li > a {
  display: block;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding: 1em 0 1em 0;
  position: relative;
}
.megaMenuList > li > a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f32b";
  font-size: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  line-height: 1;
  color: #fff;
  font-weight: 900;
  top: 22px;
  right: 4px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.megaMenuList > li > a:hover {
  opacity: 0.7;
}
.megaMenuList > li > a:hover::after {
  right: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .megaMenuList {
    padding: 0;
    row-gap: 5px;
  }
  .megaMenuList > li {
    width: 100%;
  }
  .megaMenuList > li > a {
    padding: 1em 0;
  }
  .megaMenuList > li > a::after {
    top: 22px;
  }
}

.headerMenuUnit {
  position: absolute;
  top: 0;
  right: 404px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.change-color .headerMenuUnit {
  top: 9px;
  right: 305px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerMenuUnit {
    right: 269px;
  }
}

.topBtnList.__contact {
  position: static;
}
.topBtnList {
  position: absolute;
  right: 0;
  top: 0;
}
.overRayBlock .topBtnList {
  position: unset;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.overRayBlock .topBtnList > li > a {
  width: 160px;
  padding: 1.5em 0.5em;
}
.topBtnList > li:nth-child(2) {
  background-color: #a50e08;
}
.topBtnList > li dt {
  font-size: clamp(1.2rem, 1.127184466rem + 0.1941747573vw, 1.5rem);
  font-weight: 600;
  line-height: 1;
}
.topBtnList > li dd {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
.topBtnList > li {
  background-color: #2e2e2e;
}
.topBtnList > li > a {
  width: 190px;
  display: block;
  padding: 1em 0.5em;
  transition: 0.3s;
}
.topBtnList > li > a:hover {
  background-color: #470000;
}
.change-color .topBtnList > li > a {
  width: 150px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topBtnList > li > a {
    width: 130px;
  }
}

.clientImg {
  width: 24px;
}
.change-color .clientImg {
  width: 18px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .clientImg {
    width: 18px;
  }
}

.tellImg {
  width: 22px;
}
.change-color .tellImg {
  width: 17px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .tellImg {
    width: 17px;
  }
}

.headerMenuCard button {
  all: unset;
  cursor: pointer;
}
.headerMenuCard > li {
  transition: 0.3s;
}
.headerMenuCard > li.hasMegaMenuLi {
  position: relative;
}
.headerMenuCard > li.hasMegaMenuLi::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-size: 15px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
}
.change-color .headerMenuCard > li.hasMegaMenuLi::after {
  color: #2e2e2e;
}
.headerMenuCard > li > a,
.headerMenuCard > li button {
  color: #fff;
  display: inline-block;
  width: clamp(86px, 5.1vw, 96px);
  display: block;
  padding: 0.9em 0.8em 3.7em;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
.headerMenuCard > li > a span,
.headerMenuCard > li button span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  font-size: clamp(1.2rem, 1.127184466rem + 0.1941747573vw, 1.5rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.headerMenuCard > li > a::before,
.headerMenuCard > li button::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 14px;
  width: 80%;
  height: 3px;
  background: #a50e08;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s;
}
.headerMenuCard > li > a:hover::before,
.headerMenuCard > li button:hover::before {
  transform: scaleX(1);
}
.change-color .headerMenuCard > li > a,
.change-color .headerMenuCard > li button {
  width: 93px;
  padding: 0.5em 0.5em 2em;
}
.change-color .headerMenuCard > li > a span,
.change-color .headerMenuCard > li button span {
  font-size: clamp(1.2rem, 1.1757281553rem + 0.0647249191vw, 1.3rem);
  color: #2e2e2e;
}
.change-color .headerMenuCard > li > a::before,
.change-color .headerMenuCard > li button::before {
  bottom: 3px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerMenuCard > li > a {
    padding: 0.9em 0.5em 3.7em;
  }
}

.overRayMenuUl {
  margin-bottom: 11%;
}
.overRayMenuUl > li {
  position: relative;
  font-size: 16px;
  padding: 1.8rem 0.8rem;
  font-weight: 500;
}
.overRayMenuUl > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #c0c0c0;
}
.overRayMenuUl > li > a {
  display: block;
  transition: 0.3s;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.overRayMenuUl > li > a::before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 1;
  width: 25px;
  height: 25px;
  content: "\f105";
  top: 15px;
  right: -7px;
  transform: translateY(-50%);
  font-weight: 300;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
}
.overRayMenuUl > li .menuBtn {
  display: block;
  transition: 0.3s;
  position: relative;
  font-weight: bold;
}
.overRayMenuUl > li .menuBtn::before, .overRayMenuUl > li .menuBtn::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  line-height: 1;
  width: 25px;
  height: 25px;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  font-weight: 300;
  z-index: 1;
  transition: 0.3s;
  opacity: 1;
}
.overRayMenuUl > li .menuBtn::before {
  content: "\f105";
  right: -7px;
}
.overRayMenuUl > li .menuBtn.hasMegaMenuA::before {
  content: "\f107";
  right: -5px;
}
.overRayMenuUl > li .menuBtn.hasMegaMenuA.on {
  padding-bottom: 5%;
}
.overRayMenuUl > li .menuBtn.hasMegaMenuA.on::after {
  content: "\f077";
  right: -5px;
}
.overRayMenuUl > li .menuBtn.hasMegaMenuA.on::before {
  opacity: 0;
}
.overRayMenuUl > li .menuBtn > ul:not(:last-child) > li {
  padding: 30em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayMenuUl > li {
    padding: 1.6rem 1rem;
  }
}

.splist {
  display: none;
  width: 105%;
  margin-left: -2.5%;
}
.splist > li {
  padding: 0.5em;
}
.splist > li:not(:last-child) {
  border-bottom: solid 1px #c0c0c0;
}
.splist > li > a {
  display: block;
  color: #2e2e2e;
  position: relative;
}
.splist > li > a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: 300;
  font-size: 20px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.splist > li > a:hover::before {
  right: -15px !important;
}

.splistText {
  font-size: 15px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
}

.hasMegaMenuLiList {
  display: none;
}
.hasMegaMenuLiList.hasMegaMenuBack {
  position: relative;
}
.hasMegaMenuLiList.hasMegaMenuBack::after {
  position: absolute;
  content: "";
  display: block;
  width: 110%;
  height: 102.3%;
  top: 0;
  left: -5%;
  padding: 0 5%;
  background: rgba(0, 0, 0, 0.08);
  z-index: -1;
}
.hasMegaMenuLiList > li:last-child {
  padding: 0.6em 0 0;
}
.hasMegaMenuLiList > li {
  padding: 0.6em 0;
  position: relative;
}
.hasMegaMenuLiList > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 105%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.08);
  left: -0.5em;
  top: 0;
}

.overRayBlock {
  display: flex;
  width: 442px;
  margin-left: auto;
  position: relative;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayBlock {
    width: 442px;
  }
}

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

.overRayTextCard {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 70px;
  background-color: rgba(0, 0, 0, 0.9);
}
@media only screen and (max-width: 1366px) {
  .overRayTextCard {
    padding-top: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    width: 100%;
    padding: 10px 22px 0;
    padding-bottom: 24%;
  }
}

/*==================================================
 * header
 *================================================*/
/*==top画像==============================================*/
.topFvCard {
  aspect-ratio: 1920/829;
  height: auto;
  position: relative;
}
.topFvCard::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background-color: #2e2e2e;
}
@media only screen and (max-width: 767px) {
  .topFvCard::after {
    height: 30px;
  }
  .topFvCard {
    aspect-ratio: 390/551;
    height: auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvCard::after {
    height: 40px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvCard::after {
    height: 30px;
  }
}

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

.topFvImg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.topFvImg .swiper-container,
.topFvImg .swiper-wrapper,
.topFvImg .swiper-slide {
  height: 100%;
}
.topFvImg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.topFvImg img,
.topFvImg .slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .topFvImg img,
  .topFvImg .slide-img {
    -o-object-position: center top;
       object-position: center top;
  }
}

.topFvTextWrap {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding: clamp(1em, 3vw, 8.5em) 0 clamp(20px, 10vw, 12em);
}
@media only screen and (max-width: 767px) {
  .topFvTextWrap {
    padding: 2.2em 0 15.8em;
  }
}

.topFvTitleEn {
  font-size: clamp(5.7rem, 3.6854368932rem + 5.3721682848vw, 14rem);
  color: #fff;
  font-family: "Oswald", serif;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTitleEn {
    font-size: 74px;
  }
}

.topFvTitleJp {
  font-size: clamp(2.1rem, 1.3961165049rem + 1.8770226537vw, 5rem);
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}

.bg-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.bg-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: left center;
}

/* animation開始 */
.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.inn {
  display: inline-block;
  font-size: clamp(5.7rem, 3.6854368932rem + 5.3721682848vw, 14rem);
  line-height: 1;
  color: #fff;
  font-family: "Oswald", serif;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .inn {
    font-size: 20px;
    padding: 5px 9px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .inn {
    font-size: 28px;
    padding: 5px 9px;
  }
}

@keyframes bg {
  0% {
    transform: scaleX(0);
    transform-origin: left center;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left center;
  }
  51% {
    transform-origin: right center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right center;
  }
}
/*==下層画像==============================================*/
.commonFv {
  position: relative;
  overflow: hidden;
}

.commonFvImg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.commonFvImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .recruit .commonFvImg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 380px;
    background-image: linear-gradient(180deg, transparent 0 40%, #000 100%);
    bottom: 0;
    left: 0;
  }
  .commonFvImg img {
    -o-object-position: 75% center;
       object-position: 75% center;
  }
}

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

@media only screen and (max-width: 767px) {
  .recruitFvCard {
    position: relative;
  }
  .recruitFvCard::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(.././img/commonFv01_sp.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  .recruitFvCard::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 380px;
    background-image: linear-gradient(180deg, transparent 0 40%, rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
    left: 0;
  }
}

.commonFvRecruitWrap {
  width: 40%;
  background-color: #2e2e2e;
  padding-top: clamp(40px, 7%, 135px);
  padding-bottom: clamp(40px, 7%, 135px);
  padding-inline: clamp(10px, 2%, 38px);
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .commonFvRecruitWrap {
    width: 100%;
    background-color: unset;
    padding-inline: 15px;
    padding: 7em 0 1.8em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonFvRecruitWrap {
    width: 48%;
    padding: 2em 0.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonFvRecruitWrap {
    width: 47%;
  }
}

.commonFvTextWrap {
  position: relative;
  z-index: 2;
  margin: auto;
  padding-top: clamp(54px, 6%, 155px);
  padding-bottom: clamp(54px, 6%, 155px);
}

.commonFvTitle {
  font-size: clamp(2.2rem, 1.6417475728rem + 1.4886731392vw, 4.5rem);
}
.commonFvTitle span {
  font-size: clamp(1.8rem, 1.3873786408rem + 1.1003236246vw, 3.5rem);
  line-height: 2.3;
  font-weight: bold;
  position: relative;
  padding: 0 1.8em;
}
.commonFvTitle span::after, .commonFvTitle span::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  top: 50%;
}
.commonFvTitle span::after {
  left: 0;
}
.commonFvTitle span::before {
  right: 0;
}
.commonFvTitle {
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .commonFvTitle span::after, .commonFvTitle span::before {
    width: 15px;
  }
}

.commonFvTitleSub {
  font-size: clamp(1.8rem, 1.6058252427rem + 0.5177993528vw, 2.6rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
}

/*==================================================
 * pagenation*/
:root {
  --swiper-theme-color: #fff;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  padding: 4em 0 0;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 2.5em 0 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  footer {
    padding: 1.5em 0 0;
  }
}

.footerlogoImg {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .footerlogoImg {
    width: 141px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .footerlogoImg {
    width: 22%;
    margin-bottom: 3%;
  }
}

.footerBtn {
  cursor: pointer;
  position: fixed;
  right: 0.6%;
  bottom: 6%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2e2e2e;
  transition: 0.3s;
  z-index: 9999;
  display: none;
}
.footerBtn.visible {
  display: block;
}
.footerBtn::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f077";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .footerBtn {
    bottom: 10%;
    width: 30px;
    height: 30px;
    right: 2.6%;
  }
  .footerBtn::after {
    font-size: 13px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .footerInfoBlock {
    margin-bottom: 3%;
  }
}

.footerText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
}

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

.footerListBlock {
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .footerListBlock {
    row-gap: 20px;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .footerListBlock {
    row-gap: 20px;
    margin-bottom: 4%;
  }
}

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

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

.footerBtnList {
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.footerBtnList > li:nth-child(1) {
  background-color: #2e2e2e;
}
.footerBtnList > li {
  background-color: #a50e08;
}
.footerBtnList > li > a {
  width: 250px;
  display: block;
  padding: 1.2em 1.3em;
  transition: 0.3s;
}
.footerBtnList > li > a:hover {
  background-color: #470000;
}
@media only screen and (max-width: 767px) {
  .footerBtnList {
    justify-content: center;
    margin-inline: auto;
  }
  .footerBtnList > li > a {
    width: 165px;
    padding: 1.2em 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .footerBtnList {
    justify-content: flex-start;
    margin-bottom: 3%;
  }
}

.footerBtnTitleJp {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: bold;
  line-height: 1;
}

.footerBtnTitleEn {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  line-height: 1;
}

.footerMenuTitle.__works {
  margin-bottom: 0.6em;
}
.footerMenuTitle.__business {
  margin-bottom: 0.6em;
}
.footerMenuTitle > a {
  display: block;
  transition: 0.3s;
}
.footerMenuTitle > a:hover {
  opacity: 0.7;
}
.footerMenuTitle {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  color: #a50e08;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .footerMenuTitle.__works {
    margin-bottom: 0.6em;
  }
  .footerMenuTitle.__business {
    margin-bottom: 0.6em;
  }
}

.footerMenuList > li:not(:last-child) {
  margin-bottom: 3px;
}
.footerMenuList > li > a {
  display: block;
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 1.5;
  font-weight: 600;
  transition: 0.3s;
}
.footerMenuList > li > a:hover {
  color: #a50e08;
}

.footerCopy {
  background-color: #2e2e2e;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    margin-top: 0;
    padding: 10px 0 19px;
  }
}

.copyBtnWrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .copyBtnWrap {
    position: static;
    text-align: center;
    margin: 2em 0 0.5em;
  }
}

.copylight {
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
  font-weight: 500;
}

/*==================================================
 * 下層section
 *================================================*/
/*トップページ
*================================================*/
@media only screen and (max-width: 767px) {
  .topNewsTitleBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

.topNewsList {
  width: 100%;
}
.topNewsCard .topNewsList {
  width: 1115px;
}
.topNewsList > li:last-child {
  border-bottom: solid 1px #c0c0c0;
}
.topNewsList > li {
  border-top: solid 1px #c0c0c0;
}
.topNewsList > li > a {
  padding: 2em 0;
  display: block;
  position: relative;
}
.topNewsList > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url(.././img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
.topNewsList > li > a:hover::after {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .topNewsList {
    width: 100%;
  }
  .topNewsList > li > a {
    padding: 1em 0;
  }
  .topNewsList > li > a::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .renewal .allBtnWrap {
    top: 16px;
  }
  .allBtnWrap {
    position: absolute;
    top: 12px;
    right: 15px;
  }
}

.topNewsWrap {
  -moz-column-gap: 73px;
       column-gap: 73px;
}

.topNewsLineWrap {
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.newsDay {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.3;
  font-weight: 500;
}

.newsTitle {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.3;
  font-weight: 600;
}

.topBusinessCard {
  position: relative;
  padding-bottom: 1em;
}
.topBusinessCard::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 92%;
  top: 8%;
  left: 0;
  background-color: #f2f2f2;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .topBusinessCard::after {
    height: 97.3%;
    top: 2.7%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topBusinessCard::after {
    height: 90%;
    top: 10%;
  }
}

.busInfoBlock {
  width: 35%;
  margin-right: 3%;
}
.__reverse .busInfoBlock {
  margin-left: 3%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .busInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .busInfoBlock {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .busInfoBlock {
    width: 49%;
  }
}

.busImgBlock {
  width: 71%;
}
@media only screen and (max-width: 767px) {
  .busImgBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .busImgBlock {
    margin-top: 14%;
  }
}

.newFlowCard .back_iconWrap {
  z-index: 0;
  top: -69px;
  right: 66px;
  bottom: unset;
}
.back_iconWrap {
  position: absolute;
  right: 0;
  bottom: -5%;
  width: 31%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .back_iconWrap {
    width: 193px;
    top: 0;
    bottom: unset;
  }
  .newFlowCard .back_iconWrap {
    width: 130px;
    top: -15px;
    right: 17px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .newFlowCard .back_iconWrap {
    top: -15px;
    right: 17px;
  }
}

.topWorksList {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.topWorksList > li {
  width: calc((100% - 70px) / 3);
}
@media only screen and (max-width: 767px) {
  .topWorksList {
    row-gap: 35px;
  }
  .topWorksList > li {
    width: 100%;
  }
}

.worksTitle {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.4;
  font-weight: 600;
}
a:hover .worksTitle {
  color: #a50e08;
}

.worksImg.__recruit {
  aspect-ratio: 445/334;
}
.worksImg.__list {
  aspect-ratio: 445/334;
}
.worksImg {
  aspect-ratio: 432/324;
  background: #f0f0f0;
  overflow: hidden;
}
.worksImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.worksPlace {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.3;
  font-weight: 500;
}

.worksPeriod {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.3;
  font-weight: 500;
}

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

.topWorksBtnBlock {
  width: 60px;
  margin-left: 10px;
  transition: 0.3s;
}
a:hover .topWorksBtnBlock {
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .topWorksBtnBlock {
    width: 40px;
  }
}

.topAboutInfoBlock {
  width: 50%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .topAboutInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topAboutInfoBlock {
    width: 68%;
  }
}

.topAboutBtnBlock {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .topAboutBtnBlock {
    width: 100%;
    margin-bottom: 7%;
  }
}

.topAboutBtnList > li:last-child {
  border-bottom: solid 1px #f2f2f2;
}
.topAboutBtnList > li {
  border-top: solid 1px #f2f2f2;
}
.topAboutBtnList > li > a {
  display: block;
  padding: 1.3em 15px;
}
.topAboutBtnList > li > a dt {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  color: #a50e08;
  line-height: 1.3;
  font-weight: 600;
  transition: 0.3s;
}
.topAboutBtnList > li > a dd {
  width: 60px;
  transition: 0.3s;
}
.topAboutBtnList > li > a:hover dt {
  opacity: 0.7;
}
.topAboutBtnList > li > a:hover dd {
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .topAboutBtnList > li > a {
    padding: 0.8em 8px;
  }
  .topAboutBtnList > li > a dd {
    width: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topAboutBtnList > li > a {
    padding: 0.8em 8px;
  }
  .topAboutBtnList > li > a dd {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .topRecruitCard {
    margin-top: 0;
  }
}

.topRecruitInfoBlock {
  width: 46%;
  background-color: #2e2e2e;
  padding-top: clamp(60px, 4.7%, 90px);
  padding-bottom: clamp(60px, 4.7%, 90px);
  padding-inline: 6em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1490px) {
  .topRecruitInfoBlock {
    padding-inline: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitInfoBlock {
    width: 100%;
    padding: 2em 1.5em 2.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topRecruitInfoBlock {
    width: 100%;
    padding: 10em 2em 2em;
    background-color: unset;
    position: relative;
  }
  .topRecruitInfoBlock::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 0 20%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .topRecruitInfoBlock::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-image: url(.././img/topRecruitImg.webp);
    background-position: 30% 30%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -2;
  }
}

.topRecruitText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topRecruitText {
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topRecruitText {
    margin-bottom: 3%;
  }
}

.topRecruitImg {
  width: 54%;
}
@media only screen and (max-width: 767px) {
  .topRecruitImg {
    width: 100%;
    padding-bottom: 63%;
  }
}
@media only screen and (max-width: 1800px) {
  .topRecruitImg {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitImg {
    width: 100%;
  }
}

.contactCard {
  padding: 5.5em 0 4.7em;
  background-color: #a50e08;
}
@media only screen and (max-width: 767px) {
  .contactCard {
    padding: 2.5em 0 2em;
  }
}

/*==================================================
 * 募集要項
 *================================================*/
.recruitCard {
  padding: 4em 0 3em;
  background-color: #2e2e2e;
}
@media only screen and (max-width: 767px) {
  .recruitCard {
    padding: 2.5em 0 2em;
  }
}

.recruitBtnWrap {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media only screen and (max-width: 767px) {
  .recruitBtnWrap {
    row-gap: 5px;
  }
}

/*==================================================
 * 募集要項
 *================================================*/
.partnersCard {
  padding: 4em 0 3em;
  background-color: #a50e08;
}
@media only screen and (max-width: 767px) {
  .partnersCard {
    padding: 2.5em 0 2em;
  }
}

/*==================================================
 * 建築・リニューアル事業
 *================================================*/
.pointList {
  -moz-column-gap: 42px;
       column-gap: 42px;
}
.pointList > li {
  width: calc((100% - 42px) / 2);
  padding: 2em;
  border: solid 3px #d5d5d5;
}
@media only screen and (max-width: 767px) {
  .pointList {
    row-gap: 15px;
  }
  .pointList > li {
    padding: 1em;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .pointList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .pointList > li {
    width: calc((100% - 15px) / 2);
    padding: 2em 1.5em;
  }
}

.pointTitle {
  font-size: clamp(1.9rem, 1.7786407767rem + 0.3236245955vw, 2.4rem);
  color: #a50e08;
  line-height: 1.4;
  font-weight: bold;
}

.newContentInfoBlock {
  width: 30%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .newContentInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newContentInfoBlock {
    width: 80%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .newContentInfoBlock {
    width: 45%;
  }
}

.newContentImgBlock {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .newContentImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newContentImgBlock {
    width: clamp(230px, 39%, 349px);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .newContentImgBlock {
    width: 50%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newContentInfoUnit {
    padding-bottom: clamp(321px, 49%, 351px);
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newContentInfoWrap {
    position: absolute;
    width: clamp(760px, 89vw, 1138px);
    padding-right: 15px;
    bottom: 0;
  }
}

.newContentInfoBox {
  margin-bottom: 10%;
}
@media only screen and (max-width: 959px) {
  .newContentInfoBox {
    margin-bottom: 6%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .newContentInfoBox {
    margin-bottom: 2.4em;
  }
}

.flowList {
  row-gap: 25px;
  z-index: 1;
  counter-reset: number;
}
.flowList > li {
  width: 100%;
  counter-increment: number 1;
  position: relative;
}
.flowList > li:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 63px;
  left: 29px;
  width: 2px;
  height: calc(100% - 63px);
  background-color: #2e2e2e;
}
@media only screen and (max-width: 767px) {
  .flowList {
    row-gap: 20px;
  }
  .flowList > li:not(:last-child)::before {
    top: 38px;
    left: 17px;
    height: calc(100% - 38px);
  }
}

.flowNb {
  position: relative;
}
.flowNb::after {
  content: "";
  display: block;
  position: absolute;
  content: "0" counter(number);
  font-size: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  line-height: 0.6;
  font-family: "Outfit", sans-serif;
  color: #a50e08;
  font-weight: 600;
  top: 6px;
  left: 0;
}

.flowNbBlock {
  width: 5%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .flowNbBlock {
    width: 7%;
    margin-right: 7%;
  }
}

.flowInfoBlock {
  width: 92%;
  background-color: #fff;
  padding: 2em;
}
@media only screen and (max-width: 767px) {
  .flowInfoBlock {
    width: 86%;
    padding: 1.3em 1em;
  }
}

.worksList {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.worksList > li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .worksList {
    row-gap: 30px;
  }
  .worksList > li {
    width: 100%;
  }
}

.worksTable i {
  font-size: 20px;
  color: #a50e08;
}
.partCard .worksTable td {
  text-align: left;
}
.worksTable {
  width: 100%;
}
.worksTable th {
  background-color: #f2f2f2;
  border-top: solid 1px #000;
}
.worksTable th,
.worksTable td {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.6;
  font-weight: 500;
  padding: 1em;
  border-bottom: solid 1px #000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .worksTable {
    width: 800px;
  }
}

.busiMenuList {
  row-gap: 50px;
}

.worksMenuList {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.worksMenuList > li {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 767px) {
  .worksMenuList {
    row-gap: 35px;
  }
  .worksMenuList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worksMenuList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .worksMenuList > li {
    width: calc((100% - 15px) / 2);
  }
}

.conList {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.conList > li {
  width: calc((100% - 30px) / 2);
  padding: 3em 0.5em 2em;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .conList {
    row-gap: 20px;
  }
  .conList > li {
    width: 100%;
    padding: 2em 0.5em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .conList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .conList > li {
    width: calc((100% - 15px) / 2);
    padding: 2em 0.5em 1em;
  }
}

.conTel {
  display: inline-block;
  font-size: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  line-height: 1.6;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .conTel > a {
    pointer-events: none;
  }
}

.conTelImg {
  width: 26px;
  display: inline-block;
}

.conBox {
  width: 75%;
  margin-inline: auto;
  border-radius: 10px;
  background-color: #2e2e2e;
  padding: 1em 0.5em;
}
@media only screen and (max-width: 767px) {
  .conBox {
    width: 90%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .conBox {
    width: 85%;
  }
}

/*==================================================
 * インタビュー
 *================================================*/
.staffBox {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.staffImg {
  width: 40%;
}
.staffImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.staffInfo {
  width: 60%;
  padding: 3vw;
  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.singStaffInfoWrap {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.staffPart {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1.6;
  font-weight: 600;
}
a:hover .staffPart {
  color: #a50e08;
}

.staffTitle {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.6;
  font-weight: bold;
  transition: 0.3s;
}
a:hover .staffTitle {
  color: #a50e08;
}

.staffWrap {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.staffName.__big {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
}
.staffName {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1.4;
  font-weight: bold;
}

.staffCateBox span {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 1;
  font-weight: bold;
  padding: 0.3em 0.8em;
  border-radius: 50px;
  color: #fff;
  background-color: #2e2e2e;
  transition: 0.3s;
}
a:hover .staffCateBox span {
  background-color: #a50e08;
}

.singStaffBox {
  background-color: #f2f2f2;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .singStaffBox {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
}

.singStaffSwiper {
  width: 43%;
  aspect-ratio: 4/3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .singStaffSwiper {
    width: 100%;
    aspect-ratio: 16/9;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
}

.singStaffImg {
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .singStaffImg {
    padding-bottom: 73%;
  }
}

.singStaffInfoBlock {
  width: 57%;
  padding: 2em 2em 2em;
}
@media only screen and (max-width: 767px) {
  .singStaffInfoBlock {
    width: 100%;
    margin-left: 0;
    padding: 1em;
  }
}

.staffContentList {
  flex-direction: column;
  row-gap: 20px;
}

.singStaffCate span {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.3;
  font-weight: bold;
  padding: 0.3em 1em;
  color: #fff;
  background-color: #2e2e2e;
  border-radius: 50px;
}

.singStaffWrap {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.singStaffTitle {
  font-size: clamp(1.8rem, 1.6058252427rem + 0.5177993528vw, 2.6rem);
  line-height: 1.8;
  font-weight: bold;
}

.staffInfoTitle {
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  line-height: 1.8;
  font-weight: bold;
}

/*==================================================
 * 募集要項
 *================================================*/
.topRecruitList {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.topRecruitList > li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .topRecruitList {
    row-gap: 20px;
  }
  .topRecruitList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topRecruitList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .topRecruitList > li {
    width: calc((100% - 30px) / 3);
  }
}

.recruitCateBoxWrap {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.recruitCateBox span {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 0.3em 1em 0.4em;
  border-radius: 50px;
  background-color: #2e2e2e;
}

.jobsImg {
  aspect-ratio: 766/566;
  overflow: hidden;
}
.jobsImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.recruitTitle {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.3;
  font-weight: bold;
  transition: 0.3s;
}
a:hover .recruitTitle {
  color: #a50e08;
}

.jobTable {
  width: 100%;
  padding: 3em;
  border-radius: 10px;
}
.jobTable.__small th,
.jobTable.__small td {
  padding: 0.8em;
}
.jobTable dt {
  width: 11%;
}
.jobTable th,
.jobTable td {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
  padding: 1em;
  border: solid 1px #d0d0d0;
}
.jobTable td {
  background-color: #fff;
}
.jobTable th {
  width: 25%;
  background-color: rgba(227, 226, 226, 0.8196078431);
}
.jobTable th.mapBlock {
  text-align: center;
}
@media only screen and (max-width: 1335px) {
  .jobTable.__small th,
  .jobTable.__small td {
    display: block;
    padding: 0.3em;
    width: 100%;
  }
  .jobTable.__small td {
    padding-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .jobTable {
    padding: 0;
  }
  .jobTable.__small th,
  .jobTable.__small td {
    padding: 0.5em;
  }
  .jobTable dt {
    width: 28%;
  }
  .jobTable th,
  .jobTable td {
    padding: 0.3em 0.5em;
    display: block;
  }
  .jobTable tr:not(:first-child) th {
    border-top: unset;
  }
  .jobTable th {
    background-color: #2e2e2e;
    color: #fff;
    border-bottom: unset;
    width: 100%;
  }
  .jobTable th.mapBlock {
    text-align: left;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .jobTable.__small th,
  .jobTable.__small td {
    padding: 0.5em;
  }
  .jobTable dt {
    width: 19%;
  }
  .jobTable th {
    width: 27%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .jobTable.__small th,
  .jobTable.__small td {
    display: block;
    padding: 0.3em;
    width: 100%;
  }
  .jobTable.__small td {
    padding-bottom: 6%;
  }
  .jobTable dt {
    width: 17%;
  }
}

/*==================================================
 * 会社情報
 *================================================*/
.padding-block.recruitMenuCard {
  padding: 2.5em 0 6em;
}
.padding-block {
  padding: 2.5em 0;
}
@media only screen and (max-width: 767px) {
  .padding-block {
    padding: 1.5em 0;
  }
  .padding-block.recruitMenuCard {
    padding: 1.5em 0 1.5em;
  }
}

.menuList {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.susMenuCard .menuList > li {
  width: calc((100% - 45px) / 4);
}
.menuList > li {
  width: calc((100% - 60px) / 5);
  border-radius: 7px;
  background-color: #a50e08;
  transition: 0.3s;
  position: relative;
}
.menuList > li::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  color: #fff;
  font-size: 12px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.menuList > li > a {
  display: block;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 600;
  text-align: center;
  padding: 1em;
  color: #fff;
  transition: 0.3s;
}
.menuList > li:hover {
  background-color: #2e2e2e;
}
.menuList > li:hover::after {
  top: 55%;
}
@media only screen and (max-width: 767px) {
  .menuList {
    -moz-column-gap: 7px;
         column-gap: 7px;
    row-gap: 5px;
  }
  .menuList > li {
    width: calc((100% - 7px) / 2);
  }
  .menuList > li > a {
    padding: 0.5em;
  }
  .susMenuCard .menuList > li {
    width: calc((100% - 7px) / 2);
  }
  .susMenuCard .menuList > li > a {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .menuList {
    -moz-column-gap: 7px;
         column-gap: 7px;
    row-gap: 10px;
  }
  .susMenuCard .menuList > li {
    width: calc((100% - 21px) / 4);
  }
  .menuList > li {
    width: calc((100% - 21px) / 4);
  }
  .menuList > li::after {
    right: 9px;
  }
  .menuList > li > a {
    padding: 1em 0.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .menuList {
    -moz-column-gap: 7px;
         column-gap: 7px;
    row-gap: 10px;
  }
  .susMenuCard .menuList > li {
    width: calc((100% - 21px) / 4);
  }
  .menuList > li {
    width: calc((100% - 28px) / 5);
  }
  .menuList > li::after {
    right: 9px;
  }
  .menuList > li > a {
    padding: 1em 0.5em 1em 0.9em;
    text-align: left;
  }
}

.mesImgBlock {
  width: 50%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .mesImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .mesImgBlock {
    width: 35%;
  }
}

.company .mesInfoBlock {
  padding-right: 15%;
}
.mesInfoBlock {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .company .mesInfoBlock {
    padding: 0 15px;
  }
  .mesInfoBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .mesInfoBlock {
    width: 65%;
  }
  .company .mesInfoBlock {
    padding-right: 20px;
  }
}

.ceoName {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  font-weight: 500;
}
.ceoName span {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1;
  font-weight: bold;
}

.officeList {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.officeList > li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .officeList {
    row-gap: 26px;
  }
  .officeList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .officeList {
    row-gap: 26px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .officeList > li {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .officeList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .officeList > li {
    width: calc((100% - 30px) / 3);
  }
}

.officeName {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1;
  font-weight: bold;
}

.hisList {
  width: 43%;
  margin-inline: auto;
}
.hisList > li {
  padding-bottom: 1.9em;
  position: relative;
}
.hisList > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #a50e08;
  top: 5px;
  left: 93px;
}
.hisList > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #a50e08;
  border-radius: 50%;
  top: 5px;
  left: 89px;
}
.hisList > li dt {
  width: 14%;
  margin-right: 8%;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  color: #a50e08;
  line-height: 1.2;
  font-weight: 600;
}
.hisList > li dd {
  width: 78%;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hisList {
    width: 100%;
  }
  .hisList > li:not(:last-child)::after {
    top: 9px;
    left: 5px;
  }
  .hisList > li::before {
    left: 1px;
  }
  .hisList > li {
    padding-left: 1.4em;
  }
  .hisList > li dt {
    margin-right: 0;
  }
  .hisList > li dt,
  .hisList > li dd {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .hisList {
    width: 71%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .hisList {
    width: 65%;
  }
}

.benefitsList {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 35px;
  counter-reset: number;
}
.benefitsList > li {
  counter-increment: number 1;
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .benefitsList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .benefitsList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .benefitsList > li {
    width: calc((100% - 15px) / 2);
  }
}

.benefitsSubTitle span {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-left: 1.8em;
}
.benefitsSubTitle span::after {
  content: "";
  display: block;
  position: absolute;
  content: counter(number) ".";
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  font-weight: bold;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.benefitsText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.4;
  font-weight: bold;
}

.benefitsTitle {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  line-height: 1.4;
  font-weight: bold;
}

.benefitsBox {
  padding: 2em;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.partConBox {
  width: 50%;
  margin-inline: auto;
  padding: 2em;
  background-color: #f2f2f2;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .partConBox {
    width: 100%;
    padding: 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .partConBox {
    width: 75%;
  }
}

.policyImgList {
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 80%;
  margin-inline: auto;
}
.policyImgList > li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .policyImgList {
    width: 100%;
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 30px;
  }
  .policyImgList > li {
    width: calc((100% - 15px) / 2);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .policyImgList {
    width: 100%;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .policyImgList > li {
    width: calc((100% - 30px) / 3);
  }
}

.secInfoBlock {
  width: 52%;
  margin-right: 5%;
}
.__reverse .secInfoBlock {
  margin-right: 0;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .secInfoBlock {
    width: 100%;
    margin-right: 0;
  }
  .__reverse .secInfoBlock {
    margin-left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .secInfoBlock {
    width: 87%;
  }
}

.secImgBlock {
  width: 43%;
}
@media only screen and (max-width: 767px) {
  .secImgBlock {
    width: 100%;
    margin-bottom: 3%;
  }
}

.blockList {
  row-gap: 80px;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .blockList {
    row-gap: 30px;
  }
}/*# sourceMappingURL=import.css.map */