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

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


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

*/
:root {
  --mainColor: #ef9d3d;
  --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-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_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;
}

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

.cntXS2 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.cntM3 {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

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

.cntL {
  max-width: 1100px;
  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(160px, 20vw, 240px);
}

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

.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: var(--subColor);
}
.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: var(--subColor);
}
.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 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;
}
.editor blockquote p {
  font-size: 14px;
}
.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-left: solid 5px var(--mainColor);
  line-height: 1.5;
}
@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: 1.2em;
}
@media only screen and (max-width: 767px) {
  .editor h3 {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin: 6% auto 6%;
  }
}
.editor h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.8em;
  height: 3px;
  background-color: var(--mainColor);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.editor h4 {
  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 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 {
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 100vw;
  max-width: 450px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.8em;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cmnbtn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnbtn {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .cmnbtn {
    max-width: 350px;
    padding: 0.5em;
  }
}
.cmnbtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/common/ic-btn.svg) no-repeat center/contain;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .cmnbtn::before {
    width: 24px;
  }
}
.cmnbtn.--center {
  margin-left: auto;
  margin-right: auto;
}
.cmnbtn.--subColor {
  background-color: var(--subColor);
}
.cmnbtn.--borderMain {
  background-color: #fff;
  border: solid 2px var(--mainColor);
  color: var(--mainColor);
}
.cmnbtn.--borderMain::before {
  background-image: url(../img/common/ic-btn-main.svg);
}
.cmnbtn.--borderSub {
  background-color: #fff;
  border: solid 2px var(--subColor);
  color: var(--subColor);
}
.cmnbtn.--borderSub::before {
  background-image: url(../img/common/ic-btn-sub.svg);
}

/**
 * ボタンを横並びにするためのフレックスコンテナ
 * 使用例: 複数のボタンを横に並べる場合
 */
.cmnbtnFlex {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 1em;
}

/* ----------------------------------------
   装飾・アクセント要素 - 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;
}
@media print, screen and (min-width: 768px) {
  header {
    position: relative;
    left: 0;
    top: 0;
  }
}

.headerTop {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .headerTop {
    height: 70px;
    z-index: 9999;
  }
}
.headerTop .telBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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) {
  .headerTop .telBlock {
    display: none;
  }
}
.headerTop .telBlock * {
  color: var(--subColor);
}
.headerTop .telBlock .text {
  font-size: 18px;
  border: solid 1px var(--subColor);
  padding: 0.2em 1.5em;
  border-radius: 100vw;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerTop .telBlock .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .headerTop .telBlock .text {
    font-size: 16px;
  }
}
.headerTop .telBlock a {
  font-size: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.2em;
  -moz-column-gap: 0.2em;
  column-gap: 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerTop .telBlock a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .headerTop .telBlock a {
    font-size: 22px;
  }
}

.headerLogoWrap {
  position: relative;
  display: block;
  width: 455px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 2em;
}
.headerLogoWrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  height: 125%;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0 115px 0;
}
@media only screen and (max-width: 1100px) {
  .headerLogoWrap {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .headerLogoWrap {
    width: 200px;
    margin-top: 0;
  }
}

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

.headerTel img {
  width: 28px;
  margin-left: auto;
  margin-right: auto;
}

.headerInner {
  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;
  padding-inline: 15px;
  background-color: var(--mainColor);
  position: relative;
  z-index: 9;
}
.headerInner .in {
  max-width: 1430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .headerInner {
    contain: paint;
  }
}
.headerInner::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--mainColor);
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .headerInner::before {
    display: none;
  }
}

.headerBtnWrap {
  display: none;
}
@media only screen and (max-width: 959px) {
  .headerBtnWrap {
    display: block;
    padding-top: 5px;
  }
}

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

.otherPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .otherPage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.otherPage > * {
  width: 33.3333333333%;
  font-size: 42px;
  aspect-ratio: 640/540;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .otherPage > * {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .otherPage > * {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .otherPage > * {
    width: 100%;
    aspect-ratio: 1/0.5;
  }
}
.otherPage > *::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(239, 157, 61)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgb(239, 157, 61) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(239, 157, 61) 0%, rgba(255, 255, 255, 0) 100%);
}
.otherPage > *:nth-of-type(2)::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(82, 180, 194)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgb(82, 180, 194) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(82, 180, 194) 0%, rgba(255, 255, 255, 0) 100%);
}
.otherPage > * .text {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 0.4em;
  padding-bottom: 0.5em;
  line-height: 1;
}

footer {
  background-color: var(--subColorLight);
}
footer .footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 3em;
}
@media only screen and (max-width: 959px) {
  footer .footerInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footerInner > * {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  footer .footerInner > * {
    width: 100%;
  }
}
footer .footerLogo {
  margin-left: 0;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  footer .footerLogo {
    width: 300px;
  }
}
footer .addr {
  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;
}
@media only screen and (max-width: 959px) {
  footer .addr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1em;
  }
}
footer .telCvBlock {
  padding-inline: 2em;
  padding-block: 0.2em 0.8em;
}
footer .telCvBlock .num {
  font-size: 32px;
}
footer .telCvBlock .num img {
  width: 30px;
}
footer .map iframe {
  width: 80.556%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  footer .map iframe {
    width: 100%;
  }
}

.footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footerLink {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .footerLink ul {
    width: calc(50% - 0.5em);
  }
}
.footerLink ul li a {
  padding-block: 0.5em;
  display: block;
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerLink ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .footerLink ul li a {
    font-size: 13px;
  }
}
.footerLink ul li a img {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 10px;
    padding-left: 25px;
  }
}

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: "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;
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 70px;
  }
}

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

/*==================================================
 * トップページ
 *================================================*/
