@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700&display=swap");
:root {
  --mainColor: #14419b;
  --subColor: #e54b8c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.notOp:hover {
  opacity: 1;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_l2 {
  letter-spacing: 0.15em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

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

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.fsL {
  font-size: 100px;
}
@media screen and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media screen and (max-width: 500px) {
  .fsL {
    font-size: 42px;
  }
}

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

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

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

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

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

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

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

.fsM {
  font-size: 35px;
}
@media screen and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .fsM {
    font-size: 4.2vw;
  }
}

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

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

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

.fsM35 {
  font-size: 21px;
}
@media screen and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .fsM35 {
    font-size: 3.2vw;
  }
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 500px) {
  .fsSpM {
    font-size: 3.6vw;
  }
}

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .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) {
  .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%;
}

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

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

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

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
}

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.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-center-all * {
  text-align: center;
}

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

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

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

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

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

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: var(--mainColor);
}
.linkA:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

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

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

.mb1em {
  margin-bottom: 1em;
}

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

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

@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: 100%;
  max-width: 1490px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 500px) {
  .cnt {
    max-width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.cnt.pLarge {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 500px) {
  .cnt.pLarge {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .cnt.spLR {
    padding-left: 0;
    padding-right: 0;
  }
}

.w100 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.paddingS {
  padding-top: clamp(35px, 10vw, 40px);
  padding-bottom: clamp(35px, 10vw, 40px);
}
@media screen and (max-width: 500px) {
  .paddingS {
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
}

.padding {
  padding-top: clamp(50px, 10vw, 80px);
  padding-bottom: clamp(50px, 10vw, 80px);
}
@media screen and (max-width: 500px) {
  .padding {
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
}

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

.pb0 {
  padding-bottom: 0;
}

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

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

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

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

.ml0 {
  margin-left: 0;
}

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

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

.none {
  display: none;
}

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

.bgImgHeight {
  padding-bottom: 67%;
}

.bgImgParallax {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bgFixed {
  background-attachment: fixed;
}
@media screen and (max-width: 500px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

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

.bgZoomImg {
  position: absolute;
  width: 100%;
  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: 10px;
}
@media screen and (max-width: 500px) {
  .radiusS {
    border-radius: 6px;
  }
}

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

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusMax {
  border-radius: 1000px;
}

.ofH {
  overflow: hidden;
}

/*影*/
.shadowS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media screen and (max-width: 500px) {
  .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 screen and (max-width: 500px) {
  .shadowM {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media screen and (max-width: 500px) {
  .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 screen and (max-width: 500px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media screen and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 95vw;
  }
}

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

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  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秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * header
 *================================================*/
/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.spmenuBox {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: 100dvh;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.spmenuBox > ul {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.open .spmenuBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow: hidden;
}

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

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

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

:root {
  --menuTrigeHeight: rem(21);
}

.menu-trigger {
  position: relative;
  width: 5.07rem;
  height: 2.73rem;
}
.menu-trigger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-left: auto;
  display: block;
  right: 0;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 1.2409090909rem;
  width: 3.9rem;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 2.34rem;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: var(--mainColor);
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

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

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

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

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

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

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

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

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

/*==================================================
 * トップページ
 *================================================*/
/*お問い合わせページ------------------------------------*/
.contactForm {
  width: 100%;
  margin: 0 auto;
}

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

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

.contactTelIcon {
  margin-right: 0.4em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*下層ページ共通------------------------------------*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
html {
  font-size: 2vw;
}
@media screen and (min-width: 501px) {
  html {
    font-size: 10px;
  }
}

body {
  font-feature-settings: "palt";
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.underline {
  text-decoration: underline;
}

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

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

/*==================================================
 * 当サイト共通
 *================================================*/
main {
  overflow: hidden;
}

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

/*==================================================
 * ヘッダー
 *================================================*/
header {
  width: 100%;
  height: 9.1rem;
  background-color: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 500px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.6rem;
}

.headerLogo {
  width: 31.98rem;
  display: block;
}

@media screen and (max-width: 500px) {
  .headBtn {
    display: none;
  }
}

.overRayMenuUl {
  margin-bottom: 2.21rem;
}
.overRayMenuUl > li {
  position: relative;
}
.overRayMenuUl > li a {
  display: block;
  font-size: 2.08rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  line-height: 1.4;
  position: relative;
  font-weight: 700 !important;
  padding-left: 4.16rem;
}
.overRayMenuUl > li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.73rem;
  height: 1px;
  background-color: #231815;
  left: 0;
  top: 50%;
}

@media screen and (max-width: 500px) {
  .target {
    margin-top: -14vw;
    padding-top: 14vw;
  }
}

.spmenuBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 100dvh;
  overflow-y: scroll;
  background-color: #fff;
  height: 100vh;
  background: #fff url(../img/common/spmenuBg.webp) no-repeat left top/5.85rem 41.99rem;
}
@media screen and (min-width: 501px) {
  .spmenuBlock {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .spmenuBlock {
    padding: 0;
  }
}
.spmenuBlock .rightBtns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}

.spmenuBoxInner {
  width: 35.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11.05rem;
  padding-bottom: 6.5rem;
}

.spmenuBoxInner {
  position: relative;
}
.spmenuBoxInner .ctaArea {
  background-color: transparent;
}
.spmenuBoxInner .ctaArea .cmnbtn {
  font-size: 3vw;
  padding-right: 11vw;
}
.spmenuBoxInner .headerLogo {
  width: 15.6vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  left: 2vw;
  top: 3.5vw;
  position: absolute;
}

.spmenuBox {
  z-index: 999;
}

.spmenuBoxTtl {
  color: #fff;
  font-size: 2.08rem;
  background-color: #231815;
  padding: 1.56rem 2.6rem;
  font-weight: 700 !important;
  border-radius: 1000vw;
  margin-bottom: 1.3rem;
}
.spmenuBoxTtl.none-btn {
  display: block;
  opacity: 0.2;
}

.spmenuOther {
  margin-top: 15%;
}

.spmenuOtherTtl {
  font-size: 1.95rem;
  font-weight: 700 !important;
}

.spmenuOtherItem {
  width: 28.08rem;
  display: block;
  margin-top: 1.95rem;
}

.leftBox {
  display: none;
  z-index: 2;
  font-size: 2.08rem;
  display: block;
  width: 250px;
  position: fixed;
  left: 5%;
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-y: scroll;
  height: 100vh;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}
@media screen and (max-width: 1180px) {
  .leftBox {
    display: none;
  }
}

.leftBoxLogo {
  display: block;
  width: 182px;
  margin-bottom: 30px;
}

.leftBoxTtl {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: solid 1px #221714;
  margin-bottom: 0.5em;
}

.leftBoxList {
  margin-bottom: 35px;
}
.leftBoxList a {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: #727171;
  font-size: 15px;
}
.leftBoxList a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  aspect-ratio: 1/1;
  background: #d17054;
  border-radius: 100vh;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.leftBoxList a.active {
  font-weight: bold;
  color: #221714;
}

.leftBoxList02 li {
  margin-bottom: 5%;
}
.leftBoxList02 li a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
  background: #111;
  color: #fff;
  box-sizing: border-box;
  border-radius: 1em;
  height: 55px;
}
.leftBoxList02 li a.none {
  background: #fff;
  color: #9e9f9f;
}
.leftBoxList02 li a span {
  display: block;
}
.leftBoxList02 li a span.txt01 {
  width: 40%;
}
.leftBoxList02 li a span.txt02 {
  width: 60%;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4em;
}

.leftBoxOtherTtl {
  font-weight: 700 !important;
  font-size: 13px;
}

.leftBoxOtherItem {
  width: 100%;
  display: block;
  margin-top: 1.3rem;
}

/*==================================================
 * フッター
 *================================================*/
footer {
  background: #224e80;
  margin: 0 auto;
  position: relative;
  background: #224e80;
  padding: 12% 0;
}
footer p {
  width: 60%;
  margin: 0 auto;
}
footer dl {
  margin-top: 1.95rem;
}
footer dl * {
  text-align: center;
  color: #fff;
  font-size: 1.82rem;
  line-height: 1.4em;
}
footer ul.add-sns-list {
  padding-top: 8%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
  padding-bottom: 10%;
}
footer ul.add-sns-list li {
  width: 4.55rem;
}
footer ul.add-sns-list li a,
footer ul.add-sns-list li img {
  width: 100%;
}
footer .copy {
  margin-top: 5%;
  text-align: center;
  font-size: 1em;
  line-height: 1.4em;
  color: #fff;
}

.pageWrap {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
.pageWrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/common/pbBg.webp) no-repeat center top/cover;
  z-index: -1;
  pointer-events: none;
}
.pageWrap.vol02::before {
  background: url(../img/common/pbBg-vol02.webp) no-repeat center top/cover;
}
.pageWrap.vol03::before {
  background: url(../img/common/pbBg-vol03.webp) no-repeat center top/cover;
}

/*==================================================
 * トップページ
 *================================================*/
main {
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.1rem;
}

.mv {
  position: relative;
}

.scrollAnim {
  position: absolute;
  left: 1.3rem;
  bottom: 8.84rem;
  writing-mode: vertical-lr;
  z-index: 2;
  font-size: 1.17rem;
}

.scrollBar {
  position: absolute;
  left: 2.015rem;
  bottom: 1.95rem;
  height: 5.59rem;
  width: 0.13rem;
  z-index: 1;
  background-color: #3d3d3d;
}
.scrollBar::before, .scrollBar::after {
  content: "";
  display: block;
  position: absolute;
}
.scrollBar::after {
  top: 0;
  width: 0.78rem;
  left: 0;
  transform: translateX(-40%);
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: #3d3d3d;
  animation: wheel 2s linear infinite;
}

@keyframes wheel {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 5.2rem;
  }
}
#about {
  padding-top: 3.25rem;
  padding: 3.25rem 1.95rem 0;
}
#about .txt1 {
  font-size: 5.2rem;
}
#about .txt1 span {
  font-size: 2.34rem;
}
#about .txt2 {
  font-size: 1.69rem;
}

.sec1-inner {
  border: solid 1px #231815;
}

.aboutInnerTtl {
  font-size: 1.69rem;
  font-weight: 700 !important;
  border: solid 1px #231815;
  padding: 1.3rem 1.95rem;
  position: relative;
  cursor: pointer;
}
.aboutInnerTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.34rem;
  aspect-ratio: 18/9;
  background: url(../img/common/ic-arw-bottom.svg) no-repeat center/contain;
  right: 2.08rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.aboutInnerTtl.open::before {
  transform: translateY(-50%) scale(1, -1);
}
.aboutInnerTtl p {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.aboutInnerTtl p img {
  width: 19.63rem;
  margin-left: 1.04rem;
  margin-right: 1.04rem;
}

.aboutInnerTxt {
  border: solid 1px #231815;
  border-top: none;
  padding: 2.6rem 1.3rem;
}
.aboutInnerTxt .text {
  font-size: 1.69rem;
  font-weight: 500 !important;
}

.aboutManWrap {
  background-color: #f4f4f4;
  margin-top: 1.95rem;
  padding: 1.69rem;
}

.aboutMan {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.95rem;
       column-gap: 1.95rem;
}
.aboutMan .img {
  width: 10.79rem;
}

.aboutManTxt .cover {
  font-size: 2.08rem;
  font-weight: 700 !important;
  margin-bottom: 0.3em;
}
.aboutManTxt .job {
  font-size: 1.43rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.aboutManTxt .name {
  font-size: 1.95rem;
  font-weight: 500 !important;
  font-weight: 700 !important;
  line-height: 1.4;
}

.aboutProfileTtl {
  font-size: 2.08rem;
  font-weight: 700 !important;
}

.aboutProfileText {
  font-size: 1.43rem;
  line-height: 1.5454545455;
}

.vol1 {
  padding-top: 3.64rem;
}

div.vol1TtlWrap-wrap {
  overflow-x: scroll;
}

p.scroll-txt {
  width: 23%;
  margin: 5% 5% 5% auto;
}

.vol1TtlWrap {
  width: 130%;
  border-bottom: solid 0.91rem #231815;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.vol1TtlWrap a.vol1Ttl {
  display: block;
  width: 30%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 2% 2%;
  opacity: 0.4;
}
.vol1TtlWrap a.vol1Ttl.active {
  opacity: 1;
}
.vol1TtlWrap a.vol1Ttl .num {
  width: 25%;
}
.vol1TtlWrap a.vol1Ttl .txt {
  width: 65%;
  letter-spacing: 0;
}

.vol1Ttl {
  width: 39.65rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #231815;
  padding: 1.95rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2.6rem;
       column-gap: 2.6rem;
  border-radius: 1.3rem 1.3rem 0 0;
}
.vol1Ttl * {
  color: #fff;
  font-weight: 500 !important;
}
.vol1Ttl .num span {
  display: block;
  text-align: center;
}
.vol1Ttl .num span:first-of-type {
  font-size: 1.69rem;
  line-height: 1;
}
.vol1Ttl .num span:last-child {
  font-size: 4.16rem;
  line-height: 1;
}
.vol1Ttl .txt {
  font-size: 1.56rem;
  line-height: 1.2941176471;
}

.vol1Bg {
  background-color: #f2f2f0;
}

.vol1Ttl2 {
  padding-left: 4.68rem;
  padding-top: 3.25rem;
}
.vol1Ttl2 .border {
  font-size: 2.47rem;
  font-weight: 700 !important;
  border-bottom: solid 0.26rem #231815;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.78rem;
}
.vol1Ttl2 .txt {
  font-size: 5.2rem;
  font-weight: 700 !important;
  line-height: 1.325;
}

.vol1img1 {
  width: 41.6rem;
  margin-left: auto;
  margin-right: auto;
}

.vol1Message {
  font-size: 1.95rem;
  font-weight: 700 !important;
  line-height: 2;
  padding: 3.9rem 0 3.9rem 3.9rem;
}
.vol1Message span {
  position: relative;
  padding-left: 2.8em;
}
.vol1Message span::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.2em;
  height: 1px;
  background-color: #231815;
  left: 0;
  top: 50%;
}

.circles {
  width: 43.94rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  aspect-ratio: 338/702;
}
.circles > * {
  position: absolute;
}
.circles > * span {
  width: 17.94rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  mix-blend-mode: multiply;
  font-size: 1.95rem;
  font-weight: 500 !important;
  text-align: center;
  aspect-ratio: 1/1;
}
.circles > *:nth-of-type(1) span, .circles > *:nth-of-type(2) span, .circles > *:nth-of-type(6) span, .circles > *:nth-of-type(11) span {
  background-color: #dfdeca;
}
.circles > *:nth-of-type(3) span, .circles > *:nth-of-type(7) span, .circles > *:nth-of-type(8) span {
  background-color: #eadee3;
}
.circles > *:nth-of-type(4) span, .circles > *:nth-of-type(5) span, .circles > *:nth-of-type(9) span, .circles > *:nth-of-type(10) span {
  background-color: #d5e0e7;
}
.circles > *:nth-of-type(1) {
  left: 0;
  top: 0;
}
.circles > *:nth-of-type(2) {
  left: 25.09rem;
  top: 0;
}
.circles > *:nth-of-type(3) {
  left: 10.14rem;
  top: 12.09rem;
}
.circles > *:nth-of-type(4) {
  left: 0rem;
  top: 25.61rem;
}
.circles > *:nth-of-type(5) {
  left: 24.18rem;
  top: 22.88rem;
}
.circles > *:nth-of-type(6) {
  left: 12.09rem;
  top: 35.75rem;
}
.circles > *:nth-of-type(7) {
  left: 26.78rem;
  top: 44.2rem;
}
.circles > *:nth-of-type(8) {
  left: 0;
  top: 46.15rem;
}
.circles > *:nth-of-type(9) {
  left: 0.52rem;
  top: 63.44rem;
}
.circles > *:nth-of-type(10) {
  left: 25.35rem;
  top: 60.84rem;
}
.circles > *:nth-of-type(11) {
  bottom: 0;
  left: 30%;
}

.vol1Message2 {
  text-align: center;
  font-weight: 700 !important;
  font-size: 3.25rem;
  line-height: 1.6;
  margin-top: 3.25rem;
}

.vol1img2 {
  width: 33.54rem;
  margin-top: 1.3rem;
  margin-left: auto;
  margin-right: auto;
}

.hint {
  padding-top: 5.07rem;
  padding-bottom: 5.2rem;
}
.hint .text {
  text-align: center;
  font-size: 2.34rem;
  font-weight: 700 !important;
}
.hint .kochira {
  background: url(../img/top/hint.webp) no-repeat center/contain;
  width: 40.56rem;
  aspect-ratio: 312/78;
  display: flex;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 500 !important;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.95rem;
  margin-top: 2.6rem;
}

.story {
  padding-top: 4.55rem;
  padding-bottom: 8.45rem;
  background: url(../img/top/bg18.webp) repeat top left/13rem 8.06rem;
}

.storyIntro {
  font-size: 1.82rem;
  text-align: center;
  margin-top: 2.6rem;
  margin-bottom: 5.85rem;
}

.storySlide {
  position: relative;
}
.storySlide .swiper-button-next,
.storySlide .swiper-button-prev {
  width: 2.86rem;
  height: 2.86rem;
  top: 29.9rem;
  background: url(../img/top/ic-story-arw.svg) no-repeat center/contain;
}
.storySlide .swiper-button-next::after,
.storySlide .swiper-button-prev::after {
  content: none;
}
.storySlide .swiper-button-prev {
  left: 4.55rem;
}
.storySlide .swiper-button-next {
  right: 4.55rem;
  transform: scale(-1, 1);
}
.storySlide .swiper-slide .storyItem {
  opacity: 0.3;
  transition: 0.3s;
}
.storySlide .swiper-slide.swiper-slide-active .storyItem {
  opacity: 1;
}

.storyItem .img {
  position: relative;
}
.storyItem .ttl {
  font-size: 2.34rem;
  font-weight: 700 !important;
  line-height: 2.4;
  writing-mode: vertical-rl;
  position: absolute;
  letter-spacing: 0.1em;
}
.storyItem .ttl span:not(.num) {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.2em 0.2em;
  line-height: 2.2;
  color: #fff;
}
.storyItem .ttl span.num {
  text-combine-upright: all;
}
.storyItem .text {
  margin-top: 1.95rem;
  font-size: 1.82rem;
  font-weight: 500 !important;
  text-align: justify;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}
.storyItem .info {
  margin-top: 2.6rem;
  font-size: 1.95rem;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}
.storyItem .info *:not(.f) {
  font-weight: 500 !important;
}
.storyItem .info .name span {
  font-size: 2.6rem;
}
.storyItem .info .name .f {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
}
.storyItem .info .place {
  letter-spacing: 0.02em;
  font-size: 1.82rem;
}
.storyItem .info .sub {
  margin-top: 0.78rem;
}
.storyItem .info .sub p {
  font-size: 1.43rem;
}
.storyItem .info .kome {
  font-size: 0.8em;
  vertical-align: top;
}
.storyItem.--1 .ttl {
  right: 5%;
  top: 40%;
}
.storyItem.--1 .ttl span {
  background: #bb7193;
}
.storyItem.--2 .ttl {
  right: 5%;
  bottom: 5%;
}
.storyItem.--2 .ttl span {
  background: #ae870b;
}
.storyItem.--3 .ttl {
  left: 5%;
  bottom: 5%;
}
.storyItem.--3 .ttl span {
  background: #538db0;
}
.storyItem.--4 .ttl {
  left: 5%;
  bottom: 8%;
}
.storyItem.--4 .ttl span {
  background: #ae870b;
}
.storyItem.--5 .ttl {
  right: 8%;
  top: 5%;
}
.storyItem.--5 .ttl span {
  background: #bb7193;
}
.storyItem.--6 .ttl {
  right: 8%;
  bottom: 5%;
}
.storyItem.--6 .ttl span {
  background: #538db0;
}
.storyItem.--7 .ttl {
  right: 5%;
  top: 5%;
}
.storyItem.--7 .ttl span {
  background: #bb7193;
}
.storyItem.--8 .ttl {
  right: 24%;
  top: 5%;
}
.storyItem.--8 .ttl span {
  background: #538db0;
}
.storyItem.--9 .ttl {
  right: 5%;
  top: 26%;
}
.storyItem.--9 .ttl span {
  background: #bb7193;
}
.storyItem .kinmu {
  display: flex;
  -moz-column-gap: 1.95rem;
       column-gap: 1.95rem;
  margin-bottom: 2.6rem;
}
.storyItem .kinmu .kinmuTtl {
  font-size: 1.95rem;
  border-left: solid 1px #231815;
  border-right: solid 1px #231815;
  display: flex;
  align-items: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.storyItem .kinmu .kinmuMain {
  font-weight: 700 !important;
  line-height: 1;
  margin-bottom: 0.65rem;
  font-size: 2.73rem;
}

.kotsuTtl {
  width: calc(100% - 5.2rem);
  text-align: center;
  position: relative;
}
.kotsuTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 1.04rem);
  height: 100%;
  border: solid 0.26rem #231815;
  border-left: none;
  border-radius: 0 3.64rem 3.64rem 0;
  left: 0;
  bottom: -1.04rem;
  background-color: #fff;
}
.kotsuTtl .in {
  font-size: 4.42rem;
  font-weight: 700 !important;
  border: solid 0.26rem #231815;
  border-left: none;
  border-radius: 0 3.64rem 3.64rem 0;
  padding: 1.95rem 0rem 1.95rem 3.9rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
}
.kotsuTtl .in2 {
  margin-left: 0;
  margin-right: auto;
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
}
.kotsuTtl .in2 span {
  line-height: 1.3;
}
.kotsuTtl span {
  color: #df2d84;
}

.kotsuContentBg {
  padding-top: 5.2rem;
  padding-bottom: 3.9rem;
  background: url(../img/top/kotsuBg.webp) no-repeat center top/cover;
  margin-top: -7.8rem;
}

.kotsuContent {
  border: solid 2px #231815;
  width: 44.46rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 5.2rem 1.3rem;
}

.kotsuContentIntro {
  text-align: center;
  font-size: 1.82rem;
}

.kotsuProfile {
  border: solid 0.26rem #df2d84;
  margin-top: 3.25rem;
  position: relative;
  width: 39.65rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.6rem;
}
.kotsuProfile img {
  position: absolute;
  width: 12.22rem;
  right: 3%;
  top: 3%;
}
.kotsuProfile * {
  font-weight: 500 !important;
}
.kotsuProfile .top,
.kotsuProfile .bottom {
  padding: 1.3rem 1.69rem;
}
.kotsuProfile .top {
  background-color: #f5e5ec;
}
.kotsuProfile .top p:first-of-type {
  font-size: 2.08rem;
}
.kotsuProfile .top p:last-of-type {
  font-size: 1.82rem;
}
.kotsuProfile .bottom p {
  font-size: 1.43rem;
}
.kotsuProfile .large {
  font-size: 1.82rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
.kotsuProfile .large span {
  font-size: 2.21rem;
}
.kotsuProfile.--green {
  border-color: #87bc1f;
}
.kotsuProfile.--green .top {
  background-color: #e3e797;
}

.talkBg {
  background: url(../img/top/talkBg.webp) no-repeat center/cover;
}

.talk {
  padding-top: 2.6rem;
  padding-left: 1.04rem;
  padding-right: 1.04rem;
  width: 41.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.talk .hImg {
  position: absolute;
}
.talk.--1 .hImg {
  width: 6.11rem;
  right: 1.3rem;
  bottom: -5.2rem;
}
.talk.--2 {
  padding-top: 5.85rem;
}
.talk.--2 .hImg {
  width: 6.11rem;
  right: 1.3rem;
  bottom: -3.9rem;
}
.talk.--3 {
  padding-top: 5.2rem;
}
.talk.--4 {
  padding-bottom: 9.1rem;
}

.talkBox {
  display: flex;
  -moz-column-gap: 0.39rem;
       column-gap: 0.39rem;
}
.talkBox .img {
  width: 7.02rem;
  flex-shrink: 0;
}
.talkBox .fukidashiWrap {
  width: 100%;
  font-size: 2.08rem;
  font-weight: 700 !important;
  line-height: 1.375;
}
.talkBox .fukidashiWrap .fukidashi {
  border-radius: 2.08rem;
  padding: 1.3rem 0.26rem 1.3rem 0.78rem;
  position: relative;
}
.talkBox .fukidashiWrap .fukidashi .in {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  line-break: loose;
}
.talkBox .fukidashiWrap .fukidashi span {
  border-bottom: solid 2px;
}
.talkBox.--jukensei {
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
.talkBox.--jukensei .fukidashi {
  background-color: #c0dfdb;
}
.talkBox.--jukensei .fukidashi::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.17rem;
  aspect-ratio: 18/22;
  left: 0;
  top: 2.6rem;
  transform: translateX(-90%);
  background: url(../img/top/fukidashi-green.webp) no-repeat center right/contain;
}
.talkBox.--jukensei .fukidashi span {
  border-color: #31ae95;
}
.talkBox.--teacher {
  margin-top: 2.34rem;
  flex-direction: row-reverse;
}
.talkBox.--teacher .fukidashi {
  background-color: #e7819b;
  color: #fff;
}
.talkBox.--teacher .fukidashi::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.17rem;
  aspect-ratio: 18/22;
  right: 0;
  top: 2.6rem;
  transform: translateX(90%);
  background: url(../img/top/fukidashi-pink.webp) no-repeat center right/contain;
}
.talkBox.--teacher .fukidashi.--light {
  background-color: #f3d2e0;
  color: #231815;
  font-size: 1.82rem;
  padding-left: 1.3rem;
  font-weight: 500 !important;
}
@media screen and (min-width: 501px) {
  .talkBox.--teacher .fukidashi.--light {
    padding: 8%;
  }
}
.talkBox.--teacher .fukidashi.--light::before {
  content: none;
}

.shindanTtl {
  width: 41.86rem;
  margin-top: -6.5rem;
  margin-left: -1.3rem;
  margin-right: auto;
}

.shindanWrap {
  width: 39rem;
  margin-left: auto;
  margin-right: auto;
}

.shindanTtl2 {
  font-size: 3.9rem;
  font-weight: 700 !important;
  text-align: center;
  position: relative;
}
.shindanTtl2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.3rem;
  background-color: #df2d84;
  top: 50%;
  transform: translateY(-50%);
}
.shindanTtl2 span {
  position: relative;
  background-color: #fff;
  padding: 0 1.95rem;
}

.shindanText {
  font-size: 1.82rem;
}

.cmnBtn {
  font-size: 1.95rem;
  font-weight: 700 !important;
  background-color: #231815;
  color: #fff;
  padding: 0.6em 1em;
  display: block;
  text-align: center;
  margin-top: 2.34rem;
  position: relative;
}
.cmnBtn::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.04rem;
  aspect-ratio: 8/16;
  background: url(../img/top/ic-shindan-arw.svg) no-repeat center/contain;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.talk.--5 {
  margin-top: 4.55rem;
}

.arimasu {
  margin-top: 5.2rem;
  padding-left: 1.95rem;
  padding-right: 1.95rem;
}

.arimasuTtl {
  width: 39rem;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
.arimasuTtl::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 0.26rem #231815;
  border-left: none;
  border-radius: 3.9rem;
  right: -0.65rem;
  bottom: -0.65rem;
  background-color: #fff;
}
.arimasuTtl .in {
  background-color: #fff;
  font-size: 3.12rem;
  text-align: center;
  font-weight: 700 !important;
  border-radius: 3.9rem;
  border: solid 0.26rem #231815;
  padding: 0.5em 0;
  position: relative;
  z-index: 2;
}
.arimasuTtl span {
  color: #df2d84;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.arimasuBox {
  border: solid 2px #231815;
  margin-top: -4.55rem;
}
.arimasuBox .img {
  position: relative;
}

.wellbeingTtl {
  text-align: center;
  font-size: 3.38rem;
  font-weight: 700 !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  width: 100%;
}
.wellbeingTtl * {
  font-weight: 700 !important;
}
.wellbeingTtl span.marker {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  padding: 0.2em 0.5em;
  line-height: 2.2;
  background-color: #dfdfde;
}
.wellbeingTtl span span {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.educationBg {
  background-color: #e5e5e5;
  padding-left: 2.86rem;
  padding-right: 2.86rem;
  padding-bottom: 3.9rem;
}

.educationBox {
  padding-top: 3.9rem;
}
.educationBox .ttl,
.educationBox .pink {
  text-align: center;
  font-weight: 500 !important;
}
.educationBox .ttl {
  font-size: 2.86rem;
}
.educationBox .pink {
  background-color: #df2d84;
  padding: 0.8em 0 1em;
  margin-top: 1.3rem;
}
.educationBox .pink * {
  color: #fff;
  line-height: 1.1;
}
.educationBox .pink .en {
  font-size: 3.9rem;
}
.educationBox .pink .ja {
  font-size: 2.34rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.educationBox .text {
  font-size: 1.82rem;
  margin-top: 1.3rem;
}

.siteSub {
  font-size: 2.21rem;
  text-align: center;
  margin-top: 0.65rem;
  font-weight: 500 !important;
}

#other {
  padding-top: 3.9rem;
  padding-bottom: 6.5rem;
  border-top: solid 0.91rem #231815;
}

.otherTtl {
  text-align: center;
  font-size: 3.51rem;
  font-weight: 700 !important;
  line-height: 1.2;
}

.otherItem {
  width: 41.21rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 2.6rem;
}

/*==================================================
 * きっかけ本
 *================================================*/
.page-book {
  padding-top: 3.25rem;
  padding-bottom: 5.85rem;
  background: url(../img/book/bg.webp) no-repeat center/cover;
}
.page-book .page-bookTtl {
  width: 45.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.page-book .bookContent {
  width: 41.6rem;
  margin-left: auto;
  margin-right: auto;
}
.page-book .bookTtl {
  font-size: 4.16rem;
  font-weight: 700 !important;
  margin-top: 3.9rem;
  margin-left: -1.95rem;
}
.page-book .author {
  font-size: 1.82rem;
  font-weight: 500 !important;
  letter-spacing: 0;
  border-top: solid 0.26rem #87bc1f;
  border-bottom: solid 0.26rem #87bc1f;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-book .catch {
  margin-top: 2.6rem;
  font-size: 2.73rem;
  font-weight: 700 !important;
}
.page-book .mainText {
  font-size: 1.82rem;
  margin-top: 2.6rem;
}
.page-book .mainText .text {
  line-height: 1.8571428571;
  font-weight: 500 !important;
}
.page-book .mainText .text img {
  width: 26rem;
  float: right;
}
.page-book .kotsuProfile {
  margin-top: 5.2rem;
}
.page-book .kotsuProfile img {
  width: 14.3rem;
}

/*==================================================
 * 育脳レシピ
 *================================================*/
.page-recipe {
  background: url(../img/recipe/bgrep.png) repeat center center/4.485rem 4.485rem;
}

.page-recipeTtl {
  width: 44.33rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-recipeTtl2 {
  font-weight: 700 !important;
  font-size: 2.08rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.6rem;
}

.recipeContent {
  width: 42.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5.85rem;
}
.recipeContent .main {
  width: 41.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.9rem;
}
.recipeContent .recipeName {
  font-size: 3.51rem;
  margin-top: 3.25rem;
  text-align: center;
  font-weight: 700 !important;
}
.recipeContent .recipeName span {
  background: linear-gradient(transparent 60%, #ffea00 0%);
  display: inline;
  padding: 0 1px 0px;
}
.recipeContent .recipeName.vol02 {
  font-size: 2.99rem;
}
.recipeContent .recipeName.vol02 span.small {
  font-size: 0.9em;
}
.recipeContent .foodName {
  font-size: 2.86rem;
  font-weight: 700 !important;
  text-align: center;
  border-radius: 1.82rem;
  background-color: #c0e1f3;
  padding: 0.2em;
  margin-top: 2.6rem;
}
.recipeContent .introduceTxt {
  font-size: 1.82rem;
  line-height: 1.8571428571;
  margin-top: 3.25rem;
  font-weight: 500 !important;
}
.recipeContent .menuWrap {
  background-color: #e7f3ff;
  padding: 1.56rem;
  margin-top: 3.9rem;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 5.85rem;
}
.recipeContent .menuWrap .inner {
  background-color: #fff;
  border: solid 0.13rem #c0e1f3;
  padding: 2.86rem 2.6rem;
}
.recipeContent .menuTtl {
  font-size: 2.08rem;
  border-bottom: solid 0.78rem #c0e1f3;
  text-align: center;
  padding-bottom: 0.3em;
  font-weight: 500 !important;
}
.recipeContent ul {
  margin-top: 1.95rem;
}
.recipeContent ul li {
  font-size: 1.82rem;
  font-weight: 500 !important;
  position: relative;
}
.recipeContent ul.circle {
  margin-bottom: 2.86rem;
}
.recipeContent ul.circle.mrtop-none {
  margin-top: 0;
}
.recipeContent ul.circle li {
  padding-left: 1.4em;
}
.recipeContent ul.circle li + li {
  margin-top: 0.4em;
}
.recipeContent ul.circle li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  background-color: #c0e1f3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recipeContent ul.circle li span.small {
  font-size: 0.72em;
}
.recipeContent p.zai {
  font-size: 2rem;
  margin-bottom: 0.4em;
}
.recipeContent ul.num li {
  display: flex;
}
.recipeContent ul.num li span {
  width: 2.6rem;
  flex-shrink: 0;
}
.recipeContent .kotsuProfile {
  width: 100%;
  border: none;
}
.recipeContent .kotsuProfile .top,
.recipeContent .kotsuProfile .bottom {
  background-color: #c0e1f3;
}
.recipeContent .kotsuProfile .bottom {
  padding-top: 0;
}
.recipeContent .kotsuProfile hr {
  border-color: #fff;
  margin-top: 0;
}
.recipeContent .kotsuProfile img {
  width: 15.99rem;
  top: 6%;
  right: 8%;
}

.page-hiranyan {
  padding-top: 4.55rem;
  padding-bottom: 8.45rem;
}
.page-hiranyan .hiranyanContent {
  width: 37.05rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.6rem;
}
.page-hiranyan .hiranyanContent div.hiranyanContent-inner {
  margin-bottom: 15%;
}
.page-hiranyan .hiranyanContent .explain .name {
  font-size: 3.25rem;
  font-weight: 700 !important;
  color: #df0012;
  text-align: center;
  margin-top: 2.6rem;
}
.page-hiranyan .hiranyanContent .explain .nameSub {
  font-weight: 500 !important;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.1;
}
.page-hiranyan .hiranyanContent .explain .text {
  font-size: 1.82rem;
  margin-top: 2.6rem;
  padding-top: 2.6rem;
  border-top: solid 0.13rem #231815;
  font-weight: 500 !important;
  line-height: 1.8571428571;
}
.page-hiranyan .hiranyanContent .profile {
  margin-top: 5.2rem;
  border: solid 0.195rem #231815;
  border-radius: 2.08rem;
  padding: 1.56rem 1.95rem 2.6rem;
  position: relative;
}
.page-hiranyan .hiranyanContent .profile .hiranyan {
  position: absolute;
  width: 26rem;
  right: -7.8rem;
  top: -2.6rem;
  z-index: 2;
}
.page-hiranyan .hiranyanContent .profile .top {
  font-size: 1.69rem;
  line-height: 1.2;
}
.page-hiranyan .hiranyanContent .profile .top .nameImg {
  width: 18.2rem;
  margin-top: 0.65rem;
}
.page-hiranyan .hiranyanContent .profile .border {
  font-size: 2.6rem;
  font-weight: 500 !important;
  position: relative;
  margin-top: 0.39rem;
  margin-bottom: 0.39rem;
}
.page-hiranyan .hiranyanContent .profile .border::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.78rem;
  background-color: #dbdcdc;
  top: 50%;
  transform: translateY(-50%);
}
.page-hiranyan .hiranyanContent .profile .border span {
  background-color: #fff;
  padding-right: 0.5em;
  z-index: 2;
  position: relative;
}
.page-hiranyan .hiranyanContent .profile .text {
  font-size: 1.69rem;
}

.page-nav {
  width: 41.6rem;
  margin: 10% auto 15%;
}
.page-nav.book a {
  background: #87bc1f;
  color: #fff;
}
.page-nav.book a span.txt01 {
  margin-left: -0.6em;
}
.page-nav.recipe a {
  background: #ffea00;
}
.page-nav.recipe a::after {
  background: url(../img/top/ic-shindan-arw02.svg) no-repeat center/contain;
}
.page-nav.hiranyan a {
  background: #ff8395;
  color: #fff;
}
.page-nav.hiranyan a span.txt02 {
  margin-left: -0.6em;
}
.page-nav ul li {
  margin-bottom: 5%;
}
.page-nav ul li a {
  display: block;
  padding: 0.8em 3em 1em;
  border-radius: 2.4em;
  border: solid 1px #fff;
  position: relative;
}
.page-nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.04rem;
  aspect-ratio: 8/16;
  background: url(../img/top/ic-shindan-arw.svg) no-repeat center/contain;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav ul li a span {
  display: block;
  font-weight: 600;
}
.page-nav ul li a span.txt01 {
  font-size: 2rem;
}
.page-nav ul li a span.txt02 {
  font-size: 1.6rem;
}

.mv .vol-txt {
  position: absolute;
  bottom: 1em;
  right: 1em;
  z-index: 2;
  font-size: 1.17rem;
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=import.css.map */