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

	reset CSS

========================================== */
html {
  scroll-behavior: smooth;
}

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

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

body {
	font-size: 13px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	/* 	font-family: "Jost", sans-serif; */
}
.font_jost {
	font-family: "Jost", sans-serif;
}

* html body {
  font-size: small;
}

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

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

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

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

li {
  list-style: none;
}

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

b,
strong {
  font-weight: bold;
}

sup {
  vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
	line-height: 1.1;
}

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

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

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

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

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

th,
td {
  text-align: left;
}

caption {
  text-align: left;
}

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

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

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

input,
select,
textarea {
  font-size: 100%;
/*   font-family: Verdana, Helvetica, sans-serif; */
	font-family: "Zen Kaku Gothic Antique", 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(--sub-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;
}

.ls12 {
	letter-spacing: 0.12em;
}
.ls10 {
	letter-spacing: 0.1em;
}
.ls0 {
  letter-spacing: 0;
}
.ls8 {
  letter-spacing: 0.08em;
}
.ls6 {
  letter-spacing: 0.06em;
}
.ls05 {
	letter-spacing: 0.05em;
}
.ls4 {
  letter-spacing: 0.04em;
}
.ls3 {
  letter-spacing: 0.03em;
}
.ls2 {
  letter-spacing: 0.02em;
}
.ls1 {
  letter-spacing: 0.01em;
}

.lh0 {
  line-height: 0%;
}

.lh100 {
  line-height: 100%;
}

.lh120 {
  line-height: 120%;
}

.lh130 {
  line-height: 130%;
}

.lh140 {
  line-height: 140%;
}

.lh150 {
  line-height: 150%;
}

.lh200 {
  line-height: 200%;
}

.lh220 {
  line-height: 220%;
}
.lh225 {
  line-height: 225%;
}

.lh240 {
  line-height: 240%;
}

/* 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: #E53C30 !important;
}

.blue {
  color: var(--main-color) !important;
}

.white {
  color: #fff !important;
}

.beni {
  color: #ff5c5c !important;
}

.orange {
  color: #f88f03 !important;
}

.float_l,
.fl {
  float: left;
}

.float_r,
.fr {
  float: right;
}

.rela {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c_tit {
  font-size: 20px;
}

.link_row {
	display: flex;
    gap: 7px;
    justify-content: center;
    margin: 0 auto 20px;
}
.link_row .btn01 {
	font-size: 18px !important;
}
.link_row .btn01 a {
	padding: 9px 20px;
}
.link_row .btn01 a::before {
	width: 17px;
    height: 11px;
    right: 7px;
}
.btn01 {
	max-width: 350px;
    width: 100%;
    margin: 0;
}
.btn01-right {
	margin-right: 0;
}
.btn01-left {
	margin-left: 0;
}
.big_btn {
	max-width: 350px;
}
.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.gray a {
	background-color: var(--gray-color);
	border-color: var(--gray-color);
}
.btn01 a::before {
	content: '';
    width: 10.5px;
    height: 16.5px;
    background: url('../img/btn07_arrow.png') center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    transition: all .3s;
}
.btn01.arrow_bottom a::before,
.btn01.arrow_bottom span::before {
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
}
.big_btn a {
	padding: 1.2rem 0;
}

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


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

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

.btn02 {
  display: inline;
}

.btn02 a {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

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

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

.w_4em {
  width: 4em;
}

.w_45em {
  width: 4.5em;
}

.w_5em {
  width: 5em;
}

.w_6em {
  width: 6em;
}

.w_7em {
  width: 7em;
}

.w_8em {
  width: 8em;
}

.w_9em {
  width: 9em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner_800 {
  max-width: 800px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.inner_856 {
  max-width: 856px !important;
  position: relative;
  width: 88%;
  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_1084 {
  max-width: 1084px !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;
}

.sp {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

.note {
  font-size: 1.4rem;
}

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

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

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

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

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

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

.txt_shinfo {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_wrp.changed {
  display: block;
}

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

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

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

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

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

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

#totop span {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#pager .next::before,
#pager .prev::before {
	content: "";
	background: url(../img/btn07_arrow.png) center / contain no-repeat;
    position: absolute;
    width: 15px;
    height: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#pager .next:hover::before,
#pager .prev:hover::before {
	background: url(../img/btn06_arrow.png) center / contain no-repeat;
}

#pager .next,
#pager .prev {
	position: relative;
}


#pager .prev:before {
  transform: translate(-50%, -50%) rotateY(180deg);
}

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

.absolute {
	position: absolute;
}

/* =======================================
	共通
========================================== */
:root {
	--main-color: #005BAC;
	--sub-color: #E53C30;
	--font-color: #333;
	--gray-color: #ebe9e9;
}
.main_color {
	color: var(--main-color);
}
body {
	position: relative;
}
.txtCenter {
	text-align: center;
}
.fix_recruit_btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	max-width: 160px;
	z-index: 5;
}
.fix_recruit_btn img {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .2));
}
.reverse {
	flex-direction: row-reverse;
}

