@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Arial, Meiryo,"Helvetica Neue",sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flex-c,.flex-b,.flex-c {display: flex;flex-wrap: wrap;}
.flex-a {justify-content: space-around;}
.flex-b {justify-content: space-between;}
.flex-c {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	/* min-width: 1300px; */
	color: #333;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1024px) {
	.sp {
		display: none !important;
	}
	#g-navi {
		display: block !important;
	}
}
@media all and (max-width: 1023px) {
	body {
		min-width: inherit;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
.button:hover {
	cursor: pointer;
}
.error-text-hidden {
	display: none;
}
.error-text {
	color: #E9270E;
}
.error-input {
	border: solid 2px #E9270E!important;
	background-color: #FFDFDB!important;
}
.btn-disabled {
	opacity: .7;
	cursor: default !important;
}
.btn-disabled:hover {
	opacity: .7 !important;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background-color: #fff;
	position: relative;
	z-index: 99;
}
#header .h-box {
	padding: 13px 0 12px 0;
	max-width: 1280px;
	margin: 0 auto;
	align-items: flex-start;
	position: relative;
	box-sizing: border-box;
}
@media all and (min-width: 1280px) and (max-width: 1342px) {
	#header .h-box {
		padding-left: calc(32px - (100% - 1280px) / 2);
		padding-right: calc(32px - (100% - 1280px) / 2);
	}
}
@media all and (max-width: 1279px) {
	#header .h-box {
		padding-left: 32px;
		padding-right: 32px;
	}
}
#header h1 {
	width: 261px;
}
#header .h-tel {
	font-size: 1.2rem;
	width: 178px;
}
#header .h-list .h-tel .h-tel-number {
	margin-bottom: -5px;
	padding-left: 28px;
	color: #00773D;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: Arial, sans-serif;
	background: url(/assets/images/icon-3.png) no-repeat left top 9px;
	background-size: 20px auto;
}
#header .h-tel .h-tel-notice {
	text-align: right;
}
#header .h-list {
	align-items: center;
}
.header__button_request {
	width: 136px;
	padding: 8px 0 8px 30px;
	margin-right: 12px;
	display: block;
	text-align: center;
	color: #FF7A00;
	font-weight: bold;
	border-radius: 4px;
	border: solid 1px #FF7A00;
	background: #fff url(/assets/images/icon-1.png) no-repeat left 20px center;
	background-size: 24px auto;
	box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
.header__button_request:link {
	color: #FF7A00;
}
.header__button_request:visited {
	color: #FF7A00;
}
.header__button_line {
	width: 192px;
	padding: 8px 0 8px 30px;
	margin-right: 20px;
	display: block;
	text-align: center;
	color: #667075;
	font-weight: bold;
	border-radius: 4px;
	border: solid 1px #B2BBBE;
	background: #fff url(/assets/images/icon-2.png) no-repeat left 20px center;
	background-size: 24px auto;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
.header__button_line:link {
	color: #667075;
}
.header__button_line:visited {
	color: #667075;
}
#header .h-list a:hover {
	opacity: 0.6;
}
#g-navi {
	position: relative;
	border-top: 1px solid #EAEAEA;
}
#g-navi > ul > li {
	margin: 0 9px;
}
#g-navi > ul > li > a {
	position: relative;
	padding: 16px 15px;
	display: block;
	font-weight: bold;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#g-navi > ul > li > a {
		padding: 16px 10px;
	}
}
#g-navi > ul > li .link {
	position: relative;
}
#g-navi > ul > li.on > a {
	color: #00773D;
}
#g-navi > ul > li.on > a .arrow {
	background-image: url(/assets/images/icon-4-on.png);
}
#g-navi .arrow {
	padding-right: 16px;
	display: inline-block;
	background: url(/assets/images/icon-4.png) no-repeat right top 9px;
	background-size: 12px auto;
}
#g-navi .num {
	position: absolute;
	right: -6px;
	top: 12px;
	width: 21px;
	height: 20px;
	padding-top: 4px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	background-color: #FF7A00;
	border-radius: 100%;
	box-sizing: border-box;
}
#g-navi .navi-box {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding: 39px 0 80px;
	background-color: #00773D;
	box-sizing: border-box;
}
#g-navi .com-list-box {
	width: 1280px;
	margin: 0 auto;
}
@media all and (min-width: 1280px) and (max-width: 1342px) {
	#g-navi .com-list-box {
		padding-left: calc(32px - (100% - 1280px) / 2);
		padding-right: calc(32px - (100% - 1280px) / 2);
	}
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#g-navi .com-list-box {
		width: auto;
		padding-left: 32px;
		padding-right: 32px;
	}
}
#g-navi .com-list-box .text-link {
	margin-bottom: 41px;
}
#g-navi .com-list-box .text-link a {
	padding-right: 15px;
	color: #fff;
	background: url(/assets/images/icon-7-on.png) no-repeat center right;
	background-size: 8px auto;
}
#g-navi .com-list-box .list-ul {
	display: flex;
	justify-content: space-between;
	gap: 32px;
}
@media all and (max-width: 1023px) {
	#g-navi .com-list-box .list-ul {
		flex-direction: column;
		gap: 0;
	}
}
#g-navi .com-list-box .list-ul > li {
	margin-right: 0;
	width: 100%;
}
#g-navi .com-list-box .list-ul01 > li:nth-child(4n) {
	margin-right: 0;
}
#g-navi .com-list-box .list-ul p {
	padding: 6px 0;
	text-align: center;
	background-color: #fff;
}
#g-navi .com-list-box .link-ul a {
	color: #fff;
	font-size: 1.4rem;
	background-image: url(/assets/images/icon-16.png);
	border-bottom-color: rgba(255, 255, 255, 0.50);
} 
.navi-bg {
	display: none;
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: rgba(0, 0, 0, 0.50);
}
.navi-bg.on {
	display: block;
}
#g-navi .com-list-box a:hover {
	opacity: 0.6;
}
#header.header {
	padding: 12px;
}
#header.header h1 {
	margin: 0 auto;
}
@media all and (min-width: 1024px) {
	#g-navi .com-list-box a:hover {
		opacity: 0.6;
	}
	#g-navi > ul > li:hover > a {
		color: #00773D;
	}
	#g-navi > ul > li:hover > a .arrow {
		background-image: url(/assets/images/icon-4-hover.png);
	}
}
@media all and (max-width: 1023px) {
	#header {
		height: 50px;
		padding: 12px 16px;
		position: relative;
		box-sizing: border-box;
		border-bottom: 1px solid #EAEAEA;
	}
	#header .h-box {
		padding: 0;
		position: static;
		max-width: inherit;
		display: block;
	}
	#header h1 {
		width: 164px;
	}
	#header .h-tel {
		position: absolute;
		right: 60px;
		top: 9px;
		text-align: center;
		font-size: 1rem;
		width: 80px;
	}
	#header .h-tel a {
		height: 32px;
		padding-left: 23px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: bold;
		border-radius: 4px;
		background: #00773D url(/assets/images/icon-14.png) no-repeat left 8px center;
		background-size: 20px auto;
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
	}
	#header .h-list {
		display: none;
	}
	#g-navi {
		display: none;
		position: fixed;
		left: 0;
		top: 50px;
		width: 100%;
		bottom: 0;
		overflow-y: auto;
		box-sizing: border-box;
		background-color: #fff;
		border-top: none;
	}
	#g-navi > ul {
		padding: 15px 0 60px;
		display: block;
	}
	#g-navi > ul > li {
		margin: 0;
		position: relative;
	}
	#g-navi > ul > li > a {
		padding: 12px 16px;
		background: url(/assets/images/icon-27.png) no-repeat center right 16px;
		background-size: 8px auto;
	}
	#g-navi > ul > li.arrow-list a {
		background: none;
	}
	#g-navi > ul > li .ico {
		position: absolute;
		right: 0;
		top: 0;
		width: 42px;
		height: 48px;
		background: url(/assets/images/icon-28.png) no-repeat center center;
		background-size: 14px auto;
	}
	#g-navi > ul > li .ico.on {
		background-image: url(/assets/images/icon-28-on.png);
	}
	#g-navi .arrow {
		padding-right: 0;
		background: none;
	}
	#g-navi .num {
		display: none;
	}
	#g-navi .navi-box {
		position: static;
		padding: 32px 16px;
	}
	#g-navi .com-list-box {
		width: auto;
	}
	#g-navi .com-list-box .text-link {
		font-size: 1.6rem;
		margin-bottom: 32px;
		padding-bottom: 12px;
		border-bottom: 1px solid #EAEAEA;
		border-bottom-color: rgba(255, 255, 255, 0.50);
	}
	#g-navi .com-list-box .text-link a {
		display: block;
		background: url(/assets/images/icon-16.png) no-repeat center right;
		background-size: 8px auto;
		/* background: unset; */
	}
	#g-navi .com-list-box .list-ul > li:not(:last-child) {
		margin-bottom: 32px;
	}
	#g-navi .com-list-box .list-ul > li {
		margin-right: 0 !important;
		width: auto !important;
	}
	#g-navi .com-list-box .list-ul01 {
		margin-top: -13px;
	}
	#g-navi .com-list-box .list-ul01 > li {
		margin: 0 !important;
	}
	#g-navi .com-list-box .list-ul p {
		padding: 4px 8px;
		margin-bottom: 8px;
		text-align: left;
		font-size: 1.4rem;
	}
	#g-navi .com-list-box .link-ul a {
		font-size: 1.6rem;
		font-weight: 600;
		background: url(/assets/images/icon-16.png) no-repeat center right;
		background-size: 8px auto;
	} 
	.navi-bg {
		display: none;
	}
	#header.header {
		padding-left: 20px;
	}
	.menu {
        width: 50px;
        height: 50px;
        position: absolute;
		right: 1px;
		top: 0;
    }
    .menu span {
        width: 20px;
        height: 2px;
        position: absolute;
        top: 16px;
        left: 15px;
        background: #00773D;
        transition: all .35s ease;
    }
    .menu span:nth-of-type(2) {
        top: 24px;
    }
    .menu span:nth-of-type(3) {
        top: 32px;
    }
    .menu.on span:nth-of-type(1) {
        transform: translateY(8px) translateX(0) rotate(45deg);
    }
    .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
    .menu.on span:nth-of-type(3) {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
    }
}
@media (max-width: 330px) {
	#header .h-tel {
		right: 52px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	border-top: 1px solid #EAEAEA;
}
#footer .f-info {
	padding: 39px 0 62px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-info .content {
		justify-content: center;
	}
}
#footer .f-info .title {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 2rem;
}
#footer .f-info .news {
	width: 256px;
}
#footer .f-info .slide a {
	display: block;
	font-size: 1.4rem;
	border: 1px solid #00773D;
}
#footer .f-info .slide .top-text {
	padding: 11px 11px 12px;
	align-items: center;
	background-color: #00773D;
}
#footer .f-info .slide .img {
	width: 80px;
}
#footer .f-info .slide .text {
	width: calc(100% - 92px);
	color: #fff;
	line-height: 1.2;
}
#footer .f-info .slide .btm-text {
	padding: 12px 25px 11px 11px;
	color: #00773D;
	font-weight: bold;
	background: url(/assets/images/icon-9.png) no-repeat center right 7px;
	background-size: 8px auto;
}
#footer .f-info .moive {
	width: 256px;
	margin: 0 32px;
}
#footer .f-info .moiveBox {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#footer .f-info .moive iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#footer .f-info .contact {
	width: 544px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-info .contact {
		width: 320px;
	}
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-info .contact .flex-b {
		justify-content: center;
	}
}
#footer .f-info .contact ul {
	padding: 4px 20px 18px;
	background-color: #F5F5F5;
}
#footer .f-info .contact li {
	margin-top: 14px;
	width: 246px;

	&:last-child {
 		width: 100%;
 	}
}
#footer .f-info .contact a {
	padding: 11px 25px;
	display: block;
	text-align: center;
	color: #FF7A00;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #FF7A00;
	background: url(/assets/images/icon-10.png) no-repeat center right 11px #fff;
	background-size: 8px auto;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
#footer .f-sub {
	padding: 40px 0;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-sub {
		padding: 40px 32px;
	}
}
#footer .f-sub .l-box {
	width: 500px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-sub .l-box {
		width: 400px;
	}
}
#footer .f-sub .f-logo {
	margin-bottom: 24px;
	width: 264px;
}
#footer .f-sub .text {
	font-size: 1.4rem;
}
#footer .f-sub .f-starts-logo {
	margin-top: 24px;
	width: 120px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-sub .text br {
		display: inline;
	}
}
@media all and (max-width: 1023px) {
	#footer .f-sub .text br {
		display: inline;
	}
	#footer .f-sub .f-starts-logo {
		margin: 40px auto 0;
		width: 120px;
		display: block;
	}
}
#footer .f-sub .text span {
	margin-bottom: 12px;
	display: block;
}
#footer .f-sub .r-box {
	width: 520px;
	align-items: center;
	justify-content: flex-end;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-sub .r-box {
		width: auto;
	}
}
#footer .f-sub .tel {
	margin-right: 25px;
	width: 225px;
	text-align: right;
	font-weight: bold;
	font-size: 1.8rem;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-sub .tel {
		margin-right: 10px;
	}
}
#footer .f-sub .tel .num {
	margin: 6px -4px 0 0;
	display: block;
	font-size: 3.6rem;
}
#footer .f-sub .tel .num a {
	color: #00773D;
}
#footer .f-sub .tel .sml {
	margin: -7px 14px 0 0;
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
}
#footer .f-sub .line {
	width: 256px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-sub .line {
		width: 230px;
	}
}
#footer .f-sub .line a {
	padding: 17px 0 16px 35px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	border-radius: 4px;
	background: #4CC764 url(/assets/images/icon-11.png) no-repeat left 25px center;
	background-size: 28px auto;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-sub .line a {
		font-size: 1.6rem;
	}
}
#footer .f-navi {
	padding: 40px 0;
	background-color: #F5F5F5;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-navi {
		padding: 40px 32px;
	}
}
#footer .f-btm {
	padding: 12px 0 11px;
	background-color: #667075;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#footer .f-btm {
		padding: 12px 32px 11px;
	}
}
#footer .f-btm .content {
	flex-direction: row-reverse;
}
#footer .f-btm address {
	margin-top: 1px;
	color: #fff;
	font-style: normal;
	font-size: 1.2rem;
}
#footer .f-blank-list {
	display: flex;
	justify-content: flex-end;
}
#footer .f-blank-list li {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #fff;
}
  #footer .f-blank-list li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#footer .f-blank-list a {
	padding: 1px 20px 0 0;
	display: block;
	font-size: 1.2rem;
	color: #fff;
	background: url(/assets/images/icon-13.png) no-repeat center right;
	background-size: 16px auto;
}
#footer.footer .f-sub {
	padding: 39px 22px 39px 0;
	text-align: center;
}
#footer.footer .f-sub .l-box {
	width: auto;
	display: inline-block;
	text-align: left;
}
#footer.footer .f-btm {
	text-align: center;
}
#footer .button:hover {
	cursor: default;
}
#footer .btn-disabled {
	opacity: .7;
	cursor: default;
}
.fix-list {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px;
	z-index: 80;
	background: rgba(0, 0, 0, 0.40);
	box-sizing: border-box;
}
.fix-list li {
	width: 48.9%;
}
.fix-list a {
	padding: 12px 0 10px;
	display: block;
	color: #FF7A00;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #FF7A00;
	background: #FFF;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
.fix-list span {
	padding-left: 32px;
	display: inline-block;
	background: url(/assets/images/icon-29.png) no-repeat left center;
	background-size: 24px auto;
}
.fix-list li:last-child a {
	color: #fff;
	background-color: #FF7A00;
}
.fix-list li:last-child a span {
	background-image: url(/assets/images/icon-30.png);
}
@media all and (min-width: 1024px) {
	#footer .f-info .contact a:hover {
		background-color: #FEF5EC;
	}
	#footer .f-info .slide a:hover,
	#footer .f-sub .line a:hover {
		opacity: 0.6;
	}
	#footer .f-blank-list a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 1023px) {
	#footer .f-info {
		padding: 58px 16px 59px;
	}
	#footer .f-info .title {
		margin-bottom: 13px;
		font-size: 1.8rem;
		text-align: center;
	}
	#footer .f-info .news {
		margin-bottom: 55px;
		width: auto;
	}
	#footer .f-info .slide-box {
		margin-right: -16px;
	}
	#footer .f-info .slide {
		margin-right: 16px !important;
		width: 321px !important;
	}
	#footer .f-info .slide a {
		font-size: 1.6rem;
	}
	#footer .f-info .slide .top-text {
		padding: 15px;
		display: block;
	}
	#footer .f-info .slide .img {
		margin-bottom: 12px;
		width: auto;
		display: block;
	}
	#footer .f-info .slide .img img {
		width: 100%;
	}
	#footer .f-info .slide .text {
		margin: 0 8px;
		width: auto;
		display: block;
	}
	#footer .f-info .slide .btm-text {
		padding: 15px 25px 16px 15px;
	}
	#footer .f-info .moive {
		width: auto;
		margin: 0 0 31px;
	}
	#footer .f-info .contact {
		width: auto;
	}
	#footer .f-info .contact ul {
		padding: 16px;
		display: block;
	}
	#footer .f-info .contact li {
		margin: 0 0 11px;
		width: auto;
	}
	#footer .f-info .contact li:last-child {
		margin-bottom: 0;
	}
	#footer .f-info .contact a {
		padding: 12px 25px 14px;
	}
	#footer .f-sub {
		padding: 40px 16px;
	}
	#footer .f-sub .l-box {
		margin: 0 20px 39px 0;
		width: auto;
	}
	#footer .f-sub .f-logo {
		margin: 0 auto 24px;
	}
	#footer .f-sub .text {
		text-align: center;
	}
	#footer .f-sub .r-box {
		width: auto;
		display: block;
	}
	#footer .f-sub .tel {
		margin: 0 0 20px;
		width: auto;
		text-align: center;
	}
	#footer .f-sub .tel .num {
		margin-right: 0;
	}
	#footer .f-sub .tel .sml {
		margin: -6px 1px 0 0;
	}
	#footer .f-sub .line {
		width: auto;
		max-width: 343px;
		margin: 0 auto;
	}
	#footer .f-sub .line a {
		background-position: left 68px center;
	}
	#footer .f-navi {
		padding: 39px 16px 73px;
	}
	#footer .f-btm {
		padding: 11px 0 96px;
	}
	#footer .f-btm address {
		margin-top: 10px;
		text-align: center;
	}
	#footer .f-blank-list {
		width: auto;
		justify-content: center;
		flex-wrap: wrap;
	}
	  #footer .f-blank-list li {
		margin-right: 0;
		margin-bottom: 10px;
		border: none;
	}
	#footer.footer .f-sub .l-box {
		margin: 0;
	}
	#footer.footer .f-sub p {
		text-align: left;
	}
	#footer.footer .f-btm {
		padding: 12px 0;
	}
	#footer.footer .f-btm address {
		margin-top: 0;
	}
}
@media (max-width: 359px) {
	#footer .f-info .slide {
		width: 280px !important;
	}
	#footer .f-sub .line a {
		background-position: left 45px center;
	}
}

/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.arial {
	font-weight: bold;
	font-family: Arial, sans-serif;
}

