/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
@charset "utf-8";
body {
	font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
							 'Helvetica Neue',						/* Macの欧文 (OS X 10.10以前) */
							 'Segoe UI',									/* Windowsの欧文 */
							 'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
							 Meiryo,											/* Windowsのメイリオ */
							 sans-serif;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}

body {
	background: #fff;
	font: 400 11px/1.8;
	font-family: "Noto Sans JP";
	color: #0d1c1f;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {overflow: hidden !important;}
p, ol, ul, dl, blockquote, .form-group {font-size: 15px; line-height: 1.7em;}
b, strong, .bold{
}
.btn-block {font-weight: bold;}
.col-sm-6 {padding-left: 0; padding-right: 0;}

.main section {
  opacity: 0;
  transition: all .5s ease;
}
.main section.show, #contact {
  opacity: 1;
  transform: none;
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
#head_logo a, #footer_logo a {display: block; font-size: 24px; font-weight: 600; line-height: 70px; color: #0d1c1f; height: 70px !important; margin: 0; padding: 0; position: relative;}
#head_logo a span, #footer_logo a span {display: inline-block; vertical-align: middle;}
.navbar-brand {float: none; margin: 0; padding: 0;}
.navbar-brand img {float: left;}

.navbar-custom {
	background: transparent;
	border: 0;
	border-radius: 0;
	z-index: 1000;
	letter-spacing: 3px;
	font-size: 11px;
	transition: background, padding 0.4s ease-in-out 0s;
	position: absolute;
}

.navbar a {
	transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
	background: rgba(26, 26, 26, 0.9);
	border-radius: 0;
	border: 0;
	padding: 0;
	box-shadow: none;
}

.navbar-custom .navbar-brand {
	font-size: 24px;
}
.navbar-custom .nav li > a {
	font-size: 14px;
	font-weight: 400;
	line-height: 70px;
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding: 11px 20px !important;
	letter-spacing: 2px;
	color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: #dddddd;
}

.navbar-custom .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f105";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-toggle {color: #fff; padding: 0; margin-top: 0; top: 10px;}
.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

.dropdown-menu {
	min-width: 180px;
	font-size: 11px;
}

section, #price .col-sm-3 {padding-top: 50px; padding-bottom: 50px;}
#price .row {margin-top: -50px;}

.h2, h2 {
		font-size: 36px;
}
.mgt-40 {margin-top: -40px !important;}
.mgt-50 {margin-top: -50px !important;}
.pdb70 {padding-bottom: 70px;}

.only_sp {display: none !important;}
.only_pad {display: none !important;}
.ls_s {letter-spacing: -10px; background: none !important;}
.txt_center {margin: 0 auto; text-align: center !important;}
.txt_o {color: #0d1c1f !important;}

.navbar-right {
 font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}

.align-center {
	text-align: center;
}

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

.position-relative {
	position: relative;
}

a img:hover {
	opacity: 0.9;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
#home {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-size: cover;
	padding: 0;
}
.contents_inner {
	box-sizing: boder-box;
	margin: 0 auto;
	padding: 30px 0 80px 0;
	color: #fff;
	text-align: center;
}

/* Transition elsements */
a,
.btn {
	transition: all 0.125s ease-in-out 0s;
}


/* mainImg */
.kvc {
	position: relative;
	height: 100%;
	padding-top: 0 !important;
}
#mainImg {
	display: table;
	height: 100vh;
	text-align: left;
	position: relative;
	z-index: 3;
}
#mainImg_txt {
	display: table-cell;
	width: 100%;
	letter-spacing: 5px;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}
