@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* =======================================================

* ======================================================= */

br.pc{display: inline;}
br.sp{display: none}

img.pc{display: inline;}
img.sp{display: none}

p.pc{display: block;}
p.sp{display: none;}


@media screen and (max-width: 760px) {
br.pc{display: none;}
br.sp{display: inline}
img.pc{display: none;}
img.sp{display: inline}
p.pc{display: none;}
p.sp{display: block;}
}
.boxed #fh5co-page{
max-width: 100%;
}

@media screen and (min-width: 1000px) {
a:hover{opacity: 0.8;}
}


.animate-fadeIn,
.animate-fadeIn2 {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.animate-is-fadeIn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media screen and (max-width: 760px) {
.fh5co-section .container .row-bottom-padded-sm{
padding-bottom: 0;
}
}

/* =======================================================

* ======================================================= */
.page-menu{
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 50px 0;
}
.page-menu ul{
text-align: center;
}
.page-menu ul li{
display: inline-block;
list-style: none;
line-height: 1;
}

.page-menu ul li:not(:last-child)::after {
content: "";
display: inline-block;
width: 1px;
height: 16px;
background-color: #ccc;
margin-left: 32px;
margin-right: 32px;
}

.page-menu ul li a{
color: #000;
font-weight: 600;
}

.page-menu ul li a:hover, .page-menu ul li a:active, .page-menu ul li a:focus {
  color: #FF5126;
}


@media screen and (max-width: 760px) {
.page-menu{
padding: 1.5em 0;
}
.page-menu ul{
text-align: left;
}

}




/* =======================================================
コンセプト
* ======================================================= */

#fh5co-concept{
width: 100%;
padding: 100px 0 50px;
background: #fcf8f1;
}

#fh5co-concept h1{
font-family: "Noto Serif JP", serif;
}
#fh5co-concept h1 .red{
color: #E94624;
}


#fh5co-concept .fh5co-lead{
color: #000;
font-family: "Noto Serif JP", serif;
}


#fh5co-concept .concept-detail h2{
padding: 0.8em 0em 0em;
font-size: 24px;
text-align: left;
/*border-bottom: 1px solid #ccc;*/
}


@media screen and (max-width: 760px) {
#fh5co-concept{
padding: 3em 0;
}

#fh5co-concept h1{
font-size: 22px;
}
#fh5co-concept .fh5co-lead{
font-size: 16px;
}
#fh5co-concept .concept-detail h2{
font-size: 20px;
margin-bottom: 0.5em;
}
#concept1,
#concept2,
#concept3,
#concept4,
#concept5{
padding-bottom: 0;
}
}



#fh5co-concept .concept-detail{
max-width: 1024px;
margin-left: auto;
margin-right: auto;
float: none;
}



/* =======================================================
強み
* ======================================================= */

#fh5co-tsuyomi{
width: 100%;
padding: 100px 0 50px;
background: #fff;
}

#fh5co-tsuyomi h1{
font-family: "Noto Serif JP", serif;
}
#fh5co-tsuyomi h1 .red{
color: #E94624;
}


#fh5co-tsuyomi .fh5co-lead{
color: #000;
font-family: "Noto Serif JP", serif;
}


#fh5co-tsuyomi .tsuyomi-detail h2{
padding: 0.8em 0em 0em;
font-size: 24px;
text-align: left;
/*border-bottom: 1px solid #ccc;*/
}


@media screen and (max-width: 760px) {
#fh5co-tsuyomi{
padding: 3em 0;
}

#fh5co-tsuyomi h1{
font-size: 22px;
}
#fh5co-tsuyomi .fh5co-lead{
font-size: 16px;
}
#fh5co-tsuyomi .tsuyomi-detail h2{
font-size: 20px;
margin-bottom: 0.5em;
}
#tsuyomi1,
#tsuyomi2,
#tsuyomi3,
#tsuyomi4,
#tsuyomi5{
padding-bottom: 0;
}
}

#fh5co-tsuyomi .tsuyomi-detail{
max-width: 1024px;
margin-left: auto;
margin-right: auto;
float: none;
}


/* =======================================================
導入事例
* ======================================================= */

#fh5co-jirei{
width: 100%;
padding: 100px 0 50px;
background: #fff;
}

#fh5co-jirei h1{
font-family: "Noto Serif JP", serif;
}
#fh5co-jirei h1 .red{
color: #E94624;
}

#fh5co-jirei .fh5co-lead{
color: #000;
font-family: "Noto Serif JP", serif;
}

#fh5co-jirei .concept-detail{
max-width: 1024px;
margin-left: auto;
margin-right: auto;
float: none;
}

#jirei-list{
clear: both;
max-width: 1024px;
margin-left: auto;
margin-right: auto;
float: none;
}

#jirei-list ul{
padding: 0;
margin: 0;
}
#jirei-list ul li{
float: left;
width: 48%;
margin: 0 4% 40px 0;;
padding: 0;
list-style: none;
text-align: center;
border: 1px solid #e1cc6c;
border-radius: 1em;
overflow: hidden;
}
#jirei-list ul li:nth-child(2n){
margin-right: 0;
}

#jirei-list ul li img{
width: 100%;
max-width: 900px;
}



@media screen and (max-width: 760px) {
#fh5co-jirei{
padding: 3em 0;
}

#fh5co-jirei h1{
font-size: 22px;
}
#fh5co-jirei .fh5co-lead{
font-size: 16px;
}
#jirei-list ul li{
margin-bottom: 20px;
}
}

