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

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


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

*/
/* ----------------------------------
使う↓
---------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
:root {
  --mainColorLight: #26B7BC;
  --mainColor: #0B9295;
  --subColor: #FFDF70;
  --subColorDeep: #E7B300;
  --lineColor: #4CC764;
}

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

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

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

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

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

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

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

.bgsubColorDeep {
  background-color: var(--subColorDeep);
}

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

.bglineColor {
  background-color: var(--lineColor);
}

.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: "Roboto", sans-serif;
}

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

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

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

:root {
  --fontJp: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

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

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

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

:root {
  --fontColor: #231815;
}

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: 500;
  line-height: 1.8;
}

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.2em;
}

.ls_l {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

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

.thin {
  font-weight: 100;
}

.normal {
  font-weight: 400;
}

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #333;
}

.gray {
  color: #686868;
}

.red {
  color: #EC462F !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

html,
body {
  width: 100%;
}

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

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

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

hr {
  margin: 10px auto;
}

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

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

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

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

.overHidden {
  overflow: hidden;
}

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

.p0 {
  padding: 0;
}

.mtAuto {
  margin-top: auto;
}

.mrAuto {
  margin-right: auto;
}

.mbAuto {
  margin-bottom: auto;
}

.mlAuto {
  margin-left: auto;
}

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

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

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.ml05 {
  margin-left: 0.5em;
}

.ml1 {
  margin-left: 1em;
}

.ml2 {
  margin-left: 2em;
}

.ml3 {
  margin-left: 3em;
}

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

.mtL2 {
  margin-top: 25%;
}

.mtL3 {
  margin-top: 20%;
}

.mtL4 {
  margin-top: 15%;
}

.mtM {
  margin-top: 10%;
}

.mtM2 {
  margin-top: 7.5%;
}

.mtM3 {
  margin-top: 5%;
}

.mtS {
  margin-top: 3.5%;
}

.mtS2 {
  margin-top: 2%;
}

.mtS3 {
  margin-top: 1%;
}

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

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

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

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

.pl1 {
  padding-left: 1em;
}

.pl2 {
  padding-left: 2em;
}

.pl3 {
  padding-left: 3em;
}

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

.pbL2 {
  padding-bottom: 25%;
}

.pbL3 {
  padding-bottom: 20%;
}

.pbL4 {
  padding-bottom: 15%;
}

.pbM {
  padding-bottom: 10%;
}

.pbM2 {
  padding-bottom: 7.5%;
}

.pbM3 {
  padding-bottom: 5%;
}

.pbS {
  padding-bottom: 3.5%;
}

.pbS2 {
  padding-bottom: 2%;
}

.pbS3 {
  padding-bottom: 1%;
}

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

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

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

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

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

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

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

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

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

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

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

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

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

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

.w100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

.paNone {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.marginCenter {
  margin-inline: auto;
}

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

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

.bgImgHeight {
  padding-bottom: 67%;
}

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

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

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

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

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

.bgWhite {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusCircle {
  border-radius: 50%;
}

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

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

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

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

/*マウスストーカー*/
.pageHeader {
  background-color: #E9F8F8;
  padding-block: 110px 80px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageHeader {
    padding-block: 110px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeader {
    padding-block: 70px 30px;
  }
}

.pageHeaderImg {
  position: absolute;
  bottom: -60px;
  right: 170px;
  width: clamp(45px, 11.8vw, 150px);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageHeaderImg {
    bottom: -50px;
    right: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderImg {
    bottom: -20px;
    right: -3px;
  }
}

.pageHeaderTitleEn {
  color: var(--mainColor);
  font-weight: 600;
  font-size: clamp(66px, 9vw, 120px);
  font-family: var(--fontEn);
  line-height: 1;
  letter-spacing: 0.08em;
  opacity: 0.15;
}

.pageHeaderTitleJp {
  font-size: 24px;
  margin-top: -3.5em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pageHeaderTitleJp {
    margin-top: -2.1em;
  }
}
@media only screen and (max-width: 767px) {
  .pageHeaderTitleJp {
    font-size: 20px;
    margin-top: -2.5em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

html.open,
html.modalOpen {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
@media only screen and (max-width: 767px) {
  .menu-btn {
    background: var(--mainColor);
    border: none;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 1000;
    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;
    padding-inline: 6px;
    height: 45px;
    width: 45px;
  }
}

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

:root {
  --menuTrigeHeight: 22px;
}

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

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

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

/*パンくず終わり*/
/*新着情報------------------------------------*/
.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;
}
.topicsCard:hover .topTopicsItemTitle {
  color: var(--mainColorLight);
}

.otherNewsBlockTitle {
  background-color: var(--mainColorLight);
  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] {
  border: 1px solid #9E9E9E;
  background-color: #FFF;
  width: 100%;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  border-radius: 7px;
}
.cform option::-webkit-input-placeholder,
.cform textarea::-webkit-input-placeholder,
.cform select::-webkit-input-placeholder,
.cform input[type=text]::-webkit-input-placeholder,
.cform input[type=email]::-webkit-input-placeholder,
.cform input[type=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 {
  background-color: #D44C4C;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  border-radius: 4px;
  padding-inline: 0.3em;
  padding-block: 0.2em;
  margin-left: 1em;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  margin-inline: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--mainColor);
}
.entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(64, 27, 23, 0.1)));
  background: linear-gradient(transparent 50%, rgba(64, 27, 23, 0.1) 50%);
}
.entry p {
  margin: 0.5em 0 1em 0;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h1 {
  background-color: var(--mainColorLight);
  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(--mainColorLight);
}
@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(--mainColorLight);
}
@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(--mainColorLight);
}
@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(--mainColorLight);
}
@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(--mainColorLight);
  }
}
.entry table tr {
  border-bottom: 1px solid var(--mainColorLight);
}
@media only screen and (max-width: 767px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid var(--mainColorLight);
}
.entry table td {
  border: 1px solid var(--mainColorLight);
  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(--mainColorLight);
  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: 28px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 22px;
  }
}

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

