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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --mainColor: #000;
  --mainColorLight: #fff6ed;
  --mainColorLight2: #fffbf7;
  --subColor: #52b4c2;
  --subColorLight: #ebf7f8;
  --subColorLight2: #f9f9f9;
}

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

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

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

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

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

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

/*フォント系*/
.serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.f-black {
  font-weight: 900;
}

.f-bold {
  font-weight: 700;
}

.f-bold-all {
  font-weight: 700;
}
.f-bold-all * {
  font-weight: 700;
}

.f-semi-bold {
  font-weight: 600;
}

.f-semi-bold-all {
  font-weight: 600;
}
.f-semi-bold-all * {
  font-weight: 600;
}

.f-medium {
  font-weight: 500;
}
.f-medium-imp {
  font-weight: 500 !important;
}

.f-medium-all {
  font-weight: 500;
}
.f-medium-all * {
  font-weight: 500;
}

.f-regular {
  font-weight: 400;
}

/*==================================================
 * リセット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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.notOp:hover {
  opacity: 1;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

.lh_m2 {
  line-height: 1.7;
}
.lh_m2 * {
  line-height: 1.7;
}

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

.lh_s2 {
  line-height: 1;
}
.lh_s2 * {
  line-height: 1;
}

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

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_l2 {
  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;
}

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

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}
.white-all * {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

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

.fsL15 {
  font-size: 80px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL15 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL15 {
    font-size: 48px;
  }
}

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

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

.fsL35 {
  font-size: 48px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL35 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL35 {
    font-size: 28px;
  }
}

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

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

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

.fsM15 {
  font-size: 32px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM15 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM15 {
    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;
  }
}

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

html,
body {
  width: 100%;
}

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

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

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

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.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;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

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

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

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

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

/*
p {
    margin-bottom: 10px;
}
*/
.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;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

.mr0 {
  margin-right: 0 !important;
}

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

.mbS4 {
  margin-bottom: 0.5%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
  .mbSp0 {
    margin-bottom: 0;
  }
}
/*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;
}

.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%;
  }
}
/*横幅*/
.cnt {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .cnt {
    max-width: 100%;
  }
}
.cnt.pLarge {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .cnt.pLarge {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cnt.spLR {
    padding-left: 0;
    padding-right: 0;
  }
}

.w100 {
  width: 100%;
}

.cntMin {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.cntMax {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

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

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

:root {
  --spaceSizeS: clamp(40px, 10vw, 80px);
  --spaceSize: clamp(80px, 10vw, 160px);
  --spaceSizeWide: clamp(160px, 20vw, 240px);
}

.paddingS {
  padding-top: clamp(40px, 10vw, 60px);
  padding-bottom: clamp(40px, 10vw, 60px);
}

.padding {
  padding-top: clamp(60px, 12.5vw, 150px);
  padding-bottom: clamp(60px, 12.5vw, 150px);
}

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

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .pbSp0 {
    padding-bottom: 0;
  }
  .ptSp0 {
    padding-top: 0;
  }
}
.margin {
  margin-top: var(--spaceSize);
  margin-bottom: var(--spaceSize);
}

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

.ml0 {
  margin-left: 0;
}

.z-1 {
  z-index: 1;
}

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

.none {
  display: none;
}

/*背景系*/
.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;
}
@media only screen and (max-width: 767px) {
  .radiusS {
    border-radius: 6px;
  }
}

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

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusMax {
  border-radius: 1000px;
}

.ofH {
  overflow: hidden;
}

/*影*/
.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;
}

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

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

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

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

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

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

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

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

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

.titleBdLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.titleBdLeft:before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: var(--mainColor);
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

.titleBdLight {
  border-bottom: 1px solid var(--mainColor);
  display: inline-block;
}

.bdBox {
  border: 2px solid var(--mainColor);
}

/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.spmenuBox {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: 100dvh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.spmenuBox > ul {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.open .spmenuBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  background: transparent;
  border: none;
}

.btnTxt {
  font-size: 10px;
  margin-top: 0.25em;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  letter-spacing: 0.06em;
}

.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: 18px;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: var(--menuTrigeHeight);
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #333;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  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(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  bottom: -5px;
}
.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
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: var(--mainColor);
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

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

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

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

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

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: var(--mainColor);
}

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

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

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

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

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

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

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

.topQaBoxDl dt {
  font-weight: normal;
}

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

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

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

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

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

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
.contactForm {
  width: 100%;
  margin: 0 auto;
}

.contactForm textarea {
  width: 100%;
  min-height: 14rem !important;
}

.contactForm input[type=checkbox] {
  width: auto;
}

.contactTelIcon {
  margin-right: 0.4em;
}

