@charset "UTF-8";
: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;
}

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

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

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

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

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

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;
  margin-top: 0;
}

li {
  list-style-type: none;
}

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

html {
  font-size: 10px;
}

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

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

.lh_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: 750px) {
  .fsL {
    font-size: 42px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

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

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: 750px) {
  .text-center-sp {
    text-align: center;
  }
}

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

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

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  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: 750px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0;
}

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

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

.mbS4 {
  margin-bottom: 0.5%;
}

.mb1em {
  margin-bottom: 1em;
}

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

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

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

.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: 920px;
  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: 750px) {
  .paddingS {
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}

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

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

.pb0 {
  padding-bottom: 0;
}

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

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

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

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

.ml0 {
  margin-left: 0;
}

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

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

.none {
  display: none;
}

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

.bgImgHeight {
  padding-bottom: 67%;
}

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

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

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

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

.bgBlur:before {
  content: "";
  background: inherit;
  -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: 750px) {
  .radiusS {
    border-radius: 6px;
  }
}

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

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

.radiusMax {
  border-radius: 1000px;
}

.ofH {
  overflow: hidden;
}

/*影*/
.shadowS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media screen and (max-width: 750px) {
  .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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media screen and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 95vw;
  }
}

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

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  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;
  right: 0;
  width: calc(100% - 180px);
  min-height: 100vh; /* Fallback */
  min-height: 100dvh;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .spmenuBox {
    width: 100%;
    top: 21.3333333333vw;
  }
}
.spmenuBox > ul {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.open .spmenuBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow: hidden;
}

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

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

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

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  width: 55px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  .menu-trigger {
    width: 9.8666666667vw;
    height: 4.2666666667vw;
  }
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #444444;
}
@media screen and (max-width: 750px) {
  .menu-trigger span {
    height: 0.2666666667vw;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(1vw) rotate(-45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
  bottom: 0px;
}
@media screen and (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-3vw) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: var(--mainColor);
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.contactTelIcon {
  margin-right: 0.4em;
}

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

.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform * {
  font-family: "Noto Sans JP", sans-serif;
}
.cform tr {
  border-bottom: solid 1px #bad1ff;
}
.cform th {
  font-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: 750px) {
  .cform th .title {
    vertical-align: bottom;
    width: auto;
    margin-right: 5%;
  }
}
.cform th .required-srt {
  font-size: 12px;
  padding: 0.2em 0.4em;
  background: transparent;
  color: #ff521c;
  border: solid 1px #ff521c;
  border-radius: 3px;
  margin-right: 10px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  font-weight: 600;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .cform th .required-srt {
    border-radius: 6px;
  }
}
tr:last-child .cform th .required-srt {
  top: 41%;
}
@media screen and (max-width: 750px) {
  .cform th .required-srt {
    top: auto;
    bottom: 10%;
    font-size: 10px;
  }
}
.cform td {
  font-size: 15px;
  line-height: 150%;
  padding: 3% 0;
  font-weight: 700;
}
.cform td .error {
  font-size: 14px;
}
.cform td input::-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: 750px) {
  .cform td,
  .cform th {
    padding-bottom: 0;
    padding-top: 15px;
    font-size: 15px;
  }
  .cform td {
    padding: 5px 0 15px;
  }
  .cform th {
    padding-bottom: 10px;
  }
  .cform th .required-srt {
    padding: 0.1em 0.4em;
  }
}

.cform [type=submit] {
  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: 750px) {
  .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: 750px) {
  .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: 750px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 13% 0;
  }
}

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

.button,
.submit-btn input,
.submit-btn a {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          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: 750px) {
  .submit-btn input,
  .submit-btn a {
    border-radius: 6px;
  }
}

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

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