#mainImg_txt h2 {
	font-size: 72px;
	text-align: center;
	font-weight: normal;
	margin: 0;
}
#mainImg_txt h2 strong {
}
#mainImg_txt h2 span {
	display: block;
	line-height: 1.5em;
}
#mainImg_txt h2 small {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	line-height: 1.75em;
	margin-top: 1.75em;
}
.home_animation {
	height: 100vh;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.75;
}
#light{
			position: relative;
			top: 150px;
		}
		#lineh1{
			position: absolute;
			left: 0;
			height: 1px;
			background: #fff;
			animation: lineH 4s 5s infinite linear;
		}
		#lineh2{
			position: absolute;
			left: 0;
			top: 40px;
			height: 1px;
			background: #fff;
			animation: lineH 5s 0.5s infinite linear;
		}
		#lineh3{
			position: absolute;
			left: 0;
			top: 70px;
			height: 1px;
			background: #fff;
			animation: lineH 5s 2s infinite linear;
		}
		#lineh4{
			position: absolute;
			right: 0;
			top: 100px;
			height: 1px;
			background: #fff;
			animation: lineH 5s 1s infinite linear;
		}
		#lineh5{
			position: absolute;
			left: 0;
			top: 130px;
			height: 1px;
			background: #fff;
			animation: lineH 5s 4s infinite linear;
		}
		#lineh6{
			position: absolute;
			right: 0;
			top: 160px;
			height: 1px;
			background: #fff;
			animation: lineH 4s 1s infinite linear;
		}
		#lineh7{
			position: absolute;
			right: 0;
			top: 190px;
			height: 1px;
			background: #fff;
			animation: lineH 4s 0s infinite linear;
		}
		#lineh8{
			position: absolute;
			left: 0;
			top: 220px;
			height: 1px;
			background: #fff;
			animation: lineH 4s 1.5s infinite linear;
		}
		#lineh9{
			position: absolute;
			left: 0;
			top: 250px;
			height: 1px;
			background: #fff;
			animation: lineH 5s 2s infinite linear;
		}
		#lineh10{
			position: absolute;
			right: 0;
			top: 280px;
			height: 1px;
			background: #fff;
			animation: lineH 4s 3s infinite linear;
		}
		#lineh11{
			position: absolute;
			right: 0;
			top: 310px;
			height: 1px;
			background: #fff;
			animation: lineH 4s 1s infinite linear;
		}
		#lineh12{
			position: absolute;
			right: 0;
			top: 340px;
			height: 1px;
			background: #fff;
			animation: lineH 6s 1s infinite linear;
		}
		@keyframes lineH {
			0%{
				width: 0%;
			}
			100%{
				width: 75%;
				opacity: 0;
      }
}

.main section {position: relative;}
.main section .container {
	position: relative;
	z-index: 2;
}

.line_btn a {
	display: block;
	width: 80%;
	place-items: center;
	background: #eaeaea;
	color: #eaeaea;
	text-decoration: none;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.line_btn a::before {
	content: "";
	position: absolute;
	margin: auto;
	inset: 0;
	width: 130%;
	background-image: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255));
	height: 60px;
	animation: rotBGimg 4s linear infinite;
	transition: all 0.2s linear;
}
.line_btn a::after {
	content: "";
	position: absolute;
	background: #000;
	inset: 4px;
	border-radius: 8px;
	transition: all 0.3s ease-in-out;
}
.line_btn a span {
	display: block;
	width: 100%;
	padding: 25px 45px;
	position: relative;
	z-index: 1;
}
.line_btn a:hover {
	color: #000;
	background: #cccccc;
}
.line_btn a:hover:after {
	background: #ffffff;
}