/*------------------------------------------------------------
	page-title
------------------------------------------------------------*/
#page-title {
	height: 360px;
	padding-top: 103px;
	position: relative;
	background: url(/assets/images/news/page-title-bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#page-title {
		padding-left: 16px;
	}	
}
#page-title h2 {
	width: 1120px;
	margin: 0 auto;
	font-size: 3.6rem;
	font-weight: bold;
	color: #fff;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#page-title h2 {
		width: auto;
	}	
}
#page-title h2 .en {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#page-title h2 .en span {
	padding: 3px 13px 2px;
	display: inline-block;
	vertical-align: top;
	background-color: #00773D;
	border-radius: 2px;
}
@media all and (max-width: 1023px) {
	#page-title {
		height: 200px;
		padding: 80px 16px 0;
		background-image: url(/assets/images/news/page-title-bg-sp.jpg);
	}
	#page-title h2 {
		width: auto;
		font-size: 2.4rem;
	}
	#page-title h2 .en {
		font-size: 1rem;
	}
	#page-title h2 .en span {
		padding: 2px 8px 1px;
	}
}

/*------------------------------------------------------------
	page-path
------------------------------------------------------------*/
#page-path {
	position: absolute;
	left: 0;
	top: 18px;
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
}
#page-path ul {
	max-width: 1280px;
	margin: 0 auto;
}
#page-path li {
	margin-right: 2px;
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
}
#page-path a {
	padding-right: 15px;
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	background: url(/assets/images/icon-6.png) no-repeat right top 4px;
	background-size: 8px auto;
}
#page-path li:first-child img {
	margin: -4px 4px 0 0;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 1024px) {
	#page-path a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 1023px) {
	#page-path {
		top: 4px;
	}
	#page-path ul {
		max-width: inherit;
	}
	#page-path li {
		font-size: 1.2rem;
	}
	#page-path a {
		padding-right: 14px;
		background-size: 6px auto;
	}
	#page-path li:first-child img {
		width: 14px;
	}
}

/*------------------------------------------------------------
	com-white
------------------------------------------------------------*/
.com-white {
	width: 1280px;
	position: relative;
	margin: -80px auto 0;
	padding: 64px 20px 112px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 1;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	.com-white {
		width: auto;
	}
}
@media all and (max-width: 1023px) {
	.com-white {
		width: auto;
		margin-top: 0;
		padding: 60px 16px;
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1120px;
	margin: 0 auto;
}
.content.wid {
	width: 928px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	.content {
		width: auto;
	}
}
@media all and (max-width: 1023px) {
	.content {
		width: auto !important;
		display: block !important;
	}
}

/*------------------------------------------------------------
	com-search
------------------------------------------------------------*/
.com-search {
	margin-bottom: 32px;
	padding: 12px 24px;
	align-items: center;
	background-color: #00773D;
	border-radius: 8px;
}
.com-search .time {
	width: 264px;
	align-items: center;
}
.com-search .title {
	padding-bottom: 1px;
	color: #fff;
	font-weight: bold;
}
.com-search .select {
	width: 200px;
}
.com-search .select select {
	width: 100%;
	height: 40px;
	color: #333;
	padding: 0 30px 0 15px;
	font-size: 1.6rem;
	font-weight: normal;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	border-radius: 4px;
	appearance: none;
	background: url(/assets/images/select-bg.png) no-repeat center right 15px #fff;
	background-size: 13px auto;
	box-shadow: none;
}
.com-search .select select::-ms-expand { 
	display: none; 
}
.com-search .sort {
	width: calc(100% - 296px);
	align-items: center;
}
.com-search ul {
	margin-left: 15px;
	padding: 1px 0 1px 16px;
	border-left: 1px solid rgba(255,255,255,0.25);
}
.com-search ul li:not(:last-child) {
	margin-right: 20px;
}
.com-search ul a {
	display: block;
	color: #fff;
	font-weight: bold;
	display: flex;
	height: 36px;
	padding: 1px 10px 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
}
.com-search ul li:first-child {
	min-width: 100px;
}
.com-search ul .on a {
	color: #00773D;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
@media all and (min-width: 1024px) {
	.com-search ul a:hover {
		color: #00773D;
		border-radius: 4px;
		background-color: #FFF;
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
	}
}
@media all and (max-width: 1023px) {
	.com-search {
		margin-bottom: 16px;
		padding: 15px 16px 16px;
		display: block;
	}
	.com-search .time {
		margin-bottom: 15px;
		width: auto;
		display: block;
	}
	.com-search .title {
		padding-bottom: 9px;
	}
	.com-search .select {
		width: auto;
	}
	.com-search .sort {
		width: auto;
		display: block;
	}
	.com-search ul {
		margin: -1px 0 0;
		padding: 4px 0 0;
		justify-content: space-between;
		border-top: 1px solid rgba(255,255,255,0.25);
		border-left: none;
	}
	.com-search ul li {
		margin: 12px 0 0 !important;
		width: 48.1%;
	}
	.com-search ul a {
		padding: 0 5px 1px;
	}
}
@media (max-width: 355px) {
	.com-search ul a {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	wp-pagenavi 
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: -5px;
	font-size: 0;
	clear: both;
	text-align: center;
}
.wp-pagenavi .paginationjs .paginationjs-pages ul {
	display: flex;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.6rem;
	color: #667075;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #EAEAEA;
	padding-top: 11px;
	margin: 5px 4px 0;
	box-sizing: border-box;
	border-radius: 4px;
}
.wp-pagenavi span.ellipsis {
	border: none;
}
.wp-pagenavi .extend {
	padding-top: 6px;
	border: none;
}
.wp-pagenavi li a.current {
	color: #fff;
	border-color: #00773D;
	background-color: #00773D;
}
.wp-pagenavi li a.current:hover {
	pointer-events: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {	
	background: url(/assets/images/icon-7.png) no-repeat center 17px;
	background-size: 9px auto;
}
.wp-pagenavi .paginationjs-prev a {
	background: url(/assets/images/icon-8.png) no-repeat center 11px;
	background-size: 9px auto;
}
.wp-pagenavi .paginationjs-next a {
	background: url(/assets/images/icon-7.png) no-repeat center 11px;
	background-size: 9px auto;
}
.wp-pagenavi .paginationjs-prev a:hover {
	background-image: url(/assets/images/icon-8-on.png);
}
.wp-pagenavi .paginationjs-next a:hover {
	background-image: url(/assets/images/icon-7-on.png);
}

.wp-pagenavi .paginationjs-prev a:hover {
	background-image: url(/assets/images/icon-8-on.png);
}
.wp-pagenavi a:hover {
	cursor: pointer;
}
.wp-pagenavi .paginationjs-ellipsis a {
	padding-top: 8px;
	pointer-events: none;
	border: none;
}
@media all and (min-width: 1024px) {
	.wp-pagenavi a:hover {
		color: #fff;
		border-color: #00773D;
		background-color: #00773D;
	}
	.wp-pagenavi .nextpostslink:hover {
		background-image: url(/assets/images/icon-7-on.png);
	}
	.wp-pagenavi .previouspostslink:hover {
		background-image: url(/assets/images/icon-8-on.png);
	}
}

/*------------------------------------------------------------
	com-text
------------------------------------------------------------*/
.com-text {
	margin-bottom: 80px;
	line-height: 2;
}
.com-text span {
	margin-bottom: 20px;
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
.com-text a {
	text-decoration: underline;
}
@media all and (min-width: 1024px) {
	.com-text a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 1023px) {
	.com-text {
		margin-bottom: 40px;
	}
	.com-text span {
		margin-bottom: 20px;
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
	com-seminars-list
------------------------------------------------------------*/
.com-seminars-list {
	margin-top: -32px;
}
.com-seminars-list > li,
.com-seminars-list .slide {
	width: 544px;
	margin-top: 32px;
	padding: 7px 15px 15px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid #EAEAEA;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}
.com-seminars-list .pho {
	margin: 0 -8px 15px;
	position: relative;
}
.com-seminars-list .pho .sort {
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 8px 3px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
	background-color: #00773D;
}
.com-seminars-list .title {
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: bold;
}
.com-seminars-list .time {
	margin-bottom: 1px;
	display: block;
	color: #00773D;
	font-size: 1.6rem;
}
.com-seminars-list .place {
	margin-bottom: 16px;
	font-size: 1.4rem;
}
.com-seminars-list .place span {
	padding-left: 24px;
	display: inline-block;
	color: #667075;
	background: url(/assets/images/icon-15.png) no-repeat left center;
	background-size: 20px auto;
}
@media all and (max-width: 1023px) {
	.com-seminars-list {
		margin-top: 0;
		display: block;
	}
	.com-seminars-list > li {
		width: auto;
		margin: 0 0 16px;
	}
	.com-seminars-list > li:last-child {
		margin-bottom: 0;
	}
	.com-seminars-list .pho img {
		width: 100%;
	}
}

/*------------------------------------------------------------
	com-link-list
------------------------------------------------------------*/
.com-link {
	width: 264px;
}
.com-link a {
	padding: 11px 25px;
	display: block;
	color: #00773D;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #00773D;
	background: #FFF url(/assets/images/icon-9.png) no-repeat center right 11px;
	background-size: 8px auto;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
.com-link.green {
	width: 240px;
}
.com-link.green a {
	color: #fff;
	background-color: #00773D;
	background-image: url(/assets/images/icon-16.png);
}
@media all and (min-width: 1024px) {
	.com-link a:hover {
		background-color: #EDFBE6;
	}
	.com-link.green a:hover {
		background-color: #59C41F;
	}
}
@media all and (max-width: 1023px) {
	.com-link {
		width: auto !important;
		max-width: 343px;
		margin: 0 auto;
	}
	.com-link-list li {
		width: 48.6% !important;
		max-width: inherit;
		margin: 0;
	}
	.com-link-list .com-link a {
		padding: 7px 15px 8px;
		font-size: 1.4rem;
		background-position: center right 6px;
		background-size: 6px auto;
	}
}
@media all and (max-width: 335px) {
	.com-link-list .com-link a {
		font-size: 1.2rem !important;
	}
}

/*------------------------------------------------------------
	com-list-box
------------------------------------------------------------*/
.com-list-box:not(:last-child) {
	margin-bottom: 32px;
}
.com-list-box .text-link {
	margin-bottom: 16px;
}
.com-list-box .text-link a {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
.com-list-box .list-ul > li {
	margin-right: 20px;
	width: 208px;
}
.com-list-box .list-ul > li:nth-child(5n) {
	margin-right: 0;
}
.com-list-box .list-ul p {
	margin-bottom: 8px;
	color: #00773D;
	font-size: 1.4rem;
	font-weight: bold;
}
.com-list-box .link-ul a {
	padding: 8px 15px 7px 0;
	display: block;
	font-size: 1.4rem;
	background: url(/assets/images/icon-12.png) no-repeat center right;
	background-size: 6px auto;
	border-bottom: 1px solid #EAEAEA;
} 
@media all and (min-width: 1024px) {
	.com-list-box .text-link a:hover,
	.com-list-box .link-ul a:hover {
		color: #00773D;
	}
}
@media all and (max-width: 1023px) {
	.com-list-box:not(:last-child) {
		margin-bottom: 31px;
	}
	.com-list-box .text-link {
		margin-bottom: 1px;
		font-size: 1.8rem;
	}
	.com-list-box .list-ul {
		display: block;
	}
	.com-list-box .list-ul > li {
		margin: 0;
		width: auto;
	}
	.com-list-box .list-ul p {
		margin-bottom: 0;
		padding: 19px 0 1px;
		font-size: 1.6rem;
	}
	.com-list-box .list-link a {
		padding: 12px 0 11px;
		font-size: 1.6rem;
		background-position: top 17px right;
		background-size: 8px auto;
	} 
}

/*------------------------------------------------------------
	com-form-box
------------------------------------------------------------*/
.com-form-box {
	padding: 40px 0 15px;
	background: url(/assets/images/f-bg.png) no-repeat center bottom;
	background-size: cover;
}
.com-form-box .content {
	width: 906px;
	flex-direction: row-reverse;
}
.com-form-box .img {
	width: 350px;
}
.com-form-box .text-box {
	width: 476px;
	padding-top: 40px;
}
.com-form-box .title {
	margin-bottom: 28px;
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
}
.com-email-form div:first-child {
	justify-content: start !important;
	margin: 0 0 20px 0 !important;
	height: 78px;
}
@media all and (max-width: 1023px) {
	.com-email-form div:first-child {
		justify-content: center !important;
	}
}
.com-recaptcha-wrapper div:first-child {
	margin: 0 0 32px !important;
	height: 78px;
}
.com-email .form-img {
	margin-bottom: 20px;
	width: 304px;
}
.com-email .input {
	margin-bottom: 16px;
}
.com-email .input .text {
	width: 328px;
}
.com-email .input .button {
	width: 136px;
	cursor: default !important;
}
.com-email input[type="email"],
.com-email input[type="button"] {
	width: 100%;
	height: 54px;
	padding: 0 16px;
	font-size: 1.6rem;
	color: #333;
	border-radius: 4px;
	background: #FFF;
	appearance: none;
	box-sizing: border-box;
	border: none;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
.com-email input[type="button"] {
	padding: 0 16px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: #FF7A00;
	border: none;
}
.com-email .error input[type="email"] {
	border:2px solid #E9270D;
	background: #FFDFDB;
}
.com-email .error-text {
	display: block;
	color: #E9270D;
	font-size: 1.4rem;
	font-weight: normal;
}
.com-email .error-text-hidden {
	display: none;
}
.com-email .agree {
	color: #fff;
	font-size: 1.4rem;
}
.com-email .agree a {
	color: #fff;
	text-decoration: underline;
}
.com-form-box.white {
	padding: 79px 0 0;
	background: none;
}
.com-form-box.white .title {
	margin-top: -5px;
	color: #333;
}
.com-form-box.white .title span {
	margin-top: 12px;
	display: block;
	font-size: 1.6rem;
	font-weight: normal;
}
.com-form-box.white input[type="email"] {
	border: 1px solid #EAEAEA;
}
.com-form-box.white input[type="button"] {
	font-size: 2rem;
}
.com-form-box.white .agree,
.com-form-box.white .agree a {
	color: #333;
}
.com-email {
	position: relative;
}
.com-email form.send {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}
.com-email .send-img {
	margin: -50px 0 0 -112px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 218px;
	z-index: 1;
}
.com-email .send-img-hidden {
	display: none;
}
@media all and (min-width: 1024px) {
	.com-form-box input[type="button"]:hover {
		background: #FF9029;
	}
	.com-form-box input[type="button"].btn-disabled:hover {
		background: #FF7A00;
	}
	.com-form-box .agree a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 1023px) {
	.com-form-box {
		padding: 60px 16px 60px;
		background-image: url(/assets/images/f-bg-sp.png);
	}
	.com-form-box .img {
		width: 69.9%;
		margin: 0 auto;
	}
	.com-form-box .text-box {
		width: auto;
		padding-top: 0;
	}
	.com-form-box .title {
		margin: 0 0 28px;
		font-size: 2rem;
		text-align: center;
	}
	.com-email .form-img {
		margin: 0 auto 20px;
	}
	.com-email .input {
		max-width: 600px;
		margin: 0 auto 20px;
		display: block;
	}
	.com-email .input .text,
	.com-email .input .button {
		width: 100%;
	}
	.com-email input[type="email"],
	.com-email input[type="button"] {
		width: 100% !important;
	}
	.com-email input[type="button"] {
		margin-top: 12px;
		font-size: 2rem;
	}
	.com-email .agree {
		margin: 0 -4px;
	}
	.com-form-box.white {
		padding-top: 40px;
	}
	.com-form-box.white .title {
		margin-top: 0;
	}
	.com-form-box.white .title span {
		margin-top: 6px;
		font-size: 1.4rem;
	}
	.com-form-box.white .agree {
		margin-left: 0;
	}
	.com-email .send-img {
		margin: -63px 0 0 -110px;
	}
}

/*------------------------------------------------------------
	com-img-box
------------------------------------------------------------*/
.com-img-box {
	margin-bottom: 48px;
	display: flex;
	justify-content: space-between;
}
.com-img-box .photo-box {
	width: 352px;
}
.com-img-box .photo-box img {
	width: 100%;
}
.com-img-box .text-box {
	width: calc(100% - 390px);
}
.com-img-box .text-box p {
	line-height: 2;
}
.com-img-box .photo-box span {
	margin-top: 8px;
	display: block;
	color: #667075;
	font-size: 1.4rem;
	text-align: center;
}
@media all and (max-width: 1023px) {
	.com-img-box {
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	.com-img-box .text-box {
		margin-bottom: 12px;
		width: 100%;
	}
	.com-img-box .photo-box {
		width: 100%;
	}
}

/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
	margin-bottom: 33px;
	padding-bottom: 25px;
	position: relative;
	color: #00773D;
	font-size: 2.8rem;
	font-weight: bold;
	border-bottom: 1px solid #EAEAEA;
}
.headline01::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 24px;
	height: 3px;
	background-color: #00773D;
	content: "";
}
@media all and (max-width: 1023px) {
	.headline01 {
		margin-bottom: 21px;
		padding-bottom: 13px;
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
	headline02
------------------------------------------------------------*/
.headline02 {
	margin-bottom: 20px;
	color: #00773D;
	font-size: 2rem;
	font-weight: bold;
}
@media all and (max-width: 1023px) {
	.headline02 {
		margin-bottom: 12px;
		font-size: 1.6rem;
	}
}

/*------------------------------------------------------------
	headline03
------------------------------------------------------------*/
.headline03 {
	margin-bottom: 32px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}
.headline03 .en {
	margin-bottom: -2px;
	display: block;
	color: #00773D;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
@media all and (max-width: 1023px) {
	.headline03 {
		font-size: 2.2rem;
	}
	.headline03 .en {
		font-size: 1.2rem;
	}
}

/*------------------------------------------------------------
	headline04
------------------------------------------------------------*/
.headline04 {
	margin-bottom: 32px;
	font-weight: bold;
	font-size: 2.4rem;
}
@media all and (max-width: 1023px) {
	.headline04 {
		margin-bottom: 40px;
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
	com-list
------------------------------------------------------------*/
.com-list {
	margin-top: -50px;
	position: relative;
}
.com-list::after {
	width: 352px;
	content: "";
}
.com-list > li {
	margin-top: 50px;
	width: 352px;
}
.com-list > li > a {
	display: block;
}
.com-list .pho {
	margin-bottom: 15px;
	transition: .3s;
}
.com-list .ttl {
	margin-bottom: 9px;
	font-size: 1.8rem;
	font-weight: bold;
	transition: .3s;
}
.com-list .text {
	margin-bottom: 15px;
	transition: .3s;
}
.com-list .link-list a,
.com-list .link-list span {
	padding: 15px 12px 15px 0;
	display: block;
	color: #667075;
	font-weight: bold;
	background: url(/assets/images/icon-9.png) no-repeat center right;
	background-size: 8px auto;
	border-top: 1px solid #EAEAEA;
	transition: .3s;
}
@media all and (min-width: 1024px) {
	.com-list .link-list a:hover {
		color: #00773D !important;
	}
	.com-list > li > a:hover .link-list span {
		color: #00773D !important;
	}
	.com-list > li > a:hover .pho,
	.com-list > li > a:hover p {
		opacity: 0.6;
	}
}
@media all and (max-width: 1023px) {
	.com-list {
		margin-top: 0;
		display: block;
	}
	.com-list > li {
		margin: 0 0 25px;
		width: auto;
	}
	.com-list > li:last-child {
		margin-bottom: 0;
	}
	.com-list .pho {
		margin-bottom: 15px;
	}
	.com-list .pho img {
		width: 100%;
	}
	.com-list .ttl {
		margin-bottom: 8px;
	}
	.com-list .link-list a,
	.com-list .link-list span {
		padding-top: 16px;
	}
}

/*------------------------------------------------------------
	com-service
------------------------------------------------------------*/
#com-service {
	padding: 65px 0;
	background-color: #F5FAF2;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#com-service {
		padding: 65px 32px;
	}
}
#com-service h3 {
	margin-bottom: 39px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
}
#com-service .com-list-box .text-link a {
	padding-right: 16px;
	background: url(/assets/images/icon-9.png) no-repeat center right;
	background-size: 8px auto;
}
#com-service.service1 .com-list-box .list-ul {
	display: flex;
	justify-content: space-between;
}
@media all and (min-width: 1024px) {
	#com-service.service1 .com-list-box .list-ul > li {
		width: 33%;
	}
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#com-service.service1 .com-list-box .list-ul > li {
		width: 33%;
	}
}
@media all and (max-width: 1023px) {
	#com-service {
		padding: 59px 16px 60px;
	}
	#com-service h3 {
		margin-bottom: 40px;
		font-size: 1.8rem;
	}
	#com-service.service1 .com-list-box .list-ul {
		flex-direction: column;
	}
	#com-service.service1 .com-list-box .list-ul > li {
		width: 100%;
	}
	#com-service .com-list-box .text-link {
		margin-bottom: -2px;
	}
	#com-service .com-list-box .text-link a {
		font-size: 1.6rem;
	}
	.com-list-box .list-ul p {
		padding: 19px 0 1px;
	}
	.com-list-box .link-ul a {
		padding: 12px 15px 11px 0;
		font-size: 1.6rem;
		background-size: 8px auto;
	} 
}

/*------------------------------------------------------------
	com-link-text
------------------------------------------------------------*/
.com-link-text {
	margin-bottom: 20px;
}
.com-link-text a {
	padding-left: 16px;
	display: inline-block;
	color: #00773D;
	background: url(/assets/images/icon-18.png) no-repeat left center;
	background-size: 8px auto;
}
@media all and (min-width: 1024px) {
	.com-link-text a:hover {
		text-decoration: underline;
	}
}

/*------------------------------------------------------------
	com-case-box
------------------------------------------------------------*/
.com-case-box {
	padding: 0 42px;
	position: relative;
}
.com-case-box .prev,
.com-case-box .next {
	margin-top: -26px;
	position: absolute;
	left: -3px;
	top: 50%;
	width: 44px;
	cursor: pointer;
	transition: .3s;
}
.com-case-box .next {
	left: auto !important;
	right: -3px;
}
.com-case-box .slick-slide {
	padding: 0 16px 10px;
}
.com-case-box .slick-dots {
	bottom: -34px;
}
.com-case-box .slide {
	float: left;
	width: 486px !important;
	padding: 19px;
	border-radius: 8px;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
}
.com-case-box .img-box {
	margin-bottom: 8px;
}
.com-case-box .pho {
	width: 215px;
}
.com-case-box .text-box {
	width: 215px;
}
.com-case-box .title {
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: bold;
}
.com-case-box .name {
	margin-bottom: 4px;
	color: #667075;
	font-size: 1.4rem;
	font-weight: bold;
}
.com-case-box .text-ul li {
	padding-bottom: 4px;
	color: #667075;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
}
.com-case-box .text-ul img {
	margin-right: 4px;
	width: 20px;
}
.com-case-box .sort {
	margin: -8px 0 16px;
}
.com-case-box .sort span {
	margin: 8px 8px 0 0;
	padding: 1px 7px 2px;
	display: inline-block;
	vertical-align: top;
	color: #00773D;
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #00773D;
	border-radius: 4px;
	background-color: #fff;
}
.com-case-box .sort span:last-child {
	margin-right: 0;
}
.com-case-box .com-link {
	width: auto;
}
@media all and (min-width: 1024px) {
	.com-case-box .prev:hover, 
	.com-case-box .next:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 1023px) {
	.com-case-box {
		padding: 0;
	}
	.com-case-box .prev,
	.com-case-box .next {
		display: none !important;
	}
	.com-case-box .slide-box {
		margin-right: -16px;
	}
	.com-case-box .slick-dots {
		bottom: -22px;
	}
	.com-case-box .slide {
		float: left;
		width: 321px !important;
		padding: 12px 15px 15px;
	}
	.com-case-box .slick-slide {
		padding-left: 0;
	}
	.com-case-box .img-box {
		margin-bottom: 13px;
		display: block;
	}
	.com-case-box .pho {
		margin-bottom: 12px;
		width: auto;
	}
	.com-case-box .pho img {
		width: 100%;
	}
	.com-case-box .text-box {
		width: auto;
	}
	.com-case-box .title {
		font-size: 1.8rem;
	}
	.com-case-box .text-ul {
		display: flex;
		flex-wrap: wrap;
	}
	.com-case-box .text-ul li {
		padding-right: 17px;
	}
	.com-case-box .text-ul img {
		margin-right: 4px;
		width: 20px;
	}
}
@media (max-width: 359px) {
	.com-case-box .slide {
		width: 280px !important;
	}
}

/*------------------------------------------------------------
	com-thanks
------------------------------------------------------------*/
#com-thanks .content {
	width: 928px;
	margin: 0 auto;
}
#com-thanks p {
	line-height: 2;
}
#com-thanks p a {
	text-decoration: underline;
}
#com-thanks .text-ul {
	margin: 30px 0 32px;
	line-height: 2;
}
#com-thanks .text-ul li {
	padding-left: 23px;
	position: relative;
}
#com-thanks .text-ul li::before {
	position: absolute;
	left: 11px;
	top: 16px;
	width: 2px;
	height: 2px;
	background-color: #333;
	border-radius: 100%;
	content: "";
}
#com-thanks .text-ul span {
	font-weight: bold;
}
@media all and (min-width: 1024px) {
	#com-thanks p a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 1023px) {
	#com-thanks .text-ul {
		margin: 31px 0;
	}
}

