/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

html, 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, li,
fieldset, form, label, legend,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*------------------------------------------------------------
	メインコンテンツ等のスタイル
------------------------------------------------------------*/
body {
  	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
}
a img {
    border: medium none;
}
a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none;
}
.pc_br {

}
.sp_br {
	display: none;
}
#wrapper {
	/*background-color: #fff;*/
	color: #000;
}
.fnthd {
	font-family: 'Playfair Display', serif;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#container {
	overflow: hidden;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	z-index: -1;
}
#container::after {
	width: 100%;
	height: 100%;
	background-color: #10394b;
	opacity: .6;
	position: absolute;
	left: 0;
	top: 0;
}
#background_video {
	position: absolute;
	top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%);
}
#video_cover {
	position: absolute;
	width: 100%; 
	height: 100%;
	background: url('video_cover.jpeg') no-repeat;
	background-size: cover;
	background-position: center;
}

#header_wrap {	
	height: 100vh;
	position: relative;
}
#page_header {	
	height: 400px;
	position: relative;
	background-image: url("../image/page_head.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fullScreenWrap {
	width: 70%;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
	background-image: url("../image/main_image.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header_mail_sp {
	display: none;
}

/* ----フローティングメニュー（1）----　*/
.header {
	display: flex;
	justify-content: space-between;
	padding: 0;
	position: absolute;
	width: 100%;
	top: 0;
}
.header_left {
	display: flex;
	align-items: center;
}
.header_logo {
	padding: 40px 0 0 60px;
}
.header_logo img {
	width: 170px;
}

.header_nav {
	display: flex;
	font-size: 14px;
	margin-right: 30px;
}
.header_nav ul {
	display: flex;
	align-items: center;
}
.header_nav ul li {
	margin: 0 25px;
}
.header_nav ul li a {
	display: block;
	position: relative;
}

.header_nav ul li a:before,
.header_nav ul li a:after {
	content: "";
	position: absolute;
	bottom: -3px;
	transition: all .3s ease-out;
	width: 0;
	height: 1px;
	background-color: #baa30b;
}
.header_nav ul li a:before {
	left: 50%;
}
.header_nav ul li a:after {
	right: 50%;
}
.header_nav ul li a:hover:before,
.header_nav ul li a:hover:after {
	width: 50%;
}

.header_right {
	display: flex;
	align-items: center;
}
.header_info__ph {
	padding-left: 45px;
	background-image: url(../image/icon/phone.png);
	background-size: 30px 30px;
	background-position: center left;
	background-repeat: no-repeat;
	color: #fff;
	margin-right: 20px;
	text-align: left;
}
.ph_number {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.4;
}
.biz_hours {
	display: block;
	font-size: 11px;
	letter-spacing: 2px;
}
.header_contact {
	height: 130px;
	width: 215px;
	background-color: #268ba1;
	color: #fff;
	justify-content: center;
	display: flex;
	align-items: center;
}
.header_contact:hover {
	background-color: #268ba1;
}
.header_contact span {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff !important;
	background: url(../image/icon/mail.svg) no-repeat left center / 18px auto;
	padding-left: 26px;
}

/* ---- ハンバーガーメニュー　----　*/
#navTrigger {
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 999;
	width: 50px;
	height: 47px;
	box-sizing: border-box;
	border: solid 1px rgba(255,255,255,0.3);
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	display: none;
	position: fixed;
	/*width: 45px;
	height: 30px;*/
	top: 30px;
	right: 30px;
	cursor: pointer;
	background-color: rgba(170,51,48,1);
	z-index: 900;
}
.menu-trigger:hover {
	opacity: 0.8;
}
.menu-trigger-inner {
	margin: 14px;
	width: 36px;
	height: 24px;
	position: relative;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0.8;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* ---------- モーダル＆ハンバーガー new　---------　*/
.cp_fullscreenmenu {
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	display: none;
}

/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #a48b78 0%, #a48b78 100%);
	padding: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cp_fullscreenmenu .menu label {
	position: absolute;
	top: 15px;
	right: 30px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background-size: 100%;
}
.cp_fullscreenmenu .menu .menucont {
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.cp_fullscreenmenu .menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.cp_fullscreenmenu .menu ul li,
.cp_fullscreenmenu .menu ul li a {
	transition: all 0.3s ease;
}
.cp_fullscreenmenu .menu ul li a {
	display: block;
	padding: 10px 0;
	color: #ffffff;
	background: url(../image/icon/modal_arrow.png) no-repeat left center / 18px auto;
	padding-left: 24px;
}
.cp_fullscreenmenu .menu ul li a:hover {
	color: #ffffff;
}
.cp_fullscreenmenu .menu ul li:hover {
	/*background: #ffffff;*/
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
	visibility: hidden;
	transition: opacity 0.5s, visibility 0.5s;
	opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
	transition: all 0.5s;
	transform: translateY(0%);
	margin-bottom: 20px;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
	visibility: visible;
	transition: opacity 0.5s;
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
	opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
	background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(45deg);
	background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
	position: relative;
	z-index: 1;
	top: 0;
	right: 0;
	content: '';
	transform: rotate(-45deg);
	background-color: #ffffff;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
	transform: translateY(-30%);
}
.cp_fullscreenmenu input[type="checkbox"] {
    display: none;
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
	position: relative;
	top: 12px;
	right: 10px;
	display: block;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.cp_fullscreenmenu .open,
.cp_fullscreenmenu .open:before,
.cp_fullscreenmenu .open:after {
	position: relative;
	display: block;
	width: 34px;
	height: 1px;
	background-color: #a48b78;
	transition: all 0.3s ease;
}
.cp_fullscreenmenu .open {
	top: 0;
	cursor: pointer;
}
.cp_fullscreenmenu .open:before {
	top: -11px;
	content: '';
	transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
	top: 10px;
	content: '';
}
.modal_info_ph {
	padding-top: 20px;
	padding-left: 60px;
	background-image: url(../image/icon/modal_phone.png);
	background-size: 46px 46px;
	background-position: 5px 25px;
	background-repeat: no-repeat;
	color: #fff;
	text-align: left;
	border-top: 1px solid #fff;
}
.mi_number {
	display: block;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 1.2;
}
.mi_number a {
	color: #fff !important;
}
.mi_houres {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.4;
}
/* ---------- /モーダル＆ハンバーガー　---------　*/ 
.topCopy {
	color: #fff;
	font-size: 50px;
	line-height: 1.6;
	font-weight: bold;
	left: 0;
	right: 0;
	position: absolute;
	top: 44%;
	letter-spacing: 8px;
}
.topCopy_sub {
	left: 0;
	right: 0;
	position: absolute;
	top: 55%;
}

.scrollMarker {
  padding-top: 60px;
  position: absolute;
  bottom: 50px;
  color: #000 !important;
  width: 100px;
  right: 50px;
  margin-left: -50px;
  font-weight: bold;
}
.scrollMarker span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 1px solid #000;
  border-radius: 50px;
  box-sizing: border-box;
}
.scrollMarker span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main_copy_wrap {
	position: absolute;
	width: 100%;
	top: 40%;
	display: flex;
	justify-content: flex-end;
	padding-right: 120px;
}
.main_copy_inner {
	
}
.main_copy_en {
	font-size: 40px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 4px;
	font-style: italic;
	color: #268ba1;
	-moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	-ms-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.main_copy_jp {
	font-size: 15px;
	letter-spacing: 2px;
	text-align: left;
}
/*------------------------------------------------------------
	TOP main
------------------------------------------------------------*/
#main {
	
}
.top_company_wrap {
	width: 100%;
	padding: 0 5% 0;
	margin-top: 100px;
	box-sizing: border-box;
    background: linear-gradient(to right, #fff 0%, #fff 30%, #f8f8f8 30%, #f8f8f8 100%);
}
.top_company_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	padding: 100px 0;
}
.tc_ttl_en {
	position: absolute;
	font-style: italic;
	left: -20px;
	top: -60px;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 2px;
    transform: rotate(90deg);
    transform-origin: bottom left;
    color: #268ba1;
}
.sec_company {
	display: flex;
	justify-content: space-between;
}
.sc_img {
	width: 48%;
	height: 500px;
}
.sc_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sc_detail_wrap {
	width: 45%;
}
.scd_ttl {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 40px;
    position: relative;
    margin-top: 70px;
    font-weight: bold;
}
.scd_ttl::before {
    content: "";
    height: 1px;
    width: 70px;
    position: absolute;
    top: -40px;
    left: 0;
    display: block;
    background-color: #3d5e8f;
}

.scd_detail {

}
.scd_detail dl {
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	align-items: center;
}
.scd_detail dl dt {
	padding: 15px 0;
	font-weight: bold;
	width: 110px;
}
.scd_detail dl dd {
	padding: 20px 0;
	flex: 1;
}
/**/
.top_service_wrap {
	width: 100%;
	padding: 60px 5% 0;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.top_service_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.ts_ttl_en {
	position: absolute;
	font-style: italic;
	right: -100px;
	top: -100px;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 2px;
    transform: rotate(90deg);
    transform-origin: bottom left;
    color: #268ba1;
}
.ts_ttl {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 40px;
	position: relative;
	margin-top: 70px;
	font-weight: bold;
}
.ts_ttl::before {
	content: "";
	height: 1px;
	width: 70px;
	position: absolute;
	top: -40px;
	left: 0;
	display: block;
	background-color: #3d5e8f;
}
.ts_sub_ttl {
	margin-bottom: 80px;
}

.service_main_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	margin-bottom: 80px;
}
.sm_txt {
	width: 100%;
	margin-bottom: 40px;
}
.sm_txt h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #268ba1;
}
.sm_txt p {
	line-height: 2.4;
}
.sm_img {
	width: 100%;
	padding: 50px;
	border: 1px solid #ccc;
}
.sm_img img {
	width: 100%;
}
.service_main_pu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.smp_block {
	width: 48%;
	background-color: #f8f8f8;
	padding: 50px 60px;
	margin-bottom: 50px;
}
.smp_ttl {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.smp_detail {

}
.pi_list {

}
.pi_list li {
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.8;
}
.pi_list li::before {
    content: '■';
    left: 0;
    color: #000;
    margin-right: 3px;
    margin-left: -20px;
    display: inline-block;
    font-size: 10px -webkit-transform:scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.sec_service_strong {
	display: flex;
	flex-wrap: wrap;
	margin-right: -3%;
}
.ss_box_wrap {
	width: 30.3333%;
	margin-right: 3%;
	margin-bottom: 40px;
}
.ss_box {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.ss_img_1 {
	background-image: url(../image/service_1.png);
}
.ss_img_2 {
	background-image: url(../image/service_2.png);
}
.ss_img_3 {
	background-image: url(../image/service_3.png);
}
.ss_img_4 {
	background-image: url(../image/service_4.png);
}
.ss_box span {
	font-size: 20px;
	color: #fff;
}
.ss_box_name {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
}
.ss_box_name a {
	display: inline-block;
	background: url(../image/icon/window.png) no-repeat right 5px / 16px auto;
	padding-right: 24px;
	text-decoration: underline;
}
.ss_box_txt {

}
/*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/
.page_title {
	text-align: center;
	padding: 180px 5% 0; 
}
.page_title h2 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px;
}
.page_title h3 {
	
}
.privacy_wrap {
	width: 100%;
	padding: 100px 5% 140px;
	box-sizing: border-box;
}
.privacy_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
.policy_head {
    margin-bottom: 40px;
}
.policy_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #baa30b;
    margin-bottom: 20px;
    line-height: 1.6;
    margin-top: 40px;
}
.policy_sub_ttl {
    margin-bottom: 20px;
}
.policy_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #baa30b;
    margin-bottom: 20px;
    line-height: 1.6;
    margin-top: 40px;
}
.policy_item {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.policy_item p {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.revised {
    margin-top: 30px;
    text-align: right;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	background-color: #000;
	padding: 80px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_logo {
	width: 150px;
}
.footer_logo img {
	width: 100%;
}
.footer_nav {

}
.footer_nav ul {
	display: flex;
	margin-bottom: 20px;
}
.footer_nav ul li {
	margin-left: 30px;
}
.footer_nav ul li a {
	color: #fff !important;
	font-size: 13px;
}
.copyright {
	font-size: 12px;
	color: #7a7a7a;
	text-align: right;
}



