@charset "UTF-8";

body {
background-color: #000;
    color: #fff;
}
.rela {
    position: relative;
}

.hero {
    position: relative;
    width: 100%;
}

.hero h2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: min(6vw, 50px);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ttl_area {
    width: 100%;
    padding: 70px 0;
}
.ttl_area_inner {
    width: 94%;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
}
.ttl_area h3 {
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 3px;
    color:#ccbb8d;
    text-align: center;
    margin: 0 auto 30px;
}
.ttl_area p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.8;
    color: #fff;
}


.sss_area {
    width: 1200px;
	max-width: 90%;
	margin:  0 auto;
}
.sss_area ul.flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sss_area ul.flex li.flex1-1 {
    width: 100%;
}
/* .sss_area ul.flex li.flex2-1 {
width: 49.7%;
margin-top: 0.5%;
margin-bottom: 0.5%;
} */
.sss_area ul.flex li.flex3-1 {
    width: 33.1%;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
}
.sss_area ul.flex li {
    position: relative;
}
.sss_area ul.flex li img {
    max-width: 100%;
}
span.caption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
}

.sss_inner {
width: 1200px;
max-width: 90%;
margin: 0 auto;
}
.sss_inner h3 {
font-size: 22px;
text-align: center;
padding: 20px 0;
color:#796a55;
background: rgb(236,236,236);
background: linear-gradient(42deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 50%, rgba(236,236,236,1) 100%);
}
.slick-dots li {
margin: 0 5px !important;
}

.arrows {
  width: 30px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 1px;  
  animation: arrow 1.5s infinite;
  -webkit-animation: arrow 1.5s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-0.4s;
  -webkit-animation-delay:-0.4s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.2s;
  -webkit-animation-delay:-0.2s; /* Safari 和 Chrome */
}

.arrows path.a3 { 
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

#flow {
	position: relative;
	padding-bottom: 0px;
}
#flow .flowTitle {
position: relative;
text-align: center;
padding: 10svh 0;
margin: 100px auto 50px;
text-align: center;
background: url(../img/sss/sss_bg.jpg) no-repeat;
background-size: cover;
background-position: center;
color: #fff;
}
#flow .flowTitle p {
	line-height: 1.5;
}
#flow .flowTitle p.title {
	font-size: min(6vw,35px);
}
#flow .flowFixedObj {
	max-width: 1700px;
	justify-content: space-between;
	position: relative;
	display: flex;
}
#flow .flowFixedObj .imgWrap {
	width: 51%;
	position: relative;
	margin-left: 0px;
}
#flow .flowFixedObj .flowWrap {
	width: 41%;
	margin-top: 12%;
	margin-right: 40px;
}
#flow .flowFixedObj .imgWrap .scrollContent.fixed {
	position: fixed;
  left: 0px;
	width: 51%;
}
#flow .flowFixedObj .imgWrap .scrollContent.bottom {
	top: auto;
  bottom: 5%;
  left: 0;
  position: absolute;
	width: 100%;
}


#flow .flowWrap .flow {
	padding-bottom: 400px;
  overflow: hidden;
  position: relative;
	display: flex;
  justify-content: space-between;
}
#flow .flowWrap .flow .flowNum {
	width: 114px;
  height: 114px;
  border: 1px solid #ccbb8d;
  background: #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0.5;
  transition: 0.3s all ease-in-out 0s;
  z-index: 2;
}
#flow .flowWrap .flow .flowNum.currant {
	opacity: 1;
	background: #ccbb8d;
	color: #FFF;
}
#flow .flowWrap .flow .flowNum span {
	font-size: 30px;
}
#flow .flowWrap .flow .flowText {
	margin-top: 5%;
  width: calc(100% - 144px);
}
#flow .flowWrap .flow .flowText .title {
	font-size: 1.3em;
}
#flow .flowWrap .flow .flowText .read {
	line-height: 1.4;
}
#flow .flowWrap .flow .underline {
  position: absolute;
  left: 57px;
  top: 114px;
  background: #ccbb8d;
  width: 1px;
  margin: auto;
}
#flow .flowWrap .flow .underline.dummy {
  height: 100%;
  opacity: 0.2;
}
#flow .flowWrap .flow .timeline {
	position: absolute;
	left: 57px;
	top: 114px;
	bottom: 0;
}
#flow .flowWrap .flow .border-line {
	position: absolute;
	left: 0;
	top: 0;
	background: #ccbb8d;
	width: 1px;
}

.flowText h4 {
    font-size: 25px;
    color: #ccbb8d;
    padding: 7px 0 15px;
    text-align: left;
    box-sizing: border-box;
	text-indent: -2.3em;
	padding-left: 2.3em;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-feature-settings: "palt";
}
.flowText h4 span {
    font-size: 23px;
    padding: 5px 10px;
    margin: 0 3%;
    border: 1px solid;
}

