@charset "utf-8";

/* CSS Document */
* { box-sizing: border-box;}
html { font-size: 100%;}
body {
	color: #1A1A1A;
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 0;
    text-size-adjust: 100%;
}
h1,h2,h3,h4 { font-weight: normal;}
p { margin: 0;}
a {
	color: #1A1A1A;
	text-decoration: none;
}
a:hover { color: #1d3994;}
/* a:hover { color: #09451C;} */
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}	
img {
	max-width: 100%;
	vertical-align: bottom;
}
figure { margin: 0;}
.note {	color: #C33;}
.marker {
	background: linear-gradient(transparent 70%, #FF0 0%);
	display: inline;
}
.lead {
    font-size: 1.375rem;
    margin: 30px 0 0 0;
}
.inner { margin-top: 30px;}
@media screen and (max-width: 767px) {
.lead { font-size: 1.125rem;}
}

/* 切り替え
---------------------------------------------------- */
.sp { display: none !important;}
@media screen and (max-width: 767px) {
.pc { display: none !important;}
.sp { display: block !important;}
}

/* header
---------------------------------------------------- */
#header {
	align-items: center;
    background: #FFF;
	display: flex;
    height: 100px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#header h1 {
	margin: 20px;
	width: 400px;
}
#header h1 a {
	background: url(../img/common/logo.jpg) no-repeat center top;
	background-size: cover;
    display: block;
    height: 0;
	overflow: hidden;
	padding-top: 14%;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
@media screen and (max-width: 767px) {
#header {
	display: block;
    height: auto;
}
#header h1 {
	margin: 15px 10px;
	width: 300px;
}
#header h1 a {
	background: url(../img/common/logo_s.jpg) no-repeat center top;
	padding-top: 14%;
}}

