@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --mainColor: #005088;
  --subColor: #ffcc00;
}

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

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

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

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

.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-med {
  font-weight: 500 !important;
}
.f-med-imp {
  font-weight: 500 !important;
}

.f-med-all {
  font-weight: 500 !important;
}
.f-med-all * {
  font-weight: 500 !important;
}

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

/*-------------------------------------------> breakpoint */
/*==================================================
 * リセット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;
}

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 */
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: 1.8;
  font-weight: inherit;
}

.lh_xxl2 {
  line-height: 3;
}
.lh_xxl2 * {
  line-height: 3;
}

.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: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

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

.lh_m3 {
  line-height: 1.3;
}
.lh_m3 * {
  line-height: 1.3;
}

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

@media screen and (max-width: 750px) {
  .lh_lSp {
    line-height: 1.8;
  }
}
.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 screen and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media screen and (max-width: 750px) {
  .fsL {
    font-size: 42px;
  }
}

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

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

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

.fsL35 {
  font-size: 50px;
}
@media screen and (max-width: 959px) {
  .fsL35 {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .fsL35 {
    font-size: 7.1794871795vw;
  }
}

.fsL38 {
  font-size: 50px;
}
@media screen and (max-width: 959px) {
  .fsL38 {
    font-size: 38px;
  }
}
@media screen and (max-width: 750px) {
  .fsL38 {
    font-size: 7.1794871795vw;
  }
}

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

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

.fsM {
  font-size: 36px;
}
@media screen and (max-width: 959px) {
  .fsM {
    font-size: 25px;
  }
}
@media screen and (max-width: 750px) {
  .fsM {
    font-size: 6.1538461538vw;
  }
}

.fsM15 {
  font-size: 32px;
}
@media screen and (max-width: 959px) {
  .fsM15 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .fsM15 {
    font-size: 6.1538461538vw;
  }
}

.fsM2 {
  font-size: 28px;
}
@media screen and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .fsM2 {
    font-size: 7.1794871795vw;
  }
}

.fsM3 {
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fsM3 {
    font-size: 4.358974359vw;
  }
}

.fsM35 {
  font-size: 22px;
}
@media screen and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .fsM35 {
    font-size: 16px;
  }
}

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

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

.fsM4 {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .fsM4 {
    font-size: 4.1025641026vw;
  }
}

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

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

.fsS {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .fsS {
    font-size: 3.0769230769vw;
  }
}

.fsS2 {
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .fsS2 {
    font-size: 2.8205128205vw;
  }
}

.fsS3 {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .fsS3 {
    font-size: 2.5641025641vw;
  }
}

