@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 {
  background: #fff;
  color: #000;
}

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

.fE {
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* 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: 500;
}

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

*: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% !important;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fbfbfb;
}

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

.hissu {
  padding: 3px 4px 2px 4px;
  color: #d41c1c;
  font-weight: bold;
  font-size: 11px;
}

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

.fW100 {
  font-weight: 100;
}

.fW200 {
  font-weight: 200;
}

.fW300 {
  font-weight: 300;
}

.fW400 {
  font-weight: 400;
}

.fW500 {
  font-weight: 500;
}

.fW600 {
  font-weight: 600;
}

.fW700 {
  font-weight: 700;
}

.fW800 {
  font-weight: 800;
}

.fW900 {
  font-weight: 900;
}

.ls0 {
  letter-spacing: 0;
}

.ls05 {
  letter-spacing: 0.05em;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls3 {
  letter-spacing: 0.26em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.lh0 {
  line-height: 0% !important;
}

.lh100 {
  line-height: 100% !important;
}

.lh110 {
  line-height: 110% !important;
}

.lh120 {
  line-height: 120% !important;
}

.lh130 {
  line-height: 130% !important;
}

.lh140 {
  line-height: 140% !important;
}

.lh150 {
  line-height: 150% !important;
}

.lh160 {
  line-height: 160% !important;
}

.lh170 {
  line-height: 170% !important;
}

.lh180 {
  line-height: 180% !important;
}

.lh190 {
  line-height: 190% !important;
}

.lh200 {
  line-height: 200% !important;
}

.lh220 {
  line-height: 220% !important;
}

.lh240 {
  line-height: 240% !important;
}

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

* html .cf {
  zoom: 1;
}

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

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

	Structure CSS

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

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

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

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

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

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

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

.red {
  color: #ff610c !important;
}

.blue {
  color: #2a457f !important;
}

.white {
  color: #fff !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-bottom: 10px;
}

.c_list li {
  position: relative;
  /* text-indent: -1em; */
  margin-left: 24px;
  line-height: 135%;
  margin-bottom: 10px;
}

.c_list li:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background: linear-gradient(90deg, #ff5500, #ffd400);
  border-radius: 0.2em;
  top: 0.3em;
  left: -20px;
}

.o_02 .head {
  display: flex;
}

.o_02 .sub {
  background: #333;
  color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.o_02 .tag {
  width: 140px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 0.2em;
  font-size: 90%;
  margin-right: 15px;
  padding: 3px 0 1px;
}

.o_02 .tag01 {
  background: #4bad12;
}

.o_02 .tag02 {
  background: #2c4593;
}

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

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

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

/*ボタン
========================================== */
.c_btn {
  color: #fff;
  background: #44413A url(../img/arrow.svg) no-repeat center right 2em/45px;
  border-radius: 50em;
  font-weight: bold;
  display: inline-flex;
  padding: 1.5em 9.5em 1.5em 3em;
  transition: background 0.4s, color 0.4s;
}

.c_btn:hover {
  background: #fff url(../img/arrow02.svg) no-repeat center right 2em/45px;
  color: #44413A;
}

.u_btn-w .c_btn {
  color: #44413A;
  background: #fff url(../img/arrow02.svg) no-repeat center right 2em/45px;
  border-radius: 50em;
  font-weight: bold;
  display: inline-flex;
  padding: 1.5em 9.5em 1.5em 3em;
  transition: background 0.4s, color 0.4s;
}

.u_btn-w .c_btn:hover {
  background: #44413A url(../img/arrow.svg) no-repeat center right 2em/45px;
  color: #fff;
}

.h_insta a,
.h_faq a, .h_event a, .h_con a,
.linkBox a,
.o_02 a,
.footer01 .f_con_line a {
  transition: 0.3s;
}

.submit {
  cursor: pointer !important;
  transition: 0.3s;
}

.h_insta a:hover,
.h_faq a:hover, .h_event a:hover, .h_con a:hover,
.header_nav .nav li a:hover,
.footer02_nav a:hover,
.logo:hover,
.u_l:hover {
  opacity: 0.7;
}

.header_nav .nav li ul li a:hover {
  background: #a98d5b;
  color: #fff;
}

.linkBox a:hover,
.o_02 a:hover,
.footer01 .f_con_line a:hover,
.submit:hover {
  opacity: 0.9;
}

/*flex
========================================== */
.flex {
  display: flex;
}

.flex_nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

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

.flex_center {
  justify-content: center;
}

.flex_left {
  justify-content: left;
}

.flex_right {
  justify-content: right;
}

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

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

.align_items_c {
  align-items: center;
}

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

.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;
  transition: 0.3s;
  height: auto;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 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;
}

.f31 {
  font-size: 3.1rem !important;
}

.f32 {
  font-size: 3.2rem !important;
}

.f33 {
  font-size: 3.3rem !important;
}

.f34 {
  font-size: 3.4rem !important;
}

.f35 {
  font-size: 3.5em !important;
}

.f36 {
  font-size: 3.6rem !important;
}

.f37 {
  font-size: 3.7rem !important;
}

.f38 {
  font-size: 3.8rem !important;
}

.f39 {
  font-size: 3.9rem !important;
}

.f40 {
  font-size: 4rem !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner_1800 {
  max-width: 1800px !important;
  position: relative;
  width: 90%;
  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;
}

.reverse {
  flex-direction: row-reverse;
}

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

@media (min-width: 901px) {

  .cl50_max>*,
  .cl50>*,
  .cl33>*,
  .cl25>*,
  .cl3_7>*,
  .cl7_3>*,
  .cl4_6>*,
  .cl6_4>* {
    display: block;
  }

  .cl50_max>* {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 4%;
  }

  .cl50>* {
    width: 48%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl33>* {
    width: 30%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl25>* {
    width: 23%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl3_7>*:nth-child(odd) {
    width: 30%;
  }

  .cl3_7>*:nth-child(even) {
    width: 66%;
  }

  .cl7_3>*:nth-child(odd) {
    width: 66%;
  }

  .cl7_3>*:nth-child(even) {
    width: 30%;
  }

  .cl4_6>*:nth-child(odd) {
    width: 40%;
  }

  .cl4_6>*:nth-child(even) {
    width: 56%;
  }

  .cl6_4>*:nth-child(odd) {
    width: 56%;
  }

  .cl6_4>*:nth-child(even) {
    width: 40%;
  }
}

@media (max-width: 900px) and (min-width: 0px) {

  .cl50_max,
  .cl50,
  .cl33,
  .cl25,
  .cl20,
  .cl3_7,
  .cl7_3,
  .cl4_6,
  .cl6_4 {
    flex-wrap: wrap;
  }

  .cl50_max>* {
    width: 100%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl50>* {
    width: 100%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl33>* {
    width: 48%;
    margin-bottom: 4%;
    box-sizing: border-box;
  }

  .cl25>*,
  .cl20>* {
    width: 48%;
    margin-bottom: 4%;
    position: relative;
  }

  .cl3_7>*,
  .cl7_3>*,
  .cl4_6>*,
  .cl6_4>* {
    width: 100%;
    margin-bottom: 5%;
  }
}

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #F5F5F3;
  position: relative;
  color: #44413A;
  font-weight: 500;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.8;
  max-width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bg_y {
  background: #fcf4e8;
}

.bg_g {
  background: #f8f8f8;
  padding: 30px;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc>li {
  list-style-type: disc;
}

.disc>li:not(:last-child) {
  padding-bottom: 5px;
}

.decimal {
  margin-left: 20px;
  list-style-type: decimal;
}

.decimal>li {
  list-style-type: decimal;
}

.decimal>li:not(:last-child) {
  padding-bottom: 5px;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.totop_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
}

.totop_wrap .icon-totop {
  display: block;
  width: 100%;
  text-align: center;
}

.totop_wrap .icon-totop::before {
  font-size: 5rem;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: auto;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* =======================================
	★mailformpro
========================================== */
/*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 !important;
  margin-left: 5px;
  float: left;
}

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

#privacyBox {
  overflow-y: scroll;
  padding: 21px;
  background: #fff;
  margin-top: 20px;
  height: 163px;
  margin-bottom: 20px;
}

#js-show-popup {
  color: #0236cb;
  text-decoration: underline;
  cursor: pointer;
}

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

#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 {
  font-size: 14px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

.p_policyArea a {
  word-break: break-all;
}

input::-moz-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border-radius: 0.5em;
}

.c_table_01 table tbody tr th {
  border-bottom: 3px solid #d7d7d7;
  vertical-align: top;
  padding: 23px 15px;
  font-weight: 500;
  width: 26.5%;
  word-break: break-all;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c_table_01 table tbody tr:nth-of-type(1) th {
  border-radius: 0.5em 0 0 0;
}

.c_table_01 table tbody tr:last-child th {
  border-radius: 0 0 0 0.5em;
}

.c_table_01 table tbody tr td {
  border-bottom: 3px solid #eaeaea;
  vertical-align: top;
  padding: 23px 21px;
  word-break: break-all;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.c_table_02 table thead {
  background-color: #666;
  color: #fff;
  margin: 0;
  border: 0;
}

.c_table_02 table thead tr th {
  padding: 10px;
  text-align: center;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 10px;
  font-size: 14px;
  word-break: break-all;
}

.c_table_02 table tbody tr:nth-child(even) {
  background-color: #e4e4e4;
}

/* =======================================
	パンくず
========================================== */
ul.pankuzu {
  display: flex;
  font-size: 14px;
  color: #44413A;
  letter-spacing: 0.3em;
  position: relative;
  line-height: 100%;
  align-items: center;
  margin-left: 13px;
}

ul.pankuzu li:nth-child(1) a {
  font-size: 14px;
}

ul.pankuzu a {
  margin-right: 13px;
  position: relative;
  display: inline-block;
  padding-right: 16px;
  vertical-align: middle;
  text-decoration: none;
  color: #44413A;
}

ul.pankuzu a:before {
  position: absolute;
  top: 0;
  bottom: 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: "";
  vertical-align: middle;
}

ul.pankuzu a::before {
  right: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #44413A;
  border-right: 1px solid #44413A;
  transform: rotate(45deg);
}

/* =======================================
	ページャー
========================================== */
/* ---- ラッパー ---- */
#pagerArea {
  text-align: center;
  margin: 0 0 20px;
  line-height: 1;
}

/* ---- <nav> / <ul> ---- */
#pagerArea .pager-nav {
  display: inline-block;
}

#pagerArea .pager-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

#pagerArea .pager-item {
  margin: 0;
}

/* ---- 共通ボタンスタイル ---- */
#pagerArea .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  background: #f5f5f3;
  border-radius: 3px;
  color: #44413a;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  border: 2px solid #44413a;
}

/* ---- 現在ページ ---- */
#pagerArea .page-numbers.current {
  background: #44413a;
  cursor: default;
  color: #fff;
}

/* ---- 三点リーダー（…） ---- */
#pagerArea .page-numbers.dots {
  background: transparent;
  color: #cbb546;
  box-shadow: none;
  cursor: default;
}

/* ---- ホバー / フォーカス ---- */
#pagerArea a.page-numbers:hover,
#pagerArea a.page-numbers:focus {
  background: #44413a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  outline: none;
}

#pagerArea a.page-numbers:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* ---- 前へ / 次へ ---- */
.pager_flex {
  gap: 20px;
  display: flex;
  justify-content: center;
}

#pagerArea .prev.page-numbers,
#pagerArea .next.page-numbers {
  font-size: 1.6rem;
  padding: 0 12px;
}

.previous-post a,
.next-post a {
  color: #44413a !important;
  transform: rotate(0.05deg);
  z-index: 0;
  border: 2px solid #44413a;
  border-radius: 8px;
  padding: 0.5em 3em;
  transition: background ease 0.5;
}

.previous-post a:hover,
.next-post a:hover {
  background: #fff;
}

.next-post a {
  position: relative;
  z-index: 0;
}

.next-post a::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/arrow.png) no-repeat center / 9px;
  transform: rotate(-180deg);
  width: 0.8em;
  height: 0.8em;
  right: 15px;
  top: 14px;
  ;
}

