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

	reset CSS

========================================== */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

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


body {
	font-size: 13px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}
.font_zen-maru-gothic {
	font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans-serif;
}
.font_afacad {
	font-family: "Afacad", "Zen Kaku Gothic New", sans-serif;
}
.font_noto-sans-jp {
	font-family: "Noto Sans JP", "Zen Kaku Gothic New", 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,
td.zyuusyoBox > div:nth-child(1) input {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 0.23em;
	padding: 5px 5px;
	background: #fff;
}

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

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

.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: 600 !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: 34px;
	font-weight: 600;
}

.h3Tit {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5;
}
.h3Tit span.small {
	font-size: .65em;
}

.h4Tit {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}

.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;
    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;
	font-weight: 700;
	background-color: var(--pink-color);
	background-image: linear-gradient(45deg, #FD94CE 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
	border-radius: 9999px;
	min-width: 300px;
	padding: .87em 6.5rem;
	color: #fff;
	cursor: pointer;
	transition: background 500ms ease-in-out;
}
.btn01 a:hover,
.btn01 span:hover {
	background-position: 0;
}
.btn01 a::before,
.btn01 span::before {
	content: '';
    display: block;
    position: absolute;
    top: 48%;
    right: 2.7rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/svg/arrow_pink.svg) center / 40% no-repeat #fff !important;
    width: 3rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}


.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-block;
}
.btn02 a,
.btn02 span {
	position: relative;
	display: block;
	color: #333;
	letter-spacing: .1em;
	white-space: nowrap;
	padding-right: 4.5rem;
	cursor: pointer;
    transition: all .3s;
}
.btn02 a::before,
.btn02 span::before {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/svg/arrow_white.svg) center / 40% no-repeat #333 !important;
    width: 3rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: all .3s;
}
.btn02 a:hover::before,
.btn02 span:hover::before {
    right: -0.4rem;
}
/* .btn02-center a,
.btn02-center span {
	margin-right: -4.5rem;
} */


.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: 88%;
  margin: 0 auto;
}

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

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

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

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

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

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

.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 {
	font-size: 1.6rem;
	color: #333;
	background: var(--light-yellow-color);
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8;
	font-weight: normal;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}
.pc.inline_block {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

.note {
  font-size: 1.4rem;
}

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

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

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

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

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

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

.txt_shinfo {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_wrp.changed {
  display: block;
}

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

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

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

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

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

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

#totop span {
  display: none;
}

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

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

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

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

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

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

#contact .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

#contact label.c_b {
  font-size: 12px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

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

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

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

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

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

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

/* =======================================
	ページャー
========================================== */
div#pager {
	display: flex;
	justify-content: center;
}
div#pager a,
#pager span {
	border: 1px solid var(--main-color);
	height: 40px;
	line-height: 36px;
	width: 40px;
	text-align: center;
	border-radius: 50em;
	margin: 0 5px;
	color: var(--main-color);
	position: relative;
}
div#pager a:hover {
	color: #fff;
	background-color: var(--main-color);
}

#pager span {
	background: var(--main-color);
	color: #FFF;
}
#pager .dots {
	color: #949494;
	background: no-repeat;
	border: none;
	margin: 0;
	width: 26px;
	transform: translate(0px, 2px);
}
#pager .next:before,
#pager .prev:before {
	content: "";
	background: url(../img/svg/arrow_green.svg) center / 85% no-repeat;
    position: absolute;
    width: 50%;
    height: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#pager .next:hover:before,
#pager .prev:hover:before {
	background-image: url(../img/svg/arrow_white.svg);
}
#pager .next,
#pager .prev {
	border: none;
}
#pager .prev:before {
	transform: rotateY(180deg) translate(50%, -50%);
    -webkit-transform: rotateY(180deg) translate(50%, -50%);
    -ms-transform: rotateY(180deg) translate(50%, -50%);
}
@media screen and (max-width: 767px) {
	#pager {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
}

.absolute {
	position: absolute;
}

/* =======================================
	共通
========================================== */
:root {
	--main-color: #00C474;
	--sub-color: #00995B;
	--pink-color: #FF008E;
	--yellow-color: #FFD84D;
	--blue-color: #81BAFF;
	--gray-color: #474747;
	--light-green-color: #E8FFF2;
	--light-pink-color: #FFE6F2;
	--light-yellow-color: #FFFFF1;
}
.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;
	user-select: none;
	transition: opacity .3s;
}
.scrolled .top_btn {
	opacity: 1;
}
.scrolled .top_btn a {
	pointer-events: auto;
	user-select: auto;
}
.top_btn a {
	display: block;
	position: relative;
	width: 50px;
	aspect-ratio: 1 / 1;
	margin-left: auto;
	background: var(--main-color);
	border-radius: 50%;
}
.top_btn a::before {
	content: "";
    display: block;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* header */
header {
	position: fixed;
/* 	top: 3.6rem; */
	top: 2.3rem;
    left: 0;
    width: 100%;
    padding: 0 2rem;
    z-index: 11;
}
.header_inner {
	background-color: #fff;
	padding: 0 5rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	
	max-width: 1162px;
}
header .logo {
	line-height: 1;
}
header .logo a {
	display: inline-block;
	line-height: 1;
	margin: 1.2rem 1.4rem .8rem;
	margin-right: 0;
	transition: all .3s;
}
header .logo a:hover {
	opacity: .5;
}
header .logo svg {
	width: 10.1rem;
	height: auto;
}
.global_nav {
	height: 100%;
}
#global_nav_list {
	gap: 1rem 2.06rem;
}
#global_nav_list li.has_submenu {
	position: relative;
}
#global_nav_list li a,
#global_nav_list li p {
	display: inline-block;
	color: #000;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 2.7rem 1rem;
	transition: all .3s;
}
#global_nav_list li:hover a,
#global_nav_list li:hover p {
	color: var(--main-color);
}
#global_nav_list li a.contact {
	color: #fff;
	background-color: var(--main-color);
	background-image: linear-gradient(45deg, var(--sub-color) 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
	padding: 1.5rem 2.8rem;
	margin-left: 1rem;
	border-radius: 100px;
	transition: background 500ms ease-in-out;
}
#global_nav_list li a.contact:hover {
	background-position: 0;
}
#global_nav_list .submenu {
	position: absolute;
	top: 100%;
	left: 1rem;
	gap: 0 1rem;
	background-color: var(--main-color);
	width: max-content;
	white-space: nowrap;
	opacity: 0;
    visibility: visible;
	user-select: none;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
}
#global_nav_list .submenu > li + li {
	border-top: 1px solid #fff;
}
#global_nav_list li.has_submenu:hover .submenu {
	opacity: 1;
	visibility: initial;
	user-select: initial;
	pointer-events: initial;
}
#global_nav_list .submenu a {
	position: relative;
	color: #fff !important;
	min-width: 25.9rem;
	padding: 2rem 3.6rem;
	padding-right: 6rem;
}
#global_nav_list .submenu a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 2.4rem;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: url('../img/svg/arrow_green.svg') center / 40% no-repeat #fff !important;
	width: 3rem;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	transition: all .3s;
}
#global_nav_list .submenu a:hover::before {
	right: 2rem;
}
/* アコーディオンメニュー */
.hamburger {
	position: fixed;
	right: 35px;
	top: 28px;
	width: 45px;
    height: 45px;
	cursor: pointer;
	z-index: 999999;
/* 	background: #000; */
}
.hamburger__line {
	position: absolute;
	left: 5px;
	width: 35px;
	height: 3px;
	background-color: var(--main-color);
	transition: all .4s;
	border-radius: 50em;
}
.hamburger__line--1 {
	top: 11px;
}
.hamburger__line--2 {
	top: 21px;
}
.hamburger__line--3 {
	top: 31px;
}
/* 表示された時用のCSS */
.nav-open .hamburger__line--1 {
	  transform: rotate(45deg);
	  top: 21px;
}
.nav-open .hamburger__line--2 {
	  width: 0;
	  left: 50%;
}
.nav-open .hamburger__line--3 {
	  transform: rotate(-45deg);
	  top: 21px;
}
.accordion-box {
	  position: relative;
}
.accordion-close {
	  display: none;
	  padding-left: 0.8em;
	  padding-bottom: 0.8em;
	  padding-top: 0.3em;
	  border-bottom: 1px solid #dde4e1;
}
.nav li:nth-child(1) a {
	  border-left: none !important;
}
.accordion-close li a {
	  padding: 6px 0 0px;
	  font-weight: 500;
	  color: #0a0a0a;
	  font-weight: bold;
}
.global_nav > ul > li:has(.sub_menu) > a::before {
	display: none;
}
.global_nav > ul > li + li {
	margin-top: .3rem;
}
.global_nav > ul > li > a,
.global_nav  ul > li > a {
	padding: .2em 0;
}
.global_nav .sub_menu {
	position: static;
	min-width: unset;
	opacity: 1;
	transform: none;
    -webkit-transform: none;
    -ms-transform: none;
	visibility: initial;
	padding-top: 0;
}
.global_nav > ul > li:hover > .sub_menu {
	transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
.global_nav .sub_menu.mega {
	top: 0;
	padding-top: 0;
}
.mega_menu_inner {
	padding: 0;
	box-shadow: none;
}
.mega_menu_inner > .inner_1100 {
	width: 100%;
}
.global_nav .sub_menu.mega .product_cat,
.global_nav .sub_menu.mega .product_key {
	display: none;
}
.global_nav .sub_menu li {
	margin-left: 1em;
}
.global_nav .sub_menu > li + li {
	margin-top: 0;
}
.global_nav .sub_menu > li > a,
.global_nav .sub_menu.mega li > a {
	display: block;
	color: #000;
	background-color: transparent;
	font-weight: 400;
	text-align: left;
	padding: .05em 0;
}
@media screen and (max-width: 1200px) {
	.header_inner {
		padding: 0 2rem;
	}
	header .logo a {
		margin-left: 0;
	}
	header .logo svg {
		width: 7.5rem;
	}
	#global_nav_list {
		gap: 1rem;
	}
	#global_nav_list li a.contact {
		margin-left: 0;
	}
	#global_nav_list li a,
	#global_nav_list li p {
		font-size: 14px;
		padding: 1.2rem 1rem;
	}
	#global_nav_list li a.contact {
		padding: 1.2rem 2.8rem;
	}
}
@media screen and (max-width: 1024px) {
	header {
		top: 1.3rem;
	}
	header .logo svg {
		width: 8rem;
	}
	
	.global_nav {
		position: fixed;
        right: -320px;
        top: 0;
        display: flex;
        flex-direction: column;
        gap: 3rem 0;
        width: 300px;
        height: 100vh;
        color: #fefefe;
        padding: 8rem 3rem;
        margin-top: 0;
        transition: all 0.6s;
        z-index: 999999;
        overflow-y: auto;
        background: var(--light-green-color);
	}
	body.nav-open .global_nav {
        right: 0;
        color: #000;
        background-color: var(--light-green-color);
        box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    }
	#global_nav_list {
		display: block;
	}
	#global_nav_list > li {
		padding: .8rem 1rem;
		border-bottom: 1px solid #333;
	}
	#global_nav_list > li:has(.contact) {
		border: none;
	}
	.global_nav > ul > li + li {
		margin-top: 0;
	}
	#global_nav_list li a,
	#global_nav_list li p {
		display: block;
		font-size: 15px;
		padding: 0;
	}
	#global_nav_list li:hover a,
	#global_nav_list li:hover p {
		color: #333;
	}
	#global_nav_list li a.contact {
		text-align: center;
		padding: 0.8rem 2.8rem;
		margin-top: 1rem;
	}
	#global_nav_list .submenu {
		position: static;
		background-color: transparent;
		width: auto;
		margin-left: 1em;
		opacity: 1;
		visibility: initial;
		user-select: initial;
		pointer-events: initial;
	}
	#global_nav_list .submenu a {
		color: #333 !important;
		min-width: unset;
		padding: 0;
	}
	#global_nav_list .submenu a::before {
		display: none !important;
	}
	#global_nav_list li a:hover,
	#global_nav_list .submenu a:hover {
		color: var(--main-color) !important;
	}
	#global_nav_list .submenu > li + li {
		border: none;
	}
	
	#js-hamburger {
		display: block !important;
	}
}