@keyframes rotBGimg {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

#scroll_down a {
	display: block;
	color: #fff;
	position: relative;
	z-index: 3;
}
#scroll_down a span {
	display: block;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	right: calc(5% + 1.25em);
	bottom: 100px;
}
.c-scroll-icon {
width: 21px;
	height: 100px;
	transform: translate3d(-50%, 0%, 0);
	position: absolute;
	right: 0;
	left: 0;
	bottom: 50px;
	margin: 0 auto;
	backface-visibility: hidden;
}
.c-scroll-icon .c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 21px;
  height: 100px;
  margin: 0 auto;
}
.c-scroll-icon .c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid #fff;
  top: -150px;
  left: 10px;
  animation: scroll-line 3s infinite;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes scroll-line {
  0% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, 185px, 0);
  }
  75% {
    transform: translate3d(0, 175px, 0);
  }
  100% {
    transform: translate3d(0, 280px, 0);
  }
}
.c-scroll-icon-triangle {
  position: relative;
  width: 20px;
  height: 30px;
  margin: -10px auto 0;
  animation: triangle-bounce 3s infinite;
}
.c-scroll-icon-triangle-mask {
  position: absolute;
}
.c-scroll-icon-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden;
}
.c-scroll-icon-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0;
}
.c-scroll-icon-triangle-mask.left {
  width: 10px;
  height: 30px;
  overflow: hidden;
  left: 1;
}
.c-scroll-icon-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden;
}
.c-scroll-icon-triangle-line {
  position: absolute;
}
.c-scroll-icon-triangle-line.first {
  border-bottom: 1px solid #fff;
  width: 30px;
  right: 0;
  animation: triangle-first 3s infinite;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.right {
  border-left: 1px solid #fff;
  height: 44px;
  transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  animation: triangle-right 3s infinite;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-scroll-icon-triangle-line.left {
  border-left: 1px solid #fff;
  height: 40px;
  transform: rotate(163deg);
  left: 5px;
  top: -3px;
  animation: triangle-left 3s infinite;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-scroll-icon-triangle-line.last {
  border-bottom: 1px solid #fff;
  width: 120px;
  left: 0;
  animation: triangle-last 3s infinite;
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes triangle-bounce {
  0% {
    transform: translate3d(0, -5px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: translate3d(0, -5px, 0);
  }
}
@keyframes triangle-first {
  0%,
  20% {
    transform: translate3d(-40px, 0, 0);
  }
  30%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
  85%,
  100% {
    transform: translate3d(30px, 0, 0);
  }
}
@keyframes triangle-right {
  0%,
  25% {
    transform: rotate(-163deg) translate3d(0, 40px, 0);
  }
  40%,
  84% {
    transform: rotate(-163deg) translate3d(0, 0, 0);
  }
  90%,
  100% {
    transform: rotate(-163deg) translate3d(0, -37px, 0);
  }
}
@keyframes triangle-left {
  0%,
  33% {
    transform: rotate(163deg) translate3d(0, -34px, 0);
  }
  50%,
  88% {
    transform: rotate(163deg) translate3d(0, 0, 0);
  }
  95%,
  100% {
    transform: rotate(163deg) translate3d(0, 38px, 0);
  }
}
@keyframes triangle-last {
  0%,
  87.5% {
    transform: translate3d(-120px, 0, 0);
  }
  91% {
    transform: translate3d(-80px, 0, 0);
  }
  100% {
    transform: translate3d(45px, 0, 0);
  }
}

.form-control {font-size: 15px;}
input[type=button].btn-block {display: inline; padding: 15px 0; margin-bottom: 60px; border: none; border-color: #ffffff;}

.navbar-custom {margin-bottom: 0;}

/* Sections */
.navbar-custom + .main {
}

.main {
	position: relative;
	background-color: #fff;
	letter-spacing: 1px;
	z-index: 0;
}

.main section h2 {
	font-size: 36px;
	font-weight: 400;
	position: relative;
	margin-bottom: 2em !important;
}
.main section h2:before, .main section h2:after {
	display: block;
	content: '';
	width: 1em;
	height: 1.75em;
	background: #fde7e3;
	transform: skew(-45deg);
	position: absolute;
	top: 0;
	left: 0.25em;
	z-index: -1;
}
.main section h2:after {
	width: 0.75em;
	height: 1em;
	top: -0;
	left: -0.5em;
}
.main section h2 small {
	font-size: 50%;
	color: #e83217;
	margin-left: 10px;
}
.main section .col-sm-6 h3 {
	font-size: 140%;
	line-height: 1.7em;
	border-left: 3px solid;
	padding-left: 13px;
	margin-bottom: 1.5em;
}
section h3.title_brd {
	text-align: center;
	font-weight: bold;
	position: relative;
	margin: 1em auto 3em auto;
}
.sub_page_title {background-repeat: no-repeat; background-size: cover; background-position: center; margin-bottom: 60px; position: relative; z-index: 2;}
.sub_page_title:before {display: block; content: ""; background: rgba(0,0,0,0.45); width: 100%; height: 100%; position: absolute; top: 0; left: 0;}
.sub_page_title .container {display: table; position: relative;}
.sub_page_title h2 {display: table-cell; height: 300px; margin: 0 !important; vertical-align: middle; letter-spacing: 3px;}
.sub_page_title h2:before, .sub_page_title h2:after {display: none !important;}
.sub_page_title h2, .sub_page_title h2 span {color: #ffffff !important; font-weight: 600; text-align: center;}
.sub_page_title h2 span {display: block; font-size: 45%; margin-top: 15px; line-height: 1.7em;}
#area .sub_page_title {background-image: url(../images/bg_area.webp); background-position: center;}

#service .service_list > li {
	width: 46%;
	background: #fff;
    margin: 0 2%;
	position: relative;
	border: 2px solid rgba(0,0,0,0.075);
}
#service .service_list > li:after, .img_shadow:after {
    display: block;
    background-color: #fcfcfc;
    background-image: url(../images/az-subtle.webp);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 4%;
    right: -4%;
    z-index: -1;
}
#service .service_list > li dl dt img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
#service .service_list > li dl dd {
	padding: 3% 5%;
}
#service .service_list > li dl dd h3 {
	text-align: center;
	margin: 0 auto;
}
#service .service_list > li dl dd h3 span {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 1em;
	text-align: center;
	margin: 1em auto 1.5em auto;
	padding: 7px 30px 9px 30px;
	border-radius: 30px;
}
#service .service_list > li:nth-child(1) dl dd h3 span {
	background: #fb914a;
}
#service .service_list > li dl dd ul {
	margin: 0;
	padding: 0;
}
#service .service_list > li dl dd ul li {
	display: block;
	font-weight: 600;
	line-height: 1.3em;
	padding: 10px 15px;
	margin-bottom: 1em;
}
#service .service_list > li dl dd ul li:before {display: block; float: left; width: 1em; font-family: "Font Awesome 5 Free"; text-align: center; content: ""; font-weight: 900;}
#service .service_list > li dl dd ul li:after {display: block; content: ''; clear: both;}
#service .service_list > li dl dd ul li:last-child {
	margin: 0;
}
#service .service_list > li dl dd ul li span {
	display: block;
    float: right;
	width: calc(100% - 2em);
	line-height: 1.5em;
}
#service .service_list > li:nth-child(1) dl dd ul li {
	background: rgba(251,145,74,0.075);
	color: #fb914a;
}
#service .service_list > li:nth-child(1) dl dd ul li:before {content: "\f201";}
#service .service_list > li:nth-child(2) dl dd h3 span {
	background: #4a95fb;
}
#service .service_list > li:nth-child(2) dl dd ul li {
	background: rgba(74,149,251,0.075);
	color: #4a95fb;
}
#service .service_list > li:nth-child(2) dl dd ul li:nth-child(1):before {content: "\f544";}
#service .service_list > li:nth-child(2) dl dd ul li:nth-child(2):before {content: "\f1b3";}
#service .service_list > li:nth-child(2) dl dd ul li:nth-child(3):before {content: "\f3ed";}