/*------------------------------------------------------------
	com-img-list
------------------------------------------------------------*/
.com-img-list {
	margin-bottom: 80px;
	position: relative;
}
.com-img-list::after {
	content: "";
	width: 31.4%;
}
.com-img-list li {
	width: 31.4%;
}
.com-img-list.wid li {
	width: 48.6%;
}
.com-img-list a {
	display: block;
	position: relative;
}
.com-img-list span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 4px 12px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}
@media all and (min-width: 1024px) {
	.com-img-list a:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 1023px) {
	.com-img-list {
		margin-bottom: 40px;
		display: block;
	}
	.com-img-list li {
		margin-bottom: 12px;
		width: auto !important;
	}
	.com-img-list li:last-child {
		margin-bottom: 0 !important;
	}
	.com-img-list li img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	com-img-info
------------------------------------------------------------*/
.com-img-info-box:not(:last-of-type) {
	margin-bottom: 48px;
}
.com-img-info .pho {
	width: 31.42%;
}
.com-img-info .pho .com-target-link {
	text-align: center;
	margin-top: 8px;
}
.com-img-info .text-box {
	width: 65.71%;
}
.com-img-info p {
	margin-bottom: 32px;
	line-height: 2;
}
.com-img-info p:last-of-type {
	margin-bottom: 0 !important;
}
.com-img-info p .bold {
	display: block;
	font-weight: bold;
}
.com-img-info.wid01 .pho,
.com-img-info.wid01 .text-box {
	width: 48.57%;
}
.com-img-info.wid02 .pho {
	width: 40%;
}
.com-img-info.wid02 .text-box {
	width: 57.14%;
}
.com-img-info .top-pho {
	margin-bottom: 20px;
}
@media all and (max-width: 1023px) {
	.com-img-info-box:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.com-img-info {
		display: block;
	}
	.com-img-info .pho {
		width: auto !important;
	}
	.com-img-info img {
		width: 100%;
	}
	.com-img-info .text-box {
		margin-bottom: 12px;
		width: auto !important;
	}
	.com-img-info.wid01 .text-box {
		margin: 12px 0 0;
	}
	.com-img-info .top-pho {
		margin-bottom: 12px;
	}
}
/*------------------------------------------------------------
	com-slide-info
------------------------------------------------------------*/
.com-slide-info {
	padding: 0 43px 0 42px;
	position: relative;
}
.com-slide-info .slick-track {
	margin: 0;
}
.com-slide-info .prev,
.com-slide-info .next {
	margin-top: -20px;
	position: absolute;
	left: -3px;
	top: 50%;
	width: 44px;
	cursor: pointer;
	transition: .3s;
}
.com-slide-info .next {
	left: auto !important;
	right: -3px;
}
.com-slide-info .slick-slide {
	padding: 0 16px;
}
.com-slide-info .slide {
	position: relative;
	float: left;
}
.com-slide-info .slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: rgba(51, 51, 51, 0.70);
}
.com-slide-info .slick-dots {
	bottom: -44px;
}
@media all and (min-width: 1024px) {
	.com-slide-info .prev:hover,
	.com-slide-info .next:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 1023px) {
	.com-slide-info {
		margin-right: -16px;
		padding: 0;
	}
	.com-slide-info .prev,
	.com-slide-info .next {
		display: none !important;
	}
	.com-slide-info .slick-slide {
		padding: 0;
	}
	.com-slide-info .slide {
		margin: 0 8px 0 0;
		width: 313px !important;
	}
	.com-slide-info .slide img {
		width: 100%;
	}
	.com-slide-info .slick-dots {
		bottom: -32px;
	}
}
@media (max-width: 359px) {
	.com-slide-info .slide {
		width: 280px !important;
	}
}

/*------------------------------------------------------------
	com-target-link
------------------------------------------------------------*/
.com-target-link {
	margin-top: 28px;
	display: block;
}
.com-target-link a {
	padding-right: 24px;
	display: inline-block;
	text-decoration: underline;
	background: url(/assets/images/icon-26.png) no-repeat right center / 20px;
}
@media all and (min-width: 1024px) {
	.com-target-link a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 1023px) {
	.com-target-link {
		margin-top: 16px;
	}
}

/*------------------------------------------------------------
	com-text-list
------------------------------------------------------------*/
.com-text-list li {
	padding-left: 24px;
	position: relative;
}
.com-text-list li::before {
	position: absolute;
	left: 11px;
	top: 12px;
	width: 2px;
	height: 2px;
	border-radius: 100%;
	background-color: #333;
	content: "";
}

/*------------------------------------------------------------
	com-table
------------------------------------------------------------*/
.com-table {
	padding: 8px 32px 32px;
	background-color: #F5F5F5;
}
.com-table table {
	width: 100%;
	border-collapse: collapse;
}
.com-table th,
.com-table td {
	padding: 23px 0 24px;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEAEA;
}
.com-table tr:last-child th,
.com-table tr:last-child td {
	padding-bottom: 0;
	border: none;
}
.com-table td {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.com-table td .sml {
	margin-top: 21px;
	display: block;
	font-size: 1.4rem;
}
.com-table td .link {
	margin-top: 20px;
	display: block;
}
.com-table td .link a {
	text-decoration: underline;
}
.com-table th {
	width: 18.9%;
}
@media all and (min-width: 1024px) {
	.com-table td .link a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 1023px) {
	.com-table {
		padding: 4px 16px 25px;
	}
	.com-table th,
	.com-table td {
		width: 100% !important;
		display: block;
		padding: 7px 0 19px;
	}
	.com-table th {
		padding: 19px 0 0;
		border: none;
	}
}

/*------------------------------------------------------------
	mail-form
------------------------------------------------------------*/
#mail-form {
	padding: 80px 0;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EAEAEA;
}
#mail-form h3 {
	margin-bottom: 32px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
}
#mail-form form {
	width: 544px;
	margin: 0 auto;
	padding: 28px 32px 32px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 8px;
}
#mail-form dt {
	padding-bottom: 6px;
	font-weight: bold;
}
#mail-form dd {
	padding-bottom: 26px;
	word-break: break-all;
}
#mail-form .must,
#mail-form .any {
	margin: -2px 0 0 8px;
	padding: 0 4px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2rem;
	background-color: #FF7A00;
	border-radius: 4px;
}
#mail-form .any {
	background-color: #667075;
}
#mail-form input[type="text"],
#mail-form input[type="email"],
#mail-form input[type="tel"],
#mail-form input[type="button"],
#mail-form select,
#mail-form textarea {
	width: 100%;
	height: 54px;
	padding: 0 15px;
	color: #333;
	font-size: 1.6rem;
	border-radius: 4px;
	border: 1px solid #EAEAEA;
	background: #FFF;
	box-shadow: none;
	box-sizing: border-box;
	appearance: none;
}
#mail-form input::-webkit-input-placeholder { 
	color: #B2BBBE;
	opacity:1;
}
#mail-form textarea::-webkit-input-placeholder {
	color: #B2BBBE;
	opacity:1;
}
#mail-form td input:-moz-placeholder {
	color: #B2BBBE;
	opacity:1;
}
#mail-form td input::-moz-placeholder {
	color: #B2BBBE;
	opacity:1;
}
#mail-form td input:-ms-input-placeholder {
	color: #B2BBBE;
	opacity:1;
}
#mail-form select {
	background: url(/assets/images/select-bg.png) no-repeat center right 15px #fff;
	background-size: 13px auto;
	box-shadow: none;
}
#mail-form select::-ms-expand { 
	display: none; 
}
#mail-form .wid01[type="text"] {
	width: 200px;
}
#mail-form .button {
	margin-left: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	width: 180px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	background: #667075;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
	border-radius: 4px;
}
#mail-form input[type="radio"] {
	display: none;
}
#mail-form input[type="radio"]+ span {
	padding: 6px 32px 0 24px;
	display: inline-block;
	cursor: pointer;
	background: url(/assets/images/radio-img.png) no-repeat left top 8px;
	background-size: 20px auto;
}
#mail-form input[type="radio"]:checked + span {
	background-image: url(/assets/images/radio-img-on.png);
}
#mail-form  .check-ul {
	margin: 4px 0 -6px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
#mail-form input[type="checkbox"] {
	display: none;
}
#mail-form input[type="checkbox"] + span {
	padding: 0 32px 8px 24px;
	display: inline-block;
	cursor: pointer;
	background: url(/assets/images/check-img.png) no-repeat left top 4px;
	background-size: 20px auto;
}
#mail-form input[type="checkbox"]:checked + span {
	background-image: url(/assets/images/check-img-on.png);
}
#mail-form .note {
	margin: 8px 0 2px;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
	color: #667075;
	font-size: 1.4rem;
}
#mail-form .area-ul {
	padding-bottom: 3px;
}
#mail-form .area-ul li:not(:last-child) {
	margin-bottom: 19px;
}
#mail-form textarea {
	height: 200px;
	padding: 10px 15px;
	resize: vertical;
}
#mail-form textarea.mail-form__short_textarea {
	height: 70px;
}
#mail-form .form-img {
	max-width: 272px;
	margin: 0 auto 32px;
}
#mail-form .submit {
	width: 360px;
	margin: 0 auto 32px;
}
#mail-form .submit li:not(:last-child) {
	margin-bottom: 15px;
}
#mail-form .submit input {
	width: 100%;
	height: 64px;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	background: #FF7A00;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
	border: none;
	appearance: none;
}
#mail-form .agree {
	text-align: center;
	color: #667075;
	font-size: 1.4rem;
}
#mail-form .agree a {
	color: #667075;
	text-decoration: underline;
}
@media all and (min-width: 1024px) {
	#mail-form .submit input:hover {
		background-color: #FF9029;
	}
	#mail-form .submit input.btn-disabled:hover {
		background-color: #FF7A00;
	}
	#mail-form .agree a:hover {
		text-decoration: none;
	}
	#mail-form .button:hover {
		background: #939B9E;
	}
}
@media all and (max-width: 1023px) {
	#mail-form {
		padding: 60px 16px;
	}
	#mail-form h3 {
		margin-bottom: 32px;
		font-size: 2rem;
	}
	#mail-form form {
		width: auto;
		padding: 29px 16px 32px;
	}
	#mail-form .must,
	#mail-form .any {
		margin-top: -3px;
	}
	#mail-form .list {
		justify-content: space-between;
	}
	#mail-form .wid01[type="text"] {
		width: 61%;
	}
	#mail-form .button {
		margin-left: 0;
		padding: 5px 10px;
		line-height: 1.3;
		width: 36.2%;
	}
	#mail-form .submit {
		width: auto;
		max-width: 311px;
		margin: 0 auto 32px;
	}
	#mail-form .submit input {
		height: 54px;
	}
	#mail-form .agree {
		text-align: left;
	}
}
@media all and (max-width: 360px) {
	#mail-form .button {
		font-size: 1.2rem;
	}
	#seminars #seminar-sub li span {
		font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .news-list {
	margin: -32px 0 32px;
	position: relative;
}
#news .news-list::after {
	content: "";
	width: 352px;
}
#news .news-list li {
	margin-top: 32px;
	width: 352px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#news .news-list li {
		width: 320px;
	}
}
#news .news-list a {
	height: 100%;
	padding: 19px;
	display: block;
	border-radius: 8px;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
}
#news .news-list a:hover {
	opacity: 0.6;
}
#news .news-list h3 {
	margin-bottom: 9px;
	font-weight: bold;
}
#news .news-list .text {
	color: #667075;
	font-size: 1.4rem;
}
#news .news-list .title {
	margin-bottom: 10px;
	padding-right: 90px;
	min-height: 26px;
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
}
#news .news-list .sort {
	margin: 0 5px 5px 0;
	padding: 2px 8px 3px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	background-color: #00773D;
	border-radius: 2px;
}
#news .news-list .time {
	position: absolute;
	right: 1px;
	top: 3px;
	color: #667075;
}
@media all and (max-width: 1023px) {
	#news .news-list {
		margin: 0 0 32px;
		display: block;
	}
	#news .news-list li {
		margin: 0 0 16px;
		width: auto;
	}
	#news .news-list li:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------------
	news/detail
------------------------------------------------------------*/
#news #detail h3 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
}
#news #detail p {
	margin-bottom: 20px;
	line-height: 2;
}
#news #detail .link {
	margin-bottom: 0;
}
#news #detail .link a {
	display: inline-block;
	text-decoration: underline;
}
@media all and (min-width: 1024px) {
	#news #detail .link a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 1023px) {
	#news #page-title.detail {
		height: 243px;
		padding-top: 86px;
		background-image: url(/assets/images/news/detail/page-title-bg-sp.jpg);
	}
	#news #detail h3 {
		font-size: 2rem;
	}
}
@media all and (max-width: 359px) {
	#news #page-title.detail {
		padding-top: 70px;
	}
}

/*------------------------------------------------------------
	seminars
------------------------------------------------------------*/
#seminars #page-title {
	background-image: url(/assets/images/seminars/page-title-bg.jpg);
}
#seminars .page-title01 {
	padding-top: 82px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#seminars .com-seminars-list > li {
		width: 480px;
	}
	#seminars .com-seminars-list .com-link {
		width: 220px;
	}
}
@media all and (min-width: 1024px) {
	#seminars .com-search {
		padding: 11px 24px;
	}
	#seminars .com-search ul li {
		min-width: 100px;
	}
	#seminars .com-search ul a {
		padding: 0 5px 1px;
	}
}
@media all and (max-width: 1023px) {
	#seminars #page-title {
		background-image: url(/assets/images/seminars/page-title-bg-sp.jpg);
	}
	#seminars .page-title01 {
		padding-top: 55px;
	}
}

/*------------------------------------------------------------
	supervisers
------------------------------------------------------------*/
#supervisers #page-title {
	background-image: url(/assets/images/service/human_resource/supervisers/page-title-bg.jpg);
}
#supervisers .com-text {
	margin-bottom: 20px;
}
#supervisers .top-pho {
	margin-bottom: 80px;
}
#supervisers .com-white {
	padding-bottom: 97px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#supervisers-box .com-list.flex-b {
		justify-content: space-around;
	}
}
@media all and (max-width: 1023px) {
	#supervisers #page-title {
		background-image: url(/assets/images/service/human_resource/supervisers/page-title-bg-sp.jpg);
	}
	#supervisers .top-pho {
		margin-bottom: 40px;
	}
	#supervisers .top-pho img {
		width: 100%;
	}
	#supervisers .com-white {
		padding-bottom: 46px;
	}
}

