@charset "UTF-8";
/* =======================================

	reset CSS

========================================== */
html {
  scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  padding: 0;
  margin: 0;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

textarea.message {
  width: 100%;
  height: 20rem;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

/*input,*/
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

input.long,
textarea.message {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
}

.hissu {
  background-color: var(--mid-brown);
  padding: 2px 4px 4px 4px;
  color: #fff;
  border-radius: 0.2rem;
  font-size: 11px;
  line-height: 13px;
  display: block;
  margin-left: 0.5rem;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

.fW500 {
  font-weight: 500;
}

.fW100 {
  font-weight: 100;
}

.fW300 {
  font-weight: 300;
}

.ls0 {
  letter-spacing: 0;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.lh0 {
  line-height: 0%;
}

.lh100 {
  line-height: 100%;
}

.lh120 {
  line-height: 120%;
}

.lh140 {
  line-height: 140%;
}

.lh200 {
  line-height: 200%;
}

.lh220 {
  line-height: 200%;
}

.lh240 {
  line-height: 200%;
}

/* cf
========================================== */
.cf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
/* =======================================

	Structure CSS

========================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.center {
  text-align: center !important;
  vertical-align: middle;
}

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

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

.justify {
  text-align: justify; !important;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

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


.blue {
  color: var(--main-blue);
}
.dk-gray{
  color: #4B5563;
}
.lt-gray{
  color: #F4F8FC;
}

.white {
  color: #fff !important;
}

.beni {
  color: #ff5c5c !important;
}

.orange {
  color: #f88f03 !important;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.rela {
  position: relative;
}

.kome li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
  margin-top: 5px;
}

.o_02 .head {
  display: flex;
  font-size: 100%;
  padding-bottom: 6px;
}
.o_02 .head .sub {
  margin-right: 10px;
}

.o_02 > div > p {
  font-size: 90%;
}

.c_c_c {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.c_y0_xc {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.c_yc_x0 {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(50%) translateX(0%);
  transform: translateY(50%) translateX(0%);
}

/*zyuusyoBox
========================================== */
td.zyuusyoBox > div:nth-child(1) {
  margin-bottom: 6px;
}

td.zyuusyoBox > div:nth-child(1) p {
  float: left;
  padding-top: 6px;
}

td.zyuusyoBox > div:nth-child(1) input {
  width: 5.5em;
  margin-left: 5px;
}

td.zyuusyoBox > div:nth-child(2) input:nth-child(1) {
  width: 6.7em;
}

/*装飾
========================================== */
.h2Tit {
  font-size: 25px;
  background: #175fd4;
  color: #fff;
}

.h3Tit {
  font-size: 20px;
  background: #175fd4;
  color: #fff;
}

.c_tit {
  font-size: 20px;
}

.btn01 {
  background: linear-gradient(to right, #392F25, #786c42);;
  display: inline-block;
  color: #fff;
  padding: 0.9em 2.2em 1em 2.2em;
  border-radius: 0.3em;
  border: none;
}

.btn02 {
  display: inline;
}

.btn02 a {
  display: inline;
}

.btn02 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #175fd4;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.btn02 a::before,
.btn02 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn02 a::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #175fd4;
}

.btn02 a::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*flex
========================================== */
.flex_nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.flex_right {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.flex_flex_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex_row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.align_items_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

figure {
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
}

.w_4em {
  width: 4em;
}

.w_45em {
  width: 4.5em;
}

.w_5em {
  width: 5em;
}

.w_6em {
  width: 6em;
}

.w_7em {
  width: 7em;
}

.w_8em {
  width: 8em;
}

.w_9em {
  width: 9em;
}

.f10 {
  font-size: 1rem !important;
}

.f11 {
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
}

.f21 {
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 3rem !important;
}

.f_ps60 {
  font-size: 60% !important;
}

.f_ps65 {
  font-size: 65% !important;
}

.f_ps70 {
  font-size: 70% !important;
}

.f_ps75 {
  font-size: 75% !important;
}

.f_ps80 {
  font-size: 80% !important;
}

.f_ps85 {
  font-size: 85% !important;
}

.f_ps90 {
  font-size: 90% !important;
}

.f_ps95 {
  font-size: 95% !important;
}

.f_ps100 {
  font-size: 100% !important;
}

.f_ps105 {
  font-size: 105% !important;
}

.f_ps110 {
  font-size: 110% !important;
}

.f_ps115 {
  font-size: 115% !important;
}

.f_ps120 {
  font-size: 120% !important;
}

.f_ps125 {
  font-size: 125% !important;
}

.f_ps130 {
  font-size: 130% !important;
}

.f_ps135 {
  font-size: 135% !important;
}

.f_ps140 {
  font-size: 140% !important;
}

.f_ps145 {
  font-size: 145% !important;
}

.f_ps150 {
  font-size: 150% !important;
}

@media (max-width: 900px) and (min-width: 0px) {
  .f10 {
    font-size: 10px !important;
  }

  .f11 {
    font-size: 11px !important;
  }

  .f12 {
    font-size: 12px !important;
  }

  .f13 {
    font-size: 3.5vw !important;
  }

  .f14 {
    font-size: 3.6vw !important;
  }

  .f15 {
    font-size: 3.7vw !important;
  }

  .f16 {
    font-size: 3.8vw !important;
  }

  .f17 {
    font-size: 3.9vw !important;
  }

  .f18 {
    font-size: 4vw !important;
  }

  .f19 {
    font-size: 4.1vw !important;
  }

  .f20 {
    font-size: 4.2vw !important;
  }

  .f21 {
    font-size: 4.3vw !important;
  }

  .f22 {
    font-size: 4.4vw !important;
  }

  .f23 {
    font-size: 4.5vw !important;
  }

  .f24 {
    font-size: 4.6vw !important;
  }

  .f25 {
    font-size: 4.7vw !important;
  }

  .f26 {
    font-size: 4.8vw !important;
  }

  .f27 {
    font-size: 4.9vw !important;
  }

  .f28 {
    font-size: 5vw !important;
  }

  .f29 {
    font-size: 5.1vw !important;
  }

  .f30 {
    font-size: 5.2vw !important;
  }
}
.inner {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_500 {
  max-width: 500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_600 {
  max-width: 600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_700 {
  max-width: 700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_800 {
  max-width: 800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_900 {
  max-width: 900px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1000 {
  max-width: 1000px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1040 {
  max-width: 1040px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1100 {
  max-width: 1100px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1200 {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1300 {
  max-width: 1300px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1400 {
  max-width: 1400px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1500 {
  max-width: 1500px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1600 {
  max-width: 1600px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1700 {
  max-width: 1700px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_1800 {
  max-width: 1800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

/* =======================================

	margin / padding

========================================== */
/*! mb */
.mA0 {
  margin: 0px !important;
}

.mA5 {
  margin: 5px !important;
}

.mA10 {
  margin: 10px !important;
}

.mA15 {
  margin: 15px !important;
}

.mA20 {
  margin: 20px !important;
}

.mA25 {
  margin: 25px !important;
}

.mA30 {
  margin: 30px !important;
}

.mA35 {
  margin: 35px !important;
}

.mA40 {
  margin: 40px !important;
}

.mA45 {
  margin: 45px !important;
}

.mA50 {
  margin: 50px !important;
}

.mA55 {
  margin: 55px !important;
}

.mA60 {
  margin: 60px !important;
}

.mA65 {
  margin: 65px !important;
}

.mA70 {
  margin: 70px !important;
}

.mA75 {
  margin: 75px !important;
}

.mA80 {
  margin: 80px !important;
}

.mA85 {
  margin: 85px !important;
}

.mA90 {
  margin: 90px !important;
}

.mA95 {
  margin: 95px !important;
}

.mA100 {
  margin: 100px !important;
}

.mA105 {
  margin: 105px !important;
}

.mA110 {
  margin: 110px !important;
}

.mA115 {
  margin: 115px !important;
}

.mA120 {
  margin: 120px !important;
}

.mA125 {
  margin: 125px !important;
}

.mA130 {
  margin: 130px !important;
}

.mA135 {
  margin: 135px !important;
}

.mA140 {
  margin: 140px !important;
}

.mA145 {
  margin: 145px !important;
}

.mA150 {
  margin: 150px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT65 {
  margin-top: 65px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT75 {
  margin-top: 75px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mT85 {
  margin-top: 85px !important;
}

.mT90 {
  margin-top: 90px !important;
}

.mT95 {
  margin-top: 95px !important;
}

.mT100 {
  margin-top: 100px !important;
}

.mT105 {
  margin-top: 105px !important;
}

.mT110 {
  margin-top: 110px !important;
}

.mT115 {
  margin-top: 115px !important;
}

.mT120 {
  margin-top: 120px !important;
}

.mT125 {
  margin-top: 125px !important;
}

.mT130 {
  margin-top: 130px !important;
}

.mT135 {
  margin-top: 135px !important;
}

.mT140 {
  margin-top: 140px !important;
}

.mT145 {
  margin-top: 145px !important;
}

.mT150 {
  margin-top: 150px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB55 {
  margin-bottom: 55px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB65 {
  margin-bottom: 65px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB75 {
  margin-bottom: 75px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mB85 {
  margin-bottom: 85px !important;
}

.mB90 {
  margin-bottom: 90px !important;
}

.mB95 {
  margin-bottom: 95px !important;
}

.mB100 {
  margin-bottom: 100px !important;
}

.mB105 {
  margin-bottom: 105px !important;
}

.mB110 {
  margin-bottom: 110px !important;
}

.mB115 {
  margin-bottom: 115px !important;
}

.mB120 {
  margin-bottom: 120px !important;
}

.mB125 {
  margin-bottom: 125px !important;
}

.mB130 {
  margin-bottom: 130px !important;
}

.mB135 {
  margin-bottom: 135px !important;
}

.mB140 {
  margin-bottom: 140px !important;
}

.mB145 {
  margin-bottom: 145px !important;
}

.mB150 {
  margin-bottom: 150px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.mL65 {
  margin-left: 65px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL75 {
  margin-left: 75px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.mL90 {
  margin-left: 90px !important;
}

.mL95 {
  margin-left: 95px !important;
}

.mL100 {
  margin-left: 100px !important;
}

.mL105 {
  margin-left: 105px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL115 {
  margin-left: 115px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL125 {
  margin-left: 125px !important;
}

.mL130 {
  margin-left: 130px !important;
}

.mL135 {
  margin-left: 135px !important;
}

.mL140 {
  margin-left: 140px !important;
}

.mL145 {
  margin-left: 145px !important;
}

.mL150 {
  margin-left: 150px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR55 {
  margin-right: 55px !important;
}

.mR60 {
  margin-right: 60px !important;
}

.mR65 {
  margin-right: 65px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mR75 {
  margin-right: 75px !important;
}

.mR80 {
  margin-right: 80px !important;
}

.mR85 {
  margin-right: 85px !important;
}

.mR90 {
  margin-right: 90px !important;
}

.mR95 {
  margin-right: 95px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mR105 {
  margin-right: 105px !important;
}

.mR110 {
  margin-right: 110px !important;
}

.mR115 {
  margin-right: 115px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR125 {
  margin-right: 125px !important;
}

.mR130 {
  margin-right: 130px !important;
}

.mR135 {
  margin-right: 135px !important;
}

.mR140 {
  margin-right: 140px !important;
}

.mR145 {
  margin-right: 145px !important;
}

.mR150 {
  margin-right: 150px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}

.pB70 {
  padding-bottom: 70px !important;
}

.pB75 {
  padding-bottom: 75px !important;
}

.pB80 {
  padding-bottom: 80px !important;
}

.pB85 {
  padding-bottom: 85px !important;
}

.pB90 {
  padding-bottom: 90px !important;
}

.pB95 {
  padding-bottom: 95px !important;
}

.pB100 {
  padding-bottom: 100px !important;
}

.pB105 {
  padding-bottom: 105px !important;
}

.pB110 {
  padding-bottom: 110px !important;
}

.pB115 {
  padding-bottom: 115px !important;
}

.pB120 {
  padding-bottom: 120px !important;
}

.pB125 {
  padding-bottom: 125px !important;
}

.pB130 {
  padding-bottom: 130px !important;
}

.pB135 {
  padding-bottom: 135px !important;
}

.pB140 {
  padding-bottom: 140px !important;
}

.pB145 {
  padding-bottom: 145px !important;
}

.pB150 {
  padding-bottom: 150px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pT70 {
  padding-top: 70px !important;
}

.pT75 {
  padding-top: 75px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT85 {
  padding-top: 85px !important;
}

.pT90 {
  padding-top: 90px !important;
}

.pT95 {
  padding-top: 95px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pT105 {
  padding-top: 105px !important;
}

.pT110 {
  padding-top: 110px !important;
}

.pT115 {
  padding-top: 115px !important;
}

.pT120 {
  padding-top: 120px !important;
}

.pT125 {
  padding-top: 125px !important;
}

.pT130 {
  padding-top: 130px !important;
}

.pT135 {
  padding-top: 135px !important;
}

.pT140 {
  padding-top: 140px !important;
}

.pT145 {
  padding-top: 145px !important;
}

.pT150 {
  padding-top: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pR55 {
  padding-right: 55px !important;
}

.pR60 {
  padding-right: 60px !important;
}

.pR65 {
  padding-right: 65px !important;
}

.pR70 {
  padding-right: 70px !important;
}

.pR75 {
  padding-right: 75px !important;
}

.pR80 {
  padding-right: 80px !important;
}

.pR85 {
  padding-right: 85px !important;
}

.pR90 {
  padding-right: 90px !important;
}

.pR95 {
  padding-right: 95px !important;
}

.pR100 {
  padding-right: 100px !important;
}

.pR105 {
  padding-right: 105px !important;
}

.pR110 {
  padding-right: 110px !important;
}

.pR115 {
  padding-right: 115px !important;
}

.pR120 {
  padding-right: 120px !important;
}

.pR125 {
  padding-right: 125px !important;
}

.pR130 {
  padding-right: 130px !important;
}

.pR135 {
  padding-right: 135px !important;
}

.pR140 {
  padding-right: 140px !important;
}

.pR145 {
  padding-right: 145px !important;
}

.pR150 {
  padding-right: 150px !important;
}

.pA0 {
  padding: 0px !important;
}

.pA5 {
  padding: 5px !important;
}

.pA10 {
  padding: 10px !important;
}

.pA15 {
  padding: 15px !important;
}

.pA20 {
  padding: 20px !important;
}

.pA25 {
  padding: 25px !important;
}

.pA30 {
  padding: 30px !important;
}

.pA35 {
  padding: 35px !important;
}

.pA40 {
  padding: 40px !important;
}

.pA45 {
  padding: 45px !important;
}

.pA50 {
  padding: 50px !important;
}

.pA55 {
  padding: 55px !important;
}

.pA60 {
  padding: 60px !important;
}

.pA65 {
  padding: 65px !important;
}

.pA70 {
  padding: 70px !important;
}

.pA75 {
  padding: 75px !important;
}

.pA80 {
  padding: 80px !important;
}

.pA85 {
  padding: 85px !important;
}

.pA90 {
  padding: 90px !important;
}

.pA95 {
  padding: 95px !important;
}

.pA100 {
  padding: 100px !important;
}

.pA105 {
  padding: 105px !important;
}

.pA110 {
  padding: 110px !important;
}

.pA115 {
  padding: 115px !important;
}

.pA120 {
  padding: 120px !important;
}

.pA125 {
  padding: 125px !important;
}

.pA130 {
  padding: 130px !important;
}

.pA135 {
  padding: 135px !important;
}

.pA140 {
  padding: 140px !important;
}

.pA145 {
  padding: 145px !important;
}

.pA150 {
  padding: 150px !important;
}

.mB1em {
  margin-bottom: 1em !important;
}

/*! mb */
@media (max-width: 900px) and (min-width: 0px) {
  .mA0 {
    margin: 0% !important;
  }

  .mA5 {
    margin: 2.5% !important;
  }

  .mA10 {
    margin: 2.5% !important;
  }

  .mA15 {
    margin: 2.5% !important;
  }

  .mA20 {
    margin: 5% !important;
  }

  .mA25 {
    margin: 5% !important;
  }

  .mA30 {
    margin: 5% !important;
  }

  .mA35 {
    margin: 7.5% !important;
  }

  .mA40 {
    margin: 7.5% !important;
  }

  .mA45 {
    margin: 7.5% !important;
  }

  .mA50 {
    margin: 10% !important;
  }

  .mA55 {
    margin: 10% !important;
  }

  .mA60 {
    margin: 10% !important;
  }

  .mA65 {
    margin: 12.5% !important;
  }

  .mA70 {
    margin: 12.5% !important;
  }

  .mA75 {
    margin: 12.5% !important;
  }

  .mA80 {
    margin: 15% !important;
  }

  .mA85 {
    margin: 15% !important;
  }

  .mA90 {
    margin: 15% !important;
  }

  .mA95 {
    margin: 17.5% !important;
  }

  .mA100 {
    margin: 17.5% !important;
  }

  .mA105 {
    margin: 17.5% !important;
  }

  .mA110 {
    margin: 20% !important;
  }

  .mA115 {
    margin: 20% !important;
  }

  .mA120 {
    margin: 20% !important;
  }

  .mA125 {
    margin: 22.5% !important;
  }

  .mA130 {
    margin: 22.5% !important;
  }

  .mA135 {
    margin: 22.5% !important;
  }

  .mA140 {
    margin: 25% !important;
  }

  .mA145 {
    margin: 25% !important;
  }

  .mA150 {
    margin: 25% !important;
  }

  .mT10 {
    margin-top: 2.5% !important;
  }

  .mT15 {
    margin-top: 2.5% !important;
  }

  .mT20 {
    margin-top: 5% !important;
  }

  .mT25 {
    margin-top: 5% !important;
  }

  .mT30 {
    margin-top: 5% !important;
  }

  .mT35 {
    margin-top: 7.5% !important;
  }

  .mT40 {
    margin-top: 7.5% !important;
  }

  .mT45 {
    margin-top: 7.5% !important;
  }

  .mT50 {
    margin-top: 12% !important;
  }

  .mT55 {
    margin-top: 10% !important;
  }

  .mT60 {
    margin-top: 10% !important;
  }

  .mT65 {
    margin-top: 12.5% !important;
  }

  .mT70 {
    margin-top: 12.5% !important;
  }

  .mT75 {
    margin-top: 12.5% !important;
  }

  .mT80 {
    margin-top: 15% !important;
  }

  .mT85 {
    margin-top: 15% !important;
  }

  .mT90 {
    margin-top: 15% !important;
  }

  .mT95 {
    margin-top: 17.5% !important;
  }

  .mT100 {
    margin-top: 17.5% !important;
  }

  .mT105 {
    margin-top: 17.5% !important;
  }

  .mT110 {
    margin-top: 20% !important;
  }

  .mT115 {
    margin-top: 20% !important;
  }

  .mT120 {
    margin-top: 20% !important;
  }

  .mT125 {
    margin-top: 22.5% !important;
  }

  .mT130 {
    margin-top: 22.5% !important;
  }

  .mT135 {
    margin-top: 22.5% !important;
  }

  .mT140 {
    margin-top: 25% !important;
  }

  .mT145 {
    margin-top: 25% !important;
  }

  .mT150 {
    margin-top: 25% !important;
  }

  .mB0 {
    margin-bottom: 0% !important;
  }

  .mB5 {
    margin-bottom: 2.5% !important;
  }

  .mB10 {
    margin-bottom: 2.5% !important;
  }

  .mB15 {
    margin-bottom: 2.5% !important;
  }

  .mB20 {
    margin-bottom: 5% !important;
  }

  .mB25 {
    margin-bottom: 5% !important;
  }

  .mB30 {
    margin-bottom: 5% !important;
  }

  .mB35 {
    margin-bottom: 7.5% !important;
  }

  .mB40 {
    margin-bottom: 7.5% !important;
  }

  .mB45 {
    margin-bottom: 7.5% !important;
  }

  .mB50 {
    margin-bottom: 10% !important;
  }

  .mB55 {
    margin-bottom: 10% !important;
  }

  .mB60 {
    margin-bottom: 10% !important;
  }

  .mB65 {
    margin-bottom: 12.5% !important;
  }

  .mB70 {
    margin-bottom: 12.5% !important;
  }

  .mB75 {
    margin-bottom: 12.5% !important;
  }

  .mB80 {
    margin-bottom: 15% !important;
  }

  .mB85 {
    margin-bottom: 15% !important;
  }

  .mB90 {
    margin-bottom: 15% !important;
  }

  .mB95 {
    margin-bottom: 17.5% !important;
  }

  .mB100 {
    margin-bottom: 17.5% !important;
  }

  .mB105 {
    margin-bottom: 17.5% !important;
  }

  .mB110 {
    margin-bottom: 20% !important;
  }

  .mB115 {
    margin-bottom: 20% !important;
  }

  .mB120 {
    margin-bottom: 20% !important;
  }

  .mB125 {
    margin-bottom: 22.5% !important;
  }

  .mB130 {
    margin-bottom: 22.5% !important;
  }

  .mB135 {
    margin-bottom: 22.5% !important;
  }

  .mB140 {
    margin-bottom: 25% !important;
  }

  .mB145 {
    margin-bottom: 25% !important;
  }

  .mB150 {
    margin-bottom: 25% !important;
  }

  .mL0 {
    margin-left: 0% !important;
  }

  .mL5 {
    margin-left: 2.5% !important;
  }

  .mL10 {
    margin-left: 2.5% !important;
  }

  .mL15 {
    margin-left: 2.5% !important;
  }

  .mL20 {
    margin-left: 5% !important;
  }

  .mL25 {
    margin-left: 5% !important;
  }

  .mL30 {
    margin-left: 5% !important;
  }

  .mL35 {
    margin-left: 7.5% !important;
  }

  .mL40 {
    margin-left: 7.5% !important;
  }

  .mL45 {
    margin-left: 7.5% !important;
  }

  .mL50 {
    margin-left: 10% !important;
  }

  .mL55 {
    margin-left: 10% !important;
  }

  .mL60 {
    margin-left: 10% !important;
  }

  .mL65 {
    margin-left: 12.5% !important;
  }

  .mL70 {
    margin-left: 12.5% !important;
  }

  .mL75 {
    margin-left: 12.5% !important;
  }

  .mL80 {
    margin-left: 15% !important;
  }

  .mL85 {
    margin-left: 15% !important;
  }

  .mL90 {
    margin-left: 15% !important;
  }

  .mL95 {
    margin-left: 17.5% !important;
  }

  .mL100 {
    margin-left: 17.5% !important;
  }

  .mL105 {
    margin-left: 17.5% !important;
  }

  .mL110 {
    margin-left: 20% !important;
  }

  .mL115 {
    margin-left: 20% !important;
  }

  .mL120 {
    margin-left: 20% !important;
  }

  .mL125 {
    margin-left: 22.5% !important;
  }

  .mL130 {
    margin-left: 22.5% !important;
  }

  .mL135 {
    margin-left: 22.5% !important;
  }

  .mL140 {
    margin-left: 25% !important;
  }

  .mL145 {
    margin-left: 25% !important;
  }

  .mL150 {
    margin-left: 25% !important;
  }

  .mR0 {
    margin-right: 0% !important;
  }

  .mR5 {
    margin-right: 2.5% !important;
  }

  .mR10 {
    margin-right: 2.5% !important;
  }

  .mR15 {
    margin-right: 2.5% !important;
  }

  .mR20 {
    margin-right: 5% !important;
  }

  .mR25 {
    margin-right: 5% !important;
  }

  .mR30 {
    margin-right: 5% !important;
  }

  .mR35 {
    margin-right: 7.5% !important;
  }

  .mR40 {
    margin-right: 7.5% !important;
  }

  .mR45 {
    margin-right: 7.5% !important;
  }

  .mR50 {
    margin-right: 10% !important;
  }

  .mR55 {
    margin-right: 10% !important;
  }

  .mR60 {
    margin-right: 10% !important;
  }

  .mR65 {
    margin-right: 12.5% !important;
  }

  .mR70 {
    margin-right: 12.5% !important;
  }

  .mR75 {
    margin-right: 12.5% !important;
  }

  .mR80 {
    margin-right: 15% !important;
  }

  .mR85 {
    margin-right: 15% !important;
  }

  .mR90 {
    margin-right: 15% !important;
  }

  .mR95 {
    margin-right: 17.5% !important;
  }

  .mR100 {
    margin-right: 17.5% !important;
  }

  .mR105 {
    margin-right: 17.5% !important;
  }

  .mR110 {
    margin-right: 20% !important;
  }

  .mR115 {
    margin-right: 20% !important;
  }

  .mR120 {
    margin-right: 20% !important;
  }

  .mR125 {
    margin-right: 22.5% !important;
  }

  .mR130 {
    margin-right: 22.5% !important;
  }

  .mR135 {
    margin-right: 22.5% !important;
  }

  .mR140 {
    margin-right: 25% !important;
  }

  .mR145 {
    margin-right: 25% !important;
  }

  .mR150 {
    margin-right: 25% !important;
  }

  .pT0 {
    padding-top: 0% !important;
  }

  .pT5 {
    padding-top: 2.5% !important;
  }

  .pT10 {
    padding-top: 2.5% !important;
  }

  .pT15 {
    padding-top: 2.5% !important;
  }

  .pT20 {
    padding-top: 5% !important;
  }

  .pT25 {
    padding-top: 5% !important;
  }

  .pT30 {
    padding-top: 5% !important;
  }

  .pT35 {
    padding-top: 7.5% !important;
  }

  .pT40 {
    padding-top: 7.5% !important;
  }

  .pT45 {
    padding-top: 7.5% !important;
  }

  .pT50 {
    padding-top: 10% !important;
  }

  .pT55 {
    padding-top: 10% !important;
  }

  .pT60 {
    padding-top: 10% !important;
  }

  .pT65 {
    padding-top: 12.5% !important;
  }

  .pT70 {
    padding-top: 12.5% !important;
  }

  .pT75 {
    padding-top: 12.5% !important;
  }

  .pT80 {
    padding-top: 15% !important;
  }

  .pT85 {
    padding-top: 15% !important;
  }

  .pT90 {
    padding-top: 15% !important;
  }

  .pT95 {
    padding-top: 17.5% !important;
  }

  .pT100 {
    padding-top: 17.5% !important;
  }

  .pT105 {
    padding-top: 17.5% !important;
  }

  .pT110 {
    padding-top: 20% !important;
  }

  .pT115 {
    padding-top: 20% !important;
  }

  .pT120 {
    padding-top: 20% !important;
  }

  .pT125 {
    padding-top: 22.5% !important;
  }

  .pT130 {
    padding-top: 22.5% !important;
  }

  .pT135 {
    padding-top: 22.5% !important;
  }

  .pT140 {
    padding-top: 25% !important;
  }

  .pT145 {
    padding-top: 25% !important;
  }

  .pT150 {
    padding-top: 25% !important;
  }

  .pB0 {
    padding-bottom: 0% !important;
  }

  .pB5 {
    padding-bottom: 2.5% !important;
  }

  .pB10 {
    padding-bottom: 2.5% !important;
  }

  .pB15 {
    padding-bottom: 2.5% !important;
  }

  .pB20 {
    padding-bottom: 5% !important;
  }

  .pB25 {
    padding-bottom: 5% !important;
  }

  .pB30 {
    padding-bottom: 5% !important;
  }

  .pB35 {
    padding-bottom: 7.5% !important;
  }

  .pB40 {
    padding-bottom: 7.5% !important;
  }

  .pB45 {
    padding-bottom: 7.5% !important;
  }

  .pB50 {
    padding-bottom: 10% !important;
  }

  .pB55 {
    padding-bottom: 10% !important;
  }

  .pB60 {
    padding-bottom: 10% !important;
  }

  .pB65 {
    padding-bottom: 12.5% !important;
  }

  .pB70 {
    padding-bottom: 12.5% !important;
  }

  .pB75 {
    padding-bottom: 12.5% !important;
  }

  .pB80 {
    padding-bottom: 15% !important;
  }

  .pB85 {
    padding-bottom: 15% !important;
  }

  .pB90 {
    padding-bottom: 15% !important;
  }

  .pB95 {
    padding-bottom: 17.5% !important;
  }

  .pB100 {
    padding-bottom: 17.5% !important;
  }

  .pB105 {
    padding-bottom: 17.5% !important;
  }

  .pB110 {
    padding-bottom: 20% !important;
  }

  .pB115 {
    padding-bottom: 20% !important;
  }

  .pB120 {
    padding-bottom: 20% !important;
  }

  .pB125 {
    padding-bottom: 22.5% !important;
  }

  .pB130 {
    padding-bottom: 22.5% !important;
  }

  .pB135 {
    padding-bottom: 22.5% !important;
  }

  .pB140 {
    padding-bottom: 25% !important;
  }

  .pB145 {
    padding-bottom: 25% !important;
  }

  .pB150 {
    padding-bottom: 25% !important;
  }

  .pL0 {
    padding-left: 0% !important;
  }

  .pL5 {
    padding-left: 2.5% !important;
  }

  .pL10 {
    padding-left: 2.5% !important;
  }

  .pL15 {
    padding-left: 2.5% !important;
  }

  .pL20 {
    padding-left: 5% !important;
  }

  .pL25 {
    padding-left: 5% !important;
  }

  .pL30 {
    padding-left: 5% !important;
  }

  .pL35 {
    padding-left: 7.5% !important;
  }

  .pL40 {
    padding-left: 7.5% !important;
  }

  .pL45 {
    padding-left: 7.5% !important;
  }

  .pL50 {
    padding-left: 10% !important;
  }

  .pL55 {
    padding-left: 10% !important;
  }

  .pL60 {
    padding-left: 10% !important;
  }

  .pL65 {
    padding-left: 12.5% !important;
  }

  .pL70 {
    padding-left: 12.5% !important;
  }

  .pL75 {
    padding-left: 12.5% !important;
  }

  .pL80 {
    padding-left: 15% !important;
  }

  .pL85 {
    padding-left: 15% !important;
  }

  .pL90 {
    padding-left: 15% !important;
  }

  .pL95 {
    padding-left: 17.5% !important;
  }

  .pL100 {
    padding-left: 17.5% !important;
  }

  .pL105 {
    padding-left: 17.5% !important;
  }

  .pL110 {
    padding-left: 20% !important;
  }

  .pL115 {
    padding-left: 20% !important;
  }

  .pL120 {
    padding-left: 20% !important;
  }

  .pL125 {
    padding-left: 22.5% !important;
  }

  .pL130 {
    padding-left: 22.5% !important;
  }

  .pL135 {
    padding-left: 22.5% !important;
  }

  .pL140 {
    padding-left: 25% !important;
  }

  .pL145 {
    padding-left: 25% !important;
  }

  .pL150 {
    padding-left: 25% !important;
  }

  .pR0 {
    padding-right: 0% !important;
  }

  .pR5 {
    padding-right: 2.5% !important;
  }

  .pR10 {
    padding-right: 2.5% !important;
  }

  .pR15 {
    padding-right: 2.5% !important;
  }

  .pR20 {
    padding-right: 5% !important;
  }

  .pR25 {
    padding-right: 5% !important;
  }

  .pR30 {
    padding-right: 5% !important;
  }

  .pR35 {
    padding-right: 7.5% !important;
  }

  .pR40 {
    padding-right: 7.5% !important;
  }

  .pR45 {
    padding-right: 7.5% !important;
  }

  .pR50 {
    padding-right: 10% !important;
  }

  .pR55 {
    padding-right: 10% !important;
  }

  .pR60 {
    padding-right: 10% !important;
  }

  .pR65 {
    padding-right: 12.5% !important;
  }

  .pR70 {
    padding-right: 12.5% !important;
  }

  .pR75 {
    padding-right: 12.5% !important;
  }

  .pR80 {
    padding-right: 15% !important;
  }

  .pR85 {
    padding-right: 15% !important;
  }

  .pR90 {
    padding-right: 15% !important;
  }

  .pR95 {
    padding-right: 17.5% !important;
  }

  .pR100 {
    padding-right: 17.5% !important;
  }

  .pR105 {
    padding-right: 17.5% !important;
  }

  .pR110 {
    padding-right: 20% !important;
  }

  .pR115 {
    padding-right: 20% !important;
  }

  .pR120 {
    padding-right: 20% !important;
  }

  .pR125 {
    padding-right: 22.5% !important;
  }

  .pR130 {
    padding-right: 22.5% !important;
  }

  .pR135 {
    padding-right: 22.5% !important;
  }

  .pR140 {
    padding-right: 25% !important;
  }

  .pR145 {
    padding-right: 25% !important;
  }

  .pR150 {
    padding-right: 25% !important;
  }

  .pA0 {
    padding: 0% !important;
  }

  .pA5 {
    padding: 2.5% !important;
  }

  .pA10 {
    padding: 2.5% !important;
  }

  .pA15 {
    padding: 2.5% !important;
  }

  .pA20 {
    padding: 5% !important;
  }

  .pA25 {
    padding: 5% !important;
  }

  .pA30 {
    padding: 5% !important;
  }

  .pA35 {
    padding: 7.5% !important;
  }

  .pA40 {
    padding: 7.5% !important;
  }

  .pA45 {
    padding: 7.5% !important;
  }

  .pA50 {
    padding: 10% !important;
  }

  .pA55 {
    padding: 10% !important;
  }

  .pA60 {
    padding: 10% !important;
  }

  .pA65 {
    padding: 12.5% !important;
  }

  .pA70 {
    padding: 12.5% !important;
  }

  .pA75 {
    padding: 12.5% !important;
  }

  .pA80 {
    padding: 15% !important;
  }

  .pA85 {
    padding: 15% !important;
  }

  .pA90 {
    padding: 15% !important;
  }

  .pA95 {
    padding: 17.5% !important;
  }

  .pA100 {
    padding: 17.5% !important;
  }

  .pA105 {
    padding: 17.5% !important;
  }

  .pA110 {
    padding: 20% !important;
  }

  .pA115 {
    padding: 20% !important;
  }

  .pA120 {
    padding: 20% !important;
  }

  .pA125 {
    padding: 22.5% !important;
  }

  .pA130 {
    padding: 22.5% !important;
  }

  .pA135 {
    padding: 22.5% !important;
  }

  .pA140 {
    padding: 25% !important;
  }

  .pA145 {
    padding: 25% !important;
  }

  .pA150 {
    padding: 25% !important;
  }
}
.z-in0 {
  z-index: 0;
}

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

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

.z-in3 {
  z-index: 3;
}

.z-in4 {
  z-index: 4;
}

.z-in5 {
  z-index: 5;
}

.z-in6 {
  z-index: 6;
}

.z-in7 {
  z-index: 7;
}

.z-in8 {
  z-index: 8;
}

.z-in9 {
  z-index: 9;
}

.z-in10 {
  z-index: 10;
}

.visibility_hidden {
  visibility: hidden;
}

.no_link {
  color: #9a9a9a !important;
  pointer-events: none !important;
}

.po_ev_no {
  pointer-events: none !important;
}

a.cl33,
a.cl50,
a.cl25,
a.cl20,
a.cl33 {
  display: block;
}

a.cl7_3,
a.cl4_6,
a.cl6_4,
a.cl3_7 {
  display: flex;
  justify-content: space-between;
}

.cl7_3,
.cl4_6,
.cl6_4,
.cl3_7 {
  display: flex;
  justify-content: space-between;
}

.cl33:after,
.cl50:after,
.cl25:after,
.cl20:after,
.cl33:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

@media (min-width: 901px) {
  .cl50_max > a,
.cl50 > a,
.cl33 > a,
.cl25 > a,
.cl3_7 > a,
.cl7_3 > a,
.cl4_6 > a,
.cl6_4 > a {
    display: block;
  }

  .cl50_max > li,
.cl50_max > a {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > li,
.cl50 > div,
.cl50 > a {
    float: left;
    width: 48%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > li:not(:nth-child(2n)),
.cl50 > div:not(:nth-child(2n)),
.cl50 > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cl33 > li,
.cl33 > div,
.cl33 > a {
    float: left;
    width: 30%;
    margin-bottom: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33 > div:not(:nth-child(3n)),
.cl33 > li:not(:nth-child(3n)),
.cl33 > a:not(:nth-child(3n)) {
    margin-right: 5%;
  }

  .cl25 > div,
.cl25 > li,
.cl25 > a {
    float: left;
    width: 23%;
    margin-bottom: 2.666%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
  }

  .cl25 > div:not(:nth-child(4n)),
.cl25 > li:not(:nth-child(4n)),
.cl25 > a:not(:nth-child(4n)) {
    margin-right: 2.666%;
  }

  .cl3_7 > div:nth-child(odd),
.cl3_7 > li:nth-child(odd) {
    float: left;
    width: 30%;
  }

  .cl3_7 > div:nth-child(even),
.cl3_7 > li:nth-child(even) {
    float: right;
    width: 66%;
  }

  .cl7_3 > div:nth-child(odd),
.cl7_3 > li:nth-child(odd) {
    float: left;
    width: 66%;
  }

  .cl7_3 > div:nth-child(even),
.cl7_3 > li:nth-child(even) {
    float: right;
    width: 30%;
  }

  .cl4_6 > div:nth-child(odd),
.cl4_6 > li:nth-child(odd) {
    float: left;
    width: 40%;
  }

  .cl4_6 > div:nth-child(even),
.cl4_6 > li:nth-child(even) {
    float: right;
    width: 56%;
  }

  .cl6_4 > div:nth-child(odd),
.cl6_4 > li:nth-child(odd) {
    float: left;
    width: 56%;
  }

  .cl6_4 > div:nth-child(even),
.cl6_4 > li:nth-child(even) {
    float: right;
    width: 40%;
  }
}
@media (max-width: 900px) and (min-width: 0px) {
  .cl50_max > a,
.cl50 > a,
.cl33 > a,
.cl25 > a,
.cl3_7 > a,
.cl7_3 > a,
.cl4_6 > a,
.cl6_4 > a {
    display: block;
  }

  .cl50_max > li,
.cl50_max > div,
.cl50_max > a {
    width: 100%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl50 > div,
.cl50 > li,
.cl50 > a {
    width: 100%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33 > div,
.cl33 > li,
.cl33 > a {
    float: left;
    width: 48%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cl33 > div:not(:nth-child(2n)),
.cl33 > li:not(:nth-child(2n)),
.cl33 > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cl25 > div,
.cl25 > li,
.cl25 > a {
    float: left;
    width: 48%;
    margin-bottom: 4%;
    position: relative;
  }

  .cl25 > div:not(:nth-child(2n)),
.cl25 > li:not(:nth-child(2n)),
.cl25 > a:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  .cl3_7 > div,
.cl7_3 > div,
.cl4_6 > div,
.cl6_4 > div,
.cl3_7 > li,
.cl7_3 > li,
.cl4_6 > li,
.cl6_4 > li {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  padding: 0;
  background: #E8E6E1;
  position: relative;
  color: #2D1A03;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2;
  font-weight: normal;
  max-width: 100%;
  letter-spacing: 0.08em;
  overflow-x: hidden;
}

h2,
h3,
h4{
  letter-spacing: 0.1em;
}

.zen{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.mincho{
  font-family: "YuMincho +36p Kana", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Noto Serif JP", Georgia, serif;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

a {
  color: #2D1A03;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover{
  opacity: 0.5;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bk_gry {
  background: #f3f3f3;
}


/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
.menu-trigger_wrap {
  float: right;
  width: 54px;
  position: absolute;
  z-index: 10;
  right: 33px;
  top: 12px;
  padding: 10px 0;
}

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

.menu-trigger {
  position: relative;
  width: 38px;
  height: 28px;
  z-index: 20;
  display: block;
  margin: 0 auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ae1627;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

.menu-trigger em {
  position: absolute;
  top: 33px;
  font-size: 1.3rem;
  color: #ae1627;
  font-weight: bold;
  left: -2px;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  -webkit-transition: all 0.25s 0.25s;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
.active .menu-trigger span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
  top: -7px;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
    transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
    transform: translateY(20px) rotate(45deg);
  }
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
  bottom: -9px;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
    transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
  }
}
/* ---------------------------------------------------------------------------
  ★グローバルナビゲーション
--------------------------------------------------------------------------- */
.nav_wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.nav_wrp.changed {
  display: block;
}

.nav_site {
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 240px;
  height: 100%;
  padding: 100px 30px 50px;
  position: fixed;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  transition-timing-function: cubic-bezier(0.96, -0.01, 0.08, 1);
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 1;
}

.nav_site.active {
  opacity: 1;
  top: 0;
  right: 0;
}



/* =======================================
	パンくず
========================================== */
ul.pankuzu {
  display: flex;
  color: #746450;
  letter-spacing: 0.2em;
  font-weight: 300;
  position: relative;
  justify-content: end;
}

ul.pankuzu a {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  padding-right: 13px;
  text-decoration: none;
  color: #746450;
}

ul.pankuzu a:before {
  position: absolute;
  top: 0.1rem;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.pankuzu a::before,
ul.pankuzu a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}

ul.pankuzu a::before {
  border-top: 1px solid #746450;
  border-right: 1px solid #746450;
  transform: rotate(45deg);
}



/* =======================================
  ページャー
========================================== */
div#pager {
  display: flex;
  justify-content: center;
}

div#pager a,
#pager span {
  border: 1px solid #746450;
  height: 40px;
  line-height: 36px;
  width: 40px;
  text-align: center;
  border-radius: 50em;
  margin: 0 5px;
  color: var(--main-brown);
  position: relative;
  padding-left: 0.1rem;
}

#pager span {
  background: var(--mid-brown);
  color: #FFF;
}

.wp-pagenavi {
    clear: both;
    font-size: 14px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 2.6;
    /*border: 1px solid #000000;*/
    -webkit-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    color: #000000;
    font-size: 14px;
    margin: 5px;
    vertical-align: top;
    padding: 0px;
    /*background-color: #fff;*/
    border-radius: 4px;
    display: inline-block;
}

.wp-pagenavi span.extend {
    border: 1px solid rgba(245, 245, 245, 0);
}

.wp-pagenavi span.current {
    color: #fff;
    background-color: #000000;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
}


#pager .dots {
  color: #949494;
  background: no-repeat;
  border: none;
  margin: 0;
  width: 26px;
  transform: translate(0px, 2px);
}

#pager .next:before,
#pager .prev:before {
  content: "";
  background: url(../images/arrow03.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  top: 0;
  left: 0;
}

ul.page-numbers li a:before {
    content: "";
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    border-top: solid 2px var(--main-blue);
    border-right: solid 2px var(--main-blue);
    width: 7px;
        height: 7px;
        right: -2px;
}


#pager .next,
#pager .prev {
  border: none;
  display: none;/*--- 追加!! ----*/
}

#pager .next {
  margin-left: 20px;
}

#pager .prev {
  margin-right: 20px;
}

#pager .next:before {
  transform: rotateY(180deg);
}

:root {
  --main-blue: #6DDBD5;
  --main-brown: #2D1A03;
  --mid-brown: #746450;
  --lt-brown: #D7D2CC;
  --dk-blue: #C5F1EE;
}

.rela{
  position: relative;
}

/* =======================================
	header
========================================== */
#header01{
  position: relative;
  z-index: 999;
}

.header__inner {
  position: fixed;
  top: 3rem;
  left: 0;
  width: 100%;
  /*background-color: rgba(255, 255, 255, 0.7); */
  z-index: 101;
  transition: top 0.4s ease;
}

.header__inner.is-fixed {
  top: 0;
  padding-left: 0.5rem 0;
}

.header__inner__in{
    position: relative;
}
.header__logo {
  display: block;
  transition: all 0.15s linear;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__inner.is-fixed .header__logo{
  position: relative;
}

body.is-open .navi {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background: #fff;
}




/* =======================================
  nav
========================================== */
.has-sub {
    position: relative;
}

.navi__menu-link {
    gap: 0.65rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    letter-spacing: 0;
    padding-bottom: 0.6rem;
}

.navi {
    bottom: 0;
    display: block;
    opacity: 0;
    overflow: auto;
    padding-top: 15px;
    position: fixed;
    right: 0;
    top: 60px;
    transition: 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 50;
}

.navi__child li{
    position: relative;
}
.navi__menu-link {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}

/*.navi_arrow02::before{
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--main-blue);
    border-right: 1px solid var(--main-blue);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 1rem;
    transform: rotate(45deg);
    transition: .3s;
    margin-top: 4px;
}
.navi_arrow02::before{
    top: calc(50% - 8px);
}*/


.navi__child {
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 1rem;
}
.navi__child a {
    gap: 5px;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    width: 100%;
    padding: 0.5rem 1.5rem 0.5rem 2.3rem;
}

.header__trigger {
  position: absolute;
  width: 42px;
  height: 15px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 999;
  transition: all 0.15s linear;
}

.header__trigger-line {
  display: block;
  height: 2px;
  background: #2D1A03;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.35s ease, width 0.35s ease;
  transform-origin: center;
}

/* ×ボタン状態 */
.header__trigger.is-active .header__trigger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__trigger.is-active .header__trigger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header__trigger.is-active .header__trigger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.header__trigger-menu {
    color: #2c2c2c;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.1rem;
}
.header__trigger-menu span.close {
    display: none;
}
.header__trigger-menu.is-active span.open {
    display: none;
}
.header__trigger-menu.is-active span.close {
    display: block;
    color: #2c2c2c;
}

.header__trigger-inner {
    display: inline-block;
    height: 15px;
    position: relative;
    transition: all 0.4s;
    width: 42px;
    margin-bottom: 3px;
}
.header__trigger-line {
    background-color: #2D1A03;
    border-radius: 2.5px;
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.5s;
    transition-property: transform, -webkit-transform;
    width: 100%;
}
.header__trigger-line:nth-of-type(1) {
    top: -2px;
}
.header__trigger-line:nth-of-type(2) {
    top: 5.5px;
}
.header__trigger-line:nth-of-type(3) {
    bottom: 0;
}
.header__trigger-line:nth-of-type(1).is-active {
    transform: translateY(9px) rotate(45deg);
}
.header__trigger-line:nth-of-type(2).is-active {
    display: none;
}
.header__trigger-line:nth-of-type(3).is-active {
    transform: translateY(-5px) rotate(-45deg);
}

.header__inner.is-fixed .header__trigger::after {
  content: ''; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: rgba(232, 230, 225, 0.5);
  backdrop-filter: blur(4px);      
  z-index: -1;                      
  transition: opacity 0.1s ease;     
}

/* ---------------------------------------------------------------------------
  オーバーレイ
--------------------------------------------------------------------------- */
/*.drawer-overlay {
  position: fixed;
  inset: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  /*z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.drawer-overlay.is-active {
  opacity: 1;
  visibility: visible;
}*/

/* ---------------------------------------------------------------------------
  ドロワー本体
--------------------------------------------------------------------------- */
.navi-drawer, #naviDrawer{
  position: fixed;
  top: 0;
  left: 0; /* right: 0 から左基準に変更して幅100%に対応 */
  width: 100%; /* 340px から 100% に変更 */
  max-width: 100%; /* 90vw を解除 */
  height: 100dvh;
  background: rgba(232, 230, 225, 1); 
  z-index: 100;
  
  /* スライド（transform）を削除し、フェード（opacity）に変更 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
  overflow-y: auto;
  overscroll-behavior: contain;
}

/* メニューが開いた状態 */
.navi-drawer.is-active, #naviDrawer.is-active{
  transform: none; /* スライドモーションを無効化 */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.navi-drawer__inner {
  min-height: 100%;
}

/* 閉じるボタン（ドロワー内右上） */
.navi-drawer__close {
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navi-drawer__close span {
  display: block;
  width: 32px;
  height: 1.5px;
  background: #2D1A03;
  border-radius: 2px;
  position: absolute;
}

.navi-drawer__close span:nth-child(1) {
  transform: rotate(45deg);
}
.navi-drawer__close span:nth-child(2) {
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------------------
  ドロワー内 メニューリスト
--------------------------------------------------------------------------- */
.navi__menu {
 width: 100%;
  max-width: 600px; /* メニューが横に広がりすぎないように制限 */
  margin: 0 auto;
}

.navi__menu-item {
  border-bottom: 1px solid transparent;
    /*border-image: linear-gradient(90deg, #40301D 80%, #847237 100%);*/
    border-image: linear-gradient(90deg, rgba(64, 48, 29, 0.4) 80%, rgba(132, 114, 55, 0.4) 100%);
    border-image-slice: 1;
}

.navi__menu-item:first-child {
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(64, 48, 29, 0.4) 80%, rgba(132, 114, 55, 0.4) 100%);
    border-image-slice: 1;
}

li.navi_borno {
  border-bottom: none;
}

/* 通常リンク（サブなし） */
.navi__menu-item.hasnot-sub .navi__menu-link {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--main-brown);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}


.navi__menu-item.hasnot-sub .navi__menu-link:hover {
  opacity: 0.5;
}

/* サブあり：ボタン型アコーディオン */
.navi__accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.6rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: #2D1A03;
  background: none;
  border: none;
  cursor: default;/* アコーディオンボタン（サブメニューあり）のカーソルを矢印に */
  text-align: left;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}


/* リンクとアコーディオン矢印が分かれているパターン（運営校一覧） */
.navi__menu-link-wrap {
  display: flex;
  align-items: center;
}

.navi__menu-link--direct {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2D1A03;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

.navi__menu-link--direct:hover {
  color: var(--main-blue);
  opacity: 1;
}

.navi__accordion-btn--arrow-only {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* アコーディオン矢印 */
.navi__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--main-blue);;
  border-bottom: 1px solid var(--main-blue);;
  transform: rotate(45deg);
  transition: transform 0.3s ease, border-color 0.2s;
  flex-shrink: 0;
  margin-top: -3px;
  margin-right: 1rem;
}

.navi__accordion-btn[aria-expanded="true"] .navi__arrow,
.navi__accordion-btn--arrow-only[aria-expanded="true"] .navi__arrow {
  transform: rotate(-135deg);
  margin-top: 4px;
  border-color: var(--main-blue);
}

/* サブメニュー */
.navi__child {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
  opacity: 0;
}

.navi__child.is-open {
  max-height: 400px;
  opacity: 1;
}

.navi__child li a {
  display: flex;
  align-items: center;
  gap: 0.8rem;

  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
  position: relative;
}

.navi__child li a::before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #2D1A03;
  flex-shrink: 0;
}

.drawer_logo{
  margin-bottom: 2rem;
}

a.telBox_brown{
    border: 1px solid transparent;
    border-image: linear-gradient(90deg, #40301D 80%, #847237 100%);
    border-image-slice: 1;
    color: var(--main-brown);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* ---------------------------------------------------------------------------
  body スクロールロック
--------------------------------------------------------------------------- */
body.drawer-open {
  overflow: hidden;
}




/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
a.to_detail01,
a.to_detail02{
  display: block;
    text-align: center;
    border-radius: 10rem;
    font-weight: 700;
    position: relative;
}

a.to_detail01{
  background-color: var(--main-blue);
  color: #fff;
}
a.to_detail02{
  background-color: #fff;
  color: var(--main-blue);
}


a.to_detail01 span,
a.to_detail02 span{
  position: relative;
  padding-right: 2rem;
}
a.to_detail01 span:before {
content: "";
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
a.to_detail02 span:before {
content: "";
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    border-top: solid 2px var(--main-blue);
    border-right: solid 2px var(--main-blue);
}


a.anchor01,a.anchor02{
    height: 1px;
    display: block;
}

.bg_ltgray{
  background: var(--lt-gray);
}

.img_bor{
  border: 1px solid #ccc;
}
.img_c{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blue_borBox{
  border: 2px solid var(--main-blue);
}


/* ---------------------------------------------------------------------------
  ★トップページ
--------------------------------------------------------------------------- */
#home {
  overflow-x: hidden; /* 画面全体の横割れ・横スクロールを防止 */
}
section.hero {
  background: url(../img/topimg.webp) no-repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
}
section.hero .hero-txt {
  color: #2D1A03;
  font-weight: 500;
}
section.hero h2{
  letter-spacing: 0.08em;
}


#home .Box01,
#home .Box02,
#home .Box03,
#home .Box04{
      width: 100%;
      position: relative;
      /*overflow: hidden;*/
      /*min-height: 100vh;*/
}
.solutions__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;/* 画像が文字やボタンのクリックを邪魔しないように */
  will-change: transform;
}
#home .Box01 .solutions__deco {
  width: 570px;
  top: 10%;
  right: 0;
}

#home .Box02 .solutions__deco {
  top: 10%; /* 少し下げて配置し、上に動く余白を作ります */
  right: 0;
}


#home .Box03 .solutions__deco.deco02 {
  z-index: -1;
}

/* Box04：コンテンツ内の画像 */
#home .Box04 .solutions__deco {


}

#home .Box02 { z-index: 1; }
#home .Box03 { z-index: 2; } /* Box02より数字を大きくして、全体を手前に出します */
#home .Box04 { z-index: 3; }

/* コンテンツが画像の下に隠れないように保証 */
/*.solutions__item,
.solutions__content,
h3 {
  position: relative;
  z-index: 1;
}*/



.section-title-en {
      position: absolute;
      top: -53px;
      left: 10px;
      z-index: 10;
      width: 416px;
}
.body-text p.Mgn_0{
    margin-bottom: 0;
}
.value-list li {
      padding-left: 1.2em;
      position: relative;
}
.value-list li::before {
      content: '・';
      position: absolute;
      left: 0;
}
 
.closing-text p {
  margin-bottom: 0.4em;
}


a.btn-view-more{
  display: block;
  text-align: center;
  font-weight: 400;
}
a.btn-brown{
      /* グラデーションの線 */
      border: 1px solid transparent; 
      border-image: linear-gradient(90deg, #40301D 80%, #847237 100%);
      border-image-slice: 1; 
      /* グラデーションの文字 */
      background: linear-gradient(90deg, #40301D 50%, #E7D25C 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      text-decoration: none;
      transition: background 0.3s ease, color 0.3s ease;
}
a.btn-blue{
  background: linear-gradient(to right, #aeeae7, #52b6b0);
  color: #fff;
}
a.btn-brown02{
  background: linear-gradient(to right, #392F25, #786c42);
  color: #fff;
}
a.btn-view-more:hover {
  opacity: 0.5;
}
 

/* ============================================================
   animation.css — スクロール連動アニメーション
   方針:
   · CSSで初期状態(非表示)を定義
   · JS(IntersectionObserver)が .is-visible を付与したら再生
   · prefers-reduced-motion 対応済み
   ============================================================ */

/* ----------------------------------------------------------
   1. 共通: アニメーションの基底クラス
      HTML側で [data-ani] 属性を付けた要素に適用
   ---------------------------------------------------------- */
[data-ani] {
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

[data-ani].is-visible {
  opacity: 1;
  transform: none;
}

/* ----------------------------------------------------------
   2. バリエーション: data-ani="○○" で動きを選ぶ
   ---------------------------------------------------------- */

/* 下からフェードアップ（デフォルト・最多用途） */
[data-ani="up"] {
  transform: translateY(24px);
}

/* 左からフェードイン（画像ブロックなど） */
[data-ani="left"] {
  transform: translateX(-20px);
}

/* 右からフェードイン */
[data-ani="right"] {
  transform: translateX(20px);
}

/* フェードのみ（重い要素・背景画像など） */
[data-ani="fade"] {
  transform: none;
}

/* ----------------------------------------------------------
   3. ディレイ: data-delay="○○" で段差をつける
      例: data-delay="1" → 0.12s, data-delay="4" → 0.48s
   ---------------------------------------------------------- */
[data-delay="1"] { transition-delay: 0.12s; }
[data-delay="2"] { transition-delay: 0.22s; }
[data-delay="3"] { transition-delay: 0.34s; }
[data-delay="4"] { transition-delay: 0.46s; }
[data-delay="5"] { transition-delay: 0.56s; }
[data-delay="6"] { transition-delay: 0.66s; }

/* ----------------------------------------------------------
   4. prefers-reduced-motion: アニメーション無効化
      · 動きは即座にスキップ、透明度のみ残す
   ---------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  [data-ani] {
    transform: none !important;
    transition: opacity 0.4s ease !important;
  }
}

 

#home .Box02 {
  position: relative;
  overflow: hidden;
} 

#home .Box02 h3{
  color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
#home .Box02 h3 span{
  display: block;
}
 
/* ============================================================
  アイテム（01 / 02 / 03 共通）
============================================================ */
    .solutions__item {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      align-items: start;
    }
 
/* ============================================================
  左カラム：2枚の写真
============================================================ */
    .solutions__photos {
      grid-column: 1 / 2;
      grid-row: 1 / 3;
      position: relative;
    }

    /* 上段：写真＋ラベルを横並び */
.solutions__photos-top {
  display: flex;
}

.solutions__photo--top {
  width: 50%;
}

 
 
/* ============================================================
    縦書きタイトル
============================================================ */
.solutions__label {
      position: relative;
}
 
.solutions__num {
      position: absolute;
      top: -3rem;
      font-family: 'YuMincho +36p Kana', serif;
      color: #A9A393;
      letter-spacing: 0.04em;
}
#home .Box_a .solutions__num{
    right: 0;
}
 
.solutions__title-vertical {
  color: #fff;
      position: relative;
      writing-mode: vertical-rl;
      font-weight: 500;
      letter-spacing: 0.3em;
      z-index: 1;
}
 
/* ============================================================
    右カラム：メイン写真＋テキスト＋ボタン
============================================================ */
    .solutions__content {
      grid-column: 2 / 4;
      grid-row: 1 / 3;
      color: #fff;
    }
    .solutions__main-photo {
      width: 100%;
      display: block; 
    }


#home .Box03{
  position: relative;
}

#home .Box03 .solutions__photos {
      grid-column: 2 / 3;
}
#home .Box03 .solutions__content{
  grid-column: 1 / 2;
}
#home .Box03 .deco01{
  top: 0;
  left: 0;
}
#home .Box03 .solutions__photo--bottom{
  position: relative;
  z-index: 1;
}

/*#home .Box04_up{
  overflow-x: hidden;
}
#home .Box04{
  overflow: hidden;
}*/
#home .Box04 .solutions__photo--bottom,
#home .Box04 .solutions__main-photo,
#home .Box04 .solutions__photos,
#home .Box03 .solutions__photos{
    position: relative;
    z-index: 1;
}


/* -- topWork ---------------*/
.works-section {
      position: relative;
      /*display: flex;
      align-items: flex-start;*/
}
/*.works-section::after {
  content: '';
  position: absolute;
  left: 0; 
  right: -100em;
  bottom: 0;
  background: #C5F1EE;
  z-index: 0;
}*/
 
.works-heading {
  position: absolute;
      writing-mode: vertical-rl;
      text-orientation: upright;
      flex-shrink: 0;
      width: 80px;
      display: flex;
      align-items: center;
      gap: 18px;
      z-index: 5;
}
.works-heading .ja{
  letter-spacing: 0.25em;
} 
.works-heading .en {
      writing-mode: vertical-rl;
      text-orientation: mixed;
}

.works-section ul li .imgBox {
    aspect-ratio: 4 / 3;
}

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

.works-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
}
 .work-card {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
    .work-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    }
 

    .card-image {
      width: 100%;
      aspect-ratio: 4 / 4;
      position: relative;
      transition: opacity 0.3s ease;
    }
    .card-image img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
 
    .work-card:hover .card-image {
      opacity: 0.85;
    }
 
    /* Category tag */
    .card-tag {
      position: absolute;
      top: 12px;
      left: 12px;
      background: #5A5A5A;
      color: #fff;
      z-index: 2;
    }
 
    .card-date {
      position: absolute;
      top: auto;
      left: auto;
      bottom: 0.8rem;
      right: 1.5rem;
      text-align: right;
    }
 
/* ── View More ── */
.works-footer {
      text-align: right;
}
    .view-more {
      text-decoration: none;
      position: relative;
      display: inline-block;
    }
    .view-more::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: currentColor; /* 親の color を継承するのでホバー色変更も自動追従 */
}


.slick01 {
  position: relative;
  overflow: hidden;
}

/* 見切れている両端は半調 */
.slick01 .slick-slide {
  opacity: 0.5;
  transition: opacity 0.5s ease; /* 切り替わりを滑らかに */
}

/* 中央の画像だけ不透明度を1 */
.slick01 .slick-slide.slick-center {
  opacity: 1;
}

/* 画面内に見えている3枚はすべて不透明度1にする */
.slick01 .slick-slide.slick-active {
  opacity: 1;
}

/* スライダーの両端に外側へ白くなるグラデーションをかける */
.slick01::before,
.slick01::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%; /* じわっと消え始める幅。centerPadding（12.5%）より少し広めが綺麗です */
  z-index: 2;  /* 画像（z-index: 1想定）の上に重ねる */
  pointer-events: none; /* グラデーション部分の上からも矢印などがクリックできるようにする */
}

/* 左端：左に向かって白くなる */
.slick01::before {
  left: 0;
  /*background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);*/
  background: linear-gradient(to left, rgba(232, 230, 225, 0) 0%, rgba(232, 230, 225, 1) 100%);
}

/* 右端：右に向かって白くなる */
.slick01::after {
  right: 0;
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);*/
  background: linear-gradient(to right, rgba(232, 230, 225, 0) 0%, rgba(232, 230, 225, 1) 100%);
}

.slick01 .imgBox img {
  width: 100%;
  height: auto;      /* 高さを揃えたい場合は 300px 等で固定して object-fit: cover; もおすすめ */
  display: block;
}

/* -- topRecruit ---------------*/
.recruit-section {
      display: flex;
      align-items: center;
      min-height: 560px;
}
 .recruit-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
 
/* ── Right: Content ── */
    .recruit-content {
      padding: 0 0 0 32em;
      display: flex;
      flex-direction: column;
      gap: 0;
    }
 
    .recruit-catch {
      text-align: right;
    }
 
    /* 区切り線 + Recruit */
    .recruit-label-row {
      display: flex;
      align-items: center;
      gap: 20px;
    }
 
    .recruit-label-row::before {
      content: '';
      flex: 1;
      height: 1px;
      background: #2D1A03;
    }
 

/* -- topInfo ---------------*/
ul.infoList li {
  border-bottom: 1px solid #B9B9B9;
}
ul.infoList li:first-child{
  border-top: 1px solid #B9B9B9;
}
ul.infoList li p.day{
  font-weight: 500;
}

/* -- cta ---------------*/
.topContact{
    background: url(../img/bg_contact.webp) no-repeat;
  background-position: center top;
  background-size: cover;
    position: relative;
  color: #fff;
}
.topContact h3 span.en{
  color: #D4D0C6;
  display: block;
}
.topContact h3 span.ja{
  letter-spacing: 0.15em;
}
.topContact ul li a.Box{
  display: block;
  background: #ECE8DE;
  text-align: center;
}
a.Box_form span{
    display: block;
}
.form_txt{
    font-size: 1.2rem;
    line-height: 3;
}

/* -- footer  ---------------*/
footer{
  background: url(../img/bg_footer.webp) no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
a.footer_logo{
  display: block;
}

a.footer__link{
  gap:0.7rem;
  display: flex;
      align-items: center;
    letter-spacing: 0.05em;
    width: 100%;
    transition: color 0.2s;
}
.footer_right a.sub::before {
    background-color: #2D1A03;
    content: "";
    display: block;
    height: 1px;
    width: 0.7rem;
}
.footer__copy {
    font-size: 1.2rem;
    text-align: center;
    color: #8F8C85;
}


/* ---------------------------------------------------------------------------
  下層ページ
--------------------------------------------------------------------------- */
.subTop{
  background: url(../img/subTop.webp) no-repeat;
  background-position: center bottom;
  background-size: cover;
    position: relative;
}
.subTop h2{
  letter-spacing: 0.12em;
}
.subTop h2 span.en{
  display: block;
  letter-spacing: 0.2em;
}


.bor_bt{
  border-bottom: 1px solid #ccc;
}
.bor_top{
  border-top: 1px solid #D4D0C6;
}
.bor_top_brown{
  border-top: 1px solid var(--main-brown);
}
.bor_bt_brown{
  border-bottom: 1px solid #D4D0C6;
}
.bor_Box{
  border: 1px solid var(--main-blue);
}
.bg_blue{
  background: var(--dk-blue);
}
.bg_brown{
  background: #969185;
}
.bg_white{
  background: rgba(255, 255, 255, 0.35);
}

#office .bg_brown,
#company .bg_brown{
  color: #fff;
}


/* ---------------------------------------------------------------------------
  会社案内
--------------------------------------------------------------------------- */
.message_sign {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

table{
  width: 100%;
}
table.c-table th{
  border-top: 1px solid #a1988d;
  border-bottom: 1px solid #a1988d;
  color: var(--main-red);
  font-weight: 600;
  letter-spacing: .06em;
  text-align: left;
  line-height: 1.7;
}
table.c-table td {
  border-top: 1px solid #d1cbc6;
  border-bottom: 1px solid #d1cbc6;
}


/* ---------------------------------------------------------------------------
  ESGへの取り組み
--------------------------------------------------------------------------- */
#esg .Box02 h4,
#esg .Box02 p{
  color: #fff;
}

#esg .Box02_2 li{
  align-items: center;
}
#esg .Box02_2 .num{
  position: relative;
  color: #BCB4AB;
}
#esg .Box02_2 h5{
  font-weight: 500;
}
#esg .Box02_2 p{
  color: var(--mid-brown);
}

#esg .Box03 h3,
#esg .Box03 h4{
  color: #fff;
}
#esg .Box03 .titBox span.en{
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#esg .Box03 .titBox span.ja{
  color: var(--lt-brown);
}
#esg .Box03 .txtBox p{
    color: #fff;
}
#esg .Box03 .icon{
    gap: 1rem;
}
#esg .Box_bt{
  color: #fff;
}
#esg .Box_bt ul li .imgBox{
  background: linear-gradient(to right, #aad9d4, #60aea7);
  border-radius: 50%;
  margin: 0 auto;
}
#esg .Box_bt ul li .imgBox img{
    width: 50%;
    height: 50%;
}
#esg .Box_bt ul li p{
  text-align: center;
}

/* ---------------------------------------------------------------------------
  ユニティーの価値
--------------------------------------------------------------------------- */
#value .Box02 .maruBox{
  border-radius: 50%;
  border: 1px solid var(--lt-brown);
  color: #fff;
} 
#value .Box02 .txtBox{
  color: #fff;
}
.Box_flex{
  position: relative;
}
.Box_flex::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--main-brown);
}
.Box_flex h4{
  position: relative;
}
.Box_flex .solutions__num{
  left: 0;
  z-index: -1;
}
.linkBox{
  border-top: 1px solid var(--main-brown);
}
.linkBox h3 span{
  display: block;
}



/* ---------------------------------------------------------------------------
  オフィスソリューション事業
--------------------------------------------------------------------------- */
.Box_check{
  text-align: center;
}
.Box_check ul{
  display: inline-block;
    text-align: left;
}
.Box_check ul li{
  background: url(../img/check.svg) no-repeat;
  background-position: 0 8px;
}

#service .Box_m ul li .imgBox{
      background: linear-gradient(to right, #aad9d4, #60aea7);
    border-radius: 50%;
  margin: 0 auto;
}
#service .Box_m ul li .imgBox img {
    width: 50%;
    height: 50%;
}
#office .Box_m ul li .imgBox img,
#store .Box_m ul li .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


#office .Box03 ul li p{
  text-align: center;
}

#office .Box_m ul li .imgBox,
#store .Box_m ul li .imgBox{
    background: var(--mid-brown);
}

.case_num{
  display: inline-block;
   font-family: 'YuMincho +36p Kana', serif;
   color: #fff;
   background: linear-gradient(to right, #392F25, #786c42);
  letter-spacing: 0.04em;
}

#service .Box06 ul li{
  border: 1px solid var(--mid-brown);
  position: relative;
}
#service .Box06 ul li:not(:last-child):before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: auto;
}

#office .Box07 h3 span{
    display: block;
}
#office .Box07 h3 {
    position: relative;
    display: inline-block;
}
#office .Box07 h3:before,  
#office .Box07 h3:after {
    position: absolute;
    top: 27px;
    content: "";
    width: 1px;
    height: 60%;
    background: var(--lt-brown);
    border-radius: 3px;
}
#office .Box07 h3:before {
    left: 0;
    transform: rotate(-25deg);
}     
#office .Box07 h3:after {
    right: 0;
    transform: rotate(25deg);
}


/* ---------------------------------------------------------------------------
  ストアソリューション事業
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  住環境デザイン・インテリア事業
--------------------------------------------------------------------------- */
.Box_flex .solutions__num{
  color: #A9A393;
  position: relative;
}
.Box_flex .solutions__num::before {
        content: "";
        position: absolute;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 90%;
        background-color: #D4D0C6;
}

#service .Box05{
  color: #fff;
}

/* ---------------------------------------------------------------------------
  ご相談の流れ
--------------------------------------------------------------------------- */
#flow .Box01 .Boxin {
    border: 1px solid var(--mid-brown);
}
#flow .Box01 .solutions__num{
  color: #A9A393;
  left: 0;
  z-index: -1;
}
#flow .Box01 .Box_arrow{
  position: relative;
}
#flow .Box01 .Box_arrow:before {
  content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#flow .Box01 span.step{
  display: block;
}


/* ---------------------------------------------------------------------------
  実績紹介
--------------------------------------------------------------------------- */
#cases .work-card{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 15px;
}
#cases ul.works-grid li .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#cases ul.works-grid li p.day{
  text-align: right;
}
#cases-post .imgBox {
    aspect-ratio: 4 / 3;
    background-color: #D7D2CC;
}