button {
	display: block !important;
    background: none;
    width: 35%;
    margin: 2em auto 1em auto !important;
    text-align: center !important;
    position: relative;
    border: none;
}
button a {
	display: block;
	background: #fff;
	color: #000;
	font-size: 18px;
	line-height: 3em;
	border-radius: 30px;
	border: 3px solid #000;
}
button a:after {
    content: '';
    width: 2em;
    height: 0.5em;
    border-bottom: solid 0.1em;
    border-right: solid 0.1em;
    transform: skew(45deg);
    position: absolute;
    right: 2em;
    top: 1.35em;
    transition: 0.5s ease-out;
}
button:hover a:after {
	right: -0.5em;
}

.col-md-offset-6-right {float: right; width: 50%; margin-right: 50%;}
.col-md-6-right {width: 50%; margin-left: 50%;}

/* Dark background */
.bg-dark,
.bg-dark-15,
.bg-dark-30,
.bg-dark-45,
.bg-dark-60,
.bg-dark-90 {
	color: #fff;
}

.bg-dark, #management {
	background: #0d1c1f;
}

.bg-dark-15:before {
	position: absolute;
	background: rgba(2, 2, 2, 0.2);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-30:before {
	position: absolute;
	background: rgba(2, 2, 2, 0.3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-45:before {
	position: absolute;
	background: rgba(2, 2, 2, 0.45);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-60:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-90:before {
	position: absolute;
	background: rgba(34, 34, 34, 0.9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-blur {position: relative;}
.bg-blur:before {
	content: '';
	background: inherit;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	z-index: -1;
}

.bg-light {
	background: #ffffff;
}

.bg-gray, .sub_page section {
	background: #fafafa;
}

.bg-light-30:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light-60:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light-70:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light-80:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.parallax-bg {
	background-attachment: fixed;
	background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-140 {
	padding-top: 140px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-140 {
	padding-bottom: 140px !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.txt_caution p {font-size: 12px;}
.txt_wh {color: #ffffff !important;}

.flex_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
}

.img_company img {
	max-width: 80%;
}
.img_shadow {
	position: relative;
}
.col-sm-6:after {
	width: 80%;
	left: 4%;
}

#service .service_list {
	background-size: cover;
	background-position: center;
	width: calc(92%/ 4);
	position: relative;
}
#service .service_list:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
#service .service_list > div {
	display: table;
	width: 100%;
	height: 120px;
	position: relative;
}
#service .service_list > div h3 {
	display: table-cell;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
#service .service_list:nth-child(1) {
	background-image: url(../images/bg_service_01.webp);
}
#service .service_list:nth-child(2) {
	background-image: url(../images/bg_service_02.webp);
}
#service .service_list:nth-child(3) {
	background-image: url(../images/bg_service_03.webp);
}
#service .service_list:nth-child(4) {
	background-image: url(../images/bg_service_04.webp);
}

#price table {
	width: 100%;
}
#price h3 {
	background: #000;
	width: 100%;
	font-size: 110%;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1em;
	padding: 15px 5px;
	margin-bottom: 0;
}
#price table tr:nth-child(even) {
	background: #f7f7f7;
}
#price table tr td {
	padding: 15px;
	font-feature-settings: "palt";
}
#price table tr td ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