/*------------------------------------------------------------
	supervisers/detail
------------------------------------------------------------*/
#supervisers .detail .com-text {
	margin-bottom: 40px;
}
#supervisers #information-box {
	margin-bottom: 80px;
} 
#supervisers #information-box .pho {
	width: 545px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#supervisers #information-box .pho {
		width: 460px;
	}	
}
#supervisers #information-box .text-box {
	width: 543px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#supervisers #information-box .text-box {
		width: 460px;
	}	
}
#supervisers #information-box .headline01 {
	margin-bottom: 13px;
}
#supervisers #information-box table {
	width: 100%;
	border-collapse: collapse;
}
#supervisers #information-box th,
#supervisers #information-box td {
	padding: 16px 0 15px;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEAEA;
}
#supervisers #information-box th {
	padding-top: 15px;
	width: 51%;
	font-weight: bold;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#supervisers #information-box th {
		width: 36%;
	}	
}
#supervisers .text-info {
	margin-bottom: 80px;
}
#supervisers .text-info p {
	line-height: 2;
}
#supervisers #text-info03 .text-bg {
	margin-top: 32px;
	padding: 32px 32px 24px;
	background-color: #F5F5F5;
	border-radius: 8px;
}
#supervisers #text-info03 .text-bg h4 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: bold;
}
#supervisers #text-info03 .text-bg li {
	padding: 0 16px 8px 28px;
	background: url(/assets/images/icon-17.png) no-repeat left top 2px;
	background-size: 20px auto;
}
#supervisers #case-box {
	margin-bottom: 114px;
}
#supervisers .btm-text {
	margin-bottom: -17px;
	text-align: center;
}
@media all and (max-width: 1023px) {
	#supervisers .detail .com-text {
		margin-bottom: 40px;
	}
	#supervisers #information-box {
		margin-bottom: 40px;
		display: block;
	} 
	#supervisers #information-box .pho {
		margin: 0 -9px 20px 0;
		width: auto;
	}
	#supervisers #information-box .pho img {
		width: 100%;
	}
	#supervisers #information-box .text-box {
		width: auto;
	}
	#supervisers #information-box .headline01 {
		margin-bottom: 21px;
	}
	#supervisers #information-box th,
	#supervisers #information-box td {
		vertical-align: top;
	}
	#supervisers #information-box td {
		padding-left: 1px;
	}
	#supervisers #information-box th {
		padding-top: 16px;
	}
	#supervisers .text-info {
		margin-bottom: 40px;
	}
	#supervisers #text-info03 .text-bg {
		margin-top: 20px;
		padding: 24px 16px 16px;
	}
	#supervisers #text-info03 .text-bg h4 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#supervisers #text-info03 .text-bg ul {
		display: block;
	}
	#supervisers #case-box {
		margin-bottom: 62px;
	}
	#supervisers .btm-text {
		margin-bottom: 14px;
		text-align: left;
	}
}

/*------------------------------------------------------------
	store_cases
------------------------------------------------------------*/
#store_cases #page-title {
	background-image: url(/assets/images/store_cases/page-title-bg.jpg);
}
#store_cases #screen {
	margin-bottom: 80px;
	padding: 32px 32px;
	background-color: #F5F5F5;
	border-radius: 8px;
}
#store_cases #screen .screen-box {
	padding-bottom: 24px;
	align-items: center;
	border-bottom: 1px solid #EAEAEA;
}
#store_cases #screen h3 {
	color: #00773D;
	font-size: 2rem;
	font-weight: bold;
}
#store_cases #screen .link-ul {
	width: calc(100% - 200px);
}
#store_cases #screen .link-ul li {
	margin-right: 16px;
	width: 156px;
}
#store_cases #screen .link-ul a {
	padding: 7px 15px 8px;
	font-size: 1.4rem;
	background-image: none;
}
#store_cases #screen .screen-list {
	margin-bottom: 23px;
	padding: 22px 0 12px;
	border-bottom: 1px solid #EAEAEA;
}
#store_cases #screen h4 {
	font-weight: bold;
}
#store_cases #screen .screen-list > li {
	display: flex;
	justify-content: space-between;
	padding-bottom: 35px;
}
#store_cases #screen .screen-list > li:last-child {
	padding-bottom: 0;
}
#store_cases #screen .check-ul {
	margin-top: -1px;
	width: calc(100% - 200px);
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
#store_cases #screen input[type="checkbox"] {
	display: none;
}
#store_cases #screen input[type="checkbox"] + span {
	padding: 3px 32px 9px 24px;
	display: inline-block;
	cursor: pointer;
	background: url(/assets/images/check-img.png) no-repeat left top 4px;
	background-size: 20px auto;
}
#store_cases #screen input[type="checkbox"]:checked + span {
	background-image: url(/assets/images/check-img-on.png);
}
#store_cases #screen .com-link.green {
	margin: 0 auto;
}
#store_cases #screen .com-link.green a {
	background-image: none;
}
#store_cases .case-list > li {
	margin-bottom: 32px;
	padding: 23px;
	border-radius: 8px;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
}
#store_cases .case-list > li:last-child {
	margin-bottom: 0 !important;
}
#store_cases .case-list .pho {
	width: 320px;
	position: relative;
}
#store_cases .case-list .pho span {
	position: absolute;
	left: 0;
	top: 0;
	padding: 2px 12px;
	font-weight: bold;
	color: #fff;
	background-color: #FF7A00;
  }
#store_cases .case-list .text-box {
	width: calc(100% - 344px);
}
#store_cases .case-list .title {
	margin-bottom: 12px;
	font-size: 2.4rem;
	font-weight: bold;
}
#store_cases .case-list .text {
	margin-bottom: 12px;
}
#store_cases .case-list .sort {
	margin: -8px 0 16px;
}
#store_cases .case-list .sort span {
	margin: 8px 8px 0 0;
	padding: 1px 7px 2px;
	display: inline-block;
	vertical-align: top;
	color: #00773D;
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #00773D;
	border-radius: 4px;
	background-color: #fff;
}
#store_cases .case-list .sort span:last-child {
	margin-right: 0;
}
#store_cases .case-list .text-info {
	margin-top: 24px;
	padding-top: 18px;
	position: relative;
	border-top: 1px solid #EAEAEA;
}
#store_cases .case-list .name {
	margin-bottom: 9px;
	color: #667075;
	font-weight: bold;
}
#store_cases .case-list .text-ul li {
	margin-right: 16px;
	color: #667075;
	display: flex;
	align-items: center;
}
#store_cases .case-list .text-ul li:last-child {
	margin-right: 0 !important;
}
#store_cases .case-list .text-ul img {
	margin-right: 4px;
	width: 20px;
}
#store_cases .case-list .com-link {
	position: absolute;
	right: 0;
	top: 23px;
}
#store_cases .com-white {
	padding-bottom: 80px;
}
#store_cases .btn-disabled {
	opacity: .7;
}
@media all and (max-width: 1023px) {
	#store_cases #page-title {
		background-image: url(/assets/images/store_cases/page-title-bg-sp.jpg);
	}
	#store_cases #screen {
		margin-bottom: 41px;
		padding: 23px 16px;
	}
	#store_cases #screen .screen-box {
		display: block;
		padding-bottom: 20px;
	}
	#store_cases #screen h3 {
		margin-bottom: 21px;
		font-size: 1.8rem;
	}
	#store_cases #screen .link-ul {
		width: auto;
		justify-content: space-between;
	}
	#store_cases #screen .link-ul li {
		margin: 0;
		max-width: inherit;
		width: 48.6% !important;
	}
	#store_cases #screen .screen-list {
		margin-bottom: 23px;
		padding: 0 0 8px;
	}
	#store_cases #screen .screen-list > li {
		display: block;
		padding: 18px 0 8px;
		border-bottom: 1px solid #EAEAEA;
	}
	#store_cases #screen .screen-list > li:last-child {
		border-bottom: none;
	}
	#store_cases #screen .check-ul {
		margin-top: 17px;
		width: auto;
	}
	#store_cases #screen .com-link.green {
		width: auto;
	}
	#store_cases .case-list > li {
		margin-bottom: 16px;
		padding: 15px;
	}
	#store_cases .case-list .img-box {
		display: block;
	}
	#store_cases .case-list .pho {
		margin-bottom: 16px;
		width: auto;
	}
	#store_cases .case-list .pho img {
		width: 100%;
	}
	#store_cases .case-list .text-box {
		width: auto;
	}
	#store_cases .case-list .title {
		margin-bottom: 0;
		font-size: 2rem;
	}
	#store_cases .case-list .text {
		display: none;
	}
	#store_cases .case-list .text-info {
		margin-top: 8px;
		padding-top: 0;
		border-top: none;
	}
	#store_cases .case-list .name {
		margin-bottom: 4px;
		font-size: 1.4rem;
	}
	#store_cases .case-list .text-ul {
		margin-bottom: 12px;
	}
	#store_cases .case-list .text-ul li {
		padding-bottom: 4px;
		font-size: 1.4rem;
	}
	#store_cases .case-list .com-link {
		position: static;
	}
	#store_cases .com-white {
		padding-bottom: 60px;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index #main-visual .bg {
	margin: 0 auto;
	/* height: 540px; */
	position: relative;
	box-sizing: border-box;
}
@media all and (max-width: 1023px) {
	#index #main-visual .bg {
		height: auto;
	}
}
#index #main-visual .slide-inner {
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
	height: 540px;
}
#index #main-visual .slide1-bg {
	background: url(/assets/images/index/slide1-bg.jpg) no-repeat;
	background-size: cover;
}
@media all and (max-width: 1023px) {
	#index #main-visual .slide1-bg {
		background: none;
	}
}
#index #main-visual .slide1-hero {
	width: 434px;
	height: 503px;
	position: absolute;
	bottom: 0;
	left: 60px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #main-visual .slide1-hero {
		width: calc(434px * 0.94);
		height: calc(503px * 0.94);
		left: 40px;
	}
}
@media all and (max-width: 1023px) {
	#index #main-visual .slide1-hero {
		position: static;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
	}
}
#index #main-visual .slide1-title {
	width: 757px;
	height: 106px;
	position: absolute;
	top: 141px;
	right: 37px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #main-visual .slide1-title {
		width: calc(757px * 0.65);
		height: calc(106px * 0.65);
		top: 165px;
		right: 30px;
	}
}
#index #main-visual .slide2-bg {
	background: url(/assets/images/index/slide2-bg.jpg) no-repeat;
	background-size: cover;
}
@media all and (max-width: 1023px) {
	#index #main-visual .slide2-bg {
		background: none;
	}
}
#index #main-visual .slide2-hero {
	width: 701px;
	height: 514px;
	position: absolute;
	bottom: 0;
	right: 83px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #main-visual .slide2-hero {
		width: calc(701px * 0.94);
		height: calc(514px * 0.94);
		position: absolute;
		bottom: 0;
		right: 20px;
	}	
}
@media all and (max-width: 1023px) {
	#index #main-visual .slide2-hero {
		position: static;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
	}
}
#index #main-visual .slide2-title {
	width: 606px;
	height: 215px;
	position: absolute;
	top: 90px;
	left: 80px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #main-visual .slide2-title {
		width: calc(606px * 0.75);
		height: calc(215px * 0.75);
		position: absolute;
		top: 90px;
		left: 60px;
	}	
}
#index #main-visual .slide2-opt1 {
	width: 226px;
	height: 182px;
	position: absolute;
	bottom: 25px;
	left: 6px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #main-visual .slide2-opt1 {
		width: calc(226px * 0.94);
		height: calc(182px * 0.94);
		position: absolute;
		bottom: 25px;
		left: 6px;
	}	
}
#index #main-visual .slide3-bg {
	background: url(/assets/images/index/slide3-bg.jpg) no-repeat;
	background-size: cover;
}
#index #main-visual .slide3-hero {
	width: 552px;
	height: 472px;
	position: absolute;
	bottom: 0;
	right: 80px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #main-visual .slide3-hero {
		width: calc(552px * 0.9);
		height: calc(472px * 0.9);
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media all and (max-width: 1023px) {
	#index #main-visual .slide3-hero {
		position: static;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
	}
}
#index #main-visual .slide3-title {
	width: 534px;
	height: 256px;
	position: absolute;
	top: 75px;
	left: 60px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #main-visual .slide3-title {
		width: calc(534px * 0.9);
		height: calc(256px * 0.9);
		left: 20px;
	}
}
#index #main-visual .slick-dots {
	bottom: 126px;
}
@media all and (max-width: 1023px) {
	#index #main-visual .slick-dots {
		bottom: 16px;
	}	
}
#index #main-visual .slick-dots li {
	border: 2px solid #ffffff;
}
#index #main-visual .slick-dots li.slick-active {
	background-color: #ffffff;
}
#index #main-visual .bg-lazy {
  display: none;
}
#index #index-about {
	margin-top: -106px;
	padding: 23px 0 64px;
}
#index #index-about h2 {
	margin-bottom: 21px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
#index #index-about .num-list {
	padding-bottom: 40px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;
}
#index #index-about .num-list li {
	width: 187px;
	text-align: center;
	line-height: 1;
	font-size: 1.2rem;
	border-right: 1px solid #EFEFEF;
	box-sizing: border-box;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-about .num-list li {
		width: 160px;
	}
}
#index #index-about .num-list li:last-child {
	border-right: none;
}
#index #index-about .num-list .num {
	margin-top: 7px;
	display: block;
	color: #00773D;
	font-size: 1.8rem;
	font-weight: bold;
}
#index #index-about .num-list .num span {
	font-size: 3.6rem;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#index #index-about .link-list {
	margin-bottom: 64px;
}
#index #index-about .link-list li {
	width: 544px;
	position: relative;
	padding: 28px 15px 0 16px;
	box-sizing: border-box;
	border-right: 1px solid #EAEAEA;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-about .link-list li {
		width: 320px;
	}	
}
#index #index-about .link-list li:last-child {
	border-right: none;
}
#index #index-about .link-list li:first-child {
	padding-top: 18px;
}
#index #index-about .link-list .ttl {
	position: absolute;
	padding: 6px 12px;
	left: 50%;
	top: -50px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 21px;
	background-color: #333;
	border-radius: 8px;
	transform: translateX(-50%);
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-about .link-list .ttl {
		font-size: 1.2rem;
	}	
}
#index #index-about .link-list .ttl::before {
	margin-left: -7px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	background: url(/assets/images/icon-22.png) no-repeat;
	background-size: 13px auto;
	width: 13px;
	height: 8px;
	content: "";
}
#index #index-about .link-list .ttl--wide {
	left: 20%;
	transform: translateX(-5%);
}
@media all and (max-width: 1023px) {
	#index #index-about .link-list .ttl--wide {
		left: 20%;
		transform: translateX(-10%);
	}
}
#index #index-about .link-list .img-box {
	margin: 0 0 29px 9px;
	align-items: center;
	justify-content: center;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-about .link-list .img-box {
		height: 158px;
	}	
}
#index #index-about .link-list li:first-child .img-box {
	margin-bottom: 14px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-about .link-list li:first-child .img-box {
		margin-bottom: 37px;
	}
}
#index #index-about .link-list .img {
	width: 107px;
}
#index #index-about .link-list .img01 {
	width: 160px;
}
#index #index-about .link-list .img02 {
	width: 90px;
}
#index #index-about .link-list .text-box {
	margin-left: 16px;
	width: 170px;
}
#index #index-about .link-list li:nth-child(2) .text-box {
	width: 160px;
}
#index #index-about .link-list p {
	font-weight: bold;
}
#index #index-about .link-list .green {
	color: #00773D;
}
#index #index-about .link-list .normal {
	font-weight: normal;
}
#index #index-about .link-list .sml {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
#index #index-about .link-list .com-link {
	width: auto;
}
#index #index-about .news-list {
	width: 928px;
	margin: 0 auto;
}
#index #index-about .news-list li {
	width: 448px;
	box-sizing: border-box;
}
#index #index-about .news-list a {
	padding: 10px;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	border-radius: 4px;
	border: 2px solid #00773D;
	box-sizing: border-box;
}
#index #index-about .news-list .pho {
	width: 202px;
}
#index #index-about .news-list .text-box {
	width: 200px;
	margin: 8px 0 0 8px;
}
#index #index-about .news-list .title {
	margin-bottom: 8px;
	color: #00773D;
	font-weight: bold;
}
#index #index-about .news-list .title span {
	margin-right: 8px;
	padding: 2px 8px 3px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 2px;
	background-color: #00773D;
}
#index #index-purpose {
	width: 1280px;
	margin: 0 auto;
	padding: 77px 0 79px;
	background-color: #F5FAF2;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-purpose {
		width: auto;
	}
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-purpose .content .flex-b{
		gap: 16px;
		justify-content: center;
	}
}
#index #index-purpose ul {
	position: relative;
}
#index #index-purpose ul::after {
	width: 352px;
	content: "";
}
#index #index-purpose li {
	width: 352px;
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-purpose li {
		width: 320px;
		padding: 20px;
		background-color: #fff;
		box-sizing: border-box;
	}
}
#index #index-purpose .img-box {
	margin-bottom: 16px;
	align-items: center;
}
#index #index-purpose .img {
	width: 85px;
}
#index #index-purpose .text-box {
	width: calc(100% - 104px);
}
#index #index-purpose .text-box p {
	font-weight: bold;
	font-size: 1.8rem;
}
#index #index-purpose .text-box .line {
	background: linear-gradient(transparent 80%, #6FBA2C 0%);
}
#index #index-purpose .text-box .sml {
	display: block;
	font-weight: normal;
	font-size: 1.4rem;
}
#index #index-purpose .text {
	margin-bottom: 16px;
	padding: 7px 0 8px;
	text-align: center;
	background-color: #F5F5F5;
}
#index #index-purpose .text span {
	font-weight: bold;
	color: #00773D;
}
#index #index-purpose .com-link {
	width: auto;
}
#index #index-service {
	padding: 78px 0 159px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-service .content .flex-b {
		gap: 64px;
		justify-content: center;
	}
}
#index #index-service .com-list > li {
	padding-bottom: 14px;
}
#index #index-service .com-list .ttl {
	padding-top: 1px;
	margin-bottom: 8px;
}
#index #index-service .com-list .link-list a {
	padding: 12px 12px 11px 0;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #EAEAEA;
	border-top: none;
}
#index #index-seminar {
	padding: 1px 0 40px;
	background-color: #00773D;
}
#index #index-seminar .headline03 {
	margin: -96px 0 58px;
}
#index #index-seminar .tab-panel {
	margin: 0 -16px 74px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-seminar .tab-panel {
		margin: 0 0 74px;
	}
}
#index #index-seminar .com-search {
	margin: 0 20px 27px 0;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-seminar .com-search {
		margin: 0 0 27px 0;
	}
}
#index #index-seminar .com-search .sort {
	width: auto;
	justify-content: center;
}
#index #index-seminar .slide-box {
	position: relative;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-seminar .slide-box {
		width: 860px;
		margin: 0 auto;
	}	
}

