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

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


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

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..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: #0C6ACF;
  --mainColorDeep: #063669;
  --subColor: #F4952E;
}

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

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

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

.bgMainColorDeep {
  background-color: var(--mainColorDeep);
}

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

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

.grayColor {
  color: #F7F7F7;
}

.bgGrayColor {
  background-color: #F7F7F7;
}

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

.bgGrayColorLight {
  background-color: #f9f9f9;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgBlueLight {
  background-color: #ECF0F3;
}

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

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

:root {
  --fontNum: "Baskervville", serif;
}

.fontNum {
  font-family: var(--fontNum);
  font-variant-numeric: lining-nums tabular-nums; /* 数字を揃える */ /* 旧ブラウザ用 */
  -webkit-font-feature-settings: "lnum", "tnum";
  font-feature-settings: "lnum", "tnum";
}

:root {
  --fontJp: "游ゴシック体", "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: #2C2321;
}

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 {
  word-wrap: break-word; /* 古いブラウザ用 */
  overflow-wrap: break-word; /* 推奨 */
  word-break: break-all; /* 英単語やURLでも強制的に改行 */
  white-space: normal; /* 改行を許可 */
  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;
  }
}
@media screen and (min-width: 960px) {
  .tab {
    display: none !important;
  }
}
.tab {
  display: block !important;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .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: 1070px;
  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;
}

/*マウスストーカー*/
:root {
  --pageFvH: 52vw;
}
@media only screen and (max-width: 767px) {
  :root {
    --pageFvH: 87vw;
  }
}
@media screen and (min-width: 1921px) {
  :root {
    --pageFvH: 32vw;
  }
}