.mw_wp_form button {
  max-width: 100%;
  width: 300px;
  height: 68px;
  font-weight: 700;
  background-color: var(--mainColor);
  color: #fff;
  border: none;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mw_wp_form button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form button {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .mw_wp_form button {
    height: 60px;
  }
}
.mw_wp_form button.cmnbtn::before {
  background-image: url(../img/ic_arrow-right-blue.svg);
}
.mw_wp_form button:hover {
  opacity: 0.7;
}

.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform * {
  font-family: "Noto Sans JP", sans-serif;
}
.cform tr {
  border-bottom: solid 1px #bad1ff;
}
.cform th {
  font-size: 17px;
  font-family: bold;
  width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  position: relative;
  color: #1d62ea;
}
.cform th .title {
  width: 72%;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .cform th .title {
    vertical-align: bottom;
    width: auto;
    margin-right: 5%;
  }
}
.cform th .required-srt {
  font-size: 12px;
  padding: 0.2em 0.4em;
  background: transparent;
  color: #ff521c;
  border: solid 1px #ff521c;
  border-radius: 3px;
  margin-right: 10px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cform th .required-srt {
    border-radius: 6px;
  }
}
tr:last-child .cform th .required-srt {
  top: 41%;
}
@media only screen and (max-width: 767px) {
  .cform th .required-srt {
    top: auto;
    bottom: 10%;
    font-size: 10px;
  }
}
.cform td {
  font-size: 15px;
  line-height: 150%;
  padding: 3% 0;
  font-weight: 700;
}
.cform td .error {
  font-size: 14px;
}
.cform td input::-webkit-input-placeholder, .cform td textarea::-webkit-input-placeholder {
  color: #a0a09e;
}
.cform td input::-moz-placeholder, .cform td textarea::-moz-placeholder {
  color: #a0a09e;
}
.cform td input:-ms-input-placeholder, .cform td textarea:-ms-input-placeholder {
  color: #a0a09e;
}
.cform td input::-ms-input-placeholder, .cform td textarea::-ms-input-placeholder {
  color: #a0a09e;
}
.cform td input::placeholder,
.cform td textarea::placeholder {
  color: #a0a09e;
}
.cform td span label span {
  font-size: 15px;
}
.cform .mwform-radio-field-text {
  color: #1d62ea;
}
@media only screen and (max-width: 767px) {
  .cform td,
  .cform th {
    padding-bottom: 0;
    padding-top: 15px;
    font-size: 15px;
  }
  .cform td {
    padding: 5px 0 15px;
  }
  .cform th {
    padding-bottom: 10px;
  }
  .cform th .required-srt {
    padding: 0.1em 0.4em;
  }
}

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

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  height: 4rem;
  font-size: 14px;
  padding: 3rem 2.5rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url] {
    border-radius: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .cform option,
  .cform textarea,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url] {
    padding: 2rem;
  }
}

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

.contactFormPrivacyAlertBox {
  padding: 5%;
}

@media only screen and (max-width: 767px) {
  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
    padding-left: 0;
  }
}
.contactAlertBox {
  border: 1px solid #dcdcdc;
  padding: 8% 5%;
  margin: 10% 0;
}
@media only screen and (max-width: 767px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 13% 0;
  }
}

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

.button,
.submit-btn input,
.submit-btn a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  color: #fff;
  padding: 0.7em 4em 0.7em 2em;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-size: 20px;
  border: 1px solid var(--mainColor);
}
.button:before, .button:after,
.submit-btn input:before,
.submit-btn input:after,
.submit-btn a:before,
.submit-btn a:after {
  width: calc(100% - 20px);
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  content: "";
}
.button:before,
.submit-btn input:before,
.submit-btn a:before {
  border-bottom: solid 20px var(--mainColor);
  border-right: solid 20px transparent;
  bottom: 100%;
}
.button:after,
.submit-btn input:after,
.submit-btn a:after {
  border-top: solid 20px var(--mainColor);
  border-left: solid 20px transparent;
  top: 100%;
}
.button:hover,
.submit-btn input:hover,
.submit-btn a:hover {
  background-color: #fff;
  color: var(--mainColor);
}

.sendBtnWrap {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

.mw_wp_form button.sendBtn {
  font-size: 16px !important;
  height: 100%;
  padding: 1.5rem 10rem;
  width: auto;
  border-radius: 10px;
}

.submit-btn {
  text-align: center;
  margin-top: 5%;
}
.submit-btn input,
.submit-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.5rem 10rem;
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .submit-btn input,
  .submit-btn a {
    border-radius: 6px;
  }
}

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

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

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

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

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

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

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

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