#index #index-seminar .com-seminars-list {
	margin-top: 0;
	height: 406px;
}
#index #index-seminar .com-seminars-list .slide {
	width: 352px !important;
	float: left;
	margin: 0;
}
#index #index-seminar .com-seminars-list .slick-slide {
	padding: 0 16px 10px;
}
#index #index-seminar .com-seminars-list .pho {
	margin-bottom: 17px;
}
#index #index-seminar .com-seminars-list .title {
	margin-bottom: 9px;
	font-size: 1.6rem;
}
#index #index-seminar .com-seminars-list .time {
	margin-bottom: -1px;
	font-size: 1.4rem;
}
#index #index-seminar .com-link-list li {
	width: 156px;
}
#index #index-seminar .com-link-list .com-link a {
	padding: 7px 15px 8px;
	font-size: 1.4rem;
	background-position: center right 7px;
	background-size: 6px auto;
}
#index #index-seminar .slick-dots {
	bottom: -34px;
}
#index #index-seminar .slick-dots li {
	border-color: #fff;
}
#index #index-seminar .slick-dots li.slick-active {
	background-color: #fff;
}
#index #index-seminar .btm-link {
	width: 240px;
	margin: 0 auto;
}
#index #index-seminar .prev,
#index #index-seminar .next {
	margin-top: -26px;
	position: absolute;
	left: -45px;
	top: 50%;
	width: 44px;
	cursor: pointer;
	transition: .3s;
}
#index #index-seminar .next {
	left: auto !important;
	right: -45px;
}
#index #index-case {
	padding: 77px 0 80px;
}
#index #index-case .btm-link {
	width: 240px;
	margin: 0 auto;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-case .content .com-case-box {
		width: 860px;
		margin: 0 auto 60px;
	}	
}
#index #index-news {
	padding: 77px 0 120px;
	background-color: #F5FAF2;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#index #index-news {
		padding: 77px 32px 120px;
	}
}
#index #index-news .white-bg {
	padding: 20px 40px 40px;
	background-color: #fff;
}
#index #index-news ul {
	margin-bottom: 20px;
}
#index #index-news li a {
	padding: 18px 0 19px;
	display: flex;
	border-bottom: 1px solid #EAEAEA;
}
#index #index-news li .time {
	width: 104px;
	color: #667075;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
#index #index-news li .sort {
	margin: -3px 7px 0 0;
	width: 80px;
}
#index #index-news li .sort span {
	margin-top: 5px;
	display: block;
	padding: 1px 0 0;
	text-align: center;
	color: #00773D;
	font-size: 1.3rem;
	font-weight: bold;
	border-radius: 2px;
	border: 1px solid #00773D;
	background: #FFF;
}
#index #index-news li .text {
	margin-top: 2px;
	width: 849px;
}
#index #index-news .com-link {
	width: 240px;
	margin: 0 auto;
}
@media all and (min-width: 1024px) {
	#index #index-about .news-list a:hover {
		opacity: 0.6;
	}
	#index #index-seminar .prev:hover,
	#index #index-seminar .next:hover {
		opacity: 0.6;
	}
	#index #index-case .com-case-box {
		padding: 0;
		margin: 0 -16px 66px;
	}
	#index #index-case .com-case-box .slide {
		width: 544px !important;
	}
	#index #index-case .com-case-box .img-box {
		margin-bottom: 12px;
	}
	#index #index-case .com-case-box .pho {
		margin-top: -1px;
		width: 218px;
	}
	#index #index-case .com-case-box .text-box {
		width: 270px;
	}
	#index #index-case .com-case-box .text-ul {
		margin-right: -15px;
	}
	#index #index-case .com-case-box .text-ul li {
		padding-right: 15px;
	}
	#index #index-case .com-case-box .prev {
		left: -45px;
	}
	#index #index-case .com-case-box .next {
		right: -45px;
	}
	#index #index-news li a:hover {
		opacity: 0.7;
	}
	#index  .com-search ul li:not(:last-child) {
		margin-right: 28px;
	}
	#index #index-service .com-list .link-list a:hover {
		color: #00773D;
	}
}
@media all and (max-width: 1023px) {
	#index #index-about {
		margin-top: 0;
		padding: 20px 16px 0;
	}
	#index #index-about h2 {
		margin-bottom: 2px;
		font-size: 1.6rem;
	}
	#index #index-about .num-list {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	#index #index-about .num-list li {
		padding: 22px 0 19px;
		width: calc(100% / 3);
		font-size: 1rem;
		position: relative;
		border-right: none;
		border-bottom: 1px solid #EFEFEF;
	}
	#index #index-about .num-list li:not(:nth-child(3n)):before {
		position: absolute;
		top: 20px;
		right: 0;
		bottom: 20px;
		width: 1px;
		background-color: #EFEFEF;
		content: "";
	}
	#index #index-about .num-list .num {
		margin-top: 7px;
		font-size: 1.4rem;
	}
	#index #index-about .num-list .num span {
		font-size: 2.8rem;
	}
	#index #index-about .link-list {
		max-width: 343px;
		margin: 0 auto 41px;
		display: block;
	}
	#index #index-about .link-list li {
		width: auto;
		padding: 23px 0 19px;
		border-bottom: 1px solid #EAEAEA;
		border-right: none;
	}
	#index #index-about .link-list li:last-child {
		padding-top: 57px;
		border-bottom: none;
	}
	#index #index-about .link-list li:first-child {
		padding-top: 56px;
	}
	#index #index-about .link-list .ttl {
		top: -9px;
		word-break: keep-all;
	}
	#index #index-about .link-list .img-box {
		margin: 0 16px 19px;
		justify-content: space-between;
	}
	#index #index-about .link-list li:first-child .img-box {
		margin-bottom: 16px;
	}
	#index #index-about .link-list li:last-child .img-box {
		margin-bottom: 16px;
	}
	#index #index-about .link-list .img {
		width: 120px !important;
	}
	#index #index-about .link-list .text-box {
		margin: 0 !important;
		width: calc(100% - 136px) !important;
	}
	#index #index-about .news-list {
		margin-right: -16px;
		width: auto;
		display: block;
	}
	#index #index-about .news-list li {
		margin-right: 16px;
		width: 321px !important;
		float: left;
	}
	#index #index-about .news-list .slick-dots {
		bottom: -32px;
	}
	#index #index-about .news-list .slick-dots li {
		width: 12px !important;
		float: none;
		margin: 0 5px; 
	}
	#index #index-about .news-list a {
		padding: 14px 14px 22px;
		display: block;
	}
	#index #index-about .news-list .pho {
		width: auto;
	}
	#index #index-about .news-list .pho img {
		width: 100%;
	}
	#index #index-about .news-list .text-box {
		width: auto;
		margin: 19px 0 0;
	}
	#index #index-purpose {
		width: auto;
		padding: 58px 16px 61px;
	}
	#index #index-purpose ul {
		display: block;
	}
	#index #index-purpose li {
		margin-bottom: 20px;
		width: auto;
	}
	#index #index-purpose li:last-child {
		margin-bottom: 0;
	}
	#index #index-service {
		padding: 58px 16px 140px;
	}
	#index #index-service .com-list > li {
		padding-bottom: 7px;
	}
	#index #index-service .com-list .ttl {
		margin-bottom: 9px;
	}
	#index #index-seminar {
		padding: 1px 16px 40px;
	}
	#index #index-seminar .headline03 {
		margin: -82px 0 57px;
	}
	#index #index-seminar .tab-panel {
		margin-bottom: 42px;
	}
	#index #index-seminar .slick-dots {
		bottom: -22px;
	}
	#index #index-seminar .slide-box {
		margin-left: 16px;
	}
	#index #index-seminar .com-search {
		margin: 0 0 3px;
	}
	#index #index-seminar .com-seminars-list .slide {
		width: 321px !important;
		margin: 0;
	}
	#index #index-seminar .com-seminars-list .slick-slide {
		padding-left: 0;
	}
	#index #index-seminar .com-seminars-list .pho {
		margin-bottom: 15px;
	}
	#index #index-seminar .prev,
	#index #index-seminar .next {
		display: none !important;
	}
	#index #index-case {
		padding: 58px 16px 60px;
	}
	#index #index-case .btm-link {
		margin-top: 66px;
	}
	#index #index-case .com-case-box .slick-dots {
		bottom: -33px;
	}
	#index #index-news {
		padding: 58px 16px 60px;
	}
	#index #index-news .white-bg {
		padding: 0 16px 15px;
	}
	#index #index-news ul {
		margin-bottom: 16px;
	}
	#index #index-news li a {
		padding: 17px 0 19px;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#index #index-news li .time {
		width: 90px;
	}
	#index #index-news li .sort {
		margin: -5px 0 0;
		width: calc(100% - 92px);
		display: flex;
		flex-wrap: wrap;
	}
	#index #index-news li .sort span {
		margin: 4px 4px 0 0;
		width: 110px;
		padding: 1px 0;
	}
	#index #index-news li .text {
		margin-top: 6px;
		width: 100%;
	}
}
@media all and (max-width: 360px) {
	#index #index-about .link-list .img {
		width: 110px !important;
	}
	#index #index-about .link-list .text-box {
		width: calc(100% - 115px);
		font-size: 1.4rem;
	}
	#index #index-about .link-list .sml {
		font-size: 1.2rem;
	}
}
@media (max-width: 359px) {
	#index #index-about .news-list li,
	#index #index-seminar .com-seminars-list .slide {
		width: 280px !important;
	}
}

/*------------------------------------------------------------
	download
------------------------------------------------------------*/
#download #page-title {
	padding-top: 82px;
	position: relative;
	background-image: url(/assets/images/store_cases/download/page-title-bg.jpg);
}
#download #page-title::before {
	position: absolute;
	right: 50%;
	margin-right: -423px;
	top: 17px;
	background: url(/assets/images/store_cases/download/page-title-img.png) no-repeat;
	background-size: 280px auto;
	width: 280px;
	height: 285px;
	content: "";
}
#download #page-title h2 .en span {
	color: #00773D;
	background-color: #fff;
}
#download .com-white {
	padding-bottom: 80px;
}
#download .content {
	width: 1120px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#download .content {
		width: auto;
	}
}
#download .link {
	margin: 32px 0;
	width: 224px;
}
#download .link a {
	padding: 17px 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 4px;
	background: #FF7A00;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
}
@media all and (min-width: 1024px) {
	#download .link a:hover {
		background: #FF9029;
	}
}
@media all and (max-width: 1023px) {
	#download #page-title {
		padding-top: 55px;
		background-image: url(/assets/images/store_cases/download/page-title-bg-sp.jpg);
	}
	#download #page-title::before {
		display: none;
	}
	#download .com-white {
		padding-bottom: 60px;
	}
	#download .headline04 {
		margin-bottom: 20px;
	}
	#download .link {
		margin: 20px 0;
		width: 240px;
	}
}

/*------------------------------------------------------------
	store_cases/detail
------------------------------------------------------------*/
#store_cases .com-white.detail {
	padding-top: 80px;
}
#store_cases #company-box {
	margin-bottom: 80px;
	display: flex;
}
#store_cases #company-box .pho-box {
	width: 448px;
	flex-shrink: 0; 
}
#store_cases #company-box .pho-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#store_cases #company-box .info-box {
	padding: 32px;
	flex: 1;
	background: #00773D;
}
#store_cases #company-box .info-box p {
	color: #FFF;
}
#store_cases #company-box .info-box .title {
	margin-bottom: 22px;
	padding-bottom: 24px;
	color: #FFF;
	font-size: 2.2rem; 
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
#store_cases #company-box .info-box .ttl {
	margin-bottom: 9px;
	font-weight: bold;
}
#store_cases #company-box .text-ul {
	margin-bottom: 1px;
	display: flex;
	flex-wrap: wrap;
}
#store_cases #company-box .text-ul li {
	margin-right: 15px;
	color: #FFF;
	display: flex;
	align-items: center;
}
#store_cases #company-box .text-ul li:last-child {
	margin-right: 0;
}
#store_cases #company-box .text-ul img {
	margin-right: 5px;
	width: 20px;
}
#store_cases #company-box .sort span {
	margin: 8px 8px 0 0;
    padding: 1px 8px 2px;
    display: inline-block;
    vertical-align: top;
    color: #00773D;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 4px;
    background-color: #FFF;
}
#store_cases .join-box dl {
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 928px;
	padding: 32px;
	border-radius: 8px;
	background: #F5F5F5;
	box-sizing: border-box;
}
#store_cases .join-box dt {
	margin: 0 20px 20px 0;
	display: flex;
	width: 200px;
	padding: 7px 20px 8px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold; 
	border-radius: 4px;
	background: #00773D;
	box-sizing: border-box;
}
#store_cases .join-box dd {
	margin-bottom: 20px;
	width: calc(100% - 220px);
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
}
#store_cases .join-box dt:last-of-type,
#store_cases .join-box dd:last-of-type {
	margin-bottom: 0;
}
#store_cases .video {
	margin: 0 auto 82px;
	padding-bottom: 37.25%;
	width: 736px;
	position: relative;
  	height: 0;
  	overflow: hidden;
}
#store_cases .video iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
#store_cases .wid {
	margin: 0 auto;
	width: 928px;
}
#store_cases #directory-box {
	margin-bottom: 80px;
	padding: 32px;
	border-radius: 8px;
	background: #F5F5F5;
	box-sizing: border-box;
}
#store_cases #directory-box h3 {
	margin-bottom: 19px;
	color: #00773D;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#store_cases .directory-list li {
	margin-bottom: 19px;
}
#store_cases .directory-list li > p {
	margin-bottom: 7px;
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}
#store_cases .directory-list .sublist li a {
	display: inline-flex;
}
#store_cases .directory-list li span {
	margin-right: 8px;
	font-weight: bold;
	flex-shrink: 0;
}
#store_cases .directory-list .sublist {
	margin-left: 16px;
}
#store_cases .directory-list .sublist li {
	margin-bottom: 9px;
}
#store_cases .directory-list li:last-child,
#store_cases .directory-list .sublist li:last-child {
	margin-bottom: 0;
}
#store_cases .sublist {
	font-size:  2rem;
	max-width: fit-content;
	margin-inline: auto;
  
	@media all and (max-width: 1023px) {
	  font-size:  1.6rem;
	}
}  
#store_cases #reason {
	margin-bottom: 80px;
}
#store_cases #reason > p {
	margin-bottom: 48px;
	line-height: 2;
}
#store_cases #reason .text {
	margin-bottom: 10px;
}
#store_cases #reason .img-list {
	margin-bottom: 48px;
	display: flex;
	flex-wrap: wrap;
}
#store_cases #reason .img-list li {
	margin: 10px 32px 0 0;
	width: calc((100% - 64px)/3);
}
#store_cases #reason .img-list li img {
	width: 100%;
}
#store_cases #reason .img-list li:nth-of-type(3n) {
	margin-right: 0;
}
#store_cases #reason .img-list li span {
	margin-top: 8px;
	display: block;
	color: #667075;
	font-size: 1.4rem;
	text-align: center;
}
#store_cases #reason .com-img-box.spec {
	margin-bottom: 0;
}
#store_cases #effect {
	margin-bottom: 80px;
}
#store_cases #effect > p {
	margin-bottom: 48px;
	line-height: 2;
}
#store_cases #effect .com-img-box.spec {
	margin-bottom: 0;
}#store_cases #shop {
	margin-bottom: 80px;
}
#store_cases #shop > p {
	margin-bottom: 48px;
	line-height: 2;
}
#store_cases #shop .spec {
	margin-bottom: 0;
}
#store_cases #performance-box {
	margin-bottom: 80px;
	border: 4px solid #00773D;
	border-radius: 8px;
}
#store_cases #performance-box .com-email .input {
	margin-bottom: 18px;
}
#store_cases #performance-box .com-email .agree {
	text-align: left;
}
#store_cases #performance-box h3 {
	padding: 3px 24px 8px;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	background: #00773D;
}
#store_cases #performance-box .submit-box {
	padding: 40px 32px 37px; 
	text-align: center;
	background: url(/assets/images/store_cases/detail/performance-box-bg.jpg) no-repeat center center / cover;
}
#store_cases #performance-box .submit-box .top-txt {
	margin-bottom: 32px;
	color: #FF7A00;
	font-size: 2rem;
	font-weight: bold; 
}
#store_cases #performance-box .send-box {
	margin: 0 auto;
	padding: 20px;
	width: 516px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.51); 
	box-sizing: border-box;
}
#store_cases #info-inner {
	margin: 0 auto 80px;
	padding: 28px 0 28px 34px;
	width: 928px;
	display: flex;
	align-items: center;
	border-radius: 8px;
	border: 4px solid #EAEAEA;
	background: #FFF; 
	box-sizing: border-box;
}
#store_cases #info-inner .pho-inner {
	margin-right: 25px;
	width: 152px;
	text-align: center;
}
#store_cases #info-inner span {
	padding: 4px 8px;
  	margin: -26px auto 0;
	max-width: 136px;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold; 
	display: block;
	position: relative;
	background: url(/assets/images/store_cases/detail/pho-inner-bg-1.png) no-repeat top left / 10px 100%,url(/assets/images/store_cases/detail/pho-inner-bg-2.png) no-repeat top right / 10px 100%,#00773D;
	text-align: center;
	z-index: 2;
}
#store_cases #info-inner .pho-inner img {
	width: 136px;
}
#store_cases #info-inner .text-inner {
	width: calc(100% - 198px);
}
#store_cases #info-inner .text-inner .company-name {
	margin-bottom: 8px;
	color: #667075;
	font-weight: bold;
}
#store_cases #info-inner .text-inner a {
	padding-right: 20px;
	display: inline-block;
	font-size: 2rem;
	background: url(/assets/images/icon-9.png) no-repeat right 4px top 10px / 8px;
}
#store_cases #store-info {
	margin: 0 auto 80px;
	padding: 32px;
	width: 928px;
	box-sizing: border-box;
	border-radius: 8px;
	background: #F5F5F5;
}
#store_cases #store-info h3 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: bold;
}
#store_cases #store-info ul {
	margin-left: 5px;
}
#store_cases #store-info li {
	margin-bottom: 8px;
	padding-left: 19px;
	position: relative;
}
#store_cases #store-info li::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 2px;
	top: 11px;
	left: 6px;
	background: #333;
	border-radius: 50px;
}
#store_cases #store-info li:last-of-type {
	margin-bottom: 0;
}
#store_cases #store-info li a {
	display: inline-block;
}
#store_cases #store-info li a::after {
	margin: -3px 0 0 4px;
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(/assets/images/icon-26.png) no-repeat right center / 100%;
	vertical-align: -4px;
}
#store_cases .detail .com-form-box.white {
	padding-top: 113px;
}
@media all and (min-width: 1024px) {
	#store_cases #company-box .sort a:hover {
		opacity: 0.6;
	}
	#store_cases .directory-list li a:hover {
		opacity: 0.6;
	}
	#store_cases #info-inner .text-inner a:hover {
		opacity: 0.6;
	}
	#store_cases #store-info a:hover {
		text-decoration: underline;
	}
	#store_cases .detail .com-form-box .text-box {
		padding-top: 58px;
	}
}
@media all and (max-width: 1023px) {
	#store_cases #company-box {
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	#store_cases #company-box .pho-box {
		width: 100%;
	}
	#store_cases .com-white.detail {
		padding-top: 60px;
	}
	#store_cases #company-box .info-box {
		padding: 20px 15px 21px 16px;
	}
	#store_cases #company-box .info-box .title {
		margin-bottom: 23px;
  		padding-bottom: 16px;
		font-size: 2rem;
	}
	#store_cases #company-box .text-ul {
		flex-wrap: wrap;
	}
	#store_cases #company-box .info-box .ttl {
		margin-bottom: 8px;
	}
	#store_cases #company-box .sort a {
		margin-top: 9px;
	}
	#store_cases .join-box dl {
		margin-bottom: 40px;
		padding: 24px 16px;
	}
	#store_cases .join-box dt {
		margin: 0 0 12px 0;
		padding: 4px 20px;
		width: 100%;
		font-size: 1.6rem;
	}
	#store_cases .join-box dd {
		margin-bottom: 20px;
		width: 100%;
		font-size: 1.6rem;
	}
	#store_cases .join-box dt:last-of-type {
		margin-bottom: 12px;
	}
	#store_cases .video {
		margin-bottom: 40px;
		padding-bottom: 57.25%;
		width: auto;
	}
	#store_cases .wid {
		width: auto;
	}
	#store_cases #directory-box {
		margin-bottom: 40px;
		padding: 23px 16px 24px;
	}
	#store_cases #directory-box h3 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#store_cases .directory-list li {
		margin-bottom: 20px;
	}
	#store_cases .directory-list li > p {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	#store_cases .directory-list .sublist li {
		font-size: 1.4rem;
	}
	#store_cases #reason .text {
		margin-bottom: 12px;
	}
	#store_cases #reason .text-box.special {
		margin-bottom: 20px;
	}
	#store_cases #reason .img-list {
		margin: -12px 0 38px;
		flex-wrap: wrap;
	}
	#store_cases #reason .img-list li {
		margin: 12px 0 0 0;
		width: 100%;
	}
	#store_cases #reason > p {
		margin-bottom: 40px;
	}
	#store_cases #reason {
		margin-bottom: 40px;
	}
	#store_cases #effect > p {
		margin-bottom: 40px;
	}
	#store_cases #effect .com-img-box .photo-box {
		margin-bottom: 20px;
	}
	#store_cases #effect .com-img-box .text-box.spec {
		margin-bottom: 0;
	}
	#store_cases #effect .com-img-box .photo-box.spec {
		margin-bottom: 0;
	}
	#store_cases #effect {
		margin-bottom: 40px;
	}
	#store_cases #shop > p {
		margin-bottom: 40px;
	}
	#store_cases #shop .com-img-box .photo-box {
		margin-bottom: 20px;
	}
	#store_cases #shop .com-img-box .text-box {
		margin-bottom: 0;
	}
	#store_cases #shop {
		margin-bottom: 40px;
	}
	#store_cases #performance-box {
		margin-bottom: 40px;
		background: url(/assets/images/store_cases/detail/performance-box-bg-sp.jpg) no-repeat center center / cover;
	}
	#store_cases #performance-box h3 {
		padding: 7px 24px 11px;
		font-size: 2rem;
	}
	#store_cases #performance-box .submit-box {
		padding: 40px 14px 36px;
		background: none;
	}
	#store_cases #performance-box .com-email .form-img {
		width: 268px;
	}
	#store_cases #performance-box .com-email .input {
		margin-bottom: 20px;
	}
	#store_cases #performance-box .submit-box .top-txt {
		font-size: 1.8rem;
	}
	#store_cases #performance-box .send-box {
		width: 100%;
		text-align: center;
	}
	#store_cases #info-inner {
		margin-bottom: 40px;
		padding: 20px 12px;
		width: 100%;
		flex-wrap: wrap;
	}
	#store_cases #info-inner .pho-inner {
		margin: 0 0 19px 0;
		width: 100%;
		text-align: center;
	}
	#store_cases #info-inner .text-inner {
		width: 100%;
	}
	#store_cases #store-info {
		margin-bottom: 40px;
		padding: 24px 16px;
		width: 100%;
	}
	#store_cases #store-info li a {
		text-decoration: underline;
	}
	#store_cases #store-info li a::after {
		margin-left: 1px;
	}
	#store_cases .detail .com-form-box.white {
		padding-top: 62px;
	}
}
@media (max-width: 374px) {
	#store_cases #company-box .info-box .title {
	  font-size: 1.9rem;
	}
	#store_cases #performance-box  .com-email .form-img {
		margin-bottom: 20px;
		width: auto;
	}
}

