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

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


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

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
:root {
  --mainColor: #0074CE;
  --mainColorDark: #0055A5;
  --subColor: #1B9FB3;
  --subColorDark: #17849A;
  --grayColor: #F7F7F7;
  --fontColor: #031329;
}

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

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

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

.bg--mainColorDark {
  background-color: var(----mainColorDark);
}

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

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

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

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

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

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

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

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

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

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

.gothic {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: var(--fontColor);
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.2em;
}

.ls_l {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.white80 {
  color: rgba(255, 255, 255, 0.8);
}

.black {
  color: #333;
}

.gray {
  color: #686868;
}

.red {
  color: #EC462F !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

html,
body {
  width: 100%;
}

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

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

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

hr {
  margin: 10px auto;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

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

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

.overHidden {
  overflow: hidden;
}

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .notTab {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .tab {
    display: none !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mtAuto {
  margin-top: auto;
}

.mrAuto {
  margin-right: auto;
}

.mbAuto {
  margin-bottom: auto;
}

.mlAuto {
  margin-left: auto;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 0.5em;
}

.ml1 {
  margin-left: 1em;
}

.ml2 {
  margin-left: 2em;
}

.ml3 {
  margin-left: 3em;
}

@media only screen and (max-width: 767px) {
  .mlSp0 {
    margin-left: 0;
  }
  .mlSp1 {
    margin-left: 1em;
  }
  .mlSp2 {
    margin-left: 2em;
  }
  .mlSp3 {
    margin-left: 3em;
  }
}
.mtL {
  margin-top: 30%;
}

.mtL2 {
  margin-top: 25%;
}

.mtL3 {
  margin-top: 20%;
}

.mtL4 {
  margin-top: 15%;
}

.mtM {
  margin-top: 10%;
}

.mtM2 {
  margin-top: 7.5%;
}

.mtM3 {
  margin-top: 5%;
}

.mtS {
  margin-top: 3.5%;
}

.mtS2 {
  margin-top: 2%;
}

.mtS3 {
  margin-top: 1%;
}

@media only screen and (max-width: 767px) {
  .mtSpL {
    margin-top: 30%;
  }
  .mtSpL2 {
    margin-top: 25%;
  }
  .mtSpL3 {
    margin-top: 20%;
  }
  .mtSpL4 {
    margin-top: 15%;
  }
  .mtSpM {
    margin-top: 10%;
  }
  .mtSpM2 {
    margin-top: 7.5%;
  }
  .mtSpM3 {
    margin-top: 5%;
  }
  .mtSpS {
    margin-top: 3.5%;
  }
  .mtSpS2 {
    margin-top: 2%;
  }
  .mtSpS3 {
    margin-top: 1%;
  }
}
.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
}
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

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

.pbL2 {
  padding-bottom: 25%;
}

.pbL3 {
  padding-bottom: 20%;
}

.pbL4 {
  padding-bottom: 15%;
}

.pbM {
  padding-bottom: 10%;
}

.pbM2 {
  padding-bottom: 7.5%;
}

.pbM3 {
  padding-bottom: 5%;
}

.pbS {
  padding-bottom: 3.5%;
}

.pbS2 {
  padding-bottom: 2%;
}

.pbS3 {
  padding-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .pbSpL {
    padding-bottom: 30%;
  }
  .pbSpL2 {
    padding-bottom: 25%;
  }
  .pbSpL3 {
    padding-bottom: 20%;
  }
  .pbSpL4 {
    padding-bottom: 15%;
  }
  .pbSpM {
    padding-bottom: 10%;
  }
  .pbSpM2 {
    padding-bottom: 7.5%;
  }
  .pbSpM3 {
    padding-bottom: 5%;
  }
  .pbSpS {
    padding-bottom: 3.5%;
  }
  .pbSpS2 {
    padding-bottom: 2%;
  }
  .pbSpS3 {
    padding-bottom: 1%;
  }
}
/*flex・グリッド系*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .alignCenter {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .alignStart {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .alignEnd {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
.flexReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

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

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

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

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

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

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

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

.gap-10 {
  gap: 10px;
}

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

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

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

.gap-20 {
  gap: 20px;
}

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

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

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

.gap-30 {
  gap: 30px;
}

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

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

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

.gap-40 {
  gap: 40px;
}

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

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

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

.gap-50 {
  gap: 50px;
}

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

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

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

.gap-60 {
  gap: 60px;
}

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

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

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

.gap-70 {
  gap: 70px;
}

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

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

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

.gap-80 {
  gap: 80px;
}

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

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

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

.gap-90 {
  gap: 90px;
}

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

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

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

.gap-100 {
  gap: 100px;
}

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

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

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

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

.paNone {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.marginCenter {
  margin-inline: auto;
}

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

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

.bgImgHeight {
  padding-bottom: 67%;
}

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

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

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

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

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

.bgWhite {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusCircle {
  border-radius: 50%;
}

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

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

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

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

/*マウスストーカー*/
.pageHeader {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.pageHeader::before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  top: -190px;
  left: -60px;
  border-radius: 100%;
  background: #CCE0F4;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  height: 460px;
  width: 300px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .pageHeader {
    padding-top: 60px;
  }
}

.pageHeaderInner {
  border-bottom: 1px solid #E4E8EE;
  padding-bottom: 80px;
}
.pageHeaderInner .commonTitle__en {
  color: var(--mainColor);
}
.pageHeaderInner .commonTitle__ja {
  color: var(--fontColor);
}
@media only screen and (max-width: 767px) {
  .pageHeaderInner {
    padding-bottom: 40px;
  }
}

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

.serviceHeaderrInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .serviceHeaderrInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-block: 30px;
  }
}

.serviceHederInnerImgBox {
  padding-right: 40px;
  width: 50%;
}
.serviceHederInnerImgBox .serviceHederInnerImg {
  margin-left: -80px;
}
@media only screen and (max-width: 767px) {
  .serviceHederInnerImgBox {
    padding-right: 10px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.serviceHederInnerTxBox {
  width: 50%;
}
.serviceHederInnerTxBox .commonTitle__en {
  color: var(--mainColor);
  font-size: 20px;
  margin-bottom: 0.7em;
}
.serviceHederInnerTxBox .commonTitle__ja {
  color: var(--fontColor);
}
.serviceHederInnerTxBox.__subColor .commonTitle__en {
  color: var(--subColor);
}
@media only screen and (max-width: 767px) {
  .serviceHederInnerTxBox {
    width: 100%;
  }
  .serviceHederInnerTxBox .commonTitle__en {
    font-size: 16px;
    margin-bottom: 0.3em;
  }
}

.serviceHeaderTx {
  font-size: 20px;
  font-weight: 600;
  margin-top: 1.4em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .serviceHeaderTx {
    font-size: 15px;
    margin-top: 0.8em;
  }
}

/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
.zIndex-1 {
  z-index: 1;
}

.zIndex-2 {
  z-index: 2;
}

.zIndex-3 {
  z-index: 3;
}

.zIndex-4 {
  z-index: 4;
}

.zIndex-5 {
  z-index: 5;
}

.zIndex-6 {
  z-index: 6;
}

.zIndex-7 {
  z-index: 7;
}

.zIndex-8 {
  z-index: 8;
}

.zIndex-9 {
  z-index: 9;
}

.zIndex-10 {
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .zIndex-1_sp {
    z-index: 1;
  }
  .zIndex-2_sp {
    z-index: 2;
  }
  .zIndex-3_sp {
    z-index: 3;
  }
  .zIndex-4_sp {
    z-index: 4;
  }
  .zIndex-5_sp {
    z-index: 5;
  }
  .zIndex-6_sp {
    z-index: 6;
  }
  .zIndex-7_sp {
    z-index: 7;
  }
  .zIndex-8_sp {
    z-index: 8;
  }
  .zIndex-9_sp {
    z-index: 9;
  }
  .zIndex-10_sp {
    z-index: 10;
  }
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
@media only screen and (max-width: 767px) {
  .overRayBox {
    padding-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .open .overRayBox {
    cursor: url(../images/cross.svg), auto;
    visibility: visible;
    opacity: 1;
  }
}

html.open {
  overflow-y: hidden;
}

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

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

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  height: var(--menuTrigeHeight);
  width: 23px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

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

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

/*パンくず終わり*/
/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-inline: auto;
}
.cform tr {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  text-align: left;
}
.cform tr th {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
  width: 230px;
}
.cform tr td {
  width: calc(100% - 230px);
}
.cform tr td + td {
  margin-top: 3%;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    display: block;
  }
  .cform tr th {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .cform tr td {
    width: 100%;
  }
}
.cform label {
  cursor: pointer;
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform select {
  cursor: pointer;
}
.cform option,
.cform textarea,
.cform select,
.cform input[type=text],
.cform input[type=email],
.cform input[type=tel],
.cform input[type=search],
.cform input[type=url] {
  background-color: #fff;
  width: 100%;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  border-radius: 7px;
}
.cform option::-webkit-input-placeholder,
.cform textarea::-webkit-input-placeholder,
.cform select::-webkit-input-placeholder,
.cform input[type=text]::-webkit-input-placeholder,
.cform input[type=email]::-webkit-input-placeholder,
.cform input[type=tel]::-webkit-input-placeholder,
.cform input[type=search]::-webkit-input-placeholder,
.cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform select::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=tel]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder,
.cform textarea:-ms-input-placeholder,
.cform select:-ms-input-placeholder,
.cform input[type=text]:-ms-input-placeholder,
.cform input[type=email]:-ms-input-placeholder,
.cform input[type=tel]:-ms-input-placeholder,
.cform input[type=search]:-ms-input-placeholder,
.cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder,
.cform textarea::-ms-input-placeholder,
.cform select::-ms-input-placeholder,
.cform input[type=text]::-ms-input-placeholder,
.cform input[type=email]::-ms-input-placeholder,
.cform input[type=tel]::-ms-input-placeholder,
.cform input[type=search]::-ms-input-placeholder,
.cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-webkit-input-placeholder, .cform textarea::-webkit-input-placeholder, .cform select::-webkit-input-placeholder, .cform input[type=text]::-webkit-input-placeholder, .cform input[type=email]::-webkit-input-placeholder, .cform input[type=tel]::-webkit-input-placeholder, .cform input[type=search]::-webkit-input-placeholder, .cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform select::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=tel]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder, .cform textarea:-ms-input-placeholder, .cform select:-ms-input-placeholder, .cform input[type=text]:-ms-input-placeholder, .cform input[type=email]:-ms-input-placeholder, .cform input[type=tel]:-ms-input-placeholder, .cform input[type=search]:-ms-input-placeholder, .cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder, .cform textarea::-ms-input-placeholder, .cform select::-ms-input-placeholder, .cform input[type=text]::-ms-input-placeholder, .cform input[type=email]::-ms-input-placeholder, .cform input[type=tel]::-ms-input-placeholder, .cform input[type=search]::-ms-input-placeholder, .cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform select::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=tel]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform .zip {
  max-width: 200px;
}
.cform .title {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cform input[type=radio] {
  display: none;
}
.cform input[type=radio] + span {
  padding-left: 2em;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.cform input[type=radio] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: -1px;
  left: 0;
  border-radius: 50%;
  height: 16px;
  width: 16px;
}
.cform input[type=radio] + span::after {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  top: 45%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 8px;
  width: 8px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .cform input[type=radio] + span::after {
    top: 47%;
  }
}
.cform input[type=radio]:checked + span::after {
  display: block;
}
.cform input[type=checkbox] {
  display: none;
}
.cform input[type=checkbox] + span {
  cursor: pointer;
  padding-left: 1.7em;
  position: relative;
}
.cform input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  border: 1px solid #333;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 1em;
  width: 1em;
}
.cform input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  border-left: 2px solid var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  top: 2px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 8px;
  width: 14px;
  display: none;
}
.cform input[type=checkbox]:checked + span::after {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
  .cform .title {
    font-size: 14px;
  }
}

.contactFormPrivacyAlertBox {
  background-color: #f9f9f9;
  padding: 5%;
}

.mwform-checkbox-field {
  cursor: pointer;
  margin-bottom: 1%;
  display: inline-block;
}
.mwform-checkbox-field input {
  cursor: pointer;
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .mwform-checkbox-field {
    margin-bottom: 3%;
  }
}

.mwform-radio-field {
  cursor: pointer;
  margin-bottom: 0.5%;
  display: inline-block;
}
.mwform-radio-field input {
  cursor: pointer;
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

.submit-btn {
  text-align: center;
  margin-top: 4%;
}
.submit-btn input {
  border: 1px solid var(--mainColor);
  background-color: var(--mainColor);
  border-radius: 70px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: var(--fontJp);
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-block: 1.2em;
  position: relative;
  margin-inline: auto;
  letter-spacing: 0.15em;
  text-align: center;
  width: 300px;
}
.submit-btn input:hover {
  background-color: #fff;
  color: var(--mainColor);
}
.submit-btn input[name=submitBack] {
  background-color: #838383;
  border-color: #838383;
  width: 250px;
}
.submit-btn input[name=submitBack]:hover {
  background-color: #fff;
  color: var(--fontColor);
}

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

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

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

/*お問い合わせページ - Snow Monkey From ver------------------------------------*/
.snow-monkey-form {
  padding-inline: 40px;
  padding-block: 40px;
  background-color: #F1F5F9;
}
.snow-monkey-form .smf-item__col--label {
  background: transparent;
}
.snow-monkey-form .smf-form--business .smf-item,
.snow-monkey-form .smf-form--business .smf-item__col--label {
  border: none;
}
.snow-monkey-form .wp-block-snow-monkey-forms-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.snow-monkey-form .has-small-font-size.wp-block-paragraph {
  margin-top: 10px;
}
.snow-monkey-form .smf-item__label__text {
  font-weight: 600;
  padding-left: 3.8em;
  font-size: 16px;
}
.snow-monkey-form .smf-item__col.smf-item__col--label {
  position: relative;
  padding-inline: 0;
}
.snow-monkey-form .smf-item__description {
  position: absolute;
  font-size: 14px;
  color: #fff;
  background-color: var(--mainColor);
  border-radius: 50px;
  padding-inline: 0.8em;
  padding-block: 0.5em;
  line-height: 1;
  margin: 0;
  top: 1em;
  left: 0;
}
.snow-monkey-form .smf-action {
  margin-top: 40px;
  text-align: center;
}
.snow-monkey-form .smf-button-control {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 300px;
}
.snow-monkey-form .smf-button-control__control {
  position: relative;
  width: 100%;
  padding: 22px 32px;
  background: var(--mainColor);
  border: none;
  border-radius: 999px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.snow-monkey-form .smf-button-control__control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23006bce' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E") no-repeat center/16px;
  border-radius: 50%;
}
.snow-monkey-form .smf-button-control__control:hover {
  opacity: 0.88;
}

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

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

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

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

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

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

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

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

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

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

.toc_list li:before {
  display: none;
}

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

.toc_toggle {
  font-size: 14px;
}

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

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

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

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

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

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

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

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

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

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

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

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

.lkc-domain {
  color: #fff;
}

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

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

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

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

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

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

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

.singleColumnArticleContent {
  margin-top: 5%;
}

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

.cateCss {
  display: inline-block;
  font-size: 14px;
  font-family: var(--fontJp);
  color: var(--mainColor);
  line-height: 1;
  background-color: rgba(3, 19, 41, 0.08);
  padding-inline: 2em;
  padding-block: 0.9em;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .cateCss {
    font-size: 11px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 0.6em;
  font-size: 13px;
  color: var(--fontColor);
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 14px;
  font-family: var(--fontJp);
  color: var(--mainColor);
  line-height: 1;
  background-color: rgba(3, 19, 41, 0.08);
  padding-inline: 2em;
  padding-block: 0.9em;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 11px;
  }
}
.singleColumnInfoUl .cateUl li + li {
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.topicsCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  text-decoration: none;
  color: inherit;
  padding-block: 20px;
  border-bottom: 1px solid #E4E8EE;
}
.topicsCard:hover .topicsItemArrow {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .topicsCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.topicsItemImgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid var(--mainColor);
  border-radius: 4px;
  overflow: hidden;
  width: 235px;
}
.topicsItemImgBox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topicsCard:hover .topicsItemImgBox img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topicsItemImgBox {
    width: 165px;
  }
}

.topicsItemBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.topTopicsItemCate {
  background: rgba(3, 19, 41, 0.08);
  border-radius: 50px;
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1;
  padding-inline: 2em;
  padding-block: 0.8em;
}

/* 右の矢印ボタン */
.topicsItemArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #006bce url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E") no-repeat center/16px;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .topicsItemArrow {
    display: none;
  }
}