.previous-post a {
  position: relative;
  z-index: 0;
}

.previous-post a::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/arrow.png) no-repeat center / 9px;
  width: 0.8em;
  height: 0.8em;
  left: 15px;
  top: 14px;

}

/* =======================================
	home
========================================== */
/* ===== MV WRAPPER ===== */
.mv {
  position: relative;
  width: 100%;
  height: 100svh;
  display: flex;
  overflow: hidden;
  --transition-dur: 1.2s;
  --slide-interval: 4000ms;
}

/* ===== HALF PANELS ===== */
.mv__panel {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

/* ===== SLIDES ===== */
.mv__slides {
  position: absolute;
  inset: 0;
}

.mv__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity var(--transition-dur) ease, transform calc(var(--transition-dur) * 5) ease;
}

.mv__slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

/* ===== COPY (centred over both panels) ===== */
.mv__copy {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
}

.mv__copy-img {
  width: min(90%, 560px);
  height: auto;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
  animation: fadeUp 1.8s 0.4s both;
  display: block;
  margin: 0 auto;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* =======================================
  home01
========================================== */
.home01 {
  position: relative;
  background-image: url("../img/home01_bg.jpg");
  background-size: cover;
  background-position: center bottom;
  padding: 110px 0 460px;
}

.home01__inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  height: 750px;
}

