@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
/* ------------------------------------------------ */
#index-withhome {
}
.ghpost-bloc {
}
.bloc-ghpost .inner {
}
@media screen and (max-width: 767px) {
	.bloc-ghpost .inner {
		padding: 0px 0px;
	}
}
.ghpost-bloc h3 {
	color: var(--color1);
	font-size: 24px;
	font-size: clamp(24px, 4.2vw, 42px);
	font-family: var(--font2);
	font-weight: 700;
	line-height: 1em;
	border-bottom: 3px dotted var(--gray4);
	margin-bottom: 50px;
	padding-bottom: 10px;
	text-align: center;
}
.ghpost-box {
/*
	margin-bottom: 60px;
*/
	position: relative;
}
.ghpost-box.wave::before,
.ghpost-box.wave::after {
	content: "";
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	height: 50px;
	background-repeat: no-repeat;
	background-size: cover;
opacity: 1;
}
.ghpost-box.wave.wave-top::before {
	top: -50px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="100%" height="100%" viewBox="0 0 900 120" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M0,115.988L0,16.882L37.5,12.209C75,7.633 150,-1.716 225,0.274C300,2.263 375,15.589 450,12.209C525,8.926 603,12.748 678,5.488C753,-1.873 900,21.249 900,21.249L900,111.026L862.5,109.414C825,107.677 750,104.451 675,103.583C600,102.715 525,104.451 450,110.158C375,115.988 299,109.69 224,111.302C149,113.039 75,122.564 37.5,119.338L0,115.988Z"/></svg>');
	background-position: center top;
}
.ghpost-box.wave.wave-btm::after {
	bottom: -50px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="100%" height="100%" viewBox="0 0 900 120" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M0,115.988L0,16.882L37.5,12.209C75,7.633 150,-1.716 225,0.274C300,2.263 375,15.589 450,12.209C525,8.926 603,12.748 678,5.488C753,-1.873 900,21.249 900,21.249L900,111.026L862.5,109.414C825,107.677 750,104.451 675,103.583C600,102.715 525,104.451 450,110.158C375,115.988 299,109.69 224,111.302C149,113.039 75,122.564 37.5,119.338L0,115.988Z"/></svg>');
	background-position: center bottom;
}
@media screen and (max-width:479px) {
	.ghpost-box.wave.wave-top::before {
		top: -30px;
	}
	.ghpost-box.wave.wave-btm::after {
		bottom: -30px;
	}
}
.ghpost-box-outer {
	padding: 50px 10px;
}
.ghpost-box.wave.wave-top .ghpost-box-outer {
	padding-top: 10px;
}
.ghpost-box.wave.wave-bt, .ghpost-box-outer {
	padding-bottom: 10px;
}
.ghpost-box h4 {
	position: relative;
	font-size: 24px;
	font-size: clamp(24px, 2.4vw, 24px);
	font-family: var(--font2);
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 20px;
	padding-left: 40px;
}
.ghpost-box h4::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;

	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="100%" height="100%" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg"><path fill="%236bc1db" d="M15.002,0L0,11.037L0,30L11.813,30L11.813,19.867L18.187,19.867L18.187,30L30,30L30,11.037L15.002,0Z"/></svg>');
	background-repeat: no-repeat;
	background-position: center top;
}
.ghpost-box-inner {
	padding: 10px 10px;
}
@media screen and (min-width: 768px) {
	.ghpost-box-inner {
		padding: 10px 20px;
	}
}
.ghpost-box-inner .tableinner {
}
@media screen and (max-width: 767px) {
	.ghpost-box-inner .tableinner {
		text-align: center;
	}
}
/* ------------------------------------------------ */
.ghpost-list {
}
.ghpost-list ul {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
@media screen and (min-width: 768px) {
	.ghpost-list ul {
		padding: 10px 50px;
	}
}
.ghpost-list ul li {
	position: relative;
	border-bottom: 2px dashed var(--gray4);
	padding: 10px 10px 10px 30px;
}
.ghpost-list ul li:last-child {
	border-bottom: none;
}
.ghpost-list ul li::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: var(--white);
	border: 3px solid var(--color2);
	border-radius: 50px;
}
#ghpost-use .ghpost-list ul li::before {
	border: 3px solid var(--color6);
}
.ghpost-list ul li dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.ghpost-list ul li dl dt,
.ghpost-list ul li dl dd {
	display: table-cell;
	vertical-align: middle;
}
.ghpost-list ul li dl dt {
	width: 20%;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.ghpost-list ul li dl dd {
}
/* ------------------------------------------------ */
#ghpost-img {
	background-color: var(--bg2);
}
#ghpost-img .ghpost-box-inner {
	border-radius: 10px;
	padding: 10px 10px;
}
/* ------------------------------------------------ */
#ghpost-gaiyo dl {
}
/* ------------------------------------------------ */
#ghpost-flow {
	background-color: var(--bg1);
}
.ghpost-flow {
	border-radius: 10px;
	padding: 10px 10px;
}
@media screen and (min-width: 768px) {
	.ghpost-box-outer {
		padding: 100px 10px;
	}
	#ghpost-flow .ghpost-box-inner {
		padding: 0px 50px;
	}
}
@media screen and (max-width: 767px) {

}
.ghpost-flow ul {
	position: relative;
}
.ghpost-flow ul li {
	position: relative;
}
.ghpost-flow ul li::before {
	content: "";
	position: absolute;
	z-index: 0;
	background-color: var(--color1);
}
.ghpost-flow ul li::after {
	content: "";
	position: absolute;
	z-index: 0;
	width: 14px;
	height: 14px;
	background-color: var(--white);
	border: 3px solid var(--color4);
	border-radius: 50px
}
.ghpost-flow ul li:last-child::after {
	width: 0;
	height: 0;
	background-color: transparent;
	border-style: solid;
	border-radius: 0px
}
@media screen and (min-width: 768px) {
	.ghpost-flow ul {
		display: flex;
		flex-wrap: nowrap;
		gap: 0px;
		align-items: stretch;
		justify-content: center;
	}
	.ghpost-flow ul li {
		flex: 1;
		box-sizing: border-box;
	}
	.ghpost-flow ul li::before {
		left: 0px;
		top: 40px;
		width: 100%;
		height: 5px;
	}
	.ghpost-flow ul li:last-child::before {
		width: 50%;
	}
	.ghpost-flow ul li::after {
		left: 50%;
		transform: translateX(-50%);
		top: 33px;
	}
	.ghpost-flow ul li:last-child::after {
		border-width: 9px 0px 9px 20px;
		border-color: transparent transparent transparent var(--color1);
	}
}
@media screen and (max-width: 767px) {
	.ghpost-flow ul li::before {
		left: 50px;
		top: 0px;
		width: 5px;
		height: 100%;
	}
	.ghpost-flow ul li:last-child::before {
		height: 50%;
	}
	.ghpost-flow ul li::after {
		left: 43px;
		top: 50%;
		transform: translateY(-50%);
	}
	.ghpost-flow ul li:last-child::after {
		border-width: 20px 9px 0px 9px;
		border-color: var(--color1) transparent transparent transparent;
	}
}
.ghpost-flow ul li dl {
	font-family: var(--font2);
}
.ghpost-flow ul li dl dt {
	color: var(--color1);
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 700;
}
.ghpost-flow ul li dl dd {
	color: var(--color1);
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 700;
	line-height: 1em;
}
@media screen and (min-width: 768px) {
	.ghpost-flow ul li dl {
		text-align: center;
	}
	.ghpost-flow ul li dl dt {
		padding: 0px 10px 30px 10px;
	}
	.ghpost-flow ul li dl dd {
		word-break: break-word;
		writing-mode: vertical-rl;
		margin: 0px auto;
		padding: 10px 0px 0px 0px;
	}
}
@media screen and (max-width: 767px) {
	.ghpost-flow ul li dl {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.ghpost-flow ul li dl dt,
	.ghpost-flow ul li dl dd {
		display: table-cell;
		vertical-align: middle;
	}
	.ghpost-flow ul li dl dt {
		width: 80px;
	}
	.ghpost-flow ul li dl dd {
		padding: 10px 0px;
	}
}
/* ------------------------------------------------ */
#ghpost-process {
	background-color: var(--bg2);
}
@media screen and (min-width: 768px) {
	.ghpost-box-outer {
		padding: 100px 10px;
	}
	#ghpost-process .ghpost-box-inner {
		padding: 0px 50px;
	}
}
.ghpost-process ul {
	position: relative;
}
.ghpost-process ul li {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0px;
}
@media screen and (min-width: 768px) {
	.ghpost-process ul li {
		padding: 10px 50px;
	}
}
.ghpost-process ul li::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom:0px;
	width: 0;
	height: 0;
	background-color: transparent;
	border-style: solid;
	border-width: 10px 12px 0px 12px;
	border-color: var(--color1) transparent transparent transparent;
}
.ghpost-process ul li:last-child::after {
	display: none;
}
.ghpost-process ul li dl {
	position: relative;
	background-color: var(--white);
	border: 3px solid var(--color1);
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 10px;
}
.ghpost-process ul li dl dt {
	font-family: var(--font2);
	text-align: center;
}
.ghpost-process ul li dl dd {
	text-align: center;
}
.ghpost-process ul li dl dt span {
	color: var(--white);
	background-color: var(--color1);
}
.ghpost-process ul li dl dt span em {
		font-size: 30px;
		font-size: clamp(18px, 3vw, 30px);
		font-weight: 700;
		line-height: 1em;
}
@media screen and (min-width: 768px) {
	.ghpost-process ul li dl dt span {
		position: absolute;
		z-index: 0;
		left: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 70px;
		height: 100%;
	}
	.ghpost-process ul li dl dt span em {
		position: absolute;
		z-index: 0;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}
@media screen and (max-width: 767px) {
	.ghpost-process ul li dl dt span {
		display: inline-block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		vertical-align: middle;
		border-radius: 50px;
	}
}
.ghpost-process ul li dl dt b {
	display: block;
	color: var(--color5);
	font-size: 20px;
	font-size: clamp(22px, 2.4vw, 24px);
	font-weight: 700;
	line-height: 1em;
	padding: 10px 10px;
}
.ghpost-process ul li:last-child dl dt b {
	font-size: 20px;
	font-size: clamp(22px, 2.4vw, 24px);
	padding: 30px 10px;
}
.ghpost-process ul li dl dd p {
}
.ghpost-process ul li dl dd p a {
	font-weight: 700;
}
/* ------------------------------------------------ */
.ghpost-access {
	text-align: center;
	margin-bottom: 10px;
}
/* ------------------------------------------------ */
#ghpost-gaiyo dl {
}
/* ------------------------------------------------ */
#ghpost-gaiyo dl {
}
/* ------------------------------------------------ */