.pagenation {
  margin-top: 8%;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation ul li {
  margin-inline: 0.4em;
}
.pagenation ul li.active,
.pagenation ul li a {
  text-align: center;
  color: var(--fontColor);
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .pagenation ul li.active,
  .pagenation ul li a {
    font-size: 15px;
    height: 28px;
    width: 28px;
  }
}
.pagenation ul li.active,
.pagenation ul li a {
  background-color: var(--mainColor);
  color: #fff;
}
.pagenation ul li a {
  background-color: #E4E8EE;
  color: var(--fontColor);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pagenation ul li a:hover {
  opacity: 0.6;
}
.pagenation ul li.dots {
  background-color: transparent;
  width: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontColor);
  font-weight: 600;
}
.pagenation ul .prev a,
.pagenation ul .next a {
  background-color: #E4E8EE;
  position: relative;
}
.pagenation ul .prev a::before,
.pagenation ul .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid var(--fontColor);
  border-right: 2px solid var(--fontColor);
  height: 10px;
  width: 10px;
}
.pagenation ul .prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.1em;
}
@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 15%;
  }
}

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

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

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

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

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

.sidebarNewsUl .cat-item {
  background-color: #F0F1F2;
  padding-inline: 20px;
  padding-block: 20px;
}
.sidebarNewsUl .cat-item + .cat-item {
  margin-top: 10px;
}
.sidebarNewsUl .cat-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarNewsUl .cat-item .date {
  font-size: 13px;
  color: var(--fontColor);
}
.sidebarNewsUl .cat-item .title {
  font-size: 15px;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }
}

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

.sidebarCategoryBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 14px;
  font-family: var(--fontJp);
  color: var(--mainColor);
  line-height: 1;
  background-color: rgba(3, 19, 41, 0.08);
  padding-inline: 2em;
  padding-block: 0.9em;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}

.sidebarTitle {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5%;
}
.sidebarTitle span {
  line-height: 1.4;
  font-size: 29px;
  font-weight: 600;
  color: var(--mainColor);
  display: inline-block;
  margin-right: 0.1em;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarTitle {
    font-size: 14px;
  }
  .sidebarTitle span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    margin-bottom: 1em;
  }
}

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

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

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

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

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

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

.archive-months {
  display: none;
}

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

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

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

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

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

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

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

.commonTitle {
  --en-size: clamp(15px,1.9vw,24px);
  --ja-size: clamp(26px,4.4vw,56px);
  --en-color: rgba(255,255,255,0.6);
  --ja-color: #fff;
}
.commonTitle__en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: var(--en-size);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--en-color);
  margin-bottom: 8px;
}
.commonTitle__ja {
  display: block;
  font-size: var(--ja-size);
  font-weight: 700;
  line-height: 1.2;
  color: var(--ja-color);
}
.commonTitle--small {
  --en-size: 20px;
  --ja-size: 32px;
}
@media only screen and (max-width: 767px) {
  .commonTitle--small {
    --en-size: 14px;
    --ja-size: 22px;
  }
}
.commonTitle--medium {
  --ja-size: clamp(24px,3.8vw,48px);
}
.commonTitle--hero {
  --ja-size: clamp(30px,5.7vw,72px);
}
.commonTitle--dark {
  --en-color: #98ADCA;
  --ja-color: var(--fontColor);
}
.commonTitle--enBlue {
  --en-color: var(--mainColor);
}

