@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');


html, body { height: 100%;}
body {
	color: #000000 !important;
	background-color: #ffffff !important;
	font-family: 'Zen Kaku Gothic New', sans-serif !important;
	font-weight: 400;
	background-image: none !important;
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Zen Kaku Gothic New', sans-serif !important;
	font-weight: 400 !important;
}
img {
	width: 100%;
}
p {
	margin-bottom: 1em !important;
}
a {
	color: #EF9F41;
}
a:hover img {
	opacity:0.9;
}
.bg-whi {
	background-color: #ffffff;
	padding-bottom: 5rem;
}
.bg-org {
	background-color: #FDF4EA;
	border-radius: 50px 0 0 0;
}
.fh5co-nav-toggle,
#fh5co-offcanvas {
	display: none;
}


/* display:none系 */

@media (min-width: 1200px) {

	.pc-none {
		display: none;
	}
	
}
@media (max-width: 1199px) {

	.pc-none {
		display: block;
	}

}

@media (min-width: 768px) {

	.pc-none2 {
		display: none;
	}

}

@media (max-width: 767px) {

	.pc-none {
		display: block;
	}

}

/* header */
#fh5co-header {
	background-color: #EF9F41;
	padding-top: 0 !important;
	position: inherit !important;
}
#fh5co-header .header-inner {
	display: flex;
	width: 96vw;
	margin: 0 auto;
	justify-content: space-between;
	padding: 10px 0;
}
#fh5co-header #fh5co-logo {
	position: inherit !important;
	text-align: left !important;
	width: fit-content !important;
	margin-bottom: 0 !important;
}
#fh5co-header #fh5co-logo a {
	font-size: 19px !important;
	color: #ffffff !important;
}
.h-contact {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	background-color: #ffffff;
	position: relative;
    padding: 8px 29px 8px 17px;
	margin-right: 15px;
	border-radius: 20px 0 20px 0;
}
a .h-contact {
	color: #000000;
	width: 100%;
	display: block;
	transition: .3s;
}
.h-contact::before{
	content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    right: 10px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 6px solid transparent;
    border-left: 9px solid #8DC63F;   /* 好みで色を変えてください */  
}
a:hover .h-contact {
	color: #EF9F41;
}
.h-sns {
	vertical-align:top;
	margin-left: 15px;
}
.site-header-box {
	width: 100%;
	height: 74px;
	background-image: url(../images/img-kado01-org.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: 120;
}

@media (max-width: 767px) {

	#fh5co-header .header-inner {
		justify-content: flex-end;
	}
	.site-header-container.container {
		display: flex;
		justify-content: flex-end;
		padding-top: .8rem;
		margin-bottom: .8rem;
	}
	.site-header-box {
		height: 50px;
	}
	#fh5co-logo {
		display: none !important;
	}
	.site-header-inner {
		width: fit-content;
	}
	.h-contact {
		font-size: 16px;
	}
	
}

@media (max-width: 445px) {

	.h-contact {
		font-size: 14px;
		padding: 8px 29px 8px 15px;

	}
	.h-contact br {
		display: block;
	}

}

/* main image */
#fh5co-hero {
	background-image: url(../images/main-img.jpg);
	height: calc(100vw * 0.555) !important;
	background-size: contain !important;
	background-position: 0 70px;
	top: -74px;
	z-index: 0;
}
#fh5co-hero .fh5co-overlay {
	opacity: 0;
}
.top-main-wrap {
	display: flex;
	align-items: center;
	height: calc(100vw * 0.555);
}
.top-main {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 60%;
	max-width: 620px;
}
.top-main .lead {
	width: 94%;
	max-width: 582px;
}
.top-main .logo {
	width: 44%;
	max-width: 268px;
	margin: 4rem 0;
}

@media (max-width: 1199px) {

	.top-main-wrap .top-main-txt {
		display: none;
	}
	.top-main-txt {
		width: fit-content;
		margin: 0 auto;
		padding: 5rem 0 3rem;
	}
	.top-main .logo {
		margin-bottom: 0;
	}

}

@media (max-width: 767px) {

	.top-main-wrap {
		height: calc(100vw * 0.62) !important;
	}
	.top-main-txt {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	#fh5co-hero {
		height: calc(100vw * 0.62) !important;
	}
	#fh5co-hero .fh5co-learn-more {
		bottom: -10px;
	}
	.top-main-wrap .lead {
		display: none;
	}
	.top-main .logo {
		width: 80%;
	}

}
@media (max-width: 575px) {

	.top-main-wrap {
		height: calc(100vw * 0.93) !important;
	}
	#fh5co-hero {
		background-image: url(../images/main-img-sp.jpg);
		height: calc(100vw * 0.93) !important;
	}
	#fh5co-hero .fh5co-learn-more {
		bottom: -15px;
	}
	.top-main {
		width: 45%;
	}
	.top-main .logo {
		width: 100%;
	}

}

