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

	reset CSS

========================================== */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 9.5rem;
}

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

html,
body {
  background: #fff;
  color: #111;
}

body {
	font-size: 13px;
	font-family: "Zen Kaku Gothic New";
	font-weight: 400;
}
.font_dela {
	font-family: "Dela Gothic One";
}

* 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: "Zen Kaku Gothic New", sans-serif;
}

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

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

.vertical_align_top {
	vertical-align: top;
}

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

.fW900 {
	font-weight: 900;
}
.fW800 {
	font-weight: 800;
}
.fW700 {
	font-weight: 700;
}
.fW600 {
	font-weight: 600;
}
.fW500 {
  font-weight: 500;
}

.fW100 {
  font-weight: 100;
}

.fW300 {
  font-weight: 300;
}

.ls0 {
  letter-spacing: 0;
}

.ls05 {
	letter-spacing: 0.05em;
}
.ls06 {
	letter-spacing: 0.06em;
}

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

.lh160 {
  line-height: 160%;
}

.lh200 {
  line-height: 200%;
}

.lh220 {
  line-height: 200%;
}

.lh240 {
  line-height: 200%;
}

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

* html .cf {
  zoom: 1;
}

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

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

	Structure CSS

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

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

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

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

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

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

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

.red {
  color: #ff610c !important;
}

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

.white {
  color: #fff !important;
}

.beni {
  color: #ff5c5c !important;
}

.orange {
  color: #f88f03 !important;
}

.float_l,
.fl {
  float: left;
}

.float_r,
.fr {
  float: right;
}