.commonTextBox {
  --heading-size: 26px;
  --heading-color: var(--fontColor);
  --heading-weight: 700;
  --text-size: 16px;
  --text-color: #333;
  --text-align: left;
  text-align: var(--text-align);
}
@media only screen and (max-width: 767px) {
  .commonTextBox {
    --heading-size: 20px;
  }
}
.commonTextBox__heading {
  font-size: var(--heading-size);
  font-weight: var(--heading-weight);
  line-height: 1.5;
  margin-bottom: 24px;
  color: var(--heading-color);
}
.commonTextBox__heading.__sub {
  color: var(--subColor);
}
.commonTextBox__text {
  font-size: var(--text-size);
  line-height: 1.8;
  color: var(--text-color);
}
@media only screen and (max-width: 767px) {
  .commonTextBox__text {
    font-size: 14px;
  }
}
.commonTextBox--medium {
  --heading-size: clamp(22px,2.5vw,32px);
}
.commonTextBox--medium .commonTextBox__text {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .commonTextBox--medium .commonTextBox__text {
    font-size: 14px;
  }
}
.commonTextBox--large {
  --heading-size: clamp(28px,3.2vw,40px);
}
.commonTextBox--large .commonTextBox__text {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .commonTextBox--large .commonTextBox__text {
    font-size: 14px;
  }
}
.commonTextBox--center {
  --text-align: center;
}
.commonTextBox--accent {
  --heading-color: #0074CE;
}
.commonTextBox--white {
  --text-color: #fff;
}
.commonTextBox--dark {
  --heading-color: #031329;
}

.commonButton {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  min-width: 320px;
  padding-inline: 32px 13px;
  padding-block: 15px;
  background-color: var(--mainColor);
  border-radius: 100px;
  overflow: hidden;
  isolation: isolate;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.commonButton:hover {
  opacity: 0.89;
}
.commonButton__text {
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  z-index: 1;
}
.commonButton__icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.commonButton__icon i {
  color: #0074CE;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .commonButton {
    min-width: 240px;
    padding-inline: 21px 9px;
    padding-block: 10px;
  }
  .commonButton__text {
    font-size: 16px;
  }
  .commonButton__icon {
    width: 30px;
    height: 30px;
  }
}

