@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
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;
	color: #231815;
	-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;}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-transparent #head_logo {display: none;}
#head_logo a {font-size: 11px; white-space: nowrap; line-height: 1.3em; color: #231815; display: block; height: 85px !important; margin: 0; padding: 0;}
.navbar-brand {float: none; margin: 0; padding: 0;}
#head_logo a span {display: inline-block; margin-top: -4px; letter-spacing: 0.3px;}
.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: 900;
	line-height: 70px;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-transparent .nav li > a {
	position: relative;
	font-size: 12px !important;
	color: #ffffff;
	padding-left: 20px;
	font-weight: 900;
	letter-spacing: 1px;
}

.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 {display: none !important; 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 {padding-top: 80px; padding-bottom: 80px;}
.sub_page section {padding-top: 0;}
.sub_page_title {background: #005bac; margin-bottom: 30px;}
.sub_page_title h1 {padding: 60px 0; margin: 0 !important;}
.sub_page_title h1, .sub_page_title h1 span {color: #ffffff;}

.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: #231815 !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-section {
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	background-size: cover;
	padding: 0;
}
.home-section:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.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%;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 5px;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}
#mainImg_txt h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 0;
}
#mainImg_txt h1 img {
	display: block;
	max-width: 300px;
	margin: 0 auto 0.75em auto;
}
#mainImg_txt h1 strong {
	color: rgba(52,108,205,1);
}
#mainImg_txt h1 span {
	display: inline-block;
}
#mainImg_txt h1 small {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.75em;
	margin-top: 1em;
}

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

#btn_scroll a {
	display: inline-block;
    width: 3em;
    position: absolute;
    right: 0;
    left: calc(50% - 2em);
    bottom: -45px;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 900;
    line-height: 2em;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
	writing-mode: vertical-lr;
	z-index: 3;
}
#btn_scroll a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.75em;
    width: 1px;
    height: 100px;
    background: #fff;
}
#btn_scroll a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.75em;
    width: 1px;
    height: 100px;
    background: rgba(255,255,255,0.45);
}
#btn_scroll a::after {
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* Sections */
.fadeup {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.fadeup.on {
  transform: translateY(0);
  opacity: 1.0;
}

.main {
	position: relative;
	background-color: #fff;
	letter-spacing: 1px;
	z-index: 0;
}
section h1,
section h2 {
	color: #005bac;
	font-weight: 600;
}
section h3.title_brd {
	text-align: center;
	font-weight: bold;
	position: relative;
	margin: 1em auto 3em auto;
}
.js_typing {
	display: inline-block;
	min-height: 2em;
	background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 64px;
	font-weight: 600;
}
.bg_linear {
	background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%);
	position: relative;
}
.bg_linear .js_typing {
	height: 3.5em;
	background: linear-gradient(135deg, #ffffff 0%,#fafafa 47%,#a1dbff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg_linear p {
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
}
#about {background: #005bac; color: #ffffff; font-weight: 600;}
#about h2 {
	color: #ffffff;
	margin-bottom: 0.75em;
}
.bg_wh_box {
	background: rgba(255,255,255,0.65);
	margin: 2em 0;
	padding: 1em 2em;
	border: 5px solid #ffffff;
	box-sizing: border-box;
}

#intro {
	background: url(../images/bg_intro.webp) center;
	background-attachment: fixed;
	color: #ffffff;
	font-weight: 600;
	position: relative;
}
#intro:before {
	display: block;
	background: -webkit-linear-gradient(45deg, #005bac, #e88a30 80%);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.85;
}
#intro h2 {
	color: #ffffff;
	margin-bottom: 0.75em;
}
#intro img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 120px;
}
.intro_line {
	border-left: 4px solid rgba(255,255,255,0.45);
	padding-left: 1.35em;
	margin-left: 0.2em;
}

#service {
	background: #f7f7f7;
}
#service #service_box {background: #ffffff; margin: 30px 0; padding: 0 45px 30px 45px; border: 1px solid #dddddd; position: relative;}
#service #service_box:after {display: block; content: ''; clear: both;}