.rela {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

/*装飾
========================================== */
.h2Tit {
	font-size: 40px;
	font-weight: 500;
}

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

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

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

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

.c_tit {
  font-size: 20px;
}

.btn01_items {
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 37px;
}
.btn01_items .btn01 {
	margin: 0;
}
.btn01 {
	max-width: 350px;
	width: 100%;
	margin: 0;
}
.btn01.btn01_center {
	margin-left: auto;
	margin-right: auto;
}
.btn01.btn01_left {
	margin-right: auto;
}
.btn01.btn01_right {
	margin-left: auto;
}
.btn01 a {
	position: relative;
	display: block;
	width: 100%;
	padding: 9px 40px;
	color: var(--main-color);
	background: #fff;
	text-align: center;
	border: 1px solid var(--main-color);
	transition: all .3s;
}
.btn01 a::before {
	content: '';
	width: 10.5px;
	height: 16.5px;
	background: url('../img/btn_arrow_blue.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: translateY(-50%);
	transition: all .3s;
}
.btn01 a:hover {
	color: #fff;
	background: var(--main-color);
	border-color: #fff;
}
.btn01 a:hover::before {
	background: url('../img/btn_arrow_white.png') center / contain no-repeat;
}
.btn01_blue a {
	color: #fff;
	background: var(--main-color);
	border-color: var(--main-color);
}
.btn01_blue a::before {
	background: url('../img/btn_arrow_white.png') center / contain no-repeat;
}
.btn01_blue a:hover {
	color: var(--main-color);
	background: #fff;
	border-color: var(--main-color);
}
.btn01_blue a:hover::before {
	background: url('../img/btn_arrow_blue.png') center / contain no-repeat;
}
.btn01_black a {
	color: #fff;
	background: #020202;
	border-color: #020202;
}
.btn01_black a::before {
	background: url('../img/btn_arrow_white.png') center / contain no-repeat;
}
.btn01_black a:hover {
	color: #020202;
	background: #fff;
}
.btn01_black a:hover::before {
	background: url('../img/btn_arrow_black.png') center / contain no-repeat;
}

.btn02 {
  display: inline;
}
.btn02 a {
  display: inline;
}
.btn02 a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #175fd4;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
.btn02 a::before,
.btn02 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn02 a::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 25%;
  border-radius: 25%;
  background: #175fd4;
}
.btn02 a::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

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

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

.w_4em {
  width: 4em;
}

.w_45em {
  width: 4.5em;
}

.w_5em {
  width: 5em;
}

.w_6em {
  width: 6em;
}

.w_7em {
  width: 7em;
}

.w_8em {
  width: 8em;
}

.w_9em {
  width: 9em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .f30 {
    font-size: 20px !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 {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  font-weight: normal;
  max-width: 100%;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}
.tab {
  display: none !important;
}
.sp {
  display: none !important;
}
@media screen and (min-width: 901px) and (max-width: 1400px) {
	.tab {
		display: block !important;
	}
}

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

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

.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;
	background: #fff;
}
div#pager a:hover {
	background-color: var(--light-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: '';
    width: 10.5px;
    height: 16.5px;
    background: url(../img/btn_arrow_blue.png) center / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#pager .prev:before {
    transform: translate(-50%, -50%) scale(-1, 1);
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    -ms-transform: translate(-50%, -50%) scale(-1, 1);
}

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

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

.absolute {
	position: absolute;
}

/* =======================================
	共通
========================================== */
:root {
	--main-color: #36357F;
	--light-main-color: #EBEBF2;
	--black-color: #020202;
	--gray-color: #EBE9E9;
	--red-color: #C43A3A;
	--light-red-color: #F9EBEB;
}
body {
	position: relative;
	padding-top: 9.5rem;
/* 	height: 100000vh; */
}
.main_color {
	color: var(--main-color);
}
.top_btn {
	display: block;
    position: sticky;
    bottom: 15px;
    left: 0;
    max-width: 1200px;
	width: 90%;
	margin: -25px auto 0;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.scrolled .top_btn {
	opacity: 1;
	pointer-events: auto;
}
.top_btn a {
	display: block;
	width: 50px;
	margin-left: auto;
	background: #fff;
	border-radius: 50%;
}
.txtCenter {
	text-align: center !important;
}

/* 背景 */
.bg_main {
	color: #fff;
	background-color: var(--main-color);
}
.bg_light_main {
	background-color: var(--light-main-color);
}
.bg_gray {
	background: var(--gray-color);
}
.white_inner,
.bg_white {
	background: #fff;
}
.bg_light_red {
	background: var(--light-red-color);
}

/* タイトル */
.title01 {
	letter-spacing: .04em;
	line-height: 1.5;
}
.title01 span {
	font-size: 40px;
	letter-spacing: .1em;
	text-indent: .1em;
}

.title02_box {
	line-height: 1.5;
}
.title02 {
	font-size: 40px;
	line-height: 1.3;
}

.title03 {
	font-size: 36px;
    line-height: 1.4;
    margin-bottom: 3px;
	background: #fffee3;
	border-radius: 10px;
}

.title04 {
	font-size: 30px;
    line-height: 1.4;
    margin-bottom: 3px;
	font-weight: 700;
}

.title05 {
	display: inline-block;
	font-size: 22px;
	padding: 10px 20px;
	background: #fffee3;
}

.title06 .main {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-align: center;
}
.title06 .main::after {
	content: "";
	display: block;
	border-radius: 100px;
	background: var(--main-color);
	width: 60px;
	height: 4px;
	margin: 10px auto 0;
}
.title06 .sub {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-indent: 0.12em;
	text-align: center;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	padding: 0 10px;
	color: var(--main-color);
}
.title06 .sub::before,
.title06 .sub::after {
	content: '';
	width: 2px;
	height: .9em;
	background: var(--main-color);
	position: absolute;
	bottom: 2px;
}
.title06 .sub::before {
	left: 0;
	transform: rotate(-30deg);
}
.title06 .sub::after {
	right: 0;
	transform: rotate(30deg);
}
.title06.white .main {
	color: #fff;
}
.title06.white .main::after {
	background: #fff;
}
.title06.white .sub {
	color: #fff;
}
.title06.white .sub::before,
.title06.white .sub::after {
	background: #fff;
}

.title07 {
	display:inline-block;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.12em;
	line-height: 1.5;
	text-align: center;
	background:#36357F;
	color:#fff;
	padding:0 10px;
}

/* ページヘッダー */
.main_mv {
	background: #fff;
	padding: 4px 0 0;
}
.main_mv_inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.main_mv .jp {
	font-size: 34px;
	font-weight: 500;
	color: var(--main-color);
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 5px;
}
.main_mv .en {
	font-size: 96px;
	font-weight: 900;
	color: var(--main-color);
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: -0.08em;
}
.main_mv .main_mv_content {
	min-height: 168px;
}
@media screen and (max-width: 1400px) {
	.main_mv .en {
		font-size: 70px;
	}
	.main_mv .jp {
		font-size: 26px;
	}
}

/* パンくず */
.breadcrumb_box {
	padding: 8px 10px;
}
.breadcrumb_box a {
	position: relative;
	display: inline-block;
	margin-right: 1.8rem;
}
.breadcrumb_box a::before {
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-top: solid 1px #111;
	border-right: solid 1px #111;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	margin: auto;
}

.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 {
	padding: 25px 15px;
    font-size: 16px;
	border: none;
}
.table01 th {
	color: #fff;
	background: var(--main-color);
    font-weight: 500;
    width: 170px;
    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;
}


/* =======================================
	ヘッダー
========================================== */
header {
    position: fixed;
    top: 0;
    left: 0;
	background-color: #fff;
    width: 100%;
    z-index: 11;
}
.header_inner {
	display:flex;
	justify-content:space-between;
	width:94%;
	max-width: 1400px;
	padding: 1.1rem 2.5rem 1rem;
	margin:0 auto;
}
.header_inner a {
	color: #111;
}
.logo {
	width: 30rem;
}
.header01{
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: flex-end;
}
.header_tel a {
	position: relative;
	display: block;
	padding-left: 5px;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.043em;
	padding-left: .8em;
	color: var(--main-color);
	text-shadow: 0 0 1px var(--main-color);
	transition: all .3s;
}
.header_tel a:hover {
	opacity: .7;
}
.header_tel a::before {
	content: "";
	display: block;
	background: url(../img/Vector.png)no-repeat center /100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: .6em;
	aspect-ratio: 8 / 13;
}
.header01 .time {
	font-size: 16px;
	font-weight: 500;
	margin-right: 5px;
	line-height: 1;
}
.header01 .time span {
	display: inline-block;
	font-size: 1.125em;
	margin-right: -0.4em;
}
.header02 .nav {
	display: flex;
	align-items: center;
	gap: 15px;
    margin-top: 14px;
    letter-spacing: 0.035em;
}
.header02 .nav > li {
	padding-bottom: 1rem;
}
.header02 .nav a {
	font-weight:bold;
	line-height: 1;
	transition: all .3s;
}
.header02 .nav li:has(a[href]):hover > a {
	color: var(--main-color);
}
.header02 .nav a.contact {
	background: var(--main-color);
	color: #fff;
	padding: .29em 1.15em;
	margin-right: 1.4rem;
	border: 1px solid var(--main-color);
	border-radius: 100px;
	transition: all .3s;
}
.header02 .nav a.contact:hover{
	background: #fff;
	color: var(--main-color);
}
.header02 .has_submenu {
	position: relative;
}
.header02 .has_submenu .submenu {
	position: absolute;
    top: 100%;
    left: 0;
    gap: 0 1rem;
    background-color: #fff;
    width: max-content;
    white-space: nowrap;
	border: 2px solid var(--main-color);
    opacity: 0;
    visibility: visible;
    user-select: none;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.header02 li:hover .submenu {
	opacity: 1;
    visibility: initial;
    user-select: initial;
    pointer-events: initial;
}
.header02 .submenu a {
	position: relative;
    display: block;
	background: #fff;
    padding: 1.5rem 2rem;
	transition: all .3s;
}
.header02 .submenu a:hover {
	background: var(--light-main-color);
}
.header02 .submenu > li + li {
    border-top: 1px solid var(--main-color);
}
/* アコーディオンメニュー */
.hamburger {
	position: fixed;
	right: 15px;
    top: 16px;
	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: 1500px) {
	body {
		padding-top: 8.8rem;
	}
	.header_inner {
		padding: 1rem 0;
	}
	.logo {
		width: 27rem;
	}
	.header02 .nav a {
		font-size: 15px;
	}
}
@media screen and (max-width: 1250px) {
	.header_inner {
		width: 98%;
	}
	.logo {
		width: 24rem;
	}
	.header02 .nav {
		gap: 10px;
	}
	.header02 .nav a {
		font-size: 14px;
	}
}
@media screen and (max-width: 1100px) {
	body {
		padding-top: 8rem;
	}
	.global_nav {
		position: fixed;
        right: -320px;
        top: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem 0;
        width: 300px;
        height: 100vh;
        padding: 6rem 2rem;
        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;
		background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    }
	.header01 {
		flex-direction: column;
	}
	.header01 .time {
		font-size: 14px;
		margin-right: 0;
		margin-top: 5px;
	}
	.header02 .nav {
		display: block;
		margin-top: 0;
	}
	.header02 .nav > li {
		padding-bottom: 0;
		border-bottom: 1px solid #111;
	}
	.header02 .nav > li > a {
		display: block;
		padding: 1.5rem 1rem;
	}
	.header02 .nav > li.has_submenu > a {
		padding-bottom: .75rem;
	}
	.header02 .nav > li:has(a.contact) {
		border-bottom: none;
	}
	.header02 .nav a.contact {
		text-align: center;
		padding: .8em 1.15em;
		margin-top: 2rem;
		margin-right: 0;
	}
	.header02 .has_submenu .submenu {
		position: relative;
		user-select: auto;
		pointer-events: auto;
		background-color: transparent;
		box-shadow: none;
		width: 100%;
		padding-left: 2rem;
		padding-bottom: 1.5rem;
		opacity: 1;
		border: none;
	}
	.header02 .submenu a {
		background-color: transparent;
	}
	.header02 .submenu > li + li {
		border: none;
	}
	.header02 .has_submenu .submenu a {
		padding: .75rem .5rem;
	}
	.header02 .nav li:has(a[href]):hover > a {
		color: #111;
	}
	.header02 .nav li:has(a[href]) > a:hover {
		color: var(--main-color);
	}
	.header02 .submenu a:hover {
		background: #fff;
	}
	#js-hamburger {
		display: block !important;
	}
}

/* =======================================
	フッター
========================================== */
footer{
	position: relative;
	background: var(--main-color);
	margin: 0 auto;
	overflow: hidden;
}
footer::before {
	content: "";
	position: absolute;
	top: 69%;
    left: -139px;
	transform: translateY(-50%);
	width: 760px;
	aspect-ratio: 760 / 769;
	background: url(../img/sakamotokozai_white_logo.png) no-repeat center;	
	background-size: contain;
	opacity: 0.08;
	pointer-events: none;
	z-index: 0;
}
.footer_inner,
.cprt {
	position:relative;
}
.footer_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 4rem 4rem;
	width: 95%;
	max-width: 1282px;
	padding: 8rem 20px 18.8rem;
	margin: 0 auto;
}
.footer_inner p {
	color:#fff;
}
.footer_inner a {
	color:#fff;
	font-weight: 500;
}
.footer_left p {
	letter-spacing: .04em;
	line-height: 1.45;
}
.footer_right {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-flow:row wrap;
	gap: 0 min(5vw,41px);
}
.footer_navi li {
	line-height: 1.3;
}
.footer_navi li + li {
	margin-top: 18px;
}
.footer_navi li + li.sub {
	margin-top: 12px;
}
.footer_navi li a {
	transition: all .3s;
}
.footer_inner li.sub a {
	opacity:0.8;
}
.footer_navi li a:hover,
.footer_inner li.sub a:hover {
	opacity: .5;
}
.copyright {
	color:#fff;
	padding-bottom: 1.5rem;
}



/* =======================================
	トップページ
========================================== */
.fv_container {
	position: relative;
	z-index: 2;
}
.fv_img {
	position: relative;
}
.fv_img::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-color: #050505;
	opacity: .38;
}
.fv_img img {
	width: 100%;
	vertical-align: bottom;
}
.fv_img .pc_img {
	display: block;
}
.fv_img .sp_img {
	display: none;
}
.fv_content {
	color: #fff;
	bottom: 10.7vw;
    left: 3.9vw;
	z-index: 1;
}
.fv_content p {
	font-size: 1.7vw;
	font-weight: 700;
	line-height: 1;
    margin-bottom: 1.4vw;
}
.fv_content p span {
	display: inline-block;
	font-size: 1.41em;
    margin-left: .15em;
    margin-right: .15em;
}
.fv_content h1 {
	font-size: 3.96vw;
	font-weight: 900;
	letter-spacing: .055em;
	line-height: 1.285;
}
.fv1_svg,
.fv2_svg {
	bottom: -1px;
	
}
.fv1_svg {
	left: 0;
	width: 39.8%;
}
.fv2_svg {
	right: 0;
	width: 13%;
}
.fv1_svg svg,
.fv2_svg svg {
	vertical-align: bottom;
}
.fv_btn {
	right: 2%;
    bottom: 2.7vw;
    width: 27%;
    z-index: 3;
	transition: all .3s;
}
.fv_btn:hover {
	opacity: .7;
}
.fv_btn img {
	width: 100%;
	vertical-align: bottom;
}
.scroll_box {
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: #fff;
	padding-bottom: 6vw;
}
.scroll_box::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 1.35vw;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 2px;
	height: 5.4vw;
	background-color: #fff;
}
.scroll_box p {
	font-size: .85vw;
	line-height: 1;
	letter-spacing: .05em;
    text-indent: .05em;
}
.fv_news_box {
	left: 0;
	bottom: 0;
	background-color: #020202;
    width: 40.5%;
	padding: 1.86vw 1.4vw;
	padding-left: 3.9vw;
	z-index: 2;
}
.fv_news_box .day,
.fv_news_box .cat {
	flex-shrink: 0;
}
.fv_news_box .day {
	font-size: 1.134vw;
	margin-right: 1.6vw;
}
.fv_news_box .cat {
	position: relative;
	padding-right: .6vw;
    margin-right: .6vw;
}
.fv_news_box .cat::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 1px;
	height: .75em;
	background-color: #fff;
}
.fv_news_box a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1;
	width: 100%;
	padding-right: 4vw;
}
.fv_news_box a::before,
.fv_news_box a::after {
	content: '';
	display: inline-block;
	position: absolute;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition: all .3s;
}
.fv_news_box a::before {
	top: 50%;
	right: 0;
	width: 2.55vw;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	border-radius: 50%;
}
.fv_news_box a::after {
	top: 50%;
	right: .8vw;
	border-style: solid;
	border-width: .6vw 0 .6vw .75vw;
	border-color: transparent transparent transparent #020202;
}
.fv_news_box a:hover::before {
	right: -5px;
}
.fv_news_box a:hover::after {
	right: calc(.8vw - 5px);
}
.fv_news_box .tit {
	width: 17vw;
}
.fv_news_box .tit {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* 選ばれる理由 */
.top_reason_content {
	position: relative;
	background: #36357F;
	overflow: hidden;
}
.top_reason_bg_text1,
.top_reason_bg_text2 {
	font-size: 140px;
	color: #fff;
	opacity: .15;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	line-height: 1;
	pointer-events: none;
}
.top_reason_bg_text1 {
	top: -73px;
}
.top_reason_bg_text2 {
	bottom: -70px;
}
.top_reason_items {
	max-width: 652px;
	margin: 0 auto;
	gap: 26px;
}
.top_reason_item {
	width: calc((100% - 52px) / 3);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/top_reaon_img_bg.png') center / contain no-repeat;
}
.top_reason_content .btn01 {
	max-width: 280px;
}


/* 事業案内 */
.top_business_content {
	position: relative;
	background: url('../img/top_business_bg.webp') center / contain repeat;
	z-index: 1;
}
.top_business_bg_img1 {
	width: 315px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.top_business_bg_img2 {
	width: 395px;
	position: absolute;
	bottom: -70px;
	left: 0;
	z-index: -1;
}
.top_business_box {
	display: flex;
	background: #fff;
	max-width: 746px;
	margin: 0 auto;
	padding: 20px 0;
}
.top_business_box.last .top_business_items {
	margin-top: -1rem !important;
}
.top_business_title {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 103px;
	flex-shrink: 0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.12em;
}
.top_business_title span {
	order: -1;
    align-self: flex-end;
}
.top_business_body {
	width: calc(100% - 103px);
	padding-right: 15px;
	padding-top: 8px;
}
.top_business_body.gas {
	padding-right: 10px;
}
.top_business_body > p {
	letter-spacing: .065em;
}
.top_business_items {
	gap: 25px;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 575px;
}
.top_business_item {
	position: relative;
	width: calc((100% - 50px) / 3);
}
.top_business_img img {
	width: 100%;
}
.top_business_img_text {
	background: var(--main-color);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: 400;
	line-height: 1.4;
    padding: 0 7px;
}
.top_business_content .btn01,
.top_case_content .btn01,
.top_facility_items .btn01,
.top_recruit_content .btn01,
.top_contact_content .btn01 {
    max-width: 260px;
}

/* 最新動画 */
.video_box {
	max-width: 600px;
	margin: 0 auto;
}
.video_box .video {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 0;
}

/* 加工事例 */
.top_case_content {
	background: var(--main-color);
}
.top_case_slider_box {
	position: relative;
}
.top_case_slider {
	position: relative;
	overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
	width: 39px !important;
	height: 39px !important;
}
.swiper-button-prev {
	background: url('../img/slider_arrow_prev.png') center / contain no-repeat;
	left: var(--swiper-navigation-sides-offset, -22px) !important;
}
.swiper-button-next {
	background: url('../img/slider_arrow_next.png') center / contain no-repeat;
	right: var(--swiper-navigation-sides-offset, -22px) !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

/* 設備紹介 */
.top_facility_items {
	gap: 15px 3.5%;
}
.top_facility_img {
	width: 37.5%;
}
.top_facility_text_box {
	width: 59%;
}
.top_facility_img img {
	width: 100%;
	box-shadow: -10px 10px 0 var(--main-color);
}
.top_facility_content .btn05 {
	margin-left: 0;
}

/* 採用情報 */
.top_recruit_content {
	position: relative;
	background: var(--main-color);
	overflow: hidden;
	z-index: 1;
}
.top_recruit_bg_text1,
.top_recruit_bg_text2 {
	font-size: 190px;
	color: #fff;
	opacity: .15;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	line-height: 1;
	pointer-events: none;
	z-index: -1;
}
.top_recruit_bg_text1 {
	top: -45px;
}
.top_recruit_bg_text2 {
	bottom: -45px;
}
.top_recruit_title {
	line-height: 1.54;
}
.top_recruit_text {
	max-width: 375px;
	margin: 0 auto;
}
.top_recruit_img_box {
	max-width: 263px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.top_recruit_img_box img {
	width: 100%;
	vertical-align: bottom
}
.top_recruit_img_box img + img {
	margin-top: 21px;
}
.top_recruit_img_box_left {
	left: 10px;
}
.top_recruit_img_box_right {
	right: 10px;
}
@media screen and (max-width: 1400px) {
	.top_recruit_img_box {
		max-width: 200px;
	}
}

/* お問い合わせ */
.top_contact_text {
	position: relative;
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	padding: 0 15px;
}
.top_contact_text::before,
.top_contact_text::after {
	content: '';
    width: 2px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    bottom: -5px;
}
.top_contact_text::before {
	left: 0;
	transform: rotate(-30deg);
}
.top_contact_text::after {
	right: 0;
	transform: rotate(30deg);
}
.top_contact_box {
	padding: 20px 20px 26px;
	border: 6px solid var(--main-color);
}
.contact_btns {
	flex-wrap: wrap;
	justify-content: center;
	gap: 19px 30px;
}
.contact_btns > div {
	background: var(--main-color);
	transition: all .3s;
}
.contact_btns > div:hover {
	opacity: .6;
}
.contact_btns a {
	position: relative;
	display: block;
	color: #fff;
	line-height: 1.1;
}
.contact_tel a {
	line-height: .6;
	height: 100%;
    padding: 14px 23px;
    padding-left: 66px;
    border: 1px solid #000;
}
.contact_tel a::before {
	content: '';
	width: 25.5px;
	aspect-ratio: 51 / 79;
	background: url('../img/contact_tel_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 27px;
	transform: translateY(-50%);
}
.contact_mail a {
	padding: 20px 24px;
    padding-left: 66px;
    border: 1px solid #000;
}
.contact_mail a::before {
	content: '';
	width: 34px;
	aspect-ratio: 34 / 27;
	background: url('../img/contact_mail_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
}
.contact_case {
	position: relative;
	z-index: 1;
}
.contact_case a {
    text-align: center;
	border: 1px solid #fff;
}
.contact_case img {
	width: 300px;
}
.contact_case::before {
	content: '';
    width: 100%;
    height: 100%;
    background: var(--main-color);
    border: 1px solid #000;
    position: absolute;
    bottom: -5px;
    left: 5px;
    z-index: -1;
}
.contact_case span {
	position: relative;
}
.contact_case span::before {
	content: '';
	width: 19px;
	height: 19px;
	background: url('../img/contact_blank_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: -28px;
	transform: translateY(-50%);
}



/* =======================================
	選ばれる理由
========================================== */
.b_l {
	padding-left:10px;
	border-left:5px solid #36357F;
}

.circle_list {
  	display: flex;
  	justify-content: center;
	gap: 15px;
}

.circle_item {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	text-align: center;
	width: 190px;
  	height: 190px;
  	border: 1px solid #999;
  	border-radius: 50%;
	background: var(--main-color);
	color: #fff;
	box-shadow: inset 0px 12px 25px 5px rgba(0, 0, 0, 0.4);
}

.circle_sub {
 	line-height:1.5;
}

.circle_main {
	line-height:1.5;
}

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

.c_b {
	color: var(--main-color);
}
.c_r {
	color: var(--red-color);
}
.c_w {
	color: #fff;
}

.img_wrap {
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
}
.img_wrap02 {
	padding-right: 10px;
	padding-bottom: 10px;
}
.img_wrap img,
.img_wrap02 img {
	display: block;
	position: relative;
	z-index: 1;
}
.img_wrap img {
	box-shadow: -10px 10px 0 var(--main-color);
}
.img_wrap02 {
	position: relative;
}
.img_wrap02 img {
	box-shadow: 10px 10px 0 var(--main-color);
}
.text_wrap .item_num {
	top: -0.2em;
    right: 0;
    font-size: 220px;
    font-weight: 900;
    line-height: 1;
	color: var(--main-color);
	opacity: .07;
	pointer-events: none;
	user-select: none;
}



/* =======================================
	事業案内
========================================== */
.service_tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem 5rem;
	width: 100%;
	padding-top: 7.7rem;
	padding-bottom: 5.3rem;
	font-weight: 700;
}
.service_tab li {
	position: relative;
	width: calc((100% - 5rem * 2) / 3);
	min-width: 210px;
	box-shadow: 4px 4px 0 rgba(255, 255, 255, .4);
}
.service_tab li a {
	display: block;
	background: #fff;
	color: var(--main-color);
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	padding: .6em .8em;
	transition:opacity .3s;
}
.service_tab li a:hover {
	opacity: .7;
}

#processing .cl4_6 > div:not(.img_wrap) {
	background: rgba(255, 255, 255, .9);
}
.processing_bg_img1 {
	width: 400px;
	position: absolute;
	top: 6%;
	right: 0;
}
.processing_bg_img2 {
	width: 370px;
    position: absolute;
    bottom: 8%;
	left: 0;
}
.process_label span {
	display: inline-block;
	color: #000;
	padding: 0 14px;
}
.process_label ul {
	display: flex;
	gap: 20px;
}
.process_label ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0;
}
.process_label ul li img {
	width: 130px;
	aspect-ratio: 174 / 117;
	object-fit: cover;
	margin-bottom: 10px;
}
.process_label ul li p {
	font-size: 1.4rem;
}

#flow {
	color: #111;
}
.flow_item {
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
}
.flow_item + .flow_item {
	margin-top: 90px;
}
.flow_item > .cl3_7 {
	background: #fff;
	padding: 4rem 4rem;
	border: 1px solid #000;
	box-shadow: 10px 10px 0 rgba(255, 255, 255, .4);
}
.flow_items .flow_item:not(:last-child)::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -70px;
    background-color: #fff;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 90px;
    aspect-ratio: 2 / 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.flow_body {
	position:relative;
}
.flow_tail{
	position: absolute;
	transform:rotate(-15deg);
	top: -35px;
	left: -70px;
	width: 72px;
	height: 60px;
	background: url("../img/tail.png") no-repeat center / contain;
 	display: flex;
 	align-items: center;
 	justify-content: center;
}
.flow_tail span{
	color:#fff;
}
.flow_body .btn01{
	width:215px;
}
.flow_num > p {
	display: inline-block;
	color: #fff;
	background: var(--main-color);
	font-weight: 500;
	padding: 0 20px;
}
.flow_num_flex {
	gap: 0 20px;
} 
.flow_tags {
	display:flex;
	align-items:center;
	gap:10px;
}
.flow_tags li {
	background: var(--light-red-color);
    font-weight: 500;
    line-height: 1.5;
    padding: 2px 9px;
}
.flow_foot {
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	gap:15px;
}
.flow_body .btn01 {
	flex-shrink: 0;
}
.flow_note {
	background: var(--light-main-color);
	padding: 10px 14px;
}



/* =======================================
	取り扱い鋼材・在庫情報
========================================== */
.cl3_7 div img{
	width:100%;
}

.material_spec {
  	background: var(--light-main-color);
	padding: 2rem;
}
.material_spec .js-scrollable-inner {
	min-width: 980px;
}
.material_spec > dl {
	max-width: 950px;
	margin: 0 auto;
}
.spec_row {
	display: flex;
	align-items: center;
	padding: 1.5rem;
}
.spec_row + .spec_row {
	border-top: 1px solid #111;
}
.material_spec dl .spec_row:last-child {
	margin-bottom: 0;
}
.spec_row dt {
	flex-shrink: 0;
	font-weight: bold;
	text-align: center;
	width: 250px;
}
.spec_row dd {
	line-height: 1.8;
	width: 100%;
	margin: 0;
}
.spec_size_grid {
	display: grid;
	grid-template-columns: 160px 1fr 1fr;
	align-items: center;
	gap: 10px;
}
.spec_label {
	font-weight: bold;
}
.material_imgs img {
	width: calc(100%/3);
}
.material_items {
	display:flex;
	gap:32px 2%;
}
.material_item {
	width: 23.5%;
	display: flex;
	flex-direction: column;
	padding: 3px;
}
.material_item_inner {
	color: #111;
	height: 100%;
	border-radius: 20px 0 20px 0;
	overflow: hidden;
}
.material_item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.material_item_text {
	padding: 2rem 1.5rem;
}
.material_name {
	color: var(--main-color);
	line-height: 1.5;
	font-weight: 700;
	text-align:center;
	padding-bottom: 5px;
	margin-bottom: 1rem;
	border-bottom: 2px solid var(--main-color);
}
.stock_list {
	position: relative;
	background: url(../img/fv_img.webp) no-repeat center / cover;
}
.stock_list::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background: var(--main-color);
	opacity: .6;
}
.stock_list_inner {
	background: rgba(255, 255, 255, .9);
	padding: 0 2rem;
}
.stock_list .btn01_blue a {
	line-height: 1.3;
}



/* =======================================
	加工事例
========================================== */
.case_spec {
	background: var(--light-main-color);
	margin-top:2rem;
  	padding: 1.5rem 1.3rem;
  	text-align: left;
}
.case_spec ul li {
	display:flex;
	flex-wrap: wrap;
}
.case_spec ul li p:first-child {
	width:7em;
	flex-shrink:0;
}
.case_btn {
	position:relative;
    display: inline-flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
    color: #111;
    padding: 0.8em 10em;
    border-radius: 0.2em;
    border: 1px solid #000;
    letter-spacing: 0.1em;
    background-size: 0.5em;
    min-width: 215px;
    text-align: center;
}
.case_btn::after {
	content: "";
	position:absolute;
	right:24px;
	top:50%;
	transform:translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(../img/mi_external-link.png) no-repeat center / contain;
}
.case_items {
	display: flex;
	gap: 32px 2%;
}
.case_item {
	width: 32%;
	display: flex;
	padding-left: 5px;
	padding-bottom: 5px;
}
.case_items.two_column .case_item {
	width: 49%;
}
.case_item_inner {
	width: 100%;
	box-shadow: -5px 5px 0 var(--main-color);
	border: 1px solid #111;
}
.case_item_inner img {
	width: 100%;
}
.case_item_text {
	padding: 2rem 1.5rem;
}
.case_name {
	margin-bottom: 6px;
	text-align: center;
}
@media screen and (max-width: 1300px) {
	.case_spec {
		font-size: 14px;
	}
}



/* =======================================
	設備紹介
========================================== */
.cl4_6 div img {
	width: 100%;
}
#laser_machine {
	position: relative;
	overflow: hidden;
}
#laser_machine::before {
	content: '';
	display: block;
	position: absolute;
	top: -5rem;
    right: -8rem;
    width: 45rem;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	background: url(../img/favicon.png) center / contain no-repeat;
	opacity: .1;
}
#laser_machine,
#gas_machine,
#precision_machine {
	background: var(--light-main-color);
}
#laser_machine > .inner_1100,
#gas_machine > .inner_1100,
#precision_machine > .inner_1100 {
	padding: 4rem 3rem;
    border: 6px solid var(--main-color);
    background: #fff;
}
.facility_tab{
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 1.4rem;
	width: 100%;
}
.facility_tab li {
	display: flex;
    align-items: center;		
	justify-content: center;
	text-align: center;
	background: var(--main-color);
	width: calc((100% - 1.4rem * 2) / 3);
	padding: 3px;
	font-weight: bold;
}
.facility_tab li span {
	display: block;
	font-weight: 500;
	margin-top: .5rem;
}
.page_facility_items {
	display: flex; 
	justify-content: center;
	gap: 32px 2%;
}
.page_facility_items .page_facility_item {
	width: 32%;
}
.page_facility_item img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 1rem;
}
.page_facility_item_title {
	display: inline-block;
    color: #fff;
    background: var(--main-color);
    font-weight: 500;
    padding: 0 20px;
	margin-bottom: .5rem;
}
.facility_card {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	position: relative;
	background: #fff;
	color: var(--main-color);
	line-height: 1.5;
	padding: 0.6em 0.4em;
	width: 100%;
	height: 100%;
	min-height: 6.5em;
	border-radius: 16px 0 16px 0;
}
.facility_card::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 10rem;
    max-height: 90%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	background: url(../img/favicon.png) center / contain no-repeat;
	opacity: .1;
	user-select: none;
	pointer-events: none;
}
.spec_box {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 2rem;
	border: 3px solid var(--main-color);
}
.spec_box::before,
.spec_box::after {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	user-select: none;
	pointer-events: none;
}
.spec_box::before {
	top: -15px;
	left: -15px;
	border-top: 3px solid var(--main-color);
	border-left: 3px solid var(--main-color);
}
.spec_box::after {
	right: -15px;
	bottom: -15px;
	border-bottom: 3px solid var(--main-color);
	border-right: 3px solid var(--main-color);
}
.spec_title {
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
}
.spec_table {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0;
}
.spec_table th,
.spec_table td {
	padding: 8px 12px;
	font-size: 15px;
}
.spec_table th {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
.spec_table td {
	text-align: left;
}
.spec_note {
	display: inline-block;
	background: var(--light-main-color);
	padding: 5px 20px;
}
.spec_attention {
	text-align: center;
}




/* =======================================
	会社案内
========================================== */
.cl33 div img {
	width:100%;
}
.bg_w {
    background:#fff;
    padding:24px 36px;
}

.bg_w p {
	text-align: left;
}

.message_name {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 2rem;
}
.message_name .role {
	font-size: 16px;
	line-height: 1;
}
.message_name .name {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	margin-top: 1rem;
}

#philosophy {
	color: #111;
}
#philosophy > .inner_1100 {
	padding-right: 10px;
	padding-bottom: 10px;
}
.philosophy_inner {
	background-color: #fff;
	padding: 4rem 5rem;
	box-shadow: 10px 10px 0 rgba(255, 255, 255, .4);
}
.philosophy_inner_box {
	background: #fff;
	padding: 3rem 3rem 4rem;
	border: 3px solid var(--main-color);
}
.philosophy_inner_box + .philosophy_inner_box {
	margin-top: 3rem;
}
.philosophy_philosophy {
	margin-bottom: 3rem;
}
.philosophy_motto {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.philosophy_motto::before,
.philosophy_motto::after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30rem;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    background: url(../img/favicon.png) center / contain no-repeat;
    opacity: .1;
	user-select: none;
	pointer-events: none;
}
.philosophy_motto::before {
    left: -15rem;
}
.philosophy_motto::after {
    right: -15.3rem;
}
.motto_box {
	padding: 1rem 0 2rem;
}
.motto_box_title {
	color: var(--main-color);
	font-size: 43px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .2em;
	text-indent: .2em;
	text-shadow: 4px 4px 0 #D1D0E8;
	margin-bottom: 2rem;
}
.motto_box_text {
	display: inline-block;
	color: #fff;
	background: var(--main-color);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	padding: .5rem 2rem;
	box-shadow: 5px 5px 0 #D1D0E8;
}