/* タイトル */
.title01_box {
	position: relative;
	font-size: 35px;
	padding-left: 94px;
	padding-top: 10px;
	padding-bottom: 25px;
}
.title01_box.red {
	color: #333 !important;
}
.title01_box::before {
	content:"";
	width: 215.22px;
	height: 97px;
	position: absolute;
	top: 0;
    left: -4px;
	pointer-events: none;
}
.title01_box.white::before {
	background: url('../img/title01_bg_white.png') center / contain no-repeat;
}
.title01_box.red::before {
	background: url('../img/title01_bg_red.png') center / contain no-repeat;
}
.sub_title01 {
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
.title01 {
	font-size: 1em;
	line-height: 1.2;
	letter-spacing: 0.04em;
	margin-top: 6px;
}

.title02_box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title02_box img {
	width: calc((100% - 375px) / 2);
}

.title03 {
    font-size: 42px;
}

.title04 {
	border-bottom: 1px solid #333;
}

.title05 {
	position: relative;
	padding-bottom: 10px;
}
.title05::before {
	content: '';
	width: 90px;
	height: 2px;
	border-radius: 9999px;
	background: var(--sub-color);
	position: absolute;
	bottom: 0;
	left: 0;
}
.title05 span {
	font-size: 42px;
}

.title06 .main {
	font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-align: center;
}
.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.white .sub,
.title06.white .main {
	color: #fff;
}
.title06 .sub::before,
.title06 .sub::after {
	content: '';
    width: 2px;
    height: .9em;
    background: var(--main-color);
    position: absolute;
    bottom: 2px;
}
.title06.white .sub::before,
.title06.white .sub::after {
	background: #fff;
}
.title06 .sub::before {
    left: 0;
    transform: rotate(-30deg);
}
.title06 .sub::after {
    right: 0;
    transform: rotate(30deg);
}
@media screen and (max-width: 1024px) {
	.title01_box {
		font-size: 28px;
		padding-left: 70px;
		padding-top: 6px;
	}
	.title01_box::before {
		width: 157px;
		height: 73px;
	}
	.sub_title01 {
		font-size: 13px;
	}
}

/* ボタン */
.btn05 {
	display: flex;
	justify-content: flex-end;
}
.btn05 a {
	position: relative;
    padding: 3px 10px 10px;
    padding-left: 49px;
    display: block;
    min-width: 150px;
    letter-spacing: 0.04em;
}
.btn05 a::before {
	content: '';
	width: 39px;
	height: 39px;
	background: url('../img/btn05_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: left .3s;
}
.btn05 a::after {
	content: '';
	width: 98px;
	height: 5px;
	background: url('../img/btn05_wave.png') center / contain no-repeat;
	position: absolute;
	left: 49px;
	bottom: 5px;
}
.btn05.blue a::before {
	background: url('../img/btn05_arrow_blue.png') center / contain no-repeat;
}
.btn05.blue a::after {
	background: url('../img/btn05_wave_blue.png') center / contain no-repeat;
}
.btn05 a:hover::before {
	left: 5px;
}

.btn06_items {
	gap: 10px 30px;
	justify-content: center;
}
.btn06 {
	max-width: 351px;
	width: 100%;
}
.btn06 a {
	position: relative;
	display: block;
	width: 100%;
	background: var(--main-color);
	border-radius: 999px;
	padding: 25px 40px;
}
.btn06 a::before {
	content: '';
	width: 17px;
	height: 11px;
	background: url('../img/btn06_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 21px;
	transform: translateY(-50%);
	transition: right .3s;
}
.btn06 a:hover::before {
	right: 15px;
}
.btn06 a.blue {
	background: #fff;
}
.btn06 a.blue::before {
	background: url('../img/btn07_arrow.png') center / contain no-repeat;
}

.btn07 a {
	position: relative;
	display: block;
	width: 100%;
	padding: 23px 50px;
	border-radius: 10px;
	border: 1px solid var(--main-color);
	background: #fff;
}
.btn07 a::before {
	content: '';
	width: 17px;
	height: 11px;
	background: url('../img/btn07_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 36px;
	transform: translateY(-50%);
	transition: right .3s;
}
.btn07 a:hover::before {
	right: 30px;
}

.mail_btn a {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--sub-color);
    padding: 15px 10px;
    border-radius: 5px;
}
.mail_btn a::before {
	content: '';
	width: 24px;
	height: 18.5px;
	background: url('../img/contact_mail_icon.png') center / contain no-repeat;
}
@media screen and (max-width: 1024px) {
	.btn06_items .btn06 {
		max-width: 47.5%;
	}
	.btn06 a {
		padding: 17px 30px;
	}
	.btn06 a::before {
		right: 13px;
		width: 13px;
		height: 9px;
	}
}

/* パンくず */
.breadcrumb_box {
	padding: 8px 10px;
/* 	margin-bottom: 60px; */
}
.breadcrumb_box a {
	position: relative;
	display: inline-block;
	margin-right: 29px;
	font-weight: 500;
	color: var(--main-color);
}
.breadcrumb_box a::before {
	content: '';
	width: 3px;
    height: 3px;
	border: 0;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	margin: auto;
}


/* ページヘッダー */
.single_mv_box {
	position: relative;
    width: 100vw;
    margin: auto calc(50% - 50vw);
}
.single_mv_title {
	font-size: 2.916vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 3.33vw 1.66vw;
}
.single_mv_img img {
	width: 100%;
	aspect-ratio: 192 / 35;
	object-fit: cover;
}

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

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

.table02 {
    text-align: center;
    border-collapse: collapse;
	max-width: 800px;
	margin: 0 auto;
}
.table02 tr:first-child th {
	padding: 3px 1rem;
    border: solid 1px #000;
    background: var(--main-color);
    color: #fff;
}
.table02 th,
.table02 td {
	font-size: 16px;
	font-weight: 500;
	width: 50%;
	text-align: center;
	padding: 10px 15px;
}
.table02 td {
	border: 1px solid #000;
}

.table03 {
	border-collapse: collapse;
	width: 100%;
	max-width: unset;
}
.table03 tbody,
.table03 tr {
    width: 100%;
}
.table03 tr {
	border-bottom: 1px solid #333;
}
.table03 tr:first-child {
	border-top: 1px solid #333;
}
.table03 th,
.table03 td {
	padding: 10px;
	border: none;
}
.table03 th {
	font-weight: bold;
	width: 120px;
}
.table03 td {
	font-weight: 500;
	width: calc(100% - 120px);
}

.table04 {
	border-collapse: collapse;
	width: 100%;
	max-width: unset;
/* 	border: 1px solid var(--main-color); */
	border: 1px solid #111;
}
.table04 tbody,
.table04 tr {
    width: 100%;
}
.table04 tr:last-child th {
	border-bottom: 1px solid #111;
}
.table04 th {
	font-weight: bold;
	padding: 15px 2.5%;
	width: 23%;
	background: var(--main-color);
	color: #fff;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
.table04 td {
	font-weight: 500;
	padding: 15px 2.5%;
	width: 77%;
/* 	border-bottom: 1px solid var(--main-color); */
	border-bottom: 1px solid #111;
}
.table04 a {
	color: var(--main-color);
	text-decoration: underline;
}
.table_tabs {
	gap: 0 10px;
}
.table_tab {
	min-width: 240px;
	padding: 10px 15px;
	background: #fff;
	color: var(--main-color);
	border: 1px solid #111;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	transition: all .3s;
}
.table_tab:hover,
.table_tab.active {
	background: var(--main-color);
	color: #fff;
}
.tab_table_item {
	transition: all .3s;
	opacity: 0;
	display: none;
}
.tab_table_item.active {
	display: block;
	opacity: 1;
}
.tab_table_item:has(.entry_job_alart) {
	border: 1px solid #000;
	padding: 3rem 2rem;
}

/* =======================================
	ヘッダー
========================================== */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.header_logo {
	max-width: 259px;
}
.header_nav {
	padding: 10px 40px;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: background .3s;
}
.scrolled .header_nav {
	background: rgba(195, 227, 255, .8);
}
.header_menu_box {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.menu_box ul {
	display:flex;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
}
.info_menu_lists {
	justify-content: flex-end;
	gap: 10px 20px;
	margin-bottom: 5px;
}
.info_menu_lists a {
	position: relative;
	display: flex;
	gap: 0 9px;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 3px 10px;
	border-radius: 5px;
}
.info_menu_lists a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.news_btn a {
	background: #fff;
	color: #333;
	padding: 1px 10px;
}
.news_btn img {
	width: 16px;
}
.contact_btn a {
	color: #fff;
	background: var(--sub-color);
	padding: 1px 10px;
}
.contact_btn img {
	width: 20px;
}
.menu_lists {
	gap: 25px;
}
.menu_lists a {
	position: relative;
	color: var(--font-color);
}
.menu_lists a::before {
	content: '';
	width: 0;
	height: 1px;
	background: var(--sub-color);
	position: absolute;
	bottom: -3px;
	left: 0;
	transition: width .3s;
}
.menu_lists a:hover::before {
	width: 100%;
}
.menu_lists .header_sub_menu a::before {
	display: none;
}
.recruit_menu_box ul {
	display: flex;
	letter-spacing: 0.06em;
	border-radius: 0 0 5px 5px;
}
.recruit_menu_box {
	position: relative;
	min-width: 194px;
/* 	overflow: hidden; */
}
.recruit_menu_box p {
	display: flex;
	gap: 0 9.5px;
	align-items: center;
	justify-content: center;
	padding: 1px 10px;
	background: var(--main-color);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	border-radius: 5px 5px 0 0;
}
.recruit_menu_box p img {
	width: 20.5px;
}
.recruit_menu_box li {
	position: relative;
	width: 50%;
}
.recruit_menu_box > ul {
	position: relative;
}
.recruit_menu_box > ul::before {
	content: '';
    width: .5px;
    height: 78%;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.recruit_menu_box > ul p {
	display: block;
	width: 100%;
	padding: 0 4px;
	background: #fff;
	color: var(--main-color);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: center;
}
.recruit_menu_box > ul > li > p {
	border-radius: 0 0 0 5px;
}
.recruit_menu_box > ul > li:last-child > p {
	border-radius: 0 0 5px 0;
}

.has_submenu {
	position: relative;
}
.has_submenu:hover .header_sub_menu {
	opacity: 1;
    visibility: initial;
    user-select: initial;
    pointer-events: initial;
}
.header_sub_menu {
	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);
	display: block !important;
}
.header_sub_menu a {
	position: relative;
    display: block;
    background: #fff;
	color: #333;
    padding: 8px 20px;
    transition: all .3s;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	transition: all .3s;
}
.header_sub_menu a:hover {
	background: var(--main-color);
	color: #fff;
}
.recruit_menu_box .has_submenu {
	position: static;
}
.recruit_menu_box .has_submenu li {
	display: block;
	width: 100%;
}
.recruit_menu_box .has_submenu li + li {
	border-top: 1px solid var(--main-color);
}
.hamburger {
	position: fixed;
    right: 15px;
    top: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 999999;
	display: none;
	background: #fff;
	border-radius: 50%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid var(--main-color);
}
.hamburger__line {
	position: absolute;
    left: 10px;
    width: 25px;
    height: 3px;
    background-color: var(--main-color);
    transition: all .4s;
    border-radius: 50em;
}
.hamburger__line--1 {
    top: 14px;
}
.hamburger__line--2 {
    top: 21px;
}
.hamburger__line--3 {
    top: 28px;
}
.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;
}
@media screen and (max-width: 1250px) {
	.menu_lists {
		gap: 15px;
	}
	.menu_box ul {
		font-size: 14px;
	}
	.recruit_menu_box p {
		font-size: 14px !important;
	}
	.recruit_menu_box > ul p {
		font-size: 12px;
	}
	.header_logo {
		max-width: 220px;
	}
}
@media screen and (max-width: 1100px) {
	.hamburger {
		display: block;
	}
	.header_menu_box {
		position: fixed;
        top: 0;
        right: -320px;;
        background: var(--main-color);
        flex-direction: column;
        height: 100vh;
        justify-content: flex-start;
        padding: 85px 15px 50px;
		max-width: 320px;
		width: 100%;
		transition: right .3s;
		overflow: auto;
	}
	.nav-open .header_menu_box {
		right: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
	.info_menu_lists {
		margin-bottom: 30px;
		flex-direction: column;
	}
	.info_menu_lists a {
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		padding: 7px 10px;
	}
	.menu_lists {
		flex-direction: column;
	}
	.menu_lists a {
		color: #fff;
		display: block;
	}
	.menu_box {
		margin-bottom: 30px;
	}
	.menu_box ul {
		position: static;
		background: transparent;
		border: none;
		color: #fff;
		opacity: 1;
		pointer-events: auto;
		box-shadow: none;
	}
	.header_sub_menu a {
		background: transparent;
		padding: 5px 10px;
	}
	.menu_lists .header_sub_menu a {
		text-align: left;
	}
	.hamburger {
		display: block;
	}
	.recruit_menu_box {
		border-radius: 5px;
		background: #fff;
	}
	.recruit_menu_box p {
		background: var(--sub-color);
		padding: 5px 10px;
	}
	.recruit_menu_box ul {
		flex-direction: column;
		border-radius: 0;
	}
	.recruit_menu_box > ul {
		border-radius: 0 0 5px 5px;
		overflow: hidden;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	.recruit_menu_box > ul::before {
		display: none;
	}
	.recruit_menu_box .has_submenu li {
		border-top: 1px solid var(--main-color);
	}
	.recruit_menu_box > ul > li + li {
		border-top: 1px dashed var(--sub-color);
	}
	.recruit_menu_box > ul > li > p {
		border-radius: 0 !important;
		font-weight: bold;
		padding: 5px 10px;
	}
	.recruit_menu_box li {
		width: 100%;
	}
	.header_sub_menu {
		position: static;
		pointer-events: auto;
		box-shadow: none;
		opacity: 1;
		border: none;
		width: 100%;
	}
}
/* =======================================
	フッター
========================================== */
footer {
	background: url('../img/footer_bg.png') center / cover no-repeat;
}
.footer_items {
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_logo {
	max-width: 259px;
	width: 100%;
}
.footer_post_name {
	position: relative;
	padding-left: 15px;
    margin-bottom: 5px;
}
.footer_post_name::before {
	content: '';
	width: 12px;
	height: 15px;
	background: url('../img/footer_post_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.footer_menu_box {
	display: flex;
	gap: 20px 60px;
}
.footer_menu_box ul a {
	color: #333;
	line-height: 1.2;
}
.footer_menu_box > ul > li + li {
	margin-top: 29px;
}
.footer_menu_box > ul > li > a,
.footer_menu_box > ul > li > p {
	display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
	line-height: 1.2;
    letter-spacing: 0.06em;
}
.footer_sub_menu {
	margin-top: 10px;
}
.footer_sub_menu li + li {
	margin-top: 10px;
}
.footer_sub_menu a {
	display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.04em;
	padding-left: 8px;
}
.footer_contact_btn a {
	position: relative;
    display: flex !important;
    gap: 9px;
    align-items: center;
    justify-content: center;
    background: var(--sub-color);
    border-radius: 5px;
    padding: 10px 10px;
    color: #fff !important;
}
.footer_contact_btn a::before {
	content: '';
	display: block;
	width: 20px;
	height: 16px;
	background: url('../img/contact_mail_icon.png') center / contain no-repeat;
}
.page_top {
	display: flex;
	justify-content: flex-end;
}
.page_top a {
	position: relative;
	padding: 4px 5px 10px;
    padding-right: 60px;
}
.page_top a::before {
	content: '';
    width: 50px;
    height: 50px;
    background: url('../img/page_top_arrow.png') center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.page_top a::after {
	content: '';
    width: 94px;
    height: 5px;
    background: url('../img/btn05_wave_blue.png') center / contain no-repeat;
    position: absolute;
    left: 0;
    bottom: 2px;
}
.copyright_box {
	justify-content: space-between;
	gap: 5px 15px;
}
.copyright_box a {
	color: #333;
	border-bottom: 1px solid #333;
}

/* =======================================
	ページFV
========================================== */
.page_fv_content {
	position: relative;
}
.page_fv_content::before {
	content: '';
	inset: 0;
	background: #005BAC;
	position: absolute;
	opacity: .3;
}
.page_fv_content img {
	width: 100%;
    height: 600px;
    object-fit: cover;
}
.page_fv_text_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}
.page_fv_sub_title {
	font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}
.page_fv_sub_title::before,
.page_fv_sub_title::after {
	content: '';
	width: 2px;
	height: 80%;
	background: #fff;
	border-radius: 9999px;
	position: absolute;
	bottom: 0;
}
.page_fv_sub_title::before {
	left: 0;
	transform: rotate(-40deg);
}
.page_fv_sub_title::after {
	right: 0;
	transform: rotate(40deg);
}
.page_fv_title {
	font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.4;
}



/* =======================================
	トップページ
========================================== */
/* FV */
.fv_content {
	position: relative;
	background: var(--main-color);
}
.fv_title_box {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	width: max-content;
	max-width: 100%;
}
.fv_title {
	width: 15.071vw;
}
.fv_text {
	font-size: 1.428vw;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    text-shadow: 0 4px 4px rgb(124 124 124 / 25%);
    margin-top: 11px;
}
.fv_img img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.fv_title_box {
		top: 49%;
	}
	.fv_title {
		width: 18vw;
	}
	.fv_text {
		font-size: 2.2vw;
	}
}

/* お知らせ */
.news_content {
	background: var(--main-color);
}
.news_items {
	justify-content: space-between;
}
.news_title_box {
	width: 215px;
}
.news_lists {
	width: calc(89.5% - 215px);
}
.news_lists a {
	display: block;
}
.news_lists a + a {
	margin-top: 18px;
}
.news_lists .align_items_c {
	gap: 10px 20px;
}
.news_lists .day {
	display: flex;
	justify-content: center;
	flex-direction: column;
	letter-spacing: 0.01em;
	line-height: 1;
}
.news_lists .day span {
	font-size: 40px;
    letter-spacing: 0.07em;
    line-height: 1;
    text-align: center;
}
.news_lists .cat {
	display: inline-block;
	color: var(--main-color);
	background: #fff;
	min-width: 105px;
	padding: 2px 5px;
	border-radius: 999px;
	letter-spacing: 0.02em;
	text-align: center;
	line-height: 1.25;
}
.news_lists .tit {
	letter-spacing: 0.06em;
}
.news_lists .tit p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
@media screen and (max-width: 1024px) {
	.news_lists {
		width: calc(95% - 215px);
	}
	.news_info_box {
		gap: 5px;
	}
}

/* 選ばれる理由 */
.top_choose_content {
	background-image: linear-gradient(0deg, rgba(195, 227, 255, 1), rgba(255, 255, 255, 1));
}
.top_choose_title_items {
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px 30px;
}
.top_choose_items {
	gap: 40px 6.13%;
}
.top_choose_item {
	width: 20.4%;
	aspect-ratio: 1 / 1;
	background: url('../img/top_choose_item_bg.png') center / contain no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.top_choose_item h3 {
	position: relative;
	margin-bottom: 20px;
}
.top_choose_item h3::before {
	content: '';
	width: 58px;
    height: 3.5px;
	background: url('../img/top_choose_wave.svg') center / contain no-repeat;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.top_choose_item img {
	width: 100%;
}
@media screen and (max-width: 1024px) {
	.top_choose_title_items {
		margin-bottom: 30px !important;
	}
	.top_choose_items {
		flex-wrap: wrap;
		max-width: 500px;
		margin: 0 auto;
		gap: 20px 6.13%;
	}
	.top_choose_item {
		width: 46.9%;
	}
}

/* 事業内容 */
.nami_bg {
	position: relative;
	background: var(--main-color);
}
.nami_bg::before {
	content: '';
    width: 100%;
    height: 7vw;
    background: url('../img/Union.png') center / contain no-repeat;
    position: absolute;
    top: -1.8vw;
    left: 0;
}
.top_service_items {
	position: relative;
	flex-wrap: wrap;
	width: 100vw;
	margin: auto calc(50% - 50vw);
}
.top_service_item {
	position: relative;
	width: 50%;
}
.top_service_item:last-child {
	width: 100%;
}
.top_service_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_service_text_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 34px;
}
.top_service_title {
	display: inline-block;
    min-width: 321px;
    background: #fff;
    padding: 14px 15px;
    border-radius: 9999px;
    text-align: center;
    position: absolute;
    top: 26px;
    left: 2.9%;
	z-index: 1;
}
.top_service_title.white {
	background: var(--main-color);
}
@media screen and (max-width: 1024px) {
	.top_service_items {
		margin-top: 60px !important;
	}
	.top_service_title {
		min-width: 250px;
		padding: 7px 15px;
		top: 15px;
	}
	.top_service_text_box {
		padding: 15px;
	}
	.top_service_text_box h3 {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.top_service_text_box p {
		font-size: 14px !important;
	}
}

/* 運行船舶 */
.top_vessels_slider {
	width: 100vw;
	margin: auto calc(50% - 50vw);
}
.top_vessels_slider .swiper-wrapper {
	transition-timing-function: linear;
}
.top_vessels_slider img {
	border-radius: 10px;
	width: 100%;
	margin-bottom: 7px;
}

/* 会社案内 */
.top_about_title {
	font-size: 35px;
}
.top_about_title span {
	font-size: 30px;
}
.top_about_banner {
	position: relative;
}
.top_about_banner img {
	width: 100%;
}
.top_about_banner .btn05 {
	position: absolute;
	bottom: 7vw;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
	.top_about_title {
		font-size: 28px;
		margin-bottom: 20px !important;
	}
}

/* 採用情報 */
.top_recruit_content {
	position: relative;
	background: #F5FAFF;
	z-index: 1;
	padding-top: 2.6vw;
	padding-bottom: 13vw;
	margin-bottom: 4.3vw;
}
.top_recruit_content::before {
	content: '';
	width: 100%;
	height: 5.642vw;
	background: url('../img/top_recruit_wave_top.png') center / contain no-repeat;
	position: absolute;
	top: -4.3vw;
	left: 0;
	z-index: -1;
}
.top_recruit_content::after {
	content: '';
	width: 100%;
	height: 5.642vw;
	background: url('../img/top_recruit_wave_bg.png') center / contain no-repeat;
	position: absolute;
	bottom: -4.3vw;
	left: 0;
	z-index: -1;
}
.top_recruit_title_img {
	max-width: 771px;
	width: 90%;
	margin: 13px auto 38px;
}
.top_recruit_title img {
	max-width: 100%;
	margin: 0 auto 7px;
}
.top_recruit_items {
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 4%;
}
.top_recruit_items a {
	display: block;
	width: 30%;
	transition: opacity .3s;
}
.top_recruit_items a:hover {
	opacity: .7;
}
.top_recruit_items a img {
	width: 100%;
}
.top_recruit_content .btn06_items {
	position: relative;
	z-index: 1;
}
.top_recruit_assets img {
	position: absolute;
	pointer-events: none;
}
.top_recruit_asset2,
.top_recruit_asset4,
.top_recruit_asset6,
.top_recruit_asset7 {
	border-radius: 10px;
}
.top_recruit_asset1 {
	width: 38.5%;
    top: -11.4%;
    left: -36%;
	z-index: 1;
}
.top_recruit_asset2 {
	width: 30%;
    top: 35.2%;
    left: -36.5%;
}
.top_recruit_asset3 {
	width: 53%;
    bottom: -32%;
    left: -37.5%;
}
.top_recruit_asset4 {
	width: 30%;
    top: -1%;
    right: -32%;
}
.top_recruit_asset5 {
	width: 25%;
    top: 33%;
    right: -35%;
	z-index: 1;
}
.top_recruit_asset6 {
	width: 23%;
    top: 79.5%;
    right: -36.5%;
}
.top_recruit_asset7 {
	width: 40%;
    bottom: -48%;
    right: -31%;
}
@media screen and (max-width: 1300px) {
	.top_recruit_asset1 {
		width: 26.5%;
		top: 2.3%;
		left: -25%;
	}
	.top_recruit_asset2 {
		width: 21%;
        top: 35.2%;
        left: -23.5%;
	}
	.top_recruit_asset3 {
		width: 35%;
		bottom: -26%;
        left: -17.5%;
	}
	.top_recruit_asset4 {
		width: 20%;
		top: -3%;
        right: -13%;
	}
	.top_recruit_asset5 {
		width: 16%;
        top: 22%;
        right: -21%;
	}
	.top_recruit_asset6 {
		width: 19%;
        top: 52.5%;
        right: -23.5%;
	}
	.top_recruit_asset7 {
		width: 28%;
        bottom: -33%;
        right: -18%;
	}
}
@media screen and (max-width: 1100px) {
	.top_recruit_items {
		max-width: 500px;
		margin: 0 auto;
	}
	.top_recruit_asset1 {
		width: 26.5%;
		top: -1.6%;
		left: -14%;
	}
	.top_recruit_asset2 {
		width: 17%;
		top: 35.2%;
		left: -8.5%;
	}
	.top_recruit_asset3 {
		width: 35%;
		bottom: -32%;
		left: -7.5%;
	}
	.top_recruit_asset4 {
		width: 20%;
		top: -5%;
		right: -6%;
	}
	.top_recruit_asset5 {
		width: 13%;
		top: 27%;
		right: -6%;
	}
	.top_recruit_asset6 {
		width: 16%;
		top: 55.5%;
		right: -9%;
	}
	.top_recruit_asset7 {
		width: 23%;
		bottom: -30%;
		right: -5%;
	}
}

/* お問い合わせ */
.contact_btn_items {
	flex-wrap: wrap;
	gap: 35px 4.2%;
}
.contact_btn_item {
	width: 30.5%;
	border: 2px solid var(--main-color);
	border-radius: 10px;
}
.contact_btn_item h3 {
	background: var(--main-color);
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 11px;
}
.contact_post_name {
	position: relative;
	padding-left: 30px;
	margin-bottom: 6px;
}
.contact_post_name::before {
	content: '';
	width: 15px;
	height: 19px;
	background: url('../img/contact_post_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
}
.contact_phone_num {
	position: relative;
	padding-left: 30px;
}
.contact_phone_num::before {
	content: '';
	width: 15px;
	height: 21.5px;
	background: url('../img/contact_phone_icon.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
}


/* =======================================
	事業案内
========================================== */
/* メッセージ */
.service_about_content {
	background-image: linear-gradient(0deg, rgba(195, 227, 255, 1), rgba(255, 255, 255, 1));
}

/* 内航海運業 */
.service_shipping_item {
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 16px 5%;
}
.service_shipping_img {
	width: 40%;
}
.service_shipping_img img {
	width: 100%;
}
.service_shipping_text_box {
	width: 55%;
}

/* 船種 */
.service_vessels_item {
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 5%;
}
.service_vessels_img {
	width: 40%;
}
.service_vessels_img img {
	width: 100%;
}
.service_vessels_text_box {
	width: 55%;
}
.main_product_lists {
	flex-wrap: wrap;
	gap: 5px 10px;
}
.main_product_lists li {
	background: var(--main-color);
	color: #fff;
	padding: 3px 10px;
	border-radius: 5px;
}
.service_other_product_box.active .other_product_lists {
	padding: 30px 25px;
	height: 100%;
	opacity: 1;
}
.other_product_lists {
	flex-wrap: wrap;
	gap: 10px;
	background: #f5faff;
	height: 0;
    overflow: hidden;
    padding: 0 25px;
	opacity: 0;
	transition: all .3s;
}
.other_product_lists li {
	width: calc((100% - 30px) / 4);
}
.service_other_product_box h4 {
	position: relative;
    display: block;
    width: 100%;
    padding: 23px 50px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    background: #fff;
	cursor: pointer;
	transition: all .3s;
}
.service_other_product_box h4:hover {
	opacity: .7;
}
.service_other_product_box h4:hover::before {
	transform: translateY(-50%) rotate(180deg);
}
.service_other_product_box h4::before {
	content: '';
    width: 50px;
    height: 50px;
    background: url(../img/page_top_arrow.png) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
	transition: all .3s;
}
.contact_btn_box {
	max-width: 1000px;
	margin: 0 auto;
	align-items: center;
	border: 1px solid var(--main-color);
	gap: 5%;
	border-radius: 10px;
	overflow: hidden;
}
.contact_btn_title {
	background: var(--main-color);
	width: 35%;
	padding: 25px 10px;
	text-align: center;
}
.contact_info_box {
	position: relative;
	width: 60%;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}
.contact_info_box::before {
	content: '';
	width: 2px;
	height: 90%;
	background: var(--main-color);
	border-radius: 9999px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contact_info_box > div {
	width: calc(50% - 10px);
}
.contact_phone_btn {
	align-items: center;
	gap: 10px;
}
.contact_info_box > div p {
	background: var(--sub-color);
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px;
}
.contact_info_box > div a {
	position: relative;
	color: #333;
	padding-left: 20px;
}
.contact_phone_btn a::before {
	content: '';
	width: 15px;
	height: 21.5px;
	background: url('../img/contact_phone_icon_black.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.contact_info_box > div.contact_mail_btn a {
	padding-left: 35px;
}
.contact_mail_btn a::before {
	content: '';
	width: 27px;
    height: 22px;
	background: url('../img/contact_icon_black.png') center / contain no-repeat;
	position: absolute;
	top: 54%;
	left: 0;
	transform: translateY(-50%);
}

/* サービス内容 */
.service_item + .service_item {
	margin-top: 50px;
}
.service_item {
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 5%;
}
.service_img {
	width: 40%;
}
.service_img img {
	width: 100%;
}
.service_text_box {
	width: 55%;
}
@media screen and (max-width: 1100px) {
	.contact_btn_box {
		flex-direction: column;
	}
	.contact_btn_title,
	.contact_info_box {
		width: 100%;
	}
	.contact_info_box {
		padding: 25px;
	}
	.contact_info_box > div {
		justify-content: center;
	}
	.contact_info_box > div.contact_mail_btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 0;
		gap: 5px;
		text-align: center;
	}
	.contact_mail_btn a::before {
		position: relative;
		top: 0;
		transform: unset;
		width: 22px;
		height: 17px;
	}
}

/* =======================================
	運航船舶
========================================== */
.vessels_title_box {
	position: relative;
}
.vessels_title {
	font-size: 32px;
	min-width: 300px;
	padding: 10px 15px 20px;
	background: var(--main-color);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.vessels_items {
	flex-wrap: wrap;
	gap: 50px 5%;
	justify-items: space-between;
}
.vessels_item {
	width: 30%;
}
.vessels_item img {
	width: 100%;
}
.vessels_item h3 {
	border-left: 4px solid var(--sub-color);
	padding-left: 10px;
}

/* =======================================
	会社案内
========================================== */
.company_post {
	text-align: right;
}
/* 取り組み */
.policy_box {
	border-top: 1px dashed var(--main-color);
}
.policy_lists {
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	border: 1px solid var(--main-color);
	border-radius: 10px;
	padding: 30px 20px;
}
.policy_lists li {
	position: relative;
	padding-left: 24px;
	margin: 10px 0;
}
.policy_lists li::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
/* 受賞・表彰 */
.award_box {
	max-width: 1000px;
	margin: 0 auto;
}
.accordion_item + .accordion_item {
	margin-top: 20px;
}
.accordion_item {
	border: 1px solid var(--main-color);
	border-radius: 10px;
}
.accordion_title {
	position: relative;
	padding: 15px 20px;
	cursor: pointer;
}
.accordion_title:hover::before {
	transform: translateY(-50%) rotate(180deg);
}
.accordion_title::before {
	content: '';
    width: 40px;
    height: 40px;
    background: url('../img/page_top_arrow.png') center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: all .3s;
}
.accordion_item.active .accordion_text_box {
	padding: 25px 20px;
	height: 100%;
	opacity: 1;
}
.accordion_text_box {
	border-top: 1px dashed var(--main-color);
	padding: 0 20px;
	height: 0;
	opacity: 0;
	transition: all .3s;
	overflow: hidden;
}
.accordion_award_items {
	flex-wrap: wrap;
	gap: 30px 5%;
}
.accordion_award_item {
	width: 47.5%;
	gap: 10px 15px;
	align-items: center;
}
.accordion_award_item img {
	width: 50%;
}
/* 会社概要 */
.company_box {
	max-width: 1000px;
	margin: 0 auto;
}

/* =======================================
	ESGの取り組み
========================================== */
.esg_img {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.esg_box {
	padding: 40px 30px;
	border: 5px solid var(--main-color);
}
.action_content {
	background: #F5FAFF;
}
.action_title_box {
	position: relative;
	display: flex;
}
.action_title {
	width: 100%;
}
.action_title p {
	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;
}
#esg2 .action_title p {
	background: #3991A8;
}
#esg3 .action_title p {
	background: #AE753B;
}
.action_title h3 {
	color: #fff;
    background: var(--main-color);
    line-height: 1;
    font-size: 30px;
    padding: .3rem 1rem 1rem;
    margin-bottom: 0;
}
.action_title h3::first-letter {
	font-size: 40px;
}
.sdgsBox {
	display: flex;
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
	gap: 1rem;
}
.sdgsBox li img {
	width: 70px;
	height: 70px;
}
.esg_item {
	flex-wrap: wrap;
	align-items: center;
	gap: 15px 5%;
}
.esg_item_img {
	width: 45%;
}
.esg_item_img img {
	width: 100%;
}
.esg_text_box {
	width: 50%;
}
.esg_report_title {
	background: #eff3fe;
	padding: 3px 10px;
}
.esg_report_btn {
	border-bottom: 1px solid var(--main-color);
	color: var(--main-color);
	display: block;
	width: max-content;
	max-width: 100%;
}
.esg_item table {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}
.esg_item tbody {
	width: 100%;
	display:table;
	border-collapse: collapse;
}
.esg_item table th,
.esg_item table td {
	padding: 10px 15px;
	border: 1px solid #333;
	text-align: center;
	line-height: 1.4;
	font-size: 16px;
	width: 50%;
}
.esg_item table th {
	background: var(--main-color);
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.esg_item table tr:last-child th {
	border-bottom: 1px solid #333;
}
.esg_item table td {
	background: #fff;
}
.esg_table_box {
	width: 100%;
}

/* =======================================
	松田汽船 120年の歩み
========================================== */
.history_content > .inner_1200 {
	background: #fff;
	padding: 80px 30px;
}
.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;
	padding-left: 160px;
}
.history_year {
	position: absolute;
    color: var(--main-color);
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    width: 80px;
	top: 0;
	left: 0;
}
.history_year::after {
	content: "";
    position: absolute;
    top: 20px;
    right: -39px;
    width: 35px;
    border-top: 2px dotted #cfcfcf;
}
.history_text_content::before {
	content: "";
    position: absolute;
    left: -52px;
    top: 15px;
    width: 12px;
    height: 12px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: 1;
}
.history_text_content::after {
	content: "";
    position: absolute;
    top: 20px;
    left: -47px;
    width: 35px;
    border-top: 2px dotted #cfcfcf;
}
.history_text_content {
	position: relative;
	padding-top: 8px;
	width: 100%;
}
.history_text {
	font-size: 16px;
	margin-bottom: 10px;
    line-height: 1.7;
}
/* .history_text_content img {
	width: 100%;
} */

/* =======================================
	陸上スタッフ
========================================== */
.btn_content {
	background: #F5FAFF;
}
.staff_main_work_items {
	flex-wrap: wrap;
	gap: 30px 5%;
}
.staff_main_work_item {
	width: 30%;
}
.staff_main_work_item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
}
.staff_main_work_item li {
	font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--main-color);
    padding: 3px 20px;
    border-radius: 9999px;
}
.benefits_items {
	gap: 15px 30px;
	flex-wrap: wrap;
	justify-content: center;
}
.benefits_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: calc((100% - 120px) / 5);
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	box-shadow: 1px 1px 4px rgba(106, 106, 106, 0.25);
}
.benefits_item h3,
.benefits_item p {
	color: var(--main-color) !important;
}
.garally_box {
	max-width: 1000px;
	margin: 0 auto;
}
.garally_tabs {
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	flex-wrap: wrap;
}
.garally_tab {
	width: 33.333%;
	color: var(--main-color);
	padding: 15px 10px;
	cursor: pointer;
	transition: all .3s;
}
.garally_tab.active,
.garally_tab:hover {
	background: var(--main-color);
	color: #fff;
}
.garally_imgs {
	flex-wrap: wrap;
	gap: 20px 5%;
	display: none;
	opacity: 0;
	height: 0;
	transition: all .3s;
}
.garally_imgs.active {
	opacity: 1;
	display: flex;
	height: auto;
}
.garally_img {
	width: 47.5%;
}
.garally_img img {
	width: 100%;
}
.entry_btn {
	max-width: 856px;
	margin: 0 auto;
}
.entry_btn a {
	line-height: 1.1;
}
@media screen and (max-width: 1200px) {
	.benefits_item {
		width: calc((100% - 90px) / 4);
	}
}

/* =======================================
	仕事を知る
========================================== */
.overview_cycle_box {
	max-width: 876px;
	margin: 0 auto;
}
.overview_cycle_title {
	position: relative;
	background: #fff;
	border-radius: 8px;
	padding: 20px 15px;
}
.overview_cycle_title::before {
	content: '';
	width: calc(100% - 10px);
    height: calc(100% - 10px);
	border-radius: 5px;
	border: 2px dashed var(--main-color);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.overview_work_content .staff_main_work_item {
	width: 47.5%;
}
.schedule_items {
	flex-wrap: wrap;
	gap: 30px 16%;
}
.schedule_item {
	width: 42%;
}
.schedule_img_box {
	position: relative;
}
.schedule_img_box img {
	width: 100%;
}
.schedule_img_text1 {
	width: 34% !important;
    position: absolute;
    bottom: 40%;
    right: -25%;
}
.schedule_alart {
	text-align: right;
}
.work_environment_items {
	flex-wrap: wrap;
	gap: 30px 3%;
	max-width: 800px;
	margin: 0 auto;
}
.work_environment_item {
	width: 22.75%;
}
.work_environment_item img {
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid var(--main-color);
}

/* =======================================
	船員の声
========================================== */
.voice_person_items {
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 2%;
}
.voice_person_item {
	width: 23.5%;
}
.voice_person_item img {
	width: 100%;
	border-radius: 50%;
}
.voice_items {
	gap: 20px 5%;
}
.voice_text_box {
	width: 55%;
}
.voice_img {
	width: 40%;
}
.voice_img img {
	width: 100%;
}
.voice_text_item + .voice_text_item {
	margin-top: 16px;
}
.voice_text_item {
	gap: 25px;
	align-items: center;
}
.voice_name_box {
	max-width: 120px;
	flex-shrink: 1;
}
.voice_name_img {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 5px;
}
.voice_name {
	background: var(--main-color);
    color: #fff;
    padding: 5px 10px;
	line-height: 1.3;
	border-radius: 9999px;
}

/* =======================================
	新着情報
========================================== */
.news_tab_list {
	display:flex;
	flex-wrap: wrap;
	gap:12px;
	justify-content: center;
}
.news_tab_item {
	width: calc((100% - 48px) / 5);
}
.news_tab_item a {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px 20px;
	background:var(--main-color);
	font-size:16px;
	font-weight:bold;
	color:#fff;
	border-radius: 8px;
}
.news_tab_item a:hover {
	opacity:.7;
}
.news_item {
	padding:30px 0;
	border-bottom:1px solid #ddd;
}
.news_title {
	margin-bottom:15px;	
}
.news_body {
	display:flex;
	gap:15px 5%;
}
.day {
	font-size:16px;
	font-weight: 500;
}
.tag {
	margin-left:8px;
}
.tag a {
	display: inline-block;
    background: var(--main-color);
    color: #fff;
    min-width: 117px;
    text-align: center;
    padding: 0px 5px;
    border-radius: 9999px;
    font-size: 14px;
}
.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: 35%;
}
.news_thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}
.news_item_title {
	margin-bottom: 20px;
	line-height: 1.2;
}
.news_item_title a {
	font-size: 24px;
	color: #111;
	transition: all .3s;
}
.news_item_title a:hover {
	color: var(--main-color);
}
.news_text {
	flex:1;
	position:relative;
	display: flex;
	flex-direction: column;
}
.news_post_btn {
	margin-top:auto;
	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;
}

/* =======================================
	新着情報詳細
========================================== */
.news_info_box {
	display: flex;
/* 	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center; */
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.news_post_date {
	display: inline-block;
}
.news_post_cat {
	display: inline-block;
	background: var(--main-color);
	color: #fff;
	min-width: 117px;
	text-align: center;
	padding: 2px 5px;
	border-radius: 9999px;
}

/* 詳細ページ */
.news_single_post_content .news_info_box {
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 10px 40px;
}
.news_single_post_title {
	font-size: 28px;
}
.news_single_post_body h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 200%;
}
.news_single_post_body h2 {
	font-size: 34px;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 50px;
}
.news_single_post_body h3 {
	font-size: 32px;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 50px;
}
.news_single_post_body h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 30px;
}
.news_single_post_body h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 20px;
}
.news_single_post_body p {
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: 500;
	line-height: 180%;
}
.news_single_post_body a {
	color: var(--main-color);
	text-decoration: underline;
	font-size: 16px;
	line-height: 2;
}
.news_single_post_body img {
	margin-bottom: 50px;
	height: auto !important;
}
.post_btn_items {
	align-items: center;
}
.post_btn a {
	text-decoration: none;
}
.post_btn:nth-child(2) a {
	display: block;
	min-width: 400px;
    padding: 18px 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 200%;
	color: #000;
	border: 2px solid #000;
	text-align: center;
}
.post_btn.btn_prev a,
.post_btn.btn_next a {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 200%;
	color: #000;
}
.post_btn.btn_prev a {
	padding-left: 26px;
}
.post_btn.btn_next a {
	padding-right: 26px;
}
.post_btn.btn_prev a::before {
	content: '';
	width: 17px;
	height: 11px;
	background: url('../img/post_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-180deg);
}
.post_btn.btn_next a::before {
	content: '';
	width: 17px;
	height: 11px;
	background: url('../img/post_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.post_btn.is-disabled {
	opacity: 0;
	pointer-events: none;
}

#single-news img {
  height: auto !important;
}

#single-news .aligncenter {
  text-align: center;
  margin: auto;
}

#single-news .alignright {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

/* 本文の見出し調整！.txtAreaは適宜変更 */
#single-news .txtArea h1 {
  font-size: 160%;
}

#single-news .txtArea h2 {
  font-size: 150%;
}

#single-news .txtArea h3 {
  font-size: 140%;
}

#single-news .txtArea h4 {
  font-size: 130%;
}

#single-news .txtArea h5 {
  font-size: 120%;
}

#single-news .txtArea h6 {
  font-size: 110%;
}