.pageFvBlock {
  position: relative;
  height: var(--pageFvH);
  z-index: 2;
}
.pageFvBlock::before {
  content: "";
  position: absolute;
  background-image: url(../img/apgepageFvArw.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: -30px;
  left: -1%;
  height: var(--pageFvH);
  width: 102%;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  .pageFvBlock::before {
    bottom: -90px;
    height: 52vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageFvBlock::before {
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pageFvBlock::before {
    top: 14px;
  }
}

.pageFvImgBox {
  position: relative;
  height: var(--pageFvH);
  -webkit-mask-image: url(../img/pageFvClip.png);
          mask-image: url(../img/pageFvClip.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: 1;
}
.pageFvImgBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, var(--mainColor), #fff);
  opacity: 0.2;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1921px) {
  .pageFvImgBox {
    height: 33vw;
  }
}

.pageFvBlockImg {
  height: var(--pageFvH);
}

.pageFvTitleBox {
  position: absolute;
  top: 135px;
  left: 60px;
  z-index: 2;
}
.pageFvTitleBox .secnTitleEn {
  margin-bottom: 15px;
}
.pageFvTitleBox .secTitleJp {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1921px) {
  .pageFvTitleBox {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-inline: 60px;
    width: 100%;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 767px) {
  .pageFvTitleBox {
    top: 60px;
    left: 15px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
@media only screen and (max-width: 767px) {
  .menu-btn {
    background-color: var(--mainColor);
    border: none;
    height: 50px;
    width: 50px;
    position: relative;
    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: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*==================================================
 * トップページ
 *================================================*/
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
.breadcrumbBox {
  max-width: 300px;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .breadcrumbBox {
    width: 23.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbBox {
    top: -4.5vw;
  }
}

.breadcrumbs {
  padding-block: 10px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding-block: 3px;
  }
}

.breadcrumbsInner span {
  font-size: 12px;
  font-family: var(--fontJp);
}
.breadcrumbsInner span.current-item {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .breadcrumbsInner span {
    font-size: 10px;
  }
}

/*パンくず終わり*/
/*新着情報------------------------------------*/
.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: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.topicsCard:hover .topTopicsItemTitle {
  color: var(--mainColor);
}

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

/*お問い合わせページ------------------------------------*/
.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 + .submit-btn {
  margin-top: 2%;
}
.submit-btn input {
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding-inline: 3.5em;
  padding-block: 0.7em;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submit-btn input:hover {
  opacity: 0.7;
}
.submit-btn input[name=submitBack] {
  background: #838383;
}
.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(12, 102, 198, 0.12)));
  background: linear-gradient(transparent 50%, rgba(12, 102, 198, 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: #F9F9F9;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h2::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h3 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1.3em;
  padding-block: 0.3em;
  margin-bottom: 3%;
}
.entry h3::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 8px;
  height: 100%;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 20px;
    margin: 12% auto 6%;
    padding-block: 0.3em;
  }
}
.entry h4 {
  position: relative;
  border-bottom: 2px solid #b8b8b8;
  font-size: 22px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-bottom: 0.3em;
  margin-bottom: 2%;
}
.entry h4::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 15%;
  height: 3px;
  background-color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    font-size: 20px;
    margin: 10% auto 6%;
  }
  .entry h4::after {
    width: 35%;
  }
}
.entry h5 {
  font-size: 21px;
  font-weight: 600;
  padding-left: 0.3em;
  padding-block: 0.3em;
  margin-block: 3%;
  border-block: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry h5 {
    font-size: 20px;
    margin: 5% auto 3%;
  }
}
.entry h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .entry h6 {
    font-size: 18px;
  }
}
.entry table {
  margin-bottom: 2%;
}
.entry table tr:nth-child(2n) td {
  background-color: #f7f6f9;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 1rem 2rem;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 0.5em 0.5em;
    border-bottom: 1px solid var(--mainColor);
  }
}
.entry table tr {
  border-bottom: 1px solid var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid var(--mainColor);
}
.entry table td {
  border: 1px solid var(--mainColor);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry table {
    width: 500px;
  }
}
.entry ul {
  margin-bottom: 2%;
  background-color: #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: 20px;
  }
}

.topTopicsItemTime {
  font-size: 14px;
  color: var(--mainColor);
}

.cateCss {
  display: inline-block;
  font-size: 12px;
  background-color: #DEE6F3;
  font-family: var(--fontJp);
  color: var(--mainColor);
  border-radius: 30px;
  padding: 0.5em 0.9em;
  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(--mainColor);
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 12px;
  background-color: #DEE6F3;
  font-family: var(--fontJp);
  color: var(--mainColor);
  border-radius: 30px;
  padding: 0.5em 0.9em;
  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 {
  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: 12px;
  background-color: #DEE6F3;
  font-family: var(--fontJp);
  color: var(--mainColor);
  border-radius: 30px;
  padding: 0.5em 0.9em;
  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 {
  text-align: center;
  color: var(--mainColor);
  border-radius: 50%;
  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 {
  background-color: var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.pagenation ul .prev a i,
.pagenation ul .next a i {
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}
.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);
  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(--mainColor);
}
.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 {
  width: 100%;
}
.sidebarCategoryBlock li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}

.sidebarTitle {
  color: var(--mainColor);
  font-family: var(--fontEn);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5%;
}
.sidebarTitle span {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 600;
  display: 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;
  }
  .sidebarTitle span {
    font-size: 32px;
  }
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.sidebarTagWrap a {
  font-size: 14px !important;
  padding-inline: 1em;
  padding-block: 0.4em;
  border-radius: 30px;
  background-color: #F7F7F7;
}
.sidebarTagWrap a:before {
  content: "#";
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

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

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

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

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

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

.secnTitleEn {
  color: var(--mainColor);
  font-family: var(--fontEn);
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.secnTitleEn::before {
  background-color: var(--mainColor);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 20px;
}
.secnTitleEn.white {
  color: #fff;
}
.secnTitleEn.white::before {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .secnTitleEn {
    margin-bottom: 0;
  }
}

.secTitleJp {
  font-size: clamp(18px, 2.7vw, 34px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.secTitleJp * {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.secTitleJp.__xxs {
  font-size: clamp(16px, 1.9vw, 24px);
  line-height: 1.6;
}
.secTitleJp.__xs {
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.6;
}
.secTitleJp.__s {
  font-size: clamp(20px, 2.5vw, 32px);
}
.secTitleJp.__m {
  font-size: clamp(26px, 3.2vw, 40px);
}
.secTitleJp.__l {
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.secTitleJp.__xl {
  font-size: clamp(36px, 5.7vw, 72px);
  line-height: 1.2;
}
.secTitleJp.__xl * {
  line-height: 1.2;
}
.secTitleJp span {
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .secTitleJp {
    margin-bottom: 0.5em;
    letter-spacing: 0.08em;
  }
  .secTitleJp * {
    letter-spacing: 0.08em;
  }
}

.roll {
  overflow: hidden;
  height: 1.75em;
}
.roll .txt {
  display: block;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}
a:hover .roll .txt {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.commonBtn {
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  padding-inline: 1.3em;
  padding-block: 0.6em;
}

.commonBtnTx {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.commonBtnTx * {
  font-weight: 600;
  letter-spacing: 0.08em;
}

.commonBtnIcon {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 24px;
  z-index: 2;
}
.commonBtnIcon i {
  color: var(--mainColor);
  font-size: 12px;
  line-height: 0;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.commonBtn:hover .commonBtnIcon i {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.commonBtnIcon::before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 35%;
  width: 35%;
  z-index: -1;
}
.commonBtn:hover .commonBtnIcon::before {
  height: calc(100% - 5px);
  width: calc(100% - 5px);
}

/* ---------------------------------
コンポーネント
----------------------------------- */
.slideImg {
  --gap: 15px;
  --height: clamp(120px,21.9vw,280px);
  --px-per-sec: 40;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
}
.slideImg.nameSlide {
  --height: clamp(95px,21.9vw,190px);
}
@media only screen and (max-width: 767px) {
  .slideImg {
    --gap: 8px;
    --px-per-sec: 30;
  }
}

.slideTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.slideTrack + .slideTrack {
  margin-left: var(--gap);
}
.slideTrack img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: var(--height);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.slideTrack img:nth-child(2n) {
  margin-top: 60px;
}
.slideTrack.nameSlideWrap img:nth-child(2n) {
  margin-top: 0;
}

/* 再生用（JSが付与） */
.is-marquee {
  will-change: transform;
  -webkit-animation-name: marquee;
          animation-name: marquee;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  } /* 2セット＝全体幅の -50%で継ぎ目ゼロ */
}

@keyframes marquee {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  } /* 2セット＝全体幅の -50%で継ぎ目ゼロ */
}
/* 省エネ */
@media (prefers-reduced-motion: reduce) {
  .is-marquee {
    -webkit-animation: none;
            animation: none;
  }
}
.featureGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .featureGrid {
    grid-template-columns: 1fr;
  }
}

.featureCard {
  position: relative;
  z-index: 2;
}

.featureCardImgBox {
  overflow: hidden;
  position: relative;
}

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

.featureCardNum {
  color: var(--subColor);
  font-size: 62px;
  font-style: italic;
  position: absolute;
  bottom: -7px;
  right: 5px;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .featureCardNum {
    font-size: 52px;
  }
}

.featureCardInner {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px 20px 60px;
}
@media only screen and (max-width: 959px) {
  .featureCardInner {
    padding: 15px 10px 45px;
  }
}

.featureCardTitleEn {
  color: var(--subColor);
  font-size: 14px;
  font-family: var(--fontEn);
  line-height: 1;
  margin-bottom: 1em;
}
@media only screen and (max-width: 959px) {
  .featureCardTitleEn {
    margin-bottom: 0.5em;
  }
}

.featureCardTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.6em;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .featureCardTitle {
    font-size: 19px;
  }
}

.featureCardTx {
  line-height: 1.7;
  letter-spacing: 0.13em;
}
@media only screen and (max-width: 959px) {
  .featureCardTx {
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureCardTx {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCardTx {
    font-size: 13px;
  }
}

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

.oyherLinkBox {
  display: block;
  position: relative;
  padding-bottom: 59%;
  width: 100%;
  z-index: 2;
}
.oyherLinkBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .oyherLinkBox {
    padding-bottom: 32%;
  }
}
.topServiceOtherLink .oyherLinkBox {
  max-width: 570px;
  margin-inline: auto;
  padding-bottom: 19.4%;
}
.topServiceOtherLink .oyherLinkBox .secnTitleEn {
  margin-bottom: 1.7em;
}
.topServiceOtherLink .oyherLinkBox .secTitleJp {
  font-size: 34px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topServiceOtherLink .oyherLinkBox {
    padding-bottom: 20.5%;
  }
  .topServiceOtherLink .oyherLinkBox .secnTitleEn {
    margin-bottom: 1em;
  }
  .topServiceOtherLink .oyherLinkBox .secTitleJp {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .topServiceOtherLink .oyherLinkBox {
    padding-bottom: 33%;
  }
  .topServiceOtherLink .oyherLinkBox .secnTitleEn {
    margin-bottom: 0.3em;
  }
  .topServiceOtherLink .oyherLinkBox .secTitleJp {
    font-size: 22px;
  }
}

.otherLinkTxtBox {
  position: absolute;
  top: 15px;
  left: 20px;
}
.otherLinkTxtBox .secnTitleEn {
  margin-bottom: 0.2em;
}
.otherLinkTxtBox .secTitleJp {
  font-size: 24px;
}
@media only screen and (max-width: 959px) {
  .otherLinkTxtBox {
    top: 10px;
    left: 15px;
  }
  .otherLinkTxtBox .secnTitleEn {
    font-size: 16px;
  }
  .otherLinkTxtBox .secTitleJp {
    font-size: 20px;
  }
}

.troubleBlock {
  background-color: #DEE6F3;
  padding-inline: 60px;
  padding-block: 120px 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .troubleBlock {
    padding-inline: 30px;
    padding-block: 90px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .troubleBlock {
    padding-block: 30px;
    padding-inline: 15px;
  }
}

.troubleBlockTitleEn {
  color: var(--mainColor);
  font-family: var(--fontEn);
  text-align: center;
  font-size: clamp(64px, 11vw, 140px);
  line-height: 1;
  letter-spacing: 0.05em;
  opacity: 0.1;
  margin-block: -200px 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .troubleBlockTitleEn {
    margin-block: -125px 0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .troubleBlockTitleEn {
    margin-block: -65px 0.2em;
  }
}

.troubleBlockTitleJp {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 1.3em;
}
.troubleBlockTitleJp span {
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .troubleBlockTitleJp {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .troubleBlockTitleJp {
    font-size: 24px;
    margin-bottom: 0.7em;
  }
}

.troubleBlockList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
.troubleBlockList .troubleBlockListItem {
  background-color: #fff;
  padding: 1.3em;
  position: relative;
  font-size: 18px;
}
.troubleBlockList .troubleBlockListItem::before {
  content: "";
  background-color: var(--mainColor);
  position: absolute;
  bottom: 5px;
  right: 5px;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  height: 13px;
  width: 13px;
}
.troubleBlockList .troubleBlockListItem span {
  color: var(--subColor);
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .troubleBlockList {
    gap: 20px;
  }
  .troubleBlockList .troubleBlockListItem {
    padding: 0.6em 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  .troubleBlockList {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .troubleBlockList .troubleBlockListItem {
    padding: 1em 0.9em;
    font-size: 16px;
  }
}

.troubleServiceItem {
  background-color: #F7F7F7;
  display: grid;
  grid-template-columns: 42% 58%;
  padding: 20px;
}
.troubleServiceItem + .troubleServiceItem {
  margin-top: 20px;
}
.troubleServiceItem.active {
  background-color: #DEE6F3;
}
@media only screen and (max-width: 767px) {
  .troubleServiceItem {
    grid-template-columns: 1fr;
    padding: 20px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .troubleServiceItemInner {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .troubleServiceItemInner {
    padding-top: 20px;
  }
}

.troubleServiceItemLabel {
  background-color: var(--mainColor);
  color: #fff;
  line-height: 1;
  padding-inline: 0.4em;
  padding-block: 0.3em;
  margin-bottom: 1em;
  font-size: 24px;
  display: inline-block;
}
.troubleServiceItemLabel small {
  font-size: 55%;
  font-family: var(--fontEn);
  line-height: 1;
  margin-right: 0.5em;
}
.troubleServiceItem.active .troubleServiceItemLabel {
  font-size: 14px;
}
@media only screen and (max-width: 959px) {
  .troubleServiceItemLabel {
    font-size: 18px;
  }
}
.troubleServiceItemTitle {
  color: var(--mainColor);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 959px) {
  .troubleServiceItemTitle {
    font-size: 22px;
  }
}
.troubleServiceItemtx {
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.troubleServiceItemInfo {
  background-color: #fff;
  padding: 30px 20px;
  margin-top: 20px;
}
.troubleServiceItemInfoTitle {
  color: var(--mainColor);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.7em;
  letter-spacing: 0.08em;
}
.troubleServiceItemInfoList li {
  margin-block: 0.2em;
}
@media only screen and (max-width: 767px) {
  .troubleServiceItemInfo {
    padding: 20px 15px;
  }
}

.serviceMainBlock {
  position: relative;
  z-index: 0;
}
.serviceMainBlock::before {
  content: "";
  position: absolute;
  background-image: url(../img/service_bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .serviceMainBlock::before {
    background-image: url(../img/service_bg_sp.png);
  }
}

.serviceMainImg {
  max-width: 602px;
  margin-inline: auto;
}

.serviceListLinkBoxTitle {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.serviceListLinkBoxTitle::before {
  background-color: var(--mainColor);
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
}
.serviceListLinkBoxTitle > span {
  display: inline-block;
  background-color: #fff;
  padding-inline: 1.5em;
}
.serviceListLinkBoxTitle .txtGrade {
  font-size: 32px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.08em;
}

.serviceListLinkUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.serviceListLinkUl li {
  width: 25%;
}
.serviceListLinkUl li:first-child a {
  border-left: 1px solid var(--mainColor);
}
.serviceListLinkUl li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1em;
  border-right: 1px solid var(--mainColor);
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .serviceListLinkUl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
  .serviceListLinkUl li {
    width: calc(50% - 5px);
  }
  .serviceListLinkUl li:nth-child(3) a {
    border-left: 1px solid var(--mainColor);
  }
}

.serviceListLinkTx {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.serviceListLinkUl a:hover .serviceListLinkTx {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .serviceListLinkTx {
    font-size: 14px;
  }
}

.serviceListLinkIcon {
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 20px;
  width: 20px;
}
.serviceListLinkUl a:hover .serviceListLinkIcon {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.serviceListLinkIcon i {
  color: #fff;
  font-size: 70%;
}
@media only screen and (max-width: 767px) {
  .serviceListLinkIcon {
    height: 15px;
    width: 15px;
  }
}

.serviceItem {
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serviceItem.__revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .serviceItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .serviceItem.__revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.serviceItemImg {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .serviceItemImg {
    height: 100%;
  }
  .serviceItemImgBox {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .serviceItemImg {
    padding-bottom: 100%;
  }
}

.serviceItemImgIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-inline: 30px;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceItemImgIcon {
    padding-inline: 10px;
  }
}

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

.serviceItemTitleBox {
  background: linear-gradient(135deg, var(--subColor) 0%, #0C6ACF 32%, #063669 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 130px;
}
@media only screen and (max-width: 959px) {
  .serviceItemTitleBox {
    min-height: 70px;
  }
}

.serviceItemNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  width: 140px;
}
.serviceItemNum .serviceItemNumEn {
  color: #fff;
  font-size: 20px;
  font-family: var(--fontEn);
}
.serviceItemNum .serviceItemNumTx {
  color: #fff;
  font-size: 64px;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .serviceItemNum {
    padding: 10px;
    width: 90px;
  }
  .serviceItemNum .serviceItemNumEn {
    font-size: 12px;
  }
  .serviceItemNum .serviceItemNumTx {
    font-size: 25px;
  }
}

.serviceItemTitle {
  border-left: 1px solid #fff;
  padding: 30px;
  width: calc(100% - 140px);
}
.serviceItemTitle .serviceItemTitleEn {
  color: #fff;
  font-size: 18px;
  font-family: var(--fontEn);
  margin-bottom: 0.4em;
}
.serviceItemTitle .serviceItemTitleJp {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.serviceItemTitle .serviceItemTitleJp small {
  font-size: 63%;
  line-height: 1;
}
@media only screen and (max-width: 959px) {
  .serviceItemTitle {
    padding: 10px 20px;
    width: calc(100% - 90px);
  }
  .serviceItemTitle .serviceItemTitleEn {
    font-size: 12px;
    margin-bottom: 0;
  }
  .serviceItemTitle .serviceItemTitleJp {
    font-size: 22px;
    line-height: 1;
  }
}

.serviceItemInner {
  padding: 30px 40px;
}
@media only screen and (max-width: 959px) {
  .serviceItemInner {
    padding: 15px 20px;
  }
}

.serviceItemInnerTitle {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0.2em;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .serviceItemInnerTitle {
    font-size: 22px;
  }
}

.serviceItemInnerTx {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 18px;
}
@media only screen and (max-width: 959px) {
  .serviceItemInnerTx {
    font-size: 13px;
    line-height: 1.6;
  }
}

.serviceItemInnerInfo {
  background-color: #fff;
  position: relative;
}
.serviceItemInnerInfo .serviceItemInnerInfoTitle {
  color: var(--mainColor);
  background-color: #DEE6F3;
  padding-inline: 1.3em;
  padding-block: 0.3em;
  font-size: 18px;
  font-weight: 600;
}
.serviceItemInnerInfo .serviceItemInnerInfoList {
  padding: 20px 30px;
}
.serviceItemInnerInfo .serviceItemInnerInfoList.__service02 {
  width: 60%;
}
.serviceItemInnerInfo .serviceItemInnerInfoList li {
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  margin-block: 0.3em;
}
.serviceItemInnerInfo .serviceItemInnerInfoList li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--mainColor);
  border-radius: 50%;
  height: 6px;
  width: 6px;
}
@media only screen and (max-width: 959px) {
  .serviceItemInnerInfo .serviceItemInnerInfoTitle {
    padding-inline: 1.1em;
    padding-block: 0.4em;
    font-size: 16px;
  }
  .serviceItemInnerInfo .serviceItemInnerInfoList {
    padding: 15px 20px;
  }
  .serviceItemInnerInfo .serviceItemInnerInfoList.__service02 {
    padding: 15px 20px 90px;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceItemInnerInfo .serviceItemInnerInfoList li {
    font-size: 14px;
  }
}

.serviceInfo__icons {
  position: absolute;
  bottom: 0;
  right: 10px;
  max-width: 232px;
  width: 40%;
}

.flowItem {
  background-color: #F3F7FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flowItem + .flowItem {
  margin-top: 20px;
}

.flowItemNum {
  border-right: 1px dashed #AECCEC;
  padding-inline: 25px;
  padding-block: 15px;
  width: 95px;
  position: relative;
}
.flowItemNum::before {
  content: "";
  position: absolute;
  background-color: var(--mainColor);
  top: 5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.7;
  height: calc(100% - 2.5em);
  width: 12px;
}
.flowItem:last-child .flowItemNum::before {
  content: none;
}
.flowItemNum .flowItemNumTx {
  color: var(--mainColor);
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .flowItemNum {
    padding-inline: 15px;
    width: 60px;
  }
  .flowItemNum::before {
    width: 8px;
  }
  .flowItemNum .flowItemNumTx {
    font-size: 28px;
  }
}

.flowItemTxBox {
  padding-inline: 30px;
  padding-block: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 95px);
}
.flowItemTxBox .flowItemTitleBox {
  padding-right: 20px;
  width: calc(100% - 200px);
}
.flowItemTxBox .flowItemImgBox {
  border-radius: 50%;
  overflow: hidden;
  height: 200px;
  width: 200px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .flowItemTxBox .flowItemTitleBox {
    width: calc(100% - 160px);
  }
  .flowItemTxBox .flowItemImgBox {
    height: 160px;
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .flowItemTxBox {
    padding-inline: 15px;
    padding-block: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 60px);
  }
  .flowItemTxBox .flowItemTitleBox {
    padding-right: 0;
    width: 100%;
  }
  .flowItemTxBox .flowItemImgBox {
    margin-inline: auto;
    margin-top: 10px;
    height: 130px;
    width: 130px;
  }
}

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

.flowItemImg {
  height: 100%;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .faqBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faqBlock .faqTitleBox {
    width: 40%;
  }
  .faqBlock .faqBox {
    width: 60%;
  }
}

.faqItem {
  border-bottom: 1px solid #D1D1D1;
}

.faqItemTitleBox {
  display: grid;
  grid-template-columns: 30px auto 25px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-block: 20px;
  gap: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faqItemTitleBox {
    grid-template-columns: 20px auto 25px;
    padding-block: 20px 10px;
  }
}

.faqItemTitleEn {
  color: var(--mainColor);
  font-size: 32px;
  font-family: var(--fontEn);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .faqItemTitleEn {
    font-size: 20px;
  }
}

.faqItemTitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .faqItemTitle {
    font-size: 17px;
  }
}

.faqItemIcon {
  border-radius: 50%;
  background-color: var(--mainColor);
  position: relative;
  height: 25px;
  width: 25px;
}
.faqItemIcon::before, .faqItemIcon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 1px;
  width: 12px;
}
.faqItemIcon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faqItemIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.faqItemTitleBox.open .faqItemIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .faqItemIcon {
    height: 20px;
    width: 20px;
  }
  .faqItemIcon::before, .faqItemIcon::after {
    width: 8px;
  }
}

.faqItemAns {
  padding-bottom: 20px;
  display: none;
}
.faqItemAns p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .faqItemAns {
    padding-bottom: 10px;
  }
}

.caseTitleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.caseTitleBox .commonTx {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .caseTitleBox {
    grid-template-columns: 1fr;
  }
  .caseTitleBox .commonTx {
    padding-left: 0;
  }
}

.caseSlider {
  margin-right: -60px;
  width: calc(100% + 80px);
}
.caseSlider .swiper-scrollbar {
  margin-inline: auto;
  max-width: 1160px !important;
  width: calc(100% - 70px) !important;
}
.caseSlider .swiper-scrollbar-drag {
  background-color: var(--mainColor) !important;
}

.caseControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.caseControls .caseNav,
.caseControls .caseNav {
  cursor: pointer;
  background-color: var(--subColor);
  border: none;
  color: #fff;
  border-radius: 50%;
  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: 30px;
  width: 30px;
}
.caseControls .caseNav i,
.caseControls .caseNav i {
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.caseControls .caseNav:hover i,
.caseControls .caseNav:hover i {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.caseCardImgBox {
  overflow: hidden;
}
.caseCardImgBox .caseCardImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 67%;
  width: 100%;
}
.caseCard:hover .caseCardImgBox .caseCardImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.caseCardInner {
  padding-block: 20px;
}
.caseCardInner .caseCardTitle {
  border-bottom: 1px solid #D1D1D1;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .caseCardInner .caseCardTitle {
    font-size: 16px;
  }
}

.caseCardCompanyName {
  color: var(--mainColor);
  margin-bottom: 10px;
}

.caseCardTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
.caseCardTags .caseCardCate {
  color: var(--mainColor);
  background-color: #DEE6F3;
  border-radius: 30px;
  font-size: 12px;
  padding-inline: 1em;
  padding-block: 0.4em;
}
.caseCardTags .caseCardTag {
  background-color: #F7F7F7;
  border-radius: 30px;
  font-size: 12px;
  padding-inline: 1em;
  padding-block: 0.4em;
}
@media only screen and (max-width: 767px) {
  .caseCardTags .caseCardCate {
    font-size: 10px;
  }
}

.caseCardMore {
  color: var(--subColor);
  font-weight: 600;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.caseCardMore .caseCardIcon {
  position: relative;
  background-color: rgba(244, 149, 46, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 24px;
  z-index: 2;
}
.caseCardMore .caseCardIcon i {
  color: #fff;
  font-size: 12px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.caseCard:hover .caseCardMore .caseCardIcon i {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.caseCardMore .caseCardIcon::before {
  content: "";
  position: absolute;
  background-color: var(--subColor);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 35%;
  width: 35%;
  z-index: -1;
}
.caseCard:hover .caseCardMore .caseCardIcon::before {
  height: calc(100% - 5px);
  width: calc(100% - 5px);
}

.circleTx {
  opacity: 0.05;
  position: absolute;
  z-index: 1;
}
.circleTx img {
  -webkit-animation: roring 80s linear;
          animation: roring 80s linear;
}
.circleTx.__pageFv {
  top: -83vw;
  left: -70vw;
  z-index: -1;
  width: 120%;
}
.circleTx.__topMessage {
  top: 115%;
  right: -40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.circleTx.__aboutTop {
  top: -35%;
  left: -50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.circleTx.__aboutBlock {
  bottom: -30%;
  left: 35%;
  right: -35%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .circleTx.__topMessage {
    top: 30%;
    right: -65%;
    left: 20%;
  }
}

@-webkit-keyframes roring {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes roring {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.serviceOtherLinks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .serviceOtherLinks {
    grid-template-columns: 1fr;
  }
}

.serviceOtherItem {
  display: block;
}

.serviceOtherItemImgBox {
  overflow: hidden;
}
.serviceOtherItemImgBox .serviceOtherItemImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 49%;
  width: 100%;
}
.serviceOtherItem:hover .serviceOtherItemImgBox .serviceOtherItemImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .serviceOtherItemImgBox .serviceOtherItemImg {
    padding-bottom: 38%;
  }
}

.serviceOtherItemTxBox {
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  padding: 17px 20px;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceOtherItemTxBox {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceOtherItemTxBox {
    padding: 15px;
  }
}

.serviceOtherItemTitle {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 959px) {
  .serviceOtherItemTitle {
    font-size: 20px;
  }
}

.serviceOtherItemTx {
  font-size: 15px;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .serviceOtherItemTx {
    font-size: 12px;
  }
}

.serviceOtherItemIcon {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  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: 26px;
  width: 26px;
  z-index: 2;
}
.serviceOtherItemIcon i {
  color: var(--mainColor);
  font-size: 12px;
  line-height: 0;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
a:hover .serviceOtherItemIcon i {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.serviceOtherItemIcon::before {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 35%;
  width: 35%;
  z-index: -1;
}
a:hover .serviceOtherItemIcon::before {
  height: calc(100% - 3px);
  width: calc(100% - 3px);
}
@media only screen and (max-width: 959px) {
  .serviceOtherItemIcon {
    height: 20px;
    width: 20px;
  }
}

.widgetBox {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 998;
}
.widgetBox:hover {
  opacity: 0.9;
}
@media print, screen and (min-width: 768px) {
  .widgetBox {
    bottom: 190px;
    right: 30px;
    width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .widgetBox {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .widgetLink {
    background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
    background: linear-gradient(to right, #0C6ACF, #063669);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 40px;
  }
  .widgetLink p {
    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;
    gap: 10px;
  }
  .widgetLink .widgetBoxIcon {
    font-size: 20px;
    line-height: 1;
  }
  .widgetLink .widgetBoxTx {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}

.overlay {
  display: none;
  position: fixed;
  background: #000;
  opacity: 0.8;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9998;
}

.modalCnt {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 330px;
  width: 100%;
  z-index: 9999;
}
.modalCnt .modalCntInner {
  background-color: #fff;
  padding: 40px 20px 20px;
  position: relative;
}

.modalCntClose {
  cursor: pointer;
  position: absolute;
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
}
.modalCntClose i {
  color: #fff;
}

.modalCntBtn {
  display: inline-block;
  background-color: var(--mainColor);
  padding-inline: 1.5em;
  padding-block: 0.5em;
  margin-bottom: 10px;
}
.modalCntBtn .modalCntBtnTx {
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.modalCntBtn .modalCntNum {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.modalCntBtn .modalCntBtnIcon {
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
}
.modalCntBtn .modalCntBtnIcon i {
  color: var(--mainColor);
}
.modalCntBtn .modalCntBtnNumber {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

/*==================================================
 * ヘッダー
*================================================*/
header {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 15px;
  margin-inline: auto;
  max-width: 1280px;
  width: 100%;
  z-index: 999;
}
@media only screen and (min-width: 1280px) {
  header {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding-left: 10px;
  }
}

.headerInner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 65px auto;
  gap: 20px;
}
@media only screen and (min-width: 1280px) {
  .headerInner {
    grid-template-columns: 125px auto;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerInner {
    grid-template-columns: 125px auto;
  }
}
@media only screen and (max-width: 767px) {
  .headerInner {
    grid-template-columns: 105px auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}

.headerLogoLink h1 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .headerLogoLink h1 {
    font-size: 10px;
  }
}
.headerLogoLink img {
  margin: 3px 0 0;
  max-width: 115px;
}
@media only screen and (max-width: 767px) {
  .headerLogoLink img {
    max-width: 85px;
  }
}

.headerListMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.headerListMenu li a,
.headerListMenu li .hoverMenuLink {
  font-weight: 600;
  display: block;
  font-size: clamp(12px, 1.3vw, 16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-block: 0.6em 0.3em;
}
.headerListMenu li a:hover,
.headerListMenu li .hoverMenuLink:hover {
  opacity: 0.7;
  color: var(--mainColor);
}
.headerListMenu li .hoverMenuLink {
  position: relative;
  padding-right: 20px;
}
.headerListMenu li .hoverMenuLink::before {
  background-color: var(--mainColor);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  height: 12px;
  width: 14px;
}
@media only screen and (min-width: 1280px) {
  .headerListMenu {
    gap: 25px;
  }
  .headerListMenu li a,
  .headerListMenu li .hoverMenuLink {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerListMenu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0;
  }
  .headerListMenu li a,
  .headerListMenu li .hoverMenuLink {
    padding-block: 0;
    padding-inline: 1em;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .headerListMenu {
    display: block;
  }
  .headerListMenu li {
    border-bottom: 1px solid #C1C1C1;
  }
  .headerListMenu li a,
  .headerListMenu li .hoverMenuLink {
    color: var(--mainColor);
    font-size: 16px;
    padding-block: 0.6em;
  }
  .headerListMenu li .hoverMenuLink.open::before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}

.hoverMenuInner {
  padding-inline: 15px;
  padding-block: 20px;
  margin-inline: auto;
  max-width: 1280px;
  width: 100%;
}
.hoverMenuInner .secnTitleEn {
  color: var(--fontColor);
  font-size: 12px;
  margin-bottom: 0.7em;
}
.hoverMenuInner .secnTitleEn::before {
  background-color: var(--fontColor);
}
.hoverMenuInner .secTitleJp {
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .hoverMenuInner {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
  .hoverMenu:hover .hoverMenuInner {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .hoverMenuInner {
    display: none;
    padding-block: 0 20px;
  }
}

.hoverMenuWrap {
  max-width: 740px;
  margin-inline: auto;
}

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

@media only screen and (max-width: 767px) {
  .hoverMenuItem {
    padding-block: 0.3em !important;
  }
}

.hoverMenuItemImgBox {
  overflow: hidden;
  margin-bottom: 0.7em;
}
.hoverMenuItemImgBox .hoverMenuItemImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 66%;
  width: 100%;
}
.hoverMenuItem:hover .hoverMenuItemImgBox .hoverMenuItemImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .hoverMenuItemImgBox {
    display: none;
  }
}

.hoverMenuItemtx {
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .hoverMenuItemtx {
    font-size: 14px;
    color: var(--fontColor);
  }
}

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

.headerNavInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerNavInner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .headerNavInner {
    -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;
  }
}

.spTelBox {
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
}
.spTelBox i {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spTelBox {
    height: 30px;
    width: 30px;
  }
}

.headerTelCnt {
  --gap: 5px;
  --iconSize: 16px;
}
.headerTelCnt .telTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap);
}
.headerTelCnt .telTxt span {
  line-height: 1.3;
}
.headerTelCnt .telTxt__icon {
  background-color: var(--mainColor);
  border-radius: 50%;
  overflow: hidden;
  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: var(--iconSize);
  width: var(--iconSize);
}
.headerTelCnt .telTxt__icon i {
  color: #fff;
  line-height: 1;
  font-size: 8px;
}
.headerTelCnt .telTxt__name {
  font-size: 12px;
}
.headerTelCnt .telTxt__number {
  font-family: var(--fontNum);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.headerTelCnt .telSales {
  font-size: 12px;
  padding-left: calc(var(--gap) + var(--iconSize));
}
@media only screen and (max-width: 767px) {
  .headerTelCnt {
    --gap: 10px;
    --iconSize: 23px;
  }
  .headerTelCnt .telTxt__icon i {
    font-size: 12px;
  }
  .headerTelCnt .telTxt__name {
    font-size: 16px;
  }
  .headerTelCnt .telTxt__number {
    font-size: 26px;
  }
  .headerTelCnt .telSales {
    font-size: 16px;
  }
}

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

.headerContactBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-inline: 0.7em;
  padding-block: 1.2em;
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerContactBtn:hover {
  opacity: 0.7;
}
.headerContactBtn .contactBtnIcon i {
  color: #fff;
  font-size: 18px;
}
.headerContactBtn .contactBtnTxt {
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 14px;
}
@media only screen and (min-width: 1280px) {
  .headerContactBtn {
    padding-inline: 1em;
    padding-block: 1.3em;
  }
  .headerContactBtn .contactBtnTxt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerContactBtn {
    padding-inline: 0.6em;
    padding-block: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .headerContactBtn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .headerContactBtn .contactBtnIcon i {
    font-size: 24px;
  }
  .headerContactBtn .contactBtnTxt {
    font-size: 18px;
  }
}

.overRayBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 25px;
}
@media only screen and (min-width: 1280px) {
  .overRayBlock {
    gap: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    display: block;
    background-color: #fff;
    position: fixed;
    top: 50px;
    left: 0;
    padding-inline: 25px;
    padding-block: 5%;
    overflow-y: scroll;
    height: calc(100dvh - 50px);
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .headerLinkBox {
    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;
  }
}

.groupLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
.groupLink a {
  font-size: 12px;
  position: relative;
  display: block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .groupLink {
    padding-right: 15px;
  }
}

/*==================================================
 * フッター
*================================================*/
.footerContact {
  background: linear-gradient(135deg, var(--subColor) 0%, #0C6ACF 32%, #063669 100%);
  position: relative;
  padding: 50px 50px 140px;
  margin-bottom: 60px;
  overflow: hidden;
  z-index: 2;
}
.footerContact::before {
  content: "";
  position: absolute;
  background-image: url(../img/footerContactBg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerContact {
    padding: 25px 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footerContact {
    padding: 30px 20px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .footerContactTxBox .secTitleJp {
    font-size: 22px;
  }
}

.footerContactTx {
  position: absolute;
  font-size: clamp(100px, 11.7vw, 200px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.07);
  bottom: -25px;
  left: 0;
}

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

.footerContactBtn {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 35px 40px;
}
@media only screen and (max-width: 959px) {
  .footerContactBtn {
    padding: 20px;
    gap: 15px;
  }
}

.footerContactBtnIcon i {
  color: var(--fontColor);
  font-size: 40px;
}
@media only screen and (max-width: 959px) {
  .footerContactBtnIcon i {
    font-size: 26px;
  }
}

.footerContactBtnTxt {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.footerContactBtnTxt * {
  font-weight: 600;
  letter-spacing: 0.08em;
}
.footerContactBtnTxt small {
  font-size: 78%;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .footerContactBtnTxt {
    font-size: 22px;
  }
}

.footerContactBtnArw {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(12, 106, 207, 0.6);
  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;
  right: 20px;
  height: 30px;
  width: 30px;
}
.footerContactBtnArw i {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  opacity: 0;
}
.footerContactBtn:hover .footerContactBtnArw i {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.footerContactBtnArw::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--mainColor);
  border-radius: 50%;
  height: 45%;
  width: 45%;
}
.footerContactBtn:hover .footerContactBtnArw::before {
  height: calc(100% - 5px);
  width: calc(100% - 5px);
}

.footerTelCnt {
  --gap: 17px;
  --iconSize: 32px;
}
.footerTelCnt .telTxt {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap);
}
.footerTelCnt .telTxt span {
  line-height: 1.3;
}
.footerTelCnt .telTxt__icon {
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  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: var(--iconSize);
  width: var(--iconSize);
}
.footerTelCnt .telTxt__icon i {
  color: var(--mainColor);
  line-height: 1;
  font-size: 16px;
}
.footerTelCnt .telTxt__name {
  color: #fff;
  font-size: 24px;
}
.footerTelCnt .telTxt__number {
  color: #fff;
  font-family: var(--fontNum);
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.footerTelCnt .telSales {
  color: #fff;
  font-size: 26px;
  padding-left: calc(var(--gap) + var(--iconSize));
}
.footerTelCnt.__contactPage {
  display: inline-block;
}
.footerTelCnt.__contactPage .telTxt {
  color: var(--fontColor);
}
.footerTelCnt.__contactPage .telTxt span {
  color: var(--fontColor);
}
.footerTelCnt.__contactPage .telTxt__icon {
  background-color: var(--mainColor);
}
.footerTelCnt.__contactPage .telTxt__icon i {
  color: #fff;
}
.footerTelCnt.__contactPage .telSales {
  color: var(--fontColor);
  margin-top: 0.1em;
  font-size: 22px;
}
@media only screen and (max-width: 959px) {
  .footerTelCnt {
    --gap: 9px;
    --iconSize: 24px;
  }
  .footerTelCnt .telTxt__icon i {
    font-size: 13px;
  }
  .footerTelCnt .telTxt__name {
    font-size: 15px;
  }
  .footerTelCnt .telTxt__number {
    font-size: 24px;
  }
  .footerTelCnt .telSales {
    font-size: 15px;
  }
  .footerTelCnt.__contactPage .telSales {
    font-size: 16px;
  }
}

footer {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  footer {
    margin-bottom: 40px;
  }
}

.footerBg {
  background: linear-gradient(to bottom, transparent 330px, var(--fontColor) 330px);
  padding-bottom: 90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerBg {
    background: linear-gradient(to bottom, transparent 210px, var(--fontColor) 210px);
  }
}
@media only screen and (max-width: 767px) {
  .footerBg {
    background: linear-gradient(to bottom, transparent 170px, var(--fontColor) 170px);
    padding-bottom: 45px;
  }
}

.footerInner {
  display: grid;
  grid-template-columns: 0.35fr 0.5fr 0.25fr;
  gap: 20px;
}
@media only screen and (max-width: 959px) {
  .footerInner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.footerLogoLink {
  display: inline-block;
}

.footerLogoTx {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.headerInfo .footerLogoTx {
  color: var(--fontColor);
}

.footerLogoImg {
  width: 180px;
}

.footerAddress + .footerAddress {
  margin-top: 30px;
}
.footerAddress .footerAddressTitle {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.headerInfo .footerAddress .footerAddressTitle {
  color: var(--fontColor);
}
.footerAddress p {
  color: #fff;
  font-size: 14px;
}
.headerInfo .footerAddress p {
  color: var(--fontColor);
}

.footerSiteMap {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 10px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footerSiteMap {
    padding-left: 40px;
    border-left: 1px solid #fff;
  }
}
@media only screen and (max-width: 959px) {
  .footerSiteMap {
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerSiteMap {
    padding-left: 0;
    border-left: none;
  }
}

.footerSiteMapCnt dl + dl {
  margin-top: 15px;
}
.footerSiteMapCnt dt {
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}
.footerSiteMapCnt dd ul li {
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  position: relative;
  margin-block: 3px;
}
.footerSiteMapCnt dd ul li::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 10px;
}

.footerGroupLink {
  text-align: center;
  position: relative;
}
.footerGroupLink .footerGroupBnr {
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerGroupLink .footerGroupBnr {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .footerGroupLink .footerGroupBnr {
    margin-bottom: 5px;
    width: 80%;
  }
}

.footerSnsBox {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footerSnsBox .footerSnsIcon {
  font-size: 40px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .footerSnsBox {
    position: static;
    text-align: right;
  }
}

.copyLight {
  color: #fff;
  background-color: var(--mainColor);
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding-block: 0.5em 0.7em;
}
@media only screen and (max-width: 767px) {
  .copyLight {
    font-size: 12px;
  }
}

/*==================================================
 * トップページ
*================================================*/
.topArw {
  position: relative;
  height: 85.8vw;
  z-index: 2;
}
.topArw::before {
  content: "";
  position: absolute;
  background-image: url(../img/arw_top.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -20px;
  left: 0;
  height: 85.8vw;
  width: 102%;
  z-index: 2;
}
.topArw.__aboutCom {
  z-index: -1;
}

.topArwClip {
  position: relative;
  height: 85.8vw;
  -webkit-mask-image: url(../img/clip_top.png);
          mask-image: url(../img/clip_top.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  z-index: 2;
}

.bottomArw {
  position: relative;
  height: 85.8vw;
  z-index: 2;
}
.bottomArw::before {
  content: "";
  position: absolute;
  background-image: url(../img/arw.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  bottom: -20px;
  left: 0;
  height: 85.8vw;
  width: 102%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .bottomArw {
    height: 112vw;
  }
  .bottomArw::before {
    height: 115vw;
  }
}

.bottomArwClip {
  position: relative;
  height: 85.8vw;
  -webkit-mask-image: url(../img/clip_bottom.png);
          mask-image: url(../img/clip_bottom.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
@media only screen and (max-width: 767px) {
  .bottomArwClip {
    height: 115vw;
  }
}

.topFv {
  height: 100vh;
}
.topFv::before {
  height: 70vh;
  background-image: url(../img/topFv_arw.png);
  background-position: center bottom;
  bottom: -2vw;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFv {
    height: 100vw;
  }
  .topFv::before {
    height: 75vw;
    bottom: -3vw;
  }
}
@media only screen and (max-width: 767px) {
  .topFv {
    height: 145vw;
  }
  .topFv::before {
    height: 75vw;
  }
}

.topFvBoxInner {
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  height: 100vh;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvBoxInner {
    height: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .topFvBoxInner {
    height: 145vw;
  }
}

.topHeadBg {
  background: #F7F7F7;
  padding-bottom: 20vw;
}
@media only screen and (max-width: 767px) {
  .topHeadBg {
    padding-bottom: 30vw;
  }
}

.topFvBoxImg {
  padding-bottom: 100vh;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvBoxImg {
    padding-bottom: 100vw;
  }
}
@media only screen and (max-width: 767px) {
  .topFvBoxImg {
    padding-bottom: 145vw;
  }
}

.topFvVideo {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
  .topFvVideo {
    display: none;
  }
  .topFvBoxImg {
    display: block;
  }
}
.freeeIcon {
  position: absolute;
  bottom: 32vw;
  right: 7vw;
  width: 17vw;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .freeeIcon {
    bottom: 32vw;
    right: 3vw;
    width: 19vw;
  }
}
@media only screen and (max-width: 767px) {
  .freeeIcon {
    bottom: 36vw;
    right: 2vw;
    width: 24vw;
  }
}

.topFvTxBox {
  position: absolute;
  top: 27%;
  left: 5%;
  z-index: 2;
}
.topFvTxBox .topFvTitleEn {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: clamp(42px, 7.5vw, 95px);
  font-family: var(--fontEn);
  line-height: 1;
  font-style: italic;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  left: 20px;
}
.topFvTxBox .topFvTitleJp {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: clamp(20px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  text-indent: -2.2em;
  margin-left: 5em;
  margin-top: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topFvTxBox {
    top: 40%;
    left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .topFvTxBox {
    top: 44%;
    left: 3%;
  }
  .topFvTxBox .topFvTitleJp {
    margin-left: 3.5em;
  }
}

.topMessageHeadBox {
  position: relative;
  z-index: 2;
}
.topMessageHeadBox .commonTitleBox .commonTxt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .topMessageHeadBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topMessageHeadBox .secTitleBox {
    width: 55%;
  }
  .topMessageHeadBox .commonTitleBox {
    padding-left: 60px;
    width: 45%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topMessageHeadBox {
    display: block;
  }
  .topMessageHeadBox .secTitleBox {
    width: 100%;
  }
  .topMessageHeadBox .commonTitleBox {
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  .topMessageHeadBox .commonTitleBox .commonTxt {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .topMessageHeadBox .commonTitleBox .commonTxt {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}

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

.topValDl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #BFBFBF;
  display: grid;
  grid-template-columns: 70px auto;
  padding-block: 20px;
  gap: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topValDl {
    grid-template-columns: 50px auto;
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .topValDl {
    grid-template-columns: 35px auto;
    padding-block: 15px;
    gap: 15px;
  }
}

.topValIcon {
  background-color: var(--subColor);
  border-radius: 50%;
  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: 70px;
  width: 70px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topValIcon {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .topValIcon {
    height: 35px;
    width: 35px;
  }
}

.topValTx {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.topValTx * {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.topValTx span {
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topValTx {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .topValTx {
    font-size: 17px;
  }
}

.topService {
  --posi: -32vw;
  position: relative;
  background: #fff;
}
.topService .topArw {
  position: absolute;
  margin-top: var(--posi);
  width: 100%;
}
.topService .topArw::before {
  top: -45px;
}
.topService .topServiceArw {
  background-color: #fff;
  height: 85.8vw;
  position: relative;
  z-index: 1;
}
.topService .topServiceInner {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .topServiceHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .topServiceHead .secTitleBox {
    padding-right: 3%;
    width: 35%;
  }
  .topServiceHead .commonTitleBox {
    width: 65%;
  }
}

.topServiceFootArw {
  margin-top: -59vw;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .topAboutMain img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media print, screen and (min-width: 768px) {
  .topAboutHead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .topAboutHead .secTitleBox {
    width: 40%;
  }
  .topAboutHead .commonTitleBox {
    padding-left: 5%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .topAboutHead .commonTitleBox {
    padding-left: 0;
    padding-top: 3%;
  }
}

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

.topAboutLinkImgBox {
  overflow: hidden;
  margin-bottom: 10px;
}
.topAboutLinkImgBox .topAboutLinkImg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 100%;
  width: 100%;
}
.topAboutLink:hover .topAboutLinkImgBox .topAboutLinkImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .topAboutLinkImgBox .topAboutLinkImg {
    padding-bottom: 60%;
    background-position: center 20%;
  }
}

.topAboutLinkTx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topAboutLinkTx .topAboutLinkTitle {
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.topAboutLinkTx .topAboutLinkMore {
  color: var(--subColor);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.topAboutLinkTx .topAboutLinkMore .topAboutLinkIcon {
  border-radius: 50%;
  background-color: rgba(244, 149, 46, 0.6);
  height: 24px;
  width: 24px;
  position: relative;
  z-index: 2;
  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;
}
.topAboutLinkTx .topAboutLinkMore .topAboutLinkIcon i {
  color: #fff;
  font-size: 12px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.topAboutLink:hover .topAboutLinkTx .topAboutLinkMore .topAboutLinkIcon i {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.topAboutLinkTx .topAboutLinkMore .topAboutLinkIcon::before {
  content: "";
  position: absolute;
  background-color: var(--subColor);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 35%;
  width: 35%;
  z-index: -1;
}
.topAboutLink:hover .topAboutLinkTx .topAboutLinkMore .topAboutLinkIcon::before {
  height: calc(100% - 5px);
  width: calc(100% - 5px);
}
@media only screen and (max-width: 767px) {
  .topAboutLinkTx .topAboutLinkTitle {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .newsBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newsBlock .newsTitleBox {
    width: 40%;
  }
  .newsBlock .newsBox {
    width: 60%;
  }
}

.newsListItem {
  border-bottom: 1px solid #D1D1D1;
  display: block;
  padding-block: 20px;
}
.newsListItem.__other {
  display: grid;
  grid-template-columns: 160px auto;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .newsListItem {
    padding-block: 10px;
  }
  .newsListItem.__other {
    grid-template-columns: 120px auto;
  }
}

.newsListItemImgBox {
  overflow: hidden;
}
.newsListItemImgBox .newsListItemImg {
  padding-bottom: 70%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.newsListItem:hover .newsListItemImgBox .newsListItemImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.newsListTime {
  color: var(--mainColor);
  font-size: 14px;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 767px) {
  .newsListTime {
    font-size: 12px;
  }
}

.newsListTitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsListItem:hover .newsListTitle {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .newsListTitle {
    font-size: 16px;
  }
}

.newsListTagUl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.newsListTag {
  padding-inline: 1em;
  padding-block: 0.4em;
  font-size: 12px;
  color: var(--mainColor);
  background-color: #DEE6F3;
  border-radius: 30px;
}

.instagramBlock {
  position: relative;
  padding-block: 40px;
  z-index: 2;
}
.instagramBlock::before {
  content: "";
  position: absolute;
  background-image: url(../img/instagram_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.instagramBlockTitle {
  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: 15px;
  margin-bottom: 20px;
}
.instagramBlockTitle .instagramBlockIcon {
  width: 35px;
}
.instagramBlockTitle .instagramTitleEn {
  font-size: 39px;
  font-family: var(--fontEn);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .instagramBlockTitle .instagramBlockIcon {
    width: 28px;
  }
  .instagramBlockTitle .instagramTitleEn {
    font-size: 24px;
  }
}

.instagramTag {
  text-align: center;
  color: var(--mainColor);
}

/*==================================================
 * Gooficeについて
*================================================*/
.aboutCommonTxBox .commonTx {
  font-size: 18px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .aboutCommonTxBox .commonTx {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutMessageHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aboutMessageHead .aboutMessageHeadImg {
    width: 36%;
  }
  .aboutMessageHead .aboutMessageHeadTxBox {
    padding-left: 5%;
    width: 64%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMessageHead .aboutMessageHeadImg {
    margin-inline: auto;
    margin-bottom: 5%;
    width: 75%;
  }
}

.aboutMessageName {
  text-align: right;
  font-weight: 600;
}
.aboutMessageName span {
  font-weight: 600;
  font-size: 22px;
  margin-left: 0.4em;
}
@media only screen and (max-width: 767px) {
  .aboutMessageName {
    font-size: 13px;
  }
  .aboutMessageName span {
    font-size: 17px;
  }
}

.aboutMessageFoot {
  background-color: #F7F7F7;
  padding: 50px 70px 50px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutMessageFoot {
    padding: 30px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMessageFoot {
    padding: 30px 20px 20px;
  }
}

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

.aboutMessageCardTitle {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutMessageCardTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMessageCardTitle {
    font-size: 18px;
  }
}

.aboutMessageCardName {
  text-align: right;
  font-weight: 600;
}
.aboutMessageCardName span {
  font-size: 22px;
  font-weight: 600;
  margin-left: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutMessageCardName span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMessageCardName span {
    font-size: 18px;
  }
}

.aboutItem + .aboutItem {
  margin-top: 60px;
}

.aboutItemTitle {
  padding-left: 20px;
  border-left: 5px solid var(--mainColor);
  padding-block: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutItemTitle .aboutItemJp {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.aboutItemTitle .aboutItemEn {
  color: var(--mainColor);
  font-family: var(--fontEn);
  font-size: 20px;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .aboutItemTitle .aboutItemJp {
    font-size: 18px;
  }
  .aboutItemTitle .aboutItemEn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .aboutMainBlock {
    padding-bottom: 9vw;
  }
}

@media only screen and (max-width: 767px) {
  .aboutMainTitle {
    font-size: 23px !important;
  }
}

.nameOriginBox {
  background-color: rgba(244, 149, 46, 0.1);
  padding-block: 40px;
  padding-inline: 60px;
}
.nameOriginBox .nameOrigin {
  margin-inline: auto;
  max-width: 730px;
}
.nameOriginBox .nameOriginTx {
  text-align: center;
}
.nameOriginBox .nameOriginTx span {
  color: #fff;
  background-color: var(--subColor);
  font-size: 24px;
  display: inline-block;
  padding-inline: 1em;
  line-height: 1.3;
  padding-block: 0.4em;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .nameOriginBox {
    padding-block: 20px;
    padding-inline: 30px;
  }
  .nameOriginBox .nameOriginTx span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nameOriginBox {
    padding-block: 20px;
    padding-inline: 15px;
  }
  .nameOriginBox .nameOriginTx span {
    font-size: 15px;
  }
}

.aboutValTx {
  color: var(--subColor);
  font-family: var(--fontEn);
  font-size: 18px;
}

.aboutValTitle {
  font-size: clamp(20px, 2.5vw, 32px);
}
.aboutValTitle span {
  color: var(--fontColor);
  font-weight: 400;
}

.aboutCompany {
  margin-top: -52vw;
}

.aboutInfo + .aboutInfo {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .aboutInfo + .aboutInfo {
    margin-top: 45px;
  }
}

.aboutInfoDl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aboutInfoDl dt, .aboutInfoDl dd {
  border-bottom: 1px solid;
  padding-block: 15px;
}
.aboutInfoDl dt {
  border-bottom-width: 2px;
  border-bottom-color: var(--mainColor);
  font-weight: 600;
  width: 180px;
}
.aboutInfoDl dd {
  border-bottom-color: #D1D1D1;
  width: calc(100% - 180px);
}
@media only screen and (max-width: 767px) {
  .aboutInfoDl dt {
    width: 100px;
  }
  .aboutInfoDl dd {
    border-bottom-color: #D1D1D1;
    width: calc(100% - 100px);
  }
}

.osakaMap {
  margin-bottom: 10px;
}
.osakaMap .commonFrameWrap {
  position: relative;
  width: 100%;
  padding-top: 40%;
}
.osakaMap .commonFrameWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .osakaMap .commonFrameWrap {
    position: relative;
    width: 100%;
    padding-top: 65%;
  }
  .osakaMap .commonFrameWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/*==================================================
 * サービス内容
*================================================*/
.serviceTitleJp {
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/*==================================================
 * 医療機関向け経営支援
*================================================*/
.medicalMainCnt {
  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;
}

.medicalMainItem {
  margin-inline: auto;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 370px;
  z-index: 2;
}
.medicalMainItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(158, 203, 252, 0.4);
  height: 430px;
  width: 430px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .medicalMainItem {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: clamp(230px, 56vw, 430px);
    width: clamp(230px, 56vw, 430px);
  }
  .medicalMainItem::before {
    height: clamp(230px, 56vw, 430px);
    width: clamp(230px, 56vw, 430px);
  }
}

.medicalMainImg {
  margin-inline: auto;
  margin-bottom: 1em;
}
.medicalMainImg.__siteLogo {
  width: 200px;
}
.medicalMainImg.__iryoLogo {
  width: 290px;
}
@media only screen and (max-width: 767px) {
  .medicalMainImg.__siteLogo {
    width: clamp(100px, 26vw, 200px);
  }
  .medicalMainImg.__iryoLogo {
    width: clamp(180px, 38vw, 290px);
  }
}

.medicalBannerTx {
  font-size: 20px;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  .medicalBannerTx {
    font-size: 14px;
  }
}

.medicalBannerImg {
  display: inline-block;
}

.medicalBtn {
  height: 2.2em;
}

/*==================================================
 * 資産承継・事業承継
*================================================*/
.succesContactBox {
  background-color: #FEF4EA;
  padding: 35px 40px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.succesContactBox.__dx {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  padding: 40px 30px;
}
@media only screen and (max-width: 767px) {
  .succesContactBox {
    padding: 15px 20px 80px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
  .succesContactBox.__dx {
    padding: 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.succesContactImgBox {
  position: relative;
  width: 27%;
}
.succesContactImgBox .succesContactImg {
  position: absolute;
  bottom: -30px;
}
.succesContactBox.__dx .succesContactImgBox {
  width: 28%;
}
.succesContactBox.__dx .succesContactImgBox .succesContactImg {
  position: static;
}
@media only screen and (max-width: 767px) {
  .succesContactImgBox .succesContactImg {
    bottom: -80px;
  }
  .succesContactBox.__dx .succesContactImgBox {
    margin-inline: auto;
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .succesContactTxBox {
    padding-left: 5%;
    width: 73%;
  }
  .succesContactBox.__dx .succesContactTxBox {
    width: 72%;
  }
}

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

@media only screen and (max-width: 767px) {
  .succesTroubleFootArw {
    margin-top: -72vw;
  }
}

/*==================================================
 * バックオフィスのDX支援
*================================================*/
.dxMainFlow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .dxMainFlow {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dxMainFlow {
    grid-template-columns: 0.8fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
  }
}

.dxFlowCard + .dxFlowCard {
  position: relative;
}
.dxFlowCard + .dxFlowCard::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  clip-path: polygon(0 0%, 100% 50%, 0 100%);
  height: 90px;
  width: 30px;
}
@media print, screen and (min-width: 768px) {
  .dxFlowCard + .dxFlowCard::before {
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .dxFlowCard + .dxFlowCard::before {
    left: -25px;
    height: 50px;
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dxFlowCard + .dxFlowCard::before {
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.dxFlowCardInner {
  background-color: #DEE6F3;
  padding: 20px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .dxFlowCardInner {
    padding: 10px 15px 20px;
  }
}

.dxFlowCardNum {
  background-color: var(--mainColor);
  border-radius: 50%;
  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;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  margin-inline: auto;
  margin-block: -55px 10px;
  height: 75px;
  width: 75px;
}
@media only screen and (max-width: 959px) {
  .dxFlowCardNum {
    font-size: 25px;
    margin-block: -45px 10px;
    height: 50px;
    width: 50px;
  }
}

.dxFlowCardTitle span {
  font-size: 24px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.dxFlowCardUl {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
}
.dxFlowCardUl li {
  font-size: 12px;
  background-color: #fff;
  padding-inline: 1em;
  padding-block: 0.2em;
  border-radius: 30px;
}

@media print, screen and (min-width: 768px) {
  .dxServiceBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dxServiceBlock .dxServiceLinkBox {
    width: 20%;
  }
  .dxServiceBlock .dxServiceCnt {
    padding-left: 3%;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .dxServiceBlock .dxServiceLinkBox {
    background-color: rgba(255, 255, 255, 0.8);
    position: sticky;
    top: 55px;
    overflow-x: auto;
  }
}

.dxServiceList li {
  margin-block: 1em;
  opacity: 0.3;
}
.dxServiceList li.active {
  opacity: 1;
}
.dxServiceList li.active .dxServiceListNum {
  color: #fff;
  background-color: var(--mainColor);
}
.dxServiceList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.dxServiceList .dxServiceListNum {
  color: var(--mainColor);
  background-color: #DEE6F3;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 22px;
  width: 22px;
}
.dxServiceList .dxServiceListTx {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .dxServiceList {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .dxServiceList {
    display: grid;
    grid-template-columns: repeat(6, 200px);
    gap: 10px;
  }
}

.dxServiceItem {
  background: #F7F7F7;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dxServiceItem + .dxServiceItem {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .dxServiceItem .leftBox {
    padding-right: 3%;
    width: 65%;
  }
  .dxServiceItem .rightBox {
    width: 35%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .dxServiceItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 15px;
  }
  .dxServiceItem .leftBox {
    padding-right: 0;
    width: 100%;
  }
  .dxServiceItem .rightBox {
    margin-bottom: 3%;
    margin-inline: auto;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .dxServiceItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 15px;
  }
  .dxServiceItem .rightBox {
    margin-bottom: 3%;
  }
}

@media print, screen and (min-width: 768px) {
  .dxServiceItemHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.dxServiceItemNum {
  background-color: var(--mainColor);
  padding-inline: 0.9em;
  padding-block: 0.4em;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: var(--fontEn);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dxServiceItemNum span {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-left: 0.3em;
  display: inline-block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .dxServiceItemNum {
    padding-inline: 0.6em;
    padding-block: 0.3em;
    margin-bottom: 0.5em;
  }
  .dxServiceItemNum span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .dxServiceItemNum {
    padding-inline: 0.6em;
    padding-block: 0.3em;
    margin-bottom: 0.5em;
  }
  .dxServiceItemNum span {
    font-size: 18px;
  }
}

.dxServiceItemTitle {
  color: var(--mainColor);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .dxServiceItemTitle {
    font-size: 24px;
  }
}

.dxServiceItemSubTitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .dxServiceItemSubTitle {
    font-size: 18px;
  }
}

.dxServiceItemFoot {
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .dxServiceItemFoot {
    padding: 10px 15px;
  }
}

.dxServiceItemFootTitle {
  color: var(--mainColor);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 959px) {
  .dxServiceItemFootTitle {
    font-size: 15px;
  }
}

.dxServiceItemFootList {
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .dxServiceItemFootList {
    font-size: 16px;
  }
}

.dxServiceItemSubLabel {
  background-color: var(--subColor);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding-inline: 0.8em;
  padding-block: 0.5em;
  display: inline-block;
  margin-bottom: 1em;
}

.dxServiceContact {
  background: #DEE6F3;
  padding-block: 70px;
  margin-top: 115px;
}
@media only screen and (max-width: 959px) {
  .dxServiceContact {
    padding-block: 35px;
    margin-top: 75px;
  }
}

.dxServiceContactArw::before, .dxServiceContactArw::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#0C6ACF), to(#063669));
  background: linear-gradient(to bottom, #0C6ACF, #063669);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  height: 80px;
  width: 285px;
}
.dxServiceContactArw::before {
  top: -140px;
  z-index: 1;
}
.dxServiceContactArw::after {
  top: -100px;
  z-index: 0;
}
@media only screen and (max-width: 959px) {
  .dxServiceContactArw::before, .dxServiceContactArw::after {
    height: 40px;
    width: 165px;
  }
  .dxServiceContactArw::before {
    top: -80px;
  }
  .dxServiceContactArw::after {
    top: -55px;
  }
}

.dxServiceContactInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .dxServiceContactInner {
    grid-template-columns: 0.8fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dxServiceContactInner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.dxServiceContactItem {
  background-color: #fff;
  padding-block: 40px;
  padding-inline: 30px;
}

.dxServiceContactItemHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dxServiceContactItemHead .dxServiceContactItemImg {
  width: calc(100% - 360px);
}
.dxServiceContactItemHead .dxServiceContactItemImg.__bkps img {
  max-width: 80px;
  margin-inline: auto;
}
.dxServiceContactItemHead .dxServiceContactItemImg.__goofice {
  max-width: 120px;
  margin-inline: auto;
}
.dxServiceContactItemHead .dxServiceContactItemTxBox {
  padding-left: 3%;
  width: 360px;
}
@media only screen and (max-width: 767px) {
  .dxServiceContactItemHead .dxServiceContactItemImg {
    width: 25%;
  }
  .dxServiceContactItemHead .dxServiceContactItemTxBox {
    padding-left: 5%;
    width: 75%;
  }
}

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

.dxServiceContactHeadTitle {
  text-align: center;
  margin-block: -55px 20px;
}
.dxServiceContactHeadTitle span {
  color: #fff;
  background-color: var(--subColor);
  text-align: center;
  display: inline-block;
  padding-inline: 1em;
  padding-block: 0.7em;
  line-height: 1.2;
}

.dxServiceFootArw {
  margin-top: -53vw;
}
@media only screen and (max-width: 767px) {
  .dxServiceFootArw {
    margin-top: -82vw;
  }
  .dxServiceFootArw::before {
    height: 86vw;
  }
}

/*==================================================
 * 料金について
*================================================*/
.priceTableBlock {
  overflow-x: auto;
}

.priceTable th, .priceTable td {
  border: 1px solid #D1D1D1;
  padding: 20px 10px;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .priceTable th, .priceTable td {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.priceTable .priceTabelHead {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding-block: 10px;
  width: 290px;
}
.priceTable .priceTabelHead.__01 {
  background-color: var(--mainColor);
  font-size: 18px;
}
.priceTable .priceTabelHead.__02 {
  background-color: #419CFE;
}
.priceTable .priceTabelHead.__03 {
  background-color: #0C6ACF;
}
.priceTable .priceTabelHead.__04 {
  background-color: #06376B;
}
.priceTable .priceTableLabel {
  background-color: #fff;
  display: inline-block;
  color: #419CFE;
  font-family: var(--fontEn);
  padding-inline: 0.3em;
  padding-block: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1;
}
.priceTable .priceTableLabel * {
  line-height: 1;
}
.priceTable .priceTableTitle {
  font-size: 22px;
  display: block;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 959px) {
  .priceTable .priceTableTitle {
    font-size: 16px;
  }
}
.priceTable .priceTabelSubHead {
  background: #DEE6F3;
  color: var(--mainColor);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  padding-inline: 20px 10px;
}
.priceTable .priceTabelSubHead small {
  font-size: 70%;
}
.priceTable .priceTabelSubHead p {
  color: #686868;
  font-size: 12px;
  line-height: 1.2;
}
@media only screen and (max-width: 959px) {
  .priceTable .priceTabelSubHead {
    font-size: 16px;
    padding-inline: 5px;
  }
}
.priceTable tr:nth-child(2n) td {
  background-color: #F9F9F9;
}
.priceTable tr td small {
  font-size: 14px;
}
.priceTable .priceTr td {
  color: var(--mainColor);
  font-size: 16px;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: 600;
}
.priceTable .priceTr td span {
  font-size: 20px;
  font-weight: 600;
}
.priceTable .priceTr td small {
  font-size: 12px;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .priceTable .priceTr td {
    font-size: 14px;
  }
  .priceTable .priceTr td span {
    font-size: 18px;
  }
  .priceTable .priceTr td small {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .priceTable {
    width: 820px;
  }
}

/*==================================================
 * 事例紹介
*================================================*/
.caseCateBox {
  background-color: #F7F7F7;
  padding-inline: 30px;
  padding-block: 25px;
}
.caseCateBox .caseCateTitle {
  font-weight: 600;
  letter-spacing: 0.08em;
  width: 110px;
}
.caseCateBox .caseCateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .caseCateBox {
    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: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .caseCateBox {
    gap: 20px;
  }
  .caseCateBox .caseCateList {
    gap: 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .caseCateBox {
    padding-inline: 15px;
    padding-block: 15px;
  }
  .caseCateBox .caseCateTitle {
    text-align: center;
    margin-bottom: 5%;
    width: 100%;
  }
}

.caseCateItem {
  padding-inline: 1em;
  padding-block: 0.4em;
  border-radius: 30px;
  background-color: #DEE6F3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--mainColor);
}
.caseCateItem.active, .caseCateItem:hover {
  background-color: var(--mainColor);
  color: #fff;
}

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

.singleCase_catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8em;
  gap: 10px;
}
.singleCase_catList .singleCase_catItem {
  font-size: 12px;
  padding-inline: 1em;
  padding-block: 0.4em;
  border-radius: 30px;
  background-color: #DEE6F3;
  color: var(--mainColor);
}
.singleCase_catList .singleCase_tagItem {
  font-size: 12px;
  padding-inline: 1em;
  padding-block: 0.4em;
  border-radius: 30px;
  background-color: #F7F7F7;
}

.singleCase_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .singleCase_title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .singleCase_title {
    font-size: 24px;
  }
}

.singleCase_cntTitle span {
  font-size: 24px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0C6ACF), to(#063669));
  background: linear-gradient(to right, #0C6ACF, #063669);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .singleCase_cntTitle span {
    font-size: 20px;
  }
}

.singleCase_infoInner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.singleCase_infoInner dt, .singleCase_infoInner dd {
  padding-block: 0.6em;
  border-bottom: 1px solid;
}
.singleCase_infoInner dt {
  border-bottom-color: var(--mainColor);
  border-bottom-width: 2px;
  font-weight: 600;
  width: 175px;
}
.singleCase_infoInner dd {
  border-bottom-color: #D1D1D1;
  padding-left: 10px;
  width: calc(100% - 175px);
}
@media only screen and (max-width: 767px) {
  .singleCase_infoInner dt {
    width: 110px;
  }
  .singleCase_infoInner dd {
    width: calc(100% - 110px);
  }
}

.singleCase_detail dl {
  border-bottom: 1px solid #D7D7D7;
  padding-block: 1em;
}
.singleCase_detail dt {
  font-weight: 600;
}
.singleCase_detail dd {
  border-bottom-color: #D1D1D1;
}
.singleCase_detail dd p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.singleCase_detail dd ul {
  margin-bottom: 2%;
  background-color: #F6F7FA;
  padding: 3% 5%;
}
.singleCase_detail dd li {
  list-style-type: none;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.7em;
}
.singleCase_detail dd li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f14a";
  color: var(--mainColor);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .singleCase_detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .singleCase_detail dt {
    width: 300px;
  }
  .singleCase_detail dd {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 767px) {
  .singleCase_detail dt {
    margin-bottom: 0.8em;
  }
}

.topFvSecInner {
  position: relative;
  min-height: 160vh;
}
.topFvSecInner::before {
  content: "";
  position: absolute;
  background: url(../img/topFv_arw.png) center/cover no-repeat;
  bottom: -10px;
  left: 0;
  height: auto;
  width: 100vw;
  aspect-ratio: 1280/675;
}
@media only screen and (max-width: 767px) {
  .topFvSecInner {
    min-height: 80vh;
  }
}

.bgMovieCnt {
  background: #fff;
  padding-block: 3vh;
  margin-bottom: 60vh;
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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;
  }
}