:root {
	--primary-color: #00c4b0;
}
.fs-s  {
	font-size: 14px;
}

.fs-m  {
	font-size: 20px;
}

.fs-l  {
	font-size: 24px;
}
@media(max-width:767px) {
	.fs-l  {
		font-size: 18px;
	}
}
.bold {
	font-weight: 600;
}
.bolder {
	font-weight: 700;
}
.p-txt-color {
	color: var(--primary-color);
}
html {
	scroll-behavior: smooth;
}
a:hover {
	color: var(--primary-color);
}
h3.aham-h3 {
	color: var(--primary-color);
	font-size: 1.75rem;
	text-align:center;
	border-bottom: solid 1px var(--primary-color);
	padding-bottom: 1rem;
}
h4 {
	color: var(--primary-color);
	font-size: 1.25rem;
}
h2[id*="link"], a[name] {
	padding-top: 200px;
	margin-top:-200px;
}
.serif {
	font-family: "Noto Serif JP", serif;
}
.section-part {
	margin-bottom: 3rem;
}
.top-bar {
	display: block;
	font-size: 12px;
	line-height: 1.7;
	background-color: #00C4B0;
	color: #fff;
	font-weight:600;
}
@media(max-width: 767px) {
	.top-bar {
		font-size: 10px;
	}
}
.top-bar .container p {
	margin-bottom: 0;
}
@media(max-width: 767px) {
	.site-logo-div img {
    	height: 50px;
	}
}
.user-menu {
	text-align: right;
}
.user-menu a {
	color: #fff;
}
@media(max-width: 1140px) {
    .onepress-menu.onepress-menu-mobile {
        margin-top: -17px;
    }
}
.custom-logo-link {
	line-height: 95px;
}
@media(max-width: 767px) {
	.custom-logo-link {
		line-height: 60px;
	}
	.site-header {
		line-height: 80px;
	}
}
.onepress-menu li:hover {
	color: var(--primary-color); !important;
	cursor: pointer
}
.onepress-menu a {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 15px;
}
.menu-icon {
	padding-right: 5px;
}
.section-content .feature-item img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
	transition: .3s ease-in-out all;
}
.section-content .feature-item a {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}
@media(max-width:767px) {
	.section-content .feature-item a {
		font-size: 12px;
	}
}
.section-content .feature-item a:hover {
	text-decoration:none;
	color: var(--primary-color);
}
.section-content .feature-item a:hover img {
	transform: scale(.9);
}
input[type="submit"].primary-btn, .primary-btn {
	position: relative;
	padding: 0.7rem 4rem;
	margin: auto;
	background-color: var(--primary-color);
	border: solid 2px var(--primary-color);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height:normal;
	border-radius: 15px;
	transition: .2s ease-in-out all;
	z-index: 1;
	
}
input[type="submit"].primary-btn:hover, .primary-btn:hover {
	background-color: #fff;
	border: solid 2px var(--primary-color);
	color: var(--primary-color);
	text-decoration: none;
}
.primary-btn:after {
	content: "▶";
	position: absolute;
	font-size: 14px;
	right: 10px;
}
.secondary-btn {
	position: relative;
	padding: 0.7rem 4rem;
	background-color: #fff;
	border: solid 2px var(--primary-color);
	color: var(--primary-color);
	font-weight: 600;
	border-radius: 15px;
	transition: .2s ease-in-out all;
	z-index: 1;
	
}
.secondary-btn:hover {
	background-color: var(--primary-color);
	border: solid 2px var(--primary-color);
	color: #fff;
	text-decoration: none;
}
.secondary-btn:after {
	content: "▶";
	position: absolute;
	font-size: 14px;
	right: 10px;
}
input.gray-btn, input[type="reset"].gray-btn, .gray-btn {
	position: relative;
	padding: 0.7rem 4rem;
	margin: auto;
	background-color: #cccccc;
	border: solid 2px #cccccc;
	box-shadow: unset;
	color: #fff;
	font-size: inherit;
	font-weight: 600;
	line-height: normal;
	border-radius: 15px;
	transition: .2s ease-in-out all;
	z-index: 1;
	
}

