/********** Template CSS **********/
:root {
    --primary: #2d7101;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

html {
	font-size: 14px;
}

body {
	color: #333!important;
	line-height: 1.6!important;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
	line-height: 1.3!important;
}

hr {
	background-color: #ccc!important;
	opacity: 1!important;
}

/* color */
.light-grey {
	background-color: #f2f3f7!important;
}

.top-title {
	/* 最小1.8rem | SP:2rem | TB:2.5rem | PC:3rem | 最大3.2rem */
	font-size: clamp(2rem, calc(6.5vw + 1.8rem), 6.8rem);
}
.top-title span {
	/* 最小1.8rem | SP:2rem | TB:2.5rem | PC:3rem | 最大3.2rem */
	font-size: clamp(1.4rem, calc(4vw + 1.4rem), 4.2rem);
}


.display-7{
	font-size:calc(1.325rem + 1vw);
	font-weight:700;
	line-height:1.3;
}
@media (min-width: 1200px){
.display-7{
	font-size:2.2rem;
}
}

.display-10{
	font-size:calc(1rem + 1vw);
	font-weight:700;
	line-height:1.3;
}
@media (min-width: 1200px){
	.display-10{font-size:1.8rem}
}

/* 明朝体 */
.noto-serif-jp-300 {
  font-family: YakuHanMP, "Noto Serif JP", serif!important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* メディアクエリ（共通） */

.forPc {
	display:block;
}
.forSp {
	display:none;
}
.forSp_vis {
	visibility:hidden;
}
.forPc_vis {
	visibility:visible;
}	

@media (max-width: 991.98px){
.forPc {
	display:none;
}
.forSp {
	display:block;
}
.forSp_vis {
	visibility:visible;
}
.forPc_vis {
	visibility:hidden;
}
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** ホバー時に透明度を変える ***/
.trans {
	transition-duration: 0.5s;
	color: #333;
}
.trans:hover {
	/*opacity: 0.7;*/
	color: #333;
	filter: brightness(0.8);
}

/*** 2カラム構造 ***/
.main-container {
	display: flex;
	justify-content: space-between;
}
.block2 {
	display: flex;
	justify-content: space-between;
}
.left-box {
	width: 20%;
}
.right-box {
	width: 75%;
}
.snav {
	padding-bottom: 1rem!important; 
	padding-left: 1rem!important;
	border-bottom: solid 1px #ccc; 
}
ul .snav li {
	border-bottom: none; 
	padding-bottom: 0;
	font-weight: normal!important;
	text-indent: -1.2rem;
	padding-left: 1rem;
}
ul .snav li a {
	font-weight: normal!important;
}
ul .snav .active,
ul .snav .active a {
	color: var(--primary);
	background-color: #fff!important;
	font-weight: 700!important;
} 


@media (max-width: 991.98px) {
.left-box {
	width: 100%;
}
.right-box {
	width: 100%;
}
.block2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.order-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
.order3 {
	order: 3;
}
.order4 {
	order: 4;
}
.order5 {
	order: 5;
}
.order6 {
	order: 6;
}
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.logo {
	width: 350px;
}
@media (max-width: 991.98px) {
.logo {
	width: 250px;
}
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    padding: 25px;
    color: #333;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #fff;
}

@media (max-width: 991.98px) {
.navbar .navbar-nav .nav-link  {
    margin-left: 0;
    padding: 10px 0;
	border-bottom: solid 1px #ccc;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
.navbar .navbar-nav {
    margin-top: 25px;
    border-top: 1px solid #ccc;
}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** グローバルメニューホバー時のエフェクト ***/
@media (min-width: 992px) {
.gnavi li a{
    /*背景色の基点とするためrelativeを指定*/
	position: relative;
}

.gnavi li a::after {
	content: '';
    /*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
    /*背景の形状*/
	width: 0;
	height:100%;
	background:#78797e;
    /*アニメーションの指定*/
	transition:all .5s;
	opacity: 0;/*はじめは透過0*/
}

/*現在地とhoverの設定*/
.gnavi li a.active::after,
.gnavi li a:hover::after {
    /*背景の形状*/
	width: 100%;/*横幅を伸ばす*/
	opacity: 1;/*不透明に*/
}

.gnavi li a.active,
.gnavi li a:hover{
  	color: #fff;
}
}

/*** Header ***/
.carousel-caption {
    top: 2rem;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    text-align: center;
    background: rgba(0, 0, 0, .05);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }
}

.page-header-about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url( "../img/page-header-about.jpg") center center no-repeat;
    background-size: cover;
}
.page-header-service {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url( "../img/page-header-service.jpg") center center no-repeat;
    background-size: cover;
}
.page-header-recruit {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url( "../img/page-header-recruit.jpg") center center no-repeat;
    background-size: cover;
}
.page-header-contact {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url( "../img/page-header-contact.jpg") center center no-repeat;
    background-size: cover;
}
.page-header-privacypolicy {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url( "../img/page-header-privacypolicy.jpg") center center no-repeat;
    background-size: cover;
}

.page-header-about,
.page-header-service,
.page-header-recruit,
.page-header-contact {
	margin-bottom: 3rem!important;
}

@media (max-width: 991.98px) {
.page-header-about,
.page-header-service,
.page-header-recruit,
.page-header-contact {
	margin-bottom: 0!important;
}
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 120px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-item {
	border: solid 1px #ccc;
	border-radius: 0;
	padding: 5px;
}
.service-text {
	background-image: url("../img/top_col_img03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.service-text h5 {
	color: #fff!important;
	font-size: 2.5rem;
	line-height: 1.8;
	letter-spacing: .2rem;
}
.service-text p {
	color: #fff!important;
	font-size: 1.3rem;
	line-height: 2;
}
.service-text .detail-btn {
	font-size: 1.2rem;
}
.service-class {
	background-color: var(--primary);
	border-radius: 3px;
	padding: .3rem .6rem;
	color: #fff;
	font-size: 1rem;
}
.detail-btn {
	color: var(--primary);
	padding: .7rem 2rem;
	background: #fff;
	border: 1px solid var(--primary);
	border-radius: 50px;
	transition: all 0.5s;
}
.detail-btn:hover {
color: #fff;
background: var(--primary);
}
@media (max-width: 559px) {
	.d-flex {
		justify-content: center;
	}
}
@media (min-width: 576px) {
	.prod-mt {
		margin-top: 100px;
	}
	.custom-mt {
		margin-top: 50px;
	}
}
.service-text p {
	margin-bottom: 2rem;
}

/*** 会社概要 ***/
.outline {
	border-top: dotted 1px #999;	
}
.outline ul {
	margin: 0;
	border-bottom: dotted 1px #999;
}
.outline ul li {
	list-style: none;
	padding: .5rem 0;
}
@media (min-width: 576px) {
.modal-dialog {
	max-width: 650px!important;
    top: 40%!important;
    transform: translate(0, -50%)!important;
}
}
.figure-caption {
	color: #333!important;
	padding-top: .5rem;
}
.text-body {
	color: #333!important;
}

/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    color: #333;
	background-color: #fff;
}
.footer a {
    color: #333;
    font-weight: normal;
    transition: .3s;
}
.footer a:hover {
    color: var(--primary);
	font-weight: bold;
}

.footer .policy {
    padding: 20px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .policy .policy-line {
	display: flex;
	justify-content: center;
}
.footer .policy .policy-line a {
    margin-bottom: 5px;
    padding: 0 1rem;
}

.footer .addr {
    padding: 20px 0;
    font-size: 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.footer .footer-logo {
	width: 350px;
	margin-bottom: .5rem;
}

.footer .copyright {
	color: #efefef;
	background-color: #3a9a2d;
    padding: 30px 0;
    font-size: .85rem;
	letter-spacing: .05rem;
    border-top: 1px solid rgba(256, 256, 256, .1);
}


@media screen and (max-width: 559px) {
.footer .policy .policy-line {
	flex-direction: column;
}
.footer .footer-logo {
	width: 90%;
}
}


@media (min-width: 992px) {
    .col-lg-35 {
        flex: 0 0 auto;
        width: 29%;
    }
    .col-lg-25 {
        flex: 0 0 auto;
        width: 20%;
    }
}

/*** カルーセル ***/
.object-fit-cover {
	object-fit: cover;
}
.c-movie {
	min-height: 500px;
}

/*** 見出し2 ***/
.product-title {
	padding: 2.5rem; 
	border: solid 1px #fda12b; 
	border-radius: 10px;
}
.list-title {
	background-color: #efefef; 
	padding: .5rem .8rem; 
	font-size: 1.2rem; 
	font-weight: bold; 
	margin-bottom: 1rem; 
	box-shadow: 3px 3px 5px -3px;
}
.list-title span {
	color: var(--primary);
}

/*** コンプライアンス ***/
.comp-box {
	margin: 2rem 1rem; 
	padding: 2rem 2.5rem 1rem; 
	background-color: #f5f1df; 
	border-radius: 10px;
}
.comp-box h5 {
	font-size: 1.1rem;
}

/*** 会社概要テーブル ***/
.table {
	color: #333;
}
.jdesc-table {
	border-top: solid 1px #aaa;
}
.jdesc-table h5 {
	font-size: 1rem;
}
.jdesc-table p {
	margin-bottom: 0;
}
.jdesc-table th {
	padding: 1rem!important;
	border-bottom: solid 1px #aaa;
}
.jdesc-table td {
	vertical-align: middle;
	padding: 1rem!important;
	border-bottom: solid 1px #aaa;
}
.jdesc-table td span {
	font-weight: normal;
}

@media screen and (max-width: 559px) {
.jdesc-table th,td {
	display: block;
	width: 100%;
}
}

/*** selection flow ***/
.sel-flow {
	padding-right: 2rem;
}
.sel-flow-item {
	border: solid 1px #ccc; 
	width: 100%; 
	margin: 0 0 4rem; 
	padding: 2rem; 
	list-style: none; 
	display: flex; 
	align-items: center; 
	border-radius: 10px;
	position: relative;
}
.sel-flow-item::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0)!important;
	bottom: -40px;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid var(--primary);
}
.step-num {
	width: 100px; 
	border-right: solid 3px #ddd; 
	padding-right: 20px;
}
.step {
	font-weight: 700; 
	font-size: 16px; 
	line-height: 16px; 
	text-align: center; 
	letter-spacing: 0.1em; 
	color: var(--primary); 
	margin-bottom: 0;
	margin-top: 1rem;
}
.s-number {
	font-weight: 700; 
	font-size: 40px; 
	line-height: 60px; 
	text-align: center; 
	letter-spacing: 0.1em; 
	color: #333;
}
.flow-name {
	width: 100%; 
	text-align: center;
	padding-right: 7rem;
}
.flow-title {
	font-size: 2rem; 
	line-height: 1.2; 
	font-weight: 700;
}
.flow-body {
	font-size: 1.1rem; 
	line-height: 1.3; 
	font-weight: normal;
}

@media screen and (max-width: 559px) {
.sel-flow-item {
	flex-wrap: wrap
}
.step-num {
	display: block;
	width: 100%; 
	border-right: none; 
	padding-right: 0;
}
.flow-name {
	display: block;
	padding-right: 0;
}
.flow-body {
	text-align: left;
}

}

/*** inquiry ***/
.inquiry-box {
	margin-left: 3px; 
	margin-top: 2rem; 
	border-left: solid 3px var(--primary); 
	padding-left: 10px;
}
/*** privacypolicy ***/
.privacy-box {
	padding: 2rem; 
	background-color: #efefef; 
	border-radius: 10px;
}

/*** 商品紹介 ***/
.product-item {
	border: solid 1px #ccc;
	border-radius: 10px;
	padding-top: 10px;
}
.product-item::after {
	content: "";
	width: 86%;
	height: 7px;
	background-color: var(--primary);
	top: 0;
	left: 7%;
	position: absolute;
}
.product-text p {
	margin-bottom: 1rem;
}
.product-text ul {
	padding-left: 1rem;
}
.compatible p {
	font-size: 1.1rem;
	font-weight: 700;
	border-bottom: solid 1px #ccc;
	padding-bottom: .5rem;
}
.track-icon {
	display: flex;
	gap: 5px;
}
.track-icon img {
	height: 18px;
}

/*** その他 ***/
.sub-title {
    border-left: 5px solid var(--primary);
	border-bottom: solid 1px var(--primary);
	padding-left: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.sub-title h3 {
	margin-bottom: 0;
}

.palette-col {
	display: flex; 
	align-items: flex-end; 
	gap: .5rem;
	margin-bottom: 2rem;
}
.palette-col p {
	font-weight: bolder; 
	margin-bottom: 0; 
	margin: 1rem 0; padding: .5rem .75rem; 
	border: solid 2px var(--primary); 
	border-radius: 6px;
}

/*** 商品ボディコピー ***/

.body-txt ul {
	padding: 0;
 	list-style-type: none;
 	border: none;
}
.body-txt ul li {
	position:relative;
 	padding: 0.45rem 0 0 1rem;
	font-size: 1.05rem; 
 	line-height: 1.5;
	font-weight: 500;
}
.body-txt ul li::before {
	content: '';
 	position: absolute;
 	background-color: var(--primary);
 	width: .9rem;
 	height: .9rem;
 	border-radius: 50%;
 	left: 0;
 	top: 12px;
}

/*** トップページ ***/
.corp-banner {
	border: solid 1px #efefef;
	margin: 2rem 6rem;
	padding: 1rem;
	text-align: center;
	background-color: #697373;
}
.corp-banner h3 {
	color: #fff;
	font-weight: 300;
	letter-spacing: .5rem;
}

.top-column {
	background-color: #efefef;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 600px) {
.top-column {
	padding: 0;
	margin: 0;
}
}

/*** ボタンエフェクト ***/
.normal-btn {
	color: #fff;
	background-color: var(--primary);
	border: 0;
	padding: 0.3rem 1rem 0.4rem;
	border-radius: 3px;
	transition: .3s;
}
.normal-btn:hover {
	opacity: .8;
}


/*** エリアマップ ***/
.areamap {
	background-color: #e0e3ec;
}
.b-arrow {
  position: relative;
  background: #054300;
  padding: 2em;
}
.b-arrow:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #054300 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.areamap .body {
	font-size: 1.1rem;
	line-height: 2;
	text-align: center;
}
@media (max-width: 575.98px) {
.areamap .body {
	font-size: 1.1rem;
	line-height: 2;
	text-align: left;
}
.mapmt {
	margin-top: 0!important;
}
.f-panzoom__content {
	margin-top: 0!important;
}
}
/* パンズーム */
#myPanzoom {
    width: 100%;
    /*height: 100vh;*/
    background: #e0e3ec;
}
.f-panzoom img {
	width: 100%!important;
	height: auto!important;
}
.f-panzoom {
	position: relative;
}

.areamap-text {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
}
@media (max-width: 991.98px) {
.areamap-text {
	position: inherit;
	margin-top: 3rem;
}
}
.areamap-text .own {
	border-top: solid 1px #00876d;
	padding-top: .3rem;
	padding-left: 1.3rem;
	color: #00876d;
	position: relative;
}
.areamap-text .own::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: .7rem;
	left: 0;
	background-image: url("../img/own-mark.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.areamap-text .partner {
	border-top: solid 1px #00876d;
	padding-top: .3rem;
	padding-left: 1.3rem;
	color: #00876d;
	position: relative;
}
.areamap-text .partner::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: .8rem;
	left: 0;
	background-image: url("../img/partner-mark.png");
	background-size: contain;
	background-repeat: no-repeat;
}

/* 事業内容 */
.service {
	background-image: url("../img/service_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	padding-left: 0;
	padding-right: 0;
}
.service-column01 {
	display: flex;
	flex-wrap: wrap;
}
.serv-txt01 {
	width: 33%;
}
.serv-txt01 h5 {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 1rem;
}
.serv-txt01 p,
.serv-txt02 p {
	font-size: 1.1rem;
	line-height: 2;
	margin-bottom: 1rem;
}
.serv-column01 {
	width: 65%;
	display: flex; 
	gap: 5px;
	align-items: flex-start;
	justify-content: center;
}
.serv-column01 img {
	width: 33%;
	height: auto;
}
.bg-pic-b {
	background-color: lightblue;
	background-size: 30%;
}

.column02 {
	position: relative;
	padding: 0 0 3rem;
}
.column02 .bg-blue-box {
	position: absolute;
	content: "";
	background-color: #e9f5e3;
	width: 65%;
	height: 60%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0;
}

.serv-column02 {
	width: 55%;
	padding: 1.6rem;
	background-image: url("../img/service_back01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.serv-column02 .column02-box {
	display: flex;
	gap: 5px;
}
.serv-column02 .column02-box img {
	width: 50%;
}
.serv-column02 h5 {
	color: #fff;
	margin-top: 1.5rem;	
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.8!important;
}
.serv-txt02 {
	width: 40%;
}
.serv-txt02 h5 {
	color: #3a9a2d;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.g-title {
	color: #3a9a2d;
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 2rem;
}
.serv-txt02 .ser-list {
	color: #3a9a2d;
	padding: 1.5rem 3rem;
	border: solid 1px #3a9a2d;
	font-size: 1.3rem;
	line-height: 1.8!important;
}
.serv-column03 {
	width: 50%;
	position: absolute;
}
.serv-column04 {
	width: 56%;
	margin-left: auto;
}
.serv-column05 {
	display: flex;
	gap: 3px;
	width: 100%;
	align-items: flex-start;
}
.serv-column06 {
	width: 22%;
}
.serv-column07 {
	width: 100%;
}


@media (max-width: 991.98px) {
.serv-txt01,
.serv-txt02,
.serv-column01,
.serv-column02,
.serv-column03,
.serv-column04,
.serv-column05,
.serv-column06 {
	width: 100%;
}
.column02 {
	padding: 0;
}
.serv-column03 {
	position: static;
	margin-bottom: 1.5rem;
}
.serv-column07 img {
	width: 100%;
}
}

.paren-h {
	height: 80vh;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {.paren-h {height: 70vh;}}

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {.paren-h {height: 60vh;}}

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {.paren-h {height: 50vh;}}

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {.paren-h {height: 40vh;}}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {.paren-h {height: 30vh;}}


/* 採用情報 */
.recruit {
	background-color: #e9f5e3;
	padding-left: 0;
	padding-right: 0;
}
.require {
	width: 70%;
	margin: 0 auto;
}
@media (max-width: 991.98px) {
.require {
	width: 100%;
}
}

/*** お問い合わせ ***/

/*** お問い合わせフォーム ***/
.form-cmn-input {
    width: 100%;
    border: 0;
    padding: 7px;
    font-size: 1rem;
    color: rgba(120, 120, 120, 1);
    border: solid 1px rgba(200, 200, 200 , 1);
}
.form-cmn-input-50 {
    width: 50%;
    border: 0;
    padding: 7px;
    font-size: 1rem;
    color: rgba(120, 120, 120, 1);
    border: solid 1px rgba(200, 200, 200 , 1);
}
.form-cmn-input-30 {
    width: 30%;
    border: 0;
    padding: 7px;
    font-size: 1rem;
    color: rgba(120, 120, 120, 1);
    border: solid 1px rgba(200, 200, 200 , 1);
}
::placeholder {
  color: #999;
}


/*** お問い合わせテーブル ***/
.inquiry {
	width: 70%;
	margin: 0 auto;
}
.inquiry .table {
	color: #333;
}
.inquiry-table {
	border-top: solid 1px #aaa;
}
.inquiry-table h5 {
	font-size: 1rem;
}
.inquiry-table p {
	margin-bottom: 0;
}
.inquiry-table th {
	padding: 1rem!important;
	border-bottom: solid 1px #aaa;
	vertical-align: middle;
	background-color: #f2f3f7;
	width: 30%;
}
.inquiry-table td {
	vertical-align: middle;
	padding: 1rem!important;
	border-bottom: solid 1px #aaa;
	width: 70%;
}
.inquiry-table th span {
	padding: .1rem .5rem .2rem;
	background-color: #c1272d;
	font-size: .7rem;
	color: #fff;
	float: right;
}
.inquiry-box-01 span {
	padding: .1rem .5rem .2rem;
	background-color: #c1272d;
	font-size: .8rem;
	color: #fff;
}
.error, .err_area {
	color: #c1272d;
}

@media screen and (max-width: 559px) {
.inquiry {
	width: 100%;
}
.inquiry-table th,
.inquiry-table td {
	display: block;
	width: 100%;
}
}


/* 採用情報 */
.line-green {
    display: flex;
    align-items: center;
	color: var(--primary);
	letter-spacing: .5rem;
}

.line-green:before,
.line-green:after {
    content: "";
    height: 3px;
    flex-grow: 1;
    background-color: var(--primary);
}

.line-green:before {
    margin-right: 1rem;
}

.line-green:after {
    margin-left: 1rem;
}