.home01__photo01 {
  position: absolute;
  top: 49px;
  left: 7%;
  width: 265px;
}

.home01__photo02 {
  position: absolute;
  top: -114px;
  right: 0%;
  width: 531px;
}

.home01__photo03 {
  position: absolute;
  top: 542px;
  left: 0;
  width: 400px;
}

.home01__photo04 {
  position: absolute;
  top: 624px;
  right: 12%;
  width: 265px;
}

.home01__photo05 {
  position: absolute;
  top: 913px;
  right: 21%;
  width: 326px;
  z-index: 1;
}

.c_img {
  width: 100%;
  height: auto;
  border-radius: clamp(10px, 1vw, 15px);
  display: block;
}

.home01 .c_img {
  box-shadow: 0 0px 10px rgba(84, 84, 84, 0.08);
}

.home01__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 70%;
  z-index: 1;
}

.sec-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 50px;
}

.sec-label__txt {
  font-size: 1.8rem;
  color: #fff;
}

.sec-label__line {
  display: block;
  width: 1px;
  height: 38px;
  background: #fff;
}

.home01__title {
  margin-bottom: 60px;
}

.home01__title img {
  margin: 0 auto;
}

.home01__text {
  font-size: 2.4rem;
  line-height: 2;
  color: #44413A;
  margin-bottom: 55px;
  letter-spacing: 0.12em;
}

.home01__wave {
  position: absolute;
  bottom: -22%;
  left: 19%;
  width: 589px;
}

@media (max-width: 768px) {
  .home01__inner {
    height: auto;
    position: static;
    padding: 50px 0 60px;
  }

  .home01__center {
    position: static;
    transform: none;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }

  .home01__wave {
    width: 70%;
  }
}

@media (max-width: 1300px) {
  .home01__photo01 {
    top: 30px;
    left: 4%;
    width: 18vw;
  }

  .home01__photo02 {
    top: -70px;
    right: 0;
    width: 36vw;
  }

  .home01__photo03 {
    top: 340px;
    left: 0;
    width: 28vw;
  }

  .home01__photo04 {
    top: 390px;
    right: 4%;
    width: 18vw;
  }

  .home01__photo05 {
    top: 580px;
    right: 9%;
    width: 22vw;
  }
}


/* =======================================
  home02
========================================== */
.home02 {
  padding: 190px 0 70px;
  position: relative;
}

.h2TIt {
  position: relative;
}