.serviceProblem__title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.8em;
}
.serviceProblem__item {
  padding-left: 1.8em;
  position: relative;
  padding-block: 1.7em;
}
.serviceProblem__item + .serviceProblem__item {
  border-top: 1px solid #BCCBE0;
}
.serviceProblem__item::before {
  content: "";
  position: absolute;
  top: 2.2em;
  left: 0;
  border: 4px solid var(--mainColor);
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.serviceProblem__item.__sub::before {
  border-color: var(--subColor);
}
.serviceProblem__itemTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.serviceProblem__itemText {
  color: #687D9C;
}
@media only screen and (max-width: 767px) {
  .serviceProblem__title {
    font-size: 22px;
  }
  .serviceProblem__item {
    padding-block: 1.1em;
  }
  .serviceProblem__item::before {
    top: 1.3em;
    border-width: 3px;
  }
  .serviceProblem__itemTitle {
    font-size: 18px;
  }
}

.serviceProblemBlock {
  background-color: #F1F5F9;
  border-radius: 4px;
  padding-inline: 60px;
  padding-block: 40px;
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}
.serviceProblemBlock::before {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #F1F5F9;
  height: 60px;
  width: 195px;
}
.serviceProblemBlock::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  background-image: url("../img/problemArw.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 30px;
  width: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceProblemBlock {
    padding-inline: 30px;
    padding-block: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceProblemBlock {
    padding-inline: 15px;
    padding-block: 20px;
  }
  .serviceProblemBlock::before {
    bottom: -29px;
    height: 30px;
    width: 165px;
  }
  .serviceProblemBlock::after {
    bottom: -19px;
    height: 20px;
    width: 63px;
  }
}

.serviceSolution {
  position: relative;
}
.serviceSolution::before, .serviceSolution::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  height: clamp(210px, 36vw, 460px);
  width: clamp(300px, 46.9vw, 600px);
  z-index: -1;
}
.serviceSolution::before {
  background-color: #9BC9F7;
  top: 40%;
  left: -20%;
}
.serviceSolution::after {
  background-color: #B2E5F0;
  top: 10%;
  right: -25%;
}

.serviceSolutionBox {
  position: relative;
  background-color: var(--mainColor);
  border-radius: 4px;
  padding-inline: 30px;
  padding-block: 25px;
  display: grid;
  grid-template-columns: 60px 1fr 2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.serviceSolutionBox + .serviceSolutionBox {
  margin-top: 10px;
}
.serviceSolutionBox.__sub {
  background-color: var(--subColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceSolutionBox {
    padding-inline: 15px;
    padding-block: 20px;
    grid-template-columns: 40px 1fr 2fr;
  }
}
@media only screen and (max-width: 767px) {
  .serviceSolutionBox {
    grid-template-columns: 1fr;
    padding-inline: 15px;
    padding-block: 15px;
  }
}

.serviceSolutionNum {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--White-100, #FFF);
  font-family: var(--fontEn);
  color: transparent;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .serviceSolutionNum {
    position: absolute;
    left: 15px;
    top: 15px;
  }
}

.serviceSolutionImgBox {
  max-width: 290px;
}
.serviceSolutionImgBox .serviceSolutionImg {
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .serviceSolutionImgBox {
    max-width: 100%;
  }
}

.serviceSolutionItemTitle {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .serviceSolutionItemTitle {
    font-size: 22px;
  }
}

.serviceSolutionList li {
  color: #fff;
  padding-left: 1.5em;
  position: relative;
  margin-block: 0.6em;
}
.serviceSolutionList li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .serviceSolutionList li {
    margin-block: 0.2em;
  }
}

.serviceSolutionTx {
  color: #fff;
}

.p-colorGradeBg {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--Primary-Medium, #0074CE)), to(#005394));
  background: linear-gradient(180deg, var(--Primary-Medium, #0074CE) 0%, #005394 100%);
}

.s-colorGradeBg {
  background: -webkit-gradient(linear, left top, left bottom, from(#0394AA), to(#91CED7));
  background: linear-gradient(180deg, #0394AA 0%, #91CED7 100%);
}

/*==================================================
 * ヘッダー
*================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

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

.headerLogo {
  display: block;
  aspect-ratio: 145/70;
  width: clamp(95px, 11.4vw, 145px);
  position: relative;
  z-index: 9999;
}

.headerNavBlock {
  background-color: var(--mainColor);
  border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 20px;
  height: 80px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerNavBlock {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .headerNavBlock {
    padding-inline: 10px;
    height: 50px;
  }
}

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

.headerListMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.headerListMenu > li > a {
  padding-inline: 1em;
  padding-block: 1.7em;
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerListMenu > li > a:hover {
  opacity: 0.8;
}
.headerListMenu .hoerList {
  position: relative;
}
.headerListMenu .hoerList > a {
  position: relative;
  padding-right: 1em;
}
.headerListMenu .hoerList > a::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1em);
  right: -0.2em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  height: 10px;
  width: 10px;
}
.headerListMenu .hoerList:hover > .hoverMenu {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.headerListMenu .btn {
  padding-inline: 1.4em;
  padding-block: 0.9em;
  border-radius: 50px;
}
.headerListMenu .btn.recBtn {
  background-color: #fff;
  color: var(--mainColor);
}
.headerListMenu .btn.conBtn {
  background-color: var(--mainColorDark);
}
.headerListMenu .hoverMenu {
  position: absolute;
  background-color: #fff;
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-inline: 20px;
  padding-block: 15px;
  left: 20px;
  top: 80px;
  width: 200%;
}
.headerListMenu .hoverMenu li {
  margin-block: 0.9em;
}
.headerListMenu .hoverMenu li a {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
  display: block;
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerListMenu .hoverMenu li a::before {
  content: "";
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  background-color: var(--mainColor);
  top: 0.2em;
  left: 0;
}
.headerListMenu .hoverMenu li a:hover {
  opacity: 0.8;
  color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerListMenu li a {
    font-size: 12px;
    padding-inline: 0.5em;
    padding-block: 0.5em;
  }
  .headerListMenu .hoerList > a::before {
    right: -0.2em;
    height: 8px;
    width: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .headerListMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .headerListMenu > li {
    width: 100%;
  }
  .headerListMenu > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-block: 0.8em;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
  }
  .headerListMenu .hoerList > a::before {
    content: none;
  }
  .headerListMenu .btn {
    text-align: center;
    border-bottom: none;
    margin-inline: auto;
    margin-block: 1.5em 0em;
    width: 80%;
  }
  .headerListMenu .btn.recBtn {
    background-color: #fff;
    color: var(--mainColor);
  }
  .headerListMenu .btn.conBtn {
    background-color: var(--mainColorDark);
  }
  .headerListMenu .hoverMenu {
    display: none;
    position: static;
    background-color: transparent;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .open .headerListMenu .hoverMenu {
    display: block;
  }
  .headerListMenu .hoverMenu li {
    margin-block: 1em;
  }
  .headerListMenu .hoverMenu li a {
    font-size: 16px;
    color: #fff;
    padding-left: 0.5em;
    line-height: 1.2;
    font-weight: 400;
  }
  .headerListMenu .hoverMenu li a::before {
    content: none;
  }
  .headerListMenu .hoverMenu li a:hover {
    opacity: 0.8;
    color: var(--mainColor);
  }
}

/*==================================================
 * フッター
*================================================*/
.footerBg {
  padding-block: 190px 40px;
}
.footerBg .commonTitle__en {
  color: #98ADCA;
}
@media only screen and (max-width: 767px) {
  .footerBg {
    padding-block: 70px 10px;
  }
}

.footerHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 20px;
}
.footerHead .right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerHead .right {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footerHead {
    grid-template-columns: 1fr;
  }
  .footerHead .right {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.footerContactBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 5px;
  padding-block: 60px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerContactBox a:hover {
  opacity: 0.7;
}
.footerContactBox .telTx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footerContactBox .telTx .telIcon {
  font-size: 27px;
  padding-top: 0.1em;
  line-height: 1;
}
.footerContactBox .telTx .telNum {
  font-family: var(--fontEn);
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.footerContactBox .telInfo {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerContactBox a {
    padding-block: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footerContactBox a {
    padding-block: 30px;
  }
  .footerContactBox .telTx .telIcon {
    font-size: 24px;
  }
  .footerContactBox .telTx .telNum {
    font-size: 30px;
  }
}

.footerContactBoxTtl {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  .footerContactBoxTtl {
    font-size: 16px;
  }
}

.footerContactBtn {
  background-color: #fff;
  min-width: 0;
}
.footerContactBtn .commonButton__text {
  color: var(--mainColor);
  font-size: 14px;
}
.footerContactBtn .commonButton__icon {
  background-color: var(--mainColor);
  height: 24px;
  width: 24px;
}
.footerContactBtn .commonButton__icon i {
  font-size: 0.8em;
  color: #fff;
}

.footerSnsTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 2em;
  padding-block: 0.8em;
  background-color: #031329;
  overflow: hidden;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  z-index: -2;
}
.footerSnsTitle::before, .footerSnsTitle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  height: 100px;
  width: 100px;
  z-index: -1;
}
.footerSnsTitle::before {
  background-color: #5CD9DD;
  bottom: -10%;
  left: -10%;
}
.footerSnsTitle::after {
  background-color: #078EF8;
  top: -55%;
  right: -10%;
}
.footerSnsTitle {
  z-index: 2;
}
.footerSnsTitle span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-inline: 1.3em;
  display: inline-block;
  position: relative;
}
.footerSnsTitle span::before, .footerSnsTitle span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.6em;
  width: 0.6em;
}
.footerSnsTitle span::before {
  left: 0;
}
.footerSnsTitle span::after {
  right: 0;
}

.footerBody {
  background-color: #fff;
  overflow: hidden;
  padding-inline: 20px;
  padding-block: 30px 20px;
  margin-bottom: 200px;
  position: relative;
  z-index: 2;
}
.footerBody::before {
  content: "";
  position: absolute;
  top: -113%;
  left: -25%;
  width: 600px;
  height: 400px;
  background: #0080FF;
  border-radius: 50%;
  -webkit-filter: blur(340px);
  filter: blur(340px);
  opacity: 0.8;
  z-index: -1;
}
.footerBody::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -93%;
  width: 600px;
  height: 400px;
  background: #5CD9DD;
  border-radius: 50%;
  -webkit-filter: blur(340px);
  filter: blur(340px);
  opacity: 0.7;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .footerBody {
    margin-bottom: 60px;
  }
}

.footerBodyTx {
  color: #687D9C;
}

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

.snsLink {
  background-color: #E6EDF5;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 155px;
  padding-inline: 1.3em;
  padding-block: 0.8em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.snsLink .snsIcon {
  aspect-ratio: 1/1;
  width: 24px;
}
.snsLink:hover {
  opacity: 0.7;
}

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

.footerLogo {
  display: block;
  width: 145px;
}

.otherLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.otherLink .otherLinkImg {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  width: 85px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.otherLink .otherLinkImg:hover {
  opacity: 0.8;
}

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

.footerSiteMapCnt dt a {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerSiteMapCnt dt a:hover {
  opacity: 0.8;
}
.footerSiteMapCnt dt .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--mainColor);
  border-radius: 50%;
  height: 26px;
  width: 26px;
}
.footerSiteMapCnt dt .arw i {
  color: #fff;
  font-size: 0.8em;
}
.footerSiteMapCnt dd a {
  font-size: 17px;
  position: relative;
  padding-left: 1em;
  margin-block: 0.2em;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerSiteMapCnt dd a:hover {
  color: var(--mainColor);
}
.footerSiteMapCnt dd a::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  background-color: var(--mainColor);
  border-radius: 50%;
  height: 0.3em;
  width: 0.3em;
}
@media only screen and (max-width: 767px) {
  .footerSiteMapCnt dt a {
    font-size: 16px;
    margin-bottom: 1em;
  }
  .footerSiteMapCnt dd a {
    font-size: 15px;
  }
}

.footerLast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.footerLast .footerPrivacy {
  font-size: 14px;
  color: var(--fontEn);
  font-weight: 600;
}
.footerLast .copyright {
  font-size: 12px;
  color: #687D9C;
}
@media only screen and (max-width: 767px) {
  .footerLast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

/*==================================================
 * トップページ
*================================================*/
.fvWrap {
  margin-inline: auto;
  padding-inline: 15px;
}

.fvImgBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .fvImgBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.fvItem {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-flex: 197;
      -ms-flex: 197 1 0%;
          flex: 197 1 0%;
  height: 43vw;
}
.fvItem.active {
  -webkit-box-flex: 420;
      -ms-flex: 420 1 0%;
          flex: 420 1 0%;
}
.fvItem img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .fvItem {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: 120px;
    width: 100%;
  }
  .fvItem.active {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.fvTxEn {
  position: absolute;
  font-size: 46px;
  color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 10px;
  left: calc(100% - 10px);
  font-family: var(--fontEn);
  line-height: 1.2;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fvTxEn {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fvTxEn {
    display: none;
  }
}

.fvTxJa {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding-left: 1em;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fvTxJa::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 10px;
  width: 10px;
}
.active .fvTxJa {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fvTxJa {
    font-size: 12px;
  }
  .active .fvTxJa {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fvTxJa {
    font-size: 18px;
  }
  .active .fvTxJa {
    font-size: 18px;
  }
}

.fvTitleJp {
  font-size: clamp(24px, 5vw, 64px);
  margin-bottom: 0.2em;
  max-width: 960px;
}

.fvTitleEn {
  color: #98ADCA;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .fvTitleEn {
    font-size: 12px;
  }
}

/*==================================================
 * サービス案内
*================================================*/
.serviceMainTitle {
  font-size: clamp(21px, 2.5vw, 32px);
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
}
.serviceMainTitle span {
  vertical-align: sub;
  font-size: clamp(23px, 3.2vw, 40px);
  font-weight: 600;
  color: #fff;
  background-color: var(--fontColor);
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  padding-inline: 0.1em;
  padding-block: 0.1em 0.3em;
}
.serviceMainTitle span {
  overflow: hidden;
  position: relative;
  z-index: -2;
}
.serviceMainTitle span::before, .serviceMainTitle span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  height: 250px;
  width: 400px;
  z-index: -1;
}
.serviceMainTitle span::before {
  background-color: #5CD9DD;
  bottom: -150%;
  left: -36%;
}
.serviceMainTitle span::after {
  background-color: #078EF8;
  top: 10%;
  right: -30%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceMainTitle {
    font-size: 24px;
  }
  .serviceMainTitle span {
    font-size: 28px;
  }
}

.serviceMainTx {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}
@media only screen and (max-width: 959px) {
  .serviceMainTx {
    font-size: 14px;
    line-height: 1.7;
  }
}

.serviceMainSecBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceMainSecBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .serviceMainSecBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-inline: auto;
    width: 85%;
  }
}

.aunkerBtn {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-inline: 1em;
  padding-block: 1em;
}
.aunkerBtn .num {
  color: rgba(255, 255, 255, 0.12);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--White-100, #FFF);
  font-family: var(--fontEn);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.aunkerBtn .tx {
  font-size: 18px;
  padding-right: 2em;
}
.aunkerBtn .arw {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}
.aunkerBtn.service01 {
  background-color: var(--mainColor);
}
.aunkerBtn.service01 .arw {
  background-color: var(--mainColorDark);
}
.aunkerBtn.service02 {
  background-color: var(--subColor);
}
.aunkerBtn.service02 .arw {
  background-color: rgba(23, 132, 154, 0.6);
}
.aunkerBtn:hover {
  color: #fff;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .aunkerBtn .num {
    font-size: 16px;
  }
  .aunkerBtn .tx {
    font-size: 16px;
  }
  .aunkerBtn .arw {
    height: 25px;
    width: 25px;
  }
}

.serviceMainSecInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serviceMainSecInner .serviceMainSecTxBox {
  padding-block: 100px;
  padding-right: 3%;
  width: 80%;
}
.serviceMainSecInner .serviceMainSecImgBox {
  overflow: hidden;
  position: relative;
  height: auto;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .serviceMainSecInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serviceMainSecInner .serviceMainSecTxBox {
    padding-block: 30px;
    padding-right: 0;
    width: 100%;
  }
  .serviceMainSecInner .serviceMainSecImgBox {
    margin-inline: -15px;
    width: calc(100% + 30px);
  }
}

.scroll-track {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  -webkit-animation: scrollDown 15s linear infinite;
          animation: scrollDown 15s linear infinite;
}
.scroll-track .scroll-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.scroll-track .scrollSlideImg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  height: 155px;
  width: 245px;
}
.scroll-track .scrollSlideImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 767px) {
  .scroll-track {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-animation: scrollLeft 60s linear infinite;
            animation: scrollLeft 60s linear infinite;
  }
  .scroll-track .scroll-set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .scroll-track .scrollSlideImg {
    aspect-ratio: 245/155;
    width: 245px;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(var(--scroll-dist));
            transform: translateY(var(--scroll-dist));
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(var(--scroll-dist));
            transform: translateY(var(--scroll-dist));
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(var(--scroll-dist));
            transform: translateX(var(--scroll-dist));
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(var(--scroll-dist));
            transform: translateX(var(--scroll-dist));
  }
}
.serviceInnerGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceInnerGrid {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceInnerGrid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.serviceItem {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  padding-inline: 10px;
  padding-block: 10px;
}

.serviceItemNum {
  color: var(--mainColor);
  font-size: 14px;
  font-family: var(--fontEn);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 8px;
  border-right: 1px solid #E4E8EE;
  height: 100%;
}
.serviceItemNum.__subColor {
  color: var(--subColor);
}

.serviceItemInner {
  padding-left: 30px;
  padding-top: 30px;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  .serviceItemInner {
    padding-left: 15px;
    padding-top: 15px;
  }
}

.serviceItemTitleEn {
  font-size: 14px;
  color: #98ADCA;
  font-family: var(--fontEn);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .serviceItemTitleEn {
    font-size: 12px;
  }
}

.serviceItemTitleJp {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .serviceItemTitleJp {
    font-size: 22px;
  }
}

.serviceItemSubTitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--mainColor);
  margin-bottom: 0.3em;
}
.serviceItemSubTitle.__subColor {
  color: var(--subColor);
}
@media only screen and (max-width: 767px) {
  .serviceItemSubTitle {
    font-size: 18px;
  }
}

.serviceItemTx {
  color: #687D9C;
  font-weight: 600;
}
.serviceItemTx.__subColor {
  color: #68969C;
}

.serviceItemLink {
  aspect-ratio: 470/180;
  border-radius: 4px;
  position: relative;
}
.serviceItemLink .serviceItemImg {
  overflow: hidden;
}
.serviceItemLink .serviceItemImg img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.serviceItemLink .arw {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
}
.serviceItemLink .arw i {
  color: var(--mainColor);
}
.serviceItemLink:hover .serviceItemImg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .serviceItemLink .arw {
    height: 35px;
    width: 35px;
  }
}

.strengthItem {
  position: relative;
  z-index: 2;
}
.strengthItem + .strengthItem {
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .strengthItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .strengthItem .left {
    width: 45%;
  }
  .strengthItem .right {
    padding-left: 80px;
    width: 55%;
  }
  .strengthItem .right .img {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .strengthItem + .strengthItem {
    margin-top: 80px;
  }
}

.strengthItemTag {
  background-color: var(--fontColor);
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--fontEn);
  padding-inline: 0.7em;
  padding-block: 0.6em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  z-index: -2;
}
.strengthItemTag::before, .strengthItemTag::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  height: 115px;
  width: 150px;
  z-index: -1;
}
.strengthItemTag::before {
  background-color: #5CD9DD;
  bottom: 16%;
  left: -89%;
}
.strengthItemTag::after {
  background-color: #078EF8;
  top: -35%;
  right: -90%;
}
.strengthItemTag {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .strengthItemTag {
    font-size: 12px;
  }
}

.strengthItemTitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1em;
}
.strengthItemTitle span {
  font-weight: 600;
  line-height: 1.5;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .strengthItemTitle {
    font-size: 22px;
  }
}

