<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*改善点

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


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

*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&amp;family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&amp;display=swap");
.mainColor {
  color: #ec8e90;
}

.mainColorSub {
  color: #fdceab;
}

.bgmainColor {
  color: #f1f3f3;
}

.mainColorDeep {
  color: #596166;
}

.bgMainColorDeep {
  background-color: #596166;
}

.mainColorExDeep {
  color: #c5c5c5;
}

.mainColorLight {
  color: #40c4f8;
}

.bgMainColorLight {
  background-color: #40c4f8;
}

.mainColorExLight {
  color: #f2f2f2;
}

.bgMainColorExLight {
  background-color: #f2f2f2;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.cautionColor {
  color: #e60110;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

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

.bgGrayColor {
  background-color: #cccdcd;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

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

.bgGrad {
  background: rgb(255, 174, 86);
  background: linear-gradient(to right, #efe590 0%, #ffae56 100%);
}

.bgGradafter {
  background: rgb(239, 229, 144);
  background: linear-gradient(to left, #efe590 0%, #ffae56 100%);
}

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

.grayLight {
  color: #9a9a9a;
}

.white {
  color: #fff;
}

/*フォント系*/
.fontEn {
  font-family: "Source Sans Pro", sans-serif;
}

.fontEnSub {
  font-family: "Heebo", sans-serif;
}

.fontNumSub {
  font-family: "Barlow Condensed", sans-serif;
}

.fontNumSubA {
  font-family: "Didact Gothic", sans-serif;
}

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

.fontJP {
  font-family: "Noto Serif JP", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}

.fontJPSub {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.serif {
  font-family: "Zen Maru Gothic", sans-serif;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333;
}

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

.green {
  color: #006837;
}

.black {
  color: #000;
}

.blue {
  color: #1b1464;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.red2 {
  color: #c30d23 !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;
  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 {
  transition: 0.3s;
  opacity: 1;
}

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

.tra,
.tra:hover {
  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 {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: #ec8e90;
}
.linkA:hover {
  color: #ec8e90;
  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: 13%;
}

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

.justCenter {
  justify-content: center;
}

.justEnd {
  justify-content: flex-end;
}

.justBetween {
  justify-content: space-between;
}

.alignCenter {
  align-items: center;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.flexReverse {
  flex-flow: row-reverse;
}

.flexWrap {
  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 {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    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: 90%;
  max-width: 1260px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 959px) {
  .cnt {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.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: 1260px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.cntMM {
  max-width: 1635px;
  margin-right: auto;
  margin-left: auto;
}

.cntL {
  max-width: 1698px;
  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 (min-width: 960px) and (max-width: 1279px) {
  .cntL.brakepoint-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cntXl {
  max-width: 1835px;
  margin-right: 37px;
  margin-left: 37px;
}
@media only screen and (max-width: 959px) {
  .cntXl {
    margin: auto;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.cntInner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.cntTop {
  width: 95%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

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

:root {
  --spaceSize: clamp(50px, 3.5vw, 63px);
  --spaceSizeMiddle: clamp(75px, 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);
}

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

.marginV {
  margin-bottom: var(--spaceSizeMiddle);
}

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

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

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

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

.bgWhite {
  background-color: #ffffff;
}

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

.bgZoomImg {
  width: 100%;
  transition: all 0.5s ease-out;
  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 {
  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;
}

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

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

.shadowL {
  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 {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  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秒で×枚数*/
  animation: anime 18s 0s infinite;
}

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

.mainImg:nth-of-type(3) {
  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;
}
*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&amp;次のスライドフェードイン*/
  50% {
    opacity: 0;
    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;
  /*
  &amp;.white{
      background: linear-gradient(transparent 70%, $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: 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: #ec8e90;
  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%;
  transform: translateX(-50%);
  background-color: #ec8e90;
  border-radius: 2px;
}
.titleBdCenter.mini:after {
  bottom: -15px;
  width: 40px;
  height: 1.5px;
  border-radius: 0px;
}

.titleBdLeft {
  display: flex;
  align-items: center;
}
.titleBdLeft:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #ec8e90;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

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

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

/*ボタン*/
/* ボタンだけに指定する場合は以下 */
.button {
  display: inline-block;
  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;
  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 {
  box-shadow: 4px 4px 0px 0 #e264af;
}
.button.line {
  box-shadow: 4px 4px 0px 0 #4caa4d;
}
.button.mono {
  box-shadow: 4px 4px 0px 0 #c4c4c4;
}
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 888;
}
.overRayBox &gt; ul {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.open .overRayBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  cursor: pointer;
  z-index: 1001;
  right: 72px;
  top: 72px;
  background-color: transparent;
  height: 50px;
  width: 70px;
  border: none;
}
.menu-btn::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././img/back_open.png);
  background-repeat: no-repeat;
  width: 170px;
  height: 170px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 170px;
  z-index: -1;
}
.open .menu-btn::after {
  background-image: url(.././img/back_close.png);
}
@media only screen and (max-width: 767px) {
  .menu-btn {
    top: 9px;
    right: 9px;
  }
  .menu-btn::after {
    width: 60px;
    height: 60px;
    background-size: 60px;
    top: 62%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .menu-btn {
    top: 28px;
    right: 28px;
  }
  .menu-btn::after {
    width: 100px;
    height: 100px;
    background-size: 100px;
    top: 62%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .menu-btn {
    top: 28px;
    right: 28px;
  }
  .menu-btn::after {
    width: 100px;
    height: 100px;
    background-size: 100px;
    top: 62%;
  }
}

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

.menu-trigger {
  position: relative;
  width: 50px;
  height: 28px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #717071;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -6px;
}
.menu-trigger.active span {
  background-color: #717071;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}
@media only screen and (max-width: 767px) {
  .menu-trigger {
    width: 31px;
    height: 17px;
  }
  .menu-trigger span {
    height: 2px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .menu-trigger.active span {
    background-color: #717071;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(3px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: #ec8e90;
}
.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 #ec8e90;
}

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

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

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

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

/*==================================================
 * トップページ
 *================================================*/
/*Q&amp;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&amp;Aここまで*/
@media screen and (max-width: 767px) {
  /*Q&amp;Aのスマホここから*/
  .topQaBoxDl {
    width: 100%;
  }
  /*Q&amp;Aのスマホここまで*/
}
/*==================================================
 * 下層ページ
 *================================================*/
/*共通部分------------------------------------*/
/*パンくず*/
/*パンくず終わり*/
/*about-us------------------------------------*/
/*残す--ここから*/
.pageAboutCompanyUl ul {
  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%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
/*お問い合わせページ------------------------------------*/
.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 label {
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform input[type=text],
.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::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform input[type=text]::-moz-placeholder,
.cform input[type=email]::-moz-placeholder,
.cform input[type=search]::-moz-placeholder,
.cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::-moz-placeholder, .cform textarea::-moz-placeholder, .cform input[type=text]::-moz-placeholder, .cform input[type=email]::-moz-placeholder, .cform input[type=search]::-moz-placeholder, .cform input[type=url]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform input[type=text]::placeholder,
.cform input[type=email]::placeholder,
.cform input[type=search]::placeholder,
.cform input[type=url]::placeholder {
  color: #c1c1c1;
}
.cform input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
}
.cform select {
  padding: 0.5em;
}
.cform .flex {
  gap: 5px;
}
.cform .title {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
}

.thcomment {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
}

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

.required-srt {
  color: #f04876;
  margin-left: 0.7em;
}

.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: 3% 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 {
  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: 14px;
  }
}

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

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

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

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

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

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

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

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

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fff7c0 40%);
}
.entry 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) {
  .entry p {
    font-size: 14px;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2 {
  font-size: 24px;
  margin: 8% auto 3%;
  background-color: #f2f2f2;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
  border-left: 4px solid #ec8e90;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  font-size: 22px;
  margin: 4% auto 3%;
  font-weight: bold;
  line-height: 1.7;
  border-left: 4px solid #ec8e90;
  padding-left: 0.7em;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h4 {
  margin: 3% auto 3%;
  border-bottom: 1px solid #ec8e90;
  padding-bottom: 0.4em;
  color: #ec8e90;
  font-weight: bold;
  font-size: 21px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 6% auto 3%;
    font-size: 16px;
  }
}
.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #40c4f8;
  font-size: 20px;
}
.entry h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.entry table td {
  border-right: 1px solid #ec8e90;
  border-bottom: 1px solid #ec8e90;
}
.entry table td:first-child {
  width: 30%;
  background-color: #eef6fa;
  color: #ec8e90;
  font-weight: bold;
  border-left: 1px solid #ec8e90;
}
.entry table td:last-child {
  width: auto;
  border-right: 1px solid #ec8e90;
}
.entry table th,
.entry table td {
  padding: 1.5rem 2rem;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.entry table tr:first-child td,
.entry table tr:first-child th {
  border-top: 1px solid #ec8e90;
}
.entry table tr:last-child td {
  border-bottom: 1px solid #ec8e90;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 1.5rem;
    font-size: 14px;
  }
}
.entry ul {
  margin-bottom: 2%;
}
.entry 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;
}
.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: #ec8e90;
  position: absolute;
  left: 0;
  font-weight: 400;
}
.entry 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: #ec8e90;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #ec8e90;
  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;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #ec8e90;
  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 {
  box-shadow: none;
  border: 2px solid #ec8e90;
  border-radius: 10px;
  background-color: #40c4f8;
}

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

.lkc-thumbnail-img {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  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: #ec8e90;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #ec8e90;
  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;
  transition: 0.3s;
}

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

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 10%;
}
@media only screen and (max-width: 767px) {
  .singleColumnArticle {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.singleColumnTitle {
  border-bottom: 1px solid;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 1em;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 13px;
  line-height: 0.7;
  border-radius: 5px;
  padding: 0.4em;
  text-align: center;
}
.singleColumnInfoUl .cateUl li.news {
  background-color: #ffbdd3;
}
.singleColumnInfoUl .cateUl li.kyuusin {
  background-color: #a2ceff;
}
.singleColumnInfoUl .cateUl li.jyuuyou {
  background-color: #b3362d;
  color: #fff;
}
@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;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 45%;
    margin-right: 2.5%;
  }
}
.singleColumnShareButton &gt; * {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton &gt; * {
    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 #ec8e90;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

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

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #ec8e90;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  transition: 0.3s;
  color: #ec8e90;
}
.singleColumnWriterButton:hover {
  background: #ec8e90;
  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: 5%;
  position: relative;
  transition: 0.3s;
  background-color: #e9eef0;
  border-radius: 10px;
}
.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}
.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}

.singleClumnPreNextDescri {
  color: #727171;
}

.singleColumnPrevNextArrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 33px;
  height: 1px;
  background: #727171;
}
.singleColumnPrevNextArrow::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 1px;
  height: 5px;
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  transform: rotate(45deg);
}
.next .singleColumnPrevNextArrow {
  transform: scale(-1, 1);
  left: 15px;
  right: auto;
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: flex;
  flex-wrap: wrap;
}
.cmNewsListUl &gt; li {
  width: 46%;
  margin: 0 2%;
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl &gt; li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

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

.cmNewsTitle {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  font-weight: 600;
  border-bottom: 1px solid #596166;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

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

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

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

.cmNewsListInfoUl li {
  display: inline-block;
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  padding: 0.4em;
  text-align: center;
  line-height: 0.7;
}
.cmNewsListInfoUl li.news {
  background-color: #ffbdd3;
}
.cmNewsListInfoUl li.kyuusin {
  background-color: #a2ceff;
}
.cmNewsListInfoUl li.jyuuyou {
  background-color: #b3362d;
  color: #fff;
}
.cmNewsListInfoUl li:not(:last-child) {
  margin-right: 5px;
}
.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: flex;
  justify-content: center;
}
.pagenation li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  margin: 0 0.5%;
  border-radius: 50px;
  border: solid 1px #ec8e90;
  color: #707070;
  text-align: center;
  width: 43px;
  height: 55px;
  border-radius: 5px;
  position: relative;
}
.pagenation li a {
  width: 43px;
  height: 55px;
  display: block;
}
.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%;
  transform: translate(-50%, -50%);
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li.activeno {
  background: #ec8e90;
  border: solid 1px bold;
  transition: 0.3s;
  color: #fff;
}
.pagenation li.activeno span {
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li.activeno:hover {
  opacity: 0.7;
  border-radius: 5px;
  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;
  }
}

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

span.page-numbers {
  color: #ec8e90;
  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 #dcdcdc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item .date {
  font-family: "Source Sans Pro", sans-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: #ec8e90;
  border-radius: 5px;
  padding: 0.5em;
  line-height: 1;
  margin-bottom: 1em;
  margin-right: 5px;
  transition: 0.3s;
}
.sidebarCategoryBlock li.news {
  background-color: #ffbdd3;
}
.sidebarCategoryBlock li.kyuusin {
  background-color: #a2ceff;
}
.sidebarCategoryBlock li.jyuuyou {
  background-color: #b3362d;
  color: #fff;
}
.sidebarCategoryBlock li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  font-size: 27px;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  color: #ec8e90;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-bottom: 1px solid;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    padding-bottom: 0.25em;
    margin-bottom: 1em;
    font-size: 26px;
  }
}

.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: #ec8e90;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

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

.sidebarTagWrap a {
  font-size: 14px !important;
  color: #ec8e90;
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #cccdcd;
}
@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: #dcdcdc;
}
#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;
  }
}

/*パンくず終わり*/
.vertical {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}

.verticalReverse {
  writing-mode: vertical-lr;
}

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

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

@media only screen and (max-width: 767px) {
  main {
    padding-top: 69px;
  }
}

.submit-btn input,
.submit-btn button {
  margin-top: 4%;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.7em 4em;
  border: solid 1px #fff;
  color: #fff;
  background: #ec8e90;
  border-radius: 50px;
  font-size: 15px;
  display: inline-block;
  transition: 0.3s;
  letter-spacing: 0.2em;
  font-weight: 100;
  cursor: pointer;
  width: auto;
}
.submit-btn input:hover,
.submit-btn button:hover {
  background: #777778;
}
@media only screen and (max-width: 959px) {
  .submit-btn input,
  .submit-btn button {
    font-size: 13px;
    height: 43px;
  }
}

.boxSadow {
  box-shadow: 12px 7px 15px -1px rgba(0, 0, 0, 0.06);
}

.boxSadowL {
  box-shadow: 14px 13px 3.8px -8px rgba(0, 0, 0, 0.2);
}

.boxSadowB {
  box-shadow: 12px 7px 15px -6px rgb(210, 236, 249);
}

.textSadow {
  text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

.textSadowL {
  text-shadow: 5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff, 5px 0px 5px #fff, -5px 0px 5px #fff, 0px 5px 5px #fff, 0px -5px 5px #fff;
}

.textalink {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #ec8e90;
  text-decoration-color: #ec8e90;
}

.text_alink {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #ec8e90;
  text-decoration-color: #ec8e90;
  transition: 0.3s;
}
.text_alink:hover {
  color: #fdceab;
  text-decoration-color: unset;
}

.after_line {
  position: relative;
}
.after_line::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././img/title_Line.svg);
  background-repeat: no-repeat;
  bottom: -21px;
  left: 50%;
  width: 100px;
  height: 10px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .after_line::after {
    bottom: -12px;
  }
}

.after_line {
  position: relative;
}
.after_line::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././img/title_Line.svg);
  background-repeat: no-repeat;
  bottom: -21px;
  left: 50%;
  width: 100px;
  height: 10px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .after_line::after {
    bottom: -12px;
  }
}

.CommonTitleJp {
  color: #ef5b63;
  font-size: clamp(1.9rem, 1.8757281553rem + 0.0647249191vw, 2rem);
  line-height: 1;
}

.CommonTitleEn {
  font-size: clamp(3.3rem, 3.2757281553rem + 0.0647249191vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
}

.topMidashi {
  font-size: clamp(2.6rem, 2.5514563107rem + 0.1294498382vw, 2.8rem);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.topMidashi span {
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topMidashi {
    text-align: center;
  }
  .topMidashi span {
    line-height: 1.6;
  }
}

.CommonMidashi_1 {
  display: inline-block;
  font-size: clamp(2.1rem, 1.8330097087rem + 0.71197411vw, 3.2rem);
  line-height: 1;
  position: relative;
}
.CommonMidashi_1::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././img/kazari6.png);
  background-repeat: no-repeat;
  width: 207px;
  height: 96px;
  background-size: 207px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .CommonMidashi_1::after {
    width: 130px;
    height: 96px;
    background-size: 130px;
  }
}

.CommonMidashi_2 {
  font-size: clamp(2rem, 1.854368932rem + 0.3883495146vw, 2.6rem);
  background: #fff7eb;
  line-height: 1.3;
  padding: 1.2em 1em 1.4em;
  border-radius: 15px;
  font-weight: 500;
  position: relative;
}
.CommonMidashi_2::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ec8e90;
  bottom: 7px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .CommonMidashi_2 {
    text-align: left;
  }
}

.CommonMidashi_3 {
  font-size: clamp(1.6rem, 1.5029126214rem + 0.2588996764vw, 2rem);
  line-height: 1.4;
}
.CommonMidashi_3 span {
  position: relative;
  padding-left: 20px;
}
.CommonMidashi_3 span::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 28px;
  border-radius: 10px;
  background: #ec8e90;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.topConTextWrap {
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translate(-50%);
}

.commonText {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .commonText {
    letter-spacing: unset;
    line-height: 1.9;
  }
}

.commonComent {
  font-size: clamp(1.3rem, 1.2757281553rem + 0.0647249191vw, 1.4rem);
  line-height: 1.6;
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.textIndent {
  margin-left: 1em;
  text-indent: -1em;
}

.flowerWith::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././img/flower.png);
  background-repeat: no-repeat;
  width: 33px;
  height: 48px;
  top: 57%;
  left: 7%;
  transform: translateY(-50%);
  background-size: 33px;
}
@media only screen and (max-width: 767px) {
  .flowerWith::after {
    left: 2%;
  }
}

.arrowWith {
  transition: 0.3s;
}
.arrowWith::before {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f105";
  right: 5%;
}
.footerBlock .arrowWith::before {
  color: #717071;
}
a:hover .arrowWith::before {
  right: 2%;
}
@media only screen and (max-width: 767px) {
  .arrowWith::before {
    right: 3%;
  }
}

.telWith {
  transition: 0.3s;
}
.telWith::before {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f095";
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
  color: #ec8e90;
  left: 17%;
  font-weight: 300;
}
a:hover .telWith::before {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .telWith::before {
    left: 11%;
  }
}

.webWith {
  transition: 0.3s;
}
.webWith::before {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f073";
  color: #ec8e90;
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
  font-weight: 300;
  left: 30%;
}
@media only screen and (max-width: 767px) {
  .webWith::before {
    left: 26%;
  }
}

.instaWith {
  transition: 0.3s;
}
.instaWith::before {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  font-weight: 100;
  color: #ec8e90;
  font-size: clamp(2rem, 1.6601941748rem + 0.9061488673vw, 3.4rem);
  left: 30%;
}
@media only screen and (max-width: 767px) {
  .instaWith::before {
    left: 26%;
  }
}

.CommonBtn {
  display: inline-block;
  width: 285px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 1.5em 4em;
  border-radius: 40px;
  font-size: 18px;
  background: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* グラデーション1 */
  /* グラデーション2 */
}
.CommonBtn.__normal {
  padding: 1.2em 1em;
  text-align: center;
  font-size: clamp(1.8rem, 1.7029126214rem + 0.2588996764vw, 2.2rem);
  color: #717071;
  transition: 0.3s;
  width: 300px;
}
.CommonBtn.__normal::before {
  background: linear-gradient(to right, #f8ead7, #ffd7dd);
}
.CommonBtn.__normal::after {
  background: linear-gradient(to left, #f2d9b5, #fab0bb);
}
.CommonBtn span {
  display: block;
  padding: 0 2em;
  line-height: 1;
  position: relative;
}
.CommonBtn::before, .CommonBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.CommonBtn::before {
  transition: all 0.6s; /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(to right, #e9b87c, #f88d8a, #ff7a90);
}
.CommonBtn::after {
  z-index: -2;
  background: linear-gradient(to left, #e9b87c, #faaba9, #f9a2b0);
}
.CommonBtn i {
  font-size: 30px;
  padding-right: 20px;
  line-height: 0.6;
  vertical-align: middle;
}
.CommonBtn:hover {
  color: #fff;
}
.CommonBtn:hover.__normal {
  color: #717071;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .CommonBtn {
    font-size: 15px;
    width: 170px;
    padding: 1em 1em 1em 2em;
  }
  .CommonBtn.__normal {
    padding: 1.3em 0.6em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .CommonBtn {
    width: 240px;
    padding: 1em 2em 1em 3.8em;
  }
}

.CommonBtn2 {
  display: inline-block;
  text-align: center;
  width: 285px;
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1;
  padding: 1.2em 1em 1.2em 4em;
  border-radius: 40px;
  font-weight: 500;
  background: #fff;
  color: #ec8e90;
  border: solid 2px #ec8e90;
  position: relative;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .CommonBtn2.__tel {
    pointer-events: none;
  }
}
.CommonBtn2:hover {
  background-color: #fff3f5;
  color: #ec8e90;
}
@media only screen and (max-width: 767px) {
  .CommonBtn2 {
    width: 211px;
    padding: 1em 1em 1em 2em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .CommonBtn2 {
    width: 230px;
    padding: 1em 1em 1em 3em;
  }
}

.breadcrumbs {
  margin-top: 10px;
  transition: 0.3s;
}
.breadcrumbs span {
  font-size: 16px;
  line-height: 1;
  color: #ec8e90;
}
.breadcrumbs span .current-item {
  color: #8f8f90;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: 15px;
    line-height: 1.2;
  }
  .breadcrumbs span {
    font-size: 13px;
  }
}

.backpattern {
  background-image: url(.././img/backpattern.jpg);
  background-repeat: repeat;
}

.text_under {
  text-decoration: underline;
}

.text_link {
  color: #ec8e90;
  transition: 0.3s;
}
.text_link:hover {
  color: #ec8e90;
  opacity: 0.7;
}

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

.commontitle_line span {
  background: linear-gradient(transparent 65%, rgb(255, 224, 240) 0%);
}

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

.commonPartSideCard {
  width: 18%;
  padding: 2.6em 2.7em 5em;
  border: solid 2px #ec8e90;
  border-radius: 15px;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .commonPartSideCard {
    display: none;
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonPartSideCard {
    display: none;
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonPartSideCard {
    display: none;
    margin-right: 0;
  }
}

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

.commonMaruImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 43%;
}

.sideMenueTitle {
  font-size: clamp(1.6rem, 1.1631067961rem + 1.1650485437vw, 3.4rem);
  line-height: 1.2;
  font-weight: 500;
}

.sideMenuBlock {
  position: relative;
  z-index: 1;
}

.sideMenueList &gt; li {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.sideMenueList &gt; li:not(:last-child) {
  padding-bottom: 12%;
}

.commontable {
  width: 100%;
  position: relative;
  border: solid 2px #fff;
}
.commontable th,
.commontable td {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  line-height: 1.6;
  padding: 1em;
  border: solid 1px #cdcece;
}
.commontable th.border-top_left {
  border-top-left-radius: 15px;
}
.commontable th.border-top_right {
  border-top-right-radius: 15px;
}
.commontable th.border-bootom_left {
  border-bottom-left-radius: 15px;
  border-bottom: none;
}
.commontable::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #babbbc;
  border-radius: 15px;
  top: 0;
  left: 0;
  z-index: 0;
}
.commontable.__none {
  border: solid 2px #babbbc;
}
.commontable.__none::after {
  display: none;
}
.commontable tr.last td {
  border-bottom: 0;
}
.commontable td:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .commontable th,
  .commontable td {
    padding: 0.6em;
    line-height: 1.4;
  }
  .commontable.__brake th,
  .commontable.__brake td {
    display: block;
  }
}

.bk_pink {
  background-color: #fff3f5;
}

/*==================================================
 * ヘッダー
 *================================================*/
header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 2.2em 0;
    background: #fff;
  }
}

.headerlogoCard {
  width: 20%;
  position: absolute;
  left: 37px;
  top: 37px;
  z-index: 9999;
}
@media print, screen and (min-width: 768px) {
  .open .headerlogoCard {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .change-color .headerlogoCard {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .headerlogoCard {
    width: 60%;
    top: 19px;
    left: 9px;
  }
}

.topTelText {
  font-size: 12px;
  line-height: 1;
}

.menuImg {
  position: absolute;
  z-index: 1;
  margin: 0;
}
.menuImg.top_left {
  width: 15%;
  top: 0;
  left: 5%;
}
.menuImg.down_left {
  width: 33%;
  bottom: 0;
  left: 0;
}
.menuImg.down_right {
  width: 15%;
  bottom: 0;
  right: 0;
}

.topTelBlock {
  position: fixed;
  top: 2.5%;
  right: 24.5%;
  z-index: 9999;
}
.topTelBlock i {
  font-size: 27px;
  color: #ec8e90;
}

.overRayBlock {
  display: flex;
  width: 100%;
  overflow-y: scroll;
  background: linear-gradient(to right, #fff1f4 0%, #fdf8f2 100%);
}

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

.overRayTextCard {
  max-width: 1302px;
  margin-left: auto;
  margin-right: auto;
  padding: 6.5% 15px 8%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .overRayTextCard {
    width: 100%;
    padding: 31% 15px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayTextCard {
    padding: 12.5% 15px 8%;
  }
}

.menue_title {
  font-size: clamp(1.5rem, 1.4029126214rem + 0.2588996764vw, 1.9rem);
  line-height: 0;
  margin-top: 20px;
  color: #717071;
  text-align: center;
}
.menue_title.__close {
  display: none;
}
.open .menue_title.__menu {
  display: none;
}
.open .menue_title.__close {
  display: block;
}
@media only screen and (max-width: 767px) {
  .menue_title {
    margin-top: 12px;
  }
}

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

.footerBlock .menuInnerBlock {
  width: 1154px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 959px) {
  .footerBlock .menuInnerBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .footerBlock .menuInnerBlock {
    width: 100%;
  }
}

.menuBtnList li:nth-child(1) {
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .menuBtnList li:nth-child(1) {
    margin-right: 3%;
  }
  .footerBlock .menuBtnList li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.menuNaviListBlock {
  width: 45%;
  margin-right: 5%;
  display: grid;
  grid-template-columns: 45% 55%;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.footerBlock .menuNaviListBlock {
  width: 37%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .menuNaviListBlock {
    width: 100%;
    grid-template-columns: 50% 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .footerBlock .menuNaviListBlock {
    width: 100%;
    grid-template-columns: 50% 50%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .menuNaviListBlock {
    width: 45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
  .footerBlock .menuNaviListBlock {
    width: 36%;
    display: block;
    margin-right: 5%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .menuNaviListBlock {
    width: 25%;
    display: block;
  }
  .footerBlock .menuNaviListBlock {
    width: 22%;
  }
}

.Table_scroll {
  overflow-y: hidden !important;
}

.menuTableBlock {
  width: 50%;
}
.footerBlock .menuTableBlock {
  width: 58%;
}
@media only screen and (max-width: 959px) {
  .menuTableBlock {
    width: 100%;
  }
  .footerBlock .menuTableBlock {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .menuTableBlock {
    width: 70%;
  }
  .footerBlock .menuTableBlock {
    width: 72%;
  }
}

.menuTableWrap {
  width: 100%;
  padding: 0.5em 1em;
  background-color: #fff;
}

.menuTable table {
  width: 100%;
}
.menuTable table td,
.menuTable table th {
  padding: 0.6em 1em;
  font-size: 19px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.menuTable table tr {
  border-bottom: solid 2px #3e3a39;
}
.menuTable table tr:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .menuTable table {
    width: 400px;
  }
  .menuTable table td,
  .menuTable table th {
    padding: 0.5em;
    font-size: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .menuTable table td,
  .menuTable table th {
    font-size: 16px;
  }
}

.menuNaviList &gt; li {
  transition: 0.3s;
  margin-bottom: 22px;
}
.menuNaviList &gt; li a {
  display: block;
}
.menuNaviList &gt; li a span {
  font-size: clamp(1.4rem, 1.254368932rem + 0.3883495146vw, 2rem);
  padding-left: 20px;
  letter-spacing: 0.01em;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.menuNaviList &gt; li a span::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: clamp(1.5rem, 1.3786407767rem + 0.3236245955vw, 2rem);
  color: #ec8e90;
  top: 0;
  left: 0;
}
.menuNaviList &gt; li:hover {
  opacity: 0.7;
}
.menuNaviList &gt; li:hover a span::after {
  left: 2px;
}
.footerBlock .menuNaviList &gt; li {
  margin-bottom: 10px;
}
.footerBlock .menuNaviList &gt; li a span {
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
}
@media only screen and (max-width: 767px) {
  .menuNaviList {
    margin-bottom: 16%;
  }
  .menuNaviList &gt; li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .menuNaviList &gt; li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .menuNaviList &gt; li {
    margin-bottom: 10px;
  }
}

.menuTableComent {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.snsBtnList &gt; li:not(:last-child) {
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .snsBtnList {
    text-align: center;
  }
  .snsBtnList &gt; li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4%;
  }
  .footerBlock .snsBtnList {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .snsBtnList &gt; li:not(:last-child) {
    margin-right: 1.3%;
  }
}

/*==================================================
 * header
 *================================================*/
.commonFvImg {
  padding-bottom: clamp(220px, 28%, 573px);
}
@media only screen and (max-width: 767px) {
  .commonFvImg {
    padding-bottom: 72%;
  }
}

.commonFvTitle {
  text-align: center;
  font-size: clamp(2.6rem, 2.0660194175rem + 1.4239482201vw, 4.8rem);
  line-height: 1.3;
  font-weight: 500;
  color: #ec8e90;
  margin-bottom: 15px;
}
.commonFvTitle span {
  font-size: clamp(1.8rem, 1.6058252427rem + 0.5177993528vw, 2.6rem);
  line-height: 1.4;
}

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

.textShadow {
  text-shadow: 3px 2px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .spMenueBtn {
    cursor: pointer;
  }
}

.spPluslist {
  display: none;
}

.headerDetail {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

.topNewsBtn img {
  width: 32px;
}

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

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

.swiper-container {
  position: relative;
  z-index: -1;
}

.commonContainer {
  position: relative;
  z-index: -1;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  position: relative;
  padding: 5% 0 0;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 11% 0 0;
  }
}

.menuTitleWrap {
  position: relative;
}
.menuTitleWrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ec8e90;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.menuTitle {
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
  font-size: clamp(2.4rem, 2.1572815534rem + 0.6472491909vw, 3.4rem);
  line-height: 1;
}

.footerList {
  display: grid;
  grid-template-columns: 355px 480px 300px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 959px) {
  .footerList {
    display: block;
  }
}

.innerFooter {
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .innerFooter.back {
    bottom: 0;
    top: 150px;
  }
}

.footerBtn {
  cursor: pointer;
  position: fixed;
  right: 2%;
  bottom: 6%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ec8e90;
  transition: 0.3s;
  z-index: 9999;
}
.footerBtn::after {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f077";
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .footerBtn {
    width: 30px;
    height: 30px;
  }
  .footerBtn::after {
    font-size: 16px;
  }
}

.open .footerBtn {
  display: none;
}

.footerCopyText {
  font-size: clamp(1.1rem, 1.0757281553rem + 0.0647249191vw, 1.2rem);
  font-weight: 500;
}

.footerlogoImg {
  width: 30%;
  margin-right: 7%;
}
@media only screen and (max-width: 767px) {
  .footerlogoImg {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10%;
  }
  .footerlogoImg img {
    width: 72%;
  }
}

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

.footerFvlogoImg {
  width: 80%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .footerFvlogoImg {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.footerInfoText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.footerSubList {
  line-height: 1;
}
.footerSubList &gt; li:first-child a::after {
  display: none;
}
.footerSubList &gt; li:first-child span {
  padding-left: 0;
}
.footerSubList &gt; li a {
  font-size: 16px;
  transition: 0.3s;
  position: relative;
}
.footerSubList &gt; li a::after {
  position: absolute;
  display: block;
  content: "/";
  top: 50%;
  transform: translateY(-50%);
}
.footerSubList &gt; li a span {
  padding-left: 13px;
  font-weight: 500;
}
.footerSubList &gt; li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .footerSubList {
    margin-bottom: 7%;
  }
  .footerSubList &gt; li a {
    font-size: 13px;
  }
}

.subMenuList {
  padding-left: 24px;
  border-left: solid 2px #171c61;
}
.subMenuList.__torikumi {
  display: grid;
  grid-template-columns: 20% 27% 57%;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.subMenuList.__torikumi2 {
  display: grid;
  grid-template-columns: 20% 27%;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.subMenuList &gt; li:not(:last-child) {
  margin-bottom: 10px;
}
.subMenuList &gt; li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #3e3a39;
  transition: 0.3s;
  padding-left: 13px;
  display: inline-block;
  position: relative;
}
.subMenuList &gt; li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 2px;
  background-color: #3e3a39;
  left: 0;
  top: 12px;
}
.subMenuList &gt; li a.torikumi {
  padding-left: 19px;
}
.subMenuList &gt; li a.torikumi::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #3e3a39;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.subMenuList &gt; li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .subMenuList {
    display: grid;
    grid-template-columns: 58% 42%;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .subMenuList &gt; li:not(:last-child) {
    margin-bottom: 0;
  }
  .subMenuList &gt; li a {
    font-size: 14px;
  }
  .subMenuList &gt; li a::after {
    top: 10px;
  }
  .subMenuList &gt; li a.torikumi {
    padding-left: 12px;
  }
  .subMenuList &gt; li a.torikumi::after {
    top: 7px;
    width: 10px;
    height: 10px;
  }
  .subMenuList.__torikumi {
    grid-template-columns: 27% 36% 37%;
  }
  .subMenuList.__torikumi2 {
    grid-template-columns: 27% 36%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .subMenuList &gt; li a::after {
    top: 12px;
  }
  .subMenuList &gt; li a.torikumi::after {
    top: 6px;
  }
  .subMenuList.__torikumi {
    grid-template-columns: 37% 44% 37%;
  }
  .subMenuList.__torikumi2 {
    grid-template-columns: 37% 44%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .subMenuList &gt; li a {
    font-size: 15px;
  }
  .subMenuList.__torikumi {
    grid-template-columns: 37% 44% 37%;
  }
  .subMenuList.__torikumi2 {
    grid-template-columns: 37% 44%;
  }
}

.footerWrap {
  width: 77%;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0 0;
}
@media only screen and (max-width: 767px) {
  .footerWrap {
    width: 100%;
    padding: 11% 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .footerInfo {
    width: 25%;
    padding-top: 3%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .footerInfo {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.footerCopy {
  padding: 5.2% 0 49px;
}
@media only screen and (max-width: 767px) {
  .footerCopy {
    padding: 5% 0 21%;
  }
}

.footer_Block_sp {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: linear-gradient(to right, #e9b87c, #f88d8a, #ff7a90);
}

.footerMenue {
  padding: 0.5em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 7px;
  column-gap: 7px;
}
.open .footerMenue {
  display: none;
}
.footerMenue &gt; li {
  background-color: #fff;
  border-radius: 6px;
}
.footerMenue &gt; li a {
  font-size: 15px;
  display: inline-block;
  line-height: 1.4;
  padding: 0.3em;
  color: #ec8e90;
  font-weight: 500;
}
.footerMenue &gt; li i {
  font-size: 20px;
  line-height: 1;
}

/*==================================================
 * 矢印
 *================================================*/
/*==================================================
 * 下層section
 *================================================*/
/*トップページ
*================================================*/
.topFvImg {
  padding-bottom: clamp(300px, 48%, 958px);
}
@media only screen and (max-width: 767px) {
  .topFvImg {
    padding-bottom: 140%;
  }
}

.scroolBlock {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.scroolBlock.commonFvscroll {
  bottom: 5px;
}
.scroolBlock img {
  width: 107px;
}

.commonscroolBlock {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -114px;
  transform: translateX(-50%);
}
.commonscroolBlock img {
  width: 5px;
}
@media only screen and (max-width: 767px) {
  .commonscroolBlock {
    bottom: -45px;
  }
  .commonscroolBlock img {
    width: 2px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .commonscroolBlock {
    bottom: -59px;
  }
  .commonscroolBlock img {
    width: 3px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .commonscroolBlock {
    bottom: -79px;
  }
  .commonscroolBlock img {
    width: 4px;
  }
}

/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* このクラスをつけると回転を無限に繰り返します */
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

.topFvTitle {
  font-size: clamp(2.6rem, 2.2116504854rem + 1.0355987055vw, 4.2rem);
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .topFvTitle {
    margin-bottom: 10px;
  }
}
.topFvTitleSub {
  font-size: clamp(2.4rem, 2.1572815534rem + 0.6472491909vw, 3.4rem);
  line-height: 1.4;
}

.topFvTextBlock {
  position: absolute;
  top: 36%;
  left: 5%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .topFvTextBlock {
    text-align: center;
    width: 100%;
    top: 15%;
    left: 0;
  }
}

.flowerImg {
  position: absolute;
  bottom: -61px;
  right: 46px;
  transform: rotate(15deg);
}
.__no02 .flowerImg {
  bottom: -58px;
  right: 86px;
}
.__no03 .flowerImg {
  right: -80px;
  bottom: -42px;
}
@media only screen and (max-width: 767px) {
  .flowerImg {
    width: 44px;
    bottom: -6px;
    right: 20px;
  }
  .__no02 .flowerImg {
    bottom: -14px;
    right: 23px;
  }
  .__no03 .flowerImg {
    right: 4px;
    bottom: -19px;
  }
}

.topBackBlock {
  margin-top: -30px;
}

.innerImg {
  position: absolute;
  z-index: -1;
}
.innerImg img {
  margin: 0;
}
.innerImg.innerImg_left {
  width: 8%;
  top: 0;
  left: 0;
}
.innerImg.innerImg_right {
  width: 14%;
  right: 0;
  top: 121px;
}
.innerImg.innerImg_right_down {
  width: 8%;
  top: 0;
  right: 0;
}
.innerImg.innerImg_left_down {
  width: 19%;
  bottom: 0;
  left: 0;
}

.topConImgBlock {
  width: 50%;
  margin-right: 4%;
}
.topConImgBlock.__top {
  margin-top: 10%;
}
.__reverse .topConImgBlock {
  width: 46%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .topConImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7%;
  }
  .__reverse .topConImgBlock {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .conImg04Block {
    margin-top: 34%;
  }
}

.topConTextBlock {
  width: 46%;
  margin-top: 61px;
  letter-spacing: 0.06em;
}
.__reverse .topConTextBlock {
  width: 50%;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .topConTextBlock {
    width: 100%;
    margin-top: 0;
  }
  .__reverse .topConTextBlock {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .topConTextBlock {
    text-align: center;
  }
}

.conImg01 {
  width: 90%;
}

.topConText {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  line-height: 1.6;
}
.topConText span {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .topConText {
    font-size: 18px;
  }
}

.conImg02 {
  margin: 0;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .conImg02 {
    margin: auto;
  }
}

.ConceptBtnList &gt; li:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 959px) {
  .ConceptBtnList &gt; li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .ConceptBtnList {
    display: block;
  }
  .ConceptBtnList &gt; li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3%;
  }
}

.conImg04 {
  position: absolute;
  margin: 0;
  top: -60%;
  right: 0;
  width: 55%;
}
@media only screen and (max-width: 959px) {
  .conImg04 {
    top: -40%;
  }
}

.conImg03 {
  margin: 0;
  width: 85%;
}

.topConcept3 {
  padding-bottom: 4%;
}
@media only screen and (max-width: 767px) {
  .topConcept3 {
    padding-bottom: 21%;
  }
}

.topNaviBlock {
  padding: 4% 0 6%;
}
@media only screen and (max-width: 767px) {
  .topNaviBlock {
    padding: 16% 0 16%;
  }
}

.topNaviList {
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 150px;
  column-gap: 136px;
}
@media only screen and (max-width: 767px) {
  .topNaviList {
    width: 100%;
    display: block;
  }
  .topNaviList &gt; li:not(:last-child) {
    padding-bottom: 11%;
    margin-bottom: 14%;
    border-bottom: dashed 3px #fbc5b8;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topNaviList {
    width: 100%;
    -moz-column-gap: 10px;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topNaviList {
    width: 100%;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.topnaviImg {
  padding-bottom: 74%;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .topnaviImg {
    border-radius: 20px;
  }
}

.topNaviWrap {
  position: relative;
  top: -34px;
}
.topNaviWrap::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././img/maru.png);
  background-repeat: no-repeat;
  width: 207px;
  height: 85px;
  background-size: 207px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topNaviTitle {
  display: block;
  position: relative;
  z-index: 1;
}
.topNaviTitle span {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(3rem, 2.9757281553rem + 0.0647249191vw, 3.1rem);
}

.topNaviText {
  padding: 0 0.3em;
  letter-spacing: 0.01em;
  font-size: clamp(1.9rem, 1.8757281553rem + 0.0647249191vw, 2rem);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .topNaviText {
    margin-bottom: 8%;
  }
}

.topSubNaviList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 38px;
  column-gap: 38px;
}
.topSubNaviList &gt; li {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .topSubNaviList {
    display: block;
  }
  .topSubNaviList &gt; li:not(:last-child) {
    margin-bottom: 7%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topSubNaviList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .topSubNaviList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}

.topSubNaviBlock {
  border-radius: 20px;
}

.topSubNaviImg {
  padding-bottom: 74%;
}

.topSubNaviTitle {
  position: relative;
  z-index: 1;
}
.topSubNaviTitle span {
  font-size: clamp(1.6rem, 1.4058252427rem + 0.5177993528vw, 2.4rem);
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .topSubNaviTitle span {
    font-size: 24px;
  }
}

.topSubNaviWrap {
  position: absolute;
  bottom: 52px;
  left: 29px;
}
.topSubNaviWrap.__maru01::after {
  background-image: url(.././img/back_maru01.png);
}
.topSubNaviWrap.__maru02::after {
  background-image: url(.././img/back_maru02.png);
}
.topSubNaviWrap.__maru03 {
  left: 54px;
}
.topSubNaviWrap.__maru03::after {
  background-image: url(.././img/back_maru03.png);
}
.topSubNaviWrap.__maru04 {
  bottom: 33px;
}
.topSubNaviWrap.__maru04::after {
  background-image: url(.././img/back_maru04.png);
  top: 39%;
}
.topSubNaviWrap::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 136px;
  height: 112px;
  background-size: 136px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
  z-index: 0;
}

/*==================================================
 * 無痛分娩
 *================================================*/
.innerBlock {
  width: 95%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .innerBlock {
    width: 100%;
  }
}

.innerList {
  width: 97%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20px;
}
.innerList &gt; li {
  border: solid 2px #ec8e90;
  border-radius: 80px;
  transition: 0.3s;
}
.innerList &gt; li a {
  display: block;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  line-height: 1.4;
  padding: 1.6em 2.5em 1.6em 2em;
  position: relative;
}
.innerList &gt; li a::after {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  top: 50%;
  font-size: 26px;
  transform: translateY(-50%);
  right: 20px;
}
.innerList &gt; li:hover {
  background-color: #ffe9e9;
}
.innerList &gt; li:hover a::after {
  right: 15px;
}
@media screen and (max-width: 1845px) {
  .innerList {
    width: 100%;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .innerList {
    display: block;
  }
  .innerList &gt; li:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .innerList {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .innerList {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.aboutImgBlock {
  width: 35%;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .aboutImgBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.aboutImg01 {
  width: 67%;
}
@media only screen and (max-width: 767px) {
  .aboutImg01 {
    width: 80%;
  }
}

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

.mutuuImg {
  border-radius: 30px;
  padding-bottom: 74%;
}
@media only screen and (max-width: 767px) {
  .mutuuImg {
    border-radius: 20px;
  }
}

.meritBlock {
  background-color: #fff8f6;
  padding: 3em 5em;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .meritBlock {
    padding: 2em 1em 1.5em;
  }
}

.meritTitle span {
  font-size: clamp(1.6rem, 1.454368932rem + 0.3883495146vw, 2.2rem);
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.meritTitle span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ec8e90;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .meritTitle span {
    padding-left: 23px;
  }
  .meritTitle span::after {
    width: 15px;
    height: 15px;
    top: 7px;
  }
}

.meritTextBlock {
  width: 50%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .meritTextBlock {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

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

.meritImg {
  border-radius: 30px;
  padding-bottom: 74%;
}
@media only screen and (max-width: 767px) {
  .meritImg {
    border-radius: 20px;
  }
}

.meritList &gt; li {
  padding-left: 2em;
}
.meritList &gt; li:not(:last-child) {
  margin-bottom: 10px;
}
.meritList &gt; li span {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  font-weight: 500;
  display: inline-block;
  padding-left: 23px;
  position: relative;
}
.meritList &gt; li span::after {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  top: 0;
  left: 0;
  color: #ec8e90;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .meritList &gt; li {
    padding-left: 1.6em;
  }
}

.meritInfoBlock {
  width: 85%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .meritInfoBlock {
    width: 100%;
  }
}

.flowBlock {
  width: 75%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .flowBlock {
    width: 90%;
  }
}

.flowSubTitle {
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  line-height: 1.3;
}

.flowNmText {
  font-size: clamp(1.5rem, 1.0873786408rem + 1.1003236246vw, 3.2rem);
  font-weight: 500;
  position: relative;
  padding: 1em;
}
.flowNmText::after {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(.././img/kazari7.jpg);
  background-repeat: no-repeat;
  background-size: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .flowNmText::after {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}

.flowNmBlock {
  margin-right: 15px;
  position: relative;
}
.flowNmBlock::after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 30px;
  background-image: url(.././img/yajirushi.svg);
  background-repeat: no-repeat;
  background-size: 7px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .flowNmBlock::after {
    bottom: -28px;
  }
}

.flowText {
  font-size: clamp(1.8rem, 1.654368932rem + 0.3883495146vw, 2.4rem);
  line-height: 1.3;
  font-weight: 500;
}

.flowList {
  width: 60%;
  margin-right: 5%;
}
.flowList &gt; li:last-child .flowNmBlock::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flowList {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .flowList &gt; li {
    margin-bottom: 10%;
  }
}

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

.flowImgList &gt; li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .flowImgList {
    width: 85%;
    margin: auto;
  }
}

.flowImg {
  border-radius: 30px;
  padding-bottom: 74%;
}
@media only screen and (max-width: 767px) {
  .flowImg {
    border-radius: 20px;
  }
}

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

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

.qaBox {
  background: #fff3f5;
  border-radius: 12px;
}
.qaBox:not(:last-child) {
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .qaBox:not(:last-child) {
    margin-bottom: 5%;
  }
}

.midashiWrap {
  cursor: pointer;
  position: relative;
  padding: 2em 5em 2em 2em;
}
.midashiWrap::after, .midashiWrap::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ec8e90;
  border-radius: 10px;
  transition: 0.3s;
}
.midashiWrap::before {
  width: 30px;
  height: 3px;
  right: 37px;
  top: 47px;
}
.midashiWrap::after {
  width: 3px;
  height: 30px;
  right: 51px;
  top: 33px;
}
.midashiWrap.on.__top {
  margin-bottom: 5%;
}
.midashiWrap.on::before {
  height: 3px;
}
.midashiWrap.on::after {
  width: 3px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .midashiWrap {
    padding: 1.3em 5em 1.3em 1em;
  }
  .midashiWrap::before {
    width: 25px;
    height: 2px;
    right: 37px;
    top: 32px;
  }
  .midashiWrap::after {
    width: 2px;
    height: 25px;
    right: 49px;
    top: 21px;
  }
}

.qTitle {
  font-size: 22px;
  display: inline-block;
  line-height: 1.3;
  font-weight: 600;
}
.aText .qTitle {
  color: #ec8e90;
}
@media only screen and (max-width: 767px) {
  .qTitle {
    font-size: 20px;
  }
}

.qText {
  font-size: 16px;
  display: inline-block;
  padding-left: 10px;
  line-height: 2.2;
  font-weight: 500;
}
.qText.__left {
  padding-left: 32px;
}
@media only screen and (max-width: 767px) {
  .qText {
    font-size: 16px;
    line-height: 1.3;
  }
}

.aBox {
  display: none;
  padding: 0 2em 2em 2em;
}
@media only screen and (max-width: 767px) {
  .aBox {
    padding: 0 2em 2em 1.1em;
  }
}

.qaList &gt; li:not(:last-child) {
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  .qaList &gt; li:not(:last-child) {
    margin-bottom: 5%;
  }
}

/*==================================================
 * form
 *================================================*/
.cautionWrap {
  padding: 1em;
  border: solid 2px #bdbdbd;
}

/*==================================================
 * 変更
 *================================================*/
.topNews {
  margin-bottom: 7%;
}
@media only screen and (max-width: 767px) {
  .topNews {
    margin-bottom: 12%;
  }
}

.midashiBlock {
  width: 37%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0;
  position: relative;
}
.midashiBlock.__news {
  width: 20%;
}
.midashiBlock::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(.././img/kazari2.jpg);
  background-repeat: no-repeat;
  width: 268px;
  height: 124px;
  background-size: 268px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .midashiBlock {
    width: 100%;
  }
  .midashiBlock.__news {
    width: 100%;
  }
  .midashiBlock::after {
    position: absolute;
    width: 218px;
    height: 100px;
    background-size: 218px;
  }
}

.topNewsBlock {
  padding: 2em;
  background: linear-gradient(to right, #f8ead7, #ffd7dd);
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .topNewsBlock {
    padding: 3em 1.3em 2em;
  }
}

.topNewsList {
  padding: 2em 4em;
  background: #fff;
  border-radius: 80px;
}
.topNewsList &gt; li:not(:last-child) {
  margin-bottom: 1.5%;
  padding-bottom: 1.5%;
  border-bottom: dashed 1px #ef5b63;
}
.topNewsList &gt; li a {
  display: block;
  position: relative;
}
.topNewsList &gt; li a::after {
  position: absolute;
  transition: 0.3s;
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #ef5b63;
  font-size: 25px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.topNewsList &gt; li a:hover {
  opacity: 0.7;
}
.topNewsList &gt; li a:hover::after {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .topNewsList {
    padding: 2em 1em;
    border-radius: 20px;
  }
  .topNewsList &gt; li:not(:last-child) {
    margin-bottom: 6%;
    padding-bottom: 6%;
  }
  .topNewsList &gt; li a::after {
    right: 0;
  }
}

.topNewsDayBlock {
  width: 10%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .topNewsDayBlock {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
  }
}

.topNewsTitleBlock {
  width: 85%;
  padding-right: 2em;
}
@media only screen and (max-width: 767px) {
  .topNewsTitleBlock {
    width: 100%;
  }
}

.topNewsDay {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1;
}

.topNewsTitleBlock {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  line-height: 1.4;
}

.topNewsBtn span {
  padding-right: 1.6em;
  font-size: clamp(1.5rem, 1.427184466rem + 0.1941747573vw, 1.8rem);
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: solid 2px #ef5b63;
  position: relative;
}
.topNewsBtn span::after {
  transition: 0.3s;
  position: absolute;
  content: "→";
  color: #ef5b63;
  display: block;
  right: 0;
  top: 0;
}
.topNewsBtn:hover {
  opacity: 0.7;
}
.topNewsBtn:hover span::after {
  right: -5px;
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
&nbsp;
&nbsp;Hartija CSS Print Framework -MIT License
&nbsp;&nbsp;&nbsp;* Version:&nbsp;&nbsp; 1.0
&nbsp;
-------------------------------------------------------------- */
@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 {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}
/*==================================================
 * 下層ページ用css
 *================================================*/
.pt5 {
  padding-top: 5%;
}

/*==================================================
 * FONT
 *================================================*/
.CommonBtn3 {
  border: solid 2px #ec8e90;
  border-radius: 80px;
  transition: 0.3s;
  max-width: 300px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: clamp(1.4rem, 1.3514563107rem + 0.1294498382vw, 1.6rem);
  font-weight: 500;
  line-height: 1.4;
  padding: 1.6em 2.5em 1.6em 2em;
  position: relative;
  margin: 0 auto;
  background: #fff;
}
.CommonBtn3::after {
  position: absolute;
  display: block;
  transition: 0.3s;
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  top: 50%;
  font-size: 26px;
  transform: translateY(-50%);
  right: 20px;
}
.CommonBtn3:hover {
  background-color: #ffe9e9;
}
.CommonBtn3:hover a::after {
  right: 15px;
}
.CommonBtn3.w400 {
  max-width: 400px;
}
.CommonBtn3 .blankicon:after {
  content: url(../img/blank.png);
}
.CommonBtn3.alignleft {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .CommonBtn3.alignleft {
    margin-left: auto;
  }
}

.SubMidashi {
  position: relative;
  padding: 1.3em 0.8em;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .SubMidashi {
    text-align: left;
  }
}
.SubMidashi:before, .SubMidashi:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFE7AA;
  position: absolute;
  left: 0;
}
.SubMidashi:before {
  bottom: 0;
}
.SubMidashi:after {
  bottom: 5px;
}

.commonCatch {
  font-size: clamp(2.2rem, 2.1029126214rem + 0.2588996764vw, 2.6rem);
  color: #ec8e90;
}

.schedulePick {
  background: #FFF3F5;
  border-radius: 10px;
  padding: 1.6em 2em;
  font-weight: 500;
}
.schedulePick.gray {
  background: #fdfafa;
}
.schedulePick li {
  padding-bottom: 5px;
}

/*==================================================
 * LAYOUT
 *================================================*/
.w90 {
  width: 90%;
  margin: 0 auto;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .w80 {
    width: 95%;
  }
}

.w60 {
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .w60 {
    width: 95%;
  }
}

.sp_scroll {
  overflow-x: auto;
}
@media only screen and (max-width: 767px) {
  .sp_scroll {
    overflow-x: scroll;
  }
  .sp_scroll .round_table {
    width: 100%;
    min-width: 1100px;
  }
}

/*==================================================
 * TABLE/LIST
 *================================================*/
.anchorList {
  background: #fff7eb;
  padding: 45px;
  border-radius: 12px;
  margin-bottom: 10%;
}
@media only screen and (max-width: 767px) {
  .anchorList {
    padding: 20px;
  }
}
.anchorList &gt; li {
  background: #fff;
}

.linkFlex {
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.linkFlex.w2 a {
  width: calc(50% - 13px);
}
@media only screen and (max-width: 767px) {
  .linkFlex.w2 a {
    width: 100%;
  }
}
.linkFlex.w3 a {
  width: calc(33.3333333333% - 27px);
}
@media only screen and (max-width: 767px) {
  .linkFlex.w3 a {
    width: 100%;
  }
}
.linkFlex .CommonBtn3 {
  max-width: 400px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .linkFlex .CommonBtn3 {
    width: 100%;
    max-width: 300px;
  }
}

.dl_contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.dl_contents dt {
  width: 20%;
}
.dl_contents dd {
  width: 80%;
}

.pink_list {
  display: inline-block;
}
.pink_list::before {
  font-size: 0.5em;
  padding-right: 3em;
}
.pink_list li {
  padding-bottom: 1em;
  text-align: left;
}
.pink_list li:before {
  content: "●";
  color: #ec8e90;
}

.pink_midashi {
  font-weight: 500;
  font-size: 1.2em;
}
.pink_midashi:before {
  content: "●";
  color: #ec8e90;
}

.chart {
  background: #fff;
  padding: 4% 4% 3%;
  border-radius: 5px;
  display: block;
  font-weight: 500;
}
.chart .chart_select {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
.chart .chart_select .title {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .chart .chart_select .title {
    width: 100%;
  }
}
.chart .chart_select .select {
  width: 10%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .chart .chart_select .select {
    display: none;
  }
}
.chart .chart_result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .chart .chart_result {
    gap: 10px;
  }
}
.chart .chart_result dt {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
  font-weight: 600;
}
.chart .chart_result .result_item {
  width: 32%;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 1em;
}
@media only screen and (max-width: 767px) {
  .chart .chart_result .result_item {
    width: 100%;
  }
}
.chart .chart_result .result_item .en {
  color: #ec8e90;
  font-size: 2.2rem;
  display: block;
}
.chart .chart_result .result_item .title {
  font-size: clamp(1.6rem, 1.5514563107rem + 0.1294498382vw, 1.8rem);
  display: block;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.chart .chart_result .result_item .text {
  font-size: clamp(1.5rem, 1.4757281553rem + 0.0647249191vw, 1.6rem);
  font-weight: 500;
}

.round_table {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  border: 1px solid #eee;
  overflow: hidden;
  line-height: 2;
}
.round_table .title {
  width: 25%;
  background: #fff3f5;
  padding: 1em 2em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .round_table .title {
    width: 100%;
  }
}
.round_table .title:not(:first-of-type) {
  border-top: 1px solid #eee;
}
.round_table .lead {
  width: 75%;
  padding: 1em 2em;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .round_table .lead {
    width: 100%;
  }
}
.round_table .lead:not(:first-of-type) {
  border-top: 1px solid #eee;
}
.round_table.staff .title.t1 {
  width: 30%;
  border-right: 1px solid #eee;
}
.round_table.staff .title.t2 {
  width: 70%;
}
.round_table.staff .lead {
  border-right: 1px solid #eee;
}
.round_table.staff .lead.t1 {
  width: 30%;
}
.round_table.staff .lead.t2 {
  width: 70%;
}
.round_table.three_column .title,
.round_table.three_column .lead {
  width: 33.3333333333%;
  border-right: 1px solid #eee;
}
.round_table.three_column .mini {
  width: 20%;
}
.round_table.three_column .medi {
  width: 35%;
}
.round_table.three_column .large {
  width: 45%;
}
.round_table.four_column .title,
.round_table.four_column .lead {
  width: 25%;
  border-right: 1px solid #eee;
}
.round_table.four_column .short {
  width: 15%;
  padding: 1em 1.4em;
}
.round_table.four_column .wide {
  width: 35%;
}

.NumList {
  padding-left: 3em;
}
@media only screen and (max-width: 767px) {
  .NumList {
    padding-left: 2em;
  }
}
.NumList li {
  padding-bottom: 2%;
  list-style: auto;
}
.NumList.bold li {
  font-weight: 500;
}

.DotList {
  padding-left: 3em;
}
@media only screen and (max-width: 767px) {
  .DotList {
    padding-left: 2em;
  }
}
.DotList li {
  padding-bottom: 2%;
  font-weight: 500;
  list-style-type: disc;
}

@media only screen and (max-width: 767px) {
  .frailty_seat a {
    width: 767px;
    display: block;
  }
}

.kenshin {
  counter-reset: flowNum 0;
}

.kenshin_flow .kenshin_flow_title {
  position: relative;
  font-size: 2.4rem;
}
.kenshin_flow .kenshin_flow_title .num {
  display: inline-block;
  background-image: url(../img/sanka/kenshin_num.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 126px;
  height: 92px;
  font-size: 3.2rem;
  padding-left: 1.1em;
  padding-top: 0.3em;
}/*# sourceMappingURL=import.css.map */</pre></body></html>