.fsS4 {
  font-size: 10px;
}
@media screen and (max-width: 959px) {
  .fsS4 {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .fsS4 {
    font-size: 2.0512820513vw;
  }
}

@media screen and (max-width: 750px) {
  .fsSpM {
    font-size: 18px;
  }
}

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

.em1-2 {
  font-size: 1.2em;
}

.em1-4 {
  font-size: 1.4em;
}

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

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

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

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

.opa {
  -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 screen and (max-width: 750px) {
  .text-center-sp {
    text-align: center;
  }
}

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

@media screen and (max-width: 750px) {
  .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: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .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 screen and (max-width: 750px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

.mb200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .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 screen and (max-width: 750px) {
  .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;
}

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

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

@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;
  }
  .justCenterSp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .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%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .cnt {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
  }
}
.cnt.pLarge {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .cnt.pLarge {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .cnt.spLR {
    padding-left: 0;
    padding-right: 0;
  }
}
.cnt.pd0 {
  padding-left: 0;
  padding-right: 0;
}

.w100 {
  width: 100%;
}

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

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

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

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

.cntL {
  max-width: 1300px;
  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;
  }
}

.cntWide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.padding {
  padding-top: clamp(13%, 10vw, 80px);
  padding-bottom: clamp(13%, 10vw, 80px);
}

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

.pb0 {
  padding-bottom: 0;
}

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

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

@media screen and (max-width: 750px) {
  .pbSp0 {
    padding-bottom: 0;
  }
  .ptSp0 {
    padding-top: 0;
  }
  .prSp0 {
    padding-right: 0;
  }
  .pSp0 {
    padding-top: 0;
    padding-bottom: 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 screen and (max-width: 750px) {
  .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 screen and (max-width: 750px) {
  .radiusS {
    border-radius: 6px;
  }
}

.radiusM {
  border-radius: 16px;
}
@media screen and (max-width: 750px) {
  .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 screen and (max-width: 750px) {
  .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 screen and (max-width: 750px) {
  .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 screen and (max-width: 750px) {
  .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 screen and (max-width: 750px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media screen 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)ここまで*/
/*==================================================
 * 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;
  padding: 0;
}

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

.menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  .menu-trigger {
    width: 5.641025641vw;
    height: 3.8461538462vw;
  }
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f9a13a;
}
@media screen and (max-width: 750px) {
  .menu-trigger span {
    height: 0.5128205128vw;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 3px;
}
@media screen and (max-width: 750px) {
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
@media screen and (max-width: 750px) {
  .menu-trigger span:nth-of-type(2) {
    top: 1.5384615385vw;
  }
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger .text {
  position: absolute;
  bottom: 0;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
  color: var(--mainColor);
}
@media screen and (max-width: 1099px) {
  .menu-trigger .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .menu-trigger .text {
    font-size: 2.0512820513vw;
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 11px;
}
@media screen and (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0.4em;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
@media screen and (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.1vw) rotate(45deg);
    transform: translateY(-2.1vw) rotate(45deg);
    top: 1.25em;
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

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

/*==================================================
 * トップページ
 *================================================*/
/*お問い合わせページ------------------------------------*/
.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 screen and (max-width: 959px) {
  .mw_wp_form button {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .mw_wp_form button {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .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-family: bold;
  width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.cform th .title {
  width: 72%;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .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 screen and (max-width: 750px) {
  .cform th .required-srt {
    border-radius: 6px;
  }
}
tr:last-child .cform th .required-srt {
  top: 41%;
}
@media screen and (max-width: 750px) {
  .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: #b7b7b7;
}
.cform td input::-moz-placeholder, .cform td textarea::-moz-placeholder {
  color: #b7b7b7;
}
.cform td input:-ms-input-placeholder, .cform td textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
.cform td input::-ms-input-placeholder, .cform td textarea::-ms-input-placeholder {
  color: #b7b7b7;
}
.cform td input::placeholder,
.cform td textarea::placeholder {
  color: #b7b7b7;
}
.cform td span label span {
  font-size: 15px;
}
.cform .mwform-radio-field-text {
  color: #1d62ea;
}
@media screen and (max-width: 750px) {
  .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] {
  background: url(../img/btn-submit.png) no-repeat center/contain;
  width: 742px;
  aspect-ratio: 742/180;
  border: none;
  text-indent: -99999px;
  cursor: pointer;
}
.cform [type=submit]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .cform [type=submit] {
    width: 92.3076923077vw;
    background-image: url(../img/btn-submit--sp.png);
    aspect-ratio: 361/114;
  }
}

.cform option,
.cform textarea,
.cform select,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url],
.cform input[type=tel],
.cform input[type=number] {
  width: 100%;
  min-height: 60px;
  font-size: 14px;
  padding: 0.5em 1em;
  background-color: #fff;
  line-height: 1.5;
  border: 1px solid transparent;
}
@media screen and (max-width: 750px) {
  .cform option,
  .cform textarea,
  .cform select,
  .cform input[type=text],
  .cform input[type=email],
  .cform input[type=search],
  .cform input[type=url],
  .cform input[type=tel],
  .cform input[type=number] {
    padding: 2rem;
    min-height: 15.3846153846vw;
    font-size: 3.8461538462vw;
  }
}

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

@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 screen and (max-width: 750px) {
  .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 screen and (max-width: 750px) {
  .submit-btn input,
  .submit-btn a {
    border-radius: 6px;
  }
}

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

/*下層ページ共通------------------------------------*/
.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.entry * {
  color: inherit;
}
.entry figcaption {
  font-size: 14px;
  color: gray;
}
@media screen and (max-width: 750px) {
  .entry figcaption {
    font-size: 3.0769230769vw;
  }
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #005088;
}
.entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .entry blockquote p {
    font-size: 3.5897435897vw;
  }
}
.entry strong {
  font-style: normal;
  font-weight: bold;
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .entry p {
    font-size: 3.5897435897vw;
    line-height: 1.9;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2:not(.simple h3) {
  font-size: 21px;
  margin: 8% auto 3%;
  background-color: var(--mainColor);
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .entry h2:not(.simple h3) {
    font-size: 4.6153846154vw;
    margin: 12% auto 6%;
  }
}
.entry h3:not(.simple h3) {
  position: relative;
  padding-bottom: 0.3em;
  border-bottom: 1.5px solid #ccc;
  font-size: 18px;
  margin: 4% auto 3%;
  color: var(--mainColor);
  font-weight: bold;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .entry h3:not(.simple h3) {
    font-size: 4.1025641026vw;
    padding-bottom: 0.5em;
    margin: 12% auto 6%;
  }
}
.entry h3:not(.simple h3)::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: var(--mainColor);
}
.entry h4:not(.simple h3) {
  margin: 3% auto 3%;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 0.4em;
  color: var(--mainColor);
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .entry h4:not(.simple h3) {
    font-size: 3.5897435897vw;
    margin: 15% auto 8%;
  }
}
.entry table td:nth-child(1) {
  background-color: #f7f6f9;
  font-weight: bold;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 2rem 3rem;
}
@media screen and (max-width: 750px) {
  .entry table th,
  .entry table td {
    padding: 1rem 2rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dad8de;
  }
}
.entry table tr {
  border-bottom: 1px solid #dad8de;
}
@media screen and (max-width: 750px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid #dad8de;
}
.entry ul {
  margin-bottom: 2%;
  margin-left: 1.5em;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  list-style-type: disc;
}
.entry ol li {
  list-style-type: none;
}

.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .entry h5 {
    margin-bottom: 1em;
  }
}

.p-entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.p-entry * {
  color: inherit;
}
.p-entry figcaption {
  font-size: 14px;
  color: gray;
}
@media screen and (max-width: 750px) {
  .p-entry figcaption {
    font-size: 3.0769230769vw;
  }
}
.p-entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #005088;
}
.p-entry blockquote {
  padding: 2em 4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.p-entry blockquote p {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .p-entry blockquote p {
    font-size: 3.5897435897vw;
  }
}
.p-entry strong {
  font-style: normal;
  font-weight: bold;
}
.p-entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-entry p {
    font-size: 3.5897435897vw;
    line-height: 1.9;
  }
}
.p-entry h2 span,
.p-entry h3 span,
.p-entry h4 span,
.p-entry h5 span {
  font-weight: bold;
}
.p-entry h2:not(.simple h3) {
  font-size: 21px;
  margin: 8% auto 3%;
  background-color: var(--mainColor);
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .p-entry h2:not(.simple h3) {
    font-size: 4.6153846154vw;
    margin: 12% auto 6%;
  }
}
.p-entry h3:not(.simple h3) {
  position: relative;
  padding-bottom: 0.3em;
  border-bottom: 1.5px solid #ccc;
  font-size: 18px;
  margin: 4% auto 3%;
  color: var(--mainColor);
  font-weight: bold;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .p-entry h3:not(.simple h3) {
    font-size: 4.1025641026vw;
    padding-bottom: 0.5em;
    margin: 12% auto 6%;
  }
}
.p-entry h3:not(.simple h3)::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: var(--mainColor);
}
.p-entry h4:not(.simple h3) {
  margin: 3% auto 3%;
  border-bottom: 1px solid var(--mainColor);
  padding-bottom: 0.4em;
  color: var(--mainColor);
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .p-entry h4:not(.simple h3) {
    font-size: 3.5897435897vw;
    margin: 15% auto 8%;
  }
}
.p-entry table {
  border: solid 1px #ccc;
  border-collapse: collapse;
  padding: 1em;
}
.p-entry table th,
.p-entry table td {
  border: solid 1px #ccc;
  padding: 0.5em 1em;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
[data-fade] {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
[data-fade].run {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #333333;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  background-color: #f2eeea;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.5897435897vw;
  }
}
body.page-diagnosis {
  background-color: #fff;
}

.underline {
  text-decoration: underline;
}

.linkTarget {
  margin-top: -50px;
  padding-top: 50px;
}

.widthFit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.telA i {
  margin-right: 0.15em;
}
.telA.white:hover {
  color: #fff;
}

.externalLink {
  border-bottom: 1px solid;
  padding-bottom: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.externalLink:hover {
  color: var(--mainColor);
}
.externalLink:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 0.5em;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  white-space: nowrap;
}

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

@media screen and (max-width: 750px) {
  .verticalPc {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

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

.roboto {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: bold;
}

.f-en {
  font-family: "Open Sans", sans-serif;
}

/*==================================================
 * 当サイト共通
 *================================================*/
main {
  contain: paint;
  padding-top: 0px;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 15.3846153846vw;
  }
}

:root {
  --gridLinePadding: calc((100vw - 1180px) / 2);
  --gridLineInner: calc(1180px / 4);
}

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

.ttlWrap {
  position: relative;
}
.ttlWrap * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#046bb7), to(#3eafae));
  background: -webkit-linear-gradient(left, #046bb7 0%, #3eafae 100%);
  background: linear-gradient(90deg, #046bb7 0%, #3eafae 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.ttlWrap .ja {
  font-weight: 700;
}
.ttlWrap .en {
  font-size: 56px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .ttlWrap .en {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .ttlWrap .en {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .ttlWrap .en {
    font-size: 8.9743589744vw;
  }
}
.ttlWrap.--border .en {
  position: relative;
  padding-bottom: 0.2em;
  margin-bottom: 0.1em;
}
.ttlWrap.--border .en::before {
  content: "";
  display: block;
  position: absolute;
  width: 200vw;
  height: 1px;
  background-color: #046bb7;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.ttlWrap.--center * {
  text-align: center;
  width: 100%;
}

.cmnbtn {
  border-radius: 0.5em;
  padding: 0.5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-inline: auto;
  background-color: #f18200;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .cmnbtn:hover {
    background-image: -webkit-linear-gradient(70deg, #046bb7, #f18200);
    background-image: linear-gradient(20deg, #046bb7, #f18200);
    color: #fff;
    border-color: transparent;
    opacity: 1;
  }
  .cmnbtn:hover::before {
    background-image: url(../img/common/arw-white.svg);
  }
}

.ls {
  letter-spacing: 0.218em;
}

.c-list {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.15em;
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  height: 90px;
}
@media screen and (max-width: 750px) {
  header {
    height: 15.3846153846vw;
  }
}

.headerLogoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  color: var(--mainColor);
}
.headerLogoWrap .logo {
  width: 120px;
}
@media screen and (max-width: 750px) {
  .headerLogoWrap .logo {
    width: 25.641025641vw;
  }
}

.headerIn {
  max-width: 1800px;
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
  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;
}
@media screen and (max-width: 750px) {
  .headerIn {
    padding-inline: 3.8461538462vw;
  }
}

.headNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .headNav {
    display: none;
  }
}
.headNav > li > a {
  display: block;
  padding: 0 1em;
  font-size: 15px;
}

.headRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headSp {
  width: 50px;
}
@media screen and (max-width: 750px) {
  .headSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.headerBtnWrap {
  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;
  margin-left: auto;
  margin-right: 0;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  .headerBtnWrap {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
}

.overRayMenuUl {
  margin-bottom: 30px;
}
.overRayMenuUl > li {
  position: relative;
}
.overRayMenuUl > * {
  border-top: unset;
  margin-left: auto !important;
  width: 100% !important;
}
@media screen and (max-width: 750px) {
  .overRayMenuUl > * {
    border-bottom: solid 1px #b3b3b3;
  }
}
.overRayMenuUl a {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .overRayMenuUl a {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 1.5em;
  }
  .overRayMenuUl a::before {
    content: "";
    display: block;
    position: absolute;
    width: 1em;
    aspect-ratio: 1/1;
    background: url(../img/icon.svg) no-repeat center/contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 750px) {
  .overRayMenuUl {
    max-width: 1080px;
    margin-inline: auto;
    -webkit-column-gap: unset !important;
    -moz-column-gap: unset !important;
    column-gap: unset !important;
  }
  .overRayMenuUl * {
    font-size: 15px !important;
    font-weight: 700;
  }
  .overRayMenuUl > * {
    margin-left: unset !important;
  }
  .overRayMenuUl .parent {
    border-bottom: solid 1px rgba(128, 128, 128, 0.5);
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .overRayMenuUl .right {
    padding-left: 1.5em;
  }
  .overRayMenuUl .child {
    max-width: unset !important;
  }
  .overRayMenuUl .child > * {
    margin-bottom: 1em;
  }
}

.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%;
  overflow-y: scroll;
  padding: 100px 50px;
  background-color: rgba(255, 255, 255, 0.96);
  width: 100%;
  margin-left: auto;
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .spmenuBlock {
    width: 100%;
    min-height: 100dvh;
    padding: 15.3846153846vw 5.1282051282vw;
    margin-top: 0;
  }
}
.spmenuBlock a {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .spmenuBlock a {
    font-size: 4.1025641026vw;
  }
}
.spmenuBlock .global-nav > ul > li {
  border-bottom: solid 1px #b3b3b3;
}
.spmenuBlock .global-nav > ul > li > a {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.spmenuBlock .global-nav > ul .parent {
  position: relative;
}
.spmenuBlock .global-nav > ul .parent > a {
  position: relative;
}
.spmenuBlock .global-nav > ul .parent .plus {
  position: absolute;
  right: 0;
  top: 2vw;
  width: 7.6923076923vw;
  aspect-ratio: 1/1;
}
.spmenuBlock .global-nav > ul .parent .plus::before, .spmenuBlock .global-nav > ul .parent .plus::after {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 0.2564102564vw;
  background-color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spmenuBlock .global-nav > ul .parent .plus::before {
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.spmenuBlock .global-nav > ul .parent .plus::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 1.5vw;
}
.spmenuBlock .global-nav > ul .parent .plus.open::after {
  opacity: 0;
}
.spmenuBlock .global-nav > ul .child {
  padding-left: 1em;
  display: none;
}
.spmenuBlock .global-nav > ul .child li a {
  font-size: 3.5897435897vw;
  padding-bottom: 0.5em;
}
.spmenuBlock .global-nav a {
  display: block;
}
.spmenuBlock .headContact {
  background-color: #fff;
  padding: 0.5em 2em;
  border-radius: 100vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  margin-top: 1em;
}

.spmenuBoxInner {
  width: 100%;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  padding: 1em;
  font-size: 0.8em;
  text-align: center;
}

.footerMenu,
.overRayMenuUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media screen and (max-width: 750px) {
  .footerMenu,
  .overRayMenuUl {
    margin-top: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerMenu > *,
  .overRayMenuUl > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: 1em;
    padding-inline: 3.8461538462vw;
  }
}
.footerMenu *:not(.parent),
.overRayMenuUl *:not(.parent) {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footerMenu *:not(.parent),
  .overRayMenuUl *:not(.parent) {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .footerMenu *:not(.parent),
  .overRayMenuUl *:not(.parent) {
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 750px) {
  .footerMenu *:not(.parent),
  .overRayMenuUl *:not(.parent) {
    font-size: 4.1025641026vw;
  }
}
.footerMenu .parent,
.overRayMenuUl .parent {
  color: #005088;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 959px) {
  .footerMenu .parent,
  .overRayMenuUl .parent {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .footerMenu .parent,
  .overRayMenuUl .parent {
    font-size: 2.5641025641vw;
  }
}
@media screen and (max-width: 750px) {
  .footerMenu .parent,
  .overRayMenuUl .parent {
    font-size: 3.5897435897vw;
  }
}
.footerMenu .child,
.overRayMenuUl .child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 230px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 750px) {
  .footerMenu .child,
  .overRayMenuUl .child {
    max-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.footerMenu .child > *,
.overRayMenuUl .child > * {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .footerMenu .child > *,
  .overRayMenuUl .child > * {
    width: 100%;
  }
}

.noitalic {
  font-style: normal;
}

.siteBtm {
  font-size: 10px;
}

.siteBtmWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .siteBtmWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: 2em;
  }
}

.siteBtmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .siteBtmList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1em;
    row-gap: 0.3em;
  }
}

/*==================================================
 * トップページ
 *================================================*/
.fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .fv {
    height: unset;
    display: block;
  }
}
.fv .fvSwiper {
  height: 600px;
  border-radius: 0 0 6em 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .fv .fvSwiper {
    height: 128.2051282051vw;
    border-radius: 0 0 2em 2em;
  }
}
.fv .swiper-slide {
  height: 100%;
}
.fv .fvSwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 750px) {
  .fv .fvSwiper img {
    height: 100%;
    aspect-ratio: 1/1.1;
    max-width: unset;
    -o-object-position: center top;
    object-position: center top;
  }
}

.fvTxt {
  font-weight: 700;
  letter-spacing: 0.2em;
  z-index: 2;
  text-align: center;
  font-size: 20px;
  padding: 0.2em 1em;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .fvTxt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    height: 100%;
  }
}
.fvTxt .logo {
  width: 200px;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .fvTxt .logo {
    width: 38.4615384615vw;
  }
}
.fvTxt .logo img {
  border-radius: 1em;
}
.fvTxt .main {
  font-size: 1.5em;
}
@media screen and (max-width: 750px) {
  .fvTxt .main {
    top: 15%;
    position: absolute;
  }
}
.fvTxt .sub {
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .fvTxt .sub {
    line-height: 2;
    position: absolute;
    left: 5%;
    bottom: -5%;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 750px) {
  .fvTxt {
    font-size: 4.1025641026vw;
    white-space: nowrap;
  }
}

.cmnttl {
  font-weight: 700;
}
.cmnttl * {
  font-weight: 700;
}
.cmnttl .sub {
  font-size: 1.1em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 1.5em;
}
.cmnttl .sub::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  background: url(../img/icon.svg) no-repeat center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cmnttl .ttl {
  font-size: 3.2em;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: #666;
}
.cmnttl .ttl::first-letter {
  color: rgba(241, 130, 0, 0.8);
}
@media screen and (max-width: 750px) {
  .cmnttl .ttl {
    font-size: 2.5em;
  }
}
.cmnttl.--center {
  text-align: center;
}
.cmnttl.--left {
  text-align: left;
}
.cmnttl.--left .sub {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .cmnttl.--left {
    text-align: center;
  }
  .cmnttl.--left .sub {
    margin-left: auto;
  }
}

.bgColor {
  background-color: #f7f6f5;
}

.instaDummy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.instaDummy div {
  width: calc(50% - 0.25em);
  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;
  background-color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (min-width: 750px) {
  .instaDummy div {
    width: calc(25% - 0.375em);
  }
}

#topAbout {
  background-color: #f7f6f5;
  position: relative;
}
#topAbout::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  background: url(../img/light.png) no-repeat center/contain;
  left: 0;
  top: 0;
  width: 250px;
}
@media screen and (max-width: 750px) {
  #topAbout::before {
    width: 15em;
  }
}

[data-aos-delay="300"],
[data-aos-delay="600"] {
  -webkit-transition-delay: unset !important;
  transition-delay: unset !important;
}

.topAboutFlex {
  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;
}
@media screen and (max-width: 750px) {
  .topAboutFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.topAboutFlex > * {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .topAboutFlex > * {
    width: 100%;
  }
}
.topAboutFlex .img {
  aspect-ratio: 1/1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .topAboutFlex .img {
    width: 95%;
    margin-inline: auto;
    margin-bottom: 5%;
  }
}
.topAboutFlex .img > * {
  border-radius: 2em;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .topAboutFlex .img > * {
    border-radius: 1em;
  }
}
.topAboutFlex .img > *.imgAbout1 {
  width: 40%;
  margin-top: auto;
  aspect-ratio: 1/1;
}
.topAboutFlex .img > *.imgAbout2 {
  width: 90%;
  aspect-ratio: 1/1;
}
.topAboutFlex .img > *.imgAbout3 {
  width: 80%;
  margin: 5% auto;
  aspect-ratio: 1/1;
}
.topAboutFlex .img > *.imgAbout4 {
  width: 48%;
  margin-top: 0;
  margin-bottom: auto;
}
.topAboutFlex .img > *.imgAbout5 {
  width: 48%;
  margin-top: auto;
  margin-bottom: 0;
  overflow: hidden;
}
.topAboutFlex .img > *.imgAbout5 img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.topAboutFlex .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.commitmentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 2em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .commitmentList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    row-gap: 3.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.commitmentList > * {
  width: calc(50% - 1em);
}
@media screen and (max-width: 750px) {
  .commitmentList > * {
    width: 90%;
    margin-inline: auto;
  }
}

@media screen and (max-width: 750px) {
  .commitmentItem {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1.5em 1em;
    border-radius: 0.8em;
  }
}

.commitmentTitle {
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.commitmentIcon {
  border-radius: 1.5em;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 55%;
  margin: 0 auto 1em;
}
@media screen and (max-width: 750px) {
  .commitmentIcon {
    width: 60%;
  }
}
.commitmentIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cmnTable {
  width: 100%;
  border-collapse: collapse;
}
.cmnTable tr {
  border-bottom: solid 1px rgba(26, 26, 26, 0.05);
}
.cmnTable tr th,
.cmnTable tr td {
  padding-block: 1em;
  text-align: left;
}
.cmnTable tr th {
  font-weight: 700;
}
.cmnTable.mainTable th,
.cmnTable.mainTable td {
  padding: 1em;
  border: solid 1px rgba(26, 26, 26, 0.05);
}
@media screen and (max-width: 750px) {
  .cmnTable.mainTable th,
  .cmnTable.mainTable td {
    padding: 0.6em 1em;
  }
}

.tableTtl {
  background-color: #fff;
  text-align: center;
  padding: 1em;
  font-weight: 700;
}

.tableScroll {
  overflow-x: auto;
  overflow-y: clip;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tableScroll::-webkit-scrollbar {
  display: none;
}
.tableScroll .scroll-hint-icon-wrap {
  z-index: 10;
}

.priceTable {
  min-width: 480px;
}
@media screen and (max-width: 750px) {
  .priceTable {
    width: 141.0256410256vw;
    max-width: unset;
  }
}
.priceTable thead th {
  background-color: #f5f5f5;
  text-align: center;
  font-size: 0.85em;
}
.priceTable td {
  text-align: right;
  font-size: 0.9em;
  white-space: nowrap;
  color: #333;
}
.priceTable th {
  font-size: 0.9em;
}
.priceTable thead th:first-child,
.priceTable tbody th:first-child {
  position: sticky;
  left: 0;
  background-color: #f7f6f5;
  z-index: 2;
}
.priceTable thead th:first-child {
  background-color: #f5f5f5;
  z-index: 3;
}

.optionBlock {
  margin-top: 3em;
  margin-bottom: 3em;
}
.optionBlock .cmnTable td {
  text-align: right;
}

.optionNote {
  background-color: #f5f0e8;
  padding: 0.6em 1em;
  font-size: 0.82em;
  border-radius: 0.3em;
  margin-bottom: 3em;
  border-left: 3px solid #c9a96e;
}

.specialCourse {
  margin-top: 4em;
  border: 2px solid #e0d4b8;
  border-radius: 0.6em;
  overflow: hidden;
}
.specialCourse .specialCourseInner {
  padding: 1.2em;
  background: #fdf9f2;
}
.specialCourse .specialCourseName {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.3em;
}
.specialCourse .specialCourseDesc {
  font-size: 0.82em;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.specialCourse .cmnTable td {
  text-align: right;
}

.mentePack {
  margin-top: 2.5em;
  border: 2px solid #e0d4b8;
  border-radius: 0.6em;
  padding: 1.2em;
}
.mentePack .mentePackLabel {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.mentePack .mentePackText {
  font-size: 0.88em;
}
.mentePack .mentePackText p {
  margin: 0.2em 0;
}

.priceNotes {
  margin-top: 4em;
  font-size: 0.83em;
  color: #888;
}
.priceNotes p {
  margin: 0.3em 0;
}

.visitFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .visitFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2em;
  }
}
.visitFlex > * {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .visitFlex > * {
    width: 100%;
  }
}
.visitFlex iframe {
  width: 100%;
  border-radius: 2em;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .visitFlex iframe {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }
}
.visitFlex table td {
  text-align: right;
}

.faq dt,
.faq dd {
  padding: 1.5em;
}
.faq dt {
  font-weight: 700;
  cursor: pointer;
}
.faq dd {
  padding-top: 0;
}

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

.faqQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contactBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .contactBtnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.5em;
  }
}
.contactBtnWrap * {
  color: #fff;
}

.contactBtn {
  display: block;
  border: solid 1px #fff;
  border-radius: 0.5em;
  padding: 1em 1.5em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .contactBtn {
    font-size: 4.1025641026vw;
    padding: 1em;
  }
}
.contactBtn .ic {
  width: 1.5em;
}
.contactBtn.--line {
  background-color: #fff;
  color: #333;
}
.contactBtn.--tel {
  background-color: #333;
}

.floating {
  position: fixed;
  width: 100%;
  height: 15.3846153846vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  border-top: solid 2px #fff;
  z-index: 9999;
}
@media screen and (min-width: 750px) {
  .floating {
    left: unset;
    bottom: unset;
    top: 1.5%;
    right: 100px;
    height: unset;
    overflow: hidden;
    width: 360px;
  }
}
@media screen and (max-width: 750px) {
  .floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.floating > * {
  width: 50%;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 3.0769230769vw;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-column-gap: 0.5em;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
}
@media screen and (min-width: 750px) {
  .floating > * {
    font-size: 12px;
    width: 100%;
    row-gap: 0.5em;
    padding: 1em 0;
  }
}
.floating > *.--line {
  background-color: #fff;
  color: #333;
}
@media screen and (min-width: 750px) {
  .floating > *.--line {
    border-radius: 1em 0 0 1em;
    border: solid 1px #333;
  }
}
.floating > *.--tel {
  background-color: #333;
}
@media screen and (min-width: 750px) {
  .floating > *.--tel {
    border-radius: 0 1em 1em 0;
  }
}
.floating > * .ic {
  width: 2em;
}
.floating > * span {
  line-height: 1.4;
}
.floating > * span:not(ic) span {
  font-size: 1.25em;
  line-height: 1;
}

#service {
  position: relative;
}
#service::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  background: url(../img/light.png) no-repeat center/contain;
  right: 0;
  top: 0;
  width: 250px;
}
@media screen and (max-width: 750px) {
  #service::before {
    width: 15em;
  }
}
#faq {
  position: relative;
}
#faq::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  background: url(../img/light.png) no-repeat center/contain;
  left: 0;
  top: 0;
  width: 250px;
}
@media screen and (max-width: 750px) {
  #faq::before {
    width: 15em;
  }
}

#commitment {
  position: relative;
}
#commitment::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  background: url(../img/light2.png) no-repeat center/contain;
  left: 0;
  bottom: 0;
  width: 250px;
}
@media screen and (max-width: 750px) {
  #commitment::before {
    width: 15em;
  }
}
@media screen and (max-width: 750px) {
  #commitment::before {
    left: unset;
    right: 0;
  }
}

#contact {
  position: relative;
}
#contact::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  background: url(../img/light2.png) no-repeat center/contain;
  right: 0;
  bottom: 0;
  width: 250px;
}
@media screen and (max-width: 750px) {
  #contact::before {
    width: 15em;
  }
}

#access {
  position: relative;
}
#access::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  background: url(../img/light3.png) no-repeat center/contain;
  right: 0;
  bottom: 0;
  width: 250px;
}
@media screen and (max-width: 750px) {
  #access::before {
    width: 15em;
  }
}

.prideMarquee {
  overflow: hidden;
  white-space: nowrap;
  left: 0;
  bottom: 0;
}

.prideMarqueeTrack {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: transform;
  -webkit-animation: prideMarqueeMove 28s linear infinite;
  animation: prideMarqueeMove 28s linear infinite;
}

.prideMarqueeItem {
  display: inline-block;
  padding-right: 2.5rem;
  font-size: 6em;
  font-family: "Roboto", sans-serif;
  font-weight: black;
  color: #f18200;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 750px) {
  .prideMarqueeItem {
    font-size: 2.5em;
  }
}

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

@keyframes prideMarqueeMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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;
  }
}