/* footer */
footer {
	--footer-left: 300px;
	background: #fff;
	padding: 6.85rem 0 5rem;
}
.footer_left {
	flex-shrink: 0;
	width: var(--footer-left);
}
.footer_logo  {
	line-height: 1;
    margin-left: 1.1rem;
	margin-bottom: 1.8rem;
}
.footer_logo a {
	display: inline-block;
	line-height: 1;
	transition: all .3s;
}
.footer_logo a:hover {
	opacity: .5;
}
.footer_logo svg {
	width: 10.2rem;
    height: auto;
}
.footer_title {
	font-size: 24px;
	margin-bottom: .5rem;
}
.footer_sns {
	margin-top: 1.5rem;
}
.footer_sns a {
	display: inline-block;
	line-height: 1;
	transition: all .3s;
}
.footer_sns a:hover {
	opacity: .5;
}
.footer_sns a img {
	width: 30px;
}
.footer_right {
	width: calc(100% - var(--footer-left));
	max-width: 563px;
	gap: 2rem 5rem;
	margin-right: 5rem;
}
.footer_link {
	padding-bottom: 0.5rem;
	padding-left: 3rem;
	border-left: 1px solid var(--main-color);
}
.footer_link + .footer_link {
	margin-top: 2rem;
}
.footer_link > li + li {
	margin-top: 1.5rem;
}
.footer_link a {
	display: inline-block;
	color: #000;
	transition: all .3s;
}
.footer_link a:hover {
	color: var(--main-color);
}

.copyright {
	margin-top: 5rem;
}
@media screen and (max-width: 1100px) {
	.footer_logo {
		margin-left: 0;
		margin-bottom: .8rem;
	}
	.footer_logo svg {
		width: 9rem;
	}
	.footer_title {
		font-size: 22px;
	}
	.footer_right {
		max-width: 430px;
		gap: 2rem 3rem;
	}
}

/* footer_top */
.footer_top {
	padding-top: 8.9rem;
	overflow: hidden;
}
.footer_top_inner {
	position: relative;
	background: url('../img/footer_top_bg.webp') center bottom / cover no-repeat;
	padding-top: 9.3rem;
	padding-bottom: 10.1rem;
}
.footer_top_bg {
	top: -1px;
	width: 100%;
}
.footer_top .titleBox {
	margin-bottom: 4.5rem;
}
.footer_top .titleBox .titleBox_small,
.footer_top .titleBox .titleBox_big {
	color: #fff;
}
.footer_top .titleBox .titleBox_big {
	font-size: 34px;
}
.footer_top .character1 {
	top: 0;
    left: calc((100% - 1100px) / 2 - 2.3%);
    width: 26.1rem;
}
.footer_top .cloud1 {
	top: 27.4rem;
    left: -3.9rem;
    width: 27.2rem;
}
.footer_top .cloud2 {
	top: 25.8rem;
    right: -7.3rem;
    width: 27.3rem;
}
.footer_top .cloud3 {
	bottom: 6.5rem;
    left: -12.9rem;
    width: 27.1rem;
}
@media screen and (max-width: 1300px) {
	.footer_top .character1 {
		left: 2%;
	}
}

/* パンくず */
.breadcrumb a,
.breadcrumb span {
	display: inline-block;
	padding: 0 .5rem;
}
.breadcrumb a {
	color: #333;
	transition: all .3s;
}
.breadcrumb a:hover {
	color: var(--pink-color);
}

/* ページヘッダー */
.single_mv_box {
	position: relative;
	background: linear-gradient(
		to top,
		#6EE4FF 29%,
		#66ACFF 62%,
		#468DFF 99%
	);
	padding: 18rem 2rem 6rem;
	margin-bottom: 3rem;
}
.single_mv_box::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	aspect-ratio: 25 / 2;
	background: url('../img/svg/footer_top.svg') center / cover no-repeat;
	transform: scale(1, -1);
	pointer-events: none;
	user-select: none;
}
.single_mv_box > div::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -5rem;
	left: -2rem;
	background: url(../img/character1.png) no-repeat;
	background-size: cover;
	width: 15rem;
	aspect-ratio: 62 / 55;
	z-index: 1;
}
.single_mv_title {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
.single_mv_subtitle {
	color: #fff;
	font-size: 24px;
	margin-bottom: .5rem;
	text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}
@media screen and (max-width: 1024px) {
	.single_mv_box {
		padding: 13rem 2rem 5rem;
		margin-bottom: 2rem;
	}
}

/* titleBox */
.titleBox {
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
	margin-bottom: 5rem;
}
.titleBox .titleBox_small {
	color: var(--main-color);
	font-family: "Afacad", "Zen Kaku Gothic New", sans-serif;
	font-size: 24px;
	font-weight: 500;
    letter-spacing: .05em;
	line-height: 1;
	margin-left: 4px;
}
.titleBox .titleBox_big {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
}

/* title02 */
.title02 {
	position: relative;
	margin-bottom: 3rem;
}
.title02 .title02_small {
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	font-size: 16px;
	font-weight: 500;
	padding: .25em 1em;
	border-radius: 100px;
}
.title02 .title02_big {
	font-size: 36px;
	font-weight: 600;
}
.title02 .title02_big span.small {
	font-size: .6em;
}

/* full_img */
.full_img {
	width: 100%;
}

/* underline */
.underline {
	position: relative;
	padding-bottom: 1.2rem;
}
.underline::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(
		to right,
		#1872FF 0%,
		#6CD6FF 100%
	);
	border-radius: 999px;
}

/* sidebar */
.sidebar {
	border-left: 5px solid var(--main-color);
}

/* marker */
.marker {
	display: inline-block;
	background: linear-gradient(transparent 70%, rgba(255, 216, 77, .8) 30%);
	padding: 0 .2em;
}

/* title_column */
.title_column {
	gap: 2rem 10rem;
	align-items: flex-end;
}
.title_column .title02 {
	flex-shrink: 0;
	margin-bottom: 0;
}

/* table01 */
.table01 {
	border-collapse: collapse;
	width: 100%;
	max-width: unset;
}
.table01 tbody,
.table01 tr {
    width: 100%;
}
.table01 tr {
	border-bottom: 1px solid #D2D2D2;
}
.table01 tr:first-child {
	border-top: 1px solid #D2D2D2;
}
.table01 th,
.table01 td {
	background-color: #fff;
    font-size: 16px;
	padding: 20px 25px;
	border: none;
}
.table01 th {
	background-color: var(--light-green-color);
	font-weight: 500;
    width: 190px;
    vertical-align: middle;
    text-align: center;
}
.table01 td {
	width: calc(100% - 170px);
}
.table01 td img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 200px;
	margin-left: 8px;
}
.table_box {
	background-color: #fff;
	padding: 5rem;
	border-radius: 20px;
}

/* page_btn_list */
.page_btn_list {
	gap: 1rem;
}
.page_btn_list li {
	width: calc((100% - 3rem)/4);
	min-width: 260px;
	margin: 0;
}

/* dot_list */
.dot_list {
	list-style: dot;
}
.dot_list li {
	position: relative;
	padding-left: 1em;
}
.dot_list li::before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* point_items */
.point_items {
	--gap: 4rem;
	gap: var(--gap);
}
.point_items li {
	width: calc((100% - var(--gap)*2)/3);
	min-width: 340px;
}
.point_items .point_num {
	position: relative;
	z-index: 1;
}
.point_items .point_num p {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/svg/hexagon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	color: var(--main-color);
	font-family: "Afacad", "Zen Kaku Gothic New", sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	width: 2.08em;
	aspect-ratio: 200 / 173;
	margin-bottom: -1.1em;
}
.point_img {
	margin-bottom: 2.6rem;
}
.point_img img {
	width: 100%;
	aspect-ratio: 17 / 13;
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
}
.point_text {
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	background: var(--main-color);
    padding: 2rem 1.5rem 2.3rem;
    border-radius: 20px;
	overflow: hidden;
}
.point_text h3 {
	font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
}