@media (max-width: 445px) {

	#fh5co-hero .fh5co-learn-more {
		bottom: -25px;
	}

}


/* title */
.ttl .fh5co-lead {
	color: #626262 !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	margin-top: 10rem;
	line-height: 1.4;
}
.ttl .fh5co-lead  br {
	display: none;
}
.sub-ttl {
	font-size: 18px;
	font-weight: 500;
	color: #EF9F41;
}

@media (max-width: 991px) {

	.ttl .fh5co-lead {
		font-size: 26px !important;
	}
	.sub-ttl {
		font-size: 16px;
	}
	
}
@media (max-width: 380px) {

	.ttl .fh5co-lead  br {
		display: block;
	}
	
}

/* desing */
.container-inner {
	width: 80%;
	margin: 0 auto;
}
#fh5co-projects {
	background-color: #ffffff !important;
	padding: 1em 0 6.5em !important;
}
.pro-wrap {
	background-color: #EF9F41;
	width: 83%;
	max-width: 920px;
	margin: 5rem auto 0;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	border-radius: 0 0 50px 0;
	padding-top: 2em;
}
.pro-wrap img {
	position: absolute;
	top: -40px;
	left: -40px;
	width: 290px;
}
.pro-box {
	width: 613px;
	color: #ffffff;
}
.name {
	font-size: 26px;
	margin-top: 30px;
}
.name span {
	font-size: 14px;
	padding-left: 16px;
}
.name br {
	display: none;
}
.pro-box dl {
	display: flex;
	flex-wrap: wrap;
	margin-right: 30px;
	margin-bottom: 3em;
}
.pro-box dl dt {
	width: 20%;
	font-weight: 400;
	padding: 8px 0;
	line-height: 1.6 !important;
}
.pro-box dl dd {
	width: 80%;
	padding: 8px 0;
	line-height: 1.6 !important;
}
.pro-box2 {
	width: 94%;
	background-color: #ffffff;
	padding: 7rem 4.5rem 3.8rem;
	margin-bottom: 4rem;
	border-radius: 50px 0 0 0;
}
.link-btn {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 20px 40px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	border: 2px solid #EF9F41;
}
.hover-opacity {
	transition-property: opacity;
	transition-duration: 0.5s;
}
.hover-opacity:hover {
	opacity: 0.7; 
}
.link-btn .arrow i {
    bottom: 2px;
	left: 10px;
    position: relative;
    color: #ccc;
    vertical-align: middle;
}
@media (max-width: 1199px) {

	.pro-box {
		width: 62%;
	}
	.pro-box dl dt {
		width: 22%;
	}
	.pro-box dl dd {
		width: 78%;
	}
	
}

@media (max-width: 991px) {

	.name {
		line-height: 100%;
	}
	.name br {
		display: block;
	}
	.name span {
		padding-left: 0;
	}
	.pro-box {
		width: 50%;
	}
	.pro-box dl {
		flex-flow: column;
	}
	.pro-box dl dt,
	.pro-box dl dd {
		width: 100%;
	}
	.pro-box dl dt {
		padding: 0;
		margin-bottom: 0;
	}
	.pro-box dl dd {
		padding: 0 0 15px;
	}

}

@media (max-width: 767px) {

	.name br {
		display: none;
	}
	.name span {
		padding-left: 14px;
	}
	.pro-box {
		width: 100%;
		padding: 15px 15px 15px 35px;
		margin-top: 355px;
	}
	.pro-box2 {
		width: 95%;
		padding: 3em 2rem 3rem;
		margin-bottom: 2rem;
	}
	.lead-box {
		text-align: center;
		padding: 2rem;
	}
	.lead-box img {
		width: 90%;
		margin-bottom: 0;
	}
	
}

@media (max-width: 445px) {

	.container-inner {
		width: 90%;
	}
	.pro-wrap {
		background-color: #EF9F41;
		width: 100%;
	}
	.pro-wrap img {
		position: absolute;
		top: -50px;
		left: 10px;
		width: 310px;
	}
	.name br {
		display: block;
	}
	.name span {
		padding-left: 0;
	}
	.ttl .fh5co-lead.link-btn {
		font-size: 20px !important;
	}

}