.strengthItemList li {
  padding-left: 1.3em;
  position: relative;
  line-height: 1.2;
  margin-block: 1em;
}
.strengthItemList li::before {
  content: "\f14a";
  position: absolute;
  font-size: 1em;
  color: var(--mainColor);
  font-family: "Font Awesome 6 Pro";
  top: 0;
  left: 0;
}

.strengthItemEn {
  color: transparent;
  position: absolute;
  left: -202px;
  bottom: -18px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #BCCBE0;
  font-family: var(--fontEn);
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  white-space: nowrap;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .strengthItemEn {
    bottom: -47px;
  }
}
@media only screen and (max-width: 767px) {
  .strengthItemEn {
    display: none;
  }
}

/*==================================================
 * サービス - 下層
*================================================*/
.serviceCntTitleBox {
  border-bottom: 1px solid #E4E8EE;
}
.serviceCntTitleBox .serviceCntTitle {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1em;
  position: relative;
}
.serviceCntTitleBox .serviceCntTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 40px;
  background-color: var(--mainColor);
}
.serviceCntTitleBox.__sub .serviceCntTitle::before {
  background-color: var(--subColor);
}
.serviceCntTitleBox.__recruit .serviceCntTitle {
  color: #fff;
}
.serviceCntTitleBox.__recruit .serviceCntTitle::before {
  background-color: #3EC0D3;
}
@media only screen and (max-width: 767px) {
  .serviceCntTitleBox .serviceCntTitle {
    font-size: 24px;
  }
  .serviceCntTitleBox .serviceCntTitle::before {
    height: 3px;
  }
}

.serviceCtnTx {
  line-height: 1.4;
  font-weight: 600;
}

.serviceGridBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
}
.serviceGridBox.__col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceGridBox {
    gap: 30px 50px;
  }
  .serviceGridBox.__col3 {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceGridBox {
    grid-template-columns: 1fr;
    gap: 20px 30px;
  }
  .serviceGridBox.__col3 {
    grid-template-columns: 1fr;
    gap: 20px 30px;
  }
}

.prototypeItem .img {
  margin-bottom: 10px;
}
.prototypeItem .title {
  font-size: 18px;
  font-weight: 600;
  padding-left: 1.3em;
  position: relative;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 0.7em;
}
.prototypeItem .title::before {
  content: "";
  position: absolute;
  top: 0.1em;
  left: 0;
  border: 3px solid var(--mainColor);
  border-radius: 50%;
  height: 0.8em;
  width: 0.8em;
}
.prototypeItem .title + .tx {
  padding-left: 1.3em;
  margin-top: 0.3em;
}
.prototypeItem .btn {
  margin-top: 10px;
  background-color: #E6EDF5;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 10px;
}
.prototypeItem .btn span {
  width: 25px;
}
.prototypeItem .btn:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .prototypeItem .tx {
    font-size: 14px;
  }
}

.productionServiceFoot {
  margin-top: 5%;
  padding-top: 5%;
  border-top: 1px solid #E4E8EE;
}

.productionHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.productionHead .productionTxBox {
  width: 50%;
}
.productionHead .productionTxBox .strengthItemList li {
  font-size: 18px;
  line-height: 1.4;
}
.productionHead .productionImgBox {
  padding-left: 5%;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .productionHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .productionHead .productionTxBox {
    width: 100%;
  }
  .productionHead .productionTxBox .strengthItemList li {
    font-size: 15px;
  }
  .productionHead .productionImgBox {
    margin-bottom: 5%;
    padding-left: 0;
    width: 100%;
  }
}

.productionTxBoxTitle {
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  margin-bottom: 3em;
}
.productionTxBoxTitle::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  border-radius: 50%;
  border: 3px solid var(--mainColor);
  height: 0.8em;
  width: 0.8em;
}
@media only screen and (max-width: 767px) {
  .productionTxBoxTitle {
    font-size: 16px;
    margin-bottom: 1.3em;
  }
}

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

.productionInnerBox {
  border-radius: 4px;
  background-color: #F1F5F9;
  padding-inline: 30px;
  padding-block: 30px;
}
.productionInnerBox .titleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.productionInnerBox .titleBox .tag {
  font-size: 15px;
  font-weight: 600;
  color: #687D9C;
  line-height: 1;
  border-radius: 50px;
  padding-inline: 1em;
  padding-block: 0.5em;
  background-color: #E4E8EE;
}
.productionInnerBox .titleBox .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .productionInnerBox {
    padding-inline: 20px;
    padding-block: 20px;
  }
  .productionInnerBox .titleBox .tag {
    font-size: 13px;
  }
  .productionInnerBox .titleBox .title {
    font-size: 16px;
  }
}

.productionInnerBoxGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.productionInnerBoxGrid.__col1 {
  grid-template-columns: 1fr;
}
.productionInnerBoxGrid .img {
  border-radius: 4px;
  overflow: hidden;
}
.productionInnerBoxGrid .img .tx {
  font-size: 13px;
  color: #687D9C;
  margin-top: 5px;
}

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

.engineerCnt {
  background-color: #F1F5F9;
  border-radius: 4px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  padding-inline: 20px;
  padding-block: 20px;
}
@media only screen and (max-width: 959px) {
  .engineerCnt {
    grid-template-columns: 110px 1fr;
    gap: 15px;
  }
}

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

.engineerCntTitle {
  font-size: 22px;
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  .engineerCntTitle {
    font-size: 18px;
  }
}

.engineerCntTx {
  font-weight: 600;
  line-height: 1.4;
}

.engineerCntUl li {
  font-weight: 600;
  margin-block: 0.1em;
  padding-left: 1em;
  position: relative;
}
.engineerCntUl li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border: 2px solid var(--mainColor);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

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

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

.recruitCtaBg {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(97deg, #63BBC9 8.21%, #015AA0 85.82%);
  padding-inline: 60px;
  padding-block: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.recruitCtaBg::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitCtaBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.08;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitCtaBg {
    padding-inline: 30px;
    padding-block: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitCtaBg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
    padding-block: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruitCtaImgBox {
    width: 35%;
  }
}

.recruitCtaTxBox {
  padding-left: 8%;
  width: 65%;
}
.recruitCtaTxBox .commonTextBox__heading,
.recruitCtaTxBox .commonTextBox__text {
  color: #fff;
}
.recruitCtaTxBox .commonButton {
  background-color: #fff;
  min-width: 0;
}
.recruitCtaTxBox .commonButton .commonButton__text {
  color: var(--mainColor);
}
.recruitCtaTxBox .commonButton .commonButton__icon {
  background-color: var(--mainColor);
}
.recruitCtaTxBox .commonButton .commonButton__icon i {
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitCtaTxBox {
    padding-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .recruitCtaTxBox {
    padding-left: 0;
    margin-top: 5%;
    width: 100%;
  }
  .recruitCtaTxBox .commonButton {
    padding-inline: 27px 10px;
    padding-block: 12px;
  }
  .recruitCtaTxBox .commonButton .commonButton__text {
    font-size: 16px;
  }
}

.evaluationCntTitle {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 0.8em;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.evaluationCntTitle::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  border-radius: 50%;
  border: 3px solid var(--mainColor);
  height: 0.6em;
  width: 0.6em;
}
@media only screen and (max-width: 767px) {
  .evaluationCntTitle {
    font-size: 20px;
  }
}

.evaluationCntLinkTx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.evaluationCntLinkTx p {
  color: var(--mainColor);
  font-weight: 600;
}
.evaluationCntLinkTx .arw {
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
}
.evaluationCntLinkTx .arw i {
  color: #fff;
}
.evaluationCntLinkTx:hover {
  opacity: 0.8;
}

.evaluationItem {
  background-color: #F1F5F9;
  padding-inline: 30px;
  padding-block: 25px;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
}
.evaluationItem + .evaluationItem {
  margin-top: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .evaluationItem {
    padding-inline: 15px;
    padding-block: 15px;
    grid-template-columns: 80px auto;
  }
}
@media only screen and (max-width: 767px) {
  .evaluationItem {
    grid-template-columns: 1fr;
    padding-inline: 15px;
    padding-block: 15px;
  }
  .evaluationItem + .evaluationItem {
    margin-top: 10px;
  }
}

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

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

.evaluationItemBox {
  background-color: #fff;
  padding-inline: 30px;
  padding-block: 30px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .evaluationItemBox {
    padding-inline: 15px;
    padding-block: 15px;
  }
}

.evaluationItemBoxTtl {
  font-size: 18px;
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  .evaluationItemBoxTtl {
    font-size: 15px;
  }
}

/* ===========================
アコーディオン
=========================== */
.accordion {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  padding-inline: 20px;
  padding-block: 20px;
  background-color: var(--mainColor);
}
.accordion + .accordion {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .accordion {
    padding-inline: 15px;
    padding-block: 10px;
  }
}

/* ヘッダー（常時表示） */
.accordion__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--mainColor);
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.accordion__header:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: -2px;
}

.accordion__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .accordion__title {
    font-size: 16px;
  }
}