.editor {
  line-height: 1.8;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.editor figcaption {
  font-size: 13px;
  color: gray;
}
.editor a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.editor blockquote {
  padding: 2em 3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
  margin-bottom: 1.5em;
  border-top: solid 5px #ccc;
  position: relative;
}
.editor blockquote::before {
  content: "";
  left: 0;
  top: 0;
  background: url(../img/inyo.svg) #ccc;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  font-size: 2em;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .editor blockquote::before {
    width: 30px;
    font-size: 1.5em;
  }
}
.editor blockquote cite {
  color: #666;
  font-style: italic;
  text-align: right;
}
.editor strong {
  font-style: normal;
  font-weight: bold;
}
.editor p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .editor p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.editor h2 span,
.editor h3 span,
.editor h4 span,
.editor h5 span {
  font-weight: bold;
}
.editor h2 {
  font-size: 32px;
  margin: 3% auto;
  padding-left: 0.5em;
  font-weight: 700;
  border-bottom: solid 1px #ccc;
  line-height: 1.5;
  position: relative;
}
.editor h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 5em;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .editor h2 {
    font-size: 20px;
    margin: 6% auto;
  }
}
.editor h3 {
  position: relative;
  font-size: 24px;
  margin: 4% auto 3%;
  padding-left: 0.6em;
  border-left: solid 5px #ccc;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .editor h3 {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin: 6% auto 6%;
  }
}
.editor h3::before {
  width: 0.8em;
  height: 3px;
  background-color: var(--mainColor);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.editor h4 {
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .editor h4 {
    margin: 15% auto 8%;
  }
}
.editor table td:nth-child(1) {
  background-color: #f7f6f9;
  font-weight: bold;
  color: #515151;
}
.editor table th,
.editor table td {
  padding: 2rem 3rem;
}
@media only screen and (max-width: 767px) {
  .editor table th,
  .editor table td {
    padding: 1rem 2rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dad8de;
  }
}
.editor table tr {
  border-bottom: 1px solid #dad8de;
}
@media only screen and (max-width: 767px) {
  .editor table tr {
    border-bottom: none;
  }
}
.editor table tr:first-child {
  border-top: 1px solid #dad8de;
}
.editor ul {
  margin-bottom: 2%;
}
.editor ul li {
  list-style-type: disc;
}
.editor ol li {
  list-style-type: decimal;
}
.editor li {
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  font-weight: bold;
}

.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

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

#toc_container {
  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(330deg, 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 5%;
}

/* ========================================
   共通コンポーネント - Common Components
======================================== */
/* ----------------------------------------
   共通タイトル - Common Title (.cmnTtl)
   ---------------------------------------- */
/**
 * 共通タイトルコンポーネント
 * 使用例: <h2 class="cmnTtl">見出しテキスト</h2>
 * バリエーション: .white, .--center, .mainColor, .--large
 */
.cmnTtl {
  font-size: 28px;
  position: relative;
  padding-bottom: 0.4em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnTtl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnTtl {
    font-size: 20px;
  }
}
.cmnTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 3px;
  background-color: #707070;
  left: 0;
  bottom: 0;
}
.cmnTtl.white {
  color: #fff;
}
.cmnTtl.white::before {
  background-color: #fff;
}
.cmnTtl.--center {
  text-align: center;
}
.cmnTtl.--center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cmnTtl.mainColor::before {
  background-color: var(--mainColor);
}
.cmnTtl.--large {
  font-size: 42px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnTtl.--large {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnTtl.--large {
    font-size: 24px;
  }
}

/* ----------------------------------------
   サブタイトル - Sub Title (.cmnttl2)
   ---------------------------------------- */
/**
 * 丸いボックス型のサブタイトル
 * 使用例: <div class="cmnttl2">サブタイトル</div>
 * 用途: セクション内の小見出しや強調テキスト
 */
.cmnttl2 {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vw;
  padding: 0.8em 2em;
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------------
   横並びレイアウト - Horizontal Wrapper
   ---------------------------------------- */
/**
 * タイトルとコンテンツを横並びに配置するレイアウト
 * 使用例: タイトル + 説明文、画像 + テキストなど
 */
.horizonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .horizonWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2em;
  }
}
.horizonWrap .cmnTtl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/**
 * 横並びレイアウトのコンテンツエリア
 */
.horizonCnt {
  width: 71.429%;
}
@media only screen and (max-width: 767px) {
  .horizonCnt {
    width: 100%;
  }
}

/* ----------------------------------------
   共通ボタン - Common Button (.cmnbtn)
   ---------------------------------------- */
/**
 * 共通ボタンコンポーネント
 * 使用例: <a href="#" class="cmnbtn">ボタンテキスト</a>
 * バリエーション: .--center, .--subColor, .--borderMain, .--borderSub
 */
.cmnbtn {
  width: 100%;
  max-width: 550px;
  margin-inline: auto;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  font-weight: 700;
  padding: 2em 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnbtn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnbtn {
    font-size: 16px;
  }
}
.cmnbtn img {
  margin-left: 0;
  margin-right: 0;
  width: 9px;
}
@media only screen and (max-width: 767px) {
  .cmnbtn img {
    width: 6px;
  }
}

/* ----------------------------------------
   装飾・アクセント要素 - Decorative Elements
   ---------------------------------------- */
/**
 * 左ボーダータイトル
 * 使用例: <h3 class="border-left-title">タイトル</h3>
 * 用途: セクション内の小見出しに左側のアクセントラインを追加
 */
.border-left-title {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.border-left-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  border-radius: 8px;
  background-color: var(--mainColor);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .border-left-title::before {
    width: 7px;
  }
}

/* ----------------------------------------
   画像・テキスト交互レイアウト - Image Text Flex
   ---------------------------------------- */
/**
 * 画像とテキストを交互に配置するレイアウト
 * 使用例: セクション内で画像と説明文を交互に表示
 * 特徴: 偶数番目は自動的に順序が逆になる
 */
.img-text-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img-text-flex .img {
  width: 48.571%;
}
.img-text-flex .text {
  width: 45.714%;
}
.img-text-flex .ttl {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
}
.img-text-flex .ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  border-radius: 8px;
  background-color: var(--mainColor);
  left: 0;
}
@media only screen and (max-width: 767px) {
  .img-text-flex .ttl::before {
    width: 7px;
  }
}
.img-text-flex .ttl.--sub::before {
  background-color: var(--subColor);
}
.img-text-flex:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .img-text-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
  .img-text-flex .img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .img-text-flex .text {
    width: 100%;
  }
  .img-text-flex:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/**
 * レイアウト順序を逆転させるクラス
 * 通常の.img-text-flexの順序を反対にしたい場合に使用
 */
