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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti&display=swap");
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.mainColor {
  color: #939393;
}

.mainColorSub {
  color: #ffff66;
}

.bgmainColor {
  color: #f1f3f3;
}

.mainColorDeep {
  color: #7a7a7a;
}

.bgMainColorDeep {
  background-color: #7a7a7a;
}

.mainColorExDeep {
  color: #c5c5c5;
}

.mainColorLight {
  color: #40c4f8;
}

.bgMainColorLight {
  background-color: #40c4f8;
}

.mainColorExLight {
  color: #f2f2f2;
}

.bgMainColorExLight {
  background-color: #f2f2f2;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColor {
  color: #596166;
}

.bgSubColor {
  background-color: #004996;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #e3e2e2;
}

.compColor {
  color: #a9a8a9;
}

.bgCompColor {
  background-color: #a9a8a9;
}

.grayColor {
  color: #a9a8a9;
}

.bgGrayColor {
  background-color: #a9a8a9;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

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

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

.bgBlack {
  background: #000;
}

.bgGrad {
  background: rgb(128, 198, 220);
  background: linear-gradient(90deg, rgb(128, 198, 220) 0%, rgb(65, 175, 179) 100%);
}

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

.grayLight {
  color: #e0e0e1;
}

.white {
  color: #fff;
}

.blackLight {
  color: #231815;
}

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

.fontEnSub {
  font-family: "Alegreya Sans", sans-serif;
}

.fontNumSub {
  font-family: "Cinzel", serif;
}

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

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

.fontJP {
  font-family: "Kaisei Opti", serif;
}

.notoSansSC {
  font-family: "Noto Sans SC", sans-serif;
}

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

.sans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

body {
  font-family: "Lexend", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

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

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #686868;
}

.blue {
  color: #036ea9;
}

.red {
  color: #ff4501 !important;
}

.red2 {
  color: #ff3100 !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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
  color: #000 !important;
}

.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;
    color: #000;
  }
  .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;
    color: #000;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

/*
a:hover{
	opacity: 0.8;
	transition:0.3s;
}
*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

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

hr {
  margin: 10px auto;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

.mbLx {
  margin-bottom: 40%;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbL5 {
  margin-bottom: 12%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .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%;
  }
}
/*flex・グリッド系*/
.flex {
  display: flex;
}

.justCenter {
  justify-content: center;
}

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

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

.alignCenter {
  align-items: center;
}

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

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

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

