@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/* table, caption, tbody, tfoot, thead, tr, th, td, */
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 色定義 */
:root {
	/* color */ 
	--bs-beige: #F6F3EE;
	--bs-red: #DA1B1B; 
	--bs-green: #14A7A5;
	--bs-white: #fff;
	--bs-black: #000;
	--bs-dark: #333;
	/* style */ 
	--primary-color: var(--bs-green);
	--accent-color-1: var(--bs-red);
}

/* placeholder */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #B4B4B4;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B4B4B4;
}
::-moz-placeholder {
  /* Others */
  color: #B4B4B4;
}
::-ms-input-placeholder {
  /* Others */
  color: #B4B4B4;
}
::placeholder {
  /* Others */
  color: #B4B4B4;
}

/*============================================================================
　base
*============================================================================*/
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	min-width: 1130px;
	background-color: var(--bs-beige);
	font-size: 1.6rem;
	color: var(--bs-dark);
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: .12em;
}
body.is-fixed {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
	body {
		min-width: auto;
		font-size: 1.3rem;
		line-height: 2;
	}
}

/*============================================================================
　common、utility
*============================================================================*/
/* レスポンシブ調整：PC版・SP版表示調整 */
@media screen and (min-width: 768px) {
  .view-pc {
    display: block;
  }
  .view-pci {
    display: inline-block;
  }
  .view-sp,
  .view-spi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .view-pc,
  .view-pci {
    display: none;
  }
  .view-sp {
    display: block;
  }
  .view-spi {
    display: inline-block;
  }
}

/* link */
a {
	color: var(--primary-color);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (min-width: 768px) {
  .link-phone[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
		color: var(--bs-dark);
  }
	a:hover {
		opacity: .8;
	}
}
@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
  .link-phone[href^="tel:"] {
    pointer-events:auto;
    text-decoration: underline;
    color: var(--primary-color);
  }
}

/* placeholder */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #90AC96;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #90AC96;
}
::placeholder{ /* Others */
  color: #90AC96
}

/* kv-page */
.kv-page {
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 15px;
}
.kv-page__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 430px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	border-radius: 10px;
}
body.business .kv-page__inner,
body.post-type-archive-results .kv-page__inner,
body.tax-results-cate .kv-page__inner,
body.single-results .kv-page__inner {
	background-image: url(../img/business/kv.jpg);
}
body.products .kv-page__inner {
	background-image: url(../img/products/kv.jpg);
}
body.company .kv-page__inner {
	background-image: url(../img/company/kv.jpg);
}
body.contact .kv-page__inner,
body.contact_confirm .kv-page__inner,
body.contact_complete .kv-page__inner {
	background-image: url(../img/contact/kv.jpg);
}
body.privacy .kv-page__inner {
	background-image: url(../img/privacy/kv.jpg);
}
body.sitemap .kv-page__inner {
	background-image: url(../img/sitemap/kv.jpg);
}
body.error404 .kv-page__inner {
	background-image: url(../img/sitemap/kv.jpg);
}
.kv-page__contents {
	width: 1100px;
	margin: 0 auto;
}
.kv-page__heading {
	position: relative;
	width: 1100px;
	margin: 0 auto 20px;
	padding-bottom: 18px;
	color: rgba(255, 255, 255, .3);
	font-size: 10rem;
	line-height: 1;
	white-space: nowrap;
}
.kv-page__heading .txt-ja {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	padding-bottom: 20px;
	color: var(--bs-white);
	font-weight: bold;
	font-size: 4.5rem;
	letter-spacing: .12em;
	line-height: 1;
}
.kv-page__heading .txt-ja::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--bs-white);
}
.kv-page__heading .txt-en {
	font-family: "Koulen", sans-serif;
	letter-spacing: .11em;
}
@media screen and (max-width: 767px) {
	.kv-page {
		padding: 0;
	}
	.kv-page__inner {
		height: 200px;
		border-radius: 0;
	}
	body.works .kv-page__inner {
		background-image: url(../img/business/kv-sp.jpg);
	}
	.kv-page__heading {
		width: 100%;
		margin-bottom: 0;
		font-size: 6.0rem;
		color: rgba(255, 255, 255, .1);
		white-space: normal;
	}
	.kv-page__heading .txt-ja {
		font-size: 2.4rem;
	}
}