/* navbar
---------------------------------------------------- */
.gnav {
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
}
.navbar ul, .navbtn {
    align-content: stretch;
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.navbar ul {
    margin-right: 10px;
    position: relative;
}
.navbar li {
	display: flex;
	font-size: 0.875rem;
    margin: 0 15px;
    padding: 5px 0;
    position: relative;
    text-align: center;
}
.navbar li::before {
	background: #09451C;
    top: 0;
	content: '';
	height: 2px;
	left: 0;
    margin: auto;
	position: absolute;
    right: 0;
	transform-origin: center top;
	transform: scale(0, 1);
	transition: transform 0.5s;
	width: 85%;
}
.navbar li:hover::before {
	transform-origin: center top;
	transform: scale(1, 1);
}
.navbar span, .navbtn span {
    display: block;
    font-family: "Noto Serif JP", serif;
	font-size: 0.875rem;
    font-weight: 600;
}
.navbar span { margin-bottom: 5px;}
.navbtn span { margin-bottom: 3px;}
.navbtn li {
    background: linear-gradient(#02BA56, #09451C);
    height: 100px;
	font-size: 0.875rem;
    min-width: 100px;
    position: relative;
    text-align: center;
    z-index: 0;
}
.navbtn li:last-child { border-left: 1px solid #FFF;}
.navbtn i {
    display: block;
    margin: 5px 0;
}
.navbtn li a {
    color: #FFF;
    display: block;
    padding: 10px 5px;
}
.navbtn li::before {
    background: linear-gradient(#09451C, #02BA56);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
    z-index: -1;
}
.navbtn li:hover::before { opacity: 1;}
#toggle { display: none;}
#toggle:checked ~ .navbar {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.navbar-toggle { display: none;}
@media screen and (max-width: 1300px) {
.gnav {
    position: static;
    right: auto;
}
.gnav { align-items: flex-start;}
.navbar li::before { display: none;}
.navbar {
    background: #F0FBF5; 
	left: -100%;
    margin-top: 100px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	text-align: left;
    -webkit-transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	width: 100%;
    z-index: 100;
}
.navbar ul {
    display: block;
    margin: 0;
}
.navbar li {
	border-bottom: 1px solid #1A1A1A;
	display: block;
	margin: 0;
    padding: 0;
	width: 100%;
}
.navbar li a {
	color: #1A1A1A;
	display: block;
	padding: 10px;
}
.navbar li a::before {
    display: inline-block;
    text-align: center;
    width: 35px;
}
.navbar span { margin: 0;}
.navbar-toggle {
	background: linear-gradient(#09451C, #02BA56);
    display: block;
	height: 40px;
    letter-spacing: normal;
	padding: 2px 8px 0 8px;
	position: fixed;
	right: 228px;
    top: 28px;
	z-index: 1;
}
.navbar-toggle:hover { background: linear-gradient(#02BA56, #09451C);}
.menuicon {
	cursor: pointer;
	display: block;
	height: 100%;
	position: relative;
	-webkit-transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	width: 25px;
}
.menuicon > span {
	background: #FFF;
	border-radius: 1px;
	display: block;
	height: 0.2em;
	margin-top: -0.3em;
	position: absolute;
	top: 55%;
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	width: 100%;
}
.menuicon > span:before, .menuicon > span:after {
	background: #FFF;
	border-radius: 1px;
	content: '';
	height: 100%;
	position: absolute;
	-webkit-transition: transform 0.3s ease-in;
	transition: transform 0.3s ease-in;
	width: 100%;
}
.menuicon > span:before {
	-webkit-transform: translateY(-0.6em);
	transform: translateY(-0.6em);
}
.menuicon > span:after {
	-webkit-transform: translateY(0.6em);
	transform: translateY(0.6em);
}
#toggle:checked + .navbar-toggle .menuicon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#toggle:checked + .navbar-toggle span:before,
#toggle:checked + .navbar-toggle span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#toggle:checked ~ .navbar {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}}
@media screen and (max-width: 767px) {
.navbar { margin-top: 0;}
.navbar-toggle {
	right: 10px;
    top: 15px;
}
.navbtn {
    bottom: 0;
    margin-right: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
}
.navbtn span { margin-bottom: 0;}
.navbtn li {
    height: auto;
    min-width: inherit;
    width: calc(100%/2);
}
.navbtn i { margin: 5px 0;}
.navbtn li a { padding: 10px;}
}

/* slider
---------------------------------------------------- */
.slider-container { position: relative;}
.slider__fixed-title {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #FFF;
	font-size: 1.125rem;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    text-align: right;
	z-index: 50;
}
.slider {
	margin-top: 100px;
	position: relative;
	z-index: 10;
}
.slider__item { position: relative;}
.slider__item img {
	display: block;
	height: 75vh;
	object-fit: cover;
    object-position: top;
	width: 100%;
}
.slider__text {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 1.75rem;
	left: 50%;
	max-width: 800px;
	opacity: 0;
	padding: 40px;
	position: absolute;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
	top: 50%;
	transform: translate(-50%, -40%);
	transition: all 0.8s ease;
	width: 80%;
	word-break: keep-all;
}
.slick-current .slider__text {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.slick-dots li {
	background: #1A1A1A;
	border-radius: 50%;
	cursor: pointer;
	height: 10px;
	margin: 0 5px;
	opacity: 0.3;
	width: 10px;
}
.slick-dots li.slick-active { opacity: 0.8;}
.slick-dots li button { display: none;}
@media screen and (max-width: 767px) {
.slider__fixed-title {
	font-size: 0.875rem;
    top: 15px;
    right: 10px;
}
.slider { margin-top: 72px;}
.slider__item img { height: 60vh;}
.slider__text {
    font-size: 1rem;
	overflow-wrap: break-word;
    padding: 15px;
    top: 55%;
    transform: translate(-50%, -40%);
    width: 90%;
}
.slick-current .slider__text { transform: translate(-50%, -50%);}
}

/* box
---------------------------------------------------- */
.flex-area {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.box { padding: 0 30px;}
.box2 { width: calc(100%/2);}
.box3 { width: calc(100%/3);}
.box4 { width: calc(100%/4);}
.box-txt { width: 60%;}
.box-img { width: 40%;}
.box2, .box3, .box4 { padding: 0 20px;}
.box-txt, .box-img { padding: 0 30px;}
@media screen and (max-width: 767px) {
.flex-area { display: block;}
.box2, .box3, .box4, .box-txt, .box-img { width: 100%;}
.box-img { margin-top: 50px;}
}

/* btn
---------------------------------------------------- */
.btn-box { text-align: center;}
.btn {
    background: linear-gradient(#02BA56, #09451C);
    display: inline-block;
    line-height: 1.5;
    margin-top: 40px;
    position: relative;
    z-index: 0;
}
.btn a {
    color: #FFF;
    display: block;
    padding: 20px 60px 20px 30px;
    position: relative;
    min-width: 220px;
}
.btn a::after {
	color: #FFF;
	content: '\f138';
	font-family: fontAwesome;
	margin-left: 15px;
    position: absolute;
    right: 8%;
    transition: 0.5s;
}
.btn a:hover::after { right: 6.5%;}
.btn::before {
    background: linear-gradient(#09451C, #02BA56);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
    z-index: -1;
}
.btn:hover::before { opacity: 1;}
@media screen and (max-width: 767px) {
.btn-area {
    text-align: center;
    width: 100%;
}
.btn a {
    padding: 20px 50px 20px 20px;
    min-width: inherit;
}}

/* title
---------------------------------------------------- */
.pagetit {
    margin-top: 100px;
    position: relative;
}
.overlay {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    left: 50%;
    padding: 40px 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.overlay h2 {
    font-size: 1rem;
    margin: 10px 0;
}
.overlay p {
    font-family: "Noto Serif JP", serif;
	font-size: 3rem;
    line-height: 1.4;
}
.tit { color: #09451C;}
.tit h2 {
    align-items: center;
    display: flex;
    font-size: 1rem;
    margin: 0;
}
.tit h2::before {
    background: #09451C;
    content: "";
    height: 1px;
    margin-right: 20px;
    width: 40px;
}
.tit div {
    color: #09451C;
    font-family: "Noto Serif JP", serif;
	font-size: 3.125rem;
    line-height: 1.4;
}
.tit-area {
    padding: 0 30px;
    text-align: left;
}
.tit-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.heading {
    align-content: flex-start;
    display: flex;
    justify-content: space-between;
}
.heading h3 {
    color: #09451C;
    font-size: 2.625rem;
    margin: 0;
}
.heading div {
    font-size: 1.5rem;
    text-align: left;
}
@media screen and (max-width: 767px) {
.pagetit { margin-top: 72px;}
.overlay { padding: 30px;}
.overlay p, .tit div { font-size:2.5rem;}
.tit-flex {
    display: block;
    justify-content: flex-start;
}
.heading {
    display: block;
    justify-content: flex-start;
}
.heading h3 {
    color: #09451C;
    font-size: 2.1875rem;
    margin: 0;
}
.heading div {
    font-size: 1.125rem;
    margin-top: 30px;
}}

/* table
---------------------------------------------------- */
table {
	border-collapse: collapse;
    padding: 0 30px;
    margin-top: 40px;
	width: 100%;
}
table tr:first-child { border-top: 1px solid #09451C;}
table tr:nth-child(odd) { background: #F0FBF5;}
table th {
    border-bottom: 1px solid #09451C;
	font-weight: normal;
	padding: 20px 20px 20px 30px;
	text-align: left;
	vertical-align: top;
	width: 30%;
}
table th span {
	background: #043881;
	border-radius: 50px;
	color: #FFF;
	font-size: 1.2rem;
    line-height: normal;
	margin-left: 10px;
	padding: 0 5px;
	white-space: nowrap;
}
table td {
    border-bottom: 1px solid #09451C;
	padding: 20px;
    width: 70%;
}
table td span {
    display: inline;
    margin-right: 15px;
}
table ul { margin-left: 2px;}
table li::before, .service-inner li::before, .faq-a li::before, .privacy li::before, .policy li::before {
    color: #09451C;
    content: "●";
    display: inline-block;
    font-size: 0.5rem;
    margin-right: 6px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
table th, table td {
	display: block;
    padding: 20px;
	width: 100%;
}
table tr:nth-child(odd) { background: none;}
table th {
    background: #F0FBF5;
    border-bottom: 1px dashed #09451C;
}
table td span {
    display: block;
    margin-right: 0;
}}

/* wrap
---------------------------------------------------- */
.wrap, .wrap-s, .form {
	margin: 0 auto;
	width: 1200px;
}
.wrap {	padding-top: 80px;}
.wrap-s { padding-top: 40px;}
.wrap-bg, .wrap-bg-s, .bg {
    background: #F0FBF5;
    width: 100%;
}
.wrap-bg {
    margin-top: 80px;
    padding-bottom: 80px;
}
.wrap-bg-s {
    margin-top: 40px;
    padding: 60px 0;
}
.bg { padding-bottom: 80px;}
@media screen and (max-width: 1200px) {
.wrap, .wrap-s, .form {
    margin: 0;
	width: 100%;
}}
@media screen and (max-width: 767px) {
.wrap { padding-top: 60px;}
.wrap-s { padding-top: 30px;}
.wrap-bg {
    margin-top: 60px;
    padding-bottom: 60px;
}
.wrap-bg-s { padding: 50px 0;}
.bg { padding-bottom: 60px;}
}

/* details
---------------------------------------------------- */
.details { text-align: center;}
.details span { color: #09451C;}
.details h2 {
    color: #09451C;
    font-size: 2.625rem;
    margin: 0;
}
.details h3 {
    font-size: 2rem;
    margin: 0;
}
@media screen and (max-width: 767px) {
.details { text-align: left;}
.details h2 { font-size: 2.1875rem;}
.details h3 {
    font-size: 1.5rem;
    text-align: center;
}}

/* circle
---------------------------------------------------- */
.circle-area {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 0 10px;
    width: 100%;
}
.circle, .circle-s {
    align-items: center;
    aspect-ratio: 1;
    background: radial-gradient(#02BA56, #09451C);
    border-radius: 50%;
    color: #FFF;
    display: flex;
    justify-content: center;
    flex: 1;
    padding: 15px 30px;
    margin: 60px 20px 0 20px;
    text-align: center;
}
.circle-s {
    font-family: "Noto Serif JP", serif;
    font-size: 2.625rem;
    line-height: 1;
    margin: 0 auto;
    width: 100px;
}
.circle span {
    color: #FFF;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 2.625rem;
    line-height: 1;
}
.circle h4 {
    font-size: 1.5rem;
    margin: 30px 0 20px 0;
}
@media screen and (max-width: 767px) {
.circle-area {
    display: block;
    padding: 0;
}
.circle {
    aspect-ratio: auto;
    border-radius: 0;
    display: block;
    padding: 20px 30px 30px 30px;
    margin: 30px 0 0 0;
}
.circle-s, .circle span { font-size: 2.1875rem;}
.circle h4 {
    font-size: 1.5rem;
    margin: 20px 0 10px 0;
}}

/* aboutus
---------------------------------------------------- */
.feature {
    align-items: flex-start;
    margin-top: 100px;
    padding: 0 30px;
}
.feature-txt {
    background: #F0FBF5;
    padding: 40px;
    position: relative;
    width: calc(100% / 2);
}
.feature-txt span {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.feature-txt h4 {
    color: #09451C;
    font-size: 2rem;
    margin: 40px 0 20px 0;
    text-align: center;
}
.feature-img {
    position: relative;
    top: 40px;
    width: calc(100% / 2);
}
.pillar h3 {
    color: #09451C;
    font-size: 3rem;
    margin: 40px 0 0 0;
    padding: 0 30px;
    text-align: center;
}
.pillar h3::before, .pillar h3::after {
	background: #09451C;
    content: "";
    display: inline-block;
    height: 2px;
    line-height: 1;
    width: 30px;
    vertical-align: middle;
}
.pillar h3::before { margin-right: 30px;}
.pillar h3::after { margin-left: 30px;}
.gmap {
    width: 100%;
    height: 400px;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
.feature { margin-top: 90px;}
.feature-txt {
    padding: 30px;
    width: 100%;
}
.feature-txt h4 { font-size: 1.625rem;}
.feature-img {
    background: #F0FBF5;
    padding: 0 30px 40px 30px;
    top: 0;
    width: 100%;
}
.pillar h3 { font-size: 2.5rem;}
.pillar h3::before, .pillar h3::after { width: 20px;}
.pillar h3::before { margin-right: 20px;}
.pillar h3::after { margin-left: 20px;}
}

/* faq
---------------------------------------------------- */
.faq-bg {
    background: #F0FBF5;
    margin-top: 40px;
    padding-bottom: 60px;
}
.faq-bg .wrap-s { padding-top: 30px;}
.faq-list {
    flex-wrap: wrap;
    font-size: 1.125rem;
    justify-content: flex-start;
    margin-top: 20px;
    text-align: left;
}
.faq { margin: 20px 30px 0 0;}
.faq a, .faq-box label {
    border: 1px solid #FFF;
    background: #FFF;
    border-radius: 100px;
    display: block;
    padding: 20px 30px;
}
.faq a:hover, .faq-box label:hover {
    border: 1px solid #09451C;
    transition: 1s;
}
.faq a::before {
	color: #09451C;
	content: '\f086';
	font-family: fontAwesome;
	margin-right: 15px;
}
.faq-box input { display: none;}
.faq-box label { margin-top: 30px;}
.faq-box label:before {
	color: #09451C;
    content: '\f0fe';
    font-family: 'FontAwesome';
    padding-right: 15px;
}
.faq-box input:checked ~ label:before { content: '\f146';}
.faq-box input:checked ~ .faq-a {
	padding: 30px;
    height: auto;
    opacity: 1;
}
.faq-a {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.faq-a div {
    color: #09451C;
    font-size: 1.5rem;
    margin-top: 20px;
}
.faq-a div::after {
    background: #09451C;
    content: "";
    display: inline-block;
    height: 1px;
    margin-left: 20px;
    width: 40px;
    vertical-align: middle;
}
.faq-a ul { margin: 10px 0 20px 2px;}
.faq-a li { padding-top: 10px;}
.faq-a i {
    color: #09451C;
    margin: 0 18px;
}
@media screen and (max-width: 767px) {
.faq-bg { padding-bottom: 40px;}
.faq-bg .wrap-s { padding-top: 10px;}
.faq-list { font-size: 1rem;}
.faq { margin: 20px 0 0 0;}
.faq a, .faq-box label {
    border-radius: 10px;
    display: block;
	padding: 15px 20px;
}
.faq-box input:checked ~ .faq-a { padding: 30px 5px 10px 5px;}
}

/* service
---------------------------------------------------- */
.service-area {
    align-items: stretch;
    padding: 0 10px;
}
.service-area .box3 { margin-top: 40px;}
.service-box {
    background: linear-gradient(#000 0%, #02BA56 50%, #09451C 100%);
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    z-index: 0;
}
.service-box::after {
    color: #FFF;
	content: '\f138';
    display: inline-block;
	font-family: fontAwesome;
    font-size: 1.5rem;
    text-align: center;
}
.service-box::before {
    background: linear-gradient(#000 0%, #09451C 50%, #02BA56 100%);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
    z-index: -1;
}
.service-box:hover::before { opacity: 1;}
.service {
    color: #FFF;
    padding: 30px 30px 15px 30px;
}
.service h3 {
    font-size: 1.5rem;
    margin: 0;
}
.service-box:hover img { opacity: 0.85 !important;}
.service-tit { color: #09451C;}
.service-tit div {
    align-items: center;
    display: flex;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    margin: 0;
}
.service-tit div::before {
    background: #09451C;
    content: "";
    height: 1px;
    margin-right: 20px;
    width: 40px;
}
.service-tit h3 {
    color: #09451C;
	font-size: 2.25rem;
    margin: 0;
}
.service-inner ul { margin: 25px 0 0 3px;}
.service-inner li { margin-top: 5px;}
.service-inner span { color: #09451C;}
.service-img { overflow: hidden;}
.service-img img { transition: all 0.3s ease;}
.service-img img:hover { transform:scale(1.1);}
.num {
	font-size: 1.5rem;
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
.service { padding: 30px 20px 15px 20px;}
.service h3 { font-size: 1.125rem;}
.service-tit h3 { font-size: 2rem;}
.num { font-size: 1.25rem;}
}

/* news
---------------------------------------------------- */
.news-area {
    align-items: flex-start;
    padding: 80px 0;
}
.news-tit { width: 30%;}
.news-box { width: 70%;}
.news-tit, .news-box { padding: 0 30px;}
.news-item {
    border-bottom: 1px solid #09451C;
    border-top: 1px solid #09451C;
    margin: 0 0 20px 0;
    position: relative;
    width: 100%;
}
.news-item a {
    align-items: center;
    background: #F0FBF5;
    display: flex;
}
.news-item a i {
    color: #09451C;
	position: absolute;
    right: 3%;
    transition: 0.5s;
}
.news-item :hover i { right: 1.5%;}
.news-date {
    padding: 20px 20px 20px 40px;
    width: 20%;
}
.news-title {
    margin: 0;
    padding: 20px 40px 20px 20px;
    width: 80%;
}
.news-list { width: 100%;}
.news, .case {
    background: #F0FBF5;
    padding: 40px;
}
.news-inner {
    background: #FFF;
    padding: 60px 40px;
}
.news h3, .case h3 {
    border-bottom: 1px solid #09451C;
    border-top: 1px solid #09451C;
    padding: 15px 0;
    font-size: 1.125rem;
}
.news h3 { margin: 10px 0 20px 0;}
.case h3 { margin: 30px 0 20px 0;}
.news h3::before, .case h3::before, .date::before {
    color: #09451C;
	font-family: fontAwesome;
    margin-right: 15px;
}
.date { text-align: right;}
.date::before {
    color: #09451C;
	content: '\f133';
	font-family: fontAwesome;
    margin-right: 15px;
}
.news h3::before, .case h3::before { content: '\f249';}
.date::before { content: '\f133'}
.content { margin-top: 20px;}
.content a { color: #1d3994;}
.content a:hover { text-decoration: underline;}
@media screen and (max-width: 767px) {
.news-area { padding: 0;}
.news-tit { width: 100%;}
.news-box {
    margin-top: 40px;
    width: 100%;
}
.news-box dl a {
    align-items: center;
    background: #F0FBF5;
    display: block;
}
.news-box dl a::after { display: none;}
.news-box dl:hover {
    border: 1px solid #09451C;
    transition: 1s;
}
.news-box dl :hover::after { right: 1.5%;}
.news-box dt {
    display: block;
    padding: 20px 20px 0 20px;
    width: 100%;
}
.news-box dt::after {
	color: #09451C;
	content: '\f138';
	font-family: fontAwesome;
    font-size: 2rem;
	position: absolute;
    right: 3%;
    transition: 0.5s;
}
.news-box a:hover dt {
    border: 1px solid #09451C;
    transition: 1s;
}
.news-box a:hover dt::after { right: 1.5%;}
.news-box dd {
    display: block;
    padding: 10px 20px 20px 20px;
    width: 100%;
}
.news, .case { padding: 20px;}
.news-inner { padding: 30px 20px;}
.news-item a {
    align-items: flex-start;
    flex-flow: column;
    justify-content: center;
}
.news-date { padding: 15px 0 0 15px;}
.news-title { padding: 5px 0 15px 15px;}
}

/* works
---------------------------------------------------- */
.flex-area.works-list { align-items: stretch;}
.works-list { padding: 0 10px;}
.works-box {
    background: #FFF; 
    border: 1px solid #F0FBF5;
    margin-top: 40px;
    text-align: left;
}
.works-box:hover {
    border: 1px solid #09451C;
    transition: 1s;
}
.works-img {
	aspect-ratio: 4 / 3;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.works-img img {
	display: block;
	height: 100%;
	object-fit: cover;
    transition: all 0.3s ease;
	width: 100%;
}
.works-box:hover img, .works-img:hover img {
    filter: brightness(0.5);
    transform: scale(1.2);
}
.works-img .more {
    color: #FFF;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: 1;
}
.works-img:hover .more { opacity: 1;}
.works-box:hover div, .works-img:hover .more { opacity: 1;}
.works { padding: 20px 20px 30px 20px;}
.works dl { margin: 0;}
.works-cat {
    background: #09451C;
    border-radius: 5px; 
    color: #FFF;
    font-size: 0.875rem;
	margin-bottom: 15px;
    padding: 5px 10px;
	width: fit-content;
}
.works-date {
	margin: 15px 0 0 0;
    font-size: 0.875rem;
	text-align: right;
}
.works-bg {
    background: linear-gradient( transparent 0%, transparent 40%, #F0FBF5 40%, #F0FBF5 100%);
    padding-bottom: 80px;
}
.works-area {
    justify-content: space-between;
    padding: 0 30px;
}
.works-area .btn { margin: 0;}
.works-txt { margin-top: 20px;}
.case-area {
    background: #FFF;
    padding: 60px 0;
}
.case-box { padding: 0 40px;}
.case-list {
    margin-top: 20px;
    padding: 0 20px;
}
.case-list .box3 { margin-top: 40px;}
@media screen and (max-width: 767px) {
.works-list {
    display: flex;
    padding: 0 20px;
}
.works-list .box4 {
    padding: 0 10px;
    width: calc(100%/2);
}
.works { padding: 20px 20px 30px 20px;}
.works dl {
    display: block;
    margin: 0 0 10px 0;
}
.works dt { display: inline-block;}
    .works dd {
    margin: 10px 0 0 0;
    text-align: right;
}
.works-bg {
    background: linear-gradient( transparent 0%, transparent 15%, #F0FBF5 15%, #F0FBF5 100%);
    padding-bottom: 60px;
}
.case-area { padding: 40px 0;}
.case-box { padding: 0 20px;}
.case-list { padding: 0;}
}

/* contact
---------------------------------------------------- */
.contact-area {
    align-items: stretch;
    padding: 0 10px;
}
.contact-tel, .contact-mail {
    background: linear-gradient(#02BA56, #09451C);
    color: #FFF;
    margin-top: 40px;
    padding: 30px 30px 40px 30px;
    text-align: center;
}
.contact-tel::before, .contact-mail::before {
    display: block;
    font-family: fontAwesome;
    font-size: 2rem;
    margin-bottom: 10px;
}
.contact-tel::before { content: '\f1e4';}
.contact-mail::before { content: '\f1d8';}
.contact-tel span {
    color: #FFF;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 2.5rem;
    line-height: 1.6;
    padding: 0 0 10px 0;
}
.contact-tel dl {
    align-items: flex-start;
    display: flex;
    text-align: center;
    justify-content: center;
    margin: 0;
}
.contact-tel dt {
    background: #FFF;
    border-radius: 50px;
    color: #09451C;
    padding: 0 10px;
}
.contact-tel dd {
    margin-left: 20px;
    text-align:  left;
}
.contact-box {
    margin: auto;
    width: 50%;
}
.form { padding: 0 30px;}
.wrap-bg-s .contact-tel, .wrap-bg-s .contact-mail { margin-top: 0;}
.contact-mail .btn-form { margin: 35px 0;}
@media screen and (max-width: 767px) {
.contact-area { padding: 0 10px;}
.contact-tel span {
    font-size: 2rem;
    padding: 0 0 10px 0;
}
.contact-tel dl { display: block;}
.contact-tel dd { margin: 15px 0 0 0;}
.btn-form a {
    font-size: 1.125rem;
    padding: 15px 40px 15px 15px;
    transition: 0.5s;
    width: 100%;
}
.contact-box { width: 80%;}
.wrap-bg-s .contact-mail { margin-top: 40px;}
}

/* ---------- Contact Form 7 ---------- */
#form-input-area .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
#form-input-area label, #form-input-area .f-label, #form-confirm-area .f-label { display: block;}
#form-input-area label br, #form-confirm-area p br { display: none;}
#form-input-area p, #form-confirm-area p {
	border-bottom: 1px solid #09451C;
	margin: 0;
	padding: 20px;
}
#form-input-area p:first-of-type, #form-confirm-area p:first-of-type { border-top: 1px solid #09451C;}
#form-input-area p:nth-of-type(odd), #form-confirm-area p:nth-of-type(odd) { background: #FFF;}
#form-input-area input[type="text"], #form-input-area input[type="email"],
#form-input-area input[type="tel"], #form-input-area textarea, #form-input-area select {
	border: 1px solid #CCC;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 1rem;
	padding: 10px;
	width: 100%;
}
#form-input-area textarea {
	border: 1px solid #CCC;
	min-height: 200px;
	resize: vertical;
}
#form-input-area select[name="your-type"] {
	flex: 0 0 auto;
	min-width: 250px;
	width: auto;
}
#form-input-area p:has(.js-confirm-btn),
#form-confirm-area p:has(.wpcf7-submit), #form-form-confirm-area p:has(#back-btn) {
	background: transparent;
	border: none;
	padding: 0;
	text-align: center;
}
#form-confirm-area .confirm-buttons {
	display: flex;
	justify-content: center;
	gap: 120px;
}
.js-confirm-btn, #back-btn, .wpcf7-submit {
	background: linear-gradient(#02BA56, #09451C);
	border: none;
	color: #FFF;
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-size: 1rem;
    letter-spacing: 0.1em;
	line-height: 1.8;
	margin: 40px auto 0 auto;
	min-width: 220px;
    padding: 20px 60px 20px 30px;
	cursor: pointer;
    position: relative;
    z-index: 0;
}
.js-confirm-btn::after, #back-btn::after, .wpcf7-submit::after {
	color: #FFF;
	content: '\f138';
	font-family: fontAwesome;
	margin-left: 15px;
    position: absolute;
    right: 8%;
    transition: 0.5s;
}
.js-confirm-btn:hover::after, #back-btn:hover::after, .wpcf7-submit:hover::after { right: 6.5%;}
.js-confirm-btn::before, #back-btn::before, .wpcf7-submit::before {
    background: linear-gradient(#09451C, #02BA56);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
    z-index: -1;
}
.js-confirm-btn:hover::before, #back-btn:hover::before, .wpcf7-submit:hover::before { opacity: 1;}
.required {
	background: #09451C;
	border-radius: 20px;
	color: #FFF;
	display:inline-block;
	font-size: 0.875rem;
	line-height: normal;
	margin-left: 10px;
	padding: 2px 5px;
}
.wpcf7-turnstile { margin-top: 30px;}
.wpcf7-not-valid-tip {
	color: #EC1313 !important;
    font-size: 1rem !important;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
#form-input-area .f-label { margin-bottom: 15px;}
#form-input-area p:nth-of-type(even) { background: #FFF;}
#form-input-area select[name="your-type"] { width:100%;}
#form-input-area p:has(.js-confirm-btn) { background: none;}
}
@media (min-width:768px){
#form-input-area label, #form-confirm-area p {
    align-items: flex-start;
    display: flex;
    gap: 30px;
}
#form-input-area .f-label, #form-confirm-area .f-label { flex: 0 0 300px;}
#form-input-area input[type="text"], #form-input-area input[type="email"],
#form-input-area input[type="tel"], #form-input-area textarea, #form-input-area select {
	flex:1;
}}

/* ---------- 送信中スピナー ---------- */
.cf7-sending-overlay {
	align-items: center;
	background: rgba(255,255,255,.75);
	display: none;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 99999;
}
.cf7-sending-overlay.is-active { display: flex;}
.cf7-sending-box {
	align-items: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0,0,0,.12);
	display: flex;
	gap: 12px;
	font-size: 0.875rem;
	padding: 16px 18px;
}
.cf7-spinner {
	animation: cf7spin 0.8s linear infinite;
	border: 3px solid rgba(0,0,0,.15);
	border-radius: 999px;
	border-top-color: rgba(0,0,0,.55);
	height: 20px;
	width: 20px;
}
@keyframes cf7spin { to { transform: rotate(360deg);}
}

/* contact footer
---------------------------------------------------- */
.contact-bg {
    background: #F0FBF5;
    margin-top: 80px;
    padding: 20px 0 60px 0;
}
.btn-form {
    cursor: pointer;
    display: inline-block;
    margin: 30px 0;
    position: relative;
    transition: 0.3s;
}
.btn-form a {
    background: #FFF;
    border: 3px solid #FFF;
    border-radius: 50px;
    color: #09451C;
    font-size: 1.125rem;
    padding: 15px 60px 15px 30px;
    transition: 0.5s;
}
.btn-form a:hover { border: 3px solid #09451C;}
.btn-form a::after {
    color: #09451C;
    content: '\f138';
    display: inline-block;
    font-family: fontAwesome;
    font-size: 1.125rem;
    margin-left: 30px;
    position: absolute;
    right: 8%;
    transition: 0.5s;
}
.btn-form a:hover::after { right: 6.5%;}
@media screen and (max-width: 767px) {
.contact-bg {
    margin-top: 60px;
    padding: 10px 0 50px 0;
}
.btn-form a {
    color: #09451C;
    font-size: 1rem;
    padding: 20px 50px 20px 20px;
    transition: 0.5s;
}}

/* policy
---------------------------------------------------- */
.privacy {
    border: 1px solid #09451C;
    margin-top: 40px;
    padding: 30px 40px 0 40px;
}
.privacy ul, .policy ul { margin-left: 2px;}
.privacy li, .policy li { padding-top: 10px;}
.privacy li::before { margin-left: 4px;}
.policy { padding: 0 30px 40px 30px;}
.policy h3 {
    border-bottom: 1px solid #09451C;
    font-size: 1.5rem;
    margin: 40px 0 10px 0;
    padding-bottom: 20px;
}
.policy h3::before {
    background: #09451C;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 30px;
    width: 30px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
.privacy { padding: 20px 30px 30px 30px;}
}

/* footer
---------------------------------------------------- */
.footer {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 60px 30px;
}
.footer-area { width: 40%;}
.footer-area h2 {
	margin: 0 0 20px 0;
	width: 288px;
}
.footer-area h2 a {
	background: url(../img/common/logo.jpg) no-repeat center top;
	background-size: cover;
    display: block;
    height: 0;
	overflow: hidden;
	padding-top: 13.88888888%;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
.addr::before, .tel::before, .fax::before {
	font-family: fontAwesome;
	padding-right: 10px;
}
.addr::before { content: '\f1ad';}
.tel::before { content: '\f2a0';}
.fax::before { content: '\f1ac';}
.footer-nav {
    display: flex;
    font-size: 0.875rem;
    flex-wrap: wrap;
    width: 60%;
}
.footer-nav li {
    margin-bottom: 5px;
    padding: 0 15px 0 30px;
    position: relative;
    width: calc(100%/3);
}
.footer-nav li a::before {
    color: #09451C;
    content: '\f138';
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    transition: 0.5s;
}
.footer-nav li a:hover::before { left: 2%;}
@media screen and (max-width: 767px) {
.footer {
    align-items: flex-start;
    display:block;
    padding: 40px 30px 80px 30px;
}
.footer-area { width: 100%;}
.footer-nav { display: none;}
}

/* address
---------------------------------------------------- */
address {
	background: linear-gradient(#02BA56, #09451C);
	color: #FFF;
    font-family: "Noto Serif JP", serif;
	font-style: normal;
	padding: 10px;
	text-align: center;
}

/* pagetop
---------------------------------------------------- */
#pagetop {
	bottom: 0;
	position: fixed;
	right: 10px;
	z-index: 10;
}
#pagetop a {
	background: linear-gradient(#02BA56, #09451C);
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
	color: #FFF;
    display: block;
	font-size: 1rem;
	line-height: normal;
	padding: 10px 15px;
	position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
#pagetop { display: none;}
}

/* pagination
---------------------------------------------------- */
.pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin: 40px 0;
}
.pagination a, .pagination span {
	border: 1px solid #1A1A1A;
	background: #FFF;
	color: #1A1A1A;
	display: inline-block;
	min-width: 40px;
	padding: 10px 15px;
	text-align: center;
	transition: all 0.3s ease;
}
.pagination a:hover, .pagination .current {
	background: #09451C;
	color: #FFF;
	border-color: #09451C;
}
.pagination .current { font-weight: bold;}
.pagination .prev, .pagination .next { padding: 10px 20px;}

/* glightbox
---------------------------------------------------- */
.glightbox-container { background: rgba(0, 0, 0, 0.8);}
.glightbox-container .ginner-container {
	margin: auto;
	max-width: 1000px;
}
.glightbox-container .gclose {
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #FFF;
	border-radius: 50%;
	color: #FFF;
	display: flex;
	font-size: 1.25rem;
	height: 40px;
	justify-content: center;
	right: 20px;
	top: 20px;
	width: 40px;
}
.gclose:hover {
	background: rgba(0, 0, 0, 0.6);
	transform: scale(1.1);
}
@media (max-width: 768px) {
.gclose {
    width: 44px;
    height: 44px;
    font-size: 1.375rem;
    top: 10px;
    right: 10px;
}}