@charset "utf-8";
body {
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック体", "Yu Gothic Medium","游ゴシック Medium", "Helvetica Neue", Helvetica, sans-serif!important;
	font-size: 14px;
	font-weight: normal!important;
	font-style: normal!important;
	color: #000000!important;
	background-color: #ffffff!important;
	line-height: 1.6;
	overflow-x: hidden;
	letter-spacing: .2em;
	margin: 0;
	padding: 0;
}
ol, ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl, dt, dd {
	list-style: none;
	padding: 0;
	margin: 0;
}
dt {
	font-size: 13px;
	font-weight: 500;
}
dd {
	font-size: 13px;
}
h1,h2 {
	font-family: 'Gentium Plus', serif;
	margin: 0;
	line-height: 1;
}
h2 {
	font-size: 47px;
	font-style: italic;
	color: #590505;
}
h3,h4,h5,h6 {
	margin: 0;
	line-height: 1;
}
h3 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
	font-weight: 400;
}
p {
	margin: 0;
}
.small {
	font-size: 13px;
}
dt,dd {
	font-size: 14px;
}
a {
  display: inline-block;
  color: #000000;
  text-decoration: none!important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover, a:focus {
	color: #590505;
  -webkit-transition: all .3s;
  transition: all .3s;
}
figure {
	margin: 0;
	padding: 0;
}
figcaption {
	margin: 0;
	padding: 0;
}
.pc {
	display: inline-block;
}
.sp {
	display: none;
}
.sp_scroll {
	display: none;
}

/* - - - - - - - - ↓ Header ↓ - - - - - - - - */
header {
	background:#ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 13%;
	height: 85vh;
	padding: 5vh 2% 10vh 5%;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
header h1 {
	width: 50px;
	padding: 15% 0;
	line-height: 0;
}
header h1 a img {
	width: 100%;
	-webkit-transition: all .3s;
  transition: all .3s;
}
header h1 a img:hover {
	opacity: .5;
	-webkit-transition: all .3s;
  transition: all .3s;
}
#global-navi {
	padding: 10% 0 5% 0;
}
#h_menu nav ul li{
	width: 100%;
	display:inline-block;
	font-size: 16px;
	font-weight: 500;
	padding:  8% 0;
}
.cr {
	font-size: 10px;
	letter-spacing: 2px;
	width: 100%;
	padding: 15% 0 0 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*スマホ画面でハンバーガーメニューの形にする*/
@media screen and (max-width: 1024px) {
header {
	width: 84%;
	height: auto;
	padding: 3.5% 8%;
	background-color: transparent;
	transition: 0.5s;
}
header.scroll-nav {
	background-color: transparent;
}
header h1 {
	width: 40px;
	padding: 0;
	position: fixed;
	top: 4%;
}
.scroll-nav .sp {
	display: none!important;
}
.scroll-nav .sp_scroll {
	display: inline-block;
}
#h_menu nav {
	position: fixed;
	top: 0;
	right: -220px;
	width: 220px;
	height: 100%;
	padding-top: 50px;
	background-color: rgba(245, 245, 245, .9);
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2
}
#h_menu nav.open {
	right: 0;
}
#h_menu nav ul li {
	display:block;
	padding: 20px 28px
}
#h_menu nav ul li a {
	text-decoration: none;
}
#h_menu .btn-gnavi {
	position: fixed;
	top: 4%;
	right: 8%;
	width: 30px;
	height: 24px;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms
}
#h_menu .btn-gnavi span {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-transition: all 400ms;
	transition: all 400ms
}
.scroll-nav #h_menu .btn-gnavi span {
	background: #590505;
}
#h_menu .btn-gnavi span:nth-child(1) {
	top: 0
}
#h_menu .btn-gnavi span:nth-child(2) {
	top: 10px
}
#h_menu .btn-gnavi span:nth-child(3) {
	top: 20px
}
#h_menu .btn-gnavi.open {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
#h_menu .btn-gnavi.open span {
	background-color: #590505;
}
#h_menu .btn-gnavi.open span {
	width: 24px;
}
}
/* - - - - - - - - ↑ Header ↑ - - - - - - - - */

main {
	width: 80%;
	margin-left: 20%;
}
#fv {
	position: relative;
	width: 100%;
	height: 90vh;
	background-color: #590505;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/* - - - - - - - - ↓ FV Slider ↓ - - - - - - - - */
