.clear-fix { clear: both; }

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 400px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: #fff;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
}

.blog-single .blog-content img {
	max-width: 100%;
	height: auto;
}
.blog-single .blog-content a {
   word-break: break-all;
}

.content-none {
	text-align: center;
	font-size: 20px;
	padding: 80px 10px;
}
.content-none .error-number {
	font-size: 70px;
}
.content-none .content-none-btn {
	margin: 20px auto;
	text-align: center;
}
/* Header */
header{
	position: fixed;
	width: 100%;
	top: 0;
	height: 70px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #fff;
	transition: all .5s ease;
}
.header-space {
	height: 70px;
}
.header-logo {
	flex: 0 0 auto;
	display: inline-block;
	margin-left: 20px;
}
.header-logo img {
	width: unset;
	height: 50px;
}
.no-padding {
	padding-right: 0;
}
.d-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}
header .btn-mail {
	height: 100%;
	border-radius: 0;
	background-color: #12a453;
	padding: 1.25em 0.75em;
	font-size: 10pt;
}
header .btn-mail::before {
	width: 20px;
	height: 13px;
}
.main-menu{
	flex: 1 0 10px;
	margin-right: 1em;
	text-align: right;
}
.main-menu,
.mobile-menu ul{
	padding-left: 0;
	margin-bottom: 0;
}
.main-menu li{
	display: inline-block;
	padding: 0.25em 0.5em;
}
.main-menu a{
	font-size: 11pt;
	color: #333333;
}
.burger-icon {
	cursor: pointer;
	position: relative;
	width: 22px;
	height: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	float: right;
	display: none;
	order: 3;
	margin: 0 15px 0 15px;
}
.burger-line {
	transition: 0.3s;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #12a453;
}
.burger-line-1 {
	position: relative;
	top: 0;
}
.burger-icon .burger-line:last-child {
	margin-bottom: 0;
}
.burger-line-3 {
	position: relative;
	bottom: 0;
}
.burger-icon.open .burger-line-3 {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%) rotate(45deg);
}
.burger-icon.open .burger-line-2 {
	opacity: 0;
}
.burger-icon.open .burger-line-1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
.mobile-menu{
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fafafa;
	z-index: 999;
	display: none;
	text-align: center;
}
.mobile-menu li{
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #cccccc52;
}
.mobile-menu a{
	color: #333333;
}
.main-menu a:hover{
	color: #12a453;
}