body {
  font-feature-settings: "palt";
  color: #414141;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  background-color: #ede7df;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

.underline {
  text-decoration: underline;
}

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

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

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

.cmnbtn {
  padding: 1em;
  border-radius: 100vw;
}
.cmnbtn .txt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .cmnbtn .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .cmnbtn .txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .cmnbtn .txt {
    font-size: 15px;
  }
}
.cmnbtn .arw {
  width: 35px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .cmnbtn .arw {
    width: 25px;
  }
}
.cmnbtn .arw svg {
  width: 100%;
}
.cmnbtn.--center {
  margin-left: auto;
  margin-right: auto;
  border: solid 2px var(--mainColor);
  background-color: #fff;
}
.cmnbtn.--center span {
  color: #454545;
}

.cmnTable {
  border: solid 1px #707070;
  width: 100%;
}
.cmnTable th,
.cmnTable td {
  border-bottom: solid 1px #707070;
  text-align: left;
  padding: 1.5em 2em;
  vertical-align: middle;
}
.cmnTable th {
  width: 25%;
  min-width: 200px;
  background-color: #e2f4f1;
}
@media screen and (max-width: 750px) {
  .cmnTable th,
  .cmnTable td {
    width: 100%;
    display: block;
    padding: 0.8em 1em;
  }
  .cmnTable th {
    border-bottom: none;
  }
  .cmnTable td {
    border-top: none;
  }
  .cmnTable tr:last-of-type td {
    border-bottom: none;
  }
}

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

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

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

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

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

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

.mincho {
  font-family: "Shippori Mincho", serif;
}

.f-al {
  font-family: "Albert Sans", sans-serif;
}

/*==================================================
 * 当サイト共通
 *================================================*/
:root {
  --gridLinePadding: calc((100vw - 1180px) / 2);
  --gridLineInner: calc(1180px / 4);
}

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

/*==================================================
 * ヘッダー
 *================================================*/
header {
  background-color: rgb(237, 231, 223);
  height: 100%;
  padding: 0;
  width: 180px;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  header {
    width: 120px;
  }
}
@media screen and (max-width: 750px) {
  header {
    box-sizing: border-box;
    width: 100%;
    height: 21.3333333333vw;
    padding: 6.6666666667vw;
    flex-direction: row;
    align-items: center;
  }
}

main {
  width: calc(100% - 180px);
  min-width: 900px;
  margin-left: 180px;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  main {
    min-width: unset;
    width: calc(100% - 120px);
    margin-left: 120px;
  }
}
@media screen and (max-width: 750px) {
  main {
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    width: 100%;
  }
}

.headerLogo {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .headerLogo {
    width: 90px;
  }
}
@media screen and (max-width: 750px) {
  .headerLogo {
    position: relative;
    width: 33.0666666667vw;
    margin-left: 0;
    z-index: 99999;
  }
}