.philosophy_mind {
	font-weight: 500;
	margin-top: 5rem;
}
.five_principles {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 0 13rem;
	margin:0 auto;
}
.five_principles::before,
.five_principles::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4rem;
}
.five_principles::before {
    background: url(../img/person3.png) no-repeat center / contain;
    left: -1rem;
    width: 10.8rem;
    aspect-ratio: 227 / 327;
}
.five_principles::after {
    background: url(../img/person4.png) no-repeat center / contain;
    right: -2rem;
    width: 14.6rem;
    aspect-ratio: 945 / 1027;
}
.five_principles li > p {
	display: flex;
	align-items: center;
	font-weight: 500;
}
.five_principles_list > li + li {
	margin-top: 1.5rem;
}
.five_principles p span {
	flex-shrink: 0;
	color: var(--main-color);
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .2em;
	padding: 5px 2rem 5px 1rem;
	border-left: 10px solid #D1D0E8;
}
@media screen and (max-width: 1024px) {
	.five_principles {
		padding: 0 10rem;
	}
	.five_principles::before {
		width: 7.8rem;
	}
	.five_principles::after {
		width: 11.6rem;
	}
	.five_principles p span {
		font-size: 28px;
		padding: 5px 1rem 5px 1rem;
	}
}

.philosophy_inner_box_column {
	display: flex;
	gap: 2rem;
	margin-top: 3rem;
}
.philosophy_inner_box_column > .philosophy_inner_box {
	width: calc((100% - 2rem)/2);
	padding: 2rem 2rem 3rem;
	margin-top: 0;
}
.philosophy_inner_box_list li {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: .5rem 2rem;
}
.philosophy_inner_box_list li + li {
	margin-top: 1rem;
}
.philosophy_vision {
	margin-top: 3rem;
}
.philosophy_vision_inner {
	display: flex;
	justify-content: center;
}
.philosophy_vision.long .text {
	min-width: 305px;
}
.philosophy_vision h4,
.philosophy_development h4,
.philosophy_policy h4 {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: .3rem;
	margin-bottom: 2rem;
	border-bottom: 4px solid #D1D0E8;
}
.philosophy_vision .title {
	flex-shrink: 0;
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	font-weight: 700;
	line-height: 1;
	padding: .5rem;
}
.philosophy_vision .text {
	line-height: 1.5;
	padding-top: .1rem;
	min-width: 240px;
}
.philosophy_development {
	margin-top: 3rem;
}
.philosophy_development .development_title {
	font-size: 24px;
	font-weight: 700;
}
.policy {
	background:#fff;
}
.philosophy_policy_column {
	font-weight: 500;
	padding: 1rem 2rem;
	border-bottom: 2px solid #D1D0E8;
}
.philosophy_policy h5 {
	flex-shrink: 0;
    font-weight: 700;
    font-size: 20px;
	line-height: 1;
	margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
	.philosophy_inner_box_column > .philosophy_inner_box {
		padding: 2rem 1.5rem 3rem;
	}
	.philosophy_vision .text,
	.philosophy_vision.long .text {
		font-size: 14.5px !important;
	}
}