.h2TIt_en {
  font-size: 10.7rem;
  color: rgba(68, 65, 58, 0.15);
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

.h2TIt_en p {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}

.h2TIt_jp {
  position: absolute;
  bottom: 0px;
  left: 13px;
}

.h2TIt_jp h2 {
  display: inline-block;
  transform: translateX(-20px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s, opacity 0.8s ease 0.5s;
}

.h2TIt.is-active .h2TIt_en p {
  transform: translateY(0);
  opacity: 1;
}

.h2TIt.is-active .h2TIt_jp h2 {
  transform: translateX(0);
  opacity: 1;
}

.home02 .c_btn {
  padding: 1.5em 6em 1.5em 3em;
}

.home02__home {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.home02__home img {
  overflow: hidden;
  width: 100%;
}

/*
.parallax_box {
  position: relative;
  height: 580px;
  overflow: hidden;
}

.parallax_box img {
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20%);
  will-change: transform;
}

@media (max-width: 960px) {
  .parallax_box {
    height: 450px;
  }

  .parallax_box img {
    height: 135%;
    transform: translateY(-17.5%);
  }
}

@media (max-width: 640px) {
  .parallax_box {
    height: 350px;
  }

  .parallax_box img {
    height: 130%;
    transform: translateY(-15%);
  }
} */

/* =======================================
	home03
========================================== */
.home03 {
  background: #DFDFD7;
  position: relative;
}

.home03__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.home03__ctrl {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
}

.slick-wrapper {
  position: relative;
}

.slick-item .slick-slide {
  padding: 0 8px;
}

.slick-item .slick-list {
  padding-left: 0 !important;
}

.home03 .slick-item figure {
  width: 100%;
  /* aspect-ratio: 4/3; */
  aspect-ratio: 3/2;
  background: #F5F5F3;
  text-align: center;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home03 .slick-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slick-progress {
  width: 200px;
  height: 2px;
  background: #B7B7B2;
}

.slick-progress-bar {
  height: 100%;
  background: #44413A;
  width: 0;
  transition: width 0.3s ease;
}

.slick-nav {
  display: flex;
  gap: 10px;
}

.slick-prev-btn,
.slick-next-btn {
  width: 45px;
  height: 45px;
  border: none;
  cursor: pointer;
  background: url(../img/arrow02.svg) no-repeat center/100%;
  transition: background 0.3s;
}

.slick-prev-btn:hover,
.slick-next-btn:hover {
  background: url(../img/arrow03.svg) no-repeat center/100%;
}

.slick-prev-btn {
  transform: rotate(180deg);
}

@media (max-width: 960px) {
  .home03__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .slick-item img {
    height: 320px;
  }

  .slick-item .slick-slide {
    padding: 0 6px;
  }

  .slick-progress {
    width: 120px;
  }

  .slick-prev-btn,
  .slick-next-btn {
    width: 40px;
    height: 40px;
  }

  .slick-prev-btn img,
  .slick-next-btn img {
    width: 13px;
  }
}

.home03__feel {
  position: absolute;
  bottom: -17%;
  right: 10%;
  overflow: hidden;
}

.home03__feel img {
  overflow: hidden;
  width: 100%;
}

/* =======================================
	home04
========================================== */
.home04_photoArea {
  position: relative;
}

.home04_photoArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #F5F5F3;
  z-index: 0;
}

.home04_photoArea::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #F6F0EC;
  z-index: 0;
}

.home04_photoArea-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 1;
}

.home04__photo01 {
  width: 57vw;
  max-width: 800px;
}

.home04__photo02 {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 21vw;
  max-width: 300px;
}

@media (max-width: 768px) {
  .home04_photoArea-inner {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .home04__photo02 {
    position: static;
    transform: none;
    width: 60%;
    margin-left: auto;
  }
}

/* =======================================
	home05
========================================== */
.home05 {
  background: #F6F0EC;
}

.home05 .h2TIt_jp {
  left: 0px;
}

.home05 ul li a {
  width: 100%;
  aspect-ratio: 4/5;
  background: #F5F5F3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.home05 ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.home05 ul li a:hover img {
  transform: scale(1.1);
}

.home05 .flex {
  gap: 18px;
  flex-wrap: nowrap;
}

.home05 .h2TIt_jp h2 {
  transform: none;
  opacity: 1;
  transition: none;
}

/* =======================================
  home06
========================================== */
.home06 {
  display: flex;
}

.home06__item {
  position: relative;
  width: 50%;
  overflow: hidden;
  display: block;
}

.home06__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.home06__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.3);
  transition: background 0.3s;
}

.home06__item:hover::after {
  background: rgba(5, 5, 5, 0.1);
}

.home06__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  width: 100%;
}

.h2TIt02_en {
  font-size: 1.8rem;
  color: #F5F5F3;
  margin-bottom: 8px;
}

.h2TIt02_jp {
  margin-bottom: 24px;
}

.h2TIt02_jp img {
  margin: 0 auto;
}

.home06__btn {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .home06 {
    flex-direction: column;
  }

  .home06__item {
    width: 100%;
  }
}

/* =======================================
  home07
  ========================================== */
.home07 {
  background: #BAC5C1;
  position: relative;
  overflow: hidden;
}

.home07__left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.home07 .h2TIt02_jp img {
  margin: 0;
}

.home07__right {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  align-items: stretch;
}

.home07__card {
  background: #F5F5F3;
  border-radius: 10px;
  padding: 90px 55px 55px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: 25em;
  box-shadow: 0 0 10px 0 rgba(84, 84, 84, 0.1);
  transition: background 0.3s;
}

.home07__card:hover {
  background: #fff;
}