/* banner_btn */
.banner_btn {
	--icon-size: 9.6rem;
	position: relative;
}
.banner_btn_inner {
	--gap: 3.5%;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem var(--gap);
	z-index: 1;
}
.banner_btn_inner a {
	display: inline-block;
	color: #000;
	background-color: #fff;
	background-image: linear-gradient(45deg, var(--main-color) 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
	width: calc((100% - var(--gap)*2)/3);
	min-width: 290px;
    min-height: 150px;
	padding: 0 2rem 2.8rem;
	margin-top: calc(var(--icon-size)/2);
	border: 2px solid #fff;
	border-radius: 20px;
	transition: all 500ms ease-in-out;
}
.banner_btn_inner a.border {
	border-color: var(--main-color);
}
.banner_btn_inner a[href]:hover {
	color: #fff;
	background-position: 0;
}
.banner_iconBox {
	flex-direction: column;
	color: #fff;
	background-color: var(--main-color);
	width: var(--icon-size);
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	margin-top: calc(var(--icon-size)/1.85*-1);
	margin-bottom: 1rem;
	border: 2px solid var(--main-color);
	border-radius: 50%;
	transition: all 500ms ease-in-out;
}
.banner_btn_inner a[href]:hover .banner_iconBox {
	border-color: #fff;
}
.banner_icon {
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.fax .banner_iconBox {
	margin-bottom: 1.3rem;
}
.contact .banner_iconBox {
	margin-bottom: 1.9rem;
}
.banner_icon_text {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 3px;
}
.banner_iconBox svg {
	fill: #fff;
	width: 41%;
	max-height: 80px;
}
.banner_text {
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
}
.contact .banner_text {
	font-size: 24px;
}
.banner_info {
	font-size: 16px;
	line-height: 1;
    margin-top: 1rem;
}

/* big_img_column */
.big_img_column {
	--side-width: calc((100vw - 1100px)/2);
	gap: 2rem 5%;
}
.big_img_column.cl50 > div.big_img_column_text:not(:nth-child(2n)) {
	margin-right: 0;
}
.big_img_column.cl50 > div.big_img_column_text {
	width: 45%;
}
.big_img_column.cl50 > div.big_img_column_img {
	width: 50%;
}
.big_img_column_img img {
	width: calc(100% + var(--side-width));
	max-width: unset;
}
.big_img_column.reverse .big_img_column_img {
	order: -1;
}
.big_img_column.reverse .big_img_column_img img {
	margin-left: calc(var(--side-width)*-1);
}
@media screen and (max-width: 1265px) {
	.big_img_column_img img {
		width: 100%;
	}
	.big_img_column.reverse .big_img_column_img img {
		margin-left: 0;
	}
}

/* screw_pin */
.screw_pin {
	position: relative;
	background-color: #fff;
	padding: 1rem;
	border: 1px solid #D9D9D9;
}
.screw_pin::before {
	content: '';
	display: block;
	position: absolute;
	top: -1rem;
    left: 50.5%;
	transform: translateX(-50%) rotate(24deg);
    -webkit-transform: translateX(-50%) rotate(24deg);
    -ms-transform: translateX(-50%) rotate(24deg);
	background-image: url('../img/screw1.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.7rem;
	aspect-ratio: 253 / 326;
}
.screw_pin img {
	width: 100%;
}

/* page_top_btns */
.page_btns {
	--gap: 2rem;
	gap: 1rem var(--gap);
	flex-wrap: wrap;
}
.page_btns > li {
	width: calc((100% - var(--gap)*3)/4);
	min-width: 200px;
}
.page_btn a {
	display: block;
	color: #fff;
	background-color: var(--main-color);
	background-image: linear-gradient(45deg, var(--sub-color) 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding: 1.5rem 3rem;
	border-radius: 100px;
	transition: all 500ms ease-in-out;
}
.page_btn a:hover {
	background-position: 0;
}
@media screen and (max-width: 1200px) {
	.page_btns > li {
		width: calc((100% - var(--gap)*2)/3);
	}
}

	
/* =======================================
	トップページ
========================================== */

/* fv */
.fv_content {
	position: relative;
	width: 100%;
	padding-bottom: 1vw;
    overflow: hidden;
}
.fv_bg_wrap {
	position: relative;
	width: 100%;
/* 	aspect-ratio: 700 / 477; */
	aspect-ratio: 32 / 17;
}
.fv_bg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv_bg:not(.is-base) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 2s ease;
}
.fv_spotlight_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.fv_spotlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 2s ease;
}
.fv_bg.is_active,
.fv_spotlight.is_active {
	opacity: 1;
}
.fv_spotlight.is_active {
	position: relative;
}
.fv_inner {
	top: 0;
    left: 8.4%;
    width: 46.5%;
}
.fv_spotlight {
	width: 100%;
}
.is_animate .fv_main,
.is_animate .fv_screw,
.is_animate .fv_star1,
.is_animate .fv_star2,
.is_animate .fv_star3 {
	animation-duration: 4.5s;
	animation-timing-function: linear;
	animation-fill-mode: both;
}
.fv_main {
	top: 28.9%;
    left: 27.2%;
    width: 40.1%;
	transform-origin: center bottom;
}
.is_animate .fv_main {
	animation-name: fvMainAction;
}
@keyframes fvMainAction {
	/* ===== 1回目ジャンプ ===== */
	0% {
		transform: translateY(0);
	}
	12% {
		transform: translateY(-1.5vw);
	}
	24% {
		transform: translateY(0);
	}
	/* ===== 2回目ジャンプ ===== */
	30% {
		transform: translateY(0);
	}
	42% {
		transform: translateY(-1.5vw);
	}
	54% {
		transform: translateY(0);
	}
	/* ===== 掲げ ===== */
	62% {
		transform: translateY(0) rotate(0deg);
	}
	72% {
		transform: translateY(-0.4vw) rotate(-2deg);
	}
	75% {
		transform: translateY(-0.4vw) rotate(-2deg);
	}
	/* ===== 同じ速度で戻る ===== */
	87% {
		transform: translateY(0) rotate(0deg);
	}
	/* ===== 余韻（止めない） ===== */
	100% {
		transform: translateY(0) rotate(0deg);
	}
}
.fv_star1,
.fv_star2,
.fv_star3 {
	opacity: 1;
	transform-origin: center;
}
.is_animate .fv_star1,
.is_animate .fv_star2,
.is_animate .fv_star3 {
	animation-name: fvStarSparkle;
}
.fv_star1 {
	top: 33.8%;
    right: 25.4%;
    width: 5.3%;
	animation-delay: 0s;
}
.fv_star2 {
	top: 21.4%;
    right: 43.9%;
    width: 4%;
	animation-delay: 0.1s;
}
.fv_star3 {
	top: 19.1%;
    right: 24.3%;
    width: 5.55%;
	animation-delay: 0.2s;
}
@keyframes fvStarSparkle {
	0% {
		transform: scale(1) rotate(0deg);
	}
	/* ジャンプ連動 */
	12% {
		transform: scale(1.15) rotate(8deg);
	}
	24% {
		transform: scale(1) rotate(0deg);
	}
	42% {
		transform: scale(1.15) rotate(-8deg);
	}
	54% {
		transform: scale(1) rotate(0deg);
	}
	/* キャラ掲げ直後 */
	66% {
		transform: scale(1) rotate(0deg);
	}
	/* ピーク */
	76% {
		transform: scale(1.25) rotate(15deg);
	}
	/* 収束 */
	90% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(0deg);
	}
}
.fv_screw {
	top: 22%;
    right: 28%;
    width: 15%;
	transform-origin: center center;
}
.is_animate .fv_screw {
	animation-name: fvScrewRaise;
}
@keyframes fvScrewRaise {
	/* ===== 通常 ===== */
	0% {
		transform: translateY(0) scale(1) rotate(0deg);
	}
	/* ===== 1回目ジャンプ連動 ===== */
	12% {
		transform: translateY(-1.2vw) scale(1.03) rotate(3deg);
	}
	24% {
		transform: translateY(0) scale(1) rotate(0deg);
	}
	/* ===== 2回目ジャンプ連動 ===== */
	30% {
		transform: translateY(0) scale(1) rotate(0deg);
	}
	42% {
		transform: translateY(-1.2vw) scale(1.03) rotate(3deg);
	}
	54% {
		transform: translateY(0) scale(1) rotate(0deg);
	}
	/* ===== キャラ掲げ直後 ===== */
	66% {
		transform: scale(1) rotate(0deg);
	}
	/* ===== 掲げピーク ===== */
	76% {
		transform: scale(1.06) rotate(15deg);
	}
	/* ===== 戻る ===== */
	90% {
		transform: scale(1) rotate(0deg);
	}
	100% {
		transform: scale(1) rotate(0deg);
	}
}
.fv_text_box {
	top: 52%;
    right: 25.2%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.fv_text_box_title {
	color: #fff;
	font-size: 3vw;
	font-weight: 700;
	line-height: 1.56;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.fv_bottom_bg {
	width: 100%;
	left: 50%;
	bottom: -0.4vw;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* fv_bottom */
.fv_bottom_column_text {
	width: 64%;
}
.fv_bottom_column_text h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 1.3;
}
.fv_bottom_column_text h2 span {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.42em;
	padding-bottom: .04em;
	margin-left: -0.25em;
    margin-right: -0.16em;
	z-index: 1;
}
.fv_bottom_column_text h2 span::before {
	content: '';
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	display: block;
	background-color: var(--main-color);
	width: calc(100% - .8em);
	height: 100%;
	z-index: -1;
}
.fv_bottom_column_text p {
	font-weight: 500;
	line-height: 1.95;
	padding-left: 3px;
}
.fv_bottom_column_img {
	position: relative;
	width: 32%;
}
.fv_bottom_column_img .fv_bottom_character {
	position: relative;
    margin-top: 12%;
    right: -17.5%;
    width: 96%;
	max-width: unset;
	z-index: 1;
}
.fv_bottom_column_img .fv_bottom_text {
    top: 0;
    left: 0;
    width: 34%;
}
@media screen and (max-width: 1200px) {
	.fv_bottom_column_text h2 {
		font-size: 34px;
	}
	.fv_bottom_column_img {
		width: 29%;
	}
}

/* top_product */
.top_product {
	position: relative;
	padding-top: 2.2rem;
	padding-bottom: 8.1rem;
}
.top_product::before,
.top_product::after {
	content: '';
	display: block;
	position: absolute;
	opacity: .85;
	z-index: -1;
}
.top_product::before {
	top: 5.7rem;
    left: -6.5rem;
	background: url(../img/screw_group1.png) center / contain no-repeat !important;
	width: 20.85rem;
	aspect-ratio: 422 / 1129;
}
.top_product::after {
	top: -10.5rem;
    right: -7rem;
	background: url(../img/screw_group2.png) center / contain no-repeat !important;
	width: 26.4rem;
	aspect-ratio: 530 / 1209;
}
.top_product .top_product_column .btn01 {
	margin-top: 2rem;
}
.slider_wrap {
	position: relative;
}
.top_product .product_slider {
	margin: 1.4rem -2.05rem 0;
}
.product_item.slick-slide {
	margin: 0 2.05rem;
}
.product_box_stock_img {
	width: 100%;
}
.product_item img,
.product_box_stock_img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 17 / 13;
	object-fit: cover;
	border: 3px solid var(--sub-color);
	border-radius: 20px;
	overflow: hidden;
}
.product_box_stock_img img {
	aspect-ratio: initial;
	border-color: var(--pink-color);
}
.product_box.stock .product_box_content {
	gap: 2rem;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 4rem;
}
.product_box.stock .product_box_content li {
	width: calc((100% - 2rem)/2);
}
.product_box .product_box_content .btn02 {
	display: block;
}
.product_box .product_box_content .btn02 a {
	display: block;
    background: #fff;
    width: 100%;
	padding: 1rem 2rem;
	padding-right: 4.5rem;
	border: 1px solid #333;
    border-radius: 10px;
}
.product_box .product_box_content .btn02 a::before,
.product_box .product_box_content .btn02 span::before {
	right: 2rem;
}
.product_box .product_box_content .btn02 a:hover::before,
.product_box .product_box_content .btn02 span:hover::before {
	right: 1.6rem;
}
.product_item.slick-slide {
	display: block;
}
.product_item.slick-slide img {
	width: 100%;
	margin-bottom: 0;
	vertical-align: bottom;
}
.product_item p {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.95;
	padding: 0 2px;
}
.product_slider_bottom {
	gap: 5.2rem;
	margin-top: 5.2rem;
}
.product_slider_btn {
	gap: 1.1rem;
}
.slider_prev,
.slider_next {
	text-indent: -99999px;
	background: url(../img/svg/arrow_white.svg) center / 33% no-repeat var(--main-color) !important;
	width: 6rem;
	aspect-ratio: 1 / 1;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: all .3s;
}
.slider_prev {
	transform: scaleX(-1);
}
.slider_prev:hover {
	transform: scaleX(-1) translateX(5px);
}
.slider_next:hover {
	transform: translateX(5px);
}
.product_slider_indicator {
	width: 100%;
	height: 2px;
	background: #D9D9D9;
	margin-top: 3.8rem;
	position: relative;
}
.indicator_bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	background: var(--main-color);
	transition: width 0.3s ease;
}
@media screen and (max-width: 1200px) {
	.product_box.stock .product_box_content li {
		width: 100%;
	}
}

/* top_strength */
.top_strength {
	padding-top: 6.4vw;
	padding-bottom: 18.3rem;
}
.strength_top_bg {
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
}
.top_strength_character {
	top: -12.5rem;
    right: 0rem;
    width: 40rem;
}
.top_strength .titleBox {
	margin-bottom: 3.6rem;
}
.top_strength {
	line-height: 1.95;
}
.top_strength .point_items {
	justify-content: center;
	margin-top: 4.5rem;
	margin-bottom: 6.4rem;
}
.top_strength_btns {
	gap: 2rem;
}
.top_strength_btns .btn01 {
	margin: 0;
}

/* top_factory */
.top_factory {
	position: relative;
	padding-top: 3.4rem;
	padding-bottom: 3rem;
	z-index: 1;
}
.facility_top_bg {
	top: -8.2vw;
	width: 100%;
}
.top_factory_character {
	top: -27rem;
    left: -6.5rem;
    width: 29.5rem;
    z-index: 5;
}
.top_factory .top_factory_text {
	flex-shrink: 0;
	width: 300px !important;
	padding-top: 8.5rem;
}
.top_factory .titleBox {
	margin-bottom: 3.4rem;
}
.top_factory .top_factory_text p:not(.titleBox_small) {
	line-height: 1.95;
	margin-right: 1rem;
}
.top_factory .btn01 {
	margin-top: 5rem;
}
.cl3_7 > div.top_factory_img {
	width: calc(100% - 300px - 4.1vw);
	padding-bottom: 7.3rem;
}
.top_factory_img img:not(.top_factory_img_character) {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.top_factory_img .top_factory_slider {
	width: 100%;
}
.top_factory_img .top_factory_slider img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.top_factory_img .top_factory_img_character {
	left: -10.6rem;
    bottom: 0;
    width: 24rem;
	user-select: none;
	pointer-events: none;
}
.top_factory_img_character svg {
	width: 100%;
}
@media screen and (max-width: 1300px) {
	.top_factory_character {
		top: -20.4rem;
		left: -2rem;
		width: 22.5rem;
	}
	.cl3_7 > div.top_factory_img {
		padding-bottom: 7%;
        margin-bottom: 4rem;
	}
	.top_factory_img .top_factory_img_character {
		left: auto;
        right: -9%;
        bottom: 0;
		width: 32%;
	}
	.top_factory .top_factory_text {
		padding-top: 3.5rem;
	}
}

/* top_company */
.top_company {
	padding-top: 7.9rem;
	padding-bottom: 3rem;
}
.top_company_character1,
.top_company_character2 {
	--site-side: calc((100vw - 1100px)/2);
}
.top_company_character1 {
	top: -3.1rem;
    right: calc(var(--site-side) + 12.4rem);
    width: 14.75rem;
    z-index: 1;
}
.top_company_character2 {
	top: 5rem;
	right: -15rem;
	width: 11.9rem;
	z-index: 1;
	opacity: 0;
	transform-origin: bottom center;
	will-change: transform, right;
}
.top_company.up.class_active .top_company_character2 {
	animation: carBumpyBrakeIn 1.6s linear forwards;
}
@keyframes carBumpyBrakeIn {
	0% {
		right: -15rem;
		transform: translateY(0) rotate(0deg);
		opacity: 0;
	}
	10% {
		transform: translateY(-0.2rem) rotate(-1deg);
		opacity: 1;
	}
	20% {
		transform: translateY(0.3rem) rotate(1deg);
	}
	30% {
		transform: translateY(-0.35rem) rotate(-1deg);
	}
	40% {
		transform: translateY(0.4rem) rotate(1deg);
	}
	50% {
		transform: translateY(-0.3rem) rotate(-0.5deg);
	}
	60% {
		transform: translateY(0.35rem) rotate(0.5deg);
	}
	70% {
		transform: translateY(-0.25rem) rotate(0deg);
	}
	/* ブレーキ開始 */
	82% {
		transform: translateY(0.15rem) rotate(-1.5deg);
	}
	/* 急ブレーキで前のめり */
	90% {
		transform: translateY(0.05rem) rotate(-3deg);
	}
	/* 反動で少し戻る */
	96% {
		transform: translateY(-0.1rem) rotate(1deg);
	}
	100% {
		right: calc(var(--site-side) + .6rem);
		transform: translateY(0) rotate(0deg);
		opacity: 1;
	}
}
.top_company_screw  {
	top: -14.6rem;
    width: 29.2rem;
    left: -5.5rem;
	opacity: .7;
	z-index: -1;
}
.top_company_column {
	--gap: 3.5%;
	gap: 2rem var(--gap);
	margin-top: 5.3rem;
}
.top_company_column.cl33 > div:nth-child(3n),
.top_company_column.cl33 > div:not(:nth-child(3n)) {
	width: calc((100% - var(--gap)*2)/3);
	margin: 0 !important;
}
.top_company_column > div > a {
	display: block;
	position: relative;
	color: var(--main-color);
	font-weight: 700;
	border-radius: 20px;
	overflow: hidden;
}
.top_company_column img {
	width: 100%;
	aspect-ratio: 85 / 72;
	object-fit: cover;
	border-radius: 25px;
	transition: all .3s;
}
.top_company_column > div > a:hover img {
	transform: scale(1.08);
}
.top_company_column > div > a p {
	right: -1px;
	bottom: -1px;
	background-color: #fff;
	background-image: linear-gradient(45deg, var(--main-color) 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
	padding: 1.1rem 3.9rem;
	padding-right: 6.3rem;
	border-radius: 20px 0 0 0;
	transition: all 500ms ease-in-out;
}
.top_company_column > div > a:hover p {
	color: #fff;
	background-position: 0;
}
.top_company_column > div > a p::before {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.95rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/svg/arrow_white.svg) center / 40% no-repeat var(--main-color) !important;
    width: 3rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: all 500ms ease-in-out;
}
.top_company_column > div > a:hover p::before {
	background: url(../img/svg/arrow_green.svg) center / 40% no-repeat #fff !important;
}
.top_company_banner {
	display: block;
	margin-top: 2.4rem;
	border-radius: 20px;
	overflow: hidden;
}
.top_company_banner img:not(.top_company_btn_character) {
	width: 100%;
	aspect-ratio: 550 / 67;
	object-fit: cover;
	transition: all .3s;
}
.top_company_banner:hover img:not(.top_company_btn_character) {
	transform: scale(1.08);
}
.top_company_banner:hover .btn01 span {
    background-position: 0;
}
.top_company_banner .btn01 {
	top: 50%;
    right: 4.8rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 34.5rem;
}
.top_company_btn_character {
	width: 11.1rem;
    top: 50%;
    left: -4.4rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
	.top_company_character1 {
		right: 18rem;
	}
	.top_company_character2 {
		right: -15rem;
	}
	@keyframes carBumpyBrakeIn {
		0% {
			right: -15rem;
			transform: translateY(0) rotate(0deg);
			opacity: 0;
		}
		10% {
			transform: translateY(-0.2rem) rotate(-1deg);
			opacity: 1;
		}
		20% {
			transform: translateY(0.3rem) rotate(1deg);
		}
		30% {
			transform: translateY(-0.35rem) rotate(-1deg);
		}
		40% {
			transform: translateY(0.4rem) rotate(1deg);
		}
		50% {
			transform: translateY(-0.3rem) rotate(-0.5deg);
		}
		60% {
			transform: translateY(0.35rem) rotate(0.5deg);
		}
		70% {
			transform: translateY(-0.25rem) rotate(0deg);
		}
		/* ブレーキ開始 */
		82% {
			transform: translateY(0.15rem) rotate(-1.5deg);
		}
		/* 急ブレーキで前のめり */
		90% {
			transform: translateY(0.05rem) rotate(-3deg);
		}
		/* 反動で少し戻る */
		96% {
			transform: translateY(-0.1rem) rotate(1deg);
		}
		100% {
			right: 6rem;
			transform: translateY(0) rotate(0deg);
			opacity: 1;
		}
	}
	.top_company_column {
		--gap: 2%;
	}
	.top_company_column > div > a p {
		padding: 1.1rem 2.5rem;
		padding-right: 5.5rem;
	}
	.top_company_column > div > a p::before {
		right: 1.4rem;
	}
}

/* top_news */
.top_news {
	padding-top: 6.5rem;
	padding-bottom: 5.5rem;
}
.top_news_screw {
	bottom: 0;
    right: -1.7rem;
    width: 18.7rem;
	opacity: .7;
	z-index: -1;
}
.top_news > .flex {
	justify-content: space-between;
}
.top_news > .flex > div {
	width: 100%;
}
.top_news > .flex > div:has(.news_list) {
	flex-shrink: 0;
	width: 73.9%;
}
.top_news .titleBox {
	gap: 1.6rem;
	margin-bottom: 4.5rem;
}
.top_news .titleBox .titleBox_small {
	font-size: 54px;
	margin-left: 0;
}
.top_news .titleBox .titleBox_big {
	color: var(--main-color);
	font-size: 16px;
	font-weight: 500;
}
.top_news .news_list {
	margin-top: -6px;
	padding-right: 14rem;
}

body.top .footer_top {
	margin-top: -5.2rem;
}

	
/* =======================================
	会社案内
========================================== */
.message_title {
	color: var(--pink-color);
	font-size: 36px !important;
	margin-bottom: 3rem;
}
.message_img_box {
	position: relative;
	margin-top: 6rem;
}
.message_img {
	position: relative;
	width: 85%;
	max-width: 720px;
    vertical-align: bottom;
	margin: 0 auto;
}
.message_text_slider {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100vw;
	overflow: hidden;
}
.message_text_slider_track {
	display: flex;
	width: max-content;
	animation: scroll-text 18s linear infinite;
}
.message_text_slider .slider_group {
	flex-shrink: 0;
	white-space: nowrap;
	padding-right: 8vw;
}
.message_text_slider_track span {
	white-space: nowrap;
	color: #00C474;
	font-weight: bold;
	font-size: 7.5vw;
	line-height: 1;
	opacity: .15;
}
@keyframes scroll-text {
	0% {
		transform: translateX(0);
	}
	100% {
	  transform: translateX(-50%);
	}
}
.message_content {
	position: relative;
	background: #fff;
	padding: 5.8rem 8rem;
	margin-top: 5.5rem;
	border: 3px solid var(--sub-color);
	border-radius: 20px;
	margin-bottom: 10rem;
}
.message_character {
	position: absolute;
	top: -8rem;
    right: -2.5rem;
    width: 27.2rem;
}
.message_content > p {
	font-weight: 500;
	line-height: 2;
}
.message_name {
	display: flex;
	justify-content: flex-end;
	font-family: "Zen Old Mincho", serif;
	font-weight: bold;
	margin-top: 7rem;
}
.message_name .name {
	font-size: 32px;
	width: 5em;
	margin-top: 1rem;
}

.page_company_philosophy {
	position: relative;
	margin-top: 3.5vw;
	margin-bottom: 3.5vw;
}
.philosophy_character {
	top: -21rem;
    left: 2%;
    width: 39rem;
}
.page_company_philosophy .page_company_philosophy_top,
.page_company_philosophy .page_company_philosophy_bottom {
	width: 100%;
	left: 0;
}
.page_company_philosophy .page_company_philosophy_top {
	top: -3.4vw;
}
.page_company_philosophy .page_company_philosophy_bottom {
	bottom: -3.4vw;
	transform: scale(1, -1);
}
.page_company_philosophy .page_company_philosophy_top path,
.page_company_philosophy .page_company_philosophy_bottom path {
	fill: var(--light-green-color);
	width: 100%;
}
.philosophy_box_title {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: .03em;
	text-indent: .03em;
	margin-bottom: -0.3em;
	color: var(--main-color);
	opacity: .2;
}
.philosophy_box .item_philosophy_sub {
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: .5rem;
}
.item_philosophy .item_philosophy_sub {
	font-size: 70px;
}
.item_philosophy .philosophy_box_title,
.item_philosophy .item_philosophy_sub {
	color: var(--sub-color);
}
.item_mission .item_philosophy_sub {
	color: #2DD4A3;
}
.item_value .item_philosophy_sub {
	color: var(--sub-color);
}
.philosophy_box p {
	font-size: 22px;
	font-weight: 600;
}
.item_value_list {
	--gap: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 6rem var(--gap);
	margin-top: 3.5rem;
}
.item_value_list .value_item:nth-child(1) {
	--item-color: var(--sub-color);
}
.item_value_list .value_item:nth-child(2) {
	--item-color: #00C474;
}
.item_value_list .value_item:nth-child(3) {
	--item-color: #2DD4A3;
}
.item_value_list .value_item:nth-child(4) {
	--item-color: #7ED957;
}
.item_value_list .value_item:nth-child(5) {
	--item-color: #9BE38A;
}
.item_value_list .value_item {
	width: calc((100% - var(--gap)*4)/5);
	background-color: var(--item-color);
	border-radius: 15px;
}
.value_item_num {
	font-size: 40px;
    text-align: center;
    margin-top: -0.65em;
    margin-bottom: 1.8rem;
}
.value_item_num p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--item-color);
	background-color: #fff;
	font-size: 1em !important;
	font-weight: 600;
	line-height: 1;
	width: 1.3em;
	aspect-ratio: 1 / 1;
	margin: 0 auto;
	box-shadow: 0 0 0 1px var(--item-color), 0 0 0 4px #fff;
	border-radius: 50%;
}
.value_item .value_item_title {
	color: #fff;
	font-size: 20px;
	min-height: 2.6em;
}
.value_item_content {
	padding: .8rem;
}
.value_item_content_inner {
	background-color: #fff;
	padding: 1rem .5rem;
	border-radius: 10px;
}
.value_item_content_inner .value_item_en {
	color: var(--item-color);
	font-size: 18px;
	font-weight: 600;
}
.value_item_content_inner .value_item_img {
	width: 80px;
	margin: 1rem auto 1.5rem;
}
@media screen and (max-width: 1200px) {
	.page_company_philosophy {
		margin-top: calc(3.5vw + 4rem);
	}
	.item_value_list {
		justify-content: center;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.item_value_list .value_item {
		width: calc((100% - var(--gap)*2)/3);
	}
	.value_item .value_item_title {
		min-height: unset;
	}
	.philosophy_character {
		top: -11rem;
        left: 1%;
        width: 24rem;
	}
}

.company_item > p:first-child {
	width: 5em;
}

.page_company_movie.none {
	display: none !important;
}

.page_company_certification {
	position: relative;
}
.page_company_certification::before,
.page_company_certification::after {
    content: '';
    display: block;
    position: absolute;
	opacity: .7;
	z-index: -1;
}
.page_company_certification::before {
    bottom: -4rem;
    left: -4rem;
    background: url(../img/screw_group1.png) center / contain no-repeat !important;
    width: 20.85rem;
    aspect-ratio: 422 / 1129;
}
.page_company_certification::after {
    top: -3rem;
    right: -5rem;
    background: url(../img/screw_group2.png) center / contain no-repeat !important;
	width: 26.4rem;
    aspect-ratio: 530 / 1209;
}
.certification_item {
	border-radius: 20px;
}
.certification_item.none {
  display: none !important;
}
.certification_item + .certification_item {
	margin-top: 5rem;
}
.certification_item_inner {
	display: flex;
	gap: 1.5rem 6rem;
}
.certification_text {
	width: 100%;
}
.certification_title {
	color: var(--main-color);
}
.certification_icon {
	flex-shrink: 0;
	width: 150px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 1px solid #D9D9D9;
	overflow: hidden;
}

.page_company_iso > .inner_1100 {
	padding: 4rem 3rem;
	border: 2px solid #D2D2D2;
	border-radius: 20px;
}
.iso_column {
	gap: 1rem 7rem;
}
.iso_content {
	width: 100%;
}
.iso_table th,
.iso_table td {
	vertical-align: top;
}
.iso_table th span {
	display: inline-block;
	background-color: var(--light-green-color);
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	width: 7em;
	padding: .5em 1em;
	margin-right: 2rem;
	border-radius: 100px;
}
.iso_table td {
	padding-top: .3rem;
    padding-bottom: 2rem;
}
.iso_img {
	flex-shrink: 0;
	width: 150px;
}

#GoogleMap iframe {
	width: 100%;
	aspect-ratio: 39 / 18;
	border: 3px solid var(--sub-color);
	border-radius: 20px;
}
#GoogleMap .i4ewOd-pzNkMb-haAclf {
	display: none !important;
}
.map_item {
	padding-bottom: 7.5rem;
}
.map_item .btn01 {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100%;
	max-width: 300px;
}
.map_item .btn01 a {
	width: 100%;
	min-width: unset;
}

