@charset "UTF-8";
/* CSS Document */
@media (min-width: 960px){
	.sptb,.navToggle{
		display: none !important;}	
}
@media(min-width:749px){
	.sp{
		display: none !important;
	}	
}

body{
	color: #fff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
ul li{
	list-style-type: none;
}
.txt_s{
	font-size:80%;
}
/* スペース調整==================== */
.w1800{
	max-width: 1800px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.h100{
	height: 100px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}

/* ヘッダー　==================== */
header{
	width: 100%;
	z-index:1000;
}
.site-header{
	background: rgba(255,255,255,1.0);
    display: flex;
    position: relative;
	align-items: center;
	justify-content: space-between;
    transition: .5s;
	width: 100% ;
	height: 60px;
	filter: drop-shadow(2px 2px 5px #333);
}
.site-header.transform{
    background: rgba(255,255,255,1.0);
}
.site-header h1{
	line-height: 40px;
	vertical-align: middle;
}
.site-header h1 img.header_logo{
	height: 35px;
	width: auto;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	transition:all .5s ease-in;
	opacity: 1.0;
}
.site-header.transform h1 img.header_logo{
	height: 45px;
	width: auto;
	opacity: 1.0;
	transition:all .5s ease-in;
}
.site-header .header_phone{
	display: flex;
}
.site-header .header_phone h2{
	display: block;
	width: 150px;
	height: 60px;
	text-align: center;
	font-size: 0.7em;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	transform: rotate(0.05deg);
	position: relative;
	transition:all .5s ease-in;
}
.site-header .header_phone h2 i{
	font-size: 120%;
}
.site-header.transform .header_phone h2.left,
.site-header.transform .header_phone h2.right{
	width: 60px;
}

.site-header .header_phone h2.left a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	background: #6d4c33;
	transition:all .5s ease-in;
}

.site-header .header_phone h2.left :hover{
	background: #000;
	color: #fff;
	transition:all .5s ease-in;
}
.site-header .header_phone h2.right a{
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 3px;
	background: #40220c;
	transition:all .5s ease-in;
}
.site-header .header_phone h2.right :hover{
	background: #000;
	color: #fff;
	padding: 3px;
	transition:all .5s ease-in;
}
.site-header .header_phone h2.left a span,
.site-header .header_phone h2.right a span{
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	pointer-events: none;
}
.site-header.transform .header_phone h2.left a span.change_be,
.site-header.transform .header_phone h2.right a span.change_be{
	display: none;
}
.site-header .header_phone h2.left a span.change_af,
.site-header .header_phone h2.right a span.change_af{
	display: none;
}
.site-header.transform .header_phone h2.left a span.change_af,
.site-header.transform .header_phone h2.right a span.change_af{
	display: block;
	font-size: 150%;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.site-header nav ul li{
	margin: auto;
	padding: 15px 15px 0;
	font-size:0.85em;
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 60px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 120%;
}
.site-header nav ul li span{
	font-size: 70%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
	color: #00808c;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #40220c;
}
.site-header nav ul li ::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(109,76,51,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover ::after{
	background:rgba(109,76,51,1.0);
	transform: translate3d(0,0,0);
}


/* フッター部分　==================== */

footer{
	background-color: #6d4c33;
	padding-top: 10px;
}
footer h2{
	text-align: center;
	padding: 10px 0;
}
.footer_in{
	max-width: 960px;
	margin: auto;
	padding-top: 10px;
	text-align: center;
}
.footer_in img.logo{
	width: 200px;
}
.footer_in p{
	color: #fff;
	font-size: 80%;
	line-height: 150%;
	padding: 0.5em;
	margin-bottom: 20px;
}
.footer_flex{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

footer small p{
	font-size: 80%;
	text-align: center;
	padding: 16px 0;
	background:#40220c;
	color: #fff;
}
footer nav{
	max-width: 700px;
	margin: auto;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 0.8em;
	padding: 1em;
	text-align: center;
}
footer nav ul li a{
	color: #fff;
	padding-bottom: 10px;
	transition:all .5s ease-in;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	padding: 5px;
}
footer nav ul li a:hover{
	color: #00bbcc;
	transition:all .5s ease-in;
}
/* スライダー　==================== */
.slider{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	-ms-overflow-style: none;
	z-index: 1;
}

/* 最大表示幅枠　==================== */
.wrapper{
	margin: auto;
}
.bg_d{
	background:#6d4c33 ;
}

/* ボタン　================================================== */
button{
	display: block;
	margin: 15px auto;
	font-weight: 700;
}
.btn{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    width: 200px;
    background:#00808c;
    padding: 8px 30px;
    text-align: center;
	font-size: 0.8rem;
	margin-bottom: 16px;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;
	color:#fff;
}

.btn:hover span{
	color:#fff;
}

/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:rgba(0,0,0,0.75);
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}

.btn_contact{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    width: 400px;
    background:#00808c;
    padding: 8px 30px;
    text-align: center;
	font-size: 0.8rem;
	margin-bottom: 16px;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.btn_contact span {
	position: relative;
	z-index: 3;
	color:#fff;
}

.btn_contact:hover span{
	color:#fff;
}

/* 新着情報　==================== */
.contents_news{
	width: 100%;
	background:#40220c;
}
.news{
	max-width: 960px;
	margin: auto;
	padding: 0.5em 1.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
.news h3{
	color:#fff;
	border-right: solid 1px #00808c;
	padding-right: 1.5em;
	font-size: 1em;
}
.news h3 span{
	font-size: 150%;
}
.news_in{
	height: 50px;
	width: calc(100% - 150px);
	overflow: auto;
	padding-left: 20px;
}

/* 各コンテンツ　======================================== */
.contents{
	position: relative;
	max-width: 100%;
 	margin: 300px auto 100px;
 	padding: 10px 0;
	background-color: rgba(64,34,12,0.75);
}
.contents::before{
	content: "";
	position: absolute;
	top:-100px;
	right: 0;
	border-style: solid;
	border-color: transparent transparent rgba(64,34,12,0.75) transparent;
	border-width: 0 100vw 100px 0;
	z-index: 10;
}
.contents::after{
	content: "";
	position: absolute;
	bottom:-100px;
	right: 0;
	border-style: solid;
	border-color: transparent rgba(64,34,12,0.75) transparent transparent;
	border-width: 0 100vw 100px 0;
	z-index: 10;
}

.top_contents{
	width: 100%;
	max-width: 960px;
	margin: auto;
	height: calc(100vh - 60px );
	position: relative;
}
.top_copy{
	position: absolute;
	width: 90%;
	max-width: 800px;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	text-align: center;
}
.top_copy img{
	width: 100%;
}
.top_copy h2{
	font-family: 'Noto Serif JP', serif;
	font-size:2em;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}

/*ご挨拶　========================================*/
.greeting{
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 20px;
	background: url("../img/img001.png") no-repeat;
	background-size: 100%;
	background-position: center;
}
.greeting h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5em;
	line-height: 120%;
	color: #eee7e0;
	border-bottom: solid 1px #fff ;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.greeting h2 span{
	color: #00bbcc;
	font-size: 50%;
}
.greeting h3{
	color: #00bbcc;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
}
.greeting p{
	color: #fff;
	margin: 20px 0;
	line-height: 180%;
	text-shadow: 2px 2px 5px #000;
}
.bg_b{
	background: rgba(0,0,0,0.35);
	border-radius: 5px ;
	padding: 20px;
}
.photo_flex{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.photo_flex div{
	width: 100%;
	padding: 0 20px;
}
.photo_flex div img{
	width: 100%;
	box-shadow: 10px 10px #000;
}
/*　========================================*/
.top_services{
	padding: 50px 0;
}
.contents_half h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5em;
	line-height: 120%;
	color: #fff;
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.contents_half h2 span{
	font-size: 50%;
	padding-left: 10px;
	color: #00bbcc;
}
.contents_half p{
	color: #fff;
	line-height: 180%;
}

.top_contact{
	background:url("../img/img001.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}
.contents_half{
	width: 100%;
	padding-right: 20px;
}
.contents_flex{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.contents_flex div{
	width: 100%;
}
.contents_flex div img{
	width: 100%;
}

.p10{
	padding: 10px;
}
img.h270{
	height: 270px;
	object-fit: cover;
}


/*  リンクコンテンツ ================================================== */
.link_flex{
	max-width: 1800px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 15px;
}
.link_contents{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.link_contents a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	transition-duration: 0.5s;
}
.link_contents a:hover{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.link_contents h3{
	font-size: 1.5em;
	display: inline-block;
	vertical-align: middle;
	padding: 20px 10px ;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(64,34,12,0.75);
	color: #fff;
	pointer-events: none;
	font-family: 'Noto Serif JP', serif;
}
.link_contents h3 span{
	font-size: 60%;
	padding-left: 10px;
	color: #00bbcc;
}
.link_bg01{
	background: url("../img/flow07.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.link_bg02{
	background: url("../img/img_005.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.link_bg03{
	background: url("../img/slider09.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

/* サブページタイトル ================================================== */

.subtitle{
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
	-ms-overflow-style: none;
}
.sub_copy{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 90%;
	text-align: center;
}
.sub_copy h2{
	font-family: 'Noto Serif JP', serif;
	font-size:2rem;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}
.sub_copy h2 span{
	font-size: 150%;
}
.contents_in{
	max-width: 960px;
	margin: auto;

}

/* サブページコンテンツ　======================================== */
.sub_contents{
	position: relative;
	max-width: 100%;
 	margin: 100px auto;
 	padding: 10px 0;
	background-color: rgba(64,34,12,0.75);
	color: #fff;
}
.sub_contents::before{
	content: "";
	position: absolute;
	top:-100px;
	right: 0;
	border-style: solid;
	border-color: transparent transparent rgba(64,34,12,0.75) transparent;
	border-width: 0 100vw 100px 0;
	z-index: 10;
}
.sub_contents::after{
	content: "";
	position: absolute;
	bottom:-100px;
	right: 0;
	border-style: solid;
	border-color: transparent rgba(64,34,12,0.75) transparent transparent;
	border-width: 0 100vw 100px 0;
	z-index: 10;
}
.bg_img{
	background: url("../img/img001.png") no-repeat;
	background-size: 100%;
	background-position: center;
}
/* 事業紹介 ================================================== */
.services{
	
}
.services h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	line-height: 120%;
	color: #eee7e0;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #00bbcc;
}
.services h3 i{
	color: #00bbcc;
}
.services h4{
	font-size: 1.3em;
	background: #00808c;
	padding: 0.25em 1em;
	line-height: 180%;
}
.services p{
	padding: 1em;
	line-height: 200%;
	text-shadow: 2px 2px 5px #000;
}
.services ul{
	margin-left: 1em;
}
.services ul li{
	padding: 0.25em 1em;
	line-height: 200%;
	text-shadow: 2px 2px 5px #000;
}
.services ul li i{
	color: #00bbcc;
}

p.midashi01{
	color: #fff;
	font-size: 1.3em;
	text-align: center;
}

/* フローチャート ================================================== */
.flow_wrap h3{
	color: #fff;
	padding: 0.25em 0;
	vertical-align: middle;
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
}
.flow_wrap h3 span{
	background: #00808c;
	padding: 3px 10px;
	font-size: 80%;
}
.flow_wrap h4{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	padding: 20px 10px;
	color: #00bbcc;
	text-shadow: 2px 2px 5px #000;
}
.flow_flex{
	display: flex;
	justify-content: flex-start;
	background: rgba(0,0,0,0.35);
	height: 220px;
}
.flow_img{
	width: inherit;
}
.flow_img img{
	width: 350px;
	height: 220px;
	object-fit: cover;
}
.flow_text{
	padding: 15px;
	width: 100%;
}
.flow_text p{
	line-height: 200%;
	font-size: 1rem;
}
.flow_arrow{
	background-color: #00808c;
	width: 60px;
	height: 60px;
	margin: 20px auto;
	position: relative;
}
.flow_arrow i{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2em;
}
/* 会社概要 ================================================== */

.company .contents_flex img{
	padding: 20px;
}

.company table{
	width: 90%;
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0;
	text-shadow: 2px 2px 5px #000;
}
.company table tr{
	border-bottom: solid 1px #fff;
}
.company table th,
.company table td{
	padding: 0.5em 1em;
	text-align: left;
}
.company table th{
	color: #00bbcc;
}


/* メールフォーム ================================================== */
.contact h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	border-left: solid 8px #00808c;
	padding-left: 8px;
	margin-bottom: 1rem;
	line-height: 1.5em;
}
.contact .btn_contact{
	font-size: 1.5rem;
}
#mailform{
	width: 100%;
	padding: 20px;
	background: rgba(0,0,0,0.49);
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 0.5em;
	vertical-align: top;
	line-height: 120%;
}
#mailform table tr:nth-child(odd){
	background-color: #000;
}
#mailform table td{
	width: calc(100% - 210px);
	padding: 0.5em 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#cd5c5c;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#00808c;
	color:#fff ;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background:#000;
}
.infobox{
	margin-bottom: 30px;
	color: #fff;
}
.infobox h4{
	text-align: center;
	color: #fff !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #00bbcc;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 0.5em;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}

label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #fa8072;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/* パンくずナビ　==================== */
.breadcrumb {
	margin: 0;
	padding: 2px 5px;
	list-style: none;
	position: absolute;
	bottom:20px;
	left: 20px;
	font-size: 0.8em;
}

.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	
}

.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	color: #00bbcc;
}


p.txt_small{
	font-size: 80%;
	border-bottom: none;
}

/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

