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

body {
  font-size: 13px;
/*   font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif; */
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

.hissu {
  padding: 4px 5px;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    line-height: 100%;
    border-radius: 4px;
    display: inline-block !important;
    text-align: center;
    background: var(--main-color);
    margin-left: 5px;
    margin-bottom: 3px;
}

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

.fW500 {
  font-weight: 500;
}

.fW100 {
  font-weight: 100;
}

.fW300 {
  font-weight: 300;
}

.ls0 {
  letter-spacing: 0;
}

.ls05 {
	letter-spacing: 0.05em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.lh0 {
  line-height: 0%;
}

.lh100 {
  line-height: 100%;
}

.lh120 {
  line-height: 120%;
}

.lh140 {
  line-height: 140%;
}

.lh200 {
  line-height: 200%;
}

.lh220 {
  line-height: 200%;
}

.lh240 {
  line-height: 200%;
}

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

* html .cf {
  zoom: 1;
}

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

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

	Structure CSS

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

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

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

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

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

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

.red {
  color: #ff610c !important;
}

.blue {
  color: #15376a !important;
}

.white {
  color: #fff !important;
}

.beni {
  color: #ff5c5c !important;
}

.orange {
  color: #f88f03 !important;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.rela {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.c_tit {
  font-size: 20px;
}

.btn01 {
  border: none;
	margin: 0 auto;
    display: block;
    max-width: 220px;
	width: 100%;
    text-align: center;
}
.btn01-right {
	margin-right: 0;
}
.btn01-left {
	margin-left: 0;
}
.big_btn {
	max-width: 350px;
}
.btn01 a {
	display: block;
	background-color: var(--main-color);
	border-radius: 9999px;
	padding: 0.66em 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	transition: opacity .3s;
}
.big_btn a {
	padding: 1.2rem 0;
}
.btn01 a:hover {
	opacity: .7;
}
a {
	color: var(--main-color);
}

@media screen and (max-width: 767px) {
	.btn01 {
		max-width: 170px;
	}
	.big_btn {
		max-width: 280px;
	}
	.big_btn a {
		padding: .8rem 0;
	}
}

.btn02 {
  display: inline;
}

.btn02 a {
  display: inline;
}

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

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

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

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

.btn03 a {
	display: block;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 9999px;
    color: #000;
}

.btn04 a {
	position: relative;
	display: block;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	padding-right: 40px;
	color: #000;
}
.btn04 a::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	color: #000;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid #000;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	position: absolute;
	top: 40%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
	transition: all .3s;
}
.btn04 a:hover::before {
	right: 10px;
}
.btn04 a span {
	background: #000;
	border-radius: 999px;
	color: #fff;
	padding: 5px 15px;
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.btn04 a::before {
		top: unset;
		bottom: 15px;
	}
}

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

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

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

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

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

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

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

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

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

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

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

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

.w_4em {
  width: 4em;
}

.w_45em {
  width: 4.5em;
}

.w_5em {
  width: 5em;
}

.w_6em {
  width: 6em;
}

.w_7em {
  width: 7em;
}

.w_8em {
  width: 8em;
}

.w_9em {
  width: 9em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .f30 {
    font-size: 5.2vw !important;
  }
} */
@media screen and (max-width: 1024px) {
  .f10 {
    font-size: 10px !important;
  }

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

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

  .f13 {
    font-size: 12.5px !important;
  }

  .f14 {
    font-size: 13.5px !important;
  }

  .f15 {
    font-size: 14.5px !important;
  }

  .f16 {
    font-size: 15px !important;
  }

  .f17 {
    font-size: 16px !important;
  }

  .f18 {
    font-size: 16.5px !important;
  }

  .f19 {
    font-size: 17px !important;
  }

  .f20 {
    font-size: 17.5px !important;
  }

  .f21 {
    font-size: 18px !important;
  }

  .f22 {
    font-size: 18.5px !important;
  }

  .f23 {
    font-size: 19px !important;
  }

  .f24 {
    font-size: 19.5px !important;
  }

  .f25 {
    font-size: 20px !important;
  }

  .f26 {
    font-size: 20.5px !important;
  }

  .f27 {
    font-size: 21px !important;
  }

  .f28 {
    font-size: 22px !important;
  }

  .f29 {
    font-size: 23px !important;
  }

  .f30 {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .f14 {
    font-size: 13px !important;
  }

  .f15 {
    font-size: 14px !important;
  }

  .f16 {
    font-size: 14.5px !important;
  }

  .f17 {
    font-size: 15px !important;
  }

  .f18 {
    font-size: 15.5px !important;
  }

  .f19 {
    font-size: 16px !important;
  }

  .f20 {
    font-size: 16.5px !important;
  }

  .f21 {
    font-size: 17px!important;
  }

  .f22 {
    font-size: 17.5px !important;
  }

  .f23 {
    font-size: 18px !important;
  }

  .f24 {
    font-size: 18.5px !important;
  }

  .f25 {
    font-size: 19px !important;
  }

  .f26 {
    font-size: 19.5px !important;
  }

  .f27 {
    font-size: 20px !important;
  }

  .f28 {
    font-size: 20.5px !important;
  }

  .f29 {
    font-size: 21px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	margin / padding

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

.mA5 {
  margin: 5px !important;
}

.mA10 {
  margin: 10px !important;
}

.mA15 {
  margin: 15px !important;
}

.mA20 {
  margin: 20px !important;
}

.mA25 {
  margin: 25px !important;
}

.mA30 {
  margin: 30px !important;
}

.mA35 {
  margin: 35px !important;
}

.mA40 {
  margin: 40px !important;
}

.mA45 {
  margin: 45px !important;
}

.mA50 {
  margin: 50px !important;
}

.mA55 {
  margin: 55px !important;
}

.mA60 {
  margin: 60px !important;
}

.mA65 {
  margin: 65px !important;
}

.mA70 {
  margin: 70px !important;
}

.mA75 {
  margin: 75px !important;
}

.mA80 {
  margin: 80px !important;
}

.mA85 {
  margin: 85px !important;
}

.mA90 {
  margin: 90px !important;
}

.mA95 {
  margin: 95px !important;
}

.mA100 {
  margin: 100px !important;
}

.mA105 {
  margin: 105px !important;
}

.mA110 {
  margin: 110px !important;
}

.mA115 {
  margin: 115px !important;
}

.mA120 {
  margin: 120px !important;
}

.mA125 {
  margin: 125px !important;
}

.mA130 {
  margin: 130px !important;
}

.mA135 {
  margin: 135px !important;
}

.mA140 {
  margin: 140px !important;
}

.mA145 {
  margin: 145px !important;
}

.mA150 {
  margin: 150px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pA0 {
  padding: 0px !important;
}

.pA5 {
  padding: 5px !important;
}

.pA10 {
  padding: 10px !important;
}

.pA15 {
  padding: 15px !important;
}

.pA20 {
  padding: 20px !important;
}

.pA25 {
  padding: 25px !important;
}

.pA30 {
  padding: 30px !important;
}

.pA35 {
  padding: 35px !important;
}

.pA40 {
  padding: 40px !important;
}

.pA45 {
  padding: 45px !important;
}

.pA50 {
  padding: 50px !important;
}

.pA55 {
  padding: 55px !important;
}

.pA60 {
  padding: 60px !important;
}

.pA65 {
  padding: 65px !important;
}

.pA70 {
  padding: 70px !important;
}

.pA75 {
  padding: 75px !important;
}

.pA80 {
  padding: 80px !important;
}

.pA85 {
  padding: 85px !important;
}

.pA90 {
  padding: 90px !important;
}

.pA95 {
  padding: 95px !important;
}

.pA100 {
  padding: 100px !important;
}

.pA105 {
  padding: 105px !important;
}

.pA110 {
  padding: 110px !important;
}

.pA115 {
  padding: 115px !important;
}

.pA120 {
  padding: 120px !important;
}

.pA125 {
  padding: 125px !important;
}

.pA130 {
  padding: 130px !important;
}

.pA135 {
  padding: 135px !important;
}

.pA140 {
  padding: 140px !important;
}

.pA145 {
  padding: 145px !important;
}

.pA150 {
  padding: 150px !important;
}

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

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

  .mA5 {
    margin: 2.5% !important;
  }

  .mA10 {
    margin: 2.5% !important;
  }

  .mA15 {
    margin: 2.5% !important;
  }

  .mA20 {
    margin: 5% !important;
  }

  .mA25 {
    margin: 5% !important;
  }

  .mA30 {
    margin: 5% !important;
  }

  .mA35 {
    margin: 7.5% !important;
  }

  .mA40 {
    margin: 7.5% !important;
  }

  .mA45 {
    margin: 7.5% !important;
  }

  .mA50 {
    margin: 10% !important;
  }

  .mA55 {
    margin: 10% !important;
  }

  .mA60 {
    margin: 10% !important;
  }

  .mA65 {
    margin: 12.5% !important;
  }

  .mA70 {
    margin: 12.5% !important;
  }

  .mA75 {
    margin: 12.5% !important;
  }

  .mA80 {
    margin: 15% !important;
  }

  .mA85 {
    margin: 15% !important;
  }

  .mA90 {
    margin: 15% !important;
  }

  .mA95 {
    margin: 17.5% !important;
  }

  .mA100 {
    margin: 17.5% !important;
  }

  .mA105 {
    margin: 17.5% !important;
  }

  .mA110 {
    margin: 20% !important;
  }

  .mA115 {
    margin: 20% !important;
  }

  .mA120 {
    margin: 20% !important;
  }

  .mA125 {
    margin: 22.5% !important;
  }

  .mA130 {
    margin: 22.5% !important;
  }

  .mA135 {
    margin: 22.5% !important;
  }

  .mA140 {
    margin: 25% !important;
  }

  .mA145 {
    margin: 25% !important;
  }

  .mA150 {
    margin: 25% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.mL150 {
	  margin-left: 15% !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: 0.5% !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  .pA0 {
    padding: 0% !important;
  }

  .pA5 {
    padding: 2.5% !important;
  }

  .pA10 {
    padding: 2.5% !important;
  }

  .pA15 {
    padding: 2.5% !important;
  }

  .pA20 {
    padding: 5% !important;
  }

  .pA25 {
    padding: 5% !important;
  }

  .pA30 {
    padding: 5% !important;
  }

  .pA35 {
    padding: 7.5% !important;
  }

  .pA40 {
    padding: 7.5% !important;
  }

  .pA45 {
    padding: 7.5% !important;
  }

  .pA50 {
    padding: 10% !important;
  }

  .pA55 {
    padding: 10% !important;
  }

  .pA60 {
    padding: 10% !important;
  }

  .pA65 {
    padding: 12.5% !important;
  }

  .pA70 {
    padding: 12.5% !important;
  }

  .pA75 {
    padding: 12.5% !important;
  }

  .pA80 {
    padding: 15% !important;
  }

  .pA85 {
    padding: 15% !important;
  }

  .pA90 {
    padding: 15% !important;
  }

  .pA95 {
    padding: 17.5% !important;
  }

  .pA100 {
    padding: 17.5% !important;
  }

  .pA105 {
    padding: 17.5% !important;
  }

  .pA110 {
    padding: 20% !important;
  }

  .pA115 {
    padding: 20% !important;
  }

  .pA120 {
    padding: 20% !important;
  }

  .pA125 {
    padding: 22.5% !important;
  }

  .pA130 {
    padding: 22.5% !important;
  }

  .pA135 {
    padding: 22.5% !important;
  }

  .pA140 {
    padding: 25% !important;
  }

  .pA145 {
    padding: 25% !important;
  }

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

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

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

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

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

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

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

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

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

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

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

.visibility_hidden {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cl3_7 > div,
.cl7_3 > div,
.cl4_6 > div,
.cl6_4 > div,
.cl3_7 > li,
.cl7_3 > li,
.cl4_6 > li,
.cl6_4 > li {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

#contents {
	overflow: hidden;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  color: #262b38;
  font-weight: 500 !important;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.mincho {
	font-family: "shippori-mincho", "Noto Serif JP", sans-serif;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

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

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

.note {
  font-size: 1.4rem;
}

.note > li {
  padding-left: 20px;
  position: relative;
}

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

.note > li::before {
  display: block;
  content: "※";
  position: absolute;
  left: 0px;
  top: 0;
}

/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
  ★タイトル
--------------------------------------------------------------------------- */
.tit02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 35px;
}

.tit02 b {
  font-size: 5rem;
  line-height: 1.5;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}

.tit02 span {
  color: #8c8c8c;
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", cursive, sans-serif, serif;
}

.txt_shinfo {
  position: relative;
}

.txt_shinfo > small {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 41%;
  word-break: keep-all;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_wrp.changed {
  display: block;
}

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

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

/* ---------------------------------------------------------------------------
  ★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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#totop span {
  display: none;
}

/* =======================================
	★ページャー
========================================== */
.pager {
  width: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

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

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

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

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

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

/* =======================================
	パンくず
========================================== */
ul.pankuzu {
  display: flex;
  font-size: 10px;
  color: #a49a9a;
  letter-spacing: 0.3em;
  font-weight: 300;
  position: relative;
}

ul.pankuzu li:nth-child(1) a {
  font-family: mr-eaves-sans, sans-serif;
  font-size: 120%;
}

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

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

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

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

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

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

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

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

#pager .next:before,
#pager .prev:before {
	content: "";
	background: url(../img/svg/left_arrow.svg) center / contain no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
}

#pager .next,
#pager .prev {
  border: none;
}

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

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

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

@media screen and (max-width: 767px) {
	#pager {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
}


/* 
	font-family: "Open Sans", sans-serif;
	300-800
*/

.absolute {
	position: absolute;
}

/* =======================================
	共通
========================================== */
:root {
	--main-color: #1d63ae;
	--sub-color: #002063;
	--bg-color: #f9f6f4;
	--bar-color: #b8becc;
}
.main_color {
	color: var(--main-color);
}
.sub_color {
	color: var(--sub-color);
}
.sub_bg {
	background: var(--bg-color);
}
.top_btn {
	display: block;
    position: sticky;
    bottom: 15px;
    left: 0;
    max-width: 1200px;
	width: 90%;
	margin: -25px auto 0;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.scrolled .top_btn {
	opacity: 1;
}
.top_btn a {
	display: block;
	width: 50px;
	margin-left: auto;
	background: #fff;
	border-radius: 50%;
}
.scrolled .top_btn a {
	pointer-events: auto;
}
body {
	position: relative;
}
body::before {
	content: '';
	width: 100%;
	height: 100vh;
	background: var(--sub-color);
	opacity: 0;
	position: fixed;
	top; 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
	transition: all .3s;
}
body.nav-open::before {
	opacity: .7;
	pointer-events: auto;
}

@media screen and (max-width: 767px) {
	.last_content {
		padding-bottom: 50px !important;
	}
}

/* header */
header {
	padding: 28px 0 28px 52px;
	background: #fff;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
	width: 250px;
	transition: opacity .3s;
}
.logo a:hover {
	opacity: .7;
}
.global_nav ul {
	display: flex;
	
}
.global_nav a {
	position: relative;
	font-size: 16px;
	padding: 13px 16px;
	color: #262b38;
}
.global_nav li:not(.contact_btn) a::before {
	content: '';
	width: 0;
	height: 1px;
	background: var(--main-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}
.global_nav li:not(.contact_btn) a:hover::before {
	width: 80%;
}
.global_nav .contact_btn {
	margin-left: 10px;
}
.global_nav .contact_btn a {
	position: relative;
	font-weight: bold;
	color: #fff;
	border-radius: 9999px 0 0 9999px;
	background-color: transparent;
	padding: 13px 50px 12px 50px;
	overflow: hidden;
	z-index: 1;
	transition: all .3s;
}
.global_nav .contact_btn a::before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(29, 99, 174, 1) 50%, rgba(0, 155, 148, 1));
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 9999px 0 0 9999px;
}
.global_nav .contact_btn a:hover {
	background-color: rgba(29, 99, 174, 1);
}
.hamburger {
	position: fixed;
	right: 0;
	top: 0;
	width: 54.39px;
	height: 54.39px;
	cursor: pointer;
	z-index: 100;
	background: var(--main-color);
}
.hamburger__line {
	position: absolute;
	left: 16px;
	width: 24px;
	height: 3px;
	background-color: #fefefe;
	transition: all 0.6s;
	border-radius: 50em;
}
.hamburger__line--1 {
	top: 17px;
}
.hamburger__line--2 {
	top: 25px;
}
.hamburger__line--3 {
	top: 33px;
}
.nav-open .hamburger__line--1 {
	transform: rotate(45deg);
	top: 27px;
}
.nav-open .hamburger__line--2 {
	width: 0;
}
.nav-open .hamburger__line--3 {
	transform: rotate(-45deg);
	top: 27px;
}

@media screen and (max-width: 1250px) {
	header {
		padding: 20px 0 20px 25px;
	}
	.logo {
		width: 200px;
	}
	.global_nav a {
		font-size: 14px;
		padding: 10px 12px;
	}
	.global_nav .contact_btn a {
		padding: 13px 25px 12px 25px;
	}
}
@media screen and (max-width: 1000px) {
	header {
		padding: 20px 0 20px 15px;
	}
	.logo {
		width: 150px;
	}
	.global_nav a {
		font-size: 12px;
		padding: 10px 12px;
	}
	.global_nav .contact_btn a {
		padding: 13px 25px 12px 25px;
	}
}
@media screen and (max-width: 900px) {
	header {
        padding: 10px 10px 10px;
    }
	.header_inner {
		justify-content: center;
	}
	.logo {
		width: 200px;
	}
	.global_nav {
		position: fixed;
        max-width: 300px;
        width: 100%;
        height: 100vh;
        top: 0;
		left: 100%;
        background: #fff;
        z-index: 11;
		transition: all .3s;
		padding: 80px 16px 16px;
		pointer-events: none;
	}
	.nav-open .global_nav {
		left: calc(100% - 300px);
		pointer-events: auto;
	}
	.global_nav ul {
		display: block;
	}
	.global_nav a {
		display: block;
		font-size: 16px;
		border-bottom: 1px solid var(--main-color);
	}
	.global_nav li:not(.contact_btn) a::before {
		display: none;
	}
	.global_nav .contact_btn {
		margin-left: 0;
		margin-top: 25px;
	}
	.global_nav .contact_btn a {
		border-radius: 9999px;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.global_nav a {
		font-size: 14px;
	}
}

/* footer */
footer {
	overflow: hidden;
}
.footer_nav {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 31px 0 30px;
}
.footer_nav::before {
	content: '';
	width: 45.5%;
	height: 1px;
	background: var(--bar-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.footer_nav a {
	font-size: 16px;
	font-weight: 400;
	color: #262b38;
	padding: 10px 24px;
	transition: opacity .3s;
}
.footer_nav a:hover {
	opacity: .7;
}
.footer_items {
	padding-top: 37px;
	gap: 1%;
}
.footer_text_box {
	width: 40%;
}
.footer_map {
	width: 59%;
	aspect-ratio: 1 / .4;
}
.footer_logo {
	width: 250px;
}
.footer_table tr {
	display: flex;
}
.footer_table tr + tr {
	margin-top: 14px;
}
.footer_table tr:nth-child(2) {
	margin-top: 5px;
}
.footer_table th,
.footer_table td {
	line-height: 1.5;
}
.footer_table th {
	flex-shrink: 0;
	width: 130px;
	text-align: center;
	border: 1px solid var(--bar-color);
	font-size: 14px;
	padding: 1px 0;
	margin-right: 18px;
}
.footer_table td {
	font-size: 15px;
}
.recruit_btn {
	display: block;
	width: 285px;
	text-align: center;
	color: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 9999px;
	background: #fff;
	margin-top: 26px;
    padding: 9px 10px;
    font-size: 18px;
    line-height: 1.4;
}
.recruit_btn span {
	position: relative;
	font-weight: 500 !important;
	color: #262b38;
	font-size: 15px;
}
.recruit_btn span::before,
.recruit_btn span::after {
	content: '';
	width: 1px;
	height: 10px;
	background: #262b38;
	position: absolute;
	bottom: 6px;
	transform-origin: bottom center;
}
.recruit_btn span::before {
	left: -9px;
    rotate: -40deg;
}
.recruit_btn span::after {
	right: -9px;
	rotate: 40deg;
}
.copy_right_box {
	justify-content: flex-end;
    gap: 50px;
    padding: 15px 0 8px;
	color: #70767f;
}
.copy_right_box a {
	color: #70767f;
	border-bottom: 1px solid var(--bar-color);
}

@media screen and (max-width: 1024px) {
	.footer_nav {
		padding: 15px 0;
	}
	.footer_nav a {
		font-size: 13px;
		padding: 5px 10px;
	}
	.footer_text_box {
		width: 49%;
	}
	.footer_map {
		width: 50%;
	}
	.footer_table tr + tr {
		margin-top: 10px;
	}
	.footer_table th {
		font-size: 13px;
	}
	.footer_table td {
		font-size: 14px;
	}
	.copy_right_box {
		gap: 20px;
	}
}
@media screen and (max-width: 767px) {
	.footer_items {
		gap: 25px;
	}
	.footer_text_box {
		width: 100%;
	}
	.footer_map {
		width: 100vw !important;
		aspect-ratio: 1 / .6;
		margin: auto calc(50% - 50vw);
	}
	.recruit_btn {
		margin: 20px auto 0;
	}
	.copy_right_box {
		gap: 10px;
	}
	.footer_nav a {
		font-size: 12px;
		padding: 5px;
	}
}

/* ページヘッダー */
.page-header {
	background-image: url('../img/company_bg.png');
	background-repeat: repeat;
    background-size: contain;
	padding: 50px 10px;
}
.page-header .page-title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

/* パンくず */
#breadcrumb_box {
	background-color: #5DA046;
	padding: 8px 10px;
}
#breadcrumb_box nav ul {
	display: flex;
	gap: 0 10px;
}
#breadcrumb_box nav ul li {
    --arrow-icon: 6.5px;
    --arrow-width: 2.5px;
    --arrow-color: #fff;
	position: relative;
	line-height: 1;
	padding-right: calc(var(--arrow-width) + 10px);
}
#breadcrumb_box nav ul li::before {
	content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    width: var(--arrow-icon);
    height: var(--arrow-icon);
    border-top: var(--arrow-width) solid var(--arrow-color);
    border-right: var(--arrow-width) solid var(--arrow-color);
}
#breadcrumb_box nav ul li:last-child::before {
	display: none;
}
#breadcrumb_box nav ul li,
#breadcrumb_box nav ul li a {
	color: #fff;
	line-height: 1;
}

/* title01 */
.title01_box {
	border-bottom: 1px solid var(--main-color);
}
.title01 {
	line-height: 1.3;
	font-weight: bold;
}
.sub_title01 {
	position: relative;
	display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1em;
    align-items: center;
    color: var(--main-color);
}
.sub_title01::after {
	content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--main-color);
}

@media screen and (max-width: 1024px) {
	.title01_box {
		margin-bottom: 15px !important;
	}
	.access_img {
		margin-top: 15px;
	}
}

/* .title02 */
.title02 {
	font-size: 45.79px;
    line-height: 1.1;
    margin-bottom: 3px;
}
.sub_title02 {
	font-size: 15px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
	.title02 {
		font-size: 28px;
	}
	.sub_title02 {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.title02 {
		font-size: 22px;
	}
	.sub_title02 {
		font-size: 12px;
	}
}

/* .title03 */
.title03 {
	font-size: 36px;
    line-height: 1.4;
    margin-bottom: 3px;
}
.sub_title03 {
	font-size: 15px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 900px) {
	.title03 {
		font-size: 24px;
	}
	.sub_title03 {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.title03 {
		font-size: 20px;
	}
	.sub_title03 {
		font-size: 12px;
	}
}

/* =======================================
	トップページ
========================================== */
/* FV */
.fv_content {
	position: relative;
	padding-left: 7vw;
    padding-top: 8vw;
	padding-bottom: 0.2vw;
}
.fv_title {
	position: relative;
    font-size: 3.1vw;
    letter-spacing: 0.12em;
    z-index: 1;
}
.fv_text {
	position: relative;
	font-size: 1.1vw;
    letter-spacing: 0.1em;
    line-height: 2.25;
	z-index: 1;
	margin-top: 0.9vw;
	margin-bottom: 3.3vw;
}
.fv_img {
	position: absolute;
    top: 0;
    right: -1vw;
    width: 74.6vw;
    z-index: 0;
}
.fv_asset1 {
	position: absolute;
    bottom: 1vw;
    left: -10vw;
    max-width: unset;
    width: 130vw;
}
.fv_asset2 {
	position: relative;
	width: 21.7vw;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.fv_text {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 900px) {
	.fv_content {
		padding-top: 3vw;
		padding-left: 5vw;
	}
	.fv_title {
		font-size: 3.8vw;
	}
	.fv_text {
		font-size; 1.8vw;
	}
}
@media screen and (max-width: 767px) {
	.fv_img {
		height: 100%;
		object-fit: cover;
	}
	.fv_title {
		font-size: 4.8vw;
	}
	.fv_text {
		font-size: 2.4vw;
		text-shadow: 0 0 5px #FFF,0 0 5px #FFF,0 0 5px #FFF;
	}
}

/* サービス */
.top_service_items {
	gap: 5%;
	justify-content: space-between;
	margin-top: 2.4rem;
}
.top_service_item {
	width: 47.5%;
}
.top_service_title_box {
	position: relative;
	align-items: center;
	gap: 15px;
	margin: 9px 0 11px;
	padding-bottom: 13px;
}
.top_service_title_box::before {
	content: '';
	width: 90px;
	height: 1px;
	background: var(--bar-color);
	position: absolute;
	bottom: 0;
	left: 0;
}
#repair.service_content .service_about_img {
	aspect-ratio: 1 / 1;
}
#repair .service_about_img::before {
	background: var(--main-color);
	opacity: .8;
}
.top_service_title_box img {
	width: 55px;
}
.top_service_title_box h3 {
	line-height: 1.2;
}
.top_service_banner {
	position: relative;
	justify-content: space-around;
	margin-top: 25px;
	background: url('../img/top_service_banner.webp') center / cover no-repeat;
	padding: 3rem 0 2.8rem;
}
.top_service_banner::before {
	content: '';
	width: 1px;
	height: 80%;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner_item {
	width: 34.5%;
	background: rgba(255,255,255,0.9);
	padding: 19px 10px 27px;
}
.banner_item p {
	position: relative;
	width: max-content;
	margin: 0 auto 10px;
}
.banner_item p::before,
.banner_item p::after {
	content: '';
	width: 1px;
	height: 10px;
	background: #262b38;
	position: absolute;
	bottom: 6px;
	transform-origin: bottom center;
}
.banner_item p::before {
	left: -19px;
    rotate: -30deg;
}
.banner_item p::after {
	right: -19px;
	rotate: 30deg;
}

@media screen and (max-width: 1300px) {
	.top_service_text br {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.banner_item p::before {
		left: -5px;
	}
	.banner_item p::after {
		right: -5px;
	}
}
@media screen and (max-width: 1024px) {
	.top_service_items {
		gap: 2.5rem;
		max-width: 500px;
		margin: 2.4rem auto 0;
	}
	.top_service_item {
		width: 100%;
	}
	.banner_item {
		display: flex;
        flex-direction: column;
        justify-content: center;
		width: 42%;
	}
	.banner_item p {
		line-height: 1.2;
	}
	.banner_item p::before,
	.banner_item p::after {
		bottom: 4px;
	}
}
@media screen and (max-width: 767px) {
	.top_service_content {
		margin-top: 40px !important;
	}
	.top_service_title_box img {
		width: 40px;
	}
	.top_service_title p {
		font-size: 12px !important;
	}
	.top_service_banner {
		flex-wrap: wrap;
		gap: 25px;
	}
	.top_service_banner::before {
		width: 50%;
		height: 1px;
	}
	.banner_item {
		width: 90%;
	}
}

/* 施工実績 */
.top_work_content {
	background: var(--bg-color);
}
.top_work_box {
	justify-content: space-between;
	gap: 25px 2%;
}
.top_work_text_box {
	padding-top: 37px;
	width: 28%;
}
.top_work_text {
	margin-top: 20px;
	line-height: 2;
}
.top_work_slider {
	position: relative;
	flex: 1;
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	padding-bottom: 95px;
}
.top_work_slider .swiper-slide a {
	color: #262b38;
	transition: opacity .3s;
}
.top_work_slider .swiper-slide a:hover {
	opacity: .7;
}
.top_work_slider .btn01 {
	position: absolute;
	bottom: 0;
	right: 55px;
}
.top_work_slider .swiper-button-prev,
.top_work_slider .swiper-button-next {
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid var(--main-color);
	bottom: 0;
	top: unset;
	transition: all .3s;
}
.top_work_slider .swiper-button-prev:hover,
.top_work_slider .swiper-button-next:hover {
	background: var(--main-color);
}
.top_work_slider .swiper-button-prev::after,
.top_work_slider .swiper-button-next::after {
	font-size: 21px;
	color: var(--main-color);
}
.top_work_slider .swiper-button-prev:hover::after,
.top_work_slider .swiper-button-next:hover::after {
	color: #fff;
}
.top_work_slider .swiper-button-prev {
	left: unset;
	right: 380px;
}
.top_work_slider .swiper-button-next {
	right: 310px;
	left: unset;
}

@media screen and (max-width: 1024px) {
	.top_work_text_box {
		width: 100%;
		padding-top: 0;
	}
	.top_work_slider {
		flex: unset;
        width: 100%;
		padding-bottom: 65px;
	}
	.top_work_slider .btn01 {
		right: 0;
	}
	.top_work_slider .swiper-button-next,
	.top_work_slider .swiper-button-prev {
		width: 45px;
		height: 45px;
	}
	.top_work_slider .swiper-button-next {
		right: 240px;
	}
	.top_work_slider .swiper-button-prev {
		right: 290px;
	}
}
@media screen and (max-width: 767px) {
	.top_work_content {
		padding: 30px 0 !important;
		margin-top: 30px !important;
	}
	.top_work_text {
		font-size: 14px !important;
	}
	.work_post_text_box h3 {
		margin-bottom: 10px;
	}
	.top_work_slider .swiper-button-next {
		right: 190px;
	}
	.top_work_slider .swiper-button-prev {
		right: 245px;
	}
}

/* 私たちについて */
.top_about_content,
.top_about_box {
	position: relative;
}
.top_about_asset1 {
	position: absolute;
	width: 37.9px;
	top: -0.5%;
    left: 25.4%;
}
.top_about_asset2 {
	position: absolute;
	width: 64.528px;
	top: -0.6%;
    left: 20.2%;
}
.top_about_asset3 {
	position: absolute;
	width: 55.5578px;
	top: -0.5%;
    left: 15.7%;
}
.top_about_asset4 {
	position: absolute;
	width: 306.21px;
	bottom: -72px;
    right: -46px;
}
.top_about_box p {
	line-height: 2;
}
.top_about_box .btn01 {
	position: relative;
    z-index: 1;
	max-width: 255px;
}

@media screen and (max-width: 1024px) {
	.top_about_asset1 {
		width: 29.9px;
		left: 17.4%;
	}
	.top_about_asset2 {
		width: 49.528px;
		left: 9.2%;
	}
	.top_about_asset3 {
		width: 42px;
		left: 1.7%;
	}
	.top_about_asset4 {
		width: 36%;
		bottom: -29%;
		right: -5%;
	}
}
@media screen and (max-width: 767px) {
	.top_about_content {
		padding: 30px 0 !important;
	}
	.top_about_box p {
		font-size: 14px !important;
	}
	.top_about_asset1 {
		width: 23.9px;
        left: 23.4%;
	}
	.top_about_asset2 {
		width: 40px;
        left: 12.2%;
	}
	.top_about_asset3 {
		width: 35px;
	}
	.top_about_asset4 {
		bottom: -15%;
        right: -5%;
	}
	.top_about_box .btn01 {
		max-width: 220px;
	}
}

/* ショールーム */
.top_showroom_content {
	background: var(--bg-color);
}
.top_showroom_items {
	gap: 5.2%;
}
.top_showroom_item:has(.top_showroom_img1) {
	width: 43%;
}
.top_showroom_item:has(.title02) {
	width: 51.8%;
}
.top_showroom_img1 {
	position: relative;
	width: 67%;
	z-index: 1;
}
.top_showroom_img2 {
	margin-top: -11.5%;
    margin-left: auto;
    width: 50.5%;
}
.top_showroom_content .btn01 {
	width: 250px;
}

@media screen and (max-width: 767px) {
	.top_showroom_content {
		padding: 30px 0 !important;
	}
	.top_showroom_item:has(.top_showroom_img1),
	.top_showroom_item:has(.title02) {
		width: 100%;
	}
	.top_showroom_item:has(.title02) > p {
		font-size: 14px !important;
	}
	.top_showroom_content .btn01 {
		margin-right: auto;
	}
}

/* お知らせ */
.news_items {
	border: 1px solid var(--main-color);
	background: #fff;
	padding: 36px 42px;
	gap: 3.2%;
}
.news_text_box {
	width: 24%;
}
.news_posts {
	width: 72.8%;
}
.news_post + .news_post {
	border-top: 1px solid var(--bar-color);
}
.news_post .news_post_box {
	display: block;
	color: #262b38;
	line-height: 2.25;
	padding: 20px 0;
}
.news_post:first-child .news_post_box {
	padding-top: 0;
}
.news_post:last-child .news_post_box {
	padding-bottom: 0;
}
.news_post_date {
	width: 123px;
	flex-shrink: 0;
}
.news_post_text_box {
	flex-wrap: nowrap !important;
}

@media screen and (max-width: 1024px) {
	.news_items {
		padding: 25px;
	}
	.news_text_box {
		width: 15%;
	}
	.news_post_date {
		width: 90px;
	}
	.news_post_date,
	.news_post_title {
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	.news_content {
		padding: 30px 0 !important;
	}
	.news_items {
		flex-wrap: wrap;
		gap: 25px;
	}
	.news_text_box,
	.news_posts {
		width: 100%;
	}
	.news_post_text_box {
		flex-wrap: wrap !important;
	}
	.news_post_date {
		width: 100%;
		margin-bottom: 5px;
	}
}

/* お問い合わせ */
.top_contact_items {
	position: relative;
	max-width: 840px;
	margin: 0 auto;
}
.top_contact_items::before {
	content: '';
	width: 1px;
	height: 100%;
	background: var(--bar-color);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.top_contact_items > div {
	width: 50%;
}
.top_contact_items img {
	width: 68.4298px;
	margin: 0 auto;
}
.phone_btn {
	display: block;
	pointer-events: auto !important;
}
.phone_btn img {
	width: 280px;
}
.phone_sub_text span {
	border: 1px solid var(--bar-color);
	padding: 0 13px;
	margin-right: 12px;
}
.mail_btn {
	max-width: 250px;
	width: 100%;
	background: linear-gradient(90deg, rgba(29, 99, 174, 1) 50%, rgba(0, 155, 148, 1)) !important;
	border-radius: 9999px;
	transition: opacity .3s;
}
.mail_btn:hover {
	opacity: .7;
}
.mail_btn.btn01 a {
	background-color: transparent !important;
}

@media screen and (max-width: 767px) {
	.top_contanct_content {
		padding-top: 30px !important;
	}
	.top_contact_items {
		flex-wrap: wrap;
		gap: 40px;
	}
	.top_contact_items::before {
		width: 100%;
		height: 1px;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.top_contact_items > div {
		width: 100%;
	}
	.mail_btn {
		max-width: 200px;
	}
}


/* =======================================
	contents
========================================== */
.contents_inner {
	width: 88%;
	padding: 5rem 0;
	margin: 0 auto;
}
.tab_br,
.sp_br {
	display: none;
}
/* ページMV */
.single_mv_box {
	position: relative;
	width: 100vw;
	margin: auto calc(50% - 50vw);
}
.single_mv_title {
	font-size: 2.916vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    background-color: rgba(29, 99, 174, .4);
    color: #fff;
    padding: 3.33vw 1.66vw;
}
.single_mv_img img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.tab_br {
		display: block;
	}
	.single_mv_title {
		font-size: 32px;
		padding: 20px 16px;
	}
}
@media screen and (max-width: 767px) {
	.tab_br {
		display: none;
	}
	.sp_br {
		display: block;
	}
	.single_mv_title {
        font-size: 24px;
        padding: 20px 16px;
    }
	.single_mv_img img {
		height: 150px;
		object-fit: cover;
	}
}

/* =======================================
	ショールーム
========================================== */
.showroom_main_box {
	position: relative;
}
.showroom_main_title {
	letter-spacing: 0.04em;
	background-color: rgba(255, 255, 255, .6);
	border-radius: 9999px;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	z-index: 2;
}
.showroom_sub_box {
	gap: 25px 5%;
	align-items: flex-start;
}
.showroom_sub_slider .swiper-slide {
	position: relative;
	cursor: pointer;
}
.showroom_sub_slider .swiper-slide::before {
	content: '';
	background: #000;
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0;
}
.showroom_sub_slider .swiper-slide.swiper-slide-thumb-active::before {
	opacity: .5;
	transition: all .3s;
}
.showroom_text_box {
	width: 40%;
}
.showroom_sub_img {
	width: 55%;
}
.visit_box {
	gap: 25px 5%;
}
.visit_text_box {
	width: 40%;
}
.visit_img {
	position: relative;
	width: 55%;
}
.visit_title {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, .6);
	border-radius: 9999px;
	text-align: center;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	width: 80%;
}
.visit_lists li {
	position: relative;
	padding-left: 15px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.visit_lists li::before {
	content: '';
	width: 10px;
	height: 10px;
	background: #000;
	position: absolute;
	top: 7px;
	left: 0;
}
.access_box {
	gap: 25px 5%;
}
.access_text_box {
	width: 40%;
}
.access_map {
	position: relative;
	width: 55%;
}
.access_lists li {
	border-bottom: 1px solid #A8ADAF;
	width: max-content;
}

@media screen and (max-width: 767px) {
	.visit_content {
		padding: 30px 0 !important;
	}
	.access_content {
		padding-top: 30px !important;
	}
	.showroom_main_title,
	.visit_title {
		font-size: 16px !important;
		width: 90%;
	}
	.showroom_text_box,
	.showroom_sub_img,
	.visit_img,
	.visit_text_box,
	.access_text_box,
	.access_map {
		width: 100%;
	}
	.access_map iframe {
		aspect-ratio: 1 / .7;
	}
	.showroom_sub_img {
		order: -1;
	}
}

/* =======================================
	私たちについて
========================================== */
.hope_items {
	gap: 25px 5%;
}
.hope_text_box,
.hope_img_box {
	width: 47.5%;
}
.hope_sub_img_box {
	gap: 15px;
}
.hope_sub_img_box > div {
	width: calc(50% - 7.5px);
}
@media screen and (max-width: 767px) {
	.hope_text_box,
	.hope_img_box {
		width: 100%;
	}
	.hope_img_box {
		order: -1;
		max-width: 600px;
		margin: 0 auto;
	}
	.hope_sub_img_box {
		margin-top: 10px !important;
		gap: 10px;
	}
	.hope_sub_img_box > div {
		width: calc(50% - 5px);
	}
}

/* 私たちのコンセプト */
.concept_items {
	max-width: 800px;
	margin: 0 auto;
	color: #fff;
}
.concept_items > div {
	position: relative;
	width: 50%;
	padding: 20px 10px;
/* 	min-height: 400px; */
	aspect-ratio: 1 / 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.concept_items > div::after {
	content: '';
/* 	background-color: red; */
	background: url('../img/concept_img1.webp') center / cover no-repeat;
/* 	opacity: .3; */
	width: 105%;
	height: 105%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}
.concept_items > div:last-child::after {
	background: url('../img/concept_img2.webp') center / cover no-repeat;
	left: -5%;
}
.concept_items > div::before {
	content: '';
	width: 105%;
	height: 105%;
	background: #000;
	border-radius: 50%;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.concept_items > div:last-child::before {
	left: -5%;
}
.concept_items img {
	width: 70px;
    margin-bottom: 10px;
}
.concept_items > div h4,
.concept_items > div p,
.concept_items img {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.concept_content,
	.staff_content,
	.profile_content {
		padding: 30px 0 !important;
	}
	.concept_box {
		margin-bottom: 40px;
	}
	.concept_items {
		max-width: 400px;
	}
	.concept_items > div {
		width: 100%;
	}
	.concept_items > div:last-child {
		margin-top: -15%;
	}
	.concept_items > div::after,
	.concept_items > div::before, {
		width: 100%;
		height: 100%;
	}
	.concept_items > div:last-child::after,
	.concept_items > div:last-child::before {
		left: 0;
	}
	.concept_items img {
		width: 50px;
	}
	.concept_items > div p {
		font-size: 14px !important;
	}
}

/* 主なスタッフ紹介 */
.staff_items {
	gap: 50px 5%;
}
.staff_item {
/* 	width: 30%; */
	width: 47.5%;
	display: flex;
	flex-direction: column;
}
.staff_img {
	max-width: 300px;
	width: 80%;
	border-radius: 50%;
	margin: 0 auto;
}
.staff_post {
	color: #9f9f9f;
	margin-bottom: 10px;
}
.staff_name {
	line-height: 1.2;
}
.staff_message {
	border-top: 1px solid var(--bar-color);
/* 	margin-top: auto !important; */
}
.staff_slider {
	overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.staff_items {
		margin-top: 25px !important;
	}
	.staff_name {
		font-size: 20px !important;
		margin-top: 10px;
	}
	.staff_license {
		margin-bottom: 10px !important;
	}
	.staff_message  {
		padding-top: 10px !important;
	}
}
@media screen and (max-width: 757px) {
	.staff_items {
		gap: 30px 5%;
		margin-top: 15px !important;
	}
	.staff_item {
/* 		width: 47.5%; */
		width: 100%;
	}
	.staff_name {
		font-size: 18px !important;
	}
	.staff_post {
		font-size: 13px !important;
	}
}

/* ボタンボックス */
.service_btn_content {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: url('../img/about_bar.webp') center / cover no-repeat;
}
.service_btn_content::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
}
.service_btn_box {
	position: relative;
	max-width: 1200px;
	width: 88%;
	margin: 0 auto;
	z-index: 1;
}
.service_btn_title {
	position: relative;
	font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
	color: #fff;
	z-index: 1;
}
.service_btn_items .btn01 a {
	margin-right: 0;
	background: #fff;
	color: var(--main-color);
	border: 3px solid var(--main-color);
}

@media screen and (max-width: 1024px) {
	.service_btn_title {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	.service_btn_title {
		font-size: 24px;
	}
	.service_btn_items {
		margin-top: 32px !important;
	}
	.service_btn_items .btn01 {
		max-width: 250px;
		font-size: 15px !important;
	}
	.service_btn_items .btn01 a {
		border-width: 2px;
	}
}

/* =======================================
	初めての方へ
========================================== */
/* 暮らしを育むリフォーム */
.about_reform_img_slider {
	width: 100vw;
	margin: auto calc(50% - 50vw);
	pointer-events: none !important;
}
.about_reform_img_slider .swiper-wrapper {
	transition-timing-function: linear;
}

/* 修理とリフォームガイド */
.guide_service_box {
	position: relative;
	background-color: #f8f6f1;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.guide_service_name {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 0 0 20px 0;
	padding: 10px 25px;
	font-size: 32px;
	min-width: 200px;
	text-align: center;
	letter-spacing: 0.04em;
}
.guide_service_box:nth-child(odd) .guide_service_name {
	left: unset;
	right: 0;
	border-radius: 0 0 0 20px;
}
.guide_service_box .flex_wrap {
	gap: 5%;
	align-items: center;
}
.guide_service_box .flex_wrap > div {
	width: 47.5%;
}
.guide_service_box img {
	width: 100%;
}
.guide_service_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px 5px;
}
.guide_service_lists li {
	font-size: 13px;
}
.guide_service_lists li:not(.last) {
	padding: 2px 15px;
	border: 1px solid #000;
	border-radius: 999px;
}

@media screen and (max-width: 1024px) {
	.guide_service_box {
		border-radius: 18px;
	}
	.guide_service_name {
		font-size: 28px;
		min-width: 180px;
		padding: 8px 15px;
		border-radius: 0 0 15px 0;
	}
	.guide_service_box:nth-child(odd) .guide_service_name {
		border-radius: 0 0 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.guide_service_box {
		padding-top: 75px !important;
		border-radius: 14px;
	}
	.guide_service_box .flex_wrap {
		gap: 25px;
	}
	.guide_service_box .flex_wrap > div {
		width: 100%;
	}
	.guide_service_img {
		order: -1;
	}
	.guide_service_name {
		font-size: 20px;
		border-radius: 0 0 10px 0;
		min-width: 150px;
	}
	.guide_service_box:nth-child(odd) .guide_service_name {
		border-radius: 0 0 0 10px;
	}
	.guide_service_lists {
		gap: 5px;
		margin-top: 15px;
	}
	.guide_service_lists li {
		font-size: 12px;
	}
	.guide_service_lists li:not(.last) {
		padding: 1px 10px;
	}
}

/* リフォームの流れ */
.flow_box,
.flow_body {
	gap: 5%;
}
.flow_items {
	width: 47.5%;
}
.flow_body {
	align-items: center;
}
.flow_body img {
	width: 35%;
	border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.flow_body .flow_text_box {
	width: 60%;
}
.flow_items h3 {
	border-bottom: 1px solid var(--bar-color);
}
.flow_item {
	position: relative;
	padding-left: 25px;
	padding-bottom: 35px;
}
.flow_item::before {
	content: '';
    width: 1px;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 10px;
}
.flow_item:first-of-type::before {
	height: calc(100% - 15px);
}
.flow_item::after {
	content: '';
	width: 15px;
	height: 15px;
	background: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 8px;
    left: 3.5px;
}
.flow_item:last-of-type {
	margin-top: -10px;
}
.flow_item:last-of-type::before {
	display: none;
}
.flow_btn {
	display: inline-block;
	padding: 5px 25px;
	border-radius: 9999px;
	border: 1px solid #000;
	color: #000;
	margin-top: 15px;
}

.flow_btn {
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
	.flow_text_box p {
		line-height: 1.6;
	}
	.flow_text_box .btn01 {
		margin-top: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.flow_box {
		gap: 32px;
	}
	.flow_items {
		width: 100%;
	}
	.flow_item {
		padding-left: 20px;
	}
	.flow_item::before {
		left: 7.5px;
	}
	.flow_item::after {
		width: 10px;
		height: 10px;
	}
}

/* 当店ショールーム */
.guide_room_box {
	gap: 5%;
	align-items: center;
}
.guide_room_text_box,
.guide_room_img {
	width: 47.5%;
}
.guide_room_text_box h3 {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--bar-color);
}

@media screen and (max-width: 1024px) {
	.guide_room_text_box h3 {
		margin-top: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.guide_room_box {
		gap: 0;
	}
	.guide_room_text_box,
	.guide_room_img {
		width: 100%;
	}
	.guide_room_img {
		order: -1;
	}
}

/* よくある質問 */
.faq_box {
	max-width: 1000px;
	width: 88%;
	margin: 0 auto;
}
.faq_item {
	border-top: 1px solid var(--bar-color);
}
.faq_item:last-of-type {
	border-bottom: 1px solid var(--bar-color);
}
.faq_title_box {
	position: relative;
	cursor: pointer;
}
.faq_title_box::before,
.faq_title_box::after {
	content: '';
    width: 17px;
    height: 2px;
    background: #5f5f5f;
    position: absolute;
    top: 29px;
    right: 10px;
	transition: all .3s;
}
.faq_title_box::after {
	rotate: 90deg;
}
.faq_title {
	position: relative;
	padding: 16px 40px;
	transition: all .3s;
}
.faq_text_box {
	position: relative;
	padding: 0 40px;
	height: 0;
	opacity: 0;
	transition: all .3s;
	overflow: hidden;
}
.faq_title::before,
.faq_text_box::before {
	content: "Q.";
    position: absolute;
    left: 0;
    top: 11px;
    display: block;
    font-size: 20px;
    color: var(--main-color);
}
.faq_text_box {
	border-top: 1px solid #e7e7e7;
}
.faq_text_box::before {
	content: 'A.';
	color: #ff7561;
}
.faq_item.active .faq_title {
	background: #f4f4f4;
}
.faq_item.active .faq_title_box::after {
	rotate: 180deg;
}
.faq_item.active .faq_text_box {
	height: auto;
	padding: 16px 40px;
	opacity: 1;
}

/* =======================================
	サービス
========================================== */
/* ページ内リンク */
.service_link_box {
	gap: 40px 5%;
}
.service_link_item {
	width: 47.5%;
}
.service_link_item a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/service_repair.webp') center /cover no-repeat;
	height: 200px;
	border-radius: 10px;
}
.service_link_item:last-child a {
	background: url('../img/service_reform.webp') center /cover no-repeat;
}
.service_link_item a::before {
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	inset: 0;
	border-radius: 10px;
	transition: all .3s;
}
.service_link_item a::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.2em solid #fff;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
	transition: all .3s;
}
.service_link_item a:hover::before {
	background: rgba(0,0,0,0.1);
}
.service_link_item a:hover::after {
	bottom: 15px;
}
.service_link_point {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border: 2px solid var(--main-color);
	border-radius: 9999px;
	width: max-content;
    padding: 5px 25px;
	color: #000;
}
.service_link_name {
	position: relative;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

@media screen and (max-width: 1024px) {
	.service_link_point {
		font-size: 12px !important;
		padding: 5px 15px;
	}
	.service_link_item a::after {
		width: .7em;
		height: .7em;
	}
	.service_link_content .btn04 {
		font-size: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.service_link_box {
		margin-bottom: 35px !important;
	}
	.service_link_item {
		width: 100%;
	}
	.service_link_point {
		border-width: 1px;
	}
	.service_link_item a {
		height: 140px;
	}
	.service_link_content .btn04 {
		font-size: 14px !important;
		line-height: 1.6;
	}
	.service_link_content .btn04 span {
		display: block;
		width: max-content;
		max-width: 100%;
		margin-bottom: 5px;
		margin-right: 0;
	}
}

/* 修理 */
.service_about_items {
	gap: 25px 5%;
	align-items: center;
}
.service_about_text_box {
	width: 100%;
}
.service_about_items:has(.service_about_imgs) .service_about_text_box,
.service_about_imgs {
	width: 47.5%;
}
.service_about_imgs {
	gap: 16px 2%;
}
.service_about_img {
	position: relative;
	width: 23.5%;
	border-radius: 50%;
	overflow: hidden;
}
.service_about_img::before {
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	inset: 0;
}
.service_about_img p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	line-height: 1.2;
	z-index: 1;
	color: #fff;
}
.service_about_sub_title {
	display: inline-block;
    background: #DCDEDF;
	color: var(--main-color);
    padding: 2px 15px;
}
.service_items {
	gap: 32px 2%;
}
.service_item {
	position: relative;
	width: 23.5%;
}
.service_name {
	background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 20px;
    line-height: 1.3;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.service_item img {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	margin-bottom: 10px;
}
.service_lists li {
	position: relative;
	padding-left: 16px;
}
.service_lists li::before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: var(--main-color);
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}
.service_content table {
	border-bottom: 1px solid #000;
	width: 100%;
}
.service_content tr {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000;
}
.service_content td {
	display: block;
	padding: 10px;
}
.service_content td:first-child {
	width: 420px;
    font-weight: bold;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 0 10px;
}
.service_content td:last-child {
	flex-shrink: 0;
}
.service_content td span {
	font-size: 13px;
}
.bar_title span {
	position: relative;
	display: inline-block;
}
.bar_title span::before,
.bar_title span::after {
	content: '';
	width: 1.5px;
	height: 100%;
	background-color: #000;
	border-radius: 999px;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: rotate(-35deg);
	transform-origin: bottom center;
}
.bar_title span::after {
	left: unset;
	right: 0;
	transform: rotate(35deg);
}

@media screen and (max-width: 1024px) {
	.service_about_img {
		width: 49%;
	}
	.service_lists li + li {
		margin-top: 3px;
	}
	.service_lists li {
		font-size: 14px !important;
		padding-left: 8px;
		line-height: 1.66;
	}
	.service_lists li::before {
		width: 5px;
		height: 5px;
		top: 10px;
	}
	#repair .service_about_imgs {
		max-width: 300px;
		margin-left: auto;
	}
	#reform .service_about_items:has(.service_about_imgs) .service_about_text_box,
	#reform .service_about_imgs {
		width: 100%;
	}
	#reform .service_about_img {
		width: 15%;
	}
	.service_name {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 767px) {
	.service_content {
		padding: 30px 0 !important;
	}
	.service_reform_text {
		font-size: 14px !important;
	}
	.service_about_items:has(.service_about_imgs) .service_about_text_box,
	.service_about_imgs {
		width: 100%;
	}
	.service_about_imgs {
		max-width: 455px;
		margin: 0 auto;
	}
	#repair .service_about_imgs {
		width: 65%;
		margin: 0 auto;
	}
	#repair .service_about_img {
		width: 49%;
	}
	.service_about_img,
	#reform .service_about_img {
		width: 32%;
	}
	.service_items {
		gap: 32px 5%;
		margin: 30px 0 !important;
	}
	.service_item {
		width: 47.5%;
	}
	.service_content .bar_title {
		font-size: 18px !important;
		margin-bottom: 32px !important;
	}
	.service_content .bar_title span::before,
	.service_content .bar_title span::after {
		height: 60%;
	}
	.service_content .bar_title span::before {
		left: 15px;
	}
	.service_content .bar_title span::after {
		right: 15px;
	}
	.service_name {
		font-size: 13px !important;
		padding: 5px 10px;
	}
	.service_lists {
		margin-top: 15px !important;
	}
	.service_content .btn01 {
		margin-top: 30px !important;
	}
	.service_content td:first-child {
		width: 100%;
	}
	.service_content td {
		width: 100%;
		padding: 0;
	}
	.service_about_sub_title {
		font-size: 12px !important;
	}
	.service_content tr {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 12px 10px;
	}
	.service_content td span {
		font-size: 11px;
	}
	.service_content table {
		font-size: 14px !important;
	}
}

/* 協力会社 */
.partner_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 4rem;
	gap: 2rem 3%;
}
.partner_item:first-child {
	width: 47.43%;
}
.partner_item {
	width: 23%;
}
.partner_img_items {
	gap: 2rem 3%;
}
.partner_img_items > * {
	width: 48.5%;
}
@media screen and (max-width: 1024px) {
	.partner_item:first-child {
		width: 100%;
	}
	.partner_item {
		width: 47%;
	}
}
@media screen and (max-width: 767px) {
	.partner_items {
		margin-top: 2.5rem;
	}
}

/* =======================================
	採用情報
========================================== */
/* メインテキスト */
.recruit_text_content {
	position: relative;
	padding-bottom: 11vw;
	padding-top: 5vw;
}
.recruit_text_content .bar_title {
	position: relative;
	font-size: 52px;
	line-height: 1.5;
	z-index: 1;
	text-shadow: 0 0 10px #fff;
}
.recruit_text_content p {
	position: relative;
	z-index: 1;
	text-shadow: 0 0 10px #fff;
}
.recruit_text_assete1 {
	max-width: unset;
	width: 40vw;
    margin: auto calc(50% - 50vw);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 25px;
	opacity: .7;
}
.recruit_text_assete2 {
	max-width: unset;
    width: 17vw;
    border-radius: 25px;
    position: absolute;
    bottom: -9vw;
    right: -10vw;
	opacity: .5;
}

@media screen and (max-width: 1024px) {
	.recruit_text_content .bar_title {
		font-size: 32px;
	}
	.recruit_text_content {
		padding-top: 12vw;
	}
	.recruit_text_assete1 {
		top: -6vw;
		left: -5vw;
		border-radius: 15px;
	}
	.recruit_text_assete2 {
		right: -3vw;
		border-radius: 15px;
	}
}
@media screen and (max-width: 767px) {
	.recruit_text_content .bar_title {
		font-size: 22px;
	}
	.recruit_text_content p {
		font-size: 14.5px !important;
	}
	.recruit_text_assete1 {
		border-radius: 10px;
	}
	.recruit_text_assete2 {
		right: -3vw;
		width: 30vw;
		border-radius: 10px;
	}
}

/* 仕事内容 */
.recruit_work_items {
	gap: 25px 5%;
}
.recruit_work_item {
	width: 47.5%;
}
.recruit_work_item img {
	width: 100%;
}
.recruit_work_items.inner_1000 {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.recruit_work_content,
	.support_content {
		padding: 30px 0 !important;
	}
	.recruit_work_item {
		width: 100%;
	}
	.recruit_work_item img {
		margin-bottom: 10px !important;
	}
	.support_content .flex_wrap {
		margin-top: 30px !important;
	}
}

/* サポート */
.support_content .flex_wrap {
	gap: 25px 5%;
	align-items: center;
}
.support_text_box,
.support_img {
	width: 47.5%;
}
.support_img img {
	width: 100%;
}
.support_content .service_about_imgs {
	width: 100%;
	gap: 1rem 2%;
}
.support_content .service_about_img {
	width: 18.4%;
}
.support_slider {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.support_text_box,
	.support_img {
		width: 100%;
	}
	.support_img {
		order: -1;
	}
	.support_content .service_about_img {
		width: 23.5%;
	}
	.service_about_img p {
		font-size: 13px !important;
	}
	.allowance_items {
		margin-bottom: 40px !important;
	}
	.event_items {
		margin-top: 40px !important;
	}
	.event_items .support_img {
		order: 1;
	}
}

/* 募集要項 */
.recruit_table_content {
	position: relative;
}
.recruit_table_box {
	max-width: 1000px;
	margin: 0 auto;
}
.recruit_table_title_box {
	gap: 5px;
	border-bottom: 1px solid var(--bar-color);
}
.recruit_table_title_box h3 {
	border: 1px solid var(--bar-color);
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	min-width: 150px;
	padding: 5px 15px;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
	background: #fff;
}
.recruit_table_title_box h3:hover,
.recruit_table_title_box h3.active {
	background: var(--main-color);
	color: #fff;
}
.table01 tbody,
.table01 tr {
	display: block;
	width: 100%;
}
.table01,
.table02 {
	width: 100%;
}
.table01 tr,
.table02 tr {
	border-bottom: 1px solid var(--bar-color);
	background: #fff;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td {
	padding: 25px;
	font-size: 16px;
}
.table01 th {
/* 	background: var(--bg-color); */
	background: #ddd;
	width: 200px;
	vertical-align: middle;
	text-align: center;
}
.table01 td {
	width: calc(100% - 200px);
}
.table02 td {
	text-align: right;
}
.recruit_table_box .table01 {
	display: none;
	opacity: 0;
	transition: all .3s;
}
.recruit_table_box .table01.active {
	display: block;
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	.table01 th,
	.table01 td,
	.table02 th,
	.table02 td {
		padding: 15px;
		font-size: 15px;
		line-height: 1.5;
	}
	.table01 th {
		width: 150px;
	}
	.profile_content .inner_800 {
		width: 100%;
		margin-top: 25px !important;
	}
}
@media screen and (max-width: 767px) {
	.recruit_table_content {
		padding: 30px 0 50px !important;
	}
	.quali_content {
		padding: 30px 0 50px !important;
	}
	.recruit_table_box {
		margin-top: 20px !important;
	}
	.recruit_table_title_box h3 {
		font-size: 14px !important;
		min-width: 130px;
    	padding: 5px 10px;
	}
	.table01 tr {
		padding: 0;
	}
	.table01 th,
	.table01 td {
		display: block;
		width: 100% !important;
		font-size: 14px;
		padding: 8px 10px;
	}
	.table02 th,
	.table02 td {
		font-size: 14px;
		padding: 15px 10px;
	}
	.table01 th {
		font-weight: bold;
		padding-bottom: 4px;
		background: #ddd;
		text-align: left;
	}
}

/* =======================================
	お問い合わせ
========================================== */
.contact_btns {
	gap: 15px 5%;
	justify-content: center;
}
.contact_btns > a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/phone_banner.webp') center / cover no-repeat;
	min-height: 150px;
	width: 47.5%;
	margin-bottom: 0;
	color: #fff;
	border-radius: 15px;
	overflow: hidden;
	pointer-events: auto !important;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.contact_btns > a:last-child {
	background: url('../img/line_banner.webp') center / cover no-repeat;
}
.contact_btns > a::before {
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	inset: 0;
	transition: all .3s;
}
.contact_btns > a:hover::before {
	background: rgba(0,0,0,0.1);
}
.contact_btns .flex_wrap {
	position: relative;
	align-items: center;
	gap: 2rem;
	z-index: 1;
}
.contact_btns .phone_icon,
.contact_btns .line_icon {
	max-width: 6.5rem;
    max-height: 6.5rem;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.contact_btn_text_content > p + p {
	margin-top: -5px;
}
.contact_btns img {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}
.contact_table_box tr {
	border-bottom: 1px solid #000;
}
.contact_table_box th,
.contact_table_box td {
	border: none !important;
}
.contact_table_box td:has(input[type="radio"]) {
	display: flex;
	flex-direction: column;
}
td.zyuusyoBox > div:nth-child(1) input {
	width: 10em;
}
td.zyuusyoBox > div:nth-child(2) input:nth-child(1) {
	width: 100%;
}
input.long,
textarea.message {
	box-shadow: none !important;	
}
textarea.message {
	width: 100% !important;
	height: 20rem !important;
}
.mfp_element_all {
	max-width: 100% !important;
}
.contact_content input[type="submit"] {
	max-width: 350px !important;
	font-size: 20px;
	border-radius: 9999px;
	background: var(--main-color);
	color: #fff;
	border: none;
	margin: 10px auto 0;
	padding: 1.2rem 0;
}
#mfp_element_13_label:has(input[name="個人情報保護方針に同意する"]) {
	display: block !important;
}
#mfp_element_13_label:has(input[name="個人情報保護方針に同意する"]) .mfp_err {
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.contact_btns > a {
		min-height: 120px;
	}
	.contact_btns .phone_icon,
	.contact_btns .line_icon {
		max-width: 5rem;
		max-height: 5rem;
	}
	.c_table_01 table tbody tr th,
	.c_table_01 table tbody tr td {
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
/* 	.contact_btns {
		margin-bottom: 42px;
	} */
	.contact_btn_bt_text {
		text-align: left !important;
	}
	.contact_btns > a {
		width: 100%;
		border-radius: 8px;
	}
	.contact_table_box table {
		margin-bottom: 25px;
	}
	.c_table_01 table tbody tr,
	.c_table_01 table tbody tr th,
	.c_table_01 table tbody tr td {
		display: block;
		width: 100%;
		padding: 0;
	}
	.c_table_01 table tbody tr {
		padding: 15px 0;
	}
	.c_table_01 table tbody tr td {
		padding-top: 5px;
	}
	#contact label.c_b {
		margin-top: 20px;
	}
	.contact_content input[type="submit"] {
		max-width: 280px !important;
		font-size: 16.5px !important;
	}
}


/* =======================================
	施工事例（アーカイブページ）
========================================== */
.filter-category {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
}
.filter-category input,
.filter-keywords input {
	display: none;
}
.filter-category label {
	font-size: 20px;
	font-weight: bold;
	color: var(--main-color);
	min-width: 200px;
	padding: .5rem 1rem;
	border-radius: 9999px;
	border: 1px solid var(--main-color);
	text-align: center;
	cursor: pointer;
	transition: all .3s;
	background: #fff;
}
.filter-keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}
.filter-keywords p {
	position: relative;
	padding-left: 10px;
	width: 100%;
	border-left: 5px solid var(--main-color);
}
.filter-keywords label {
	font-size: 14px;
    font-weight: 500;
	color: var(--main-color);
    padding: .3rem 1.5rem;
    border-radius: 9999px;
    border: 1px solid var(--main-color);
	cursor: pointer;
	transition: all .3s;
	background: #fff;
}
.filter-keywords label:has(a) {
	padding: 0;
}
.filter-keywords label:has(input[checked]),
.filter-category label:has(input[checked="checked"]),
.filter-category label:hover,
.filter-keywords label:hover {
	background: var(--main-color);
	color: #fff;
}
.filter-keywords label a {
	display: block;
	padding: .3rem 1.5rem;
}
.filter-keywords label:hover a {
	color: #fff;
}
.work_post_lists {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2%;
}
.no_post {
	width: 100%;
	text-align: center;
	background: #fff;
	border: 2px solid var(--main-color);
	padding: 20px;
	border-radius: 10px;
	font-size: 20px;
}
.work_post_lists > li {
	width: 32%;
}
.work_post_img {
	overflow: hidden;
	aspect-ratio: 1 / .713;
	margin-bottom: 15px;
}
.work_post_img img {
	object-fit: cover;
    height: 100%;
	transition: all .3s;
}
/* .work_post_lists img {
	aspect-ratio: 1 / .7;
    object-fit: cover;
    height: auto;
	transition: all .3s;
} */
.work_post_lists a:hover img {
	scale: 1.1;
	opacity: .7;
}
.work_post_lists a {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #000;
}
.work_post_cats {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-bottom: 15px;
}
.work_post_cats li {
	padding: .3rem 1.2rem;
	font-size: 14px;
	font-weight: 500;
	border-radius: 9999px;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	background: #fff;
}
.work_post_cats li p {
	line-height: 1.4;
	text-align: center;
}
.work_post_lists h3,
.top_work_slider .swiper-slide h3 {
	line-height: 1.3;
	color: #262b38;
	margin-bottom: 15px;
}
.work_area {
	position: relative;
    column-gap: 1em;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: auto;
	color: #262b38;
	padding-top: 10px;
}
.work_area::before {
	content: "";
	width: 100px;
	height: 1px;
    background: var(--bar-color);
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) {
	.filter-category {
		gap: 10px;
	}
	.filter-category label {
		font-size: 16px;
		min-width: 150px;
	}
	.filter-keywords {
		gap: 5px;
	}
	.filter-keywords label {
		font-size: 13px;
		padding: .2rem 1.2rem;
	}
	.work_post_lists {
		gap: 25px 2%;
	}
	.work_post_img {
		margin-bottom: 10px !important;
	}
	.no_post {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.filter-category {
		gap: 5px 5%;
		margin-bottom: 20px !important;
	}
	.filter-category label {
		font-size: 14px;
		width: 47.5%;
	}
	.filter-keywords label,
	.work_post_cats li {
        font-size: 12px;
        padding: .1rem .8rem;
    }
	.work_post_cats {
		margin-bottom: 10px;
	}
	.work_post_box {
		margin-top: 40px !important;
	}
	.work_post_lists {
        gap: 25px 5%;
    }
	.work_post_lists > li {
		width: 47.5%;
	}
	.work_post_text_box h3 {
		padding-bottom: 10px !important;
    	padding-top: 5px;
	}
	.work_area {
		font-size: 12px !important;
	}
	.work_area::before {
		width: 60px;
	}
	.no_post {
		font-size: 14px;
	}
}



/* =======================================
	施工事例（詳細ページ）
========================================== */
.main_content {
	max-width: 1100px;
	width: 88%;
	margin: 0 auto;
}
#work .single_mv_img img {
	aspect-ratio: 1 / .1825;
	object-fit: cover;
}
.sub_content {
	max-width: 1000px;
	width: 88%;
	margin: 0 auto;
}
.single_work_cat_box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 20px;
	align-items: center;
}
.single_work_cat_box .work-cat ul {
	display: flex;
	gap: 10px 20px;
}
.work-cat ul a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: var(--main-color);
	min-width: 200px;
	text-align: center;
	padding: .5rem 1rem;
	border-radius: 9999px;
	border: 1px solid var(--main-color);
}
.single_work_cat_box .work-key ul {
	display: flex;
	gap: 10px;
}
.single_work_title {
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 42px;
}
.single_main_slider {
	overflow: hidden;
	margin-bottom: 15px;
}
.single_main_slider .swiper-wrapper,
.single_sub_slider .swiper-wrapper {
	height: auto !important;
}
.single_sub_slider {
	overflow: hidden;
}
.single_sub_slider .swiper-slide {
	transition: opacity .3s;
}
.single_sub_slider .swiper-slide {
	position: relative;
	cursor: pointer;
}
.single_sub_slider .swiper-slide::before {
	content: '';
	background: #000;
	opacity: 0;
	position: absolute;
	inset: 0;
	transition: all .3s;
}
.single_sub_slider .swiper-slide.swiper-slide-thumb-active::before {
	opacity: .5;
}
.single_sub_img,
.single_main_img {
	aspect-ratio: 1 / 0.5;
	object-fit: cover;
}
.single_main_img {
	width: 100%;
	height: auto;
/* 	object-fit: contain; */
}
.before_img_content {
	margin-top: 42px;
	margin-bottom: 42px;
}
.single_work_sub_title {
	font-size: 24px;
	margin-bottom: 12px;
}
.before_img_box {
	display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}
.single_work_table {
/* 	display: block; */
	width: 100%;
}
.single_work_table tbody {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}
.single_work_table tr,
.single_work_table td {
	display: block;
}
.single_work_table tr {
	display: flex;
	width: 47.5%;
	border-bottom: 1px solid #000;
}
.single_work_table td:first-child {
	width: 120px;
	flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
	.work-cat ul a {
		font-size: 16px;
		min-width: 150px;
	}
	.single_work_title {
		font-size: 22px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.single_work_cat_box {
		gap: 10px;
	}
	.work-cat ul a {
		font-size: 14px;
		min-width: 120px;
		padding: .2rem 1rem;
	}
	.single_work_title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.single_main_slider {
		margin-bottom: 10px;
	}
	.before_img_box {
		gap: 10px;
		margin-top: 15px;
	}
	.single_work_table tr {
		width: 100%;
		padding: 13px 10px !important;
	}
	.single_work_table td:first-child {
		width: 90px;
	}
	.related_works .work_post_lists {
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.related_works .work_post_lists > li:nth-child(n + 3) {
		display: none;
	}
}


/**************************************
 * アニメーション
***************************************/
.delay1 {
	transition-delay: 0.1s !important;
}
.delay2 {
	transition-delay: 0.2s !important;
}
.delay3 {
	transition-delay: 0.3s !important;
}
.delay4 {
	transition-delay: 0.4s !important;
}
.delay5 {
	transition-delay: 0.5s !important;
}

/* ふわっと */
.class_key.up {
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s;
}
.up.class_active {
	transform: translateY(0);
	opacity: 1;
}

/* 右から左 */
.class_key.right {
	transform: translateX(30px);
	opacity: 0;
	transition: all .5s;
}
.right.class_active {
	transform: translateX(0);
	opacity: 1;
}

/* 左から右 */
.class_key.left {
	transform: translateX(-30px);
	opacity: 0;
	transition: all .5s;
}
.left.class_active {
	transform: translateX(0);
	opacity: 1;
}