.history_items {
	margin-bottom: 5rem;
}
.history_item {
	display: flex;
}
.history_item dt,
.history_item dd {
	font-weight: 500;
}
.history_item dt {
	flex-shrink: 0;
	font-size: 18px;
	width: 9rem;
}
.history_item dd {
	position: relative;
	width: 100%;
	padding: .2rem 0 3rem 4rem;
	margin-left: 4rem;
	border-left: 2px solid var(--main-color);
}
.history_item dd::before {
	content: "";
    display: block;
    position: absolute;
    left: -7px;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--main-color);
}
.history_item dd .history_img {
	position: absolute;
	top: -2rem;
	right: 0;
	width: 30rem;
}
.history_img img {
	width: 100%;
}
.history_img p {
	color: #808080;
	font-size: 14px;
	margin-top: .5rem;
}
@media screen and (max-width: 1200px) {
	.history_items {
		margin-bottom: 0;
	}
	.history_item dd .history_img {
		position: static;
		margin-top: 1rem;
	}
}

	
/* =======================================
	SDGs
========================================== */
.sdgs_goals_character {
	top: -10rem;
    right: -3rem;
    width: 23rem;
}
.sdgs_goal {
	padding: 4rem 5rem;
	border-radius: 20px;
}
.sdgs_goals_img {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

.eco_list_box {
	padding: 3rem 5rem;
    border-radius: 20px;
}
.eco_list_title {
	background: url(../img/svg/leaf-solid.svg) no-repeat top 0.45em left 1px / 1.1em;
	font-weight: 500;
    padding-left: 1.7em;
	margin-top: .5rem;
}
.eco_list {
    padding-left: 1.7em;
}
.eco_list li {
	position: relative;
	padding-left: 1em;
}
.eco_list li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
	
}