/* 自由に入力した見出しやリストは、ブラウザ標準の見た目に戻す */
#cases-post .postTxt h1, 
#cases-post .postTxt h2,
#cases-post .postTxt h3,
#cases-post .postTxt h4,
#cases-post .postTxt h5,
#cases-post .postTxt h6{
  font-size: revert;
  font-weight: revert;
}


.imgBox_fm02 img{
  width: 100%;
  height: 100%;
  object-fit: contain; 
}
#cases-post a.btn-view-more{
  margin: 0 auto;
}


/*.arrow {
  position: relative;
}
.arrow-prev{
  padding-left: 2rem;
}
.arrow-prev:before {
    content: "";
    border: 0;
    transform: rotate(-45deg);
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    border-top: solid 2px var(--main-blue);
    border-left: solid 2px var(--main-blue);
    width: 7px;
        height: 7px;
        left: -2px;
}
.arrow-next{
  padding-right: 2rem;
}
.arrow-next:before {
    content: "";
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    border-top: solid 2px var(--main-blue);
    border-right: solid 2px var(--main-blue);
    width: 7px;
        height: 7px;
        right: -2px;
}*/

.pager img{
  width: 10px; 
  height: auto;
  margin-top: 0.3rem;
}
.pagerin{
  gap: 1rem;
  align-items: center;
}