.singleColumnInfoUl .date {
  margin-right: 0.6em;
  font-size: 13px;
  color: var(--fontColor);
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  background-color: #E9F8F8;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 0.4em;
  font-weight: 600;
}
.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(--subColor);
}
.singlePageLink:hover::before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .singlePageLink::before {
    height: 25px;
    width: 25px;
  }
  .singlePageLink::after {
    height: 9px;
    width: 7px;
    z-index: 2;
  }
  .singlePageLink.prev {
    padding-left: 2.4em;
  }
  .singlePageLink.prev::after {
    left: 8px;
  }
  .singlePageLink.next {
    padding-right: 2.4em;
  }
  .singlePageLink.next::after {
    right: 8px;
  }
}

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

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

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

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

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

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl {
    grid-template-columns: 1fr;
  }
}

.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.3em 0.3em;
  line-height: 1;
}
.cmNewsListInfoUl li {
  background-color: #E9F8F8;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 0.4em;
  font-weight: 600;
}

.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 {
  border-radius: 50%;
  border: 1px solid #E9F8F8;
  background-color: #E9F8F8;
  text-align: center;
  color: var(--mainColor);
  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(--mainColorLight);
  background-color: var(--mainColorLight);
  color: #fff;
}
.pagenation ul .prev a,
.pagenation ul .next a {
  border: 1px solid var(--mainColorLight);
  background-color: var(--mainColorLight);
  color: #fff;
  display: block;
  position: relative;
}
.pagenation ul .prev a::before,
.pagenation ul .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 10px;
}
.pagenation ul .prev a::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.1em;
}
@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 15%;
  }
}

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

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

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

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

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

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

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

.sidebarCategoryBlock li {
  width: 100%;
}
.sidebarCategoryBlock li a {
  display: block;
  padding-block: 0.5em;
  border-bottom: 1px solid var(--mainColorLight);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

.archive-months {
  display: none;
}

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

.sidebarTagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.sidebarTagWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebarTagWrap a {
  pointer-events: none;
  font-size: 14px !important;
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

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

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

/*==================================================
 * 当サイト共通
*================================================*/
:root {
  --headerH: 88px;
}
@media only screen and (max-width: 767px) {
  :root {
    --headerH: 45px;
  }
}

.headerH-mt {
  margin-top: var(--headerH);
}

.headerH-mb {
  margin-bottom: var(--headerH);
}

.headerH-w {
  width: var(--headerH);
}

.headerH-h {
  height: var(--headerH);
}

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;
}

.secTitle {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .secTitle {
    font-size: 20px;
  }
}

.commonTitle {
  font-size: clamp(24px, 3vw, 38px);
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: 600;
}
.commonTitle * {
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-weight: 600;
}

.commonTxt.middle {
  font-size: 20px;
  letter-spacing: 0.08em;
}
.commonTxt.large {
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .commonTxt.middle {
    font-size: 14px;
  }
  .commonTxt.large {
    font-size: 18px;
  }
}

.cntTitleEn {
  color: var(--mainColorLight);
  font-family: var(--fontEn);
  font-size: clamp(32px, 3.3vw, 42px);
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.2em;
}
.cntTitleEn.white {
  color: #fff;
}

.cntTitleJp span {
  position: relative;
  padding-left: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
}
.cntTitleJp span::before {
  content: "/";
  color: var(--mainColorLight);
  font-size: 1em;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cntTitleJp.white span::before {
  color: #fff;
}

.commonBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 13px;
  background-color: var(--subColor);
  padding-block: 1.3em;
  padding-inline: 1.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 10px;
}
.commonBtn.whitePt {
  background-color: #fff;
}
.commonBtn.mainColorPt {
  background-color: var(--mainColorLight);
}
.commonBtn:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.commonBtnIcon {
  width: 30px;
}

.commonBtnTxt {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.commonBtn.mainColorPt .commonBtnTxt {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .commonBtnTxt {
    font-size: 16px;
  }
}

.commonBtnArw {
  background-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;
}
.commonBtn.whitePt .commonBtnArw {
  background-color: var(--mainColorLight);
}
.commonBtn.mainColorPt .commonBtnArw {
  background-color: #fff;
}

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

.scrollTextInner {
  white-space: nowrap;
  -webkit-animation: scrollText 55s linear infinite;
          animation: scrollText 55s linear infinite;
}
.scrollTextInner p {
  line-height: 1;
}
.scrollTextInner span {
  color: var(--mainColor);
  display: inline-block;
  padding-inline: 0.2em;
  font-family: var(--fontEn);
  font-size: clamp(50px, 7.9vw, 100px);
  letter-spacing: 0.05em;
  line-height: 1.3;
}

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

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

.floatBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: var(--floatH);
  width: 100%;
  z-index: 999;
}

.floatBtnLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.floatBtnLink.lineBtn {
  background-color: var(--lineColor);
  color: #fff;
}
.floatBtnLink.mailBtn {
  background-color: var(--subColor);
}
.floatBtnLink .floatBtnIcon {
  width: 1.8em;
}
.floatBtnLink .floatBtnTx {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.modal_show {
  cursor: pointer;
}

.overray {
  background-color: var(--fontColor);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9998;
}
.modalOpen .overray {
  opacity: 0.75;
  visibility: visible;
}

.modalFormBox {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-inline: 15px;
  width: 100%;
  max-width: 400px;
  z-index: 9999;
}
.modalFormBox .close {
  cursor: pointer;
  position: absolute;
  top: -45px;
  right: 0px;
  max-width: 400px;
  font-size: 32px;
  color: #fff;
}
.modalOpen .modalFormBox {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .modalFormBoxInner {
    height: 80vh;
    overflow-y: auto;
    border-radius: 24px;
  }
}

/*==================================================
 * ヘッダー
*================================================*/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin-inline: auto;
  height: var(--headerH);
  width: 100%;
  z-index: 999;
}

.headerInner {
  padding-inline: 30px;
  padding-top: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerInner {
    padding-inline: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .headerInner {
    padding-inline: 10px;
    padding-top: 5px;
  }
}

.headerHead {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerHead {
    grid-template-columns: 0.6fr 0.4fr;
  }
}
@media only screen and (max-width: 767px) {
  .headerHead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}

.logo h1 {
  width: clamp(150px, 18.8vw, 240px);
}

.haeaderContactBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -10px;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .haeaderContactBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: repeat(2, 1fr);
    margin-top: -5px;
    gap: 0;
  }
}

.headerContactBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-radius: 0 0 16px 16px;
  padding-inline: 1em;
  padding-block: 0.8em 0.6em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerContactBtn.telBtn {
  background-color: #DDFEFF;
}
.headerContactBtn.lineBtn {
  background-color: var(--lineColor);
}
.headerContactBtn.mailBtn {
  background-color: var(--subColor);
}
.headerContactBtn:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.headerContactBtn .headerContactIcon {
  width: clamp(20px, 2vw, 25px);
}
@media only screen and (max-width: 767px) {
  .headerContactBtn {
    border-radius: 50%;
    padding-inline: 0.5em;
    padding-block: 0.5em;
  }
  .headerContactBtn.telBtn {
    background-color: var(--mainColorLight);
    margin-inline: auto;
    height: 35px;
    width: 35px;
  }
  .headerContactBtn .headerContactIcon img {
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(146deg) brightness(103%) contrast(102%);
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(146deg) brightness(103%) contrast(102%);
  }
}

.headerContactTxt {
  font-size: 18px;
  font-weight: 600;
  color: var(--fontColor);
  line-height: 1.2;
}
.lineBtn .headerContactTxt {
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .headerContactTxt {
    display: none;
  }
}

.headerContactArw {
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  width: 25px;
}
.headerContactArw i {
  font-size: 80%;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 959px) {
  .headerContactArw {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .headerFoot {
    background-color: #fff;
    overflow-y: auto;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: var(--headerH);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
    padding-inline: 30px;
    padding-block: 20px 200px;
    height: 100vh;
    width: 100%;
  }
  .open .headerFoot {
    visibility: visible;
    opacity: 1;
  }
}

.headerListMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.headerListMenu li a {
  font-weight: 600;
  padding-left: 1em;
  position: relative;
  letter-spacing: 0.08em;
  display: block;
  font-size: clamp(12px, 1.3vw, 16px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerListMenu li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: var(--mainColor);
  border-radius: 50%;
  height: 0.7em;
  width: 0.7em;
}
.headerListMenu li a:hover {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .headerListMenu {
    display: block;
  }
  .headerListMenu li a {
    padding-block: 0.5em;
    font-size: 16px;
  }
}

/*==================================================
 * フッター
*================================================*/
.ctaBox {
  background-color: var(--mainColorLight);
  padding-block: 90px 30px;
  overflow: hidden;
  z-index: 2;
}

.ctaText {
  top: 0;
  left: 0;
}
.ctaText span {
  font-size: clamp(82px, 9.4vw, 120px);
  color: #fff;
  opacity: 0.15;
  font-family: var(--fontEn);
  font-weight: 600;
}

.ctaTitle {
  margin-top: -1em;
}

.ctaIcon {
  position: absolute;
  bottom: -30px;
  z-index: -1;
}
.ctaIcon.left {
  left: -40px;
}
.ctaIcon.right {
  right: -40px;
}
@media only screen and (max-width: 767px) {
  .ctaIcon {
    width: 90px;
  }
  .ctaIcon.left {
    left: -30px;
  }
  .ctaIcon.right {
    right: -30px;
  }
}

.ctaBtnBox {
  display: grid;
  grid-template-columns: repeat(2, 380px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .ctaBtnBox {
    grid-template-columns: 0.9fr;
    gap: 15px;
  }
}

.ctaBtn {
  border: 2px solid #fff;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-inline: 1em;
  padding-block: 1.5em;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ctaBtn.mainBtn {
  background-color: var(--subColor);
}
.ctaBtn.lineBtn {
  background-color: var(--lineColor);
}
.ctaBtn.telBtn {
  background-color: var(--mainColorLight);
}
.ctaBtn:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media only screen and (max-width: 767px) {
  .ctaBtn {
    font-size: 16px;
  }
  .ctaBtn .ctaBtnTxt {
    line-height: 1.2;
  }
  .ctaBtn.telBtn .ctaBtnIcon img {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  }
  .ctaBtn.telBtn .ctaBtnTxt {
    color: #fff;
    font-size: 25px;
  }
}

.ctaBtnArw {
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 25px;
  width: 25px;
}

.ctaTel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.ctaTel .ctaTelIcon img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.ctaTel .ctaTelTxt {
  color: #fff;
  font-size: 32px;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .ctaTel .ctaTelTxt {
    font-size: 25px;
  }
}

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

.footerInner {
  padding-block: 1.5em 1em;
}
@media only screen and (max-width: 767px) {
  .footerInner .headerListMenu {
    padding-block: 0;
  }
}

.footerLogo {
  margin-top: 20px;
  text-align: center;
}
.footerLogo a {
  display: inline-block;
  line-height: 1;
  max-width: 250px;
}

.copyright {
  background-color: var(--mainColor);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: var(--fontEn);
  line-height: 1;
  padding-block: 0.8em;
  letter-spacing: 0.08em;
}

/*==================================================
 * トップページ
*================================================*/
.top-fvBlock {
  position: relative;
}

.top-fvImg {
  --imgItem: clamp(167px,20.1vw,257px);
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  left: -80px;
  height: var(--imgItem);
  width: var(--imgItem);
}
.top-fvImg.top {
  top: 0px;
}
.top-fvImg.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(var(--imgItem) / 2 - 40px);
}
.top-fvImg.bottom {
  bottom: 0px;
}
@media only screen and (max-width: 959px) {
  .top-fvImg.top {
    left: -60px;
  }
  .top-fvImg.middle {
    top: 12%;
    left: auto;
    right: -90px;
  }
  .top-fvImg.bottom {
    top: 39%;
    bottom: auto;
    left: auto;
    right: -50px;
  }
}

.fuwaItem {
  -webkit-animation: floatUpDown 4s ease-in-out infinite;
          animation: floatUpDown 4s ease-in-out infinite;
}
.fuwaItem:nth-child(2) {
  -webkit-animation-name: floatDownUp;
          animation-name: floatDownUp;
}

@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floatUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes floatDownUp {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(calc(-50% - 5px));
            transform: translateY(calc(-50% - 5px));
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes floatDownUp {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(calc(-50% - 5px));
            transform: translateY(calc(-50% - 5px));
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top-fvMain {
  --fvMain: clamp(576px,50.5vw,646px);
  position: relative;
  margin-inline: auto;
  padding-block: calc(var(--fvMain) / 3);
  padding-inline: calc(var(--fvMain) / 5);
  display: inline-block;
}
.top-fvMain::before, .top-fvMain::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top-fvMain::before {
  background-color: #C2F9FA;
  height: var(--fvMain);
  width: var(--fvMain);
  z-index: -3;
}
.top-fvMain::after {
  background-color: #7EDFE2;
  height: calc(var(--fvMain) - 80px);
  width: calc(var(--fvMain) - 80px);
  z-index: -2;
}
@media only screen and (max-width: 959px) {
  .top-fvMain {
    padding-inline: 0;
  }
}

.top-fvMainInner {
  position: relative;
}
.top-fvMainInner::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--mainColorLight);
  height: calc(var(--fvMain) - 160px);
  width: calc(var(--fvMain) - 160px);
  z-index: -1;
}

.top-fvMainTitle {
  font-size: clamp(32px, 3.6vw, 46px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0.3em;
}
.top-fvMainTitle * {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  color: var(--subColor);
}

.top-fvMainTxt {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.top-fvMainItem {
  position: absolute;
  bottom: -210px;
}
.top-fvMainItem.left {
  left: calc(50% - 250px);
}
.top-fvMainItem.right {
  right: calc(50% - 250px);
}
@media only screen and (max-width: 959px) {
  .top-fvMainItem.left {
    left: calc(50% - 190px);
    bottom: -115px;
    width: 130px;
  }
  .top-fvMainItem.right {
    right: calc(50% - 40px);
    bottom: -170px;
    width: 80px;
  }
}

.top-fvForm {
  position: absolute;
  top: 10px;
  right: -40px;
  width: 333px;
}
@media only screen and (max-width: 959px) {
  .top-fvForm {
    position: relative;
    inset: 0;
    width: 100%;
    z-index: 2;
  }
}

.formCnt {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--mainColorLight);
  background-color: #fff;
}

.formCntTitle {
  background-color: var(--mainColorLight);
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-block: 0.6em;
  padding-inline: 1em;
  line-height: 1;
}

.formCntInner {
  padding: 10px 20px;
}
.formCntInner dl + dl {
  margin-top: 10px;
}

.formTitle {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 600;
}
.formTitle span {
  font-weight: 600;
}
.formTitle * {
  line-height: 1.2;
}
.formTitle .smallTx {
  font-weight: 600;
  font-size: 88%;
}
.formTitle .normal {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .formTitle {
    font-size: 14px;
  }
}

.formNote {
  font-size: 12px;
  margin-top: 20px;
}
.formNote .formNoteCheck {
  font-size: 16px;
}

/* コンセプト */
.top-conceptBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .top-conceptBlock {
    grid-template-columns: 1fr;
  }
}

.conceptBoxIn {
  position: relative;
  padding: 2px;
  z-index: 2;
}
.conceptBoxIn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.mainColorBox .conceptBoxIn::before {
  background-color: var(--mainColorLight);
}
.subColorBox .conceptBoxIn::before {
  background-color: var(--subColor);
}

.conceptBoxHead {
  padding-block: 40px;
  padding-inline: 30px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .conceptBoxHead {
    padding-inline: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptBoxHead {
    padding-inline: 15px;
  }
}

.conceptBoxImg {
  --conceptImg: 280px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 3%;
  height: var(--conceptImg);
  width: var(--conceptImg);
}
@media only screen and (max-width: 767px) {
  .conceptBoxImg {
    --conceptImg: 200px;
  }
}

.conceptBoxTitle {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
.mainColorBox .conceptBoxTitle {
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .conceptBoxTitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .conceptBoxTitle {
    font-size: 24px;
  }
}

.conceptBoxTxt {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.mainColorBox .conceptBoxTxt {
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .conceptBoxTxt {
    font-size: 13px;
  }
}

.conceptBoxFoot {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(113, 113, 113, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(113, 113, 113, 0.2) calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 20px;
}

.conceptBoxFootTitle {
  text-align: center;
  margin-block: -30px 25px;
}
.conceptBoxFootTitle span {
  border: 1px solid #fff;
  border-radius: 30px;
  padding-inline: 1.7em;
  padding-block: 0.7em;
  line-height: 1;
  font-weight: 600;
}
.mainColorBox .conceptBoxFootTitle span {
  color: #fff;
  background-color: var(--mainColorLight);
}
.subColorBox .conceptBoxFootTitle span {
  background-color: var(--subColor);
}

.conceptBoxList li {
  padding-left: 1em;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-block: 0.6em;
  letter-spacing: 0.05em;
}
.conceptBoxList li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0.2em;
  left: 0;
  height: 0.5em;
  width: 0.5em;
}
.mainColorBox .conceptBoxList li::before {
  background-color: var(--mainColorLight);
}
.subColorBox .conceptBoxList li::before {
  background-color: var(--subColor);
}
@media only screen and (max-width: 959px) {
  .conceptBoxList li {
    font-size: 16px;
  }
}

/* トラブル */
.topTrouble {
  background-color: #DDFEFF;
}

.troubleTitle {
  font-size: clamp(22px, 3vw, 36px);
}
.troubleTitle span {
  font-size: clamp(26px, 3.3vw, 42px);
}

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

.top-troubleItem {
  text-align: center;
  background-color: #fff;
  border-radius: 26px;
  padding: 10px;
}
.top-troubleItem .top-troubleImg {
  overflow: hidden;
  border-radius: 50%;
  margin-inline: auto;
  margin-block: -50px 10px;
  height: 80px;
  width: 80px;
}
.top-troubleItem .top-troubleItemTx span {
  color: var(--mainColorLight);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .top-troubleItem .top-troubleImg {
    height: 60px;
    width: 60px;
  }
  .top-troubleItem .top-troubleItemTx {
    font-size: 13px;
  }
}

@media only screen and (max-width: 959px) {
  .top-troubleArw img {
    width: 100px;
  }
}

.top-troubleBlockTxBox .troubleBoxTitle {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-inline: 2em;
}
.top-troubleBlockTxBox .troubleBoxTitle::before, .top-troubleBlockTxBox .troubleBoxTitle::after {
  content: "";
  position: absolute;
  background-image: url("../img/troubleIcon.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  height: 97px;
  width: 36px;
}
.top-troubleBlockTxBox .troubleBoxTitle::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.top-troubleBlockTxBox .troubleBoxTitle::after {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  right: 0;
}
.top-troubleBlockTxBox .troubleBoxTitle span {
  font-size: 44px;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .top-troubleBlockTxBox .troubleBoxTitle {
    font-size: 26px;
  }
  .top-troubleBlockTxBox .troubleBoxTitle span {
    font-size: 32px;
  }
  .top-troubleBlockTxBox .troubleBoxItem {
    margin-inline: auto;
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .top-troubleBlockTxBox .troubleBoxTitle {
    font-size: 14px;
  }
  .top-troubleBlockTxBox .troubleBoxTitle::before, .top-troubleBlockTxBox .troubleBoxTitle::after {
    height: 39px;
    width: 16px;
  }
  .top-troubleBlockTxBox .troubleBoxTitle span {
    font-size: 28px;
  }
  .top-troubleBlockTxBox .troubleBoxItem {
    margin-inline: auto;
    width: 66%;
  }
}

/* サービス */
:root {
  --serviceIcon: 130px;
}
@media only screen and (max-width: 767px) {
  :root {
    --serviceIcon: 80px;
  }
}

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

.top-serviceLink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-serviceLink:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.top-serviceLinkIcon {
  border-radius: 50%;
  background-color: #DDFEFF;
  padding: 10px;
  margin-inline: auto;
  height: var(--serviceIcon);
  width: var(--serviceIcon);
}
@media only screen and (max-width: 767px) {
  .top-serviceLinkIcon {
    padding: 10px 25px 25px;
  }
}

.top-serviceLinkInner {
  background-color: #fff;
  border-radius: 24px;
  padding-inline: 20px;
  padding-block: 10px 20px;
  margin-top: calc((var(--serviceIcon) - var(--serviceIcon) * 2) / 2);
  height: calc(100% - var(--serviceIcon) / 1.5);
}
@media only screen and (max-width: 767px) {
  .top-serviceLinkInner {
    padding-inline: 10px;
    padding-block: 10px;
  }
}

.top-serviceLinkTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  min-height: 2.7em;
  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;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .top-serviceLinkTitle {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.top-serviceLinkList {
  gap: 0 10px;
}
.top-serviceLinkList li {
  position: relative;
  padding-left: 1em;
  font-size: 13px;
}
.top-serviceLinkList li::before {
  content: "";
  position: absolute;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  top: 0.4em;
  left: 0;
  height: 0.7em;
  width: 0.7em;
}
@media only screen and (max-width: 767px) {
  .top-serviceLinkList {
    display: none;
  }
  .top-serviceLinkList li {
    font-size: 12px;
  }
}

.top-serviceLinkArw {
  border-radius: 50%;
  background-color: #DDFEFF;
  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;
  margin-inline: auto;
  margin-top: -10px;
  height: 30px;
  width: 30px;
}
.top-serviceLinkArw i {
  color: var(--mainColor);
  font-size: 0.8en;
}

.serviceBox {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.serviceBox + .serviceBox {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .serviceBox + .serviceBox {
    margin-top: 30px;
  }
}

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

.serviceBoxInner {
  padding-inline: 60px;
  padding-block: 90px 60px;
}
@media only screen and (max-width: 767px) {
  .serviceBoxInner {
    padding-inline: 10px;
    padding-block: 20px;
  }
}

.serviceBoxTitle {
  background-color: #fff;
  border-radius: 16px;
  padding-block: 20px;
  padding-inline: 10px;
  margin-inline: auto;
  margin-top: -160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 87%;
}
@media only screen and (max-width: 767px) {
  .serviceBoxTitle {
    margin-top: -40px;
    width: 90%;
  }
}

.serviceBoxicon {
  border-radius: 50%;
  background-color: #F1F2F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  height: 57px;
  width: 57px;
}
@media only screen and (max-width: 767px) {
  .serviceBoxicon {
    height: 47px;
    width: 47px;
  }
}

.serviceBoxTitleTx {
  font-size: clamp(20px, 3.2vw, 40px);
  color: var(--mainColor);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.serviceBoxSubTitle {
  text-align: center;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2;
}
.serviceBoxSubTitle * {
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .serviceBoxSubTitle {
    font-size: 24px;
  }
}

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

.serviceCardImg {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .serviceCardImg {
    border-radius: 16px;
  }
}

.serviceCardTitle {
  font-size: 23px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.6em;
}
.serviceCardTitle small {
  font-size: 74%;
  margin-left: 0.3em;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .serviceCardTitle {
    font-size: 18px;
  }
}

/* パートナー */
.top-partnerBox {
  position: relative;
  border: 1px solid var(--mainColorLight);
  padding-block: 10px;
  padding-inline: 60px;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(113, 113, 113, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(113, 113, 113, 0.2) calc(100% - 1px));
  background-size: 30px 30px;
  background-repeat: repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .top-partnerBox {
    padding-inline: 20px;
    padding-bottom: 60px;
  }
}

.top-partnerBoxTitle {
  text-align: center;
  margin-block: -30px 20px;
}
.top-partnerBoxTitle span {
  display: inline-block;
  padding-inline: 1.5em;
  padding-block: 0.8em;
  background-color: var(--mainColorLight);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .top-partnerBoxTitle span {
    padding-inline: 1em;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}

.top-partnerBoxList li {
  padding-left: 1.4em;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-block: 0.4em;
}
.top-partnerBoxList li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
}
@media only screen and (max-width: 767px) {
  .top-partnerBoxList li {
    font-size: 16px;
  }
}

.top-partnerBoxItem {
  position: absolute;
  bottom: -40px;
  right: -100px;
  width: 205px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .top-partnerBoxItem {
    bottom: -80px;
    right: 0px;
    width: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .top-partnerBoxItem {
    bottom: -18px;
    right: -20px;
    width: 75px;
  }
}

/* エリア */
.top-areaBox {
  background-color: var(--mainColorLight);
  border-radius: 16px;
  overflow: hidden;
  padding-block: 60px;
  padding-inline: 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .top-areaBox {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top-areaBox {
    padding-block: 30px;
    padding-inline: 20px;
  }
}

.top-areaBoxInner .top-areaTxtBox {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .top-areaBoxInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-areaBoxInner .top-areaTxtBox {
    padding-right: 5%;
    width: 60%;
  }
  .top-areaBoxInner .top-areaImgBox {
    width: 40%;
  }
}

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

.top-areaImg {
  margin-block: -221% -150px;
  margin-left: -110px;
  width: 300%;
}

/* 選ばれる理由 */
.top-reasonBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .top-reasonBlock {
    grid-template-columns: 0.9fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

.top-reasonItem {
  background-color: #F0FEFF;
  border-radius: 24px;
  padding-block: 20px;
  padding-inline: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-reasonItem {
    padding-inline: 20px;
  }
}

.top-reasonItemNum {
  color: var(--mainColorLight);
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: clamp(52px, 6.3vw, 80px);
  font-family: var(--fontEn);
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top-reasonItemNum {
    top: 10px;
    left: 15px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .top-reasonItemImg {
    margin-inline: auto;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .top-reasonItemImg {
    margin-inline: auto;
    width: 80%;
  }
}

.top-reasonItemTitle {
  font-size: 29px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
.top-reasonItemTitle * {
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .top-reasonItemTitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .top-reasonItemTitle {
    font-size: 20px;
  }
}

/* 事例 */
.caseSlide {
  position: relative;
}
.caseSlide .caseSlideArw {
  cursor: pointer;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  z-index: 2;
}
.caseSlide .caseSlideArw i {
  color: #fff;
  font-size: 1em;
}
.caseSlide .caseSlideArw:hover {
  opacity: 0.8;
}
.caseSlide .caseSlideArw.prev {
  left: -20px;
}
.caseSlide .caseSlideArw.next {
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .caseSlide .caseSlideArw {
    height: 30px;
    width: 30px;
  }
}

.caseBlock {
  padding-top: 50px;
  margin-inline: 10px;
}

.caseBlockInner {
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 60px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .caseBlockInner {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .caseBlockInner {
    padding: 20px 15px;
  }
}

.caseBlockNum {
  text-align: center;
  margin-block: -50px 50px;
}
.caseBlockNum span {
  border: 1px solid #fff;
  background-color: var(--mainColorLight);
  color: #fff;
  text-align: center;
  padding-inline: 1em;
  padding-block: 1em;
  display: inline-block;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .caseBlockNum {
    margin-block: -38px 50px;
  }
  .caseBlockNum span {
    font-size: 12px;
  }
}

.caseBlockHead,
.caseBlockBody {
  position: relative;
}
.caseBlockHead::before,
.caseBlockBody::before {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -19px;
  height: 20px;
  width: 30px;
  z-index: 2;
}

.caseBlockHead {
  background-color: #F1F1F1;
  border-radius: 24px 24px 0 0;
  padding: 40px 30px;
}
.caseBlockHead::before {
  background-color: #F1F1F1;
}
@media only screen and (max-width: 767px) {
  .caseBlockHead {
    padding: 50px 10px 20px;
  }
}

.caseBlockBody {
  background-color: #DDFEFF;
  padding-inline: 40px;
  padding-block: 30px;
}
.caseBlockBody::before {
  background-color: #DDFEFF;
}
@media only screen and (max-width: 767px) {
  .caseBlockBody {
    padding-inline: 10px;
    padding-block: 20px;
  }
}

.caseBlockFoot {
  background-color: var(--mainColorLight);
  border-radius: 0 0 24px 24px;
  padding-inline: 40px;
  padding-block: 30px;
}
@media only screen and (max-width: 767px) {
  .caseBlockFoot {
    padding-inline: 15px;
    padding-block: 30px;
  }
}

.caseBlockTitle {
  text-align: center;
  margin-block: -67px 30px;
}
.caseBlockTitle span {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  background-color: var(--subColor);
  padding-inline: 0.5em;
  padding-block: 0.5em;
  border-radius: 50px;
  display: inline-block;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .caseBlockTitle span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .caseBlockTitle span {
    font-size: 15px;
  }
}

.caseFlexBox .caseFlexBoxImgBox {
  border-radius: 16px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .caseFlexBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .caseFlexBox .caseFlexBoxImgBox {
    width: 40%;
  }
  .caseFlexBox .caseFlexBoxTxtBox {
    padding-left: 5%;
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .caseFlexBox .caseFlexBoxImgBox {
    margin-bottom: 10px;
  }
}

.caseFlexBoxTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
  overflow: hidden;
}
.caseFlexBoxTitle .caseFlexBoxTxt {
  padding-block: 0.4em;
  padding-inline: 1em;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}
.caseFlexBoxTitle .caseFlexBoxTxt.label {
  background-color: var(--mainColorLight);
  border-radius: 50px;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .caseFlexBoxTitle .caseFlexBoxTxt {
    font-size: 12px;
  }
}

.caseFlexBoxDl + .caseFlexBoxDl {
  margin-top: 20px;
}
.caseFlexBoxDl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.05em;
  gap: 10px;
  margin-bottom: 10px;
}
.caseFlexBoxDl dd ul li {
  padding-left: 2em;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-block: 0.3em;
  position: relative;
}
.caseFlexBoxDl dd ul li::before {
  content: "";
  position: absolute;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  top: 0.4em;
  left: 0;
  height: 0.7em;
  width: 0.7em;
}
.caseFlexBoxDl dd ul li::before {
  background-color: var(--mainColorLight);
}
@media only screen and (max-width: 767px) {
  .caseFlexBoxDl dt {
    font-size: 16px;
  }
  .caseFlexBoxDl dd ul li {
    padding-left: 1.3em;
  }
}

.caseFlexBoxDlIcon {
  background-color: #FF6666;
  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: 25px;
  width: 25px;
}
.caseFlexBoxDlIcon i {
  color: #fff;
  font-size: 0.8em;
}

.caseBlockBodyTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.caseBlockBodyTitle .caseTitleTx {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .caseBlockBodyTitle .caseTitleTx {
    font-size: 18px;
  }
}

.caseBlockBodyList li {
  padding-left: 1.5em;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-block: 0.6em;
  position: relative;
}
.caseBlockBodyList li::before {
  content: "";
  position: absolute;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  top: 0.4em;
  left: 0;
  height: 0.7em;
  width: 0.7em;
}
.caseBlockBodyList li::before {
  top: 0.2em;
  height: 0.5em;
  width: 0.5em;
}
.caseBlockBodyList li span {
  color: var(--mainColorLight);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.caseBlockFootList li {
  margin-block: 0.6em;
  position: relative;
}
.caseBlockFootList li::before {
  content: "";
  position: absolute;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  top: 0.4em;
  left: 0;
  height: 0.7em;
  width: 0.7em;
}
.caseBlockFootList li::before {
  background-color: #fff;
  top: 0.2em;
  height: 0.5em;
  width: 0.5em;
}
.caseBlockFootList li .listTx {
  color: #fff;
  padding-left: 1.5em;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.caseBlockFootList li .listLabel {
  background-color: var(--subColor);
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  padding-block: 0.1em;
  padding-inline: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .caseBlockFootList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .caseBlockFootList li .listTx {
    margin-right: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .caseBlockFootList li span {
    display: block;
  }
  .caseBlockFootList li .listTx {
    margin-bottom: 5px;
  }
  .caseBlockFootList li .listLabel {
    margin-left: 1.5em;
  }
}

/* お客様の声 */
.top-voiceBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .top-voiceBox {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-voiceBox {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.voiceItem {
  background-color: #F8FAFC;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

.voiceItemHead {
  margin-bottom: 10px;
}

.voiceItemTitle {
  color: var(--mainColor);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .voiceItemTitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .voiceItemTitle {
    font-size: 20px;
  }
}

.voiceItemFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  position: relative;
  padding-top: 20px;
  z-index: 2;
}
.voiceItemFoot::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--mainColor);
  height: 1px;
  width: 100%;
}

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

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

@media only screen and (max-width: 959px) {
  .voiceItemImg {
    height: 60px;
    width: 60px;
  }
}

/* 流れ */
.top-flowSlide,
.top-topicsSlide {
  overflow: hidden;
  padding-left: 60px;
}
.top-flowSlide .flowSlideArw,
.top-topicsSlide .flowSlideArw {
  cursor: pointer;
  background-color: var(--mainColorLight);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  z-index: 2;
}
.top-flowSlide .flowSlideArw i,
.top-topicsSlide .flowSlideArw i {
  color: #fff;
  font-size: 1em;
}
.top-flowSlide .flowSlideArw:hover,
.top-topicsSlide .flowSlideArw:hover {
  opacity: 0.8;
}
.top-flowSlide .flowSlideArw.prev,
.top-topicsSlide .flowSlideArw.prev {
  left: -20px;
}
.top-flowSlide .flowSlideArw.next,
.top-topicsSlide .flowSlideArw.next {
  right: -20px;
}
@media only screen and (max-width: 767px) {
  .top-flowSlide .flowSlideArw,
  .top-topicsSlide .flowSlideArw {
    height: 30px;
    width: 30px;
  }
}
.top-flowSlide .flowSlideArw.next,
.top-topicsSlide .flowSlideArw.next {
  right: calc(50% - 380px);
}
@media only screen and (max-width: 767px) {
  .top-flowSlide,
  .top-topicsSlide {
    padding-left: 30px;
  }
  .top-flowSlide .flowSlideArw.next,
  .top-topicsSlide .flowSlideArw.next {
    right: 50%;
  }
}

.top-flowSlideInner {
  width: 125%;
}
@media only screen and (max-width: 767px) {
  .top-flowSlideInner {
    width: 170%;
  }
}

.top-topicsSlideInner {
  width: 125%;
}
.top-topicsSlideInner.no-slide {
  display: grid;
  grid-template-columns: repeat(3, 380px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top-topicsSlideInner {
    width: 170%;
  }
}

.flowItem {
  padding-top: 35px;
}

.flowItemInner {
  background-color: #F0FEFF;
  padding: 20px 20px 30px;
  border-radius: 24px;
  margin-right: 20px;
  height: 100%;
}

.flowItemNum {
  background-color: var(--mainColorLight);
  color: #fff;
  font-family: var(--fontEn);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  line-height: 1;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin-inline: auto;
  margin-block: -55px 20px;
}
@media only screen and (max-width: 767px) {
  .flowItemNum {
    font-size: 18px;
    margin-block: -38px 10px;
    height: 40px;
    width: 40px;
  }
}

.flowItemImg {
  border-radius: 21px;
  overflow: hidden;
  margin-bottom: 15px;
}

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

/* 会社情報 */
.top-aboutBg {
  background-color: #F8FAFC;
}

.aboutBox + .aboutBox {
  margin-top: 90px;
}

.aboutBoxTitleBox {
  position: relative;
  z-index: 2;
}
.aboutBoxTitleBox::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  border-top: 1px dashed var(--mainColorLight);
  height: 1px;
  width: 100%;
  z-index: -1;
}

.aboutBoxTitle {
  text-align: center;
}
.aboutBoxTitle span {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: var(--mainColorLight);
  padding-inline: 2em;
  padding-block: 0.5em;
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .aboutBoxTitle span {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .aboutBoxInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aboutBoxInner .aboutImgBox {
    width: 40%;
  }
  .aboutBoxInner .aboutTxtBox {
    padding-left: 3%;
    width: 60%;
  }
  .aboutBoxInner.infoBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutBoxInner .aboutImgBox {
    width: 60%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
}

.aboutImg {
  border-radius: 50%;
  overflow: hidden;
  margin-inline: auto;
  max-height: 378px;
  max-width: 378px;
}

.aboutTxtBoxTitle {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .aboutTxtBoxTitle {
    font-size: 22px;
  }
}

.aboutName {
  text-align: right;
  font-size: 24px;
  font-weight: 600;
}
.aboutName span {
  font-size: 18px;
  font-weight: 600;
  margin-right: 0.8em;
}
@media only screen and (max-width: 767px) {
  .aboutName {
    font-size: 18px;
  }
  .aboutName span {
    font-size: 14px;
  }
}

.aboutTable {
  width: 100%;
}
.aboutTable th, .aboutTable td {
  border: 1px solid #D5D5D5;
  padding: 10px;
}
.aboutTable th {
  background-color: #F1F2F4;
  text-align: left;
  vertical-align: middle;
  width: 160px;
}
.aboutTable td {
  background-color: #fff;
  width: calc(100% - 160px);
}
@media print, screen and (min-width: 768px) {
  .aboutTable {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutTable + .aboutTable {
    margin-top: 3%;
  }
  .aboutTable th {
    width: 110px;
  }
  .aboutTable td {
    width: calc(100% - 110px);
  }
}

/* トピックス */
.topicsItem {
  margin-right: 20px;
}
.cmNewsListUl .topicsItem {
  margin-right: 0;
}

.topicsItemImgBox {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 14px;
}
.topicsItemImgBox .topicsItemImg {
  padding-bottom: 64%;
  word-wrap: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topicsItem:hover .topicsItemImgBox .topicsItemImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topicsItemTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media only screen and (max-width: 959px) {
  .topicsItemTitle {
    font-size: 16px;
  }
}

.topicsIteminfo .topicsItemTime {
  font-size: 14px;
}
.topicsIteminfo .topicsItemCates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media print, screen and (min-width: 768px) {
  .topicsIteminfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topicsIteminfo {
    display: block;
    gap: 10px;
  }
}

.topicsItemCate {
  background-color: #E9F8F8;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
  padding-inline: 1em;
  padding-block: 0.4em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topicsItemCate {
    font-size: 12px;
  }
}

.otherTopicsItem + .otherTopicsItem {
  margin-top: 20px;
}
.otherTopicsItem .topicsItemLink {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  gap: 20px;
}

.categoryList {
  background-color: #F8FAFC;
  border-radius: 50px;
  padding-block: 1em;
  padding-inline: 1em;
  margin-bottom: 5%;
}
.categoryList ul {
  gap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categoryList li a {
  font-size: 20px;
  font-weight: 600;
}
.categoryList li.active a {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .categoryList ul {
    gap: 25px;
  }
  .categoryList li a {
    font-size: 14px;
  }
}

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