.report_list {
	--gap: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem var(--gap);
}
.report_list li {
	width: calc((100% - var(--gap)*4)/5);
}
.report_list li a {
	display: block;
	background-color: #fff;
	background-image: linear-gradient(45deg, #dcdcdc 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
	padding: 1.5rem 2rem;
	border: 1px solid #333;
	border-radius: 10px;
	transition: all 500ms ease-in-out;
}
.report_list li a:hover {
    background-position: 0;
}
.report_list li a .btn02 span:hover::before {
    right: 0;
}

.co2_box {
	padding: 5rem 5rem;
    border-radius: 20px;
}

.eco_action {
	gap: 1.5rem 2rem;
}
.eco_action > div {
	width: 100%;
}
.eco_action > div.eco_action_img {
	flex-shrink: 0;
	width: 22rem;
}
.eco_action_img img {
	background: #fff;
    padding: 2.5rem;
}

.sdgs_items > li {
	background: var(--light-yellow-color);
	padding: 3rem;
	border: 2px solid var(--main-color);
	border-radius: 20px;
}
.sdgs_items.white_bg > li {
	background: #fff;
}
.sdgs_icons_box {
	max-width: 41.5rem;
	margin-left: auto;
	margin-right: auto;
}
.sdgs_icons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.sdgs_icons li {
	width: 7.5rem;
}
@media screen and (max-width: 1200px) {
	.report_list li {
		width: calc((100% - var(--gap) * 3) / 4);
	}
}

	
/* =======================================
	製品一覧
========================================== */
body.page-product #contents {
	overflow: visible;
}