@media screen and (max-width: 540px) {
#jirei-list ul li{
margin-bottom: 15px;
}
}

/* =======================================================
納品流れ
* ======================================================= */

#fh5co-flow{
width: 100%;
padding: 100px 0 50px;
background: #fcf8f1;
}

#fh5co-flow h1{
font-family: "Noto Serif JP", serif;
}
#fh5co-flow h1 .red{
color: #E94624;
}


#fh5co-flow .fh5co-lead{
color: #000;
font-family: "Noto Serif JP", serif;
}


#fh5co-flow .flow-detail h2{
padding: 0.8em 0em 0em;
font-size: 24px;
text-align: left;
}
#fh5co-flow .flow-detail h2 .num{
display: inline-block;
margin-right: 0.5em;
}

dl.list_flow_contact{
	/*max-width: 480px;*/
	border: 1px solid #aea89f;
	background: #fff;
	margin-bottom: 1em;
}
dl.list_flow_contact dt{
	width: 100%;
	padding: 0.5em 1em;
	font-size: 112.5%;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
	background: #e7e5e1;
	text-align: center;
}
dl.list_flow_contact dd{
	width: 100%;
	padding: 1em;
	border-left: none;
}
dl.list_flow_contact dd:after{
	display: none;
}
dl.list_flow_contact dd p{
/*max-width: 480px;*/
margin: 0 auto;
text-align: center;
}
dl.list_flow_contact dd .red{
color: #A31F24;
}

dl.list_flow_contact dd .btn_wrap{
	margin: 20px auto 15px;
	text-align: center;
}
dl.list_flow_contact dd .btn_wrap a{
	margin: 0;
	padding: 1em 50px;
	line-height: 1;
	color: #000;
	display: inline-block;
	min-width: 200px;
	position: relative;
	border: 1px solid #000;
	border-radius: 999999px;
}
dl.list_flow_contact dd .btn_wrap a:after{
	content: "→";
	position: absolute;
	right: 1em;
}
dl.list_flow_contact dd .btn_wrap a:hover{
opacity: 0.6;
}
dl.list_flow_contact dd p.flow_tel {
	text-align: center;
	font-size: 280%;
	color: #A31F24;
	position: relative;
	z-index: 10;
	font-family: "Noto Serif JP", serif;
}
dl.list_flow_contact dd p.flow_tel a{
	color: #A31F24;
}

@media screen and (max-width: 760px) {
#fh5co-flow{
padding: 3em 0;
}

#fh5co-flow h1{
font-size: 22px;
}
#fh5co-flow .fh5co-lead{
font-size: 16px;
}
#fh5co-flow .flow-detail h2{
font-size: 20px;
margin-bottom: 0.5em;
}
#flow1,
#flow2,
#flow3,
#flow4,
#flow5{
padding-bottom: 0;
}
}
@media screen and (max-width: 480px) {
dl.list_flow_contact dd p{
text-align: left;
}
dl.list_flow_contact dd p.txtC{
text-align: center;
}
dl.list_flow_contact dd p.flow_tel {
font-size: 210%;
}
}


#fh5co-flow .flow-detail{
max-width: 1024px;
margin-left: auto;
margin-right: auto;
float: none;
}


/* =======================================================
よくある質問
* ======================================================= */

#fh5co-faq{
width: 100%;
padding: 100px 0 100px;
background: #fff
}

#fh5co-faq h1{
font-family: "Noto Serif JP", serif;
}
#fh5co-faq h1 .red{
color: #E94624;
}


#fh5co-faq .fh5co-lead{
color: #000;
font-family: "Noto Serif JP", serif;
}


#fh5co-faq .faq-detail h2{
padding: 0.8em 0em 0em 48px;
font-size: 24px;
text-align: left;
position: relative;
}
#fh5co-faq .faq-detail h2:before{
font-size: 24px;
position: absolute;
left: 0;
}
#fh5co-faq .faq-detail .answer{
padding: 0.5em 0em 0em 48px;
text-align: left;
position: relative;
}
#fh5co-faq .faq-detail .answer:before{
content: "A.";
font-size: 24px;
position: absolute;
left: 0;
top: 0;
}

#faq01 .faq-detail h2:before{content: "Q1.";}
#faq02 .faq-detail h2:before{content: "Q2.";}
#faq03 .faq-detail h2:before{content: "Q3.";}
#faq04 .faq-detail h2:before{content: "Q4.";}
#faq05 .faq-detail h2:before{content: "Q5.";}
#faq06 .faq-detail h2:before{content: "Q6.";}
#faq07 .faq-detail h2:before{content: "Q7.";}
#faq08 .faq-detail h2:before{content: "Q8.";}


@media screen and (max-width: 760px) {
#fh5co-faq{
padding: 3em 0;
}

#fh5co-faq h1{
font-size: 22px;
}
#fh5co-faq .fh5co-lead{
font-size: 16px;
}
#fh5co-faq .faq-detail h2{
padding-left: 40px;
font-size: 18px;
margin-bottom: 0.5em;
}
#fh5co-faq .faq-detail h2:before{
font-size: 20px;
}
#fh5co-faq .faq-detail .answer{
padding-left: 40px;
}
#fh5co-faq .faq-detail .answer:before{
font-size: 20px;
}
#faq01,
#faq02,
#faq03,
#faq04,
#faq05,
#faq06,
#faq07,
#faq08{

}
}

#fh5co-faq .faq-detail{
max-width: 1024px;
margin-left: auto;
margin-right: auto;
float: none;
}