/*------------------------------------------------------------
	seminars/detail
------------------------------------------------------------*/
#seminars .detail-box .content {
	width: 928px;
}
#seminars #top-box {
	margin-bottom: 40px;
}
#seminars #top-box h3 {
	margin-bottom: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
#seminars #top-box h3 span {
	display: block;
	color: #00773D;
	font-size: 2rem;
}
#seminars #top-box .pho {
	margin-bottom: 40px;
}
#seminars #top-box p {
	line-height: 2;
}
#seminars .headline01 {
	margin-bottom: 24px;
	padding-bottom: 24px;
}
#seminars #seminar-sub {
	margin-bottom: 16px;
}
#seminars #seminar-sub li {
	padding-bottom: 24px;
}
#seminars #seminar-sub li span {
	margin-bottom: 12px;
	display: block;
	color: #00773D;
	font-size: 2rem;
	font-weight: bold;
}
#seminars #summary-sub {
	margin-bottom: 40px;
}
#seminars #summary-sub .bg-box {
	padding: 8px 32px;
	background-color: #F5F5F5;
}
#seminars #summary-sub table {
	width: 100%;
	border-collapse: collapse;
}
#seminars #summary-sub th,
#seminars #summary-sub td {
	padding: 16px 0;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEAEA;
}
#seminars #summary-sub tr:last-child th,
#seminars #summary-sub tr:last-child td {
	border: none;
}
#seminars #summary-sub th {
	width: 23.1%;
	font-weight: bold;
}
#seminars #summary-sub td {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
#seminars #access-sub .img {
	margin-bottom: 40px;
	width: 506px;
}
#seminars #access-sub p {
	margin: 0 -10px 0 -7px;
	color: #FF7A00;
}
@media all and (max-width: 1023px) {
	#seminars #top-box {
		margin-bottom: 40px;
	}
	#seminars #top-box h3 {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	#seminars #top-box h3 span {
		font-size: 1.6rem;
	}
	#seminars #top-box .pho {
		margin-bottom: 26px;
	}
	#seminars #top-box .pho img {
		width: 100%;
	}
	#seminars #seminar-sub {
		margin-bottom: 1px;
	}
	#seminars #seminar-sub ul {
		margin-top: -1px;
	}
	#seminars #seminar-sub li {
		padding-bottom: 39px;
	}
	#seminars #seminar-sub li span {
		margin-bottom: 13px;
		font-size: 1.6rem;
	}
	#seminars #summary-sub {
		margin-bottom: 39px;
	}
	#seminars #summary-sub .bg-box {
		padding: 4px 16px;
	}
	#seminars #summary-sub th,
	#seminars #summary-sub td {
		width: 100%;
		display: block;
		padding: 6px 0 19px;
	}
	#seminars #summary-sub th {
		padding: 21px 0 0;
		border-bottom: none;
	}
	#seminars #access-sub .img {
		margin-bottom: 20px;
		width: auto;
	}
	#seminars #access-sub .img img {
		width: 100%;
	}
	#seminars #access-sub p {
		margin: 0;
	}
}
@media all and (max-width: 360px) {
	#seminars #seminar-sub li span {
		font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#service #page-title {
	background-image: url(/assets/images/service/page-title-bg.jpg);
}
#service .com-white {
	padding-bottom: 66px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#service .com-list {
		justify-content: space-around;
	}
}
#service .com-list > li {
	padding-bottom: 14px;
}
#service .com-list .ttl {
	padding-top: 1px;
	margin-bottom: 8px;
}
#service .com-list .link-list a {
	padding: 12px 12px 11px 0;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #EAEAEA;
	border-top: none;
}
@media all and (max-width: 1023px) {
	#service #page-title {
		background-image: url(/assets/images/service/page-title-bg-sp.jpg);
	}
	#service .headline04 {
		margin-bottom: 20px;
	}
	#service .com-white {
		padding-bottom: 45px;
	}
	#service .com-list > li {
		padding-bottom: 15px;
	}
}

/*------------------------------------------------------------
	pitathouse
------------------------------------------------------------*/
#pitathouse #page-title {
	background-image: url(/assets/images/service/brand/page-title-bg.jpg);
}
#pitathouse .com-white {
	padding-bottom: 80px;
}
#pitathouse .com-text {
	margin-bottom: 20px;
}
#pitathouse #pitathouse-sec1 {
	margin-bottom: 80px;
}
#pitathouse #pitathouse-sec2 {
	margin-bottom: 124px;
}
#pitathouse #pitathouse-sec2 p {
	line-height: 2;
}
#pitathouse #pitathouse-sec2 .txt {
	margin-bottom: 48px;
}
#pitathouse #pitathouse-sec2 .moive {
	width: 736px;
	margin: 0 auto 49px;
	position: relative;
    padding-bottom:  36.9%;
    height: 0;
    overflow: hidden;
}
#pitathouse #pitathouse-sec2 .moive iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#pitathouse #pitathouse-sec2 .moive-list {
	margin: 20px 0 48px;
}
#pitathouse #pitathouse-sec2 .moive-list li {
	width: 48.6%;
	position: relative;
    padding-bottom: 27.3%;
    height: 0;
    overflow: hidden;
}
#pitathouse #pitathouse-sec2 .moive-list iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#pitathouse #pitathouse-sec2 .text {
	margin-bottom: 20px;
}
#pitathouse #pitathouse-sec3 .com-link {
	margin: 48px auto 0;
	width: 320px;
}
#pitathouse #pitathouse-sec3 .com-link a {
	padding: 16px 25px;
	font-size: 2rem;
	background-size: 9px auto;
}
@media all and (max-width: 1023px) {
	#pitathouse #page-title {
		background-image: url(/assets/images/service/brand/page-title-bg-sp.jpg);
	}
	#pitathouse .com-white {
		padding-bottom: 60px;
	}
	#pitathouse .com-img-list li {
		margin-bottom: 16px;
	}
	#pitathouse #pitathouse-sec1 {
		margin-bottom: 40px;
	}
	#pitathouse #pitathouse-sec2 {
		margin-bottom: 72px;
	}
	#pitathouse #pitathouse-sec2 .txt {
		margin-bottom: 40px;
	}
	#pitathouse #pitathouse-sec2 .moive {
		width: auto;
		margin: 0 auto 42px;
		padding-bottom: 55.6%;
	}
	#pitathouse #pitathouse-sec2 .moive-list {
		margin: 12px 0 40px;
		display: block;
	}
	#pitathouse #pitathouse-sec2 .moive-list li {
		margin-bottom: 14px;
		width: auto;
		padding-bottom: 55.6%;
	}
	#pitathouse #pitathouse-sec2 .moive-list li:last-child {
		margin-bottom: 0;
	}
	#pitathouse #pitathouse-sec2 .text {
		margin-bottom: 12px;
	}
	#pitathouse #pitathouse-sec3 .pho {
		margin-bottom: 20px;
	}
	#pitathouse #pitathouse-sec3 .com-link {
		margin: 20px auto 0;
	}
}

/*------------------------------------------------------------
	promotion
------------------------------------------------------------*/
#promotion #page-title {
	background-image: url(/assets/images/service/brand/page-title-bg.jpg);
}
#promotion .com-white {
	padding-bottom: 80px;
}
#promotion .com-text {
	margin-bottom: 20px;
}
#promotion #promotion-sec1 {
	margin-bottom: 80px;
}
#promotion #promotion-sec1 p {
	line-height: 2;
}
#promotion #promotion-sec1 .pho {
	margin-bottom: 20px;
}
#promotion #promotion-sec1 .pho + p {
	margin-bottom: 48px;
}
#promotion #promotion-sec1 .img {
	width: 544px;
	margin: 0 auto 20px;
}
#promotion #promotion-sec2 {
	margin-bottom: 124px;
}
#promotion #promotion-sec2 p {
	line-height: 2;
}
#promotion #promotion-sec2 .text {
	margin-bottom: 48px;
}
#promotion #promotion-sec2 .com-slide-info {
	margin-bottom: 48px;
}
@media all and (max-width: 1023px) {
	#promotion #page-title {
		background-image: url(/assets/images/service/brand/page-title-bg-sp.jpg);
	}
	#promotion .com-white {
		padding-bottom: 60px;
	}
	#promotion #promotion-sec1 {
		margin-bottom: 40px;
	}
	#promotion #promotion-sec1 .pho,
	#promotion #promotion-sec1 .img {
		margin-bottom: 12px;
	}
	#promotion #promotion-sec1 .pho img {
		width: 100%;
	}
	#promotion #promotion-sec1 .pho + p {
		margin-bottom: 41px;
	}
	#promotion #promotion-sec1 .img {
		width: auto;
		margin: 0 auto 12px;
	}
	#promotion #promotion-sec2 {
		margin-bottom: 65px;
	}
	#promotion #promotion-sec2 .text {
		margin-bottom: 40px;
	}
	#promotion #promotion-sec2 .com-slide-info {
		margin-bottom: 71px;
	}
	#promotion #promotion-sec3 .text-box {
		margin-bottom: 16px;
	}
}

/*------------------------------------------------------------
	sales_support
------------------------------------------------------------*/
#sales_support #page-title {
	background-image: url(/assets/images/service/sales_support/page-title-bg.jpg);
}
#sales_support .com-white {
	padding-bottom: 80px;
}
#sales_support .com-text {
	margin-bottom: 20px;
}
#sales_support .com-target-link {
	margin-top: 8px;
	text-align: center;
}
#sales_support #sales_support-sec1 {
	margin-bottom: 80px;
}
#sales_support #sales_support-sec2 p {
	line-height: 2;
}
#sales_support #sales_support-sec2 .info {
	margin-bottom: 48px;
}
#sales_support #sales_support-sec2 .info p:not(:last-of-type) {
	margin-bottom: 32px;
}
#sales_support #sales_support-sec2 .img-ul {
	margin-top: 20px;
}
#sales_support #sales_support-sec2 .img-ul li {
	width: 736px;
}
#sales_support #sales_support-sec2 .img-ul li:last-child {
	width: 352px;
}
#sales_support #sales_support-sec2 .info01 {
	margin: -69px 0 0;
}
#sales_support #sales_support-sec2 .headline02__box {
	display: flex;
	justify-content: space-between;
	gap: 32px;
}
@media all and (min-width: 1024px) {
	#sales_support #sales_support-sec2 .com-img-info-box:not(:last-of-type) {
		margin-bottom: 117px;
	}
}
@media all and (max-width: 1023px) {
	#sales_support #page-title {
		background-image: url(/assets/images/service/sales_support/page-title-bg-sp.jpg);
	}
	#sales_support .com-white {
		padding-bottom: 60px;
	}
	#sales_support #sales_support-sec1 {
		margin-bottom: 40px;
	}
	#sales_support #sales_support-sec2 .info {
		margin-bottom: 40px;
	}
	#sales_support #sales_support-sec2 .headline02__box {
		flex-direction: column;
		gap: 12px;
	}
	#sales_support #sales_support-sec2 .img-ul {
		margin-top: 12px;
		display: block;
	}
	#sales_support #sales_support-sec2 .img-ul img {
		width: 100%;
	}
	#sales_support #sales_support-sec2 .img-ul li {
		width: auto !important;
	}
	#sales_support #sales_support-sec2 .img-ul li:last-child {
		margin-top: 12px;
	}
	#sales_support #sales_support-sec2 .img-ul li.headline02__narrow-img {
		width: 60% !important;
		margin: 24px auto 0;
	}
	#sales_support #sales_support-sec2 .info01 {
		margin: 0;
	}
	#sales_support #sales_support-sec2 .headline02__movie {
		position: relative;
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
	}
	#sales_support #sales_support-sec2 .headline02__movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*------------------------------------------------------------
	web
------------------------------------------------------------*/
#web #page-title {
	background-image: url(/assets/images/service/business_support/page-title-bg.jpg);
}
#web .com-white {
	padding-bottom: 80px;
}
#web .com-text {
	margin-bottom: 20px;
}
#web #web-sec1,
#web #web-sec2 {
	margin-bottom: 80px;
}
#web #web-sec2 p {
	margin-bottom: 20px;
	line-height: 2;
}
#web #web-sec2 .img {
	max-width: 736px;
	margin: 0 auto;
}
.web__graph_group {
	display: flex;
	justify-content: center;
	gap: 88px;
	margin: 40px auto 0;
	padding: 0 28px 20px;
}
@media all and (max-width: 1023px) {
	.web__graph_group {
		margin: 12px auto 0;
		flex-direction: column;
		gap: 40px;
	}
}
.web__graph {
	text-align: center;
}
.web__graph_label {
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 600;
}
.web__graph_img {
	text-align: center;
	margin-top: 20px;
	width: 200px;
	height: 256px;
}
@media all and (max-width: 1023px) {
	#web #page-title {
		background-image: url(/assets/images/service/business_support/page-title-bg-sp.jpg);
	}
	#web .com-white {
		padding-bottom: 60px;
	}
	#web #web-sec1,
	#web #web-sec2 {
		margin-bottom: 40px;
	}
	#web #web-sec2 p {
		margin-bottom: 12px;
	}
	#web #web-sec2 .img {
		max-width: inherit;
	}
	#web #web-sec2 .img img {
		width: 100%;
	}
	#web #web-sec3 .text-box {
		margin: 12px 0 0;
	}
}

/*------------------------------------------------------------
	pitatcloud
------------------------------------------------------------*/
#pitatcloud #page-title {
	background-image: url(/assets/images/service/business_support/page-title-bg.jpg);
}
#pitatcloud .com-white {
	padding-bottom: 80px;
}
#pitatcloud .com-text {
	margin-bottom: 20px;
}
#pitatcloud #pitatcloud-sec1 {
	margin-bottom: 80px;
}
#pitatcloud .com-img-info p + ul {
	margin-top: 10px;
}
#pitatcloud .com-img-info .pho01 {
	width: 546px;
}
#pitatcloud .com-img-info p.color {
	color: #FF7A00;
	margin-top: 6px;
}
@media all and (max-width: 1023px) {
	#pitatcloud #page-title {
		background-image: url(/assets/images/service/business_support/page-title-bg-sp.jpg);
	}
	#pitatcloud .com-white {
		padding-bottom: 60px;
	}
	#pitatcloud #pitatcloud-sec1 {
		margin-bottom: 40px;
	}
	#pitatcloud .com-img-info p + ul {
		margin-top: 12px;
	}
	#pitatcloud .com-img-info p.color {
		margin-top: 8px;
	}
	#pitatcloud .com-img-info-box:not(:first-of-type) .text-box {
		margin: 0 0 12px;
	}
}

/*------------------------------------------------------------
	other_tools
------------------------------------------------------------*/
#other_tools #page-title {
	background-image: url(/assets/images/service/business_support/page-title-bg.jpg);
}
#other_tools .com-white {
	padding-bottom: 80px;
}
#other_tools .com-white section:not(:last-child) {
	margin-bottom: 80px;
}
@media all and (max-width: 1023px) {
	#other_tools #page-title {
		background-image: url(/assets/images/service/business_support/page-title-bg-sp.jpg);
	}
	#other_tools .com-white {
		padding-bottom: 60px;
	}
	#other_tools .com-white section:not(:last-child) {
		margin-bottom: 40px;
	}
}

/*------------------------------------------------------------
	nationwide_network
------------------------------------------------------------*/
#nationwide_network #page-title {
	background-image: url(/assets/images/service/network/page-title-bg.jpg);
}
#nationwide_network .com-white {
	padding-bottom: 80px;
}
#nationwide_network .com-text {
	margin-bottom: 20px;
}
#nationwide_network .com-img-info-box .map {
	margin-top: 20px;
}
#nationwide_network #nationwide_network-sec1 {
	margin-bottom: 80px;
}
#nationwide_network #nationwide_network-sec1 .com-img-info-box:not(:last-of-type) {
	margin-bottom: 32px;
}
#nationwide_network #nationwide_network-sec2 .pho {
	width: 256px;
}
#nationwide_network #nationwide_network-sec2 .text-box {
	width: 832px;
}
@media all and (max-width: 1023px) {
	#nationwide_network #page-title {
		padding-top: 90px;
		background-image: url(/assets/images/service/network/page-title-bg-sp.jpg);
	}
	#nationwide_network .com-white {
		padding-bottom: 60px;
	}
	#nationwide_network .com-img-info-box .map {
		margin-top: 12px;
	}
	#nationwide_network .com-img-info-box .map img {
		width: 100%;
	}
	#nationwide_network #nationwide_network-sec1 {
		margin-bottom: 40px;
	}
	#nationwide_network #nationwide_network-sec1 .com-img-info-box:not(:last-of-type) {
		margin-bottom: 40px;
	}
}