/* +/- アイコン */
.accordion__icon {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #2563eb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.accordion__icon-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion__icon-bar--horizontal {
  width: 12px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accordion__icon-bar--vertical {
  width: 2px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 閉じている時：縦棒を表示（＋になる） */
.accordion__header[aria-expanded=false] .accordion__icon-bar--vertical {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

/* 開いている時：縦棒を回転して隠す（−になる） */
.accordion__header[aria-expanded=true] .accordion__icon-bar--vertical {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/* 開閉エリア */
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion__body.is-open {
  margin-top: 20px;
}

.accordion__inner {
  padding: 0;
}

/* ===========================
ベンチ仕様テーブル
=========================== */
.bench-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-radius: 4px;
}

.bench-table {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.7;
  color: #1f2937;
}
.bench-table thead th {
  background-color: #e5e7eb;
  color: #6b7280;
  font-weight: 400;
  padding: 14px 20px;
  text-align: center;
  border: 1px solid #BCCBE0;
}
.bench-table tbody th,
.bench-table tbody td {
  padding: 20px;
  border: 1px solid #BCCBE0;
  vertical-align: top;
  text-align: left;
}
.bench-table {
  /* データセルの幅を均等に */
}
.bench-table tbody td {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .bench-table {
    font-size: 13px;
    width: 700px;
  }
  .bench-table tbody th {
    min-width: 120px;
    white-space: nowrap;
  }
  .bench-table thead th,
  .bench-table tbody th,
  .bench-table tbody td {
    padding: 12px 14px;
  }
}

/* 左端ラベル列 */
.bench-table__label {
  font-weight: 400;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .bench-table__label {
    width: 140px;
  }
}

/* ===========================
PDFリンク
=========================== */
.accordion__footer {
  padding-top: 15px;
}

.pdf-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 1em 1.5em;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  background-color: var(--mainColor);
  border: 1px solid var(--mainColor);
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pdf-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.pdf-link__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gridCard {
  background-color: #F1F5F9;
  padding-inline: 20px;
  padding-block: 20px;
}
.gridCard .title {
  font-size: 22px;
  line-height: 1.4;
}
.gridCard .title.__meddium {
  font-size: 20px;
}
.gridCard .title.__small {
  font-size: 18px;
}
.gridCard .tx {
  color: var(--fontColor);
}
.gridCard .tx.__gray {
  color: #688A9C;
}
.gridCard .tx.__large {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .gridCard .title {
    font-size: 18px;
  }
  .gridCard .tx.__large {
    font-size: 17px;
  }
}

.enableApgBlock {
  background-color: var(--subColorDark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding-inline: 40px;
  padding-block: 40px;
}
@media only screen and (max-width: 767px) {
  .enableApgBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 15px;
    padding-block: 20px;
  }
}

.enableApgBlockLogo {
  width: 250px;
}
.enableApgBlockLogo img {
  max-width: 190px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .enableApgBlockLogo {
    width: 140px;
  }
  .enableApgBlockLogo img {
    max-width: 100%;
  }
}

.enableApgTxBox {
  color: #fff;
  width: calc(100% - 250px);
}
@media only screen and (max-width: 767px) {
  .enableApgTxBox {
    text-align: center;
    width: 100%;
  }
}

.enableApgTitleEn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .enableApgTitleEn {
    font-size: 16px;
  }
}

.enableApgTitleJp {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .enableApgTitleJp {
    font-size: 32px;
  }
}

.enableApgTx {
  margin-bottom: 1.5em;
}

.apg-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background-color: #fff;
  color: var(--subColorDark);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.apg-btn:hover {
  opacity: 0.85;
  color: var(--subColorDark);
}

.apg-btn__icon {
  width: 20px;
  height: 20px;
}

/*==================================================
 * 企業情報
*================================================*/
.companyMainSec {
  position: relative;
  z-index: 2;
}
.companyMainSec::before {
  content: "";
  position: absolute;
  background-image: url("../img/compangBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
}

.companyMainSecHead .serviceMainTitle {
  font-size: clamp(25px, 3.2vw, 40px);
  line-height: 1.8;
}
.companyMainSecHead .serviceMainTitle span {
  font-size: clamp(25px, 3.2vw, 40px);
  display: inline-block;
  vertical-align: sub;
}

@media print, screen and (min-width: 768px) {
  .messageBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .messageBlock .messageImgBox {
    padding-right: 7%;
    width: 45%;
  }
  .messageBlock .messageTxBox {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .messageBlock .messageImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 60%;
  }
}

.ceoName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  font-size: 20px;
}
.ceoName span {
  color: #687D9C;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .ceoName {
    font-size: 16px;
  }
  .ceoName span {
    font-size: 14px;
  }
}

.groupBox {
  background-color: #fff;
  padding-inline: 60px;
  padding-block: 45px;
}
@media only screen and (max-width: 767px) {
  .groupBox {
    padding-inline: 15px;
    padding-block: 20px;
  }
}

.groupBoxHead {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .groupBoxHead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
}

.groupBoxTitle {
  font-size: 24px;
  font-weight: 600;
  padding-left: 1em;
  line-height: 1;
  position: relative;
}
.groupBoxTitle::before {
  content: "";
  position: absolute;
  height: 0.65em;
  width: 0.65em;
  border-radius: 50%;
  border: 4px solid var(--mainColor);
  top: 0.15em;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .groupBoxTitle {
    font-size: 20px;
  }
}

.groupBoxBtn {
  display: block;
  width: 260px;
}

.companySecInner {
  display: grid;
  grid-template-columns: 220px auto;
  gap: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companySecInner {
    grid-template-columns: 160px auto;
    gap: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .companySecInner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.compnyDl dl {
  display: grid;
  grid-template-columns: 180px auto;
  gap: 10px;
  border-bottom: 1px solid #BCCBE0;
}
.compnyDl dt, .compnyDl dd {
  padding-block: 30px;
}
.compnyDl dt {
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
  font-weight: 600;
}
.compnyDl dd.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .compnyDl dl {
    grid-template-columns: 80px auto;
  }
  .compnyDl dt, .compnyDl dd {
    padding-block: 15px;
  }
  .compnyDl dd.btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pdfBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  padding: 12px 20px;
  background: #006bce;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pdfBtn:hover {
  opacity: 0.7;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pdfBtn {
    gap: 12px;
  }
}

.pdfBtn::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hisSec {
  background-color: #F1F5F9;
}

.hisDl dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: 140px auto;
  gap: 10px;
}
.hisDl dt, .hisDl dd {
  padding-bottom: 60px;
}
.hisDl dt {
  color: var(--mainColor);
  font-weight: 600;
  font-family: var(--fontEn);
  position: relative;
  z-index: 2;
}
.hisDl dt::before {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 4px solid var(--mainColor);
  position: absolute;
  top: 0.3em;
  right: 0;
  height: 0.9em;
  width: 0.9em;
}
.hisDl dd {
  padding-left: 40px;
  position: relative;
  line-height: 1.4;
  z-index: 1;
}
.hisDl dd::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  top: 0.3em;
  left: -18px;
  height: 100%;
  width: 2px;
}
.hisDl dd .imgBox {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .hisDl dl {
    grid-template-columns: 100px auto;
  }
  .hisDl dd {
    padding-left: 20px;
  }
  .hisDl dd .imgBox {
    grid-template-columns: 0.8fr;
    gap: 10px;
  }
}

