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

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap");
.mainColor {
  color: #182885;
}

.mainColorSub {
  color: #3BB4B9;
}

.bgmainColor {
  color: #f1f3f3;
}

.mainColorDeep {
  color: #596166;
}

.bgMainColorDeep {
  background-color: #596166;
}

.mainColorExDeep {
  color: #c5c5c5;
}

.mainColorLight {
  color: #E1F4F5;
}

.bgMainColorLight {
  background-color: #E1F4F5;
}

.mainColorExLight {
  color: #3BB4B9;
}

.bgMainColorExLight {
  background-color: #3BB4B9;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.baseBlack {
  color: #231815;
}

.bg_baseBlack {
  background-color: #231815;
}

.subColor {
  color: #596166;
}

.bgSubColor {
  background-color: #004996;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #e3e2e2;
}

.compColor {
  color: #a9a8a9;
}

.bgCompColor {
  background-color: #a9a8a9;
}

.grayColor {
  color: #99999b;
}

.bgGrayColor {
  background-color: #99999b;
}

.grayColorLight {
  color: #f8f8f8;
}

.bgGrayColorLight {
  background-color: #f8f8f8;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgWhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
}

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

.bgBlack {
  background: #000;
}

.bgWhite {
  background: #fff;
}

.bgGrad {
  background: rgb(128, 198, 220);
  background: -webkit-gradient(linear, left top, right top, from(rgb(128, 198, 220)), to(rgb(65, 175, 179)));
  background: linear-gradient(90deg, rgb(128, 198, 220) 0%, rgb(65, 175, 179) 100%);
}

.bgTexture {
  background-image: url(../img/bg_texture_light.gif);
}

.grayLight {
  color: #9a9a9a;
}

.white {
  color: #fff;
}

/*フォント系*/
.fontEn {
  font-family: "EB Garamond", serif;
}

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

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

.fontNum {
  font-family: "Inter", sans-serif;
}

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

/*==================================================
 * リセット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;
  color: #231815;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

/* 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,
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.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: 700 !important;
}

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

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

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

.fsL45 {
  font-size: 45px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL45 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL45 {
    font-size: 27px;
  }
}

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

.fsML {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .fsML {
    font-size: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

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;
  color: inherit;
}

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

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

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

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #182885;
}
.linkA:hover {
  color: #182885;
  text-decoration: underline;
}

@media screen and (min-width: 959px) {
  .spTab {
    display: none !important;
  }
}
@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;
}

.mb15 {
  margin-bottom: 15px;
}

.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: 959px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

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

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbL5 {
  margin-bottom: 12%;
}

.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%;
  }
}
/*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: 1040px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.cntInnerWide {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1201px) {
  .cntInnerWide {
    margin-left: calc((100vw - 1200px) / -2 - 15px);
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.w100 {
  width: 100%;
}

.cntS {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .cntS {
    width: 90%;
  }
}

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

.cntL {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cntinnerS {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.cntinner {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1366px) {
  .cntinner {
    width: 90%;
  }
}
@media only screen and (max-width: 1366px) {
  .cntinner {
    width: 95%;
  }
}

.cntXl {
  max-width: 1381px;
  margin-right: auto;
  margin-left: auto;
}

.cntWide {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cntWides {
  max-width: 1640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

:root {
  --spaceSize: clamp(40px, 8vw, 150px);
  --spaceSizeWide: clamp(135px, 14vw, 270px);
}

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

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

.padding-left2m {
  padding-left: 2em;
}

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

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

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

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

.margin-right1m {
  margin-right: 1em;
}

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

.bgImgHeight {
  padding-bottom: 67%;
}

.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(3px);
  filter: blur(3px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgGray {
  background-color: #f8f8f8;
}

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

.bgZoomImg {
  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: 5px;
}

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

/*影*/
.shadowXS {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 19px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 19px;
}
@media only screen and (max-width: 767px) {
  .shadowXS {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 6px 3px 17px;
            box-shadow: rgba(0, 0, 0, 0.1) 6px 3px 17px;
  }
}

.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.5) 0px 30px 60px -30px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.5) 0px 30px 60px -30px;
  }
}

.shadowL {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 30px -30px, rgba(0, 0, 0, 0.1) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 30px -30px, rgba(0, 0, 0, 0.1) 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%, m.$subColorDeep 0%);
  }
  */
}
.titleLine:after {
  content: "";
  display: inline-block;
  background-color: #a9a8a9;
  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%, #596166));
  background: linear-gradient(transparent 70%, #596166 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: #182885;
  border-radius: 50px;
}
.titleBd.compColor:before {
  background-color: #a9a8a9;
}
.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: #182885;
  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: #182885;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

.titleBdLight {
  border-bottom: 1px solid #182885;
  display: inline-block;
}

.bdBox {
  border: 2px solid #182885;
}

/*ボタン*/
a.btn_black {
  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;
  text-align: center;
  text-decoration: none;
  width: 300px;
  padding: 2rem 4rem 2rem 3rem;
  font-weight: 100;
  background: #000;
  color: #fff;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  a.btn_black {
    margin: 0 auto;
  }
}
a.btn_black::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
a.btn_black:hover {
  background: #3BB4B9;
  color: #fff;
}

.btn_more {
  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;
  text-align: center;
  text-decoration: none;
  width: 188px;
  padding: 1rem 4rem 1rem 3rem;
  font-weight: 100;
  background: #3e3a39;
  color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .btn_more {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.btn_more::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_more:hover {
  background: #3BB4B9;
  color: #fff;
}
a:hover .btn_more {
  background: #3BB4B9;
  color: #fff;
}

.btn_prev,
.btn_next {
  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;
  text-align: center;
  text-decoration: none;
  width: 188px;
  padding: 1rem 4rem 1rem 3rem;
  font-weight: 100;
  background: #3e3a39;
  color: #fff;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .btn_prev,
  .btn_next {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.btn_prev:hover,
.btn_next:hover {
  background: #3BB4B9;
  color: #fff;
}

.btn_prev::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.btn_next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn_exBig {
  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;
  text-align: center;
  text-decoration: none;
  width: 824px;
  padding: 5rem 4rem 5rem 3rem;
  font-weight: bold;
  background: url(../img/btn_exBig_bg.jpg);
  color: #000;
  border: 4px solid #000;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: clamp(16px, 4.3vw, 25px);
}
@media only screen and (max-width: 767px) {
  .btn_exBig {
    padding: 2rem 2rem 2rem 2.5rem;
    border: 2px solid #000;
  }
}
.btn_exBig::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_exBig::before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000;
}
.btn_exBig span {
  -webkit-box-flex: 10;
      -ms-flex: 10 10 100%;
          flex: 10 10 100%;
  margin: auto;
}
.btn_exBig:hover {
  background: #3BB4B9;
  color: #fff;
}

.btn_white {
  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;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 1.75rem 4rem 1.75rem 3rem;
  font-weight: bold;
  background: #fff;
  color: #909091;
  border: 1px solid #909091;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
.btn_white::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #99999b;
  border-right: 2px solid #99999b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn_white span {
  -webkit-box-flex: 10;
      -ms-flex: 10 10 100%;
          flex: 10 10 100%;
  margin: auto;
}
.btn_white:hover {
  background: #99999b;
  color: #fff;
}
.btn_white:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_left {
  /* 左寄せボタン */
  margin: 30px 0;
}

.btn_right {
  /* 右寄せボタン */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 30px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .btn_right {
    margin: 40px 0 30px 0;
  }
}

.btn_center {
  /* 中寄せボタン */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}

/* ボタンだけに指定する場合は以下 */
.button {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid #333;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  line-height: 1.4;
  -webkit-box-shadow: 4px 4px 0px 0 #596166;
          box-shadow: 4px 4px 0px 0 #596166;
  font-size: 21px;
  background-color: #fff;
}
.button:hover {
  color: #596166;
  background-color: #fff;
}
.button.small {
  font-size: 16px;
}
.button.insta {
  -webkit-box-shadow: 4px 4px 0px 0 #e264af;
          box-shadow: 4px 4px 0px 0 #e264af;
}
.button.line {
  -webkit-box-shadow: 4px 4px 0px 0 #4caa4d;
          box-shadow: 4px 4px 0px 0 #4caa4d;
}
.button.mono {
  -webkit-box-shadow: 4px 4px 0px 0 #c4c4c4;
          box-shadow: 4px 4px 0px 0 #c4c4c4;
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: 1001;
}
.overRayBox > ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.open .overRayBox {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
}
.open .overRayBox dt {
  display: none;
}
@media only screen and (max-width: 767px) {
  .open .overRayBox {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .open .overRayBox {
    -webkit-transform: translateX(55%);
            transform: translateX(55%);
  }
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  cursor: pointer;
  z-index: 1005;
  right: 15px;
  top: 26px;
  background: transparent;
  border: none;
}
.menu-btn span:after {
  content: attr(data-txt-menu);
}
.open .menu-btn span:after {
  content: attr(data-txt-close);
}
@media only screen and (max-width: 1366px) {
  .menu-btn {
    right: 7px;
    top: 19px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .menu-btn {
    right: 7px;
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-btn {
    top: 13px;
  }
}

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

.menu-trigger {
  position: relative;
  width: 34px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 1px;
}
.menu-trigger span:nth-of-type(3)::after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 5px;
  left: 2px;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}
.menu-trigger.active span {
  background-color: #fff;
}
.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) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}
.menu-trigger.active span:nth-of-type(3)::after {
  content: "";
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
.menu-btn.scroll-nav .menu-trigger span {
  background-color: #333;
}
.menu-btn.scroll-nav .menu-trigger span:nth-of-type(3)::after {
  color: #333;
}

.menu-btn .active span {
  background: #fff !important;
}

/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * 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: #182885;
}
.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 #182885;
}

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: #182885;
}

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

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

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

/*==================================================
 * ページTOPに戻る(spは非表示）
 *================================================*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  font-weight: bold;
  z-index: 9999;
}
#pagetop a {
  width: 60px;
  height: 38px;
  background: #fff;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  color: #000;
  padding: 42px 20px 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  #pagetop a {
    display: none;
  }
}
#pagetop a:after {
  font-family: FontAwesome;
  content: "\f077";
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 26px;
  font-weight: bold;
}
#pagetop a:hover {
  text-decoration: none;
  background: #3BB4B9;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==================================================
 * リキャプチャ非表示
 *================================================*/
.grecaptcha-badge {
  visibility: hidden;
}

.recapcha {
  margin: 20px auto;
  text-align: center;
  line-height: 1.2em;
  font-size: 0.8em;
}

.recapcha a {
  text-decoration: underline;
}

/*==================================================
 * 見出し
 *================================================*/
h2.h2_ttl {
  font-family: "EB Garamond", serif;
  font-size: 60px;
  background-image: url(../img/h2_line.png);
  background-repeat: no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  background-position: center 69%;
}
h2.h2_ttl::first-letter {
  color: #3BB4B9;
}
h2.h2_ttl span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 500;
}
h2.h2_ttl img {
  width: 163px;
}
@media only screen and (max-width: 767px) {
  h2.h2_ttl {
    background-position: center 54%;
  }
}

h2.h2_ttl_big {
  font-family: "EB Garamond", serif;
  font-size: min(8.8vw, 127px);
}
h2.h2_ttl_big::first-letter {
  color: #3BB4B9;
}
h2.h2_ttl_big span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: min(1.4vw, 20px);
  margin-top: -25px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  h2.h2_ttl_big span {
    font-size: clamp(16px, 4.3vw, 20px);
  }
}
@media only screen and (max-width: 959px) {
  h2.h2_ttl_big {
    font-size: clamp(64px, 17.1vw, 120px);
  }
}