#service h2, #service .service_list {
	position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.title_center {
	text-align: center !important;
	margin-bottom: 2em !important;
}
.title_center span {
	display: block;
	font-size: 60%;
	color: #6d7887;
}

#service .service_list {justify-content: space-between;}
#service .service_list li {
	background: #ffffff;
	width: 49%;
	border: 1px solid #dddddd;
	border-top: 3px solid #005bac;
	padding: 3% 5%;
	margin-bottom: 2%;
}
#service .service_list li dl {
	margin-bottom: 0;
}
#service .service_list li dl dt {
	font-size: 85%;
	font-weight: 600;
	color: #6d7887;
	margin-bottom: 1em;
}
#service .service_list li dl dt img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	margin: 0 auto 1em auto;
}
#service .service_list li dl dd p {
	font-weight: 600;
	margin-bottom: 0.75em;
}
#service .service_list li dl dd p span {
	display: block;
	font-size: 90%;
	font-weight: normal;
    text-align: justify;
	line-height: 1.5em;
	margin-top: 10px;
}
#service .service_list li dl dd p:last-child {
	margin-bottom: 0;
}

button {
	display: block !important;
    background: none;
    width: 65%;
    margin: 2em 0 1em 0 !important;
    text-align: center !important;
    position: relative;
    border: none;
}
button a {
	display: block !important;
	background: none;
	color: #005bac;
	font-size: 18px !important;
	padding: 0 !important;
	line-height: 2.8em !important;
	border-radius: 30px !important;
	border: 1px solid #005bac !important;
}
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: 1.5em;
    top: 1em;
    transition: 0.5s ease-out;
}
button:hover a {color: #005bac !important;}
button:hover a:after {
	color: #005bac;
	right: -0.35em;
}

.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: #231815;
}

.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.4);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

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

.bg-dark-60:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	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, .bg-merit {
	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;
}

.bg-sky {
	background: #d83d00;
}

.bg-sky h3 {color: #ffffff !important;}
.bg-sky .under_l:before {background: #ffffff !important;}

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

#news {
	background: #f7f7f7;
	position: relative;
}

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

.flex_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#policy {
	background: #ffffff url(../images/bg_policy.webp);
	background-repeat: no-repeat;
	background-position: 50vw 50%;
	background-size: cover;
	position: relative;
}
#policy:before, #policy:after {
	display: block;
    content: "";
    width: 30%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    top: 0;
    left: 50%;
}
#policy:after {display: none;}
#policy h2 {
	position: relative;
	padding-bottom: 1em;
}
#policy h2:after {
	display: block;
	content: "";
	background: -webkit-linear-gradient(45deg, #005bac, #e88a30 80%);
	width: 65%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0.5em;
}
.policy-box dt img {
	display: block;
	margin: 2em 0 3em 0;
}

#company table td small {display: inline-block; margin-top: 5px; letter-spacing: 0;}

.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: #231815;
}

a:hover, a:focus {
	text-decoration: none;
	color: #aaa;
	outline: 0;
}
.btnLink {
    display: grid;
    place-items: center;
}
.btnLink a {
    margin-top: 2em;
    padding: 1em 3em;
    border: 1px solid gray;
    border-radius: 9999px;
    text-decoration: none;
}

.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;
}
section .container h2 strong {
	font-family: 'Josefin Sans', sans-serif;
}

p, ol, ul, blockquote {
	margin: 0 0 0.75em;
}

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