.headerBtnWrap {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .headerBtnWrap {
    order: 3;
    margin-left: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .headerBtnWrap .menu-btn {
    padding-left: 0;
    padding-right: 0;
  }
}
.headerBtnWrap .txt {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  color: #414141;
}
@media screen and (max-width: 750px) {
  .headerBtnWrap .txt {
    font-size: 2.9333333333vw;
  }
}

@media screen and (max-width: 750px) {
  .headinsta {
    width: 11.4666666667vw;
    order: 2;
    z-index: 99999;
  }
}

.entry {
  position: fixed;
  top: 30px;
  right: 40px;
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  background-color: #444444;
  color: #fff;
  height: 40px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 750px) {
  .entry {
    display: none;
  }
}
.entry img {
  margin-right: 0;
  margin-left: 0;
}

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

.spmenuBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  overflow-y: scroll;
  padding: 15px;
  background-color: #ede7df;
  height: 100vh;
  z-index: 9;
}
@media screen and (min-width: 1281px) {
  .spmenuBlock {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .spmenuBlock {
    padding: 6.6666666667vw;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.spmenuBlock .rightBtns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}

.spmenuBoxInner {
  width: 100%;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .spmenuBoxInner {
    width: 100%;
  }
}
.spmenuBoxInner .spnav {
  display: flex;
  -moz-column-gap: 4em;
       column-gap: 4em;
}
@media screen and (max-width: 959px) {
  .spmenuBoxInner .spnav {
    -moz-column-gap: 2.5em;
         column-gap: 2.5em;
    flex-direction: column;
  }
}
.spmenuBoxInner ul {
  margin-bottom: 30px;
}
.spmenuBoxInner ul > li {
  position: relative;
}
.spmenuBoxInner ul > li + li {
  margin-top: 2.5em;
}
@media screen and (max-width: 750px) {
  .spmenuBoxInner ul > li + li {
    margin-top: 1.5em;
  }
}
.spmenuBoxInner ul > li a {
  display: block;
  line-height: 1.4;
  position: relative;
}
.spmenuBoxInner ul > li a .en {
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  color: #777777;
}
@media screen and (max-width: 959px) {
  .spmenuBoxInner ul > li a .en {
    font-size: 10px;
  }
}
@media screen and (max-width: 750px) {
  .spmenuBoxInner ul > li a .en {
    font-size: 3.2vw;
  }
}
.spmenuBoxInner ul > li a .ja {
  font-family: "Shippori Mincho", serif;
  font-size: 29px;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .spmenuBoxInner ul > li a .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .spmenuBoxInner ul > li a .ja {
    font-size: 5.0666666667vw;
  }
}
.spmenuBoxInner .navcom {
  border-top: solid 1px #bbbbbb;
  padding-top: 30px;
}
.spmenuBoxInner .navcom * {
  font-family: "Shippori Mincho", serif;
}
.spmenuBoxInner .navcom .ja {
  font-size: 23px;
}
.spmenuBoxInner .navcom .en,
.spmenuBoxInner .navcom .add {
  font-size: 15px;
}
.spmenuBoxInner .navcom .add {
  margin-top: 2em;
}

@media screen and (max-width: 750px) {
  .spmenuBox {
    border-top: solid 0.2666666667vw #bbb;
    padding-bottom: 13.3333333333vw;
  }
  .spmenuBox::before {
    content: "";
    display: block;
    position: absolute;
    width: 24.5333333333vw;
    aspect-ratio: 92/124;
    background: url(../img/logo.png) no-repeat center/contain;
    right: 7.4666666667vw;
    pointer-events: none;
  }
}

/*==================================================
 * フッター
 *================================================*/
footer {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  padding-bottom: 60px;
  width: calc(100% - 180px);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  footer {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 750px) {
  footer {
    height: auto;
    padding: 0;
    text-align: center;
    padding: 0 0 1em;
    width: 100%;
  }
}
footer .flex {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 750px) {
  footer .flex {
    flex-direction: column;
    align-items: center;
  }
  footer .flex .name {
    font-size: 5.0666666667vw;
  }
  footer .flex .ot {
    font-size: 3.4666666667vw;
  }
  footer .flex .ot2 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 750px) {
  footer .footerLogo {
    width: 34.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/*==================================================
 * トップページ
 *================================================*/
.mv {
  position: relative;
  padding-top: 100px;
}
.mv img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .mv {
    padding-top: 21.3333333333vw;
  }
}

.about {
  padding-top: 335px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .about {
    padding-top: 26.6666666667vw;
  }
}
.about .aboutTtl {
  font-size: 37px;
  line-height: 1.6;
  margin-bottom: 60px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .about .aboutTtl {
    margin-bottom: 10.6666666667vw;
    font-size: 6.1333333333vw;
  }
}
.about .txt {
  font-size: 15px;
  line-height: 2.3;
}
@media screen and (max-width: 750px) {
  .about .txt {
    font-size: 4vw;
  }
}

.aboutFlex {
  display: flex;
}
.aboutFlex .aboutTxt {
  width: 590px;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .aboutFlex .aboutTxt {
    width: 100%;
  }
}
.aboutFlex .aboutTxt::after {
  content: "";
  display: block;
  position: absolute;
  width: 490px;
  aspect-ratio: 490/688;
  right: 0;
  bottom: 4%;
  background: url(../img/about.png) no-repeat center/contain;
  transform: translateX(98%);
}
@media screen and (max-width: 750px) {
  .aboutFlex .aboutTxt::after {
    position: relative;
    width: 96vw;
    transform: translateX(0);
    bottom: auto;
    margin-top: 16vw;
  }
}

.aboutSlide {
  margin-top: 220px;
}
@media screen and (max-width: 750px) {
  .aboutSlide {
    margin-top: 32vw;
  }
}
.aboutSlide .slick-slide {
  padding-inline: 5px;
}

.cmnttl {
  writing-mode: vertical-lr;
  font-feature-settings: initial;
  border-left: solid 1px #444444;
  padding-left: 0.15em;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
}
@media screen and (max-width: 750px) {
  .cmnttl {
    font-size: 6.1333333333vw;
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  .cmnttl {
    padding-left: 0.06em;
  }
}

.cmnttlWrapBlock {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media screen and (max-width: 750px) {
  .cmnttlWrapBlock {
    -moz-column-gap: 10.6666666667vw;
         column-gap: 10.6666666667vw;
  }
}
.cmnttlWrapBlock .cmnttl {
  flex-shrink: 0;
  position: sticky;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 750px) {
  .cmnttlWrapBlock .cmnttl {
    top: 26.6666666667vw;
  }
}
.cmnttlWrapBlock .cmnttl.--nosticky {
  position: relative;
  left: auto;
  top: auto;
}
.cmnttlWrapBlock .content {
  width: 100%;
}

.att {
  background-color: #dacfc2;
  padding-block: 175px;
}
@media screen and (max-width: 750px) {
  .att {
    padding-block: 29.3333333333vw;
  }
}

.attbox {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 750px) {
  .attbox {
    flex-direction: column;
    row-gap: 3.2vw;
    margin-top: 22.6666666667vw;
  }
}
.attbox .img {
  width: 320px;
  flex-shrink: 0;
  width: 43.243%;
}
@media screen and (max-width: 750px) {
  .attbox .img {
    width: 100%;
  }
}
.attbox .ttl {
  font-size: 23px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .attbox .ttl {
    font-size: 5.0666666667vw;
    letter-spacing: -0.05em;
  }
}
.attbox .txt {
  line-height: 2;
}
.attbox + .attbox {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .attbox + .attbox {
    margin-top: 16vw;
  }
}

.int + .int {
  margin-top: 280px;
}
@media screen and (max-width: 750px) {
  .int + .int {
    margin-top: 37.3333333333vw;
  }
}
.int .main {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .int .main {
    height: auto;
    position: relative;
  }
}
.int .main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.int .content {
  width: 55.455%;
  margin-left: auto;
  margin-right: 0;
  background-color: #ede7df;
  margin-top: -300px;
  padding: 95px 95px 0;
  position: relative;
  z-index: 1;
  min-width: 610px;
}
@media screen and (max-width: 1200px) {
  .int .content {
    min-width: unset;
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  .int .content {
    min-width: unset;
    width: 100%;
    margin-top: auto;
    padding: 16vw 6.6666666667vw 0;
    margin-left: auto;
  }
}
.int .content .img {
  border-top: solid 1px #444444;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  max-width: 420px;
}
@media screen and (max-width: 750px) {
  .int .content .img {
    max-width: unset;
    margin-bottom: 5.3333333333vw;
    padding: 2.1333333333vw;
    border-top-width: 0.2666666667vw;
  }
}
.int .content .intBox {
  max-width: 420px;
}
@media screen and (max-width: 750px) {
  .int .content .intBox {
    max-width: unset;
  }
}
.int .content .intBox dt {
  margin-top: 50px;
  font-size: 19px;
  font-weight: 500 !important;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 750px) {
  .int .content .intBox dt {
    margin-top: 10.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.int .schedule {
  margin-top: 80px;
  background-color: #fff;
  padding: 40px 30px;
  border-left: solid 1px #444444;
  max-width: 420px;
}
@media screen and (max-width: 750px) {
  .int .schedule {
    max-width: unset;
    margin-top: 16vw;
    padding: 10.6666666667vw 8vw;
    border-left-width: 0.2666666667vw;
  }
}
.int .schedule .ttl {
  color: #a61700;
  font-size: 19px;
  font-weight: 500 !important;
  border-bottom: solid 1px #dacfc2;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .int .schedule .ttl {
    font-size: 4.5333333333vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.int .schedule ul li {
  display: flex;
  align-items: flex-start;
}
.int .schedule ul li + li {
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .int .schedule ul li + li {
    margin-top: 6.6666666667vw;
  }
}
.int .schedule ul li .time {
  width: 90px;
  font-weight: 500 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1em;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .int .schedule ul li .time {
    width: 24vw;
  }
}
.int .schedule ul li .time .ic {
  width: 35px;
}
.int .schedule ul li .time .ic img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .int .schedule ul li .time .ic {
    width: 9.3333333333vw;
  }
}
.int .schedule ul li .cont span {
  font-weight: 500 !important;
}
.int .schedule ul li .cont p {
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  .int .schedule ul li .cont p {
    font-size: 3.4666666667vw;
  }
}

.ceo {
  margin-top: 300px;
}
@media screen and (max-width: 750px) {
  .ceo {
    margin-top: 38.6666666667vw;
  }
}
.ceo * {
  color: #fff;
}
.ceo .wrap {
  position: relative;
  padding-block: 110px;
}
@media screen and (max-width: 750px) {
  .ceo .wrap {
    padding-top: 0;
    padding-bottom: 18.6666666667vw;
  }
}
.ceo .wrap .cmnttlWrapBlock {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .ceo .wrap .cmnttlWrapBlock {
    position: static;
  }
}
.ceo .wrap .cmnttlWrapBlock .cmnttl {
  border-left-color: #fff;
}
@media screen and (max-width: 750px) {
  .ceo .wrap .cmnttlWrapBlock .cmnttl {
    position: absolute;
    right: 6.6666666667vw;
    top: 16vw;
  }
}
.ceo .wrap img.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .ceo .wrap img.bg {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.ceo .wrap .content {
  width: 475px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 130px;
}
@media screen and (max-width: 750px) {
  .ceo .wrap .content {
    margin-top: 13.3333333333vw;
    width: 100%;
  }
  .ceo .wrap .content * {
    color: #444444;
  }
}
.ceo .wrap .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 37px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .ceo .wrap .ttl {
    font-size: 8vw;
  }
}
.ceo .wrap .text {
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-weight: 500 !important;
}
.ceo .wrap table {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .ceo .wrap table {
    margin-top: 16vw;
  }
}
.ceo .wrap table th,
.ceo .wrap table td {
  text-align: left;
  font-weight: 500 !important;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
@media screen and (max-width: 750px) {
  .ceo .wrap table th,
  .ceo .wrap table td {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.ceo .wrap table tr {
  border-bottom: solid 1px #d0d0d0;
}
@media screen and (max-width: 750px) {
  .ceo .wrap table tr {
    border-bottom-width: 0.2666666667vw;
  }
}
.ceo .wrap table tr:last-of-type {
  border-bottom: none;
}
.ceo .wrap table tr th {
  white-space: nowrap;
  padding-right: 2em;
}
@media screen and (max-width: 750px) {
  .ceo .wrap table th {
    padding-right: 0;
    padding-bottom: 0;
  }
  .ceo .wrap table td {
    padding-top: 0.5em;
  }
  .ceo .wrap table th,
  .ceo .wrap table td {
    display: block;
    width: 100%;
    letter-spacing: 0.1em;
  }
}

.number {
  padding-top: 210px;
}
@media screen and (max-width: 750px) {
  .number {
    padding-top: 26.6666666667vw;
  }
}
.number .in {
  padding: 50px 0 0 50px;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .number .in {
    padding: 6.6666666667vw 0 0 6.6666666667vw;
  }
}
.number .in::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 50px);
  height: calc(100% - 150px);
  background-color: #dacfc2;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .number .in::before {
    width: calc(100% + 5.3333333333vw);
    height: calc(100% + 10.6666666667vw);
  }
}

.numberFlex {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 750px) {
  .numberFlex {
    flex-direction: column;
  }
}
.numberFlex .inFlex {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .numberFlex .inFlex {
    flex-direction: column;
  }
}
.numberFlex .numberItem {
  border: solid 1px #444;
  background-color: #fcfaf7;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .numberFlex .numberItem {
    border-width: 0.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.numberFlex .numberItem.--1 {
  width: 78.994%;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .numberFlex .numberItem.--1 {
    width: 100%;
    margin-left: 0;
  }
}
.numberFlex .numberItem.--4 {
  order: 2;
}
.numberFlex .numberItem.--5 {
  order: 1;
}

.requipment {
  margin-top: 200px;
  max-width: 1100px;
  padding-right: 15px;
}
@media screen and (max-width: 750px) {
  .requipment {
    margin-top: 37.3333333333vw;
    padding-right: unset;
  }
}
.requipment .reqIn {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 8.182%;
       column-gap: 8.182%;
}
@media screen and (max-width: 750px) {
  .requipment .reqIn {
    flex-direction: column;
  }
}
.requipment .reqIn .img {
  width: 44.545%;
  position: sticky;
  left: 0;
  top: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .requipment .reqIn .img {
    height: auto;
    min-width: unset;
  }
}
@media screen and (max-width: 750px) {
  .requipment .reqIn .img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.requipment .reqIn .text {
  padding-top: 115px;
  padding-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .requipment .reqIn .text {
    padding-bottom: 37.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .requipment .reqIn .text {
    padding-top: 10.6666666667vw;
    padding-right: 5.8666666667vw;
    padding-left: 5.8666666667vw;
  }
}
.requipment .reqIn .text .ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  border-bottom: solid 1px #444444;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .requipment .reqIn .text .ttl {
    font-size: 6.1333333333vw;
    line-height: 1.6;
  }
}
.requipment .reqIn .text table {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .requipment .reqIn .text table {
    margin-top: 10.6666666667vw;
  }
}
.requipment .reqIn .text table th,
.requipment .reqIn .text table td {
  text-align: left;
  border-bottom: solid 1px #cccccc;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .requipment .reqIn .text table th,
  .requipment .reqIn .text table td {
    display: block;
    width: 100%;
  }
}
.requipment .reqIn .text table th {
  padding-right: 2em;
  white-space: nowrap;
}
.requipment .reqIn .text table ul {
  display: flex;
  flex-wrap: wrap;
}
.requipment .reqIn .text table ul > * {
  width: 50%;
}
.requipment .reqIn .text table ul.column {
  flex-direction: column;
}
.requipment .reqIn .text table ul.column > * {
  width: 100%;
}
.requipment .reqIn .text table tr:last-of-type th,
.requipment .reqIn .text table tr:last-of-type td {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .requipment .reqIn .text table th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .requipment .reqIn .text table td {
    padding-top: 0.5em;
  }
}

.contact {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #dacfc2;
}
@media screen and (max-width: 750px) {
  .contact {
    padding-top: 32vw;
    padding-bottom: 32vw;
  }
}
.contact table {
  width: 100%;
}
.contact table tr th,
.contact table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
.contact table tr th label,
.contact table tr td label {
  font-weight: inherit;
}
.contact table tr th a,
.contact table tr td a {
  text-decoration: underline;
}
.contact table tr th input:not([type=radio]),
.contact table tr th select,
.contact table tr td input:not([type=radio]),
.contact table tr td select {
  width: 100%;
  height: 42px;
  border: none;
  padding-inline: 1em;
}
.contact table tr th input[type=date],
.contact table tr td input[type=date] {
  width: 200px;
}
.contact table tr th *:not(.hissu),
.contact table tr td *:not(.hissu) {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .contact table tr th *:not(.hissu),
  .contact table tr td *:not(.hissu) {
    font-size: 4vw;
  }
}
.contact table tr th textarea,
.contact table tr td textarea {
  border: none;
  height: 160px;
  padding: 1em;
  width: 100%;
}
.contact table tr td {
  padding-bottom: 30px;
  padding-top: 10px;
}
.contact table tr td a {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .contact .cmnttlWrapBlock {
    flex-direction: column;
  }
  .contact .cmnttl {
    writing-mode: horizontal-tb;
    border-left: none;
    border-bottom: solid 0.2666666667vw #444;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
  }
  .contact table tr th input:not([type=radio]),
  .contact table tr th select,
  .contact table tr td input:not([type=radio]),
  .contact table tr td select {
    height: 12.8vw;
    width: 100%;
  }
  .contact table tr th textarea,
  .contact table tr td textarea {
    height: 42.6666666667vw;
  }
  .contact table tr td {
    padding-top: 0.5em;
    padding-bottom: 2em;
  }
  .contact table tr td * {
    font-size: 4vw;
  }
}

.btn-submit {
  background-color: #444444;
  color: #fff;
  padding: 2em 1em;
  border: none;
  width: 100%;
  display: block;
  margin-top: 90px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .btn-submit {
    margin-top: 16vw;
    font-size: 4vw;
  }
}

.photoAreaWrap {
  padding-top: 100px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .photoAreaWrap {
    padding-top: 25.3333333333vw;
  }
}

.photo-area {
  position: relative;
  width: 1055px;
  aspect-ratio: 1055/405;
  touch-action: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .photo-area {
    width: calc(100% - 10.6666666667vw);
    aspect-ratio: 330/442;
  }
}

.photo {
  position: absolute;
  width: 290px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
  transform-style: preserve-3d;
  cursor: grab;
}
@media screen and (max-width: 750px) {
  .photo {
    width: 50.1333333333vw;
  }
}
.photo:first-of-type {
  left: 0;
  top: 40%;
}
@media screen and (max-width: 750px) {
  .photo:first-of-type {
    top: 35%;
    left: 5%;
  }
}
.photo:nth-of-type(2) {
  top: 0;
  left: 20%;
}
@media screen and (max-width: 750px) {
  .photo:nth-of-type(2) {
    top: 10%;
    left: 0;
  }
}
.photo:nth-of-type(3) {
  bottom: 0;
  left: 30%;
}
@media screen and (max-width: 750px) {
  .photo:nth-of-type(3) {
    bottom: 16%;
    left: 0;
  }
}
.photo:nth-of-type(4) {
  left: 40%;
  top: 30%;
}
@media screen and (max-width: 750px) {
  .photo:nth-of-type(4) {
    left: 30%;
    top: auto;
    bottom: 0;
  }
}
.photo:nth-of-type(5) {
  right: 10%;
  top: 40%;
}
@media screen and (max-width: 750px) {
  .photo:nth-of-type(5) {
    right: -5%;
  }
}
.photo:last-of-type {
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .photo:last-of-type {
    top: 0;
    right: 5%;
  }
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

footer {
  padding-top: 150px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer {
    padding-top: 24vw;
  }
}
footer .copy {
  margin-top: 1em;
  font-size: 13px;
}
@media screen and (max-width: 750px) {
  footer .copy {
    font-size: 3.4666666667vw;
  }
}

.submitpage {
  height: 100vh;
  background-color: #ede7df;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hissu {
  background-color: #a61700;
  color: #fff;
  font-weight: 700;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  margin-left: 1em;
}

.zaisekiFlex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5em;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}

@media screen and (max-width: 750px) {
  .spWrap span {
    display: block;
  }
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 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 */