#area {margin-top: 0; padding-top: 0; margin-bottom: -60px;}
#company dl {
	margin-top: 2em;
}
#company dl dt {
	display: block;
	background: #000;
	color: #fff;
	line-height: 1em;
	text-align: center;
	padding: 10px;
	margin-bottom: 1em;
}
#company table {
	width: 100%;
}
#company table tr {
	width: 100%;
	border-bottom: 1px solid;
}
#company table tr th, #company table tr td {
	font-weight: 400;
	padding: 10px 15px;
}
#company table tr td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#company table tr td ul li:last-child {
	margin: 0;
}
#company table th small {color: #777777;}
#company table td small {display: inline-block; color: #757575; margin-top: 5px; letter-spacing: 0;}
.check_list {list-style-type: none; margin-top: 1.3em;}
.check_list {padding: 0;}
.check_list li {display: block; width: calc(94% / 3); font-size: 14px; text-align: center; line-height: 1em; letter-spacing: 0; padding: 10px 5px; margin-bottom: 0.7em; border: 1px solid #999;}
.check_list li:before {
  display: inline-block;
  padding-right: 1.3%;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
}

.txt_wh, .txt_wh a, .txt_white {color: #fff !important;}
.txt_wh small {color: #fff !important; font-size: 14px;}

.txt_gray {color: #999999;}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
	color: #0d1c1f;
}

a:hover, a:focus {
	text-decoration: none;
	color: #aaa;
	outline: 0;
}

.bg-price {
	background: #fff600;
}

.bg-dark a {
	color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border: 0;
	font-style: italic;
	font-size: 15px;
	padding: 0;
}

.font-alt {
	letter-spacing: 2px;
}

.font-serif {
	font-style: italic;
}

.large-text {
	font-size: 24px !important;
}

h1, h2, h3, h4, h5, h6, .navbar-custom .nav li > a, .fl_left, .fl_right {
	transform: rotate(.03deg);
}

.box-shadow {box-shadow: 0 0 4px rgba(0,0,0,0.3) inset;}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
	background: #000;
	padding: 50px 0 10px 0;
	border-top: 1px solid #cccccc; 
}
.footer .row {margin: 0;}
#footer_logo a {
	color: #fff;
	letter-spacing: 3px;
}
#footer_logo a:before {
	background-image: url(../images/footer_logo.webp);
}
.footer .copyright {
	font-size: 14px;
	color: #eaeaea;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 30px;
	margin: 0;
}

