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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,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: #d20000;
}

.mainColorSub {
  color: #2c2c2c;
}

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

.bgGrayColor {
  background-color: #cccdcd;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

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

.bgGrad {
  background: rgb(255, 174, 86);
  background: linear-gradient(to right, #efe590 0%, #ffae56 100%);
}

.bgGradafter {
  background: rgb(239, 229, 144);
  background: linear-gradient(to left, #efe590 0%, #ffae56 100%);
}

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

.grayLight {
  color: #9a9a9a;
}

.white {
  color: #fff;
}

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

.fontEnSub {
  font-family: "Cormorant Garamond", 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: #d20000;
}
.linkA:hover {
  color: #d20000;
  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%;
}

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

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

.cntSlid {
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}

.cntM {
  max-width: 1758px;
  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;
}

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: #d20000;
  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: #d20000;
  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: #d20000;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

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

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

/*ボタン*/
/* ボタンだけに指定する場合は以下 */
.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: 100px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 70px);
  background-color: #d3dde0;
  overflow-y: auto;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 997;
}
.change-color .overRayBox {
  top: 82px;
  height: calc(100dvh - 82px);
}
@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: 18px;
  top: 11px;
}
.home .menu-btn {
  top: 21px;
}
.menu-btn {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: none;
  background-color: #d20000;
  transition: 0.3s;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}
@media only screen and (max-width: 959px) {
  .open .menu-btn {
    top: 21px;
  }
  .menu-btn {
    height: 56px;
  }
  .change-color .menu-btn {
    top: 4px;
    width: 45px;
    height: 45px;
  }
  .open .change-color .menu-btn {
    top: 23px;
  }
}

.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: 75%;
}
.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: #d20000;
}
.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 #d20000;
}

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

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

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

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
.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: 313px;
  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;
}
.topContactCard .cform option,
.topContactCard .cform textarea,
.topContactCard .cform input[type=text],
.topContactCard .cform input[type=tel],
.topContactCard .cform input[type=email],
.topContactCard .cform input[type=search],
.topContactCard .cform input[type=url] {
  background-color: #fff;
}
.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: 100% !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;
  }
  .en .cform tr td {
    width: 487px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cform th {
    width: 230px !important;
  }
  .en .cform tr td {
    width: 605px;
  }
}

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

.openBtn {
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
  position: relative;
}
.openBtn::before {
  opacity: 0;
}
.openBtn::after, .openBtn::before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  color: #2c2c2c;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.openBtn::after {
  content: "\f13a";
}
.openBtn::before {
  content: "\f139";
}
.openBtn.on::before {
  opacity: 1;
}
.openBtn.on::after {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .openBtn::after, .openBtn::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;
}
@media only screen and (max-width: 767px) {
  .contactText {
    font-size: 15px;
  }
}

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

.career-entry #grad_year,
.career-entry #grad_month,
.career-entry #day_year,
.career-entry #day_month,
.newgrads-entry #grad_year,
.newgrads-entry #grad_month,
.newgrads-entry #day_year,
.newgrads-entry #day_month {
  width: 10% !important;
}
.career-entry #grad_year #grad_year,
.career-entry #grad_month #grad_year,
.career-entry #day_year #grad_year,
.career-entry #day_month #grad_year,
.newgrads-entry #grad_year #grad_year,
.newgrads-entry #grad_month #grad_year,
.newgrads-entry #day_year #grad_year,
.newgrads-entry #day_month #grad_year {
  margin-right: 20px !important;
}
@media only screen and (max-width: 767px) {
  .career-entry #grad_year,
  .career-entry #grad_month,
  .career-entry #day_year,
  .career-entry #day_month,
  .newgrads-entry #grad_year,
  .newgrads-entry #grad_month,
  .newgrads-entry #day_year,
  .newgrads-entry #day_month {
    width: 30% !important;
  }
}
.career-entry #birthday,
.newgrads-entry #birthday {
  width: 25% !important;
}
@media only screen and (max-width: 767px) {
  .career-entry #birthday,
  .newgrads-entry #birthday {
    width: 48% !important;
  }
}
.career-entry #zip,
.newgrads-entry #zip {
  width: 15% !important;
}
@media only screen and (max-width: 767px) {
  .career-entry #zip,
  .newgrads-entry #zip {
    width: 40% !important;
  }
}
.career-entry #pref,
.newgrads-entry #pref {
  margin-right: 2.5%;
}
@media only screen and (max-width: 767px) {
  .career-entry #pref,
  .newgrads-entry #pref {
    margin-right: 0;
  }
}
.career-entry #city,
.newgrads-entry #city {
  margin-left: 2.5%;
}
@media only screen and (max-width: 767px) {
  .career-entry #city,
  .newgrads-entry #city {
    margin-left: 0;
  }
}
.career-entry #pref,
.career-entry #city,
.newgrads-entry #pref,
.newgrads-entry #city {
  width: 98% !important;
}
@media only screen and (max-width: 767px) {
  .career-entry #pref,
  .career-entry #city,
  .newgrads-entry #pref,
  .newgrads-entry #city {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.contactAlertBox {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  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;
}

.wpcf7-response-output::before {
  content: "※";
}

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

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #d20000;
  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: #d20000;
  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 #d20000;
  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: #d20000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #d20000;
  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: #d20000;
  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: #d20000;
  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: #d20000;
  border-radius: 7px;
  transition: 0.3s;
}
.singleColumnInfoUl .cateLink > a:hover {
  background-color: #2c2c2c;
  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 #d20000;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

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

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #d20000;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  transition: 0.3s;
  color: #d20000;
}
.singleColumnWriterButton:hover {
  background: #d20000;
  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: #d20000;
  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: "Oswald", sans-serif;
  font-size: 20px;
  margin: 0 0.5%;
  border-radius: 50px;
  border: solid 1px #d20000;
  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: #d20000;
  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: #d20000;
  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 #dcdcdc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item .date {
  font-family: "Oswald", 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: #d20000;
  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: "Oswald", sans-serif;
  color: #d20000;
  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: #d20000;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

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

.sidebarTagWrap a {
  font-size: 14px !important;
  color: #d20000;
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #cccdcd;
}
@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;
}

.breadBrock {
  background-color: #edf1f3;
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .breadBrock {
    margin-top: 0;
    padding: 0.2em 0;
  }
}

.breadcrumbs span.current-item {
  opacity: 0.5;
}
.breadcrumbs span {
  font-size: clamp(1.1rem, 1.0757281553rem + 0.0647249191vw, 1.2rem);
  line-height: 1;
  font-weight: 500;
}

/*==================================================
 * 当サイトのみ共通
 *================================================*/
.loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: #f1f3fd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.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: #edf1f3;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.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: 114px;
}
.home main {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 84px;
  }
  .home main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  main {
    margin-top: 80px;
  }
  .home main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  main {
    margin-top: 104px;
  }
  .home main {
    margin-top: 0;
  }
}

.back-white {
  padding: 1em 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  .back-white {
    padding: 3em 0 0;
  }
}
@media only screen and (max-width: 959px) {
  .back-white {
    padding: 2em 0 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .back-white {
    padding: 3em 0 0;
  }
}

.submit-btn input,
.submit-btn button {
  margin-top: 4%;
  width: 300px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #d20000;
  border: solid 1px #d20000;
  color: #fff;
  padding: 1em 4em;
  font-size: 16px;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
  width: auto;
}
.submit-btn input:hover,
.submit-btn button:hover {
  background: #2c2c2c;
  border: solid 1px #2c2c2c;
}
@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: #2c2c2c;
  border: solid 1px #2c2c2c;
  transition: 0.3s;
}
.submit-back input:hover,
.submit-back button:hover {
  background-color: #d20000;
  border: solid 1px #d20000;
}
@media only screen and (max-width: 767px) {
  .submit-back input,
  .submit-back button {
    width: 130px;
  }
}

.submit-next input,
.submit-next button {
  width: 200px;
  background: #d20000;
  border: solid 1px #d20000;
  color: #fff;
  transition: 0.3s;
}
.submit-next input:hover,
.submit-next button:hover {
  background-color: #2c2c2c;
}
.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;
  }
}

.arrow_next {
  position: relative;
}
.arrow_next::after {
  transition: 0.3s;
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: 12px;
  color: #fff;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.arrow_next:hover::after {
  color: #fff;
  right: 8px;
}