/* contact */
#contact {
	background-color: #FDF4EA;
	padding: 0 0 3em!important;
}
.contact-wrap {
	background-color: #ffffff;
	padding: 6rem 4rem;
	-webkit-filter:drop-shadow(0 2px 5px rgba(0, 0, 0, 0.16));
    -moz-filter:drop-shadow(0 2px 5px rgba(0, 0, 0, 0.16));
    -ms-filter:drop-shadow(0 2px 5px rgba(0, 0, 0, 0.16));
    filter:drop-shadow(0 2px 5px rgba(0, 0, 0, 0.16));
	margin-top: 3rem;
}
dl.mailform {
	max-width: 500px;
	margin: 0 auto;
}
form#mailformpro dl dt {
	border-top: none;
	float: none;
	text-align: left;
	font-size: 18px;
	width: 100%;
	font-weight: 500;
	padding: 0 0 10px;
}
form#mailformpro dl dd {
	border-top: none;
	padding:0 0 40px;
	font-size: 18px;
}
.must {
	font-size: 14px;
	color: #ffffff !important;
	background-color: #EF9F41;
	border: none;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
	padding: 2px 12px;
	margin: 0px 10px 0 0;
	border-radius: 0 !important;
}
.mfp_colored {
	background-color: #ffffff !important;
}

button {
	display       : inline-block;
	border-radius : 0px !important;          /* 角丸       */
	font-size     : 20px !important;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 12px 12px !important;   /* 余白       */
	background    : #EF9F41 !important;     /* 背景色     */
	color         : #ffffff !important;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
	border        : 2px solid #EF9F41 !important;    /* 枠の指定 */
	text-shadow: none !important;
  }
button:hover {
	color         : #EF9F41 !important;     /* 背景色     */
	background    : #ffffff !important;     /* 文字色     */
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
	box-shadow: none;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
	box-shadow: none;
	border-radius: 0;
}
.mfp_element_textarea {
	height: 350px !important;
}
#mfp_button_cancel {
	background-color: #ccc !important;
	border-color: #ccc !important;
}
#mfp_button_cancel:hover {
	color: #909090 !important;
	background-color: #fff !important;
}
.form-checkbox input {
	width: auto;
}
form#mailformpro .form-checkbox {
	display: flex;
	flex-flow: column;
}
form#mailformpro .form-checkbox label {
	margin-right: 20px;
	font-weight: 400;
	white-space: normal;
	padding-left: 2em;
	text-indent: -2em;
}
form#mailformpro .form-checkbox label .mfp_err {
	text-indent: 0;
}
form#mailformpro label.mfp_checked {
    border: none;
    background-color: #FDF4EA;
    box-shadow: none;
}
form#mailformpro label.mfp_not_checked {
	border: none;
}
input,
textarea {
	width: 100%;
	border: 1px solid #ACACAC;
	padding: 10px;
}
input {
	font-size: 18px;
}
.mfp_col10 {
	margin-bottom: 10px;
}
.mfp_element_text,
.mfp_element_tel,
.mfp_element_email,
.mfp_element_textarea {
	width: 100% !important;
}
#thanks-box {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	padding: 3rem 0;
}
.thanks {
	color: #EF9F41;
	font-weight: 500;
	font-size: 130%;
}
.mail-box {
	width: fit-content;
	margin: 2rem auto;
}
.mail-box img {
	width: 250px;
}
.gotop {
	text-align: center;
}
.gotop a {
	color: #000000;
	text-decoration: none;
}
.f-thanks {
	position:sticky;
	top:100vh;
}
ul.contact-att li {
	margin-bottom: 10px;
}

@media (max-width: 575px) {

	.contact-wrap {
		padding: 3rem 2rem;
	}

}



/*リセット */
input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  input[type="checkbox"]::after {
    border-bottom: 3px solid #EF9F41;/*チェックの太さ*/
    border-left: 3px solid #EF9F41;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -1px;/*チェック時の位置調整*/
    left: 10px;/*チェック時の位置調整*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }

/* footer */
#colour-variations {
	display: none;
}
#site-footer {
	background-color: #EF9F41 !important;
	padding: 0 0 !important;
}
.footer-inner {
	width: 96vw;
	margin: 0 auto;
}
.footer-sns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100px;
	margin: 0 auto;
	padding: 2rem 0 0;
}
#site-footer p {
	color: #ffffff !important;
	margin-bottom: 0 !important;
	text-align: center;
	padding: 1.1rem 0;
}
.site-footer-box {
	height: 74px;
	background-image: url(../images/img-kado03-org.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FDF4EA;
}

@media (max-width: 767px) {

	.site-footer-box {
		height: 50px;
	}

}