.philosophy_book {
	color: var(--main-color);
	background: var(--light-main-color);
	font-weight: 500;
}
.corporate_book_column {
	display: flex;
	gap: 5rem;
}
.corporate_book_img {
	flex-shrink: 0;
	width: 210px;
	transform: rotate(-3deg);
}
.corporate_book_img img {
	width: 100%;
	vertical-align: bottom;
	transform: translateZ(0);
    backface-visibility: hidden;
    image-rendering: auto;
	box-shadow: 6px 6px 0 var(--main-color);
}
.corporate_book_column_title {
	font-size: 26px;
	font-weight: 900;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.certification_img {
	display:flex;
	justify-content:center;
}
.certification_img img {
	width:100%;
	border: 1px solid #D2D2D2;
}

.history_content {
	color: #111;
	margin-top: .7rem;
}
.history_content > .inner_1100 {
	background: #fff;
	padding: 4rem 3rem;
}
.history_timeline {
 	position: relative;
	max-width: 900px;
	padding-top: 2rem;
    margin: 0 auto;
}
.history_timeline::before {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 113px;
  	width: 2px;
  	height: 100%;
  	background: #d0d0d0;
}
.history_item {
  	display: flex;
  	gap: 80px;
  	padding-bottom: 40px;
  	position: relative;
}
.history_item:last-child {
  	padding-bottom: 0;
}
.history_year {
	position: relative;
 	color: var(--main-color);
	font-size: 22px;
 	font-weight: bold;
 	text-align: right;
 	width: 80px;
}
.history_year::before {
  	content: "";
  	position: absolute;
  	right: -40px;
  	top: 15px;
  	width: 12px;
  	height: 12px;
  	background: var(--main-color);
	border-radius: 50%;
	z-index:1;
}
.history_year::after {
	content:"";
	position:absolute;
	top:20px;
	left:calc(100% + 0.9rem);
	width:52px;
	border-top:2px dotted #cfcfcf;
}
.history_text {
 	margin-bottom: 10px;
  	line-height: 1.7;
}
.history_images {
	display: flex;
  	gap: 24px;
  	flex-wrap: wrap;
}
.history_images figure {
  	max-width: 300px;
}
.history_images img {
  	width: 100%;
  	display: block;
}
.history_images figcaption {
  	font-size: 1.3rem;
  	margin-top: 4px;
	text-align:center;
}


.access_content iframe {
	margin: 0 auto;
	width:100%;
	height:420px;
}
.access_content p {
	font-weight: 500;
}
.access_content .tel {
	font-size: 32px;
	margin-top: 1.5rem;
}



/* =======================================
	ESGの取り組み
========================================== */
.esg01 img {
	margin: 0 auto;
}
.esg_box {
	background: #fff;
	padding: 30px 15px;
	border: 5px solid var(--main-color);
	text-align: center;
}
.u_tit {
	display: flex;
}
.u_tit.esg_titleBox {
	position: relative;
}
.esg_titleBox .title03_box {
	width: 100%;
}
.esg_titleBox h3 {
	color: #fff;
    background: var(--main-color);
    line-height: 1;
    font-size: 30px;
    padding: .3rem 1rem 1rem;
    margin-bottom: 0;
}
.esg_titleBox h3::first-letter {
	display: inline-block;
	font-size: 1.5em;
	margin-right: 3px;
}
.esg_titleBox .sub_title {
	display: inline-block;
	color: #fff;
	background: #2C9A3D;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	min-width: 80px;
	padding: 8px 10px;
	vertical-align: bottom;
	text-align: center;
}
.esg03 .esg_titleBox .sub_title {
	background: #3991A8;
}
.esg04 .esg_titleBox .sub_title {
	background: #AE753B;
}
.u_tit .sdgsBox {
	display: flex;
	position: absolute;
	right: 1.5rem;
    bottom: 1rem;
}
.u_tit .sdgsBox li {
	margin-right: 1rem;
}
.u_tit .sdgsBox li:last-child {
	margin-right: 0;
}
.u_tit .sdgsBox li img {
	width: 70px;
	height: 70px;
}



/* =======================================
	採用情報
========================================== */
#contents.recruit .service_tab {
	position: relative;
	gap: 2rem 3rem;
	padding-left: 8rem;
	padding-right: 8rem;
}
#contents.recruit .service_tab::before,
#contents.recruit .service_tab::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
}
#contents.recruit .service_tab::before {
	background: url(../img/person3.png) no-repeat center / contain;
	left: -4rem;
    width: 10.1rem;
    aspect-ratio: 227 / 327;
}
#contents.recruit .service_tab::after {
	background: url(../img/person4.png) no-repeat center / contain;
	right: -7.4rem;
    width: 13.6rem;
    aspect-ratio: 945 / 1027;
	
}
@media screen and (max-width: 1300px) {
	#contents.recruit .service_tab {
		gap: 2rem 2.5rem;
		padding-left: 9.8rem;
		padding-right: 9.8rem;
	}
	#contents.recruit .service_tab::before {
		left: -3rem;
		width: 8.3rem;
	}
	#contents.recruit .service_tab::after {
		right: -4rem;
		width: 12.6rem;
	}
	#contents.recruit .service_tab li {
		width: calc((100% - 3rem) / 2);
		min-width: 170px;
	}
}