.home07__card-icon {
  width: 117px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home07__card-tit {
  font-size: 2.6rem;
  color: #424649;
}

.home07__card-text {
  font-size: 1.3rem;
  color: #424649;
}

.home07__card-btn {
  margin-top: 16px;
}

.home07__card-btn img {
  width: 80px;
}

.home07__illust {
  position: absolute;
  bottom: 47px;
  left: calc(50% - 894px);
  width: 536px;
}

@media (min-width: 1500px) {
  .home07__illust {
    left: 0;
  }
}

@media (max-width: 1170px) {
  .home01 {
    padding: 110px 0 260px;
  }

  .home01 {
    padding: 110px 0 260px;
  }

  .home03 .c_btn {
    z-index: 1;
    position: relative;
  }

  .home07__right {
    gap: 20px;
  }

  .home07__card {
    padding: 61px 26px 23px;
  }

  .footer01__tel a {
    font-size: 3.0rem;
  }

  .u_btn-w .c_btn {
    padding: 1.5em 6.5em 1.5em 3em;
  }

}


/* =======================================
	下層共通
========================================== */
.main_inpages {
  padding: 170px 0 45px;
}

/* =======================================
	works一覧
========================================== */
.works, .single-works, .topics, .single-topics {
  background: #DFDFD7;
}

.colWrapper {
  display: flex;
}

.colMain {
  width: 77%;
  padding: 0 5% 100px 0;
}

.colSide {
  width: 23%;
}

.sticky {
  position: sticky;
  top: 145px;
}

/* タグ開閉*/
.side_tag_wrap {
  position: relative;
}

.side_tag_item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.side_tag_toggle {
  display: none;
  width: 100%;
  margin-top: 15px;
  padding: 2px 0;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  text-align: center;
  line-height: 1;
  justify-content: center;
  align-items: center;
}

.side_tag_toggle:hover {
  opacity: 0.6;
}

.side_tag_toggle img {
  transition: transform 0.3s ease;
}

.side_tag_toggle.is-open img {
  transform: rotate(180deg);
}

.worksList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
  -moz-column-gap: 4%;
  column-gap: 4%;
}

.worksList>li {
  width: 48%;
}

.worksList li a {
  display: inline-block;
  color: #44413A;
  width: 100%;
}

.worksList li figure {
  width: 100%;
  /* aspect-ratio: 4/3; */
  aspect-ratio: 3/2;
  background: #F5F5F3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.worksList li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.worksList li a:hover img {
  transform: scale(1.1);
}

.worksList_tit {
  font-size: 3rem;
  margin: 10px 0 8px;
}

.works_cate {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #44413A;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.works_cate li {
  border-right: 1px solid #44413A;
  padding-right: 1em;
  margin-right: 1em;
}

.works_cate li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.works_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.works_tag li {
  background: #F5F5F3;
  border-radius: 50em;
  font-size: 1.4rem;
  padding: 0.1em 1.3em;
}

.sideCatList {
  border-radius: 10px;
  background: #F5F5F3;
  border: 2px solid #44413A;
  padding: 16px 15px;
}

.side_cate {
  background: url(../img/icon_cate.svg) no-repeat center left 0/15px;
  padding-left: 1.2em;
  font-size: 1.8rem;
  margin-bottom: 3px;
}

.side_cate_parent {
  background: #44413A;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 0.1em 2.5em;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.side_cate_child {
  border-left: 1px solid #44413A;
  padding-left: 1em;
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1;
}

.side_cate_child a {
  color: #44413A;
  transition: opacity 0.3s ease;
}

.side_cate_child a:hover {
  opacity: 0.7;
}

.c_line {
  border: none;
  border-top: 2px dashed #44413A;
  margin: 10px 0 10px;
}

.c_line02 {
  border-bottom: 2px solid #44413A;
  margin: 10px 0 10px;
}

.colSide .c_line {
  margin: 23px 0 13px;
}

.side_tag {
  background: url(../img/icon_tag.svg) no-repeat center left 0/15px;
  padding-left: 1.2em;
  font-size: 1.8rem;
  margin-bottom: 3px;
}

.side_tag_item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.side_tag_item_wrap .side_tag_item {
  border-radius: 50em;
  font-size: 1.2rem;
}

.side_tag_item_wrap .side_tag_item a {
  display: inline-block;
  border: 1px solid #44413A;
  border-radius: 50em;
  padding: 0 0.8em;
  color: #44413A;
  transition: background 0.3s ease, color 0.3s ease;
}

.side_tag_item_wrap .side_tag_item a:hover {
  background: #44413A;
  color: #fff;
}

/* =======================================
  works詳細
========================================== */
.itemsImg {
  width: 100%;
}

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

.slide {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.slide .item {
  position: relative;
  width: 100%;
  /* aspect-ratio: 4/3; */
  aspect-ratio: 3/2;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.slide .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 10px;
}

.slide>.slick-list,
.slide>.slick-list>.slick-track,
.slide>.slick-list>.slick-track>.slick-slide>div {
  position: relative;
  height: 100%;
}

.slide-navigation {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 0.8%;
  justify-content: flex-start;
}

.slide-navigation .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  /* aspect-ratio: 4/3; */
  aspect-ratio: 3/2;
  width: 16%;
  margin: 0.5% 0;
  padding: 0;
  background: #fff;
  border-radius: 6px;
}

.slide-navigation .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-navigation .current::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}

.slide .item {
  position: relative;
}

.slide__zoom {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 55px;
  height: 55px;
  pointer-events: none;
  z-index: 2;
}

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

.data_list {
  display: flex;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 15px 40px;
  flex-direction: column;
}

.data_list li {
  display: flex;
  align-items: center;
  gap: 24px;
}

.data_list li>p, .family_stack>p {
  font-weight: 400;
}

.c_bg {
  border-radius: 10px;
  background: #ffffff;
  border: 2px solid #44413A;
  padding: 15px 25px 30px;
}

.c_icon_tit {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.8rem;
}

.c_icon_tit img {
  width: 24px;
  height: auto;
}

.c_deco_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

.c_deco_tit::before, .c_deco_tit::after {
  content: "";
  display: block;
  width: 24px;
  height: 0;
  border-top: 2px dashed #44413A;
}

.c_deco_tit::before {
  transform: rotate(60deg);
}

.c_deco_tit::after {
  transform: rotate(-60deg);
}

.c_deco_tit h2, .c_deco_tit h3, .c_deco_tit h4, .c_deco_tit p {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #44413A;
}

.c_deco_tit--left {
  justify-content: flex-start;
}

.c_tit {
  font-size: 3rem;
}

.works_video_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.works_video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* =======================================
  evemt一覧・詳細