/*------------------------------------------------------------
	event
------------------------------------------------------------*/
#event #page-title {
	background-image: url(/assets/images/service/network/page-title-bg.jpg);
}
#event .com-white {
	padding-bottom: 80px;
}
#event .com-white section:not(:last-child) {
	margin-bottom: 80px;
}
#event #event-sec1 p {
	margin-bottom: 32px;
	line-height: 2;
}
#event #event-sec1 p:last-of-type {
	margin-bottom: 20px;
}
#event #event-sec1 ul {
	position: relative;
}
#event #event-sec1 ul::after {
	content: "";
	width: 31.4%;
}
#event #event-sec1 li {
	width: 31.4%;
}
#event #event-sec2 .com-text-list {
	margin-bottom: 32px;
	line-height: 2;
}
#event #event-sec2 .com-text-list li::before {
	top: 17px;
}
#event #event-sec8 .text {
	margin-top: -12px;
}
@media all and (max-width: 1023px) {
	#event #page-title {
		background-image: url(/assets/images/service/network/page-title-bg-sp.jpg);
	}
	#event .com-white {
		padding-bottom: 60px;
	}
	#event .com-white section:not(:last-child) {
		margin-bottom: 40px;
	}
	#event #event-sec1 p:last-of-type {
		margin-bottom: 12px;
	}
	#event #event-sec1 ul {
		display: block;
	}
	#event #event-sec1 li {
		width: auto;
		margin-bottom: 12px;
	}
	#event #event-sec1 li:last-child {
		margin-bottom: 0;
	}
	#event #event-sec1 li img {
		width: 100%;
	}
	#event #event-sec2 .com-text-list {
		margin-bottom: 12px;
	}
	#event #event-sec8 .text {
		margin-top: -20px;
	}
}

/*------------------------------------------------------------
	joint_sales
------------------------------------------------------------*/
#joint_sales #page-title {
	background-image: url(/assets/images/service/network/page-title-bg.jpg);
}
#joint_sales .com-white {
	padding-bottom: 80px;
}
#joint_sales .com-white section:not(:last-child) {
	margin-bottom: 80px;
}
#joint_sales #joint_sales-sec1 .pho {
	width: 256px;
}
#joint_sales #joint_sales-sec1 .pho {
	width: 256px;
}
#joint_sales #joint_sales-sec1 .text-box {
	width: 832px;
}
@media all and (max-width: 1023px) {
	#joint_sales #page-title {
		background-image: url(/assets/images/service/network/page-title-bg-sp.jpg);
	}
	#joint_sales .com-white {
		padding-bottom: 60px;
	}
	#joint_sales .com-white section:not(:last-child) {
		margin-bottom: 40px;
	}
}

/*------------------------------------------------------------
	franchise
------------------------------------------------------------*/
#franchise #page-title {
	background-image: url(/assets/images/franchise/page-title-bg.jpg);
}
#franchise .com-white {
	padding-bottom: 66px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	#franchise .com-list {
		justify-content: space-around;
	}	
}
#franchise .com-list > li {
	padding-bottom: 14px;
}
#franchise .com-list .pho {
	margin-bottom: 0;
}
#franchise .com-list .link-list span {
	padding: 12px 12px 11px 0;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #EAEAEA;
	border-top: none;
}
@media all and (max-width: 1023px) {
	#franchise #page-title {
		background-image: url(/assets/images/franchise/page-title-bg-sp.jpg);
	}
	#franchise .headline04 {
		margin-bottom: 20px;
	}
	#franchise .com-white {
		padding-bottom: 46px;
	}
}

/*------------------------------------------------------------
	flow
------------------------------------------------------------*/
#flow #page-title {
	background-image: url(/assets/images/franchise/flow/page-title-bg.jpg);
}
#flow .com-white {
	padding-bottom: 80px;
}
#flow .com-text {
	margin-bottom: 20px;
}
#flow .text-list li {
	margin-bottom: 20px;
	padding: 31px 31px 27px;
	display: flex;
	line-height: 2;
	position: relative;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
	border: 1px solid #EAEAEA;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
#flow .text-list li:last-child {
	margin-bottom: 0;
}
#flow .text-list li:not(:last-child)::before {
	position: absolute;
	left: 124px;
	bottom: -38px;
	width: 54px;
	height: 54px;
	content: "";
	background: url(/assets/images/franchise/flow/arrow.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
#flow .text-list .l-text {
	width: 240px;
	text-align: center;
	color: #667075;
	font-size: 1.8rem;
	font-weight: bold;
}
#flow .text-list .r-text {
	padding-bottom: 4px;
	width: calc(100% - 272px);
}
#flow .text-list .r-text a {
	text-decoration: underline;
}
#flow .text-list .ico {
	width: 64px;
	margin: 0 auto 5px;
}
#flow #flow-sec1 {
	margin-bottom: 80px;
}
#flow .text-list01 {
	margin-bottom: 32px;
}
@media all and (min-width: 1024px) {
	#flow .text-list .r-text a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 1023px) {
	#flow #page-title {
		background-image: url(/assets/images/franchise/flow/page-title-bg-sp.jpg);
	}
	#flow .com-white {
		padding-bottom: 60px;
	}
	#flow .text-list li {
		padding: 31px 15px;
		display: block;
	}
	#flow .text-list li:not(:last-child)::before {
		left: 50%;
		bottom: -37px;
		margin-left: -27px;
	}
	#flow .text-list .l-text {
		margin-bottom: 8px;
		width: auto;
	}
	#flow .text-list .r-text {
		padding-bottom: 0;
		width: auto;
	}
	#flow #flow-sec1 {
		margin-bottom: 40px;
	}
	#flow .text-list01 {
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
	qualification
------------------------------------------------------------*/
#qualification #page-title {
	background-image: url(/assets/images/franchise/qualification/page-title-bg.jpg);
}
#qualification .com-white {
	padding-bottom: 80px;
}
#qualification .com-text {
	margin-bottom: 32px;
}
#qualification .top-text {
	margin-bottom: 80px;
	line-height: 2;
}
@media all and (max-width: 1023px) {
	#qualification #page-title {
		background-image: url(/assets/images/franchise/qualification/page-title-bg-sp.jpg);
	}
	#qualification .com-white {
		padding-bottom: 60px;
	}
	#qualification .top-text {
		margin-bottom: 40px;
	}
}

/*------------------------------------------------------------
	simulation
------------------------------------------------------------*/
#simulation #page-title {
	background-image: url(/assets/images/franchise/simulation/page-title-bg.jpg);
}
#simulation .com-white {
	padding-bottom: 80px;
}
#simulation .img {
	width: 640px;
	margin: 0 auto 59px;
}
#simulation .text-list {
	width: 544px;
	margin: 0 auto;
}
#simulation .text-list li {
	padding: 20px 0 11px;
	display: flex;
	font-size: 1.8rem;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #EAEAEA;
}
#simulation .text-list .title {
	width: 47%;
}
#simulation .text-list .price {
	width: 47%;
	text-align: right;
	font-weight: bold;
}
#simulation .text-list .num {
	font-size: 2.4rem;
}
@media all and (max-width: 1023px) {
	#simulation #page-title {
		background-image: url(/assets/images/franchise/simulation/page-title-bg-sp.jpg);
	}
	#simulation .com-white {
		padding-bottom: 60px;
	}
	#simulation .img {
		width: auto;
		margin: -20px auto 0;
	}
	#simulation .img img {
		width: 100%;
	}
	#simulation .text-list {
		width: auto;
	}
	#simulation .text-list li {
		padding: 20px 16px 11px;
	}
}

/*------------------------------------------------------------
	faq
------------------------------------------------------------*/
#faq #page-title {
	background-image: url(/assets/images/franchise/faq/page-title-bg.jpg);
}
#faq .com-white {
	padding-bottom: 80px;
}
#faq .headline04 {
	margin-bottom: 0;
}
#faq .faq-list li {
	padding: 35px 0 31px;
	border-bottom: 1px solid #EAEAEA;
}
#faq .faq-list .q-title {
	padding: 0 0 21px 44px;
	font-size: 2rem;
	font-weight: bold;
	color: #00773D;
	position: relative;
}
#faq .faq-list .a-box {
	padding-left: 44px;
	position: relative;
}
#faq .faq-list .q-title::before,
#faq .faq-list .a-box::before {
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	top: -3px;
	padding-top: 6px;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	font-family: Arial, sans-serif;
	content: "Q";
	border: 2px solid #00773D;
	border-radius: 100%;
	background-color: #00773D;
	box-sizing: border-box;
}
#faq .faq-list .a-box::before {
	top: -6px;
	color: #00773D;
	background-color: #fff;
	content: "A";
}
#faq .faq-list .a-box p {
	margin-bottom: 32px;
	line-height: 2;
}
#faq .faq-list .a-box p:last-child {
	margin-bottom: 0 !important;
}
@media all and (max-width: 1023px) {
	#faq #page-title {
		background-image: url(/assets/images/franchise/faq/page-title-bg-sp.jpg);
	}
	#faq .com-white {
		padding-bottom: 0;
	}
	#faq .headline04 {
		margin-bottom: -12px;
	}
	#faq .faq-list li {
		padding: 31px 0;
	}
	#faq .faq-list li:last-child {
		border: none;
	}
	#faq .faq-list .q-title {
		padding-bottom: 19px;
		min-height: 55px;
		box-sizing: border-box;
		font-size: 1.8rem;
	}
	#faq .faq-list .q-title::before,
	#faq .faq-list .a-box::before {
		top: 1px;
	}
	#faq .faq-list .a-box::before {
		top: -6px;
	}
}

/*------------------------------------------------------------
	real_estate_manager
------------------------------------------------------------*/
#real_estate_manager #page-title {
	background-image: url(/assets/images/case_study/real_estate_manager/page-title-bg.jpg);
}
#real_estate_manager .com-white {
	padding-bottom: 80px;
}
#real_estate_manager .com-text {
	margin-bottom: 32px;
}
#real_estate_manager .top-text {
	margin-bottom: 80px;
	line-height: 2;
}
#real_estate_manager .com-white section:not(:last-child) {
	margin-bottom: 80px;
}
#real_estate_manager #real_estate_manager-sec3 .photo {
	margin: -12px 0 16px;
}
#real_estate_manager .com-link-text {
	text-align: right;
}
#real_estate_manager .com-link-text a {
	padding: 0 24px 0 0;
	background-image: url(/assets/images/icon-9.png);
	 background-position: right 6px center;
}
@media all and (max-width: 1023px) {
	#real_estate_manager #page-title {
		background-image: url(/assets/images/case_study/real_estate_manager/page-title-bg-sp.jpg);
	}
	#real_estate_manager .com-white {
		padding-bottom: 60px;
	}
	#real_estate_manager .top-text {
		margin-bottom: 40px;
	}
	#real_estate_manager .com-img-info.wid01 .text-box {
		margin: 0 0 20px;
	}
	#real_estate_manager .com-white section:not(:last-child) {
		margin-bottom: 40px;
	}
	#real_estate_manager #real_estate_manager-sec3 .photo {
		margin: -20px 0 8px;
	}
	#real_estate_manager #real_estate_manager-sec3 .photo img {
		width: 100%;
	}
}

/*------------------------------------------------------------
	independent
------------------------------------------------------------*/
#independent #page-title {
	background-image: url(/assets/images/case_study/independent/page-title-bg.jpg);
}
#independent .com-white {
	padding-bottom: 80px;
}
#independent .com-text {
	margin-bottom: 32px;
}
#independent .top-text {
	margin-bottom: 80px;
	line-height: 2;
}
#independent .com-white section:not(:last-child) {
	margin-bottom: 80px;
}
#independent #independent-sec1 p {
	margin-bottom: 32px;
	line-height: 2;
}
#independent #independent-sec1 p:last-of-type {
	margin-bottom: 0;
}
#independent #independent-sec1 .list-ul {
	margin-top: 20px;
}
#independent #independent-sec1 li {
	width: 48.6%;
	position: relative;
}
#independent #independent-sec1 .moive {
    overflow: hidden;
}
#independent #independent-sec1 li iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#independent #independent-sec1 li span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 11px;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: rgba(51, 51, 51, 0.70);
	box-sizing: border-box;
}
@media all and (max-width: 1023px) {
	#independent #page-title {
		background-image: url(/assets/images/case_study/independent/page-title-bg-sp.jpg);
	}
	#independent .com-white {
		padding-bottom: 60px;
	}
	#independent .top-text {
		margin-bottom: 40px;
	}
	#independent .com-white section:not(:last-child) {
		margin-bottom: 40px;
	}
	#independent #independent-sec1 .list-ul {
		margin-top: 12px;
		display: block;
	}
	#independent #independent-sec1 li {
		width: auto;
	}
	#independent #independent-sec1 .moive {
		margin-bottom: 12px;
		height: 0;
		padding-bottom: 56.25%;
	}
	#independent #independent-sec1 li span {
		font-size: 1.6rem;
		padding: 4px;
	}
	#independent .com-img-info .text-box {
		margin: 0 0 10px;
	}
}

/*------------------------------------------------------------
	related_business_manager
------------------------------------------------------------*/
#related_business_manager #page-title {
	background-image: url(/assets/images/case_study/related_business_manager/page-title-bg.jpg);
}
#related_business_manager .com-white {
	padding-bottom: 80px;
}
#related_business_manager .com-text {
	margin-bottom: 32px;
}
#related_business_manager .top-text {
	margin-bottom: 80px;
	line-height: 2;
}
#related_business_manager .com-white section:not(:last-child) {
	margin-bottom: 80px;
}
#related_business_manager .list-ul {
	margin-top: 32px;
	position: relative;
}
#related_business_manager .list-ul::after {
	content: "";
	width: 31.4%;
}
#related_business_manager .list-ul li {
	width: 31.4%;
}
#related_business_manager .list-ul .com-target-link {
	margin-top: 8px;
	text-align: center;
}
@media all and (max-width: 1023px) {
	#related_business_manager #page-title {
		background-image: url(/assets/images/case_study/related_business_manager/page-title-bg-sp.jpg);
	}
	#related_business_manager .com-white {
		padding-bottom: 60px;
	}
	#related_business_manager .top-text {
		margin-bottom: 40px;
	}
	#related_business_manager .com-white section:not(:last-child) {
		margin-bottom: 40px;
	}
	#related_business_manager .com-img-info .text-box {
		margin: 0 0 12px;
	}
	#related_business_manager .list-ul {
		margin-top: -8px;
		display: block;
	}
	#related_business_manager .list-ul li {
		width: auto;
		margin-top: 20px;
	}
	#related_business_manager .list-ul li img {
		width: 100%;
	}
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about #page-title {
	background-image: url(/assets/images/company/page-title-bg.jpg);
}
#about .com-white {
	padding-bottom: 80px;
}
#about .com-list::after {
	display: none;
}
#about .com-list .pho {
	margin-bottom: 0;
}
#about .com-list .link-list span {
	padding: 12px 12px 11px 0;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #EAEAEA;
	border-top: none;
}
#about .com-list.wid01 {
	margin-bottom: 80px;
}
@media all and (min-width: 1024px) {
	#about .com-list > li {
		width: 48.6%;
	}
	#about .com-list.wid02 > li {
		margin-right: 2.93%;
		width: 22.8%;
	}
	#about .com-list.wid02 > li:nth-child(4n) {
		margin-right: 0;
	}
}
@media all and (max-width: 1023px) {
	#about #page-title {
		background-image: url(/assets/images/company/page-title-bg-sp.jpg);
	}
	#about .headline04 {
		margin-bottom: 20px;
	}
	#about .com-white {
		padding-bottom: 46px;
	}
	#about .com-list > li {
		padding-bottom: 15px;
	}
	#about .com-list.wid01 {
		margin-bottom: 26px;
	}
}

/*------------------------------------------------------------
	top_message
------------------------------------------------------------*/
#top_message #page-title {
	background-image: url(/assets/images/company/page-title-bg.jpg);
}
#top_message .com-white {
	padding-bottom: 80px;
}
#top_message #top_message-sec .top-pho {
	margin-bottom: 32px;
}
#top_message #top_message-sec h3 {
	margin-bottom: 27px;
	font-size: 2.4rem;
}
#top_message #top_message-sec p {
	margin-bottom: 32px;
	line-height: 2;
}
#top_message #top_message-sec .ttl {
	margin-bottom: 17px;
	font-weight: bold;
}
#top_message #top_message-sec .name {
	width: 160px;
	margin: 0 0 0 auto;
}
@media all and (max-width: 1023px) {
	#top_message #page-title {
		background-image: url(/assets/images/company/page-title-bg-sp.jpg);
	}
	#top_message .com-white {
		padding-bottom: 60px;
	}
	#top_message #top_message-sec .top-pho {
		margin-bottom: 20px;
	}
	#top_message #top_message-sec .top-pho img {
		width: 100%;
	}
	#top_message #top_message-sec h3 {
		margin-bottom: 19px;
		font-size: 2rem;
	}
	#top_message #top_message-sec .ttl {
		margin-bottom: 21px;
		line-height: 1.5;
	}
}

/*------------------------------------------------------------
	vision
------------------------------------------------------------*/
#vision #page-title {
	background-image: url(/assets/images/company/page-title-bg.jpg);
}
#vision .com-white {
	padding-bottom: 80px;
}
#vision .com-white .top-pho {
	margin-bottom: 35px;
}
#vision .com-white h3 {
	margin-bottom: 32px;
	font-size: 2.4rem;
	text-align: center;
}
#vision .com-white h3 span {
	margin-bottom: 9px;
	display: block;
	color: #00773D;
}
#vision .com-white p {
	margin-bottom: 32px;
	line-height: 2;
}
#vision .com-white p .title {
	margin-bottom: 15px;
	display: block;
	color: #6FBA2C;
	font-weight: bold;
	font-size: 2rem;
}
#vision .com-white p .bold-text {
	color: #6FBA2C;
	font-weight: 600;
}
#vision .com-white p:last-of-type {
	margin-bottom: 0 !important;
}
#vision #vision-sec1 {
	margin-bottom: 80px;
}
#vision #vision-sec2 .top-pho {
	margin-bottom: 40px;
}
#vision #vision-sec2 h3 {
	margin-bottom: 27px;
}
#vision #vision-sec2 p {
	margin-bottom: 43px;
}
#vision #vision-sec2 .logo-img {
	width: 320px;
	margin: 32px auto 48px;
}
@media all and (max-width: 1023px) {
	#vision #page-title {
		background-image: url(/assets/images/company/page-title-bg-sp.jpg);
	}
	#vision .com-white {
		padding-bottom: 60px;
	}
	#vision .com-white .top-pho {
		margin-bottom: 18px;
	}
	#vision .com-white .top-pho img {
		width: 100%;
	}
	#vision .com-white h3 {
		margin-bottom: 20px;
		font-size: 2rem;
		text-align: left;
	}
	#vision .com-white h3 span {
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	#vision .com-white p span {
		margin-bottom: 17px;
		font-size: 1.6rem;
	}
	#vision #vision-sec1 {
		margin-bottom: 40px;
	}
	#vision #vision-sec2 .top-pho {
		margin-bottom: 20px;
	}
	#vision #vision-sec2 h3 {
		margin-bottom: 15px;
	}
	#vision #vision-sec2 p {
		margin-bottom: 35px;
	}
	#vision #vision-sec2 .logo-img {
		width: 200px;
		margin: 20px auto 40px;
	}
}

/*------------------------------------------------------------
	overview
------------------------------------------------------------*/
#overview #page-title {
	background-image: url(/assets/images/company/overview/page-title-bg.jpg);
}
#overview .com-white {
	padding-bottom: 80px;
}
#overview .com-text-list li {
	padding: 0 0 21px 15px;
}
#overview .com-text-list li::before {
	top: 11px;
	left: 6px;
	width: 4px;
	height: 4px;
}
#overview .com-text-list li:last-child {
	padding-bottom: 0 !important;
}
#overview .com-table td p {
	line-height: 1.45
}
#overview .com-table td p:not(:last-child) {
	margin-bottom: 20px;
}
#overview .member {
	display: flex;
	gap: 10px;
}
  #overview .member .position {
	width: 140px;
}
  #overview  .notice {
	width: 100%;
}  
@media all and (min-width: 1024px) {
	#overview .com-table th {
		width: 23.2%;
	}
	#overview .com-table .mail:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 1023px) {
	#overview #page-title {
		background-image: url(/assets/images/company/overview/page-title-bg-sp.jpg);
	}
	#overview .com-white {
		padding-bottom: 60px;
	}
	#overview .headline04 {
		margin-bottom: 20px;
	}
	#overview .com-table td {
		padding-top: 8px;
	}
	#overview .com-table tr:last-child td {
		padding-bottom: 19px;
		border-bottom: 1px solid #EAEAEA;
	}
}

