@charset "UTF-8";
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend, input, textarea, button, select, option,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

input, button, textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {
	line-height: 1;
	font-family: "Miriam Libre r", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Helvetica, Verdana, sans-serif;
}

img {
	max-width: 100%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

.navi_open {
	overflow: hidden;
}

.sp_only {
	display: none;
}

.tab_only {
	display: none;
}

.pc_only {
	display: block;
}

p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.375;
}

a {
	text-decoration: none;
	color: #3C3C3C;
}
a:hover {
	color: #efa043;
}

li {
	list-style: none;
}

em {
	font-style: normal;
}

i {
	position: relative;
	vertical-align: middle;
}

.flex {
	display: flex;
}

.col {
	display: flex;
	align-items: normal;
	flex-wrap: wrap;
}

.ml_auto {
	margin-left: auto;
}

.col_between {
	justify-content: space-between;
}

.col_center {
	justify-content: center;
}

.align_center {
	align-items: center;
}

.v_top {
	vertical-align: top;
}

.hr_red {
	border-top: 4px solid #efa043;
}

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

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

.text_center {
	text-align: center;
}

.clear {
	clear: both;
}

.animated {
	opacity: 0;
}

@media all and (max-width: 833px) {
  .tab_only {
	display: block !important;
  }
}
@media all and (max-width: 740px) {
  .sp_only {
	display: block !important;
  }

  .pc_only {
	display: none !important;
  }
}
.item, a {
	transition: all .2s ease-in-out;
}

.span_2 {
	margin-left: -40px;
}
.span_2 .item {
	width: calc(50% - 40px);
	margin: 0 0 0 40px;
}

.span_3 {
	margin-left: -30px;
}
.span_3 .item {
	width: calc(33.3333% - 30px);
	margin: 0 0 30px 30px;
}
.span_3 figure {
	margin: 0 0 20px;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 73.68421%;
}

.span_4 {
	margin-left: -20px;
}
.span_4 .item {
	width: calc(25% - 20px);
	margin: 0 0 20px 20px;
}

@media all and (max-width: 833px) {
  .span_3 {
	margin-left: -30px;
  }
  .span_3 .item {
	width: calc(50% - 30px);
	margin: 0 0 30px 30px;
  }

  .span_4 {
	margin-left: -20px;
  }
  .span_4 .item {
	width: calc(50% - 20px);
	margin: 0 0 20px 20px;
  }
}
@media all and (max-width: 740px) {
  .span_2, .span_4 {
	margin-left: 0;
  }
  .span_2 .item, .span_4 .item {
	width: 100%;
	margin: 0 0 30px 0;
  }

  .span_3 {
	margin-left: 0;
  }
  .span_3 .item {
	width: 100%;
	margin: 0 0 30px 0;
  }
}
/*---------------------------------------------------------
汎用
---------------------------------------------------------*/
.wrap {
	position: relative;
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .wrap {
	width: 98%;
  }
}
@media all and (max-width: 833px) {
  .wrap {
	width: 90%;
  }
}

.wrap2 {
	position: relative;
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .wrap2 {
	width: 98%;
  }
}
@media all and (max-width: 833px) {
  .wrap2 {
	width: 90%;
  }
}

/*---------------------------------------------------------
header
---------------------------------------------------------*/
#header {
	padding: 0 0 0 5%;
	font-weight: bold;
}
#header .col {
	align-items: center;
}
#header .navi_area {
	margin-left: auto;
	display: flex;
	align-items: center;
}
#header .tel {
	padding: 0 20px;
	font-weight: bold;
	color: #000;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
}
#header .tel strong {
	display: block;
	color: #018837;
	font-size: 31px;
	font-size: 1.9375rem;
}
#header .tel i {
	display: inline-block;
	width: 47px;
	height: 47px;
	line-height: 47px;
	margin-right: 10px;
	text-align: center;
	border-radius: 50%;
	background: #018837;
	color: #FFF;
	font-size: 24px;
	font-size: 1.5rem;
}
#header .btn {
	padding: 0 30px;
	color: #FFF;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	height: 85px;
	line-height: 85px;
	background: #018837;
}
#header .btn i {
	margin-right: 10px;
	color: #FFF;
	font-size: 26px;
	font-size: 1.625rem;
}
@media all and (max-width: 833px) {
  #header #logo {
	width: 152px;
  }
  #header .tel {
	display: none;
  }
  #header .btn {
	padding: 0 20px;
	font-size: 14px;
	font-size: 0.875rem;
	height: 47px;
	line-height: 47px;
  }
  #header .btn i {
	font-size: 18px;
	font-size: 1.125rem;
  }
}

.visual {
	position: relative;
	width: 100%;
	border: 20px solid #FFF;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 48.17708%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.visual:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30vw 10vh 68vw;
	border-color: transparent transparent #fff transparent;
}
.visual h2 {
	position: absolute;
	top: 85px;
	left: 5%;
	margin-bottom: 0;
	text-align: left;
	font-size: 48px;
	font-size: 3rem;
	color: #FFF;
}
.visual h2:after {
	display: none;
}
.visual h2 strong {
	font-size: 62px;
	font-size: 3.875rem;
}
.visual h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 20px;
	background: #004B37;
	text-shadow: 0px 1px 2px #000000;
	/*
	&:before {
		content: '';
		position: absolute;
		z-index:-1;
		display:inline-block;
		top: 0;
		left: 0;
		width:100%;
		height:1.5em;
		background-color: #004B37;
	}
	*/
}
.visual [data-delay] {
	transition-timing-function: ease;
}
.visual [data-delay]:before {
	animation: revealLTR 1.2s ease;
}
.visual [data-delay="0"] {
	opacity: 0;
	animation: textHidden 0.1s .8s forwards;
}
.visual [data-delay="600"] {
	opacity: 0;
	animation: textHidden 0.7s 1.5s forwards;
}
@media all and (max-width: 833px) {
  .visual {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 101.33333%;
	border: 10px solid #FFF;
  }
  .visual:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 48vw 5vh 48vw;
	border-color: transparent transparent #fff transparent;
  }
  .visual h2 {
	position: absolute;
	top: 40px;
	left: 2%;
	font-size: 21px;
	font-size: 1.3125rem;
  }
  .visual h2 strong {
	font-size: 27px;
	font-size: 1.6875rem;
  }
}

.scroll {
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 2;
	padding: 10px 10px 110px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
}
.scroll:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: white;
}
.scroll:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 38%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FF33B0;
	animation: sdl 3s ease infinite;
}
@media all and (max-width: 833px) {
  .scroll {
	right: 20px;
	font-size: 11px;
  }
}

@keyframes sdl {
  0% {
	transform: translateY(-100px);
  }

  50%, 100% {
	transform: translateY(20px);
  }
}

@keyframes revealLTR {
  0% {
	width: 0;
  }

  100% {
	width: 100%;
  }
}

@keyframes textHidden {
  0% {
	opacity: 0;
  }

  100% {
	opacity: 1;
  }
}