/* font style */
.txt-nowrap {
	white-space: nowrap;
}
.f-koulen {
  font-family: "Koulen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* btn */
.btn {
	display: inline-block;
	padding: 15px 30px;
	background-color: var(--primary-color);
	font-weight: bold;
	box-shadow: 4px 4px 20px 0px #00000040;
	color: var(--bs-white);
	text-decoration: none;
	border-radius: 3px;
}
.btn.btn-thick {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 2.0rem;
}
.btn.icon-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.btn.icon-arrow::after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 12px;
	margin-left: 20px;
	background-image: url(../img/common/icon_arrow_wh-r.svg);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: right center;
}
.btn.icon-back {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content
}
.btn.icon-back::before {
	display: inline-block;
	content: "";
	width: 16px;
	height: 12px;
	margin-right: 20px;
	background-image: url(../img/common/icon_arrow_wh-l.svg);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: right center;
}
.btn.icon-mail::before {
	display: inline-block;
	content: "";
	width: 32px;
	height: 32px;
	margin-right: 10px;
	background-image: url(../img/common/icon_mail.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: right center;
}
.btn.btn-fill {
	background-color: var(--bs-white);
	color: var(--primary-color);
}
.btn.btn-fill.icon-arrow::after {
	background-image: url(../img/common/icon_arrow_gr-r.svg);
}
@media screen and (max-width: 767px) {
	.btn {
		display: block;
		padding: 15px 20px;
	}
	.btn.icon-mail {
		padding-right: 10px;
		padding-left: 10px;
	}
	.btn.btn-thick {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1.6rem;
	}
}

/* list */
.list01 {
	padding-left: 1em;
}
.list01 li {
	position: relative;
}
.list01 li:before {
	position: absolute;
	transform: translateX(-125%);
	content: "・";
	color: var(--primary-color)
}
.num-list {
	margin-left: 1.5em;
	list-style: decimal;
}

/* row list */
.definition-list {
	border: 1px solid #E3DDD2;
	border-radius: 5px;
	overflow: hidden;
}
.definition-list dl {
	display: flex;
	padding: 15px 20px;
	background-color: var(--bs-white);
}
.definition-list dl:not(:first-of-type) {
	border-top: 1px solid #E3DDD2;
}
.definition-list dt {
	flex-shrink: 0;
	width: 140px;
	padding: 0 20px 0 0;
	font-weight: bold;
	color: var(--primary-color);
}
@media screen and (max-width: 767px) {
	.definition-list dl {
		display: block;
	}
}

/* title */
.cmn-ttl01 {
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 40px;
	color: var(--bs-white);
	font-size: 10rem;
	line-height: 1;
}
.cmn-ttl01 .txt-ja {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	padding-bottom: 20px;
	color: var(--primary-color);
	font-weight: bold;
	font-size: 4.5rem;
	letter-spacing: .12em;
	line-height: 1;
}
.cmn-ttl01 .txt-ja::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--primary-color);
}
.cmn-ttl01 .txt-en {
	font-family: "Koulen", sans-serif;
	letter-spacing: .11em;
}
.cmn-ttl02 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 2px solid #E3DDD2;
	font-size: 2.4rem;
	font-weight: bold;
}
.cmn-ttl02::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	width: 50px;
	height: 2px;
	background-color: var(--primary-color);
}
.cmn-ttl03 {
	margin-bottom: 25px;
	padding: 8px 20px;
	background-color: var(--primary-color);
	border-radius: 3px;
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--bs-white);

}
.cmn-ttl04 {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 2px dotted var(--primary-color);
	font-weight: bold;
	color: var(--primary-color);
}
@media screen and (max-width: 767px) {
	.cmn-ttl01 {
		margin-bottom: 25px;
		font-size: 6.0rem;
	}
	.cmn-ttl01 .txt-ja {
		font-size: 2.4rem;
	}
	.cmn-ttl02 {
		margin-bottom: 30px;
		padding-bottom: 10px;
		font-size: 2.0rem;
	}
	.cmn-ttl03 {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
	.cmn-ttl04 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 320px) {
	.cmn-ttl01 {
		font-size: 16vw;
	}
	.cmn-ttl01 .txt-ja {
		font-size: 1.8rem;
	}
}

.mb10 {
	margin-bottom: 10px;
}

/*============================================================================
　layout
*============================================================================*/
.screen-reader-text {
	display: none;
}

.container {
	width: 1130px;
	min-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
}
@media screen and (max-width: 767px) {
	.container {
		width: 100%;
		min-width: auto;
		padding: 0 20px;
	}
}

.main {
	margin-bottom: 100px;
	padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
	.main {
		margin-bottom: 80px;
		padding-top: 30px;
	}
}

/*============================================================================
 header
*============================================================================*/
.header {
	height: 100px;
}
.header-container {
	position: fixed;
	top: 0;
	display: flex;
	width: 100%;
	min-width: 1130px;
	height: 100px;
	padding: 0 20px 0 40px;
	background-color: var(--bs-beige);
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
	z-index: 15;
}
.header__inner {
	display: flex;
	width: 100%;
}
.header__contents-wrapper {
	display: flex;
	align-items: center;
	height: 100%;
}
.header-nav {
	position: relative;
	height: 100%;
	margin-left: auto;
}
.header-nav__inner {
	display: flex;
	align-items: center;
	height: 100%;
}
.header-nav__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}
.header-nav__list li {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: bold;
}
.header-nav__list li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	height: 50px;
	color: var(--bs-black);
	text-decoration: none;
}
.header-nav .btn-wrapper {
	margin-left: 10px;
}
.header-nav .btn {
	padding: 15px 20px;
	box-shadow: none;
}
@media screen and (min-width: 768px) {
	.header-nav__list li.is-active a {
		color: var(--primary-color);
	}
	.header-nav__list .menu-item a:hover {
		opacity: 1;
	}
	#menu-item-65,
	#menu-item-66 {
		display: none;
	}
	.header-nav__list li.current-menu-item a,
	.post-type-archive-results .menu-item-62 a,
	.tax-results-cate .menu-item-62 a,
	.single-results .menu-item-62 a {
		color: var(--primary-color);
	}
}
@media screen and (max-width: 767px) {
	.header {
		height: 66px;
	}
	.header-container {
		height: 66px;
		min-width: auto;
		padding: 0;
	}
	body.is-fixed .header-container {
    height: 100%;
	}
	.header__inner {
		display: block;
	}
	.header__contents-wrapper {
		position: relative;
		display: flex;
		align-items: center;
		flex: auto;
		width: 100%;
		height: 66px;
		padding: 0 10px;
	}
	.header-logo {
		width: calc(100% - 65px);
		max-width: 204px;
	}
	.header-menu-btn {
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		background-color: var(--primary-color);
		border-radius: 3px;
		z-index: 10;
	}
	.header-menu-btn div {
		position: relative;
		width: 16px;
		height: 14px;
	}
	.header-menu-btn span {
		position: absolute;
		display: block;
		width: 16px;
		height: 2px;
		border-radius: 2px;
		background-color: var(--bs-white);
		transition: .3s ease-in-out;
	}
	.header-menu-btn span:nth-child(1) {
		top: 0;
	}
	.header-menu-btn span:nth-child(2) {
		top: 6px;
	}
	.header-menu-btn span:nth-child(3) {
		bottom: 0;
	}
	.header-menu-btn.is-open span:nth-child(1) {
		top: 5px;
		transform: translateY(0px) rotate(-45deg);
	}
	.header-menu-btn.is-open span:nth-child(2) {
		opacity: 0;
	}
	.header-menu-btn.is-open span:nth-child(3) {
    top: 10px;
		bottom: auto;
		transform: translateY(-5px) rotate(45deg);
	}
	.header-nav {
		opacity: 0;
    height: calc(100% - 60px);
		overflow: auto;
    pointer-events: none;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: var(--primary-color);
		background-image: url(../img/common/bg_navi.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		font-size: 1.6rem;
    transition: opacity .3s ease, visibility .3s ease;
	}
	.header-nav.is-open {
    opacity: 1;
    pointer-events: auto;
	}
	.header-nav__inner {
		justify-content: center;
		flex-direction: column;
	}
	.header-nav__list {
		display: block;
		height: auto;
	}
	.header-nav__list li {
		display: block;
		height: auto;
	}
	.header-nav__list li a {
		display: block;
		height: auto;
		text-align: center;
		color: #fff;
	}
	.header-nav .btn-wrapper {
		margin: 20px 0 0;
	}
	.header-nav .btn {
		width: 73.33vw;
		max-width: 400px;
		border: 1px solid var(--bs-white);
		text-align: center;
	}
}

/*============================================================================
 footer
*============================================================================*/
.footer {
	position: relative;
}
.footer__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
	padding: 100px 15px 105px;
}
.site-logo {
	margin-bottom: 25px;
}
.site-logo a {
	display: block;
}
.footer__content {
	display: flex;
	padding: 100px 0;
}
.footer-contact {
	width: 50%;
	border-right: 1px solid #D9D1C5;
}
.footer-links__inner {
	display: flex;
	margin-left: 5px;
	padding: 10px 0;
}
.footer-links__list {
	margin-left: 60px;
}
.footer-links__list li a {
	font-weight: bold;
	color: var(--bs-black);
	text-decoration: none;
}
.footer-address .contact {
	display: flex;
	align-items: center;
}
.footer-address span::before {
	content: "／";
	margin: 0 15px;
}
.copylight {
	border-top: 1px solid #E1D9CD;
}
.copylight__inner {
	display: flex;
	padding: 30px 0;
	font-size: 1.2rem;
	text-align: center;
}
.copylight__inner small {
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.footer {
		margin-top: 60px;
	}
	.footer__content {	
		display: block;
		padding: 0;
		font-size: 1.3rem;
		text-align: center;
	}
	.footer-contact {
		width: 100%;
		border-right: none;
		text-align: center;
	}
	.site-logo {
		margin-bottom: 15px;
	}
	.footer-address {
		display: block;
	}
	.footer-address address {
		margin-bottom: 55px;
	}
	.footer-address .contact {
		justify-content: center;
	}
	.copylight__inner {
		display: block;
		padding: 25px 10px;
	}
}