#fv_slide {
	position: relative;
	width: 56%;
	height: 60%;
	border-radius: 10px 0 0 10px;
}
#fv_text {
	position: absolute;
	top:50%;
	left:-25%;
	transform: translate(-50%,-50%);
	padding:0;
	margin:0;
	z-index: 2;
	color: #ffffff;
}
#fv_text h1 {
	font-size: 5vw;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
}
#fv_text p {
	padding: 10% 0;
}
#fv .slick-slide,#fv .slick-track,#fv .slick-list {
	height: 100%;
	border-radius: 240px 0 0 240px;
}
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100%;
}
/*　背景画像設定　*/
.slider-item01 {
    background:url(../img/slide_12.png);
}
.slider-item02 {
    background:url(../img/fv_02.png);
}
.slider-item03 {
    background:url(../img/fv_03.png);
}
.slider-item04 {
    background:url(../img/fv_04.png);
}
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
/* - - - - - - - - ↑ FV Slider ↑ - - - - - - - - */

@keyframes animate4 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.bou {
  width: 2px;
  height: 180px;
  margin: 0;
  position: absolute;
  display: block;
	overflow: hidden;
	left: 25%;
	bottom: -15%;
}
.box__line {
  position: absolute;
	width: 2px;
  height: 100%;
	top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, #cd8d8d);
	animation: animate4 2.5s linear infinite;
	animation-delay: 1s;
}

section {
	padding: 5% 8% 8% 8%;
	width: 84%;
}
section:nth-child(even) {
	background-color: #f5f5f5;
}
section#area_1 {
	padding-top: 10%;
}
.con_title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 8% 0;
}
.con_title h3 {
	padding: 1% 0 0 3%;
	font-weight: 500;
}
.con_title h6 {
	width: 100%;
	padding: 8% 0 0 0;
	line-height: 1.6;
}
.con_title h6 span {
	color: #cd8d8d;
}
.btn_wrap {
	width: 100%;
	padding: 5% 0;
}
button {
	width: 100%;
	border: none;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
}
button a {
	width: 200px;
	padding: 3% 5%;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: .3em;
	background-color: #590505;
	border-radius: 10px;
	-webkit-transition: all .3s;
    transition: all .3s;
}
button a:hover,button a:focus {
	color: #ffffff;
	opacity: .5;
	-webkit-transition: all .3s;
    transition: all .3s;
}
/* - - - - - - - - ↓ Business ↓ - - - - - - - - */
.business_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#area_1 figure {
	width: 23%;
	padding: 0 0 5% 0;
}
#area_1 figure .bus_img {
	position: relative;
	width: 100%;
	height: 220px;
}
.bus_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
.bus_img h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 3.6vw;
	color: #ffffff;
	line-height: .8;
}
#area_1 figcaption {
	padding: 2% 0;
}
/* - - - - - - - - ↓ Works ↓ - - - - - - - - */
#area_2 {
	padding: 5% 0;
	width: 100%;
}
#area_2 .con_title {
	width: 84%;
	padding: 8%;
}
.works_wrap {
	width: 84%;
	padding: 0 8%;
}
.work_example {
	width: 100%;
	padding: 2% 0;
	border-bottom: solid 1px #590505;
}
.work_example:last-child {
	border-bottom: none;
}
.work_example h6 {
	color: #590505;
	font-weight: 500;
	padding-bottom: 1%;
}
.w_slider {
	width: 100%;
	padding: 5% 0;
}
.w_slider img {
	width:100%;/*スライダー内の画像を横幅100%に*/
	height:100%;
	object-fit: cover;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.w_slider .slick-slide {
	height: 180px;
	margin:0 10px;/*スライド左右の余白調整*/
}
/* - - - - - - - - ↓ Company ↓ - - - - - - - - */
.com_row {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 3% 0;
	border-bottom: solid 1px #590505;
}
.com_row:last-child {
	border-bottom: none;
}
.com_row_2 {
	width: 75%;
	display: flex;
	flex-direction: column;
}
.com_row dt {
	width: 25%;
}
.com_row dd {
	width: 75%;
}
.com_row_2 dd {
	width: 100%;
}
#googlemap {
	width: 100%;
	height: 400px;
	padding: 5% 0;
}
#googlemap iframe{
	width: 100%;
	height: 100%;
}
/* - - - - - - - - ↓ Contact ↓ - - - - - - - - */
#area_4 .con_title h6 {
	line-height: 1.8;
}
input, textarea, select {
	outline: none;
}
input::placeholder,
textarea::placeholder {
	color: #b5b5b6;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック体", "Yu Gothic Medium","游ゴシック Medium", "Helvetica Neue", Helvetica, sans-serif!important;
	font-size: 14px;
	letter-spacing: 1px;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #b5b5b6;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック体", "Yu Gothic Medium","游ゴシック Medium", "Helvetica Neue", Helvetica, sans-serif!important;
	font-size: 14px;
	letter-spacing: 1px;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b5b5b6;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック体", "Yu Gothic Medium","游ゴシック Medium", "Helvetica Neue", Helvetica, sans-serif!important;
	font-size: 14px;
	letter-spacing: 1px;
}
form {
	width: 100%;
}
#error {
    color: #D62E00;
}
#contact {
	width: 100%;
}
.pink {
	color: #cd8d8d;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
input,textarea {
    font-family: 'Noto Sans JP', YuGothic, "游ゴシック体", "Yu Gothic Medium","游ゴシック Medium", "Helvetica Neue", Helvetica, sans-serif!important;
    width: 92%;
    background-color: #f5f5f5;
    border: none;
    padding: 3% 4%;
    font-size: 16px;
}
textarea {
    height: 30vh;
}
.con_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 2% 0;
}
.con_wrap:last-of-type {
    align-items: flex-start;
}
.con_wrap dt {
    width: 23%;
    padding: 0 5% 0 0;
}
.con_wrap dd {
    width: 72%;
}
#contact button {
	display: flex;
    justify-content: center;
	margin: 4% 0;
}
#button {
    width: auto;
    min-width: 240px;
    background-color: #590505;
    color: #ffffff;
    padding: 3% 5%!important;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: .3em;
    border-radius: 10px!important;
    cursor: pointer;
    cursor: hand;
}
#button:hover,#button:focus {
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* - - - - - - - - ↓ Privacy Policy ↓ - - - - - - - - */
#area_5 p,#area_5 dt,#area_5 dd {
	font-size: 13px;
}
#area_5 dl {
	padding: 5% 0;
}
.pp_row {
	display: flex;
	flex-direction: column;
	padding: 1em 0;
}
.pp_row dt {
	padding: 0 0 .3em 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 1800px) {
#fv_text p {
	font-size: 18px;
}
h2 {
	font-size: 3vw;
}
.w_slider .slick-slide {
	height: 14vw;
}
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1024px) {
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
}
h6 {
	font-size: 13px;
}
.small {
	font-size: 12px;
}
.pc {
	display: none;
}
.sp {
	display: inline-block;
}
dt, dd {
	font-size: 13px;
}