========================================== */
.event01 .flex {
  flex-wrap: wrap;
  row-gap: 40px;
  -moz-column-gap: 3%;
  column-gap: 3%;
}

.event01 .flex li {
  width: 31%;
}

.event01 ul li a {
  width: 100%;
  aspect-ratio: 4/5;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.event01 ul li a figure {
  width: 100%;
}

.event01 ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.6s ease;
}

.event01 ul li a:hover img {
  transform: scale(1.1);
}

.c_illust_bg {
  position: relative;
  background: #DDC9C0;
  overflow: hidden;
}

.c_illust01 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.c_illust02 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single-event01_thumbnail img, .single-topics01_thumbnail img {
  width: 100%;
}

.single-event .data_list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.btn_min .c_btn {
  background: #44413A url(../img/arrow.svg) no-repeat center right 1.5em/40px;
  padding: 0.8em 8em 0.8em 2em;
}

.btn_min .c_btn:hover {
  background: #fff url(../img/arrow02.svg) no-repeat center right 1.5em/40px;
  color: #44413A;
}

/* =======================================
	新着情報　一覧・詳細
========================================== */
.anchor_list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.anchor_btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 48px;
  background: #44413A;
  color: #fff;
  border-radius: 10px;
  font-size: 1.5rem;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: background 0.4s, color 0.4s;
  white-space: nowrap;
}

.anchor_btn:hover {
  background: #fff;
  color: #44413A;
}

.anchor_btn:hover .anchor_arrow {
  border-right-color: #44413A;
  border-bottom-color: #44413A;
}

.anchor_arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: border-color 0.3s;
}

.topicsList {
  border-top: 1px solid #44413A;
}

.topicsList a {
  color: #44413A;
}

.topicsList a:hover {
  opacity: 0.6;
}

.topicsList li {
  border-bottom: 1px solid #c8c8c0;
}

.topicsList li figure {
  width: 100%;
  /* aspect-ratio: 4/3; */
  aspect-ratio: 3/2;
  background: #F5F5F3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.topicsList li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.topicsList .date {
  color: #89897f;
  font-family: "Poppins", sans-serif;
}

.topics_cate {
  border: 1px solid #44413A;
  color: #44413A;
  font-size: 1.4rem;
  padding: 0.5em 1em 0.7em 1em;
  line-height: 1;
  border-radius: 50em;
}

.topicsList_tit {
  font-size: 2.8rem;
  margin: 10px 0 8px;
}

.single-topics01 figure img {
  border-radius: 10px;
}

/* =======================================
	投稿の本文用
========================================== */

/* #single-works img:not(.slide img):not(.slide-navigation img), */
#single-works img:not(.slide img),
#single-event img:not(.slide img),
#single-topics img:not(.slide img) {
  height: auto !important;
  border-radius: 10px;
}

#single-works .aligncenter,
#single-event .aligncenter,
#single-topics .aligncenter {
  text-align: center;
  margin: auto;
}

#single-works .alignright,
#single-event .alignright,
#single-topics .alignright {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

#single-works .txtArea h1,
#single-event .txtArea h1,
#single-topics .txtArea h1 {
  font-size: 160%;
}

#single-works .txtArea h2,
#single-event .txtArea h2,
#single-topics .txtArea h2 {
  font-size: 150%;
}

#single-works .txtArea h3,
#single-event .txtArea h3,
#single-topics .txtArea h3 {
  font-size: 140%;
}

#single-works .txtArea h4,
#single-event .txtArea h4,
#single-topics .txtArea h4 {
  font-size: 130%;
}

#single-works .txtArea h5,
#single-event .txtArea h5,
#single-topics .txtArea h5 {
  font-size: 120%;
}

#single-works .txtArea h6,
#single-event .txtArea h6,
#single-topics .txtArea h6 {
  font-size: 110%;
}

/* =======================================
	service
========================================== */
.service01 {
  position: relative;
}

.service_block {
  display: flex;
  align-items: center;
  gap: 64px;
  justify-content: center;
}

.service_block__left {
  position: relative;
  width: 200px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 62px;
}

.service_block__line {
  width: 1px;
  height: 430px;
  background: #44413A;
  transform: rotate(20deg);
  transform-origin: top center;
  flex-shrink: 0;
}

.service_block__right {
  position: relative;
  padding: 40px 0 0 40px;
}

.service_block__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #44413A;
}

.service_block__right::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 1px;
  height: 100%;
  background: #44413A;
}

.service_block__text {
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-align: center;
}

.service_feature {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: -27px;
}

.service_feature__img {
  width: 55%;
  flex-shrink: 0;
}

.service_feature__body {
  flex: 1;
}

.service_feature__text {
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.service01 .c_illust02 {
  bottom: auto;
  top: 100px;
}

.service .cl33 {
  flex-wrap: wrap;
  display: flex;
}

.service02 {
  background: #F6F0EC;
}

.flow_list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.flow_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px 16px;
  background: #fff;
  border-radius: 10px;
  min-width: 60px;
}

.flow_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #E8D0C4;
  position: absolute;
  right: -34%;
  top: 50%;
  transform: translateY(-50%);
}

.flow_item__num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #E8D0C4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  flex-shrink: 0;
  line-height: 1;
}

.flow_item__txt {
  text-align: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.service03__tit img {
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.service03__num {
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-left: 60px;
}

.service03__subtit {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px;
  margin-bottom: 24px;
  background: #fff;
  margin-top: -7px;
  margin-left: 60px;
  border-top: 2px solid #44413A;
  border-bottom: 2px solid #44413A;
}

.service03__subtit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: calc(100% - 20px);
  background: #44413A;
}

.service03__subtit::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: calc(100% - 20px);
  background: #44413A;
}