h2.h2_ttl_02 {
  font-family: "EB Garamond", serif;
  padding: 0.1em 0.4em;
  margin: 0 0 1em;
  border-bottom: solid 0.05em #231815;
  font-size: 48px;
  font-weight: 500;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  h2.h2_ttl_02 {
    padding: 0.1em 0em;
  }
}
h2.h2_ttl_02::first-letter {
  color: #3BB4B9;
}
h2.h2_ttl_02::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -0.125em;
  border-bottom: 0.125em solid #3BB4B9;
  top: 4px;
  width: 25%;
  height: 100%;
}
h2.h2_ttl_02 span {
  margin-left: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  bottom: 13px;
}
@media only screen and (max-width: 767px) {
  h2.h2_ttl_02 span {
    margin-left: 30px;
  }
}

/*==================================================
 * 下層見出し
 *================================================*/
.midashi_01 {
  border-left: 7px solid;
  -o-border-image: linear-gradient(0deg, #babbbc 70%, #3BB4B9 30%);
  border-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #babbbc), color-stop(30%, #3BB4B9));
  border-image: linear-gradient(0deg, #babbbc 70%, #3BB4B9 30%);
  border-image-slice: 1;
  text-indent: 20px;
  padding: 5px 0;
  font-weight: 700;
}

.midashi_02 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #3BB4B9;
  text-align: center;
  font-weight: 600;
}
.midashi_02:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #3BB4B9 transparent transparent;
}
.midashi_02:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

.midashi_03 {
  padding: 1rem 2rem;
  background: #231815;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.3em;
  text-align: left;
}

/*==================================================
 * トップページ
 *================================================*/
/*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 {
  font-family: "Noto Serif JP", serif;
}

.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr {
  margin-bottom: 1.5em;
  display: block;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  text-align: left;
  display: block;
  width: 100%;
}
.cform tr th {
  margin-bottom: 0.5em;
}
.cform tr td.flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .cform tr td.flex_area {
    display: block;
  }
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform select,
.cform input[type=text],
.cform input[type=tel],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
  background-color: #f6f6f6;
}
.cform option::-webkit-input-placeholder,
.cform textarea::-webkit-input-placeholder,
.cform select::-webkit-input-placeholder,
.cform input[type=text]::-webkit-input-placeholder,
.cform input[type=tel]::-webkit-input-placeholder,
.cform input[type=email]::-webkit-input-placeholder,
.cform input[type=search]::-webkit-input-placeholder,
.cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform select::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=tel]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder,
.cform textarea:-ms-input-placeholder,
.cform select:-ms-input-placeholder,
.cform input[type=text]:-ms-input-placeholder,
.cform input[type=tel]:-ms-input-placeholder,
.cform input[type=email]:-ms-input-placeholder,
.cform input[type=search]:-ms-input-placeholder,
.cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder,
.cform textarea::-ms-input-placeholder,
.cform select::-ms-input-placeholder,
.cform input[type=text]::-ms-input-placeholder,
.cform input[type=tel]::-ms-input-placeholder,
.cform input[type=email]::-ms-input-placeholder,
.cform input[type=search]::-ms-input-placeholder,
.cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-webkit-input-placeholder, .cform textarea::-webkit-input-placeholder, .cform select::-webkit-input-placeholder, .cform input[type=text]::-webkit-input-placeholder, .cform input[type=tel]::-webkit-input-placeholder, .cform input[type=email]::-webkit-input-placeholder, .cform input[type=search]::-webkit-input-placeholder, .cform input[type=url]::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform select::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=tel]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option:-ms-input-placeholder, .cform textarea:-ms-input-placeholder, .cform select:-ms-input-placeholder, .cform input[type=text]:-ms-input-placeholder, .cform input[type=tel]:-ms-input-placeholder, .cform input[type=email]:-ms-input-placeholder, .cform input[type=search]:-ms-input-placeholder, .cform input[type=url]:-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::-ms-input-placeholder, .cform textarea::-ms-input-placeholder, .cform select::-ms-input-placeholder, .cform input[type=text]::-ms-input-placeholder, .cform input[type=tel]::-ms-input-placeholder, .cform input[type=email]::-ms-input-placeholder, .cform input[type=search]::-ms-input-placeholder, .cform input[type=url]::-ms-input-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform select::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=tel]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform input[type=text].area_S {
  width: 20%;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .cform input[type=text].area_S {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cform input[type=text].area_M {
  width: 47%;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .cform input[type=text].area_M {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cform input[type=text].area_L {
  width: 78%;
}
@media only screen and (max-width: 767px) {
  .cform input[type=text].area_L {
    width: 100%;
  }
}
.cform .title {
  font-weight: bold;
  font-size: 1.1em;
  border-left: 8px solid #231815;
  padding: 2px 0 2px 8px;
}
.cform .title_hosoku {
  font-size: 0.8em;
  color: #555;
  margin-left: 10px;
}
.cform .area_M {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .cform .area_M {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cform .area_M > span {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
}

.mwform-radio-field input {
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.required-srt {
  color: #a40000;
  margin-left: 0.7em;
  border: 1px solid #a40000;
  padding: 2px 8px;
  font-size: 0.9em;
  font-weight: 700;
}

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

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

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

.submit-btn {
  text-align: center;
}
.submit-btn input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.25em 2em;
  background-color: #2c2c2c;
  color: #fff;
  cursor: pointer;
  border: 1px solid #2c2c2c;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .submit-btn input {
    font-size: 15px;
  }
}

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

/*進捗矢印*/
.arrowWorp {
  margin-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.arrow-round1 {
  margin-right: 3em;
  margin-bottom: 3em;
  display: inline-block;
  height: 60px;
  width: 140px;
  background-color: #a40000;
  position: relative;
  top: 40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .arrow-round1 {
    width: 70px;
  }
}
.arrow-round1::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 30px solid #a40000;
  left: 140px;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .arrow-round1::before {
    left: 70px;
  }
}

.arrow-round2 {
  margin-right: 3em;
  margin-bottom: 3em;
  display: inline-block;
  height: 60px;
  width: 140px;
  background-color: #e5e5e5;
  position: relative;
  top: 40px;
  color: #7d7d7d;
}
@media only screen and (max-width: 767px) {
  .arrow-round2 {
    width: 70px;
  }
}
.arrow-round2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 30px solid #e5e5e5;
  left: 140px;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .arrow-round2::before {
    left: 70px;
  }
}
.arrow-round2.redC::before {
  border-left: 30px solid #a40000;
}

.arrow-round3 {
  margin-right: 0em;
  margin-bottom: 3em;
  display: inline-block;
  height: 60px;
  width: 160px;
  position: relative;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .arrow-round3 {
    width: 70px;
  }
}

.redC {
  background: #a40000;
  color: #fff;
}

.GrayW {
  background: #e5e5e5;
}

.Gray {
  color: #7d7d7d;
}

.arrow-round1 p,
.arrow-round2 p,
.arrow-round3 p {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  text-decoration: none;
}

/*資料請求------------------------------------*/
.page-id-148 .confirm-none {
  display: none; /* 資料請求の確認画面では非表示 */
}

/* 非表示のチェックボックス */
.catalog_area input[type=checkbox] {
  display: none;
}

/* 画像の周りに隙間をあける */
.catalog_area label img {
  margin: 3px;
  padding: 5px;
}

.flex.catalog_area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2em;
  /*justify-content: space-between; カタログ複数になったらこれ*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.catalog_area .cat_list {
  width: 33%;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .flex.catalog_area .cat_list {
    width: 80%;
    padding: 0em;
  }
}

.cat_title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .cat_title {
    font-size: 1.1em;
  }
}

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

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

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

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

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

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

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

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

.entry-books p {
  font-size: 12px;
  line-height: 1.8;
}
.entry-books h5 {
  padding-top: 10px;
  border-top: solid 1px #dddddd;
  margin-bottom: 7%;
  color: #596166;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .entry-books h5 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .entry-books h5 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10%;
  }
}

.post-content {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.post-content figcaption {
  font-size: 13px;
  color: gray;
}
.post-content a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.post-content 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;
}
.post-content blockquote p {
  font-size: 14px;
}
.post-content strong {
  font-style: normal;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fff7c0));
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}
.post-content p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .post-content p {
    font-size: 14px;
  }
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.post-content h2 span,
.post-content h3 span,
.post-content h4 span,
.post-content h5 span {
  font-weight: bold;
}
.post-content h2 {
  border-left: 7px solid;
  -o-border-image: linear-gradient(0deg, #babbbc 70%, #3BB4B9 30%);
  border-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, #babbbc), color-stop(30%, #3BB4B9));
  border-image: linear-gradient(0deg, #babbbc 70%, #3BB4B9 30%);
  border-image-slice: 1;
  text-indent: 20px;
  padding: 5px 0;
  font-weight: 700;
  font-size: 26px;
  margin: 8% auto 3%;
}
@media only screen and (max-width: 767px) {
  .post-content h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .post-content h2 {
    font-size: 20px;
  }
}
.post-content h3 {
  font-size: 26px;
  margin: 8% auto 3%;
  background-color: #3BB4B9;
  padding: 0.2em 1em;
  font-weight: bold;
  padding-left: 0.7em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .post-content h3 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .post-content h3 {
    font-size: 20px;
  }
}
.post-content h4 {
  margin: 3% auto 3%;
  border-bottom: 4px solid #3BB4B9;
  padding-bottom: 0.4em;
  color: #000;
  font-size: 26px;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .post-content h4 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .post-content h4 {
    font-size: 20px;
  }
}
.post-content h5 {
  font-size: 26px;
  margin: 4% auto 3%;
  line-height: 1.3;
  border-left: 9px solid #3BB4B9;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .post-content h5 {
    font-size: 18px;
    margin: 6% auto 3%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .post-content h5 {
    font-size: 20px;
  }
}
.post-content h6 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #E1F4F5;
  font-size: 20px;
}
.post-content table td {
  border-right: 1px solid #182885;
  border-bottom: 1px solid #182885;
}
.post-content table td:first-child {
  width: 30%;
  background-color: #eef6fa;
  color: #182885;
  font-weight: bold;
  border-left: 1px solid #182885;
}
.post-content table td:last-child {
  width: auto;
  border-right: 1px solid #182885;
}
.post-content table th,
.post-content table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.post-content table tr:first-child td,
.post-content table tr:first-child th {
  border-top: 1px solid #182885;
}
.post-content table tr:last-child td {
  border-bottom: 1px solid #182885;
}
@media only screen and (max-width: 767px) {
  .post-content table th,
  .post-content table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.post-content ul {
  margin-bottom: 2%;
}
.post-content li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.post-content li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: #182885;
  position: absolute;
  left: 0;
  font-weight: 400;
}
.post-content figure {
  width: min(100%, 700px);
  margin-right: auto;
  margin-left: auto;
}

/*目次*/
.toc_number {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

#toc_container {
  background: #ececec;
  border: none !important;
  margin: 0 auto;
  padding: 4% 6%;
  border-radius: 10px;
}
#toc_container a {
  color: #182885;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #182885;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

.wp-caption {
  max-width: 100% !important;
  padding: 2%;
  margin: auto auto 3% auto;
}

.wp-caption-text {
  background: rgba(195, 184, 177, 0.67);
  width: 100%;
  text-align: left;
  padding: 1% 3%;
  word-wrap: break-word;
  font-size: 10px;
  color: white !important;
  position: relative !important;
  z-index: 1;
  top: -35px;
  display: block;
  left: 5%;
}