hr {display: block; float: none; clear: both; border: none;}

.fl_left {float: left; width: 48%;}
.fl_right {float: right; width: 48%;}
.txt_140,p#txt_kakunin {font-size: 140%; font-weight: 900; line-height: 1.8em;}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
}
.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
}
.navbar-custom .dropdown-menu .dropdown-toggle:after {
		position: absolute;
		display: block;
		right: 9px;
		top: 50%;
		margin-top: -6px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 9px;
		content: "\f105";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
.navbar-fixed-top {
	width: 100%;
	position: fixed;
	top: 0;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.95);
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition-duration: 0.3s;
	-ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 4;
}
.navbar-fixed-top #head_logo a {
	height: auto !important;
}
#head_logo {margin: 0;}
.navbar-fixed-top .navbar-brand img, #footer_logo a img {
	height: 45px;
	max-width: 100%;
	width: auto;
	margin: 5px 0;
}
.navbar-transparent {background-color: rgba(255, 255, 255, 1);}
.navbar-brand img {
	height: 45px;
	width: auto;
}
	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	/* Comments */
	.comment .comment {
		margin-left: 75px;
	}
	
	.title h2 {font-size: 57%;}
	.col-sm-3 {width: 33%;}
	.col-sm-4 {width: 25%;}
	
hr {padding: 30px 0; border-bottom: 4px double #dddddd;}

@media (max-width: 991px) {
.only_tab {display: block !important;}
	#mainImg_txt h2 {font-size: 48px;}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-10 {
		margin-top: 10px !important;
	}
	.mt-sm-20 {
		margin-top: 20px !important;
	}
	.mt-sm-30 {
		margin-top: 30px !important;
	}
	.mt-sm-40 {
		margin-top: 40px !important;
	}
	.mt-sm-50 {
		margin-top: 50px !important;
	}
	.mt-sm-60 {
		margin-top: 60px !important;
	}
	.mt-sm-70 {
		margin-top: 70px !important;
	}
	.mt-sm-80 {
		margin-top: 80px !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}
	.mb-sm-20 {
		margin-bottom: 20px !important;
	}
	.mb-sm-30 {
		margin-bottom: 30px !important;
	}
	.mb-sm-40 {
		margin-bottom: 40px !important;
	}
	.mb-sm-50 {
		margin-bottom: 50px !important;
	}
	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}
	.mb-sm-80 {
		margin-bottom: 80px !important;
	}
		/* Half-image */
	.side-image {
		position: relative;
		height: 300px;
	}
	/* Navbar */
	.navbar-custom {
		letter-spacing: 0;
}
	.only_pad {display: block !important;}
	.sub_page_title h2 {height: 200px;}
	.container .row {padding: 0 1em;}
	.col-sm-6 img {display: block; max-width: 80%; width: 80%; object-fit: cover; max-height: 300px; margin: 2em auto;}
	.sub_page p br {display: none;}
	#company .col-sm-6 img {width: 100%; height: 300px; object-fit: cover; margin: 0 10% 5em 10%;}
	.img_shadow:after {top: 8%; left: 14%;}
	.col-md-6-right, .col-md-offset-6-right {width: 100%; float: none; margin-left: 0;}
}