.philosophy_bg {
	position: relative;
	padding: 78px 0 38px;
	overflow: hidden;
}
.philosophy_bg::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 470px;
	aspect-ratio: 1 / 1;
	background: url(../img/favicon.png) no-repeat center / contain;
	opacity: 0.1;
	pointer-events:none;
}
.philosophy_bg > .inner_1100 {
	position: relative;
	padding-bottom: 5.1rem;
	z-index: 1;
}
.philosophy_bg .philosophy_title {
	display: inline-block;
	color: #fff;
	background-color: var(--main-color);
	font-size: 48px;
	font-weight: 400;
	letter-spacing: .06em;
	text-indent: .06em;
	line-height: 1.4;
	padding: 0 1.4rem;
	margin-bottom: 3.4rem;
}
.philosophy_bg_inner > p {
	line-height: 2.1;
}
.recruit_top1 {
	bottom: 24.5%;
    left: -5.5rem;
    width: 19.7rem;
    padding-top: 8px;
    padding-left: 7px;
}
.recruit_top1::before {
	content: "";
    position: absolute;
    width: 29%;
    aspect-ratio: 117 / 95;
    user-select: none;
    pointer-events: none;
	top: 0;
    left: 0;
    border-top: 3px solid var(--main-color);
    border-left: 3px solid var(--main-color);
	opacity: .5;
}
.recruit_top2 {
	bottom: 0;
    left: 4.7rem;
    width: 16.8rem;
    padding-right: 12px;
    padding-bottom: 7px;
}
.recruit_top2::before {
	content: "";
    position: absolute;
    width: 97%;
    aspect-ratio: 41 / 27;
    user-select: none;
    pointer-events: none;
	bottom: 0;
    right: 0;
    background: var(--main-color);
	opacity: .4;
}
.recruit_top3 {
	bottom: 7.5%;
    right: -2.7rem;
    width: 23rem;
	padding: 9px 9px 10px 8px;
}
.recruit_top3::before {
	content: "";
    position: absolute;
    width: 25%;
    aspect-ratio: 117 / 95;
    user-select: none;
    pointer-events: none;
	bottom: 0;
    right: 0;
    border-bottom: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
	opacity: .5;
}
.recruit_top3::after {
	content: "";
    position: absolute;
    width: 93%;
    aspect-ratio: 214 / 139;
    user-select: none;
    pointer-events: none;
	top: 0;
    left: 0;
    background: var(--main-color);
	opacity: .4;
}
.philosophy_bg_inner img {
	position: relative;
	width: 100%;
	vertical-align: bottom;
	z-index: 1;
}

