 /*
Theme Name: 
Theme URI: NA
Author: T.Oka
Author URI: NA
Description: NA
Version: 1.0.0
*/
html {
	margin: 0 !important;
	scroll-behavior: smooth;
	background: rgba(255,255,255,0);
}
.body {
	margin: 0;
}
.main{
	position: relative;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}
.heading {
	width: 100%;
	padding: 80px 15%;
}
ul {
	list-style: none;
 	margin: 0;
 	padding: 0;
}
a {
	display: inline-block;
}
a:hover {
	opacity: 0.8;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 960px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
 	}
	.block0 {
		height: 50px;
	}
 	.heading {
 		width: 89%;
		padding: 80px 5.33%;
	}
}
/* header */
.header {
	top: 10px;
	left: 50%;
	width: 98%;
	height: 70px;
	border-radius: 35px;
	transform: translateX(-50%);
	position: fixed;
	background: rgba(255,255,255,1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
}
.header_logo {
	width: 175px;
	height: auto;
	margin: 0 0 0 30px;
}
.nav_area  {
	display: flex;
	align-items: center;
	margin: 0;
}
.nav_li {
	list-style: none;
	display: flex;
	align-items: center;
}
.nav_text1 {
	text-align: left;
	font: normal normal bold 14px/20px Noto Sans JP;
	letter-spacing: 0px;
	color: #333333;
	text-decoration: none;
	margin: 0 20px 0 0;
}
.nav_btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	background: #0086CC 0% 0% no-repeat padding-box;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 20px 0 0;
}
@media screen and (max-width: 960px) {
	.header {
		width: 100%;
		height: 50px;
		transform: none;
		border-radius: 0;
		top: 0;
		left: 0;
	}
	.header_logo {
		width: 117px;
		margin: 0 0 0 20px;
	}
	.ham_btn {
		position: relative;
		width: 51px;
		height: 51px;
		border: none;
		cursor: pointer;
		background: #0086CC;
	}
	.ham_btn > span {
		display: block;
		position: absolute;
		top: 40%;
		left: 50%;
		width: 25px;
		height: 2px;
		background: #fff;
		transform: translateX(-50%);
	}
	.ham_btn::after {
		display: block;
		content: "MENU";
		text-align: center;
		font: normal normal bold 7px/7px Noto Sans JP;
		letter-spacing: 0px;
		color: #FFFFFF;
		text-transform: uppercase;
		padding-top: 24px;
	}
	.ham_btn > span:first-child {
		transform: translate(-50%, calc(-50% - 0.5rem));
		transition: transform 0.3s ease;
	}
	.ham_btn > span:nth-child(2) {
		transform: translate(-50%, -50%);
		transition: opacity 0.3s ease;
	}
	.ham_btn > span:last-child {
		transform: translate(-50%, calc(-50% + 0.5rem));
		transition: transform 0.3s ease;
	}
	.ham_btn.active > span:first-child {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.ham_btn.active > span:nth-child(2) {
		opacity: 0;
	}
	.ham_btn.active > span:last-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.nav {
		position: fixed;
		top: 49px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 1);
		transition: opacity 0.3s ease;
		opacity: 0;
		visibility: hidden;
	}
	.nav.active {
		opacity: 1;
		visibility: visible;
	}
	.nav_wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		background: #fff 0% 0% no-repeat padding-box;
		padding: 0;
		margin: -1px 0 0 auto;
		overflow: scroll;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		text-align: center;
	}
	.nav.active .nav_wrapper {
		transform: translateX(0);
	}
	.nav_area {
		display: block;
		list-style: none;
		padding-left: 0;
		height: 840px;
		overflow: hidden;
		overflow-y: scroll;
	}
	.nav_li {
		margin: 0 20px;
		border-bottom: 1px solid #F2F2F2;
		padding: 20px 0;
		text-align: left;
	}
	.nav_li:last-child {
		border-bottom: none;		
	}
	.nav_btn1 {
		display: none;
	}
	body.active {
		height: 100%;
		overflow: hidden;
	}
}
/* 共通 見出し */
#about,
#service,
#company,
#contact {
	padding-top: 80px;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}