.company_box {margin: 3em 0 2em 0;}
.company_box h3 {margin-bottom: 2em;}
.company_box table {width: 90%; margin: 0 auto;}
.company_box table tr {border-bottom: 3px solid rgba(255, 255, 255, 1); margin-bottom: 10px;}
.company_box table tr:first-child {border-top: 1px dotted rgba(255, 255, 255, 0.85);}
.company_box table th, .company_box table td {font-size: 14px; text-align: left; padding: 20px;}
.company_box table th {background: #f7f7f7; font-weight: 600; white-space: nowrap;}
.company_box table td, .company_box table td p, .company_box table td ul {
	font-size: 14px;
	margin-bottom: 0;
}
.company_box table td ul, .company_box table td dl {
	font-size: 90%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bg_company {
	width: 65%;
	position: absolute;
	right: -20vw;
}
.bg_company img {
	width: 100%;
    height: 65vh;
    object-fit: cover;
	position: relative;
	z-index: 2;
	border-radius: 12px;
}
.bg_company:after {
	display: block;
	content: "";
	background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%);
	width: 61vw;
	height: 65vh;
	position: absolute;
	right: -2vw;
	top: 8vh;
	z-index: 1;
	border-radius: 12px;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
	margin: 30px auto 0 auto;
	padding: 0;
}

.accordion-area > li {
	margin: 10px 0;
}
.accordion-area > li dl dt.title span, .accordion-area > li dl dt.title span div {
	display: block;
	position: relative;
}
.accordion-area li > dl dt.title spa {padding: 0 30px;}
.accordion-area li > dl dt.title span:before {
	display: block;
	content: "";
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.accordion-area section {
  padding: 0;
}
.close {float: none; opacity: 1.0;}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    color: #ffffff;
    font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
	line-height: 135px;
    margin: 0;
    transition: all .5s ease;
}
.accordion-area > li dl dt.title:hover span::before {background: rgba(0,0,0,0.35);}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 24px;
    height: 4px;
    background-color: #ffffff;
    
}
.title::before{
    top:48%;
    right: 5%;
    transform: rotate(0deg);
	z-index: 1;
}
.title::after{    
    top:48%;
    right: 5%;
    transform: rotate(90deg);
	z-index: 1;
}
/*closeというクラスがついたら形状変化*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}
.close:focus, .close:hover {
	color: #ffffff !important;
	opacity: 1.0 !important;
}
.close span:before, .close span:before {
	background: rgba(0,0,0,0.35) !important;
}

/*アコーディオンで現れるエリア*/
.box {
	display: none;/*はじめは非表示*/
	margin: 30px 0;
}

.box_wh {
  background: rgba(255,255,255,0.8);
  padding: 30px;
  margin: 30px 0;
  border-radius: 5px;
  border: 2px solid #ffffff;
  clear: both;
}
.box_wh:after {display: block; clear: both; content: "";}
.box_wh h3 {font-size: 24px; line-height: 1.2em; letter-spacing: 5px; margin-bottom: 20px; border-left: 5px solid rgba(144,207,195,0.8) !important; padding-left: 10px;}
.box_wh p {font-size: 18px;}
.box_wh h3 span {font-size: 60%; color: #6e7372; padding-left: 5px;}
.box_wh .fl_left {
  width: 30%;
}
.box_wh .fl_right {
  width: 66%;
}
.box table tr th {
	white-space: nowrap;
	vertical-align: top;
	padding: 10px 20px 10px 0;
	border-right: 2px solid #6d7887;
}
.box table tr td {
	padding: 10px 0 10px 20px;
}
.box_wh p:last-child {margin-bottom: 0;}

.accordion-area li > dl dt.title {
	background-size: cover !important;
	min-height: 135px;
}
#b-doboku dl dt.title {
	background: url(../images/bg_recruit_b-doboku.webp);
	background-position: center;
}
#b-operator dl dt.title {
	background: url(../images/bg_recruit_b-operator.webp);
	background-position: center 30%;
}
#c-doboku dl dt.title {
	background: url(../images/bg_recruit_c-doboku.webp);
	background-position: center 30%;
}
#c-operator dl dt.title {
	background: url(../images/bg_recruit_c-operator.webp);
	background-position: center 80%;
}

.top_recruit_txt {padding-left: 2em;}
.top_recruit_txt h2 {margin-bottom: 0.75em;}
.sub_page {padding-top: 71px;}