#portrait {
	background: var(--gray-color);
}
.portrait_title {
	position: relative;
	font-size: 36px;
	text-align: center;
	padding-bottom: .57em;
}
.portrait_title_ja {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: var(--main-color);
	letter-spacing: .06em;
    text-indent: .06em;
}
.portrait_title_en {
	position: absolute;
	left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .1em;
	text-indent: .1em;
	white-space: nowrap;
	color: var(--main-color);
	opacity: .1;
}
.human_items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 1004px;
	margin: -1.1rem auto 0;
}
.human_img1 {
	width: 7.5rem;
    left: 19.8rem;
    bottom: 99.5%;
}
.human_img2 {
	width: 5.6rem;
    right: 19.8rem;
    bottom: 98.9%;
}
.human_box {
	width: calc((100% - 20px) / 2);
	background: var(--main-color);
  	padding: 5px;
}
.human_box h3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: var(--main-color);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	min-height: 2.1em;
	padding: .6rem 1.1rem;
	margin-bottom: .85rem;
}
/* .human_items > .human_box:first-child h3 {
	margin-bottom: 3rem;
}
.human_box h3 span + span {
	display: block;
	text-align: right;
	margin-top: -0.15em;
} */
.human_card {
	background: #fff;
	padding: 1.3rem 1.1rem;
	border-radius: 20px 0 20px 0;
	height: 100%;
}
.human_card p {
	font-weight: 500;
	line-height: 1.7;
}
/* 入社後に身につくこと */
.learn_items {
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
.learn_item {
	position: relative;
	width: calc((100% - 40px) / 3);
	background: var(--main-color);
	padding: 25px 15px;
}
.learn_item::before {
	content: '';
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 2px dashed #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	pointer-events: none;
}
.learn_title {
	background: #fff;
    border-radius: 10px 0 10px 0;
    text-align: center;
    min-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.learn_text {
	color: #fff;
}
@media screen and (max-width: 1200px) {
	.learn_item {
		width: calc((100% - 20px) / 2);
	}
}
.recruit_cards {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.recruit_card {
	position: relative;
	display: flex;
	flex-direction: column;
	color: #fff;
	background: var(--main-color);
	padding: 2.4rem 2.4rem 9.5rem;
	text-align: center;
	border: 1px solid #000;
	box-shadow: 11.82px 11.82px 70.94px 0 rgba(0, 27, 8, 0.09);
}
.recruit_card h3 {
	font-weight: 500;
	padding-bottom: 3px;
    border-bottom: 2px solid;
}
.recruit_card p {
	font-weight: 500;
	text-align: left;
}
.recruit_card .btn01 {
	position: absolute;
	left: 50%;
	bottom: 2.4rem;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.recruit_card img {
	margin: 0 auto 1rem;
}
.recruit_btn {
	margin-top: auto;
}
#culture {
	position: relative;
}
#culture .page_culture_bg_text1 {
    color: var(--main-color);
	font-size: 160px;
    line-height: 1;
    position: absolute;
    top: 50%;
	left: -10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    white-space: nowrap;
    pointer-events: none;
    writing-mode: vertical-rl;
    opacity: .15;
}
.recruit_table_box {
	background: #fff;
	padding: 5rem 5rem;
}
.recruit_table_title_box{
	gap: 0 5px;
	border-bottom: 5px solid var(--main-color);
}
.recruit_table_title_box h3 {
	color: var(--main-color);
	padding: 5px 30px;
	cursor: pointer;
	border: 2px solid var(--main-color);
	border-bottom: none;
}
.recruit_table_title_box h3.active {
	background: var(--main-color);
	color: #fff;
}
.recruit_table_wrap table {
	display: none;
}
.recruit_table_wrap table.active {
	display: table;
}


/* =======================================
	坂元鋼材の働き方
========================================== */
.cl6_4 div img {
	width: 100%;
}

.work_icons{
	gap: 15px;
}
.work_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: var(--main-color);
	font-weight: 500;
	width: 95px;
	height: 95px;
	box-shadow: inset 0px 12px 25px 5px rgba(0, 0, 0, 0.4);
	border: 1px solid #000;
	border-radius: 50%;
}

#step {
	color: #111;
}

.recruit_links .link_box {
	display: flex;
	align-items: center;
	justify-content: center;
}
.link_box.medium {
	max-width: 500px;
}
.link_box.large {
	position: relative;
	max-width: unset;
	color: #fff;
}
.link_box.large a {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 24px;
	height: 100px;
}
.link_box.center {
	width: 360px;
	height: 80px;	
	margin: 0 auto 24px;
}
.link_row {
	display: flex;
	gap: 7px;
	justify-content: center;
	margin: 0 auto;
}
.link_row .btn01 {
	font-size: 14px !important;
}
.link_row .btn01 a {
	padding: 9px 20px;
}
.link_row .btn01 a::before {
	width: 7px;
    height: 13px;
    right: 7px;
}
.link_row .link_box {
	flex: 1;
	max-width: 300px;
	height: 60px;
}
.entry_row {
	display: flex;
	gap: 24px;
	justify-content: center;
	margin-top: 40px;
}
.entry_btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	color: #fff;
	background: var(--red-color);
	font-weight: 500;
	max-width: 520px;
	height: 110px;
	border: 2px solid var(--red-color);
	border-radius: 100px;
	padding: 20px 60px 20px 32px;
}
.entry_btn:hover {
	color: var(--red-color);
	background: #fff;
}
.entry_btn .title {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.entry_btn.btn02:hover::after {
	border-left-color: var(--red-color);
}
.entry_btn .desc {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0;
}
.btn02 {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0.8em 1.5em;
}
.btn02::after{
	content:"";
	position:absolute;
	right:1.7em;
	top:50%;
	transform:translateY(-50%);
	width:0;
	height:0;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:10px solid #fff;
}
.btn03 {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0.8em 1.5em;
}
.btn03::after{
	content:"";
	position:absolute;
	right:1.7em;
	top:50%;
	transform:translateY(-50%);
	width:0;
	height:0;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:10px solid #000;
}
.external_btn {
	position:relative;
	padding-right:3.5em;
}
.external_btn::after{
	content:"";
	position:absolute;
	right:1.4em;
	top:50%;
	transform:translateY(-50%);
	width:16px;
	height:16px;
	background:url(../img/mi_external-link.png) no-repeat center / contain;
}



/* =======================================
	坂元鋼材で働く人たち
========================================== */
#voice {
	position: relative;
	overflow: hidden;
}
#voice::before {
	content: '';
    display: block;
    position: absolute;
    top: -5rem;
    right: -8rem;
    width: 45rem;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    background: url(../img/favicon.png) center / contain no-repeat;
    opacity: .1;
}
.staff_list > div {
	padding: 5rem;
    border: 6px solid var(--main-color);
    background: #fff;
}
.staff_list .year {
	display: inline-block;
	color: #fff;
	background: var(--main-color);
	line-height: 1;
	padding: 5px 10px;
}
.voice_text_item {
	margin-top: 30px;
}
.voice_text_item_title {
	margin-top: .5rem;
	margin-bottom: 2.5rem;
}
.daily_flow {
	padding: 4rem;
	margin-top: 3rem;
}
.daily_flow .title06 .sub .small {
	display: inline-block;
    font-size: .9em;
    padding: 0 1rem;
    margin-bottom: .35rem;
}
.daily_flow h3 {
	font-weight: bold;
}

.flow_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
}
.timeline {
	position: relative;
}
.timeline::before {
	content: "";
 	position: absolute;
  	left: 28px;
  	top: 0px;
  	width: 4px;
  	height: calc(100% - 30px); 
  	background: var(--main-color);
}
.timeline li {
	position: relative;
	display: flex;
	gap: 24px;
	margin-bottom: 32px;
}
.timeline li:last-child {
	margin-bottom: 0;
}
.timeline .time {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	border-radius: 50%;
	background: var(--main-color);
	color: #fff;
	font-weight: bold;
	z-index: 1;
	flex-shrink: 0;
}
.timeline .content h3 {
	color: var(--main-color);
	font-size: 2rem;
	line-height: 1.3;
	margin-top: 1.8rem;
}
.timeline .content h3 + p {
	margin-top: 1rem;
}
.timeline .content p {
	font-size: 14px;
}

.day_flow_img img {
	width:100%;	
}
.day_flow_img img + img {
	margin-top: 40px;
}
.interview_block {
	margin-top:40px;
}
.interview_talk {
	margin:0;
	padding:0;
}
.talk_item {
	display:flex;
	align-items:flex-start;
	gap:10px;
	margin-bottom:16px;
}
.talk_name {
	min-width: 80px;
	background: var(--main-color);
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 10px;
	text-align: center;
	font-weight: bold;
}
.talk_name_r {
	background: var(--red-color);
}
.talk_text {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 2px;
}
.video_item iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}