.product_cat > div {
	padding: 3rem 5rem;
	border: 2px solid var(--main-color);
	border-radius: 20px;
}
.product_cat > div.product_stock,
.product_stock .product_cat_title {
	border-color: var(--pink-color);
}
.product_cat_title {
	flex-shrink: 0;
	text-align: center;
	padding: 1rem 0;
	padding-right: 3rem;
	margin-right: 3rem;
	border-right: 2px solid var(--main-color);
}
.product_cat_title h3 {
	font-size: 30px;
	font-weight: 700;
}
.product_cat_icon svg {
	width: 3.5rem;
}
.product_cat_text {
	width: 100%;
}

.page_product::before,
.page_product::after {
    content: '';
    display: block;
    position: absolute;
	opacity: .7;
	z-index: -1;
}
.page_product::before {
    bottom: 15.7rem;
    left: 0;
    background: url(../img/screw_group1.png) center / contain no-repeat !important;
    width: 20.85rem;
    aspect-ratio: 422 / 1129;
}
.page_product::after {
    top: -10.5rem;
    right: 0;
    background: url(../img/screw_group2.png) center / contain no-repeat !important;
    width: 26.4rem;
    aspect-ratio: 530 / 1209;
}
.product_side {
	flex-shrink: 0;
}
.product_side_inner {
	position: sticky;
	top: 13rem;
	left: 0;
	padding-top: 2rem;
	margin-right: 5rem;
}
.product_side_btn {
	padding: 2rem;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}
.product_side_cat a {
	color: #333;
	transition: all .3s;
}
.product_side_cat a:hover {
	color: var(--pink-color);
}
.product_side .product_side_cat > a {
	font-size: 18px;
	font-weight: 500;
}
.product_side .product_side_cat ul {
	padding-left: 1em;
}
.product_side_character {
	width: 11rem;
	margin-top: 2rem;
}

#order1.product_box,
#stock1.product_box {
	position: relative;
}
#order1.product_box::before,
#stock1.product_box::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
#order1.product_box::before {
	background: url(../img/tree1.png) center / contain no-repeat !important;
	top: 1rem;
    width: 8rem;
    aspect-ratio: 265 / 216;
	transform: rotate(6deg);
}
#stock1.product_box::before {
	background: url(../img/tree2.png) center / contain no-repeat !important;
    top: 0;
    width: 7.3rem;
    aspect-ratio: 450 / 463;
    transform: rotate(-12deg);
}
.product_box_title {
	align-items: flex-start;
	gap: 1rem 2rem;
	margin-bottom: 3rem;
}
.product_box_title .cat_tag {
	flex-shrink: 0;
	color: var(--main-color);
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: .8rem 2rem;
	border: 2px solid var(--main-color);
	border-radius: 100px;
}
#stock .product_box_title .cat_tag {
	color: var(--pink-color);
	border-color: var(--pink-color);
}
#stock .product_item img {
	border-color: var(--pink-color);
}
.product_box_title h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
.product_box .product_item_img {
	border-width: 2px;
	cursor: pointer;
}

.popup_content {
	display: none;
}
.popup_overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	z-index: 999999;
}
.popup_modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
/* 	position: relative; */
	background: #fff;
	padding: 3rem 4rem;
	width: 60%;
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
	z-index: 1000000;
}
.popup_close {
	display: inline-block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	background-image: url(../img/svg/times-solid.svg);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -99999px;
	width: 2.5rem;
	aspect-ratio: 1 / 1;
}
.popup_title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 1rem;
}
.popup_content .size_box {
	overflow: auto;
}
.popup_content table {
	border-collapse: collapse;
	border-spacing: 0;
}
.popup_content table tr th,
.popup_content table tr td {
	min-width: 15rem;
    padding: .3rem 1rem;
	border: 1px solid;
}
.popup_modal img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	transform: translateZ(0);
	backface-visibility: hidden;
	image-rendering: auto;
}
.popup_content .pdf_box {
	width: 100%;
	height: 70vh;
}
.pdf_wrapper,
.popup_content .pdf_box iframe {
	width: 100%;
	height: 100%;
}


	
/* =======================================
	技術・品質保証
========================================== */
.min_lot_banner {
	padding: 5rem 3rem;
	border-radius: 20px;
}
.min_lot_character {
	top: -5rem;
    right: -8rem;
    width: 21rem;
}
.min_lot_title {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
}
.min_lot_title .highlight {
	display: inline-block;
	color: var(--pink-color);
	font-size: 1.4em;
	margin-right: 10px;
}
.min_lot_subtitle {
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	padding: .8rem 3rem;
}
.min_lot_visual {
	--gap: 5%;
	display: flex;
	justify-content: center;
	gap: 3rem var(--gap);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.lot_block {
	width: calc((100% - var(--gap))/2);
}
.lot_label {
	font-weight: 600;
}
.box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
	background: #fff;
	border: 3px solid #ccc;
	border-radius: 12px;
	padding: 2rem;
	padding-top: 3rem;
	margin-top: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	box-shadow: inset 0 0 0 4px rgba(0,0,0,0.03);
}
.box img {
	width: 36px;
}
.box_info {
	display: inline-block;
	top: -1.6rem;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: #fff;
	background: var(--pink-color);
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
	padding: 0 1.5rem;
	border: 2px solid var(--pink-color);
	border-radius: 100px;
}
.box_info.demerit {
	background: #aaa;
	border-color: #aaa;
}

/* 箱サイズ */
.box.small {
  width: 175px;
  height: 160px;
  grid-template-columns: repeat(3, 1fr);
}
.box.large {
  width: 267px;
  height: 220px;
  grid-template-columns: repeat(5, 1fr);
}
.lot_block.own .box {
	border-color: var(--main-color);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.lot_block.own .lot_amount  {
	color: var(--main-color);
}
.lot_block.industry .box {
	border-color: #aaa;
}
.lot_amount {
	font-weight: 700;
}
.min_lot_text {
	line-height: 1.9;
}

.case_top {
	gap: 0 2rem;
	padding-bottom: 6rem;
}
.case_top::before {
	content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: 1.2rem;
    background-color: #333;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 5rem;
    aspect-ratio: 2 / 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.case_item {
	background: #fff;
    padding: 3rem;
	border: 2px solid #D2D2D2;
	border-radius: 15px;
}
.case_item .case_content {
	width: 100%;
}
.case_item .case_icon {
	flex-shrink: 0;
	width: 30%;
}
.case_content .case_title {
	display: inline-block;
    background-color: #D9D9D9;
    line-height: 1.5;
    padding: .2rem 1.1rem;
	margin-bottom: 1.5rem;
}
.case_content .case_title.solution {
    background-color: var(--light-pink-color);
}
.case_content .case_subtitle {
	font-weight: 600;
}
.case_bottom .case_content .case_subtitle {
	color: var(--pink-color);
}
.case_item img {
	margin-left: auto;
	margin-right: auto;
}
.solution_img1 {
	width: 75%;
}
.solution_img2 {
	width: 100%;
}

.info_box {
	border-radius: 15px;
}

.machine_list li:nth-last-child(-n+3) {
	margin-bottom: 0 !important;
}
.machine_list_slider {
	position: relative;
}
.dots-wrap {
    display: flex;
    justify-content: center;
	position: absolute;
	bottom: 1rem;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
	background: var(--main-color);
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


	
/* =======================================
	出荷までの流れ
========================================== */
.flow_list_item {
	gap: 0 3rem;
}
.flow_list_item .flow_list_numBox {
	flex-shrink: 0;
	font-size: 20px;
	width: 130px;
}
.flow_list_numBox_inner {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	background-image: url(../img/svg/hexagon.svg);
    background-repeat: no-repeat;
    background-size: contain;
	width: 100%;
	aspect-ratio: 200 / 173;
	z-index: 1;
}
.flow_list_numBox span {
	display: block;
}
.flow_list_numBox p {
	font-size: 2.5em;
    font-weight: 600;
}
.flow_list_textBox {
	background-color: #fff;
	width: 100%;
	padding: 3rem 5rem;
	border: 3px solid var(--main-color);
	border-radius: 10px;
}
.flow_list_character {
	bottom: -4rem;
    right: -6rem;
    width: 19rem;
}
.flow_list_textBox .flow_item_title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: .5rem;
}
.flow_btns {
	gap: .7rem 1.5rem;
	font-size: 20px;
	font-weight: 500;
}
.flow_btns > a {
	gap: 0 1rem;
	color: #333;
	border: 2px solid var(--main-color);
    background-color: var(--light-green-color);
    padding: 5px 20px;
    border-radius: 63px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	transition: all .3s;
}
.flow_btns > a[href]:hover {
	color: var(--pink-color);
}
.flow_btn_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-color);
	line-height: 1;
	width: 3.5rem;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
.flow_btn_icon svg {
	display: inline-block;
	width: 45%;
	line-height: 1;
}
.contact .flow_btn_icon svg {
	width: 60%;
}
.flow_circle {
	--gap: 2rem;
	gap: 0 var(--gap);
	width: 80%;
	max-width: 400px;
}
.flow_circle li {
	width: calc((100% - var(--gap)*2)/3);
}
.flow_circle_top {
	color: #C70000;
	font-weight: 500;
}
.flow_circle_img {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--light-green-color);
}
.flow_circle_img svg {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 45%;
}
.image .flow_circle_img svg {
	width: 55%;
}
.flow_circle_img svg {
    opacity: .2;
}
.flow_circle_img svg,
.flow_circle_img svg * {
	fill: #a9a9a9;
}
.flow_circle_img_text {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	width: 100%;
}