.arrow_maru {
  position: relative;
}
.arrow_maru::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url(.././img/arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}
a:hover .arrow_maru::after {
  right: 8px;
}
.arrow_maru:hover::after {
  right: 8px;
}
@media only screen and (max-width: 767px) {
  .arrow_maru.__sp::after {
    right: 0;
  }
  .arrow_maru::after {
    right: 11px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .arrow_maru::after {
    right: 9px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.small_btn {
  position: relative;
}
.small_btn.listBtn::after {
  left: 0;
}
.small_btn.__white::after {
  background-image: url(.././img/arrow_w.svg);
}
.small_btn::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8.5px;
  height: 7px;
  transform: translateY(-50%);
  background-image: url(.././img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.btnTitleEn.__small {
  font-size: clamp(5rem, 4.5145631068rem + 1.2944983819vw, 7rem);
  margin-right: 10px;
}
.btnTitleEn.__xsmall {
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  margin-right: 10px;
}
.btnTitleEn {
  display: inline-block;
  margin-top: 1px;
  font-size: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .btnTitleEn.__small {
    display: block;
  }
}

.btnTitleJp {
  display: inline-block;
}
.btnTitleJp.__xsmall {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
}
.btnTitleJp {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .btnTitleJp {
    display: block;
  }
}

.listBtn {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding-left: 1.2em;
  transition: 0.3s;
}
.listBtn:hover {
  color: #d20000;
}

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

.commonBtn.box-center {
  margin-inline: auto;
}
.commonBtn.__large {
  width: 217px;
}
.commonBtn.__xlarge {
  width: 100%;
}
.commonBtn {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  background-color: #d20000;
  color: #fff;
  font-weight: bold;
  display: block;
  line-height: 1;
  width: 177px;
  padding: 1em 0.5em 1em 1.2em;
  line-height: 1;
  transition: 0.3s;
  font-weight: bold;
  position: relative;
}
.commonBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  bottom: 16px;
  transition: 0.3s;
}
.commonBtn:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.commonBtn:hover::after {
  right: 10px;
  background-color: #fff;
}
a:hover .commonBtn {
  background-color: #2c2c2c;
  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;
  }
  .commonBtn.box-center-sp {
    margin-inline: auto;
  }
  .catalogCard .commonBtn {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonBtn.box-center-tab {
    margin-inline: auto;
  }
  .commonBtn {
    width: 32%;
  }
  .catalogCard .commonBtn {
    width: 100%;
  }
}

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

.entryBtn {
  display: block;
  max-width: 300px;
  text-align: center;
  margin-inline: auto;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  padding: 1em 0.5em;
  background-color: #d20000;
  color: #fff;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
}
.entryBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%) scale(1);
  background-image: url(.././img/arrow_3_w.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
.entryBtn:hover {
  color: #fff;
  background-color: #2c2c2c;
}
.entryBtn:hover::after {
  right: 4%;
}
@media only screen and (max-width: 767px) {
  .entryBtn {
    padding: 0.8em 5em;
  }
}
@media only screen and (max-width: 767px) {
  .entryBtn::after {
    width: 25px;
    height: 25px;
  }
}

.pdf_img.__small::after {
  right: 10px;
  width: 20px;
  height: 30px;
}
.pdf_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 43px;
  height: 53px;
  transform: translateY(-50%);
  background-image: url(.././img/pdf.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pdf_img::after {
    right: 18px;
    width: 30px;
    height: 38px;
  }
}

.all_img::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  width: 68px;
  height: 68px;
  transform: translateY(-50%);
  background-image: url(.././img/arrow_3_w.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
.all_img:hover::after {
  transform: translateY(-50%) scale(1.1);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .all_img::after {
    right: 9px;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .all_img::after {
    right: 11px;
    width: 45px;
    height: 45px;
  }
}

.downLoadBtnList .downloadBtn {
  width: 100%;
}
.downloadBtn.__small {
  width: 100%;
  padding: 0.8em 0.5em;
  border-radius: 7px;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
}
.downloadBtn {
  margin-inline: auto;
  display: block;
  width: 442px;
  text-align: center;
  font-size: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
  background-color: #d20000;
  padding: 2em 0.5em;
  border-radius: 100px;
  position: relative;
  transition: 0.3s;
}
.downloadBtn:hover {
  color: #fff;
  background-color: #2c2c2c;
}
a:hover .downloadBtn {
  color: #fff;
  background-color: #2c2c2c;
}
@media only screen and (max-width: 767px) {
  .downloadBtn.__small {
    text-align: left;
    padding: 0.6em 0.5em 0.6em 1em;
    border-radius: 3px;
  }
  .downloadBtn {
    line-height: 1.4;
    width: 100%;
    padding: 1em 0.5em;
  }
  .downloadBtn::after {
    right: 22px;
    width: 30px;
    height: 37px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .otherProCard .downloadBtn {
    width: 335px;
  }
  .downloadBtn {
    text-align: left;
    font-size: 15px;
    padding: 1.5em 0.5em 1.5em 1.5em;
  }
}

.commonTitleWrap {
  position: relative;
  padding: 0.2em 0 0.2em 1.7em;
}
.commonTitleWrap::before, .commonTitleWrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 50%;
  left: 0;
}
.commonTitleWrap::before {
  background-color: #d20000;
  top: 0;
}
.commonTitleWrap::after {
  background-color: #2c2c2c;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .commonTitleWrap {
    margin-bottom: 6%;
    padding: 0.2em 0 0.2em 1em;
  }
  .commonTitleWrap::before, .commonTitleWrap::after {
    width: 5px;
  }
}

.commonTitleEn.__small {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
}
.commonTitleEn {
  font-size: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  color: #d20000;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.commonTitleJp p {
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  font-weight: bold;
  line-height: 1.4;
}
.commonTitleJp.__large {
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.commonTitleJp.__mid {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
}
.commonTitleJp {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}

.pageWorksUlText {
  padding: 4em 0;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .pageWorksUlText {
    padding: 1.5em 0;
  }
}

.commonText.__small {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  line-height: 1.8;
}
.commonText.__mid {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 2;
}
.commonText.__lh {
  line-height: 2.3;
}
.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 {
    letter-spacing: 0.06em;
  }
  .commonText.__lh {
    line-height: 1.8;
  }
}

.commonComentList > li:not(:last-child) {
  margin-bottom: 5px;
}

.commonComent {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  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 {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.alink.footerLink {
  color: #abadc6;
  text-decoration-color: #abadc6;
}
.topBusList .alink {
  color: #2c2c2c;
  text-decoration-color: #2c2c2c;
}
.alink {
  color: #d20000;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  text-decoration-color: #d20000;
  transition: 0.3s;
}
.alink:hover {
  color: #cccdcd;
  text-decoration-color: unset;
}

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

.comment {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.6;
  text-indent: -1.2em;
  padding-left: 1.4em;
}

.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: #d20000;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.commonListNb {
  margin-left: 1.5em;
}
.commonListNb > li:not(:last-child) {
  margin-bottom: 15px;
}
.commonListNb > li {
  list-style-type: decimal;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.6;
  font-weight: 500;
}

.commonListSubNb {
  margin-top: 10px;
}
.commonListSubNb > li {
  text-indent: -1em;
  margin-left: 1em;
}
.commonListSubNb > li:not(:last-child) {
  padding-bottom: 3px;
}

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

.commonMidashi_1 {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.6;
}

.commonMidashi_2.__mid {
  font-size: clamp(2.2rem, 2.054368932rem + 0.3883495146vw, 2.8rem);
}
.commonMidashi_2 {
  font-size: clamp(1.8rem, 1.4601941748rem + 0.9061488673vw, 3.2rem);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.8;
}

.commonMidashi_3.__red {
  background-color: #d20000;
  color: #fff;
}
.commonMidashi_3 {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
  padding: 0.8em 1em;
  border-radius: 7px;
  background-color: #edf1f3;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_3 {
    border-radius: 5px;
  }
}

.commonMidashi_4 {
  font-size: clamp(2.2rem, 2.0058252427rem + 0.5177993528vw, 3rem);
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 4%;
  position: relative;
}
.commonMidashi_4::before, .commonMidashi_4::after {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 4px;
  bottom: 0;
}
.commonMidashi_4::before {
  background-color: #2c2c2c;
  left: 50%;
  transform: translateX(-100%);
}
.commonMidashi_4::after {
  background-color: #d20000;
  left: 50%;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .commonMidashi_4 {
    margin-bottom: 5%;
  }
  .commonMidashi_4::before, .commonMidashi_4::after {
    width: 20%;
    height: 3px;
  }
}

.commonMidashi_5.__small {
  font-size: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
}
.commonMidashi_5.__large {
  font-size: clamp(2.5rem, 1.7718446602rem + 1.9417475728vw, 5.5rem);
}
.commonMidashi_5 {
  font-size: clamp(2.5rem, 1.8932038835rem + 1.6181229773vw, 5rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.commonMidashiSub_5.__black {
  color: #2c2c2c;
}
.commonMidashiSub_5 {
  font-size: clamp(1.8rem, 1.6058252427rem + 0.5177993528vw, 2.6rem);
  line-height: 1;
  color: #d20000;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.commonMidashi_6 {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
  font-weight: bold;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #d20000;
}
.jobUnit .commonMidashi_6 {
  transition: 0.3s;
}
a:hover .jobUnit .commonMidashi_6 {
  color: #d20000;
}

.commonMidashi_7 {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1.2;
  font-weight: bold;
}

.back_gray.contactCard {
  padding: 7em 0 0;
}
.back_gray {
  background-color: #edf1f3;
  padding: 7em 0;
}
@media only screen and (max-width: 767px) {
  .back_gray.contactCard {
    padding: 2.5em 0 0;
  }
  .back_gray {
    padding: 2.5em 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .back_gray {
    padding: 4em 0;
  }
  .back_gray.contactCard {
    padding: 4em 0 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .back_gray {
    padding: 5em 0;
  }
  .back_gray.contactCard {
    padding: 5em 0 1em;
  }
}

.lang-switch {
  border-radius: 40px;
  border: solid 1px #d3dde0;
}
.en .lang-switch > li:nth-child(1) {
  background-color: #fff;
  color: #d20000;
}
.en .lang-switch > li:nth-child(2) {
  background-color: #d20000;
  color: #fff;
}
.lang-switch > li:nth-child(1) {
  background-color: #d20000;
  color: #fff;
}
.lang-switch > li:nth-child(2) {
  background-color: #fff;
  color: #d20000;
}
.lang-switch > li {
  transition: 0.3s;
}
.lang-switch > li:nth-child(1) {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.lang-switch > li:nth-child(2) {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.lang-switch > li > a {
  display: block;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 0.7em 0.9em;
  transition: 0.3s;
}
.lang-switch > li:hover {
  background-color: #2c2c2c;
}
.lang-switch > li:hover > a {
  color: #fff;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .lang-switch > li > a {
    font-size: 15px;
    padding: 0.5em 0.7em;
  }
}

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

.search-form {
  position: relative;
}

.search-form button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.search-form button img {
  width: 12px;
}

.overRayTextCard .search-form input {
  width: 231px;
}
.search-form input {
  width: 200px;
  padding: 0.9em 2.8em 0.9em 1em; /* 右paddingをアイコン分確保 */
  border-radius: 50px;
  border: 1px solid #d3dde0;
  box-sizing: border-box;
}
.change-color .search-form input {
  padding: 0.7em 2.8em 0.7em 1em; /* 右paddingをアイコン分確保 */
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayTextCard .search-form input {
    width: 300px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .search-form input {
    width: 182px;
    padding: 0.7em 2.8em 0.7em 1em; /* 右paddingをアイコン分確保 */
  }
}

select[name=taxonomy-dropdown] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

/* スマホ（〜767px）のときだけサイズUP */
@media (max-width: 767px) {
  select[name=taxonomy-dropdown] {
    font-size: 16px; /* 文字を大きく */
    padding: 10px 5px; /* 内側の余白UP */
    height: auto; /* 自動で高さ調整 */
  }
}
.topVideoWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.topVideoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

/*==================================================
 * youtube header
 *================================================*/
.youtube-wrap {
  position: relative;
  aspect-ratio: 18/9; /* お好みの比率 */
  overflow: hidden;
}

.youtube-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130%; /* 横幅を大きめにして上下の黒帯を消す */
  height: 130%; /* 縦幅も拡大 */
  transform: translate(-50%, -50%);
  border: none;
}

/*==================================================
 * 採用アーカイブ
 *================================================*/
.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;
}
.single_bottom_nav_prev > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d20000;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
.single_bottom_nav_prev > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 34%;
  right: 4px;
  transform: translateX(-50%);
  background-color: #fff;
}
.single_bottom_nav_prev > a:hover::before {
  background-color: #2c2c2c;
}

.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);
  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: #d20000;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  transition: 0.3s;
}
.single_bottom_nav_next a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  top: 34%;
  left: 3px;
  transform: translateX(-50%);
  background-color: #fff;
}
.single_bottom_nav_next a:hover::before {
  background-color: #2c2c2c;
}

.single_bottom_nav_back {
  margin-inline: 16px;
}
.single_bottom_nav_back a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  padding: 0.8em 8em;
  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 2em;
  }
}

/*==================================================
 * slider
 *================================================*/
.swiperproduct1,
.swiperproduct2,
.swiperproduct3,
.swiperproduct4,
.swiperproduct5 {
  margin-inline: auto;
  width: 776px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .swiperproduct1,
  .swiperproduct2,
  .swiperproduct3,
  .swiperproduct4,
  .swiperproduct5 {
    width: 95%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperproduct1,
  .swiperproduct2,
  .swiperproduct3,
  .swiperproduct4,
  .swiperproduct5 {
    width: 100%;
  }
}

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

.swiperproduct1Wrap .swiper-slide,
.swiperproduct2Wrap .swiper-slide,
.swiperproduct3Wrap .swiper-slide,
.swiperproduct4Wrap .swiper-slide,
.swiperproduct5Wrap .swiper-slide {
  border: solid 3px #dfdfdf;
  background-color: #fff;
}

.swiperproduct1Wrap,
.swiperproduct2Wrap,
.swiperproduct3Wrap,
.swiperproduct4Wrap,
.swiperproduct5Wrap,
.swiperImgWrap {
  position: relative;
}
.swiperproduct1Wrap .swiper-button-prev,
.swiperproduct2Wrap .swiper-button-prev,
.swiperproduct3Wrap .swiper-button-prev,
.swiperproduct4Wrap .swiper-button-prev,
.swiperproduct5Wrap .swiper-button-prev,
.swiperImgWrap .swiper-button-prev {
  display: block;
  width: 72px;
  height: 72px;
  background-color: #2c2c2c;
  border-radius: 50%;
}
.swiperproduct1Wrap .swiper-button-prev:after,
.swiperproduct2Wrap .swiper-button-prev:after,
.swiperproduct3Wrap .swiper-button-prev:after,
.swiperproduct4Wrap .swiper-button-prev:after,
.swiperproduct5Wrap .swiper-button-prev:after,
.swiperImgWrap .swiper-button-prev:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.swiperproduct1Wrap .swiper-button-next,
.swiperproduct2Wrap .swiper-button-next,
.swiperproduct3Wrap .swiper-button-next,
.swiperproduct4Wrap .swiper-button-next,
.swiperproduct5Wrap .swiper-button-next,
.swiperImgWrap .swiper-button-next {
  display: block;
  width: 72px;
  height: 72px;
  background-color: #2c2c2c;
  border-radius: 50%;
  right: 0;
}
.swiperproduct1Wrap .swiper-button-next:after,
.swiperproduct2Wrap .swiper-button-next:after,
.swiperproduct3Wrap .swiper-button-next:after,
.swiperproduct4Wrap .swiper-button-next:after,
.swiperproduct5Wrap .swiper-button-next:after,
.swiperImgWrap .swiper-button-next:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .swiperproduct1Wrap .swiper-button-prev,
  .swiperproduct1Wrap .swiper-button-next,
  .swiperproduct2Wrap .swiper-button-prev,
  .swiperproduct2Wrap .swiper-button-next,
  .swiperproduct3Wrap .swiper-button-prev,
  .swiperproduct3Wrap .swiper-button-next,
  .swiperproduct4Wrap .swiper-button-prev,
  .swiperproduct4Wrap .swiper-button-next,
  .swiperproduct5Wrap .swiper-button-prev,
  .swiperproduct5Wrap .swiper-button-next,
  .swiperImgWrap .swiper-button-prev,
  .swiperImgWrap .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .swiperproduct1Wrap .swiper-button-prev,
  .swiperproduct1Wrap .swiper-button-next,
  .swiperproduct2Wrap .swiper-button-prev,
  .swiperproduct2Wrap .swiper-button-next,
  .swiperproduct3Wrap .swiper-button-prev,
  .swiperproduct3Wrap .swiper-button-next,
  .swiperproduct4Wrap .swiper-button-prev,
  .swiperproduct4Wrap .swiper-button-next,
  .swiperproduct5Wrap .swiper-button-prev,
  .swiperproduct5Wrap .swiper-button-next,
  .swiperImgWrap .swiper-button-prev,
  .swiperImgWrap .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}

.swiperproduct1Wrap .swiper-button-prev, .swiperproduct2Wrap .swiper-button-prev, .swiperproduct3Wrap .swiper-button-prev, .swiperproduct4Wrap .swiper-button-prev, .swiperproduct5Wrap .swiper-button-prev {
  top: 50%;
  left: 0;
}
.swiperImgWrap .swiper-button-prev {
  left: -24px;
}
@media only screen and (max-width: 767px) {
  .swiperproduct1Wrap .swiper-button-prev, .swiperproduct2Wrap .swiper-button-prev, .swiperproduct3Wrap .swiper-button-prev, .swiperproduct4Wrap .swiper-button-prev, .swiperproduct5Wrap .swiper-button-prev {
    top: 43%;
  }
  .swiperImgWrap .swiper-button-prev {
    left: -12px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .swiperproduct1Wrap .swiper-button-prev, .swiperproduct2Wrap .swiper-button-prev, .swiperproduct3Wrap .swiper-button-prev, .swiperproduct4Wrap .swiper-button-prev, .swiperproduct5Wrap .swiper-button-prev {
    top: 43%;
  }
  .swiperImgWrap .swiper-button-prev {
    left: -13px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperproduct1Wrap .swiper-button-prev, .swiperproduct2Wrap .swiper-button-prev, .swiperproduct3Wrap .swiper-button-prev, .swiperproduct4Wrap .swiper-button-prev, .swiperproduct5Wrap .swiper-button-prev {
    top: 43%;
    left: -14px;
  }
  .swiperImgWrap .swiper-button-prev {
    left: -12px;
  }
}

.swiperproduct1Wrap .swiper-button-next, .swiperproduct2Wrap .swiper-button-next, .swiperproduct3Wrap .swiper-button-next, .swiperproduct4Wrap .swiper-button-next, .swiperproduct5Wrap .swiper-button-next {
  right: 0;
  top: 50%;
}
.swiperImgWrap .swiper-button-next {
  right: -24px;
}
@media only screen and (max-width: 767px) {
  .swiperproduct1Wrap .swiper-button-next, .swiperproduct2Wrap .swiper-button-next, .swiperproduct3Wrap .swiper-button-next, .swiperproduct4Wrap .swiper-button-next, .swiperproduct5Wrap .swiper-button-next {
    top: 43%;
  }
  .swiperImgWrap .swiper-button-next {
    right: -12px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .swiperproduct1Wrap .swiper-button-next, .swiperproduct2Wrap .swiper-button-next, .swiperproduct3Wrap .swiper-button-next, .swiperproduct4Wrap .swiper-button-next, .swiperproduct5Wrap .swiper-button-next {
    top: 43%;
  }
  .swiperImgWrap .swiper-button-next {
    right: -13px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .swiperproduct1Wrap .swiper-button-next, .swiperproduct2Wrap .swiper-button-next, .swiperproduct3Wrap .swiper-button-next, .swiperproduct4Wrap .swiper-button-next, .swiperproduct5Wrap .swiper-button-next {
    top: 43%;
    right: -30px;
  }
  .swiperImgWrap .swiper-button-next {
    right: -12px;
  }
}

.swiperproduct1Wrap .swiper-pagination,
.swiperproduct2Wrap .swiper-pagination,
.swiperproduct3Wrap .swiper-pagination,
.swiperproduct4Wrap .swiper-pagination,
.swiperproduct5Wrap .swiper-pagination {
  position: static !important;
  margin-top: 10px;
}
.swiperproduct1Wrap .swiper-pagination .swiper-pagination-bullet,
.swiperproduct2Wrap .swiper-pagination .swiper-pagination-bullet,
.swiperproduct3Wrap .swiper-pagination .swiper-pagination-bullet,
.swiperproduct4Wrap .swiper-pagination .swiper-pagination-bullet,
.swiperproduct5Wrap .swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.swiperproduct1Wrap .swiper-pagination .swiper-pagination-bullet-active,
.swiperproduct2Wrap .swiper-pagination .swiper-pagination-bullet-active,
.swiperproduct3Wrap .swiper-pagination .swiper-pagination-bullet-active,
.swiperproduct4Wrap .swiper-pagination .swiper-pagination-bullet-active,
.swiperproduct5Wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d20000 !important;
}
.swiperproduct1Wrap .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet,
.swiperproduct2Wrap .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet,
.swiperproduct3Wrap .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet,
.swiperproduct4Wrap .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet,
.swiperproduct5Wrap .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  background: #dbdcdd !important;
  width: 10px;
  height: 10px;
}

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

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

.change-color header.on {
  opacity: 1;
}
header {
  position: fixed;
  top: 48px;
  z-index: 9998;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  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;
}
.open header {
  top: 0;
  background-color: #d3dde0;
  padding: 2.7em 0 2em;
}
@media only screen and (max-width: 767px) {
  header {
    top: 23px;
  }
  .change-color header {
    transition: 0.3s;
    top: 0;
    padding: 3.9em 0 0;
    background: #fff;
    opacity: 0.9;
  }
  .open header {
    top: 0;
    background-color: #d3dde0;
    padding: 7.2em 0 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .open header {
    width: 442px;
    left: auto;
    background-color: #d3dde0;
    padding: 7.2em 0 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  header {
    top: 19px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .change-color header {
    padding: 5.7em 0 0;
  }
}

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

#siteLogo {
  content: url(.././img/logo.webp);
}
.home #siteLogo {
  content: url(.././img/logo_w.webp);
}
.change-color #siteLogo {
  content: url(.././img/logo_change.webp);
}
@media only screen and (max-width: 959px) {
  .open #siteLogo {
    content: url(.././img/logo.webp);
  }
}

.headerlogoBlock {
  position: absolute;
  width: 165px;
  left: 100px;
  top: -17px;
}
.home .headerlogoBlock {
  left: 100px;
  top: -17px;
}
.change-color .headerlogoBlock {
  top: 6px;
}
@media only screen and (max-width: 1500px) {
  .headerlogoBlock {
    left: 52px;
    top: -33px;
  }
  .home .headerlogoBlock {
    left: 52px;
    top: -33px;
  }
}
@media only screen and (max-width: 1350px) {
  .headerlogoBlock {
    left: 11px;
    top: -34px;
  }
  .home .headerlogoBlock {
    left: 11px;
    top: -34px;
  }
}
@media only screen and (max-width: 767px) {
  .headerlogoBlock {
    top: -7px;
    width: 40%;
    left: 16px;
  }
  .home .headerlogoBlock {
    top: 2px;
    width: 40%;
    left: 16px;
  }
  .change-color .headerlogoBlock {
    top: 6.5px;
  }
  .open .headerlogoBlock {
    top: 22px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerlogoBlock {
    left: 17px;
    top: -10px;
    width: 153px;
  }
  .home .headerlogoBlock {
    left: 17px;
    top: 6px;
  }
  .change-color .headerlogoBlock {
    top: 8px;
  }
}
.open .headerlogoBlock {
  top: 22px;
}
@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: #d20000;
}
@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%;
  }
}

.headerMenuBlock {
  position: absolute;
  width: 66%;
  padding: 16px 0;
  top: 0;
  right: 0;
  background-color: #d20000;
}
@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: fixed;
  top: 80px; /* ヘッダーの高さなどに合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5em 2em;
  width: 100%;
  max-width: 1200px;
  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.8);
  z-index: -1;
}
.megaMenu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.change-color .megaMenu {
  top: 45px; /* ヘッダーの高さなどに合わせて調整 */
}
@media only screen and (max-width: 1500px) {
  .megaMenu {
    top: 75px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .megaMenu {
    top: 105px; /* ヘッダーの高さなどに合わせて調整 */
    width: 95vw;
  }
  .change-color .megaMenu {
    top: 78px; /* ヘッダーの高さなどに合わせて調整 */
  }
}

.topMenuBtn {
  display: block;
}
.topMenuBtn:hover dl {
  opacity: 0.7;
}
.topMenuBtn:hover dl::after {
  right: 0;
}
.topMenuBtn dl {
  padding-bottom: 0.5em;
  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);
}
.topMenuBtn dd {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
}

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