.wp-caption-text a {
  color: white;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    background: hsla(330, 50%, 60%, 0.48);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -50px;
    display: block;
    left: 5%;
  }
}
/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #182885;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #182885;
  border-radius: 10px;
  background-color: #E1F4F5;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  max-width: none;
}

.lkc-thumbnail-img {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .lkc-thumbnail-img {
  opacity: 0.7;
}

.lkc-thumbnail {
  margin-right: 3%;
}

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: #182885;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #182885;
  display: inline-block !important;
  position: absolute;
  right: 3%;
  top: -5%;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lkc-info {
    top: -11%;
  }
}

.lkc-domain {
  color: #fff;
}

.lkc-card {
  padding: 2rem 1rem 1rem;
}
.lkc-card img {
  vertical-align: middle;
}

.lkc-content {
  overflow: auto !important;
  height: inherit !important;
}

.lkc-sns-fb {
  padding: 1%;
}

/*コメント*/
div#respond textarea,
div#respond input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 10px;
}

#respond input#submit {
  background: #0a0a0a;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#respond input#submit:hover {
  background: #cc6699;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 6.5%;
}

.singleColumnArticleContent {
  margin: auto;
  margin-top: 5%;
}

.singleColumnTitle {
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  font-size: 33px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 600;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 22px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .singleColumnTitle {
    font-size: 26px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 1em;
}
.singleColumnInfoUl .staff {
  margin-right: 1em;
  font-family: "Noto Serif JP", serif;
}
.singleColumnInfoUl .staff a:hover {
  color: #3BB4B9;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 13px;
  line-height: 0.7;
  background-color: #182885;
  color: #fff;
  border-radius: 5px;
  padding: 0.4em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShare {
  padding: 3% 6%;
}
@media only screen and (max-width: 767px) {
  .singleColumnShare {
    padding: 6% 9%;
  }
}

.singleColumnShareButton {
  padding: 0.7rem 1rem;
  width: 20%;
  margin-right: 3%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 45%;
    margin-right: 2.5%;
  }
}
.singleColumnShareButton > * {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton > * {
    font-size: 12px;
  }
}
.singleColumnShareButton i {
  font-size: 22px;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}
.singleColumnShareButton.twitter {
  background: #1da1f2;
  border: 1px solid #1da1f2;
}
.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #1da1f2;
}
.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}

.singleColumnShareTitle {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 6% !important;
  }
}

/*この記事を書いた人*/
.singleColumnWriterImg {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .singleColumnWriterImgBox {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
  }
}

.singleColumnWriter {
  padding: 3% 3%;
  margin: 6% 0 6% 0;
  border: 1px solid #182885;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  border-bottom: 1px solid #182885;
}

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #182885;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #182885;
}
.singleColumnWriterButton:hover {
  background: #182885;
  color: #fff;
}

.sidebarWriterSns li {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 4%;
}
.sidebarWriterSns li a {
  border: 1px solid #d2d2d2;
  padding: 0.4em 1em;
  border-radius: 35px;
  background: #fff;
  letter-spacing: 0.05em;
}
.sidebarWriterSns li a:hover {
  background-color: #f1f1f1;
}
.sidebarWriterSns li a .fa-instagram {
  color: #fd1d1d;
}
.sidebarWriterSns li a .fa-twitter {
  color: #00acee;
}
.sidebarWriterSns li a .fa-facebook {
  color: #3b5998;
}
.sidebarWriterSns li a .fa-comment {
  color: #00b900;
}

/*次のページを見る*/
.singleColumnPreNextBox {
  padding: 0.3em 1em;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  background-color: #666666;
  border-radius: 7px;
}
.singleColumnPreNextBox:not(:last-child) {
  margin-right: 40px;
}
.singleColumnPreNextBox:hover {
  opacity: 0.7;
}