.common_h2 {
	text-align: left;
	font: normal normal bold 16px/20px Noto Sans JP;
	letter-spacing: 0px;
	color: #333333;
	margin: 0 0 40px 0;
}
.common_h2_en {
	text-align: left;
	font: normal normal bold 70px/83px Jost;
	letter-spacing: 0px;
	color: #0086CC;
	margin: 0 0 5px 0;
}
.common_h3 {
	text-align: left;
	font: normal normal bold 24px/30px Noto Sans JP;
	letter-spacing: 0px;
	color: #333333;
	margin: 0 0 20px 0;
}
.common_text1 {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #333333;
	margin: 0 0 40px 0;
}
.common_text1._last {
	margin: 0;
}
/* 共通 左右ブロック */
.common_area {
	display: flex;
	margin: 0 0 40px 0;
}
.common_left {
	width: 47.5%;
	margin: 0 5% 10px 0;
}
.common_right {
	width: 47.5%;
}
.swap .common_left {
	order: 2;
  margin: 0 0 0 5%;
}
.swap .common_right {
	order: 1;
  margin: 0;
}

/* 共通 ボタン */
.btn_wrapper {
	display: flex;
	justify-content: center;
	margin: 30px 0 0 0;
}
.btn_more1 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	text-decoration: none;
	padding: 13px 0;
	background: #0086CC 0% 0% no-repeat padding-box !important;
	border: #0086CC !important;
	border-radius: 36px;
}
.btn_text1 {
	text-align: center;
	font: normal normal bold 22px/22px Noto Sans JP;
	letter-spacing: 0px;
	color: #fff;
	margin: 0;
}
/* 共通 下層 */
._minheight {
	min-height: 50vh;
}

@media screen and (max-width: 960px) {
#about,
#service,
#company,
#recruit,
#contact {
		padding-top: 50px;
		margin-top: -50px;
	}
	.common_h2_en {
		font: normal normal normal 40px/40px Chonburi;
	}
	.common_area {
		display: block;
	}
	.common_left {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.common_right {
		width: 100%;
	}
	.swap .common_left {
	  margin: 0 0 20px 0;
	}
	.btn_wrapper {
		display: block;
	}
	.btn_more1,
	.btn_more2 {
		margin: 0 auto;
	}
}