.top_message_txt {padding-right: 2em;}
/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
	background: #231815;
	padding: 50px 0 20px 0;
	border-top: 1px solid #cccccc; 
}
.footer_logo img {
	display: block;
	margin: 0 auto;
}
.footer h3 {margin: 50px auto;}
.footer .copyright {
	font-size: 10px;
	color: #f7f7f7;
	padding-top: 50px;
	margin: 0;
	text-align: center;
}

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, 1.0);
	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 {
	height: 40px;
	width: auto;
	margin: 15px 0;
}
.navbar-transparent {
	background: none !important;
	border: none !important;
	backdrop-filter: none;
}
.navbar-transparent .navbar-brand img {
	height: 60px;
	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;}
	.container .row {padding: 0 1em;}
	.col-sm-6 img {display: block; max-width: 80%; margin: 3em auto;}
	.col-md-6-right, .col-md-offset-6-right {width: 100%; float: none; margin-left: 0;}
	.js_typing {font-size: 48px;}
}

@media (max-width: 767px) {
	.navbar-fixed-top {background-color: rgba(255, 255, 255, 1);}
	#hamburger {position: absolute; display: block; width: 30px; height: 25px; top: 12px; right: 15px; margin: 0 0 0 auto;}
	#hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 100%;
   height: 2px;
   background-color: #231815;
   transform: translateY(-50%);
	}
	.navbar-transparent #hamburger span, .navbar-transparent #hamburger::before, .navbar-transparent #hamburger::after {
		background-color: #ffffff;
	}
	#hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #231815;
}
#hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #231815;
	}
	.sp-nav {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   background: rgba(0, 0, 0, .8);
   transition: all .2s ease-in-out;
	}
	.sp-nav ul {
	list-style-type: none;
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
}
.sp-nav li {
   width: 90%;
   text-align: center;
   margin: 0 5%;
   padding: 0;
}
.sp-nav li span {
   font-size: 15px;
   color: #fff;
}
.sp-nav li a, .sp-nav li span {
	display: block;
    width: 100%;
	font-weight: 600;
	text-shadow: none;
    color: #ffffff;
    padding: 20px 0;
	}
	.sp-nav li a {border-bottom: 1px solid rgba(255,255,255,0.65);}
	/*基準となるli要素*/
	.sp-nav .close {
	width: 60%;
	color: #ffffff;
   position: relative;
		opacity: 1.0;
		border: 2px solid #ffffff;
		margin-top: 2em;
		border-radius: 30px;
}
/*バツ印線1*/
.sp-nav .close::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 20%;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( 45deg );
}
/*バツ印線2*/
.sp-nav .close::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 20%;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( -45deg );
	}
	.sp-nav {
   z-index: 999;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   background: rgba(0, 91, 172, 0.95);
   transition: all .2s ease-in-out;
   opacity: 0;
   transform: translateY(-100%);
		}
		.toggle {
   transform: translateY( 0 );
   opacity: 1;
}
	.navbar-transparent {background: transparent !important; border: none !important;}
	.navbar-collapse.in {background: rgba(255,255,255,0.9); border-top: none; position: relative; overflow: hidden;}
	.navbar-custom .navbar-toggle .icon-bar {width: auto; background: #231815;}
	.navbar-custom .navbar-toggle .menu_txt {display: block; font-family: 'Josefin Sans', sans-serif; margin-top: 3px;}
	.navbar-toggle {width:  max-content; color: #231815 !important; margin: 0 !important; right: 15px;}
	.navbar-fixed-top .navbar-collapse {max-height: fit-content;}
	.home-section:before {width: 100%;}
	#mainImg {width: 100%; height: 100vh;}
	#head_logo {margin: 0;}
	#head_logo a {height: auto !important;}
	#head_logo a span {display: block !important;}
	#head_logo a img {position: relative; height: 30px; width: auto; box-shadow: none; margin: 10px 15px;}
	.sub_page {padding-top: 51px;}
	section .container p br {display: none;}
	.h2, h2 {font-size: 28px;}
	.sub-page .main {padding-top: 50px;}
	.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; font-size: 85%;}
	.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;}
	#mainImg_txt .col-sm-6 {width: 100%;}
	#mainImg_txt h2 {font-size: 40px; 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: #231815;}
	.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: o 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);
}
#head_logo a {font-size: 12px; display: block; height: auto; margin: 0; padding: 0;}
.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;}
#about {background-position: 30% center;}
#about:before {width: 150%; left: 0;}
#about dl dd table th {white-space: nowrap;}
.bg_wh_box {background: rgba(255,255,255,0.8);}
#service .service_list li {width: 100%; padding: 30px; margin-bottom: 30px;}
#service .service_list li dl dd p {font-weight: 600; line-height: 1.75em;}
#service .service_list li dl dd p span {font-size: 12px;}
#intro h2 {text-align: center; margin: 1.35em auto;}
#recruit .sub_page_title {margin-bottom: 0;}
.accordion-area {margin-top: 0;}
.accordion-area > li {margin: 0;}
.accordion-area > li dl {margin-bottom: 0;}
.accordion-area > li dl dd.box {margin: 30px 15px;}
.accordion-area > li dl dt.title span div {font-size: 18px; text-align: left; padding: 0 10px;}
.title::before, .title::after {width: 18px; height: 3px;}
.intro_line {margin-left: 0;}
#policy {background-position: 10% 50%;}
#policy:before {width: 150%; left: 0;}
#policy:after {display: block; width: 100%; left: 0;}
#policy h2:after {display: block; width: 100%; left: 0;}
#policy .container {position: relative; z-index: 3;}
button {width: 80%; margin: 2em auto 3em auto !important;}
.btn_link a {width: 80%; margin: 0 auto;}
/*
.company_box table tr:last-child {border: none;}
*/
#recruit .col-sm-12, #contact .col-sm-12, #contact-form {padding: 0 !important;}
.company_box {margin: 0;}
.company_box:fist-child {margin-top: 3em;}
.company_box table {width: 100%; margin: 0 auto;}
.company_box table th, .company_box table td {letter-spacing: 0;}
.bg_company {width: 100%; position: relative; margin: 3em 0;}
.bg_company:after {width: 105vw; height: 43vh; position: absolute; right: 0; top: 5vh;}
.bg_company img {height: 43vh; max-width: 100%; margin: 0;}
.top_recruit_txt {padding-left: 0;}
.top_message_txt {padding-right: 0;}
button a:after {right: 2em;}
}

