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

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


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

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
:root {
  --mainColor: #003A73;
  --mainColorLight: #42A9E4;
  --subColor: #E7F1FD;
  --grayColor: #F7F7F7;
  --redColor: #B92F3B;
}

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

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

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

.bgMainColorLight {
  background-color: var(--mainColorLight);
}

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

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

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

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

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

.bgredColor {
  background-color: var(--redColor);
}

/* ----------------------------------
使わない↓（消すと__main.scssが干渉してコンパイルできなくなる）
---------------------------------- */
.grayColorLight {
  color: #f9f9f9;
}

.bgGrayColorLight {
  background-color: #f9f9f9;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgBlueLight {
  background-color: #ECF0F3;
}

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

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

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

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

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

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

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

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

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

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

:root {
  --fontColor: #1A1311;
}

body {
  font-family: var(--fontJp);
  color: var(--fontColor);
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.2em;
}

.ls_l {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #686868;
}

.red {
  color: #EC462F !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

html,
body {
  width: 100%;
}

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

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

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

hr {
  margin: 10px auto;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

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

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

.overHidden {
  overflow: hidden;
}

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.p0 {
  padding: 0;
}

.mtAuto {
  margin-top: auto;
}

.mrAuto {
  margin-right: auto;
}

.mbAuto {
  margin-bottom: auto;
}

.mlAuto {
  margin-left: auto;
}

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

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

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.ml05 {
  margin-left: 0.5em;
}

.ml1 {
  margin-left: 1em;
}

.ml2 {
  margin-left: 2em;
}

.ml3 {
  margin-left: 3em;
}

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

.mtL2 {
  margin-top: 25%;
}

.mtL3 {
  margin-top: 20%;
}

.mtL4 {
  margin-top: 15%;
}

.mtM {
  margin-top: 10%;
}

.mtM2 {
  margin-top: 7.5%;
}

.mtM3 {
  margin-top: 5%;
}

.mtS {
  margin-top: 3.5%;
}

.mtS2 {
  margin-top: 2%;
}

.mtS3 {
  margin-top: 1%;
}

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

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

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

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

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

.pbL2 {
  padding-bottom: 25%;
}

.pbL3 {
  padding-bottom: 20%;
}

.pbL4 {
  padding-bottom: 15%;
}

.pbM {
  padding-bottom: 10%;
}

.pbM2 {
  padding-bottom: 7.5%;
}

.pbM3 {
  padding-bottom: 5%;
}

.pbS {
  padding-bottom: 3.5%;
}

.pbS2 {
  padding-bottom: 2%;
}

.pbS3 {
  padding-bottom: 1%;
}

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

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

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

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

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

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

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

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

.flexReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

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

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

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

.w100 {
  width: 100%;
}

.cnt {
  width: 100%;
  max-width: 1190px;
  padding-inline: 15px;
  margin-inline: auto;
}

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

.cntM {
  max-width: 950px;
  margin-inline: auto;
  padding-inline: 15px;
}

.cntL {
  max-width: 1110px;
  margin-inline: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

.paNone {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.marginCenter {
  margin-inline: auto;
}

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

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

.bgImgHeight {
  padding-bottom: 67%;
}

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

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

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

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

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

.bgWhite {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusCircle {
  border-radius: 50%;
}

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

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

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

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

/*マウスストーカー*/
.pageHeaderInner {
  padding-block: var(--headerH) clamp(100px, 17.2vw, 220px);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.pageHeaderInner::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  opacity: 0.3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.pageHeaderInner::after {
  content: "";
  position: absolute;
  background-color: #fff;
  position: absolute;
  bottom: clamp(-225px, -20.5vw, -100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  height: clamp(150px, 28vw, 358px);
  width: 120vw;
  z-index: 2;
}
.pageHeaderInner.recruitPage::after {
  background-color: #0457A8;
}
.pageHeaderInner.association {
  padding-block: var(--headerH) clamp(100px, 13.3vw, 170px);
}
.pageHeaderInner.association::before {
  background-color: var(--redColor);
}

.pageHeaderTitleEn {
  color: #fff;
  font-weight: 600;
  font-size: clamp(18px, 1.9vw, 24px);
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.7em;
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleEn {
    margin-bottom: 0.4em;
  }
}

.pageHeaderTitleJp {
  color: #fff;
  font-weight: 600;
  font-size: clamp(26px, 3.8vw, 48px);
  letter-spacing: 0.08em;
  font-style: italic;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .zIndex-1_sp {
    z-index: 1;
  }
  .zIndex-2_sp {
    z-index: 2;
  }
  .zIndex-3_sp {
    z-index: 3;
  }
  .zIndex-4_sp {
    z-index: 4;
  }
  .zIndex-5_sp {
    z-index: 5;
  }
  .zIndex-6_sp {
    z-index: 6;
  }
  .zIndex-7_sp {
    z-index: 7;
  }
  .zIndex-8_sp {
    z-index: 8;
  }
  .zIndex-9_sp {
    z-index: 9;
  }
  .zIndex-10_sp {
    z-index: 10;
  }
}
:root {
  --headerH: 70px;
  --footerH: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  :root {
    --headerH: 60px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --headerH: 55px;
  }
}

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

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
@media only screen and (max-width: 767px) {
  .menu-btn {
    background: transparent;
    border: none;
    position: relative;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--headerH);
    width: var(--headerH);
    z-index: 1000;
  }
}

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

:root {
  --menuTrigeHeight: 22px;
}

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

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

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

/*パンくず終わり*/
/*新着情報------------------------------------*/
.topicsItemBox {
  padding: 5%;
}
.topicsItemBox > div {
  gap: 5px 10px;
}

.topicsItemImgBox {
  overflow: hidden;
}
.topicsItemImgBox img {
  aspect-ratio: 2/1.32;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topicsCard:hover .topicsItemImgBox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topTopicsItemTitle {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--mainColor);
}

.otherNewsBlockTitle {
  background-color: var(--subColor);
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 0.3em 1.2em;
  letter-spacing: 0.08em;
}

.newsDetailOtherLink {
  margin-block: 1em;
  display: block;
}

.newsDetailOtherInner {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  gap: 30px;
}
.newsDetailOtherInner .newsTime {
  font-size: 14px;
}

.newsDetailOtherImg img {
  aspect-ratio: 2/1.3;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsDetailOtherTitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toc_list li:before {
  display: none;
}

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

.toc_toggle {
  font-size: 14px;
}

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

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

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

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

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

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

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

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

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

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

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

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

.lkc-domain {
  color: #fff;
}

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

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

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

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

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

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

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

.singleColumnArticleContent {
  margin-top: 5%;
}

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

.cateCss {
  display: inline-block;
  font-size: 14px;
  background-color: var(--mainColor);
  font-family: var(--fontJp);
  color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cateCss {
    font-size: 11px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 0.6em;
  font-size: 13px;
  color: var(--fontColor);
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 14px;
  background-color: var(--mainColor);
  font-family: var(--fontJp);
  color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 11px;
  }
}
.singleColumnInfoUl .cateUl li + li {
  margin-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.cmNewsListUl > li {
  background-color: var(--grayColor);
  width: calc(50% - 15px);
}
.cmNewsListUl a {
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmNewsListUl {
    row-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .cmNewsListUl > li {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl {
    row-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

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

.cNewsDate {
  margin-right: 0.8em;
  letter-spacing: 0.1em;
  color: var(--mainColor);
  font-size: 13px;
}

.cmNewsTitle {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
  }
}

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

.cmNewsListImgFrame {
  border: 1px solid var(--mainColor);
}

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

.cmNewsListImgWrap {
  overflow: hidden;
  border-radius: 8px;
  width: 30%;
}

.cmNewsListtextBox {
  padding-left: 5%;
  width: 70%;
}

.cmNewsListInfoUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4em 0.5em;
  line-height: 1;
}
.cmNewsListInfoUl li {
  display: inline-block;
  font-size: 14px;
  background-color: var(--mainColor);
  font-family: var(--fontJp);
  color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 11px;
  }
}

.sidebarBlock {
  padding-left: 8%;
}
@media only screen and (max-width: 959px) {
  .sidebarBlock {
    padding-left: 15px;
  }
}

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

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

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

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

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

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

.sidebarNewsUl .cat-item {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #DCDCDC;
}
.sidebarNewsUl .cat-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarNewsUl .cat-item .date {
  font-size: 13px;
  color: var(--fontColor);
}
.sidebarNewsUl .cat-item .title {
  font-size: 15px;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }
}

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

.sidebarCategoryBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 14px;
  background-color: var(--mainColor);
  font-family: var(--fontJp);
  color: #fff;
  padding: 0.3em 0.6em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

.archive-months {
  display: none;
}

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

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

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

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

/*==================================================
 * 当サイト共通
*================================================*/
:root {
  --headerH: 70px;
  --footerH: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  :root {
    --headerH: 60px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --headerH: 55px;
  }
}

main {
  contain: paint;
}

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

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

.secTitleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 0.4em;
}
.secTitleBox::before, .secTitleBox::after {
  content: "";
  position: absolute;
}
.secTitleBox::before {
  background-color: #B1B1B1;
  bottom: 2px;
  left: 0;
  height: 1px;
  width: 100%;
}
.secTitleBox::after {
  background-color: var(--mainColorLight);
  bottom: 1px;
  left: 0;
  height: 3px;
  width: 11em;
}
.secTitleBox.whitePt::before, .secTitleBox.whitePt::after {
  background-color: #fff;
}
.secTitleBox.small {
  padding-bottom: 0.8em;
}
.secTitleBox.smallX {
  padding-bottom: 0.8em;
}
.secTitleBox.redColorPt::before, .secTitleBox.redColorPt::after, .secTitleBox.serviceListRed::before, .secTitleBox.serviceListRed::after {
  background-color: var(--redColor);
}
@media only screen and (max-width: 767px) {
  .secTitleBox::after {
    width: 8em;
  }
}

.secTitleEn {
  color: var(--mainColor);
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  position: relative;
  padding-left: 0.5em;
}
.secTitleEn::before {
  content: "";
  position: absolute;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  width: 10px;
}
.whitePt .secTitleEn {
  color: #fff;
}
.whitePt .secTitleEn::before {
  background-color: #fff;
}
.redColorPt .secTitleEn {
  color: var(--redColor);
}
.redColorPt .secTitleEn::before {
  background-color: var(--redColor);
}
.serviceListRed .secTitleEn {
  color: var(--fontColor);
}
.serviceListRed .secTitleEn::before {
  background-color: var(--redColor);
}
.secTitleEn.archiveTitle {
  padding-left: 0;
}
.secTitleEn.archiveTitle::before {
  content: none;
}
.small .secTitleEn {
  font-size: clamp(26px, 3.2vw, 40px);
}
.smallX .secTitleEn {
  font-size: clamp(22px, 2.4vw, 30px);
}
.fontColorPt .secTitleEn {
  color: var(--fontColor);
}
@media only screen and (max-width: 767px) {
  .secTitleEn::before {
    height: 6px;
    width: 6px;
  }
}

.secTitleJp {
  font-size: clamp(14px, 1.5vw, 18px);
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-left: 1em;
  margin-left: 1em;
  position: relative;
  line-height: 1.2;
}
.secTitleJp::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  font-size: 1.2em;
}
.whitePt .secTitleJp {
  color: #fff;
}

.commonTitle {
  font-size: clamp(24px, 3.6vw, 46px);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.commonTitle * {
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.commonTitle.__small {
  font-size: clamp(20px, 2.5vw, 32px);
}
.commonTitle.__middle {
  font-size: clamp(22px, 3.2vw, 40px);
}

.commonTx {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.mainColorMarker {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  display: inline;
  background-color: var(--mainColor);
  padding-inline: 0.1em;
}

.redColorMarker {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  display: inline;
  background-color: var(--redColor);
  padding-inline: 0.1em;
}

.entryTitle.__h1 {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin: 8% auto 3%;
  padding: 0.5em 1.3em;
}
@media only screen and (max-width: 767px) {
  .entryTitle.__h1 {
    font-size: 20px;
    padding: 0.6em 1.2em;
  }
}
.entryTitle.__h2 {
  background-color: #D9E8FF;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 2%;
}
.entryTitle.__h2::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 10px;
  height: 100%;
  background-color: var(--mainColor);
}
.entryTitle.__h2.__bigTx {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .entryTitle.__h2 {
    font-size: 18px;
  }
  .entryTitle.__h2::after {
    width: 8px;
  }
  .entryTitle.__h2.__bigTx {
    font-size: 20px;
  }
}

.textLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.textLink .textLinkIcon {
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 35px;
}
.textLink .textLinkIcon i {
  color: #fff;
  font-size: 20px;
}
.textLink .textLinkIcon.bgredColor {
  background-color: var(--redColor);
}
.textLink .textLinkTxt {
  font-size: 18px;
  letter-spacing: 0.08em;
  position: relative;
  text-align: left;
  line-height: 1.2;
}
.textLink .textLinkTxt::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--fontColor);
  bottom: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.textLink:hover .textLinkTxt::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.textLink.whitePt .textLinkIcon {
  background-color: #fff;
}
.textLink.whitePt .textLinkIcon i {
  color: var(--mainColor);
}
.textLink.whitePt .textLinkTxt {
  color: #fff;
}
.textLink.whitePt .textLinkTxt::before {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .textLink {
    gap: 15px;
  }
  .textLink .textLinkIcon {
    height: 25px;
    width: 25px;
  }
  .textLink .textLinkIcon i {
    font-size: 15px;
  }
  .textLink .textLinkTxt {
    font-size: 15px;
  }
}

.commonBtn {
  background-color: var(--mainColor);
  padding-inline: 2.5em;
  padding-block: 1.7em;
}
.commonBtn .textLinkIcon {
  background-color: #fff;
}
.commonBtn .textLinkIcon i {
  color: var(--mainColor);
}
.commonBtn .textLinkTxt {
  color: #fff;
}

.noizeBg {
  background: var(--mainColor);
  position: relative;
  z-index: 2;
}
.noizeBg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}

.scrollTextBox {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bgFcMainColor .scrollTextBox {
  opacity: 0.15;
}

.scrollTextInner {
  white-space: nowrap;
  -webkit-animation: scrollText 55s linear infinite;
          animation: scrollText 55s linear infinite;
}
.scrollTextInner p {
  line-height: 1;
}
.scrollTextInner span {
  text-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  color: var(--mainColor);
  display: inline-block;
  line-height: 1;
  padding-inline: 0.2em;
  font-family: var(--fontEn);
  font-size: clamp(80px, 12.5vw, 160px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  font-style: italic;
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.recruitCntBlock {
  background: radial-gradient(50% 50% at 50% 50%, #006DD9 0%, #003A73 100%);
  padding-block: 80px 40px;
}
@media only screen and (max-width: 959px) {
  .recruitCntBlock {
    padding-block: 30px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruitCntBlockInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recruitCntBlockInner .recruitCntTxtBox {
    padding-right: 5%;
    width: 45%;
  }
  .recruitCntBlockInner .recruitCntImgBox {
    width: 55%;
  }
  .recruitCntBlockInner .recruitCntImgBox .recruitCntImg {
    width: 120%;
    margin-bottom: -25%;
  }
}
@media only screen and (max-width: 767px) {
  .recruitCntBlockInner .recruitCntTxtBox {
    margin-bottom: 8%;
  }
  .recruitCntBlockInner .recruitCntImgBox .recruitCntImg {
    width: 120%;
    margin-bottom: -25%;
  }
}

.recruitTtileBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 15px;
}

.recruitTtileEn {
  font-size: clamp(32px, 4.6vw, 58px);
  font-family: var(--fontEn);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding-left: 0.5em;
  position: relative;
}
.recruitTtileEn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  height: 0.15em;
  width: 0.15em;
}

.recruitTtileJp {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .recruitTtileJp {
    font-size: 14px;
  }
}

.slideBlock .slick-arrow {
  background-color: var(--mainColor);
  height: 30px;
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.slideBlock .slick-arrow::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
}
.slideBlock .slick-arrow:hover, .slideBlock .slick-arrow:focus {
  background-color: var(--mainColor);
}
.slideBlock .slick-arrow:hover {
  opacity: 0.7;
}
.slideBlock .slick-prev {
  left: 60px;
}
.slideBlock .slick-prev::before {
  content: "\f104";
}
.slideBlock .slick-next {
  right: 60px;
}
.slideBlock .slick-next::before {
  content: "\f105";
}
@media only screen and (max-width: 767px) {
  .slideBlock .slick-prev {
    left: 20px;
  }
  .slideBlock .slick-next {
    right: 20px;
  }
}

.gap10 {
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .gapSp10 {
    gap: 10px !important;
  }
}
.gap20 {
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .gapSp20 {
    gap: 20px !important;
  }
}
.gap30 {
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .gapSp30 {
    gap: 30px !important;
  }
}
.gap40 {
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .gapSp40 {
    gap: 40px !important;
  }
}
.gap50 {
  gap: 50px;
}

@media only screen and (max-width: 767px) {
  .gapSp50 {
    gap: 50px !important;
  }
}
.gap60 {
  gap: 60px;
}

@media only screen and (max-width: 767px) {
  .gapSp60 {
    gap: 60px !important;
  }
}
.gap70 {
  gap: 70px;
}

@media only screen and (max-width: 767px) {
  .gapSp70 {
    gap: 70px !important;
  }
}
.gap80 {
  gap: 80px;
}

@media only screen and (max-width: 767px) {
  .gapSp80 {
    gap: 80px !important;
  }
}
.gap90 {
  gap: 90px;
}

@media only screen and (max-width: 767px) {
  .gapSp90 {
    gap: 90px !important;
  }
}
.gap100 {
  gap: 100px;
}

@media only screen and (max-width: 767px) {
  .gapSp100 {
    gap: 100px !important;
  }
}
/*==================================================
 * ヘッダー
*================================================*/
header {
  background-color: var(--mainColor);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--headerH);
  width: 100%;
  z-index: 999;
}

.headerInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
  max-width: 1280px;
  margin-inline: auto;
  gap: 20px;
}
.headerInner .logo {
  width: clamp(180px, 20.1vw, 257px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerInner {
    padding-left: 10px;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .headerInner {
    padding-left: 10px;
  }
}

.siteMainTx {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.4em;
}

.headerTelCnt {
  margin-right: 10px;
}
.headerTelCnt a {
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .overRayBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    background-color: #fff;
    position: fixed;
    top: var(--headerH);
    left: 0;
    padding-inline: 30px;
    padding-block: 5%;
    overflow-y: scroll;
    height: calc(100dvh - var(--headerH));
    width: 100%;
  }
}

.headerListMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerListMenu > li {
  position: relative;
}
.headerListMenu > li > a {
  color: #fff;
  display: block;
  padding-inline: 0.6em;
  letter-spacing: 0.05em;
  font-size: 12px;
  position: relative;
}
.headerListMenu > li > a::after {
  position: absolute;
  left: 0.5em;
  content: "";
  width: calc(100% - 1em);
  height: 2px;
  background: #fff;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.headerListMenu > li > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*左から右に向かう*/
}
.headerListMenu > li .hoverMenu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: inline-block;
  padding-top: 15px;
}
.headerListMenu > li .hoverMenu::before {
  content: "";
  position: absolute;
  clip-path: polygon(0% 100%, 50% 0, 100% 100%);
  background-color: #fff;
  top: 6px;
  left: 20px;
  height: 10px;
  width: 15px;
}
.headerListMenu > li .hoverMenu ul {
  padding-inline: 1em;
  padding-block: 1em;
  top: 40px;
  left: 0;
  background-color: #fff;
}
.headerListMenu > li .hoverMenu li a {
  font-size: 12px;
  white-space: nowrap;
  line-height: 1;
  padding-block: 0.1em;
  position: relative;
}
.headerListMenu > li .hoverMenu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--mainColor);
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.headerListMenu > li .hoverMenu li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*左から右に向かう*/
}
.headerListMenu > li.hoverMenulist:hover .hoverMenu {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1280px) {
  .headerListMenu > li > a {
    font-size: 16px;
  }
  .headerListMenu > li .hoverMenu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerListMenu > li > a {
    padding-inline: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .headerListMenu {
    display: block;
  }
  .headerListMenu > li {
    border-bottom: 1px solid #C1C1C1;
  }
  .headerListMenu > li > a,
  .headerListMenu > li .acdTitle {
    color: var(--fontColor);
    font-size: 16px;
    padding-inline: 0;
    padding-block: 0.8em;
    position: relative;
    color: var(--mainColor);
    font-weight: 600;
  }
  .headerListMenu > li > a::after,
  .headerListMenu > li .acdTitle::after {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  .headerListMenu > li > a:hover::after,
  .headerListMenu > li .acdTitle:hover::after {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  .headerListMenu > li > a .acdArw,
  .headerListMenu > li .acdTitle .acdArw {
    background-color: var(--mainColor);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 20px;
    width: 20px;
  }
  .headerListMenu > li > a .acdArw i,
  .headerListMenu > li .acdTitle .acdArw i {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .headerListMenu > li > a.open .acdArw i,
  .headerListMenu > li .acdTitle.open .acdArw i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .headerListMenu .acdBlock {
    display: none;
  }
  .headerListMenu ul {
    padding-left: 1em;
    padding-bottom: 1em;
  }
  .headerListMenu ul li a {
    padding-block: 0.3em;
    display: block;
  }
}

.haeaderContactBtn {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1em;
  height: var(--headerH);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.7em;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.haeaderContactBtn .headerContactBtnIcon {
  line-height: 1;
}
.haeaderContactBtn .headerContactBtnIcon i {
  color: var(--mainColor);
  font-size: 16px;
}
.haeaderContactBtn .headerContactBtnTxt {
  font-size: 14px;
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.haeaderContactBtn:hover {
  opacity: 0.85;
}
@media only screen and (min-width: 1280px) {
  .haeaderContactBtn {
    padding-inline: 1em;
  }
  .haeaderContactBtn .headerContactBtnIcon i {
    font-size: 24px;
  }
  .haeaderContactBtn .headerContactBtnTxt {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .haeaderContactBtn {
    padding-inline: 1em;
  }
  .haeaderContactBtn .headerContactBtnIcon i {
    font-size: 20px;
  }
  .haeaderContactBtn .headerContactBtnTxt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .haeaderContactBtn {
    position: relative;
    height: auto;
    padding-block: 0.7em;
  }
  .haeaderContactBtn + .haeaderContactBtn {
    margin-top: 10px;
  }
  .haeaderContactBtn .headerContactBtnIcon {
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    width: 50px;
  }
  .haeaderContactBtn .headerContactBtnIcon i {
    font-size: 21px;
  }
  .haeaderContactBtn .headerContactBtnTxt {
    color: #fff;
    font-size: 16px;
    width: calc(100% - 50px);
  }
  .haeaderContactBtn .headerContactBtnArw {
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 20px;
    width: 20px;
  }
  .haeaderContactBtn .headerContactBtnArw i {
    color: var(--mainColor);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .haeaderContactBtn.__ma {
    border: 1px solid var(--mainColor);
    background-color: var(--mainColor);
  }
  .haeaderContactBtn.__ma .headerContactBtnIcon i {
    color: var(--mainColor);
  }
  .haeaderContactBtn.__seminar {
    border: 1px solid var(--mainColorLight);
    background-color: var(--mainColorLight);
  }
  .haeaderContactBtn.__seminar .headerContactBtnIcon i {
    color: var(--mainColorLight);
  }
  .haeaderContactBtn.__tel {
    border: 1px solid var(--fontColor);
    background-color: #fff;
  }
  .haeaderContactBtn.__tel .headerContactBtnTxt {
    color: var(--fontColor);
    font-size: 20px;
    text-align: center;
    line-height: 1;
  }
  .haeaderContactBtn.__tel .headerContactBtnTxt small {
    font-size: 60%;
  }
  .haeaderContactBtn.__tel .headerContactBtnIcon {
    background-color: var(--fontColor);
  }
  .haeaderContactBtn.__tel .headerContactBtnIcon i {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .floatLink {
    position: fixed;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: var(--footerH);
    width: 100%;
    z-index: 999;
  }
  .floatLink .floatLinkBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .floatLink .floatLinkBtn.__ma {
    background-color: var(--mainColor);
  }
  .floatLink .floatLinkBtn.__seminar {
    background-color: var(--mainColorLight);
  }
  .floatLink .floatLinkBtnIcon i {
    color: #fff;
  }
  .floatLink .floatLinkBtnTxt {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
}

/*==================================================
 * フッター
*================================================*/
.footerContactBlock {
  position: relative;
  padding-top: clamp(50px, 8.6vw, 110px);
}

.footerContactScrollText {
  top: 0;
  left: 0;
  z-index: 3;
}

.footerContactBlockInner {
  padding-block: 60px;
}
.footerContactBlockInner::before {
  content: "";
  position: absolute;
  background-image: url("../img/footerContactBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.footerContactHeadTitle {
  line-height: 1.2;
  font-size: clamp(30px, 3.5vw, 44px);
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-block: 0.7em;
}

.footerContactBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .footerContactBtnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

:root {
  --footerContactBtnW: 415px;
}

.footerContactBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 3px solid var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: var(--footerContactBtnW);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerContactBtn:hover {
  opacity: 0.85;
}
.footerContactBtn .footerContactBtnImg {
  padding-bottom: 23%;
  width: 23%;
}
.footerContactBtn .footerContactBtnTxtBox {
  padding-left: 3%;
  display: inline-block;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .footerContactBtn {
    margin-inline: auto;
  }
  .footerContactBtn .footerContactBtnTxtBox {
    display: block;
    width: 77%;
  }
}

.footerContactBtnTxtBox p:not(.footerContactBtnMainTxt) {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.footerContactBtnTxtBox .footerContactBtnMainTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footerContactBtnTxtBox .footerContactBtnMainTxt .footerContactBtnIcon {
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  width: 35px;
}
.footerContactBtnTxtBox .footerContactBtnMainTxt .footerContactBtnIcon i {
  font-size: 20px;
  color: #fff;
}
.footerContactBtnTxtBox .footerContactBtnMainTxt .footerContactBtnTx {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .footerContactBtnTxtBox .footerContactBtnMainTxt {
    gap: 10px;
  }
  .footerContactBtnTxtBox .footerContactBtnMainTxt .footerContactBtnIcon {
    height: 20px;
    width: 20px;
  }
  .footerContactBtnTxtBox .footerContactBtnMainTxt .footerContactBtnIcon i {
    font-size: 16px;
  }
  .footerContactBtnTxtBox .footerContactBtnMainTxt .footerContactBtnTx {
    font-size: 16px;
  }
}

.footerContactNumberBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--mainColor);
  margin-inline: auto;
  padding-block: 0.3em;
  max-width: calc(var(--footerContactBtnW) * 2 + 40px);
}
.footerContactNumberBox .footerContactNumberBoxInner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 50%;
}
.footerContactNumberBox .footerContactNumber {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .footerContactNumberBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .footerContactNumberBox .footerContactNumberBoxInner {
    width: 100%;
  }
  .footerContactNumberBox .footerContactNumber {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    margin-bottom: var(--footerH);
  }
}

@media print, screen and (min-width: 768px) {
  .footerInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerInner .footerInfoBox {
    width: 50%;
  }
  .footerInner .footerSiteMap {
    width: 50%;
  }
}

.footerLogo {
  width: 330px;
  margin-bottom: 5%;
}
@media only screen and (max-width: 959px) {
  .footerLogo {
    width: 250px;
  }
}

.footerBannerBox {
  max-width: 170px;
  display: grid;
  gap: 7px;
}

.footerSiteMap {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 20px;
}
.footerSiteMap dl {
  display: grid;
  gap: 6px;
}
.footerSiteMap dl dt a {
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
.footerSiteMap dl dt a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--mainColor);
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.footerSiteMap dl dt a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*左から右に向かう*/
}
.footerSiteMap dl dd ul {
  display: grid;
  gap: 5px;
}
.footerSiteMap dl dd ul li a {
  padding-left: 1em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerSiteMap dl dd ul li a:hover {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .footerSiteMap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.copyright {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  padding-block: 0.5em;
  font-family: var(--fontEn);
  font-size: 12px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding-block: 0.8em;
    font-size: 10px;
  }
}

/*==================================================
 * トップページ
*================================================*/
.topFVBlock {
  position: relative;
  height: 100vh;
  width: 100vw;
  -webkit-filter: brightness(0.96);
          filter: brightness(0.96);
}

.topFvSlider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.topFvSlider::before, .topFvSlider::after {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 10vw;
  width: 150vw;
  z-index: 2;
}
.topFvSlider::before {
  top: calc(-8vw - 2px);
  border-radius: 0 0 50% 50%;
}
.topFvSlider::after {
  bottom: calc(-8vw - 2px);
  border-radius: 50% 50% 0 0;
}
.topFvSlider .topFvSliderItem {
  margin-inline: 20px;
  height: 80vh;
  position: relative;
}
.topFvSlider .topFvSliderItem::before {
  content: "";
  position: absolute;
  background-color: var(--fontColor);
  opacity: 0.3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.topFvSlider .topFvSliderItem img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topFvSlider .topFvSliderItem {
    margin-inline: 10px;
  }
}

.topFvTxtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.topFvTx {
  text-shadow: 6px 6px 18px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: clamp(35px, 6.3vw, 80px);
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
}
.topFvTx span {
  text-shadow: 6px 6px 18px rgba(0, 0, 0, 0.25);
  font-size: clamp(56px, 12.5vw, 160px);
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
}

.topFvBtn {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-block: 1em;
  height: var(--headerH);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.7em;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topFvBtn:hover {
  opacity: 0.9;
}
.topFvBtn .topFvBtnIcon {
  line-height: 1;
}
.topFvBtn .topFvBtnIcon i {
  color: var(--mainColor);
  font-size: 16px;
}
.topFvBtn .topFvBtnTxt {
  font-size: 14px;
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1280px) {
  .topFvBtn {
    padding-inline: 1em;
  }
  .topFvBtn .topFvBtnIcon i {
    font-size: 24px;
  }
  .topFvBtn .topFvBtnTxt {
    font-size: 18px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvBtn {
    padding-inline: 1em;
  }
  .topFvBtn .topFvBtnIcon i {
    font-size: 20px;
  }
}

.topAboutBlockInner {
  margin-top: -5vw;
}
.topAboutBlockInner::before {
  content: "";
  position: absolute;
  background-image: url("../img/topAboutBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.topAboutBlockInnerCnt {
  padding-block: 60px clamp(125px, 27.5vw, 350px);
  position: relative;
  z-index: 2;
}
.topAboutBlockInnerCnt::after {
  content: "";
  background-image: url("../img/topAboutBgImg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.4;
  height: 45%;
  width: 109%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .topAboutBlockInnerCnt::before {
    height: 28%;
  }
}

.topAboutTitle {
  background-color: #fff;
  text-align: center;
  padding-block: 0.8em;
  padding-inline: 0.2em;
}
.topAboutTitle span {
  background: radial-gradient(50% 50% at 50% 50%, #006DD9 0%, #003A73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: clamp(30px, 7.5vw, 96px);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}

.topAboutTx {
  font-size: clamp(20px, 3.5vw, 44px);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.topAboutTx * {
  font-weight: 600;
  letter-spacing: 0.04em;
}

.topAboutTxlabel {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topAboutTxlabel.active {
  background-color: #fff;
}
.topAboutTxlabel * {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.topAboutTxlabel span {
  display: inline-block;
  background: radial-gradient(50% 50% at 50% 50%, #006DD9 0%, #003A73 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topAboutSlide {
  position: relative;
  z-index: 2;
  margin-top: calc(clamp(125px, 27.5vw, 350px) / 2 - clamp(125px, 27.5vw, 350px) * 1.2);
}

.topAboutSlideItem {
  margin-inline: 20px;
}
.topAboutSlideItem img {
  width: 100%;
}
.topAboutSlideItem:nth-child(2n+1) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .topAboutSlideItem {
    margin-inline: 10px;
  }
}

.topServiceBlockInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topServiceBlockInner .topServiceNumberBox {
  padding-right: 5%;
  width: 30%;
}
.topServiceBlockInner .topServiceItemBox {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .topServiceBlockInner .topServiceNumberBox {
    padding-right: 3%;
    width: 15%;
  }
  .topServiceBlockInner .topServiceItemBox {
    width: 85%;
  }
}

.topServiceEnTitle {
  position: absolute;
  top: 0;
  left: -0.5em;
  font-size: clamp(110px, 15.7vw, 200px);
  font-weight: 600;
  font-family: var(--fontEn);
  color: var(--mainColor);
  opacity: 0.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topServiceEnTitle {
    left: -0.4em;
  }
}

.topServiceItem + .topServiceItem {
  margin-top: 8%;
}

.topServiceNumberBoxInner {
  position: sticky;
  top: calc(var(--headerH) * 2);
}
.topServiceNumberBoxInner .serviceNumBg {
  -webkit-box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.12);
  border-radius: 500%;
  width: 90%;
  margin-inline: auto;
}
.topServiceNumberBoxInner .serviceNumtx {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(38px, 6.9vw, 88px);
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
  font-family: var(--fontEn);
  line-height: 1;
  margin-left: -0.05em;
  margin-top: -0.05em;
}
@media only screen and (max-width: 767px) {
  .topServiceNumberBoxInner {
    margin-inline: -75px -20px;
  }
  .topServiceNumberBoxInner .serviceNumtx {
    left: 60%;
  }
}

@media print, screen and (min-width: 768px) {
  .topServiceItemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topServiceItemInner .topServiceItemImgBox {
    width: 35%;
  }
  .topServiceItemInner .topServiceItemTxtBox {
    padding-left: 4%;
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .topServiceItemInner .topServiceItemImgBox {
    width: 60%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
}

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

.topServiceItemTxt {
  line-height: 2;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .topServiceItemTxt {
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.featureGridBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureGridBlock {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .featureGridBlock {
    grid-template-columns: 0.85fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.fetureCardImg {
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 3%;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .fetureCardImg {
    width: 50%;
  }
}

.fetureCardTitle {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fetureCardTitle {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .fetureCardTitle {
    font-size: 19px;
  }
}

.fetureCardTx {
  color: #fff;
  letter-spacing: 0.1em;
}

.archveItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: block;
  background-color: var(--grayColor);
  padding: 35px;
}
.archveItem + .archveItem {
  margin-top: 3%;
}
.archveItem .archveItemImgBox {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .archveItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .archveItem .archveItemImgBox {
    width: 30%;
  }
  .archveItem .archveItemTxtBox {
    padding-left: 3%;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .archveItem {
    padding: 15px;
  }
}

.archveItemImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 100%;
  width: 100%;
}
a.archveItem:hover .archveItemImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .archveItemImg {
    padding-bottom: 67%;
    width: 70%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
}

.archveItemTitle {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0.7em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .archveItemTitle {
    font-size: 20px;
  }
}

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

.archveItemInnerBox + .archveItemInnerBox {
  position: relative;
}
.archveItemInnerBox + .archveItemInnerBox::before {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: var(--mainColor);
  font-size: 38px;
}
@media print, screen and (min-width: 768px) {
  .archveItemInnerBox::before {
    top: 50%;
    left: -33px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 959px) {
  .archveItemInnerBox::before {
    top: -49px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.archveItemInnerBoxTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-inline: 1em;
  padding-block: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.before .archveItemInnerBoxTitle {
  background-color: #AC3F4D;
}
.after .archveItemInnerBoxTitle {
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .archveItemInnerBoxTitle {
    font-size: 16px;
  }
}

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

.archiveItemInnerBoxTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 2px);
}
.archiveItemInnerBoxTable dt, .archiveItemInnerBoxTable dd {
  border: 1px solid #C2C2C2;
  margin-left: -1px;
  padding: 0.5em 0.6em;
}
.archiveItemInnerBoxTable dt {
  background-color: var(--grayColor);
  width: 8em;
}
.archiveItemInnerBoxTable dd {
  background-color: #fff;
  width: calc(100% - 8em);
}
.archiveItemInnerBoxTable dd a {
  text-decoration: underline;
}

.memberCntItem + .memberCntItem {
  margin-top: 50px;
}

.memberCntItemInner {
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.06);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--grayColor)), to(#E9E9E9));
  background: linear-gradient(180deg, var(--grayColor) 0%, #E9E9E9 100%);
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.memberCntItemInner.link:hover {
  opacity: 0.85;
}
.memberCntItemInner .memberCntItemImgBox {
  position: relative;
  z-index: 2;
}
.memberCntItemInner .memberCntItemImgBox::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 0 72rem 0 0;
  bottom: 0;
  left: -2%;
  height: 80%;
  width: 100%;
  z-index: -1;
}
.memberCntItemInner .memberCntItemImgBox .memberCntItemImg img {
  aspect-ratio: 2/2.6;
  -o-object-fit: cover;
     object-fit: cover;
}
.memberCntItemInner .memberCntItemInfoBox {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .memberCntItemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: 5% 0;
    padding-inline: 0.5% 5%;
  }
  .memberCntItemInner .memberCntItemImgBox {
    padding-right: 2%;
    width: 40%;
  }
  .memberCntItemInner .memberCntItemInfoBox {
    height: 100%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .memberCntItemInner {
    padding: 5%;
  }
  .memberCntItemInner .memberCntItemImgBox {
    margin-inline: auto;
    margin-bottom: 6%;
    width: 75%;
  }
  .memberCntItemInner .memberCntItemImgBox::before {
    left: -25%;
  }
}

.memberCntItemNameEn {
  position: absolute;
  top: -0.4em;
  right: -0.45em;
  font-size: clamp(90px, 11.8vw, 150px);
  color: var(--mainColor);
  opacity: 0.08;
  font-family: var(--fontEn);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .memberCntItemNameEn {
    top: -0.4em;
    right: -0.45em;
    line-height: 0.9;
  }
}

.memberCntItemTitle {
  font-size: clamp(26px, 3.3vw, 42px);
  font-weight: 600;
  color: var(--mainColor);
  line-height: 1.2;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  position: relative;
}
.memberCntItemTitle::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1em;
}

.memberCntItemName {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2em;
}
.memberCntItemName span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .memberCntItemName {
    margin-bottom: 1em;
    font-size: 22px;
  }
}

.memberCntItemInfoInner dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.memberCntItemInfoInner dl + dl {
  margin-top: 1em;
}
.memberCntItemInfoInner dt {
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5.5em;
  padding-inline: 0.6em;
  padding-block: 0.3em;
}
.memberCntItemInfoInner dt span {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.memberCntItemInfoInner dd {
  width: calc(100% - 5.5em);
}

.memberMessageBox {
  background-color: var(--mainColor);
  padding: 2% 5%;
  gap: 20px;
}
.memberMessageBox .memberMessageBoxTitle {
  background-color: #fff;
  color: var(--mainColor);
  display: inline-block;
  letter-spacing: 0.3em;
  font-weight: 600;
  text-align: center;
}
.memberMessageBox .memberMessageBoxTxt {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .memberMessageBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .memberMessageBox .memberMessageBoxTitle {
    width: 8em;
  }
  .memberMessageBox .memberMessageBoxTxt {
    width: calc(100% - 8em);
  }
}
@media only screen and (max-width: 767px) {
  .memberMessageBox {
    padding: 5%;
  }
  .memberMessageBox .memberMessageBoxTitle {
    padding-inline: 1em;
    margin-bottom: 0.5em;
  }
}

@media print, screen and (min-width: 768px) {
  .topMemberSlide {
    margin-inline: -40px;
  }
}

.memberCard {
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.06);
  margin-inline: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.memberCard:hover {
  opacity: 0.85;
}
@media only screen and (max-width: 767px) {
  .memberCard {
    margin-inline: 10px;
  }
}

.memberCardNameEn {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  line-height: 1;
  font-family: var(--fontEn);
  padding-block: 0.5em;
}

.memberCardImg {
  background-color: #F0F7FB;
}

.memberCardInfoBox {
  background-color: var(--grayColor);
  padding: 5%;
}

.memberCardHead {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
.memberCardHead::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: 0;
  left: 0;
  height: 1px;
  width: 2em;
}
.mergerMemberBlock .memberCardHead {
  padding-bottom: 0;
  margin-bottom: 0;
}
.mergerMemberBlock .memberCardHead::before {
  content: none;
}

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

.memberCardNameJp {
  font-size: 20px;
  font-weight: 600;
  margin-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .memberCardNameJp {
    font-size: 16px;
  }
}

.memberCardTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .memberCardTitle {
    font-size: 18px;
  }
}

.archImg {
  margin-inline: -120px;
}

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

.seminarCardLink {
  display: block;
  background-color: var(--grayColor);
}

.seminarCardImgBox {
  position: relative;
  overflow: hidden;
}
.seminarCardImgBox .seminarCardImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 66%;
  width: 100%;
}
.seminarCardLink:hover .seminarCardImgBox .seminarCardImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.seminarCardImgBox .seminarCardLabel {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #AC3F4D;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  color: #fff;
  line-height: 1;
  padding-inline: 0.7em 1.5em;
  padding-block: 0.3em;
}
.seminarCardImgBox .seminarCardLabel.__end {
  background-color: var(--mainColor);
}

.seminarCardTitle {
  font-size: 22px;
  font-weight: 700;
  color: var(--mainColor);
  line-height: 1.2;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .seminarCardTitle {
    font-size: 16px;
    margin-bottom: 7%;
  }
}

.seminarCardInfo {
  padding: 5%;
}

.seminarCardInfoInner dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.seminarCardInfoInner dl + dl {
  margin-top: 10px;
}
.seminarCardInfoInner dt {
  font-size: 14px;
  background-color: var(--mainColor);
  line-height: 1;
  padding-inline: 0.6em;
  padding-block: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 4.5em;
}
.seminarCardInfoInner dt span {
  color: #fff;
  font-weight: 700;
}
.seminarCardInfoInner dd {
  width: calc(100% - 4.5em);
}
@media only screen and (max-width: 767px) {
  .seminarCardInfoInner dl {
    gap: 10px;
  }
  .seminarCardInfoInner dt {
    padding-inline: 0.3em;
    font-size: 10px;
    width: 4em;
  }
  .seminarCardInfoInner dd {
    letter-spacing: -0.02em;
    font-size: 12px;
    width: calc(100% - 4em);
  }
}

.topMediaTitleBox {
  padding-top: 3em;
  position: relative;
  z-index: 2;
}
.topMediaTitleBox::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  top: 0;
  left: -60px;
  height: 220%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .topMediaTitleBox::before {
    left: -30px;
    height: 170%;
    width: calc(100% + 60px);
  }
}

.topMediaTitleEn {
  color: #fff;
  font-family: var(--fontEn);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

.topMediaGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .topMediaGrid {
    grid-template-columns: 0.8fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mediaCardLink {
  display: block;
  background-color: var(--grayColor);
}

.mediaCardImgBox {
  overflow: hidden;
}
.mediaCardImgBox .mediaCardImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 66%;
  width: 100%;
}
.mediaCardLink:hover .mediaCardImgBox .mediaCardImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mediaCardInfo {
  padding: 5%;
}

.mediaCardInfoHead {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 10px;
  margin-bottom: 3%;
}

.mediaCardCate {
  background-color: var(--mainColor);
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding-inline: 0.4em;
  padding-block: 0.3em;
}

.mediaCardTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--mainColor);
}

/*==================================================
 * ミライヲカタルについて
*================================================*/
.companyConceptItem {
  position: relative;
  z-index: 2;
}
.companyConceptItem::before {
  content: "";
  background-color: var(--grayColor);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 60px);
  z-index: -1;
}
.companyConceptItem + .companyConceptItem {
  margin-top: 20px;
}
.companyConceptItem .companyConceptItemImgBox {
  position: relative;
}
.companyConceptItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.companyConceptItem:nth-child(even)::before {
  left: auto;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .companyConceptItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .companyConceptItem .companyConceptItemImgBox {
    position: relative;
    width: 37%;
  }
  .companyConceptItem .companyConceptItemTxtBox {
    padding: 3%;
    width: 63%;
  }
}
@media only screen and (max-width: 767px) {
  .companyConceptItem {
    padding: 5% 3%;
  }
  .companyConceptItem .companyConceptItemImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 75%;
  }
}

.companyConceptItemNum {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  font-weight: 600;
  font-size: clamp(45px, 5.5vw, 70px);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 0.05em;
}

.companyConceptItemSubTitle {
  font-size: 18px;
  color: var(--mainColor);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .companyConceptItemSubTitle {
    font-size: 16px;
  }
}

.companyConceptItemTitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .companyConceptItemTitle {
    font-size: 24px;
  }
}

.companyConceptItemTxt {
  line-height: 2;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .companyMessageBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyMessageBlock .companyMessageImgBox {
    padding-right: 6%;
    width: 40%;
  }
  .companyMessageBlock .companyMessageTxtBox {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .companyMessageBlock .companyMessageImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 65%;
  }
}

.companyMessageName {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.companyMessageName span {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .companyMessageName span {
    font-size: 20px;
  }
}

.companyMessageTitle {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 2em;
  position: relative;
}
.companyMessageTitle .messageIcon {
  position: absolute;
  top: 10px;
  left: 0;
  height: 24px;
  width: 24px;
}
.companyMessageTitle .messageIcon img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .companyMessageTitle {
    font-size: 23px;
    padding-left: 1em;
  }
  .companyMessageTitle .messageIcon {
    top: 0;
    left: -0.25em;
    height: 18px;
    width: 18px;
  }
}

.companyMessageDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E9F2FF;
  padding: 3%;
}
.companyMessageDl + .companyMessageDl {
  margin-top: 10px;
}
.companyMessageDl dt {
  border-right: 1px dashed var(--mainColor);
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  padding-right: 1em;
  margin-right: 1em;
  width: 7em;
}
.companyMessageDl dd {
  letter-spacing: 0.08em;
  width: calc(100% - 8em);
}
.redColorPt .companyMessageDl {
  background-color: var(--grayColor);
}
.redColorPt .companyMessageDl dt {
  border-right-color: var(--redColor);
  color: var(--redColor);
}
@media only screen and (max-width: 767px) {
  .companyMessageDl dt {
    font-size: 16px;
  }
}

.companyPhilosophyItem {
  background-color: var(--grayColor);
  padding: 4% 5%;
}
.companyPhilosophyItem + .companyPhilosophyItem {
  margin-top: 20px;
}
.companyPhilosophyItem.redColorPt {
  background-color: #F6EAE3;
}
@media print, screen and (min-width: 768px) {
  .companyPhilosophyItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyPhilosophyItem .companyPhilosophyItemTitleBox {
    width: 20%;
  }
  .companyPhilosophyItem .companyPhilosophyItemTxtBox {
    padding-left: 3%;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .companyPhilosophyItem .companyPhilosophyItemTitleBox {
    text-align: center;
    margin-bottom: 5%;
  }
}

.companyPhilosophyItemTitleEn {
  color: var(--mainColor);
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.4em;
}
.redColorPt .companyPhilosophyItemTitleEn {
  color: var(--redColor);
}
@media only screen and (max-width: 767px) {
  .companyPhilosophyItemTitleEn {
    font-size: 30px;
  }
}

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

.companyPhilosophyItemHeadtxt {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .companyPhilosophyItemHeadtxt {
    font-size: 22px;
  }
}

.companyFeatureItem + .companyFeatureItem {
  margin-top: 3%;
}
.companyFeatureItem .companyFeatureItemImgBox .companyFeatureItemImg {
  width: calc(100% + 60px);
  margin-left: -60px;
}
@media print, screen and (min-width: 768px) {
  .companyFeatureItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyFeatureItem .companyFeatureItemImgBox {
    width: 40%;
  }
  .companyFeatureItem .companyFeatureItemTxtBox {
    padding-left: 5%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .companyFeatureItem .companyFeatureItemImgBox {
    margin-bottom: 5%;
    width: 95%;
  }
  .companyFeatureItem .companyFeatureItemImgBox .companyFeatureItemImg {
    width: calc(100% + 15px);
    margin-left: -15px;
  }
}

.companyFeatureItemTitle {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
@media only screen and (max-width: 767px) {
  .companyFeatureItemTitle {
    font-size: 21px;
  }
}

.companyFeatureItemtxt {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media print, screen and (min-width: 768px) {
  .companyProfileBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyProfileBlock .companyProfileImgBox {
    padding-right: 5%;
    width: 50%;
  }
  .companyProfileBlock .companyProfileInfo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .companyProfileBlock .companyProfileImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 65%;
  }
}

.companyProfileInfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #C1C1C1;
  padding-block: 1em;
}
.companyProfileInfo dt {
  font-weight: 600;
  width: 10em;
}
.companyProfileInfo dd {
  width: calc(100% - 10em);
}

.companyProfileMap .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 38%;
}
.companyProfileMap .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.companyProfileOtherBlock .companyProfileOtherBlockTitle {
  font-size: 28px;
  margin-bottom: 5%;
}
@media only screen and (max-width: 767px) {
  .companyProfileOtherBlock .companyProfileOtherBlockTitle {
    font-size: 20px;
    margin-bottom: 8%;
  }
}

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

.otherCompanyItemTitle {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  border-bottom: 1px solid #C1C1C1;
}
@media only screen and (max-width: 767px) {
  .otherCompanyItemTitle {
    font-size: 18px;
    padding-bottom: 0.6em;
    margin-bottom: 0.5em;
  }
}

.otherCompanyItemInfo {
  line-height: 2;
  margin-bottom: 1.3em;
}

.otherCompanyItemMap .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 63%;
}
.otherCompanyItemMap .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pageLinkBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageLinkBox {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pageLinkBox {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

.pageLinkBoxInner {
  padding-block: 35% 3%;
  padding-inline: 5%;
  position: relative;
  z-index: 2;
}
.pageLinkBoxInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--mainColor);
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.pageLinkBoxLink:hover .pageLinkBoxInner::before {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .pageLinkBoxInner {
    padding-block: 16% 3%;
  }
}

.pageLinkBoxTitleEn {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .pageLinkBoxTitleEn {
    font-size: 12px;
  }
}

.pageLinkBoxTitleJp {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .pageLinkBoxTitleJp {
    font-size: 20px;
  }
}

.mediaTitle {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 0.8em;
}
.mediaTitle::before {
  content: "";
  position: absolute;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.4em;
  width: 0.4em;
}

/*==================================================
 * お問い合わせ
*================================================*/
.contactTelBoxLink {
  background-color: var(--mainColor);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  padding-inline: 1.5em;
  padding-block: 0.8em;
}
.contactTelBoxLink .contactTelBoxLinkTxtBox {
  text-align: left;
  width: calc(100% - 50px);
}
.contactTelBoxLink:hover {
  color: #fff;
}

.contactTelBoxLinkIcon {
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 50px;
}
.contactTelBoxLinkIcon i {
  color: var(--fontColor);
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contactTelBoxLinkIcon {
    height: 40px;
    width: 40px;
  }
  .contactTelBoxLinkIcon i {
    font-size: 20px;
  }
}

.contactTelBoxLinkNumber {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.1em;
}
@media only screen and (max-width: 767px) {
  .contactTelBoxLinkNumber {
    font-size: 28px;
  }
}

.contactTelBoxLinkInfo span {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .contactTelBoxLinkInfo span {
    font-size: 12px;
  }
}

/*==================================================
 * M&A仲介について
*================================================*/
.serviceAboutBlock {
  background-color: #E9F2FF;
  position: relative;
  padding: 5%;
  z-index: 2;
}
.serviceAboutBlock::before {
  content: "";
  position: absolute;
  background-image: url("../img/serviceProblem.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.05;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.serviceAboutBlock.grayPt {
  background-color: var(--grayColor);
}
.serviceAboutBlock.grayPt::before {
  content: none;
}
.serviceAboutBlock.redColorPt {
  background-color: #F6EAE3;
}
.serviceAboutBlock.redColorPt::before {
  background-image: url("../img/maAssociationAssingBg.jpg");
}

.serviceAboutBlockArw {
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 50px;
  line-height: 1;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .serviceAboutBlockArw {
    font-size: 30px;
  }
}

.serviceAboutBlockEn {
  color: #fff;
  font-size: clamp(70px, 10.2vw, 130px);
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: -0.05em;
  left: 0em;
  z-index: -1;
  letter-spacing: 0.05em;
  opacity: 0.3;
}

.serviceAboutBlockSubTitle {
  text-align: center;
  margin-block: -4.7em 2em;
}
.serviceAboutBlockSubTitle span {
  background-color: var(--mainColor);
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding-inline: 1.1em;
  padding-block: 0.8em;
  line-height: 1;
}
.redColorPt .serviceAboutBlockSubTitle span {
  background-color: var(--redColor);
}
@media only screen and (max-width: 767px) {
  .serviceAboutBlockSubTitle {
    margin-block: -2.2em 1.3em;
  }
  .serviceAboutBlockSubTitle span {
    font-size: 16px;
  }
}

.serviceAboutBlockTitle {
  text-align: center;
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
.serviceAboutBlockTitle span {
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .serviceAboutBlockTitle {
    font-size: 26px;
  }
}

.serviceAboutBlockList {
  display: inline-block;
}
.serviceAboutBlockList li {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  margin-block: 0.7em;
  position: relative;
  padding-left: 2em;
}
.serviceAboutBlockList li::before {
  content: "\f00c";
  color: #fff;
  position: absolute;
  border-radius: 50%;
  background-color: var(--mainColor);
  font-family: "Font Awesome 6 Pro";
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5em;
  width: 1.5em;
}
.afterBox .serviceAboutBlockList li::before {
  background-color: #AC3F4D;
}
.serviceAboutBlockList li span {
  color: var(--mainColor);
  font-weight: 600;
}
.afterBox .serviceAboutBlockList li span {
  color: #AC3F4D;
}
.serviceAboutBlockList.redColorPt li::before {
  background-color: var(--redColor);
}
.serviceAboutBlockList.redColorPt li span {
  color: var(--redColor);
}
@media only screen and (max-width: 767px) {
  .serviceAboutBlockList li::before {
    top: 0.2em;
    font-size: 14px;
  }
}

.serviceAboutArchTitle {
  margin-bottom: 3%;
}
.serviceAboutArchTitle span {
  color: var(--mainColor);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-inline: 1em;
  display: inline-block;
}
.serviceAboutArchTitle span::before, .serviceAboutArchTitle span::after {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: -0.2em;
  height: 2em;
  width: 1px;
}
.serviceAboutArchTitle span::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.serviceAboutArchTitle span::after {
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media only screen and (max-width: 767px) {
  .serviceAboutArchTitle span {
    font-size: 16px;
  }
}

.maServiceBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.maServiceBlock.__col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.maServiceBlock.__col2 > div {
  max-width: 367px;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .maServiceBlock.__col2 > div {
    max-width: 337px;
  }
}
@media only screen and (max-width: 767px) {
  .maServiceBlock {
    grid-template-columns: 0.9fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .maServiceBlock.__col2 > div {
    margin-inline: auto;
    width: 90%;
  }
}

.maServiceItem {
  background-color: var(--grayColor);
}
.maServiceItem.whiteBgPt {
  background-color: #fff;
}
.maServiceItem.redColorPt {
  background-color: var(--grayColor);
}

.maServiceItemNum {
  font-size: clamp(90px, 9.4vw, 120px);
  font-style: italic;
  font-family: var(--fontEn);
  color: #fff;
  opacity: 0.8;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: -0.1em;
  left: 0em;
}

.maServiceIteminfo {
  padding: 5%;
}

.maServiceItemTitleBox + .maServiceItemTxt {
  border-top: 1px solid #B1B1B1;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

.maServiceItemSubTitle {
  font-size: 14px;
  text-align: center;
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}

.maServiceItemTitle {
  text-align: center;
  font-size: 26px;
  color: var(--mainColor);
  font-weight: 600;
  line-height: 1.2;
}
.maServiceItemTitle span {
  font-weight: 600;
  line-height: 1.2;
  font-size: 16px;
}
.redColorPt .maServiceItemTitle {
  color: var(--redColor);
}

.maServiceInner {
  background-color: #E9F2FF;
  padding: 5%;
  position: relative;
}
.maServiceInner::before {
  content: "";
  position: absolute;
  background-color: #E9F2FF;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 30px;
  width: 50px;
}

.maServiceInnerTitle {
  text-align: center;
}
.maServiceInnerTitle span {
  font-size: clamp(21px, 2.5vw, 32px);
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.05em;
  display: inline;
  border-bottom: 2px dotted var(--mainColor);
}
.maServiceInnerTitle.redColorPt span {
  color: var(--redColor);
  border-bottom-color: var(--redColor);
}

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

.maServiceInnerCate {
  color: #fff;
  background-color: var(--mainColor);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  padding-inline: 1.1em;
  padding-block: 0.6em;
}
@media only screen and (max-width: 767px) {
  .maServiceInnerCate {
    font-size: 14px;
    padding-inline: 0.6em;
  }
}

.serviceOrdermadeBg {
  background-color: #E9F2FF;
  padding-block: 90px;
}

.serviceOrdermadeSubTitle {
  text-align: center;
  margin-block: -6.6em 2.3em;
}
.serviceOrdermadeSubTitle span {
  background-color: var(--mainColor);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-inline: 1em;
  padding-block: 0.3em;
}

.serviceOrdermadeTitle {
  text-align: center;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.serviceOrdermadeTitle span {
  background-color: var(--mainColor);
  color: #fff;
  display: inline-block;
  padding-inline: 0.1em;
  padding-block: 0.2em;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceOrdermadeTitle {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceOrdermadeTitle {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
  }
}

.orderMadeBox {
  background-color: #fff;
  border: 1px solid var(--mainColor);
}

.orderMadeBoxTitleBox {
  background-color: #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-block: 0.5em;
  padding-inline: 1em;
}

.orderMadeBoxIcon {
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .orderMadeBoxIcon {
    padding: 8px;
    height: 40px;
    width: 40px;
  }
}

.orderMadeBoxTitle {
  font-size: 32px;
  font-weight: 600;
  color: var(--mainColor);
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .orderMadeBoxTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .orderMadeBoxTitle {
    font-size: 20px;
  }
}

.orderMadeBoxInner {
  padding: 3%;
}

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

.orderMadeMeritHead {
  background-color: #D9E8FF;
  text-align: center;
  padding: 5%;
  font-weight: 600;
  line-height: 1.2;
  min-height: 4em;
  position: relative;
  margin-bottom: 30px;
}
.orderMadeMeritHead.line3 {
  min-height: 4.9em;
}
.orderMadeMeritHead::before {
  content: "\f063";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: var(--mainColor);
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  font-weight: 400;
}
.orderMadeMeritHead.whitePt {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .orderMadeMeritHead {
    margin-bottom: 20px;
  }
}

.orderMadeMeritFoot {
  text-align: center;
  background-color: var(--mainColor);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
  min-height: 4em;
  font-weight: 600;
  line-height: 1.2;
}
.orderMadeMeritFoot.text-left {
  text-align: left;
  line-height: 1.7;
  font-weight: 500;
}
.orderMadeMeritFoot span {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .orderMadeMeritFoot {
    font-size: 13px;
  }
  .orderMadeMeritFoot span {
    font-size: 16px;
  }
}

.serviceIntroBlockTitleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.serviceIntroBlockNum {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .serviceIntroBlockNum {
    width: 90px;
  }
}

.serviceIntroBlockTitle {
  border-left: 2px dotted #fff;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.08em;
  padding-inline: 1em;
  padding-block: 0.7em;
  line-height: 1.4;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  .serviceIntroBlockTitle {
    font-size: 18px;
    width: calc(100% - 90px);
  }
}

.serviceIntroBlockInner.beforeBox {
  background-color: #E2E2E2;
  padding: 8% 3% clamp(150px, 23.5vw, 300px);
}
.serviceIntroBlockInner.afterBox {
  padding: 8% 3% 5%;
  background-color: #FFF7F7;
  border: 1px solid #AC3F4D;
}

.serviceIntroBlockInnerTitle {
  text-align: center;
  margin-block: -7em 2em;
}
.serviceIntroBlockInnerTitle span {
  background-color: var(--fontColor);
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  display: inline-block;
  padding-inline: 5em;
  padding-block: 0.5em;
  line-height: 1;
}
.afterBox .serviceIntroBlockInnerTitle span {
  background-color: #AC3F4D;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceIntroBlockInnerTitle {
    margin-block: -4.7em 2em;
  }
}
@media only screen and (max-width: 767px) {
  .serviceIntroBlockInnerTitle {
    margin-block: -3.2em 2em;
  }
}

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

.serviceIntroBeforeBox {
  border: 1px solid var(--mainColor);
  background-color: #fff;
}
.serviceIntroBeforeBox .boxTitle {
  background-color: #E2E2E2;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-block: 0.6em;
}
.serviceIntroBeforeBox .boxInnerBody {
  padding: 5%;
}
.serviceIntroBeforeBox.rightBox .boxTitle {
  background-color: var(--mainColor);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .serviceIntroBeforeBox .boxTitle {
    font-size: 18px;
  }
}

.boxInnerHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px dotted var(--mainColor);
}
.boxInnerHead .boxInnerHeadImg {
  width: 35%;
}
.boxInnerHead .boxInnerHeadTxt {
  padding-left: 5%;
  width: 65%;
}
.boxInnerHead .boxInnerHeadTxt .boxInnerHeadSubTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.3em;
}
.boxInnerHead .boxInnerHeadTxt .boxInnerHeadCeo {
  font-size: 14px;
  margin-bottom: 1em;
}
.boxInnerHead .boxInnerHeadTxt .boxInnerHeadTitle {
  color: var(--mainColor);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .boxInnerHead .boxInnerHeadTxt .boxInnerHeadSubTitle {
    font-size: 16px;
  }
  .boxInnerHead .boxInnerHeadTxt .boxInnerHeadCeo {
    font-size: 12px;
  }
  .boxInnerHead .boxInnerHeadTxt .boxInnerHeadTitle {
    font-size: 18px;
  }
}

.boxInnerFootDl + .boxInnerFootDl {
  margin-top: 5%;
}
.boxInnerFootDl dt {
  display: inline-block;
  font-size: 14px;
  background-color: #E4E4E4;
  padding-inline: 0.7em;
  padding-block: 0.5em;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1em;
}
.boxInnerFootDl dd span {
  font-weight: 600;
  color: var(--mainColor);
}

.ourSolutionBlockTitle {
  color: var(--mainColor);
  font-size: clamp(50px, 9.4vw, 120px);
  line-height: 1;
  position: absolute;
  left: 0;
  top: -0.7em;
  font-weight: 600;
  font-family: var(--fontEn);
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}

.beforeCnt .ourSolutionBlockInner {
  padding: 3% 5%;
  border: 1px solid var(--mainColor);
  background-color: #E9F2FF;
  margin-top: -180px;
  margin-inline: auto;
  width: 95%;
}
.afterCnt .ourSolutionBlockInner {
  padding-inline: 5%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .beforeCnt .ourSolutionBlockInner {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .beforeCnt .ourSolutionBlockInner {
    margin-top: -70px;
  }
}

.ourSolutionBlockInnerTitleBox {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px dashed var(--mainColor);
}

.ourSolutionBlockInnerLogo {
  width: 169px;
  margin-inline: auto;
  margin-bottom: 2%;
}

.ourSolutionBlockInnerTitle {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .ourSolutionBlockInnerTitle {
    font-size: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .ourSolutionBlockInnerHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ourSolutionBlockInnerHead .headImgBox {
    width: 28%;
  }
  .ourSolutionBlockInnerHead .headTxtBox {
    padding-left: 5%;
    width: 72%;
  }
}
@media only screen and (max-width: 767px) {
  .ourSolutionBlockInnerHead .headImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 60%;
  }
}

.headTxtBoxTitle {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .headTxtBoxTitle {
    font-size: 20px;
  }
}

.ourSolutionBlockInnerFoot {
  background-color: var(--grayColor);
  border: 1px solid var(--mainColor);
  padding: 5%;
}
.ourSolutionBlockInnerFoot .footSubTitle {
  text-align: center;
  margin-block: -4.5em 1.5em;
}
.ourSolutionBlockInnerFoot .footSubTitle span {
  color: #fff;
  background-color: var(--mainColor);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  padding-inline: 7.5em;
  padding-block: 0.8em;
  letter-spacing: 0.1em;
}
.ourSolutionBlockInnerFoot .footTitle {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
}
.ourSolutionBlockInnerFoot .footBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.ourSolutionBlockInnerFoot .footBlockBox {
  background-color: #fff;
}
.ourSolutionBlockInnerFoot .footBlockBoxTitle {
  background-color: #E9F2FF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-block: 0.4em;
}
.ourSolutionBlockInnerFoot .footBlockBoxlist {
  padding: 3% 5%;
}
.ourSolutionBlockInnerFoot .footBlockBoxlist li {
  margin-block: 0.3em;
}
.ourSolutionBlockInnerFoot .footBlockBoxlist li span {
  font-weight: 600;
  color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ourSolutionBlockInnerFoot .footSubTitle {
    margin-block: -3.3em 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .ourSolutionBlockInnerFoot .footSubTitle {
    margin-block: -2.5em 1.5em;
  }
  .ourSolutionBlockInnerFoot .footSubTitle span {
    font-size: 16px;
    padding-inline: 3.5em;
    padding-block: 0.6em;
  }
  .ourSolutionBlockInnerFoot .footTitle {
    font-size: 21px;
  }
  .ourSolutionBlockInnerFoot .footBlock {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ourSolutionBlockInnerFoot .footBlockBoxTitle {
    font-size: 18px;
    padding-block: 0.3em;
  }
}

.serviceMemberInfoBlock {
  background-color: #E9F2FF;
  padding: 5% 2%;
  position: relative;
}
.serviceMemberInfoBlock::before {
  content: "";
  position: absolute;
  background-color: #E9F2FF;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 30px;
  width: 50px;
}

.serviceMemberInfoBlockInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 10px;
}
.serviceMemberInfoBlockInner .maServiceItem {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 767px) {
  .serviceMemberInfoBlockInner .maServiceItem {
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .serviceFlowBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.serviceFlowTimeLine {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.serviceFlowTimeLine .serviceFlowTimeItem {
  text-align: center;
  font-size: 20px;
  padding-inline: 1em;
  padding-block: 0.6em;
  position: relative;
}
.serviceFlowTimeLine .serviceFlowTimeItem::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 0;
  right: -28px;
  height: 100%;
  width: 30px;
  z-index: 2;
}
.serviceFlowTimeLine .serviceFlowTimeItem:nth-child(1) {
  background-color: #E9F2FF;
}
.serviceFlowTimeLine .serviceFlowTimeItem:nth-child(1)::before {
  background-color: #E9F2FF;
}
.serviceFlowTimeLine .serviceFlowTimeItem:nth-child(2) {
  color: #fff;
  background-color: #679ACC;
}
.serviceFlowTimeLine .serviceFlowTimeItem:nth-child(2)::before {
  background-color: #679ACC;
}
.serviceFlowTimeLine .serviceFlowTimeItem:nth-child(3) {
  color: #fff;
  background-color: var(--mainColor);
}
.serviceFlowTimeLine .serviceFlowTimeItem:nth-child(3)::before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .serviceFlowTimeLine {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    margin-bottom: 0;
    width: 15%;
  }
  .serviceFlowTimeLine .serviceFlowTimeItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.08em;
  }
  .serviceFlowTimeLine .serviceFlowTimeItem::before {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: auto;
    bottom: -18px;
    right: auto;
    left: 0;
    height: 20px;
    width: 100%;
  }
}

.serviceFlowTimeLineEvent {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 767px) {
  .serviceFlowTimeLineEvent {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, 1fr);
    width: 85%;
  }
}

.serviceFlowEventItem {
  border: 1px solid #B1B1B1;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceFlowEventItem::before, .serviceFlowEventItem::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 30px;
  width: 20px;
  z-index: 2;
}
.serviceFlowEventItem::before {
  background-color: #B1B1B1;
  right: -24px;
  height: 34px;
  width: 23px;
}
.serviceFlowEventItem::after {
  background-color: #fff;
}
.serviceFlowEventItem:last-child::before, .serviceFlowEventItem:last-child::after {
  content: none;
}
.serviceFlowEventItem .serviceFlowEventItemNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #E9F2FF;
  font-size: 14px;
  color: var(--mainColor);
  height: 70px;
  width: 70px;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.7em;
  z-index: 2;
}
.serviceFlowEventItem .serviceFlowEventItemNum span {
  font-size: 32px;
  font-style: italic;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .serviceFlowEventItem {
    display: grid;
    grid-template-columns: 70px auto 40px;
    gap: 10px;
    padding-right: 10px;
  }
  .serviceFlowEventItem::before, .serviceFlowEventItem::after {
    top: auto;
    bottom: -10px;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 11px;
    width: 36px;
  }
  .serviceFlowEventItem::before {
    background-color: #B1B1B1;
    right: auto;
    bottom: -13px;
    height: 13px;
    width: 40px;
  }
  .serviceFlowEventItem::after {
    background-color: #fff;
  }
  .serviceFlowEventItem:last-child::before, .serviceFlowEventItem:last-child::after {
    content: none;
  }
  .serviceFlowEventItem .serviceFlowEventItemNum {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: static;
    font-size: 10px;
    height: 40px;
    width: 40px;
  }
  .serviceFlowEventItem .serviceFlowEventItemNum span {
    font-size: 20px;
  }
}

.serviceFlowEventItemTitle {
  font-size: 24px;
  font-weight: 600;
}
@media print, screen and (min-width: 768px) {
  .serviceFlowEventItemTitle {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    padding-inline: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .serviceFlowEventItemTitle {
    font-size: 18px;
    line-height: 1.2;
  }
}

.serviceFaqBlock .acdTitle {
  cursor: pointer;
  background-color: var(--grayColor);
  display: grid;
  grid-template-columns: 50px auto 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 1em;
  padding-inline: 2em;
}
.serviceFaqBlock .acdTitle .acdTitleTxt {
  font-size: 20px;
  font-weight: 600;
}
.serviceFaqBlock .acdTitle .acdIcon {
  background-color: var(--mainColor);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  width: 25px;
}
.serviceFaqBlock .acdTitle .acdIcon i {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.serviceFaqBlock .acdTitle.open .acdIcon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.serviceFaqBlock .acdTitleNum {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
}
.serviceFaqBlock .acdTitleNum.redColor {
  color: #AC3F4D;
}
.serviceFaqBlock .acdBlock {
  display: none;
}
.serviceFaqBlock .acdBlock .acdBlockInner {
  display: grid;
  grid-template-columns: 50px auto 20px;
  padding-block: 1em;
  padding-inline: 2em;
}
@media only screen and (max-width: 767px) {
  .serviceFaqBlock .acdTitle {
    grid-template-columns: 30px auto 20px;
    padding-inline: 0.7em;
  }
  .serviceFaqBlock .acdTitle .acdTitleTxt {
    font-size: 18px;
    line-height: 1.2;
  }
  .serviceFaqBlock .acdTitle .acdIcon {
    height: 20px;
    width: 20px;
  }
  .serviceFaqBlock .acdBlock {
    display: none;
  }
  .serviceFaqBlock .acdBlock .acdBlockInner {
    display: grid;
    grid-template-columns: 30px auto 20px;
    padding-inline: 0.7em;
  }
}

.serviceFaqBlockItem + .serviceFaqBlockItem {
  margin-top: 10px;
}

/*==================================================
 * M&A成立後の経営支援
*================================================*/
.mergerAboutItem + .mergerAboutItem {
  margin-top: 5%;
}
.recruitFeatureBlock .mergerAboutItem + .mergerAboutItem {
  margin-top: 30px;
}

.mergerAboutItemHead .mergerAboutItemImgBox .mergerAboutItemImg {
  margin-left: -120px;
  width: calc(100% + 120px);
}
.mergerAboutBlock .mergerAboutItem:nth-child(even) .mergerAboutItemHead .mergerAboutItemImgBox .mergerAboutItemImg {
  margin-inline: 0 -120px;
}
@media print, screen and (min-width: 768px) {
  .mergerAboutItemHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mergerAboutItemHead .mergerAboutItemImgBox {
    padding-right: 5%;
    width: 50%;
  }
  .mergerAboutItemHead .mergerAboutItemtxtBox {
    width: 50%;
  }
  .mergerAboutBlock .mergerAboutItem:nth-child(even) .mergerAboutItemHead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mergerAboutBlock .mergerAboutItem:nth-child(even) .mergerAboutItemHead .mergerAboutItemImgBox {
    padding-inline: 5% 0;
  }
}
@media only screen and (max-width: 767px) {
  .mergerAboutItemHead .mergerAboutItemImgBox {
    margin-bottom: 5%;
    margin-inline: auto;
    width: 85%;
  }
  .mergerAboutItemHead .mergerAboutItemImgBox .mergerAboutItemImg {
    margin-left: -45px;
    width: calc(100% + 45px);
  }
  .mergerAboutBlock .mergerAboutItem:nth-child(even) .mergerAboutItemHead .mergerAboutItemImgBox {
    margin-inline: auto;
    width: 85%;
  }
  .mergerAboutBlock .mergerAboutItem:nth-child(even) .mergerAboutItemHead .mergerAboutItemImgBox .mergerAboutItemImg {
    margin-inline: 0 -45px;
  }
}

.mergerAboutItemTitleEn {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.7em;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
}
.mergerAboutItemTitleEn.__small {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .mergerAboutItemTitleEn {
    padding-inline: 1em;
    padding-block: 0.6em;
    font-size: 14px;
    margin-bottom: 1em;
  }
}

.mergerAboutItemTitleJa {
  color: var(--mainColor);
  font-size: clamp(29px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 0.8em;
  position: relative;
  line-height: 1.1;
  margin-bottom: 0.3em;
}
.mergerAboutItemTitleJa::before {
  content: "";
  position: absolute;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 0.2em;
  width: 0.2em;
}
@media only screen and (max-width: 767px) {
  .mergerAboutItemTitleJa {
    margin-bottom: 0.5em;
  }
}

.mergerAboutItemSubtitle {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.mergerAboutItemFoot {
  background-color: #E9F2FF;
  padding: 1% 5%;
}

.mergerMemberBlock {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.mergerMemberBlock .memberCard {
  margin-inline: auto;
}
.mergerMemberBlock .memberCard:hover .memberCardImgBox .memberCardImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mergerMemberBlock .memberCardImgBox {
  overflow: hidden;
}
.mergerMemberBlock .memberCardImgBox .memberCardImg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mergerMemberBlock .memberCardImgBox .memberCardImg img {
  aspect-ratio: 2/2.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.mergerMemberBlock .memberCardTitle {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
.mergerMemberBlock .memberCardTitle::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mergerMemberBlock {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mergerMemberBlock {
    grid-template-columns: 0.85fr;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*==================================================
 * アメリカ進出支援
*================================================*/
.americaInfoBlock {
  background-color: var(--grayColor);
  padding: 5%;
}
.americaInfoBlock .americaInfoBlockImgBox {
  display: grid;
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .americaInfoBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .americaInfoBlock .americaInfoBlockTxtBox {
    padding-right: 3%;
    width: 50%;
  }
  .americaInfoBlock .americaInfoBlockImgBox {
    padding-left: 3%;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .americaInfoBlock .americaInfoBlockTxtBox {
    margin-bottom: 5%;
  }
  .americaInfoBlock .americaInfoBlockImgBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.americaInfoBlockTitle {
  font-size: 24px;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  letter-spacing: 0.08em;
  font-weight: 600;
  border-bottom: 1px solid #c1c1c1;
}
@media only screen and (max-width: 767px) {
  .americaInfoBlockTitle {
    margin-bottom: 0.5em;
  }
}

.americaInfoBlockGmap .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 64%;
}
.americaInfoBlockGmap .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*==================================================
 * M&A成約実績
*================================================*/
.archivementsCategoryDl + .archivementsCategoryDl {
  margin-top: 20px;
}
.archivementsCategoryDl dt {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.archivementsCategoryDl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .archivementsCategoryDl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .archivementsCategoryDl dt {
    width: 15em;
  }
  .archivementsCategoryDl dd {
    width: calc(100% - 15em);
  }
}

.archivementsCate {
  background-color: #E9F2FF;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-inline: 1em;
  padding-block: 0.5em;
}

.archiveDetailCateBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}

.archiveDetailVoiceBlock {
  padding: 3%;
  margin-block: 3%;
}
.archiveDetailVoiceBlock.transfer {
  background-color: #E9F2FF;
}
.archiveDetailVoiceBlock.transferee {
  background-color: #FFF7F7;
}
@media only screen and (max-width: 767px) {
  .archiveDetailVoiceBlock {
    padding: 5%;
  }
}

.archiveDetailVoiceBlockTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
}
.transfer .archiveDetailVoiceBlockTitle {
  color: var(--mainColor);
}
.transferee .archiveDetailVoiceBlockTitle {
  color: #AC3F4D;
}
@media only screen and (max-width: 767px) {
  .archiveDetailVoiceBlockTitle {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}

.archiveDetailVoiceBlockTxt {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.archiveDetailManager {
  background-color: var(--grayColor);
  padding: 3%;
}
@media only screen and (max-width: 767px) {
  .archiveDetailManager {
    padding: 5%;
  }
}

.archiveDetailManagerTitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--mainColor);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .archiveDetailManagerTitle {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
}

@media print, screen and (min-width: 768px) {
  .archiveDetailManagerBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .archiveDetailManagerBlock .archiveDetailManagerImgBox {
    padding-right: 5%;
    width: 28%;
  }
  .archiveDetailManagerBlock .archiveDetailManagertxtBox {
    width: 72%;
  }
}
@media only screen and (max-width: 767px) {
  .archiveDetailManagerBlock .archiveDetailManagerImgBox {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 65%;
  }
}

.archiveDetailManagerImg {
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 5%;
  margin-inline: auto;
  height: 175px;
  width: 175px;
}
@media print, screen and (min-width: 768px) {
  .archiveDetailManagerImg {
    margin-inline: auto;
  }
}

.archiveDetailManagerName {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.archiveDetailManagerName span {
  font-size: 14px;
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .archiveDetailManagerName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .archiveDetailManagerName span {
    margin-right: 0;
    margin-bottom: -0.4em;
  }
}

.otherArchiveSlide .archveItem {
  margin-inline: 10px;
}
.otherArchiveSlide .archveItem + .archveItem {
  margin-top: 0 !important;
}
.otherArchiveSlide.slideBlock .slick-next {
  right: -10px;
}
.otherArchiveSlide.slideBlock .slick-prev {
  left: -10px;
}
@media print, screen and (min-width: 768px) {
  .otherArchiveSlide .archveItem {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*==================================================
 * セミナー紹介
*================================================*/
.seminarDetailCateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.seminarDetailDataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .seminarDetailDataBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}

.seminarDetailtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.seminarDetailtxt span {
  font-size: 16px;
  line-height: 1;
}
.seminarDetailtxt .seminarDetailInfoCate {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  padding-block: 0.4em;
  width: 5em;
}
.seminarDetailtxt .seminarDetailInfoTitle.time {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .seminarDetailtxt {
    gap: 10px;
  }
  .seminarDetailtxt span {
    font-size: 14px;
  }
  .seminarDetailtxt .seminarDetailInfoCate {
    font-size: 12px;
  }
  .seminarDetailtxt .seminarDetailInfoTitle.time {
    font-size: 18px;
  }
}

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

.seminarDetailSpeakBox {
  background-color: var(--grayColor);
  padding: 3% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seminarDetailSpeakBox .seminarDetailSpeakLeftBox {
  padding-right: 5%;
  width: 35%;
}
.seminarDetailSpeakBox .seminarDetailSpeakRightBox {
  width: 65%;
}

.seminarDetailSpeakTitle {
  color: var(--mainColor);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .seminarDetailSpeakTitle {
    font-size: 20px;
  }
}

.seminarDetailSpeakImg {
  overflow: hidden;
  border-radius: 50%;
  margin-top: 8%;
  margin-inline: auto;
  aspect-ratio: 2/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}
.seminarDetailSpeakImg img {
  width: 100%;
}

.seminarDetailSpeakCompany {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 0.7em;
}

.seminarDetailSpeakName {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.7em;
}
.seminarDetailSpeakName span {
  font-size: 14px;
  display: inline-block;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .seminarDetailSpeakName {
    font-size: 18px;
  }
}

.seminarDetailSpeaktxt {
  letter-spacing: 0.08em;
}

.seminarDetailInfobox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 2px);
}
.seminarDetailInfobox dt, .seminarDetailInfobox dd {
  border: 1px solid #C2C2C2;
  margin-left: -1px;
  padding: 0.5em 1em;
}
.seminarDetailInfobox dt {
  background-color: var(--grayColor);
  width: 8em;
}
.seminarDetailInfobox dd {
  background-color: #fff;
  width: calc(100% - 8em);
}

.seminarDetailBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .seminarDetailBtnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

/*==================================================
 * 採用情報
*================================================*/
.recruitMessageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .recruitMessageBlock .recruitMessageTxtBox {
    width: 60%;
  }
  .recruitMessageBlock .recruitMessageImgBox {
    padding-left: 5%;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .recruitMessageBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .recruitMessageBlock .recruitMessageImgBox {
    width: 70%;
    margin-inline: auto;
    margin-bottom: 8%;
  }
}

.recruitMessageImg {
  padding: 20px;
  border-radius: 50%;
  background: radial-gradient(65.62% 65.62% at 32.9% 51.41%, #006DD9 0%, #003A73 100%);
}
.recruitMessageImg img {
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recruitMessageImg {
    padding: 10px;
  }
}

.recruitMessageName {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.recruitMessageName span {
  font-size: 14px;
  margin-right: 1em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .recruitMessageName {
    font-size: 18px;
  }
  .recruitMessageName span {
    font-size: 13px;
  }
}

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

.recruitCareerItem {
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4% 6%;
}

.recruitCareerTxtBox {
  padding-right: 8%;
  width: calc(100% - 110px);
}
@media only screen and (max-width: 767px) {
  .recruitCareerTxtBox {
    width: calc(100% - 70px);
  }
}

.recruitCareerImgBox {
  width: 110px;
}
.recruitCareerImgBox .recruitCareerIcon {
  border-radius: 50%;
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  height: 110px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .recruitCareerImgBox {
    width: 70px;
  }
  .recruitCareerImgBox .recruitCareerIcon {
    padding: 13px;
    height: 70px;
  }
}

.recruitCareerTitle {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .recruitCareerTitle {
    font-size: 22px;
  }
}

.recruitSlideItem {
  margin-inline: -5px;
}
.recruitSlideItem img {
  width: 100%;
}
.recruitSlideItem:nth-child(2n+1) {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .recruitSlideItem:nth-child(2n+1) {
    margin-top: 100px;
  }
}

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

.recruitProfileItem {
  background-color: var(--mainColor);
  padding: 10%;
}
@media only screen and (max-width: 767px) {
  .recruitProfileItem {
    padding: 10% 5%;
  }
}

.recruitProfileIcon {
  margin-inline: auto;
  margin-bottom: 15%;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .recruitProfileIcon {
    margin-bottom: 5%;
    width: 60px;
  }
}

.recruitProfileTxt {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .recruitProfileTxt {
    font-size: 14px;
    line-height: 1.5;
  }
}

.recruitDetailitem + .recruitDetailitem {
  margin-top: 20px;
}
.recruitDetailitem .acdTitle {
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: var(--mainColor);
  padding-block: 1em;
  padding-inline: 3em;
}
.recruitDetailitem .acdTitle .acdTitleTxt {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.recruitDetailitem .acdTitle .acdIcon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  background-color: #fff;
  height: 25px;
  width: 25px;
}
.recruitDetailitem .acdTitle .acdIcon i {
  color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruitDetailitem .acdTitle.open .acdIcon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruitDetailitem .acdBlock {
  display: none;
  border: 1px solid #A1A1A1;
}
.recruitDetailitem .acdBlockInner {
  padding-inline: 10%;
  padding-block: 4%;
}
.recruitDetailitem .acdBlockInner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1em;
  border-bottom: 1px solid #A1A1A1;
}
.recruitDetailitem .acdBlockInner dl:first-of-type {
  border-top: 1px solid #A1A1A1;
}
.recruitDetailitem .acdBlockInner dt {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  width: 10em;
}
.recruitDetailitem .acdBlockInner dd {
  width: calc(100% - 10em);
}
@media only screen and (max-width: 767px) {
  .recruitDetailitem + .recruitDetailitem {
    margin-top: 10px;
  }
  .recruitDetailitem .acdTitle {
    padding-block: 0.5em;
    padding-inline: 1em;
  }
  .recruitDetailitem .acdTitle .acdTitleTxt {
    font-size: 20px;
  }
  .recruitDetailitem .acdTitle .acdIcon {
    right: 10px;
    height: 20px;
    width: 20px;
  }
  .recruitDetailitem .acdBlockInner {
    padding-inline: 3%;
    padding-block: 5%;
  }
  .recruitDetailitem .acdBlockInner dl {
    padding-block: 0.5em;
  }
  .recruitDetailitem .acdBlockInner dt {
    font-size: 16px;
    width: 6em;
  }
  .recruitDetailitem .acdBlockInner dd {
    width: calc(100% - 6em);
  }
}

.recruitFlowItem {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruitFlowItem + .recruitFlowItem {
  margin-top: 20px;
}
.recruitFlowItem + .recruitFlowItem .recruitFlowNum {
  position: relative;
}
.recruitFlowItem + .recruitFlowItem .recruitFlowNum::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/flowArw.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 71px;
  width: 7px;
}
@media print, screen and (min-width: 768px) {
  .recruitFlowItem {
    width: calc(100% - 60px);
  }
  .recruitFlowItem + .recruitFlowItem {
    margin-top: 10px;
  }
  .recruitFlowItem + .recruitFlowItem .recruitFlowNum::before {
    top: -80px;
    height: 71px;
    width: 7px;
  }
}

.recruitFlowNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: var(--mainColor);
  line-height: 1;
  width: 120px;
}
@media only screen and (max-width: 767px) {
  .recruitFlowNum {
    font-size: 26px;
    width: 50px;
  }
}

.recruitFlowTxtBox {
  background-color: var(--grayColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3% 5%;
  width: calc(100% - 120px);
}
.recruitFlowTxtBox .recruitFlowTitle {
  color: var(--mainColor);
  font-size: 28px;
  font-weight: 600;
  width: 45%;
}
.recruitFlowTxtBox .recruitFlowTxt {
  width: 55%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .recruitFlowTxtBox .recruitFlowTitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitFlowTxtBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 50px);
  }
  .recruitFlowTxtBox .recruitFlowTitle {
    font-size: 18px;
    width: 100%;
  }
  .recruitFlowTxtBox .recruitFlowTxt {
    width: 100%;
  }
}

.recruitMainBlockInner {
  overflow: hidden;
  padding-block: 0vw clamp(150px, 27vw, 345px);
  position: relative;
  z-index: 2;
}
.recruitMainBlockInner::before {
  content: "";
  position: absolute;
  background-image: url("../img/recruitBg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  mix-blend-mode: soft-light;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.recruitMainBlockInner::after {
  content: "";
  position: absolute;
  background-color: #fff;
  position: absolute;
  bottom: clamp(-225px, -20.5vw, -100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  height: clamp(150px, 28vw, 358px);
  width: 120vw;
  z-index: 2;
}

.recruitMainSlideTxt {
  bottom: 0em;
  z-index: 2;
}

/*==================================================
 * M&A・事業承継変革協会
*================================================*/
.associationFeatureBg {
  background-color: #F6EAE3;
}

.associationFeatureItemTxtBox * {
  color: var(--fontColor);
}

.associationCompayBlock {
  position: relative;
  z-index: 2;
}
.associationCompayBlock::before {
  content: "";
  position: absolute;
  background-image: url("../img/maSsociationMap.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.05;
  height: 100%;
  width: 79%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .associationCompayBlock::before {
    width: 100%;
  }
}

.associationCompayBlockLogo {
  margin-inline: auto;
  max-width: 530px;
  width: 100%;
  padding-inline: 15px;
}
@media only screen and (max-width: 767px) {
  .associationCompayBlockLogo {
    width: 80%;
  }
}

:root {
  --borderW: 40px;
}

.associationCompayBlockHead {
  margin-bottom: 8%;
}

.associationCompayBlockUl {
  padding-top: var(--borderW);
  position: relative;
}
.associationCompayBlockUl::before {
  content: "";
  position: absolute;
  background-color: var(--redColor);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: var(--borderW);
  width: 1px;
}

.associationCompayBlockUlInner {
  border-top: 2px solid var(--redColor);
  position: relative;
}
.associationCompayBlockUlInner::before, .associationCompayBlockUlInner::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: var(--redColor);
  height: var(--borderW);
  width: 2px;
}
.associationCompayBlockUlInner::before {
  left: 0;
}
.associationCompayBlockUlInner::after {
  right: 0;
}
.associationCompayBlockUlInner ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding-inline: 60px;
}
.associationCompayBlockUlInner ul li {
  background-color: #F6EAE3;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 140px;
  width: 140px;
}
.associationCompayBlockUlInner ul li p {
  line-height: 1.2;
}
.associationCompayBlockUlInner ul li p b {
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .associationCompayBlockUlInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 15px;
    gap: 15px;
  }
  .associationCompayBlockUlInner ul li {
    padding: 10px 5px;
    height: 125px;
    width: 125px;
  }
  .associationCompayBlockUlInner ul li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .associationCompayBlockUlInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 15px;
    gap: 15px;
  }
  .associationCompayBlockUlInner ul li {
    padding: 10px 5px;
    height: 100px;
    width: 100px;
  }
  .associationCompayBlockUlInner ul li p {
    font-size: 12px;
  }
}

.associationCompayListNum {
  color: var(--redColor);
  font-weight: 600;
  line-height: 1;
  font-size: 32px;
  font-family: var(--fontEn);
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 767px) {
  .associationCompayListNum {
    font-size: 23px;
  }
}

.associationCompayBlockUlTitle {
  text-align: center;
  margin-block: 3%;
}
.associationCompayBlockUlTitle span {
  background-color: var(--redColor);
  color: #fff;
  text-align: center;
  display: inline-block;
  padding-inline: 2em;
  padding-block: 0.5em;
  line-height: 1;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .associationCompayBlockUlTitle {
    margin-block: 6%;
  }
}

.associationCompayBlockBody {
  max-width: 530px;
  margin-inline: auto;
  width: 100%;
}
.associationCompayBlockBody dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1em;
  border-bottom: 1px solid #B1B1B1;
}
.associationCompayBlockBody dl dt {
  font-weight: 600;
  width: 8em;
}
.associationCompayBlockBody dl dd {
  width: calc(100% - 8em);
}

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