.flexWrap {
  flex-wrap: wrap;
}

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .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%;
  }
}
/*横幅*/
.cnt {
  width: 90%;
  max-width: 1040px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 959px) {
  .cnt {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.w100 {
  width: 100%;
}

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

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

.cntMl {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}

.cntL {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cntInner {
  max-width: 1364px;
  margin-right: auto;
  margin-left: auto;
}

.cntInner2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.cntWide {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

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

:root {
  --spaceSize: clamp(75px, 8vw, 150px);
  --spaceSizeWide: clamp(135px, 14vw, 270px);
}

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

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

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

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

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

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

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

.bgImgHeight {
  padding-bottom: 67%;
}

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

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

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

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

.bgWhite {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

/*影*/
.shadowXS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 19px;
}
@media only screen and (max-width: 767px) {
  .shadowXS {
    box-shadow: rgba(0, 0, 0, 0.1) 6px 3px 17px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  cursor: pointer;
  z-index: 1005;
  right: 15px;
  top: 37px;
  background: transparent;
  border: none;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}
@media only screen and (max-width: 767px) {
  .menu-btn {
    top: 19px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .menu-btn {
    right: 7px;
    top: 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .menu-btn {
    right: 7px;
    top: 27px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.topQaBoxDl dt {
  font-weight: normal;
}

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

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

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

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

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

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr {
  margin-bottom: 1.5em;
  display: block;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  text-align: left;
  display: block;
  width: 100%;
}
.cform tr th {
  margin-bottom: 0.5em;
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f6f6;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform .title {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
}

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

.required-srt {
  color: #f04876;
  margin-left: 0.7em;
}

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

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

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

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

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

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

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
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-books p {
  font-size: 12px;
  line-height: 1.8;
}
.entry-books h5 {
  padding-top: 10px;
  border-top: solid 1px #dddddd;
  margin-bottom: 7%;
  color: #596166;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .entry-books h5 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .entry-books h5 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10%;
  }
}

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2 {
  font-size: 24px;
  margin: 8% auto 3%;
  background-color: #f2f2f2;
  padding: 0.5em 1em;
  border-radius: 3px;
  color: #000;
  font-weight: bold;
  border-left: 4px solid #939393;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  font-size: 22px;
  margin: 4% auto 3%;
  font-weight: bold;
  line-height: 1.7;
  border-left: 4px solid #939393;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h4 {
  margin: 3% auto 3%;
  border-bottom: 1px solid #939393;
  padding-bottom: 0.4em;
  color: #939393;
  font-weight: bold;
  font-size: 21px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 6% auto 3%;
    font-size: 16px;
  }
}
.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #40c4f8;
  font-size: 20px;
}
.entry h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.entry table td {
  border-right: 1px solid #939393;
  border-bottom: 1px solid #939393;
}
.entry table td:first-child {
  width: 30%;
  background-color: #eef6fa;
  color: #939393;
  font-weight: bold;
  border-left: 1px solid #939393;
}
.entry table td:last-child {
  width: auto;
  border-right: 1px solid #939393;
}
.entry table th,
.entry table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.entry table tr:first-child td,
.entry table tr:first-child th {
  border-top: 1px solid #939393;
}
.entry table tr:last-child td {
  border-bottom: 1px solid #939393;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  color: #939393;
  position: absolute;
  left: 0;
  font-weight: 400;
}
.entry figure {
  width: min(100%, 700px);
  margin-right: auto;
  margin-left: auto;
}

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

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

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #939393;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

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

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

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

@media screen and (max-width: 767px) {
  .wp-caption-text {
    background: hsla(330, 50%, 60%, 0.48);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -50px;
    display: block;
    left: 5%;
  }
}
/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #939393;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

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

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

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

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

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

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

.lkc-domain {
  color: #fff;
}

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

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

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

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

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

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

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

.singleColumnArticleContent {
  margin: auto;
  margin-top: 5%;
}

.singleColumnTitle {
  border-bottom: 1px solid;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 1em;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 13px;
  line-height: 0.7;
  background-color: #939393;
  color: #fff;
  border-radius: 5px;
  padding: 0.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

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

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

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

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

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

.singleColumnWriter {
  padding: 3% 3%;
  margin: 6% 0 6% 0;
  border: 1px solid #939393;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

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

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

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

/*次のページを見る*/
.singleColumnPreNextBox {
  padding: 0.3em 1em;
  line-height: 1;
  position: relative;
  transition: 0.3s;
  display: inline-block;
  background-color: #666666;
}
.singleColumnPreNextBox:not(:last-child) {
  margin-right: 40px;
}
.singleColumnPreNextBox:hover {
  opacity: 0.7;
}

.singleClumnPreNextDescri {
  font-family: "Inter", sans-serif;
  display: inline-block;
  color: #fff;
  transition: 0.3s;
}
.singleClumnPreNextDescri:hover {
  opacity: 0.7;
}

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

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

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

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

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

.cmNewsListImgWrap {
  overflow: hidden;
  margin-bottom: 6%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cmNewsListImgWrap {
    border-radius: 15px;
  }
}

.cmNewsListInfoUl {
  display: flex;
}
.cmNewsListInfoUl li {
  font-size: 12px;
  display: inline-block;
  color: #333;
  background-color: #fff;
  padding: 0.25em 0.6em;
  text-align: center;
}
.cmNewsListInfoUl li:not(:last-child) {
  margin-right: 5px;
}
.cmNewsListInfoUl.nofover {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 12px;
  }
}

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

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

span.page-numbers {
  color: #939393;
  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 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item .date {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
  .sidebarNewsUl .cat-item .date {
    font-size: 13px;
  }
  .sidebarNewsUl .cat-item .title {
    font-size: 14px;
  }
}

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

.sidebarTitle {
  font-size: 16px;
  line-height: 1;
  border-bottom: 2px solid #939393;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
  font-weight: bold;
}

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

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

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

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*パンくず*/
.breadcrumbs {
  margin: 2em 0;
  padding: 1em 0 0;
  border-top: solid 1px #262626;
}
.breadcrumbs a {
  transition: 0.3s;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}

/*パンくず終わり*/
@media print, screen and (min-width: 768px) {
  .telA {
    pointer-events: none;
  }
}
.telA span {
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
.telA i {
  margin-right: 0.15em;
}
.telA.white:hover {
  color: #fff;
}

.vertical {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}

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

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

.topFvMsgBannerLink {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
  width: 50%;
  text-align: center;
  padding: 0.7em 0;
}
.topFvMsgBannerLink:not(:last-child) {
  border-right: 1px solid #fff;
}
.topFvMsgBannerLink i {
  display: inline-block;
  margin-right: 5px;
  transition: 0.3s;
}
a:hover .topFvMsgBannerLink i {
  opacity: 0.7;
}
.topFvMsgBannerLink:hover {
  background-color: rgb(100, 100, 100);
  color: #fff;
}
.topFvMsgBannerLink img {
  width: 25px;
}

.spFooterLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #000;
  z-index: 1005;
}

.InstaLink img {
  width: 30px;
}

.alink {
  text-decoration: underline;
  color: #939393;
  transition: 0.3s;
}
.alink:hover {
  color: red;
}

/*==================================================
 * 当サイトのみ共通
 *================================================*/
body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
  color: #fff;
}
.en body {
  letter-spacing: 0.05em;
}

main {
  margin-top: 6%;
}
.home main {
  margin-top: 0;
}
.page-id-55 main {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 27%;
  }
  .home main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  main {
    margin-top: 17%;
  }
  .home main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  main {
    margin-top: 15%;
  }
  .home main {
    margin-top: 0;
  }
}

.submit-btn input,
.submit-btn button {
  margin-top: 4%;
  font-family: "Lexend", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.2em 4.9em;
  border: solid 1px transparent;
  background: #c9c9c9;
  font-size: 18px;
  color: #000000;
  display: inline-block;
  transition: 0.3s;
  letter-spacing: 0.2em;
  font-weight: 100;
  cursor: pointer;
  width: auto;
}
.submit-btn input:hover,
.submit-btn button:hover {
  background: #777778;
}
@media only screen and (max-width: 959px) {
  .submit-btn input,
  .submit-btn button {
    font-size: 14px;
  }
}

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

.midashiWrap.__small {
  cursor: pointer;
  position: relative;
  background: #dcdcdc;
  padding: 1.5em 5.7em 1.5em 2.6em;
}
.midashiWrap.__small::before {
  opacity: 0;
}
.midashiWrap.__small::after, .midashiWrap.__small::before {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  right: 37px;
  top: 50%;
  color: #231815;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 30px;
}
.midashiWrap.__small::after {
  content: "\f078";
}
.midashiWrap.__small::before {
  content: "\f077";
}
.midashiWrap.__small.on.__top {
  margin-bottom: 5%;
}
.midashiWrap.__small.on::before {
  opacity: 1;
}
.midashiWrap.__small.on::after {
  opacity: 0;
}
.midashiWrap.__afterNo::after, .midashiWrap.__afterNo::before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .midashiWrap {
    margin-bottom: 10%;
  }
  .midashiWrap.__small {
    padding: 1em 2em 1em 0.6em;
    margin-bottom: 2%;
  }
  .midashiWrap.__small::after, .midashiWrap.__small::before {
    top: 38%;
    right: 9px;
    font-size: 20px;
  }
  .midashiWrap.__small.on::after, .midashiWrap.__small.on::before {
    top: 24%;
  }
}

.commonFvTitleEn {
  font-size: clamp(50px, 3.6vw, 70px);
  letter-spacing: 0.1em;
  margin-right: 7%;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .commonFvTitleEn {
    font-size: 25px;
    margin-right: 2%;
  }
}

.commonFvTitleJp {
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .commonFvTitleJp {
    font-size: 12px;
  }
}

.commonMisashiEn {
  font-size: clamp(50px, 3.6vw, 70px);
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin-right: 3%;
  letter-spacing: 0.1em;
}
.__middle .commonMisashiEn {
  font-size: 50px;
  font-weight: 500;
}
.__small .commonMisashiEn {
  font-size: 35px;
  line-height: 1.3;
  color: #231815;
  font-weight: 400;
}
.on .commonMisashiEn {
  padding-top: 49px;
}
.__xsmall .commonMisashiEn {
  font-size: 28px;
  font-weight: 400;
  color: #231815;
}
@media only screen and (max-width: 767px) {
  .commonMisashiEn {
    font-size: 30px;
  }
  .__small .commonMisashiEn {
    font-size: 24px;
  }
  .__xsmall .commonMisashiEn {
    font-size: 20px;
  }
  .__middle .commonMisashiEn {
    font-size: 26px;
  }
  .on .commonMisashiEn {
    padding-top: 27px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .__small .commonMisashiEn {
    font-size: 28px;
  }
  .__middle .commonMisashiEn {
    width: 66%;
    font-size: 30px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .__middle .commonMisashiEn {
    width: 66%;
  }
}

.commonMisashiJp {
  font-size: 18px;
  line-height: 1.6;
}
.__small .commonMisashiJp {
  color: #231815;
}
.__xsmall .commonMisashiJp {
  color: #231815;
}
.on .commonMisashiJp {
  padding-top: 49px;
}
.on .commonMisashiJp .midashiText {
  display: none;
}
@media only screen and (max-width: 767px) {
  .commonMisashiJp {
    font-size: 16px;
  }
  .__small .commonMisashiJp {
    font-size: 14px;
  }
  .__xsmall .commonMisashiJp {
    font-size: 14px;
  }
}

.commonMidashi1_En {
  font-size: clamp(3rem, 2.2718446602rem + 1.9417475728vw, 6rem);
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.commonMidashi1_Jp.__black span::after, .commonMidashi1_Jp.__black span::before {
  background-color: #333;
}
.commonMidashi1_Jp span {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  letter-spacing: 0.08em;
  padding: 0 1em;
  line-height: 1.3;
  position: relative;
}
.commonMidashi1_Jp span::after, .commonMidashi1_Jp span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.commonMidashi1_Jp span::before {
  left: 0;
  transform: rotate(20deg);
}
.commonMidashi1_Jp span::after {
  right: 0;
  transform: rotate(20deg);
}

.commonMisashiSub {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
}

.commonCaption {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  padding: 0.6em 1em 0.6em 1.5em;
  background-color: #909091;
}
.commonCaption.__large {
  font-size: 24px;
  line-height: 1.6;
  border: solid 1px #fff;
  padding: 1.5em 1em 1.5em 1.5em;
  background-color: unset;
}
@media only screen and (max-width: 767px) {
  .commonCaption.__large {
    font-size: 18px;
    line-height: 1.6;
    border: solid 1px #fff;
    padding: 1em 0.7em 1em 1em;
    background-color: unset;
    margin-bottom: 9%;
  }
}

.contactBtn {
  position: relative;
  color: #333;
}
.contactBtn span {
  display: inline-block;
  transition: 0.3s;
  background-color: #e0e0e1;
  font-size: 20px;
  display: inline-block;
  padding: 1.3em 2.4em 1.3em 4.6em;
}
.contactBtn:hover span {
  background-color: #3e3a39;
  box-shadow: 2px 3px 10px #fff;
  color: #fff;
  padding: 1.3em 2.4em 1.3em 4.6em;
}
.contactBtn:hover:after {
  color: #fff;
}
.contactBtn::after {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  color: #333;
  transition: 0.3s;
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .contactBtn span {
    font-size: 16px;
    line-height: 1.4;
    padding: 0.9em 1.6em 0.9em 3.3em;
  }
  .contactBtn::after {
    left: 15px;
    line-height: 1;
    font-size: 23px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactBtn span {
    font-size: 18px;
    line-height: 1.4;
    padding: 1.3em 1.5em 1.3em 3.3em;
  }
  .contactBtn::after {
    left: 22px;
    line-height: 1;
    font-size: 23px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .contactBtn span {
    font-size: 19px;
    line-height: 1.4;
    padding: 1.3em 2.8em 1.3em 4.3em;
  }
  .contactBtn::after {
    left: 38px;
    line-height: 1;
    font-size: 26px;
  }
}

.crowdTopBanner {
  bottom: 9%;
  position: fixed;
  right: 0;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .crowdTopBanner {
    bottom: 0;
  }
}

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

.commonBtn {
  position: relative;
  color: #333;
}
.commonBtn.__small span {
  width: 400px;
  font-size: 20px;
  padding: 0.8em 6.4em 0.8em 2.4em;
}
.commonBtn.__red span {
  background-color: #ff3100;
  color: #fff;
}
.commonBtn.__red::after {
  color: #fff;
}
.commonBtn::after {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: 300;
  font-size: 30px;
  color: #333;
  transition: 0.3s;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
}
.commonBtn span {
  display: inline-block;
  transition: 0.3s;
  background-color: #e0e0e1;
  font-size: 22px;
  padding: 0.8em 14.4em 0.8em 2.4em;
}
.commonBtn.__mail::after {
  content: "\f0e0";
  right: unset;
  left: 31px;
}
.commonBtn.__mail span {
  display: inline-block;
  font-size: 20px;
  padding: 1.3em 2.4em 1.3em 4.6em;
}
.commonBtn.__mail:hover:after {
  left: 35px;
  right: unset;
}
.commonBtn:hover span {
  background-color: #3e3a39;
  box-shadow: 2px 3px 10px #fff;
  color: #fff;
}
.commonBtn:hover:after {
  right: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .commonBtn.__small span {
    width: 300px;
    font-size: 16px;
    padding: 0.6em 3em 0.6em 1.5em;
  }
  .commonBtn::after {
    top: 58%;
    font-size: 22px;
    right: 17px;
  }
  .commonBtn span {
    font-size: 16px;
    padding: 0.7em 5.7em 0.7em 1.2em;
  }
  .commonBtn.__mail span {
    font-size: 16px;
    padding: 0.9em 1.6em 0.9em 3.3em;
  }
  .commonBtn.__mail::after {
    left: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonBtn.__mail span {
    font-size: 18px;
    padding: 0.9em 1.3em 0.9em 2em;
  }
  .commonBtn.__mail::after {
    left: 10px;
    font-size: 20px;
  }
}

.commonText {
  font-size: 16px;
  line-height: 1.6;
}
.commonText.__hL {
  line-height: 2;
}
.commonText.__ll {
  line-height: 1.8;
}
.commonText.__large {
  font-size: 18px;
  line-height: 2.2;
}
.commonText.__XXlarge {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.8;
}
.commonText.__Xlarge {
  font-size: 23px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .commonText {
    font-size: 14px;
  }
  .commonText.__large {
    font-size: 15px;
    line-height: 2;
  }
  .commonText.__XXlarge {
    font-size: 20px;
    line-height: 1.4;
  }
  .commonText.__Xlarge {
    font-size: 16px;
    line-height: 1.8;
  }
}

.commonBtn2 {
  position: relative;
  width: 371px;
  display: block;
  text-align: left;
  padding: 1.8em 1em 1.8em 1em;
  background-color: #e0e0e1;
}
.commonBtn2 span {
  display: inline-block;
  line-height: 1;
  color: #333;
  padding-left: 4em;
  transition: 0.3s;
  font-size: 20px;
}
.commonBtn2:hover {
  background-color: #3e3a39;
  box-shadow: 2px 3px 10px #fff;
}
.commonBtn2:hover span {
  color: #fff;
}
.commonBtn2:hover:after {
  color: #fff;
}
.__contact .commonBtn2::after {
  content: "\f0e0";
}
.__link .commonBtn2::after {
  content: "\e1cd";
}
.commonBtn2::after {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #333;
  transition: 0.3s;
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .commonBtn2 {
    margin: auto;
    width: 300px;
    padding: 1.2em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonBtn2 {
    width: 289px;
  }
}

.title_Line {
  position: relative;
}
.title_Line::after {
  position: absolute;
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .title_Line::after {
    bottom: -15px;
  }
}

.commonComent {
  font-size: 16px;
  line-height: 1.8;
}
.commonComent.__small {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .commonComent {
    font-size: 14px;
  }
  .commonComent.__small {
    font-size: 12px;
  }
}

.commonTitleJp {
  font-size: 30px;
  font-weight: bold;
}

.commonTitleEn {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  color: #333;
  font-size: 60px;
}

.underLine {
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
@media only screen and (max-width: 959px) {
  .underLine {
    padding-bottom: 2px;
  }
}

.aline {
  text-decoration: underline;
  word-wrap: break-word;
  transition: 0.3s;
}
a:hover .aline {
  opacity: 0.7;
}

.commonList > li {
  line-height: 2.2;
}
.commonList > li span {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1.6;
}
.commonList > li span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media only screen and (max-width: 959px) {
  .commonList > li span::after {
    top: 9px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonList > li span::after {
    top: 9px;
  }
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: 0.3s;
}
.change-color header {
  padding: 5% 0 1.6%;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 32px 0;
    background-color: #231815;
    z-index: 999;
  }
  .change-color header {
    padding: 32px 0;
    background-color: #231815;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .change-color header {
    padding: 5% 0 3.6%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .change-color header {
    padding: 5% 0 3.6%;
  }
}

.headerLogoBlock {
  position: absolute;
  left: 32px;
  top: 17px;
  z-index: 1003;
}
@media only screen and (max-width: 767px) {
  .headerLogoBlock {
    top: 17px;
    left: 17px;
  }
}

.logo {
  width: 100px;
  transition: 0.3s;
}
.footerlogoImg .logo {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .footerlogoImg .logo {
    width: 96px;
  }
}
@media print, screen and (min-width: 768px) {
  .logo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    width: 101px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerlogoImg .logo {
    width: 143px;
  }
}

.overRayMenuUl > li {
  position: relative;
  padding: 1rem 0.7rem;
  display: block;
  transition: 0.3s;
}
.overRayMenuUl > li a {
  display: block;
  transition: 0.3s;
}
.overRayMenuUl > li a dt {
  width: 70%;
  font-weight: 900;
  font-size: 20px;
  transition: 0.3s;
  color: #c1c1c1;
}
.overRayMenuUl > li a dd {
  width: 30%;
  font-size: 14px;
  color: #808080;
  transition: 0.3s;
}
.overRayMenuUl > li:hover dt,
.overRayMenuUl > li:hover dd {
  opacity: 0.5;
}
@media only screen and (max-width: 959px) {
  .overRayMenuUl > li a dt {
    width: 60%;
    font-size: 18px;
  }
  .overRayMenuUl > li a dd {
    width: 40%;
    font-size: 14px;
    letter-spacing: 0.07em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .overRayMenuUl > li a dt {
    width: 40%;
    font-size: 18px;
  }
  .overRayMenuUl > li a dd {
    width: 60%;
    font-size: 14px;
  }
}

.overRayBlock {
  display: flex;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1005;
  overflow-y: scroll;
  background-color: #231815;
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    height: 100vh;
    opacity: 1;
  }
}

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

.overRayTextCard {
  width: 30%;
  padding: 70px 25px;
  background-color: #231815;
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    width: 100%;
    padding: 70px 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayTextCard {
    width: 55%;
    padding: 70px 60px 70px 10px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .overRayTextCard {
    width: 55%;
    padding: 70px 60px 70px 10px;
  }
}

/*==================================================
 * フッター
 *================================================*/
footer {
  padding: 1% 0 22px;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 0;
    padding: 1% 0 15px;
  }
}

.footerWrap {
  padding-top: 5%;
  border-top: solid 1px #cdcece;
}

.footerInfoText {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .footerInfoText {
    font-size: 14px;
  }
}

.footerleftBlock {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .footerleftBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerleftBlock {
    width: 55%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerleftBlock {
    width: 48%;
    margin-right: 14%;
  }
}

.footerrightBlock {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .footerrightBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerrightBlock {
    width: 40%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerrightBlock {
    width: 47%;
  }
}

.footerLogoBlock {
  margin-right: 5%;
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footernaviWrap {
    display: block;
  }
}

.snsList > li:not(:last-child) {
  margin-right: 32px;
}
.snsList > li a i {
  font-size: 35px;
  transition: 0.3s;
}
.snsList > li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .snsList {
    justify-content: center;
  }
  .snsList > li:not(:last-child) {
    margin-right: 7px;
  }
  .snsList > li a i {
    font-size: 22px;
  }
}

.footerNavBlock {
  margin-top: -3%;
  display: grid;
  grid-template-columns: 10% 12%;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 1600px) {
  .footerNavBlock {
    grid-template-columns: 11% 16%;
  }
}
@media only screen and (max-width: 767px) {
  .footerNavBlock {
    justify-content: center;
    margin-bottom: 8%;
    grid-template-columns: 36% 49%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNavBlock {
    grid-template-columns: 17% 25%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerNavBlock {
    grid-template-columns: 17% 25%;
  }
}

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

.cearBannerImg {
  width: 80%;
}
.cearBannerImg.__small {
  width: 37%;
  transition: 0.3s;
}
.cearBannerImg.__small:hover {
  opacity: 0.7;
}
.cearBannerImg.__footer {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cearBannerImg {
    width: 90%;
  }
  .cearBannerImg.__footer {
    width: 77%;
  }
}

.footerBtn {
  cursor: pointer;
  position: fixed;
  right: 2%;
  bottom: 3%;
  transition: 0.3s;
  z-index: 1003;
}
.footerBtn span {
  display: inline-block;
  padding: 3em 1em 1em;
  font-size: 16px;
  line-height: 1.4;
  background: #000;
}
.footerBtn::after {
  position: absolute;
  content: "\f077";
  display: block;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  color: #fff;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.footerBtn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .footerBtn span {
    padding: 0.4em;
    padding: 2em 1em 1em;
    font-size: 14px;
    line-height: 1.4;
  }
  .footerBtn::after {
    font-size: 20px;
  }
}

.footerInner {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.footerNav_ul li {
  display: block;
  line-height: 3.8;
}
.footerNav_ul li a {
  transition: 0.3s;
  font-size: 15px;
  line-height: 1.6;
  display: inline-block;
}
.footerNav_ul li a:hover {
  color: #7a7a7a;
}
@media only screen and (max-width: 767px) {
  .footerNav_ul {
    font-size: 13px;
    margin-left: 0;
  }
  .footerNav_ul li {
    margin-right: 1em;
    margin-bottom: 0;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNav_ul {
    width: 100%;
    font-size: 13px;
    margin-left: 0;
  }
  .footerNav_ul li {
    margin-right: 1em;
    margin-bottom: 0;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerNav_ul li {
    line-height: 2;
  }
}

.footerNav:nth-child(1) {
  width: 30%;
  margin-right: 5%;
}
.footerNav:nth-child(2) {
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .footerNav:nth-child(1) {
    width: 40%;
  }
  .footerNav:nth-child(2) {
    width: 60%;
  }
}

.footerCopy {
  padding-top: 24px;
}

/*==================================================
 * トップページ
 *================================================*/
.loading {
  background: #333;
  /*heightとwidth、fixedによって画面固定+全画面表示できる*/
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  /*flexを使って上下左右中央配置する*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading__fade {
  width: 15%;
  /*JqueryのfddeInでふわっと表示させたい為noneにする*/
  display: none;
}
@media only screen and (max-width: 767px) {
  .loading__fade {
    width: 40%;
  }
}

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

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

.swiper-container {
  position: relative;
  z-index: 9;
}

/*==================================================
 * 矢印
 *================================================*/
/*==================================================
 * 下層section
 *================================================*/
/*header
*================================================*/
.topFvTitle {
  position: absolute;
  width: 100%;
  font-size: clamp(37px, 3.7vw, 45px);
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 61px;
  letter-spacing: 0.2em;
  z-index: 9;
  font-weight: bold;
  text-shadow: 1px 4px 6px #666565;
}
@media only screen and (max-width: 767px) {
  .topFvTitle {
    font-size: 26px;
    letter-spacing: 0.1em;
    left: 12px;
  }
}

.topFvImg {
  padding-bottom: clamp(374px, 48.5%, 926px);
}
@media only screen and (max-width: 767px) {
  .topFvImg {
    padding-bottom: 135%;
  }
}

.topFvTitle {
  font-size: clamp(30px, 2.3vw, 43px);
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: "Kaisei Opti", serif;
  color: #939393;
}
@media only screen and (max-width: 767px) {
  .topFvTitle {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.topFvTitleImg {
  width: 125px;
}
@media only screen and (max-width: 767px) {
  .topFvTitleImg {
    width: 69px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTitleImg {
    width: 72px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvTitleImg {
    width: 79px;
  }
}

.topFvTextBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 959px) {
  .topFvTextBlock {
    width: 100%;
    top: 58%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTextBlock {
    top: 46%;
  }
}

.topFvText {
  font-size: 19px;
  line-height: 2.3;
  color: #939393;
}
@media only screen and (max-width: 767px) {
  .topFvText {
    font-size: 15px;
    line-height: 2;
  }
}

/*==================================================
 * top 最新情報
==========================*/
.entry .more-link {
  display: block;
  width: 153px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
  line-height: 1;
  text-decoration: none;
  color: #000;
  padding: 0.7em 0.5em;
  background-color: #cdcece;
  transition: 0.3s;
}
.entry .more-link:hover {
  opacity: 0.7;
}

.newsImg {
  padding-bottom: 67%;
}

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

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

.topNewsTitle {
  font-size: clamp(2.8rem, 2.654368932rem + 0.3883495146vw, 3.4rem);
  line-height: 1.6;
}

.topBlogList {
  padding-top: 3.5em;
  border-top: solid 2px #cdcece;
}
.topBlogList > li {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  border-bottom: dashed 2px #fff;
}
.topBlogList > li:not(:last-child) {
  margin-bottom: 2em;
}
@media only screen and (max-width: 959px) {
  .topBlogList > li {
    width: 100%;
    padding-bottom: 1.5em;
  }
  .topBlogList > li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topBlogList > li {
    width: 97%;
  }
}

.newsInfoWrap {
  padding: 0 1.2em;
}

.newsDayBlock {
  width: 12%;
  margin-right: 3%;
}
@media screen and (max-width: 1530px) {
  .newsDayBlock {
    width: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .newsDayBlock {
    width: 34%;
  }
}

.newsCateBlock {
  width: 86%;
}

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

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

.newsCate {
  width: 170px;
  text-align: center;
  border: solid 1px #fff;
  line-height: 1;
  padding: 0.4em;
  border-radius: 50px;
}
.newsCate span {
  display: inline-block;
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .newsCate {
    width: 134px;
  }
}

.messageBox {
  background-color: #babbbc;
  display: inline-block;
  position: relative;
}
.messageBox::after, .messageBox::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #231815;
  top: 50%;
  transform: translateY(-50%);
}
.messageBox::before {
  left: 20px;
}
.messageBox::after {
  right: 20px;
}
.messageBox span {
  font-size: 27px;
  padding: 0.8em 1.8em;
  color: #231815;
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .messageBox span {
    font-size: 17px;
    padding: 0.8em 1.5em;
  }
  .messageBox::after, .messageBox::before {
    width: 10px;
  }
  .messageBox::before {
    left: 6px;
  }
  .messageBox::after {
    right: 6px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .messageBox span {
    font-size: 25px;
    padding: 0.8em 2em;
  }
}

.newsTopicsTable td {
  font-size: 20px;
  padding-right: 1em;
}
@media only screen and (max-width: 767px) {
  .newsTopicsTable td {
    font-size: 16px;
    padding-right: 1em;
  }
}

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

.aboutBox {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}
.aboutBox.__top {
  width: clamp(100%, 48%, 474px);
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .aboutBox {
    width: 100%;
  }
  .aboutBox.__top {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutBox {
    width: 65%;
  }
  .aboutBox.__top {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .aboutBox {
    width: 65%;
  }
  .aboutBox.__top {
    width: 80%;
  }
}

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

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

.aboutBoxTitle {
  font-size: 42px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .aboutBoxTitle {
    font-size: 30px;
  }
}

.aboutBoxText {
  font-size: 25px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.en .aboutBoxText {
  font-size: 42px;
}
.aboutBoxText .btn_line {
  display: inline-block;
  position: relative;
}
.aboutBoxText .btn_line::after, .aboutBoxText .btn_line::before {
  position: absolute;
  content: "";
  display: block;
  width: 43%;
  height: 2px;
  background: #ff3100;
  bottom: -9px;
  transform: translateY(-50%);
}
.aboutBoxText .btn_line::before {
  left: 0;
}
.aboutBoxText .btn_line::after {
  right: 0;
}
.aboutBoxText::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 9px;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(.././img/sankaku.svg);
  background-repeat: no-repeat;
  background-size: 30px;
}
@media only screen and (max-width: 767px) {
  .aboutBoxText {
    font-size: 18px;
  }
  .en .aboutBoxText {
    font-size: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .en .aboutBoxText {
    font-size: 35px;
  }
}

.sankaku {
  position: relative;
}
.sankaku img {
  width: 5%;
}
.sankaku::before, .sankaku::after {
  position: absolute;
  content: "";
  display: block;
  width: 45%;
  height: 2px;
  background-color: #ff3100;
  top: 50%;
  transform: translateY(-50%);
}
.sankaku::before {
  left: 0;
}
.sankaku::after {
  right: 0;
}

.youtubeBlock {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  padding-top: 56.25%;
}
.youtubeBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==================================================
 * top outline
==========================*/
.cntInnerWrap {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .cntInnerWrap {
    padding: 0;
  }
}

.misshonBlock {
  padding-top: 1.3%;
  border-top: solid 8px #cdcece;
}
@media only screen and (max-width: 767px) {
  .misshonBlock {
    padding-top: 8%;
    border-top: solid 4px #cdcece;
    width: 100%;
    margin-right: 0;
    margin-bottom: 18%;
  }
}

.outlineTitleEn {
  font-size: 35px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  .outlineTitleEn {
    font-size: 28px;
  }
}

.outlineTitleJp {
  font-size: 26px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .outlineTitleJp {
    font-size: 18px;
  }
}

.overvewTable {
  width: 100%;
}
.overvewTable dl {
  margin-bottom: 19px;
}
.overvewTable dt,
.overvewTable dd {
  font-size: 18px;
  line-height: 2;
  padding: 0.6em 1em;
  font-weight: normal;
  text-align: left;
}
.overvewTable dt {
  width: 19%;
  position: relative;
}
.overvewTable dt::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #231815;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.overvewTable dd {
  width: 80%;
}
.overvewTable span {
  color: #006699;
}
@media only screen and (max-width: 767px) {
  .overvewTable dl {
    margin-bottom: 2%;
  }
  .overvewTable dt,
  .overvewTable dd {
    font-size: 15px;
    line-height: 1.6;
    padding: 0.5em;
  }
  .overvewTable dt {
    width: 31%;
  }
}

.tableBlock {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: #dcdcdc;
}

.tableInnerBlock {
  display: none;
}

.tableInnerWrap {
  padding: 1.8em 3.6em 1.8em;
}
.tableInnerWrap:last-child {
  padding-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  .tableInnerWrap {
    padding: 0 0.5em 2.4em;
  }
}

.historyYear {
  font-size: 22px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  color: #231815;
}
@media only screen and (max-width: 767px) {
  .historyYear {
    font-size: 20px;
    margin-bottom: 3%;
  }
}

.tableList > li {
  padding-bottom: 2%;
  border-bottom: solid 1px #a6a6a7;
}
.tableList > li:not(:last-child) {
  margin-bottom: 2%;
}
.tableList > li .tableWrap {
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .tableList > li {
    padding-bottom: 4%;
  }
  .tableList > li:not(:last-child) {
    margin-bottom: 4%;
  }
}

/*==================================================
 * top
 *================================================*/
.innerWrap {
  padding: 6% 5%;
  background: #fff;
}

/*==================================================
 * top techno
==========================*/
.technoList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 85px;
       column-gap: 85px;
}
.technoList > li {
  background-color: #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .technoList {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .technoList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .technoList {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .technoList {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.technoImg {
  padding-bottom: 56%;
}

.technoInnerWrap {
  padding: 2em 3em;
}
@media only screen and (max-width: 959px) {
  .technoInnerWrap {
    padding: 2em 1em 1.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .technoInnerWrap {
    padding: 2em 2.1em 1.5em;
  }
}

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

.technoTitle {
  font-size: 24px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 767px) {
  .technoTitle {
    font-size: 20px;
  }
}

.technoText {
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .technoText {
    font-size: 15px;
  }
}

.intteleText {
  position: relative;
}
.intteleText span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  padding-left: 22px;
}
.intteleText::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #000;
  top: 6px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .intteleText span {
    font-size: 16px;
  }
}

.intteleList {
  padding-left: 2%;
}
.intteleList > li {
  font-size: 15px;
}

.intteleBox span {
  font-size: 18px;
  padding: 1em 2em;
  display: inline-block;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .intteleBox span {
    font-size: 15px;
    line-height: 1.5;
    padding: 1em 0.5em;
  }
}

.equipteble table {
  width: 100%;
}
.equipteble table th,
.equipteble table td {
  padding: 0.8em 1em;
  font-size: 16px;
  line-height: 1.4;
  border: solid 1px #a9a8a9;
  vertical-align: middle;
}
.equipteble table th {
  font-weight: normal;
}
.equipteble table th:not(:last-child) {
  border-right: solid 1px #fff;
}
@media only screen and (max-width: 767px) {
  .equipteble table {
    width: 500px;
  }
  .equipteble table th,
  .equipteble table td {
    padding: 0.5em;
    font-size: 14px;
  }
}

.color_gray {
  background-color: #a9a8a9;
}

/*==================================================
 * top service
==========================*/
.serviceList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 46px;
       column-gap: 46px;
}
.serviceList > li {
  background-color: #3e3a39;
  padding: 1em;
  width: 425px;
  height: 338px;
  position: relative;
}
.serviceList > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 170px;
  height: 190px;
  right: 0;
  bottom: 0;
  background-image: url(.././img/serviceBack.svg);
  background-repeat: no-repeat;
  background-size: 170px;
}
.serviceList > li:nth-child(2) {
  margin-top: 14%;
}
.serviceList > li:nth-child(4), .serviceList > li:nth-child(6) {
  margin-top: -5%;
}
.serviceList > li:nth-child(5) {
  margin-top: 9%;
}
@media only screen and (max-width: 767px) {
  .serviceList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 15px;
  }
  .serviceList > li {
    width: 100%;
    height: 165px;
  }
  .serviceList > li:nth-child(2), .serviceList > li:nth-child(5), .serviceList > li:nth-child(4), .serviceList > li:nth-child(6) {
    margin-top: 0;
  }
  .serviceList > li::after {
    width: 70px;
    height: 80px;
    background-size: 70px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 15px;
  }
  .serviceList > li {
    width: 100%;
    height: 233px;
  }
  .serviceList > li:nth-child(2), .serviceList > li:nth-child(5), .serviceList > li:nth-child(4), .serviceList > li:nth-child(6) {
    margin-top: 0;
  }
  .serviceList > li::after {
    width: 100px;
    height: 113px;
    background-size: 100px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .serviceList {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 15px;
  }
  .serviceList > li {
    width: 100%;
    height: 233px;
  }
  .serviceList > li:nth-child(2), .serviceList > li:nth-child(5), .serviceList > li:nth-child(4), .serviceList > li:nth-child(6) {
    margin-top: 0;
  }
  .serviceList > li::after {
    width: 100px;
    height: 113px;
    background-size: 100px;
  }
}

.serviceImg {
  width: 26%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .serviceImg {
    width: 40%;
  }
}

.serviceTitle {
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #fff;
}

.serviceWrap {
  position: absolute;
  width: 100%;
  padding: 0 1em;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*==================================================
 * top about
==========================*/
.aboutInfoBlock {
  width: 25%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .aboutInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutInfoBlock {
    width: 40%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .aboutInfoBlock {
    width: 40%;
  }
}

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

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

.aboutWrap {
  padding-top: 17px;
  border-top: solid 4px #ff3100;
}

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

.aboutTitleEn {
  color: #ff3100;
  font-weight: 100;
  font-size: 36px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .aboutTitleEn {
    font-size: 30px;
  }
}

.CearFieldBlock {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.CearFieldSubTitle {
  font-size: 22px;
  line-height: 1.6;
  color: #ff3100;
}

.CearFieldTitle {
  font-size: clamp(50px, 3.6vw, 70px);
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .CearFieldTitle {
    font-size: 35px;
  }
}

.CearFieldMidashi {
  font-size: clamp(30px, 2.1vw, 42px);
  line-height: 1.6;
}
.en .CearFieldMidashi {
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .CearFieldMidashi {
    font-size: 18px;
  }
}

.CearFieldbox span {
  font-size: 32px;
  line-height: 1.2;
  padding: 0.7em 3.2em;
  display: inline-block;
  border: solid 1px #fff;
}
@media only screen and (max-width: 767px) {
  .CearFieldbox span {
    font-size: 22px;
    padding: 0.5em 2em;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .CearFieldbox span {
    font-size: 28px;
  }
}

/*==================================================
 * top company
==========================*/
.aboutTextInner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.logoList {
  background-color: #fff;
  padding: 2.5em 3em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .logoList {
    padding: 1em;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .logoList {
    padding: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .logoList {
    padding: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}

/*==================================================
 * top PRODUCT
==========================*/
.productWrap {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 959px) {
  .productWrap {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .productWrap {
    width: 100%;
  }
}

.productBlock:not(:last-child) {
  margin-bottom: 4%;
}
@media only screen and (max-width: 767px) {
  .productBlock:not(:last-child) {
    margin-bottom: 12%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productBlock {
    display: block;
  }
}

.productInfoBlock {
  width: 45%;
  padding: 2em 2em 9em;
  background-color: #3e3a39;
  position: relative;
}
.productInfoBlock.__second {
  padding: 2em 2em 6.3em;
}
@media only screen and (max-width: 767px) {
  .productInfoBlock {
    padding: 1.5em 1.3em 4.4em;
    width: 100%;
  }
  .productInfoBlock.__second {
    padding: 1.5em 1.3em 4.4em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productInfoBlock {
    width: 90%;
    padding: 2em 2em 4em;
    margin-inline: auto;
  }
  .productInfoBlock.__second {
    padding: 2em 2em 4em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .productInfoBlock {
    padding: 1em;
    margin-inline: auto;
  }
  .productInfoBlock.__second {
    padding: 1em;
  }
}

.productInfoText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  letter-spacing: 0.09em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .productInfoText {
    letter-spacing: 0.05em;
  }
}

.productNoWrap {
  position: absolute;
  bottom: 8px;
  right: 29px;
}

.productImg {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .productImg {
    width: 100%;
    padding-bottom: 58%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productImg {
    width: 90%;
    margin-inline: auto;
    padding-bottom: 58%;
  }
}

.productTitle {
  font-size: clamp(2.8rem, 2.6786407767rem + 0.3236245955vw, 3.3rem);
  line-height: 1.4;
}
.productTitle.__small {
  font-size: 18px;
  line-height: 2;
  margin-left: 10px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .productTitle {
    font-size: 22px;
  }
}

.productNo {
  font-size: 46px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  opacity: 0.1;
}
.productNo span {
  font-size: 90px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .productNo {
    font-size: 34px;
  }
  .productNo span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .productNo {
    font-size: 38px;
    opacity: 0.05;
  }
}

.productInfoList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 52px;
       column-gap: 52px;
}
@media only screen and (max-width: 767px) {
  .productInfoList {
    display: block;
  }
  .productInfoList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productInfoList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .productInfoList {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.productInfoImg {
  padding-bottom: 85%;
}

.productInfoBox {
  background-color: #3e3a39;
  height: 272px;
}
@media only screen and (max-width: 767px) {
  .productInfoBox {
    height: 175px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .productInfoBox {
    height: 195px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .productInfoBox {
    height: 222px;
  }
}

.productTextWrap {
  position: absolute;
  width: 100%;
  padding: 0 2em;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 959px) {
  .productTextWrap {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .productTextWrap {
    padding: 0 1em;
  }
}

.productMidashi {
  font-size: clamp(2.2rem, 2.054368932rem + 0.3883495146vw, 2.8rem);
  line-height: 1.6;
}

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

/*==================================================
 * top topic
==========================*/
.topicBannerList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .topicBannerList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topicBannerList {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topicBannerList {
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
  }
}

.topicBanneImg {
  padding-bottom: 155%;
}

.topicBtn {
  margin-top: -42px;
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  .topicBtn {
    margin-top: -30px;
  }
}

.snsTitle {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding-bottom: 1.8%;
  display: inline-block;
  position: relative;
}
.snsTitle::after {
  position: absolute;
  display: block;
  content: "";
  width: 45%;
  height: 2px;
  background: #dcdcdc;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .snsTitle {
    font-size: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .snsTitle {
    font-size: 28px;
  }
}

.topicSnsList > li {
  transition: 0.3s;
}
.topicSnsList > li:not(:last-child) {
  margin-right: 50px;
}
.topicSnsList > li i {
  font-size: 56px;
}
.topicSnsList > li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .topicSnsList > li:not(:last-child) {
    margin-right: 10px;
  }
  .topicSnsList > li i {
    font-size: 28px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topicSnsList > li:not(:last-child) {
    margin-right: 15px;
  }
  .topicSnsList > li i {
    font-size: 32px;
  }
}

/*==================================================
 * top access
==========================*/
.accessInfoBlock {
  width: 49%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .accessInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.accessMapBlock {
  width: 48%;
}
.accessMapBlock iframe {
  width: 100%;
  height: 490px;
}
@media only screen and (max-width: 767px) {
  .accessMapBlock {
    width: 100%;
  }
  .accessMapBlock iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .accessMapBlock iframe {
    height: 400px;
  }
}

.recruitImg {
  padding-bottom: 50%;
}

.backImg {
  position: relative;
}
.backImg::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .backImg {
    background-image: url(.././img/backImg_sp.jpg) !important;
  }
}

/*==================================================
 * top recruit
==========================*/
.recruitInfoWrap {
  position: relative;
  z-index: 1;
  padding: 5% 5% 2%;
}
@media only screen and (max-width: 767px) {
  .recruitInfoWrap {
    padding: 11% 5%;
  }
}

.viewMoreBtn {
  position: relative;
}
.viewMoreBtn span {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  padding-right: 2.2em;
}
.viewMoreBtn::after {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: 300;
  font-size: 30px;
  transition: 0.3s;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
a:hover .viewMoreBtn::after {
  right: -5px;
}
@media only screen and (max-width: 767px) {
  .viewMoreBtn span {
    font-size: 16px;
  }
  .viewMoreBtn::after {
    font-size: 20px;
  }
}

/*==================================================
 * support
 *================================================*/
.supportText {
  font-size: 16px;
  line-height: 1.6;
}
.supportText.__large {
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .supportText.__large {
    font-size: 18px;
    line-height: 1.6;
  }
}

.supportList > li {
  background-color: #dcdcdc;
  border-radius: 5px;
  transition: 0.3s;
}
.supportList > li:first-child {
  margin-right: 13px;
}
.supportList > li a {
  font-size: 16px;
  color: #000;
  line-height: 1;
  padding: 1em;
  transition: 0.3s;
  display: block;
}
.supportList > li:hover {
  background-color: #333;
  color: #fff;
}

.supportTitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 23px;
  position: relative;
}
.supportTitle::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 36px;
  border-radius: 30px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.supportCard {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.qaBlock:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .qaBlock:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .qaBlock:not(:last-child) {
    margin-bottom: 22px;
  }
}

.QcardWrap {
  padding: 2em 3.5em 2em 2em;
  background: #7a7a7a;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.QcardWrap::before {
  opacity: 0;
}
.QcardWrap::after, .QcardWrap::before {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 20px;
}
.QcardWrap::after {
  content: "\f078";
}
.QcardWrap::before {
  content: "\f077";
}
.QcardWrap.on.__top {
  margin-bottom: 5%;
}
.QcardWrap.on::before {
  opacity: 1;
}
.QcardWrap.on::after {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .QcardWrap {
    padding: 1em 3.5em 1em 1em;
  }
}

.QText span {
  font-size: 30px;
  line-height: 1.2;
  margin-right: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .QText span {
    font-size: 25px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .QText span {
    font-size: 32px;
    margin-right: 10px;
  }
}

.QInfoText {
  font-size: 20px;
  line-height: 1.4;
}
.QInfoText span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .QInfoText {
    font-size: 17px;
  }
  .QInfoText span {
    line-height: 0.8;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .QInfoText {
    font-size: 20px;
  }
  .QInfoText span {
    line-height: 1.2;
  }
}

.qaInfoBlock {
  display: none;
  padding: 1em 0 1em 2em;
  margin-bottom: 15px;
}

.AText span {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 14px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .AText span {
    font-size: 26px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .AText span {
    font-size: 28px;
    margin-right: 10px;
  }
}

.AInfoText span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.AInfoText .qaComet {
  font-size: 17px;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .AInfoText span {
    font-size: 16px;
    line-height: 1.4;
  }
  .AInfoText .qaComet {
    font-size: 14px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .AInfoText span {
    font-size: 18px;
    line-height: 1.4;
  }
  .AInfoText .qaComet {
    font-size: 16px;
  }
}

.qaTextlist > li {
  line-height: 1.6;
  position: relative;
}
.qaTextlist > li::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 10px;
}
.qaTextlist > li span {
  font-size: 15px;
  line-height: 1;
  padding-left: 14px;
  display: inline-block;
}

.q4Img {
  width: 20%;
  margin: 0;
}

#particles-js {
  position: fixed; /*描画固定*/
  z-index: -1; /*描画を一番下に*/
  width: 100%;
  height: 100%;
  background-color: #000; /*背景色*/
}

#wrapper {
  position: relative; /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1; /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  height: 100%;
}

/*==================================================
 * appi
 *================================================*/
.topAppImgWrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .topAppImgWrap {
    width: 100%;
  }
}

.topAppImg {
  padding-bottom: 50%;
}

.appBtnBox {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .appBtnBox {
    width: 100%;
    padding: 2em 1em;
  }
}

.appBtnTitle {
  color: #231815;
  font-size: clamp(1.7rem, 1.5786407767rem + 0.3236245955vw, 2.2rem);
  line-height: 1.6;
  font-weight: 500;
}

.appBtnList {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.appBtnList > li {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .appBtnList {
    width: 100%;
  }
}

.appleMidashiEn {
  font-size: clamp(3rem, 2.5873786408rem + 1.1003236246vw, 4.7rem);
  line-height: 1;
  font-weight: 500;
}

.appleSubMidashi {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  line-height: 1;
  font-weight: 400;
}

.appleText {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1.6;
}

.appleBlock {
  padding-top: 2%;
  border-top: solid 8px #cdcece;
}
@media only screen and (max-width: 767px) {
  .appleBlock {
    padding-top: 4%;
    margin-bottom: 5%;
    border-top: solid 4px #cdcece;
    width: 100%;
    margin-right: 0;
    margin-bottom: 9%;
  }
}

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

.appleImgBlock {
  width: 30%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .appleImgBlock {
    width: 63%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13%;
  }
}

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

.appleSubMidashi_1 {
  font-size: clamp(2.6rem, 2.3330097087rem + 0.71197411vw, 3.7rem);
  font-weight: 400;
  line-height: 1.6;
}

.appleSubMidashi_2 {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  margin-bottom: 6%;
  font-weight: 300;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .appleSubMidashi_2 {
    margin-bottom: 6%;
  }
}

.appleSubMidashi_3 {
  position: relative;
}
.appleSubMidashi_3::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 90%;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.appleSubMidashi_3 span {
  font-size: clamp(1.8rem, 1.6300970874rem + 0.4530744337vw, 2.5rem);
  display: block;
  padding-left: 0.8em;
  font-weight: 300;
  line-height: 1.6;
}

.appleInfoList {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.appleInfoList > li:not(:last-child) {
  margin-bottom: 10%;
}
@media only screen and (max-width: 767px) {
  .appleInfoList {
    width: 100%;
  }
  .appleInfoList > li:not(:last-child) {
    margin-bottom: 20%;
  }
}

.speakerImg {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 42%;
}
.speakerImg.__big {
  padding-bottom: 53%;
}
@media only screen and (max-width: 767px) {
  .speakerImg {
    width: 100%;
    padding-bottom: 60%;
  }
  .speakerImg.__big {
    padding-bottom: 80%;
  }
}

.tableInner {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1700px) {
  .tableInner {
    width: 80%;
  }
}
@media only screen and (max-width: 959px) {
  .tableInner {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .tableInner {
    width: 95%;
  }
}

.specTable {
  width: 100%;
}
.specTable td,
.specTable th {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  padding: 0.8em;
  border: solid 1px #fff;
}
.specTable th {
  background-color: #fff;
  color: #231815;
  border-bottom: solid 2px #231815;
}
.specTable th:last-child {
  border-top: solid 2px #fff;
}
@media only screen and (max-width: 767px) {
  .specTable td,
  .specTable th {
    width: 100%;
    font-size: 15px;
    padding: 0.8em;
    display: block;
  }
  .specTable th {
    border-bottom: unset;
    padding: 0.5em 0.8em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .specTable th {
    width: 32%;
  }
}

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

.commonMidashi_2 {
  font-size: clamp(1.9rem, 1.7786407767rem + 0.3236245955vw, 2.4rem);
  padding-left: 0.5em;
  padding-bottom: 0.9em;
  line-height: 1.4;
  position: relative;
}
.commonMidashi_2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_2::after {
    height: 1px;
    bottom: 7px;
  }
}

.commonMidashi_2m {
  font-size: clamp(1.9rem, 1.7786407767rem + 0.3236245955vw, 2.4rem);
  font-weight: 500;
  padding: 0.5em 1em;
  background-color: #e0e0e1;
  color: #333;
  line-height: 1.4;
}

.commonMidashi_3 {
  position: relative;
  padding-left: 1.5em;
}
.commonMidashi_3::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}
.commonMidashi_3 dt {
  font-size: clamp(2rem, 1.8786407767rem + 0.3236245955vw, 2.5rem);
  line-height: 1.3;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.commonMidashi_3 dd {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_3 {
    padding-left: 1.2em;
  }
  .commonMidashi_3 dt {
    margin-bottom: 3%;
  }
  .commonMidashi_3::after {
    width: 3px;
  }
}

.paveTitle {
  position: relative;
}
.paveTitle span {
  font-size: clamp(21px, 2vw, 35px);
  font-weight: 600;
  line-height: 1.4;
  display: inline-block;
  padding-left: 0.6em;
}
.paveTitle::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.paveTitleSub {
  font-size: clamp(16px, 1.4vw, 24px);
  line-height: 1.8;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .paveTitleSub {
    line-height: 1.6;
  }
}

.paveList > li:not(:last-child) {
  margin-bottom: 6%;
}
.paveList > li dt {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 5px;
}
.paveList > li dd {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .paveList > li:not(:last-child) {
    margin-bottom: 12%;
  }
  .paveList > li dt {
    font-size: 18px;
    line-height: 1.68;
    margin-bottom: 1%;
  }
  .paveList > li dd {
    font-size: 15px;
    line-height: 1.8;
  }
}

.paveImg {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60%;
}
@media only screen and (max-width: 767px) {
  .paveImg {
    width: 100%;
    padding-bottom: 97%;
  }
}

.pave01Img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 42%;
}
@media only screen and (max-width: 767px) {
  .pave01Img {
    width: 100%;
    padding-bottom: 60%;
  }
}

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

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

.paveSubImg {
  padding-bottom: 99%;
  margin: 0;
}

/*==================================================
 * company
 *================================================*/
.menuList > li {
  transition: 0.3s;
  margin: 0.5em;
}
.menuList > li a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.4;
  display: block;
  border-radius: 5px;
  padding: 1em 3em 1em 1em;
  background-color: #dcdcdc;
  color: #333;
  transition: 0.3s;
  position: relative;
}
.menuList > li a::after {
  transition: 0.3s;
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  color: #333;
  right: 9px;
  top: 17px;
}
.menuList > li:hover a {
  background-color: #fff;
  color: #333;
}
.menuList > li:hover a::after {
  color: #333;
  top: 22px;
}
@media only screen and (max-width: 959px) {
  .menuList {
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menuList > li {
    margin-inline: auto;
    margin-bottom: 0.5em;
  }
  .menuList > li a {
    width: 316px;
    padding: 1em 3em 1em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .menuList > li a {
    width: 524px;
    padding: 1em 3em 1em 1em;
  }
  .menuList > li a::after {
    top: 16px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .menuList {
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menuList > li {
    margin-inline: auto;
  }
  .menuList > li a {
    width: 530px;
    padding: 1em 3em 1em 1em;
  }
  .menuList > li a::after {
    top: 18px;
  }
}

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

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

.ceoImg {
  padding-bottom: 98%;
}

.ceoText {
  font-size: clamp(1.6rem, 1.5757281553rem + 0.0647249191vw, 1.7rem);
}
.ceoText span {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ceoText {
    text-align: left;
  }
}

.commonTable th,
.commonTable td {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 400;
  padding: 1em;
  text-align: left;
}
.commonTable th {
  border-bottom: solid 1px #fff;
  width: 15%;
}
.commonTable td {
  border-bottom: solid 1px #626262;
}
@media only screen and (max-width: 767px) {
  .commonTable th,
  .commonTable td {
    display: block;
    width: 100%;
    padding: 0.5em;
  }
  .commonTable td {
    border-bottom: unset;
  }
  .commonTable tr:not(:last-child) td {
    margin-bottom: 1.5em;
  }
}

.memberBox {
  padding: 2em;
  border: solid 1px #fff;
}
@media only screen and (max-width: 767px) {
  .memberBox {
    padding: 2em 1em;
  }
}

.memberList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.memberList > li span {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}
.memberList > li span::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media only screen and (max-width: 959px) {
  .memberList > li span::after {
    top: 9px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .memberList > li span::after {
    top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .memberList {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .memberList {
    margin-top: 13px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .memberList {
    margin-top: 13px;
    -moz-column-gap: 5px;
         column-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.propertyList > li {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 767px) {
  .propertyList > li {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
}

.accessList {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .accessList {
    display: block;
  }
}

.companyImg {
  padding-bottom: 50%;
}

.mapBlock iframe {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .mapBlock iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mapBlock iframe {
    height: 400px;
  }
}

.contactBox {
  width: 70%;
  margin-inline: auto;
  padding: 3em 0.5em;
  background: #dcdcdc;
}
.contactBox.__contact {
  padding: 2em 0.5em;
}
@media screen and (max-width: 1400px) {
  .contactBox {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .contactBox {
    width: 100%;
    padding: 1.8em 1.3em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactBox {
    width: 95%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .contactBox {
    width: 100%;
  }
}

.contactList > li:nth-child(1) {
  margin-right: 20px;
}
.contactList > li a {
  display: block;
  max-width: 100%;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1;
  width: 350px;
  text-align: center;
  padding: 1.3em 0.5em;
  border: solid 2px #333;
  color: #333;
  border-radius: 50px;
  transition: 0.3s;
}
.contactList > li a:hover {
  background-color: #3e3a39;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contactList > li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 5%;
  }
  .contactList > li a {
    width: 298px;
    padding: 1em 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactList > li a {
    width: 298px;
    padding: 1em 0.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .contactList > li a {
    width: 310px;
    padding: 1em 0.5em;
  }
}

/*==================================================
 * service
 *================================================*/
.serviceImgList {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .serviceImgList {
    display: block;
  }
}

.serviceFlowImg {
  padding-bottom: 86%;
  width: 100%;
}

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

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

/*==================================================
 * TECHNOLOGY
 *================================================*/
.technologyInfoBlock {
  width: 50%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .technologyInfoBlock {
    width: 100%;
    margin-right: 0;
  }
}

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

.technologyImg {
  padding-bottom: 103%;
}

/*==================================================
 * product
 *================================================*/
.prodImgBlock {
  width: 50%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .prodImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.showroomImg {
  padding-bottom: 45%;
}

.prodoctNewImg {
  width: 70%;
  margin-inline: auto;
  padding-bottom: 42%;
}
@media only screen and (max-width: 767px) {
  .prodoctNewImg {
    width: 100%;
    padding-bottom: 61%;
  }
}

.appliImgBlock {
  width: 20%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .appliImgBlock {
    width: 50%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
}

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

.appliImg {
  padding-bottom: 100%;
  border-radius: 10px;
}

.openBox span {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  font-weight: bold;
  padding: 0.4em 1em;
  background-color: #fff;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .openBox span {
    padding: 0.3em 1em;
  }
}

.bageList {
  width: 35%;
}
.bageList > li {
  transition: 0.3s;
}
.bageList > li:nth-child(1) {
  margin-right: 5%;
}
.bageList > li img {
  margin: 0;
}
.bageList > li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .bageList {
    width: 70%;
  }
}

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

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

.proOldImg {
  padding-bottom: 78%;
}

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

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

.prodoctCpImg {
  padding-bottom: 62%;
}

.proTitle {
  font-size: clamp(1.8rem, 1.6786407767rem + 0.3236245955vw, 2.3rem);
  line-height: 1.6;
  padding-left: 1.3em;
  position: relative;
}
.proTitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}

.proSubTitle {
  font-size: clamp(1.8rem, 1.727184466rem + 0.1941747573vw, 2.1rem);
  line-height: 1.8;
}

.proText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  letter-spacing: 0.09em;
  line-height: 2;
}

/*お問い合わせページ製品サイトへ*/
.contact_product_Btn {
  gap: 20px;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .contact_product_Btn figure {
    margin-top: 1em;
  }
}
.contact_product_Btn figure:hover {
  opacity: 0.8;
}/*# sourceMappingURL=import.css.map */