input.gray-btn:hover, input.gray-btn[type="reset"]:hover, .gray-btn:hover {
	background-color: #fff; 
	border: solid 2px var(--primary-color);
	color: var(--primary-color);
	text-decoration: none;
	position: relative;
	margin: auto;
	box-shadow: unset;
	font-size: 16px;
	font-weight: 600;
	line-height: unset;
	border-radius: 15px;
	z-index: 1;
}
@media(max-width: 940px) {
    .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
        display: block;
        max-width: 130px;
    }
}
@media(max-width: 720px) {
	.section-news .entry-excerpt {
		display: none;
	}
}
h2.lightbox-text {
    font-size: 2.3rem;
    font-weight: 200;
	border-bottom: solid 1px #fff;
	padding-bottom: 1rem;
}
h3.lightbox-text {
    font-size: 1.8rem;
    font-weight: 200;
}
h2.lightbox-text b {
    font-size: 2.7rem;
}
.page-header {
    background: url(/wp-content/uploads/2025/09/title-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*------footer　フッター---*/
.site-footer {
    color: #000;
}
.footer-widgets.section-padding {
	padding:0;
}
.bottom-bar {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-bottom: solid 1px #fff;
}
@media(max-width:767px) {
	.bottom-bar {
		font-size: 10px;
	}
}
.bottom-bar p {
	margin-bottom: 0;
}
.footer-widgets {
    background: var(--primary-color);
}
.footer-widgets .container .row {
	align-items: center;
}
a.footer-btn {
	position: relative;
    padding-left: 2rem;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    transition: .2s ease-in-out all;
    display: block;
    min-width: 150px;
    height: 50px;
    align-content: center;
    line-height: 1.5;
}
a.footer-btn:hover {
	text-decoration: none !important;
	box-shadow: 3px 3px 10px #0000007a;
}
a.footer-btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 13px;
    width: 20px;
    margin-right: 10px;
    background: url(/wp-content/uploads/2025/09/menu-icon06.svg) no-repeat center;
    background-size: contain;
    left: 20px;
    top: calc(50% - 7px);
}

.site-footer .btt a {
  position: fixed;
  display: none;
  opacity: 0;
    border-radius: 10px 10px 10px 10px;
    color: #999999;
    background: #222222;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    right: 60px;
    bottom: 60px;
    transition: all 0.2s linear 0s;
    width: 50px;
    z-index: 99;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
@media(max-width: 940px) {
	.site-footer .btt a {
    	right: 30px;
    	bottom: 30px;
	}
}
.site-footer .btt a.show {
  display: block;
  opacity: 1;
}
.site-footer .site-info {
    position: relative;
    text-align: center;
    padding: 0 0 2rem 0;
    background: var(--primary-color);
    font-weight: 500;
    color: #fff;
}
/*-------お問合せフォーム------*/
.contact_form .form_row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .contact_form .form_row {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.contact_form .label {
  width: 30%;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.contact_form .field {
  width: 100%;
  display: flex;
  gap: 10px;
}

.contact_form p .required {
  color: red;
  margin-left: 2px;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form select,
.contact_form textarea {
  flex: 1;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  font-size: 22px;
  line-height: 40px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  background-color: #f7f7f7;
}

.contact_form .multi_input {
  display: flex;
  gap: 10px;
}

.contact_form .multi_input input {
  flex: 1;
}

.contact_form textarea {
  min-height: 120px;
  height: 250px;
  resize: vertical;
}

.contact_form .form_buttons {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 20px;
}

.contact_form .form_buttons input[type="reset"] {
  background: #ccc;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.contact_form .form_buttons input[type="submit"],
.contact_form .form_buttons .confirm_button {
  background: #00c4a7;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
}

.confirm_area,
.thanks_area {
  display: none;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #eee;
}

.confirm_area h2,
.thanks_area h2 {
  margin-bottom: 15px;
}

.confirm_block {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.confirm_block table p {
	margin: 0;
}
.confirm_block th,
.confirm_block td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.confirm_block th {
  background: #f7f7f7;
  font-size: 1.2rem;
  font-weight: 600;
}
.confirm_block td[class*="confirm"] {
	font-weight: 400;
}
.back_button {
  margin-top: 10px;
  background: #ccc;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.wpcf7-response-output:empty {
  display: none;
}

/*------news------*/
.news-excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
}
.section-news .list-article, .archive .list-article, .blog .list-article {
	display:flex;
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
    float: left;
    margin-left: 30px;
	margin-right: 0;
    min-width: 30%;
}

/*------AHAMとはページ------*/
.page-sub-menu-bar{
	position: sticky;
    top: 0;
    z-index: 10;
	background-color: #fff;
}
.sub-menu-list ul {
	margin-bottom: 0;
}
.sub-menu-list ul li a {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 0.2rem 4rem;
	color: #000;
	border-right: solid 2px var(--primary-color);
}
@media(max-width:992px) {
	.sub-menu-list ul li a {
		padding: 0.2rem 2rem;
	}
}
@media(max-width:767px) {
	.sub-menu-list ul li a {
		font-size: 1rem;
		padding: 0.2rem 10px;
	}
}
.sub-menu-list ul li:last-child a {
	border-right: unset;
}
.sub-menu-list ul li a:hover {
	color: var(--primary-color);
	text-decoration: none;
}
.lgc-txt {
	font-size: 2rem;
	font-weight: 600;
	color: var(--primary-color);
	line-height: 1.7;
}
@media(min-width:1200px) {
	.section-company-detail {
		margin-left: auto;
		margin-right: auto;
	}
}
.section-company-detail {
	font-size: 1.3rem;
}
.section-company-detail .row {
	border-top: solid 1px #707070;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin: 0;
}
.section-company-detail .row.last {
	border-bottom: solid 1px #707070;
}
.section-company-detail .row p {
	margin-bottom: 0;
}

/*------アルコール啓発ページ------*/
h2.aham-h2 {
	padding-left: 1rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px #707070;
}
.round-box {
	border-radius: 20px;
}
.bg-gray {
	background-color: #f7f7f7;
}
ul.sq-bullet li {
	list-style: none;
	display: flex;
	margin-left: 0;
}
ul.sq-bullet li:before {
	content: "■";
	color: var(--primary-color);
	font-size: 20px;
	padding-right: 10px;
}
.num-title {
	color: #000;
}
.num-title > span.num {
	display: inline-block;
	background-color: var(--primary-color);
	color: #fff;
	font-family: 'Open Sans';
	font-size: 1.7rem;
	line-height: normal;
	font-weight: 700;
	text-align:center;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	
}
.section-propose .block-propose p {
    padding: 10px;
    position: relative;
    background: #f8f9f9;
	font-weight: 600;
    border-left: 3px solid var(--primary-color);
	box-shadow: 2px 2px 3px #0000001c;
}
h3.blt {
	color: #000;
	padding: 5px 10px;
	border-left: solid 3px var(--primary-color);
}
/*------熱中症啓発ページ------*/
.qna-block {
	margin-bottom: 2rem;
}
.question p, .ans p {
	font-size: 1.25rem;
	font-weight: 600;
}
.question span.q-box {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
place-content: center;
}
.ans span.a-box {
    display: inline-block;
    color: var(--primary-color);
    border: solid 1px var(--primary-color);
    line-height: normal;
    font-weight: 700;
    text-align: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
	place-content: center;
}
/*------ログインページ------*/
html .um input[type=submit].um-button {
	background: var(--primary-color);
}

/*------NEWS サイドバー ------*/
.news-sidebar {
	margin-bottom: 3rem;
}
@media(max-width:940px) {
	.news-sidebar {
		display: none;
	}
}
.news-sidebar h3 {
	border-left: solid 4px var(--primary-color);
	padding-left: 10px;
}
.news-sidebar .latest-news-item {
	border-top: dashed 1px #000;
	padding: 15px 0;
}
.news-sidebar .news-meta {
	font-size: 0.7rem;
}
.news-sidebar .news-title {
	position: relative;
	font-size: 0.8rem;
	padding-right: 20px;
}
.news-sidebar .news-title:after {
    content: ">";
    position: absolute;
    top: calc(50% - 18px);
    right: 0;
	font-size: 18px;
	color: var(--primary-color);
}
.news-sidebar .news-title a {
	color: #000;
	font-weight: 600;
}
.news-sidebar .news-title a:hover {
	color: var(--primary-color);
	text-decoration: none;
}
.news-sidebar .btn-go-to {
	display: block;
	font-size: 0.8rem;
	text-align: right;
	color: #cccccc;
}
.news-sidebar .btn-go-to:hover {
	color: var(--primary-color);
	text-decoration: none;
}