/*------------------------------------------------------------
	history
------------------------------------------------------------*/
#history #page-title {
	background-image: url(/assets/images/company/history/page-title-bg.jpg);
}
#history .com-white {
	padding-bottom: 80px;
}
#history .com-white .headline01 {
	margin-bottom: 9px;
}
#history .com-white table {
	margin-bottom: 46px;
	width: 100%;
	border-collapse: collapse;
}
#history .com-white table:last-child {
	margin-bottom: 0 !important;
}
#history .com-white th,
#history .com-white td {
	padding: 24px 0 24px 40px;
	vertical-align: top;
	text-align: left;
	line-height: 1.45;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEAEA;
}
#history .com-white th {
	width: 8.6%;
	padding: 24px 0 24px;
	text-align: right;
}
@media all and (max-width: 1023px) {
	#history #page-title {
		background-image: url(/assets/images/company/history/page-title-bg-sp.jpg);
	}
	#history .com-white {
		padding-bottom: 60px;
	}
	#history .com-white .headline01 {
		margin-bottom: 2px;
	}
	#history .com-white table {
		margin-bottom: 40px;
	}
	#history .com-white th,
	#history .com-white td {
		padding: 20px 0 18px 40px;
		line-height: 1.45;
	}
	#history .com-white th {
		width: 41px;
		padding: 19px 0;
	}
}

/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#access #page-title {
	background-image: url(/assets/images/company/page-title-bg.jpg);
}
#access .com-white {
	padding-bottom: 80px;
}
#access #access-sec section:not(:last-child) {
	margin-bottom: 48px;
}
#access .img-info {
	margin-bottom: 20px;
}
#access .img-info .text-box {
	width: 60%;
}
#access .img-info p {
	line-height: 2;
}
#access .img-info p .mail:hover {
	text-decoration: underline;
}
#access .img-info .pho {
	width: 27.58%;
}
#access .map {
    position: relative;
    padding-bottom: 43.1%;
    height: 0;
    overflow: hidden;
}
#access .map iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media all and (max-width: 1023px) {
	#access #page-title {
		background-image: url(/assets/images/company/page-title-bg-sp.jpg);
	}
	#access .com-white {
		padding-bottom: 60px;
	}
	#access #access-sec section:not(:last-child) {
		margin-bottom: 40px;
	}
	#access .img-info .text-box {
		width: 100%;
		order: 1;
	}
	#access .img-info p .mail:hover {
		text-decoration: none;
	}
	#access .img-info .pho {
		width: 46.7%;
		margin: 0 auto 21px;
	}
	#access .img-info .pho img {
		width: 100%;
	}
	#access .map {
		padding-bottom: 111%;
	}
}

/*------------------------------------------------------------
	site
------------------------------------------------------------*/
#site #page-title {
	background-image: url(/assets/images/policies/site/page-title-bg.jpg);
}
#site .com-white {
	padding-bottom: 80px;
}
#site #site-sec section:not(:last-child) {
	margin-bottom: 48px;
}
#site #site-sec p {
	margin-bottom: 32px;
	line-height: 2;
}
#site #site-sec p .link {
	text-decoration: underline;
}
@media all and (min-width: 1024px) {
	#site #site-sec p .link:hover {
		text-decoration: none;
	}
}
#site #site-sec p:last-of-type {
	margin-bottom: 0 !important;
}
#site #site-sec .bg-box {
	margin-top: 80px;
	padding: 27px 32px 32px;
	border-radius: 8px;
	background:#F5F5F5;
}
#site #site-sec .bg-box span {
	margin-bottom: 15px;
	display: block;
	font-weight: bold;
	font-size: 2rem;
}
@media all and (max-width: 1023px) {
	#site #page-title {
		background-image: url(/assets/images/policies/site/page-title-bg-sp.jpg);
	}
	#site .com-white {
		padding-bottom: 60px;
	}
	#site #site-sec section:not(:last-child) {
		margin-bottom: 40px;
	}
	#site #site-sec .bg-box {
		margin-top: 40px;
		padding: 19px 16px 24px;
	}
	#site #site-sec .bg-box span {
		margin-bottom: 4px;
		font-size: 1.8rem;
	}
}

/*------------------------------------------------------------
	request
------------------------------------------------------------*/
#request #page-title {
	padding-top: 81px;
	background-image: url(/assets/images/request/franchise/page-title-bg.jpg);
}
#request #page-title h2 .en span {
  color: #00773D;
  background-color: #fff;
}
#request .com-white {
	padding-bottom: 80px;
}
#request .com-img-info .headline04 {
	margin-bottom: 20px;
}
#request .com-img-info .text-box {
	width: 60%;
}
#request .com-img-info .pho {
	width: 200px;
}
@media all and (max-width: 1023px) {
	#request #page-title {
		padding-top: 73px;
		background-image: url(/assets/images/request/franchise/page-title-bg-sp.jpg);
	}
	#request .com-white {
		padding-bottom: 60px;
	}
	#request .com-img-info .text-box {
		margin: 0 0 20px;
	}
	#request .com-img-info .pho {
		width: 163px !important;
		margin: 0 auto;
	}
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact #page-title {
	padding-top: 81px;
	background-image: url(/assets/images/contact/page-title-bg.jpg);
}
#contact .com-white {
	padding-bottom: 80px;
}
#contact .top-text {
	margin-bottom: 44px;
	line-height: 2;
	text-align: center;
}
#contact #mail-form {
	padding: 0;
	background-color: transparent;
	border-bottom: none;
}
#contact #mail-form form {
	padding: 0;
}
@media all and (max-width: 1023px) {
	#contact #page-title {
		padding-top: 73px;
		background-image: url(/assets/images/contact/page-title-bg-sp.jpg);
	}
	#contact .com-white {
		padding-bottom: 60px;
	}
	#contact .top-text {
		margin-bottom: 36px;
		text-align: left;
	}
}

/*------------------------------------------------------------
	contact/thanks
------------------------------------------------------------*/
#contact-thanks p {
	margin-bottom: 32px;
	line-height: 2;
}
#contact-thanks p .link {
	text-decoration: underline;
}
@media all and (min-width: 1024px) {
	#contact-thanks p .link:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 1023px) {
	#contact-thanks .headline04 {
		margin-bottom: 20px;
	}
	#contact-thanks p:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------------
	membership
------------------------------------------------------------*/
#membership #page-title {
	padding-top: 81px;
	background-image: url(/assets/images/explanation_videos/membership/page-title-bg.jpg);
}
#membership .com-white {
	padding-bottom: 80px;
}
#membership .moive {
	margin-bottom: 80px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#membership .moive iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#membership .text-list {
	position: relative;
}
#membership .text-list::after {
	content: "";
	width: 31%;
}
#membership .text-list li {
	width: 31%;
	padding: 24px 10px 25px;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	background-color: #F5FAF2;
	box-sizing: border-box;
}
#membership .text-list .img {
	width: 80px;
	margin: 0 auto 15px;
}
#membership #membership-sec1 {
	margin-bottom: 80px;
}
#membership .img-list {
	margin-bottom: 20px;
}
#membership .img-list li {
	width: 22.41%;
	margin-right: 3.45%;
}
#membership .img-list li:nth-child(4n) {
	margin-right: 0;
}
#membership .img-list .pho {
	height: 128px;
	margin: 0 auto;
	text-align: center;
}
#membership .img-list .pho img {
	height: 128px;
}
#membership .img-list p {
	padding: 8px 5px;
	margin-bottom: 22px;
	position: relative;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	border-radius: 8px;
	background-color: #00773D;
}
#membership .img-list p::before {
	margin-left: -11px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	background: url(/assets/images/icon-31.png) no-repeat;
	background-size: 22px auto;
	width: 22px;
	height: 10px;
	content: "";
}
#membership .bg-box {
	margin-bottom: 48px;
	padding: 31px 20px 32px;
	border-radius: 8px;
	background: #F5F5F5;
}
#membership .bg-box .ttl {
	margin-bottom: 19px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#membership .bg-box .ttl span {
	padding: 1px 67px;
	min-height: 60px;
	display: inline-block;
	background: url(/assets/images/line-1.png) no-repeat left top,url(/assets/images/line-2.png) no-repeat right top;
	background-size: 60px auto;
	box-sizing: border-box;
}
#membership .bg-box .link {
	width: 480px;
	margin: 0 auto;
}
#membership .bg-box .link a {
	padding: 23px 0;
	display: block;
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background: #FF7A00;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
}
#membership .list-ul {
	margin-bottom: 48px;
}
#membership .list-ul li {
	margin-bottom: 20px;
	padding: 31px 10px 31px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;
	border: 1px solid #EAEAEA;
}
#membership .list-ul li:last-child {
	margin-bottom: 0 !important;
}
#membership .list-ul .title {
	width: 520px;
	padding-left: 97px;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#membership .list-ul .num {
	position: absolute;
	left: 0;
	top: 50%;
	padding: 3px 0 4px;
	margin-top: -16px;
	width: 80px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 4px;
	background: #00773D;
}
#membership .list-ul .img-box {
	width: 341px;
	padding-left: 19px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-left: 1px solid #EAEAEA;
	box-sizing: border-box;
}
#membership .list-ul .pho {
	width: 64px;
}
#membership .list-ul .img-box p {
	width: calc(100% - 74px);
	font-size: 1.4rem;
}
#membership .list-ul .img-box span {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #00773D;
}
#membership .text-list .num {
	padding: 5px 0 3px;
	width: 87px;
	margin: 0 auto 16px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 4px;
	background: #00773D;
	font-family: Arial, sans-serif;
}
#membership #membership-sec2 .text-list li {
	position: relative;
}
#membership #membership-sec2 .text-list li:not(:last-child)::before {
	position: absolute;
	margin-top: -12px;
	right: -28px;
	top: 50%;
	background: url(/assets/images/icon-32.png) no-repeat;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
	content: "";
}
@media all and (min-width: 1024px) {
	#membership .bg-box a:hover {
		background-color: #FF9029;
	}
}
@media all and (max-width: 1023px) {
	#membership #page-title {
		padding-top: 73px;
		background-image: url(/assets/images/explanation_videos/membership/page-title-bg-sp.jpg);
	}
	#membership .com-white {
		padding-bottom: 60px;
	}
	#membership .headline04 {
		margin-bottom: 20px;
	}
	#membership .moive {
		margin-bottom: 40px;
	}
	#membership .moive img {
		width: 100%;
	}
	#membership .text-list {
		display: block;
	}
	#membership .text-list li {
		width: auto;
		min-height: 198px;
		margin-bottom: 20px;
	}
	#membership .text-list li:last-child {
		margin-bottom: 0 !important;
	}
	#membership #membership-sec1 {
		margin-bottom: 40px;
	}
	#membership .img-list {
		display: block;
	}
	#membership .img-list li {
		width: auto;
		margin: 0 0 20px;
	}
	#membership .img-list li:last-child {
		margin: 0;
	}
	#membership .bg-box {
		margin-bottom: 40px;
		padding: 19px 15px 20px;
	}
	#membership .bg-box .ttl {
		margin-bottom: 19px;
		font-size: 1.6rem;
	}
	#membership .bg-box .ttl span {
		padding: 1px 38px;
		min-height: 50px;
		background: url(/assets/images/line-1-sp.png) no-repeat left top,url(/assets/images/line-2-sp.png) no-repeat right top;
		background-size: 31px auto;
	}
	#membership .bg-box .link {
		width: auto;
		max-width: 311px;
	}
	#membership .bg-box .link a {
		padding: 17px 10px;
		font-size: 2rem;
	}
	#membership .headline02 {
		font-size: 2rem;
	}
	#membership .list-ul {
		margin-bottom: 40px;
	}
	#membership .list-ul li {
		padding: 19px 15px;
		display: block;
	}
	#membership .list-ul .title {
		width: auto;
		padding: 0 0 16px;
	}
	#membership .list-ul .num {
		position: static;
		padding: 4px 0;
		margin: 0 0 8px;
	}
	#membership .list-ul .img-box {
		width: auto;
		padding: 19px 0 0;
		border-top: 1px solid #EAEAEA;
		border-left: none;
	}
	#membership .list-ul .img-box p {
		width: calc(100% - 64px);
		margin-right: -10px;
	}
	#membership #membership-sec2 .text-list li {
		margin-bottom: 32px;
	}
	#membership #membership-sec2 .text-list li:not(:last-child)::before {
		margin: 0 -12px 0 0;
		right: 50%;
		top: inherit;
		bottom: -28px;
		background-image: url(/assets/images/icon-32-sp.png);
	}
}
@media all and (max-width: 370px) {
	#membership .bg-box .ttl {
		font-size: 1.5rem;
	}
}
@media all and (max-width: 340px) {
	#membership .bg-box .ttl {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	membership/thanks
------------------------------------------------------------*/
#membership-thanks p {
	margin-bottom: 32px;
	line-height: 2;
}
#membership-thanks p a {
	text-decoration: underline;
}
#membership-thanks p a:hover {
	text-decoration: none;
}
@media all and (max-width: 1023px) {
	#membership-thanks .headline04 {
		margin-bottom: 20px;
	}
	#membership-thanks p:last-child {
		margin-bottom: 0;
	}
	#membership-thanks p a:hover {
		text-decoration: underline;
	}
}

/*------------------------------------------------------------
	human_resource
------------------------------------------------------------*/
#human_resource #page-title {
	background-image: url(/assets/images/service/human_resource/supervisers/page-title-bg.jpg);
}
#human_resource .com-white {
	padding-bottom: 80px;
}
#human_resource .com-text {
	margin-bottom: 20px;
}
#human_resource #human_resource-sec1 .bg-box {
	margin: 32px 0 48px;
	padding: 32px;
	border-radius: 8px;
	background: #F5F5F5;
}
#human_resource #human_resource-sec1 .bg-box .headline02 {
	color: #333;
}
#human_resource #human_resource-sec1 .bg-box li {
	padding: 5px 32px 0 44px;
	position: relative;
	box-sizing: border-box;
}
#human_resource #human_resource-sec1 .bg-box .bold {
	margin-bottom: 4px;
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
}
#human_resource #human_resource-sec1 .bg-box .num {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	padding-top: 8px;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background-color: #00773D;
	box-sizing: border-box;
	border-radius: 100%;
	font-family: Arial, sans-serif;
}
#human_resource #human_resource-sec1 .info-box {
	margin-bottom: 48px;
}
#human_resource #human_resource-sec1 .com-text-list {
	line-height: 2;
}
#human_resource #human_resource-sec1 .com-text-list li::before {
	top: 16px;
}
#human_resource #human_resource-sec1 .text {
	margin-bottom: 20px;
	line-height: 2;
}
#human_resource #human_resource-sec1 .list-ul {
	margin-bottom: 20px;
}
#human_resource #human_resource-sec1 .list-ul li {
	width: 22.9%;
	margin-right: 2.8%;
}
#human_resource #human_resource-sec1 .list-ul li:nth-child(4n) {
	margin-right: 0;
}
#human_resource #human_resource-sec1 .list-ul a {
	display: block;
	color: #667075;
	font-size: 1.4rem;
}
#human_resource #human_resource-sec1 .list-ul a:hover {
	opacity: 0.6;
}
#human_resource #human_resource-sec1 .list-ul .pho {
	margin-bottom: 16px;
}
#human_resource #human_resource-sec1 .list-ul span {
	margin-bottom: 8px;
	display: block;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
}
#human_resource #human_resource-sec1 .com-link {
	width: 321px;
	margin: 0 auto;
}
#human_resource #human_resource-sec1 .com-link a {
	padding: 16px 25px;
	font-size: 2rem;
	background-size: 9px auto;
}
#human_resource #human_resource-sec1 {
	margin-bottom: 80px;
}
#human_resource #human_resource-sec2 {
	margin-bottom: 80px;
}
#human_resource #human_resource-sec2 .headline01 {
	margin-bottom: 49px;
}
#human_resource #human_resource-sec3 .com-img-info {
	margin-bottom: 48px;
}
#human_resource #human_resource-sec3 .text {
	line-height: 2;
}
#human_resource #human_resource-sec3 .photo-list li {
	width: 22.9%;
	margin: 20px 1.7% 0 0;
}
#human_resource #human_resource-sec3 .photo-list li:nth-child(4n) {
	margin-right: 0;
}
#human_resource #human_resource-sec3 .photo-list p {
	margin-top: 8px;
	font-size: 1.4rem;
	font-weight: bold;
}
@media all and (max-width: 1023px) {
	#human_resource #page-title {
		background-image: url(/assets/images/service/human_resource/supervisers/page-title-bg-sp.jpg);
	}
	#human_resource .com-white {
		padding-bottom: 40px;
	}
	#human_resource #human_resource-sec1 .com-img-info01 .text-box {
		margin: 12px 0 0;
	}
	#human_resource #human_resource-sec1 .bg-box {
		margin: 12px 0 40px;
		padding: 23px 16px 5px;
	}
	#human_resource #human_resource-sec1 .bg-box .headline02 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	#human_resource #human_resource-sec1 .bg-box ul {
		display: block;
	}
	#human_resource #human_resource-sec1 .bg-box li {
		padding: 4px 0 19px 44px;
	}
	#human_resource #human_resource-sec1 .bg-box .bold {
		margin-bottom: 6px;
	}
	#human_resource #human_resource-sec1 .bg-box .num {
		top: 1px;
	}
	#human_resource #human_resource-sec1 .info-box {
		margin-bottom: 40px;
	}
	#human_resource #human_resource-sec1 .com-text-list {
		margin-right: -10px;
	}
	#human_resource #human_resource-sec1 .text {
		margin-bottom: 12px;
	}
	#human_resource #human_resource-sec1 .list-ul {
		margin-bottom: 13px;
		display: block;
	}
	#human_resource #human_resource-sec1 .list-ul li {
		width: auto;
		margin: 0 0 20px;
	}
	#human_resource #human_resource-sec1 .list-ul li img {
		width: 100%;
	}
	#human_resource #human_resource-sec1 .list-ul li:last-child {
		margin: 0;
	}
	#human_resource #human_resource-sec1 .list-ul .pho {
		margin-bottom: 12px;
	}
	#human_resource #human_resource-sec1 .com-link {
		width: auto;
		max-width: 343px;
	}
	#human_resource #human_resource-sec1 {
		margin-bottom: 40px;
	}
	#human_resource #human_resource-sec2 {
		margin-bottom: 40px;
	}
	#human_resource #human_resource-sec2 .headline01 {
		margin-bottom: 20px;
	}
	#human_resource #human_resource-sec2 .com-img-info .text-box {
		margin: 0 0 12px;
	}
	#human_resource #human_resource-sec3 .com-img-info {
		margin-bottom: 40px;
	}
	#human_resource #human_resource-sec3 .com-img-info .text-box {
		margin: 12px 0 0;
	}
	#human_resource #human_resource-sec3 .photo-list {
		justify-content: space-between;
	}
	#human_resource #human_resource-sec3 .photo-list li {
		width: 48.1%;
		margin: 12px 0 0;
	}
	#human_resource #human_resource-sec3 .photo-list li img {
		width: 100%;
	}
	#human_resource #human_resource-sec3 .photo-list p {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 350px) {
	#human_resource #human_resource-sec1 .com-link a {
		font-size: 1.8rem;
	}
}