/* =======================================
	工場・設備
========================================== */
#factory1 .page_factory_img .page_factory_character {
	bottom: -4rem;
    right: -6rem;
    width: 20rem;
}
#factory2 .page_factory_img .page_factory_character {
	bottom: -4rem;
	left: -8rem;
    width: 21rem;
}
#factory3 .page_factory_img .page_factory_character {
	top: -9rem;
    right: -5rem;
    width: 23rem;
}
.factory_video.hidden {
	display: none !important;
}
.factory_video p {
	font-weight: 500;
}
.factory_video .movie_area {
	width: 100%;
}
.js-scrollable:has(.factory_table) {
	position: relative;
}
.js-scrollable:has(.factory_table) .scroll-hint-icon {
	top: 15rem;
}
.factory_table {
	--gap: 1rem;
	--radius: 7px;
	position: relative;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	min-width: 1100px;
}
.factory_table_top {
	display: flex;
	gap: 0 var(--gap);
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
}
.factory_table_top li {
	position: relative;
	color: #fff;
	background-color: var(--main-color);
	font-size: 18px;
	font-weight: 600;
	width: calc((100% - var(--gap)*5)/6);
	padding: .5rem 1rem;
	margin-bottom: 1.5rem;
	border-radius: var(--radius);
}
.factory_table_top li::before {
	content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    top: calc(100% - 0.5rem);
    background-color: var(--main-color);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 1.5rem;
    aspect-ratio: 1 / 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.factory_table_top li.none,
.factory_table_top li.none::before {
	background-color: transparent;
}
.factory_table_item {
	display: flex;
	gap: 0 var(--gap);
}
.factory_table_item + .factory_table_item {
	margin-top: var(--gap);
}
.factory_table_item .item_head {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #69C3FF;
	font-size: 20px;
	font-weight: 600;
	width: calc((100% - var(--gap)*5)/6);
	border-radius: var(--radius);
}
.factory_table_item .item_content {
	background-color: #fff;
	width: 100%;
	border-radius: var(--radius);
}
.factory_table_item .item_content ul li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 var(--gap);
	color: var(--main-color);
}
.factory_table_item .item_content ul li + li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: calc(100% - 2rem);
	height: 1px;
	background-color: var(--main-color);
}
.factory_table_item .item_content ul li > div {
	width: calc((100% - var(--gap)*4)/5);
	padding: 1.5rem 1rem;
}
.factory_table_item .item_content ul li > div p {
	line-height: 1.5;
}


/* =======================================
	教育制度・福利厚生
========================================== */
.screw_pin img.page_support_img {
	right: -4rem;
    bottom: -3rem;
    width: 10rem;
}

.circle_list {
	--gap: 6rem;
	gap: 3rem var(--gap);
}
.circle_list::before {
	content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 3rem;
    background: url(../img/character7.png) no-repeat;
    background-size: cover;
    width: 22rem;
    aspect-ratio: 730 / 577;
}
.circle_list_item {
	width: calc((100% - var(--gap)*4)/5);
}
.circle_list_item_img {
	background-color: var(--light-green-color);
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin-bottom: 1rem;
	border-radius: 50%;
	overflow: hidden;
}
.circle_list_item_img.no_circle {
	border-radius: 0;
	overflow: visible;
}
.circle_list_item_img_inner {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
}
.circle_list_item_img svg {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 58%;
	fill: #a9a9a9;
    opacity: .25;
}
.circle_list_item_img_text {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	width: 100%;
	padding: 1rem;
	z-index: 1;
}
.circle_list_item_img_text span {
	display: inline-block;
	color: var(--pink-color);
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 3px;
}
.circle_list_item_img_text span.big {
	font-size: 1.7em;
}
@media screen and (max-width: 1200px) {
	.circle_list {
		--gap: 3.5rem;
	}
	.circle_list_item {
		width: calc((100% - var(--gap)*3)/4);
	}
	.circle_list::before {
		right: 0;
		width: 22%;
	}
}


/* =======================================
	採用情報
========================================== */
.page_recruit_character {
    width: 26rem !important;
    margin-top: 3rem;
}
.page_recruit_merit .circle_list_item_img_text {
	font-size: 22px;
}
.staff_list .staff_flex {
	--gap: 4%;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem var(--gap);
}
/* .staff_list:has(.staff_slider_top) {
	margin-top: -6rem;
} */
.staff_flex .staff_item {
	width: calc((100% - var(--gap)*2)/3);
}
.staff_item a {
	color: #333;
	font-weight: 500;
}
.staff_slider .staff_item {
	margin: 0 2rem;
}
.staff_slider_top {
	justify-content: flex-end;
	margin-bottom: 3rem;
	margin-right: 8rem;
}
.staff_item_img {
	width: 100%;
	overflow: hidden;
}
.staff_item_img img {
	width: 100%;
	aspect-ratio: 40 / 53;
	object-fit: cover;
	transition: all .3s;
}
.staff_item a:hover .staff_item_img img {
	transform: scale(1.1);
}
.staff_item_img .staff_message {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: .8rem;
	left: 50%;
	bottom: 2rem;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: var(--main-color);
	font-size: 20px;
	font-weight: 500;
	width: calc(100% - 3rem);
}
.staff_item_img .staff_message span {
	display: block;
	color: #fff;
	background-color: var(--main-color);
	line-height: 1;
	padding: 5px 1rem;
}
.page_recruit_interview .btn01 {
	max-width: 400px;
}
.page_recruit_support .btn01 {
	max-width: 350px;
}
.staff_item_meta p {
	line-height: 1.3;
}
@media screen and (max-width: 1550px) {
/* 	.page_recruit_interview .staff_list:has(.staff_slider_top) {
		margin-top: 2rem;
	} */
	.staff_list .staff_flex {
		--gap: 2.5%;
	}
	.staff_item_img .staff_message {
		font-size: 16px;
		width: calc(100% - 1rem);
	}
	.staff_item_img .staff_message span {
		padding: 5px .5rem;
	}
	.staff_item_meta {
		font-size: 14px;
	}
}
@media screen and (max-width: 1200px) {
	.page_recruit_character {
		width: 21rem !important;
	}
}


/* =======================================
	インタビュー
========================================== */
.interview_top_title {
	color: var(--pink-color);
	margin-bottom: 7rem;
}
.interview_top_character {
	top: -7rem;
	left: -4rem;
	width: 16rem;
	z-index: 1;
}
.iterview_top_img {
	width: 85%;
	margin-left: auto;
}
.iterview_top_meta {
	left: 5%;
    bottom: 3rem;
}
.iterview_top_title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.5rem;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 4rem;
}
.iterview_top_title span {
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	line-height: 1;
	padding: .5rem 1.5rem;
}
.iterview_top_info {
	display: inline-block;
	background-color: #fff;
    width: auto;
    min-width: 350px;
	padding: 2rem 3rem;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.iterview_top_meta p {
	font-size: 18px;
	font-weight: 500;
}

.interview_messagebox {
	padding: 4rem 7rem;
	border-radius: 20px;
}
.interview_messagebox::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -3rem;
    right: -5rem;
	width: 11rem;
	aspect-ratio: 187 / 359;
	background: url(../img/character_kashimoto.png) center / contain no-repeat !important;
}
.interview_messagebox_title {
	color: var(--main-color);
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1.5rem;
}
.interview_messagebox_comment {
	font-size: 20px;
	font-weight: 500;
}

.page_interview_schedule_img {
	bottom: 0;
	right: 0;
	width: 20rem;
}
.interview_schedule_column {
	gap: 0 10rem;
}
.interview_schedule_column > div:first-child {
	flex-shrink: 0;
}
.interview_schedule_column > div:last-child {
	width: 100%;
}
.schedule_item {
	position: relative;
	gap: 1rem 3rem;
}
.schedule_item + .schedule_item {
	padding-top: 3rem;
}
.schedule_item::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 7.5rem;
	width: 2px;
	height: 100%;
	background: var(--main-color);
}
.schedule_item_time p {
	position: relative;
	background-color: #fff;
	font-size: 22px;
	font-weight: 500;
	width: 15rem;
	padding: 8px;
	border: 2px solid var(--main-color);
	border-radius: 100px;
	text-align: center;
	z-index: 1;
}
.schedule_item_text {
	padding-top: .3rem;
}
.schedule_item_text p {
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width: 1200px) {
	.schedule_item {
		flex-wrap: wrap;
		gap: .5rem 2rem;
	}
	.schedule_item::before {
		left: 4rem;
	}
	.schedule_item + .schedule_item {
		padding-top: 2rem;
	}
	.schedule_item_time p {
		width: 15rem;
		padding: 5px;
	}
	.schedule_item_text {
		width: 100%;
		padding-left: 7rem;
	}
}