.service03__subtit h4, .service03__subtit h3, .service03__subtit h5 {
  font-size: 2rem;
  letter-spacing: 0.3em;
}

.service03__content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  background: #DFDFD7;
  border-radius: 10px;
  padding: 60px;
  margin-top: -50px;
}

.service03__img {
  width: 40%;
  flex-shrink: 0;
}

.service03__body {
  flex: 1;
}

.service03__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.service03__tabs li {
  background: #fff;
  border-radius: 50em;
  padding: 6px 20px;
  font-size: 1.4rem;
  color: #44413A;
  letter-spacing: 0.05em;
}

.service03__balloon {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 24px;
}

.service03__balloon-icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.service03__balloon-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service03__balloon-body {
  flex: 1;
  position: relative;
  max-width: 485px;
}

.service03__balloon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: left;
  padding: 24px;
}

@media (max-width: 1230px) {
  .service03__balloon-inner {
    width: 100%;
    padding: 0 0 0 41px;
    font-size: 1.4rem;
  }

}

.service03__balloon-inner .c_line {
  margin: 5px 0 8px;
}

.service03__free {
  position: absolute;
  top: -24px;
  right: -18px;
  width: 60px;
}

.service04 .c_photo_block__bg01 {
  background-image: url('../img/service04_photo01.jpg');
}

.service04 .c_photo_block__bg02 {
  background-image: url('../img/service04_photo02.jpg');
}

.service04 .c_photo_block__bg03 {
  background-image: url('../img/service04_photo03.jpg');
}

.service04 {
  background: #F5F5F3;
}

.service04__inner {
  display: flex;
  align-items: center;
  position: relative;
  gap: 56px;
  padding: 60px 0;
}

.vertical_tit {
  display: flex;
  align-items: start;
  gap: 12px;
}

.vertical_tit p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.6rem;
  letter-spacing: 2px;
  line-height: 1.2;
}

.v_left {
  border-right: 2px solid #44413A;
  margin-top: 40px;
}

.v_right {
  border-right: 2px solid #44413A;
}

.service04__body {
  flex: 1;
  margin-top: 100px;
}

.service04__illust {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  max-width: 600px;
  pointer-events: none;
}


.c_photo_block {
  width: 100%;
}

.c_photo_block__bg {
  position: relative;
  width: 100%;
  aspect-ratio: 16/6;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.c_photo_block__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(25, 25, 25, 0.24);
  z-index: 0;
}

.c_photo_block__body {
  position: relative;
  z-index: 1;
  padding: 40px 60px;
  color: #fff;
}

.c_label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50em;
  padding: 6px 16px;
  color: #44413A;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.c_photo_block__tit {
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.c_photo_block__text {
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.service05.c_illust_bg {
  background: #F5F5F3;
}

@media (min-width: 1084px) {
  .u_sp {
    display: none;
  }

  .u_pc {
    display: block;
  }


}

@media (max-width: 1085px) {
  .flow_list {
    gap: 28px;
  }

  .flow_item {
    padding: 20px 12px;
  }

  .u_sp {
    display: block;
  }

  .u_pc {
    display: none;
  }

}

/* =======================================
  concept
========================================== */

.concept {
  background: #B7D5EA;
}

/* ===== concept01 ===== */
.concept01 {
  position: relative;
  background: linear-gradient(to bottom, #B7D5EA 0%, #EDF2F8 100%);
}

.concept01__tit {
  text-align: center;
  margin-bottom: 50px;
}

.concept01__tit img {
  width: min(90%, 800px);
  height: auto;
  margin: 0 auto;
}

.concept01__body {
  margin: 0 auto;
  text-align: center;
}

.concept01__text {
  font-size: 2.4rem;
  line-height: 2.2;
  color: #44413A;
  letter-spacing: 0.08em;
}

.concept01__wave01 {
  position: absolute;
  top: -40%;
  right: 0px;
  width: 589px;
  transform: scaleX(-1);
  opacity: 0.6;
}

.concept01__wave02 {
  position: absolute;
  bottom: -61%;
  left: 0;
  width: 589px;
  z-index: 1;
}

/* ===== concept02 ===== */
.concept02 {
  position: relative;
  background: #EDF2F8;
}

.concept02 .flex_tit .vertical_tit {
  align-items: baseline;
}

.flex_tit {
  display: flex;
  gap: 78px;
  align-items: center;
  margin-top: 260px;
}

.flex_tit .vertical_tit {
  width: 50%;
  justify-content: center;
  flex-shrink: 0;
}

.flex_tit .concept02__lead {
  flex: 1;
}

.concept02__content {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  margin: 40px 0;
}

.concept02__img {
  width: 50%;
  flex-shrink: 0;
}

.concept02__body {
  flex: 1;
}

.concept02__lead {
  line-height: 2;
  color: #44413A;
  margin-bottom: 30px;
}

/* ===== カードグリッド ===== */
.concept02__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.concept02__card {
  position: relative;
  padding: 21px 0 20px;
}

.concept02__card-badge {
  position: absolute;
  top: -19px;
  right: -18px;
  width: 60px;
  z-index: 1;
}

.concept02__card-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.concept02__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
}

.concept02__card-body {
  position: relative;
  z-index: 1;
  text-align: center;
}

.concept02__card-sub {
  color: #44413A;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 50em;
  display: inline-block;
  padding: 2px 1em;
}

.concept02__card-tit {
  font-size: 2.2rem;
  font-weight: 700;
  color: #44413A;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.concept02__illust {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.concept02__illust img {
  width: 100%;
  height: auto;
  display: block;
}

.concept03 .c_photo_block__bg01 {
  background-image: url('../img/concept03_photo01.jpg');
}

.concept03 .c_photo_block__bg02 {
  background-image: url('../img/concept03_photo02.jpg');
}

.concept03 .c_photo_block__bg03 {
  background-image: url('../img/concept03_photo03.jpg');
}

.concept03 .c_photo_block__bg04 {
  background-image: url('../img/concept03_photo04.jpg');
}

.concept03 {
  background: #F5F5F3;
}

.concept03 .service03__balloon-inner {
  width: 100%;
  padding: 24px 5px 24px 43px;
}

.c_label_wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.c_label_wrap .concept03__card-badge {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 60px;
}

.c_photo_block__bottom {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.c_photo_block__bottom .c_photo_block__text {
  flex: 1;
}

.c_photo_block__bottom .service03__balloon {
  flex-shrink: 0;
  width: 45%;
}

.c_photo_block__bottom .service03__balloon-inner {
  color: #44413A;
  line-height: 1.4;
}

.concept04.c_illust_bg {
  background: #F5F5F3;
}

.concept .service03__balloon-icon {
  border: 2px solid #ffffff;
}

/* =======================================
	会社案内
========================================== */
.company, .contact_thanks {
  background: #F6F0EC;
}

/* CSS Grid で画像とテキストボックスを重ねる */
.company01__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: end;
}

.company01__img_wrap {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 100%;
  /* margin-bottom: 150px; */
  margin-bottom: 250px;
}

.company01__photo {
  width: 100%;
  height: auto;
  display: block;
}

.company01__box {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 0px 32px 27px;
  position: relative;
  z-index: 1;
  border: 2px solid #44413a;
  border-radius: 8px;
}

.company01__box .service03__subtit {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px;
  margin-bottom: 0px;
  background: #fff;
  margin-top: -7px;
  margin-left: 0;
  border-top: 2px solid #44413A;
  border-bottom: 2px solid #44413A;
  transform: translateY(-21px);
}

.u_tit {
  font-size: 1.8rem;
  color: #44413a;
  text-align: center;
}

.u_tit_jp {
  font-size: 3rem;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 1;
}

.company01__staff_list {
  gap: 16px;
}

.company01__staff_list li {
  position: relative;
}

.company01__staff_role {
  display: inline-block;
  font-size: 2.4rem;
  color: #44413a;
  letter-spacing: 0.08em;
  margin-bottom: 0px;
  /* transform: translateY(11px); */
  transform: translateY(4px);
  margin-left: 7px;
  white-space: nowrap;
}

.company01__staff_img {
  position: relative;
  border-radius: 8px;
  border: 2px solid #44413a;
}

.company01__staff_img img {
  border-radius: 8px;
}

.company01__staff_name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: -23px;
  display: flex;
}