@media (max-width: 767px) {
	.navbar-collapse.in {background: rgba(255,255,255,0.9); border-top: none; position: relative; overflow: hidden;}
	.navbar-custom .navbar-toggle .icon-bar {width: 30px; background: #000;}
	.navbar-custom .navbar-toggle .icon-bar:nth-child(3) {width: 85%; margin-left: 15%;}
	.navbar-custom .navbar-toggle .icon-bar:nth-child(4) {width: 70%; margin-left: 30%;}
	.navbar-custom .navbar-toggle .menu_txt {display: block; margin-top: 3px;}
	.navbar-toggle {width:  max-content; color: #000 !important; margin: 0 !important; right: 15px; z-index: 999;}
	.navbar-fixed-top .navbar-collapse {max-height: fit-content;}
	#head_logo {margin-left: 15px;}
	#head_logo a, #footer_logo a {display: inline-block; vertical-align: top; height: 50px !important; line-height: 50px; font-size: 18px; letter-spacing: 3px;}
	#head_logo a:before, #footer_logo a:before {width: 26px; height: 30px;}
	#home {background-position: center !important; background-size: cover !important;}
	#mainImg {width: 100%; height: 100vh;}
	.main section .container {width: 90% !important;}
	#news .container p br {display: none;}
	.h2, h2 {font-size: 30px;}
	.sub_page {padding-top: 53px;}
	.sub_page_title h2 {margin-bottom: 45px;}
	.sub_page_title h2 span {font-size: 14px; line-height: 1.5em; margin-top: 10px;}
	.sub_page_title h2 span br, .sub_page h3 br {display: none;}
	.contents {margin-bottom: -230px;}
	.contents:before {background-size: 50%;}
	.contents img {width: 80%;}
	#mainImg_txt .main_txt {text-align: left; margin-bottom: 1.7em;}
	#mainImg_txt .main_txt p br {display: none;}
	#mainImg_txt .btn.btn-border-o {font-size: 240%;}
	.mainImg_tel_txt span	{font-size: 130% !important;}
	.mainImg_tel_txt .btn {font-size: 280% !important;}

	.menu_txt {text-align: center;}
	.mt-xs-0 {
		margin-top: 0 !important;
	}
	.mt-xs-10 {
		margin-top: 10px !important;
	}
	.mt-xs-20 {
		margin-top: 20px !important;
	}
	.mt-xs-30 {
		margin-top: 30px !important;
	}
	.mt-xs-40 {
		margin-top: 40px !important;
	}
	.mt-xs-50 {
		margin-top: 50px !important;
	}
	.mt-xs-60 {
		margin-top: 60px !important;
	}
	.mt-xs-70 {
		margin-top: 70px !important;
	}
	.mt-xs-80 {
		margin-top: 80px !important;
	}
	.mb-xs-0 {
		margin-bottom: 0 !important;
	}
	.mb-xs-10 {
		margin-bottom: 10px !important;
	}
	.mb-xs-20 {
		margin-bottom: 20px !important;
	}
	.mb-xs-30 {
		margin-bottom: 30px !important;
	}
	.mb-xs-40 {
		margin-bottom: 40px !important;
	}
	.mb-xs-50 {
		margin-bottom: 50px !important;
	}
	.mb-xs-60 {
		margin-bottom: 60px !important;
	}
	.mb-xs-70 {
		margin-bottom: 70px !important;
	}
	.mb-xs-80 {
		margin-bottom: 80px !important;
	}
	.col-md-offset-6-right, .col-md-6-right {float: right; width: 100%; margin-right: 0; margin: 0;}

	/* Navbar */
	.only_pc {display: none !important;}
	.only_sp {display: block !important; line-height: 0;}
	#home{height: 100vh !important; background-position: 20% center;}
	#mainImg_txt .col-sm-6 {width: 100%;}
	#mainImg_txt h2 {font-size: 48px; letter-spacing: 1px;}
	.font-alt span, #reason h4 span {display: block;}
	.navbar-custom .navbar-nav {
		letter-spacing: 3px;
		margin-top: 0;
		margin-bottom: 0;
		background: rgba(255, 255, 255, 0.9)
	}
	.navbar-custom .nav li > a {color: #0d1c1f;}
	.navbar-custom li > a:hover {
		background: rgba(255, 255, 255, 0.1) !important;
	}
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 25px;
	}
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding: 10px 35px;
	}
	.navbar-custom li a,
	.navbar-custom .dropdown-search {
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	}
	.navbar-custom .dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		right: 7%;
		content: "\f105";
	}
	.navbar-custom .nav > .open > .dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
		right: 7px;
		content: "\f106";
	}
	.navbar-toggle .icon-bar {text-align: center; margin: 0 auto;}
	.parallax-bg {background-attachment: inherit !important;}
	.post.mb-0 {
		margin-bottom: 40px !important;
	}
	.copyright {width: 100%; margin: 0 auto;}
	.footer-social-links {
		text-align: center;
		margin: 10px 0;
	}
	.align-center-sm {
		text-align: center;
	}
	.align-left-sm {
		text-align: left;
	}
	
