@charset "UTF-8";

/* 基本 */

html {
	font-size: 100%;
}

body {
	margin: 0;
	background-color: #eeeeee;
	color: #222222;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

p {
	line-height: 1.8;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

.logo {
	font-size: 18px;
	font-weight: bold;
	color: #707070;
	vertical-align: bottom;
}

h3 {
	color:#707070;
	border-style: solid;
	border-color: #099709;
	border-width: 0px 0px 0px 4px;
	padding: 0px 0px 0px 8px;
	margin-bottom: 20px;
}


/* 横幅と左右の余白 */
.container {
	width: min(92%, 1000px);
	margin: auto;
}

/* ヘッダー */
#header {
	width: 100%;
	height: 112px;
	background-color: #ffffff;
}

#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

#main .container {
	padding-bottom: 40px;
}

/* ナビゲーションボタン */
.navbtn {
	padding: 0;
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
	color: #aaaaaa;
	font-size: 30px;
}

.open .navbtn {
	z-index: 110;
	color: #ffffff;
}

.navbtn .fa-bars {
	display: revert;
}
.open .navbtn .fa-bars {
	display: none;
}

.navbtn .fa-times {
	display: none;
}

.open .navbtn .fa-times {
	display: revert;
}


/*ナビゲーションメニュー：モバイル */
@media screen and (max-width: 767px) {

	.navi {
		position: fixed;
		inset: 0 -100% 0 100%;
		z-index: 100;
		background-color: #4e483ae6;
		transition: transform 0.3s;
	}

	.open .navi {
		transform: translate(-100%, 0);
	}

	.open body {
		position: fixed;
		overflow: hidden;
	}

	.navi .menu {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		gap: 36px;
		color: #ffffff;
	}
}

/* ナビゲーションメニュー：PC */
@media screen and (min-width: 768px) {

	.navbtn {
		display: none;
	}

	.navi .menu {
		display: flex;
		gap: 36px;
		color: #707070;
	}

	#current {
		border-style: solid;
		border-color: #099709;
		border-width: 0px 0px 1px 0px;
	}

}

/* メインビジュアル */
#main .mainvisual {
	height: 320px;
	background-image: url(img/hero.jpg);
	background-position: center;
	background-size: cover;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#main .mainvisual .catch{
	background-color: rgba(253, 248, 248, 0.7);
	width: 510px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.catch h1{
	font-size: 1.2em;
	color: #099709;
	text-align: center;
}

#main .visual {
	height: 150px;
	background-image: url(img/hero.jpg);
	background-position: center;
	background-size: cover;
	margin-bottom: 40px;
}

.greeting {
  display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom: 40px;
}

.greeting p {
	width: 512px;
	text-align: justify;
}

.highlight {
	background: linear-gradient(transparent 60%, #fff390 40%);
}

.work {
	margin-bottom: 40px;
}

.work ul {
	display: flex;
	margin-bottom: 10px;
}

.work ul li {
		background-color: #ccc;
		display: flex;
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 6px;
}


.img-text .image {
	display: flex;
	justify-content: space-between;
	object-fit: cover;
	width: 50%;	
}

.img-text img {
		display: flex;	
		width: 48%;
}

.example-btn {
	width: 100%;
	display: flex;
	justify-content: right;
}

.example-btn a {
	display: block;
	text-align: center;
	width: 120px;
	padding: 6px;
	background-color: #099709;
	font-size: 0.8em;
	color: #ffff;
	box-sizing: border-box;
}


/* フッター */
#footer {
	font-size: 16px;
	padding: 50px 0;
	background-color: #ffffff;
	color: #707070;
	text-align: center;	
}

.sf {
	font-size: 0.95em;
}

.privacy-policy {
	font-size: 0.90em;
}

/* index */

.news-area div {
	margin-bottom: 40px;;
}

/* pc */
@media screen and (min-width: 768px) {

	h3 {
		font-size: 1.1em;
	}
	
	/* index */

	.news-area {
		width: 100%;
		display: flex;
		justify-content:space-between ;
	}

	.work ul li {
		background-color: #ccc;
		display: flex;
		justify-content: center;
		width: 25%;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-left: 10px;
		border-radius: 6px;
	}

	.work ul li:nth-last-child(4n) {
		margin-left: 0;
	}

	.img-text {
		display: flex;
		margin-bottom: 20px;
	}
	

	.img-text .text {
		width: 50%;
		padding-top: 10px;
		padding-left: 20px;
	}

	.mobile {
		display: none;
	}

	.news a {
	text-decoration: underline;
  text-decoration-color: #099709;
	text-underline-offset: 4px; 
}
}