/* ---------------------------------------------------------------------------
  お知らせ
--------------------------------------------------------------------------- */
.infoBox ul li:not(:last-child){
  border-bottom: 1px solid #B9B9B9;
}
.infoBox ul li .imgBox {
  aspect-ratio: 4 / 3;
}
.infoBox ul li .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* ---------------------------------------------------------------------------
  採用情報
--------------------------------------------------------------------------- */

#recruit .Box03 .txt{
  /*border: 1px solid var(--mid-brown);*/
  border: 1px solid transparent;
    border-image: linear-gradient(90deg, #40301D 80%, #847237 100%);
    border-image-slice: 1;
  text-align: center;
}
#recruit .Box03 .txt span{
  display: block;
}
#recruit .bg_brown{
  color: #fff;
}
.kakeru {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.kakeru::before,
.kakeru::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--main-brown);
  border-radius: 2px;
}

.kakeru::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.kakeru::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/* ---------------------------------------------------------------------------
  働く環境について
--------------------------------------------------------------------------- */
#employee-benefits .Box01 .Box{
  color: #fff;
}
#employee-benefits .Box01 h5{
  border-bottom: 1px solid #D4D0C6;
}
#employee-benefits .Box01 h5 span{
  display: block;
}

#employee-benefits .Box02 ul li{
  border: 1px solid var(--mid-brown);
}