/*============================================================================
　page
*============================================================================*/
/*-------------------------------
  home
-------------------------------*/
.home .main {
	padding-top: 105px;
}
.home .cmn-ttl01 {
	word-wrap: break-word
}
.top-mv {
	position: relative;
	overflow: hidden;
}
.top-mv__catch {
	position: absolute;
	bottom: 30px;
	left: 25px;
	width: 100%;
	padding: 0 15px;
	z-index: 1;
}
.top-mv__catch-inner {
	max-width: 1249px;
	margin: 0 auto;
	padding: 0 15px;
}
.top-mv__catch-subttl {
	width: 545px;
	margin-bottom: 20px;
	padding: 5px 15px;
	border-radius: 3px;
	background-color: var(--bs-white);
	font-weight: bold;
	color: var(--primary-color);
}
.top-mv__catch-ttl {
  font-family: "Koulen", sans-serif;
	font-size: 15rem;
	color: var(--bs-white);
	line-height: 90%;
	letter-spacing: .1em;
}
.top-mv__news {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 440px;
	background-color: var(--bs-beige);
	border-top-left-radius: 10px;
	padding: 30px;
	z-index: 1;
}
.news-list .post-meta {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 5px;
	font-size: 1.3rem;
}
.news-list .post-meta::before {
	content: "";
	width: 6px;
	height: 6px;
	margin-right: 10px;
	background-color: var(--primary-color);
	border-radius: 100%;
}
.news-list .news-list__ttl {
	font-weight: bold;
}
.top-mv__slide li img {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.inverse-corner {
		display: block;
		width: 10px;
		height: 10px;
		position: absolute;
		overflow: hidden;
	}
	.inverse-corner::before {
		display: block;
		width: 200%;
		height: 200%;
		content: "";
		background: transparent;
		border-radius: 50%;
		box-shadow: 10px 10px 0 0 var(--bs-beige);
	}
	.top-mv__news .inverse-corner01 {
		top: 0;
		right: 0;
		transform: translatey(-100%);
	}
	.top-mv__news .inverse-corner01::before {
		transform: translate(-50%, -50%);
	}
	.top-mv__news .inverse-corner02 {
		left: 0;
		bottom: 0;
		transform: translateX(-100%);
	}
	.top-mv__news .inverse-corner02::before {
		transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 767px) {
	.home .main {
		padding-top: 45px;
	}
	.top-mv__catch {
		top: 90px;
		bottom: auto;
		left: 20px;
		padding: 0;
		transform: none;
	}
	.top-mv__news {
		position: static;
		max-width: none;
		padding: 20px;
		border-bottom: 1px solid #E3DACC;
	}
	.news-list .post-meta {
		font-size: 1.1rem;
	}
}

/* top-business */
.top-business {
	margin-bottom: 100px;
}
.top-business__head {
	position: relative;
	margin-bottom: 60px;
}
.top-business__head .icon-logo {
	position: absolute;
	top: -25px;
	right: 45px;
	z-index: 1;
}
.business-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 90px;
}
.business-list li {
	width: calc((100% - 80px) / 2);
	margin: 0 20px;
}
.business-list__inner {
	background-color: var(--bs-white);
	box-shadow: 5px 5px 40px 0px #0000000F;
	border-radius: 5px 5px 10px 10px;
	overflow: hidden;
}
.business-list a {
	text-decoration: none;
	color: var(--bs-dark);
}
.business-list__content {
	position: relative;
	padding: 40px 50px 35px;
}
.business-list__icon {
	position: absolute;
	top: -60px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	background-color: var(--bs-white);
	box-shadow: 4px 4px 20px 0px #00000026;
	border-radius: 5px;
}
.business-list__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: var(--primary-color);
	line-height: 1.5;
}
.business-list__ttl::after {
	display: block;
	flex-shrink: 0;
	content: "";
	width: 24px;
	height: 24px;
	margin-left: 15px;
	background-image: url(../img/common/icon_arrow_wh-r.svg);
	background-position: center;
	background-size: 10px auto;
	background-color: var(--primary-color);
	background-repeat: no-repeat;
	border-radius: 3px;
	line-height: 1.5;
}
.ttl-wrapper {
	display: flex;
	align-items: end;
	margin-bottom: 40px;
}
.ttl-wrapper .btn-wrapper {
	margin-left: auto;
}
.ttl-wrapper .cmn-ttl02 {
	flex: 1;
	margin: 0 25px 0 0;
}
.works-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.works-list > li {
	width: calc((100% - 72px) / 3);
	margin: 60px 12px 0;
	font-weight: bold;
}
.works-list > li a {
	text-decoration: none;
}
.works-list__figure {
	margin-bottom: 20px;
}
.works-list__figure img {
	border-radius: 10px;
}
.works-list__img {
	width: 100%;
	padding-top: 68.57%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.works-list__meta {
	font-size: 1.3rem;
}
.works-categories {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.works-categories li {
	margin: 0 5px 5px 0;
	padding: 5px 15px;
	border: 1px solid var(--primary-color);
	background-color: var(--bs-white);
	font-size: 1.3rem;
	border-radius: 30px;
}
.works-list__ttl {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.works-list > li:nth-child(-n+3) {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.top-business__head {
		margin-bottom: 25px;
	}
	.top-business__head .icon-logo {
		top: 10px;
		right: 0;
		width: 72px;
	}
	.business-list {
		display: block;
		margin: 0 0 30px;
	}
	.business-list li {
		width: 100%;
		margin: 30px 0 0;
	}
	.business-list li:first-of-type {
		margin-top: 0;
	}
	.business-list__content {
		padding: 60px 30px 25px;
	}
	.business-list__icon {
		top: -40px;
	}
	.business-list__ttl {
		font-size: 2.0rem;
	}
	.ttl-wrapper {
		margin-bottom: 30px;
	}
	.top-business .ttl-wrapper .cmn-ttl02 {
		margin: 0;
	}
	.works-list {
		display: block;
		margin: 0 0 25px;
	}
	.works-list > li {
		width: 100%;
		margin: 20px 0 0;
	}
	.works-list > li:first-of-type {
		margin-top: 0;
	}
	.works-list > li a {
		display: flex;
	}
	.works-list__figure {
		width: 35vw;
		max-width: 130px;
		flex-shrink: 0;
		margin-bottom: 0;
	}
	.works-list__content {
		margin-left: 20px;
	}
	.top-business .btn {
		margin: auto;
	}
}
@media screen and (max-width: 320px) {
	.top-business__head .icon-logo {
		width: 40px;
	}
}

/* top-products */
.top-products {
	margin: 0 auto 100px;
	padding: 0 15px;
	min-width: 1100px;
	max-width: 1300px;
}
.top-products__inner {
	padding: 60px 20px 100px;
	background-color: var(--primary-color);
	color: var(--bs-white);
	border-radius: 10px;
}
.top-products__content {
	max-width: 1100px;
	margin: 0 auto;
}
.top-products .cmn-ttl01 .txt-ja {
	color: var(--bs-white);
}
.top-products .cmn-ttl01 .txt-en {
	color: rgba(255,255,255,.1);
}
.top-products .cmn-ttl01 .txt-ja::before {
	background-color: var(--bs-white);
}
.ttl-wrapper .cmn-ttl01 {
	margin-bottom: 0;
}
.products-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.products-list li {
	width: calc((100% - 40px) / 2);
	margin: 10px 10px 0 10px;
	background-color: #0F9694;
	box-shadow: 5px 5px 40px 0px #0000000F;
	border-radius: 10px;
	overflow: hidden;
}
.products-list a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 45px 30px;
	text-decoration: none;
	color: var(--bs-white);
}
.products-list__figure {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 90px;
	height: 90px;
	margin-right: 20px;
	background-color: var(--primary-color);
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 4px;
}
.products-list__content {
	display: flex;
	align-items: center;
}
.products-list__content::after {
	display: block;
	flex-shrink: 0;
	content: "";
	width: 40px;
	height: 40px;
	margin-left: 25px;
	background-image: url(../img/common/icon_arrow_gr-r.svg);
	background-position: center;
	background-size: 16px auto;
	background-color: var(--bs-white);
	background-repeat: no-repeat;
	border-radius: 3px;
}
.products-list dt {
	align-items: center;
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.top-products {
		min-width: auto;
		margin: 0;
		padding: 0;
	}
	.top-products__inner {
		padding: 40px 20px 60px;
		border-radius: 0;
	}
	.products-list {
		display: block;
		margin: 0 0 50px;
	}
	.products-list li {
		width: 100%;
		margin: 20px 0 0;
		background-color: #0F9694;
	}
	.products-list li:first-of-type {
		margin-top: 0;
	}
	.products-list a {
		position: relative;
	}
	.products-list__figure {
		width: 60px;
		height: 60px;
	}
	.products-list__content::after {
		position: absolute;
		right: 0;
		bottom: 0;
		border-radius: 10px 0;
	}
	.products-list dt {
		font-size: 1.6rem;
	}
	.top-products .btn {
		margin: 0 auto;
	}
}

/* top-company */
.top-company__content-wrapper {
	display: flex;
}
.top-company__content {
	margin-right: 65px;
}
.top-company__lead {
	margin-bottom: 55px;
}
.top-company__figure {
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.top-company__content-wrapper {
		flex-direction: column-reverse;
	}
	.top-company__figure {
		position: relative;
		width: 100%;
		margin: 0 auto 30px;
		text-align: center;
	}
	.top-company__figure::before {
		position: absolute;
		top: 0;
		left: -15px;
		content: "";
		width: calc(100vw);
		height: 45%;
		background-color: var(--primary-color);
	}
	.top-company__figure img {
		position: relative;
		width: 100%;
		max-width: 550px;
	}
	.top-company__content {
		margin-right: 0;
	}
	.top-company__lead {
		margin-bottom: 30px;
	}
	.top-company .btn {
		margin: 0 auto;
	}
}

/* cmn-contact */
.cmn-contact {
	position: relative;
	padding: 135px 0;
	color: var(--bs-white);
}
.bg-mv {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.cmn-contact .container {
	position: relative;
}
.cmn-contact::before {
	position: absolute;
	inset: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
}
.contact-list {
	display: flex;
	justify-content: center;
	text-align: center;
}
.contact-list__item {
	padding: 0 60px;
}
.contact-list__item:first-of-type {
	border-right: 1px solid rgba(255,255,255,.3);
}
.contact-list__item dt {
	margin-bottom: 20px;
	font-weight: bold;
}
.contact-list__phone {
	margin-bottom: 10px;
	font-size: 5.0rem;
  font-family: "Koulen", sans-serif;
	color: var(--bs-white);
	line-height: 1;
}
.contact-list__phone .link-phone {
	color: var(--bs-white);
}
.contact-list__phone .link-phone {
	padding-left: 43px;
	background-image: url(../img/common/icon_phone.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
@media screen and (max-width: 767px) {
	.cmn-contact {
		padding: 50px 0 60px;
	}
	.contact-list {
		display: block;
	}
	.contact-list__item:first-of-type {
		margin-bottom: 30px;
		padding: 0 0 30px;
		border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	.contact-list__item {
		padding: 0;
	}
	.contact-list__item dt {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.contact-list__item dd p {
		font-size: 1.3rem;
	}
	.contact-list__phone {
		margin-bottom: 5px;
		font-size: 4.0rem;
	}
	.contact-list__phone .link-phone {
		text-decoration: none;
	}
	.contact-list__item .btn {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 800px) {
  .slick-prev:hover,
  .slick-next:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 767px) {
	.top-mv__catch-inner {
		max-width: 600px;
	}
	.top-mv__catch-subttl {
		display: inline-block;
		width: auto;
		margin-bottom: 5px;
		padding: 2px 15px;
		font-size: 1.3rem;
	}
	.top-mv__catch-ttl {
		font-size: 6.0rem;
	}
}
@media screen and (max-width: 320px) {
	.top-mv__catch-ttl {
		font-size: 16vw;
	}
}

/*-------------------------------
  contact
-------------------------------*/
.page-lead {
	margin-bottom: 50px;
}
.icon-optional,
.icon-required {
  display: inline-block;
  width: 40px;
  height: 26px;
  margin-right: 1em;
  background-color: #DA1B1B;
  border-radius: 3px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 26px;
	border-radius: 3px;
}
.icon-required {
  background-color: #DA1B1B;
	color: #fff;
}
.icon-optional {
  background-color: #fff;
	color: var(--primary-color);
}
.contact-content__lead {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dotted var(--primary-color);
}
.contact-content input,
.contact-content button,
.contact-content textarea,
.contact-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
	letter-spacing: 0.85px;
  cursor: pointer;
	border: 1px solid #E3E3E3;
}
.contact-content select {
	background-color: #fff;
	color: var(--primary-color);
}
.contact-content input[type="text"],
.contact-content input[type="email"],
.contact-content input[type="button"],
.contact-content input[type="tel"] {
  padding: 0 15px;
  cursor: auto;
  line-height: 50px;
  border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .04);
  font-size: 100%;
}
.contact-content textarea {
  padding: 15px;
  cursor: auto;
  border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .04);
  font-size: 100%;
}
.contact-content .table-list__item.item-textarea dt {
  display: block;
  padding-top: 10px;
}
.contact-content .wpcf7-list-item-label {
	position: relative;
}
.contact-content .wpcf7-list-item {
	margin: 0 20px 0 0;
}
.contact-content .wpcf7-list-item:first-of-type {
	margin-left: 0;
}
.contact-content .wpcf7-list-item [type=radio]:checked,
.contact-content .wpcf7-list-item [type=radio]:not(:checked) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.contact-content .wpcf7-list-item [type=radio]:not(:checked)+span:after {
	opacity: 0;
}
.contact-content .wpcf7-list-item [type=radio]:checked+span,
.contact-content .wpcf7-list-item [type=radio]:not(:checked)+span {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	line-height: 26px;
	display: inline-block;
}
.contact-content .wpcf7-list-item [type=radio]:checked+span:before,
.contact-content .wpcf7-list-item [type=radio]:not(:checked)+span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #E3DDD2;
	border-radius: 100%;
	background: #fff;
}
.contact-content .wpcf7-list-item [type=radio]:checked+span:after,
.contact-content .wpcf7-list-item [type=radio]:not(:checked)+span:after {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--primary-color);
	position: absolute;
	top: 6.5px;
	left: 7px;
	border-radius: 100%;
	transition: all .2s ease;
}
.contact-content .wpcf7-list-item [type=radio]:checked+span:after {
	opacity: 1;
}
.contact-content .wpcf7-list-item [type=radio]:checked+span:before {
	border-color: var(--primary-color);
}
.contact-content .table-list {
	margin-bottom: 55px;
}
.contact-content .table-list__item {
	display: flex;
	margin-bottom: 20px;
	border-bottom: none;
}
.contact-content .table-list__item:last-of-type {
	margin-bottom: 0;
}
.contact-content .table-list__items.item-content {
	align-items: flex-start;
}
.contact-content .table-list__item dt {
	display: flex;
  align-items: center;
  width: 240px;
  min-width: 240px;
	max-height: 50px;
	padding: 10px 0;
}
.contact-content .table-list__item dt p {
  position: relative;
  width: 100%;
	margin-bottom: 0;
}
.contact-content .table-list__item dd {
	flex: 1;
}
.contact-content .w100p {
  width: 100%;
}
.contact-content .w430 {
  width: 430px;
}
.contact-content__bottom {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px dotted var(--primary-color);
}
.privacy-box {
	margin-bottom: 60px;
}
.privacy-box strong {
	font-weight: bold;
	color: var(--primary-color);
}
.contact-content .btn-wrapper {
  position: relative;
  text-align: center;
}
.contact-content .btn-wrapper .btn {
	margin: 0 auto;
}
.contact-content .btn-wrapper input.btn {
	padding-right: 50px;
	margin: 0 auto;
	background-image: url(../img/common/icon_arrow_wh-r.svg);
	background-position: right 16px center;
	background-size: 16px auto;
	background-repeat: no-repeat;
	border: none;
	font-size: 1.6rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.contact-content .btn-wrapper .page-back {
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
	margin-top: 0;
	padding-left: 26px;
	background-color: transparent;
	background-image: url(../img/common/icon_arrow_gr-l.svg);
	background-position: left 50%;
	background-size: 16px auto;
	background-repeat: no-repeat;
	text-decoration: underline;
	font-size: 100%;
	color: var(--primary-color);
	box-shadow: none;
	cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.contact .cmn-ttl02 {
	margin-bottom: 40px;
}
.contact_confirm .contact-content .table-list__item {
	margin-bottom: 30px;
}
.contact_confirm .contact-content .table-list__item:last-of-type {
	margin-bottom: 0;
}
.contact_confirm .contact-content .table-list__item dt {
	padding: 0;
}
.complete-message {
	margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
	.contact-content .btn-wrapper input.btn:hover,
  .contact-content .btn-wrapper .page-back:hover,
	.contact-content .btn-wrapper .page-back:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
	.page-lead {
		margin-bottom: 30px;
	}
	.icon-optional,
	.icon-required {
		width: 36px;
		height: 24px;
		line-height: 24px;
		font-size: 1.1rem;
	}
	.contact-content__lead {
		margin-bottom: 20px;
	}
	.contact-content input[type="text"],
  .contact-content input[type="email"],
  .contact-content input[type="button"],
  .contact-content input[type="tel"] {
    height: 50px;
    line-height: 50px;
  }
	.contact-content .table-list__item {
		display: block;
	}
  .contact-content .table-list__item dt {
    width: 100%;
    min-width: auto;
    min-height: auto;
    padding-right: 0;
		margin-bottom: 15px;
		padding: 5px 0;
  }
	.contact-content .wpcf7-list-item {
		display: block;
		margin: 0;
	}
	.contact-content .wpcf7-list-item:not(:first-of-type) {
		display: block;
		margin: 20px 0 0 0;
	}
	.contact-content textarea {
    height: 10em;
  }
  .contact-content .w430 {
    width: 100%;
  }
	.contact-content .btn-wrapper input.btn {
		font-size: 1.3rem;
	}
  .contact-content .btn-wrapper .page-back {
    position: relative;
    margin-bottom: 1.5em;
  }
	.contact .cmn-ttl02 {
		margin-bottom: 30px;
	}
}

/*-------------------------------
  result archives
-------------------------------*/
.result-head {
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 3px dotted var(--primary-color);
}
.result-head .num {
	font-weight: bold;
	font-size: 2.4rem;
	color: var(--primary-color);
}
.result-cate-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px 40px;
}
.result-total {
	margin-right: 15px;
}
.result-cate-list li {
	width: calc((100% - 90px) / 6);
	margin: 15px 7.5px 0;
}
.result-cate-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.5em;
	height: 100%;
	padding: 8px 20px;
	background-color: var(--bs-white);
	border: 1px solid var(--primary-color);
	border-radius: 100px;
	color: var(--primary-color);
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.6;
}
.result-cate-list li.is-active a {
	background-color: var(--primary-color);
	color: var(--bs-white);
}
.page-back {
	margin-top: 80px;
	padding: 45px;
	background-color: rgba(0, 0, 0, .05);
	text-align: center;
}
.page-back .btn {
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.result-cate-list a:hover {
		background-color: var(--primary-color);
		color: var(--bs-white);
	}
}
@media screen and (max-width: 767px) {
	.result-head {
		padding-bottom: 8px;
	}
	.result-head .num {
		font-size: 2.0rem;
	}
	.result-cate-list {
		margin: 0 -7.5px 30px;
	}
	.result-total {
		margin-right: 10px;
	}
	.result-cate-list li {
		width: calc((100% - 30px) / 2);
	}
	.result-cate-list li:nth-child(-n+2) {
		margin-top: 0;
	}
	.page-back {
		margin: 40px -20px 0;
		margin-top: 40px;
		padding: 30px 20px;
	}
}

/* pager */
.wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.wp-pagenavi a {
  background-color: #fff;
	color: var(--primary-color);
	text-decoration: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 5px 7.5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
}
.wp-pagenavi .page:hover {
  opacity: 1;
  text-decoration: none;
}
.wp-pagenavi .current {
	font-weight: bold;
  color: #fff;
  background-color: var(--primary-color);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
  display: block;
  width: 40px;
	height: 40px;
  background-color: transparent;
	background-position: center;
	background-size: 20px auto;
	background-repeat: no-repeat;
	text-decoration: none;
}
.wp-pagenavi .previouspostslink {
  margin: 0 22.5px 0 0;
	background-image: url(../img/common/icon_arrow_br-l.svg);
}
.wp-pagenavi .nextpostslink {
  margin: 0 0 0 22.5px;
	background-image: url(../img/common/icon_arrow_br-r.svg);
}
@media screen and (max-width: 767px) {
	.wp-pagenavi {
		padding: 0 40px;
	}

	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		position: absolute;
		margin: 0;
	}
	.wp-pagenavi .previouspostslink {
		left: 0;
	}
	.wp-pagenavi .nextpostslink {
		right: 0;
	}
}

/*-------------------------------
  single results
-------------------------------*/
.works-detail__ttl {
	display: flex;
	align-items: baseline;
	margin-bottom: 25px;
	padding: 8px 20px;
	background-color: var(--primary-color);
	border-radius: 3px;
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--bs-white);
}
.works-categories-link {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: auto;
}
.works-categories-link li {
	margin: 0 0 5px 5px;
	padding: 5px 15px;
	background-color: var(--bs-white);
	font-size: 1.3rem;
	border-radius: 30px;
}
.works-categories-link a {
	display: inline-block;
	text-decoration: none;
}
.works-detail__description {
	margin-bottom: 40px;
}
.works-photo {
	display: flex;
	flex-wrap: wrap;
}
.works-photo__item {
	position: relative;
	margin-top: 40px;
}
.works-photo__item::after {
	position: absolute;
	top: 50%;
	right: -40px;
	content: "";
	width: 20px;
	height: 34px;
	margin-top: -17px;
	background-image: url(../img/business/icon_step-r.svg);
	background-position: canter;
	background-size: cover;
	background-repeat: no-repeat;
}
.works-photo__item:last-of-type::after {
	display: none;
}
.works-photo__item span {
	position: absolute;
	top: -10px;
	left: 20px;
	display: inline-block;
	padding: 5px 15px;
	background-color: var(--bs-white);
	border-radius: 3px;
	font-weight: bold;
	color: var(--primary-color);
}
.works-photo__image {
	width: 500px;
	height: 330px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
	.works-photo__item:nth-of-type(-n+2) {
		margin-top: 0;
	}
	.works-photo__item:nth-child(odd) {
		margin-right: 60px;
	}
}
@media screen and (max-width: 767px) {
	.works-detail__ttl {
		padding-top: 15px;
		padding-bottom: 10px;
		flex-direction: column-reverse;
		font-size: 2.0rem;
	}
	.works-categories-link {
		margin-left: inherit;
	}
	.works-categories-link li {
		margin: 0 5px 5px 0;
		font-size: 1.1rem;
	}
	.works-detail__description {
		margin-bottom: 50px;
	}
	.works-photo {
		display: block;
		margin-bottom: 60px;
	}
	.works-photo__item {
		margin-top: 60px;
	}
	.works-photo__item:first-of-type {
		margin-top: 0;
	}
	.works-photo__item::after {
		top: auto;
		right: auto;
		bottom: -40px;
		left: 50%;
		width: 34px;
		height: 20px;
		margin: 0 0 0 -17px;
		background-image: url(../img/business/icon_step-b.svg);
	}
	.works-photo__item span {
		top: 0;
		left: 0;
		display: inline-block;
		padding: 5px 15px;
		border-radius: 10px 0 3px;
	}
	.works-photo__image {
		width: 100%;
		height: 0;
		padding-top: 65.67%;
	}
}

/*-------------------------------
  post single
-------------------------------*/
.entry-header {
	margin-bottom: 30px;
}
.entry-title {
	margin-bottom: 25px;
	padding: 15px 0;
	border-top: 1px solid #D3E5D7;
	border-bottom: 1px solid #D3E5D7;
	font-size: 3.0rem;
	font-weight: bold;
}
.entry-meta {
	display: flex;
}
.entry-meta .cate a {
	display: inline-block;
	margin-right: 20px;
	padding: 2px 15px;
	background-color: var(--primary-color);
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.entry-meta .posted-on {
	color: #93BF9D;
}
.post-thumbnail {
	margin-bottom: 25px;
}
.entry-content {
	margin-bottom: 60px;
}
.entry-container {
	text-align: left;
}
.entry-container h1 {
	margin-bottom: 30px;
	padding: 10px 0;
	border-bottom: 1px solid #D3E5D7;
	font-size: 3.0rem;
	font-weight: bold;
}
.entry-container h2 {
	margin: 0 0 30px;
	padding: 10px 20px;
	background-color: var(--primary-color);
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
}
.entry-container h2:first-of-type {
	margin-top: 0;
}
.entry-container h3 {
	margin: 0 0 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--primary-color);
	font-size: 2.0rem;
	font-weight: bold;
	color: var(--primary-color);
}
.entry-container h4 {
	margin: 0 0 15px;
	padding: 10px 20px;
	border: 1px solid var(--primary-color);
	font-weight: bold;
	color: var(--primary-color);
}
.entry-container h5 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #E9F2EB;
	font-weight: bold;
	color: var(--primary-color);
}
.entry-container h5::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 100px;
	height: 2px;
	background-color: var(--primary-color);
}
.entry-container h6 {
	font-weight: bold;
}
.entry-container ul {
	margin-left: 1.5em;
	list-style: disc;
}
.entry-container ol {
	margin-left: 1.5em;
	list-style: decimal;
}
.entry-container em {
	font-style: italic;
}
.entry-container strong {
	font-weight: bold;
}
.entry-container .btn-wrapper {
	text-align: center;	
}