.singleClumnPreNextDescri {
  font-family: "Inter", sans-serif;
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.singleClumnPreNextDescri:hover {
  opacity: 0.7;
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 5%;
  margin-bottom: 7%;
}
.cmNewsListUl > li {
  width: 100%;
  margin: 0 2%;
  padding-left: 0.5em;
  margin-bottom: 2.5%;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.cmNewsListUl > li:hover::after {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    width: 45%;
    margin: 0 2%;
    margin-bottom: 10%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cmNewsListCard.flex {
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .cmNewsListCard.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.news_left {
  width: 30%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .news_left {
    width: 100%;
  }
}

.news_right {
  width: 65%;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .news_right {
    width: 100%;
  }
}

.cmNewsTitle {
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.3em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

.cmNewsTitle .staff {
  font-family: "Noto Serif JP", serif;
}
.cmNewsTitle .staff a:hover {
  color: #3BB4B9;
}

.cmNewsDescri {
  font-size: 13px;
  margin-bottom: 2%;
  color: #9d9d9d;
  padding-right: 10%;
}
@media only screen and (max-width: 767px) {
  .cmNewsDescri {
    font-size: 13px;
    line-height: 1.5;
    padding-right: 12%;
  }
}

.cmNewsListImg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 70%;
}
a:hover .cmNewsListImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cmNewsListImgWrap {
  overflow: hidden;
  margin-bottom: 6%;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .cmNewsListImgWrap {
    border-radius: 15px;
  }
}

.cmNewsListInfoUl li {
  display: inline-block;
  font-size: 12px;
  background: #182885;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 0.4em;
  text-align: center;
  line-height: 0.7;
}
.cmNewsListInfoUl.nofover {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 12px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation li {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  margin: 0 0.7%;
  border-radius: 50px;
  border: solid 1px #707070;
  color: #707070;
  text-align: center;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  position: relative;
}
.pagenation li.active {
  cursor: not-allowed;
  display: inline-block;
  line-height: 0.7;
  color: #fff;
  background: #b9bec3;
  border: solid 1px #b9bec3;
}
.pagenation li.active span {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li.activeno {
  background: #182885;
  border: solid 1px bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.pagenation li.activeno span {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagenation li.activeno:hover {
  opacity: 0.7;
  border-radius: 50px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .pagenation li {
    width: 50px;
    height: 50px;
  }
}

/*wp-pagenaviプラグイン base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #3BB4B9;
  border-color: #3BB4B9;
  font-weight: bold;
}

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

span.page-numbers {
  color: #182885;
  font-weight: bold;
}

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

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

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

.sidebarNewsUl .cat-item {
  border-bottom: 1px solid #f8f8f8;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item .date {
  font-family: "EB Garamond", serif;
  font-size: 12px;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
  .sidebarNewsUl .cat-item .date {
    font-size: 13px;
  }
  .sidebarNewsUl .cat-item .title {
    font-size: 14px;
  }
}

.sidebarCategoryBlock li {
  display: inline-block;
  font-size: 14px;
  background-color: #182885;
  color: #fff;
  border-radius: 5px;
  padding: 0.5em;
  line-height: 1;
  margin-bottom: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebarCategoryBlock li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  font-size: 16px;
  line-height: 1;
  border-bottom: 2px solid #182885;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
  font-weight: bold;
}

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

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

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

#sidebar select {
  width: 100%;
  padding: 0.7em;
}

.sidebarTagWrap a {
  font-size: 14px !important;
  color: #182885;
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #99999b;
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
/*パンくず*/
.home .sectionPankuzu {
  display: none;
}

#pankuzu {
  font-size: 12px;
  color: #f8f8f8;
}
#pankuzu a {
  color: #000;
  position: relative;
}
#pankuzu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -0.3em;
  left: 0;
}
#pankuzu strong {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #pankuzu {
    font-size: 12px;
  }
}

.sectionPankuzu {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .sectionPankuzu {
    padding: 6px 0;
  }
}

/*パンくず終わり*/
.telA span {
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
.telA i {
  margin-right: 0.15em;
  color: #333;
}
.telA.white:hover {
  color: #fff;
}

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

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

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

.topFvMsgBannerLink {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50%;
  text-align: center;
  padding: 0.7em 0;
}
.topFvMsgBannerLink:not(:last-child) {
  border-right: 1px solid #fff;
}
.topFvMsgBannerLink i {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover .topFvMsgBannerLink i {
  opacity: 0.7;
}
.topFvMsgBannerLink:hover {
  background-color: rgb(100, 100, 100);
  color: #fff;
}
.topFvMsgBannerLink img {
  width: 25px;
}

.spFooterLink {
  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: 100%;
  position: fixed;
  bottom: 0;
  background-color: #000;
  z-index: 1005;
}

.InstaLink img {
  width: 30px;
}

/*==================================================
 * 当サイトのみ共通
 *================================================*/
body {
  font-size: 16px;
  color: #000000;
}

main {
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  main {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1366px) {
  main {
    padding-top: 0px;
  }
}
body.home main {
  padding-top: 0px;
}
@media only screen and (max-width: 1366px) {
  body.home main {
    padding-top: 0px;
  }
}

.submit-btn input,
.submit-btn button {
  margin-top: 4%;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.2em 4.9em;
  background: #231815;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.2em;
  font-weight: 100;
  cursor: pointer;
  width: auto;
}
.submit-btn input:hover,
.submit-btn button:hover {
  background: #3BB4B9;
}
@media only screen and (max-width: 959px) {
  .submit-btn input,
  .submit-btn button {
    font-size: 14px;
  }
}

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

.commonBtn {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  width: 400px;
  position: relative;
  text-align: center;
}
.commonBtn span {
  width: 400px;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  mix-blend-mode: multiply;
  display: inline-block;
  padding: 0.9em 0;
  position: relative;
  z-index: 9;
}
.commonBtn span::after, .commonBtn span::before {
  position: absolute;
  display: block;
  content: "";
  width: 400px;
  height: 100%;
}
.commonBtn span::before {
  border: solid 1px #000000;
  top: 0;
  left: 0;
}
.commonBtn span::after {
  background-color: #ffff66;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.commonBtn:hover {
  -webkit-box-shadow: 10px 7px 7px #919191;
          box-shadow: 10px 7px 7px #919191;
}
a:hover .commonBtn {
  -webkit-box-shadow: 10px 7px 7px #919191;
          box-shadow: 10px 7px 7px #919191;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    width: 250px;
  }
  .commonBtn span {
    font-size: 18px;
    width: 250px;
  }
  .commonBtn span::after, .commonBtn span::before {
    width: 250px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonBtn {
    width: 300px;
  }
  .commonBtn span {
    font-size: 20px;
    width: 300px;
  }
  .commonBtn span::after, .commonBtn span::before {
    width: 300px;
  }
}

.commonTitleEn {
  font-size: 100px;
  letter-spacing: 0.2em;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 2px #000000;
  font-family: "EB Garamond", serif;
  font-weight: 800;
}
.commonTitleEn.__large {
  font-size: clamp(79px, 7.3vw, 141px);
}
.commonTitleEn.__small {
  font-size: 69px;
}
.commonTitleEn.__number {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .commonTitleEn {
    font-size: 40px;
  }
  .commonTitleEn.__number {
    margin-left: 2px;
  }
  .commonTitleEn.__large {
    font-size: 60px;
  }
  .commonTitleEn.__small {
    font-size: 53px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonTitleEn {
    font-size: 75px;
  }
}

.commonTitleJp {
  font-size: clamp(23px, 1.5vw, 34px);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .commonTitleJp {
    font-size: 26px;
  }
  .commonTitleJp.__fsp {
    text-shadow: 1px 4px 6px #666565;
    font-size: 20px;
    line-height: 1.3;
  }
}

.commonHeadJp {
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .commonHeadJp {
    font-size: 30px;
  }
}

.commonSubTitleEn {
  white-space: nowrap;
  font-size: clamp(1px, 4.7vw, 90px);
  color: #231815;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  position: relative;
  z-index: 9;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .commonSubTitleEn {
    font-size: 30px;
  }
}
.commonSubTitleEn::first-letter {
  color: #3BB4B9;
}

.commonSubTitleJp {
  font-size: 34px;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
  font-weight: bold;
}
.commonSubTitleJp.__small {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .commonSubTitleJp {
    font-size: 25px;
  }
  .commonSubTitleJp.__small {
    font-size: 24px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonSubTitleJp.__small {
    font-size: 24px;
    margin-bottom: 10%;
  }
}

.title_Line {
  position: relative;
}
.title_Line::after {
  position: absolute;
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #3BB4B9;
}
@media only screen and (max-width: 767px) {
  .title_Line::after {
    bottom: -15px;
  }
}

.commonPory {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .commonPory {
    font-size: 16px;
  }
}

.commonText {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .commonText {
    font-size: 15px;
    line-height: 1.6;
  }
}

.titleWrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.titleWrap::after, .titleWrap::before {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #000000;
  top: 50%;
  -webkit-transform: translateY(-50);
          transform: translateY(-50);
}
.titleWrap::before {
  left: 10%;
}
.titleWrap::after {
  right: 10%;
}
@media only screen and (max-width: 767px) {
  .titleWrap::after, .titleWrap::before {
    width: 20px;
  }
  .titleWrap::before {
    left: 14%;
  }
  .titleWrap::after {
    right: 14%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .titleWrap::after, .titleWrap::before {
    width: 80px;
  }
  .titleWrap::before {
    left: 10%;
  }
  .titleWrap::after {
    right: 10%;
  }
}

.back_band {
  position: relative;
}
.back_band::after {
  position: absolute;
  display: block;
  content: "";
  width: 169px;
  height: 100%;
  background: #3BB4B9;
  z-index: -1;
}
.back_band.__right::after {
  top: 0;
  right: 0;
  height: calc(100% + 150px);
}
@media only screen and (max-width: 1366px) {
  .back_band::after {
    width: 90px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .back_band::after {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .back_band::after {
    width: 25px;
  }
}

.back_line {
  position: relative;
}
.back_line::after {
  position: absolute;
  content: "";
  display: block;
  top: 13px;
  left: 13px;
  width: 100%;
  height: 100%;
  background-image: url(.././img/pat_diag.gif);
  opacity: 0.7;
  background-repeat: repeat;
  background-size: 10px;
  z-index: -1;
}
.back_line.__top::after {
  top: -13px;
}
@media only screen and (max-width: 767px) {
  .back_line::after {
    background-size: 6px;
    top: 10px;
    left: 10px;
  }
}

.cntworks {
  max-width: 1725px;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  position: fixed;
  z-index: 1004;
  width: 100%;
  padding: 0px 4% 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}
.open header {
  z-index: 999;
}
@media only screen and (max-width: 1366px) {
  header {
    padding: 10px 1.5% 8px 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  header {
    padding: 10px 1.5% 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 30px 0;
    z-index: 1004;
  }
  .open header {
    z-index: 1004;
  }
}

.headerLogoBlock {
  position: absolute;
  left: 32px;
  top: 7px;
  z-index: 1003;
}
@media only screen and (max-width: 767px) {
  .headerLogoBlock {
    top: 9px;
    left: 17px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerLogoBlock {
    top: 13px;
    left: 10px;
  }
}

.menueSubBlock {
  display: none;
}
.open .menueSubBlock {
  display: block;
}

.logo,
.logo_white {
  width: 280px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 12px;
}
@media screen and (max-width: 1400px) {
  .logo,
  .logo_white {
    width: 220px;
  }
}
@media only screen and (max-width: 1366px) {
  .logo,
  .logo_white {
    width: 200px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 959px) {
  .logo,
  .logo_white {
    width: 180px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .logo,
  .logo_white {
    width: 180px;
    margin-left: 0;
    margin-top: 5px;
  }
}

.topFvlogoImg .logo_white {
  display: block;
}
.scroll-nav .topFvlogoImg .logo_white {
  display: none;
}
.topFvlogoImg .logo {
  display: none;
}
.scroll-nav .topFvlogoImg .logo {
  display: block;
}

.headerMenueCard_Main {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerMenueCard_Main > li {
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.headerMenueCard_Main > li > a {
  display: inline-block;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 0.8em 0;
}
.headerMenueCard_Main > li > a dl {
  text-align: center;
  display: block;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 10px 15px;
}
.headerMenueCard_Main > li > a dt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  font-family: "EB Garamond", serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #182885;
}
.headerMenueCard_Main > li > a dd {
  font-size: 16px;
  letter-spacing: 0.18em;
}
.headerMenueCard_Main > li > a:hover {
  opacity: 0.7;
}
.headerMenueCard_Main > li._close {
  display: none;
}
.open .headerMenueCard_Main {
  display: none;
}
@media screen and (max-width: 1210px) {
  .headerMenueCard_Main > li:nth-child(5), .headerMenueCard_Main > li:nth-child(6), .headerMenueCard_Main > li:nth-child(7) {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .headerMenueCard_Main {
    margin-right: 28px;
  }
  .headerMenueCard_Main > li > a {
    padding: 0.3em;
  }
  .headerMenueCard_Main > li > a dt {
    font-size: 13px;
  }
  .headerMenueCard_Main > li > a dd {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1366px) {
  .headerMenueCard_Main {
    margin-right: 45px;
  }
  .headerMenueCard_Main > li > a {
    padding: 0.3em;
  }
  .headerMenueCard_Main > li > a dt {
    font-size: 13px;
  }
  .headerMenueCard_Main > li > a dd {
    font-size: 13px;
  }
}

.overRayMenuUl {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.overRayMenuUl dd,
.overRayMenuUl dt {
  font-weight: bold;
  line-height: 1.4;
}
.overRayMenuUl > li {
  position: relative;
  padding: 2rem 3rem;
}
.overRayMenuUl > li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.overRayMenuUl > li a::before, .overRayMenuUl > li a::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  line-height: 1;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 100;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.overRayMenuUl > li a.hasMegaMenuA::before {
  content: "\f13a";
}
.overRayMenuUl > li a.hasMegaMenuA.on {
  padding-bottom: 5%;
}
.overRayMenuUl > li a.hasMegaMenuA.on::after {
  content: "\f139";
}
.overRayMenuUl > li a.hasMegaMenuA.on::before {
  opacity: 0;
}
.overRayMenuUl > li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .overRayMenuUl {
    margin-top: 30%;
    padding-bottom: 10px;
  }
  .overRayMenuUl > li {
    padding: 1.5rem 3rem;
  }
  .overRayMenuUl dd,
  .overRayMenuUl dt {
    font-size: 14px;
  }
}

.open .spContact {
  padding-left: 28px;
}
.open .spContact::before {
  position: absolute;
  content: "\f0e0";
  font-weight: 100;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  top: 50%;
  left: 0;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overRayBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #3BB4B9;
}

.overRayImgCard {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .overRayImgCard {
    width: 30%;
  }
}

.overRayTextCard {
  width: 30%;
  padding: 70px 20px;
  background-color: #3BB4B9;
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    padding: 150px 50px;
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayTextCard {
    width: 55%;
    padding: 70px 60px 70px 10px;
  }
}

.splist {
  display: none;
  width: 110%;
  margin-left: -5%;
  padding: 0 15%;
}
.splist > li {
  position: relative;
  padding: 0.6em 0;
}

.overRaySnsIcoUl {
  margin-top: 20px;
  margin-left: 3rem;
}
.overRaySnsIcoUl li {
  display: inline-block;
  margin-right: 0.5em;
}
.overRaySnsIcoUl li a i {
  font-size: 28px;
}

.BtnBlock {
  padding: 0 2em 0 1.3em;
}
.BtnBlock > li {
  width: 35px;
}
.BtnBlock > li:not(:first-child) {
  display: none;
}
.open .BtnBlock {
  margin-top: 20px;
}
.open .BtnBlock > li:not(:first-child) {
  display: block;
  margin-left: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .BtnBlock {
    padding: 0 2em 0 0.6em;
  }
  .BtnBlock > li:first-child {
    display: none;
  }
  .open .BtnBlock > li:first-child {
    display: block;
  }
}

a.head_btn.btn-flat {
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-image: url(../img/btn_mark_white.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 10px;
  background-size: 10%;
  font-size: 13px;
}
@media only screen and (max-width: 1366px) {
  a.head_btn.btn-flat {
    width: 128px;
    padding-top: 8px;
    padding-bottom: 10px;
    margin: 2px 5px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1367px) {
  a.head_btn.btn-flat {
    font-size: 15px;
  }
}
@media only screen and (max-width: 959px) {
  a.head_btn.btn-flat {
    width: 100px;
    display: none;
  }
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
header.scroll-nav .headerMenueCard_Main {
  color: #000;
}
header.scroll-nav a.head_btn.btn-flat {
  border: 1px solid #000;
  background-image: url(../img/btn_mark_black.svg);
}

/* ハンバーガーメニューでのコンタクトボタン */
a.contact_btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-image: url(../img/btn_mark_white.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  background-size: 20px;
  font-size: 13px;
  text-align: center;
}
.overRayMenuUl > li a.contact_btn {
  margin-bottom: -1em;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  padding: 1% 0 22px;
  background: #000000;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 0;
    padding: 1% 0 15%;
  }
}

@media only screen and (min-width: 1367px) {
  .footerInner {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 959px) {
  .footerInner {
    padding: 33px 0;
  }
}
@media only screen and (max-width: 1366px) {
  .footerInner {
    padding: 33px 0;
    width: 90%;
    margin: 0 auto;
  }
}

.footerNav_ul {
  width: 100%;
}
.footerNav_ul li {
  display: block;
  line-height: 3;
}
.footerNav_ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}
.footerNav_ul li a:hover {
  color: #3BB4B9;
}
@media only screen and (max-width: 767px) {
  .footerNav_ul li a {
    font-size: 14px;
  }
}
.footerNav_ul li.f_sub_list {
  margin-left: 10px;
}
.footerNav_ul li.f_sub_list::before {
  content: "－";
}
@media only screen and (max-width: 767px) {
  .footerNav_ul {
    width: 100%;
    margin-left: 0;
  }
  .footerNav_ul li {
    line-height: 3;
  }
}

.footerNav {
  width: 50%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .footerNav:nth-child(1) {
    width: 50%;
  }
  .footerNav:nth-child(2) {
    width: 50%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .footerNav:nth-child(1) {
    width: 50%;
  }
  .footerNav:nth-child(2) {
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .footerInfo {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footerInfo {
    margin-top: 0;
    margin-bottom: 0;
    width: 80%;
  }
}

.footerNavBlock {
  width: 66%;
}
@media only screen and (max-width: 767px) {
  .footerNavBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}
.spInfo {
  display: none;
  margin-top: 25px;
}
.open .spInfo {
  display: block;
  padding-left: 2rem;
}
.spInfo figure {
  width: 80%;
  margin: 20px auto;
}

.footerDetail {
  line-height: 2;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .footerDetail {
    margin-bottom: 9%;
    font-size: 14px;
  }
}

.footerContact {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .footerContact {
    width: 100%;
    margin-bottom: 5%;
  }
}

.footerContact > ul > li {
  max-width: 330px;
  width: 100%;
  margin: 10px;
  padding: 1.2em 1em;
  border: 1px solid #fff;
  border-radius: 0px;
  background-image: url(../img/btn_mark_white.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 24px;
  text-align: center;
  font-size: 20px;
}
.footerContact > ul > li:hover {
  background: #3BB4B9;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.footerContact > ul > li a.footerBtn {
  display: block;
}
@media only screen and (max-width: 767px) {
  .footerContact > ul > li {
    width: 100%;
    margin: 10px auto;
  }
}

.footer_logo {
  margin-bottom: 20px;
  padding-bottom: 26px;
  border-bottom: 1px solid #fff;
}
.footer_logo img {
  width: 350px;
  margin: 0 auto;
}

.footerCopy {
  margin: 60px auto 20px auto;
}

/*==================================================
 * トップページ
 *================================================*/
.loading {
  background: #333;
  /*heightとwidth、fixedによって画面固定+全画面表示できる*/
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  /*flexを使って上下左右中央配置する*/
  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;
}
.loading__fade {
  width: 15%;
  /*JqueryのfddeInでふわっと表示させたい為noneにする*/
  display: none;
}
@media only screen and (max-width: 767px) {
  .loading__fade {
    width: 40%;
  }
}

/*==================================================
 * pagenation*/
:root {
  --swiper-theme-color: #fff;
}

/* zoomup========================================*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sliderContainerWrap {
  opacity: 1;
}

/*==================================================
 * 矢印
 *================================================*/
/*==================================================
 * 下層section
 *================================================*/
/*header
*================================================*/
.topMv {
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/777;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 142, 208, 0.8)), to(rgba(59, 180, 185, 0.8))), center/cover url("../img/top_mv.jpg");
  background: linear-gradient(180deg, rgba(86, 142, 208, 0.8) 0%, rgba(59, 180, 185, 0.8) 100%), center/cover url("../img/top_mv.jpg");
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .topMv {
    height: 100dvh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 142, 208, 0.8)), to(rgba(59, 180, 185, 0.8))), center/cover url("../img/top_mv_sp.jpg");
    background: linear-gradient(180deg, rgba(86, 142, 208, 0.8) 0%, rgba(59, 180, 185, 0.8) 100%), center/cover url("../img/top_mv_sp.jpg");
    aspect-ratio: unset;
  }
}
.topMv__content {
  position: absolute;
  width: 100%;
  z-index: 9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.topMv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.5555555556vw;
  line-height: 1.25;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topMv__title {
    font-size: 12.2666666667vw;
  }
}
.topMv__sub {
  display: block;
  font-size: 1.6666666667vw;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .topMv__sub {
    font-size: 5.3333333333vw;
  }
}
.topMv__img {
  width: 36.7041666667vw;
  margin: 25px auto;
}
@media only screen and (max-width: 767px) {
  .topMv__img {
    width: 85.6933333333vw;
  }
}

/*==================================================
 * top
 *================================================*/
section.Top_reason {
  padding-bottom: 100px;
  background-image: url("../img/reason_bg.jpg");
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  section.Top_reason {
    background-position: right 38%;
    background-size: 56% auto;
  }
}
@media only screen and (max-width: 1366px) {
  section.Top_reason {
    background-position: right 10%;
    background-size: 53% auto;
  }
}
@media only screen and (max-width: 959px) {
  section.Top_reason {
    background-position: right 0%;
    background-size: 64% auto;
  }
}
@media only screen and (max-width: 767px) {
  section.Top_reason {
    background-position: right 10%;
    background-size: 79% auto;
  }
}
section.Top_reason--voice {
  background-image: url("../img/voice_bg.jpg");
}
section.Top_reason--company {
  background-image: none;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  section.Top_reason--company {
    padding-top: 0;
  }
}

.topReasonWrap {
  margin: 0 auto;
  padding: 0px 0 30px 0%;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .topReasonWrap {
    padding: 0px 0 30px 14%;
  }
}
@media only screen and (max-width: 959px) {
  .topReasonWrap {
    padding: 0px 0 30px 0%;
  }
}
.topReasonWrap figure.reason_img_pc {
  position: absolute;
  bottom: 0;
  right: 3%;
  max-width: 590px;
  width: 80%;
}
@media only screen and (max-width: 959px) {
  .topReasonWrap figure.reason_img_pc {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .topReasonWrap figure.reason_img_pc {
    left: 56%;
    width: clamp(423px, 21%, 590px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1150px) {
  .topReasonWrap figure.reason_img_pc {
    bottom: -8%;
  }
}
.topReasonWrap figure.reason_img_pc--company {
  bottom: unset;
  top: -55px;
}
@media screen and (min-width: 960px) and (max-width: 1150px) {
  .topReasonWrap figure.reason_img_pc--company {
    bottom: -8%;
    top: unset;
  }
}
.topReasonWrap figure.reason_img_sp {
  width: 88%;
  margin: 10px auto;
}
@media screen and (min-width: 960px) {
  .topReasonWrap figure.reason_img_sp {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .topReasonWrap .h2_ttl_big {
    width: 90%;
    margin-left: 5%;
  }
}

.reason_comment {
  background: #fff;
  max-width: 777px;
  width: 70%;
  padding: 30px 70px 30px 30px;
  border-left: 1px solid #000;
}
.reason_comment--voice {
  background: #f8f8f8;
}
.reason_comment h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(30px, 2.2vw, 36px);
  margin-bottom: 30px;
  font-weight: 500;
}
.reason_comment h3 span {
  background-color: #3BB4B9;
  color: #fff;
  font-size: clamp(35px, 2.6vw, 48px);
  padding: 5px;
}
.reason_comment p {
  letter-spacing: 0.1em;
  font-size: clamp(16px, 1.1vw, 18px);
}
.reason_comment p + p {
  margin-top: 40px;
}
@media only screen and (max-width: 1366px) {
  .reason_comment {
    width: clamp(500px, 49%, 777px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1150px) {
  .reason_comment {
    width: clamp(725px, 49%, 777px);
  }
}
@media only screen and (max-width: 767px) {
  .reason_comment h3 {
    font-size: 23px;
  }
  .reason_comment h3 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 959px) {
  .reason_comment {
    width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .reason_comment {
    padding: 15px 15px 44px 15px;
    width: 90%;
    margin: 48% auto 0;
  }
  .reason_comment--company {
    margin: 0 auto;
  }
}

.Top_Works {
  padding: 50px 0;
}

.topWorksWrap {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .topWorksWrap {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.topWorksWrap::after {
  content: "";
  display: block;
  width: 32%; /*最終行左寄せのためのもの.Works_areaの幅と合わせる*/
}
@media only screen and (max-width: 959px) {
  .topWorksWrap::after {
    width: 45%;
  }
}

.Works_area {
  width: 32%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 959px) {
  .Works_area {
    width: 45%;
    margin-bottom: 20px;
  }
}
.Works_area figure img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 34/23;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.Works_area .Works_ttl {
  margin: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 959px) {
  .Works_area .Works_ttl {
    margin: 15px;
    font-size: clamp(14px, 3vw, 18px);
  }
}
.Works_area .column_date {
  margin-left: 30px;
}
@media only screen and (max-width: 959px) {
  .Works_area .column_date {
    margin-left: 15px;
  }
}
.Works_area .Works_detail {
  margin: 30px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
@media only screen and (max-width: 959px) {
  .Works_area .Works_detail {
    margin: 15px;
    font-size: clamp(14px, 3vw, 18px);
  }
}
.Works_area .Works_map {
  margin: 30px;
}
@media only screen and (max-width: 959px) {
  .Works_area .Works_map {
    margin: 15px;
    font-size: clamp(14px, 3vw, 16px);
  }
}
@media only screen and (max-width: 767px) {
  .Works_area .Works_map {
    margin: 15px 15px 5em 15px;
  }
}

.bnr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 30px 4%;
}
@media only screen and (max-width: 767px) {
  .bnr_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
  }
}
.bnr_area .big_bnr {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.bnr_area .small_bnr {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media only screen and (max-width: 767px) {
  .bnr_area .small_bnr {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.topFlow {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .topFlow {
    padding: 24px 0 80px;
  }
}

.topFlowWrap {
  margin: 50px auto 0;
}
@media only screen and (max-width: 959px) {
  .topFlowWrap {
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .topFlowWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0 0 0;
  }
}
.topFlowWrap .btn_center {
  margin-bottom: 0;
}

.topFlow_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topFlow_ttl .Flow_no {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background-color: #3BB4B9;
  font-size: clamp(30px, 1vw, 36px);
  margin: 24px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .topFlow_ttl .Flow_no {
    margin: 15px 15px 15px 0;
  }
}
.topFlow_ttl .Flow_ttl {
  font-size: clamp(19px, 1.2vw, 35px);
  font-family: "Noto Serif JP", serif;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .topFlow_ttl .Flow_ttl {
    width: 80%;
    letter-spacing: -0.05em;
  }
}
.topFlow_ttl .Flow_no span {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.topFlow_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 51px;
}

.Flow_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 2.5em;
  background: currentColor;
}
.Flow_arrow::before {
  content: "";
  width: 0.65em;
  /* height: 0.65em; */
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .Flow_arrow {
    margin-left: 31px;
  }
}

.Flow_txt {
  width: 74%;
  margin-left: 12%;
  font-size: 15px;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  .Flow_txt {
    width: 100%;
    margin-left: 10%;
    margin-top: -10px;
    letter-spacing: -0.03em;
  }
}

.topColumn {
  padding: 50px 0;
}
.topColumn .btn_white {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .topColumn .btn_white {
    width: 100%;
  }
}

.topServiceCard {
  padding: 59px 0 137px;
  position: relative;
}
.topServiceCard::after {
  right: 0;
  top: 0;
}
@media only screen and (min-width: 1367px) {
  .topServiceCard::after {
    right: 179px;
  }
}
@media only screen and (max-width: 767px) {
  .topServiceCard {
    padding: 59px 0 23%;
  }
}

.topServiceTitle {
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .topServiceTitle {
    font-size: 25px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topServiceTitle {
    font-size: 32px;
  }
}

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

.topServiceTextBlock {
  width: 35%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topServiceTextBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topServiceTextBlock {
    margin-right: 3%;
    width: 32%;
  }
}

.topServiceImg {
  position: relative;
  margin-top: -153px;
  padding-bottom: 59%;
  margin-left: -12%;
}
.topServiceImg::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
a:hover .topServiceImg::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .topServiceImg {
    margin-top: -50px;
    margin-bottom: 5%;
    padding-bottom: 53%;
    margin-left: 0%;
  }
}

.topServiceWrap {
  padding: 3.8em 1em 1em 2em;
  border: solid 1px #000000;
  background: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topServiceWrap.reaWrap {
  padding: 0.5em 1em 1em 2em;
}
@media only screen and (max-width: 959px) {
  .topServiceWrap {
    padding: 5em 0.5em 2.3em 1em;
  }
  .topServiceWrap.reaWrap {
    padding: 0.5em 1em 2em;
  }
}
@media only screen and (max-width: 1366px) {
  .topServiceWrap {
    padding: 3.8em 1em 2em 2em;
  }
}

.topServiceList {
  margin-right: auto;
  margin-left: auto;
  padding-top: 124px;
  max-width: 1220px;
}
.topServiceList.__realList > li:not(:last-child) {
  margin-bottom: 15%;
}
.topServiceList > li:not(:last-child) {
  margin-bottom: 13%;
}
@media only screen and (max-width: 767px) {
  .topServiceList {
    padding-top: 30px;
  }
  .topServiceList > li:not(:last-child) {
    margin-bottom: 25%;
  }
  .topServiceList.__realList > li:not(:last-child) {
    margin-bottom: 27%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topServiceList {
    padding-top: 50px;
  }
  .topServiceList > li:not(:last-child) {
    margin-bottom: 20%;
  }
  .topServiceList.__realList > li:not(:last-child) {
    margin-bottom: 23%;
  }
}
@media only screen and (max-width: 1366px) {
  .topServiceList {
    padding-top: 60px;
  }
  .topServiceList > li:not(:last-child) {
    margin-bottom: 20%;
  }
}

.topServiceText {
  font-size: 34px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 2px 2px 2px #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .topServiceText {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topServiceText {
    font-size: 28px;
    line-height: 1.5;
  }
}

.topServiceNm {
  position: absolute;
  top: -59px;
  left: 17px;
  font-size: 123px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  color: #3BB4B9;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .topServiceNm {
    top: -40px;
    font-size: 90px;
    left: 0;
  }
}

.topServiceComment {
  font-size: 15px;
  margin-bottom: 51px;
}
@media only screen and (max-width: 959px) {
  .topServiceComment {
    margin-bottom: 15px;
  }
}

.topContactCard > a {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  display: block;
  padding: 6em 0;
  background: #3BB4B9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topContactCard > a:hover {
  -webkit-box-shadow: 10px 7px 7px #919191;
          box-shadow: 10px 7px 7px #919191;
}
@media only screen and (max-width: 767px) {
  .topContactCard > a {
    padding: 2em 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topContactCard > a {
    padding: 4em 0;
  }
}

.topContactText {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .topContactText {
    font-size: 20px;
    line-height: 1.4;
  }
}

.topContactIcon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #000000;
  margin-right: 6em;
  position: relative;
}
.topContactIcon::after {
  position: absolute;
  content: "\f0e0";
  font-weight: 400;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .topContactIcon {
    width: 25px;
    height: 25px;
    margin-right: 7spx;
    letter-spacing: 0.1em;
  }
  .topContactIcon::after {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topContactIcon {
    margin-right: 2em;
  }
}

.topAboutCard {
  padding: 194px 0;
}
.topAboutCard::after {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .topAboutCard {
    padding: 25% 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutCard {
    padding: 15% 0;
  }
}
@media only screen and (max-width: 1366px) {
  .topAboutCard {
    padding: 15% 0;
  }
}

.topAboutImg {
  padding-bottom: clamp(10px, 48%, 919px);
}
@media only screen and (max-width: 767px) {
  .topAboutImg {
    padding-bottom: 72%;
    position: relative;
  }
  .topAboutImg::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutImg {
    margin-bottom: 5%;
  }
}

.topAboutTitleWrap {
  position: absolute;
  top: 5%;
  left: 9%;
}
@media only screen and (max-width: 767px) {
  .topAboutTitleWrap {
    top: 28%;
    z-index: 9;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutTitleWrap {
    top: 9%;
  }
}

.topAboutBlock {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .topAboutBlock {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutBlock {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 1366px) {
  .topAboutBlock {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.topAboutTitleCard {
  width: 35%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .topAboutTitleCard {
    width: 100%;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutTitleCard {
    width: 42%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1366px) {
  .topAboutTitleCard {
    width: 42%;
    margin-right: 2%;
  }
}

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

.topAboutTitle {
  font-size: clamp(27px, 2.7vw, 50px);
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-shadow: 2px 2px 2px #fff;
}
@media only screen and (max-width: 767px) {
  .topAboutTitle {
    font-size: 24px;
  }
}

.topAboutText {
  font-size: 22px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .topAboutText {
    font-size: 16px;
    line-height: 1.9;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAboutText {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media only screen and (max-width: 1366px) {
  .topAboutText {
    font-size: 20px;
    line-height: 1.9;
  }
}

.contactTextWrap {
  position: relative;
  padding: 45px 0 90px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contactTextWrap {
    padding: 48px 0;
  }
}

.contactImg {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactImg::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
a:hover .contactImg::after {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .contactImg {
    background-position: center left 73%;
  }
}

/*==================================================
 * commonFv
 *================================================*/
.commonTextWrap {
  padding: clamp(59px, 10.6%, 203px);
}
@media only screen and (max-width: 767px) {
  .commonTextWrap {
    padding-top: clamp(90px, 10.6%, 203px);
    padding-bottom: clamp(90px, 10.6%, 203px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.breadcrumbBlock {
  background-color: #3BB4B9;
}

#breadcrumbs {
  padding: 0.9em 1em 0.9em 7.2em;
  color: #fff;
}
#breadcrumbs span {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
}
#breadcrumbs span:not(:last-child):hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #breadcrumbs {
    padding: 0.9em 1em 0.9em 0;
  }
  #breadcrumbs span {
    font-size: 14px;
  }
}

.title_band {
  position: relative;
  margin-bottom: 18px;
}
.title_band::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: -5px;
  background: #3BB4B9;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .title_band {
    margin-bottom: 15px;
  }
  .title_band::after {
    height: 30px;
    bottom: 0;
  }
}

/*==================================================
 * realestate
 *================================================*/
.realesList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
  -webkit-column-gap: 175px;
          column-gap: 175px;
  -moz-column-gap: 175px;
  row-gap: 90px;
}
@media only screen and (max-width: 767px) {
  .realesList {
    display: block;
  }
  .realesList > li:not(:last-child) {
    margin-bottom: 15%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .realesList {
    -moz-column-gap: 175px;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

.realesInfoImg {
  padding-bottom: 70%;
}

.realesInfoTitle span {
  font-size: 34px;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .realesInfoTitle span {
    font-size: 23px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .realesInfoTitle span {
    font-size: 28px;
  }
}

.realesInfoText {
  font-size: 22px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .realesInfoText {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .realesInfoText {
    font-size: 17px;
    line-height: 1.4;
  }
}

.worksImg {
  padding-top: clamp(1px, 10%, 167.5px);
  padding-bottom: clamp(1px, 10%, 167.5px);
}
@media only screen and (max-width: 767px) {
  .worksImg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.reaAddText {
  font-size: 15px;
}
@media only screen and (max-width: 959px) {
  .reaAddText {
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .reaCate {
    margin-bottom: 5%;
  }
}

.reaCateText {
  margin-left: -32px;
  letter-spacing: 0.2em;
  padding: 0.6em 1.1em;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background-color: #000;
}
.__worksCate .reaCateText {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .reaCateText {
    font-size: 15px;
    padding: 0.4em 1.1em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .__worksCate .reaCateText {
    margin-bottom: 4%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worksTitleBlock {
    margin-bottom: 8%;
  }
}

.realImg {
  position: relative;
  margin-top: -100px;
  padding-bottom: 59%;
  margin-left: -12%;
}
.realImg::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
a:hover .realImg::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .realImg {
    margin-top: -50px;
    margin-bottom: 3%;
    padding-bottom: 53%;
    margin-left: 0%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .realImg {
    padding-bottom: 72%;
    margin-left: 0%;
  }
}

.contactText {
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .contactText {
    font-size: 16px;
  }
}

/*==================================================
 * works
 *================================================*/
.worksTitle {
  font-size: 37px;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .worksTitle {
    font-size: 28px;
    margin-bottom: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .worksTitle {
    font-size: 30px;
  }
}

.worksAdress {
  font-size: 20px;
  line-height: 1.8;
}
.worksAdress i {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .worksAdress {
    font-size: 18px;
  }
}

.reaworksImg {
  padding-bottom: 66%;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .reaworksImg {
    padding-bottom: 67%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .reaworksImg {
    padding-bottom: 67%;
  }
}

.worksList > li {
  width: 52%;
}
.worksList > li:nth-child(odd) {
  margin-left: auto;
}
.worksList > li:not(:last-child) {
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .worksList > li {
    width: 100%;
  }
  .worksList > li:not(:last-child) {
    margin-bottom: 10%;
  }
}

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

.swiperCafe .swiper_thumbnail .swiper-slide {
  padding-right: 6px;
  padding-left: 6px;
  cursor: pointer;
  -webkit-transition: 0.3;
  transition: 0.3;
}
.swiperCafe .swiper_thumbnail .swiper-slide:first-child {
  padding-left: 0;
}
.swiperCafe .swiper_thumbnail .swiper-slide:last-child {
  padding-right: 0;
}
.swiperCafe .swiper_thumbnail .swiper-slide:hover {
  opacity: 0.7;
}

.cafeText {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .cafeText {
    font-size: 16px;
    line-height: 2;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cafeText {
    font-size: 18px;
  }
}

/*==================================================
 * culture
 *================================================*/
.commonpdding-top {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  .commonpadding-right {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonpadding-right {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1366px) {
  .commonpadding-right {
    padding-right: 9%;
  }
}
@media only screen and (min-width: 1367px) {
  .commonpadding-right {
    padding-right: 9%;
  }
}

.cultureImg {
  padding-bottom: 65%;
}

.cultureText {
  font-size: clamp(18px, 1.8vw, 30px);
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .cultureText {
    font-size: 16px;
    line-height: 1.7;
  }
}

.snsList {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
  -webkit-column-gap: 90px;
          column-gap: 90px;
}
@media only screen and (max-width: 767px) {
  .snsList {
    width: 55%;
    -moz-column-gap: 50px;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .snsList {
    width: 55%;
    -moz-column-gap: 50px;
    -webkit-column-gap: 45px;
            column-gap: 45px;
  }
}

.cultureTable {
  width: 100%;
}
.cultureTable dl {
  padding: 1em 0;
  border-bottom: solid 1px #b1b1b1;
}
.cultureTable dt,
.cultureTable dd {
  font-size: 17px;
}
.cultureTable dt {
  width: 14%;
  font-weight: bold;
}
.cultureTable dd {
  width: 86%;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .cultureTable dl {
    display: block;
  }
  .cultureTable dt,
  .cultureTable dd {
    font-size: 15px;
    line-height: 1.4;
    width: 100%;
  }
  .cultureTable dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cultureTable dt {
    width: 20%;
  }
  .cultureTable dd {
    width: 80%;
  }
}

/*==================================================
 * immiguration
 *================================================*/
.immflowCard {
  padding-bottom: 82px;
}

.immImg {
  padding-bottom: 65%;
}

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

.immflowCard {
  background-color: #f0f0f0;
  position: relative;
  z-index: 0;
}

.immflowblock {
  counter-reset: number 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.immflowinfoText {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .immflowinfoText {
    font-size: 15px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .immflowinfoText {
    font-size: 18px;
    line-height: 2.5;
  }
}

.immstapText {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .immstapText {
    font-size: 10px;
  }
}

.immNmText {
  position: relative;
}
.immNmText::after {
  position: absolute;
  display: block;
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 22px;
  line-height: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .immNmText::after {
    font-size: 16px;
  }
}

.immflowNmBlock {
  width: 6%;
  margin-right: 5%;
  margin-bottom: 10spx;
}
@media only screen and (max-width: 767px) {
  .immflowNmBlock {
    margin-right: 6%;
  }
}

.immflowinfoBlock {
  width: 89%;
}

.immflowInfoCard {
  position: relative;
}
.immflowInfoCard:not(:last-child) {
  padding-bottom: 20px;
}
.immflowInfoCard::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  background: #000;
  height: 100%;
  top: 17px;
  left: 18px;
  z-index: -1;
}
.immflowInfoCard:last-child::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .immflowInfoCard:not(:last-child) {
    padding-bottom: 8px;
  }
  .immflowInfoCard::after {
    left: 16px;
  }
}

.immflowNmWrap {
  position: relative;
  display: inline-block;
}
.immflowNmWrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #000;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .immflowNmWrap::after {
    top: -11px;
    width: 40px;
    height: 40px;
  }
}

.immContactBlock {
  max-width: 1200px;
  background: #fff;
  padding: 3em 2em;
}
@media only screen and (max-width: 767px) {
  .immContactBlock {
    padding: 1.5em 2em;
  }
}

.immContactText {
  font-size: 27px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .immContactText {
    font-size: 18px;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .immContactText {
    font-size: 22px;
    margin-bottom: 5%;
  }
}

/*==================================================
 * abroad
 *================================================*/
.abroadCade {
  padding-bottom: 9%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .abroadCade {
    padding-bottom: 0;
  }
}

.abroadImg {
  margin-top: -9%;
  padding-bottom: 65%;
  margin-right: -20%;
  margin-left: -2%;
}
@media only screen and (max-width: 767px) {
  .abroadImg {
    margin-bottom: 10%;
  }
}

.abroadText {
  font-size: 22px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .abroadText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .abroadText {
    font-size: 18px;
  }
}

.abroadSupTitle {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 2;
  white-space: nowrap;
  position: relative;
  text-shadow: 1px 4px 6px #fff;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 959px) {
  .abroadSupTitle {
    font-size: 24px;
    margin-bottom: 5%;
  }
}

.abroadSupCard {
  padding-bottom: 5%;
}

.abroadSupText {
  font-size: 24px;
  line-height: 2;
  text-shadow: 1px 4px 6px #fff;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 959px) {
  .abroadSupText {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .abroadSupText {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8%;
  }
}

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

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

.abroadPtnList {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
}
.abroadPtnList > li {
  font-size: 22px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .abroadPtnList {
    width: 100%;
  }
  .abroadPtnList > li {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .abroadPtnList {
    width: 100%;
    margin-top: 5%;
  }
  .abroadPtnList > li {
    font-size: 18px;
    line-height: 2;
  }
}

/*==================================================
 * company
 *================================================*/
.companyTable table {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Serif JP", serif;
}
.companyTable table th,
.companyTable table td {
  font-size: 20px;
  padding: 0.7em 1em;
}
.companyTable table th {
  width: 25%;
  text-align: left;
  border-bottom: solid 3px #231815;
}
.companyTable table td {
  width: 75%;
  border-bottom: solid 1px #231815;
}
@media only screen and (max-width: 767px) {
  .companyTable table {
    width: 100%;
  }
  .companyTable table th,
  .companyTable table td {
    font-size: 14px;
    padding: 0.4em 0;
  }
  .companyTable table th {
    width: 30%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyTable table {
    width: 100%;
  }
  .companyTable table th,
  .companyTable table td {
    font-size: 17px;
    padding: 0.5em 0;
  }
  .companyTable table th {
    width: 25%;
  }
}
@media only screen and (max-width: 1366px) {
  .companyTable table {
    width: 90%;
  }
}

.ceoImg {
  margin-top: -9%;
  padding-bottom: 96%;
  width: 80%;
}

.companyMesImgBlock {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .companyMesImgBlock {
    width: 100%;
    margin-bottom: 5%;
  }
}

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

.companyTextWrap {
  position: relative;
  width: 1200px;
}
.companyTextWrap dt,
.companyTextWrap dd {
  font-size: 30px;
  line-height: 2.3;
  font-weight: bold;
  text-shadow: 1px 1px 3px #fff;
  z-index: 1;
}
.companyTextWrap dt {
  width: 7.5%;
}
@media only screen and (max-width: 767px) {
  .companyTextWrap {
    width: 100%;
  }
  .companyTextWrap dt,
  .companyTextWrap dd {
    font-size: 16px;
    line-height: 2;
  }
  .companyTextWrap dt {
    width: 4.5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyTextWrap {
    width: 780px;
  }
  .companyTextWrap dt,
  .companyTextWrap dd {
    font-size: 18px;
    line-height: 2;
  }
  .companyTextWrap dt {
    width: 7.5%;
  }
}
@media only screen and (max-width: 1366px) {
  .companyTextWrap {
    width: 960px;
  }
  .companyTextWrap dt,
  .companyTextWrap dd {
    font-size: 25px;
    line-height: 2;
  }
}

.companyMesBlock {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Serif JP", serif;
}

.companyMesText {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .companyMesText {
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .companyMesText {
    font-size: 18px;
  }
}

.companyMesCeo {
  font-size: 24px;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .companyMesCeo {
    font-size: 20px;
  }
}

.singImg {
  margin-left: 0;
}

/*==================================================
 * reason
 *================================================*/
section.reason_ttl_wrap {
  background-image: url("../img/reason-ttl-bg.jpg");
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.reason_01 {
  padding: 100px 0;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .reason_01 {
    padding: 50px 0;
  }
}
.reason_01 p {
  font-size: clamp(18px, 5.9vw, 30px);
}
@media only screen and (max-width: 767px) {
  .reason_01 p {
    font-size: clamp(16px, 2vw, 30px);
  }
}
.reason_01 .reason_01_catch {
  font-size: clamp(25px, 6.7vw, 50px);
}

.reason_list li {
  margin-bottom: 130px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .reason_list li {
    margin-bottom: 14.666vw;
  }
}
.reason_list li:after {
  content: "";
  width: 500px;
  height: 300px;
  background: #f8f8f8;
  position: absolute;
  top: 290px;
  left: 100px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .reason_list li:after {
    width: 66.666vw;
    height: 56vw;
    top: 0;
    left: auto;
    right: -5.3333vw;
  }
}
.reason_list li .row {
  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) {
  .reason_list li .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reason_list li .txt {
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .reason_list li .txt {
    width: 100%;
  }
}
.reason_list li .txt p {
  line-height: 2.4;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .reason_list li .txt p {
    line-height: 2;
    margin-bottom: 8vw;
  }
}
.reason_list li .img {
  width: 340px;
  margin-top: -130px;
}
@media only screen and (max-width: 767px) {
  .reason_list li .img {
    margin-top: 0;
    width: 100%;
  }
}
.reason_list li .img img {
  width: 100%;
}

.reason_list_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  margin-bottom: 60px;
  border-bottom: 2px solid #3BB4B9;
}
@media only screen and (max-width: 767px) {
  .reason_list_ttl {
    font-size: 5.33333vw;
    line-height: 1.2;
    margin-bottom: 9.33333vw;
  }
}
.reason_list_ttl .reason_list_ttl_sub {
  font-family: "EB Garamond", serif;
  display: block;
}
.reason_list_ttl .reason_list_ttl_sub::first-letter {
  color: #3BB4B9;
}
.reason_list_ttl .num {
  font-family: "EB Garamond", serif;
  font-size: 140px;
  display: block;
  margin-top: -25px;
  margin-bottom: clamp(5px, 5%, 50px);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .reason_list_ttl .num {
    font-size: 80px;
    line-height: 1.5;
  }
}

/*-------------
    コンタクト

---------------*/
/* secReserveTop */
.secReserveTop {
  margin-top: 31px;
  font-family: "Noto Serif JP", serif;
}

.secReserveTop .recoBox {
  height: 100px;
  border: solid 1px #be0000;
  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;
}

.secReserveTop .recoBox .recoTit {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 1px;
  color: #be0000;
}

.secReserveTop .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.page-id-8 .secReserveTop .list {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.secReserveTop .list .item {
  width: 335px;
  padding: 50px 0px 44px;
  text-align: center;
  background: #f7f5f4;
}
.page-id-8 .secReserveTop .list .item {
  background: none;
}

.secReserveTop .list .item .imgbox {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.page-id-8 .secReserveTop .list .item .imgbox {
  border: 4px solid #3BB4B9;
}

.secReserveTop .list .item .imgbox img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.secReserveTop .list .item .tit {
  font-size: 18px;
  line-height: 32px;
  padding-top: 19px;
}

@media only screen and (max-width: 767px) {
  .secReserve {
    padding-bottom: 31px;
  }
  /* secReserveTop */
  .secReserveTop {
    margin-top: 9px;
  }
  .secReserveTop .recoBox {
    height: 80px;
  }
  .secReserveTop .recoBox .recoTit {
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: 0px;
    text-align: center;
  }
  .secReserveTop .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
  .secReserveTop .list .item {
    width: 49.278%;
    padding: 22px 0px 27px;
    text-align: center;
    background: #f7f5f4;
  }
  .secReserveTop .list .item:nth-child(n+3) {
    margin-top: 5px;
  }
  .secReserveTop .list .item .imgbox {
    width: 58.83%;
    height: 0;
    padding-top: 58.83%;
  }
  .secReserveTop .list .item .tit {
    font-size: 11px;
    line-height: 1.72;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 350px) {
  .secReserveTop .list .item .tit {
    font-size: 10px;
  }
}
/*-------------

    クリニック提案事例

---------------*/
.swiper_thumbnail img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/****************************************

        新着情報共通

*****************************************/
#NewsHeadBt ul {
  width: 80%;
  margin: 6em auto 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
}

#NewsHeadBt ul li {
  margin: 0 15px 0;
}

#NewsHeadBt ul li.navNomal a {
  width: 250px;
  color: #231815;
  border: solid 1px #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 180%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  display: block;
  text-align: center;
}
#NewsHeadBt ul li.navNomal a:hover {
  background: #231815;
  border: solid 1px #231815;
  color: #fff;
}

#NewsHeadBt ul li.current a {
  background: #231815;
  border: solid 1px #231815;
  color: #fff;
}

#NewsHeadBt_SP {
  display: none;
}

#NewsArchiveBt {
  width: 70%;
  margin: 1em auto 0em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#NewsArchiveBt .Title {
  color: #036fb8;
  font-weight: bold;
  font-size: max(0.833vw, 16px);
  display: inline-block;
  text-align: right;
}

#NewsArchiveBt .Form {
  width: 180px;
  text-align: right;
}

#NewsArchiveBt .Form .s-btn {
  padding: 0.5em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffd610;
}

#NewsArchiveBt .Form select {
  border: 0;
  padding: 8px 20px;
  border: solid 1px #eee;
  margin: 0 0 0px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: max(0.833vw, 16px);
}

/* =TB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1025px) {
  #NewsHeadBt ul {
    margin: 3em auto 2em;
  }
  #NewsArchiveBt {
    width: 80%;
  }
}
/* =TB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  #NewsHeadBt {
    display: none;
  }
  #NewsHeadBt_SP {
    display: block;
    margin: 2em auto 2em;
  }
  #NewsHeadBt_SP .nav {
    overflow-x: auto;
    font-family: "Noto Serif JP", serif;
  }
  #NewsHeadBt_SP .nav::-webkit-scrollbar {
    display: none;
  }
  #NewsHeadBt_SP .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px;
    width: 100%;
    font-size: max(0.833vw, 20px);
  }
  #NewsHeadBt_SP .nav ul > li.navNomal {
    white-space: nowrap;
    padding: 0 8px;
  }
  #NewsHeadBt_SP .nav ul > li.navNomal a {
    background: #fff;
    border: solid 1px #231815;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 180%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: bold;
    color: #231815;
  }
  #NewsHeadBt_SP .nav ul > li.navNomal a:hover {
    background: #231815;
    border: solid 1px #231815;
    color: #fff;
  }
  #NewsHeadBt_SP .nav ul > li.current a {
    background: #231815;
    border: solid 1px #231815;
    color: #fff;
  }
  #NewsArchiveBt {
    width: 90%;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
/****************************************

        新着情報

*****************************************/
#News ul.List {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1em auto 10px auto;
}

#News ul.List li {
  width: 100%;
  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;
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

#News ul.List li figure {
  position: relative;
  width: 17%;
  padding-top: 15%;
  margin: 0;
}

#News ul.List li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: left;
}

#News ul.List li .Item {
  width: 80%;
}

#News ul.List li .Item h2 {
  font-size: max(0.938vw, 18px);
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: solid 1px #595757;
  margin-bottom: 1em;
}

#News ul.List li .Item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}

#News ul.List li .Item dl dt {
  width: 100px;
}

#News ul.List li .Item dl dd {
  border: solid 1px #8ec31f;
  padding: 1px 3px;
  font-size: max(0.625vw, 12px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
  width: 100px;
  font-weight: bold;
}

#News ul.List li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#News ul.List li a:hover {
  background: #000000;
  opacity: 0.2;
}

#News ul.List li .icon {
  width: 12%;
  margin-right: 10px;
  border: solid 2px #1475aa;
  padding: 1px 0 1px 0;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  color: #1475aa;
  font-weight: bold;
}

#News ul.List li .Date {
  width: 12%;
  display: inline-block;
}

#News ul.List li.Title {
  width: 70%;
  display: inline-block;
}

/* =PCノート
-----------------------------------------------------------------------------*/
/* =TB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1025px) {
  #News ul.List {
    width: 80%;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  #News ul.List {
    width: 90%;
  }
  #News ul.List li figure {
    position: relative;
    width: 17%;
    padding-top: 18%;
    margin: 0;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  #News ul.List li {
    margin-bottom: 1em;
  }
  #News ul.List li figure {
    width: 100%;
    padding-top: 55%;
    margin-bottom: 1em;
  }
  #News ul.List li .Item {
    width: 100%;
  }
}
/****************************************

        新着情報single

*****************************************/
#News_s .News_s_Nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#News_s .News_s_Box {
  width: 70%;
  padding: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #cccccc;
  margin: 1em auto 3em;
}

#News_s .News_s_Box .Date {
  font-size: max(0.625vw, 12px);
  color: #00873b !important;
  font-weight: bold;
  display: block;
  margin-bottom: 2em;
}

#News_s .News_s_Box h3 {
  border-bottom: solid 1px #000;
  position: relative;
  font-size: max(1.302vw, 25px);
  margin-bottom: 2em;
  font-weight: bold;
  padding-bottom: 5px;
}

#News_s .News_s_Box h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #00873b;
  bottom: -1px;
  width: 20%;
}

/* =TB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 1025px) {
  #News_s .News_s_Box {
    width: 80%;
    margin: 1em auto 3em auto;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  #News_s .News_s_Box {
    width: 90%;
    margin: 1em auto;
  }
}
/* =MB
-----------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  #News_s .News_s_Box {
    padding: 1em;
  }
  #News_s .News_s_Box .Date {
    margin-bottom: 1em;
  }
  #News_s .News_s_Box h3 {
    margin-bottom: 1em;
    font-size: max(1.302vw, 20px);
  }
}
/****************************************

        FLOW

*****************************************/
.flow_ttl_wrap {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(rgb(35, 24, 21)), color-stop(18%, rgb(35, 24, 21)), color-stop(19%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(35, 24, 21) 0%, rgb(35, 24, 21) 18%, rgb(255, 255, 255) 19%, rgb(255, 255, 255) 100%);
}
.flow_ttl_wrap.cntWide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow_ttl_left {
  width: 770px;
}

@media screen and (max-width: 1700px) {
  .flow_ttl_left {
    width: 570px;
  }
}
.flow_ttl_right {
  z-index: 999;
  padding: 3em 0;
}
.flow_ttl_right ul > li {
  font-size: 1.8em;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow_ttl_right ul > li a:hover {
  color: #3BB4B9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flow_ttl_right ul > li .Flow_no {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  background-color: #3BB4B9;
  font-size: clamp(30px, 1vw, 36px);
  margin: 15px;
  font-family: "EB Garamond", serif;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .flow_ttl_right ul > li .Flow_no {
    margin: 15px 15px 15px 0;
  }
}
.flow_ttl_right ul > li.no_1, .flow_ttl_right ul > li.no_8 {
  margin-left: 8px;
}
.flow_ttl_right ul > li.no_2, .flow_ttl_right ul > li.no_7 {
  margin-left: 48px;
}
.flow_ttl_right ul > li.no_3, .flow_ttl_right ul > li.no_6 {
  margin-left: 74px;
}
.flow_ttl_right ul > li.no_4, .flow_ttl_right ul > li.no_5 {
  margin-left: 86px;
}

.circle {
  height: 740px; /* 半円の直径から約上下100pxずつ切り取る */
  overflow-y: hidden;
  width: 1000px;
  position: relative;
  left: -100px;
}

.line-circle,
.half-circle {
  width: 1000px; /* 半円の直径 ★ここ増減分を.flow_ttl_leftの幅に増減させるとOK */
  height: 1000px; /* 半円の半分の高さ */
  border-radius: 0% 50% 50% 0%; /* 半円を描くための border-radius 設定 */
  border: 3px solid #231815;
}

.flow_ttl_left {
  width: 770px;
}

@media screen and (max-width: 1700px) {
  /*-200px*/
  .flow_ttl_left {
    width: 570px;
  }
  .line-circle,
  .half-circle {
    width: 800px;
  }
}
@media screen and (max-width: 1200px) {
  /*-100px*/
  .flow_ttl_left {
    width: 470px;
  }
  .line-circle,
  .half-circle {
    width: 685px; /*ずれるので-115px*/
  }
}
@media screen and (max-width: 1000px) {
  /*-180px*/
  .flow_ttl_left {
    width: 290px;
  }
  .line-circle,
  .half-circle {
    width: 473px;
  }
}
.line-circle {
  background-color: #fff; /* 半円の背景色 */
  position: relative;
  /* left: 125px;
  margin-left: 100px; */
  top: -130px; /* （円の高さ　ー　.circleの高さ）/２ */
}

.half-circle {
  background-color: #231815; /* 半円の背景色 */
  position: relative;
  margin-left: -56px;
}

.text-inside {
  position: absolute;
  top: 50%; /* 上端中央に配置 */
  left: 50%; /* 横方向中央に配置 */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* 中央寄せ */
  color: white; /* テキストの色 */
  text-align: center;
  width: 100%;
}
.text-inside img {
  width: 300px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flow_ttl_right ul > li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1000px) {
  .text-inside {
    left: 65%;
  }
  .flow_ttl_right ul > li.no_2, .flow_ttl_right ul > li.no_7 {
    margin-left: 27px;
  }
  .flow_ttl_right ul > li.no_3, .flow_ttl_right ul > li.no_6 {
    margin-left: 39px;
  }
  .flow_ttl_right ul > li.no_4, .flow_ttl_right ul > li.no_5 {
    margin-left: 43px;
  }
}
.topFlow_area.page_flow {
  background: url(../img/flow_sp_bg.jpg);
  color: #231815;
}

.page_flow .Flow_arrow {
  color: #231815;
  height: 1.5em;
  margin-left: 22px;
}

.page_flow .Flow_ttl {
  font-size: 18px;
}
.page_flow .Flow_ttl a:hover {
  color: #3BB4B9;
}

.page_flow .Flow_no {
  margin: 8px 10px 8px 0;
  height: 45px;
  width: 45px;
  font-size: clamp(20px, 1vw, 25px);
  line-height: 45px;
}

@media screen and (max-width: 768px) {
  .page_flow .topFlow_left,
  .page_flow .topFlow_Right {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 468px) {
  .page_flow .topFlow_left,
  .page_flow .topFlow_Right {
    width: 90%;
    margin: 0 auto;
  }
}
section.flowchart_area {
  padding: 100px 0;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  section.flowchart_area {
    padding: 10px 0;
  }
}

:root {
  --flowchart-size: 60px; /* 番号大きさ 変更可 */
  --flowchart-border: 31px; /* 縦線太さ 変更可(12px以上) */
}
@media only screen and (max-width: 767px) {
  :root {
    --flowchart-size: 21px; /* 番号大きさ 変更可 */
    --flowchart-border: 21px; /* 縦線太さ 変更可(12px以上) */
  }
}

.flowchart {
  list-style: none !important;
  counter-reset: flownum; /* リストアイテムの名称(任意) */
  position: relative;
  margin: 1em 0; /* フローチャートと前後要素との距離(任意) */
  padding: 0 !important;
}

.flowchart li {
  position: relative;
  padding: 0 0 0 calc(var(--flowchart-size) + var(--flowchart-border) + 8px + 30px);
}

.flowchart-content {
  position: relative;
  padding: 0 0 2em;
}
@media only screen and (max-width: 767px) {
  .flowchart-content {
    padding: 0 0 1em;
  }
}

/* 縦線デザイン */
.flowchart::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(var(--flowchart-size) + 8px);
  width: var(--flowchart-border);
  height: calc(100% + 6px);
  background: rgb(230, 230, 230);
  border-radius: 30px; /* 縦線角の丸み, 不要ならこの一行削除 */
}

/* 番号部位デザイン */
.flowchart li::before {
  content: counter(flownum);
  counter-increment: flownum;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -0.5em; /* 通常は 0, 横に並ぶタイトルとのバランスを見て調整 */
  left: 0;
  z-index: 2;
  width: var(--flowchart-size);
  height: var(--flowchart-size);
  border-radius: 50%; /* 番号円形, 四角形で良ければこの一行削除 */
  background: var(--flowchart-gradient);
  font-family: "EB Garamond", serif;
  color: rgb(51, 51, 51); /* 番号文字色 */
  font-size: 3em;
}
@media only screen and (max-width: 767px) {
  .flowchart li::before {
    font-size: 2em;
  }
}

/* ドットデザイン */
.flowchart li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em; /* 破線とのバランスを見て適宜調整 */
  left: calc(var(--flowchart-size) + 8px + 2px);
  width: calc(var(--flowchart-border) - 4px);
  height: calc(var(--flowchart-border) - 4px);
  border-radius: 50%;
  background: #3BB4B9; /* ドットの色 */
}

/* 工程タイトル */
.flowchart-title {
  position: relative;
  margin: 0 0 0.6em;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4; /* 大きめの文字は 1.2 〜 1.4 程度で調整すると良い */
  padding-bottom: 10px;
  border-bottom: 1px solid #3BB4B9;
}
@media only screen and (max-width: 767px) {
  .flowchart-title {
    font-size: 1.2em;
  }
}

/* タイトル横破線 デザイン */
.flowchart-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: calc((var(--flowchart-border) / 2 + 30px) * -1);
  width: 28px;
  border-top: 1px dashed rgb(150, 150, 150); /* 破線の太さと色 */
}

/* p要素を利用した場合の調整 */
.flowchart li p {
  margin: 1em 0 !important;
}
@media only screen and (max-width: 767px) {
  .flowchart li p {
    font-size: 14px;
  }
}

.flowchart li p:last-of-type {
  margin-bottom: 0 !important;
}

.flowchart-detail img {
  margin: 20px auto 50px;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .flowchart-detail img {
    margin: 20px auto 20px;
  }
}

/* カタログ選択 */
#cat_label label {
  cursor: pointer;
}

.catalogImg_01,
.catalogImg_02 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalogImg_01 .on,
.catalogImg_02 .on {
  display: none;
}
.catalogImg_01.check .on,
.catalogImg_02.check .on {
  display: block;
}
.catalogImg_01.check .off,
.catalogImg_02.check .off {
  display: none;
}
.catalogImg_01:hover,
.catalogImg_02:hover {
  opacity: 0.5;
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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=import.css.map */