.bg-light-60:before {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
}
button a {line-height: 3.4em; font-size: 14px; border-radius: 45px;}
button a:after {top: 1.5em;}
.footer, .footer .copyright {text-align: center;}
.footer .footer_link, .footer .footer_logo {float: none; clear: both; text-align: center; margin: 60px auto 0 auto; padding: 0;}
.footer .footer_logo {max-width: 50%;}
.footer p img {max-width: 60% !important; margin-top: 20px;}
#custom-collapse .btn.btn-border-o {width: 90%; margin: 15px auto; color: #d83d00; font-weight: bold; font-size: 120% !important; border-bottom: 4px solid #a9a300 !important; padding: 15px 0 !important;}
#custom-collapse .btn.btn-border-o:hover {border-bottom: 4px solid #35717d !important;}
.col-sm-3, .col-sm-4 {width: 100% !important; padding: 0;}
#service .service_list {display: block; width: 50%;}
#service .service_list > div h3 {font-size: 14px;}
#company table tr th, #company table tr td {padding: 15px 10px;}
#company table tr td ul li {list-style-type: circle; list-style-position: inside; margin-bottom: 5px;}
.check_list li {font-size: 12px;}
button {width: 80%; margin: 2em auto 3em auto !important;}
.btn_link a {width: 80%; margin: 0 auto;}
}

@media only screen and (max-width: 480px) {
.fl_left, .fl_right {float: none; width: 100%;}
.navbar-brand {padding-right: 0;}
.navbar-toggle {padding: 0 10px; right: 0;}
.navbar-custom .nav li > a {font-size: 14px;}
.nav>li>a {font-size: 14px;}
.navbar-custom .navbar-brand {font-size: 18px;}
.navbar-brand img {height: 20px; position: relative; top: 4px;}
#home {height: 95vh;}
#head_logo a {display: block; position: relative;}
#head_logo a img {top: 0; margin: 10px 15px;}
#mainImg {height: 95vh;}
#mainImg_txt h2 {font-size: 46px;}
#mainImg_txt h2 small {font-size: 18px;}
#mainImg_txt h2 small br {display: none;}
.home_animation {width: 100%;}
@keyframes lineH {
	0%{
		width: 0%;
	}
	80%{
		width: 75%;
		opacity: 0;
      }
}
h2,h3 {font-weight: bold;}
.bg_white {background: #fff; padding: 15px 0;}
.footer_link {width: 100%;}
#main {margin: 0 !important; padding: 0 !important; overflow: !important;}
#service .service_list > li dl dt img {height: 200px;}
#company table tr th {width: 1em; text-align: center;}
#company .col-sm-6 img {height: 200px;}
.check_list li {width: 100%; font-size: 14px;}
button {width: 90%;}
}

@media only screen and (max-width: 375px) {
.navbar-brand img {height: 24px;}
#head_logo a {font-size: 10px;}
.txt_big {font-size: 140%;}
#custom-collapse .btn.btn-border-o, .btn.btn-border-o {font-size: 15px;}
#head_logo a {top: 1px;}
}

@media only screen and (max-width: 375px) and (max-height: 667px) {
#mainImg_txt {top: 80px;}
#mainImg_txt h2 {font-size: 36px; line-height: inherit;}
}

@media only screen and (max-width: 320px) {
.navbar-brand img {height: 15px;}
#head_logo a {font-size: 10px;}
#mainImg_txt {top: 50px;}
#mainImg_txt h2 {background: none; display: block !important; font-size: 30px; line-height: 1.4em !important;}
#mainImg_txt h2 br {display: none;}
#mainImg_txt h2 span {display: inline !important; background: linear-gradient(transparent 60%, rgba(255, 239, 107, 1) 60%); font-weight: bold;}
.h2, h2 {font-size: 24px;}
.h3, h3 {font-size: 18px;}
.h4, h4 {font-size: 14px;}
}

@media(min-width: 768px){
	a[href^="tel:"]{
		pointer-events: none;
		}
	.navbar-toggle {
		display: none !important;
		}
}