/* =======================================
	お問い合わせ
========================================== */
.contact_voice_item {
	gap: 15px 25px;
    align-items: center;
    justify-content: center;
}
.contact_voice_img {
	max-width: 200px;
	border-radius: 50%;
	overflow: hidden;
}
.contact_voice_text_box {
	position: relative;
	background: var(--main-color);
	border-radius: 10px;
	padding: 25px 20px;
	width: 55%;
}
.contact_voice_text_box::before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 22px solid var(--main-color);
    border-right: 0;
    position: absolute;
    top: 10px;
    left: -14px;
    transform: rotate(180deg);
}
.contact_voice_text_box::after {
	content: '';
	width: calc(100% - 15px);
    height: calc(100% - 15px);
	border-radius: 6px;
	border: 2px dashed #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.contact_voice_text_box {
	color: #fff;
}

.contact_table_box {
	max-width: 856px;
	margin: 0 auto;
	color: #fff;
}
.contact_table_box th,
.contact_table_box td {
	border: none !important;
	vertical-align: middle !important;
}
.contact_table_box th {
	position: relative;
	line-height: 1.2;
	padding-right: 50px !important;
}
.hissu {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.contact_table_box th span {
	display: inline-block;
}
.contact_table_box tr {
	border-bottom: 1px solid #fff;
}
.contact_radio_box {
	display: flex;
	flex-direction: column;
}
.contact_table_box .mfp_element_all {
	max-width: 100%;
}
.contact_table_box td input[type="text"],
.contact_table_box td input[type="email"] {
	height: 50px;
}
.contact_table_box td input[type="file"] {
	color: #000;
}
.contact_table_box select,
.contact_table_box input,
.contact_table_box textarea {
	font-weight: 500;
}
.contact_table_box textarea {
	width: 100% !important;
    height: 200px !important;
    resize: none;
}
::placeholder {
	color: #a9a9a9;
}
.contact_privacy {
	display: block !important;
	color: #fff;
}
.contact_privacy .mfp_err {
	max-width: 100%;
	width: max-content;
	margin: 0 auto;
	white-space: normal;
}
.contact_privacy a {
	color: #fff;
	text-decoration: underline;
}
.submit_btn {
	position: relative;
	max-width: 351px;
	width: 100%;
	margin: 0 auto;
}
.submit_btn .submit {
	position: relative;
	display: block;
	max-width: 100% !important;
	width: 100%;
	background: #fff;
	color: var(--main-color);
	font-weight: bold;
	border-radius: 999px;
	padding: 25px 40px;
	border: none;
	font-size: 18px;
}
.submit_btn::before {
	content: '';
	width: 17px;
	height: 11px;
	background: url('../img/btn07_arrow.png') center / contain no-repeat;
	position: absolute;
	top: 50%;
	right: 21px;
	transform: translateY(-50%);
	z-index: 1;
}
div.mfp_err {
	color: var(--sub-color);
	font-weight: 500;
}
.contact_table_box input[type="radio"],
.contact_table_box input[type="checkbox"] {
	accent-color: var(--sub-color);
}

/* =======================================
	募集要項・エントリー
========================================== */
/* 選考フロー */
.entry_flow_content {
	background: var(--main-color);
}
.entry_flow_items {
	flex-wrap: wrap;
	gap: 20px 60px;
}
.entry_flow_item {
	position: relative;
	width: calc((100% - 180px) / 4);
}
.entry_flow_img {
	width: 100%;
	border-radius: 50%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.entry_flow_num {
	color: var(--main-color);
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    line-height: 1;
    border: 2px solid var(--main-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.entry_flow_num span {
	font-size: 40px;
    display: block;
    margin-top: -5px;
}
.entry_flow_item + .entry_flow_item::before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
    border-right: 0;
    position: absolute;
    top: 43%;
    left: -45px;
    transform: translateY(-50%);
}

/* 募集要項 */
.entry_job_alart {
	background: #fbcecb;
	border: 1px solid var(--sub-color);
	border-radius: 10px;
	padding: 30px 15px;
	max-width: 1000px;
	margin: 0 auto;
}











