.flowText p {
    font-size: 15px;
    margin: 0 0 10px 15px;
    line-height: 2;
    box-sizing: border-box;
	word-break: auto-phrase;
}
.flowText p small {
    font-size: 12px;
}
.flowText p span {
    font-size: 14px;
    border: 1px solid #4a341a;
    padding: 2px;
    margin: 0 3px;
    vertical-align: 2px;
}
.flowText p span.cap_Txt {
border: none;
padding: 0;
line-height: 1;
font-size: 11px;
margin: 0;
vertical-align: 0;
}



/* Swiper */
#flow {
	.swiper-container {
		overflow: visible;
	}
	.swiperBtn {
		position: absolute;
		right: 20px;
		top: calc(100% + 10px);
		display: flex;
		justify-content: space-between;
		max-width: 175px;
		width: 100%;
		height: 40px;
	}
	.swiperBtn::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 5px;
		bottom: 5px;
		width: 1px;
		background: rgba(24, 19, 10, 0.3);
	}
	.swiper-button-prev {
		width: 40px;
		height: 40px;
		left: 6px;
		transition: 0.3s all ease-in-out 0s;
	}
	.swiper-button-next {
		width: 40px;
		height: 40px;
		right: 6px;
		transition: 0.3s all ease-in-out 0s;
	}
	.swiper-button-prev:after,
	.swiper-button-next:after {
		bottom: auto;
		content: "";
		height: 0;
		margin: auto;
		position: absolute;
		top: auto;
		width: 0;
	}
	.swiper-button-prev:after {
		content: "";
		margin: 0;
		padding: 0;
		border: none;
		border-bottom: solid 1px #fff;
		border-left: solid 1px #fff;
		position: absolute;
		top: 20px;
		margin-top: -8px;
		left: 4px;
		height: 12px;
		width: 50px;
		transform: skewX(-55deg);
		transition: 0.3s all ease-in-out 0s;
	}
	.swiper-button-next:after {
		content: "";
		margin: 0;
		padding: 0;
		border: none;
		border-bottom: solid 1px #fff;
		border-right: solid 1px #fff;
		position: absolute;
		top: 20px;
		margin-top: -8px;
		right: 4px;
		height: 12px;
		width: 50px;
		transform: skewX(55deg);
		transition: 0.5s all ease-in-out 0s;
	}
	.swiper-button-prev:hover {
		left: -6px;
	}
	.swiper-button-next:hover {
		right: -6px;
	}
	.swiper-pagination {
		width: auto;
		left: 15px;
		bottom: -35px;
		font-size: min(9vw,50px);
		color: #999;
		mix-blend-mode: plus-lighter;
	}
	.imgWrap [class^="imageBox"] {
		position: absolute;
		top: 10px;
		left: 0;
		width: 100%;
		opacity: 0;
		pointer-events: none;
		transition: 0.5s all ease-in-out 0s;
	}
	.imgWrap [class^="imageBox"].currant {
		position: relative;
		top: 0;
		opacity: 1;
		pointer-events: auto;
	}
}


　
/*-----------------------------
tab〜
-----------------------------*/
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 956px) {}

/*-----------------------------
tabのみ
-----------------------------*/
/*@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .teiki { width: 60%;}
}*/

/*-----------------------------
sp
-----------------------------*/
@media only screen and (max-width: 768px) {

ul.btm_Btn_Area li.f_request {
background: #981515;
}
.hero {
    margin-top: 70px;
}
.hero h2 {
top: 50%;
    font-size: 30px;
}
.hero p {
font-size: 14px;
}
.ttl_area h3 {
font-size: 22px;
}
.ttl_area p {
text-align: left;
font-size: 15px;
}
.sss_area ul.flex li.flex3-1 {
width: 33%;
}
span.caption {
right: 5px;
bottom: 5px;
font-size: 10px;
}

.sss_inner h3 {
font-size: 18px;
line-height: 1.6;
padding: 10px 0;
}

#flow .flowTitle {
padding: 10svh 0;
margin: 50px auto;
}

#flow .flowWrap .flow .flowNum {
width: 60px;
height: 60px;
}
#flow .flowWrap .flow .flowNum span {
font-size: 25px;
}
#flow .flowWrap .flow .underline {
left: 30px;
top: 60px;
}
#flow .flowWrap .flow .timeline {
left: 30px;
top: 60px;
}
#flow .flowFixedObj .imgWrap {
		display: none;
	}
	#flow .flowFixedObj .flowWrap {
		width: 95%;
		margin: 0 auto;
    margin-top: 0;
	}
	#flow .flowWrap .flow {
		padding-bottom: 30px;
	}
	#flow .flowWrap .flow .flowText {
	width: 80%;
	margin-top: 3%;
	}
	#flow .flowWrap .flow .flowText div.sp p {
		padding-top: 5px;
	}
	
	.flowText p {
	font-size: 14px;
	margin: 0 0 10px 10px;
	font-feature-settings: "palt";
	}
	
	.flowText h4 {
	font-size: 18px;
	text-indent: -2.7em;
	padding-left: 2.7em;
	line-height: 1.5;
	}
	.flowText h4 span {
	font-size: 18px;
	}

}