body{
	font-family: 'yu-mincho-demibold-bold', sans-serif;
}
img{
	width: 100%;
}
a{
	text-decoration: none;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 15%);
	width: 100%;
	height: 100%;
}
.img-cover{
	position: relative;
	text-align: center;
	padding-top: 5em;
	padding-bottom: 5em;
	color: #ffffff;
}
.title-jp{
	font-size: 28pt;
	margin-bottom: 0.25em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.title-eng{
	font-size: 20pt;
	color: #12a453;
}
.position-relative{
	position: relative;
}
.wrap-img-url{
	position: relative;
}
.wrap-img-url::before{
	content: "";
	display: block;
	padding-top: 65%;
}
.wrap-img-url .img-url{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e5e5e5;
}
.bg-image{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.full-cover-img{
	background-image: url('../img/ohki-fv.jpg');
	color: #ffff;
	text-align: center;
	padding-top: 12em;
	padding-bottom: 4em;
}

.img-center{
	mix-blend-mode: darken;
}
.img-center img{
	max-width: 150px;
	position: relative;
}
.full-cover-img .box-caption h3{
	font-size: 24pt;
	line-height: 1.7;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.full-cover-img .box-caption h2{
	font-size: 38pt;
	line-height: 2;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.centent-center{
	background-image: url('../img/ohki-img-2.jpg');
	color: #333333;
	padding-top: 5em;
	padding-bottom: 5em;
}
.box-title-center{
	text-align: center;
	margin-bottom: 1em;
}
.box-centent{
	 line-height: 2;
}
.d-col-right{
	display: flex;
	text-align: right;
	justify-content: flex-end;
	margin-top: 2.5em;
}
.d-col-right p:last-child{
	margin-bottom: 0;
}
.centent-center .span-title{
	font-size: 16pt;
}
.title-big{
	font-size: 42pt;
	margin-bottom: 0.5em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.centent-center  .box-title-center{
	margin-bottom: 2.5em;
}
.sticky-header {
	position: sticky;
	top: 70px;
	z-index: 100;
}
.btn-w-arrow{
	background-color: #12a453;
	color: #ffff;
	font-size: 14pt;
	padding: 1em;
	text-align: center;
	border-radius:40px;
	min-width: 300px;
	display: inline-block;
	position: relative;
}
.btn-w-arrow-mini {
	background-color: #12a453;
	color: #ffff;
	font-size: 14px;
	padding: 1em;
	text-align: center;
	border-radius:30px;
	min-width: 150px;
	display: inline-block;
	position: relative;
}
.btn-w-arrow .btn-w-icon{
	display: flex;
	padding-left: 0.5em;
	padding-right: 2.5em;
}
.btn-w-icon img{
	width: 15px;
	margin-right: 1em;
}
.btn-w-arrow::after{
	content: "";
	display: inline-block;
	background-image: url('../img/icon-arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-20px,-50%);
}
.flex-group-btn{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.flex-group-btn .btn-w-arrow{
	width: calc(50% - 30px);
	flex: 0 0 auto;
}
.bg-blue{
	background-color: #224d9e;
}
.sec-title{
	color: #ffffff;
	font-size: 7vw;
}
.text-title{
	font-size: 26pt;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.centent-with-slide{
	padding-top: 4em;
	padding-bottom: 4em;
}
.wrapp-produtcs {
	background-image: url('../img/ohki-img-3.jpg');
	padding-top: 4em;
	padding-bottom: 4em;
}
.wrapp-sdgs {
	padding-top: 4em;
	padding-bottom: 4em;
}
.centent-with-slide .sec-title,
.wrapp-sdgs .sec-title,
.wrapp-news .sec-title{
	color: #e3e3e3;
}
.product-list .wrap-img-url::before{
	padding-top:100%;
}
.product-list .product-name{
	border-bottom: 2px solid #12a453;
	color: #333333;
	padding-bottom: 0.25em;
	padding-top: 0.75em;
	display: inline-block;
}
.product-item{
	text-align: center;
}
.text-caption{
	line-height: 2.5;
	margin-top: 1.5em;
}
.box-title-center{
	margin-bottom: 2.5em;
}
.product-list{
	margin-bottom: 3em;
}
.news-d-between {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item-news-update {
	line-height: 1.7;
	border-top: 1px solid #d5e9e7;
	padding-bottom: 1em;
	padding-top: 1.25em;
	font-size: 13pt;
	display: flex;
}
.item-news-update:last-child{
	border-bottom: 1px solid #d5e9e7;
}
.item-news-update a{
	color: #333333;
}
.wrapp-news{
	padding-top: 5em;
	padding-bottom: 5em;
}
.wrapp-recruit{
	background-image: url('../img/ohki-img-9.jpg');
	padding-top: 4em;
	padding-bottom: 4em;
}
.wrapp-recruit .wrap-img-url{
	margin-bottom: 2em;
}
.wrapp-recruit .wrap-img-url::before{
	padding-top: 30%;
}
.wrapp-contact{
	background-color: #505050;
	color: #fff;
	padding-top: 1em;
	padding-bottom: 4em;
}
.wrapp-contact .sec-title{
	color: #626262;
}
.wrapp-contact .box-title-center{
	margin-top: -3em;
}
.wrapp-contact  .text-caption{
	line-height: 1.7;
}
.box-btn-links{
	display: flex;
	width: 80%;
	justify-content: space-between;
}
.box-btn-links a{
	color: #ffffff;
}
.d-phone{
	display: flex;
	flex-direction: column;
	width: 40%;
	text-align: center;
}
.d-phone span{
	font-size: 10pt;
}
.link-mail{
	padding: 0.75em;
	display: flex;
	background-color: #2d2d2d;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	position: relative;
	width: 40%;
	border: 1px solid #ffffff;
}
.link-phone{
	font-size: 24pt;
}
.link-mail::before{
	content: "";
	display:inline-block;
	background-image: url(../img/icon-mail.svg);
	width: 25px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.75em;
}
.hr-border{
	display: flex;
	height: 100% !important;
	border-left: 1px solid #ffffff;
	opacity: 1;
	margin: auto
}
footer{
	border-top: 2px solid #12a453;
	padding-top: 4em;
	padding-bottom: 2em;
	position: relative;
}
footer ul{
	padding: 0;
	margin-bottom: 0;
}
footer li{
	display: inline-block;
}
footer a{
	color: #333333;
}
.footer-menu li{
	padding: 0 0.5em;
}
.list-contacts ul {
	list-style-type: none;
	display: flex;
}
.list-contacts li {
	border: 1px solid #333333;
	border-radius: 50%;
	margin: 0 2px;
}
.list-contacts a{
	min-width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-decoration: none;
}
.link-center{
	text-align: center;
	display: block;
	margin-top: 2em;
}
.footer-logo img{
	width: 130px;
}
.copy-right{
	text-align: center;
	margin-top: 4em;
	font-size: 10pt;
}
.breadcrumb{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	color: #333333;
	font-size: 12pt;
	text-transform: uppercase;
	line-height: 2;
	background-color: #fff;
}
.breadcrumb.bg-grey{
	background-color: #fafafa;
}
.breadcrumb ul {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
}
.breadcrumb li {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 11pt;
}
.breadcrumb li:not(:last-child):after {
	content: "/";
	display: inline-block;
	font-size: 12pt;
	margin-left: 1em;
	margin-right: 1em;
	vertical-align: middle;
}
.breadcrumb a {
	color: #12a453;
	text-decoration: none;
}
.employees-voices{
	padding-top: 5em;
	padding-bottom: 5em;
	line-height: 1.7;
}
.title-w-border{
	font-size: 18pt;
	border-bottom:1px solid #12a453;
	display: inline-block;
	padding-bottom: 0.25em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.employees-voices h3{
	font-size: 16pt;
}
.text-name{
	margin-top: 0.25em;
}
.text-details h3{
	margin-bottom: 0.75em;
}
.box-title-name{
	border-bottom:4px solid #12a453;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}
/* .employees-voices .wrap-img-url::before{
	padding-top:125%;
} */
.item-voice{
	margin-bottom: 2.5em;
}
.content-with-btn{
	text-align: center;
	background-image: url('../img/ohki-img-9.jpg');
	padding-top: 4em;
	padding-bottom: 4em;
	line-height: 1.7;
}
.group-informations{
	padding-top: 5em;
	padding-bottom: 5em;
}
.table-bg{
	background-color: #f2f5fb;
	padding:  1.5em 3em;
	padding-bottom: 2.5em;
}
.hr-green{
	border-bottom: 1px solid #12a453;
	padding-bottom: 1.25em;
	padding-top: 1.25em;
}
.hr-grey{
	padding-left: 2em;
	border-bottom: 1px solid #cccccc;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}
.wrapp-hiring,
.wrapp-application,
.wrapp-req{
	margin-top: 5em;
}
.wrapp-hiring .infor-bg{
	background-color: #f2f5fb;
	flex-direction: column;
	justify-content: center;
	padding: 1.25em;
	display: flex;
}
.btn-mail{
	position: relative;
	font-size: 12pt;
	background-color: #224d9e;
	display: flex;
	padding: 0.5em 1.5em;
	border-radius: 50px;
	width: fit-content;
	align-items: center;
}
a.btn-mail{
	color: #ffffff;
}
.btn-mail::before{
	content: "";
	display:inline-block;
	background-image: url(../img/icon-mail.svg);
	width: 25px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0.75em;
}
.infor-bg .text-title{
	font-size: 14pt;
}
.item-flow{
	margin-bottom: 1em;
	position: relative;
}
.item-flow:not(:last-child):after{
	content: "";
	display: inline-block;
	background-image: url(../img/icon-arrow-blue.svg);
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
	background-position: center;
	margin-top: 1em;
}
.form-bg{
	background-color: #f2f5fb;
	padding: 4em 1.5em;
}
.form-bg-grey{
	background-color: #fafafa;
	padding: 3em 1.5em;
	margin-top: 3em;
}
.form-application .input-group {
	margin: 0;
	margin-bottom: 2em;
}
.group-radio{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.group-radio input[type="radio"] {
	border: #dfdfdf;
	width: 20px;
	height: 2em;
	margin-right: 0.5em;
}
.group-radio input[type="checkbox"] {
	border: #dfdfdf;
	width: 20px;
	height: 2em;
	margin-right: 0.5em;
}
.group-radio label{
	margin-right: 1em;
}
.form-application textarea {
	width: 100%;
	height: 200px;
	border-radius: 0.2rem;
	border: 1px solid #cccccc;
	line-height: 1.7;
	padding: 1em;
}
.form-application .form-check{
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.form-application .form-check-input {
	margin-left: 0;
	height: 1.2em;
	width: 1.2em;
	margin-right: 0.5em;
}
.btn-submit{
	border-radius: 50px;
	background-color: #12a453;
	color: #ffffff;
	padding: 0.75em;
	width: 220px;
	border: 0;
	font-size: 14pt;
}
.form-check-label a{
	color: #12a453;
	text-decoration: underline;
}
.req{
	color: #ff0000;
}
.contact-result {
	font-size: 1rem;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.contact-result.failed {
	background-color: #fff4f4;
	border: 1px solid #aa0000;
}
.contact-result.success {
	background-color: #d8fdd8;
	border: 1px solid #007f00;
}
.contact-result p {
	margin: 0;
}
.contact-result.failed p {
	color: #aa0000;
}
.contact-result.success p {
	color: #007f00;
}
.download-result {
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #fff;
}
.download-result.failed {
	border: 1px solid #aa0000;
}
.download-result.success {
	border: 1px solid #007f00;
}
.download-result p {
	margin: 0;
}
.download-result.failed p {
	color: #aa0000;
}
.download-result.success p {
	color: #007f00;
}

.wrapp-application{
	margin-top: 5em;
}
.d-policy{
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.num-circle{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #12a453;
	border: 2px solid #12a453;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16pt;
	margin-right: 0.5em;
}
.space-border{
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}
.d-policy div{
	flex: 0 0 auto;
}
.wrapp-history .w-20{
	width: 20%;
	background-color: #f6f6f6;
	text-align: center;
}
.wrapp-history .w-80{
	width: 80%;
	padding-left: 2em;
}
.item-access{
	border: 1px solid #707070;
	display: flex;
	margin-bottom: 1em;
}
.item-access .box-img{
	flex: 0 0 auto;
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #707070;
	color: #fff;
}
.item-access .box-infors{
	flex: 0 0 auto;
	width: 70%;
	padding: 1em;
}
.box-img h3{
	margin-bottom: 0;
	font-size: 16pt;
	padding: 1em 0.25em;
	text-align: center;
}
.access-link a{
	color: #12a453;
	text-decoration: underline;
}
.wrapp-about-us{
	padding-top: 5em;
	padding-bottom: 5em;
}
.wrapp-affiliates{
	background-color: #f2f5fb;
	padding-top: 4em;
	padding-bottom: 4em;
	line-height: 1.7;
}
.wrapp-affiliates .company-name{
	font-size: 14pt;
}
.wrapp-affiliates .item-company:not(:first-child){
	padding-top: 2em;
}
.br-grey-b{
	border-color: #cccccc;
	margin-top: 3em;
}
.wrap-d-cs{
	display: flex;
}
.wrapp-equipment .name-bg{
	color: #ffff;
	background-color:#707070;
	text-align: center;
	line-height: 2;
	padding: 0.5em;
	margin-bottom: 1em;
}
.wrapp-equipment  .group-item:not(:last-child){
	margin-bottom: 4em;
}
.wrapp-services{
	padding-top: 5em;
	padding-bottom: 5em;
	line-height: 2;
}
.wrapp-services ul{
	margin-bottom: 0;
}
.style-green ul{
	margin-bottom: 0;
	padding-left: 0;
}
.style-green li{
	position: relative;
	list-style: none;
}
.style-green li:before{
	content: "";
	display: inline-block;
	background-color: #12a453;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin-right: 0.5em;
}
.color-green{
	color: #12a453;
}
.wrapp-services .color-green{
	font-size: 18pt;
}
.wrapp-services .item-service:not(:last-child){
	margin-bottom: 5em;
}
.wrapp-news-page{
	padding-top: 2em;
	padding-bottom: 5em;
	line-height: 2;
}
.wrapp-news-page .item-news{
	border-bottom: 1px solid #d5e9e7;
	padding-bottom: 2em;
	padding-top: 3em;
}
.news-title{
	font-size: 20pt;
}
.date-link{
	color: #12a453;
	font-size: 12pt;
}
.box-news-content{
	margin-top: 1.5em;
}
.btn-more{
	width: 100px;
	height: 100px;
	display: flex;
	color: #12a453;
	border: 2px solid #12a453;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-transform: uppercase;
}
.wrapp-contact-form{
	padding-top: 5em;
	padding-bottom: 5em;
	line-height: 1.7;
}
.centent-with-slide .swiper-pagination {
	margin-top: 1em;
	position: relative;
	margin-bottom: 2em;
}
.centent-with-slide .swiper-pagination-bullet-active {
	background: #12a453;
}
.centent-with-slide .box-content{
	line-height: 2;
	margin-bottom: 2em;
}
.text-right{
	text-align: right;
}
.d-group-upload{
	position: relative;
}
.btn-file{
	display: inline-block;
	padding: 0.5em 1.5em; 
	cursor: pointer;
	border-radius: 4px;
	background-color: #224d9e;
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
}
input[type="file"] {
	position: absolute;
	z-index: -1;
	top: 6px;
	left: 0;
	font-size: 15px;
}
.form-control:focus, .form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 3px 0rem rgb(13 110 253 / 25%);
}
.about-mb:not(:last-child){
	margin-bottom: 5em;
}
.scroll-top{
	position: absolute;
	bottom: 20px;
	right: 1em;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #12a453;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroll-top a{
	color: #fff;
}
.scroll-top:hover,
.btn-submit:hover,
header .btn-mail:hover,
.btn-w-arrow:hover,
.btn-download-icon:hover{
	transition: all 0.4s ease-in-out;
	background-color: #058f42;
	color: #fff;
}
.btn-w-arrow.bg-blue:hover,
.btn-mail:hover{
	transition: all 0.4s ease-in-out;
	background-color: #133d8b;
	color: #fff;
}
.scroll-top:hover a{
	color: #fff;
}
footer a:hover,
.item-news-update a:hover{
	color: #12a453;
	transition: all 0.4s ease-in-out;
}
.list-contacts li:hover {
	border-color: #12a453;
	transition: all 0.4s ease-in-out;
}
.form-check-label a:hover,
.access-link a:hover{
	color: #123e91;
	transition: all 0.4s ease-in-out;
}
.product-name:hover{
	transition: all 0.4s ease-in-out;
	border-color: #d5e9e7;
}
.btn-more:hover{
	transition: all 0.4s ease-in-out;
	color: #fff;
	background-color: #12a453;
}
.fas.fa-phone{
	transform: rotate(90deg);
}
.p-product-list .product-img{
	border: 1px solid #E6E6E6;
	margin-bottom: 1em;
}
.p-product-list .product-name{
	color: #12A453;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}
.products-page{
	padding-top: 6em;
	padding-bottom: 6em;
}
.p-product-list{
	padding-bottom: 5em;
	padding-top: 1.5em;
}
.products-page .title-text{
	font-size: 20pt;   
}
.title-dott{
	font-weight: bold;
	font-size: 14pt;
	display: flex;
	align-items: center;
}
.title-dott::before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #058f42;
	margin-right: 0.5em
}
.bg-green-radius{
	background-color: #388359;
	border-radius: 4px;
	color: #fff;
	padding: 1.5em;
	margin-right: calc(var(--bs-gutter-x) * .5);
	margin-left: calc(var(--bs-gutter-x) * .5);
}
.bg-green-radius li{
	list-style: none;
}
.ol-number {
	counter-reset: list;
}
.ol-number > li {
	list-style: none;
}
.ol-number > li:before {
	content: counter(list) ") ";
	counter-increment: list;
	color: #058f42;
}
.box-content .bg-grey,.bg-pink{
	display: flex;
	flex-direction: column;
	background-color: #F6F6F6;
	margin-right: calc(var(--bs-gutter-x) * .5);
	margin-left: calc(var(--bs-gutter-x) * .5);
	padding-top: 1em;
	padding-bottom: 1.5em;
}
.bg-grey img{
	margin: auto;
}
.bg-pink{
	text-align: center;
	background-color: #FFC9EA;
	font-size: 22pt;
	color: #ffffff;
	padding: 0.25em;
	line-height: 1.2;
}
.text-small{
	font-size: 8pt;
}
.group-col .bg-grey{
	margin: unset;
}
.bg-grey.bg-w-border,
.bg-w-border{
	border: 1px solid #E6E6E6;
}
.text-right{
	text-align: right;
}
.title-text-green{
	font-size: 18pt;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
.title-text-green span{
	color: #058f42;
	font-size: 22pt;
}
.item-service .infor-text{
	text-align: center;
	line-height: 1.5;
	margin-top: 1em;
}
.group-col .d-flex-col{
	flex-direction: column;
}
.bg-green-radius .text-right{
	font-size: 9pt;
}
.text-red{
	color: #F45656;
}
.underline{
	text-decoration: underline;
}
.lits-infor .title-text{
	font-weight: bold;
}
.bg-grey .text-b-center{
	padding-top: 3em;
	padding-bottom: 3em;
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
}
.border-w{
	border: 1px solid #fff;
	padding: 0.5em;
}
.box-padding{
	padding-left: 1.75em;
}
.title-span-green,
.title-text-g{
	font-weight: bold;
}
.title-span-green span,
.title-text-g{
	color: #058f42;
}
.btn-dowload-pdf{
	display: flex;
	display: flex;
	flex-direction: column;
	width: fit-content;
	align-items: center;
	color: #12A453;
	text-decoration: underline;
}
.icon-pdf{
	width: 40px;
	margin-bottom: 1em;
}
.link-green{
	color: #12A453;
	text-decoration: underline;
}
.url-link-green{
	color: #12A453;
	display: flex;
	align-items: center;
	padding-left: 1em;
}
.url-link-green:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url(../img/arrow-up-right.svg);
}
.wrapp-casting{
	padding-top: 5em;
	padding-bottom: 5em;
}
.box-casting-item{
	display: flex;
	flex-direction: column; 
}
.casting-name{
	border: 1px solid #12A453;
	color: #12A453;
	padding: 1em 0.5em;
	text-align: center;
	margin: 0;
	font-size: 20pt;
}
.casting-infor{
	background-color: #F6F6F6;
	margin-top: 1em;
	padding: 1em;
	line-height: 1.7;
	flex: 1 1 auto;
}
.casting-list:not(:last-child){
	margin-bottom: 2em;
}
.casting-list a{
	color: #12A453;
	text-decoration: underline;
}
.form-document-download{
	background-color:#F0FAF4;
	border-radius: 20px;
	padding: 3em 2em;
	color: #0E8443;
}
.form-document-download .form-control{
	background-color: #fff;
	border-radius: 0.3rem;
	border: 1px solid #CECECE;
	line-height: 1.8;
	font-size: 14pt;
	font-size: 12pt;
}
.text-req {
	color: #FF0000;
}
.form-document-download label{
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 12pt;
	color: #2d2d2d;
	padding-left: 1.25em;
}
.form-document-download .group-radio label{
	color: #333333;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.group-select{
	display: flex;
	flex-wrap: wrap;
}
.form-document-download textarea {
	width: 100%;
	height: 200px;
	border-radius: 0.2rem;
	background-color: #fff;
	border: 1px solid #CECECE;
	line-height: 1.7;
	padding: 1em;
}
.col-form-label{
	margin-left: -1em;
}
.form-check .form-check-input {
	margin-left: -1.5em;
}
.form-document-download .input-group {
	margin: 0;
	margin-bottom: 2em;
}
.form-document-download .radio-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.form-document-download .radio-group input[type="radio"] {
	width: 0;
}
.form-document-download .radio-group input[type="radio"] ~ label {
	color: #12A453;
	user-select: none;
}
.form-document-download .radio-group input[type="radio"] ~ label > .btn-icon {
	color: #12A453;
	font-size: 19px;
	margin-right: 7px;
}
.form-document-download .radio-group input[type="radio"]:checked ~ label > .btn-icon {
	font-weight: 900;
}
.form-document-download .radio-group input[type="checkbox"] {
	width: 0;
}
.form-document-download .radio-group input[type="checkbox"] ~ label {
	color: #12A453;
	user-select: none;
}
.form-document-download .radio-group input[type="checkbox"] ~ label > .btn-icon {
	color: #12A453;
	font-size: 19px;
	margin-right: 7px;
}
.form-document-download .radio-group input[type="checkbox"]:checked ~ label > .btn-icon {
	font-weight: 900;
}
.form-title{
	margin-left: -0.25em;
	font-size: 20pt;
	font-weight: bold;
}
.form-title span{
	font-size: 13pt;
}
.span-icon::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(../img/w-ohki-40.svg);
	background-size: contain;
}
.btn-download-icon{
	display: flex;
	background-color: #12A453;
	color: #fff;
	font-size: 14pt;
	padding: 1em 1.5em;
	border-radius: 40px;
	border: none;
	align-items: center;
}
.btn-download-icon span{
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.btn-download-icon::before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url(../img//Icon-material-file-download.svg);
	background-size: contain;
}
.btn-download-icon::after{
	content: "";
	display: inline-block;
	background-image: url(../img/icon-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 8px;
}
.list-develop li{
	display: flex;
	font-weight: bold;
}
.bg-light-green{
	background-color: #F0FAF4;
}
.title-g-bg{
	display: flex;
	flex-direction: column;
	background: rgb(18,164,83);
	background: linear-gradient(90deg, rgba(18,164,83,1) 0%, rgb(255 255 255 / 0%) 100%);
	color: #ffff;
	margin-left: -1em;
	margin-top: -1em;
	padding-left: 1em;
	line-height: 1.5;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}
.bg-light-green img{
	margin: auto;
}
.col-img-center{
	width: 70%;
	display: block;
	margin: auto;
}
.bg-light-green .form-title{
	color: #12A453;
	font-size: 14pt;
}
.analysis-infor{
	padding: 2em;
}
.analysis-infor .form-title span{
	font-size: 9pt;
}
.analysis-infor .form-title{
	font-size: 12pt;
}
.wrapp-services ul span{
	color: #12A453;
}
.check-ct[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 32px;
	height: 32px;
	border-radius: unset;
	border: 1px solid #CECECE;
	transform: translateY(-0.075em);
}
.form-control + .form-control {
	margin-top: 1em;
}
.check-ct[type="checkbox"] {
	display: grid;
	place-content: center;
}
.check-ct[type="checkbox"]::before {
	content: "";
	width:20px;
	height: 20px;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	background-color: #F2F2F2;
}
.check-ct[type="checkbox"]:checked::before {
	background-color: #12A453;
}
.check-ct[type="checkbox"]:checked{
	border-color: #12A453;
}
.group-select label span{
	margin-left: 0.5em;
	font-size: 12pt;
}
.group-select label:not(:last-child){
	margin-right: 1.5em;
}
.ct-form-check{
	display: flex;
}
.form-control:focus, .form-select:focus {
	border-color: #12A453;
	box-shadow: 0 0 3px 0rem rgb(18 164 83 / 6%);
}
.box-video iframe {
	width: 100%;
	height: 300px;
}
.search-result {
    display: block;
    color: #111;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.search-form {
	display: inline-block;
	position: relative;
}

.search-form input {
	padding: 5px 15px;
	font-size: 14px;
	border-radius: 25px;
	border:none;
	border:1px solid #ccc;
	padding-right: 25px;
}

.search-form button {
	position: absolute;
	right: 5px;
	top: 2px;
	border:none;
	background-color: transparent;
	color:#666;
}
.section-search {
	margin-top: 60px;
	margin-bottom: 60px;
}
.sdgs-text h3 {
	text-align: center;
}
.sdgs-text h3 span {
	border-bottom: solid #111 1px;
}
.sdgs-text h4 {
	color: #224d9e;
}
.each-torikumi {
	margin-top: 20px;
}
.dgs-text .red-text {
	color: red;
}
.sdgs-part img {
	width: auto;
}
.sdgs-part {
	padding-bottom: 5em;
	padding-top:2rem
}
.molupica-margin {
	margin-top: 150px;
}
img.header-logo {
	margin-right: 20px;
}
.pdf-btn {
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
	max-width: 500px;
    margin: 0 auto;
}
.sdgs-icon {
	text-align: right;
}
.sdgs-icon img {
	max-width: 400px;
}
@media screen and (max-width: 1199px) {
	.main-menu a {
		font-size: 10pt;
		color: #3F3032;
	}
}
@media only screen and (min-width: 991px){
	.horizontal {
		display: none;
	}
	
}
@media only screen and (max-width: 991px){
	.header-logo {
		flex: 1 0 10px;
	}
	.link-mail {
		font-size: 10pt;
	}
	.link-mail .icon {
		font-size: 12pt;
	}
	.burger-icon {
		display: inline-flex;
	}
	.main-menu{
		display: none;
	}
	.search-form {
		display: none;
	}
	.search-form-mobile {
		display: block;
		padding-top: 1em;
		padding-bottom: 1em;
		border-top: 1px solid #cccccc52;
	}
	.search-form button {
		position: inherit;
	}
	.no-padding {
		padding-right: 1em;
	}
	.news-d-between{
		text-align: center;
		margin-bottom: 3em;
	}
	.news-d-between .d-title{
		margin-bottom: 1em;
	}
	.box-btn-links{
		width: 100%;
	}
	.link-mail,
	.d-phone{
		width: 45%;
	}
	.wrapp-contact .sec-title{
		text-align: center;
	}
	.wrapp-contact .box-title-center {
		margin-top: 0;
	}
	.footer-md-style{
		flex-direction: column;
		text-align: center;
	}
	.title-w-border{
		margin-bottom: 2em;
	}
	.box-video iframe {
		height: 400px;
	}
	.vertical {
		display: none;
	}
	.sdgs-part img {
		width: 100%;
	}
	.sdgs-part {
		padding: 0 0 2rem 0;
	}
}
@media only screen and (max-width: 767px){
	.flex-group-btn{
		flex-direction: column;
		align-items: center;
	}
	.flex-group-btn .btn-w-arrow {
		margin-top: 1em;
	}
	.box-btn-links{
		flex-direction: column;
		align-items: center;
	}
	.link-mail,
	.d-phone{
		width: 100%;
	}
	.link-mail{
		padding: 1.75em 0.5em !important;
		margin-top: 2em;
		width: 100%;
		max-width: 300px;
	}
	.employees-voices .wrap-img-url{
		max-width: 300px;
		margin: auto;
	}
	.item-access {
		flex-direction: column;
	}
	.item-access .box-img{
		min-height: 250px;
	}
	.item-access .box-img,
	.item-access .box-infors{
		width: 100%;
	}
	.item-company .logo-img{
		max-width: 300px;
		margin: auto;
		display: block;
	}
} 
@media only screen and (max-width: 400px){
	.box-video iframe {
		height: 300px;
	}
}
/* End of Header */
