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

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


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

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

.mainColorSub {
  color: #ef8200;
}

.bgmainColor {
  color: #232323;
}

.mainColorDeep {
  color: #006fff;
}

.bgMainColorDeep {
  background-color: #006fff;
}

.mainColorExDeep {
  color: #f3efef;
}

.mainColorLight {
  color: #cecece;
}

.bgMainColorLight {
  background-color: #cecece;
}

.mainColorExLight {
  color: #ededed;
}

.bgMainColorExLight {
  background-color: #ededed;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.cautionColor {
  color: #e60110;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColor {
  color: #00863c;
}

.bgSubColor {
  background-color: #00863c;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #e3e2e2;
}

.compColor {
  color: #a9a8a9;
}

.bgCompColor {
  background-color: #a9a8a9;
}

.grayColor {
  color: #cccdcd;
}

.bgGrayColor {
  background-color: #cccdcd;
}

.redColor {
  color: #b50005;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgColor {
  background-color: #f0f3f7;
}

.bgWhite {
  background-color: #fff;
}

.bgGray {
  background-color: #e4eaf0;
}

.lineColor {
  background-color: #d0d9e6;
}

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

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

.bgBlack {
  background: #000;
}

.bgWhite {
  background: #fff;
}

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

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

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

.grayLight {
  color: #9a9a9a;
}

.white {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

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

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #9b9b9b;
}

.red {
  color: #ff4501 !important;
}

.red2 {
  color: #b50005 !important;
}