/* flow */

.flow section{
	margin-top: 30px;
}

.item .text {
	width: 100%;
	display: flex;
}

.item .text .order {
	width: 160px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:  #fff;
	text-align: center;
	margin-right: 20px;
	flex-shrink: 0;
}
.item .text dd {
	padding-top: 10px;
}

.text a {
	text-decoration: underline;
  text-decoration-color: #099709;
	text-underline-offset: 4px; 
}

.figure {
	width: 160px;
	text-align: center;
	color: #099709;
	font-weight:bolder;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* fee */

.fee p {
	margin-bottom: 10px;

}
.fee section {
	margin-bottom: 22px;
} 
.fee section div {
	display: flex;
	margin-top: 6px;
}

.fee section td {
	width: 80px;
}

.fee section dd {
	width: 80px;
	text-align: right;
}

.fee section div {
	margin-bottom: 8px;
}

.fee .item {
	width: 200px;
	display: flex;
	justify-content:space-between ;
	font-weight:400;
}
.fee p {
	font-size: 0.95em;
}

.fee .item dd {
	font-size: 1.1em;
}

.fee .title {	
	font-size: 1.0em;
	background: linear-gradient(transparent 70%, #96b996 30%);
}

.yen {
	font-size: 0.8em;
	margin-left: 2px;
}

/* info */

.info section {
	display: flex;
	justify-content:space-between ;
	margin-bottom: 30px;;
}

.info .company dd {
	margin-bottom: 15px;

}

.info .company dt {
	margin-bottom: 5px;

}

.info .title {	
	font-size: 1.0em;
	background: linear-gradient(transparent 70%, #ccc 30%);
}

.license li {
	font-size: 0.95em;
	margin-bottom: 6px;
}

/* contact */

.contact section {
	margin-bottom: 20px;
}

.contact section p {
	margin-bottom: 20px;
}

.contact .telno {
	font-size: 1.2em;
	margin-right: 10px;
	text-decoration: none;
}

.contact .mail dt {
	font-weight: 400;
	margin-bottom: 10px;
}

.contact .mail dd {
	margin-bottom: 16px;
}

.contact .mail input[type="text"] {
	width: 100%;
	border: solid 1px #ccc;
	padding: 10px 5px;
}

.contact .mail input[type="email"] {
	width: 100%;
	border: solid 1px #ccc;
	padding: 10px 5px;
}

.contact .mail textarea {
	width: 100%;
	height: 100px;
	border: solid 1px #ccc;
	padding: 10px 5px;
}

.contact .btn {
	text-align: center;
	margin-top: 20px;
}

.contact .btn input {
	background-color: #099709;
	color: #fff;
	font-size: 14px;
	padding: 10px 40px;
}

.contact .faq {
	margin-top: 40px;
}

.contact .faq dl {

	margin-top: 30px;
}

.contact .faq dt {
	display: flex;

	margin-bottom: 10px;
}

.contact .faq dd {
	display: flex;
	margin-bottom: 30px;
}

.contact .faq .circle {
	width: 24px;
	height: 24px;
	background-color: #099709;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-right: 6px;
}

.contact .sf {
	margin-right: 10px;
}

.faq a {
	text-decoration: underline;
  text-decoration-color: #099709;
	text-underline-offset: 4px; 
}

.mail_result .container {
	text-align: center;
	height: 200px;
}

.mail_result .container p {
	margin-top: 100px;
}


/* モバイル */

@media screen and (max-width: 767px) {

	h3 {
		font-size: 1.1em;
	}

 .work ul {
		display: flex;
		flex-direction: column;
  }

	.work ul li {
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}


	.img-text {
		flex-direction: column;
		width: 100%;
	}

	.img-text .image {
		width: 100%;

	}

	.img-text .img {
		object-fit: cover;
	}

	.img-text .text {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.example-btn {
		margin-top: 20px;
	}

	.item .text .order {
  	display: flex;
  	align-items: center;  /* 縦方向の中央揃え */
  	justify-content: center; /* 横方向の中央揃え（必要なら） */


		width: 100px;
		height: 100px;
		background-color:  #fff;
		margin-right: 12px;
		font-size: 100%;
		flex-shrink: 0;
	}

	.figure {
		width: 100px;
		text-align: center;
		color: #099709;
		font-weight:bolder;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.item .text {
		font-size: 100%;
	}

	.item .text dd {
		padding-top: 0px;
	}

	.info section {
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;;
	}

	.map {
		margin-top: 20px;
	}

}