.fv {
  position: relative;
  height: 740px;
}
@media only screen and (max-width: 767px) {
  .fv {
    height: 290px;
  }
}

.fvImg {
  width: 100%;
  height: 100%;
  position: relative;
}
.fvImg::before {
  content: "";
  display: block;
  position: absolute;
  width: 70.625%;
  background: -webkit-linear-gradient(358deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(92deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  height: 100%;
}
.fvImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fvTxt {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .fvTxt {
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
  }
}
.fvTxt .text {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: rgb(255, 255, 255);
  padding: 0.4em 0.5em;
  line-height: 3;
}
@media print, screen and (min-width: 768px) {
  .fvTxt .text {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .fvTxt .text {
    line-height: 2.2;
    padding: 0.2em 0.4em;
  }
}
.fvTxt .text span {
  color: var(--subColor);
}
@media only screen and (max-width: 767px) {
  .fvTxt .fsL15 {
    font-size: 33px;
  }
  .fvTxt .fsM4 {
    font-size: 14px;
  }
}

.schedule-table {
  width: 100%;
}
.schedule-table tr {
  border-bottom: solid 2px #ccc;
}
.schedule-table th {
  font-size: 19px;
  font-weight: inherit;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .schedule-table th {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-table th {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1279px) {
  .schedule-table th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-table th {
    font-size: 14px;
  }
}
.schedule-table td {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .schedule-table td {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-table td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-table td {
    font-size: 14px;
  }
}
.schedule-table th,
.schedule-table td {
  padding: 0.8em 1em;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .schedule-table th,
  .schedule-table td {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-table th,
  .schedule-table td {
    padding: 0.5em;
  }
}
.schedule-table .time-header span {
  background-color: var(--subColor);
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 0.5em;
}
.schedule-table .note {
  font-size: 10px;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .schedule-table .note {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .schedule-table .note {
    font-size: 9px;
  }
}
.schedule-table .time-slot {
  text-align: center;
}
.schedule-table .open,
.schedule-table .closed,
.schedule-table .special {
  color: var(--mainColor);
  font-weight: 700;
}

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

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

#topInfo {
  position: relative;
}
#topInfo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1923/132;
  background: url(../img/topInfo.png) no-repeat center/cover;
  left: 0;
  top: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.topInfoWrap {
  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;
}
@media only screen and (max-width: 1279px) {
  .topInfoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10em;
  }
}
@media only screen and (max-width: 767px) {
  .topInfoWrap {
    row-gap: 7em;
  }
}
.topInfoWrap .schedule {
  width: 56.429%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1279px) {
  .topInfoWrap .schedule {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .topInfoWrap .schedule {
    width: 100%;
  }
}

.basicInfo {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .basicInfo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 3em;
  }
}
@media only screen and (max-width: 767px) {
  .basicInfo {
    margin-bottom: 2em;
  }
}
.basicInfo::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 100vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.basicInfo * {
  position: relative;
  z-index: 1;
}
.basicInfo .addr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 3px #676767;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .basicInfo .basicInfoLogo {
    width: 230px;
  }
}

.telCvBlock {
  background-color: var(--subColor);
  color: #fff;
  display: block;
  border-radius: 100vw;
  padding: 0.8em 0 1em;
}
.telCvBlock img {
  margin-inline: 0;
}
@media only screen and (max-width: 767px) {
  .telCvBlock img {
    width: 1.2em;
  }
}
.telCvBlock p {
  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;
}
.telCvBlock .num {
  font-size: 40px;
  line-height: 1;
  -webkit-column-gap: 0.2em;
  -moz-column-gap: 0.2em;
  column-gap: 0.2em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .telCvBlock .num {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .telCvBlock .num {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .telCvBlock .num {
    font-size: 25px;
  }
}

.topInfoList {
  width: 100%;
}
.topInfoList li a {
  border-radius: 2em;
  background-color: #fff;
  padding: 1em 1.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .topInfoList li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.5em;
  }
}
.topInfoList li a .date {
  color: var(--subColor);
  line-height: 1.2;
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topInfoList li a .date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .topInfoList li a .date {
    font-size: 16px;
  }
}
.topInfoList li a .ttl {
  line-height: 1.5;
}
.topInfoList li + li {
  margin-top: 1em;
}

.underline {
  text-decoration: underline;
}

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

.topOmoiFLex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1099px) {
  .topOmoiFLex {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .topOmoiFLex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 3em;
  }
}
.topOmoiFLex .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.topOmoiFLex .text::before {
  content: "";
  display: block;
  position: absolute;
  width: 650px;
  aspect-ratio: 1/1;
  background: url(../img/topOmoi.png) no-repeat center/contain;
  left: 0;
  top: 0;
  -webkit-transform: translate(-65%, -25%);
  transform: translate(-65%, -25%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .topOmoiFLex .text::before {
    width: 450px;
  }
}
.topOmoiFLex .text * {
  line-height: 2.5;
}
@media only screen and (max-width: 1099px) {
  .topOmoiFLex .text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .topOmoiFLex .text {
    width: 100%;
  }
}
.topOmoiFLex .image {
  width: 62.857%;
  margin-right: -14.773%;
  position: relative;
}
.topOmoiFLex .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 890/408;
  background: url(../img/topCounselinigBg.jpg) no-repeat center/cover;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(10%, 70%);
  transform: translate(10%, 70%);
}
@media only screen and (max-width: 767px) {
  .topOmoiFLex .image::before {
    -webkit-transform: translate(40%, 20%);
    transform: translate(40%, 20%);
  }
}
.topOmoiFLex .image img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1099px) {
  .topOmoiFLex .image {
    margin-right: 0;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .topOmoiFLex .image {
    width: 100%;
  }
}

.pointWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media only screen and (max-width: 1099px) {
  .pointWrap {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pointWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.pointWrap > * {
  width: calc(33.3333333333% - 40px);
}
@media only screen and (max-width: 1099px) {
  .pointWrap > * {
    width: calc(33.3333333333% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .pointWrap > * {
    width: 90%;
  }
}

.pointItem {
  background-color: rgba(82, 180, 194, 0.06);
  padding: 90px 20px 40px;
  border-radius: 1em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pointItem {
    padding: 60px 15px 30px;
  }
}
.pointItem .point {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 120px;
  border: solid 3px var(--subColor);
  background-color: #fff;
  border-radius: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--subColor);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .pointItem .point {
    width: 90px;
  }
}
.pointItem .point .num {
  line-height: 1;
  font-size: 3em;
}
.pointItem .ttl {
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.pointItem .ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 2px;
  background-color: #707070;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pointItem .img {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .pointItem .img {
    max-width: 200px;
  }
}
.pointItem .img img {
  border-radius: 100vw;
}

.equipSlide img {
  width: 100%;
}
.equipSlide .swiper-button-next,
.equipSlide .swiper-button-prev {
  color: #fff;
}

.btnNaiyoFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .btnNaiyoFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
  }
}

.btnNaiyoSFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 35px;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .btnNaiyoSFlex {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.btnNaiyoSFlex > * {
  width: calc(33.3333333333% - 23.3333333333px);
}
@media only screen and (max-width: 767px) {
  .btnNaiyoSFlex > * {
    width: calc(50% - 7.5px);
  }
}

dl.faq dt {
  background-color: var(--subColor);
  color: #fff;
  border-radius: 100vw;
  font-size: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  dl.faq dt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  dl.faq dt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  dl.faq dt {
    border-radius: 1em;
  }
}
dl.faq dt p {
  padding-top: 0.4em;
}
@media only screen and (max-width: 767px) {
  dl.faq dt p {
    padding-top: 0;
  }
}
dl.faq dt,
dl.faq dd {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
dl.faq dt .img,
dl.faq dd .img {
  width: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  dl.faq dt .img,
  dl.faq dd .img {
    width: 35px;
  }
}
dl.faq dt p,
dl.faq dd p {
  line-height: 1.8;
}
dl.faq dt p.lh,
dl.faq dd p.lh {
  line-height: 2.2;
}

#topRecruit {
  position: relative;
}
#topRecruit::before {
  content: "";
  display: block;
  position: absolute;
  width: 650px;
  aspect-ratio: 1/1;
  background: url(../img/topOmoi.png) no-repeat center/contain;
  left: 0;
  top: 0;
  -webkit-transform: translate(-65%, -25%);
  transform: translate(-65%, -25%);
  z-index: -1;
  left: auto;
  right: 0;
  -webkit-transform: translate(45%, -25%);
  transform: translate(45%, -25%);
}
@media only screen and (max-width: 767px) {
  #topRecruit::before {
    width: 450px;
  }
}

.topRecruitBnr {
  display: block;
  background-size: cover;
  padding: 80px 15px;
  border-radius: 1.8em;
  overflow: hidden;
  background-position: center;
}
@media only screen and (max-width: 959px) {
  .topRecruitBnr {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitBnr {
    padding: 30px 15px;
    border-radius: 1em;
  }
}
.topRecruitBnr .text {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 70px 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 959px) {
  .topRecruitBnr .text {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .topRecruitBnr .text {
    padding: 30px 15px;
  }
}

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

.topBlogList li {
  border-bottom: solid 2px var(--subColor);
}
.topBlogList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 2em;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .topBlogList a {
    padding-block: 1.5em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
.topBlogList a .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*==================================================
 * 下層ページ
 *================================================*/
.page-mv {
  background: url(../img/common/page-mv.png) no-repeat center/auto 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .page-mv {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .page-mv {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-mv {
    height: 200px;
  }
}

/*==================================================
 * 当院について
 *================================================*/
.aboutIntroFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .aboutIntroFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5em;
  }
}

.aboutIntroText {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.aboutIntroText::before {
  content: "";
  display: block;
  position: absolute;
  width: 650px;
  aspect-ratio: 1/1;
  background: url(../img/topOmoi.png) no-repeat center/contain;
  left: 0;
  top: 0;
  -webkit-transform: translate(-65%, -25%);
  transform: translate(-65%, -25%);
  z-index: -1;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-65%, 20%);
  transform: translate(-65%, 20%);
}
@media only screen and (max-width: 767px) {
  .aboutIntroText::before {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutIntroText {
    width: 100%;
  }
}

.aboutIntroImg {
  margin-right: -165px;
}
@media only screen and (max-width: 767px) {
  .aboutIntroImg {
    margin-right: auto;
  }
}

.manIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  border-radius: 25px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 959px) {
  .manIntro {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .manIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    padding: 2em 1em;
    row-gap: 1.5em;
  }
}
.manIntro .image {
  max-width: 34.545%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .manIntro .image {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.manIntro .text .jobName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
}
.manIntro .text .jobName .job {
  background-color: var(--subColor);
  color: #fff;
  padding: 0 2em;
  border-radius: 100vw;
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .manIntro .text .jobName .job {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .manIntro .text .jobName .job {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .manIntro .text .jobName .job {
    padding: 0 1em;
  }
}
.manIntro .text .jobName .name {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .manIntro .text .jobName .name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .manIntro .text .jobName .name {
    font-size: 17px;
  }
}

/*==================================================
 * 院内紹介
 *================================================*/
/*==================================================
 * 診療の流れ
 *================================================*/
.flowList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
}
@media only screen and (max-width: 767px) {
  .flowList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1em;
    position: relative;
  }
  .flowList li::before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    aspect-ratio: 35/30;
    background: url(../img/ic-flow.svg) no-repeat center/contain;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 35px);
    transform: translate(-50%, 35px);
  }
}
.flowList li + li {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .flowList li + li {
    margin-top: 60px;
  }
}
.flowList li .image {
  width: 40.923%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flowList li .image {
    max-width: 531px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flowList li .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  aspect-ratio: 35/30;
  background: url(../img/ic-flow.svg) no-repeat center/contain;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 60px);
  transform: translate(-50%, 60px);
}
@media only screen and (max-width: 767px) {
  .flowList li .image::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .flowList li:last-of-type::before {
    content: none;
  }
}
.flowList li:last-of-type .image::before {
  content: none;
}

/*==================================================
 * 診療内容
 *================================================*/
.midashiBox {
  position: relative;
  padding: 90px;
  border: solid 3px;
  border-radius: 45px;
}
@media only screen and (max-width: 1099px) {
  .midashiBox {
    padding: 50px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .midashiBox {
    padding: 50px 15px 30px;
    border-radius: 15px;
  }
}
.midashiBox .midashi {
  position: absolute;
  padding: 0.6em 3em;
  background-color: #ccc;
  border-radius: 1em;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  white-space: nowrap;
  color: #fff;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .midashiBox .midashi {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .midashiBox .midashi {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1099px) {
  .midashiBox .midashi {
    padding: 0.4em 1.5em;
  }
}
.midashiBox.--main {
  border-color: var(--mainColor);
  background-color: var(--mainColorLight2);
}
.midashiBox.--main .midashi {
  background-color: var(--mainColor);
}
.midashiBox.--main .ttl {
  color: var(--mainColor);
}
.midashiBox.--main .ttl::before {
  background-color: var(--mainColor);
}
.midashiBox.--sub {
  border-color: var(--subColor);
  background-color: var(--subColorLight2);
}
.midashiBox.--sub .midashi {
  background-color: var(--subColor);
}
.midashiBox.--sub .ttl {
  color: var(--subColor);
}
.midashiBox.--sub .ttl::before {
  background-color: var(--subColor);
}

.midashiBoxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
  row-gap: 60px;
}
@media only screen and (max-width: 1099px) {
  .midashiBoxFlex {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .midashiBoxFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
}
.midashiBoxFlex > * {
  width: calc(50% - 45px);
}
@media only screen and (max-width: 1099px) {
  .midashiBoxFlex > * {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .midashiBoxFlex > * {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .midashiBoxFlex .img {
    min-width: 300px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.midashiBoxFlex .ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: relative;
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .midashiBoxFlex .ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .midashiBoxFlex .ttl {
    font-size: 17px;
  }
}
.midashiBoxFlex .ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 2px;
  background-color: #ccc;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

/*==================================================
 * 採用情報
 *================================================*/
.recruitIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media only screen and (max-width: 767px) {
  .recruitIntro {
    row-gap: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.recruitIntro .img {
  width: 58.571%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .recruitIntro .img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.recruitIntro .ttl {
  line-height: 2.5;
}
.recruitIntro .ttl span {
  border-bottom: dotted 4px var(--mainColor);
  padding-bottom: 0.2em;
}

#recruitPoint {
  position: relative;
}
#recruitPoint::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1923/132;
  background: url(../img/topInfo.png) no-repeat center/cover;
  left: 0;
  top: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%) scale(-1, 1);
  transform: translateY(-100%) scale(-1, 1);
}

.pointFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media only screen and (max-width: 1099px) {
  .pointFlex {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 959px) {
  .pointFlex {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.pointFlex .pointItem {
  background-color: var(--mainColor);
  width: calc(33.3333333333% - 33.3333333333px);
  padding: 75px 40px 50px;
  border-radius: 3em;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .pointFlex .pointItem {
    padding: 55px 25px 40px;
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (max-width: 959px) {
  .pointFlex .pointItem {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .pointFlex .pointItem {
    width: 100%;
    max-width: 400px;
    padding: 40px 15px 30px;
    border-radius: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }
}
.pointFlex .pointItem .ttl::before {
  background-color: #fff;
}
.pointFlex .pointItem * {
  color: #fff;
}
.pointFlex .pointItem .num {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  font-size: 32px;
  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;
  width: 3em;
  background-color: #fff;
  border-radius: 100vw;
  color: var(--mainColor);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pointFlex .pointItem .num {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .pointFlex .pointItem .num {
    font-size: 21px;
  }
}
.pointFlex .pointItem.bgSubColor {
  background-color: var(--subColor);
}
.pointFlex .pointItem.bgSubColor .num {
  color: var(--subColor);
}

.benefitList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 3em;
}
@media only screen and (max-width: 767px) {
  .benefitList {
    row-gap: 2em;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
}
.benefitList > * {
  width: calc(25% - 1.5em);
}
@media only screen and (max-width: 767px) {
  .benefitList > * {
    width: calc(50% - 0.5em);
  }
  .benefitList > * .img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.numberFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
}
@media only screen and (max-width: 767px) {
  .numberFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2em;
  }
}
.numberFlex > * {
  border-radius: 10px;
  overflow: hidden;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.recruitFaqList dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 3em;
  border-radius: 100vw;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media only screen and (max-width: 767px) {
  .recruitFaqList dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2em 1em;
    border-radius: 1em;
    row-gap: 1em;
  }
}
.recruitFaqList dd .img {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .recruitFaqList dd .img {
    margin-left: auto;
    margin-right: auto;
  }
}
.recruitFaqList dd .text {
  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;
  width: 100%;
}

.guide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1em;
}
.guide-btn .cmnbtn::before {
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
}

.requireBox {
  padding-top: 4em;
}
.requireBox table {
  border: solid 1px #707070;
  width: 100%;
}
.requireBox table th,
.requireBox table td {
  background-color: #fff;
  border: solid 1px #707070;
  padding: 1em 1.5em;
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .requireBox table th,
  .requireBox table td {
    padding: 0.5em 1em;
  }
}
.requireBox table th {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .requireBox table th {
    width: 30%;
  }
}
.requireBox .cmnbtn::before {
  -webkit-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
}

.e-form-table {
  width: 100%;
}
.e-form-table th,
.e-form-table td {
  padding-bottom: 2em;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}
.e-form-table th {
  width: 240px;
}
.e-form-table input:not([type=radio], [type=checkbox]),
.e-form-table textarea {
  border-radius: 1em;
  border: solid 1px #707070;
  width: 100%;
  padding: 1.2em 1.5em;
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .e-form-table input:not([type=radio], [type=checkbox]),
  .e-form-table textarea {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .e-form-table input:not([type=radio], [type=checkbox]),
  .e-form-table textarea {
    font-size: 14px;
  }
}
.e-form-table .wpcf7-list-item {
  display: block;
}
.e-form-table .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.e-form-table .privacy {
  background-color: #f5f5f5;
  padding: 2em;
}
.e-form-table input.btn-submit {
  background-color: var(--mainColor);
  color: #fff;
  border-radius: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .e-form-table th,
  .e-form-table td {
    display: block;
    width: 100%;
  }
  .e-form-table th {
    padding-bottom: 0;
  }
  .e-form-table td {
    padding-top: 0.5em;
  }
}

/*==================================================
 * インタビュー
 *================================================*/
.intMain {
  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) {
  .intMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.5em;
  }
}
.intMain .img {
  width: 54.643%;
}
@media only screen and (max-width: 767px) {
  .intMain .img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.intMain .text {
  width: 42.143%;
}
@media only screen and (max-width: 767px) {
  .intMain .text {
    width: 100%;
  }
}
.intMain .catch {
  display: block;
}
.intMain .catch span {
  border-bottom: dotted 3px var(--mainColor);
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .intMain .catch span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .intMain .catch span {
    font-size: 17px;
  }
}
.intMain .catch.--sub span {
  border-color: var(--subColor);
}

.intDl dt {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.jobTtl {
  position: relative;
  padding: 0 1em;
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--mainColor);
  border-radius: 1.2em;
  height: 92px;
  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;
}
@media only screen and (max-width: 767px) {
  .jobTtl {
    width: 300px;
    height: 50px;
  }
}
.jobTtl .name {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  padding-left: 1em;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .jobTtl .name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .jobTtl .name {
    font-size: 20px;
  }
}
.jobTtl .circle {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 1em;
  border-radius: 100vw;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: solid 2px var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--mainColor);
  font-size: 21px;
  font-weight: 500;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .jobTtl .circle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .jobTtl .circle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .jobTtl .circle {
    padding: 0.6em;
  }
}
.jobTtl.--borderMain {
  background-color: #fff;
  border: solid 3px var(--mainColor);
}
.jobTtl.--borderMain .name {
  color: var(--mainColor);
}
.jobTtl.--borderMain .circle {
  background-color: var(--mainColor);
  color: #fff;
}
.jobTtl.--borderSub {
  background-color: #fff;
  border: solid 3px var(--subColor);
}
.jobTtl.--borderSub .name {
  color: var(--subColor);
}
.jobTtl.--borderSub .circle {
  background-color: var(--subColor);
  color: #fff;
  border: none;
}

/*==================================================
 * 投稿
 *================================================*/
.postWrap {
  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) {
  .postWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.postContent {
  width: 75.357%;
}
@media only screen and (max-width: 767px) {
  .postContent {
    width: 100%;
  }
}
.postContent.--mini {
  width: 64.286%;
}
@media only screen and (max-width: 767px) {
  .postContent.--mini {
    width: 100%;
  }
}
.postContent .entry {
  margin-block: 2em;
  padding-block: 2em;
  border-top: solid 1px #3c3c3c;
  border-bottom: solid 1px #3c3c3c;
}

.postItem {
  border-bottom: solid 1px #3c3c3c;
}
.postItem a {
  display: block;
  padding-block: 2em;
}
.postItem.--hasImg a {
  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) {
  .postItem.--hasImg a {
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
  }
}
.postItem.--hasImg a .img {
  width: 40.476%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 425/285;
}
@media only screen and (max-width: 767px) {
  .postItem.--hasImg a .img {
    width: 30%;
  }
}
.postItem.--hasImg a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.catBox {
  background-color: var(--mainColor);
  font-weight: 500;
  color: #fff;
  border-radius: 100vw;
  padding: 0.2em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.postSide {
  width: 17.857%;
}
@media only screen and (max-width: 767px) {
  .postSide {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.postSide .sideTtl {
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 2px #707070;
  padding-bottom: 0.8em;
  margin-bottom: 1.2em;
  line-height: 1.4;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .postSide .sideTtl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .postSide .sideTtl {
    font-size: 16px;
  }
}
.postSide select {
  width: 100%;
  height: 55px;
}

.pager {
  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;
}
.pager .prev,
.pager .text {
  text-decoration: underline;
}
.pager .btn-archive {
  background-color: var(--subColor);
  color: #fff;
  border-radius: 100vw;
  padding: 0.6em 1em;
  font-weight: 500;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 0.6em;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    -webkit-column-gap: 0.6em;
    -moz-column-gap: 0.6em;
    column-gap: 0.6em;
  }
}
.wp-pagenavi > * {
  border-radius: 100vw;
  width: 50px;
  aspect-ratio: 1/1;
  border: solid 1px var(--mainColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: var(--mainColor);
  font-weight: 500;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .wp-pagenavi > * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi > * {
    font-size: 16px;
  }
}
.wp-pagenavi > *.current {
  background-color: var(--mainColor);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi > * {
    width: 40px;
    font-size: 14px;
  }
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  background: url(../img/common/ic-pager.svg) no-repeat center/30%;
  background-position: center left 60%;
  text-indent: -99999px;
}
.wp-pagenavi .previouspostslink {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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;
  }
}
/*# sourceMappingURL=sourcemaps/import.css.map */