/* - - - - - - - - ↓ FV Slider ↓ - - - - - - - - */
#fv {
	height: 85vh;
	background-color: #590505;
	justify-content: flex-end;
	align-items: normal;
	padding: 15vh 0 0 0;
}
#fv_slide {
	width: 90%;
	height: 48%;
}
#fv_text {
	position: absolute;
	top:120%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding:0;
	margin:0;
	z-index: 2;
	color: #ffffff;
}
#fv_text h1 {
	font-size: 78px;
	line-height: 1;
}
#fv_text p {
	font-size: 15px;
}
.bou {
	left: 25%;
	bottom: -10%;
}

main {
	width: 100%;
	margin-left: 0;
}
.con_title h3 {
	width: 100%;
	font-size: 14px;
	padding: 4% 0 0 0;
}
section#area_1 {
	padding-top: 20%;
}
#area_1 figure {
	width: 31%;
	padding: 0 0 8% 0;
}
#area_1 figure .bus_img {
	height: 220px;
}
.bus_img h4 {
	font-size: 50px;
}
.work_example {
	padding: 3% 0;
}
.work_example h6 {
	padding-bottom: 2%;
}
.w_slider {
	padding: 10% 0;
}
.com_row {
	flex-direction: column;
	padding: 4% 0;
}
.com_row dt {
	width: 100%;
	padding: 0 0 1% 0;
}
.com_row dd {
	width: 100%;
}
.com_row_2 {
	width: 100%;
}
#googlemap {
	height: 300px;
}
#area_5 p, #area_5 dt, #area_5 dd {
	font-size: 12px;
}
input::placeholder,
textarea::placeholder {
	font-size: 16px;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 16px;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 16px;
}
.con_wrap {
    padding: 3% 0;
}
footer {
	width: 100%;
	background-color: #f5f5f5;
	margin: 0;
	padding: 5% 0;
}
footer .cr {
	padding: 0;
	text-align: center;
}
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 630px) {
header h1 {
	width: 30px;
}
h2 {
	font-size: 35px;
}
#fv_slide {
	width: 90%;
	height: 40%;
}
#fv_text {
	top:140%;
}
#fv_text h1 {
	font-size: 50px;
}
#area_1 figure .bus_img {
	height: 150px;
}
#area_1 figure {
	width: 46%;
}
.con_wrap {
    padding: 3% 0;
}
.con_wrap dt {
    width: 100%;
    padding: 2% 0;
}
.con_wrap dd {
    width: 100%;
}
.btn_wrap {
	padding: 8% 0;
}
button a {
	padding: 7% 6%;
}
#contact button {
	margin: 7% 0;
}
#button {
    padding: 7% 6%!important;
}
}