@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", sans-serif;
	font-weight: 400;
	color: #282828;
	/* 	font-family: "Jost", sans-serif; */
}
.font_jost {
	font-family: "Jost", sans-serif;
}

* html body {
  font-size: small;
}

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

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

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

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

li {
  list-style: none;
}

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

b,
strong {
  font-weight: bold;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

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

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

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

table {
	width: 100%;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
}

th,
td {
  text-align: left;
}

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

.vertical_align_top {
	vertical-align: top;
}

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

.fW900 {
  font-weight: 900;
}
.fW800 {
  font-weight: 800;
}
.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%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.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,
.tac {
  text-align: center !important;
  vertical-align: middle;
}

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

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

.justify {
  text-align: justify !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,
.fl {
  float: left;
}

.float_r,
.fr {
  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: 40px;
	font-weight: 500;
}

.h3Tit {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
}

.bigHead:first-letter {
	display: inline-block;
	color: var(--main-color);
	font-size: 1.35em;
	margin-right: .05em;
}

.underBar {
	text-align: center;
}
.underBar > * {
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
}
.underBar > *::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 120px;
	height: 3px;
	background-color: var(--main-color);
}

.sidebar {
	background: var(--light-gray-bg);
	line-height: 1.5;
	padding-left: 1rem;
	border-left: .5rem solid #000;
}

.c_tit {
  font-size: 20px;
}

.btn01 {
	border: none;
	margin: 0 auto;
    display: block;
	width: 100%;
	max-width: 440px;
    text-align: center;
}
.btn01-right {
	margin-right: 0;
}
.btn01-left {
	margin-left: 0;
}
.big_btn {
	max-width: 350px;
}
.btn01 a,
.btn01 span {
	position: relative;
	display: block;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	border-radius: 9999px;
	padding: 1em 2.65em;
	color: #fff;
	cursor: pointer;
	transition: all .3s;
}
.btn01.gray a,
.btn01.gray span {
	background-color: var(--gray-color);
	border-color: var(--gray-color);
}
.btn01 a::before,
.btn01 span::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.85em;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    margin: auto;
    vertical-align: middle;
	width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.btn01.arrow_bottom a::before,
.btn01.arrow_bottom span::before {
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
}
.big_btn a {
	padding: 1.2rem 0;
}

.btn01 a:hover,
.btn01 span:hover {
	background-color: transparent;
	color: var(--main-color);
}
.btn01 a:hover::before,
.btn01 span:hover::before{
	border-color: var(--main-color);
}
.btn01.gray a:hover,
.btn01.gray span:hover {
	background-color: transparent;
	color: var(--gray-color);
}
.btn01.gray a:hover::before,
.btn01.gray span:hover::before{
	border-color: var(--gray-color);
}


.btn01.btn01-color-reverse a,
.btn01.btn01-color-reverse span {
	background-color: transparent;
	color: var(--main-color);
}
.btn01.btn01-color-reverse a:hover,
.btn01.btn01-color-reverse span:hover {
	background-color: var(--main-color);
	color: #fff;
}
.btn01.btn01-color-reverse a::before,
.btn01.btn01-color-reverse span::before{
	border-color: var(--main-color);
}
.btn01.btn01-color-reverse a:hover::before,
.btn01.btn01-color-reverse span:hover::before{
	border-color: #fff;
}

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

/*flex
========================================== */
.flex {
  display: 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;
}

.align_items_start {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.align_items_end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  -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,
.fs60 {
  font-size: 60% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f_ps150,
.fs150 {
  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: 900px) {
  .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_250 {
  max-width: 250px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.inner_300 {
  max-width: 300px !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: 95%;
  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;
}

.gap1 {
  gap: 1%;
}

.gap2 {
  gap: 2%;
}

.gap25 {
  gap: 2.5%;
}

.gap3 {
  gap: 3%;
}

.gap5 {
  gap: 5%;
}

.gap7 {
  gap: 7%;
}

.gap10 {
  gap: 10%;
}


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

	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,
.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mB150,
.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: 1.0% !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;
  }

	.area {
		margin-bottom: 5% !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;
}


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

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;
  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 {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.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;
}

#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(--gray-color);
	height: 40px;
	line-height: 36px;
	width: 40px;
	text-align: center;
	border-radius: 50em;
	margin: 0 5px;
	color: var(--gray-color);
	position: relative;
	background: #fff;
}
div#pager a:hover {
	background-color: var(--light-gray-bg);
}

#pager span {
	background: var(--gray-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:before {
  transform: rotateY(180deg);
}

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

.absolute {
	position: absolute;
}

/* =======================================
	共通
========================================== */
:root {
	--main-color: #2ba5cc;
}
.main_color {
	color: var(--main-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;
	pointer-events: auto;
}
.top_btn a {
	display: block;
	width: 50px;
	margin-left: auto;
	background: #fff;
	border-radius: 50%;
}
body {
	position: relative;
}
.txtCenter {
	text-align: center;
}
.pink_text {
	color: #f989a0 !important;
}
.yellow_text {
	color: #eea904 !important;
}
.green_text {
	color: #33c9c1 !important;
}
.white_text {
	color: #fff !important;
}
@media screen and (max-width: 1024px) {
	.inner_1200 {
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.inner_1200 {
		padding: 0 12px;
	}
}

/* タイトル */
.title01_box {
	position: relative;
	z-index: 1;
}
.sub_title01 {
	color: var(--main-color);
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
	font-weight: 800;
}
.title01 {
	font-size: 40px;
	font-weight: 800;
}
.title01 span {
	font-size: 52px;
}
.title01_bg_text {
	position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 160px;
    font-weight: bold;
    color: #f2f7fe;
    top: 45px;
	left: 0;
    line-height: 0;
    letter-spacing: 20px;
	z-index: -1;
}
@media screen and (max-width: 1024px) {
	.title01_box {
		margin-bottom: 40px !important;
	}
	.sub_title01 {
		font-size: 18px !important;
	}
	.title01 {
		font-size: 32px !important;
	}
	.title01 span {
		font-size: 42px;
	}
}
@media screen and (max-width: 767px) {
	.title01_box {
		margin-bottom: 20px !important;
	}
	.sub_title01 {
		font-size: 16px !important;
	}
	.title01 {
		font-size: 26px !important;
	}
}

/* ボタン */
.btn05 a {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    width: auto;
    min-width: 170px;
    max-width: 290px;
    padding: 18px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    line-height: normal;
    margin: 50px auto 0;
	font-size: 15px;
}
.btn05 a:hover {
	background: #fff;
	color: var(--main-color);
}
.btn05 a::after {
	position: absolute;
    width: 5px;
    height: 20px;
    content: "";
	background: url('../img/white_arrow.png') center / contain no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
	transition: all .3s;
}
.btn05 a:hover::after {
	background: url('../img/blue_arrow.png') center / contain no-repeat;
}
.btn05.white_text a {
	border-color: #fff;
	background: transparent;
}
.btn05.white_text a:hover {
	background: #fff;
}
@media screen and (max-width: 767px) {
	.btn05 a {
		padding: 12px 30px;
        margin: 30px auto 0;
		font-size: 14px;
	}
}

/* ページヘッダー */
.page_fv_content .inner_1200 {
	position: relative;
	height: 455px;
	z-index: 1;
	display: flex;
	align-items: flex-end;
}
.page_fv_bg_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -8%;
	font-family: "Montserrat", sans-serif;
	font-size: 180px;
    color: #fff;
	text-transform: uppercase;
	line-height: .5;
	text-shadow: 2px 2px 0 #eef8fb, 2px -2px 0 #eef8fb, -2px -2px 0 #eef8fb, -2px 2px 0 #eef8fb;
	z-index: -1;
}
.page_fv_title {
	font-family: "Montserrat", sans-serif;
	font-size: 70px;
	letter-spacing: 4px;
	line-height: 1.4;
}
.page_fv_sub_title {
	line-height: 1.4;
}
.page_fv_img {
	position: absolute;
	right: 10%;
	bottom: 40px;
}
@media screen and (max-width: 1024px) {
	.page_fv_content .inner_1200 {
		padding-bottom: 90px !important;
	}
	.page_fv_title {
		font-size: 50px;
	}
	.page_fv_sub_title {
		font-size: 16px !important;
	}
	.page_fv_bg_text {
		font-size: 120px;
        left: 0;
	}
	.page_fv_img {
		right: 0;
        width: 27%;
        bottom: 10%;
	}
}
@media screen and (max-width: 767px) {
	.page_fv_content .inner_1200 {
		height: 250px;
		padding-bottom: 0 !important;
	}
	.page_fv_bg_text {
		top: 74%;
        font-size: 60px;
	}
	.page_fv_title {
		font-size: 36px;
	}
	.page_fv_sub_title {
		font-size: 15px !important;
	}
	.page_fv_title_box {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 460px) {
	.page_fv_content .inner_1200 {
		height: 190px;
	}
	.page_fv_bg_text {
		top: 65%;
	}
}

/* パンくず */
.breadcrumb {
	display: inline-block;
}
.breadcrumb ul {
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding: 3px 10px;
	background-image: linear-gradient(to left, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
	border-radius: 2px;
}
.breadcrumb ul li:first-child {
	padding-left: 0;
}
.breadcrumb ul li {
	position: relative;
	padding-left: 12px;
	margin-right: 8px;
	color: #fff;
	font-size: 15px;
}
.breadcrumb ul li:last-child {
	margin-right: 0;
}
.breadcrumb ul li::after {
	content: '';
	width: 5px;
	height: 8px;
	background: url('../img/white_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin-right: 6px;
}
.breadcrumb ul li:first-child::after {
	display: none;
}
.breadcrumb ul a {
	color: #fff;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
}

.table01 {
	border-collapse: collapse;
	width: 100%;
	max-width: unset;
}
.table01 tbody,
.table01 tr {
    width: 100%;
}
.table01 th,
.table01 td {
	padding: 20px 0;
    vertical-align: middle;
}
.table01 th {
    width: 30%;
	border-top: 1px solid #2ba5cc;
}
.table01 td {
	width: 70%;
	border-top: 1px solid #e2e4e6;
    padding-left: 5%;
}
.table01 tr:last-child th {
	border-bottom: 1px solid #2ba5cc;
}
.table01 tr:last-child td {
	border-bottom: 1px solid #e2e4e6;
}
.table01 td img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 200px;
	margin-left: 8px;
}
.table01 td a {
	color: #282828;
}
@media screen and (max-width: 1024px) {
	.table01 {
		font-size: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.table01 {
		font-size: 14px !important;
	}
	.table01 tr,
	.table01 th,
	.table01 td {
		display: block;
		width: 100%;
	}
	.table01 th,
	.table01 td {
		padding: 10px 0;
	}
	.table01 tr:last-child th {
		border-bottom: none;
	}
	.table01 tr:last-child td {
		border-bottom: 1px solid #2ba5cc;
	}
}


/* =======================================
	ヘッダー
========================================== */
header {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
	padding: 20px 0;
}
header.is_scrolled {
	backdrop-filter: blur(5px);
	transition: all linear 0.3s;
}
.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}
.header_logo {
	max-width: 260px;
}
.header_nav {
	max-width: calc(100% - 300px);
}
.header_nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 30px;
}
.header_nav a {
	font-size: 15px;
	font-weight: 800;
	color: #282828;
}
.header_nav li:not(.header_contact_btn) a:hover {
	background: linear-gradient(to right, #33c9c1, #2ba4cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header_contact_btn a {
	position: relative;
	display: block;
	min-width: 220px;
	padding: 9px 0 9px 32px;
	font-weight: 400;
	background-image: -webkit-gradient(linear, right top, left top, from(rgb(43, 164, 204)), color-stop(70%, rgb(47, 183, 199)), to(rgb(51, 201, 193)));
    background-image: linear-gradient(to left, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
	border-radius: 9999px;
	color: #fff;
}
.header_contact_btn a:hover {
	background-image: linear-gradient(to right, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
}
.header_contact_btn a::before {
	content: '';
	width: 20px;
	height: 15px;
	background: url('../img/h-icon-mail.svg') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
	.header-container {
		padding: 0 2%;
	}
	.header_nav {
		position: fixed;
		top: 0;
		left: 0;
		max-width: unset;
		width: 100vw;
		height: 100vh;
		background: #fff;
		z-index: 999;
		padding: 90px 2% 30px;
		opacity: 0;
		pointer-events: none;
		transition: all 0.5s;
	}
	.nav-open .header_nav {
		opacity: 1;
		pointer-events: auto;
	}
	.header_nav ul {
		display: block;
	}
	.header_nav a {
		display: block;
		text-align: center;
		font-size: 16px;
		padding: 10px;
	}
	.header_contact_btn {
		display: none;
	}
	.fix_contact.sp {
		position: fixed;
		top: 20px;
		right: 77px;
		width: 55px;
		height: 55px;
		border-radius: 5px;
		background-image: linear-gradient(to left, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
		z-index: 100;
		display: block !important;
	}
	.fix_contact a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.fix_contact img {
		width: 20px;
	}
	.navTrigger.sp {
		position: fixed;
		top: 20px;
		right: 12px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		width: 55px;
		height: 55px;
		border: 1px solid #0EA2E4;
		border-radius: 5px;
		margin-right: 0;
		z-index: 1001;
	}
	#top .navTrigger.sp {
		border-color: #fff;
	}
	.navTrigger span {
		display: block;
		position: absolute;
		height: 2px;
		width: 32px;
		background: linear-gradient(to right, #33c9c1, #2ba4cc);
		border-radius: 10px;
		opacity: 1;
		left: 10px;
		margin: auto;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-webkit-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	#top .navTrigger span {
		background: #fff;
	}
	.navTrigger span:nth-child(1) {
		top: 20px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	.navTrigger span:nth-child(2) {
		width: 20px;
		bottom: 20px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	.nav-open .navTrigger {
		border-color: #0EA2E4;
	}
	.nav-open .navTrigger span {
		background: linear-gradient(to right, #33c9c1, #2ba4cc);
		width: 32px;
		right: 0;
	}
	.nav-open .navTrigger span:nth-child(1) {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		left: 8px;
		top: 14px;
	}
	.nav-open .navTrigger span:nth-child(2) {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		left: 8px;
		bottom: 14px;
	}
	body#top:has(.is_scrolled) .navTrigger {
		border-color: #0EA2E4;
	}
	body#top:has(.is_scrolled) .navTrigger span {
		background: linear-gradient(to right, #33c9c1, #2ba4cc);
	}
}
@media screen and (max-width: 767px) {
	header {
		padding: 18px 0;
	}
	.header_logo {
		max-width: 180px;
	}
	.fix_contact.sp,
	.navTrigger.sp {
		top: 10px
	}
}

/* =======================================
	フッター
========================================== */
/* フッター上部 */
.footer_top_content {
	background: url('../img/contact-bg.jpg') no-repeat top center / cover;
}
.contact_items {
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 5%;
}
.contact_item {
	max-width: 515px;
	width: 100%;
	background: #fff;
}
.contact_item h3 {
	position: relative;
}
.contact_item h3::before {
	content: '';
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.contact_item.phone_contact h3::before {
	background: url('../img/contact-icon-tel.png') center / contain no-repeat;
}
.contact_item.mail_contact h3::before {
	background: url('../img/contact-icon-mail.png') center / contain no-repeat;
}
.contact_item .num-tel {
	display: block;
	color: #282828;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	line-height: 1.2;
}
.contact_btn {
	position: relative;
	display: block;
	max-width: 90%;
	width: 100%;
	border-radius: 9999px;
	background-image: linear-gradient(to left, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
	color: #fff;
	margin: 0 auto;
}
.contact_btn:hover {
	background-image: linear-gradient(to right, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
}
.contact_btn::before {
	position: absolute;
    width: 5px;
    height: 20px;
    content: "";
    background: url(../img/white_arrow.png) center / contain no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
@media screen and (max-width: 1024px) {
	.contact_item {
		padding: 20px !important;
	}
	.contact_item h3 {
		font-size: 20px !important;
		padding-left: 50px !important;
	}
	.contact_btn {
		font-size: 20px !important;
		padding: 12px 10px !important;
		margin-top: 10px !important;
	}
}
@media screen and (max-width: 767px) {
	.contact_item {
		display: flex;
        -ms-flex-flow: column;
        flex-flow: column;
        align-items: center;
        width: 100%;
        max-width: 500px;
        padding: 5% 4% !important;
	}
	.contact_item h3 {
		font-size: 14px !important;
		padding-left: 30px !important;
	}
	.contact_item h3::before {
		width: 25px;
		height: 25px;
	}
	.contact_btn {
		font-size: 20px !important;
		padding: 12px 10px !important;
		margin-top: 10px !important;
	}
	.contact_item .num-tel {
		font-size: 30px;
	}
	.contact_btn {
		font-size: 16px !important;
	}
}


footer {
	position: relative;
}
footer::before {
	content: '';
	width: 61.5%;
	height: 100%;
	background: #f2f7fe;
	position: absolute;
	top: 0;
	right: 0;
}
.footer_text_box {
	width: 380px;
}
.footer_text_box a {
	color: #282828;
}
.footer_nav {
	width: calc(100% - 380px);
}
.footer_nav ul {
	flex-wrap: wrap;
	gap: 40px;
}
.footer_nav li {
	width: 28%;
}
.footer_nav a {
	color: #282828
}
.footer_nav a:hover {
	background: linear-gradient(to right, #33c9c1, #2ba4cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
	footer.pT80 {
		padding-top: 80px !important;
		padding-bottom: 60px !important;
	}
	footer::before {
		width: 54.5%;
	}
	.footer_text_box {
		width: 330px;
		padding: 0 50px !important;
	}
	.footer_nav {
		width: calc(100% - 330px);
		padding-left: 7% !important;
	}
	.footer_nav ul {
		font-size: 15px !important;
		gap: 30px;
		justify-content: space-between;
	}
	.footer_nav ul + ul {
		margin-top: 30px !important;
	}
	.footer_nav li {
		width: 35%;
	}
	.footer_nav li:nth-child(odd) {
		width: 45%;
	}
	.copy-right {
		font-size: 15px;
		padding-left: 50px !important;
		padding-top: 10px !important;
	}
}
@media screen and (max-width: 767px) {
	footer.pT80 {
		padding-top: 30px !important;
		padding-bottom: 0px !important;
	}
	footer::before {
		display: none;
	}
	.footer_items {
		flex-wrap: wrap;
	}
	.footer_text_box,
	.footer_nav {
		width: 100%;
	}
	.footer_text_box {
		padding: 0 0 30px !important;
		text-align: center;
	}
	.footer_logo {
		max-width: 200px;
		margin: 0 auto 20px !important;
	}
	.footer_nav {
		position: relative;
		padding-left: 0 !important;
		z-index: 1;
		padding: 30px 0 !important;
	}
	.footer_nav::before {
		content: '';
		width: 100vw;
		height: 100%;
		margin: 0 calc(50% - 50vw);
		background: #f2f7fe;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}
	.footer_nav ul {
		font-size: 14px !important;
		gap: 10px;
	}
	.footer_nav ul + ul {
		margin-top: 10px !important;
	}
	.footer_nav li {
		width: 32%;
	}
	.footer_nav li:nth-child(odd) {
		width: 160px;
	}
	.copy-right {
		padding: 10px 0 !important;
		font-size: 14px !important;
		text-align: center;
	}
}

/* =======================================
	トップページ
========================================== */
/* FV */
#mainvisual {
	position: relative;
    background: url('../img/mainvisual-bg.webp') no-repeat top right;
    background-size: 81.2%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#mainvisual h1 {
	font-size: 22px;
    line-height: normal;
    font-weight: 900;
}
#mainvisual h1 .txt-blue {
	display: inline-block;
    font-size: 65px;
    background: -webkit-gradient(linear, left top, right top, from(#33c9c1), to(#2ba4cc));
    background: linear-gradient(to right, #33c9c1, #2ba4cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#mainvisual h1 .txt-black {
	font-size: 60px;
}
@media screen and (max-width: 1366px) {
	#mainvisual {
		background-size: 105%;
        background-position: top right 365%;
        height: 128vh;
	}
}
@media screen and (max-width: 1280px) {
	#mainvisual {
		background-size: 125%;
        background-position: top right 105%;
        height: 134vh;
	}
}
@media screen and (max-width: 1024px) {
	#mainvisual {
		background: url(../img/sp-mainvisual-bg.png) no-repeat top right;
        background-size: 78%;
        max-height: 700px;
	}
	#mainvisual h1 {
		font-size: 20px;
	}
	#mainvisual h1 .txt-blue {
		font-size: 54px;
	}
	#mainvisual h1 .txt-black {
		font-size: 48px;
	}
}
@media screen and (max-width: 960px) {
	#mainvisual {
        max-height: 600px;
        background-size: 88%;
    }
}
@media screen and (max-width: 767px) {
	#mainvisual {
		max-height: 470px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-bottom: 10%;
		background-size: contain;
	}
	#mainvisual h1 {
		font-size: 16px;
	}
	#mainvisual h1 .txt-blue {
		font-size: 36px;
	}
	#mainvisual h1 .txt-black {
		font-size: 32px;
	}
}

/* お知らせ */
.news_content .btn05 a {
	padding: 15px 40px;
}
.news_items {
	display: flex;
	justify-content: space-between;
}
.news_items .news_text_box {
	width: 170px;
}
.news_items .news_lists {
	width: calc(100% - 300px);
}
.news_lists a {
	position: relative;
	color: #000;
	gap: 0 10px;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	z-index: 1;
}
.news_lists a::before {
	position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#33c9c1), to(#2ba4cc));
    background: linear-gradient(to right, #33c9c1, #2ba4cc);
    opacity: 0.2;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.news_lists a:hover::before {
	width: 100%;
}
.news_lists .date {
	width: 150px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news_lists .txt {
	width: calc(100% - 150px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
	.news_content {
		padding-top: 60px !important;
	}
	.news_items .news_lists {
		width: calc(100% - 200px);
		padding: 10px;
	}
	.news_lists a {
		padding: 20px 0 20px 20px !important;
	}
	.news_lists a p {
		font-size: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.news_content {
		padding-top: 10% !important;
	}
	.news_items {
		flex-wrap: wrap;
	}
	.news_items .news_text_box,
	.news_items .news_lists,
	.news_content .title01_box,
	.news_content .btn05,
	.news_lists .date,
	.news_lists .txt {
		width: 100%;
	}
	.news_items .news_lists {
		padding: 0;
	}
	.news_items .news_text_box {
		display: contents;
	}
	.news_content .title01,
	.news_content .sub_title01 {
		text-align: center;
	}
	.news_content .btn05 {
		order: 1;
	}
	.news_lists a {
		padding: 10px 0 !important;
		flex-wrap: wrap;
	}
	.news_lists a p {
		font-size: 14px !important;
	}
	.news_lists .date {
		padding-left: 0;
	}
	.news_content .btn05 a {
		max-width: 200px;
		padding: 12px 30px;
        margin: 30px auto 0;
	}
}

/* コンサルタント */
.top_consult_content {
	background: #f2f7fe;
	padding-bottom: 280px;
}
.top_consult_content .inner_1200 {
	position: relative;
}
.top_consult_bg_text {
	position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 160px;
    font-weight: bold;
    color: #fff;
    line-height: 0;
    letter-spacing: 20px;
	top: 0;
    right: -1%;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
.top_consult_items {
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
}
.top_consult_item {
	position: relative;
    width: calc((100% - 100px) / 3);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #eaf0f7;
    z-index: 9;
	display: flex;
	flex-direction: column;
}
.top_consult_item::before {
	position: absolute;
    content: "";
    width: 185%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#002e4b), to(transparent));
    background: linear-gradient(#002e4b, transparent);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-58deg);
    top: 150px;
    left: 80px;
    border-radius: 10px;
    z-index: -1;
    opacity: 0.05;
}
.top_consult_img img {
	width: 100%;
}
.top_consult_text_box {
	position: relative;
    width: 100%;
	height: 100%;
    background: #fff;
    overflow: hidden;
    padding: 5% 10%;
    border-radius: 0 0 10px 10px;
	display: flex;
	flex-direction: column;
    z-index: 5;
}
.top_consult_sub_title {
	font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
	line-height: 1.6;
}
.top_consult_title {
	line-height: 1.6;
}
.top_consult_lists li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}
.top_consult_lists li::before {
	content: '';
	width: 22px;
	height: 22px;
	background: url('../img/checkbox-yellow.png') center / contain no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.top_consult_item .btn05 {
	margin-top: auto;
}
.top_consult_text_box:has(.pink_text) .top_consult_lists li::before {
	background: url('../img/checkbox-pink.png') center / contain no-repeat;
}
.top_consult_text_box:has(.green_text) .top_consult_lists li::before {
	background: url('../img/checkbox-blue.png') center / contain no-repeat;
}
@media screen and (max-width: 1300px) {
	.top_consult_lists {
		font-size: 15px !important;
	}
}
@media screen and (max-width: 1024px) {
	.top_consult_content {
		padding-bottom: 200px;
	}
	.top_consult_bg_text {
		right: 5%;
		font-size: 120px;
        letter-spacing: 10px;
		top: 58%;
		transform: translateY(-50%);
	}
	.top_consult_items {
		gap: 40px;
	}
	.top_consult_item {
		width: calc((100% - 40px) / 2);
	}
	.top_consult_item::before {
		width: 100%;
        height: 70%;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
        top: 10%;
        left: 28%;
	}
	.top_consult_text_box {
		padding: 5%;
	}
	.top_consult_sub_title {
		font-size: 17.55px;
	}
	.top_consult_lists li {
		padding-left: 20px;
	}
	.top_consult_lists li::before {
		width: 15px;
		height: 15px;
		top: 6px;
	}
	.top_consult_text_box .btn05 a {
		margin-top: 20px !important;
	}
}
@media screen and (max-width: 767px) {
	.top_consult_content {
		padding-bottom: 150px;
	}
	.top_consult_bg_text {
		top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        right: 10%;
		font-size: 80px;
        letter-spacing: 5px;
	}
	.top_consult_items {
		gap: 20px;
		max-width: 350px;
		width: 90%;
		margin: 0 auto;
	}
	.top_consult_item {
		width: 100%;
	}
	.top_consult_title_box {
		margin-bottom: 20px !important;
	}
	.top_consult_sub_title {
		font-size: 15px;
	}
	.top_consult_title {
		font-size: 24px !important;
	}
	.top_consult_lists {
		font-size: 15px !important;
	}
}

/* ダクト愛知.comとは？ */
.top_about_content {
	background: url(../img/about-bg.png) no-repeat top right, linear-gradient(to left, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
}
.top_about_content .inner_1200 {
	position: relative;
}
.top_about_bg_text {
	position: absolute;
    font-family: "Montserrat", sans-serif;
    font-size: 160px;
    font-weight: bold;
    color: #fff;
    line-height: 0;
    letter-spacing: 20px;
	bottom: 0;
    right: 0;
    opacity: 0.15;
    line-height: 0.75;
}
.top_about_items {
	display: flex;
	gap: 5%;
	flex-wrap: wrap;
	align-items: center;
}
.top_about_img {
	position: relative;
    width: 75%;
    margin-left: -18%;
    margin-top: -250px;
}
.top_about_img img {
	width: 100%;
}
.top_about_text_box {
	width: 38%;
    color: #fff;
}
.top_about_lists {
	justify-content: center;
    gap: 20px;
}
.top_about_lists li {
	background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 2px 9.8px 0.2px rgba(30, 45, 60, 0.07);
    box-shadow: 0px 2px 9.8px 0.2px rgba(30, 45, 60, 0.07);
    width: 142px;
    height: 142px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
}
.top_about_lists p {
	color: #282828;
}
.top_about_text_box .btn05 a {
	margin-left: 0;
}
@media screen and (max-width: 1300px) {
	.top_about_title {
		font-size: 24px !important;
	}
}
@media screen and (max-width: 1024px) {
	.top_about_content .inner_1200 {
		padding-top: 100px !important;
		padding-bottom: 80px !important;
	}
	.top_about_bg_text {
		font-size: 120px;
        letter-spacing: 10px;
	}
	.top_about_img {
		width: 100%;
		margin-left: 0;
		max-width: 893px;
        margin: -200px auto 20px;
	}
	.top_about_text_box {
		width: 100%;
	}
	.top_about_content .title01_box {
		margin-bottom: 20px !important;
	}
	.top_about_title {
		font-size: 24px !important;
		margin-bottom: 20px !important;
	}
	.top_about_lists {
		margin-bottom: 25px !important;
	}
	.top_about_lists p {
		font-size: 18px !important;
	}
}
@media screen and (max-width: 767px) {
	.top_about_content {
		background-size: 130%;
	}
	.top_about_title {
		font-size: 18px !important;
		margin-bottom: 15px !important;
	}
	.top_about_lists {
		gap: 10px;
		margin-bottom: 10px !important;
	}
	.top_about_lists li {
		width: 100px;
		height: 100px;
	}
	.top_about_lists img {
		height: 50px;
	}
	.top_about_lists p {
		font-size: 15px !important;
	}
	.top_about_text_box > p {
		font-size: 14px !important;
	}
	.top_about_bg_text {
		font-size: 80px;
        letter-spacing: 5px;
	}
}

/* サービス */
.top_service_content {
	background: #f2f7fe;
}
.top_service_items {
	flex-wrap: wrap;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 29.4px 0.6px rgba(30, 45, 60, 0.15);
}
.top_service_item {
	position: relative;
	width: 33.333%;
	display: flex;
	flex-direction: column;
}
.top_service_item:nth-child(2)::before,
.top_service_item:nth-child(2)::after {
	position: absolute;
    content: "";
    width: 1px;
    background: #cdcdcd;
    height: 100%;
    top: 0;
}
.top_service_item:nth-child(2)::before {
	right: -1px;
}
.top_service_item:nth-child(2)::after {
	left: -1px;
}
.top_service_img {
	max-width: 230px;
	margin: 0 auto;
}
.top_service_item .btn05 {
	margin-top: auto;
}
@media screen and (max-width: 1024px) {
	.top_service_item {
		padding: 30px 2% !important;
	}
	.top_service_title_box {
		margin-bottom: 20px !important;
	}
	.top_service_item > p {
		font-size: 16px !important;
	}
	.top_service_item .btn05 a {
		margin-top: 30px !important;
	}
}
@media screen and (max-width: 767px) {
	.top_service_item {
		width: 100%;
		padding: 8% !important;
	}
	.top_service_item + .top_service_item {
		border-top: 1px solid #cdcdcd;
	}
	.top_service_item > p {
		margin-top: 15px !important;
	}
}

/* 対応エリア */
.area_items {
	justify-content: space-between;
	flex-wrap: wrap;
}
.area_text_box {
	width: 42%;
}
.area_img {
	width: 53%;
}
.area_img img {
	width: 100%;
}
.area_item h4 {
	position: relative;
}
.area_item h4::before {
	content: '';
	width: 15px;
	height: 17px;
	background: url('../img/map-pin.png') center / contain no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
}
@media screen and (max-width: 1024px) {
	.area_content .title01_box {
		text-align: center;
	}
	.title01_bg_text {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 120px;
        letter-spacing: 10px;
	}
	.area_text_box,
	.area_img {
		width: 100%;
	}
	.area_img {
		max-width: 636px;
		margin: 0 auto 20px;
		order: -1;
	}
	.area_text_box h3 {
		font-size: 24px !important;
		margin-bottom: 20px !important;
	}
	.area_item {
		margin-bottom: 0 !important;
	}
	.area_item + .area_item {
		margin-top: 30px !important;
	}
	.area_item h4 {
		font-size: 16px !important;
		padding-left: 20px !important;
	}
	.area_item h4::before {
		width: 14px;
		height: 16px;
	}
	.area_item p {
		font-size: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.title01_bg_text {
		font-size: 80px;
        letter-spacing: 5px;
	}
	.area_text_box h3 {
		font-size: 18px !important;
		margin-bottom: 15px !important;
	}
	.area_item + .area_item {
		margin-top: 15px !important;
	}
	.area_item p {
		font-size: 14px !important;
	}
}


/* =======================================
	ダクト愛知.comとは？
========================================== */
/* メッセージ */
.about_content {
	position: relative;
	z-index: 1;
}
.about_content::after {
	position: absolute;
    content: "";
    background: url(../img/about_bg-01.png) no-repeat top right, #edf4fb;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.about_items {
	gap: 5%;
	align-items: flex-end;
}
.about_img {
	width: 46vw;
    margin-left: calc(50% - 50vw);
}
.about_img img {
	width: 100%;
}
.about_text_box {
	flex: 1;
	padding-bottom: 3.6%;
}
@media screen and (max-width: 1250px) {
	.about_text_box h2 {
		font-size: 2.08vw !important;
	}
}
@media screen and (max-width: 1024px) {
	.about_content {
		padding-bottom: 0 !important;
	}
	.about_items {
		flex-wrap: wrap;
	}
	.about_img {
		width: 100%;
		margin-left: 0;
	}
	.about_text_box {
		width: 100%;
		margin-top: 20px;
		padding-bottom: 2% !important;
	}
	.about_text_box h2 {
		font-size: 24px !important;
		margin-bottom: 20px !important;
	}
	.about_text_box p {
		font-size: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.about_text_box h2 {
		font-size: 18px !important;
		margin-bottom: 15px !important;
	}
	.about_text_box p {
		font-size: 14px !important;
	}
}

/* ダクト愛知.comの3つの強み */
.point_items {
	gap: 20px;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto;
}
.point_item {
	width: calc((100% - 40px) / 3);
	background-image: linear-gradient(to left, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
	transition: all linear 0.3s;
	border-radius: 6px;
}
.point_item a {
	position: relative;
	display: block;
}
.point_item:hover {
	background-image: linear-gradient(to right, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
	transform: translateY(10px);
}
.point_img {
	max-width: 90px;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.point_item h3 {
	font-family: "Montserrat", sans-serif;
}

.reverse > *:last-child {
	order: -1;
}
.point_text_items {
	justify-content: space-between;
}
.point_text_box {
	position: relative;
	width: 48%;
	z-index: 1;
}
.point_bg_text {
	font-family: "Montserrat", sans-serif;
	font-size: 120px;
	color: #f2f7fe;
	position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    z-index: -1;
    white-space: nowrap;
}
.point_text_img {
	width: 48%;
}
.point_text_img img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.point_items {
		gap: 50px 20px;
		margin-top: 80px !important;
	}
	.point_item {
		width: calc((100% - 40px) / 3);
	}
	.point_item a {
		padding: 40px 5px 20px !important;
	}
	.point_item h3,
	.point_item p {
		font-size: 18px !important;
	}
	.point_text_items {
		margin-top: 60px !important;
	}
	.point_text_box {
		padding-top: 40px !important;
	}
	.point_bg_text {
		font-size: 70px;
	}
	.point_text_box p:not(.point_bg_text) {
		font-size: 15px !important;
	}
	.point_text_box h3 {
		margin-bottom: 20px !important;
	}
}
@media screen and (max-width: 767px) {
	.point_items {
		gap: 70px 20px;
	}
	.point_item {
		width: 100%;
	}
	.point_item h3 {
		font-size: 16px !important;
	}
	.point_item p {
		font-size: 15px !important;
	}
	.point_text_items {
		flex-wrap: wrap;
		margin-top: 30px !important;
	}
	.point_text_box {
		width: 100%;
		padding-top: 30px !important;
	}
	.point_text_img {
		width: 100%;
		order: 1 !important;
		margin-top: 10px;
	}
	.point_bg_text {
		font-size: 65px;
	}
	.point_text_box p:not(.point_bg_text) {
		font-size: 14px !important;
	}
	.point_text_box h3 {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
}

/* ダクト施工の流れ */
.flow_content {
	background: #f2f7fe;
}
.flow_box {
	position: relative;
    overflow: auto;
}
.flow_items {
	gap: 30px;
	width: 1185px;
}
.flow_item {
	width: 145px;
	--step-color: #eea904;
	--shadow-color: rgba(238, 169, 4, 0.2);
}
#step2 {
	--step-color: #e99c6a;
	--shadow-color: rgba(233, 156, 106, 0.2);
}
#step3 {
	--step-color: #f989a0;
	--shadow-color: rgba(249, 137, 160, 0.2);
}
#step4 {
	--step-color: #66c0e6;
	--shadow-color: rgba(102, 192, 230, 0.2);
}
#step5 {
	--step-color: #01a1df;
	--shadow-color: rgba(1, 161, 223, 0.2);
}
#step6 {
	--step-color: #9cc662;
	--shadow-color: rgba(156, 199, 98, 0.2);
}
#step7 {
	--step-color: #33c9c1;
	--shadow-color: rgba(51, 201, 193, 0.2);
}
.flow_icon_box {
	position: relative;
	padding: 12px;
	border: 3px solid var(--step-color);
	border-radius: 25px;
	aspect-ratio: 1 / 1;
	height: 145px;
}
.flow_icon_box::before {
	position: absolute;
    content: "";
    border-width: 3px 0 0 3px;
    border-style: solid;
    border-color: var(--step-color);
    border-radius: 15px 0 0 0;
    width: 40px;
    height: 45px;
    right: -43px;
    top: 50%;
    z-index: 3;
}
.flow_icon_box::after {
	position: absolute;
    content: "";
    background: #f2f7fe;
    width: 3px;
    height: 30px;
    top: 45%;
    right: -3px;
}
.flow_item:last-child .flow_icon_box::before,
.flow_item:last-child .flow_icon_box::after,
.flow_item:last-child .flow_icon::after {
	display: none;
}
.flow_icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	height: 100%;
	border-radius: 25px;
	box-shadow: -6.695px 11.143px 20px 0px var(--shadow-color);
}
.flow_icon::after {
	position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background: #f2f7fe;
    font-family: FontAwesome;
    font-weight: bold;
    top: 43%;
    right: -55px;
    z-index: 2;
    border: 3px solid var(--step-color);
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.flow_text_box p {
	font-family: "Montserrat", sans-serif;
	color: var(--step-color)
}
.flow_text_box h3 {
	line-height: normal;
}
@media screen and (max-width: 1024px) {
	.flow_content .title01_box {
		margin-bottom: 30px !important;
	}
	.flow_items {
		zoom: 80%;
	}
	.flow_text_box {
		margin-top: 20px !important;
	}
	.flow_text_box p {
		font-size: 15px !important;
	}
	.flow_text_box h3 {
		font-size: 20px !important;
	}
}
@media screen and (max-width: 960px) {
	.flow_items {
		zoom: 70%;
	}
}
@media screen and (max-width: 840px) {
	.flow_items {
		zoom: 60%;
	}
}
@media screen and (max-width: 767px) {
	.flow_content .title01_box {
		margin-bottom: 15px !important;
	}
	.flow_items {
		zoom: 100%;
		width: 1200px;
	}
}

/* =======================================
	用途から相談する
========================================== */
.consult_box {
	position: relative;
	z-index: 1;
	--point-check: url('../img/checkbox-yellow.png') center / contain no-repeat;
	--arrow-color: #fcf2da;
	--icon-bg: #eea904;
}
#kitchen-duct {
	--point-check: url('../img/checkbox-pink.png') center / contain no-repeat;
	--arrow-color: #feedf1;
	--icon-bg: #f989a0;
}
#air-conditioning-duct {
	--point-check: url('../img/checkbox-blue.png') center / contain no-repeat;
	--arrow-color: #e1f7f6;
	--icon-bg: #33c9c1;
}
.consult_box::after {
	position: absolute;
    content: "";
    background: url(../img/consult_bg.png) no-repeat top left / cover;
    width: 60%;
    height: 44%;
    max-height: 571px;
    top: 0;
    left: 0;
    z-index: -1;
}
#kitchen-duct::after {
	left: auto;
	right: 0;
}
.consult_point_items {
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.consult_img_box {
	width: 45%;
}
.consult_point_lists {
	width: 50%;
}
.consult_point_lists ul {
	background: #fff;
	padding-left: 5%;
	padding-right: 5%;
	border-radius: 10px;
	box-shadow: 0px 2px 9.8px 0.2px rgba(30, 45, 60, 0.07);
}
.consult_point_lists li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}
.consult_point_lists li::before {
	content: '';
	width: 22px;
	height: 22px;
	background: var(--point-check);
	position: absolute;
	top: 7px;
	left: 0;
}
.arrow {
	position: relative;
    width: 100%;
    height: 35px;
    text-align: center;
}
.arrow::before {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid var(--arrow-color);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.consult_ad_items {
	background: #fff;
	border-radius: 10px;
	padding-left: 5%;
	padding-right: 5%;
	box-shadow: 0px 2px 9.8px 0.2px rgba(30, 45, 60, 0.07);
	justify-content: space-between;
}
.consult_ad_text_box {
	width: 63%;
}
.consult_ad_circles {
	gap: 20px;
	flex-wrap: wrap;
}
.consult_ad_circle {
	background: var(--icon-bg);
    width: 116px;
    height: 116px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.consult_ad_img {
	width: 35%;
}
.consult_ad_img img {
	width: 100%;
}

.btn05_items {
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}
.btn05_items a {
	max-width: unset;
	width: 310px;
	text-align: center;
	font-size: 15px;
	margin-top: 0;
}
.consult_mente_box {
	background-image: linear-gradient(to left, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
    padding: 3px;
    border-radius: 100px 40px 100px 40px;
}
.consult_mente_items {
	background: #fff;
    border: 3px solid #fff;
    border-radius: 100px 40px 100px 40px;
    width: 100%;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
}
.consult_mente_img {
	width: 38%;
}
.consult_mente_img img {
	width: 100%;
}
.consult_mente_text_box {
	width: 57%;
    padding-right: 5%;
}
.consult_mente_text_box h3 {
	background: linear-gradient(to right, #33c9c1, #2ba4cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
	.consult_box::after {
		max-height: 350px;
	}
	.consult_content .title01_box {
		margin-bottom: 30px !important;
	}
	.consult_point_lists {
		padding-top: 50px !important;
	}
	.consult_point_lists ul {
		padding: 20px 5% !important;
	}
	.consult_point_lists li {
		font-size: 18px !important;
		padding-left: 20px;
	}
	.consult_point_lists li::before {
		width: 15px;
		height: 15px;
		top: 10px;
	}
	.arrow {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.consult_ad_items {
		padding: 30px 5% !important;
	}
	.consult_ad_text_box h3 {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.consult_ad_text_box p {
		font-size: 15px !important;
	}
	.consult_ad_circles {
		gap: 10px;
		margin-top: 10px !important;
	}
	.consult_ad_circle {
		width: 90px;
		height: 90px;
		gap: 5px;
	}
	.consult_content .btn05_items {
		margin-top: 50px !important;
	}
	.consult_mente_box {
		margin-top: 80px !important;
		border-radius: 60px 30px 60px 30px;
	}
	.consult_mente_items {
		border-radius: 60px 30px 60px 30px;
	}
	.consult_mente_text_box h3 {
		font-size: 26px !important;
		margin-bottom: 10px !important;
	}
	.consult_mente_text_box p {
		font-size: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.consult_img_box {
		width: 100%;
	}
	.consult_point_lists {
		width: 100%;
		padding-top: 30px !important;
	}
	.consult_content .title01_box {
		margin-bottom: 15px !important;
	}
	.consult_point_lists li {
		font-size: 15px !important;
	}
	.consult_point_lists li::before {
		top: 8px;
	}
	.arrow {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
	.consult_ad_items {
		padding: 20px 5% !important;
		flex-wrap: wrap;
	}
	.consult_ad_text_box,
	.consult_ad_img {
		width: 100%;
	}
	.consult_ad_img {
		margin-top: 20px;
	}
	.consult_ad_text_box h3 {
		font-size: 16px !important;
	}
	.consult_ad_text_box > p {
		font-size: 14px !important;
	}
	.consult_ad_circles {
		gap: 3px;
		justify-content: center;
	}
	.consult_ad_circle {
		width: 71px;
        height: 71px;
	}
	.consult_ad_circle img {
		height: 22px;
	}
	.consult_ad_circle p {
		font-size: 11px !important;
	}
	.consult_content .btn05_items {
		margin-top: 30px !important;
		gap: 20px;
	}
	.btn05_items a {
		font-size: 14px;
	}
	.consult_mente_box {
		margin-top: 50px !important;
		border-radius: 40px 20px 40px 20px;
	}
	.consult_mente_items {
		border-radius: 40px 20px 40px 20px;
		flex-wrap: wrap;
	}
	.consult_mente_img {
		width: 100%;
		margin-bottom: 10px;
	}
	.consult_mente_text_box {
		width: 100%;
		padding: 0 2% 2%;
	}
	.consult_mente_text_box h3 {
		font-size: 20px !important;
	}
	.consult_mente_text_box p {
		font-size: 14px !important;
	}
}

/* =======================================
	会社案内
========================================== */
/* 代表あいさつ */
.greeting_content {
	background: url(../img/greeting_bg.jpg) no-repeat top center, #f2f7fe;
    background-size: 100%;
}
.greeting_items {
	justify-content: space-between;
	flex-wrap: wrap;
}
.greeting_text_box {
	width: 65%;
}
.greeting_img {
	width: 30%;
}
.greeting_img img {
	width: 100%;
}
.greeting_name img {
	max-width: 274px;
	margin-left: auto;
}
@media screen and (max-width: 1024px) {
	.greeting_content .title01_box {
		margin-bottom: 30px !important;
	}
	.greeting_text_box,
	.greeting_img {
		width: 100%;
	}
	.greeting_img {
		max-width: 70%;
		margin: 0 auto 10px;
		order: -1;
	}
	.greeting_text_box p {
		font-size: 15px !important;
	}
	.greeting_text_box p + p {
		margin-top: 30px !important;
	}
	.greeting_name {
		margin-top: 40px !important;
	}
}
@media screen and (max-width: 767px) {
	.greeting_img {
		width: 90%;
        max-width: 400px;
        margin: 0 auto 10px;
	}
	.greeting_text_box p {
		font-size: 14px !important;
	}
	.greeting_text_box p + p {
		margin-top: 15px !important;
	}
	.greeting_name {
        margin-top: 20px !important;
    }
	.greeting_name img {
		width: 200px;
	}
}

/* 会社概要 */
.outline_items {
	justify-content: space-between;
	flex-wrap: wrap;
}
.outline_items .title01_box {
	width: 25%;
}
.outline_items .table01 {
	width: 70%;
}
@media screen and (max-width: 1024px) {
	.outline_items .title01_box {
		width: 100%;
		text-align: center;
		margin-bottom: 30px !important;
	}
	.outline_items .table01 {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.outline_items .title01_box {
		margin-bottom: 15px !important;
	}
}

/* アクセスマップ */
.access_content {
	position: relative;
}
.access_content::before {
	content: '';
	position: absolute;
    content: "";
    background: #f2f7fe;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
}
.access_box {
	border: 10px solid #fff;
    border-radius: 10px;
    height: 500px;
    width: 100%;
}
@media screen and (max-width: 1024px) {
	.access_content .title01_box {
		margin-bottom: 30px !important;
	}
}
@media screen and (max-width: 767px) {
	.access_content .title01_box {
		margin-bottom: 15px !important;
	}
	.access_box {
		border-width: 5px;
		border-radius: 5px;
		height: 300px;
	}
}

/* =======================================
	お問い合わせ
========================================== */
/* 電話でのお問い合わせ */
.contact_tel_content {
	background: #f2f7fe;
}
.contact_tel_btns {
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 50px;
}
.contact_tel_btns a,
.contact_tel_btns .fax {
	position: relative;
	font-size: 50px;
    font-family: "Montserrat", sans-serif;
	line-height: normal;
	color: #282828;
}
.contact_tel_btns a::before,
.contact_tel_btns .fax::before{
	content: '';
	width: 38px;
	height: 38px;
	background: url('../img/contact_tel_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.contact_tel_btns .fax::before {
	background: url('../img/contact_fax_icon.png') center / contain no-repeat;
}
@media screen and (max-width: 1024px) {
	.contact_tel_content .title01_box {
		margin-bottom: 30px !important;
	}
	.contact_tel_btns {
		margin-top: 10px !important;
		gap: 10px 30px;
	}
	.contact_tel_btns a,
	.contact_tel_btns .fax {
		font-size: 32px;
		padding-left: 35px !important;
	}
	.contact_tel_btns a::before,
	.contact_tel_btns .fax::before {
		width: 28px;
		height: 28px;
	}
}
@media screen and (max-width: 767px) {
	.contact_tel_content .title01_box {
		margin-bottom: 15px !important;
	}
	.contact_tel_btns a,
	.contact_tel_btns .fax {
		font-size: 24px;
	}
	.contact_tel_btns .fax {
		width: 197px;
	}
}

/* お問い合わせフォーム */
form#mailformpro {
	padding: 0 !important;
}
.contact_table_box {
	width: 90%;
	margin: 0 auto;
}
.contact_table_box th,
.contact_table_box td {
	padding: 15px 0 !important;
	border-bottom: 1px solid #cdcdcd !important;
	vertical-align: middle !important;
}
.contact_table_box th {
	position: relative;
	width: 210px !important;
	font-weight: bold !important;
	padding-right: 85px !important;
}
.contact_table_box th span {
	position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    line-height: 1;
    font-weight: normal;
    width: 45px;
    height: 22px;
    font-size: 12px;
    border-radius: 11px;
	background: #33c9c1;
	margin: 0;
	padding: 4px 5px;
}
.contact_table_box th span.hissu {
	background: #f0b645;
}
.contact_table_box td {
	width: calc(100% - 210px) !important;
	padding-left: 10% !important;
}
.contact_table_box td:has(input[type="radio"]) label {
	margin: 0 !important;
	margin-right: 30px !important;
}
.contact_table_box td:has(input[type="radio"]) label:last-child {
	margin-right: 0 !important;
}
.contact_table_box textarea {
	width: 100%;
    height: 8em;
    padding: 3px 5px;
    resize: none;
    overflow: hidden;
    padding: 3px 20px;
    background: #f9f9f9;
    border: none;
    border-radius: 5px;
}
.contact_table_box input {
	border: none;
    border-radius: 5px;
	margin: 0;
}
.contact_table_box input[type=text],
.contact_table_box input[type=email] {
	height: 45px;
    width: 100%;
    padding: 3px 20px;
    background: #f9f9f9;
}
.contact_table_box .mfp_element_all {
	max-width: 100%;
}
.addr_post {
	display: flex;
	align-items: center;
}
.addr_post input {
	margin-left: 10px;
	width: 40% !important;
}
:where(select) {
	appearance: none;
    background: url('../img/download.svg') no-repeat right center / 1em;
    border-radius: 0;
    padding-right: 1em;
}
:where(button, input, select, textarea) {
	background-color: transparent;
    border: 1px solid WindowFrame;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    padding: 0.25em 0.375em;
}
.adder_slector select {
	padding-right: 20px;
}
.checkbox_content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.checkbox_content > p {
	width: 100%;
}
.checkbox_content input[type="checkbox"] {
	transform: translateY(-3px);
}
.checkbox_content a {
	color: var(--main-color);
	text-decoration: underline;
}
.submit_box {
	position: relative;
    display: block;
    margin: 0 auto;
    max-width: 288px;
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #2ba5cc;
    background: #2ba5cc;
    color: #fff;
	transition: all linear 0.3s;
}
.submit_box:hover {
	background: #fff;
        color: #0EA2E4;
}
.submit_box input {
	width: 100%;
	border: none;
	padding: 16px 40px;
	font-weight: bold;
}
.submit_box::before {
	position: absolute;
    width: 5px;
    height: 20px;
    content: "";
    background: url(../img/white_arrow.png) center / contain no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}
@media screen and (max-width: 1024px) {
	.contact_content .title01_box {
		margin-bottom: 30px !important;
	}
	#mailformpro {
		margin-top: 50px !important;
	}
	.addr_post {
		margin-bottom: 20px !important;
	}
	.adder_slector {
		margin-top: 5px !important;
		margin-bottom: 20px !important;
	}
	.adder_slector select.mL10 {
		margin-left: 10px !important;
	}
	.adder_text.mB15 {
		margin-bottom: 15px !important;
	}
	.adder_text .mB5 {
		margin-bottom: 5px !important;
	}
	.adder_text.mT15 {
		margin-top: 15px !important;
	}
	.checkbox_content {
		margin-top: 50px !important;
	}
}
@media screen and (max-width: 767px) {
	.contact_content .title01_box {
		margin-bottom: 15px !important;
	}
	.contact_table_box {
		width: 100%;
	}
	.contact_table_box tr,
	.contact_table_box td,
	.contact_table_box th {
		display: block;
		width: 100% !important;
	}
	.contact_table_box td {
		padding: 15px 0 !important;
	}
	.contact_table_box td:has(input[type="radio"]) {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 30px;
	}
	.contact_table_box td:has(input[type="radio"]) label {
		margin-right: 0 !important;
	}
	.checkbox_content {
		margin-top: 30px !important;
	}
	.center:has(.submit_box) {
		margin-top: 30px !important;
	}
	.submit_box input {
		padding: 11px 40px;
	}
}

/* プライバシーポリシー */
.privacy_content {
	background: url(../img/about-bg.png) no-repeat top right, linear-gradient(to left, rgb(43, 164, 204) 0%, rgb(47, 183, 199) 70%, rgb(51, 201, 193) 100%);
}
.privacy_text_box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 29.4px 0.6px rgba(30, 45, 60, 0.15);
}
.privacy_lists_dot li {
	position: relative;
	padding-left: 18px;
}
.privacy_lists_dot li::before {
	position: absolute;
    content: "";
    background: #33c9c1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 9px;
    left: 0;
}
.privacy_text_box a {
	color: var(--main-color);
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.privacy_content .title01_box {
		margin-bottom: 30px !important;
	}
	.privacy_text_box {
		margin-top: 70px !important;
		padding: 50px !important;
		font-size: 15px !important;
	}
	.privacy_text_box h3 {
		font-size: 20px !important;
		margin-bottom: 5px !important;
	}
	.privacy_text_box h3.mT30 {
		margin-top: 30px !important;
	}
	.privacy_lists_dot.mT30 {
		margin-top: 30px !important;
	}
}
@media screen and (max-width: 767px) {
	.privacy_content .title01_box {
		margin-bottom: 15px !important;
	}
	.privacy_text_box {
		margin-top: 30px !important;
		padding: 5% !important;
		font-size: 14px !important;
	}
	.privacy_text_box h3 {
		font-size: 16px !important;
	}
	.privacy_text_box h3.mT30 {
		margin-top: 20px !important;
	}
}


/* =======================================
	お知らせ一覧・詳細
========================================== */
/* お知らせ一覧 */
.news_archive_content {
	background: #f2f7fe;
}
.news_archive_lists li + li {
	margin-top: 40px;
}
.news_archive_lists a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 5%;
	background: #fafafa;
	padding: 12px 15px;
	color: #313439;
}
/* .news_archive_text_box {
	width: calc(95% - 100px);
} */
.news_archive_img {
	width: 100px;
	flex-shrink: 0;
}
.news_archive_img img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / .8;
	object-fit: cover;
}
.news_archive_text_box .date {
	display: inline-block;
	font-size: 13.5px;
	padding: 6.75px 13.5px;
	margin-bottom: 14.75px;
	min-width: 108px;
	text-align: center;
	background: #575757;
	font-weight: 100;
	line-height: normal;
	color: #fff;
}
.news_archive_text_box .txt {
	text-decoration: underline;
	font-size: 17px;
	font-weight: bold;
}
.pager_float {
	height: 45px;
}
.pager_btn {
	display: inline-block;
}
.pager_btn a {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #999;
	font-weight: 100;
	font-size: 15px;
	padding: 7.5px 22.5px;
	transition: all .3s;
}
.pager_back_list.pager_btn a {
	background: #737373;
}
.pager_btn a:hover {
	background-color: #575757;
}
.pager_prev_btn {
	float: left;
}
.pager_prev_btn a::before {
	display: inline-block;
    content: "";
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    margin-right: 5px;
    vertical-align: 1px;
}
.pager_next_btn {
	float: right;
}
.pager_next_btn a::after {
	display: inline-block;
    content: "";
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    margin-left: 5px;
    vertical-align: 1px;
}
@media screen and (max-width: 1024px) {
	.news_archive_text_box .date {
		margin-bottom: 6.75px
	}
	.pager_box {
		margin-top: 35px !important;
	}
}
@media screen and (max-width: 767px) {
	.news_archive_content {
		padding-bottom: 10% !important;
	}
	.news_archive_lists a {
		padding: 11.2px 14px;
	}
	.news_archive_text_box .date {
		font-size: 12.6px;
		padding: 6.3px 12.6px;
		min-width: 100.8px;
		margin-bottom: 6.3px;
	}
	.pager_float {
		height: 39.4px;
	}
	.pager_btn a {
		font-size: 14px;
		padding: 7px 21px;
	}
	.pager_back_list.pager_btn a {
		width: 100%;
	}
}

/* お知らせ詳細ページ */
.news_single_content {
	background: #f2f7fe;
}
.news_single_box {
	padding: 12px 15px 24px 15px;
	background: #fff;
}
.news_single_title_box {
	border-bottom: 1px dashed #575757;
    margin-bottom: 15px;
}
.news_single_title_box .time {
	display: inline-block;
	font-size: 13.5px;
	padding: 6.75px 13.5px;
	margin-bottom: 14.75px;
	min-width: 108px;
	text-align: center;
	background: #575757;
	font-weight: 100;
	line-height: normal;
	color: #fff;
}
.news_single_title_box .news_single_title {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.3;
}
.news_sigle_items {
	gap: 20px;
}
.news_single_img {
	display: block;
	max-width: 200px;
	width: 100%;
	flex-shrink: 0;
	margin: 15px 0;
}
.news_single_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.news_single_text_box {
	font-size: 15px;
}
.featherlight .featherlight-content {
	padding: 4px !important;
    border: none !important;
	overflow: visible !important;
}
.featherlight .featherlight-close-icon {
	top: unset !important;
    bottom: -45px !important;
	line-height: 45px !important;
    width: 45px !important;
    font-size: 30px !important;
    font-weight: 900 !important;
	background: transparent !important;
	color: #c3c3c3 !important;
}
.pager_back_list {
	display: block;
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 1024px) {
	.news_single_title_box .time {
		margin-bottom: 6.75px;
	}
}
@media screen and (max-width: 767px) {
	.news_single_title_box .time {
		font-size: 12.6px;
		padding: 6.3px 12.6px;
		margin-bottom: 6.3px;
		min-width: 100.8px;
	}
	.news_single_img {
		max-width: 50%;
		margin: 14px 0;
	}
	.news_single_text_box {
		font-size: 14px;
	}
	.featherlight-content {
		max-width: 95%;
	}
}


/* 施工事例一覧・詳細 */
.case_archive_content {
	background: #f2f7fe;
}
.archive_cat_btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.archive_cat_btns li {
	width: calc((100% - 30px) / 4);
}
.archive_cat_btns a {
	display: block;
	padding: 12px 2px;
	text-decoration: none;
    color: #33c9c1;
    border: 1px solid #33c9c1;
    border-radius: 10px;
    text-align: center;
	transition: all linear 0.3s;
	font-size: 15px;
}
.archive_cat_btns .is_current a {
	background: #33c9c1;
    color: #fff;
}
.archive_cat_btns a:hover {
	background: #33c9c1;
	color: #fff;
}
.case_archive_lists {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.case_archive_lists li {
	position: relative;
	width: calc((100% - 75px) / 4);
	background: #fff;
	box-shadow: 0 0 10px #eaf0f7;
	border-radius: 10px;
	z-index: 9;
}
.case_archive_lists li::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#002e4b), to(transparent));
    background: linear-gradient(#002e4b, transparent);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15%;
    left: 55%;
    border-radius: 10px;
    z-index: -1;
    opacity: 0.05;
}
.case_archive_lists a {
	display: block;
	height: 100%;
	border-radius: 10px;
	background: #fff;
}
.case_archive_lists a:hover {
	box-shadow: 0 0 10px #33c9c1;
}
.case_archive_img {
	position: relative;
	width: 100%;
	height: 185px;
	background: #585858;
    overflow: hidden;
}
.case_archive_img img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.case_archive_text_box {
	padding: 5% 10%;
}
.case_post_title {
	color: #282828;
}
.case_pager_float {
	height: 59px;
}
.case_pager_btn {
	width: 170px;
}
.case_pager_btn a {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 15px;
	color: #fff;
    font-weight: bold;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    line-height: normal;
	padding: 18px 40px;
	border-radius: 9999px;
}
.case_pager_btn a:hover {
	background: #fff;
    color: var(--main-color);
}
.case_pager_btn a::before {
	position: absolute;
    width: 5px;
    height: 20px;
    content: "";
    background: url(../img/white_arrow.png) center / contain no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    transition: all .3s;
}
.case_pager_btn a:hover::before {
	background: url(../img/blue_arrow.png) center / contain no-repeat;
}
.case_pager_prev_btn.case_pager_btn a::before {
	left: 20px;
	right: auto;
	rotate: 180deg;
}
.case_pager_prev_btn {
	float: left;
}
.case_pager_next_btn{
	float: right;
}
@media screen and (max-width: 1024px) {
	.case_archive_content .title01_box {
		margin-bottom: 30px !important;
	}
	.case_archive_lists {
		margin-top: 40px !important;
	}
	.case_archive_lists li {
		width: calc((100% - 50px) / 3);
	}
	.case_post_title {
		font-size: 18px !important;
	}
	.case_pager_box {
		margin-top: 50px !important;
	}
}
@media screen and (max-width: 767px) {
	.case_archive_content .title01_box {
		margin-bottom: 15px !important;
	}
	.archive_cat_btns li {
		width: calc((100% - 10px) / 2);
	}
	.archive_cat_btns a {
		font-size: 14px;
	}
	.case_archive_lists {
		gap: 15px;
	}
	.case_archive_lists li {
		width: calc((100% - 15px) / 2);
	}
	.case_archive_text_box {
		padding: 5%;
	}
	.case_post_title {
		font-size: 15px !important;
	}
	.case_pager_box {
		margin-top: 35px !important;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.case_pager_next_btn,
	.case_pager_prev_btn {
		float: none !important;
	}
	.case_pager_btn a {
		font-size: 14px;
		padding: 12px 30px;
	}
	.case_pager_btn,
	.case_pager_btn {
		margin-top: 15px;
	}
	.case_pager_float {
		height: auto;
	}
}

/* 詳細ページ */
.case_single_items {
	flex-wrap: wrap;
	gap: 5%;
}
.case_single_slider_box {
	max-width: 100%;
	width: 55%;
}
.case_single_text_box {
	width: 40%;
}
.main-image-thumbs-list {
	flex-wrap: wrap;
	gap: 10px;
}
.main-image-thumbs-item {
	position: relative;
	width: calc((100% - 30px) / 4) !important;
	border: 1px solid #585858;
    border-radius: 5px;
	overflow: hidden;
	display: flex !important;
	justify-content: center;
}
.main-image-thumbs-item img {
	position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main-image-body {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.main-image-item {
	position: relative;
	border: 2px solid #585858;
    border-radius: 10px;
	overflow: hidden;
}
.main-image-item::after,
.main-image-thumbs-item::after {
	display: block;
    padding-top: 75%;
    content: '';
}
.main-image-item a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-image-item img {
	position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.swiper-button-next,
.swiper-button-prev {
	background: #5f6060;
}
.swiper-button-next {
	right: 0 !important;
}
.swiper-button-prev {
	left: 0 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 18px !important;
}
.case_single_title {
	position: relative;
	border-bottom: 2px solid #cdcdcd;
	padding-bottom: 5px;
}
.case_single_title::after {
	position: absolute;
    content: "";
    background: #2ba5cc;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: -2px;
}
.case_single_text_box .table01 th,
.case_single_text_box .table01 td {
	padding: 10px 0;
}
.case_contact_banner {
	padding: 5%;
	background: url('../img/banner-bg1.png') no-repeat bottom left, url('../img/banner-bg2.png') no-repeat top right, #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 29.4px 0.6px rgba(30, 45, 60, 0.15);
}
.case_contact_items {
	justify-content: center;
	flex-wrap: wrap;
	gap: 50px;
}
.case_tel a {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 50px;
	line-height: 1.2;
	padding-left: 50px;
	color: #282828;
}
.case_tel a::before {
	content: '';
	width: 38px;
	height: 38px;
	background: url('../img/contact-icon-tel.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.case_contact .contact_btn {
	padding: 14px;
	padding-left: 43px !important;
	max-width: 100%;
	min-width: 468px;
}
.case_contact .contact_btn::after {
	content: '';
	width: 38px;
	height: 38px;
	background: url('../img/contact-ico-mail.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
body:has(.case_single_box) .case_pager_box {
	display: flex;
	justify-content: center;
}
.pager_back_list.case_pager_btn a::before {
	right: auto;
	left: 20px;
	rotate: 180deg;
}
@media screen and (max-width: 1024px) {
	.news_single_content .title01_box {
		margin-bottom: 30px !important;
	}
	.case_single_box {
		margin-top: 40px !important;
	}
	.case_single_title {
		font-size: 26px !important;
		margin-bottom: 30px !important;
	}
	.news_single_content .table01 {
		margin-bottom: 30px !important;
	}
	.case_single_text {
		font-size: 15px !important;
	}
	.case_contact_banner {
		margin-top: 70px !important;
		margin-bottom: 50px !important;
	}
	.case_contact_title {
		font-size: 24px !important;
		margin-bottom: 30px !important;
	}
	.case_pager_box .pager_back_list {
		margin-top: 50px !important;
	}
}
@media screen and (max-width: 767px) {
	.news_single_content .title01_box {
		margin-bottom: 15px !important;
	}
	.case_single_slider_box {
		width: 100%;
		order: 1;
		margin-top: 20px;
	}
	.case_single_text_box {
		width: 100%;
	}
	.case_single_title {
		font-size: 20px !important;
	}
	.case_single_text {
		font-size: 14px !important;
	}
	.case_contact_banner {
		background: url(../img/banner-bg1.png) no-repeat bottom left / 35%, url(../img/banner-bg2.png) no-repeat top right / 45%, #fff;
	}
	.case_contact_title {
		font-size: 18px !important;
	}
	.case_tel a {
		font-size: 30px;
		padding-left: 30px;
	}
	.case_tel a::before {
		width: 25px;
		height: 25px;
	}
	.case_contact_items {
		gap: 20px;
	}
	.case_contact .contact_btn {
		min-width: 300px;
		line-height: normal;
	}
	.case_pager_box .pager_back_list {
        margin-top: 15px !important;
    }
}




