.company01__staff .service03__subtit {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 24px;
  margin-bottom: 0;
  background: #fff;
  margin-top: 0;
  margin-left: 0;
  border-top: 2px solid #44413A;
  border-bottom: 2px solid #44413A;
  margin: 0 auto;
  width: 84%;
  justify-content: center;
}

.company01__staff_manager {
  font-size: 1.7rem;
  margin-top: 40px;
}

@media (max-width: 955px) {
  .company01__staff_manager {
    font-size: 1.6rem;
  }

  .service03__subtit h4, .service03__subtit h3, .service03__subtit h5 {
    font-size: 1.7rem;
  }
}

.company02 {
  background: #F5F5F3;
}

.g_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66%;
}

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

.company03__map_wrap {
  gap: 40px;
  align-items: center;
}

.company03__map_iframe {
  flex: 1;
  min-width: 0;
}


.company03__map_info {
  width: 276px;
  flex-shrink: 0;
  padding-top: 16px;
}

.company03_info, .company03_tel {
  font-size: 2rem;
  line-height: 1.3;
  color: #F5F5F3;
  background: url(../img/icon_location.svg) no-repeat top 10px left / 30px;
  padding-left: 2em;
  display: inline-block;
  color: #44413A !important;
  margin-bottom: 34px;
  letter-spacing: 0.02em;
}

.company03_tel {
  background: url(../img/tel_b.svg) no-repeat top 6px left 9px / 18px !important;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
}

/* =======================================
	お問い合わせ contact event_contact
========================================== */
.contact {
  background: #F6F0EC;
}

.contact_event02, .contact_event03, .contact01, .contact02 {
  text-align: center;
}

.contact_tel {
  font-size: 3rem;
  line-height: 1.6;
  background: url(../img/tel_b.svg) no-repeat top 15px left 0px / 24px;
  padding-left: 1em;
  display: inline-block;
  color: #44413A;
  letter-spacing: 0.02em;
}

.contact_tel span {
  font-family: "Poppins", sans-serif;
}

.contact_mail {
  font-size: 3rem;
  background: url(../img/icon_mail_b.svg) no-repeat top 21px left 0px / 24px;
  padding-left: 1em;
  display: inline-block;
  letter-spacing: 0.02em;
}

.c_con_sub {
  font-size: 1.4rem;
  font-weight: 400;
}

.c_con_tit {
  border-radius: 8px;
  background: #44413A;
  display: inline-block;
  padding: 0.2em 5em;
  color: #fff;
  font-size: 2.0rem;
}

.privacy_link {
  color: #44413A;
  text-decoration: underline;
}

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

.contact_event03 .c_table_01 table tbody tr th, .contact02 .c_table_01 table tbody tr th {
  width: 44%;
}

/* =======================================
    404エラー error
========================================== */
#error .detail {
  background: rgba(229, 236, 238, 0.3019607843);
  padding: 20px;
}