/* fv */
.fv {
  width: 100%;
  height: 54.167vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.fv_movie {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.8s ease, filter 0.8s ease;
  object-fit: cover;
	pointer-events: none;
}

.fv_wrapper {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
video {
  width: 100%;
  height: auto;
}
.fv_text_block {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	z-index: 10;
}
.fv_h1 {
	text-align: left;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	font-size: 4.167vw;
	letter-spacing: 10.5px;
	color: #FFFFFF;
	margin: 0;
}

@media screen and (max-width: 960px) {
	.fv {
		height: 54.133vw;
	}
	.fv_wrapper {
		height: 54.133vw;
	}
	.fv_movie {
		top: 50px;
	}
	.fv_text_block {
		top: calc(50% + 50px);
		left: 5.33%;
	}
	.fv_h1 {
			font-size: 6.133vw;
	}
}
/* about */
.fv_about {
	position: relative;
  width: 100%;
  height: 150px;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}
.about {
  position: relative;
  background: #fff;
  z-index: 3;
  opacity: 0.95;
}
@media screen and (max-width: 960px) {
	.fv_about {
		height: 20px;
	}
	.about {
		opacity: 1;
	}
}
/* service */
.service {
	position: relative;
	background: #FAFAFA 0% 0% no-repeat padding-box;
	z-index: 3;
}
@media screen and (max-width: 960px) {
}
/* company */
.company {
	position: relative;
  background: #fff;
  z-index: 3;
}
.company_block {
	padding: 20px 0;
	border-bottom: 1px solid #D2D2D2;
}
.company_text1 {
	text-align: left;
	font: normal normal bold 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #0086CC;
	margin: 0 0 5px 0;
}
.company_text2 {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #333333;
	margin: 0;
}
@media screen and (max-width: 960px) {
}
/* contact */
.contact {
	position: relative;
	background: #F2F9FC 0% 0% no-repeat padding-box;
}
.contact_block {
	margin: 0 0 20px 0;
}
.contact_title {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}
.contact_tel_area {
	text-align: center;
}
.contact_text1,
.contact_text4 {
	text-align: left;
	font: normal normal bold 16px/21px Noto Sans JP;
	letter-spacing: 0px;
	color: #333333;
	margin: 0;
}
.contact_text4 {
	font: normal normal normal 16px/21px Noto Sans JP;
	margin: 0 0 32px 0;
}
.contact_text1 .required {
	text-align: left;
	font: normal normal normal 15px/21px Noto Sans JP;
	letter-spacing: 0px;
	color: #FF0000;
	margin: 0 0 0 10px;
}
.contact_text3 {
	text-align: left;
	font: normal normal normal 16px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #0086CC;
	text-decoration: none;
	margin: 0 0 0 5px;
}
input.form-control,
textarea.form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 20px 2%;
}
input.form-control {
	width: 95%;
	height: 24px;
}
textarea.form-control {
	width: 95%;
	height: 200px !important;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #707070;
  background-color: white;
  position: relative;
	cursor: pointer;
}
input[type="checkbox"]:checked {
    background-color: #0086CC;
}
input[type="checkbox"]:checked::after {
    content: "✔";
    font-size: 14px;
    color: #F4F8FD;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
button.btn-success {
	cursor: pointer;
}
.checkbox {
	margin: 0 !important;
}
.consent_wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
}

/* validation */

#consent-error {
  position: absolute;
  left: 50%;
  margin-top: 35px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
  color: #D30001;
  font-weight: normal;
  font-size: 16px;
}
.validation-block {
	color: #fff;
}
.has-error .validation-block {
	text-align: left;
	color: #D30001;
}




/* bootstrap */
.btn {
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn01 .btn {
  background-color: #009E96;
  width: 120px;
  margin-left: 20px;
  margin-left: 15px;
  color: #fff;
}
.modal-dialog {
    max-width: 600px;
    margin: 150px auto 0;
    width: calc(100% - 40px);
}
.modal-body {
	text-align: center;
}
.modal-footer {
	display: flex;
	justify-content: center;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #3958A7;
  color: #fff;
  border: 2px solid #3958A7;
}
@media screen and (max-width: 960px) {
	input.form-control,
	textarea.form-control {
		width: 95%;
	}
}
/* footer */
.footer {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff 0% 0% no-repeat padding-box;
	text-align: center;
}
.footer_text1 {
	text-align: center;
	font: normal normal normal 14px/20px Noto Sans JP;
	letter-spacing: 0px;
	color: #0086CC;
	text-decoration: none;
	margin: 0;
}
.fixed_cta {
	position:fixed;
	height: auto;
	right: 0;
 	bottom: 10px;
	z-index: 13;
}
.fixed_link {
	width: 50px;	
}
@media screen and (max-width: 960px) {
	.footer {
    height: 80px;
	}
	.block_footer {
		height: 50px;
	}
	.footer_text1 {
		width: 100%;
				
	}
	.fixed_cta {
		right: 0;
		bottom: 60px;
	}
	.fixed_link {
		width: 50px;
	}
	.footer_cta {
		width: 100%;
  	position:fixed;
  	bottom: 0;
		z-index: 13;
		display: flex;
	}
	.footer_cta_link1 {
	  height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		text-decoration: none;
		background: #0086CC 0% 0% no-repeat padding-box;
	}
	.footer_cta_text1 {
		text-align: center;
		font: normal normal bold 18px/26px Noto Sans JP;
		letter-spacing: 0px;
		color: #FFFFFF;
		margin: 0;
		text-decoration: none;
	}
}


.lower_page {
	background: #FAFAFA 0% 0% no-repeat padding-box;
	padding-top: 100px;
}