/* ---------------------------------------------------------------------------
  お問い合わせ
--------------------------------------------------------------------------- */
#contact , #thanks{
  position: relative;
}
#contact form#mailformpro{
  padding-top: 0;
}

.submit_wrap .btn01{
  width: 100%;
}
.submit_wrap{
    margin: 0 auto;
  position: relative;
}
.submit_wrap:before {
    content: "";
    border: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 40%;
    bottom: 0;
    margin: auto;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.submit:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.mfp_element_all{
  max-width: 100%!important;
}
textarea.message {
  width: 100%!important;
  height: 20rem!important;
}
textarea.message.message_02{
  height: 10rem!important;
}

#js-show-popup {
  color: var(--main-brown);
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #746450;
}

#contact .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

#contact .popup.is-show {
  opacity: 1;
  visibility: visible;
}

#contact .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  max-height: 90vh;
  overflow-y: scroll;
  text-align: justify;
}

#contact .popup-inner img {
  width: 100%;
}

#contact .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

#contact .close-btn i {
  font-size: 20px;
  color: #333;
}

#contact .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

#contact label.c_b {
  display: flex;
  align-items: center;
}

div.mfp_err,
#contact label.c_b{
  font-weight: 500;
}

/* ---------------------------------------------------------------------------
  ダウンロード
--------------------------------------------------------------------------- */
#download .Box{
    border-radius: 2rem;    
    box-shadow: 0 5px 2px rgba(178, 204, 229, 1);
}
#download a.download{
  background: #fff;
}

/* パスワード保護フォームの表示を確実にする */
.post-password-form {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 20px;
  max-width: 520px;
}

.post-password-form label {
  display: block;
  margin-bottom: 10px;
}

.post-password-form input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.post-password-form input[type="submit"] {
  padding: 10px 30px;
  background: #0073aa;
  color: #fff;
  border: none;
  cursor: pointer;
}