/*-------------------------------
  business
-------------------------------*/
.business-detail__item:not(:last-of-type) {
	margin-bottom: 80px;
}
.business-detail__image {
	position: relative;
	margin-bottom: 40px;
	border-radius: 5px;
	overflow: hidden;
}
.business-detail__lead {
	position: absolute;
	bottom: 0;
	left: 0;
}
.business-detail__lead span {
	position: relative;
	display: inline-block;
	margin: 10px 0 0;
	padding: 8px 8px 8px 0;
	color: var(--primary-color);
	background-color: var(--bs-beige);
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--primary-color);
	border-radius: 0 5px 5px 0;
}
.business-detail__item:nth-child(even) .business-detail__lead {
	right: 0;
	left: auto;
	text-align: right;
}
.business-detail__content-col {
	display: flex;
}
.business-detail__box {
	margin-right: 20px;
}
.business-detail__content .btn-wrapper {
	margin-top: 30px;
}
.business-detail__bnr {
	flex-shrink: 0;
	width: 250px;
	margin-left: auto;
}
.bnr-trusco {
	display: block;
	color: var(--bs-white);
	text-decoration: none;
}
.bnr-trusco__band {
	display: block;
	padding: 5px;
	background-color: #F05428;
	border-radius: 5px 5px 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.bnr-trusco__band::after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-left: 8px;
	background-image: url(../img/common/icon_exlink.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: right center;
}
.bnr-trusco__image {
	display: block;
	padding: 18px;
	background-color: var(--bs-white);
	border: 1px solid #E3DDD2;
	border-top: none;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.business-detail__item:nth-child(odd) .business-detail__lead span:last-child {
		border-bottom-right-radius: 0;
	}
	.business-detail__item:nth-child(even) .business-detail__lead span {
		padding: 8px 0 8px 8px;
		border-radius: 5px 0 0 5px;
	}
	.business-detail__item:nth-child(even) .business-detail__lead span:last-child {
		border-bottom-left-radius: 0;
	}
	
}
@media screen and (max-width: 767px) {
	.business-detail__item:not(:last-of-type) {
		margin-bottom: 50px;
	}
	.business-detail__image {
		margin-bottom: 20px;
		border-radius: 0;
	}
	.business-detail__image img {
		border-radius: 5px;
		overflow: hidden;
	}
	.business-detail__lead {
		position: static;
		margin-top: 20px;
	}
	.business-detail__lead span {
		display: inline;
		margin: 0;
		padding: 0;
		color: var(--primary-color);
		background-color: transparent;
		font-size: 1.6rem;
		border-radius: 0;
	}
	.business-detail__item:nth-child(even) .business-detail__lead {
		text-align: left;
	}
	.business-detail__content-col {
		display: block;
	}
	.business-detail__box {
		margin: 0 0 40px;
	}
	.business-detail .btn-wrapper .btn {
		margin: 0 auto;
	}
	.business-detail__bnr {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
}

/*-------------------------------
  products
-------------------------------*/
.products .business-detail {
	margin-bottom: 60px;
}
.products .business-detail__image {
	margin-bottom: 30px;
}
.business-detail__lead02 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
}
.business-detail__lead02 div {
	display: flex;
}
.business-detail__lead02 span {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 10px 0 20px;
	color: var(--primary-color);
	background-color: var(--bs-beige);
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--primary-color);
	border-radius: 0 5px 0 0;
	line-height: 90px;
}
.business-detail__lead02 div::before {
	content: "";
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background-color: var(--primary-color);
	background-image: url(../img/common/icon_products01.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px auto;
}
.products-site {
	display: flex;
}
.products-site__box {
	margin-right: 20px;
}
.products-site__bnr {
	width: 495px;
}
.products-site__bnr .bnr-trusco {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	border: 1px solid #F05428;
	background-color: #F05428;
	border-radius: 5px;
	overflow: hidden;
}
.products-site__bnr .bnr-trusco__band {
	flex-shrink: 0;
	padding: 5px 20px;
	border-radius: 0;
}
.products-site__bnr .bnr-trusco__band.view-sp {
	display: none;
}
.products-site__bnr .bnr-trusco__image {
	border: none;
	border-radius: 0;
}
.products-site__bnr .bnr-trusco__image img {
	width: 200px;
}
@media screen and (max-width: 767px) {
	.products .business-detail__image {
		margin-bottom:20px;
	}
	.business-detail__lead02 {
		position: static;
		margin-top: 20px;
	}
	.business-detail__lead02 div {
		align-items: center;
	}
	.business-detail__lead02 span {
		padding: 0 0 0 15px;
		font-size: 1.6rem;
		border-radius: 0;
		line-height: 1.5;
	}
	.business-detail__lead02 div::before {
		width: 60px;
		height: 60px;
		background-size: 30px auto;
		border-radius: 4px;
	}
	.products-site {
		display: block;
	}
	.products-site__box {
		margin: 0 0 40px;
	}
	.products-site__bnr {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	.products-site__bnr .bnr-trusco {
		display: block;
		border: none;
		background-color: transparent;
		border-radius: 0;
	}
	.products-site__bnr .bnr-trusco__band {
		padding: 5px;
		border-radius: 5px 5px 0 0;
	}
	.products-site__bnr .bnr-trusco__band.view-sp {
		display: block;
	}
	.products-site__bnr .bnr-trusco__band.view-pc {
		display: none;
	}
	.products-site__bnr .bnr-trusco__image {
		padding: 18px;
		border: 1px solid #E3DDD2;
		border-radius: 0 0 5px 5px;
	}
	.products-site__bnr .bnr-trusco__image img {
		width: auto;
	}
}

/*-------------------------------
  company
-------------------------------*/
.company-message {
	margin-bottom: 15px;
}
.company-message__inner {
	display: flex;
	margin: 0 -20px;
}
.company-message dl {
	width: calc((100% - 80px) / 2);
	margin: 0 20px 30px;
}
.company-message dt {
	margin-bottom: 25px;
	padding: 5px 10px;
	background-color: var(--primary-color);
	color: var(--bs-white);
	border-radius: 3px;
	font-size: 2.4rem;
	text-align: center;
}
.company-message li {
	position: relative;
	margin: 15px 0;
	padding-left: 17px;
}
.company-message li::before {
	position: absolute;
	top: .8em;
	left: 0;
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--primary-color);
	border-radius: 100%;
}
.company-message__name {
	text-align: right;
}
.company-message__name span {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.company-detail .definition-list {
	margin-bottom: 60px;
}
.movie-box {
	position: relative;
	margin:0 auto 90px;
}
.movie-box video {
	width: 100%;
	background-image: url(../img/company/img_movie.jpg);
	background-size: cover;
	background-position: center;
}
.movie-box .play-btn {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 40px;
	cursor: pointer;
	background-image: url(../img/company/icon_play.svg);
	background-size: 80px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.movie-box .play-btn.playActive{
	display:none;
}
.history-list li {
	padding: 25px 0;
	border-top: 2px dotted var(--bs-black);
}
.history-list li:first-of-type {
	padding-top: 0;
	border-top: none;
}
.history-list li:last-of-type {
	padding-bottom: 0;
}
.history-list dl {
	display: flex;
	align-items: baseline;
}
.history-list dt {
	position: relative;
	flex-shrink: 0;
	width: 260px;
	padding-left: 20px;
}
.history-list dt::before {
	position: absolute;
	bottom: 15px;
	left: 0;
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--primary-color);
	border-radius: 100%;
}
.history-list dt span {
	font-size: 3.0rem;
	font-weight: bold;
}
.history-list dd div {
	position: relative;
	padding-left: 30px;
}
.history-list dd div::before {
	position: absolute;
	left: 0;
	content: "…";
}
@media screen and (max-width: 767px) {
	.company-message {
		margin-bottom: 50px;
	}
	.company-message__inner {
		display: block;
		margin: 0 0 15px;
	}
	.company-message dl {
		width: 100%;
		margin: 25px 0 0;
	}
	.company-message dl:first-of-type {
		margin-top: 0;
	}
	.company-message dt {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
	.company-message li {
		margin: 0;
	}
	.company-message__name span {
		font-size: 2.0rem;
	}
	.movie-box {
		margin-bottom: 20px;
	}
	.movie-box .play-btn {
		background-size: 60px auto;
	}
	.company-history .cmn-ttl02 {
		margin-bottom: 15px;
	}
	.history-list li {
		padding: 8px 0 15px;
	}
	.history-list li:first-of-type {
		padding-top: 0;
		border-top: none;
	}
	.history-list dl {
		display: block;
	}
	.history-list dt {
		width: 100%;
		padding-left: 20px;
	}
	.history-list dt::before {
		bottom: 11px;
	}
	.history-list dt span {
		font-size: 2.0rem;
	}
	.history-list dd div {
		padding-left: 0;
	}
	.history-list dd div::before {
		display: none;
	}
}

/*-------------------------------
  privacy
-------------------------------*/
.privacy .cmn-ttl02 {
	margin: 2.2em 0 1.2em;
}
@media screen and (max-width: 767px) {
	.privacy .cmn-ttl02 {
		margin: 1.3em 0 1.2em
	}
}

/*-------------------------------
  sitemap
-------------------------------*/
.sitemap .business-list {
	margin-bottom: 30px;
}
.sitemap .business-list__ttl {
	margin-bottom: 0;
}
.site-list__col {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.site-list__col .site-list__item {
	width: calc((100% - 80px) / 2);
	margin: 70px 20px 0;
}
@media screen and (max-width: 767px) {
	.sitemap .business-list li {
		margin-top: 30px;
	}
	.sitemap .business-list .btn-wrapper {
		margin-top: 30px;
	}
	.sitemap .business-list .btn-wrapper .btn {
		margin: 0 auto;
		color: var(--bs-white);
	}
	.site-list__col {
		display: block;
		margin: 0;
	}
	.site-list__col .site-list__item {
		width: 100%;
		margin: 35px 0 0;
	}
}

/*-------------------------------
  notfound 404
-------------------------------*/
.section-notfound {
	text-align: center;
}
.notfound-message {
	margin-bottom: 3em;
}
.notfound-message p:not(:last-of-type) {
	margin-bottom: 2.5em;
}
.section-notfound .btn {
	margin: 0 auto;
}