.blue {
  color: #333d80;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

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

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

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

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

hr {
  margin: 10px auto;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

.box-right {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 959px) {
  .spTab {
    display: none !important;
  }
}
@media screen and (min-width: 1130px) {
  .brakePoint {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1800px) {
  .notPcMax {
    display: none !important;
  }
}
.pcMax {
  display: none;
}

@media screen and (max-width: 1800px) {
  .pcMax {
    display: block;
  }
  .pcS {
    display: none !important;
  }
}
@media screen and (min-width: 1500px) {
  .pc2 {
    display: none !important;
  }
}
@media screen and (max-width: 1815px) {
  .pc3 {
    display: none !important;
  }
}
.pc4 {
  display: none !important;
}

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

@media screen and (min-width: 768px) and (max-width: 1278px) {
  .tabNote {
    display: block !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .note {
    display: none;
  }
}
.tab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .tab {
    display: block;
  }
}
.note {
  display: none;
}

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

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL45 {
  margin-bottom: 14%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbL5 {
  margin-bottom: 12%;
}

.mbM {
  margin-bottom: 10%;
}

.mbMM {
  margin-bottom: 8%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM25 {
  margin-bottom: 7%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbM4 {
  margin-bottom: 4%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS25 {
  margin-bottom: 3%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS35 {
  margin-bottom: 1.5%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

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

.justCenter {
  justify-content: center;
}

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

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

.alignCenter {
  align-items: center;
}

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

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

.alignStretch {
  align-items: stretch;
}

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

.flexWrap {
  flex-wrap: wrap;
}

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-top {
  padding-top: var(--spaceSizeSS);
}

.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_s {
  margin-top: var(--spaceSizeSS);
  margin-bottom: var(--spaceSizeSS);
}

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

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

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

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

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

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

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

.bgImgHeight {
  padding-bottom: 67%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

.bgWhite {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*ボタン*/
/* ボタンだけに指定する場合は以下 */
.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 #006fff;
  font-size: 21px;
  background-color: #fff;
}
.button:hover {
  color: #006fff;
  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: 76px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 76px);
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 997;
}
.change-color .overRayBox {
  top: 68px;
  height: calc(100dvh - 68px);
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .overRayBox {
    top: 78px;
  }
  .change-color .overRayBox {
    top: 70px;
    height: calc(100dvh - 70px);
  }
}
@media print, screen and (max-width: 1279px) {
  .open .overRayBox {
    background-color: rgba(255, 255, 255, 0.9);
    visibility: visible;
    opacity: 1;
  }
}

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

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

html.open {
  overflow-y: hidden;
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 18px;
  top: 10px;
}
.home .menu-btn {
  top: 10px;
}
.menu-btn {
  height: 56px;
  width: 56px;
  border-radius: 7px;
  border: none;
  background-color: #fff;
  transition: 0.3s;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}
@media only screen and (max-width: 767px) {
  .open .menu-btn {
    top: 10px;
  }
  .menu-btn {
    height: 56px;
  }
  .change-color .menu-btn {
    top: 4px;
    width: 45px;
    height: 45px;
  }
  .open .change-color .menu-btn {
    top: 23px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .change-color .menu-btn {
    top: 8px;
  }
}

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

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

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

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

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

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

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

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

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

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

.topQaBoxDl dt {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpcf7-submit:disabled {
  background: #ccc;
  border-color: #ccc;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.6;
}

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

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

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

.boxImg-left img {
  margin: 0 !important;
}

/*目次*/
.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: #b50005;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #b50005;
  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: #b50005;
  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 #b50005;
  border-radius: 10px;
  background-color: #cecece;
}

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

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

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

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

.lkc-info {
  background-color: #b50005;
  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;
}

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

.singleArticlesArticleContent {
  margin: auto;
}

.cateUl > li {
  transition: 0.3s;
}
.cateUl > li > a {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 0.6;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background-color: #000;
  padding: 0.2em 1.5em 0.3em;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s;
}
.cateUl > li:hover {
  opacity: 0.7;
}

.singleArticlesTitle {
  font-size: clamp(1.6rem, 1.4786407767rem + 0.3236245955vw, 2.1rem);
  line-height: 1.5;
  letter-spacing: 0.15em;
  padding-bottom: 0.4em;
  border-bottom: solid 1px #d0d9e6;
  margin-bottom: 0.5em;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

.singleArticlesWriterTitle {
  border-bottom: 1px solid #b50005;
}

.singleArticlesWriterButton {
  background: #fff;
  border: 1px solid #b50005;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  transition: 0.3s;
  color: #b50005;
}
.singleArticlesWriterButton:hover {
  background: #b50005;
  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;
}

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

.singleClumnPreNextDescri {
  color: #727171;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebarCategoryBlock li.current-cat {
  background-color: #b50005;
}
.archive .sidebarCategoryBlock li.active {
  background-color: #b50005;
}
.blog .sidebarCategoryBlock li {
  font-family: "Oswald", sans-serif;
}
.sidebarCategoryBlock li {
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 0.7em 1em;
  line-height: 0.6;
  margin-bottom: 0.4em;
  transition: 0.3s;
  margin-right: 5px;
}
.sidebarCategoryBlock li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

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

.contactInner .breadBrock {
  padding: 2em 1em 4em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 1em;
}
.breadBrock {
  background-color: #fff;
  padding: 2em 1em 0.5em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .breadBrock {
    padding: 1em 0 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .breadBrock {
    padding: 1.3em 0 0.5em;
  }
}

.breadcrumbs {
  padding-bottom: 1em;
}
.breadcrumbs span.current-item {
  opacity: 0.5;
}
.breadcrumbs span {
  font-size: clamp(1.1rem, 1.0757281553rem + 0.0647249191vw, 1.2rem);
  line-height: 1;
  font-weight: 500;
}
.breadcrumbs {
  border-bottom: solid 1px #d0d9e6;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .breadcrumbs {
    padding-bottom: 0.6em;
    margin-bottom: 0.8em;
  }
}

/*==================================================
 * 当サイトのみ共通
 *================================================*/
/* modal
-------------------------------------- */
.c-check-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0; /* ← top/right/bottom/leftまとめて指定 */
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.c-check-modal--hide {
  opacity: 0;
  visibility: hidden;
}

.c-check-modal__wrapper {
  max-width: 900px;
  max-height: 90vh;
  padding: 2em;
  background: #fff;
  margin-inline: 0;
  overscroll-behavior: contain;
  overflow-y: auto;
}

.c-check-modal__title {
  margin-bottom: 0.8em;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2.6rem, 2.745631068rem - 0.3883495146vw, 2rem);
}

.c-check-modal__text {
  margin-bottom: 30px;
}

.c-check-modal__question {
  margin-bottom: 1em;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-size: clamp(2.2rem, 2.345631068rem - 0.3883495146vw, 1.6rem);
}

.c-check-modal__btns {
  list-style: none;
  display: grid;
  gap: 10px 20px;
  max-width: 480px;
  margin-inline: auto;
  grid-template-columns: 1fr 1fr;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.c-check-modal__btn.c-check-modal__btn--no {
  background-color: #babbbc;
}
.c-check-modal__btn.c-check-modal__btn--yes {
  background: #b50005;
}
.c-check-modal__btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.6em 1em 0.65em;
  border-radius: 8px;
  color: #fff;
  transition: 0.3s;
  background-color: #b50005;
}
.c-check-modal__btn:hover {
  color: #fff;
  opacity: 0.7;
}

.loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: #f0f3f7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

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

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #f0f3f7;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loadTitle {
  font-size: clamp(1.6rem, 1.3087378641rem + 0.7766990291vw, 2.8rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.4;
}

.loadTitleJp {
  font-size: clamp(1.5rem, 1.1359223301rem + 0.9708737864vw, 3rem);
  line-height: 1.2;
  font-weight: bold;
}

address {
  font-style: normal;
}

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

main {
  margin-top: 139px;
}
.home main {
  margin-top: 139px;
}
.change-color main {
  margin-top: 103px;
}
@media only screen and (max-width: 1755px) {
  main {
    margin-top: 109px;
  }
  .home main {
    margin-top: 109px;
  }
  .change-color main {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1400px) {
  .change-color main {
    margin-top: 78px;
  }
}
@media only screen and (max-width: 1300px) {
  main {
    margin-top: 83px;
  }
  .home main {
    margin-top: 83px;
  }
  .change-color main {
    margin-top: 77px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 0;
  }
  .home main {
    margin-top: 0;
  }
  .change-color main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  main {
    margin-top: 80px;
  }
  .home main {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  main {
    margin-top: 104px;
  }
  .home main {
    margin-top: 0;
  }
}

.back-white {
  padding: 1em 2em 2em;
  background-color: #f0f3f7;
}
@media only screen and (max-width: 1500px) {
  .back-white {
    padding: 3em 1.8em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .back-white {
    padding: 2em 0.5em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .back-white {
    padding: 3em 0.8em 1em;
  }
}

.contentInner.__top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 4em 3em 4em;
}
.contentInner {
  padding: 4em 3em;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .contentInner.__top {
    padding: 1em 0em 1.2em;
  }
  .contentInner {
    padding: 1.2em 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .contentInner.__top {
    padding: 1em 0em 1.2em;
  }
  .contentInner {
    padding: 1.2em 0;
  }
}

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

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

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

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

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

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

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

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

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

.arrowWrap {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media only screen and (max-width: 767px) {
  .arrowWrap.__sp {
    flex-direction: unset;
  }
  .arrowWrap {
    flex-direction: row-reverse;
  }
}

.arrowbtnImgWrap {
  max-width: 40px;
  transition: 0.3s;
  position: relative;
}
a:hover .arrowbtnImgWrap {
  transform: scale(1.2);
}
@media only screen and (max-width: 767px) {
  .arrowbtnImgWrap {
    width: 32px;
  }
  .arrowbtnImgWrap.__white::after {
    content: "";
    display: block;
    position: absolute;
    width: 107%;
    height: 107%;
    background-color: #fff;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

.arrowBtnText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.4;
  font-weight: bold;
}
a:hover .arrowBtnText {
  color: #b50005;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .arrowBtnText {
    font-size: 15px;
  }
}

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

.withmail::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .withmail::after {
    left: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .withmail::after {
    left: 13px;
  }
}
.withmail::after {
  width: 26px;
  height: 26px;
  background-image: url(.././img/mail.svg);
}
@media only screen and (max-width: 767px) {
  .menuBtnList .withmail::after {
    left: 61px;
  }
  .withmail::after {
    left: 15px;
    width: 22px;
    height: 22px;
  }
}

.withlink::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .withlink::after {
    left: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .withlink::after {
    left: 13px;
  }
}
.withlink::after {
  width: 25px;
  height: 25px;
  background-image: url(.././img/link.svg);
}
@media only screen and (max-width: 767px) {
  .menuBtnList .withlink::after {
    left: 59px;
  }
  .withlink::after {
    left: 15px;
    width: 22px;
    height: 22px;
  }
}

.withPdf::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .withPdf::after {
    left: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .withPdf::after {
    left: 13px;
  }
}
.withPdf::after {
  width: 20px;
  height: 24px;
  background-image: url(.././img/pdf.webp);
}

.withFile::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .withFile::after {
    left: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .withFile::after {
    left: 13px;
  }
}
.withFile::after {
  width: 18px;
  height: 24px;
  background-image: url(.././img/file.webp);
}
@media only screen and (max-width: 767px) {
  .withFile::after {
    width: 15px;
    height: 21px;
  }
}

.withGuide::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .withGuide::after {
    left: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .withGuide::after {
    left: 13px;
  }
}
.withGuide::after {
  width: 20px;
  height: 23px;
  background-image: url(.././img/guide.webp);
}
@media only screen and (max-width: 767px) {
  .withGuide::after {
    width: 17px;
    height: 20px;
  }
}

.withArrow.__large::after {
  transition: 0.3s;
  width: 40px;
  height: 40px;
}
.withArrow.__white::after {
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-image: url(.././img/arrowBtn_w.webp);
}
.withArrow::after {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .withArrow::after {
    left: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .withArrow::after {
    left: 13px;
  }
}
.withArrow::after {
  width: 10px;
  height: 10px;
  background-image: url(.././img/arrowBtn.webp);
}
.withArrow:hover::after {
  left: 35px;
}
@media only screen and (max-width: 767px) {
  .withArrow.__large::after {
    width: 30px;
    height: 30px;
  }
  .withArrow.__white::after {
    width: 30px;
    height: 30px;
  }
}

.commonBtn {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}
.commonBtn.__contact {
  background-color: rgba(0, 0, 0, 0.1);
}
.commonBtn.__width100 {
  width: 100%;
  max-width: 100%;
}
.commonBtn {
  background-color: #232323;
  border-radius: 10px;
  max-width: 480px;
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 1.6em 0.5em;
  line-height: 1;
  transition: 0.3s;
  position: relative;
}
.commonBtn:hover {
  background-color: #b50005;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .commonBtn.width100_sp {
    width: 100%;
  }
  .commonBtn {
    width: 88%;
    padding: 1em 0.5em 1em 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonBtn.__width50 {
    width: 50%;
  }
}

.with_logo span::after {
  background-image: url(.././img/title_w.svg);
}

.afterline.__small {
  padding-bottom: 2em;
}
.afterline {
  padding-bottom: 5em;
  border-bottom: solid 1px #d0d9e6;
}
@media only screen and (max-width: 767px) {
  .afterline.__small {
    padding-bottom: 1.3em;
  }
  .afterline {
    padding-bottom: 2em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .afterline {
    padding-bottom: 2em;
  }
}

.titleWrap {
  -moz-column-gap: 19px;
       column-gap: 19px;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .titleWrap {
    align-items: center;
  }
}

.commonTitle.__large span {
  font-size: clamp(2.2rem, 1.0349514563rem + 3.1067961165vw, 7rem);
  padding-left: 0.8em;
}
.commonTitle.__large dt {
  font-size: clamp(2.2rem, 1.0349514563rem + 3.1067961165vw, 7rem);
  line-height: 0.8;
  font-weight: bold;
  padding-left: 0.8em;
}
.commonTitle.__large dd {
  font-size: clamp(2rem, 1.8058252427rem + 0.5177993528vw, 2.8rem);
  line-height: 1;
  color: #b50005;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
.commonTitle.__mid span {
  font-size: clamp(2.2rem, 1.2776699029rem + 2.4595469256vw, 6rem);
  padding-left: 0.8em;
  line-height: 1.2;
}
.commonTitle.__mid span::after {
  top: 28%;
}
.commonTitle.with_w_logoo span::after {
  background-image: url(.././img/title_w.svg);
}
.commonTitle span,
.commonTitle dt {
  display: block;
  padding-left: 2em;
  font-size: clamp(2rem, 1.9514563107rem + 0.1294498382vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: relative;
}
.commonTitle span::after,
.commonTitle dt::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(.././img/title.svg);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1790px) {
  .topAbou_MesBlock .commonTitle {
    margin-bottom: 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .commonTitle.__large span {
    padding-left: 1.8em;
  }
  .commonTitle.__large dt {
    padding-left: 1.9em;
    margin-bottom: 0.8em;
  }
  .commonTitle.__mid span {
    padding-left: 1.8em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .commonTitle {
    margin-bottom: 2.8%;
  }
  .commonTitle.__large span {
    padding-left: 1.3em;
  }
  .commonTitle.__large dt {
    padding-left: 1.3em;
    margin-bottom: 0.5em;
  }
  .commonTitle.__mid span {
    padding-left: 1.3em;
  }
}

.boxTitleEn {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.boxTitleEnWrap {
  position: absolute;
  left: 0;
  top: 10px;
}

.single-paper-reviews .commonEnWrap, .post-type-archive-paper-reviews .commonEnWrap, .single-articles .commonEnWrap, .post-type-archive-articles .commonEnWrap, .page-id-1669 .commonEnWrap {
  top: -68%;
}
.commonEnWrap {
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .single-paper-reviews .commonEnWrap, .post-type-archive-paper-reviews .commonEnWrap, .single-articles .commonEnWrap, .post-type-archive-articles .commonEnWrap, .page-id-1669 .commonEnWrap {
    top: -29%;
  }
  .commonEnWrap {
    top: -67%;
    left: -23px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .commonEnWrap {
    top: -89%;
    left: -18px;
  }
}

.commonTitleJp {
  font-size: clamp(2.4rem, 1.8902912621rem + 1.359223301vw, 4.5rem);
  font-weight: bold;
  line-height: 1.4;
}

.commonTitleEn {
  font-size: clamp(1.5rem, 1.3300970874rem + 0.4530744337vw, 2.2rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

.commonText.__large {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  font-weight: 500;
}
.commonText.__small {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 1.6;
}
.commonText.__sh {
  line-height: 1.6;
}
.commonText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.8;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .commonText.__large {
    line-height: 1.7;
  }
  .commonText {
    letter-spacing: 0.06em;
  }
  .commonText.__lh {
    line-height: 1.8;
  }
}

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

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

.commonComentText {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  margin-left: 1.2em;
  text-indent: -1.2em;
  font-weight: 500;
  line-height: 1.4;
}
.textLink {
  transition: 0.3s;
}
.textLink:hover {
  opacity: 0.7;
}
a:hover .textLink {
  opacity: 0.7;
}

.alink {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.alink.footerLink {
  color: #abadc6;
  text-decoration-color: #abadc6;
}
.topBusList .alink {
  color: #2c2c2c;
  text-decoration-color: #2c2c2c;
}
.alink {
  color: #b50005;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  text-decoration-color: #b50005;
  transition: 0.3s;
}
.alink:hover {
  color: #cccdcd;
  text-decoration-color: unset;
}

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

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

.checkTable td {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1;
  font-weight: 600;
  padding: 0 1em 0.8em 1em;
  position: relative;
}
.checkTable td::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #b50005;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
@media only screen and (max-width: 767px) {
  .checkTable td {
    display: block;
  }
  .checkTable td::after {
    top: 4px;
  }
}

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

.commonList {
  -moz-column-gap: 33px;
       column-gap: 33px;
  max-width: 411px;
}
.commonList > li:not(:last-child) {
  margin-bottom: 8px;
}
.commonList > li span {
  display: block;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.07em;
  padding-left: 1em;
}
.commonList > li span::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #b50005;
  border-radius: 50%;
  left: 0;
  top: 7px;
}

.commonNbList {
  counter-reset: number;
}
.commonNbList.__line {
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.commonNbList.__line > li dl {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.commonNbList.__line > li dl dd {
  width: calc(100% - 38px);
}
.commonNbList.__sh > li:not(:last-child) {
  margin-bottom: 1%;
}
.commonNbList > li {
  counter-increment: number 1;
}
.commonNbList > li:not(:last-child) {
  margin-bottom: 5%;
}
.commonNbList > li dl {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.commonNbList > li dt {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b50005;
  position: relative;
}
.commonNbList > li dt::after {
  content: "";
  display: block;
  position: absolute;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  content: "0" counter(number);
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commonNbList > li dd {
  width: calc(100% - 45px);
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.8;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .commonNbList > li dd {
    line-height: 1.5;
  }
}

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

.commontti_1 dl {
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  padding-left: 3.2em;
}
.commontti_1 dl::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(.././img/title.svg);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.commontti_1 dt {
  font-size: clamp(1.8rem, 1.4116504854rem + 1.0355987055vw, 3.4rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}
.commontti_1 dd {
  font-size: clamp(1.8rem, 1.4601941748rem + 0.9061488673vw, 3.2rem);
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .commontti_1 dl.__sp::after {
    top: 31%;
  }
  .commontti_1 dl {
    -moz-column-gap: 4px;
         column-gap: 4px;
    padding-left: 26px;
  }
  .commontti_1 dl::after {
    width: 20px;
    height: 20px;
  }
}

.commonMidashi_1 {
  font-size: clamp(2.4rem, 1.6961165049rem + 1.8770226537vw, 5.3rem);
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_1 {
    line-height: 1.4;
  }
}

.commonMidashi_2 {
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
}
.commonMidashi_2.__small {
  font-size: clamp(1.8rem, 1.4116504854rem + 1.0355987055vw, 3.4rem);
}
.commonMidashi_2 {
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonMidashi_2.__mid {
    margin-bottom: 4%;
  }
}

.commonMidashi_3.__Xlarge {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
}
.commonMidashi_3.__large {
  font-size: clamp(1.8rem, 1.5572815534rem + 0.6472491909vw, 2.8rem);
}
.commonMidashi_3 {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  color: #b50005;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .labcommitList .commonMidashi_3.__large {
    font-size: 19px;
  }
}

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

.comMesList .commonMidashi_5 {
  padding-left: 1em;
}
.commonMidashi_5 {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  color: #b50005;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #d0d9e6;
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .comMesList .commonMidashi_5 {
    padding-left: 0.4em;
  }
}

.commonMidashi_6.__large {
  font-size: clamp(3.2rem, 2.0349514563rem + 3.1067961165vw, 8rem);
}
.commonMidashi_6.__small {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
}
.commonMidashi_6 {
  font-size: clamp(3.2rem, 2.2776699029rem + 2.4595469256vw, 7rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonMidashi_6 {
    font-size: 38px;
  }
}

.commonMidashi_7.__h {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.commonMidashi_7.__small {
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}
.commonMidashi_7.__mid {
  font-size: clamp(2rem, 1.9029126214rem + 0.2588996764vw, 2.4rem);
  padding-bottom: 0.5em;
  margin-bottom: 1.8em;
}
.commonMidashi_7 {
  font-size: clamp(1.8rem, 1.5087378641rem + 0.7766990291vw, 3rem);
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: solid 1px #d0d9e6;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_7 {
    padding-bottom: 0.5em;
    margin-bottom: 0.7em;
  }
}

.commonMidashi_8 {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.5;
  font-weight: 600;
  padding: 1em;
  background-color: #f0f3f7;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_8 {
    padding: 0.7em;
    border-radius: 5px;
  }
}

.textInner {
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .textInner {
    padding: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .textInner {
    padding: 0;
  }
}

.search-form {
  position: relative;
}

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

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

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

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

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

.picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.change-color header.on {
  opacity: 1;
}
header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #f0f3f7;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  transition: 0.3s;
}
.change-color header {
  padding-bottom: 0.8em;
  transition: 0.3s;
  top: 0;
  opacity: 0.9;
}
.open .change-color header {
  opacity: 1;
}
.open header {
  top: 0;
  background-color: #d3dde0;
  padding: 0 0 2em;
}
@media print, screen and (max-width: 1279px) {
  header {
    background-color: unset;
  }
  .change-color header {
    transition: 0.3s;
    top: 0;
    padding: 0 0 1.2em;
    background: #fff;
    opacity: 0.9;
  }
  .open header {
    width: 442px;
    margin-right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0 0 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .open header {
    width: 375px;
  }
}

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

.headerlogoBlock {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.2em;
  width: 189px;
  left: 29px;
  transition: 0.3s;
}
.change-color .headerlogoBlock {
  top: 15px;
  width: 143px;
}
@media only screen and (max-width: 1755px) {
  .headerlogoBlock {
    width: 150px;
  }
  .change-color .headerlogoBlock {
    padding: 0.6em;
    width: 134px;
  }
}
@media only screen and (max-width: 1400px) {
  .headerlogoBlock {
    padding: 1.1em;
  }
  .change-color .headerlogoBlock {
    padding: 0.6em;
    width: 129px;
  }
}
@media only screen and (max-width: 1300px) {
  .headerlogoBlock {
    width: 102px;
    padding: 0.8em;
    border-radius: 5px;
  }
  .change-color .headerlogoBlock {
    width: 102px;
  }
}

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

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

.headerWrap {
  margin-top: 26px;
  padding: 0 clamp(16px, 4vw, 30px);
  display: grid;
  grid-template-columns: 189px 1fr minmax(0px, auto);
  -moz-column-gap: 19px;
       column-gap: 19px;
}
.change-color .headerWrap {
  margin-top: 13px;
}
@media only screen and (max-width: 1755px) {
  .headerWrap {
    margin-top: 15px;
    grid-template-columns: 150px 1fr minmax(360px, auto);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .change-color .headerWrap {
    margin-top: 11px;
  }
}
@media only screen and (max-width: 1300px) {
  .headerWrap {
    margin-top: 15px;
    grid-template-columns: 102px 1fr minmax(360px, auto);
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.topBtn {
  width: 100%;
  -moz-column-gap: 1.9rem;
       column-gap: 1.9rem;
}
.topBtn > li {
  width: calc((100% - 1.9rem) / 2);
}
.topBtn > li:nth-child(1) > a {
  background-color: #ef8200;
}
.topBtn > li:nth-child(2) > a {
  background-color: #00863c;
}
.topBtn > li {
  transition: 0.3s;
}
.topBtn > li > a {
  transition: 0.3s;
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.08em;
  padding: 2em 0.5em 2em 3.7em;
  text-align: center;
  display: block;
  border-radius: 10px;
  position: relative;
}
.topBtn > li > a:hover {
  color: #fff;
  background-color: #232323;
}
.change-color .topBtn > li > a {
  padding: 1.3em 1em 1.3em 3em;
}
@media only screen and (max-width: 1755px) {
  .topBtn {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .topBtn > li {
    width: calc((100% - 10px) / 2);
  }
  .topBtn > li:nth-child(1) > a::after {
    width: 18px;
    height: 18px;
  }
  .topBtn > li:nth-child(2) > a::after {
    width: 19px;
    height: 19px;
  }
  .topBtn > li > a {
    padding: 1.9em 0.5em 1.9em 2em;
    font-size: clamp(1rem, 0.927184466rem + 0.1941747573vw, 1.3rem);
  }
  .topBtn > li > a::after {
    left: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  .topBtn > li > a {
    border-radius: 5px;
    padding: 1.3em 0.5em 1.3em 2em;
  }
}
@media print, screen and (max-width: 1279px) {
  .topBtn {
    display: none;
  }
  .overRayBlock .topBtn {
    display: block;
  }
}

.headerMenuContainer {
  container-type: inline-size;
}

.menuBtnList > li:nth-child(1) > a {
  background-color: #ef8200;
  margin-bottom: 5%;
}
.menuBtnList > li:nth-child(2) > a {
  background-color: #00863c;
}
.menuBtnList > li > a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  display: block;
  color: #fff;
  padding: 1em 0.5em 1em 1.5em;
  border-radius: 5px;
  position: relative;
}

.headerMenuCard {
  width: 100%;
  padding: 2.4em 2em 2.5em;
  background-color: #fff;
  border-radius: 10px;
}
.headerMenuCard > li {
  transition: 0.3s;
}
.headerMenuCard > li > a {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1;
  font-weight: 500;
  color: #232323;
  display: block;
  padding: 0 0.7em;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}
.headerMenuCard > li > a:hover {
  color: #b50005;
}
.change-color .headerMenuCard {
  padding: 1.8em 2em 1.9em;
}
.change-color .headerMenuCard > li > a {
  padding: 0 0.5em;
  font-size: clamp(1.2rem, 1.1757281553rem + 0.0647249191vw, 1.3rem);
}
@media only screen and (max-width: 1755px) {
  .headerMenuCard {
    padding: 2em 0.5em 1.9em;
  }
  .headerMenuCard > li > a {
    font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  }
  .change-color .headerMenuCard {
    padding: 1.5em 0.5em 1.6em;
  }
}
@media only screen and (max-width: 1400px) {
  .headerMenuCard {
    padding: 2em 0.5em 1.9em;
  }
  .headerMenuCard > li > a {
    font-size: 12px;
    padding: 0 0.5em;
  }
  .change-color .headerMenuCard {
    padding: 1.4em 0.5em 1.4em;
  }
  .change-color .headerMenuCard > li > a {
    font-size: 12px;
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 1300px) {
  .headerMenuCard {
    border-radius: 5px;
    padding: 1.3em 0.5em 1.4em;
  }
  .change-color .headerMenuCard {
    padding: 1.3em 0.5em 1.4em;
  }
}
@media print, screen and (max-width: 1279px) {
  .headerMenuCard {
    display: none;
  }
}

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

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

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

.overRayTextCard {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 70px;
}
@media print, screen and (max-width: 1279px) {
  .overRayTextCard {
    width: 100%;
    padding: 0 22px 0;
    padding-bottom: 30%;
  }
}

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

.topFvVideoWrap {
  position: fixed;
  z-index: -1;
  border-radius: 10px;
  width: 100vw;
  height: 100vh;
}
.topFvVideoWrap video {
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 29px;
  width: calc(100% - 58px); /* ← 29px × 2 */
  height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1279px) {
  .topFvVideoWrap video {
    border-radius: 0;
    left: 0;
    width: 100%;
    height: 605px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.topFvTextWrap {
  padding: 3em 3em 1.6em;
  position: relative;
}
.topFvTextWrap::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 58px);
  height: 100%;
  box-shadow: 0 0 0 20px #f0f3f7, 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .topFvTextWrap {
    padding: 8em 1em 1.3em;
  }
  .topFvTextWrap::after {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTextWrap {
    padding: 6em 1em 1.5em;
  }
  .topFvTextWrap::after {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFvTextWrap {
    padding: 6em 1em 1.8em;
  }
  .topFvTextWrap::after {
    display: none;
  }
}

.topFvTextBlock {
  margin-left: 2em;
}
@media only screen and (max-width: 767px) {
  .topFvTextBlock {
    margin-left: 0;
  }
}

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

.topFvTitleEn {
  font-size: clamp(5rem, 3.3009708738rem + 4.5307443366vw, 12rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-weight: 500;
}

.topFvTitleJp {
  font-size: clamp(2rem, 1.5145631068rem + 1.2944983819vw, 4rem);
  line-height: 1.2;
  font-weight: bold;
}

.topFvText {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 2.2;
  font-weight: 600;
}

.topFvBox {
  max-width: 500px;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 2em 2.5em;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .topFvBox {
    padding: 1em 0.6em;
  }
}

.topFvBoxTitleJp {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.topFvBoxTitleJp dt {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 2.2;
  font-weight: 600;
}
.topFvBoxTitleJp dd {
  font-size: clamp(1.3rem, 1.2514563107rem + 0.1294498382vw, 1.5rem);
  line-height: 2.2;
  font-weight: 600;
}

.topFvBoxCount {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.topFvBoxCount dt {
  font-size: clamp(5rem, 4.1504854369rem + 2.2653721683vw, 8.5rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 600;
}
.topFvBoxCount dd {
  font-size: clamp(1.3rem, 0.8873786408rem + 1.1003236246vw, 3rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topFvBoxCount {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
}

.topFvBoxTitleEn {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
  font-weight: 600;
}
.topFvBoxTitleEn span {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1.3;
  font-weight: 600;
}

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

.commonFvVideoWrap {
  position: fixed;
  z-index: 0;
  border-radius: 10px;
  width: 100vw;
  height: 100vh;
}
.commonFvVideoWrap video {
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 29px;
  width: calc(100% - 58px); /* ← 29px × 2 */
  height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1279px) {
  .commonFvVideoWrap video {
    border-radius: 0;
    left: 0;
    width: 100%;
    height: 605px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.commonFvTextWrap {
  padding: 4.7em 3em;
  position: relative;
}
.commonFvTextWrap::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 58px);
  height: 100%;
  box-shadow: 0 0 0 20px #f0f3f7;
  border-radius: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .commonFvTextWrap {
    padding: 8em 3em 3.6em;
  }
  .commonFvTextWrap::after {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .commonFvTextWrap::after {
    display: none;
  }
}

.commonFvTextBlock {
  margin-left: 2em;
}
@media only screen and (max-width: 767px) {
  .commonFvTextBlock {
    margin-left: 0;
  }
}

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

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

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

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

.foonterInfo {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .foonterInfo {
    margin-bottom: 10px;
  }
}

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

.footerMenueList {
  display: grid;
  grid-template-columns: 0.4fr 1fr 1fr;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media only screen and (max-width: 767px) {
  .footerMenueList {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerMenueList {
    grid-template-columns: 0.13fr 0.35fr 0.6fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerMenueList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}

.footerMenueTitle {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerMenueTitle {
    margin-bottom: 13%;
  }
  .__second .footerMenueTitle, .__third .footerMenueTitle {
    margin-bottom: 5%;
  }
}

.footerMenueSubList > li:not(:last-child) {
  margin-bottom: 2%;
}
.footerMenueSubList > li > a {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 1;
  transition: 0.3s;
}
.footerMenueSubList > li:hover {
  color: #b50005;
}
@media only screen and (max-width: 767px) {
  .footerMenueSubList > li:not(:last-child) {
    margin-bottom: 1%;
  }
}

@media only screen and (max-width: 959px) {
  .footerCopy {
    padding: 2em 0 2em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerCopy {
    padding: 2em 0 2em;
  }
}

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

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

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

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

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

/*=============top section==============*/
.topAboudflexWrap {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-items: stretch;
}
.topAboudflexWrap > li {
  display: flex;
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topAboudflexWrap {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .topAboudflexWrap > li {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topAboudflexWrap > li {
    width: 100%;
  }
}

.topAbou_MesBlock > div {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .topAbou_MesBlock > div {
    display: block;
  }
}

.topAbou_MesBlock_1 {
  width: 50%;
  padding: 3em 2em 0;
}
@media only screen and (max-width: 1790px) {
  .topAbou_MesBlock_1 {
    width: 61%;
    margin-right: 5%;
    padding: 3em 0 0 2em;
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .topAbou_MesBlock_1 {
    width: 100%;
    padding: 2em 1em 0;
  }
}

.topMesImg {
  position: relative;
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
}
.topMesImg img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .topMesImg {
    width: 100%;
  }
  .topMesImg img {
    -o-object-position: center 23%;
       object-position: center 23%;
    height: auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topMesImg {
    width: 43%;
  }
  .topMesImg img {
    -o-object-position: center 23%;
       object-position: center 23%;
  }
  .topMesImg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    inset: initial;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) and (max-width: 767px) {
  .topMesImg::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.topAbouTitle {
  font-size: clamp(2rem, 1.2233009709rem + 2.071197411vw, 5.2rem);
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 1790px) {
  .topAbouTitle {
    font-size: clamp(1.8rem, 1.4359223301rem + 0.9708737864vw, 3.3rem);
    writing-mode: unset;
    margin-bottom: 5%;
  }
}

.topAbouText.__large {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  font-weight: bold;
}
.topAbouText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 1790px) {
  .topAbouText {
    writing-mode: unset;
    text-align: center;
    margin-bottom: 18px;
  }
}

.brand-dash {
  display: inline-block;
  transform: rotate(90deg);
}
@media only screen and (max-width: 1790px) {
  .brand-dash {
    transform: rotate(0deg);
  }
}

.topAbouTextWrap {
  -moz-column-gap: 21px;
       column-gap: 21px;
  margin-left: 8em;
}
@media only screen and (max-width: 1790px) {
  .topAbouTextWrap {
    flex-flow: column-reverse;
    margin-left: 0;
  }
}

.topMesWrap {
  position: absolute;
  bottom: 30px;
  right: 18px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .topMesWrap {
    bottom: 13px;
  }
}

.topMesTitle {
  font-size: clamp(2.4rem, 2.0601941748rem + 0.9061488673vw, 3.8rem);
  line-height: 1.3;
  font-weight: bold;
}

.topAboud_ImgBlock {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .topAboud_ImgBlock {
    flex-direction: column;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topAboud_ImgBlock {
    flex-direction: column;
  }
}

.topAboud_ImgBlockWrap {
  padding: 3em 2em 1.2em;
}
@media only screen and (max-width: 1790px) {
  .topAboud_ImgBlockWrap {
    width: 61%;
    margin-right: 5%;
    padding: 3em 0 0 2em;
  }
}
@media only screen and (max-width: 767px) {
  .topAboud_ImgBlockWrap {
    width: 100%;
    padding: 2em 1em 0;
  }
}

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

.topMesImgWrap {
  margin-top: 5vw;
  overflow: hidden;
  border-radius: 10px;
}
.topMesImgWrap img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1790px) {
  .topMesImgWrap {
    margin-top: 0;
    width: 50%;
  }
  .topMesImgWrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .topMesImgWrap {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topMesImgWrap {
    width: 43%;
  }
}

.topMargin {
  margin-top: 1.5em;
}

.infoList {
  -moz-column-gap: 20px;
       column-gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding-right: 1.5em;
}
.infoList > li {
  width: calc((100% - 60px) / 4);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.infoList > li:not(:first-child) {
  padding: 1.5em 0 0;
}
@media only screen and (max-width: 1620px) {
  .infoList > li:not(:first-child) {
    padding: 1em 0 0;
  }
}
@media only screen and (max-width: 1450px) {
  .infoList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .infoList > li {
    width: calc((100% - 45px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  .infoList {
    padding-right: 0;
    row-gap: 12px;
  }
  .infoList > li {
    width: 100%;
  }
  .infoList > li:not(:first-child) {
    padding: 1.5em 10px 0;
  }
  .infoList > li:last-child {
    padding: 1.5em 10px 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .infoList {
    -moz-column-gap: 0;
         column-gap: 0;
    padding-right: 0;
  }
  .infoList > li {
    width: 50%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .infoList > li:not(:first-child) {
    padding: 1.5em 1em;
  }
  .infoList > li:nth-child(2) {
    padding-left: 1.5em;
  }
  .infoList > li:nth-child(3) {
    padding-left: 1em;
  }
}

.infoImgWrap {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.infoImgWrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  inset: initial;
  top: 0;
  left: 0;
}

.labBlock {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 959px) {
  .labBlock {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .labBlock {
    margin: 0 15px;
  }
}

.lab_backImg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.lab_backImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lab_backImg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  inset: initial;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .lab_backImg::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 767px) {
  .lab_backImg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    inset: initial;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .lab_backImg::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 767px) {
  .lab_backImg img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .lab_backImg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    inset: initial;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) and (max-width: 767px) {
  .lab_backImg::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.labInnerWrap {
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 3.5em 3em 7.5em;
}
@media only screen and (max-width: 767px) {
  .labInnerWrap {
    padding: 2.5em 0 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .labInnerWrap {
    padding: 2.5em 1.8em 1.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .labInnerWrap {
    padding: 2.5em 1.8em 3.5em;
  }
}

.labTextBox {
  max-width: 702px;
  width: 100%;
  margin-top: 3em;
}
@media only screen and (max-width: 767px) {
  .labTextBox {
    margin-top: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .labTextBox .labTextInner {
    color: #fff;
  }
}

.iosBox span {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  padding: 0.5em 2.8em 0.6em;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .iosBox span {
    display: block;
    text-align: center;
    margin-inline: auto;
    padding: 0.5em 1.2em 0.6em;
  }
}

.topInfoTitleWrap {
  position: absolute;
  margin: 3.1em 0 1em 2em;
}

.infoInnerBox {
  padding: 0 1.5em;
  margin-inline: auto;
  transition: 0.3s;
}
a:hover .infoInnerBox {
  color: #b50005;
}
@media only screen and (max-width: 1790px) {
  .infoInnerBox {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 1450px) {
  .infoInnerBox {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .infoInnerBox {
    padding: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .infoInnerBox {
    padding: 0;
  }
}

.infoSubTitle {
  font-size: clamp(1.2rem, 1.127184466rem + 0.1941747573vw, 1.5rem);
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-weight: 600;
}
@media only screen and (max-width: 1380px) {
  .infoSubTitle {
    font-size: 13px;
  }
}

.infoTopTitle {
  width: 88%;
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  font-weight: bold;
  line-height: 1.3;
}

.infoTitle {
  position: relative;
}
.topInfoCard .infoTitle {
  width: 100%;
}
.topInfoCard .infoTitle span {
  position: absolute;
  font-size: clamp(1.6rem, 1.3572815534rem + 0.6472491909vw, 2.6rem);
  line-height: 1.3;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.infoTitle span {
  font-size: clamp(1.5rem, 1.3300970874rem + 0.4530744337vw, 2.2rem);
  line-height: 1.7;
  font-weight: bold;
}
@media only screen and (max-width: 1520px) {
  .topInfoCard .infoTitle span {
    font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  }
}

.infoInnerBoxBtn {
  width: 15%;
  padding: 0.5em 0 0.5em 0;
}
@media only screen and (max-width: 1450px) {
  .infoInnerBoxBtn {
    padding: 0.5em 0.5em 0.5em 0;
    width: 10%;
  }
}
.topFaqBlock .infoInnerBoxBtn {
  width: 8%;
}

.infobtnBox {
  padding: 1.6em 0 1.4em;
}
@media only screen and (max-width: 1520px) {
  .infobtnBox {
    padding: 1.1em 0 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .infobtnBox {
    padding: 0.8em 0;
  }
  .infobtnBox.__line_1 {
    padding: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .infobtnBox.__line_1 {
    padding: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .infobtnBox.__line_1 {
    padding: 0;
  }
}

.infoInnerBoxBtn {
  transition: 0.3s;
}
a:hover .infoInnerBoxBtn {
  transform: scale(1.2);
}

.topFaqBlock {
  gap: 40px;
  max-width: 1860px;
  margin-inline: auto;
  background-color: #fff;
  padding: 2.5em 2.5em 2em;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .topFaqBlock {
    padding: 2em 1em 4em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .topFaqBlock {
    padding: 2em 1em 6em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFaqBlock {
    padding: 2em 1em;
  }
}

.topFaqBlock_1 {
  flex: 0 0 clamp(240px, 22vw, 400px);
}

.topFaqBlock_2 {
  flex: 1;
  gap: 20px;
}
.topFaqBlock_2 > li {
  flex: 0 0 calc((100% - 20px) / 2);
  overflow: hidden;
}
.topFaqCard .topFaqBlock_2 > li {
  border-radius: 10px;
  background-color: #f0f3f7;
  padding: 1em 1em;
}
@media only screen and (max-width: 767px) {
  .topVoiceCard .topFaqBlock_2 > li:last-child {
    padding-bottom: 1em;
    border-bottom: solid 1px #d0d9e6;
    margin-bottom: 0.5em;
  }
  .topFaqBlock_2 > li {
    display: block;
  }
  .topFaqBlock_2 > li:not(:last-child) {
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 959px) {
  .btnWrap {
    position: absolute;
    bottom: 15px;
    right: 16px;
  }
}

.qaImg {
  width: 40%;
  margin-inline: auto;
}

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

.topFaqTitle {
  font-size: clamp(2.2rem, 2.1514563107rem + 0.1294498382vw, 2.4rem);
  line-height: 1.3;
  color: #b50005;
  font-weight: bold;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topFaqTitle {
    font-size: 19px;
  }
}

.topVoiceImgWrap {
  overflow: hidden;
  border-radius: 10px;
}

.topNewsWrap {
  background-color: #fff;
  padding: 3.5em 2.5em;
  border-radius: 10px;
}
@media only screen and (max-width: 959px) {
  .topNewsWrap {
    padding: 2em 1.5em 4.9em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topNewsWrap {
    padding: 2em 1.5em 1.5em;
  }
}

.topNewsTitleBlock {
  flex: 0 0 clamp(171px, 22vw, 400px);
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topNewsTitleBlock {
    flex: 0 0 clamp(171px, 26vw, 400px);
  }
}

.topNewsInfoBlock {
  flex: 1;
}

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

.newCate span {
  font-size: clamp(1.2rem, 1.1514563107rem + 0.1294498382vw, 1.4rem);
  padding: 0.5em 1.7em;
  border-radius: 5px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  background-color: #232323;
}
@media only screen and (max-width: 767px) {
  .newCate span {
    padding: 0.4em 1.7em;
  }
}

.topNewsList > li > a {
  padding: 1.9em 0;
  border-bottom: solid 1px #d0d9e6;
  display: block;
}
@media only screen and (max-width: 959px) {
  .topNewsList > li:last-child {
    border-bottom: solid 1px #d0d9e6;
  }
  .topNewsList > li > a {
    padding: 1.1em 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topNewsList > li > a {
    padding: 1.1em 0;
  }
}

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

.newsDayWrap {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media only screen and (max-width: 959px) {
  .newsDayWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .newsDayWrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}

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

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

/*=============top section==============*/
.recruitBlock {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.recruit_backImg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.recruit_backImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1670px) {
  .recruit_backImg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    inset: initial;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit_backImg {
    position: static;
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
  }
  .recruit_backImg img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .recruit_backImg {
    margin: 0 15px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
  }
  .recruit_backImg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    inset: initial;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) and (max-width: 767px) {
  .recruit_backImg::after {
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (max-width: 1670px) {
  .recruitInnerWrap_sp .commonTitle span {
    color: #232323;
  }
  .recruitInnerWrap_sp .commonTitle span::after {
    background-image: url(.././img/title.svg);
  }
}
@media only screen and (max-width: 767px) {
  .recruitInnerWrap_sp {
    position: absolute;
    top: 16px;
  }
}

.recruitInnerWrap {
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 2.5em 3em 4.5em;
}
@media only screen and (max-width: 767px) {
  .recruitInnerWrap {
    background-color: #fff;
    position: static;
    padding: 2em 0 1.2em;
    margin: -10px 15px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .recruitInnerWrap {
    padding: 3em 0 3em;
  }
}

.conBlock {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .conBlock {
    margin: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .conBlock {
    margin: 0;
  }
}

.con_backImg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.con_backImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .con_backImg img {
    -o-object-position: center top;
       object-position: center top;
  }
}

.conInnerWrap {
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 2.8em 3em 4.5em;
}
@media only screen and (max-width: 959px) {
  .conInnerWrap {
    padding: 2em 0 2em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .conInnerWrap {
    padding: 2em 0 2em;
  }
}

.pointBox {
  background-color: #f0f3f7;
  border-radius: 20px;
  padding: 3em 2em;
}
@media only screen and (max-width: 767px) {
  .pointBox {
    padding: 1.5em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .pointBox {
    padding: 2em 1em;
  }
}

.pointTitle {
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
  line-height: 1.4;
  font-weight: bold;
}

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

.flowInfoSmallBox .pointSmallBox {
  padding: 0.8em 1em 0.8em 1.3em;
}
.flowInfoSmallBox .pointSmallBox.__sing {
  width: 100%;
}
.pointSmallBox.__center {
  margin-inline: auto;
}
.pointSmallBox {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 0.8em 2em;
  border-radius: 50px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.pointSmallBox dt {
  font-size: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.pointSmallBox dd {
  font-size: clamp(1.3rem, 1.2514563107rem + 0.1294498382vw, 1.5rem);
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .pointSmallBox dd {
    font-size: clamp(1rem, 0.9029126214rem + 0.2588996764vw, 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .pointSmallBox {
    padding: 0.6em 1.5em;
  }
  .flowInfoSmallBox .pointSmallBox {
    padding: 0.6em 1.2em;
  }
}

.pointList {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.pointList > li {
  width: calc((100% - 28px) / 3);
  background-color: #fff;
  padding: 3em 3.5em 2em;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .pointList {
    row-gap: 14px;
  }
  .pointList > li {
    width: 100%;
    padding: 1.5em 1.5em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .pointList > li {
    padding: 1.5em 1em 1em;
  }
}

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

.pointSubTitleEn {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: bold;
}

.seviceAbout_leftBlock_1 {
  width: 48%;
  margin-right: 2%;
}
@media only screen and (max-width: 959px) {
  .seviceAbout_leftBlock_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
}

.seviceAbout_rightBlock_1 {
  width: 50%;
  background-color: #f0f3f7;
  border-radius: 10px;
  padding: 1em;
}
@media only screen and (max-width: 959px) {
  .seviceAbout_rightBlock_1 {
    width: 100%;
    padding: 1em;
  }
}

.commonTable {
  width: 100%;
}
.commonTable td,
.commonTable th {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  padding: 0.8em;
  border: solid 1px #ced8e5;
  font-weight: 500;
}
.commonTable th.foneEn {
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
}
.commonTable.__small th {
  width: 20%;
}
.commonTable th {
  width: 20%;
  background-color: #f0f3f7;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .commonTable {
    border: solid 1px #ced8e5;
  }
  .commonTable.__small th {
    width: 100%;
  }
  .commonTable td,
  .commonTable th {
    display: block;
    padding: 0.5em;
    border: unset;
  }
  .commonTable th,
  .commonTable td {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonTable td,
  .commonTable th {
    padding: 0.5em;
    font-size: 15px;
  }
  .commonTable th {
    width: 25%;
  }
}

.conceptTitle {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1.2;
  font-weight: bold;
}

.conceptImgWrap {
  border-radius: 10px;
  overflow: hidden;
}

.seviceAboutBox {
  background-color: #f0f3f7;
  border-radius: 10px;
  padding: 3em 2em;
}
@media only screen and (max-width: 767px) {
  .seviceAboutBox {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .seviceAboutBox {
    padding: 2em 2em 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .seviceAboutBox {
    padding: 1.3em 1em 0.5em;
  }
}

.cautionTextWrap {
  padding: 4em 0.5em;
}
@media only screen and (max-width: 767px) {
  .cautionTextWrap {
    padding: 2.8em 0.5em 0.5em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .cautionTextWrap {
    padding: 4em 0;
  }
}

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

.cautionNb dl {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.cautionNb dt {
  font-size: clamp(6rem, 5.5145631068rem + 1.2944983819vw, 8rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-weight: 600;
}
.cautionNb dd {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  line-height: 1;
  font-weight: bold;
}

.seviceAbout_leftBlock_2 {
  width: 48%;
  margin-right: 2%;
  background-color: #f0f3f7;
  border-radius: 10px;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .seviceAbout_leftBlock_2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.flowWrap {
  -moz-column-gap: 44px;
       column-gap: 44px;
}

.serviceFlowList {
  counter-reset: number;
}
.serviceFlowList > li {
  background-color: #f0f3f7;
}
.serviceFlowList > li:nth-child(even) {
  background-color: #dde4ed;
}
.serviceFlowList > li:not(:last-child) {
  margin-bottom: 20px;
}
.serviceFlowList > li {
  counter-increment: number 1;
  padding: 1em 2em;
  border-radius: 10px;
}
@media only screen and (max-width: 959px) {
  .serviceFlowList > li {
    padding: 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .serviceFlowList > li {
    padding: 1em;
  }
}

.flowInfoBlock {
  padding: 2em 0 2em 5em;
  position: relative;
}
.flowInfoBlock::before {
  content: "";
  display: block;
  position: absolute;
  content: "0" counter(number);
  font-size: clamp(3rem, 2.5873786408rem + 1.1003236246vw, 4.7rem);
  color: #b50005;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  top: 12px;
  left: 0;
}
.flowInfoBlock::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 1.5em);
  background-color: #b50005;
  top: 89px;
  left: 25px;
}
@media only screen and (max-width: 767px) {
  .flowInfoBlock {
    padding: 0.4em 0 1.5em 2.3em;
  }
  .flowInfoBlock::before {
    top: -1px;
    left: -9px;
  }
  .flowInfoBlock::after {
    height: calc(100% - 0.2em);
    top: 51px;
    left: 9px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .flowInfoBlock {
    padding: 0.6em 0 1em 2.8em;
  }
  .flowInfoBlock::before {
    top: -2px;
    left: -6px;
  }
  .flowInfoBlock::after {
    height: calc(100% - 0.5em);
    top: 59px;
    left: 12px;
  }
}

li:last-child .flowInfoBlock::after {
  display: none;
}

.flowTitle {
  font-size: clamp(2.2rem, 2.054368932rem + 0.3883495146vw, 2.8rem);
  color: #b50005;
  font-weight: bold;
}

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

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

.flowInfoBlock_right {
  width: 35%;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .flowInfoBlock_right {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .flowInfoBlock_right {
    width: 43%;
  }
}

.requestUnit {
  row-gap: 15px;
}
.requestUnit > li {
  width: 100%;
}

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

.requestTitle {
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  line-height: 1.2;
  color: #b50005;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #d0d9e6;
}

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

.requiredWrap {
  display: grid;
  grid-template-columns: 10% 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.requiredWrap dt {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background-color: #b50005;
  padding: 0.5em 0.8em 0.4em;
  border-radius: 4px;
}
.requiredWrap dd {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 1600px) {
  .requiredWrap {
    display: block;
  }
  .requiredWrap dt {
    width: 53px;
  }
}
@media only screen and (max-width: 959px) {
  .requiredWrap {
    display: block;
  }
  .requiredWrap dt {
    width: 53px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .requiredWrap {
    display: block;
  }
  .requiredWrap dt {
    width: 53px;
  }
}

.requestBox {
  background-color: #fff;
  padding: 1.5em 2em;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .requestBox {
    padding: 1.3em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .requestBox {
    padding: 1.3em;
  }
}

.flowImgList {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.flowImgList > li {
  width: calc((100% - 20px) / 2);
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .flowImgList {
    row-gap: 15px;
  }
  .flowImgList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .flowImgList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .flowImgList > li {
    width: calc((100% - 15px) / 2);
  }
}

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

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

.flowInfoSmallUnit {
  row-gap: 10px;
}
.flowInfoSmallUnit > li {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .flowInfoSmallUnit > li:nth-child(2) .flowInfoSmallBox {
    flex-direction: column;
  }
}

.flowInfoSmallBox {
  -moz-column-gap: 7px;
       column-gap: 7px;
  row-gap: 10px;
}
.flowInfoSmallBox > li {
  width: calc((100% - 7px) / 2);
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .flowInfoSmallBox > li {
    width: 100%;
  }
}

.seviceOrderCard {
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .seviceOrderCard {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .commontti_1_Wrap.__sp {
    align-items: start;
  }
}

.orderBox {
  border: solid 2px #d0d9e6;
  padding: 2em;
  border-radius: 10px;
}

.OrderTitleJp {
  font-size: clamp(1.6rem, 1.2116504854rem + 1.0355987055vw, 3.2rem);
  line-height: 1.6;
  font-weight: bold;
}

.OrderTitleEn {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  color: #b50005;
  line-height: 1.6;
  font-weight: 600;
}

.OrderImgWrap {
  width: 70%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .OrderImgWrap {
    width: 34%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .OrderImgWrap {
    width: 100%;
  }
}

.orderMesBox {
  padding: 2em;
  background-color: #f0f3f7;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .orderMesBox {
    padding: 1em;
  }
}

.orderList.__grid {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.orderList.__grid > li {
  width: calc((100% - 30px) / 2);
  padding: 2em;
}
.orderList > li {
  padding: 2em;
  border: solid 2px #d0d9e6;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .orderList.__grid {
    row-gap: 20px;
  }
  .orderList.__grid > li {
    width: 100%;
    padding: 1em;
  }
  .orderList > li {
    padding: 1.5em 1em 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .orderList.__grid {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .orderList.__grid > li {
    width: calc((100% - 15px) / 2);
    padding: 1.3em;
  }
}

.OrderSubTitle {
  font-size: clamp(1.8rem, 1.7514563107rem + 0.1294498382vw, 2rem);
  color: #b50005;
  line-height: 1.6;
  font-weight: bold;
}

.OrderInnerTitle {
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .OrderInnerTitle {
    margin-bottom: 3%;
  }
}

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

.orderCostBox {
  padding: 1.5em;
  border-radius: 10px;
  background-color: #f0f3f7;
}
@media only screen and (max-width: 959px) {
  .orderCostBox {
    padding: 1.3em 1em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .orderCostBox {
    padding: 1.3em 1em;
  }
}

.orderCostTitle {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  color: #b50005;
  line-height: 1.6;
  font-weight: 600;
}

.orderFlowList {
  row-gap: 15px;
  counter-reset: number;
}
.orderFlowList > li {
  counter-increment: number 1;
  width: 100%;
  background-color: #f0f3f7;
  padding: 3.6em 1.5em 2em 2em;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .orderFlowList > li {
    padding: 2.5em 0.8em 1.3em 1.8em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .orderFlowList > li {
    padding: 2.5em 1.3em 1.3em 1.3em;
  }
}

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

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

.orderNbBoxWrap {
  position: absolute;
  top: -6px;
  left: -9px;
}

.orderNbBox {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #b50005;
  position: relative;
}
.orderNbBox::after {
  content: "";
  display: block;
  position: absolute;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  content: "0" counter(number);
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 959px) {
  .orderNbBox {
    width: 40px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .orderNbBox {
    width: 40px;
  }
}

/*==================================================
 * 国内ラボの紹介
 *================================================*/
.labIntroInfoBlock {
  width: 47%;
  margin-right: 3%;
  margin-top: 5%;
}
@media only screen and (max-width: 767px) {
  .labIntroInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .labIntroInfoBlock {
    margin-top: 0;
    width: 74%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .labIntroInfoBlock {
    margin-top: 0;
    width: 54%;
  }
}

.labIntroImgBlock {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .labIntroImgBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .labIntroImgBlock {
    width: 43%;
  }
}

.labIntroImg {
  border-radius: 10px;
  overflow: hidden;
}

.equipList {
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
.equipList > li {
  width: calc((100% - 32px) / 3);
  background-color: #f0f3f7;
  padding: 1em 1em 2em;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .equipList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .equipList {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .equipList > li {
    width: calc((100% - 15px) / 2);
    padding: 1em 1em 2em;
  }
}

.labcommitList {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.labcommitList > li {
  width: calc((100% - 30px) / 2);
  border: solid 1px #d0d9e6;
  padding: 3em 1.8em;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .labcommitList {
    row-gap: 15px;
  }
  .labcommitList > li {
    width: 100%;
    border: solid 1px #d0d9e6;
    padding: 1.5em 1.3em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .labcommitList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .labcommitList > li {
    width: calc((100% - 15px) / 2);
    padding: 3em 1.3em;
  }
}

.commonMidashi_3Wrap {
  padding: 2em 0 0.6em;
}
@media only screen and (max-width: 767px) {
  .commonMidashi_3Wrap {
    padding: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .commonMidashi_3Wrap {
    padding: 1em 0 1em;
  }
}

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

.commonImgWrap {
  border-radius: 10px;
  overflow: hidden;
}

/*==================================================
 * 採用情報
 *================================================*/
.recruitInfoBlock {
  width: 50%;
  margin-right: 5%;
}
@media only screen and (max-width: 959px) {
  .recruitInfoBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.recruitImgBlock {
  width: 50%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .recruitImgBlock {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitImgBlock {
    width: 50%;
    margin-inline: auto;
  }
}

.recruitBox {
  padding: 2.5em;
  background-color: #f0f3f7;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .recruitBox {
    padding: 1.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .recruitBox {
    padding: 1.3em;
  }
}

.staffList {
  row-gap: 34px;
}

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

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

.staffImg {
  border-radius: 10px;
  overflow: hidden;
}

.staffCate {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 1.5em;
  border-radius: 50px;
  background-color: #fff;
}
.staffCate span {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  color: #b50005;
  line-height: 1;
  font-weight: 600;
}

.numberTitle {
  font-size: clamp(2rem, 1.7572815534rem + 0.6472491909vw, 3rem);
  line-height: 1.6;
  font-weight: 600;
}

.numberList {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 17px;
}
.numberList > li.__red {
  background-color: #b50005;
}
.numberList > li.__orange {
  background-color: #ef8200;
}
.numberList > li.__green {
  background-color: #00863c;
}
.numberList > li {
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
  padding: 2em;
}
@media only screen and (max-width: 767px) {
  .numberList > li {
    width: 100%;
    padding: 1.5em 1.3em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .numberList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .numberList > li {
    width: calc((100% - 30px) / 2);
    padding: 1.5em 1.2em;
  }
}

.numberBox dt {
  font-size: clamp(8rem, 7.0291262136rem + 2.5889967638vw, 12rem);
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  line-height: 0.9;
  font-weight: bold;
}
.numberBox dd {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1;
  font-weight: bold;
}

.lifeList {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.lifeList > li.__red {
  padding: 2em;
  background-color: #b50005;
  border-radius: 10px;
}
.lifeList > li {
  width: calc((100% - 30px) / 2);
}
@media only screen and (max-width: 767px) {
  .lifeList {
    row-gap: 30px;
  }
  .lifeList > li.__red {
    padding: 1.5em 1em;
  }
  .lifeList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .lifeList {
    align-items: start;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .lifeList > li.__red {
    padding: 1.5em 1em;
  }
  .lifeList > li {
    width: calc((100% - 15px) / 2);
  }
}

.lifeSubList {
  row-gap: 15px;
}
.lifeSubList > li {
  width: 100%;
  background-color: #fff;
  padding: 2em;
  border-radius: 10px;
}
@media only screen and (max-width: 959px) {
  .lifeSubList > li {
    padding: 1.3em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .lifeSubList > li {
    padding: 1.3em;
  }
}

.lifeImgList {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.lifeImgList > li {
  width: calc((100% - 8px) / 2);
}
@media only screen and (max-width: 959px) {
  .lifeImgList {
    row-gap: 10px;
  }
  .lifeImgList > li {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .lifeImgList {
    row-gap: 10px;
  }
  .lifeImgList > li {
    width: 100%;
  }
}

.apprecImg {
  border-radius: 10px;
  overflow: hidden;
}

.lifeBox {
  background-color: #f0f3f7;
  border-radius: 10px;
  padding: 3em 2em 1em;
}
@media only screen and (max-width: 767px) {
  .lifeBox {
    padding: 1.3em 1em 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .lifeBox {
    padding: 1.3em 1em 0;
  }
}

.maebashiTitle {
  font-size: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  line-height: 1.4;
  font-weight: 600;
}

.maebashiList > li {
  border-top: solid 1px #d0d9e6;
  padding: 1.5em 1em 1.5em 1em;
}
@media only screen and (max-width: 767px) {
  .maebashiList > li {
    padding: 1.2em 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .maebashiList > li {
    padding: 1.2em 0.5em;
  }
}

.maebashiImgBlock {
  width: 6.5%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .maebashiImgBlock {
    width: 18.5%;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .maebashiImgBlock {
    width: 16%;
    margin-bottom: 8%;
  }
}

.maebashiInfoBlock {
  width: 91.5%;
}
@media only screen and (max-width: 767px) {
  .maebashiInfoBlock {
    width: 81%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .maebashiInfoBlock {
    width: 76%;
  }
}

.gateBlock {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .gateBlock {
    margin: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .gateBlock {
    margin: 0;
  }
}

.gate_backImg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gate_backImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .gate_backImg img {
    -o-object-position: center top;
       object-position: center top;
  }
}

.gateInnerWrap {
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 2.8em 3em 4.5em;
}
@media only screen and (max-width: 959px) {
  .gateInnerWrap {
    padding: 2em 0 2em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .gateInnerWrap {
    padding: 2em 0 2em;
  }
}

.recruitBtnList {
  max-width: 985px;
  margin-inline: auto;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.recruitBtnList > li {
  width: calc((100% - 23px) / 2);
}
@media only screen and (max-width: 767px) {
  .recruitBtnList {
    width: 100%;
    row-gap: 10px;
  }
  .recruitBtnList > li {
    width: 100%;
  }
}

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

/*==================================================
 * 会社情報
 *================================================*/
.comMesImgBlock {
  width: 40%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .comMesImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.comMesList {
  row-gap: 20px;
  counter-reset: number;
}
.comMesList > li {
  width: 100%;
  counter-increment: number 1;
  background-color: #f0f3f7;
  padding: 2em;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .comMesList > li {
    width: 100%;
    padding: 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .comMesList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .comMesList > li {
    width: 100%;
    padding: 1em;
  }
}

.comMesNbWrap {
  position: absolute;
  top: -28px;
  left: -42px;
}
@media only screen and (max-width: 767px) {
  .comMesNbWrap {
    left: -22px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .comMesNbWrap {
    top: -33px;
    left: -31px;
  }
}

.comMesNb {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #b50005;
  position: relative;
}
.comMesNb::after {
  content: "";
  display: block;
  position: absolute;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  content: "0" counter(number);
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 959px) {
  .comMesNb {
    width: 40px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .comMesNb {
    width: 40px;
  }
}

.comBtnList {
  max-width: 886px;
  margin-inline: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.comBtnList > li {
  width: calc((100% - 10px) / 2);
}
@media only screen and (max-width: 767px) {
  .comBtnList {
    width: 100%;
    row-gap: 10px;
  }
  .comBtnList > li {
    width: 100%;
  }
}

/*==================================================
/*検索
*================================================*/
.workBlock .searchandfilter select {
  cursor: pointer;
  text-align: center;
  height: 55px;
  border-radius: 10px;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 5%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #b50005;
  border: unset;
  color: #fff;
  padding: 0 3em 0 1em;
}
.workBlock .searchandfilter input {
  cursor: pointer;
  width: 150px;
  height: 55px;
  margin-top: -5px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  margin-bottom: 5%;
  background: #000;
  border-radius: 10px;
  color: #fff;
  border: unset;
  transition: 0.3s;
}
.workBlock .searchandfilter input:hover {
  opacity: 0.7;
  color: #fff;
}
.workBlock .searchandfilter {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media only screen and (max-width: 767px) {
  .workBlock .searchandfilter select {
    margin-inline: auto;
    text-align: center;
    width: 280px;
    height: 50px;
    padding: 0 3em 0 1em;
  }
  .workBlock .searchandfilter input {
    height: 50px;
    width: 280px;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .workBlock .searchandfilter select {
    width: 200px;
    height: 50px;
    padding: 0 3em 0 1em;
  }
  .workBlock .searchandfilter input {
    width: 200px;
    margin-bottom: 3%;
  }
}

.searchandfilter ul {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .searchandfilter ul {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .workserchWrap {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .searchandfilter li {
    padding-right: 0;
  }
}

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

.workBtn {
  font-size: clamp(1.4rem, 1.4rem + 0vw, 1.4rem);
  margin-left: 0.5em;
  line-height: 1.2;
}

.searchandfilter li {
  padding-right: 0 !important;
}
.workBlock .searchandfilter li:not(:last-child) {
  position: relative;
}
.workBlock .searchandfilter li:not(:last-child)::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 300;
  color: #fff;
  top: 41%;
  right: 20px;
  transform: translateY(-50%);
}

.archJobList {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.archJobList > li {
  width: calc((100% - 60px) / 3);
  padding: 1.5em;
  border-radius: 10px;
  background-color: #f0f3f7;
}
@media only screen and (max-width: 767px) {
  .archJobList > li {
    width: 100%;
    padding: 1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .archJobList {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .archJobList > li {
    width: calc((100% - 15px) / 2);
    padding: 1em;
  }
}

.arcJobTitle {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.4;
  font-weight: 600;
}

.jobTableWrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 0.5em;
}

.jobTable {
  width: 100%;
  padding: 3em;
  border-radius: 10px;
}
.jobTable.__large th,
.jobTable.__large td {
  padding: 1em;
}
.jobTable.__large th {
  width: 25%;
}
.jobTable th,
.jobTable td {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  text-align: left;
  padding: 0.5em;
  border: solid 1px #d0d9e6;
}
.jobTable td {
  background-color: #fff;
}
.jobTable th {
  width: 33%;
  background-color: #f0f3f7;
}
@media only screen and (max-width: 767px) {
  .jobTable.__large th,
  .jobTable.__large td {
    display: block;
    width: 100%;
    border-top: unset;
    padding: 0.5em;
  }
  .jobTable.__large td {
    padding-bottom: 1.5em;
  }
  .jobTable.__large tr:nth-child(1) th {
    border: solid 1px #d0d9e6;
  }
  .jobTable th,
  .jobTable td {
    padding: 0.3em 0.5em;
  }
  .jobTable th {
    width: 29%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .jobTable.__large th,
  .jobTable.__large td {
    padding: 0.7em;
  }
  .jobTable.__large th {
    width: 27%;
  }
  .jobTable th {
    width: 27%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .jobTable.__large th,
  .jobTable.__large td {
    padding: 0.7em;
  }
  .jobTable.__large th {
    width: 23%;
  }
}

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

.jobImgWrap {
  width: 100%;
  aspect-ratio: 844/653;
  overflow: hidden;
}
.jobImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .jobImgWrap {
    aspect-ratio: 844/400;
  }
  .jobImgWrap img {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .jobImgWrap {
    aspect-ratio: 844/500;
  }
  .jobImgWrap img {
    -o-object-position: center top;
       object-position: center top;
  }
}

/*==================================================
/*voice
*================================================*/
.arcBtnList.__qa {
  max-width: 1500px;
}
.arcBtnList.__qa > li {
  width: calc((100% - 70px) / 8);
}
.arcBtnList {
  max-width: 500px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-inline: auto;
}
.arcBtnList > li {
  width: calc((100% - 20px) / 3);
}
.arcBtnList > li > a {
  display: block;
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1;
  background-color: #6b6a6a;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 0.8em 0.5em;
  transition: 0.3s;
}
.arcBtnList > li > a:hover {
  opacity: 0.7;
}
.arcBtnList > li > a.active {
  background-color: #b50005;
}
@media only screen and (max-width: 767px) {
  .arcBtnList {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .arcBtnList > li {
    width: calc((100% - 10px) / 3);
  }
  .arcBtnList > li > a {
    padding: 0.5em 0.3em;
  }
}

.archVoiceList {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.archVoiceList > li {
  width: calc((100% - 40px) / 3);
  padding: 1.5em 1em;
  border: solid 2px #f0f3f7;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .archVoiceList {
    row-gap: 15px;
  }
  .archVoiceList > li {
    width: 100%;
    padding: 1.2em 0.8em 0.7em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .archVoiceList {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
  .archVoiceList > li {
    width: calc((100% - 30px) / 2);
    padding: 1.2em 0.8em 0.7em;
  }
}

.voiceTitle {
  padding-bottom: 0.4em;
  margin-bottom: 1.6em;
  border-bottom: solid 1px #d0d9e6;
}

.voiceImgBlock {
  width: 30%;
  margin-right: 5%;
}

.voiceInfoBlock {
  width: 65%;
}

.voiceImgWrap {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.voiceCate.__en span {
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
}
.voiceCate span {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  font-weight: 500;
  line-height: 1;
  background-color: #b50005;
  color: #fff;
  padding: 0.3em 0.5em 0.4em;
  border-radius: 5px;
}

.singVoiceImgBlock {
  width: 45%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.singVoiceImgBlock img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .singVoiceImgBlock {
    width: 100%;
    margin-bottom: 5%;
    border-radius: 10px;
    overflow: hidden;
  }
}

.singVoiceInfoBlock {
  width: 57%;
  margin-left: -2%;
  background-color: #f0f3f7;
  padding: 2em;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .singVoiceInfoBlock {
    width: 100%;
    margin-left: 0;
    padding: 1em;
  }
}

.singVoiceMesImgBlock {
  width: 18%;
  margin-right: 3%;
}

.singVoiceMesInfoBlock {
  width: 79%;
}

.singQaList {
  row-gap: 42px;
}

/*==================================================
/*pagenation(singleページ用)
*================================================*/
.single_bottom_nav {
  position: relative;
  z-index: 1;
}

.single_bottom_nav_prev.no-link a {
  color: #cac8c8;
  pointer-events: none;
}
.single_bottom_nav_prev.no-link a::before {
  background-color: #cac8c8;
}
.single_bottom_nav_prev > a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  position: relative;
  padding-right: 3em;
  transition: 0.3s;
}
.single_bottom_nav_prev > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
.single_bottom_nav_prev > a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  top: 56%;
  transform: translateY(-50%);
  right: 7px;
  content: "\f178";
  font-weight: 900;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}
.single_bottom_nav_prev > a:hover::before {
  background-color: #b50005;
}

.single_bottom_nav_next.no-link a {
  color: #cac8c8;
  pointer-events: none;
}
.single_bottom_nav_next.no-link a::before {
  background-color: #cac8c8;
}
.single_bottom_nav_next a {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  position: relative;
  padding-left: 2.7em;
  transition: 0.3s;
}
.single_bottom_nav_next a::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  transition: 0.3s;
}
.single_bottom_nav_next a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  top: 56%;
  transform: translateY(-50%);
  right: 58px;
  content: "\f060";
  font-weight: 900;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}
.single_bottom_nav_next a:hover::before {
  background-color: #b50005;
}

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

/*==================================================
/*よくある質問
*================================================*/
.thumnail .slick-track {
  display: flex !important;
  justify-content: center; /* 横方向中央 */
  flex-wrap: wrap;
}
.thumnail .slick-slide {
  cursor: pointer;
  margin: 0 5px;
}
.thumnail .slick-slide.slick-current {
  background-color: #b50005;
  color: #fff;
}
.thumnail .slick-slide {
  padding: 0.5em 0;
  border-radius: 5px;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  background-color: #f2f5f7;
  transition: 0.3s;
  text-align: center;
}
.thumnail .slick-slide:hover {
  background-color: #b50005;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .thumnail .slick-slide {
    width: 158px !important;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .thumnail .slick-slide {
    width: 158px !important;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .thumnail .slick-slide {
    width: 200px !important;
    margin-bottom: 10px;
  }
}

.thumnail .slick-slide {
  pointer-events: auto; /* クリックは有効 */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* 選択不可 */
}

.thumnail.slick-initialized {
  touch-action: none; /* タッチドラッグ禁止 */
}

.faqList {
  row-gap: 30px;
}
.faqList > li {
  width: 100%;
  line-height: 1.4;
}
.faqList > li span {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1.4;
  font-weight: 600;
}
.faqList > li {
  padding: 1em 0;
  border-top: solid 1px #d0d9e6;
}
.faqList > li:last-child {
  border-bottom: solid 1px #d0d9e6;
}
@media only screen and (max-width: 767px) {
  .faqList > li {
    padding: 0.6em 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .faqList > li {
    padding: 0.6em 0;
  }
}

.faqList .commontti_1 {
  padding-top: 5em;
  border-top: solid 1px #d0d9e6;
}
.faqList .commontti_1:first-of-type {
  padding-top: 0;
  border-top: unset;
}
@media only screen and (max-width: 767px) {
  .faqList .commontti_1 {
    padding-top: 3em;
  }
}

.articlesList {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.articlesList > li {
  width: calc((100% - 30px) / 3);
  padding: 1.5em 1em 2em;
  background: #f0f3f7;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .articlesList {
    row-gap: 20px;
  }
  .articlesList > li {
    width: 100%;
    padding: 1.3em 0.7em 1.5em;
    border-radius: 7px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .articlesList {
    row-gap: 15px;
  }
  .articlesList > li {
    width: calc((100% - 30px) / 2);
    padding: 1.3em 0.7em 1.5em;
    border-radius: 7px;
  }
}

.articlesDay {
  font-size: clamp(1.4rem, 1.3757281553rem + 0.0647249191vw, 1.5rem);
  line-height: 1.4;
  font-weight: 500;
}

.articlesTitle {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.4;
  font-weight: 600;
}

.articlesCate > li {
  line-height: 0.6;
  display: inline-block;
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  background-color: #fff;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 1em 0.8em;
}

.singImgWrap {
  width: 100%;
  aspect-ratio: 594/447;
  overflow: hidden;
}
.singImgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*==================================================
 * よくある質問
 *================================================*/
.qaList {
  row-gap: 10px;
  flex-direction: column;
}
.qaList > li:not(:last-child) {
  margin-bottom: 2%;
}
.qaList > li {
  border-radius: 10px;
  background-color: #f2f5f7;
}

.openBtn {
  cursor: pointer;
  padding: 1em 4.3em 1em 2.8em;
  position: relative;
}
.openBtn dt {
  font-size: clamp(1.8rem, 1.4601941748rem + 0.9061488673vw, 3.2rem);
  line-height: 1;
  font-weight: 600;
  color: #b50005;
}
.openBtn dd {
  font-size: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  line-height: 1.6;
  padding: 0 2em 0 1em;
  color: #b50005;
  font-weight: bold;
}
.openBtn {
  transition: 0.3s ease-in-out;
}
.openBtn::before, .openBtn::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #b50005;
  border-radius: 10px;
  transition: transform 0.3s;
  z-index: 9;
  top: 50%;
}
.openBtn {
  /* 横線 */
}
.openBtn::before {
  width: 30px;
  height: 3px;
  right: 38px;
  transform: translateY(-50%) rotate(0deg);
}
.openBtn {
  /* 縦線 */
}
.openBtn::after {
  width: 3px;
  height: 30px;
  right: 52px;
  transform: translateY(-50%) rotate(0deg);
}
.openBtn.on::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .openBtn {
    padding: 0 3em 0 0;
  }
  .openBtn dd {
    padding: 0 0 0 0.3em;
  }
  .openBtn::before {
    width: 18px;
    height: 2px;
    right: 3px;
    top: 28%;
  }
  .openBtn {
    /* 縦線 */
  }
  .openBtn::after {
    width: 2px;
    height: 18px;
    right: 11px;
    top: 28%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .openBtn {
    padding: 1em 4.3em 1em 1.2em;
  }
  .openBtn::before {
    width: 26px;
    right: 20px;
  }
  .openBtn {
    /* 縦線 */
  }
  .openBtn::after {
    height: 26px;
    right: 31px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .openBtn {
    padding: 2.3em 4em 2.3em 1.3em;
  }
  .openBtn::before {
    width: 26px;
    right: 24px;
  }
  .openBtn {
    /* 縦線 */
  }
  .openBtn::after {
    height: 26px;
    right: 36px;
  }
}

.qaInner {
  display: none;
  padding: 0.6em 1em 0.6em 3em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.on .qaInner {
  display: block;
}
.qaInner dt {
  font-size: clamp(1.8rem, 1.4601941748rem + 0.9061488673vw, 3.2rem);
  line-height: 1;
  font-weight: bold;
}
.qaInner dd {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
  line-height: 1.7;
  padding: 0 1em 0 1.4em;
}
@media only screen and (max-width: 767px) {
  .qaInner {
    padding: 0.5em 0.3em 0.3em 0;
  }
  .qaInner dd {
    padding: 0 0 0 0.5em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  .qaInner {
    padding: 0 1em 0.5em 1.2em;
  }
  .qaInner dd {
    padding: 0 0 0 1.4em;
  }
}/*# sourceMappingURL=import.css.map */