.hisHidden {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

.hisMore {
  cursor: pointer;
  display: block;
  padding-top: 20px;
  margin-top: 50px;
  border-top: 1px solid #BCCBE0;
  text-align: right;
  width: 100%;
  position: relative;
  padding-right: 40px;
  color: var(--mainColor);
  font-weight: 600;
  font-size: 14px;
}
.hisMore .arw {
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25px;
  width: 25px;
}
.hisMore .arw i {
  color: #fff;
}
.hisMore.is-open {
  display: none;
}
@media only screen and (max-width: 767px) {
  .hisMore {
    padding-top: 15px;
    margin-top: 30px;
  }
}

.accrssDl dl {
  display: grid;
  grid-template-columns: 180px auto;
  gap: 20px;
  border-bottom: 1px solid #BCCBE0;
}
.accrssDl dt, .accrssDl dd {
  padding-block: 30px;
}
.accrssDl dt {
  color: var(--mainColor);
  font-weight: 600;
}
.accrssDl dd .exLink {
  font-weight: 600;
  color: var(--mainColor);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accrssDl dd .exLink::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23006bce' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") no-repeat center/contain;
}
.accrssDl dd .exLink:hover {
  opacity: 0.7;
}
.accrssDl .accessBox {
  display: grid;
  grid-template-columns: 190px auto;
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .accrssDl .accessBox {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .accrssDl dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .accrssDl dt, .accrssDl dd {
    padding-block: 20px;
  }
  .accrssDl .accessBox {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.entryContactBox {
  max-width: 400px;
  margin-inline: auto;
}
.entryContactBox a {
  padding-inline: 20px;
  padding-block: 35px;
}

/*==================================================
 * 採用情報
*================================================*/
.recruitFv {
  position: sticky;
  top: 0;
  z-index: -1;
}

.recruitFv + .recrutiCnt {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.recruitFvBlock {
  position: relative;
  height: 100svh;
  width: 100vw;
  z-index: 2;
}
.recruitFvBlock::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitFv.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .recruitFvBlock::before {
    background-position: 60% center;
  }
}

.recruitFvTxBox {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding-inline: 60px;
  width: 100%;
}
@media only screen and (max-width: 959px) {
  .recruitFvTxBox {
    padding-inline: 15px;
    bottom: 30px;
  }
}

.recruitFvTitle {
  font-size: clamp(26px, 3.8vw, 48px);
  color: #fff;
  font-weight: 600;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .recruitFvTitle {
    margin-bottom: 0.5em;
  }
}

.recruitFvTx {
  color: #fff;
}

.recruitBlockFoot {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .recruitBlockFoot {
    padding-top: 20px;
    margin-top: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruitBlockList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.recruitBlockList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
.recruitBlockList .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  height: 20px;
  width: 20px;
}
.recruitBlockList .arw i {
  color: var(--mainColor);
  font-size: 75%;
}
@media only screen and (max-width: 959px) {
  .recruitBlockList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitBlockList {
    width: 70%;
  }
}

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

.recruitWorkCard {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#005190), to(#0077D4));
  background: linear-gradient(180deg, #005190 0%, #0077D4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media only screen and (max-width: 767px) {
  .recruitWorkCard {
    padding: 15px;
  }
}

.recruitWorkCardImg {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.recruitWorkCardTitle {
  color: #FFF;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitWorkCardTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitWorkCardTitle {
    font-size: 23px;
  }
}

.recruitWorkCardSubTitle {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 959px) {
  .recruitWorkCardSubTitle {
    font-size: 17px;
  }
}

.recruitWorkCardTx {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}

.recruitWorkCardLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 50px;
  background-color: #fff;
  padding-inline: 1em;
  padding-block: 0.6em;
}
.recruitWorkCardLink .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
}

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

.recruitStaffCard {
  background-color: #fff;
  border-radius: 4px;
  padding-inline: 10px;
  padding-block: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.recruitStaffCard.__bodyBottomCard {
  background-color: #0055A5;
  padding-block: 20px;
  padding-inline: 20px;
}
.recruitStaffCard.__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitStaffCard.__link:hover {
  opacity: 0.7;
}

.recruitStaffCardImg {
  border-radius: 4px;
  overflow: hidden;
  width: 190px;
}
@media only screen and (max-width: 959px) {
  .recruitStaffCardImg {
    width: 140px;
  }
}

.recruitStaffCardTxBox {
  width: calc(100% - 190px);
}
@media only screen and (max-width: 959px) {
  .recruitStaffCardTxBox {
    width: calc(100% - 140px);
  }
}

.recruitStaffCardTitle {
  font-size: 20px;
  color: var(--mainColor);
  margin-bottom: 0.6em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.__bodyBottomCard .recruitStaffCardTitle {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .recruitStaffCardTitle {
    font-size: 17px;
  }
}

.recruitStaffCardName {
  font-weight: 600;
  margin-bottom: 1em;
}

.recruitStaffCardList li {
  color: #687D9C;
  font-weight: 600;
  position: relative;
  padding-left: 1.2em;
  font-size: 13px;
  line-height: 1;
  margin-block: 0.6em;
}
.recruitStaffCardList li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--mainColor);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.7em;
  width: 0.7em;
}

.bodyMainCard .imgBox {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.bodyMiddleCard {
  background-color: var(--mainColorDark);
  border-radius: 4px;
  overflow: hidden;
  padding-inline: 20px;
  padding-block: 25px 30px;
}
.bodyMiddleCard .icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 30px;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .bodyMiddleCard {
    padding-inline: 10px;
    padding-block: 15px;
  }
  .bodyMiddleCard .icon {
    width: 80px;
  }
}

.recruitEventHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitEventHead {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .recruitEventHead {
    display: block;
  }
}

.eventCardLink {
  display: block;
}
.eventCardLink .imgBox {
  overflow: hidden;
  border-radius: 10px;
  max-width: 320px;
  margin-bottom: 20px;
}
.eventCardLink .imgBox .img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.eventCardLink .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
}
.eventCardLink .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.eventCardLink .data {
  font-family: var(--fontEn);
}
.eventCardLink .cate {
  color: #687D9C;
  background-color: rgba(3, 19, 41, 0.06);
  border-radius: 50px;
  line-height: 1;
  font-size: 14px;
  padding-inline: 1.6em;
  padding-block: 0.7em;
}
.eventCardLink:hover .imgBox .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .eventCardLink .title {
    font-size: 18px;
  }
  .eventCardLink .cate {
    font-size: 12px;
  }
}

.recruitEventBodyIn {
  margin-right: -80px;
}

.tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.tabBtn {
  padding: 0.7em 3em;
  border: none;
  color: #687D9C;
  background: #E4E8EE;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.tabBtn.is-active {
  background: var(--mainColor);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .tabBtn {
    padding: 0.3em 1.3em;
    font-size: 16px;
  }
}

.tabPanel {
  display: none;
  background: var(--mainColor);
  padding: 24px;
  border-radius: 0 8px 8px 8px;
}
.tabPanel.is-active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .tabPanel {
    padding: 15px;
  }
}

.stepCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  position: relative;
}
.stepCard:not(:last-child) {
  margin-bottom: 32px;
}
.stepCard:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 16px 0;
  border-color: #fff transparent transparent;
}
@media only screen and (max-width: 767px) {
  .stepCard {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}

.stepNum {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Primary-Medium, #0074CE);
  font-family: var(--fontEn);
  color: transparent;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 3.84px;
}
@media only screen and (max-width: 767px) {
  .stepNum {
    font-size: 32px;
  }
}

.stepBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.stepTitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .stepTitle {
    font-size: 20px;
  }
}

.stepLabel {
  font-size: 16px;
  font-weight: bold;
  color: var(--mainColor);
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  .stepLabel {
    font-size: 14px;
  }
}

.stepText {
  color: #687D9C;
}

.recruitRequireCnt + .recruitRequireCnt {
  border-top: 1px solid #BCCBE0;
  margin-top: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .recruitRequireCnt + .recruitRequireCnt {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.recruitRequire {
  background: #E4E8EE;
  padding: 32px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .recruitRequire {
    padding: 15px;
  }
}

.recruitRequireTitle {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.recruitRequireTitle span {
  font-size: 24px;
  font-weight: 600;
}
.recruitRequireTitle::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid var(--mainColor);
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .recruitRequireTitle span {
    font-size: 18px;
  }
}

.recruitDlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}

.recruitDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px;
  background: #fff;
  border-radius: 4px;
}
.recruitDl dt {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 600;
  padding-right: 10px;
  margin-right: 15px;
  border-right: 1px solid #BCCBE0;
  color: #687D9C;
}
.recruitDl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .recruitDl dt {
    width: 100px;
  }
  .recruitDl dd {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .testTable {
    overflow: auto;
  }
  .testTable > div {
    width: 560px;
  }
}

.selectFlow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 959px) {
  .selectFlow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.selectStep {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 20px 16px;
  text-align: center;
  position: relative;
}
.selectStep:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 13px 0 13px 21px;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 959px) {
  .selectStep:not(:last-child)::after {
    content: none;
  }
}
.selectStep:last-child {
  background: var(--mainColor);
}
.selectStep:last-child .selectNum,
.selectStep:last-child .selectTitle,
.selectStep:last-child .selectSub {
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .selectStep {
    padding: 10px 15px;
  }
  .selectStep:last-child {
    grid-column: 1/3;
  }
}

.selectNum {
  font-size: 24px;
  font-weight: 800;
  font-family: var(--fontEn);
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .selectNum {
    font-size: 20px;
  }
}

.selectTitle {
  font-size: 24px;
  font-weight: bold;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .selectTitle {
    font-size: 20px;
  }
}

.selectSub {
  color: #687D9C;
  margin-top: 4px;
}

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

.recruitEntryCnt {
  padding-block: 90px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .recruitEntryCnt {
    padding-block: 140px;
  }
}

.recruitEntryWrap {
  max-width: 750px;
  margin-inline: auto;
  padding-inline: 15px;
}

.recruitEntryHead {
  text-align: center;
}

.recruitEntryTitleEn {
  font-size: clamp(47px, 5.7vw, 72px);
  margin-bottom: 0.4em;
  margin-inline: auto;
  width: 260px;
}