/* =======================================
	募集要項
========================================== */
.recruit_table.table01 tr:first-child {
	border-top: none;
}
.recruit_table.table01 th {
	text-align: left;
}

.bg_img_banner {
	position: relative;
	background-image: url(../img/banner-recruit.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5rem 3rem;
	border-radius: 20px;
	overflow: hidden;
}
.bg_img_banner::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-color: #D9D9D9;
    opacity: .4;
}
.bg_img_banner_inner {
	color: #333;
	background-color: #fff;
	background-image: linear-gradient(45deg, var(--main-color) 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
	width: 100%;
	max-width: 500px;
	padding: 3rem 5rem;
	margin: 0 auto;
	border-radius: 20px;
	transition: all 500ms ease-in-out;
}
a.bg_img_banner_inner {
	display: block;
}
.bg_img_banner_inner .btn02 span,
.bg_img_banner_inner .btn02 span::before {
	transition: all 500ms ease-in-out;
}
.bg_img_banner h2 {
	color: var(--main-color);
	font-size: 36px;
	font-weight: 700;
	transition: all 500ms ease-in-out;
}
.bg_img_banner p {
	font-size: 18px;
	font-weight: 500;
}
.bg_img_banner_character {
	top: -3rem;
    left: -4rem;
    width: 12rem;
}
.bg_img_banner_inner:hover {
	color: #fff;
	background-position: 0;
}
.bg_img_banner .bg_img_banner_inner:hover h2 {
	color: #fff;
}
.bg_img_banner_inner:hover .btn02 span {
	color: #fff;
}
.bg_img_banner_inner:hover .btn02 span::before {
    right: 0;
	background: url(../img/svg/arrow_green.svg) center / 40% no-repeat #fff !important;
}


/* =======================================
	お問い合わせ
========================================== */
body.page-contact .contact_table_box {
	position: relative;
}
body.page-contact .contact_table_box::before {
	content: '';
    display: block;
    position: absolute;
    bottom: calc(100% - 10px);
    right: 2rem;
    background: url(../img/character3.png) no-repeat;
    background-size: cover;
    width: 22%;
    aspect-ratio: 382 / 211;
    z-index: 1;
}
.contact_table_box tr {
	border-bottom: 1px solid #D2D2D2;
}
.contact_table_box tr:first-child {
	border-top: 1px solid #D2D2D2;
}
.contact_table_box th,
.contact_table_box td {
	border: none !important;
}
.contact_table_box.c_table_01 table tbody tr th {
	padding-top: 20px;
}
.contact_table_box td:has(input[type="radio"]) {
	display: flex;
	flex-direction: column;
}
.contact_table_box td.radio_btn label.last {
	order: 5;
}
td.zyuusyoBox > div:nth-child(1) input {
	width: 10em;
}
td.zyuusyoBox > div:nth-child(2) input:nth-child(1) {
	width: 100%;
}
.mfp_element_all {
	max-width: 100% !important;
}
.submit_box {
	position: relative;
	display: inline-block;
	margin: 10px auto 0;
}
.submit_box::before {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2.4rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(../img/svg/arrow_pink.svg) center / 40% no-repeat #fff !important;
    width: 3rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transition: all .3s;
}
.submit_box input[type="submit"] {
	font-size: 18px;
	font-weight: 500;
	border-radius: 9999px;
	background: var(--pink-color);
	background-image: linear-gradient(45deg, #FD94CE 50%, transparent 50%);
    background-position: 100%;
    background-size: 300%;
	color: #fff;
	border: none;
	width: 100%;
	min-width: 295px;
	padding: 2rem 6.5rem;
	cursor: pointer;
	transition: all 500ms ease-in-out;
}
.submit_box input[type="submit"]:hover {
	background-position: 0;
}
.mfp_element_radio {
	margin-bottom: 5px !important;
}
.imp {
	color: #C70000;
	font-weight: 500;
}
div.mfp_err {
	background-position: 0px 5px !important;
}

.thanks_img {
    width: 25rem;
	margin: 0 auto;
    margin-top: -4rem;
}

.light_white_bg {
	background-color: #fff;
}
.light_green_bg {
	background-color: var(--light-green-color);
}
.light_pink_bg {
	background-color: var(--light-pink-color);
}
.light_yellow_bg {
	background-color: var(--light-yellow-color);
}

@media screen and (max-width: 1024px) {
	.contact_btns > a {
		min-height: 120px;
	}
	.contact_btns .phone_icon,
	.contact_btns .line_icon {
		max-width: 5rem;
		max-height: 5rem;
	}
	.c_table_01 table tbody tr th,
	.c_table_01 table tbody tr td {
		padding: 15px;
	}
}
@media screen and (max-width: 900px) {
	.contact_btns {
		margin-bottom: 42px;
	}
	.contact_btns > a {
		width: 100%;
		border-radius: 8px;
	}
	.contact_table_box table {
		margin-bottom: 25px;
	}
	.c_table_01 table tbody tr,
	.c_table_01 table tbody tr th,
	.c_table_01 table tbody tr td {
		display: block;
		width: 100%;
		padding: 0;
	}
	.c_table_01 table tbody tr {
		padding: 15px 0;
	}
	.c_table_01 table tbody tr td {
		padding-top: 5px;
	}
	#contact label.c_b {
		margin-top: 20px;
	}
	.contact_content input[type="submit"] {
		max-width: 280px !important;
		font-size: 16.5px !important;
	}
}


/* =======================================
	プライバシーポリシー
========================================== */
.page_privacy_policy_character {
	bottom: -7rem;
    right: 5rem;
    width: 18rem;
	transform: scale(-1, 1);
}
body.page-contact form a:hover,
body.page-privacy-policy a:hover {
	color: var(--pink-color);
}


/* =======================================
	お知らせ 一覧
========================================== */
.category_filter {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.5%;
}
.category_filter li a {
    display: block;
    position: relative;
	color: #fff;
	background: var(--main-color);
    font-size: 1.6rem;
    text-align: center;
    padding: .5em 1em;
    margin-bottom: 1rem;
	border: 2px solid var(--main-color);
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
	transition: all .3s;
}
.category_filter li a.target,
.category_filter li a:hover {
	background: var(--sub-color);
	border-color: var(--sub-color);
}

.news_list {
	width: 100%;
}
.news_item a,
.news_item.no_item {
	display: block;
	color: #333;
/* 	padding: 3.4rem 0 2.8rem; */
	padding: 2.85rem 0;
	border-bottom: 1px solid #D9D9D9;
	transition: all .3s;
}
.news_archive_list .news_item a {
	display: flex;
	align-items: flex-end;
	gap: 1.5rem 2rem;
}
.news_item a:hover {
	color: var(--pink-color);
}
.news_list .news_item:first-child a {
	padding-top: .4rem;
}
.news_item .head {
	gap: .6rem 2rem;
	margin-bottom: 1.4rem;
}
.news_item .day {
	color: var(--main-color);
	font-size: 13px;
	letter-spacing: .1em;
	margin-top: .5rem;
}
.news_item_tagBox {
	gap: .5rem 1rem;
}
.news_item_tagBox .tag {
	color: #fff;
	background-color: var(--blue-color);
	padding: .5rem 1rem;
	border-radius: 5px;
}
.news_item .tit {
	font-size: 15px;
	line-height: 1.6;
}
.news_item .infoBox {
	color: #808080;
}
.news_item a:hover .btn01 span {
    background-position: 0;
}
.news_archive_list .btn01 span {
	min-width: 210px;
	padding: .87em 5.3rem;
}
.news_archive_list .btn01 span::before {
	right: 1.3rem;
}


.post_btn {
	width: 9.5em;
}
.post_btn a {
	display: block;
	color: #fff;
	background-color: var(--main-color);
	font-weight: 500;
	text-align: center;
	width: 100%;
	padding: .25em 1.5em;
	border: 1px solid var(--main-color);
	border-radius: 5px;
	transition: all .3s;
}
.post_btn a.inactive {
	opacity: .3;
	pointer-events: none;
	user-select: none;
}
.post_btn a:hover {
	color: #fff;
	background-color: var(--main-color);
}
.post_btn a span {
	position: relative;
}
.post_btn.btn_prev a span {
	padding-left: 15px;
}
.post_btn.btn_next a span {
	padding-right: 15px;
}
.post_btn.btn_prev a span::before,
.post_btn.btn_next a span::before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: auto;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	transition: all .3s;
}
.post_btn.btn_prev a span::before {
    left: 0;
    transform: translateY(-50%) rotate(225deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
}
.post_btn.btn_prev a:hover span::before {
	left: -4px;
}
.post_btn.btn_next a span::before {
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}
.post_btn.btn_next a:hover span::before {
	right: -4px;
}
.news_all.btn01 {
	max-width: 300px;
}
.news_all.btn01 a,
.news_all.btn01 span{
	padding: .6em 6.5rem;
}


/* =======================================
	お知らせ 詳細
========================================== */
.post_news_content_inner {
	padding: 3rem 5rem 5rem;
	border-radius: 20px;
}
.news_title_top .day {
	flex-shrink: 0;
	color: var(--main-color);
}
.news_title_top .categories {
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.news_title_top .categories a {
	color: #fff;
    background-color: var(--blue-color);
    font-size: 1.4rem;
    text-align: center;
    padding: .2em 1em;
    border-radius: 3px;
    transition: all .3s;
}
.news_title_top .category:hover {
    opacity: .5;
}


/* =======================================
	アニメーション
========================================== */
/* ふわっと */
.class_key.up {
	transform: translateY(50px);
	opacity: 0;
	transition: all .65s;
}
.up.class_active {
	transform: translateY(0);
	opacity: 1;
}


.main-color {
	color: var(--main-color);
}