/* =======================================
	働く環境と制度
========================================== */
.welfare_items {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.welfare_item {
	display: flex;
	flex-direction: column;
	background: #fff;
	width: calc((100% - 48px)/3);
	padding: 1.5rem 1.25rem;
	text-align: center;
	min-height: 150px;
	border: 3px solid var(--main-color);
}
.welfare_item h3 {
	line-height: 1.5;
	margin-bottom: 12px;
	background: var(--main-color);
	color: #fff;
}
.welfare_item_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.welfare_item_content:has(.welfare_comment) {
	margin-top: 2rem;
}
.welfare_comment {
	align-items: flex-start;
	justify-content: flex-end;
	height: 50%;
	margin-top: 1rem;
}
.welfare_comment_text {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 15px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	background: var(--light-main-color);
	border-radius: 10px;
}
.welfare_comment_text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid var(--light-main-color);
}
.welfare_comment_img {
	flex-shrink: 0;
	width: 50px;
}
.welfare_comment_img img {
	width: 100%;
	vertical-align: bottom;
}
.welfare_item p {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
}
.welfare_event {
	display: flex;
	gap: 24px;
	position: relative;
	background: #fff;
	max-width: 900px;
	padding: 24px;
	margin: 50px auto 0;
	border: 3px solid var(--main-color);
}
.welfare_event::before,
.welfare_event::after {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	z-index: 2;
}
.welfare_event::before {
	top: -15px;
	left: -15px;
	border-top: 4px solid var(--main-color);
	border-left: 4px solid var(--main-color);
}
.welfare_event::after {
	bottom: -15px;
	right: -15px;
	border-bottom: 4px solid var(--main-color);
	border-right: 4px solid var(--main-color);
}
.event_img {
	flex-shrink: 0;
	width: 35%;
}
.event_img img {
	width:100%;
}
.event_text h3 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.event_note {
	margin-top: 10px;
	background: var(--light-red-color);
	border-radius: 10px;
	padding: 10px;
}
.event_note ul li {
	position: relative;
	line-height: 1.5;
	padding-left: 1.3rem;
}
.event_note ul li + li {
	margin-top: .5rem;
}
.event_note ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: .55em;
	left: 0;
	width: 6px;
	aspect-ratio: 1 / 1;
	background: #111;
	border-radius: 50%;
}
@media screen and (max-width: 1300px) {
	.welfare_comment_img {
		width: 45px;
	}
	.welfare_item p {
		font-size: 13px;
	}
	.welfare_item h3 {
		font-size: 20px !important;
	}
}
.learning_card {
	text-align:center;
}
.learning_img {
	width:100%;
	margin-bottom:20px;
}
.learning_title {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: var(--main-color);
	color: #fff;
}
.learning_text {
	font-size:1.4rem;
	margin-bottom:20px;
}
.learning_tags {
	display: flex;
	justify-content: center;
	gap: 7px;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.learning_tags li{
	background: var(--light-main-color);
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    min-width: 120px;
    min-height: 72px;
    padding: 10px;
    border: 2px solid var(--main-color);
    border-radius: 7px;
	
}
.learning_tags li span {
	display: inline-block;
	font-size: .9em;
	font-weight: normal;
	margin-top: 3px;
}


/* =======================================
	数字で見る
========================================== */
.numbers_items {
	--gap: 5%;
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 5%;
}
.numbers_item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: calc((100% - var(--gap))/2);
	padding: 2rem 3rem;
	border: 3px solid var(--main-color);
	box-shadow: 11.82px 11.82px 70.94px 0 rgba(0, 27, 8, 0.09);
}
.numbers_item_human1 {
	width: 8.5rem;
    left: -4rem;
    bottom: -2rem;
	z-index: 1;
}
.numbers_item_human2 {
	width: 8.5rem;
    right: -3rem;
    bottom: -3rem;
	z-index: 1;
}
.numbers_item_human3 {
	width: 9.5rem;
    right: -4rem;
    bottom: -1rem;
    z-index: 1;
}
.numbers_item.long {
	width: 100%;
}
.numbers_item_title {
	font-size: 26px;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.5rem;
}
.numbers_item_title span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}
.numbers_item .numbers_item_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.numbers_item .numbers_item_content:has(.comment_board) {
	width: 100%;
}
.numbers_item_content .comment_board {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	gap: 15px;
	width: 100%;
	height: 100%;
	padding: 7px;
	background-color: #fff;
    background-image: radial-gradient(circle, var(--light-main-color) 2.5px, transparent 2.5px);
    background-position: 0 0;
    background-size: 20px 20px;
	overflow: hidden;
}
.comment_board .bubble_comment {
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	background: #fff;
	font-weight: 700;
	text-align: center;
	color: var(--main-color);
	max-width: 220px;
	padding: 12px 18px;
	margin-bottom: 10px;
	box-shadow: 3px 5px 15px rgba(52, 52, 121, 0.1);
	border: 1px solid var(--main-color);
	border-radius: 18px;
}
.bubble_1 {
	transform: rotate(-2deg);
}
.bubble_1.bubble_comment::before,
.bubble_1.bubble_comment::after {
	transform: rotate(2deg);
}
.bubble_2 {
	transform: rotate(3deg);
	margin-top: 10px;
}
.bubble_2.bubble_comment::before,
.bubble_2.bubble_comment::after {
	transform: rotate(-3deg);
}
.bubble_3 {
	transform: rotate(-1deg);
}
.bubble_3.bubble_comment::before,
.bubble_3.bubble_comment::after {
	transform: rotate(1deg);
}
.bubble_4 {
	transform: rotate(2deg);
	margin-bottom: 20px;
}
.bubble_4.bubble_comment::before,
.bubble_4.bubble_comment::after {
	transform: rotate(-2deg);
}
.bubble_5 {
	transform: rotate(-3deg);
}
.bubble_5.bubble_comment::before,
.bubble_5.bubble_comment::after {
	transform: rotate(3deg);
}
.bubble_comment::before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 19px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 12px solid var(--main-color);
}
.bubble_comment::after {
	content: '';
	position: absolute;
	bottom: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #fff;
}
.numbers_item .numbers_item_content:has(.impression_column) {
	width: 100%;
}
.impression_column {
	width: 100%;
	gap: 1.5rem 2rem;
}
.impression_column_item {
	display: flex;
    flex-direction: column;
    align-items: center;
	background: rgb(255 247 237);
	width: calc((100% - 2rem)/2);
	padding: 2rem 3rem;
}
.impression_column_item.hard {
	background: #e3f2fd;
}
.impression_column_item h4 {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1rem;
}
.impression_column_item ul li {
	position: relative;
	line-height: 1.5;
	padding-left: 1.2em;
}
.impression_column_item ul li + li {
	margin-top: .7rem;
}
.impression_column_item ul li::before {
	content: '';
	position: absolute;
	top: .6em;
	left: .1em;
	width: .5em;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #f39800;
}
.impression_column_item.hard ul li::before {
	background: #3b82f6;
}
.impression_column_item_box {
	position: relative;
    font-size: 14px;
	line-height: 1.6;
    padding: .5rem 2rem;
    margin-top: 1.5rem;
    background: #fff;
    border: 2px solid var(--main-color);
}
.ranking_box {
	width: 100%;
	margin-bottom: 4rem;
}
.ranking_box_item {
	display: flex;
	align-items: center;
    gap: 15px;
}
.ranking_box_item + .ranking_box_item {
	margin-top: 20px;
}
.ranking_box_item_num {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--main-color);
    color: #fff;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
.ranking_box_item_num p {
	font-size: 20px;
	line-height: 1;
	width: 1.8em;
	margin-bottom: 1px;
}
.ranking_box_item_content {
	width: 100%;
}
.ranking_box_item_label {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	gap: 0 15px;
    margin-bottom: 4px;
}
.ranking_box_item_label .ranking_box_item_label_title {
	color: var(--main-color);
	font-weight: 700;
}
.ranking_box_item_label .ranking_box_item_label_percent {
	color: var(--main-color);
	font-size: 16px;
}
.ranking_box_item_bar .bar_fill {
    position: relative;
	width: 100%;
	height: 12px;
	background-color: var(--gray-color);
	border-radius: 100px;
	overflow: hidden;
}
.ranking_box_item_bar .bar_fill::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 12px;
	background-color: var(--main-color);
	border-radius: 100px;
}
.ranking_box_item.first .ranking_box_item_bar .bar_fill::before {
	width: 81.8%;
}
.ranking_box_item.second .ranking_box_item_bar .bar_fill::before {
	width: 63.6%;
}
.ranking_box_item.third .ranking_box_item_bar .bar_fill::before {
	width: 54.5%;
}
.feature_box_items {
    margin-bottom: 3rem;
}
.feature_box_items li {
    position: relative;
	display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
	text-align: left;
    padding: 20px;
    border: 3px solid var(--main-color);
}
.feature_box_items li + li {
	margin-top: 1.3rem;
}
.feature_icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 50px;
    height: 50px;
    background: var(--main-color);
}
.feature_box_items .feature_text p {
	color: var(--main-color);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	text-align: left;
}
.feature_box_items .feature_text span {
	top: -16px;
    right: -13px;
	display: inline-block;
	color: #fff;
	background-color: var(--red-color);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: .5rem 1.5rem;
	margin-top: .5rem;
	border-radius: 50px;
	transform: rotate(3deg);
}
.feature_icon img {
	width: 80%;
	vertical-align: bottom;
}
p.reason_text {
	color: var(--main-color);
	background-color: var(--light-main-color);
	font-weight: 500;
	line-height: 1.6;
	padding: .5rem 2rem;
}
p.reason_text + p.reason_text {
	margin-top: 1rem;
}
.numbers_item_content p {
	font-weight: 500;
	text-align: center;
}
.number_img {
	width: 80%;
	aspect-ratio: 64 / 45;
	object-fit: contain;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}