.rev .img-text-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.rev .img-text-flex:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .rev .img-text-flex:nth-of-type(even):nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .rev .img-text-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* ----------------------------------------
   大型画像・テキストレイアウト - Large Image Text Flex
   ---------------------------------------- */
/**
 * より大きな画像とテキストの組み合わせレイアウト
 * 使用例: 院内紹介、詳細説明ページなど
 * .img-text-flexより大きな画像とより詳細なテキスト用
 */
.img-text-flex--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-text-flex--large .text {
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img-text-flex--large .text .ttl,
.img-text-flex--large .text .inText {
  padding-left: 4rem;
}
.img-text-flex--large .text .ttl {
  color: var(--mainColor);
  font-size: 24px;
  border-bottom: solid 1px var(--mainColor);
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .img-text-flex--large .text .ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .img-text-flex--large .text .ttl {
    font-size: 17px;
  }
}
.img-text-flex--large .image {
  margin-left: -260px;
}
.img-text-flex--large:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.img-text-flex--large:nth-of-type(even) .image {
  margin-left: auto;
  margin-right: -260px;
}
.img-text-flex--large:nth-of-type(even) .text .ttl,
.img-text-flex--large:nth-of-type(even) .text .inText {
  padding-left: 0;
  padding-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .img-text-flex--large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
  .img-text-flex--large .image {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
  .img-text-flex--large .text {
    width: 100%;
  }
  .img-text-flex--large .text .ttl,
  .img-text-flex--large .text .inText {
    padding-left: 0;
  }
  .img-text-flex--large .text .ttl {
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
  }
  .img-text-flex--large:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-text-flex--large:nth-of-type(even) .image {
    margin-right: auto;
  }
  .img-text-flex--large:nth-of-type(even) .ttl,
  .img-text-flex--large:nth-of-type(even) .inText {
    padding-right: 0;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  height: 100px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
  }
}

.headerIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-inline: auto;
  height: 100%;
  z-index: 99999;
  padding-inline: 35px 0;
}
@media only screen and (max-width: 767px) {
  .headerIn {
    padding-left: 15px;
    margin-left: 0;
  }
}

.headerLogoWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 195px;
}
@media only screen and (max-width: 1099px) {
  .headerLogoWrap {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .headerLogoWrap {
    width: 120px;
  }
}

.headerInMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.headerInMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.headerInMenu ul a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  padding-inline: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerInMenu ul a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .headerInMenu ul a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .headerInMenu {
    display: none;
  }
}
.headerInMenu .tel {
  background-color: #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2em;
}
.headerInMenu .tel * {
  color: #fff;
  font-weight: 700;
}
.headerInMenu .tel .num {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerInMenu .tel .num {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .headerInMenu .tel .num {
    font-size: 17px;
  }
}

.headerSpBtnWrap {
  display: none;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
@media only screen and (max-width: 767px) {
  .headerSpBtnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.headerBtnWrap {
  display: none;
  height: 20px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .headerBtnWrap {
    display: block;
  }
}

.headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .headerMenu {
    display: none;
  }
}
.headerMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerMenu li {
  position: relative;
}
.headerMenu li a {
  padding: 1.5em;
  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;
  color: #fff;
  height: 95px;
}
@media only screen and (max-width: 959px) {
  .headerMenu li a {
    padding: 0 1em;
  }
}
.headerMenu li a * {
  text-align: center;
}
.headerMenu li a .ja {
  font-weight: 700;
  text-align: center;
}
.headerMenu li:last-of-type a {
  background-color: #fff;
  color: var(--mainColor);
}

@media only screen and (min-width: 1101px) {
  header.fixed {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.overRayMenuUl {
  margin-bottom: 30px;
}
.overRayMenuUl > li {
  position: relative;
  border-bottom: solid 1px var(--mainColor);
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.overRayMenuUl > li a {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .overRayMenuUl > li a {
    font-size: 16px;
    font-weight: 700;
  }
}
.overRayMenuUl > li a div {
  color: var(--mainColor);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.overRayMenuUl > li a div.ja {
  font-size: 15px;
  font-weight: 500;
}
.overRayMenuUl > li a:hover span {
  color: var(--mainColor);
}
@media only screen and (max-width: 959px) {
  .overRayMenuUl > li {
    padding-bottom: 0.9em;
    margin-bottom: 0.9em;
  }
  .overRayMenuUl > li a span.eng {
    font-size: 21px;
    margin-right: 0.5em;
  }
  .overRayMenuUl > li a span.jp {
    font-size: 12px;
  }
  .overRayMenuUl > li .childWrap {
    padding-left: 1em;
  }
  .overRayMenuUl > li .childWrap a {
    font-size: 14px;
    font-weight: 500;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    display: block;
  }
}

.spmenuBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  min-height: 100dvh;
  overflow-y: scroll;
  padding: 100px 50px;
  background-color: rgba(255, 255, 255, 0.95);
}
@media only screen and (max-width: 767px) {
  .spmenuBlock {
    padding: 0;
  }
}
.spmenuBlock .rightBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}

.spmenuBoxInner {
  width: 100%;
  padding: 60px 15px 0;
}
@media only screen and (max-width: 767px) {
  .spmenuBoxInner {
    padding-top: 90px;
  }
}

.spTel {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spTel {
    position: absolute;
    right: 62px;
    height: 60px;
    background: #000;
    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: 1em;
  }
  .spTel img {
    width: 30px;
  }
}

footer {
  background-color: #000;
}
footer * {
  color: #fff;
}

.footerLogo {
  font-weight: 700;
  text-align: center;
}
.footerLogo span {
  font-size: 1.2352941176em;
  font-weight: 700;
}

.accessWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8em;
  -moz-column-gap: 8em;
  column-gap: 8em;
}
@media only screen and (max-width: 767px) {
  .accessWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .accessWrap > * {
    width: 90%;
    margin-inline: auto;
  }
}
.accessWrap > * * {
  font-weight: 700;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Zen Maru Gothic", system-ui;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.maru {
  font-family: "Zen Maru Gothic", system-ui;
  font-style: normal;
}

main {
  overflow: hidden;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.jost {
  font-family: "Jost", sans-serif;
}

main {
  overflow: hidden;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 60px;
  }
}

.borderDot {
  border-bottom: dotted 4px var(--mainColor);
  padding-bottom: 0.2em;
}

/*==================================================
 * トップページ
 *================================================*/
.fv {
  position: relative;
}
.fv video {
  max-width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .fv video {
    aspect-ratio: 390/690;
  }
}
.fv .en,
.fv .ja {
  position: absolute;
}
.fv .en {
  left: 20%;
  top: 10vw;
}
@media only screen and (max-width: 767px) {
  .fv .en {
    top: 16vw;
    left: -10vw;
  }
}
.fv .en::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  right: 0;
  bottom: -0.5em;
  height: 1px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .fv .en::before {
    background-color: #000;
  }
}
.fv .en * {
  font-family: "Jost", sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .fv .en * {
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .fv .en * {
    font-size: 7.6923076923vw;
  }
}
.fv .en .en-in {
  position: relative;
  width: 210px;
  height: 120px;
  aspect-ratio: 1/1;
}
.fv .en .en-in > * {
  position: absolute;
  opacity: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fv .en .en-in > *.active {
  opacity: 1;
}
.fv .ja {
  bottom: 20vw;
  left: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1vw;
}
@media only screen and (min-width: 1280px) {
  .fv .ja {
    left: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .fv .ja {
    bottom: 25.641025641vw;
    left: 10%;
  }
}
.fv .ja > * {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.fv .ja > * span {
  font-size: clamp(
    20px,
    -9.903px + 3.899vw,
    40px
  );
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .fv .ja > * span {
    font-size: 3.8461538462vw;
  }
}
.fv .ja > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  right: -2em;
}
.fv .cv {
  position: absolute;
  left: 19%;
  bottom: 13vw;
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  padding: 1em 3em;
  font-size: clamp(
    10px,
    1.029px + 1.17vw,
    16px
  );
}
@media only screen and (min-width: 1280px) {
  .fv .cv {
    left: 12%;
  }
}
@media only screen and (max-width: 767px) {
  .fv .cv {
    bottom: 12.8205128205vw;
    left: 10%;
  }
}
.fv .cv::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  aspect-ratio: 5/20;
  background: url(../img/arw-down.svg) no-repeat center/contain;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#intro .break {
  font-size: clamp(
    150px,
    -74.269px + 29.24vw,
    300px
  );
  color: #ebecec;
  line-height: 1;
  margin-left: -3%;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #intro .break {
    font-size: 100px;
  }
}
#intro .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5%;
}
@media only screen and (max-width: 767px) {
  #intro .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
#intro .bottom .img {
  margin-right: -12%;
  margin-left: -3%;
  margin-top: -4%;
}
@media only screen and (max-width: 767px) {
  #intro .bottom .img {
    max-width: 80%;
    margin-left: auto;
    margin-right: -15%;
  }
}

.ttlwrap .ja {
  font-size: 20px;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .ttlwrap .ja {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .ttlwrap .ja {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .ttlwrap .ja {
    font-size: 14px;
  }
}
.ttlwrap .ja span {
  font-weight: 700;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ttlwrap .ja.-visible span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.en-anim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.en-anim span {
  display: block;
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  font-weight: 600;
  font-size: 100px;
  line-height: 1;
  font-family: "Jost", sans-serif;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .en-anim span {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .en-anim span {
    font-size: 42px;
  }
}
.en-anim.-visible span {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.en-anim span:nth-child(2) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.en-anim span:nth-child(3) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.en-anim span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.en-anim span:nth-child(5) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.en-anim span:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.en-anim span:nth-child(7) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.en-anim span:nth-child(8) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}
.en-anim span:nth-child(9) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.en-anim span:nth-child(10) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
.en-anim span:nth-child(11) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.en-anim span:nth-child(12) {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}
.en-anim span:nth-child(13) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
.en-anim span:nth-child(14) {
  -webkit-transition-delay: 0.78s;
  transition-delay: 0.78s;
}

.problemCircles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .problemCircles {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.problemCircles .text {
  text-align: center;
  font-size: 18px;
  border: solid 1px #000;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
  border-radius: 100vw;
  max-width: 210px;
  width: 100%;
  margin-inline: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .problemCircles .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .problemCircles .text {
    font-size: 16px;
  }
}
.problemCircles .text:nth-of-type(2) {
  margin-bottom: 6em;
}
@media only screen and (max-width: 767px) {
  .problemCircles .text:nth-of-type(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 959px) {
  .problemCircles .text {
    max-width: 190px;
    margin-inline: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .problemCircles .text {
    font-size: 14px;
    margin-inline: 0.5em;
    width: 45%;
  }
  .problemCircles .text:first-of-type {
    margin-inline: 27.5%;
  }
}
.problemCircles .img {
  width: 100%;
  margin-top: -3.5em;
}
@media only screen and (max-width: 767px) {
  .problemCircles .img {
    margin-top: 0;
  }
}

#problem .arw {
  margin-block: 4em;
}
@media only screen and (max-width: 767px) {
  #problem .arw img {
    width: 5px;
  }
}

.problem2Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media only screen and (max-width: 767px) {
  .problem2Flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
}
.problem2Flex .img {
  max-width: 730px;
  margin-left: -135px;
}
@media only screen and (max-width: 767px) {
  .problem2Flex .img {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.problem2Flex .text {
  font-weight: 700;
  font-size: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .problem2Flex .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .problem2Flex .text {
    font-size: 16px;
  }
}

#about .inner {
  position: relative;
}
#about .inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 110vw;
  height: 100%;
  background-color: #efefef;
  top: 4em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  #about .inner::before {
    top: 2em;
  }
}
#about .inner.--otherTtl::before {
  height: 100vh;
  width: 110vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.aboutRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .aboutRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
}
.aboutRow .img {
  width: 53%;
}
@media only screen and (max-width: 767px) {
  .aboutRow .img {
    width: 100%;
  }
}
.aboutRow .text {
  width: 47%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .aboutRow .text {
    width: 100%;
  }
}
.aboutRow.--2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .aboutRow.--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.otherTtlWrap {
  position: relative;
}

.otherTtl {
  background-color: #fff;
  padding: 0.5em;
  padding-right: 2.5em;
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 45%;
  left: 0;
  text-align: right;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .otherTtl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .otherTtl {
    text-align: left;
    width: 100%;
  }
}
.otherTtl::after {
  background: #efefef;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.otherTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  right: 0;
  height: 100%;
  top: 0;
}
.otherTtl span {
  position: relative;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.18em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .otherTtl span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .otherTtl span {
    font-size: 21px;
  }
}
.otherTtl.--2 {
  right: 0;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  padding-left: 2.5em;
  padding-right: 0;
  left: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .otherTtl.--2 {
    width: 100%;
  }
}
.otherTtl.run::after {
  -webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.other .otherIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .other .otherIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
}
.other .text {
  width: 415px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .other .text {
    width: 100%;
  }
}
.other .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1.5em;
}
.other .text ul > * {
  width: 33.3333333333%;
  text-align: center;
}
.other .text ul > * .img {
  max-width: 80px;
  margin-inline: auto;
}
.other .yajirushi {
  aspect-ratio: 2501/1692;
  position: relative;
  width: 100%;
  margin-left: 80px;
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .other .yajirushi {
    margin-left: auto;
    margin-top: 0;
    max-width: 70%;
    margin-right: auto;
  }
}
.other .yajirushi img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; /* ふわっと表示 */
}
.other .yajirushi img.is-show {
  opacity: 1;
}
.other.--2 .otherIn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .other.--2 .otherIn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.other.--2 .yajirushi {
  margin-top: -200px;
  margin-left: 0;
  margin-right: 80px;
  aspect-ratio: 505/342;
}
@media only screen and (max-width: 767px) {
  .other.--2 .yajirushi {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.cmnttl {
  font-size: 32px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: block;
  position: relative;
  margin-inline: auto;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnttl {
    font-size: 21px;
  }
}
.cmnttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 1px;
  background-color: #000;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.videoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 2em;
}
.videoWrap > * {
  width: 50%;
  position: relative;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .videoWrap > * {
    width: 100%;
  }
}
.videoWrap > * iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.priceBlock .ttl {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  padding: 0.3em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceBlock .ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .priceBlock .ttl {
    font-size: 20px;
  }
}
.priceBlock .priceCnt {
  background-color: #fff;
  border: solid 1px #707070;
  padding: 1.5em 3em;
}
@media only screen and (max-width: 767px) {
  .priceBlock .priceCnt {
    padding: 2em;
  }
}
.priceBlock .priceRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
}
@media only screen and (max-width: 767px) {
  .priceBlock .priceRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
  }
}
.priceBlock .priceRow > * {
  width: calc(33.3333333333% - 1em);
  border: solid 1px #707070;
  padding: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .priceBlock .priceRow > * {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
}
.priceBlock .priceRow > *:nth-of-type(2) {
  background-color: #d3d3d3;
}
.priceBlock .priceRow > *:nth-of-type(3) {
  background-color: #b5b5b5;
}
.priceBlock .priceRow > * * {
  letter-spacing: 0.15em;
}
.priceBlock .priceRow > * .num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceBlock .priceRow > * .num {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .priceBlock .priceRow > * .num {
    font-size: 12px;
  }
}
.priceBlock .priceRow > * .num.--l {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceBlock .priceRow > * .num.--l {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .priceBlock .priceRow > * .num.--l {
    font-size: 16px;
  }
}
.priceBlock .priceRow > * .num::before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 1px;
  background-color: #000;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.priceBlock .priceRow > * .num span {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceBlock .priceRow > * .num span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .priceBlock .priceRow > * .num span {
    font-size: 20px;
  }
}
.priceBlock .priceRow > * .pnum {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceBlock .priceRow > * .pnum {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .priceBlock .priceRow > * .pnum {
    font-size: 16px;
  }
}
.priceBlock .priceRow > * .pnum span {
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceBlock .priceRow > * .pnum span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .priceBlock .priceRow > * .pnum span {
    font-size: 20px;
  }
}
.priceBlock.--2 .priceRow {
  border-bottom: solid 1px #000;
  padding-bottom: 2em;
  margin-bottom: 3em;
}
.priceBlock ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .priceBlock ul {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .priceBlock ul {
    font-size: 13px;
  }
}
.priceBlock ul li {
  padding-left: 0.6em;
  text-indent: -0.6em;
}

.plus {
  width: 78px;
  margin-block: 2em;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .plus {
    width: 60px;
  }
}

.tri {
  width: 58px;
  margin: 2em auto;
}
@media only screen and (max-width: 767px) {
  .tri {
    width: 45px;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

#faq {
  padding-top: 25%;
  background: url(../img/faq.jpg) no-repeat right top/540px auto;
}
@media only screen and (max-width: 767px) {
  #faq {
    background-size: 300px auto;
  }
}

.faqList {
  padding-bottom: 3em;
}
.faqList dt,
.faqList dd {
  position: relative;
  padding-left: 65px;
}
.faqList dt::before,
.faqList dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 49px;
  aspect-ratio: 1/1;
  left: 0;
  top: -0.4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.faqList dt {
  font-weight: 700;
  margin-bottom: 2em;
  margin-top: 4em;
}
.faqList dt::before {
  background-image: url(../img/ic-q.png);
}
.faqList dd::before {
  background-image: url(../img/ic-a.png);
}

.strip {
  text-transform: uppercase;
  line-height: 1.1;
}
.strip .row {
  display: block;
  overflow: hidden;
}
.strip .char {
  display: inline-block;
  -webkit-transform: translate(20%, 100%);
  transform: translate(20%, 100%);
  opacity: 0;
  letter-spacing: -0.03em;
  -webkit-transition: opacity 0.6s cubic-bezier(0.65, 0.02, 0.23, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: opacity 0.6s cubic-bezier(0.65, 0.02, 0.23, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1), opacity 0.6s cubic-bezier(0.65, 0.02, 0.23, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.02, 0.23, 1);
  -webkit-transition-delay: calc(var(--char-index) * 0.03s);
  transition-delay: calc(var(--char-index) * 0.03s);
  line-height: 1;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .strip .char {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .strip .char {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .strip .char {
    font-size: 15px;
    line-height: 1.4;
  }
}
.strip.is-inview .char {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

#reason .inner {
  position: relative;
}
#reason .inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #efefef;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewY(-8deg);
  transform: translateX(-50%) skewY(-8deg);
}

.numBox {
  background-color: #fff;
  padding: 3em 1em;
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .numBox {
    padding: 1.5em 0.5em;
  }
}
.numBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  aspect-ratio: 120/85;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .numBox::before {
    width: 80px;
  }
}
.numBox .ttl {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .numBox .ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .numBox .ttl {
    font-size: 16px;
  }
}
.numBox.--1::before {
  background: url(../img/ic-reason1.png) no-repeat center/contain;
  right: 1em;
  bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .numBox.--1::before {
    width: 80px;
  }
}
.numBox.--1 .row .char:nth-of-type(-n + 4) {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .numBox.--1 .row .char:nth-of-type(-n + 4) {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .numBox.--1 .row .char:nth-of-type(-n + 4) {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .numBox.--1 .row .char:nth-of-type(-n + 4) {
    font-size: 60px;
  }
}
.numBox.--2 .flex {
  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;
}
@media only screen and (max-width: 767px) {
  .numBox.--2 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2em;
  }
}
.numBox.--2 .flex > * {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .numBox.--2 .flex > * {
    width: 100%;
  }
}
.numBox.--2 .flex > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  aspect-ratio: 120/85;
  position: absolute;
  right: -1em;
  bottom: -2em;
}
@media only screen and (max-width: 767px) {
  .numBox.--2 .flex > *::before {
    width: 80px;
    right: 0;
    bottom: 0;
  }
}
.numBox.--2 .flex > *:first-of-type::before {
  background: url(../img/ic-reason2.png) no-repeat center/contain;
}
.numBox.--2 .flex > *:last-of-type::before {
  background: url(../img/ic-reason3.png) no-repeat center/contain;
}
.numBox.--2 .flex .stripwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.numBox.--2 .flex .stripwrap > .strip span {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .numBox.--2 .flex .stripwrap > .strip span {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .numBox.--2 .flex .stripwrap > .strip span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .numBox.--2 .flex .stripwrap > .strip span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .numBox.--2 .flex .stripwrap .stripin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.numBox.--3 .row .char:nth-of-type(2),
.numBox.--3 .row .char:nth-of-type(3), .numBox.--4 .row .char:nth-of-type(2),
.numBox.--4 .row .char:nth-of-type(3) {
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .numBox.--3 .row .char:nth-of-type(2),
  .numBox.--3 .row .char:nth-of-type(3), .numBox.--4 .row .char:nth-of-type(2),
  .numBox.--4 .row .char:nth-of-type(3) {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .numBox.--3 .row .char:nth-of-type(2),
  .numBox.--3 .row .char:nth-of-type(3), .numBox.--4 .row .char:nth-of-type(2),
  .numBox.--4 .row .char:nth-of-type(3) {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .numBox.--3 .row .char:nth-of-type(2),
  .numBox.--3 .row .char:nth-of-type(3), .numBox.--4 .row .char:nth-of-type(2),
  .numBox.--4 .row .char:nth-of-type(3) {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .numBox.--3 {
    margin-bottom: 0;
  }
}
.numBox.--3::before {
  background: url(../img/ic-reason4.png) no-repeat center/contain;
  right: 0;
  bottom: 1em;
}
.numBox.--4::before {
  background: url(../img/ic-reason5.png) no-repeat center/contain;
  right: 0;
  bottom: 1em;
}

.numBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media only screen and (max-width: 767px) {
  .numBoxWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2em;
  }
}
.numBoxWrap > * {
  width: calc(50% - 1em);
}
@media only screen and (max-width: 767px) {
  .numBoxWrap > * {
    width: 100%;
  }
}

.otherReason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .otherReason {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 1.5em;
  }
}
.otherReason > * {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .otherReason > * {
    width: 48%;
  }
  .otherReason > *:first-of-type {
    margin-inline: 26%;
  }
}
.otherReason > * img {
  width: 140px;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .otherReason > * img {
    width: 100px;
    margin-bottom: 1em;
  }
}
.otherReason > * .text {
  position: relative;
}
.otherReason > * .text .num {
  font-size: 100px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .otherReason > * .text .num {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .otherReason > * .text .num {
    font-size: 42px;
  }
}
.otherReason > * .text p {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .otherReason > * .text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .otherReason > * .text p {
    font-size: 16px;
  }
}

#message {
  background: url(../img/message.jpg) no-repeat bottom left 10%/auto 100%;
}
@media only screen and (max-width: 959px) {
  #message {
    background-position: bottom left -10%;
  }
}
@media only screen and (max-width: 767px) {
  #message {
    background-size: auto 80%;
    background-position: bottom left -100px;
  }
}
#message .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

#contact {
  background-color: #888888;
}

.form th,
.form td {
  padding-bottom: 20px;
  vertical-align: middle;
}
.form th {
  width: 320px;
  text-align: left;
  color: #fff;
}
.form th .req {
  background-color: #fff;
  padding: 0 0.5em;
  font-size: 0.8em;
  margin-left: 0.5em;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
.form input:not([type=checkbox]),
.form textarea {
  width: 100%;
  min-height: 35px;
  padding: 0.2em 1em;
  line-height: 1.8;
}
.form textarea {
  padding: 1em;
}
.form .v-top th,
.form .v-top td {
  vertical-align: top;
}
.form .policy {
  background-color: #efefef;
  height: 250px;
  overflow-y: scroll;
  padding: 1em;
}
.form .wpcf7-list-item {
  margin-left: 0;
}
.form input[type=submit] {
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 340px;
  padding: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .form input[type=submit] {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .form input[type=submit] {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .form input[type=submit] {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .form th,
  .form td {
    display: block;
    width: 100%;
  }
  .form th {
    padding-bottom: 5px;
  }
}

.formTtl {
  background-color: var(--mainColor);
  color: #fff;
  font-weight: 700;
  padding: 0.5em;
}

.formTelNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.3em;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em;
}
.formTelNum span img {
  width: 0.7em;
}

.formArea {
  background-color: #f5f5f5;
  padding: 3em;
}

.mwf-table {
  max-width: 780px;
  width: 100%;
  margin-inline: auto;
}
.mwf-table th,
.mwf-table td {
  text-align: left;
  padding-bottom: 20px;
  vertical-align: top;
}
.mwf-table th {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.mwf-table th .req {
  float: right;
  color: #a80000;
  font-size: 14px;
  border: solid 1px #a80000;
  border-radius: 0.2em;
  line-height: 1.2;
  padding: 0.2em 0.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mwf-table th .req {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mwf-table th .req {
    font-size: 13px;
  }
}
.mwf-table td {
  padding-left: 30px;
  width: 100%;
}
.mwf-table input,
.mwf-table textarea {
  padding: 0.8em 0.5em;
  border: solid 1px #ccc;
}

.policy-sub {
  background-color: #fff;
  padding: 3em 2em;
}

.mwf-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mwf-actions input {
  background-color: #333;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 1.5em;
  margin-inline: auto;
  border: none;
  border-radius: 0;
  display: block;
  font-weight: 700;
  cursor: pointer;
}

.formWrap .caution {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

#policy .cmntable {
  width: 100%;
}
#policy dl dt {
  font-size: 20px;
  font-weight: 700;
  border-left: solid 6px #333;
  padding-left: 0.5em;
  position: relative;
  margin-bottom: 2em;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  #policy dl dt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #policy dl dt {
    font-size: 16px;
  }
}
#policy dl dt::before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: dotted 1px #333;
  width: calc(100% + 6px);
  height: 1px;
  right: 0;
  bottom: -1em;
}
#policy dl dd {
  margin-bottom: 3em;
}

.mw_wp_form_confirm .req,
.mw_wp_form_confirm .policy-sub {
  display: none;
}

.wpcf7-response-output {
  color: #fff !important;
  border-color: #fff !important;
}

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