/* -----------------------------------------------
= skip
----------------------------------------------- */
.skip {
	position: fixed;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip:focus,
.skip:active {
	display: block;
	width: 260px;
	height: auto;
	top: 5px;
	left: 5px;
	clip: auto;
	z-index: 1000;
	font-size: var(--r20);
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}
/* -----------------------------------------------
= page_title
----------------------------------------------- */
.page_title {
	background: url(../img/shared/title_bg.png) no-repeat 95% 100% / 133% auto;
}
.page_title h1 {
	margin-right: 50px;
	padding: 15px 18px 17px;
}
.page_title h1 span {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #8ab48d;
	font-size: calc(2.5rem / 1.6);
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.page_title {
	position: relative;
	background-position: right 43vw top 45px;
	background-size: 1303px auto;
	overflow: hidden;
}
.page_title img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 50vw;
	height: 300px;
	border-radius: 0 0 0 10px;
	object-fit: cover;
	object-position: 50% 0;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1);
}
.page_title .inner {
	display: flex;
	align-items: center;
	min-height: 300px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
.page_title h1 {
	margin-right: calc(50% + 30px);
	padding: 30px 0;
}
.page_title h1 span {
	display: inline-block;
	min-width: 330px;
	padding: 0 5px 15px;
	font-size: calc(5rem / 1.6);
	line-height: 1.3;
}
}/* @media */
/* -----------------------------------------------
= breadcrumbs
----------------------------------------------- */
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 50px 30px 0;
	padding: 0 18px;
}
.breadcrumbs li {
	position: relative;
	margin-right: 12px;
	font-size: calc(1rem / 1.6);
}
.breadcrumbs li + li {
	padding-left: 16px;
}
.breadcrumbs li + li::before,
.breadcrumbs li + li::after {
	content: "";
	position: absolute;
	top: 3px;
	width: 4px;
	height: 7px;
	background: url(../img/shared/icon_breadcrumbs.svg) no-repeat 50% / 100% auto;
}
.breadcrumbs li + li::before {
	left: 0;
	filter: var(--filterGreen);
	opacity: .3;
}
.breadcrumbs li + li::after {
	left: 3px;
	filter: var(--filterGreen);
	opacity: .5;
}
.breadcrumbs li a {
	color: var(--green);
}
@media print, screen and (width >= 768px) {/* PC */
.breadcrumbs {
	justify-content: end;
	max-width: 1100px;
	margin: 15px auto 25px;
	padding: 0 20px;
}
.breadcrumbs li {
	margin-right: 18px;
	font-size: var(--r15);
}
.breadcrumbs li + li {
	padding-left: 30px;
}
.breadcrumbs li + li::before,
.breadcrumbs li + li::after {
	top: 7px;
	width: 7px;
	height: 10px;
}
.breadcrumbs li + li::after {
	left: 6px;
}
.breadcrumbs li a:hover {
	text-decoration: underline;
}
}/* @media */
/* -----------------------------------------------
= contents
----------------------------------------------- */
.contents {
	padding: 0 18px;
}
@media print, screen and (width >= 768px) {/* PC */
.contents {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
}/* @media */
/* -----------------------------------------------
= parts
----------------------------------------------- */
.main_title {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 14px;
	color: #fff;
	background: var(--gradGreen);
	border-radius: 0 0 5px 5px;
	font-size: calc(1.8rem / 1.6);
	font-weight: bold;
	letter-spacing: .02em;
}
.main_title::before,
.main_title::after {
	content: "";
	position: absolute;
}
.main_title::before {
	top: -3px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #bdd6bf;
}
.main_title::after {
	top: 50%;
	left: 0;
	width: 5px;
	height: calc(100% - 16px);
	background: #7ad381;
	transform: translateY(-50%);
}
.title {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: calc(1.8rem / 1.6);
	font-weight: bold;
	letter-spacing: .02em;
}
.title::before,
.title::after {
	content: "";
	position: absolute;
}
.title::before {
	left: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--green);
}
.title::after {
	left: 11px;
	bottom: 3px;
	width: calc(100% - 11px);
	height: 1px;
	background: #8ab48d;
}
.text {
	padding-bottom: 20px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(25 / 14);
	letter-spacing: .04em;
}
.sub_title {
	margin-bottom: 15px;
	color: var(--green);
	font-size: calc(1.3rem / 1.6);
	font-weight: bold;
	letter-spacing: .02em;
}
.box {
	margin-bottom: 30px;
	padding: 20px;
	box-shadow: -3px -3px 3px #fff, 3px 3px 3px rgba(0,0,0,.1);
	border-radius: 5px;
}
.sub_text {
	font-size: calc(1.3rem / 1.6);
	line-height: calc(25 / 13);
	letter-spacing: .04em;
}
.img {
	box-shadow: -3px -3px 3px #fff, 3px 3px 3px rgba(0,0,0,.1);
	border-radius: 5px;
}
.note {
	margin-left: 1em;
	text-indent: -1em;
	color: #a40000;
	font-size: calc(1.3rem / 1.6);
	letter-spacing: .02em;
}
@media print, screen and (width >= 768px) {/* PC */
.main_title {
	margin-bottom: 50px;
	padding: 13px 30px;
	border-radius: 0 0 10px 10px;
	font-size: calc(3rem / 1.6);
}
.main_title::before {
	top: -5px;
	height: 3px;
}
.main_title::after {
	width: 10px;
	height: calc(100% - 30px);
}
.title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: calc(3rem / 1.6);
}
.title::before {
	width: 11px;
	height: 11px;
}
.title::after {
	left: 15px;
	bottom: 5px;
	width: calc(100% - 15px);
}
.text {
	font-size: calc(1.8rem / 1.6);
	line-height: calc(30 / 18);
	letter-spacing: .02em;
}
.sub_title {
	font-size: calc(2.4rem / 1.6);
}
.box {
	margin-bottom: 30px;
	padding: 20px;
	box-shadow: -5px -5px 5px #fff, 5px 5px 5px rgba(0,0,0,.1);
	border-radius: 10px;
}
.sub_text {
	font-size: calc(1.6rem / 1.6);
	line-height: calc(30 / 16);
	letter-spacing: .02em;
}
.img {
	box-shadow: -5px -5px 5px #fff, 5px 5px 5px rgba(0,0,0,.1);
	border-radius: 10px;
}
.note {
	font-size: calc(1.6rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	padding-bottom: 35px;
}
@media print, screen and (width >= 768px) {/* PC */
.block {
	padding-bottom: 70px;
}
.block_in {
	display: flex;
	align-items: start;
}
.block_in .set {
	flex: 1;
	margin-right: 40px;
}
.block_in .img {
	width: calc(360 / 1100 * 100%);
}
}/* @media */
/* -----------------------------------------------
= step
----------------------------------------------- */
.step li {
	margin: 30px 0;
}
.step .icon {
	display: grid;
	place-content: center;
	float: left;
	width: 100px;
	height: 100px;
	box-shadow: -3px -3px 3px #fff, 3px 3px 3px rgba(0,0,0,.1);
	border-radius: 50%;
}
.step .icon img {
	width: 55px;
	filter: var(--filterGreen);
}
.step .title {
	margin: 0 0 8px 120px;
	color: var(--green);
}
.step .sub_text {
	margin-left: 120px;
}
@media print, screen and (width >= 768px) {/* PC */
.step {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
	gap: 50px 40px;
	margin-bottom: 50px;
}
.step li {
	margin: 0;
}
.step .icon {
	width: 150px;
	height: 150px;
	box-shadow: -5px -5px 5px #fff, 5px 5px 5px rgba(0,0,0,.1);
}
.step .icon img {
	width: 84px;
}
.step .title {
	margin: 10px 0 15px 190px;
	font-size: calc(2.4rem / 1.6);
}
.step .sub_text {
	margin-left: 190px;
}
}/* @media */
/* -----------------------------------------------
= contact
----------------------------------------------- */
.block.contact {
	padding: 20px 0 60px;
	border-top: 1px dashed #a8a8a8;
}
.block.contact .tel {
	width: auto;
	margin-bottom: 20px;
	border-right: none;
	text-align: center;
}
.block.contact .tel p:first-child {
	margin-top: 0;
	color: var(--green);
	font-size: calc(1.4rem / 1.6);
	font-weight: bold;
}
.block.contact .tel p:last-child {
	margin-top: 5px;
	padding-left: 0;
	font-size: calc(2.3rem / 1.6);
}
.block.contact .tel p:last-child::before {
	display: none;
}
.block.contact .tel p:last-child span {
	color: var(--green);
}
.block.contact .job {
	width: auto;
	margin-bottom: 0;
	padding-left: 0;
}
.block.contact .job a {
	display: block;
	padding: 10px;
	color: #fff;
	border-radius: 3em;
	box-shadow: 3px 3px 3px rgba(0,0,0,.1);
	font-size: calc(1.7rem / 1.6);
	text-align: center;
}
.block.contact .job a:first-child {
	margin-bottom: 20px;
	background: linear-gradient(#f29633,#f25323);
}
.block.contact .job a:last-child {
	background: var(--gradGreen);
}
.block.contact .job a::before {
	top: calc(50% - 7px);
	left: 15px;
	width: 15px;
	height: 15px;
	filter: var(--filterWhite);
}
@media print, screen and (width >= 768px) {/* PC */
.block.contact {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
	gap: 30px;
	padding: 40px 0 100px;
}
.block.contact .tel {
	margin-bottom: 0;
	border-left: none;
}
.block.contact .tel p:first-child {
	font-size: calc(2.2rem / 1.6);
}
.block.contact .tel p:last-child {
	font-size: calc(3.6rem / 1.6);
}
.block.contact .job {
	padding: 0;
	border-right: none;
}
.block.contact .job a {
	max-width: 490px;
	margin: 0 auto;
	padding: 17px 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1);
	font-size: calc(2.4rem / 1.6);
}
.block.contact .job a:first-child {
	margin-bottom: 30px;
}
.block.contact .job a {
	text-decoration: none;
}
.block.contact .job a:first-child:hover {
	background: linear-gradient(#f25323,#f29633);
}
.block.contact .job a:last-child:hover {
	background: var(--gradGreenHover);
}
.block.contact .job a::before {
	top: calc(50% - 11px);
	left: 22px;
	width: 22px;
	height: 22px;
}
}/* @media */