/* =======================================
	お問い合わせ
========================================== */
.contact_top_box {
	flex-wrap: wrap;
	gap: 1.5rem 3rem;
	background-color: #EBE9E9;
	padding: 3rem;
}
.contact_top_box .title06 {
	width: 100%;
}
.contact_top_box .title06::after {
	display: none;
}
.contact_top_box h2 {
	width: 100%;
}
.contact_top_btn {
	position: relative;
	color: #111;
	background: var(--main-color);
	width: calc((100% - 3rem)/2);
	padding: 6px;
	transition: all .3s;
}
.contact_top_btn[href]:hover {
	opacity: .7;
}
.contact_top_btn::before {
	content: '';
	display: block;
	position: absolute;
	bottom: calc(100% - 3px);
    background-repeat: no-repeat;
    background-size: contain;
	user-select: none;
	pointer-events: none;
}
.contact_top_btn.tel::before {
	left: 0;
	background-image: url(../img/person1.png);
	width: 7rem;
	aspect-ratio: 1035 / 1846;
}
.contact_top_btn.fax::before {
	right: 1.5rem;
	background-image: url(../img/person2.png);
	width: 5.5rem;
	aspect-ratio: 763 / 1832;
}
.contact_top_btn_inner {
	display: block;
	background: #fff;
	padding: 2rem 3rem;
	height: 100%;
	border-radius: 20px 0 20px 0;
}
.contact_top_btn_num,
.contact_top_btn_num .icon {
	display:flex;
	justify-content:center;
	align-items:center;
}
.contact_top_btn_num .icon {
	margin-right: 1rem;
}
.contact_top_btn_num .icon svg {
	width: 3rem;
	fill: var(--main-color);
}
.contact_top_btn_num p {
	color: var(--main-color);
	font-size: 40px;
	font-weight: 900;
	line-height: 1;
}
.contact_top_btn_info {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-top: 5px;
}
.contact_table_box td:has(input[type="radio"]) {
	display:flex;
	flex-direction:column;
}
.contact_table_box td:has(input[type="radio"]) label.last {
	order: 5;
}
form#mailformpro label {
	white-space: normal !important;
}
.mfp_element_all {
	max-width: 100% !important;
}
.submit_box {
	display: block;
	position: relative;
	max-width: 300px;
	margin: 0 auto;
    text-align: center;
}
.submit_box::before {
	content: '';
    width: 10.5px;
    height: 16.5px;
    background: url('../img/btn_arrow_white.png') center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
}
.submit_box:has(input[type="submit"]:hover)::before {
	background: url('../img/btn_arrow_blue.png') center / contain no-repeat;
}
.submit_box input[type="submit"] {
    display: block;
    color: #fff;
    background: var(--main-color);
	font-weight: 500;
	width: 100%;
	max-width: unset !important;
    padding: 12px 20px;
    padding-right: 40px;
	border: 1px solid var(--main-color);
	border-radius: 0;
	transition: all .3s;
}
.submit_box input[type="submit"]:hover {
    color: var(--main-color);
    background: #fff;
}


/* =======================================
	新着情報
========================================== */
.news_tab_list {
	display:flex;
	gap:12px;
}
.news_tab_item {
	flex:1;
}
.news_tab_item a {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:8px 20px;
	background:var(--main-color);
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.news_tab_item a:hover {
	opacity:.7;
}
.news_item {
	padding:30px 0;
	border-bottom:1px solid #ddd;
}

.news_main_body {
	display: flex;
	gap: 0 5rem;
}
.news_main_body > * {
	width: 100%;
}
.news_main_body > *.news_side {
	flex-shrink: 0;
	width: 200px;
}
.news_side .news_search_box,
.news_side .news_cat_box,
.news_side .news_month_box {
	padding: 1.5rem 1rem;
}
.news_side .news_cat_box,
.news_side .news_month_box {
	border-top: 1px solid #111;
}
.news_side .news_side_title {
	font-weight: 700;
	margin-bottom: 5px;
}
.news-category-list li + li,
.news-archive-list li + li {
	margin-top: 5px;
}
.news-archive-list li {
	transition: opacity 0.3s ease, height 0.3s ease;
}
.news-archive-list .is-hidden {
	display: none;
}
.archive-toggle-btn {
	display: block;
	color: #fff;
	background-color: var(--main-color);
	width: 100%;
	padding: 5px 10px;
	margin-top: 1rem;
	border: 1px solid var(--main-color);
	border-radius: 100px;
	cursor: pointer;
	transition: all .3s;
}
.archive-toggle-btn:hover {
	color: var(--main-color);
	background-color: #fff;
}
.news_side a {
	display: block;
	color: var(--black-color);
	font-size: 14px;
	line-height: 1.5;
	padding: 1px 3px;
	transition: all .3s;
}
.news_side a:hover {
	opacity: .5;
}
.news_side .cat-parent a {
	color: #fff;
	background-color: var(--main-color);
}
.news_side .cat-child a {
	margin-left: 1em;
}
.news_head {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	margin-bottom: 5px;
}
.news_title {
	margin-bottom:15px;	
}
.news_body {
	display:flex;
	align-items: flex-start;
	gap:20px;
}
.news_body {
	display:flex;
	gap:20px;
}
.day {
	font-size:16px;
	font-weight: 500;
}
.tag {
	margin-left:8px;
}
.tag a {
	display: inline-block;
	color: #fff;
	background: var(--main-color);
	font-size: 14px;
	font-weight: 500;
    line-height: 1.3;
	padding: 4px 5px;
}
.tag.tag-child a {
	color: #111;
	background: var(--gray-color);
}
.news_thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--gray-color);
	width: 200px;
}
.news_thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}
.news_item_title {
	margin-bottom: 10px;
}
.news_item_title a {
	font-size: 20px;
	color: #111;
	transition: all .3s;
}
.news_item_title a:hover {
	color: var(--main-color);
}
.news_text {
	flex:1;
	position:relative;
}
.news_btn {
	margin-top:15px;
	text-align:right;
}
.more_btn {
	position: relative;
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid #111;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #111;
	transition: all .3s;
}
.more_btn::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #111;
	transition: all .3s;
}
.more_btn:hover {
	color: #fff;
	background: #111;
}
.more_btn:hover::after {
	border-color: transparent transparent transparent #fff;
}
.news_item .btn05 {
	max-width: 180px;
	margin-right: 0;
}
.news_item .btn05 a {
	padding: 5px 35px;
}
.news_item .btn05 a::before {
	right: 13px;
}

.searchBox .vkfs__label-name {
	display: none;
}
.search_box > .wp-block-group__inner-container {
	position: relative;
	display: flex;
    align-items: center;
}
.search_box .vk-filter-search {
	display: flex;
    width: 100%;
    margin-bottom: 0 !important;
}
.search_box .vk-filter-search > .vkfs__labels > .vkfs__outer-wrap {
	margin: 0 !important;
}
.search_box .vk-filter-search > .vkfs__labels {
	display: block;
    font-size: 16px;
    width: 100%;
}
.search_box .vkfs input[type=text],
.search_box .vkfs select {
	border-radius: 0;
}
.search_box .vk-filter-search > .vkfs_submit.btn[type=submit] {
	flex-shrink: 0;
    color: #fff;
    background-color: #111;
    font-size: 16px;
    text-indent: -99999px;
    width: 33.5px !important;
	aspect-ratio: 1 / 1;
	padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.search_box svg {
	position: absolute;
	top: 50%;
	right: 8.75px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 16px;
	z-index: 1;
	user-select: none;
	pointer-events: none;
}
.search_box svg path {
	fill: #fff;
}

.search_result_count {
	color: #fff;
	background-color: var(--main-color);
	padding: 3rem;
}


/* =======================================
	新着情報詳細
========================================== */
.single_inner {
	margin:60px auto 100px;
}
.single_day {
	font-weight: 500;
	margin-right:10px;
}
.single_title {
	font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.single_pager {
	display:flex;
	justify-content:space-between;
	margin: 6rem 0 2rem;
}
.single_pager a {
	display: inline-block;
	position: relative;
	color: #111;
	background: var(--gray-color);
	font-size: 14px;
	padding: 8px 35px;
	transition: all .3s;
}
.single_pager a:hover {
	opacity: .7;
}
.single_pager .single_prev a {
    padding-right: 20px;
}
.single_pager .single_next a {
    padding-left: 20px;
}
.single_pager a::before {
	content: '';
    width: 8px;
    aspect-ratio: 16 / 25;
    background: url(../img/btn_arrow_black.png) center / contain no-repeat;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.single_pager .single_prev a::before {
    left: 20px;
	transform: translate(-50%, -50%) scale(-1, 1);
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    -ms-transform: translate(-50%, -50%) scale(-1, 1);
}
.single_pager .single_next a::before {
    right: 20px;
}
.single_back{
	text-align:center;
}
.back_btn {
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding:10px 50px;
	background: var(--main-color);
	border:1px solid var(--main-color);
	color:#fff;
	font-weight:bold;
	transition: all .3s;
}
.back_btn::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
}
.back_btn a {
	color: #fff;
}
.back_btn:hover {
	opacity:0.7;
}

.blog .entry_btn {
	max-width: 330px;
    height: auto;
	padding: 10px 50px;
	transition: all .3s;
}
.blog .entry_btn:hover {
	opacity: .6;
}
.blog .entry_btn .desc {
	font-size: 12px;
}
.blog .entry_btn .title {
	font-size: 20px;
}