.headerMenuUnit {
  position: absolute;
  right: 100px;
  top: -23px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.change-color .headerMenuUnit {
  top: 9px;
}
@media only screen and (max-width: 1500px) {
  .headerMenuUnit {
    right: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerMenuUnit {
    right: 13px;
    top: 13px;
  }
  .change-color .headerMenuUnit {
    top: 44px;
  }
}

.headerTopMenuBlock {
  transition: 0.3s;
  z-index: 999;
}
.change-color .headerTopMenuBlock {
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .headerTopMenuBlock {
    top: 8px;
    right: 58px;
  }
  .change-color .headerTopMenuBlock {
    top: 8px;
    right: 58px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerTopMenuBlock {
    top: -36px;
  }
  .home .headerTopMenuBlock {
    top: -9px;
  }
  .change-color .headerTopMenuBlock {
    top: 2px;
  }
}

.headerMenuCard button {
  all: unset;
  cursor: pointer;
}
.home .headerMenuCard > li > a span,
.home .headerMenuCard > li button span {
  color: #fff;
}
.headerMenuCard > li {
  transition: 0.3s;
}
.headerMenuCard > li > a,
.headerMenuCard > li button {
  display: inline-block;
  width: 86px;
  display: block;
  padding: 0.9em 0.5em 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.1514563107rem + 0.1294498382vw, 1.4rem);
  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: #d20000;
  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 (max-width: 1500px) {
  .headerMenuCard > li > a,
  .headerMenuCard > li button {
    width: 85px;
    padding: 0.5em 0.5em 3em;
  }
  .headerMenuCard > li > a span,
  .headerMenuCard > li button span {
    font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  }
  .headerMenuCard > li > a::before,
  .headerMenuCard > li button::before {
    bottom: 3px;
  }
  .change-color .headerMenuCard > li > a,
  .change-color .headerMenuCard > li button {
    width: 85px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerMenuCard > li > a {
    font-size: 14px;
    padding: 0.5em 0.7em;
  }
  .change-color .headerMenuCard > li > a {
    font-size: 13px;
    padding: 0.8em 0.4em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerMenuCard > li > a,
  .headerMenuCard > li button {
    width: 82px;
  }
  .headerMenuCard > li > a span,
  .headerMenuCard > li button span {
    font-size: 14px;
  }
  .headerMenuCard > li > a,
  .headerMenuCard > li button {
    padding: 1.4em 0.5em 1.5em;
  }
  .headerMenuCard > li > a::before,
  .headerMenuCard > li button::before {
    bottom: 0;
  }
  .change-color .headerMenuCard > li > a,
  .change-color .headerMenuCard > li button {
    width: 84px;
  }
  .change-color .headerMenuCard > li > a span,
  .change-color .headerMenuCard > li button span {
    font-size: 14px;
  }
  .change-color .headerMenuCard > li > a,
  .change-color .headerMenuCard > li button {
    padding: 1em 0.5em 1.5em;
  }
}

.headerBtnWrap {
  margin-top: 20px;
}
.change-color .headerBtnWrap {
  margin-top: 10px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .headerBtnWrap {
    margin-top: 11px;
  }
}

.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: #d20000;
  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;
  background-color: #e0eaee;
  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: #2c2c2c;
  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;
  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: #d3dde0;
}
@media only screen and (max-width: 1366px) {
  .overRayTextCard {
    padding-top: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    width: 100%;
    padding: 28px 22px 0;
    padding-bottom: 30%;
  }
}

/*==================================================
 * header
 *================================================*/
.topFvMovie {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.topFvVideoWrap {
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.topFvVideoWrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.topFvVideoWrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .topFvVideoWrap {
    width: 100vw;
    height: 97vh;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvVideoWrap {
    height: 83vh;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvVideoWrap {
    height: 100vh;
  }
}

.topFvTextWrap {
  padding: 20em 0;
}
@media only screen and (max-width: 1800px) {
  .topFvTextWrap {
    padding: 18em 0 13em;
  }
}
@media only screen and (max-width: 1500px) {
  .topFvTextWrap {
    padding: 15em 0 9em;
  }
}
@media only screen and (max-width: 767px) {
  .topFvTextWrap {
    padding: 10em 0 23em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTextWrap {
    padding: 13em 0 2.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvTextWrap {
    padding: 10em 0 4em;
  }
}

.topFvTextBlock {
  margin-left: 9%;
  margin-right: 6%;
  width: 35%;
}
@media only screen and (max-width: 1867px) {
  .topFvTextBlock {
    margin-left: 0;
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .topFvTextBlock {
    width: 100%;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvTextBlock {
    width: 53%;
  }
}

.topFvImgBlock {
  width: 50%;
  position: relative;
}
.topFvImgBlock img {
  position: absolute;
  top: -34%;
  max-width: 841px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topFvImgBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvImgBlock img {
    width: 90%;
    top: -5%;
  }
}

.topFvText {
  margin-bottom: 2%;
}
.topFvText span {
  font-size: clamp(2.5rem, 2.1359223301rem + 0.9708737864vw, 4rem);
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0.8em;
}
.topFvText span::after, .topFvText span::before {
  content: "";
  display: block;
  position: absolute;
  width: 237.5px;
  height: 78px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.topFvText span::before {
  top: 0;
  left: 0;
  background-image: url(.././img/topText_left.svg);
}
.topFvText span::after {
  bottom: 0;
  right: 0;
  background-image: url(.././img/topText_right.svg);
}
@media only screen and (max-width: 767px) {
  .topFvText {
    margin-bottom: 4%;
  }
  .topFvText span {
    padding: 0.6em;
  }
  .topFvText span::after, .topFvText span::before {
    width: 189px;
    height: 63px;
  }
  .topFvText::before {
    background-image: url(.././img/topText_left_sp.svg);
  }
  .topFvText::after {
    background-image: url(.././img/topText_right_sp.svg);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topFvText {
    margin-bottom: 6%;
  }
}

.topFvTitle {
  font-size: clamp(3.7rem, 2.8990291262rem + 2.1359223301vw, 7rem);
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .topFvTitle {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTitle {
    font-size: 38px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvTitle {
    font-size: 47px;
  }
}

.topFvTitleEn {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  font-family: "Oswald", sans-serif;
  color: #fff;
  line-height: 1.9;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topFvTitleEn {
    line-height: 1.4;
  }
}

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

/*==================================================
 * フッター
 *================================================*/
footer {
  background-color: #edf1f3;
  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;
  }
}

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

.__second .footerConTxtBlock::after {
  width: 38px;
  height: 41px;
  right: 31px;
  background-image: url(.././img/file.svg);
  background-size: 38px;
}
.footerConTxtBlock {
  width: 50%;
  background: linear-gradient(to right, #38671a 0%, #60a631 100%);
  padding: 4.2em 2.5em;
  transition: 0.3s;
  position: relative;
}
.footerConTxtBlock::after {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  background-image: url(.././img/send.svg);
  background-repeat: no-repeat;
  background-size: 38px;
}
a:hover .footerConTxtBlock {
  background: #3b3b3b;
}
@media only screen and (max-width: 959px) {
  .footerConTxtBlock {
    padding: 1.2em 1em;
  }
  .__second .footerConTxtBlock::after {
    width: 21px;
    height: 24px;
    right: 13px;
    background-size: 21px;
  }
  .footerConTxtBlock::after {
    width: 21px;
    height: 19px;
    right: 13px;
    background-size: 21px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerConTxtBlock {
    padding: 1.2em 1em;
  }
  .__second .footerConTxtBlock::after {
    width: 21px;
    height: 24px;
    right: 13px;
    background-size: 21px;
  }
  .footerConTxtBlock::after {
    width: 21px;
    height: 19px;
    right: 13px;
    background-size: 21px;
  }
}

a:hover .footerConImg {
  position: relative;
}
a:hover .footerConImg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.footerConWrap {
  width: 50%;
}

.footerWrap {
  -moz-column-gap: 130px;
       column-gap: 130px;
}
@media only screen and (max-width: 1430px) {
  .footerWrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1430px) {
  .footerWrap {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerWrap {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1139px) {
  .footerWrap {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.footerInfoBlock {
  width: 353px;
}
@media only screen and (max-width: 767px) {
  .footerInfoBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerInfoBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerInfoBlock {
    width: 150px;
  }
}

.footerMenuBlock {
  width: calc(100% - 483px);
}
@media only screen and (max-width: 767px) {
  .footerMenuBlock {
    width: 100%;
    margin-bottom: 8em;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1430px) {
  .footerMenuBlock {
    width: calc(100% - (23% + 27px));
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerMenuBlock {
    width: calc(100% - (32% + 60px));
    display: block;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1139px) {
  .footerMenuBlock {
    width: calc(100% - (28% + 40px));
    display: block;
  }
}

.footerBlock {
  margin-bottom: 4em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footerBlock {
    margin-bottom: 1.3em;
  }
}

.footerlogoImg {
  width: 165px;
}
@media only screen and (max-width: 767px) {
  .footerlogoImg {
    width: 47%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerlogoImg {
    width: 22%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerlogoImg {
    width: 120px;
  }
}

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

.bannerTextWrap {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}

.bannerTitle {
  font-size: clamp(1.6rem, 1.4786407767rem + 0.3236245955vw, 2.1rem);
  font-weight: bold;
  line-height: 1;
}
.bannerTitle span {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .bannerWrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
  }
}

.bannerImg {
  padding-bottom: 24.5%;
  transition: 0.3s;
}
a:hover .bannerImg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.footerBtn {
  cursor: pointer;
  position: fixed;
  right: 0.6%;
  bottom: 10%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2c2c2c;
  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: 1366px) {
  .footerBtn {
    display: none !important;
  }
}

.footerMenueTitle {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.3;
  font-weight: bold;
}
.footerMenueTitle > a {
  transition: 0.3s;
  display: block;
}
.footerMenueTitle > a:hover {
  color: #d20000;
}

.footerListUnit {
  display: grid;
  grid-template-columns: 0.6fr 1fr 0.5fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .footerListUnit {
    display: block;
  }
  .footerListUnit > li:not(:last-child) {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerListUnit {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 1fr 1.2fr 0.8fr;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerListUnit {
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 0.9fr 1fr 0.7fr;
  }
}

.footerList {
  flex-direction: column;
  row-gap: 43px;
}
.__second .footerList, .__third .footerList {
  row-gap: 29px;
}
@media only screen and (max-width: 767px) {
  .footerList {
    row-gap: 27px;
  }
  .__second .footerList, .__third .footerList {
    row-gap: 21px;
  }
}

.footerMenueSubList {
  row-gap: 7px;
  flex-direction: column;
}
.footerMenueSubList > li > a {
  display: block;
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  font-weight: 500;
  line-height: 1.3;
  transition: 0.3s;
}
.footerMenueSubList > li > a:hover {
  color: #d20000;
}
@media only screen and (max-width: 767px) {
  .footerMenueSubList {
    row-gap: 7px;
  }
}

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

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

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

.policyBtn {
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
  font-weight: 500;
  text-decoration: underline;
  transition: 0.3s;
}
.policyBtn:hover {
  opacity: 0.7;
}

/*==================================================
 * 下層section
 *================================================*/
/*トップページ
*================================================*/
.commonFvImg {
  border-top: solid 1px #d3dde0;
}
@media only screen and (max-width: 767px) {
  .commonFvImg {
    border-top: unset;
    background-image: url(.././img/commonFv_sp.webp) !important;
  }
}

.commonFvWrap {
  position: relative;
  padding: 6.2em 0;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .commonFvWrap {
    padding: 3em 0;
  }
}

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

.commonFvTitleJp {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  font-family: "Oswald", sans-serif;
  color: #d20000;
  line-height: 1.3;
  font-weight: bold;
}

.newsTitle_ul .slick-slide:not(:last-child) {
  margin-right: 10px;
}
.newsTitle_ul .slick-slide.slick-current {
  color: #d20000;
}
.newsTitle_ul .slick-slide.slick-current::before {
  transform: scaleX(1);
}
.newsTitle_ul .slick-slide {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  width: 120px !important;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  padding: 0 0 1em;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
}
.newsTitle_ul .slick-slide::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0px;
  width: 80%;
  height: 3px;
  background: #d20000;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s;
}
.newsTitle_ul .slick-slide:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .newsTitle_ul .slick-slide {
    padding: 0.6em 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .newsTitle_ul .slick-slide {
    width: 112px !important;
    font-size: 15px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .newsTitle_ul .slick-slide {
    width: 99px !important;
    font-size: 14px;
    margin-right: 5px;
  }
}

.topNewsTitleBlock {
  width: 17%;
  margin-top: 2%;
  margin-right: 5%;
}
@media only screen and (max-width: 959px) {
  .topNewsTitleBlock {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .topNewsSpWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .topNewsSpBlockTitle {
    width: 80%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topNewsSpBlockTitle {
    margin-bottom: 5%;
  }
}

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

.archiveNews_ul > li:last-child > a {
  border-bottom: solid 1px #c0c0c0;
}
.archiveNews_ul > li {
  position: relative;
  transition: 0.3s;
}
.home .archiveNews_ul > li::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8.5px;
  height: 7px;
  transform: translateY(-50%);
  background-image: url(.././img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.archiveNews_ul > li > a {
  transition: 0.3s;
  padding: 1.6em 1em;
  border-top: solid 1px #c0c0c0;
  display: block;
}
.archiveNews_ul > li:hover {
  opacity: 0.7;
}
.archiveNews_ul > li:hover::after {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .archiveNews_ul > li::after {
    display: none;
  }
  .archiveNews_ul > li > a {
    transition: 0.3s;
    padding: 1em 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .archiveNews_ul {
    margin-bottom: 3%;
  }
}

.topNewsWrap {
  -moz-column-gap: 47px;
       column-gap: 47px;
}
@media only screen and (max-width: 767px) {
  .topNewsWrap {
    display: block;
  }
}

.topNewsYear {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 767px) {
  .topNewsYear {
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
  }
}

.topNewsDay {
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
@media only screen and (max-width: 767px) {
  .topNewsDay {
    font-size: 26px;
    display: inline-block;
  }
}

.topNewscateList > li {
  display: inline-block;
  max-width: 101px;
  width: 100%;
  text-align: center;
  font-size: clamp(1rem, 0.9514563107rem + 0.1294498382vw, 1.2rem);
  padding: 0.5em;
  line-height: 1;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .topNewscateList {
    justify-content: flex-end;
    width: 100%;
    position: absolute;
    top: 18px;
    right: 33px;
  }
  .topNewscateList > li {
    font-size: 12px;
  }
}

.topNewsTitle {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .topNewsTitle {
    font-size: 14px;
  }
}

.topBusCard {
  margin-bottom: 3% !important;
}
@media only screen and (max-width: 767px) {
  .topBusCard {
    margin-bottom: 7% !important;
  }
}

@media only screen and (max-width: 767px) {
  .topBus_backImg {
    background-image: url(.././img/topBus_back_sp.webp) !important;
    background-position: center bottom; /* 横は中央、下端に揃える */
    background-size: auto;
  }
}

.topBusInner {
  padding: 0 1em 10em;
}
@media only screen and (max-width: 767px) {
  .topBusInner {
    padding: 0 15px 3em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topBusInner {
    padding: 0 3em 3em 1em;
  }
}

.topBusTextWrap {
  margin-bottom: 14%;
}
@media only screen and (max-width: 767px) {
  .topBusTextWrap {
    margin-bottom: 7%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topBusTextWrap {
    padding-right: 21em;
    margin-bottom: 13%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topBusTextWrap {
    padding-right: 27em;
  }
}

.topBusBox {
  padding: 4em 4em;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .topBusBox {
    padding: 0;
    background-color: unset;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topBusBox {
    padding: 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topBusBox {
    padding: 1em;
  }
}

.topBusBtn {
  transition: 0.3s;
}
.topBusBtn.__small span {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
}
.topBusBtn span {
  padding-right: 2em;
  display: inline-block;
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
  color: #d20000;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.topBusBtn span::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  background-image: url(.././img/arrow_2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.topBusBtn:hover {
  opacity: 0.7;
}
.topBusBtn:hover span::after {
  right: -10px;
}
@media only screen and (max-width: 767px) {
  .topBusBtn span {
    width: 100%;
  }
}

.topBusInfoBlock {
  width: 65%;
  margin-top: 2%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .topBusInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}

.topBusImgBlock {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .topBusImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

.topBusImg {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .topBusImg {
    aspect-ratio: 1.7/1;
  }
}

.topBusList {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.topBusList.no_grid > li {
  width: 100%;
}
.topBusList > li {
  width: calc((100% - 20px) / 2);
  padding: 1.7em 2em;
  background-color: #edf1f3;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .topBusList {
    row-gap: 12px;
  }
  .topBusList > li {
    width: 100%;
    padding: 1.7em 1.3em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topBusList {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .topBusList > li {
    width: calc((100% - 10px) / 2);
    padding: 1.7em 1em;
  }
}

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

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

.topBusText {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  line-height: 1.6;
  font-weight: 500;
}

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

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

.topSoluList {
  -moz-column-gap: 39px;
       column-gap: 39px;
}
.topSoluList > li {
  width: calc((100% - 39px) / 2);
  padding: 1em 1em 2em;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .topSoluList {
    row-gap: 16px;
  }
  .topSoluList > li {
    width: 100%;
    padding: 1em 0.8em 1.6em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topSoluList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .topSoluList > li {
    width: calc((100% - 15px) / 2);
    padding: 1em 1em 2em;
  }
}

.topSoluImg {
  padding-bottom: 51%;
}

.topSoluInner {
  padding: 1.9em 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .topSoluInner {
    padding: 1.4em 0.5em 0;
  }
}

.topSoluMenuList {
  -moz-column-gap: 9px;
       column-gap: 9px;
  row-gap: 9px;
}
.topSoluMenuList.__grid2 > li {
  width: calc((100% - 9px) / 2);
}
.topSoluMenuList > li {
  width: calc((100% - 27px) / 4);
}
.topSoluMenuList > li > a {
  display: block;
  background-color: #edf1f3;
  padding: 0.6em 0.5em 0.6em 1.3em;
  transition: 0.3s;
}
.topSoluMenuList > li > a span {
  transition: 0.3s;
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  line-height: 1;
  font-weight: bold;
}
.topSoluMenuList > li > a:hover {
  background-color: #2c2c2c;
}
.topSoluMenuList > li > a:hover::after {
  right: 5px;
}
.topSoluMenuList > li > a:hover span {
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .topSoluMenuList {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .topSoluMenuList.__grid2 > li {
    width: 100%;
  }
  .topSoluMenuList > li {
    width: calc((100% - 8px) / 2);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topSoluMenuList {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .topSoluMenuList.__grid2 > li {
    width: 100%;
  }
  .topSoluMenuList > li {
    width: calc((100% - 8px) / 2);
  }
}

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

.topComInfoBlock {
  width: 51%;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .topComInfoBlock {
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topComInfoBlock {
    width: 63%;
  }
}

@media only screen and (max-width: 767px) {
  .btnSpWrap {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
  }
}

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

.topComImg {
  padding-bottom: 66%;
  border-radius: 7px;
}

.topRecruitCard {
  margin-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  .topRecruitCard {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topRecruitCard {
    margin-bottom: 2.5em;
  }
}

.topRecruitInfoBlock {
  background-color: #d20000;
  width: 50%;
  padding: 2em;
}

.topRecruitLogoWrap {
  position: absolute;
  width: 23%;
  top: 50%;
  left: 41%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .topRecruitLogoWrap {
    left: unset;
    right: 5%;
    top: 7%;
    width: 65%;
    transform: unset;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruitLogoWrap {
    width: 29%;
    left: 48%;
  }
}

.topRecruitImgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topRecruiTextBlock {
  width: 47%;
  position: relative;
}
.topRecruiTextBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d20000;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .topRecruiTextBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topRecruiTextBlock {
    width: 69%;
  }
}

.topRecruitInner {
  padding: 7em 6em 0 10em;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1800px) {
  .topRecruitInner {
    padding: 6em 1em 6em 6em;
  }
}
@media only screen and (max-width: 1600px) {
  .topRecruitInner {
    padding: 4em 1em 4em 4em;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitInner {
    padding: 2em 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topRecruitInner {
    padding: 2.5em 1em 2.5em 2.5em;
  }
}

.topRecruitImgBlock {
  display: flex;
  width: 53%;
  position: relative;
}
.topRecruitImgBlock::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  top: 0;
  left: 0;
  transition: 0.3s;
}
a:hover .topRecruitImgBlock::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .topRecruitImgBlock {
    width: 100%;
  }
}

.zoomImg {
  overflow: hidden;
}
.zoomImg img {
  transition: transform 0.3s ease;
}
a:hover .zoomImg img {
  transform: scale(1.1);
}

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

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

.topRecruitBtn {
  position: relative;
}
.guideCard .topRecruitBtn::after {
  background-image: url(.././img/arrow_3_w.webp);
}
.topRecruitBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  width: 72px;
  height: 72px;
  transform: translateY(-50%) scale(1);
  background-image: url(.././img/arrow_3.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .topRecruitCard .topRecruitBtn::after {
    background-image: url(.././img/arrow_3_w.webp);
  }
  .guideCard .topRecruitBtn::after {
    width: 50px;
    height: 50px;
  }
  .companyBtnBlock .topRecruitBtn::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .guideCard .topRecruitBtn::after {
    width: 50px;
    height: 50px;
  }
}
.topRecruitBtn:hover::after {
  transform: translateY(-50%) scale(1.2);
}
@media only screen and (max-width: 767px) {
  .topRecruitBtn::after {
    top: 13%;
  }
}

.contactText {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  line-height: 2;
  transition: 0.3s;
}
a:hover .contactText {
  color: #d20000;
}

.contactBtn {
  display: block;
  background-color: #fff;
  padding: 4em 4em 3.5em;
  position: relative;
  transition: 0.3s;
}
.guideCard .contactBtn::after {
  background-image: url(.././img/arrow_3_w.webp);
}
.contactBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  width: 72px;
  height: 72px;
  transform: translateY(-50%) scale(1);
  background-image: url(.././img/arrow_3.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .topRecruitCard .contactBtn::after {
    background-image: url(.././img/arrow_3_w.webp);
  }
  .guideCard .contactBtn::after {
    width: 50px;
    height: 50px;
  }
  .companyBtnBlock .contactBtn::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .guideCard .contactBtn::after {
    width: 50px;
    height: 50px;
  }
}
.contactBtn:hover::after {
  transform: translateY(-50%) scale(1.2);
}
@media only screen and (max-width: 767px) {
  .contactBtn {
    padding: 2em 1.5em;
  }
  .contactBtn::after {
    top: 20%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactBtn {
    padding: 2.8em 2em;
  }
  .contactBtn::after {
    top: 33%;
  }
}

/*==================================================
 * 環境モニタリングソリューション
 *================================================*/
.information-communication .monitorTitleBlock {
  width: 37%;
}
.monitorTitleBlock {
  width: 33%;
  margin-right: 5%;
}
@media only screen and (max-width: 959px) {
  .information-communication .monitorTitleBlock {
    width: 100%;
  }
  .monitorTitleBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .monitorTitleBlock {
    width: 42%;
  }
  .information-communication .monitorTitleBlock {
    width: 49%;
  }
}

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

.topMenuList {
  position: relative;
  z-index: 888;
}
.energy .topMenuList.change-fixed {
  width: 60%;
}
.topMenuList.change-fixed > li > a {
  text-align: left;
  padding: 0.4em 1.9em 0.4em 0.8em;
}
.topMenuList.change-fixed {
  position: fixed;
  top: 57px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 960px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em;
}
.topMenuList {
  -moz-column-gap: 9px;
       column-gap: 9px;
  row-gap: 9px;
}
.electrical-equipment .topMenuList > li {
  width: calc((100% - 18px) / 3);
}
.energy .topMenuList {
  width: 70%;
  margin-inline: auto;
}
.energy .topMenuList > li {
  width: calc((100% - 9px) / 2);
}
.topMenuList > li {
  width: calc((100% - 27px) / 4);
}
.topMenuList > li > a {
  display: block;
  padding: 1.7em 0.5em;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  text-align: center;
  font-weight: bold;
  background-color: #edf1f3;
  position: relative;
  transition: 0.3s;
}
.topMenuList > li > a::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 8.5px;
  transform: translateY(-50%);
  background-image: url(.././img/down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.topMenuList > li > a:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.topMenuList > li > a:hover::after {
  top: 55%;
}
@media only screen and (max-width: 767px) {
  .topMenuList {
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 6px;
  }
  .information-communication .topMenuList, .electrical-equipment .topMenuList, .energy .topMenuList, .post-type-archive-interview .topMenuList {
    width: 100%;
  }
  .information-communication .topMenuList > li, .electrical-equipment .topMenuList > li, .energy .topMenuList > li, .post-type-archive-interview .topMenuList > li {
    width: 100%;
  }
  .topMenuList > li {
    width: calc((100% - 12px) / 3);
  }
  .topMenuList > li > a {
    text-align: left;
    padding: 0.4em 0.5em 0.4em 0.7em;
  }
  .topMenuList > li > a::after {
    right: 6px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .information-communication .topMenuList > li > a, .post-type-archive-interview .topMenuList > li > a {
    font-size: 13px;
    text-align: left;
    padding: 1.5em 1.5em 1.5em 0.6em;
  }
  .information-communication .topMenuList > li > a::after, .post-type-archive-interview .topMenuList > li > a::after {
    right: 6px;
  }
  .topMenuList.change-fixed > li > a {
    text-align: left;
    padding: 0.4em 1.9em 0.4em 0.6em;
  }
  .topMenuList.change-fixed {
    width: 60%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .information-communication .topMenuList > li > a, .post-type-archive-interview .topMenuList > li > a {
    font-size: 15px;
    text-align: left;
    padding: 1.5em 0.5em 1.5em 0.8em;
  }
  .information-communication .topMenuList > li > a::after, .post-type-archive-interview .topMenuList > li > a::after {
    right: 6px;
  }
  .topMenuList.change-fixed {
    top: 82px;
  }
  .topMenuList.change-fixed > li > a {
    text-align: left;
    padding: 0.4em 0.5em 0.4em 1em;
  }
  .topMenuList.change-fixed {
    width: 88%;
  }
}

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

.monitorInfoBlock {
  width: 51%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .monitorInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}

.monitorImgBlock {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .monitorImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

.monitorImg {
  padding-bottom: 65%;
  border-radius: 7px;
}

.checkUnit {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .checkUnit {
    row-gap: 10px;
  }
}

.checkList {
  row-gap: 15px;
  flex-direction: column;
}
.checkList > li span {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-left: 1.6em;
  display: block;
}
.checkList > li span::after {
  top: 2px;
  left: 0;
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  font-weight: 900;
  font-size: clamp(1.5rem, 1.3300970874rem + 0.4530744337vw, 2.2rem);
  line-height: 1;
  color: #d20000;
}
@media only screen and (max-width: 767px) {
  .checkList {
    row-gap: 10px;
  }
  .checkList > li span {
    padding-left: 1.3em;
  }
  .checkList > li span::after {
    top: 5px;
  }
}

.solutionBox {
  padding: 2em 2em 3em;
  border-radius: 7px;
  border: solid 3px #dfdfdf;
}
@media only screen and (max-width: 767px) {
  .solutionBox {
    padding: 2em 1em 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .solutionBox {
    padding: 2em 1.3em 1.5em;
  }
}

.solutionText {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #d3dde0;
}

.solutionList {
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.solutionList > li {
  width: calc((100% - 26px) / 3);
  background-color: #edf1f3;
  padding: 2em;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .solutionList {
    row-gap: 10px;
  }
  .solutionList > li {
    width: 100%;
    padding: 1.5em 1.3em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .solutionList > li {
    padding: 1.8em 1.3em;
  }
}

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

.solutionBtnList {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .solutionBtnList {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .solutionBtnList > li {
    width: calc((100% - 10px) / 2);
  }
}

.innerBox {
  padding-bottom: 8em;
  border-bottom: solid 1px #c0c0c0;
}
@media only screen and (max-width: 767px) {
  .innerBox {
    padding-bottom: 3em;
  }
}

.recruitMenuList {
  position: relative;
  width: 80%;
  margin-inline: auto;
}
.recruitMenuList > li {
  width: 50%;
}
.post-type-archive-newgrads .recruitMenuList > li:nth-child(1) > a {
  background-color: #d20000;
  color: #fff;
}
.post-type-archive-newgrads .recruitMenuList > li:nth-child(1) > a::after {
  background-image: url(.././img/down_w.svg);
}
.post-type-archive-career .recruitMenuList > li:nth-child(2) > a {
  background-color: #d20000;
  color: #fff;
}
.post-type-archive-career .recruitMenuList > li:nth-child(2) > a::after {
  background-image: url(.././img/down_w.svg);
}
.recruitMenuList > li > a {
  display: block;
  padding: 1.7em 0.5em;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  text-align: center;
  font-weight: bold;
  background-color: #edf1f3;
  position: relative;
  transition: 0.3s;
}
.recruitMenuList > li > a::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 8.5px;
  transform: translateY(-50%);
  background-image: url(.././img/down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.recruitMenuList > li > a:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.recruitMenuList > li > a:hover::after {
  top: 55%;
}
@media only screen and (max-width: 767px) {
  .recruitMenuList {
    width: 100%;
  }
  .recruitMenuList > li > a {
    padding: 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .recruitMenuList {
    width: 70%;
  }
  .recruitMenuList > li > a {
    padding: 1em;
  }
}

.archRecruitList > li:not(:last-child) {
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .archRecruitList > li:not(:last-child) {
    margin-bottom: 12%;
  }
}

.jobBox {
  padding: 4em;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .jobBox {
    padding: 1.5em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .jobBox {
    padding: 3em 2em;
  }
}

.jobTable {
  width: 100%;
}
.jobTable th,
.jobTable td {
  text-align: left;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
  padding: 1em;
  border-bottom: solid 1px #d3dde0;
  vertical-align: middle;
}
.jobTable div {
  font-weight: 500;
}
.jobTable th {
  width: 18%;
  border-bottom: solid 2px #d20000;
}
@media only screen and (max-width: 767px) {
  .jobTable th,
  .jobTable td {
    display: block;
    padding: 0.5em;
    line-height: 1.5;
  }
  .jobTable th {
    padding: 0.6em 0 0;
    width: 100%;
    color: #d20000;
    border-bottom: unset;
  }
  .jobTable td {
    padding: 0 0 0.6em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .jobTable th {
    width: 27%;
  }
}

.smallTable {
  width: 100%;
}
.smallTable i {
  transition: 0.3s;
}
.smallTable i:hover {
  opacity: 0.7;
}
.smallTable th,
.smallTable td {
  text-align: left;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
  padding: 1em;
  border-bottom: solid 1px #d3dde0;
}
.smallTable th {
  width: 30%;
  padding-left: 0;
  width: 30%;
  border-bottom: solid 2px #d20000;
}
@media only screen and (max-width: 767px) {
  .smallTable tr:nth-child(1) th {
    padding-top: 0;
  }
  .smallTable tr:last-child td {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .smallTable th,
  .smallTable td {
    display: block;
    padding: 0.5em;
    line-height: 1.5;
  }
  .smallTable th {
    padding: 0.6em 0 0;
    width: 100%;
    color: #d20000;
    border-bottom: unset;
  }
  .smallTable td {
    padding: 0 0 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .smallTable tr:nth-child(1) th {
    padding-top: 0;
  }
  .smallTable tr:last-child td {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .smallTable th,
  .smallTable td {
    display: block;
    padding: 0.5em;
    line-height: 1.5;
  }
  .smallTable th {
    padding: 0.6em 0 0;
    width: 100%;
    color: #d20000;
    border-bottom: unset;
  }
  .smallTable td {
    padding: 0.5em 0 0.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .smallTable tr:nth-child(1) th {
    padding-top: 0;
  }
  .smallTable tr:last-child td {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .smallTable th,
  .smallTable td {
    display: block;
    padding: 0.5em;
    line-height: 1.5;
  }
  .smallTable th {
    padding: 0.6em 0 0;
    width: 100%;
    color: #d20000;
    border-bottom: unset;
  }
  .smallTable td {
    padding: 0.5em 0 0.5em;
  }
}

/*==================================================
 * 採用情報
 *================================================*/
.valuesTitle {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .valuesTitle {
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .valuesTitle {
    margin-bottom: 6%;
  }
}

.valuesList {
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.valuesList > li {
  width: calc((100% - 26px) / 3);
  padding: 3em 3em;
  background-color: #edf1f3;
}
@media only screen and (max-width: 1500px) {
  .valuesList > li {
    padding: 3em 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .valuesList {
    row-gap: 13px;
  }
  .valuesList > li {
    width: 100%;
    padding: 2em 1.5em 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .valuesList {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .valuesList > li {
    width: calc((100% - 10px) / 2);
    padding: 3em 1.3em 1.5em;
    background-color: #edf1f3;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .valuesList > li {
    padding: 3em 1.2em 1.5em;
  }
}

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

.valuesMidashi {
  font-size: clamp(6rem, 5.5145631068rem + 1.2944983819vw, 8rem);
  font-family: "Oswald", sans-serif;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .valuesMidashi {
    font-size: 48px;
  }
}

.valuesImgWrap {
  position: absolute;
  width: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.messInfoBlock {
  width: 55%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .messInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}

.messImgBlock {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .messImgBlock {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
}

.ceoImg {
  padding-bottom: 137%;
  border-radius: 7px;
}

.aboutMenuList {
  -moz-column-gap: 11px;
       column-gap: 11px;
  row-gap: 11px;
}
.aboutMenuList > li {
  width: calc((100% - 22px) / 3);
}
.aboutMenuList > li > a {
  padding: 1.8em 0.5em 1.8em 2.8em;
  font-size: clamp(1.4rem, 1.2058252427rem + 0.5177993528vw, 2.2rem);
  font-weight: bold;
  display: block;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
}
.aboutMenuList > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2em;
  width: 7px;
  height: 8.5px;
  transform: translateY(-50%);
  background-image: url(.././img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.aboutMenuList > li > a:hover {
  background-color: #2c2c2c;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .aboutMenuList {
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 6px;
  }
  .aboutMenuList > li {
    width: 100%;
  }
  .aboutMenuList > li > a {
    padding: 0.8em 0.5em 0.8em 2em;
  }
  .aboutMenuList > li > a::after {
    left: 0.9em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .aboutMenuList > li > a {
    padding: 1em 0.5em 1em 2em;
  }
  .aboutMenuList > li > a::after {
    left: 0.9em;
  }
}

.guideInfoBlock {
  width: calc(100% - (600px + 5%));
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .guideInfoBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .guideInfoBlock {
    width: 55%;
    margin-right: 3%;
  }
}

.guideBtnBlock {
  width: 600px;
}
@media only screen and (max-width: 959px) {
  .guideBtnBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .guideBtnBlock {
    width: 42%;
  }
}

.guideBtn {
  width: 100%;
  text-align: center;
  display: block;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #d20000;
  padding: 1.8em 0.5em;
  border-radius: 100px;
  line-height: 1;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
.guideCard .guideBtn::after {
  background-image: url(.././img/arrow_3_w.webp);
}
.guideBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  width: 72px;
  height: 72px;
  transform: translateY(-50%) scale(1);
  background-image: url(.././img/arrow_3.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .topRecruitCard .guideBtn::after {
    background-image: url(.././img/arrow_3_w.webp);
  }
  .guideCard .guideBtn::after {
    width: 50px;
    height: 50px;
  }
  .companyBtnBlock .guideBtn::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .guideCard .guideBtn::after {
    width: 50px;
    height: 50px;
  }
}
.guideBtn:hover::after {
  transform: translateY(-50%) scale(1.2);
}
.guideBtn:hover {
  color: #fff;
  background-color: #2c2c2c;
}
@media only screen and (max-width: 767px) {
  .guideBtn {
    padding: 1.3em 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .guideBtn {
    text-align: left;
    width: 100%;
    padding: 1.5em 0.5em 1.5em 1.5em;
  }
}

.guideText {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: bold;
}

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

/*==================================================
 * 製品一覧
 *================================================*/
.productList {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.productList > li {
  width: calc((100% - 60px) / 3);
  border: solid 3px #dfdfdf;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .productList {
    row-gap: 20px;
  }
  .productList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .productList {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .productList > li {
    width: calc((100% - 30px) / 3);
  }
}

.productImgWrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.productImg {
  padding-bottom: 65%;
}

.productTitleBox {
  padding: 3em 1em;
  background-color: #edf1f3;
}
.productTitleBox span {
  padding: 0 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
  font-weight: bold;
  transition: 0.3s;
}
a:hover .productTitleBox span {
  color: #d20000;
}
@media only screen and (max-width: 767px) {
  .productTitleBox {
    padding: 1em 1em;
  }
  .productTitleBox span {
    padding: 0;
    position: static;
    text-align: left;
    transform: unset;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productTitleBox span {
    padding: 0 0.5em;
    font-size: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .productTitleBox span {
    font-size: 16px;
    padding: 0 0.5em;
  }
}

.productInner {
  padding: 1em;
}

/*==================================================
 * 製品詳細
 *================================================*/
.productTitle {
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  line-height: 1.4;
  font-weight: bold;
  color: #d20000;
}

.productBlock {
  position: relative;
  padding-bottom: 3.5em;
}
.productBlock::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: #edf1f3;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .productBlock {
    padding-bottom: 2em;
  }
}

.productImgBlock {
  padding-bottom: 66%;
}

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

.featureList > li:not(:last-child) {
  margin-bottom: 71px;
}
@media only screen and (max-width: 767px) {
  .featureList > li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.featureImg.__wide {
  padding-bottom: 116%;
}
.featureImg {
  padding-bottom: 53%;
  border-radius: 7px;
}

.featureInfoBlock {
  width: 48%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .featureInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureInfoBlock {
    width: 66%;
  }
}

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

.featureBox span {
  display: inline-block;
  padding: 0.8em;
  background-color: #d20000;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .featureBox {
    font-size: 20px;
    padding-bottom: 0.1em;
    margin-bottom: 1em;
    border-bottom: solid 1px #d20000;
  }
  .featureBox span {
    background-color: unset;
    color: #d20000;
    padding: 0;
    position: relative;
    padding-left: 1em;
  }
  .featureBox span::after {
    transition: 0.3s;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8.5px;
    height: 7px;
    transform: translateY(-50%);
    background-image: url(.././img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
  }
}

.featureTutle {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: bold;
}

.usageList {
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.usageList > li {
  width: calc((100% - 33px) / 4);
  border: solid 3px #dfdfdf;
  border-radius: 7px;
  padding: 1em 1.2em;
}
@media only screen and (max-width: 767px) {
  .usageList {
    row-gap: 11px;
  }
  .usageList > li {
    width: 100%;
    padding: 0.8em 0.9em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .usageList {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .usageList > li {
    width: calc((100% - 20px) / 3);
    padding: 0.8em 0.9em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .usageList {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .usageList > li {
    width: calc((100% - 20px) / 3);
    padding: 0.8em 1em;
  }
}

.usageTitle {
  font-size: clamp(1.5rem, 1.4514563107rem + 0.1294498382vw, 1.7rem);
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #d3dde0;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 959px) {
  .usageTitle {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .usageTitle {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
}

.usageTextBlock {
  width: 48%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .usageTextBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.usageImg {
  padding-bottom: 53%;
  border-radius: 10px;
}

.cloudTextBlock {
  width: 48%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .cloudTextBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.cloudImg {
  padding-bottom: 55%;
  border-radius: 10px;
}

.benefitList {
  row-gap: 10px;
  flex-direction: column;
}
.benefitList > li {
  width: 100%;
  padding: 3em 3em;
}
.benefitList > li:nth-child(odd) {
  background-color: #e9eeef;
}
@media only screen and (max-width: 767px) {
  .benefitList {
    margin-left: -15px;
    margin-right: -15px;
  }
  .benefitList > li {
    padding: 3em 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .benefitList > li {
    padding: 2.3em 1.5em 2em;
  }
}

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

.benefitInfoBlock {
  width: 75%;
}
@media only screen and (max-width: 959px) {
  .benefitInfoBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .benefitInfoBlock {
    width: 100%;
  }
}

.__second .benefitNb {
  color: #e9eeef;
}
.benefitNb {
  font-size: clamp(4rem, 3.5145631068rem + 1.2944983819vw, 6rem);
  font-weight: 500;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .benefitNb {
    font-size: 35px;
  }
}

.benefitTitle {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  font-weight: bold;
  line-height: 1.3;
}

.flowList {
  -moz-column-gap: 29px;
       column-gap: 29px;
}
.flowList > li {
  width: calc((100% - 87px) / 4);
  background-color: #edf1f3;
  padding: 2.5em 1.5em;
  position: relative;
}
.flowList > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -47px;
  width: 48px;
  height: 93px;
  transform: translateY(-50%);
  background-image: url(.././img/yajirushi.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .flowList {
    row-gap: 15px;
  }
  .flowList > li {
    width: 100%;
    padding: 1.5em 1.3em;
  }
  .flowList > li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: unset;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 51px;
    height: 26px;
    background-image: url(.././img/yajirushi_sp.svg);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .flowList {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
  .flowList > li {
    width: calc((100% - 40px) / 3);
    padding: 2em 1em;
  }
  .flowList > li:not(:last-child)::after {
    right: -14px;
    width: 25px;
    height: 47px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .flowList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .ewl .flowList > li {
    width: calc((100% - 30px) / 3);
    padding: 1.5em 0.8em;
  }
  .flowList > li {
    width: calc((100% - 45px) / 4);
    padding: 1.5em 0.8em;
  }
  .flowList > li:not(:last-child)::after {
    right: -14px;
    width: 25px;
    height: 47px;
  }
}

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

.flowImgWrap {
  width: 30%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .flowImgWrap {
    margin-inline: unset;
    width: 15%;
    margin-bottom: 0;
    margin-right: 5%;
  }
}

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

.flowTitle {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.eduCard02 .flowTitle {
  padding: 1em 0;
}
.flowTitle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .eduCard02 .flowTitle {
    padding: 0.5em 0;
  }
  .eduCard02 .flowTitle span {
    font-size: 16px;
  }
  .ewl .flowTitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .flowTitle {
    font-size: 18px;
  }
  .eduCard02 .flowTitle {
    padding: 0.5em 0;
  }
  .eduCard02 .flowTitle span {
    font-size: 16px;
  }
}

.downLoadBtnList {
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.downLoadBtnList > li {
  width: calc((100% - 44px) / 3);
}
@media only screen and (max-width: 767px) {
  .downLoadBtnList {
    row-gap: 7px;
  }
  .downLoadBtnList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .downLoadBtnList {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .downLoadBtnList > li {
    width: calc((100% - 10px) / 3);
  }
}

.productBtnCard {
  padding: 6.5em 0.5em;
}
@media only screen and (max-width: 767px) {
  .productBtnCard {
    padding: 2em 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .productBtnCard {
    padding: 2.5em 0.5em;
  }
}

.productBtnImg {
  width: 49px;
  margin-inline: auto;
  transition: 0.3s;
}
a:hover .productBtnImg {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .productBtnImg img {
    width: 70%;
  }
}

.productBtn span {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
  font-weight: 500;
  transition: 0.3s;
}
.productBtn:hover {
  opacity: 0.7;
}

/*==================================================
 * カタログダウンロード
 *================================================*/
.downloadTitleBlock {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .downloadTitleBlock {
    width: 100%;
    margin-bottom: 6%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .downloadTitleBlock {
    width: 30%;
  }
  .otherProCard .downloadTitleBlock {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .otherProCard .downloadTitleBlock {
    width: 45%;
  }
}

.pdfList {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.pdfList > li {
  width: calc((100% - 60px) / 4);
  border: solid 3px #dfdfdf;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .pdfList {
    row-gap: 10px;
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .pdfList > li {
    width: 100%;
    border: solid 2px #dfdfdf;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .pdfList {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .pdfList > li {
    width: calc((100% - 20px) / 3);
  }
}

.pdfImgWrap {
  width: 90%;
  margin-inline: auto;
  padding: 2em 1em;
}
@media only screen and (max-width: 959px) {
  .pdfImgWrap {
    width: 100%;
    padding: 1em 0.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdfImgWrap {
    width: 100%;
    padding: 1em 0.5em;
  }
}

.pdfImg {
  padding-bottom: 143%;
  border: solid 1px #edf1f3;
}

.pdfBox {
  padding: 1.5em 1.3em;
  background-color: #edf1f3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (max-width: 959px) {
  .pdfBox {
    padding: 1em 0.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .pdfBox {
    padding: 1em 0.5em;
  }
}

.pdfTitle {
  position: relative;
  padding: 1.2em 0;
}
.pdfTitle.__small span {
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  padding: 1.2em 0;
}
.pdfTitle span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.3;
  font-weight: bold;
  transition: 0.3s;
}
a:hover .pdfTitle {
  color: #d20000;
}
@media only screen and (max-width: 959px) {
  .pdfTitle.__small {
    padding: 1em 0 2em;
  }
}

/*==================================================
 *  会社案内
 *================================================*/
.companyImg {
  position: relative;
  background-position: center 79%;
}
.companyImg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .companyImg::after {
    background-color: rgba(255, 255, 255, 0.4);
  }
}

.companyInnerWrap {
  position: relative;
  padding: 6em 0 3em 9em;
  width: 55%;
  z-index: 1;
}
@media only screen and (max-width: 1800px) {
  .companyInnerWrap {
    width: 62%;
    padding: 4em 0 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .companyInnerWrap {
    padding: 4em 0 2em 0;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyInnerWrap {
    width: 62%;
    padding: 4em 0 1em 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .companyInnerWrap {
    width: 62%;
    padding: 4em 0 1em 0;
  }
}

/*==================================================
 *  代表挨拶
 *================================================*/
.aboutCard {
  margin-bottom: 2.5em;
}

.ceoImg2 {
  padding-bottom: 141%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .ceoImg2 {
    padding-bottom: 98%;
    background-position: 0 -17px;
  }
}

.greetingImgBlock {
  width: 30%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .greetingImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    margin-top: 5%;
  }
}

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

.greetingTitle {
  font-size: clamp(2rem, 1.6359223301rem + 0.9708737864vw, 3.5rem);
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.5em;
}
.greetingTitle::before, .greetingTitle::after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  bottom: 0;
}
.greetingTitle::before {
  background-color: #2c2c2c;
  width: 100%;
  left: 0;
}
.greetingTitle::after {
  background-color: #d20000;
  width: 20%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .greetingTitle {
    color: #d20000;
  }
  .greetingTitle::before, .greetingTitle::after {
    display: none;
  }
}

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

.aboutTitleBlock {
  width: 65%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .aboutTitleBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.socieTitleBlock {
  width: 60%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .socieTitleBlock {
    width: 100%;
    margin-right: 0;
  }
}

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

.socieTable {
  background-color: #edf1f3;
  width: 100%;
}
.socieTable.bk_all tr:nth-child(odd) {
  background-color: #fff;
}
.socieTable th,
.socieTable td {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  padding: 1em;
  line-height: 1.4;
  border: solid 1px #c0c0c0;
}
.socieTable th {
  background-color: #d20000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .works .socieTable {
    width: 600px;
  }
  .socieTable {
    width: 900px;
  }
  .socieTable.__small {
    width: 100%;
  }
  .socieTable th,
  .socieTable td {
    padding: 0.5em;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .width_sp {
    width: 50%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .width_sp {
    width: 40%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .width_sp {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .width_sp2 {
    width: 16%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .width_sp2 {
    width: 14%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .width_sp2 {
    width: 14%;
  }
}

.bg_color {
  background-color: #fff;
}

.isoTextBlock {
  width: 70%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .isoTextBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7%;
  }
}

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

.iosList {
  row-gap: 70px;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .iosList {
    row-gap: 50px;
  }
}

.companyBtnBlock {
  background-color: #edf1f3;
  border-radius: 15px;
  padding: 3em 2em;
  position: relative;
}
.outline .companyBtnBlock {
  width: 52%;
  padding: 3em 1em;
  margin-inline: auto;
}
.outline .companyBtnBlock::before {
  display: none;
}
.companyBtnBlock::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 75%;
  background-color: #dfdfdf;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 767px) {
  .outline .companyBtnBlock {
    width: 100%;
    padding: 1.5em 1em;
  }
  .companyBtnBlock {
    border-radius: 7px;
    padding: 1.5em 1em;
  }
  .companyBtnBlock::before {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .companyBtnBlock {
    padding: 2em 1.5em;
  }
  .companyBtnBlock::before {
    left: 43.5%;
  }
}

.companyBtn_leftBlock {
  width: 45%;
}
.outline .companyBtn_leftBlock {
  width: 78%;
  margin-inline: auto;
}
.companyBtn_leftBlock {
  margin-right: 5%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .outline .companyBtn_leftBlock {
    width: 100%;
    border-bottom: unset;
    margin-bottom: 0;
  }
  .companyBtn_leftBlock {
    width: 100%;
    position: relative;
    padding-bottom: 0.4em;
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .companyBtn_leftBlock {
    width: 40%;
    margin-right: 3%;
  }
  .outline .companyBtn_leftBlock {
    width: 90%;
    margin-inline: auto;
  }
}

.companyBtn_rightBlock {
  width: 45%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .companyBtn_rightBlock {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .companyBtn_rightBlock {
    width: 54%;
    margin-left: 3%;
  }
}

.companyBtn {
  padding: 2em 0;
  position: relative;
}

.companyBtnWrap {
  width: 16%;
  transition: 0.3s;
}
a:hover .companyBtnWrap {
  content: url(.././img/arrow_3.webp);
  transform: scale(1.2);
}

.companyBtnText {
  transition: 0.3s;
}
a:hover .companyBtnText {
  color: #d20000;
}

.companyBtnList {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.companyBtnList > li > a {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: bold;
  display: block;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #2c2c2c;
  transition: 0.3s;
}
.companyBtnList > li > a:hover {
  color: #d20000;
  text-decoration: unset;
  text-decoration-color: unset;
}
@media only screen and (max-width: 767px) {
  .companyBtnList {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyBtnList {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

/*==================================================
 *  会社概要
 *================================================*/
.policyList {
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.policyList > li {
  width: calc((100% - 33px) / 3);
  border: solid 3px #dfdfdf;
  border-radius: 7px;
  padding: 1em 1.2em;
}
@media only screen and (max-width: 767px) {
  .policyList {
    row-gap: 11px;
  }
  .policyList > li {
    width: 100%;
    padding: 0.8em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .policyList {
    row-gap: 11px;
    width: 75%;
    margin-inline: auto;
  }
  .policyList > li {
    width: 100%;
    padding: 0.8em 1em;
  }
}

.policyTitle {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #d3dde0;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 959px) {
  .policyTitle {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .policyTitle {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
}

.officeList.__line {
  flex-direction: column;
  row-gap: 30px;
  width: 100%;
}
.officeList.__grid2 {
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
.officeList.__grid2 > li {
  width: calc((100% - 40px) / 2);
}
.officeList > li {
  padding: 2em;
  border: solid 3px #dfdfdf;
  border-radius: 7px;
  padding: 1.5em 1.2em;
}
@media only screen and (max-width: 767px) {
  .officeList.__grid2 {
    row-gap: 20px;
  }
  .officeList.__grid2 > li {
    width: 100%;
    padding: 1em 1.2em;
  }
  .officeList.__line {
    row-gap: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .officeList.__grid2 {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
  .officeList.__grid2 > li {
    width: calc((100% - 20px) / 2);
  }
}

.officeTitle.__large {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
}
.officeTitle {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  padding-bottom: 1em;
  border-bottom: solid 1px #d3dde0;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 959px) {
  .officeTitle {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .officeTitle {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
  }
}

.officeInfoBlock {
  width: 47%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .officeInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.officeMapBlock {
  margin-left: 3%;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .officeMapBlock {
    width: 100%;
    margin-left: 0;
  }
}

.mapBlock iframe {
  width: 100%;
  height: 300px;
}

.hisList {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.hisList > li {
  display: grid;
  grid-template-columns: 25% 20% 1fr;
  position: relative;
}
.hisList > li:last-child .hisYear::before {
  display: none;
}
.hisList > li .hisYear {
  text-align: right;
  white-space: nowrap;
  padding-bottom: 2em;
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  color: #d20000;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.hisList > li .hisYear::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 7px;
  right: -54px;
  background-color: #d20000;
}
.hisList > li .hisYear::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 7px;
  right: -60px;
  background-color: #d20000;
}
.hisList > li .infoText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  white-space: nowrap;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .hisList {
    width: 100%;
    padding-left: 1.5em;
  }
  .hisList > li:not(:last-child) {
    padding-bottom: 12px;
  }
  .hisList > li:last-child::before {
    display: none;
  }
  .hisList > li {
    display: block;
    position: relative;
  }
  .hisList > li::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 7px;
    left: -13px;
    background-color: #d20000;
  }
  .hisList > li::after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 7px;
    left: -19px;
    background-color: #d20000;
  }
  .hisList > li .hisYear {
    text-align: left;
    padding-bottom: 0;
  }
  .hisList > li .hisYear::before, .hisList > li .hisYear::after {
    display: none;
  }
  .hisList > li .infoText {
    white-space: unset;
  }
}

/*==================================================
 * 数字でわかるイートラスト
 *================================================*/
.numBusList {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.numBusList > li {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 5% 18%;
  width: calc((100% - 30px) / 2);
  padding: 2em 4em 2em 2em;
  border: solid 3px #dfdfdf;
}
@media only screen and (max-width: 767px) {
  .numBusList {
    row-gap: 15px;
  }
  .numBusList > li {
    display: block;
    padding: 1.5em;
    width: 100%;
    row-gap: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .numBusList {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .numBusList > li {
    width: calc((100% - 10px) / 2);
    padding: 1.3em 1.3em;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 959px) {
  .numBusImgBlock {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 20%;
  }
  .numberCard02 .numBusImgBlock {
    width: 22%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .numBusImgBlock {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 20%;
  }
  .numberCard02 .numBusImgBlock {
    width: 22%;
  }
}

.num_busTitle {
  font-size: clamp(2.4rem, 2.3029126214rem + 0.2588996764vw, 2.8rem);
  line-height: 1.3;
  font-weight: bold;
}

.numText.__grid, .numText.__gridsp {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.numText dt {
  font-size: clamp(2.4rem, 1.5262135922rem + 2.3300970874vw, 6rem);
  line-height: 0.8;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #d20000;
}
.numText dd.__top {
  margin-right: 5px;
  line-height: 1.3;
}
.numText dd.__first {
  margin-right: 5px;
  margin-left: 0;
}
.numText dd {
  margin-left: 5px;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .numText.__gridsp {
    display: block;
  }
  .numberCard02 .numText.__grid {
    display: block;
  }
  .numberCard03 .numText dt {
    font-size: 50px;
  }
  .numText dd {
    margin-left: 0;
    color: #d20000;
  }
}

.numInfo {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .numInfo {
    text-align: left;
  }
}

.chartList {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.chartList > li {
  width: calc((100% - 32px) / 3);
  padding: 2em 1em 2.5em;
  border: solid 3px #dfdfdf;
}
@media only screen and (max-width: 767px) {
  .chartList {
    row-gap: 15px;
  }
  .chartList > li {
    width: 100%;
    padding: 1.5em 1em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .chartList {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .chartList > li {
    width: calc((100% - 10px) / 2);
    padding: 1.5em 1em 1em;
  }
}

.chartTitle {
  font-size: clamp(2.4rem, 2.3029126214rem + 0.2588996764vw, 2.8rem);
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .chartTitle {
    margin-bottom: 5%;
  }
}

.numberCard03 .chartImgWrap {
  width: 35%;
}
.chartImgWrap {
  width: 37%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .numberCard03 .chartImgWrap {
    width: 30%;
  }
  .chartImgWrap {
    width: 32%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .chartImgWrap {
    margin-bottom: 5%;
  }
  .numberCard03 .chartImgWrap {
    width: 30%;
  }
  .chartImgWrap {
    width: 32%;
  }
}

.chartTable {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.chartTable.__width td {
  padding: 0 1.2em;
}
.chartTable.__width th {
  padding-left: 1em;
}
.chartTable tr:nth-child(2) td,
.chartTable tr:nth-child(2) th {
  padding-bottom: 1em;
}
.chartTable th {
  padding-left: 0.5em;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  text-align: left;
  line-height: 1.6;
  font-weight: bold;
}
.chartTable td {
  font-size: clamp(1.3rem, 1.2514563107rem + 0.1294498382vw, 1.5rem);
  text-align: center;
  line-height: 1;
  padding: 0 0.5em;
}
.chartTable td span {
  font-size: clamp(3rem, 2.7572815534rem + 0.6472491909vw, 4rem);
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 500;
}

/*==================================================
 *  会社概要
 *================================================*/
.trainingList {
  flex-direction: column;
  row-gap: 70px;
}
@media only screen and (max-width: 767px) {
  .trainingList {
    row-gap: 38px;
  }
}

.trainingMidashi {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  color: #d20000;
  padding-left: 1.1em;
  line-height: 1;
  font-weight: bold;
}
.trainingMidashi::after {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .trainingMidashi {
    padding-left: 2em;
  }
}

.trainingInfoBlock {
  width: 55%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .trainingInfoBlock {
    width: 100%;
  }
}

.trainingImgBlock {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .trainingImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

.trainingImg {
  padding-bottom: 74%;
  border-radius: 10px;
}

.trainingBoxBlock {
  width: 60%;
  margin-right: 3%;
}
@media only screen and (max-width: 959px) {
  .trainingBoxBlock {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .trainingBoxBlock {
    width: 100%;
    margin-right: 0;
  }
}

.trainingListBlock {
  width: 37%;
}
@media only screen and (max-width: 959px) {
  .trainingListBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .trainingListBlock {
    width: 100%;
  }
}

.conBox {
  padding: 1.5em;
  border-radius: 7px;
  border: solid 3px #dfdfdf;
}
@media only screen and (max-width: 767px) {
  .conBox {
    padding: 1.3em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .conBox {
    padding: 2em 1.3em 1.5em;
  }
}

.conText {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #d3dde0;
}

.conTitle {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1;
  font-weight: bold;
}

.conList {
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.conList > li {
  width: calc((100% - 26px) / 3);
  background-color: #edf1f3;
  padding: 1.8em 1.3em 1.3em;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .conList {
    row-gap: 10px;
  }
  .conList > li {
    width: 100%;
    padding: 1.5em 1.3em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .conList > li {
    padding: 1.8em 1.3em;
  }
}

.conCheckList {
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.conCheckList > li span {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-left: 1.4em;
  display: block;
}
.conCheckList > li span::after {
  top: 3px;
  left: 0;
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  font-weight: 900;
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  line-height: 1;
  color: #d20000;
}
@media only screen and (max-width: 767px) {
  .conCheckList {
    row-gap: 10px;
  }
}

/*==================================================
 *  よくある質問
 *================================================*/
.qaList > li:not(:last-child) {
  margin-bottom: 2%;
}
.qaList > li:not(:nth-child(1)) .qaInner {
  display: none;
}
.qaList > li {
  background-color: #edf1f3;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .qaList {
    width: 100%;
  }
  .qaList > li:not(:last-child) {
    margin-bottom: 6%;
  }
}

.openBtn2 {
  cursor: pointer;
  padding: 2.4em 4.3em 2.4em 3em;
  position: relative;
}
.on .openBtn2 {
  border-radius: 10px;
}
.openBtn2 dt {
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: bold;
  color: #d20000;
}
.openBtn2 dd {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.6;
  padding: 0 2em 0 1em;
  font-weight: bold;
}
.openBtn2::before {
  opacity: 0;
}
.openBtn2 {
  transition: 0.3s ease-in-out;
}
.openBtn2::after, .openBtn2::before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out;
  top: 50%;
  right: 41px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 32px;
}
.openBtn2.__first::after {
  background-image: url(.././img/close.webp);
}
.openBtn2.__first::before {
  background-image: url(.././img/open.webp);
}
.openBtn2::after {
  background-image: url(.././img/open.webp);
}
.openBtn2::before {
  background-image: url(.././img/close.webp);
}
.openBtn2.on::before {
  opacity: 1;
}
.openBtn2.on::after {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .openBtn2 {
    padding: 1em 0.5em 1em 1em;
  }
  .openBtn2::after, .openBtn2::before {
    top: 28px;
    width: 25px;
    height: 25px;
    background-size: 25px;
    right: 9px;
  }
}

.qaInner {
  padding: 2.2em 1em 2.2em 3em;
  position: relative;
}
.qaInner::after {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 1px;
  background-color: #2c2c2c;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.on .qaInner {
  display: block;
}
.qaInner dt {
  font-size: clamp(2rem, 1.7087378641rem + 0.7766990291vw, 3.2rem);
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: bold;
}
.qaInner dd {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1.6;
  padding: 0 1em 0 1.4em;
}
.qaInner dd span {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .qaInner {
    padding: 1.2em 0.3em 1.2em 1.2em;
  }
  .qaInner dd {
    padding: 0 1em 0 1em;
  }
}

/*==================================================
 *  About us
 *================================================*/
.aboutusList {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.aboutusList > li {
  width: calc((100% - 60px) / 3);
  background-color: #edf1f3;
}
@media only screen and (max-width: 767px) {
  .aboutusList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .aboutusList {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .aboutusList > li {
    width: calc((100% - 20px) / 3);
  }
}

.en_bussImg {
  padding-bottom: 65%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.aboutusBox {
  padding: 1em;
}

.aboutusTitle {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  padding-bottom: 0.5em;
  border-bottom: solid 1px #dfdfdf;
  font-weight: bold;
  line-height: 1.3;
}

.phiInfoBlock {
  width: 55%;
  margin-right: 5%;
}
.__reverse .phiInfoBlock {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .phiInfoBlock {
    width: 100%;
  }
}

.phiImgBlock {
  width: 40%;
}
.__reverse .phiImgBlock {
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .phiImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

.phiImg {
  padding-bottom: 65%;
  border-radius: 10px;
}

.en_formTitle {
  font-size: clamp(5rem, 4.5145631068rem + 1.2944983819vw, 7rem);
  color: #d20000;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

/*==================================================
 *  お知らせ
 *================================================*/
.newsCateList {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.newsCateList > li {
  width: 130px;
}
.newsCateList > li.is-current > a {
  background-color: #d20000;
  color: #fff;
}
.newsCateList > li > a {
  display: block;
  text-align: center;
  font-size: clamp(1.3rem, 1.227184466rem + 0.1941747573vw, 1.6rem);
  line-height: 1;
  font-weight: bold;
  padding: 1.1em 0.5em;
  background-color: #edf1f3;
}
@media only screen and (max-width: 767px) {
  .newsCateList {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .newsCateList > li {
    width: 32%;
  }
  .newsCateList > li > a {
    padding: 0.8em 0.3em;
    border-radius: 5px;
  }
}

/*==================================================
 *  contact
 *================================================*/
.telList {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.telList > li {
  width: calc((100% - 10px) / 2);
  background-color: #fff;
  padding: 2em;
  border-radius: 10px;
}
.telList > li img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .telList > li {
    width: 100%;
    padding: 1.5em 1.3em 1em;
    border-radius: 5px;
  }
  .telList > li img {
    width: 70%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .telList > li {
    padding: 1.5em 1.3em 1em;
    border-radius: 5px;
  }
}

.telTitle {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: bold;
  padding-bottom: 1em;
  border-bottom: solid 1px #edf1f3;
}

@media print, screen and (min-width: 768px) {
  .telLink {
    pointer-events: none;
  }
}
.telLink img {
  width: 69%;
  margin-inline: 0;
}

/*==================================================
 * 事例紹介
 *================================================*/
.archiveCase_ul {
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}
.archiveCase_ul > li {
  width: calc((100% - 30px) / 3);
  background-color: #edf1f3;
  border-radius: 10px;
  padding-bottom: 1.5em;
}
.archiveCase_ul > li.__brake {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: unset;
}
@media only screen and (max-width: 767px) {
  .archiveCase_ul {
    row-gap: 20px;
  }
  .archiveCase_ul > li {
    width: 100%;
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .archiveCase_ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .archiveCase_ul > li {
    width: calc((100% - 10px) / 2);
    padding-bottom: 1.5em;
  }
}

.caseTitle {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  border-bottom: solid 1px #dfdfdf;
}

.caseBox {
  padding: 1em 1em 0;
}

.caseImgWrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.caseImg {
  padding-bottom: 73%;
}

.caseCateList {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 7px;
}
.caseCateList > li {
  font-size: clamp(1.4rem, 1.4242718447rem - 0.0647249191vw, 1.3rem);
  line-height: 1.2;
  padding-left: 0.6em;
  font-weight: bold;
  position: relative;
}
.caseCateList > li::after {
  content: "";
  display: block;
  position: absolute;
  content: "#";
  left: 0;
  top: 0;
}
.caseCateList > li > a {
  display: block;
  transition: 0.3s;
}
.caseCateList > li > a:hover {
  opacity: 0.7;
}

.caseCateList2 {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #d20000;
  margin-bottom: 1em;
}
.caseCateList2 > li {
  position: relative;
}
.caseCateList2 > li > a {
  display: block;
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 1.2;
  padding-left: 0.6em;
  font-weight: bold;
  transition: 0.3s;
}
.caseCateList2 > li > a::after {
  content: "";
  display: block;
  position: absolute;
  content: "#";
  left: 0;
  top: 0;
}
.caseCateList2 > li > a:hover {
  color: #d20000;
}

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

/*==================================================
 * 事例紹介(sing)
 *================================================*/
.singCaseImg {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 10px;
}

.singcaseImgBlock {
  width: 45%;
  margin-right: 3%;
}
@media only screen and (max-width: 959px) {
  .singcaseImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .singcaseImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

.singcaseInfoBlock {
  width: 52%;
}
@media only screen and (max-width: 959px) {
  .singcaseInfoBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .singcaseInfoBlock {
    width: 100%;
  }
}

/*==================================================
 *  業務実績
 *================================================*/
.archiveWorks_ul > li:not(:last-child) {
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: solid 1px #c0c0c0;
}
@media only screen and (max-width: 767px) {
  .archiveWorks_ul > li:not(:last-child) {
    margin-bottom: 10%;
    padding-bottom: 10%;
    border-bottom: solid 1px #c0c0c0;
  }
}

.workscateList {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.workscateList > li {
  width: 130px;
}
.workscateList > li.is-current > a {
  background-color: #d20000;
  color: #fff;
}
.workscateList > li > a {
  display: block;
  text-align: center;
  font-size: clamp(1.3rem, 1.227184466rem + 0.1941747573vw, 1.6rem);
  line-height: 1;
  font-weight: bold;
  padding: 1.1em 0.5em;
  background-color: #edf1f3;
  border-radius: 7px;
}
@media only screen and (max-width: 767px) {
  .workscateList {
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 5px;
  }
  .workscateList > li {
    width: 32%;
  }
  .workscateList > li > a {
    padding: 0.8em 0.3em;
    border-radius: 5px;
  }
}

/*==================================================
 *  業務紹介(リスト)
 *================================================*/
.arch_jobList {
  padding-left: 4em;
  position: relative;
}
.arch_jobList::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #2c2c2c;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: -3px;
  bottom: -2px;
}
.arch_jobList > li:not(:last-child) {
  padding-bottom: 30px;
}
.arch_jobList > li {
  position: relative;
}
.arch_jobList > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #2c2c2c;
  left: -57px;
  top: 0;
}
.arch_jobList > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #2c2c2c;
  border-radius: 50%;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .arch_jobList {
    padding-left: 2em;
  }
  .arch_jobList > li:not(:last-child) {
    padding-bottom: 20px;
  }
  .arch_jobList > li::before {
    left: -25px;
  }
  .arch_jobList > li::after {
    width: 12px;
    height: 12px;
    left: -30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .arch_jobList {
    padding-left: 2em;
  }
  .arch_jobList::after {
    left: -7px;
  }
  .arch_jobList > li::before {
    left: -25px;
  }
  .arch_jobList > li::after {
    left: -32px;
  }
}

.jobUnit {
  padding: 2em;
  border: solid 3px #dfdfdf;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .jobUnit {
    padding: 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .jobUnit {
    padding: 1.5em;
  }
}

.jobImgBlock {
  width: 35%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .jobImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.jobImg {
  padding-bottom: 73%;
}

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

.jobImgWrap {
  width: 50%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .jobImgWrap {
    width: 90%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .jobImgWrap {
    width: 54%;
  }
}

/*==================================================
 *  業務紹介(sing)
 *================================================*/
.singJobImgBlock {
  width: 35%;
  background-color: #d3dde0;
}
@media only screen and (max-width: 767px) {
  .singJobImgBlock {
    width: 100%;
  }
}

.singJobInfoBlock {
  width: 65%;
  padding: 4em 7em;
  background-color: #d3dde0;
}
@media only screen and (max-width: 767px) {
  .singJobInfoBlock {
    width: 100%;
    padding: 2em 1.5em 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .singJobInfoBlock {
    padding: 2em 1.5em 1.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .singJobInfoBlock {
    padding: 2em 3em 1.5em;
  }
}

.singJobImg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.singJobTitle {
  font-size: clamp(2.2rem, 1.7145631068rem + 1.2944983819vw, 4.2rem);
  line-height: 1.4;
  font-weight: 600;
  padding-left: 0.8em;
  position: relative;
}
.singJobTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .singJobTitle::after {
    width: 5px;
  }
}

.catTitle {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  padding-bottom: 0.5em;
  border-bottom: solid 1px #d20000;
  color: #d20000;
  line-height: 1.4;
  font-weight: bold;
}

.stepList {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.stepList > li {
  display: grid;
  grid-template-columns: 20% 7% 1fr;
  position: relative;
}
.stepList > li:last-child .stepYearBlock::before {
  display: none;
}
.stepList > li .stepYearBlock {
  position: relative;
}
.stepList > li .stepYearBlock::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 7px;
  right: -44px;
  background-color: #d20000;
}
.stepList > li .stepYearBlock::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  top: 7px;
  right: -50px;
  background-color: #d20000;
}
.stepList > li .stepInfoBlock {
  padding-bottom: 1.7em;
}
@media only screen and (max-width: 767px) {
  .stepList {
    width: 100%;
    padding-left: 1.5em;
  }
  .stepList > li:not(:last-child) {
    padding-bottom: 12px;
  }
  .stepList > li:last-child::before {
    display: none;
  }
  .stepList > li {
    display: block;
    position: relative;
  }
  .stepList > li::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 7px;
    left: -13px;
    background-color: #d20000;
  }
  .stepList > li::after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 7px;
    left: -19px;
    background-color: #d20000;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .stepList > li {
    grid-template-columns: 15% 7% 1fr;
  }
  .stepList > li .stepYearBlock::before {
    right: -30px;
  }
  .stepList > li .stepYearBlock::after {
    right: -36px;
  }
}

.setpYear {
  text-align: right;
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  color: #d20000;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .setpYear {
    text-align: left;
    margin-bottom: 5px;
  }
}

.stepInfoTitle {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 0.3em;
  margin-bottom: 0.7em;
  border-bottom: solid 1px #d20000;
}

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

/*==================================================
 *  社員インタビュー（一覧）
 *================================================*/
.archiveInter_ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.archiveInter_ul > li {
  width: calc((100% - 90px) / 4);
}
@media only screen and (max-width: 767px) {
  .archiveInter_ul {
    row-gap: 20px;
  }
  .archiveInter_ul > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .archiveInter_ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .archiveInter_ul > li {
    width: calc((100% - 30px) / 3);
  }
}

.zoomImg {
  overflow: hidden;
}
.zoomImg img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  grid-area: 1/1; /* 重ねる */
  transition: transform 0.3s ease;
}
.zoomImg img:hover {
  transform: scale(1.1);
}

.interviewImgWrap {
  width: 100%;
  aspect-ratio: 270/180;
  overflow: hidden;
  background: #e9e9e9;
  border-radius: 5px 5px 0 0;
}
.interviewImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #e9e9e9;
}

.interviewWrap {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.interviewImg {
  padding-bottom: 73%;
}

.interviewImgWrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.interviewText {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1.2;
  font-weight: bold;
}

.interviewBox {
  font-size: clamp(1.3rem, 1.2514563107rem + 0.1294498382vw, 1.5rem);
  line-height: 1.2;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-weight: 500;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #d20000;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .interviewBox {
    padding: 0.3em 1em;
  }
}

.interviewTitle {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  border-bottom: solid 1px #dfdfdf;
  line-height: 1.4;
  font-weight: 600;
  transition: 0.3s;
}
a:hover .interviewTitle {
  color: #d20000;
}

.interviewInfoBox {
  padding: 1em;
  background-color: #edf1f3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.interviewBtnWrap {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 35px;
  z-index: 9;
  transition: 0.3s;
}
a:hover .interviewBtnWrap {
  right: 5px;
  content: url(.././img/arrow_2_b.svg);
}
@media only screen and (max-width: 767px) {
  .interviewBtnWrap {
    width: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .interviewBtnWrap {
    width: 28px;
  }
}

.messImgBlock {
  width: 30%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .messImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    margin-top: 5%;
  }
}

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

.messImg {
  padding-bottom: 85%;
  border-radius: 10px;
}

/*==================================================
 *  社員インタビュー（sing）
 *================================================*/
.singInterImgBlock {
  width: 35%;
  height: 441px;
  background-color: #e9e9e9;
}
.singInterImgBlock img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .singInterImgBlock {
    width: 100%;
  }
}

.singInterInfoBlock {
  width: 65%;
  padding: 4em 7em;
  background-color: #d3dde0;
}
@media only screen and (max-width: 767px) {
  .singInterInfoBlock {
    width: 100%;
    padding: 2em 1.5em 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .singInterInfoBlock {
    padding: 2em 1.5em 1.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .singInterInfoBlock {
    padding: 2em 3em 1.5em;
  }
}

.singInterImg {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.interviewSingImg {
  padding-bottom: 19em;
}
@media only screen and (max-width: 767px) {
  .interviewSingImg {
    padding-bottom: 16em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .interviewSingImg {
    padding-bottom: 11em;
  }
}

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

.interSingTitle {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  color: #d20000;
  line-height: 1.8;
  font-weight: bold;
}

.interSingImg {
  padding-bottom: 84%;
}

.interSingSubImg {
  padding-bottom: 73%;
  border-radius: 10px;
}

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

.swiperInter,
.swiperImg {
  padding: 2em 0;
  overflow: hidden;
  position: relative;
}

.swiperImgWrap .swiper-container6 {
  width: 100%;
  margin: 40px 0;
  padding: 45px 0;
}
.swiperImgWrap .swiper-slide {
  transition: 0.7s;
  padding: 0 1em;
}
.swiperImgWrap .swiper-slide img {
  width: 100%;
}
.swiperImgWrap .swiper-slide-next {
  opacity: 1;
  z-index: 1;
  margin-right: 5%;
  transform: scale(1.2);
}

/*==================================================
 *  シングル　page ボタン
 *================================================*/
.single_bottom_nav {
  position: relative;
  z-index: 1;
}

.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;
}
.single_bottom_nav_prev > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d20000;
  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";
  top: 52%;
  transform: translateY(-50%);
  right: 8px;
  content: "\f061";
  font-weight: 900;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}
.single_bottom_nav_prev > a:hover::before {
  background-color: #2c2c2c;
}

.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);
  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: #d20000;
  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";
  top: 52%;
  transform: translateY(-50%);
  right: 58px;
  content: "\f060";
  font-weight: 900;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}
.single_bottom_nav_next a:hover::before {
  background-color: #2c2c2c;
}

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

.entry2 {
  margin-top: 2%;
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.entry2 figcaption {
  font-size: 13px;
  color: gray;
}
.entry2 a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #d20000;
}
.entry2 blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry2 blockquote p {
  font-size: 14px;
  font-weight: 500;
}
.entry2 p {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.8;
}
.entry2 h2,
.entry2 h3,
.entry2 h4 {
  font-weight: bold;
}
.entry2 h2 {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
  padding: 0.8em 1em;
  border-radius: 7px;
  background-color: #edf1f3;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 2% auto 1%;
}
@media only screen and (max-width: 767px) {
  .entry2 h2 {
    border-radius: 5px;
    margin: 1em auto 0.5em;
  }
}
.entry2 h3 {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  line-height: 1.3;
  color: #d20000;
  margin: 2% auto 1%;
}
@media only screen and (max-width: 767px) {
  .entry2 h3 {
    margin: 1em auto 0.5em;
  }
}
.entry2 table {
  width: 100%;
}
.entry2 table td:last-child {
  width: auto;
}
.entry2 table th,
.entry2 table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.entry2 table th {
  background-color: #d20000;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .entry2 table th,
  .entry2 table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.entry2 ul {
  margin-bottom: 2%;
}
.entry2 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;
}
.entry2 li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  color: #d20000;
  position: absolute;
  left: 0;
  font-weight: 900;
}
.entry2 figure {
  width: min(100%, 1366px);
  margin-right: auto;
  margin-left: auto;
}/*# sourceMappingURL=import.css.map */