.recruitEntryTitleJp {
  color: #fff;
  font-size: clamp(27px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 0.4em;
}

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

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

.recruitEntryContactBox {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 20px;
  padding-inline: 20px;
}
.recruitEntryContactBox.telBox {
  background-color: #fff;
}
.recruitEntryContactBox.formBox {
  background-color: var(--mainColor);
}
.recruitEntryContactBox.lineBox {
  background-color: var(--subColor);
}
@media print, screen and (min-width: 768px) {
  .recruitEntryContactBox.telBox {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .recruitEntryContactBox.formBox {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .recruitEntryContactBox.lineBox {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 767px) {
  .recruitEntryContactBox {
    padding-block: 15px;
    padding-inline: 15px;
  }
}

.recruitEntryContactBoxTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1em;
}
.recruitEntryContactBox.telBox .recruitEntryContactBoxTitle {
  color: var(--subColor);
}
.recruitEntryContactBox.formBox .recruitEntryContactBoxTitle {
  color: rgba(255, 255, 255, 0.8);
}
.recruitEntryContactBox.lineBox .recruitEntryContactBoxTitle {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .recruitEntryContactBoxTitle {
    font-size: 16px;
  }
}

.recruitEntryContactBoxTelNum {
  color: var(--subColorDark);
  font-size: 33px;
  font-family: var(--fontEn);
  font-weight: 600;
  line-height: 1;
}
.recruitEntryContactBoxTelNum .icon {
  font-size: 68%;
}
@media only screen and (max-width: 767px) {
  .recruitEntryContactBoxTelNum {
    font-size: 25px;
  }
}

.recruitEntryBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-inline: 20px;
  padding-block: 20px;
}
.recruitEntryBtn:hover {
  opacity: 0.7;
}
.recruitEntryBtn .tx {
  font-size: 14px;
  font-weight: 600;
}
.recruitEntryBtn .arw {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 24px;
}
.recruitEntryBtn .arw i {
  color: #fff;
  font-size: 80%;
}
.recruitEntryBtn.__mainColor {
  color: var(--mainColor);
}
.recruitEntryBtn.__mainColor .arw {
  background-color: var(--mainColor);
}
.recruitEntryBtn.__subColor {
  color: var(--subColor);
}
.recruitEntryBtn.__subColor .arw {
  background-color: var(--subColor);
}
@media only screen and (max-width: 767px) {
  .recruitEntryBtn {
    padding-inline: 15px;
    padding-block: 10px;
  }
}

.slideImg {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
  width: clamp(120px, 15vw, 200px);
  z-index: 0;
}
.slideImg.__left {
  left: 0;
}
.slideImg.__right {
  right: 0;
}
.slideImg .slideImgTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: transform;
  gap: 12px;
}
@media only screen and (max-width: 959px) {
  .slideImg {
    width: 100%;
    height: 100px;
  }
  .slideImg.__left {
    left: 0;
    top: 0;
  }
  .slideImg.__right {
    left: 0;
    top: auto;
    bottom: 0;
  }
  .slideImg .slideImgTrack {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  .slideImg div {
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .slideImg picture {
    display: block;
    height: 100%;
  }
  .slideImg img {
    width: auto !important;
    height: 100% !important;
  }
}

/*==================================================
 * トップページ
*================================================*/
@media only screen and (max-width: 767px) {
  .fv {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .fvBtmCntHead {
    padding-block: 240px 200px;
  }
}

.fvBtmTitle {
  font-size: clamp(31px, 4.4vw, 56px);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.fvBtmTitle span {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 0.1em;
  padding-block: 0em;
  background-color: #031329;
  overflow: hidden;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  z-index: -2;
}
.fvBtmTitle span::before, .fvBtmTitle span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  height: 100px;
  width: 100px;
  z-index: -1;
}
.fvBtmTitle span::before {
  background-color: #5CD9DD;
  bottom: -10%;
  left: -10%;
}
.fvBtmTitle span::after {
  background-color: #078EF8;
  top: -55%;
  right: -10%;
}
.fvBtmTitle span {
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}

.fvBtmTx {
  line-height: 2.2;
}

.fvBtmImg {
  position: absolute;
  z-index: -1;
}
.fvBtmImg.__01 {
  top: -130px;
  right: -80px;
  aspect-ratio: 240/290;
  width: clamp(140px, 18.8vw, 240px);
}
@media only screen and (max-width: 959px) {
  .fvBtmImg.__01 {
    top: -70px;
    right: -10px;
  }
}
.fvBtmImg.__02 {
  top: 170px;
  right: 100px;
  aspect-ratio: 125/150;
  width: clamp(75px, 9.8vw, 125px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fvBtmImg.__02 {
    top: 70px;
    right: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .fvBtmImg.__02 {
    top: 120px;
    right: 80px;
  }
}
.fvBtmImg.__03 {
  bottom: -130px;
  right: -50px;
  aspect-ratio: 180/220;
  width: clamp(90px, 14.1vw, 180px);
}
@media only screen and (max-width: 959px) {
  .fvBtmImg.__03 {
    right: -10px;
    bottom: 40px;
  }
}
.fvBtmImg.__04 {
  top: -70px;
  left: -80px;
  aspect-ratio: 170/200;
  width: clamp(110px, 13.3vw, 170px);
}
@media only screen and (max-width: 959px) {
  .fvBtmImg.__04 {
    top: 30px;
    left: -50px;
  }
}
.fvBtmImg.__05 {
  bottom: -140px;
  left: -60px;
  aspect-ratio: 240/300;
  width: clamp(130px, 18.8vw, 240px);
}
@media only screen and (max-width: 959px) {
  .fvBtmImg.__05 {
    bottom: -40px;
    left: -10px;
  }
}

.topServiceBtn .commonButton {
  background-color: #fff;
  min-width: 0;
}
.topServiceBtn .commonButton::before, .topServiceBtn .commonButton::after {
  content: none;
}
.topServiceBtn .commonButton .commonButton__text {
  color: var(--mainColor);
}
.topServiceBtn .commonButton .commonButton__icon {
  background-color: var(--mainColor);
}
.topServiceBtn .commonButton .commonButton__icon i {
  color: #fff;
}

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

.serviceLink {
  background-color: var(--mainColorDark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 20px;
  padding-block: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.serviceLink .icon {
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
  width: 70px;
}
.serviceLink .rightBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 70px);
}
.serviceLink .tx {
  font-size: 18px;
}
.serviceLink .arw {
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
}
.serviceLink:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.topServiceHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}
.topServiceHead.reverse {
  grid-template-columns: 1fr 1.2fr;
}
.topServiceHead.reverse .txBox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.topServiceHead.reverse .imgBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.topServiceHead .title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding-left: 0.8em;
  position: relative;
  line-height: 1.2;
  margin-bottom: 1.7em;
}
.topServiceHead .title::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 0.5em;
  width: 0.5em;
}
.topServiceHead .tx {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.topServiceHead .listBox {
  margin-top: 30px;
}
.topServiceHead .listUl li {
  background-color: var(--mainColorDark);
  padding-inline: 15px;
  padding-block: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.topServiceHead .listUl li::before {
  content: "";
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 110px;
  height: 100%;
  width: 5px;
  background-color: var(--mainColorDark);
  z-index: -1;
}
.topServiceHead .listUl li:last-child::before {
  content: none;
}
.topServiceHead .listUl li + li {
  margin-block: 20px;
}
.topServiceHead .listUl li .tag {
  background-color: var(--mainColor);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  padding-inline: 20px;
  padding-block: 10px;
  line-height: 1;
  min-width: 190px;
}
.topServiceHead .listUl li .list {
  color: #fff;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .topServiceHead .listUl li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topServiceHead .listUl li::before {
    left: 50%;
  }
  .topServiceHead .listUl li .tag {
    font-size: 15px;
    min-width: 130px;
    padding-inline: 10px;
  }
}
.topServiceHead .listUl.subColor li {
  background-color: var(--subColorDark);
}
.topServiceHead .listUl.subColor li::before {
  background-color: var(--subColorDark);
}
.topServiceHead .listUl.subColor li .tag {
  background-color: var(--subColor);
}
@media only screen and (max-width: 767px) {
  .topServiceHead {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .topServiceHead .txBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topServiceHead .imgBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .topServiceHead.reverse {
    grid-template-columns: 1fr;
  }
  .topServiceHead.reverse .txBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topServiceHead.reverse .imgBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.topServiceHeadTitleEn {
  font-size: 68px;
  position: absolute;
  left: 0;
  top: -1.3em;
  z-index: -1;
}
.topServiceHeadTitleEn.__mobility {
  width: min(71.9vw, 920px);
}
.topServiceHeadTitleEn.__motor {
  width: min(43.7vw, 560px);
}
@media only screen and (max-width: 767px) {
  .topServiceHeadTitleEn {
    top: -0.7em;
  }
}

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

.topServiceCard {
  position: relative;
  max-width: 360px;
  width: 100%;
}

.topServiceCardCnt {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.topServiceCardCnt::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.topServiceCard:hover .topServiceCardCnt::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.topServiceCardCnt.__01::before {
  background-image: url("../img/topServiceImg01.jpg");
}
.topServiceCardCnt.__02::before {
  background-image: url("../img/topServiceImg02.jpg");
}
.topServiceCardCnt.__03::before {
  background-image: url("../img/topServiceImg03.jpg");
}
.topServiceCardCnt.__04::before {
  background-image: url("../img/topServiceImg04.jpg");
}
.topServiceCardCnt.__05::before {
  background-image: url("../img/topServiceImg05.jpg");
}
.topServiceCardCnt.__06::before {
  background-image: url("../img/topServiceImg06.jpg");
}
.topServiceCardCnt.__07::before {
  background-image: url("../img/topServiceImg07.jpg");
}

.topServiceCardIn {
  padding-block: 165px 30px;
  padding-inline: 25px;
  color: #fff;
}
.topServiceCardIn .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 0.8em;
}
.topServiceCardIn .title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 0.5em;
  width: 0.5em;
}
@media only screen and (max-width: 767px) {
  .topServiceCardIn {
    padding-block: 185px 15px;
    padding-inline: 15px;
  }
  .topServiceCardIn .title {
    font-size: 20px;
  }
}

.topServiceCardArw {
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -30px;
  right: 10px;
  height: 50px;
  width: 50px;
  z-index: 2;
}
.topServiceCardArw i {
  color: var(--mainColorDark);
}
@media only screen and (max-width: 767px) {
  .topServiceCardArw {
    bottom: -20px;
    height: 40px;
    width: 40px;
  }
}

.topNewsList .topNewsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #E4E8EE;
  text-decoration: none;
  color: var(--fontColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topNewsList .topNewsItem:hover {
  border-bottom: 1px solid #a7abb0;
}
.topNewsList .topNewsItemDate {
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topNewsList .topNewsItemCat {
  font-size: 14px;
  background: rgba(3, 19, 41, 0.08);
  color: var(--mainColor);
  padding: 0.6em 2.5em;
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.topNewsList .topNewsItemTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topNewsList .topNewsItemArw {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--mainColor);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .topNewsList .topNewsItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 12px;
  }
  .topNewsList .topNewsItemTitle {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .topNewsList .topNewsItemArw {
    display: none;
  }
}

.topAboutCard {
  overflow: hidden;
}

.topAboutCardLink {
  position: relative;
  display: block;
  z-index: 2;
}
.topAboutCardLink::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.topAboutCardLink.__message::before {
  background-image: url("../img/topAbout01.jpg");
}
.topAboutCardLink.__company::before {
  background-image: url("../img/topAbout02.jpg");
}
.topAboutCardLink.__history::before {
  background-image: url("../img/topAbout03.jpg");
}
.topAboutCardLink:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.topAboutCardTxBox {
  padding-block: 160px 25px;
  padding-inline: 20px;
}
.topAboutCardTxBox .en {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: var(--fontEn);
  line-height: 1;
  padding-bottom: 0.7em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.topAboutCardTxBox .jp {
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topAboutCardTxBox {
    padding-inline: 15px;
    padding-block: 150px 15px;
  }
  .topAboutCardTxBox .en {
    font-size: 14px;
  }
  .topAboutCardTxBox .jp {
    font-size: 20px;
  }
}

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