@media only screen and (max-width: 480px) {
.fl_left, .fl_right {float: none; width: 100%;}
.navbar-transparent {background: transparent !important; border: none !important; backdrop-filter: none !important;}
.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;}
#head_logo a {display: block; position: relative;}
#head_logo a img {top: 0; margin: 10px 15px;}
#mainImg {height: 95vh;}
#mainImg_txt h2 {font-size: 36px;}
#mainImg_txt h2 small {font-size: 18px;}
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;}
#about h2 {margin-top: 0 !important;}
#service #service_box {background: none; padding: 0 15px; margin: 30px 0 60px 0; border: none;}
#company a {color: #ffffff;}
.company_box table td, .company_box table td p, .company_box table td ul {text-align: left;}
.company_box table td ul {list-style-type: circle;}
}

@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;
		}
}
/*以降はセイコープロセス追加分*/
/*共通*/
.pB50 {
    padding-bottom: 50px;
}
/*トップページ*/
#top #home h1 {
    color: #ffffff;
}
.service_list li {
    position: relative;
}
.serviceWorks {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.pageLink {
    display: grid;
    place-items: center;
}
.pageLink a {
    margin-top: 2em;
    padding: 1em 3em;
    border: 1px solid #005bac;
    text-decoration: none;
}
.pageLink a:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #005bac;
    transition: all .3s;
}
/*施工事例*/
.works_list h3 {
    font-weight: 400 !important;
}
.works_photo {
    justify-content: flex-start;
    padding: 0 15px;
}
.works_photo li {
    width: 33.3%;
    margin-bottom: 35px;
    padding: 0 1%;
}
/*会社概要*/
.machine_list {
    justify-content: space-between;
    padding: 0 15px;
}
.machine_list li {
    width: 48%;
    margin-bottom: 35px;
}
.company_img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.machine_list {
    justify-content: space-between;
    padding: 0 15px;
}
.machine_list li {
    width: 48%;
    margin-bottom: 35px;
}
@media (max-width: 768px) {
    .machine_list {
        padding: 0;
    }
    .machine_list li,
    .works_photo li {
        width: 100%;
    }
}
/*フッター*/
.footernav {
    padding: 20px 0;
}
.footernav li {
    padding: 0 10px;
}