@charset "UTF-8";
/* CSS Document */
/*固定ページCSS*/

/*ボタン*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*固定ページボタン*/
	.btn01 {
		display: block;
		height: auto;
		padding: 10px 20px 20px 10px;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 10px;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.btn01::before {
		content: "";
		position: absolute;
		top: -8px;
		left: -8px;
		width: 99%;
		height: 97.5%;
		border: solid 2px #D374A6;
		border-radius: 10px;
		transition: 0.4s;
	}
	
	.btn01::after {
		content: "";
		position: absolute;
		top: 41%;
		right: 28px;
		transform: translate(0, -50%);
		width: 13px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/09/shita_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		transition: 0.4s;
	}
	
	.btn01:hover {
		padding: 15px 20px 15px 10px;
	}
	
	.btn01:hover::before {
		top: 0;
		left: 0;
	}
	
	.btn01:hover::after {
		top: 52%;
	}
	
	.btn02 {
		display: block;
		height: auto;
		padding: 10px 20px 20px 10px;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 10px;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.btn02::before {
		content: "";
		position: absolute;
		top: -8px;
		left: -8px;
		width: 99%;
		height: 97.5%;
		border: solid 2px #D374A6;
		border-radius: 10px;
		transition: 0.4s;
	}
	
	.btn02::after {
		content: "";
		position: absolute;
		top: 41%;
		right: 28px;
		transform: translate(0, -50%);
		width: 12px;
		height: 13px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
		transition: 0.4s;
	}
	
	.btn02:hover {
		padding: 15px 20px 15px 10px;
	}
	
	.btn02:hover::before {
		top: 0;
		left: 0;
	}
	
	.btn02:hover::after {
		top: 52%;
	}
	
	
}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*固定ページボタン*/
	.btn01 {
		display: block;
		height: auto;
		padding: 5px 10px 12px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 5px;
		box-sizing: border-box;
	}
	
	.btn01::before {
		content: "";
		position: absolute;
		top: -4px;
		left: -4px;
		width: 99%;
		height: 97%;
		border: solid 1px #D374A6;
		border-radius: 5px;
	}
	
	.btn01::after {
		content: "";
		position: absolute;
		top: 41%;
		right: 12px;
		transform: translate(0, -50%);
		width: 8px;
		height: 7px;
		background-image: url(/wp-content/uploads/2022/09/shita_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.btn02 {
		display: block;
		height: auto;
		padding: 5px 10px 12px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
		background: #F7E7EF;
		border-radius: 5px;
		box-sizing: border-box;
	}
	
	.btn02::before {
		content: "";
		position: absolute;
		top: -4px;
		left: -4px;
		width: 99%;
		height: 97%;
		border: solid 1px #D374A6;
		border-radius: 5px;
	}
	
	.btn02::after {
		content: "";
		position: absolute;
		top: 41%;
		right: 12px;
		transform: translate(0, -50%);
		width: 7px;
		height: 8px;
		background-image: url(/wp-content/uploads/2022/09/migi_sannkaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
		
}

/*20.ご利用のご案内*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*コンテンツ*/
	.gui {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
	}
	
	.gui01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.gui01-p {
		text-align: center;
		line-height: 30px;
	}
	
	.gui01-0 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 80px auto 40px auto;
	}
	
	.gui01-0 img {
		display: block;
		position: relative;
		width: 650px;
		height: auto;
		margin: 0 0 0 auto;
		border-radius: 10px;
	}
	
	.gui-text {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 500px;
		height: auto;
	}
	
	.gui-text h3 {
		z-index: 1;
		position: relative;
		font-size: 26px;
		letter-spacing: 2px;
		line-height: 26px;
		text-shadow: 2px 2px 2px #fff;
	}
	
	.gui-text h3::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: -50px;
		transform: translate(0, -50%);
		width: 120px;
		height: 120px;
		background: rgba(236,194,216,0.30);
		border-radius: 150px;
	}
	
	.gui-text h4 {
		margin: 30px 0 40px 0;
		font-size: 32px;
		letter-spacing: 3px;
		line-height: 42px;
	}
	
	.gui-text p {
		line-height: 30px;
	}
	
	.gui02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 60px 0;
		background-image: url(/wp-content/uploads/2022/08/gui02-back-pc.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui02::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 40px;
		background-image: url(/wp-content/uploads/2022/08/ue-nami-kotei-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui-h2 {
		position: relative;
		font-size: 30px;
		letter-spacing: 3px;
		line-height: 30px;
		text-align: center;
	}
	
	.gui02-0 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	.gui02-0 h3 {
		font-size: 26px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: center;
		margin-bottom: 25px;
	}
	
	.gui02-line::before {
		content: "";
		position: absolute;
		bottom: -40px;
		left: 0;
		width: 100%;
		height: 2px;
		background-image : linear-gradient(to right, #96C468, #96C468 6px, transparent 6px, transparent 6px);
		background-size: 16px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.gui02-1 {
		position: relative;
		width: 300px;
		height: auto;
		float: left;
	}
	
	.gui02-1 img {
		display: block;
		position: relative;
		width: 200px;
		height: auto;
		margin: 0 auto;
	}
	
	.gui02-1 p {
		margin-top: 15px;
		font-size: 14px;
		font-family: 'Zen Maru Gothic', sans-serif;
		text-align: center;
	}
	
	.gui03 {
		position: relative;
		width: 900px;
		height: auto;
		padding: 40px 0 80px 0;
		margin: 0 auto;
	}
	
	.gui03-h3 {
		position: relative;
		margin: 40px 0 20px 0;
		padding: 0 0 18px 40px;
		font-size: 26px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 12px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.gui03-h3::before {
		content: "";
		position: absolute;
		top: 33%;
		left: 0;
		transform: translate(0, -50%);
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_9.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui03 p {
		position: relative;
		left: 30px;
		padding-left:1em;
		text-indent:-1em;
	}
	
	.gui03 p a {
		color: #1B3B9F;
	}
	
	.gui03 p a:hover {
		text-decoration: underline;
	}
	
	.gui04 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 60px 0;
		background-image: url(/wp-content/uploads/2022/08/gui03-back-pc.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui04::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 40px;
		background-image: url(/wp-content/uploads/2022/08/ue-nami-kotei-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui-h2-dot::before {
		content: "";
		position: absolute;
		bottom: -25px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 50px;
		height: 10px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui04-0 {
		position: relative;
		width: 1260px;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	.gui04-1 {
		position: relative;
		width: 370px;
		height: auto;
		margin: 0 25px 40px 25px;
		float: left;
	}
	
	.gui04-1 img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	
	.gui04-1 span {
		z-index: 1;
		position: absolute;
		top: -5px;
		left: -5px;
		font-size: 34px;
		font-weight: bold;
		font-family: 'Charmonman', cursive;
		color: #fff;
	}
	
	.gui04-1 span::before {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: 14px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 3px;
		background-image: url(/wp-content/uploads/2022/08/white-dot.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui04-1 span::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 52%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 80px;
		height: 80px;
		background-image: url(/wp-content/uploads/2022/08/gui04-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui04-1 h3 {
		margin: 15px 0 15px 0;
		font-size: 22px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 22px;
		text-align: center;
		color: #D374A6;
	}
	
	.gui04-1 h3 font {
		z-index: 0;
		position: relative;
	}
	
	.gui04-1 h3 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 14px;
		background: #fff;
		border-radius: 2px;
	}
	
	.gui05 {
		position: relative;
		width: 900px;
		height: auto;
		padding: 40px 0 80px 0;
		margin: 0 auto;
	}
	
	.gui05-0 p {
		position: relative;
		left: 30px;
		padding-left:1em;
		text-indent:-1em;
	}
	
	.gui05-0 p a {
		color: #1B3B9F;
	}
	
	.gui05-0 p a:hover {
		text-decoration: underline;
	}
	
	.gui05-1 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 40px 40px 40px 180px;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
		background: #F8F8F8;
		border-radius: 10px;
		box-sizing: border-box;
	}
	
	.gui05-1 p {
		margin-bottom: 5px;
	}
	
	.gui05-1 font {
		z-index: 0;
		position: absolute;
		top: 30px;
		left: 32px;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 18px;
		color: #fff;
	}
	
	.gui05-1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 140px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/08/rm-back.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto;
	}
	
	.gui06-0 {
		position: relative;
		width: 1100px;
		height: auto;
		padding: 100px 80px 160px 80px;
		margin: 60px auto;
		background: #EFF5E9;
		border: solid 10px rgba(150,196,104,0.45);
		border-radius: 50px;
		box-sizing: border-box;
	}
	
	.gui06-1 {
		width: 400px;
		height: auto;
		padding: 30px 30px 25px 30px;
		border-radius: 20px;
		background: #FFFFFF;
		box-sizing: border-box;
	}
	
	.gui06-1::after{
		content: "";
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		background: #96C468;
		border-radius: 100px;
		border: solid 7px #EFF5E9;
	}
	
	.gui06-1 font {
		position: absolute;
		top: -35px;
		left: 45px;
		font-size: 18px;
		font-family: 'Zen Maru Gothic', sans-serif;
		color: #D374A6;
		white-space: nowrap;
	}
	
	.gui06-1 font img {
		position: absolute;
		top: 50%;
		left: -45px;
		transform: translate(0, -50%);
		width: 40px;
		height: auto;
	}
	
	.gui06-1 font span {
		position: relative;
		margin-left: 10px;
		font-size: 22px;
		line-height: 26px;
	}
	
	.gui06-1 p {
		margin-top: 10px;
		font-size: 14px;
	}
	
	.gui06-img {
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto;
		border-radius: 10px;
	}
	
	.gui06-line {
		position: absolute;
		top: 230px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 5px;
		height: 1440px;
	}
	
	.gui06-line::before {
		content: "";
		position: absolute;
		top: -36px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-line::after {
		content: "";
		position: absolute;
		bottom: -60px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-line img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.gui06-01 {
		position: relative;
		margin: 0 auto 80px 0;
	}
	
	.gui06-01::before {
		content: "";
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/hukidashi-gui.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-01::after{
		right: -74.5px;
	}
	
	.gui06-01 h3 {
		z-index: 1;
		position: absolute;
		top: 0;
		right: 40px;
		font-size: 12px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
	}
	
	.gui06-01 h3::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 100px;
		height: 80px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_6.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-03 {
		position: relative;
		margin: 0 auto 80px 0;
	}
	
	.gui06-03::before {
		content: "";
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/hukidashi-gui.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-03::after{
		right: -74.5px;
	}
	
	.gui06-03 span {
		position: absolute!important;
		top: -20px;
		width: 260px;
	}
	
	.gui06-05 {
		position: relative;
		margin: 0 auto 80px 0;
	}
	
	.gui06-05::before {
		content: "";
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/hukidashi-gui.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-05::after{
		right: -74.5px;
	}
	
	.gui06-07 {
		position: relative;
		margin: 0 auto 80px 0;
	}
	
	.gui06-07::before {
		content: "";
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/hukidashi-gui.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-07::after{
		right: -74.5px;
	}
	
	.gui06-02 {
		position: absolute;
		top: 180px;
		right: 80px;
	}
	
	.gui06-02::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -20px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/hukidashi-gui01.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-02::after{
		left: -75px;
	}
	
	.gui06-04 {
		position: absolute;
		top: 630px;
		right: 80px;
	}
	
	.gui06-04::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -20px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/hukidashi-gui01.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-04::after{
		left: -75px;
	}
	
	.gui06-06 {
		position: absolute;
		top: 1080px;
		right: 80px;
	}
	
	.gui06-06::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -20px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/hukidashi-gui01.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-06::after{
		left: -75px;
	}
	
	.gui06-08 {
		position: absolute;
		top: 1530px;
		right: 80px;
	}
	
	.gui06-08::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -20px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/hukidashi-gui01.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-08::after{
		left: -75px;
	}
	
	.gui06-08 h3 {
		z-index: 1;
		position: absolute;
		top: 20px;
		right: 5px;
		font-size: 12px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
	}
	
	.gui06-08 h3::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 120px;
		height: 90px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_6.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-08 span {
		position: absolute!important;
		top: -20px;
		width: 280px;
	}
	
	.gui07 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 30px 0;
		background-image: url(/wp-content/uploads/2022/08/gui07-back-pc.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 40px;
		background-image: url(/wp-content/uploads/2022/08/ue-nami-kotei-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07 h2 {
		margin-bottom: 60px;
	}
	
	.gui07-1 {
		position: relative;
		width: 1000px;
		height: auto;
		padding: 40px 40px 30px 70px;
		margin: 0 auto 70px auto;
		background: #fff;
		border-radius: 20px;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
		box-sizing: border-box;
	}
	
	.gui07-1 img {
		display: block;
		position: absolute;
		top: 30px;
		right: 30px;
		width: 250px;
		height: auto;
		border-radius: 10px;
	}
	
	.gui07-1 h3 {
		padding: 0 0 30px 80px;
		font-size: 22px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 22px;
		color: #D374A6;
	}
	
	.gui07-1 p {
		font-size: 14px;
	}
	
	.gui07-1 font {
		z-index: 1;
		position: absolute;
		top: 7px;
		left: 60px;
		font-size: 12px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		color: #fff;
	}
	
	.gui07-1 font span {
		display: block;
		font-size: 34px;
		font-family: 'Charmonman', cursive;
		letter-spacing: 1px;
		line-height: 34px;
	}
	
	.gui07-1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 52%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 80px;
		height: 80px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_37.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07-p {
		position: relative;
		width: 640px;
	}
	
	.gui07-hd {
		height: 230px;
	}
	
	.gui07-hd::before {
		content: "";
		position: absolute;
		top: -46px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 25px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/gui07-sankaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07-com h4 {
		z-index: 0;
		position: relative;
		padding: 0 0 8px 35px;
		margin: 35px 0 10px 0;
		font-size: 18px;
		letter-spacing: 3px;
		color: #96C468;
		background-image : linear-gradient(to right, #ECC2D8, #ECC2D8 6px, transparent 6px, transparent 6px);
		background-size: 12px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.gui07-com h4::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -2px;
		left: 0;
		width: 28px;
		height: 28px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07-com p {
		padding-left:1em;
		text-indent:-1em;
	}
	
	.gui07-com p a {
		color: #1B3B9F;
	}
	
	.gui07-com p a:hover {
		text-decoration: underline;
	}
	
	.gui08 {
		position: relative;
		width: 850px;
		height: auto;
		margin: 60px auto;
	}
	
	.gui08 a {
		display: block;
		position: relative;
		width: 400px;
		height: auto;
		transition: 0.4s;
		float: left;
	}
	
	.gui08 a img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.gui08 a:nth-child(1) {
		margin: 0 50px 40px 0;
	}
	
	.gui08 a:nth-child(3) {
		margin: 0 30px 0 0;
	}
	
	.gui08 a:nth-child(4) {
		top: -26px;
		left: 18px;
		width: 415px;
	}
	
	.gui08 a:hover {
		transform: translateY(-20px);
	}
	
	}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*コンテンツ*/
	.gui {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
	}
	
	.gui01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.gui01-p {
		width: 280px;
		margin: 0 auto;
		text-align: left;
		line-height: 20px;
	}
	
	.gui01-0 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 40px auto 30px auto;
	}
	
	.gui01-0 img {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto;
		border-radius: 5px;
	}
	
	.gui-text {
		z-index: 1;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	.gui-text h3 {
		z-index: 1;
		position: relative;
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 14px;
	}
	
	.gui-text h3::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: -30px;
		transform: translate(0, -50%);
		width: 60px;
		height: 60px;
		background: rgba(236,194,216,0.30);
		border-radius: 150px;
	}
	
	.gui-text h4 {
		margin: 10px 0 15px 0;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 26px;
	}
	
	.gui-text p {
		line-height: 20px;
	}
	
	.gui02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 30px 0;
		background-image: url(/wp-content/uploads/2022/08/gui02-back-sp.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui-h2 {
		position: relative;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
	}
	
	.gui02-0 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.gui02-0 h3 {
		font-size: 14px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.gui02-line::before {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 100%;
		height: 2px;
		background-image : linear-gradient(to right, #96C468, #96C468 6px, transparent 6px, transparent 6px);
		background-size: 10px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.gui02-1 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	.gui02-1 img {
		display: block;
		position: relative;
		width: 110px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	.gui02-1 p {
		position: absolute;
		top: 50%;
		left: 130px;
		transform: translate(0, -50%);
		width: 190px;
		font-size: 11px;
		font-family: 'Zen Maru Gothic', sans-serif;
		text-align: left;
	}
	
	.gui03 {
		position: relative;
		width: 320px;
		height: auto;
		padding: 40px 0;
		margin: 0 auto;
	}
	
	.gui03-h3 {
		position: relative;
		margin: 20px 0 8px 0;
		padding: 0 0 8px 20px;
		font-size: 12px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 9px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.gui03-h3::before {
		content: "";
		position: absolute;
		top: 33%;
		left: 0;
		transform: translate(0, -50%);
		width: 15px;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_9.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui03 p {
		position: relative;
		padding-left:1em;
		text-indent:-1em;
	}
	
	.gui03 p a {
		color: #1B3B9F;
		text-decoration: underline;
	}
	
	.gui04 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 10px 0;
		background-image: url(/wp-content/uploads/2022/08/gui03-back-sp.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui-h2-dot::before {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 6px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui04-0 {
		position: relative;
		width: 260px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.gui04-1 {
		position: relative;
		width: 260px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.gui04-1 img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 5px;
	}
	
	.gui04-1 span {
		z-index: 1;
		position: absolute;
		top: -7px;
		left: -5px;
		font-size: 24px;
		font-weight: bold;
		font-family: 'Charmonman', cursive;
		color: #fff;
	}
	
	.gui04-1 span::before {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 17px;
		height: 2px;
		background-image: url(/wp-content/uploads/2022/08/white-dot.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui04-1 span::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 52%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 60px;
		height: 60px;
		background-image: url(/wp-content/uploads/2022/08/gui04-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui04-1 h3 {
		margin: 10px 0 10px 0;
		font-size: 14px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #D374A6;
	}
	
	.gui04-1 h3 font {
		z-index: 0;
		position: relative;
	}
	
	.gui04-1 h3 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 14px;
		background: #fff;
		border-radius: 2px;
	}
	
	.gui05 {
		position: relative;
		width: 320px;
		height: auto;
		padding: 20px 0 30px 0;
		margin: 0 auto;
	}
	
	.gui05-0 p {
		position: relative;
		padding-left:1em;
		text-indent:-1em;
	}
	
	.gui05-0 p a {
		color: #1B3B9F;
		text-decoration: underline;
	}
	
	.gui05-1 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 20px auto 0 auto;
		padding: 50px 20px 20px 20px;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.16);
		background: #F8F8F8;
		border-radius: 5px;
		box-sizing: border-box;
	}
	
	.gui05-1 p {
		padding-left: 4em;
		text-indent: -4em;
	}
	
	.gui05-1 font {
		z-index: 0;
		position: absolute;
		top: 20px;
		left: 20px;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 12px;
		color: #fff;
	}
	
	.gui05-1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 90px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/rm-back.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 0 0 0;
		margin: 0 auto;
	}
	
	.gui06-0 {
		position: relative;
		width: 340px;
		height: auto;
		padding: 60px 20px 30px 40px;
		margin: 30px auto;
		background: #EFF5E9;
		border: solid 6px rgba(150,196,104,0.45);
		border-radius: 20px;
		box-sizing: border-box;
	}
	
	.gui06-1 {
		position: relative;
		width: 260px;
		height: auto;
		margin: 0 0 55px auto;
		padding: 15px 20px 15px 20px;
		border-radius: 10px;
		background: #FFFFFF;
		box-sizing: border-box;
	}
	
	.gui06-1::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -12px;
		transform: translate(0, -50%);
		width: 12px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/08/hukidashi-gui01.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-1::after{
		content: "●";
		position: absolute;
		top: 50%;
		left: -40px;
		transform: translate(0, -50%);
		font-size: 11px;
		color: #96C468;
		padding: 3px;
		border-radius: 100px;
		background: #EFF5E9;
	}
	
	.gui06-1 font {
		position: absolute;
		top: -30px;
		left: 40px;
		font-size: 11px;
		font-family: 'Zen Maru Gothic', sans-serif;
		color: #D374A6;
		white-space: nowrap;
	}
	
	.gui06-1 font img {
		position: absolute;
		top: 50%;
		left: -40px;
		transform: translate(0, -50%);
		width: 30px;
		height: auto;
	}
	
	.gui06-1 font span {
		position: relative;
		margin-left: 5px;
		font-size: 14px;
	}
	
	.gui06-1 p {
		margin-top: 8px;
	}
	
	.gui06-img {
		display: block;
		position: relative;
		width: 180px;
		height: auto;
		margin: 0 auto;
		border-radius: 5px;
	}
	
	.gui06-line {
		position: absolute;
		top: 160px;
		left: 13px;
		width: 3px;
		height: 2330px;
	}
	
	.gui06-line::before {
		content: "";
		position: absolute;
		top: -34px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-line::after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-line img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.gui06-01 h3 {
		z-index: 1;
		position: absolute;
		top: 10px;
		right: 30px;
		font-size: 9px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: center;
		color: #fff;
	}
	
	.gui06-01 h3::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 70px;
		height: 55px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_6-1.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui06-03 span {
		position: absolute!important;
		top: -10px;
		width: 200px;
	}
	
	.gui06-08 span {
		position: absolute!important;
		top: -10px;
		width: 200px;
	}
	
	.gui06-08 {
		margin-bottom: 0!important;
	}
	
	.gui06-08 h3 {
		z-index: 1;
		position: absolute;
		top: 10px;
		right: 0;
		font-size: 9px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: center;
		color: #fff;
	}
	
	.gui06-08 h3::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 45%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 95px;
		height: 75px;
		background-image: url(/wp-content/uploads/2022/09/headerfooter_6-1.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 10px 0;
		background-image: url(/wp-content/uploads/2022/08/gui07-back-sp.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07 h2 {
		margin-bottom: 40px;
	}
	
	.gui07-1 {
		position: relative;
		width: 340px;
		height: auto;
		padding: 20px 15px 15px 15px;
		margin: 0 auto 40px auto;
		background: #fff;
		border-radius: 10px;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
		box-sizing: border-box;
	}
	
	.gui07-1 img {
		display: block;
		position: relative;
		width: 180px;
		height: auto;
		margin: 0 auto 15px auto;
		border-radius: 5px;
	}
	
	.gui07-1 h3 {
		padding: 0 0 15px 65px;
		font-size: 14px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 14px;
		color: #D374A6;
	}
	
	.gui07-1 font {
		z-index: 1;
		position: absolute;
		top: 7px;
		left: 30px;
		font-size: 10px;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 10px;
		color: #fff;
	}
	
	.gui07-1 font span {
		display: block;
		font-size: 20px;
		font-family: 'Charmonman', cursive;
		letter-spacing: 1px;
		line-height: 20px;
	}
	
	.gui07-1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		width: 50px;
		height: 50px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_37.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07-hd::before {
		content: "";
		position: absolute;
		top: -26px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 16px;
		height: 11px;
		background-image: url(/wp-content/uploads/2022/08/gui07-sankaku.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07-com h4 {
		z-index: 0;
		position: relative;
		padding: 0 0 7px 30px;
		margin: 15px 0 6px 0;
		font-size: 14px;
		letter-spacing: 3px;
		color: #96C468;
		background-image : linear-gradient(to right, #ECC2D8, #ECC2D8 6px, transparent 6px, transparent 6px);
		background-size: 10px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.gui07-com h4::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0px;
		left: 0;
		width: 22px;
		height: 22px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.gui07-com p {
		padding-left:1em;
		text-indent:-1em;
	}
	
	.gui07-com p a {
		color: #1B3B9F;
		text-decoration: underline;
	}
	
	.gui08 {
		position: relative;
		width: 240px;
		height: auto;
		margin: 30px auto;
	}
	
	.gui08 a {
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.gui08 a img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.gui08 a:nth-child(4) {
		width: 250px;
	}
	
	}

/*30.YOKATOKOについて*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*コンテンツ*/
	.yoka {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
	}
	
	.yoka00 {
		position: relative;
		width: 1100px;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 auto;
	}
	
	.yoka00 .yoka-text {
		display: block;
		position: relative;
		width: 600px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	.yoka00 .yoka-text h2 {
		position: relative;
		padding-left: 45px;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 3px;
		line-height: 24px;
	}
	
	.yoka00 .yoka-text h2 img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 40px;
		height: auto;
	}
	
	.yoka00 .yoka-text h3 {
		margin: 30px 0;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 48px;
	}
	
	.yoka00 .yoka-text h3 span {
		z-index: 0;
		position: relative;
	}
	
	.yoka00 .yoka-text h3 span::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 14px;
		background: #F7E7EF;
		border-radius: 3px;
	}
	
	.yoka00 .yoka-text p {
		margin: 0 auto 80px 0;
		line-height: 30px;
	}
	
	.yoka00 .yoka-img {
		position: absolute;
		top: 0;
		right: 0;
		width: 490px;
		height: auto;
	}
	
	.yoka00 .yoka-img img:nth-child(1) {
		display: block;
		position: relative;
		width: 280px;
		height: auto;
		margin: 0 auto 30px 0;
		border-radius: 10px;
	}
	
	.yoka00 .yoka-img img:nth-child(2) {
		display: block;
		position: relative;
		width: 170px;
		height: auto;
		margin: 0 auto 0 200px;
		border-radius: 10px;
	}
	
	.yoka00 .yoka-img img:nth-child(3) {
		display: block;
		position: absolute;
		top: 100px;
		right: -10px;
		width: 160px;
		height: auto;
		border-radius: 10px;
	}
	
	.yoka-btn {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.yoka-btn a {
		position: relative;
		width: 340px;
		float: left;
	}
	
	.yoka-btn a:nth-child(2) {
		margin: 0 40px;
	}
	
	#yoka01 {
		position: relative;
		width: 1200px;
		height: auto;
		margin: 140px auto 240px auto;
	}
	
	#yoka01 .yoka-text {
		position: relative;
		width: 840px;
		height: auto;
		padding: 50px 140px 80px 140px;
		margin: 0 0 0 auto;
		background: #F8F8F8;
		box-sizing: border-box;
		border-radius: 10px;
	}
	
	#yoka01 .yoka-text .yoka-img00 {
		position: absolute;
		top: -40px;
		left: -400px;
		width: 460px;
		height: auto;
		border-radius: 10px;
	}
	
	#yoka01 .yoka-text h2 {
		z-index: 1;
		position: relative;
		left: -30px;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
		color: #fff;
	}
	
	#yoka01 .yoka-text h2::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: -50px;
		transform: translate(0, -50%);
		width: 380px;
		height: 34px;
		background-image: url(/wp-content/uploads/2022/08/yoka01-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#yoka01 .yoka-text h3 {
		margin: 30px 0 20px 0;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 48px;
	}
	
	#yoka01 .yoka-text p {
		line-height: 30px;
	}
	
	#yoka01 .yoka-text p font {
		display: block;
		position: relative;
		margin-top: 20px;
		font-size: 22px;
		text-align: right;
	}
	
	#yoka01 .yoka-text .yoka-img {
		display: flex;
		position: absolute;
		bottom: -150px;
		left: -270px;
		width: 720px;
		height: auto;
	}
	
	#yoka01 .yoka-text .yoka-img img {
		display: block;
		position: relative;
		width: 220px;
		height: auto;
		border-radius: 10px;
	}
	
	#yoka01 .yoka-text .yoka-img .yoka-img02 {
		margin: 0 30px;
	}
	
	#yoka02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 120px 0 60px 0;
		margin: 0 auto;
		background-image: url(/wp-content/uploads/2022/08/yoka02-back-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#yoka02 h2 {
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 30px;
		text-align: center;
	}
	
	#yoka02 h2 font {
		font-size: 90px;
		margin: 0 5px;
	}
	
	.yoka02-p {
		margin: 40px auto 40px auto;
		text-align: center;
		line-height: 30px;
	}
	
	.yoka02-0 {
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0 auto;
	}
	
	.yoka02-1 {
		position: relative;
		width: 560px;
		height: auto;
		margin: 0 20px 40px 20px;
		float: left;
	}
	
	.yoka02-1 img {
		z-index: 1;
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	.yoka02-1 font {
		z-index: 0;
		position: absolute;
		top: 30px;
		left: 270px;
		padding-left: 32px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
	}
	
	.yoka02-1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 10px;
		background: #fff;
		border-radius: 3px;
	}
	
	.yoka02-1 font::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: -5px;
		left: 0;
		width: 28px;
		height: 28px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.yoka02-1 font span {
		font-size: 50px;
	}
	
	.yoka02-1 h3 {
		position: absolute;
		top: 90px;
		left: 270px;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: left;
		white-space: nowrap;
	}
	
	.yoka02-1-p {
		z-index: 0;
		position: relative;
		width: 500px;
		padding: 50px 35px 40px 35px;
		margin: -30px 0 0 auto;
		background: #fff;
		border-radius: 10px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 24px;
	}
	
	.yoka02-2 {
		position: relative;
		width: 430px;
		height: auto;
		margin: 20px 35px 0 auto;
	}
	
	.yoka02-2 h4 {
		position: relative;
		padding: 0 0 10px 35px;
		margin-bottom: 8px;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 18px;
		text-align: left;
		background-image : linear-gradient(to right, #fff, #fff 6px, transparent 6px, transparent 6px);
		background-size: 10px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.yoka02-2 h4::before {
		content: "";
		position: absolute;
		top: -2px;
		left: 0;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/09/yokatoko_15.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.yoka02-2 p {
		font-size: 14px;
		line-height: 24px;
	}
	
	#yoka03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 40px 0;
		margin: 0 auto;
	}
	
	#yoka03 h2 {
		margin-bottom: 80px;
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 3px;
		line-height: 30px;
		text-align: center;
	}
	
	#yoka03 h2 font {
		position: relative;
	}
	
	#yoka03 h2 font::before {
		content: "";
		position: absolute;
		bottom: 2px;
		left: -50px;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/08/yoka03-icon01.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#yoka03 h2 font::after {
		content: "";
		position: absolute;
		bottom: 2px;
		right: -40px;
		width: 25px;
		height: 25px;
		background-image: url(/wp-content/uploads/2022/08/yoka03-icon02.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#yoka03 h2 span {
		font-size: 48px;
	}
	
	.yoka03-1 {
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0 auto 70px auto;
	}
	
	 .yoka03-1 h3 {
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
	}
	
	.yoka03-1 h3 font {
		position: relative;
	}
	
	.yoka03-1 h3 font::before {
		content: "";
		position: absolute;
		top: 53%;
		left: -35px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/com03-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.yoka03-1 h3 font::after {
		content: "";
		position: absolute;
		top: 53%;
		right: -35px;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/com03-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.yoka03-1 p {
		margin: 30px auto 40px auto;
		text-align: center;
		line-height: 30px;
	}
	
	.yoka03-img {
		position: relative;
		width: 1050px;
		height: auto;
		margin: 0 auto;
	}
	
	.yoka03-img01 {
		position: relative;
		width: 240px;
		height: auto;
		float: left;
	}
	
	.yoka03-img01:nth-child(2) {
		margin: 0 30px;
	}
	
	.yoka03-img01:nth-child(3) {
		margin: 0 30px 0 0;
	}
	
	.yoka03-img01 img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
		border-radius: 10px;
	}
	
	.yoka03-img01 h4 {
		font-size: 15px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
	}
	
	.yoka03-back::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 15px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 104%;
		background: #EFF5E9;
		border-radius: 20px;
	}
	
	/*バナー*/
	.yoka04 {
		position: relative;
		width: 850px;
		height: auto;
		margin: 60px auto;
	}
	
	.yoka04 a {
		display: block;
		position: relative;
		width: 400px;
		height: auto;
		transition: 0.4s;
		float: left;
	}
	
	.yoka04 a img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.yoka04 a:nth-child(1) {
		margin: 0 50px 0 0;
	}
	
	.yoka04 a:hover {
		transform: translateY(-20px);
	}
	
	
	}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*コンテンツ*/
	.yoka {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
	}
	
	.yoka00 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 auto;
	}
	
	.yoka00 .yoka-text {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.yoka00 .yoka-text h2 {
		position: relative;
		width: 130px;
		margin: 0 auto;
		padding-left: 30px;
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 15px;
	}
	
	.yoka00 .yoka-text h2 img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 25px;
		height: auto;
	}
	
	.yoka00 .yoka-text h3 {
		margin: 15px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: center;
	}
	
	.yoka00 .yoka-text h3 span {
		z-index: 0;
		position: relative;
	}
	
	.yoka00 .yoka-text h3 span::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 8px;
		background: #F7E7EF;
		border-radius: 2px;
	}
	
	.yoka00 .yoka-text p {
		margin: 15px auto 20px 0;
		line-height: 20px;
		text-align: center;
	}
	
	.yoka00 .yoka-img {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 35px auto;
	}
	
	.yoka00 .yoka-img img:nth-child(1) {
		display: block;
		position: relative;
		width: 180px;
		height: auto;
		margin: 0 auto 20px 0;
		border-radius: 5px;
	}
	
	.yoka00 .yoka-img img:nth-child(2) {
		display: block;
		position: relative;
		width: 130px;
		height: auto;
		margin: 0 auto 0 110px;
		border-radius: 5px;
	}
	
	.yoka00 .yoka-img img:nth-child(3) {
		display: block;
		position: absolute;
		top: 60px;
		right: -5px;
		width: 115px;
		height: auto;
		border-radius: 5px;
	}
	
	.yoka-btn {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.yoka-btn a {
		position: relative;
		width: 150px;
		float: left;
	}
	
	.yoka-btn a:nth-child(1) {
		margin: 0 20px 15px 0;
	}
	
	.yoka-btn a:nth-child(2) {
		margin: 0 0 15px 0;
	}
	
	.yoka-btn a:nth-child(3) {
		margin: 0 auto 0 0;
	}
	
	#yoka01 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 180px auto 40px auto;
	}
	
	#yoka01 .yoka-text {
		position: relative;
		width: 350px;
		height: auto;
		padding: 40px 30px 20px 30px;
		margin: 0 auto;
		background: #F8F8F8;
		box-sizing: border-box;
		border-radius: 5px;
	}
	
	#yoka01 .yoka-text .yoka-img00 {
		display: block;
		position: relative;
		top: -180px;
		width: 260px;
		height: auto;
		margin: 0 auto -160px auto;
		border-radius: 5px;
	}
	
	#yoka01 .yoka-text h2 {
		z-index: 1;
		position: relative;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		color: #fff;
	}
	
	#yoka01 .yoka-text h2::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: -30px;
		transform: translate(0, -50%);
		width: 190px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/08/yoka01-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#yoka01 .yoka-text h3 {
		margin: 15px 0 10px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
	}
	
	#yoka01 .yoka-text p {
		line-height: 20px;
		margin-bottom: 25px;
	}
	
	#yoka01 .yoka-text p font {
		display: block;
		position: relative;
		margin-top: 10px;
		font-size: 12px;
		text-align: right;
	}
	
	#yoka01 .yoka-text .yoka-img {
		position: relative;
		left: -15px;
		width: 320px;
		height: auto;
	}
	
	#yoka01 .yoka-text .yoka-img img {
		display: block;
		position: relative;
		width: 150px;
		height: auto;
		border-radius: 5px;
		float: left;
	}
	
	#yoka01 .yoka-text .yoka-img .yoka-img02 {
		margin: 0 0 15px 20px;
	}
	
	#yoka01 .yoka-text .yoka-img .yoka-img03 {
		margin: 0 85px;
	}
	
	#yoka02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 10px 0;
		margin: 0 auto;
		background-image: url(/wp-content/uploads/2022/08/yoka02-back-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#yoka02 h2 {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 14px;
		text-align: center;
	}
	
	#yoka02 h2 font {
		font-size: 40px;
		margin: 0 3px;
	}
	
	.yoka02-p {
		margin: 25px auto 20px auto;
		text-align: center;
		line-height: 20px;
	}
	
	.yoka02-0 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.yoka02-1 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 0 25px 0;
	}
	
	.yoka02-1 img {
		z-index: 1;
		display: block;
		position: relative;
		width: 120px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	.yoka02-1 font {
		z-index: 0;
		position: absolute;
		top: 15px;
		left: 135px;
		padding-left: 23px;
		font-size: 9px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 9px;
	}
	
	.yoka02-1 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 6px;
		background: #fff;
		border-radius: 2px;
	}
	
	.yoka02-1 font::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: -5px;
		left: 0;
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.yoka02-1 font span {
		font-size: 30px;
	}
	
	.yoka02-1 h3 {
		position: absolute;
		top: 43px;
		left: 135px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		white-space: nowrap;
	}
	
	.yoka02-1-p {
		z-index: 0;
		position: relative;
		width: 280px;
		padding: 30px 15px 20px 20px;
		margin: -15px 0 0 auto;
		background: #fff;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 11px;
		line-height: 18px;
	}
	
	.yoka02-2 {
		position: relative;
		width: 280px;
		height: auto;
		margin: 10px 0 0 auto;
	}
	
	.yoka02-2 h4 {
		position: relative;
		padding: 0 0 5px 25px;
		margin-bottom: 5px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		background-image : linear-gradient(to right, #fff, #fff 6px, transparent 6px, transparent 6px);
		background-size: 8px 1px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.yoka02-2 h4::before {
		content: "";
		position: absolute;
		top: -2px;
		left: 0;
		width: 18px;
		height: 18px;
		background-image: url(/wp-content/uploads/2022/09/yokatoko_15.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.yoka02-2 p {
		font-size: 10px;
		line-height: 16px;
	}
	
	#yoka03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 20px 0;
		margin: 0 auto;
	}
	
	#yoka03 h2 {
		margin-bottom: 40px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
	}
	
	#yoka03 h2 font {
		position: relative;
	}
	
	#yoka03 h2 font::before {
		content: "";
		position: absolute;
		bottom: 2px;
		left: -35px;
		width: 24px;
		height: 24px;
		background-image: url(/wp-content/uploads/2022/08/yoka03-icon01.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#yoka03 h2 font::after {
		content: "";
		position: absolute;
		bottom: 2px;
		right: -80px;
		width: 24px;
		height: 24px;
		background-image: url(/wp-content/uploads/2022/08/yoka03-icon02.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#yoka03 h2 span {
		font-size: 24px;
	}
	
	.yoka03-1 {
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	 .yoka03-1 h3 {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 14px;
		text-align: center;
	}
	
	.yoka03-1 h3 font {
		position: relative;
	}
	
	.yoka03-1 h3 font::before {
		content: "";
		position: absolute;
		top: 52%;
		left: -20px;
		transform: translate(0, -50%);
		width: 11px;
		height: 11px;
		background-image: url(/wp-content/uploads/2022/08/com03-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.yoka03-1 h3 font::after {
		content: "";
		position: absolute;
		top: 52%;
		right: -18px;
		transform: translate(0, -50%);
		width: 11px;
		height: 11px;
		background-image: url(/wp-content/uploads/2022/08/com03-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.yoka03-1 p {
		width: 260px;
		margin: 20px auto 15px auto;
		text-align: left;
		line-height: 20px;
	}
	
	.yoka03-img {
		position: relative;
		width: 290px;
		height: auto;
		margin: 0 auto;
	}
	
	.yoka03-img01 {
		position: relative;
		width: 140px;
		height: auto;
		float: left;
	}
	
	.yoka03-img01:nth-child(1) {
		margin: 0 10px 10px 0;
	}
	
	.yoka03-img01:nth-child(2) {
		margin: 0 0 10px 0;
	}
	
	.yoka03-img01:nth-child(3) {
		margin: 0 10px 0 0;
	}
	
	.yoka03-img01:nth-child(4) {
		margin: 0 0 0 0;
	}
	
	.yoka03-img01 img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 5px auto;
		border-radius: 5px;
	}
	
	.yoka03-img01 h4 {
		font-size: 11px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: center;
	}
	
	.yoka03-back::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 6px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 104%;
		background: #EFF5E9;
		border-radius: 10px;
	}
	
	/*バナー*/
	.yoka04 {
		position: relative;
		width: 240px;
		height: auto;
		margin: 10px auto 0 auto;
	}
	
	.yoka04 a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.yoka04 a img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.yoka04 a:nth-child(1) {
		margin: 0 auto 20px auto;
	}
	
	}

/*50.利用者様・ご家族様の声*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*キービジュアル*/
	#key00 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#key00::before {
		content: "";
		z-index: 2;
		position: absolute;
		bottom: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 50px;
		background-image: url(/wp-content/uploads/2022/08/nami-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#key00 h1 {
		position: absolute;
		top: 48%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-size: 36px;
		font-weight: bold;
		letter-spacing: 6px;
		line-height: 36px;
		text-align: center;
		color: #fff;
		text-shadow: 3px 3px 2px rgba(0,0,0,0.30);
	}
	
	.key00-img {
		display: block;
		position: relative;
		width: 100%;
		height: 600px;
		object-fit: cover;
	}
	
	/*コンテンツ*/
	.koe {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 60px 0;
	}
	
	.koe-p {
		text-align: center;
		line-height: 30px;
	}
	
	.koe-btn {
		position: relative;
		width: 760px;
		height: auto;
		margin: 60px auto 70px auto;
	}
	
	.koe-btn a {
		position: relative;
		width: 350px;
		float: left;
	}
	
	.koe-btn a:nth-child(1) {
		margin: 0 60px 0 0;
	}
	
	.koe-btn a:nth-child(2) {
		margin: 0 0 0 0;
	}
	
	#koe01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 120px 0 60px 0;
		background-image: url(/wp-content/uploads/2022/08/koe-back-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#koe02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 120px 0 60px 0;
		top: -1px;
		background-image: url(/wp-content/uploads/2022/08/koe02-back-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.koe-h2 {
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	.koe-con {
		position: relative;
		width: 1240px;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	.koe00 {
		position: relative;
		width: 600px;
		height: auto;
		padding: 50px 40px;
		margin: 0 10px 30px 10px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 10px;
		float: left;
	}
	
	.koe00 .koe00-img01 {
		display: block;
		position: relative;
		width: 100px;
		height: auto;
		margin: 0 auto 30px 0;
	}
	
	.koe00 .koe00-img02 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.koe00 .koe00-text {
		position: absolute;
		top: 55px;
		right: 40px;
		width: 400px;
		height: auto;
	}
	
	.koe00 .koe00-text h3 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Klee One', cursive;
		letter-spacing: 2px;
		line-height: 26px;
		color: #575757;
	}
	
	.koe00 .koe00-text h3 span {
		z-index: 0;
		position: relative;
	}
	
	.koe00 .koe00-text h3 span::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 9px;
		background: #F7E7EF;
		border-radius: 2px;
	}
	
	.koe00 .koe00-text p {
		font-size: 12px;
	}
	
	
	}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*キービジュアル*/
	#key00 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#key00::before {
		content: "";
		z-index: 2;
		position: absolute;
		bottom: -1px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/09/eyecatch_shita_nami_smp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#key00 h1 {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 4px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		text-shadow: 2px 2px 1px rgba(0,0,0,0.30);
	}
	
	.key00-img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	
	/*コンテンツ*/
	.koe {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 30px 0;
	}
	
	.koe-p {
		text-align: center;
		line-height: 20px;
	}
	
	.koe-btn {
		position: relative;
		width: 340px;
		height: auto;
		margin: 20px auto 25px auto;
	}
	
	.koe-btn a {
		position: relative;
		width: 160px;
		float: left;
	}
	
	.koe-btn a:nth-child(1) {
		margin: 0 20px 0 0;
	}
	
	.koe-btn a:nth-child(2) {
		margin: 0 0 0 0;
	}
	
	#koe01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 30px 0;
		background-image: url(/wp-content/uploads/2022/08/koe01-back-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	#koe02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 30px 0;
		top: -1px;
		background-image: url(/wp-content/uploads/2022/08/koe02-back-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.koe-h2 {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
	}
	
	.koe-con {
		position: relative;
		width: 340px;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	.koe00 {
		position: relative;
		width: 340px;
		height: auto;
		padding: 20px 10px;
		margin: 0 auto 15px auto;
		background: #fff;
		box-sizing: border-box;
		border-radius: 5px;
	}
	
	.koe00 .koe00-img01 {
		display: block;
		position: relative;
		width: 70px;
		height: auto;
		margin: 0 auto 18px 5px;
	}
	
	.koe00 .koe00-img02 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.koe00 .koe00-text {
		position: absolute;
		top: 22px;
		right: 10px;
		width: 230px;
		height: auto;
	}
	
	.koe00 .koe00-text h3 {
		margin-bottom: 8px;
		font-size: 11px;
		font-weight: normal;
		font-family: 'Klee One', cursive;
		letter-spacing: 0.5px;
		line-height: 16px;
		color: #575757;
	}
	
	.koe00 .koe00-text h3 span {
		z-index: 0;
		position: relative;
	}
	
	.koe00 .koe00-text h3 span::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 6px;
		background: #F7E7EF;
		border-radius: 2px;
	}
	
	.koe00 .koe00-text p {
		font-size: 9px;
		line-height: 14px;
	}
	
	}

/*60.運営会社紹介*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*コンテンツ*/
	.com {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0;
	}
	
	.com-h2 {
		position: relative;
		font-size: 30px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
		color: #575757;
	}
	
	.com-h2::before {
		content: "";
		position: absolute;
		bottom: -25px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 50px;
		height: 10px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com01 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.com01 h3 {
		margin: 70px auto 80px auto;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 32px;
		text-align: center;
	}
	
	.com01 .com-con {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.com01 .com-con img {
		display: block;
		position: relative;
		width: 480px;
		height: auto;
		margin: 0 auto 0 0;
		border-radius: 10px;
	}
	
	.com01 .com-con p {
		position: absolute;
		bottom: 8px;
		right: 0;
		width: 550px;
		height: auto;
		line-height: 30px;
	}
	
	.com01 .com-con p font {
		display: block;
		position: relative;
		margin-top: 25px;
		font-size: 22px;
		text-align: right;
	}
	
	.com02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 150px 0 80px 0;
		background-image: url(/wp-content/uploads/2022/08/com02-back-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com02 h2 {
		position: relative;
		margin-bottom: 40px;
		font-size: 30px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
		color: #575757;
	}
	
	.com02 h2::before {
		content: "";
		position: absolute;
		top: -50px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 35px;
		height: 35px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com02 p {
		margin-bottom: 20px;
		text-align: center;
		line-height: 30px;
	}
	
	.com02 img {
		display: block;
		position: relative;
		width: 900px;
		height: auto;
		margin: 50px auto 0 auto;
		border-radius: 10px;
	}
	
	.com03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 80px 0;
	}
	
	.com03 h2 {
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	.com03 h2 font {
		font-size: 90px;
		margin: 0 5px;
	}
	
	.com03-p {
		margin: 45px 0 30px 0;
		line-height: 30px;
		text-align: center;
	}
	
	.com03-00 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto;
	}
	
	.com03-01 {
		position: relative;
		width: 250px;
		height: 250px;
		border-radius: 150px;
		background: #F7E7EF;
		float: left;
	}
	
	.com03-01:nth-child(2) {
		margin: 0 75px;
	}
	
	.com03-01 h3 {
		position: absolute;
		top: 28px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
	}
	
	.com03-01 h3 span {
		display: block;
		position: relative;
		margin-top: 17px;
		font-size: 42px;
	}
	
	.com03-01 p {
		position: absolute;
		top: 52%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	.com03-01 p::before {
		content: "";
		position: absolute;
		bottom: -55px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 40px;
		height: 40px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com03-1 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	.com03-2 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	.com03-title {
		position: absolute;
		top: 15px;
	}
	
	.com03-1 .com03-title {
		right: 70px;
	}
	
	.com03-2 .com03-title {
		left: 70px;
	}
	
	.com03-title h4 {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #D374A6;
	}
	
	.com03-title h4 font {
		display: block;
		z-index: 0;
		position: relative;
		margin-top: 18px;
		font-size: 44px;
		font-weight: bold;
		letter-spacing: 2px;
		text-align: center;
	}
	
	.com03-title h4 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -70px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 130px;
		height: 130px;
		border-radius: 150px;
		border: solid 1px #D374A6;
	}
	
	.com03-title p {
		position: relative;
		top: 80px;
		font-family: 'Zen Maru Gothic', sans-serif;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 5px;
		line-height: 34px;
		color: #96C468;
		text-align: left;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.com03-img {
		position: relative;
		width: 850px;
		height: auto;
	}
	
	.com03-img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 10px;
	}
	
	.com03-1 .com03-img {
		margin: 0 auto 0 30px;
	}
	
	.com03-1 .com03-img p {
		position: absolute;
		top: 330px;
		left: 0;
		width: 700px;
		height: auto;
		padding: 30px 50px;
		background: #fff;
		border-radius: 0 10px 0 0;
		box-sizing: border-box;
	}
	
	.com03-2 .com03-img {
		margin: 0 30px 0 auto;
	}
	
	.com03-2 .com03-img p {
		position: absolute;
		top: 330px;
		right: 0;
		width: 700px;
		height: auto;
		padding: 30px 50px;
		background: #fff;
		border-radius: 10px 0 0 0;
		box-sizing: border-box;
	}
	
	.com03-1-img01 {
		margin-bottom: 70px!important;
	}
	
	.com03-1-img02 {
		margin-bottom: 120px!important;
	}
	
	.com03-1-img03 {
		margin-bottom: 90px!important;
	}
	
	.com03-text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 50px 120px;
		border-radius: 10px;
		box-sizing: border-box;
		background: #F8F8F8;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
	}
	
	.com03-text h5 {
		position: relative;
		margin: 35px 0 20px 0;
		font-size: 18px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 18px;
		color: #D374A6;
	}
	
	.com03-text h5::before {
		content: "";
		position: absolute;
		top: 57%;
		left: -32px;
		transform: translate(0, -50%);
		width: 22px;
		height: 22px;
		background-image: url(/wp-content/uploads/2022/08/com03-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com03-text h5:nth-child(1) {
		margin-top: 0!important;
	}
	
	.com03-text h5 span {
		z-index: 0;
		position: relative;
	}
	
	.com03-text h5 span::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 12px;
		background: #fff;
		border-radius: 2px;
	}
	
	.com04 {
		position: relative;
		width: 960px;
		height: auto;
		padding: 40px 0 0 0;
		margin: 0 auto;
	}
	
	.com04 table {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 70px;
		border-collapse: collapse;
	}
	
	.com04 table tr {
		border-top: solid 1px #96C468;
		border-bottom: solid 1px #96C468;
	}
	
	.com04 table tr th {
		width: 260px;
		padding: 18px 0 15px 0;
		font-size: 18px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 18px;
		text-align: center;
		color: #96C468;
		vertical-align: top;
	}
	
	.com04 table tr td {
		width: 700px;
		padding: 18px 0;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #666666;
	}
	
	.com04 table tr td iframe {
		display: block;
		position: relative;
		width: 98%;
		height: 500px;
		margin: 20px auto 20px 0;
	}
	
	.com04 table tr td a {
		color: #666666;
	}
	
	.com05 {
		position: relative;
		width: 960px;
		height: auto;
		padding: 100px 0 0 0;
		margin: 0 auto;
	}
	
	.com05 h2 {
		margin-bottom: 70px;
	}
	
	.com05-1 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	.com05-1 h3 {
		position: relative;
		padding-left: 35px;
		margin-bottom: 18px;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 20px;
	}
	
	.com05-1 h3::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 23px;
		height: 23px;
		background-image: url(/wp-content/uploads/2022/08/pri-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com05-1 p {
		padding-left: 35px;
		margin: 7px 0 0 0;
	}
	
	.com05-1 p a {
		color: #666666;
		margin-right: 10px;
	}
	
	.com05-1 img {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 400px;
		height: 270px;
		object-fit: cover;
		border-radius: 10px;
	}
	
	.com05-1 iframe {
		display: block;
		position: relative;
		width: 540px;
		height: 270px;
		margin: 20px 0 0 auto;
		border-radius: 10px;
	}
	
	
	}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*コンテンツ*/
	.com {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0;
	}
	
	.com-h2 {
		position: relative;
		font-size: 16px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
		color: #575757;
	}
	
	.com-h2::before {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 6px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com01 {
		position: relative;
		width: 280px;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	.com01 h3 {
		margin: 35px auto 15px auto;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
	}
	
	.com01 .com-con {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.com01 .com-con img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 14px auto;
		border-radius: 5px;
	}
	
	.com01 .com-con p {
		line-height: 20px;
	}
	
	.com01 .com-con p font {
		display: block;
		position: relative;
		margin-top: 10px;
		font-size: 12px;
		text-align: right;
	}
	
	.com02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 70px 0 40px 0;
		background-image: url(/wp-content/uploads/2022/08/com02-back-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com02 h2 {
		position: relative;
		margin-bottom: 25px;
		font-size: 16px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #575757;
	}
	
	.com02 h2::before {
		content: "";
		position: absolute;
		top: -30px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 20px;
		height: 20px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com02 p {
		margin-bottom: 12px;
		text-align: center;
		line-height: 20px;
	}
	
	.com02 img {
		display: block;
		position: relative;
		width: 350px;
		height: auto;
		margin: 25px auto 0 auto;
		border-radius: 5px;
	}
	
	.com03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 40px 0;
	}
	
	.com03 h2 {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 36px;
		text-align: center;
	}
	
	.com03 h2 font {
		font-size: 50px;
		margin: 0 5px 0 0;
	}
	
	.com03-p {
		margin: 15px 0 20px 0;
		line-height: 20px;
		text-align: center;
	}
	
	.com03-00 {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto;
	}
	
	.com03-01 {
		position: relative;
		width: 150px;
		height: 150px;
		border-radius: 150px;
		background: #F7E7EF;
		float: left;
	}
	
	.com03-01:nth-child(2) {
		margin: 0 0 0 20px;
	}
	
	.com03-01:nth-child(3) {
		margin: -10px 85px 0 85px;
	}
	
	.com03-01 h3 {
		position: absolute;
		top: 15px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		font-size: 9px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 9px;
		text-align: center;
	}
	
	.com03-01 h3 span {
		display: block;
		position: relative;
		margin-top: 11px;
		font-size: 30px;
	}
	
	.com03-01 p {
		position: absolute;
		top: 52%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	.com03-01 p::before {
		content: "";
		position: absolute;
		bottom: -40px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com03-1 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.com03-2 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.com03-title {
		position: absolute;
		top: 0;
	}
	
	.com03-1 .com03-title {
		left: 10%;
	}
	
	.com03-2 .com03-title {
		left: 10%;
	}
	
	.com03-title h4 {
		font-size: 9px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 9px;
		text-align: center;
		color: #D374A6;
	}
	
	.com03-title h4 font {
		display: block;
		z-index: 0;
		position: relative;
		margin-top: 10px;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;
	}
	
	.com03-title h4 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -39px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 65px;
		height: 65px;
		border-radius: 150px;
		border: solid 1px #D374A6;
	}
	
	.com03-title p {
		position: relative;
		top: 35px;
		font-family: 'Zen Maru Gothic', sans-serif;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 3px;
		line-height: 22px;
		color: #96C468;
		text-align: left;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.com03-img {
		position: relative;
		width: 70%;
		height: auto;
	}
	
	.com03-img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 5px 0 0 0;
	}
	
	.com03-1 .com03-img {
		margin: 0 0 0 auto;
	}
	
	.com03-1 .com03-img p {
		position: absolute;
		top: 150px;
		left: 0;
		width: 240px;
		height: auto;
		padding: 15px 20px 15px 0;
		background: #fff;
		border-radius: 0 5px 0 0;
		box-sizing: border-box;
	}
	
	.com03-2 .com03-img {
		margin: 0 0 0 auto;
	}
	
	.com03-2 .com03-img p {
		position: absolute;
		top: 150px;
		left: 0;
		width: 240px;
		height: auto;
		padding: 15px 20px 15px 0;
		background: #fff;
		border-radius: 0 5px 0 0;
		box-sizing: border-box;
	}
	
	.com03-1-img01 {
		margin-bottom: 50px!important;
	}
	
	.com03-1-img02 {
		margin-bottom: 100px!important;
	}
	
	.com03-1-img03 {
		margin-bottom: 80px!important;
	}
	
	.com03-text {
		position: relative;
		width: 350px;
		height: auto;
		padding: 15px 20px 15px 20px;
		margin: 0 auto;
		border-radius: 5px;
		box-sizing: border-box;
		background: #F8F8F8;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
	}
	
	.com03-text h5 {
		position: relative;
		padding-left: 20px;
		margin: 15px 0 8px 0;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		color: #D374A6;
	}
	
	.com03-text h5::before {
		content: "";
		position: absolute;
		top: 3px;
		left: 0;
		width: 12px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/08/com03-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com03-text h5:nth-child(1) {
		margin-top: 0!important;
	}
	
	.com03-text h5 span {
		z-index: 0;
		position: relative;
	}
	
	.com03-text h5 span::before {
		content: "";
		z-index: -1;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 12px;
		background: #fff;
		border-radius: 2px;
	}
	
	.com04 {
		position: relative;
		width: 320px;
		height: auto;
		padding: 10px 0 0 0;
		margin: 0 auto;
	}
	
	.com04 table {
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 40px;
		border-collapse: collapse;
	}
	
	.com04 table tr {
		border-top: solid 1px #96C468;
		border-bottom: solid 1px #96C468;
	}
	
	.com04 table tr th {
		display: block;
		width: 305px;
		padding: 12px 0 7px 15px;
		font-size: 12px;
		font-weight: bold;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #96C468;
	}
	
	.com04 table tr td {
		display: block;
		width: 305px;
		padding: 0 0 12px 15px;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #666666;
	}
	
	.com04 table tr td iframe {
		display: block;
		position: relative;
		left: -15px;
		width: 320px;
		height: 220px;
		margin: 6px auto 6px 0;
	}
	
	.com04 table tr td a {
		color: #666666;
	}
	
	.com05 {
		position: relative;
		width: 300px;
		height: auto;
		padding: 40px 0 0 0;
		margin: 0 auto;
	}
	
	.com05 h2 {
		margin-bottom: 40px;
	}
	
	.com05-1 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.com05-1 h3 {
		position: relative;
		padding-left: 20px;
		margin-bottom: 7px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 18px;
	}
	
	.com05-1 h3::before {
		content: "";
		position: absolute;
		top: 3px;
		left: 0;
		width: 12px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/08/pri-icon.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.com05-1 p {
		margin: 0 0 0 0;
	}
	
	.com05-1 p a {
		color: #666666;
		margin-right: 5px;
	}
	
	.com05-1 img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 0 0 7px 0;
		border-radius: 5px;
		object-fit: cover;
	}
	
	.com05-1 iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 180px;
		margin: 7px auto 0 auto;
		border-radius: 5px;
	}
	
	}

/*90.よくあるご質問*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*コンテンツ*/
	.faq {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 60px 0;
	}
	
	.faq-btn {
		position: relative;
		width: 760px;
		height: auto;
		margin: 0 auto 70px auto;
	}
	
	.faq-btn a {
		position: relative;
		width: 350px;
		float: left;
	}
	
	.faq-btn a:nth-child(1) {
		margin: 0 60px 0 0;
	}
	
	.faq-btn a:nth-child(2) {
		margin: 0 0 0 0;
	}
	
	#faq01 {
		position: relative;
		width: 1200px;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 auto 60px auto;
	}
	
	#faq02 {
		position: relative;
		width: 1200px;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
	}
	
	.faq-h2 {
		position: absolute;
		top: 15px;
		left: 0;
		padding: 0 0 15px 45px;
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 6px, transparent 6px, transparent 6px);
		background-size: 16px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.faq-h2 img {
		position: absolute;
		top: -8px;
		left: 0;
		width: 40px;
		height: auto;
	}
	
	.faq-con {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 0 0 auto;
	}
	
	/*アコーディオン設定*/
	.faq-ac {
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 80px auto;
	}
		
	.faq-ac dt {
		display:block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.faq-ac dd {
		z-index: 2;
		display: none;/*noneにするとアコーディオン開閉する*/
		position: relative;
		width: 100%;
		height: auto;
	}	

	.faq-q {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	
	.faq-q p {
		z-index: 1;
		position: relative;
		padding: 25px 50px 30px 70px;
		font-size: 16px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: left;
		box-sizing: border-box;
		color: #666;
	}
	
	.faq-q::before {
		content: "Q";
		z-index: -1;
		position: absolute;
		top: 35px;
		left: 20px;
		transform: translate(0, -50%);
		font-size: 32px;
		font-weight: bold;
		font-family: 'Charmonman', cursive;
		color: #D374A6;
	}
	
	#faq02 .faq-q::before {
		color: #96C468!important;
	}
	
	.faq-a {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 0 auto;
		padding: 30px 50px 30px 80px;
		box-sizing: border-box;
		border-radius: 10px;
		background: #F8F8F8;
	}
	
	#faq02 .faq-a {
		background: rgba(239,245,233,0.70)!important;
	}
	
	.faq-a::before {
		content: "A";
		position: absolute;
		top: 15px;
		left: 20px;
		font-size: 32px;
		font-weight: bold;
		font-family: 'Charmonman', cursive;
		color: #D374A6;
	}
	
	#faq02 .faq-a::before {
		color: #96C468!important;
	}
	
	.faq-a p {
		z-index: 1;
		position: relative;
		font-size: 14px;
		line-height: 24px;
	}
	
	.faq-a p a {
		color: #1B3B9F;
	}
	
	.faq-a p a:hover {
		text-decoration: underline;
	}
	
	/*アコーディオン開閉ボタン*/
	.accordion_icon01,
	.accordion_icon01 span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
	
	.accordion_icon01 {
		z-index: 2;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	
	.accordion_icon01 span {
		position: absolute;
		z-index: 3;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 20px;
		height: 2px;
		background-color: #D374A6;
	}
	
	#faq02 .accordion_icon01 span {
		background-color: #96C468!important;
	}
	
	.accordion_icon01 span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
	}
	

	.accordion_icon01 span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
	}
	
	/*＋、－切り替え*/
	.accordion_icon01.active span:nth-of-type(1) {
		display: none;
	}
	
	.accordion_icon01.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
	}
	
	
	}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*コンテンツ*/
	.faq {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 30px 0;
	}
	
	.faq-btn {
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.faq-btn a {
		position: relative;
		width: 155px;
		float: left;
	}
	
	.faq-btn a:nth-child(1) {
		margin: 0 20px 0 0;
	}
	
	.faq-btn a:nth-child(2) {
		margin: 0 0 0 0;
	}
	
	#faq01 {
		position: relative;
		width: 330px;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 auto 40px auto;
	}
	
	#faq02 {
		position: relative;
		width: 330px;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
	}
	
	.faq-h2 {
		position: relative;
		width: 120px;
		margin: 0 auto;
		padding: 0 0 8px 30px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 14px;
		text-align: left;
		background-image : linear-gradient(to right, #D0D0D0, #D0D0D0 4px, transparent 4px, transparent 6px);
		background-size: 10px 2px;
		background-position: left bottom;
		background-repeat: repeat-x;
	}
	
	.faq-h2 img {
		position: absolute;
		top: -4px;
		left: 0;
		width: 23px;
		height: auto;
	}
	
	.faq-con {
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto;
	}
	
	/*アコーディオン設定*/
	.faq-ac {
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 20px auto;
	}
		
	.faq-ac dt {
		display:block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.faq-ac dd {
		z-index: 2;
		display: none;/*noneにするとアコーディオン開閉する*/
		position: relative;
		width: 100%;
		height: auto;
	}	

	.faq-q {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		margin-top: 15px;
	}
	
	.faq-q p {
		z-index: 1;
		position: relative;
		padding: 10px 18px 15px 37px;
		font-size: 12px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		box-sizing: border-box;
		color: #666;
	}
	
	.faq-q::before {
		content: "Q";
		z-index: -1;
		position: absolute;
		top: 20px;
		left: 8px;
		transform: translate(0, -50%);
		font-size: 22px;
		font-weight: bold;
		font-family: 'Charmonman', cursive;
		color: #D374A6;
	}
	
	#faq02 .faq-q::before {
		color: #96C468!important;
	}
	
	.faq-a {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 0 0 auto;
		padding: 15px 20px 15px 37px;
		box-sizing: border-box;
		border-radius: 6px;
		background: #F8F8F8;
	}
	
	#faq02 .faq-a {
		background: rgba(239,245,233,0.70)!important;
	}
	
	.faq-a::before {
		content: "A";
		position: absolute;
		top: 5px;
		left: 10px;
		font-size: 22px;
		font-weight: bold;
		font-family: 'Charmonman', cursive;
		color: #D374A6;
	}
	
	#faq02 .faq-a::before {
		color: #96C468!important;
	}
	
	.faq-a p {
		z-index: 1;
		position: relative;
		font-size: 10px;
		line-height: 16px;
	}
	
	.faq-a p a {
		color: #1B3B9F;
		text-decoration: underline;
	}
	
	/*アコーディオン開閉ボタン*/
	.accordion_icon01,
	.accordion_icon01 span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
	
	.accordion_icon01 {
		z-index: 2;
		position: absolute;
		top: 10px;
		right: 0;
		width: 20px;
		height: 20px;
	}
	
	.accordion_icon01 span {
		position: absolute;
		z-index: 3;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 15px;
		height: 1px;
		background-color: #D374A6;
	}
	
	#faq02 .accordion_icon01 span {
		background-color: #96C468!important;
	}
	
	.accordion_icon01 span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
	}
	

	.accordion_icon01 span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
	}
	
	/*＋、－切り替え*/
	.accordion_icon01.active span:nth-of-type(1) {
		display: none;
	}
	
	.accordion_icon01.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
	}
	}

/*104〜108.スタッフ紹介*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*キービジュアル*/
	#key-stf {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 0 0;
		margin: 0 auto 160px auto;
		background-color: #fff;
		background-image:radial-gradient(#EFEFEF 10%, transparent 10%);
		background-size: 40px 40px;
	}
	
	.key-stf-img {
		display: block;
		position: relative;
		width: 80%;
		height: auto;
		margin: 0 8% 0 auto;
	}
	
	.key-stf-img p {
		position: absolute;
		bottom: 40px;
		left: -40px;
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 68px;
		color: #fff;
	}
	
	.key-stf-img p font {
		position: relative;
		padding: 10px 20px;
		background: #96C468;
		border-radius: 5px;
	}
	
	.key-stf-img00 {
		display: block;
		position: relative;
		width: 100%;
		height: 650px;
		object-fit: cover;
		border-radius: 20px;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
	}
	
	.key-stf-text {
		z-index: 1;
		position: absolute;
		bottom: -50px;
		right: -50px;
		width: 350px;
		height: auto;
		padding: 30px 0 0 100px;
		border-radius: 20px 0 0 0;
		background: #fff;
	}
	
	.key-stf-text::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 30px;
		width: 200%;
		height: 100%;
		background: #fff;
	}
	
	.key-stf-text h1 {
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 32px;
		color: #D374A6;
		text-align: left;
	}
	
	.key-stf-text h1 span {
		position: relative;
		font-size: 20px;
		line-height: 20px;
	}
	
	.key-stf-text h1 span img {
		position: absolute;
		top: 0;
		left: -38px;
		width: 30px;
		height: auto;
	}
	
	.key-stf-text h1 font {
		display: block;
		position: relative;
		margin: 15px 0 5px 0;
		font-size: 20px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		color: #666666;
	}
	
	/*コンテンツ*/
	.stf {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 40px 0;
	}
	
	.stf-text h3 {
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 46px;
		text-align: left;
		white-space: nowrap;
	}
	
	.stf-text h4 {
		position: relative;
		margin: 18px 0 25px 0;
		padding-left: 50px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		white-space: nowrap;
	}
	
	.stf-text h4::before {
		content: "";
		position: absolute;
		top: 14px;
		left: 0;
		width: 40px;
		height: 2px;
		background: #D374A6;
	}
	
	.stf-text p {
		font-size: 14px;
		line-height: 27px;
	}
	
	.stf01-1 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.stf01-1 img {
		position: absolute;
		top: 0;
		left: 0;
		width: 540px;
		height: auto;
		border-radius: 10px;
	}
	
	.stf01-1 .stf-text {
		position: relative;
		width: 500px;
		height: auto;
		padding: 30px 0 0 0;
		margin: 0 0 0 auto;
	}
	
	.stf01-2 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.stf01-2 img {
		position: absolute;
		top: 0;
		right: 0;
		width: 540px;
		height: auto;
		border-radius: 10px;
	}
	
	.stf01-2 .stf-text {
		position: relative;
		width: 500px;
		height: auto;
		padding: 30px 0 0 0;
		margin: 0 auto 0 0;
	}
	
	.stf02-1 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.stf02-1 .stf-img {
		position: relative;
		width: 550px;
		height: auto;
		margin: 0 0 0 auto;
	}
	
	.stf02-1 .stf-img .stf-img01 {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 0;
		border-radius: 10px;
	}
	
	.stf02-1 .stf-img .stf-img02 {
		display: block;
		position: absolute;
		top: 130px;
		right: -30px;
		width: 210px;
		height: auto;
		border-radius: 10px;
	}
	
	.stf02-1 .stf-text {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 470px;
		height: auto;
	}
	
	.stf02-2 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.stf02-2 .stf-img {
		position: relative;
		width: 550px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
  .stf-img04-1 {
		margin: 0 auto 200px 0;
	}
  
	.stf02-2 .stf-img .stf-img01 {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 0 0 auto;
		border-radius: 10px;
	}
	
	.stf02-2 .stf-img .stf-img02 {
		display: block;
		position: absolute;
		top: 130px;
		left: -30px;
		width: 210px;
		height: auto;
		border-radius: 10px;
	}
	
	.stf02-2 .stf-text {
		position: absolute;
		bottom: -10px;
		right: 0;
		width: 470px;
		height: auto;
	}
  
  .stf-text04{
    bottom: -120px;
  }
	
	.stf-fullimg {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	.stf-fullimg::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 40px;
		background-image: url(/wp-content/uploads/2022/08/ue-nami-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.stf-fullimg::after {
		content: "";
		z-index: 2;
		position: absolute;
		bottom: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 40px;
		background-image: url(/wp-content/uploads/2022/08/shita-nami-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.stf-fullimg img {
		display: block;
		position: relative;
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
	
	.stf03-1 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.stf03-1 img {
		position: absolute;
		top: 100px;
		left: 0;
		width: 420px;
		height: auto;
		border-radius: 10px;
	}
	
	.stf03-1 .stf-text {
		position: relative;
		width: 500px;
		height: auto;
		padding: 30px 0 0 0;
		margin: 0 0 0 auto;
	}
	
	.stf03-1 .stf-text p {
		padding-left: 50px;
	}
	
	.stf03-2 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.stf03-2 img {
		position: absolute;
		top: 110px;
		right: 0;
		width: 420px;
		height: auto;
		border-radius: 10px;
	}
	
	.stf03-2 .stf-text {
		position: relative;
		width: 500px;
		height: auto;
		padding: 30px 0 0 0;
		margin: 0 auto 0 0;
	}
	
	.stf03-2 .stf-text p {
		padding-left: 50px;
	}
	
	.stf04-1 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.stf04-1 .stf-img {
		position: relative;
		width: 550px;
		height: auto;
		margin: 0 0 0 auto;
	}
	
	.stf04-1 .stf-img .stf-img01 {
		display: block;
		position: relative;
		width: 160px;
		height: auto;
		margin: 0 auto 0 70px;
		border-radius: 10px;
	}
	
	.stf04-1 .stf-img .stf-img02 {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: -40px -40px 0 auto;
		border-radius: 10px;
	}
	
	.stf04-1 .stf-text {
		position: absolute;
		top: 170px;
		left: 130px;
		width: 500px;
		height: auto;
	}
	
	.stf04-2 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.stf04-2 .stf-img {
		position: relative;
		width: 550px;
		height: auto;
		margin: 0 auto 0 0;
	}
  
  .stf-img04-2{
    margin: 0 auto 560px 0!important;
  }
	
	.stf04-2 .stf-img .stf-img01 {
		display: block;
		position: relative;
		width: 160px;
		height: auto;
		margin: 0 70px 0 auto;
		border-radius: 10px;
	}
	
	.stf04-2 .stf-img .stf-img02 {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: -40px auto 0 -40px;
		border-radius: 10px;
	}
	
	.stf04-2 .stf-text {
		position: absolute;
		top: 170px;
		right: 170px;
		width: 500px;
		height: auto;
	}
	
	.stf01-btm {
		margin-bottom: 180px!important;
	}
	
	.stf02-btm {
		margin-bottom: 200px!important;
	}
	
	.stf03-btm {
		margin-bottom: 100px!important;
	}
	
	.stf04-btm {
		margin-bottom: 200px!important;
	}
	
	.stf05-btm {
		margin-bottom: 270px!important;
	}
	
	/*その他のスタッフインタビューを見る*/
	.stf05 {
		z-index: 0;
		position: relative;
		width: 1200px;
		height: auto;
		margin: 0 auto 80px auto;
		padding: 70px 0 40px 0;
		background: #F8F8F8;
		border-radius: 20px;
	}
	
	.stf05 h2 {
		position: relative;
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	.stf05 h2::before {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 60px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.stf05 .stf-con {
		position: relative;
		width: 1040px;
		height: auto;
		margin: 70px auto 0 auto;
	}
	
	.stf05-img {
		z-index: 1;
		width: 220px;
		height: 200px;
		padding: 0 0 0 0;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.stf05-img::after {
		z-index: -1;
		position: relative;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background-repeat: no-repeat;
		background-size: cover;
		-moz-transition: -moz-transform 0.4s linear;
		-webkit-transition: -webkit-transform 0.4s linear;
		-o-transition: -o-transform 0.4s linear;
		-ms-transition: -ms-transform 0.4s linear;
		transition: transform 0.4s linear;
	}
	
	.stf05-img:hover::after {
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	.stf05-text {
		position: absolute;
		top: 155px;
		left: 0;
		width: 100%;
		height: auto;
	}
	
	.stf05-text p {
		position: relative;
		left: -10px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 30px;
		color: #fff;
	}
	
	.stf05-text p font {
		position: relative;
		padding: 4px 10px;
		background: #96C468;
		border-radius: 4px;
	}
	
	.stf05-text h3 {
		position: relative;
		margin: 8px 0 0 20px;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 18px;
		text-align: left;
		color: #666;
	}
	
	.stf05-text h3 span {
		position: relative;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 12px;
		color: #D374A6;
	}
	
	.stf05-text h3 span img {
		position: absolute;
		top: 0;
		left: -22px;
		width: 18px;
		height: auto;
	}
	
	.stf05-text h3 font {
		display: block;
		position: relative;
		margin: 5px 0 5px 0;
		font-size: 12px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 1px;
		color: #666666;
	}
	
	/*位置・背景設定*/
	.stf05-a {
		display: block;
		position: relative;
		width: 220px;
		height: 200px;
		margin: 0 20px 100px 20px;
		float: left;
	}
	
	.stf05-a01 div.stf05-img::after {
		background-image: url("/wp-content/themes/yokatoko/images/saiyoujyouhou_21_pc_20250213.jpg");
	}
	
	.stf05-a02 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2023/10/saiyoujyouhou_23_smp.jpg");
	}
	
	.stf05-a03 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2022/09/saiyoujyouhou_24_smp.jpg");
	}
	
	.stf05-a04 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2023/10/saiyoujyouhou_25_smp.jpg");
	}
	
	.stf05-a05 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2022/09/saiyoujyouhou_26_smp.jpg");
	}
	
	.stf-btn {
		position: relative;
		width: 400px;
		margin: 0 auto;
	}
	
	}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*キービジュアル*/
	#key-stf {
		position: relative;
		width: 100%;
		height: 255px;
		padding: 20px 0 0 0;
		margin: 0 auto 120px auto;
		background-color: #fff;
		background-image:radial-gradient(#EFEFEF 15%, transparent 15%);
		background-size: 10px 10px;
	}
	
	.key-stf-img {
		display: block;
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 0 0 auto;
	}
	
	.key-stf-img p {
		position: absolute;
		bottom: 15px;
		left: -10px;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 35px;
		color: #fff;
	}
	
	.key-stf-img p font {
		position: relative;
		padding: 5px 2px 5px 10px;
		background: #96C468;
		border-radius: 3px;
	}
	
	.key-stf-img00 {
		display: block;
		position: relative;
		width: 100%;
		height: 270px;
		object-fit: cover;
		border-radius: 10px 0 0 10px;
		box-shadow: 2px 3px 6px rgba(0,0,0,0.16);
	}
	
	.key-stf-text {
		z-index: 1;
		position: absolute;
		bottom: -70px;
		left: 0;
		width: 300px;
		height: auto;
		padding: 0 0 0 60px;
	}
	
	.key-stf-text h1 {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		color: #D374A6;
		text-align: left;
	}
	
	.key-stf-text h1 span {
		position: relative;
		font-size: 12px;
		line-height: 12px;
	}
	
	.key-stf-text h1 span img {
		position: absolute;
		top: 0;
		left: -25px;
		width: 19px;
		height: auto;
	}
	
	.key-stf-text h1 font {
		display: block;
		position: relative;
		margin: 5px 0 3px 0;
		font-size: 10px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		color: #666666;
	}
	
	/*コンテンツ*/
	.stf {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 30px 0;
	}
	
	.stf-text h3 {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		white-space: nowrap;
	}
	
	.stf-text h4 {
		position: relative;
		margin: 6px 0 8px 0;
		padding-left: 30px;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		white-space: nowrap;
	}
	
	.stf-text h4::before {
		content: "";
		position: absolute;
		top: 9px;
		left: 0;
		width: 20px;
		height: 1px;
		background: #D374A6;
	}
	
	.stf-text p {
		font-size: 11px;
		line-height: 20px;
	}
	
	.stf01-1 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.stf01-1 img {
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto 15px 0;
		border-radius: 5px;
	}
	
	.stf01-1 .stf-text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
	.stf01-2 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.stf01-2 img {
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto 15px 0;
		border-radius: 5px;
	}
	
	.stf01-2 .stf-text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
	.stf02-1 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.stf02-1 .stf-img {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 0 20px 0;
	}
	
	.stf02-1 .stf-img .stf-img01 {
		display: block;
		position: relative;
		width: 160px;
		height: auto;
		margin: 0 0 0 auto;
		border-radius: 5px;
	}
	
	.stf02-1 .stf-img .stf-img02 {
		display: block;
		position: absolute;
		top: 35px;
		left: 0;
		width: 110px;
		height: auto;
		border-radius: 5px;
	}
	
	.stf02-1 .stf-text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
	.stf02-2 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.stf02-2 .stf-img {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 0 20px 0;
	}
	
	.stf02-2 .stf-img .stf-img01 {
		display: block;
		position: relative;
		width: 160px;
		height: auto;
		margin: 0 0 0 auto;
		border-radius: 5px;
	}
	
	.stf02-2 .stf-img .stf-img02 {
		display: block;
		position: absolute;
		top: 35px;
		left: 0;
		width: 110px;
		height: auto;
		border-radius: 5px;
	}
	
	.stf02-2 .stf-text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
	.stf-fullimg {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.stf-fullimg::before {
		content: "";
		z-index: 2;
		position: absolute;
		top: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/08/ue-nami-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.stf-fullimg::after {
		content: "";
		z-index: 2;
		position: absolute;
		bottom: -2px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 15px;
		background-image: url(/wp-content/uploads/2022/08/shita-nami-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.stf-fullimg img {
		display: block;
		position: relative;
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
	
	.stf03-1 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.stf03-1 img {
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto 0 0;
		border-radius: 5px;
	}
	
	.stf03-1 .stf-text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}
	
	.stf03-2 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.stf03-2 img {
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto 0 0;
		border-radius: 5px;
	}
	
	.stf03-2 .stf-text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}
	
	.stf04-1 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.stf04-1 .stf-img {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.stf04-1 .stf-img .stf-img01 {
		display: block;
		position: relative;
		width: 100px;
		height: auto;
		margin: 0 auto 0 0;
		border-radius: 5px;
	}
	
	.stf04-1 .stf-img .stf-img02 {
		display: block;
		position: relative;
		width: 170px;
		height: auto;
		margin: -40px 0 0 auto;
		border-radius: 5px;
	}
	
	.stf04-1 .stf-text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}
	
	.stf04-2 {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.stf04-2 .stf-img {
		position: relative;
		width: 300px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.stf04-2 .stf-img .stf-img01 {
		display: block;
		position: relative;
		width: 100px;
		height: auto;
		margin: 0 auto 0 0;
		border-radius: 5px;
	}
	
	.stf04-2 .stf-img .stf-img02 {
		display: block;
		position: relative;
		width: 170px;
		height: auto;
		margin: -40px 0 0 auto;
		border-radius: 5px;
	}
	
	.stf04-2 .stf-text {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		margin: 0 0 20px 0;
	}
	
	/*その他のスタッフインタビューを見る*/
	.stf05 {
		z-index: 0;
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 25px auto;
		padding: 30px 0 10px 0;
		background: #F8F8F8;
		border-radius: 10px;
	}
	
	.stf05 h2 {
		position: relative;
		font-size: 17px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
	}
	
	.stf05 h2::before {
		content: "";
		position: absolute;
		bottom: -16px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 38px;
		height: 8px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.stf05 .stf-con {
		position: relative;
		width: 340px;
		height: auto;
		margin: 35px auto 0 auto;
	}
	
	.stf05-img {
		z-index: 1;
		width: 160px;
		height: 140px;
		padding: 0 0 0 0;
		border-radius: 5px;
		overflow: hidden;
	}
	
	.stf05-img::after {
		z-index: -1;
		position: relative;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.stf05-text {
		position: absolute;
		top: 108px;
		left: 0;
		width: 100%;
		height: auto;
	}
	
	.stf05-text p {
		position: relative;
		left: 0;
		font-size: 9px;
		font-weight: bold;
		letter-spacing: 0px;
		line-height: 22px;
		color: #fff;
	}
	
	.stf05-text p font {
		position: relative;
		padding: 3px 4px;
		background: #96C468;
		border-radius: 2px;
	}
	
	.stf05-text h3 {
		position: relative;
		margin: 5px 0 0 18px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #666;
	}
	
	.stf05-text h3 span {
		position: relative;
		font-size: 9px;
		letter-spacing: 0.5px;
		line-height: 9px;
		color: #D374A6;
	}
	
	.stf05-text h3 span img {
		position: absolute;
		top: 0;
		left: -17px;
		width: 15px;
		height: auto;
	}
	
	.stf05-text h3 font {
		display: block;
		position: relative;
		margin: 5px 0 6px 0;
		font-size: 9px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		letter-spacing: 0.5px;
		color: #666666;
		white-space: nowrap;
	}
	
	/*位置・背景設定*/
	.stf05-a {
		display: block;
		position: relative;
		width: 160px;
		height: 140px;
		margin: 0 5px 85px 5px;
		float: left;
	}
	
	.stf05-a01 div.stf05-img::after {
		background-image: url("/wp-content/themes/yokatoko/images/saiyoujyouhou_21_smp_20250213.jpg");
	}
	
	.stf05-a02 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2023/10/saiyoujyouhou_23_smp.jpg");
	}
	
	.stf05-a03 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2022/09/saiyoujyouhou_24_smp-1.jpg");
	}
	
	.stf05-a04 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2023/10/saiyoujyouhou_25_smp.jpg");
	}
	
	.stf05-a05 div.stf05-img::after {
		background-image: url("/wp-content/uploads/2022/09/saiyoujyouhou_26_smp-1.jpg");
	}
	
	.stf-btn {
		position: relative;
		width: 240px;
		margin: 0 auto;
	}
	
	}

/*110.資料請求・見学・体験入居、サンクスページ*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*コンテンツ*/
	.con {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0;
	}
	
	.con01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.con01 h2 {
		position: relative;
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
	}
	
	.con01 h2::before {
		content: "";
		position: absolute;
		bottom: -40px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 50px;
		height: 10px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.con01 h2 font {
		display: block;
		position: relative;
		margin-bottom: 20px;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 22px;
	}
	
	.con01 p {
		margin-top: 80px;
		line-height: 30px;
		text-align: center;
	}
	
	.con02 {
		position: relative;
		width: 800px;
		height: auto;
		padding: 65px 0 40px 0;
		margin: 100px auto 80px auto;
		background: #F8F8F8;
		border-radius: 10px;
	}
	
	.con02 h3 {
		position: absolute;
		top: -15px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 30px;
		text-align: center;
	}
	
	.con02 h3 font {
		position: relative;
		padding-left: 50px;
	}
	
	.con02 h3 font img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 40px;
		height: auto;
	}
	
	.con02 p {
		line-height: 30px;
		text-align: center;
	}
	
	.con02 a {
		position: relative;
		width: 360px;
		margin: 40px auto 0 auto;
	}
	
	.con03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 120px 0 60px 0;
		background-image: url(/wp-content/uploads/2022/08/con-back-pc.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.con03 h2 {
		font-size: 30px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 30px;
		text-align: center;
	}
	
	.con03 h2 font {
		position: relative;
		padding-left: 65px;
	}
	
	.con03 h2 font img {
		position: absolute;
		top: 55%;
		left: 0;
		transform: translate(0, -50%);
		width: 50px;
		height: auto;
	}
	
	.con03-p {
		margin: 50px auto 40px auto;
		line-height: 30px;
		text-align: center;
	}
	
	/*サンクスページ*/
	.thanks {
		position: relative;
		width: 100%;
		height: auto;
		padding: 120px 0 80px 0;
	}
	
	.thanks h2 {
		position: relative;
		margin: 100px auto 80px auto;
		font-size: 32px;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 32px;
		text-align: center;
	}
	
	.thanks h2::before {
		content: "";
		position: absolute;
		bottom: -35px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 50px;
		height: 10px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.thanks h2::after {
		content: "";
		position: absolute;
		top: -80px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 50px;
		height: 50px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.thanks p {
		line-height: 30px;
		text-align: center;
	}
	
	}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*コンテンツ*/
	.con {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 0;
	}
	
	.con01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.con01 h2 {
		position: relative;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: center;
	}
	
	.con01 h2::before {
		content: "";
		position: absolute;
		bottom: -16px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 6px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.con01 h2 font {
		display: block;
		position: relative;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 2px;
		line-height: 12px;
	}
	
	.con01 p {
		margin-top: 35px;
		line-height: 20px;
		text-align: center;
	}
	
	.con02 {
		position: relative;
		width: 340px;
		height: auto;
		padding: 30px 0 20px 0;
		margin: 40px auto 35px auto;
		background: #F8F8F8;
		border-radius: 5px;
	}
	
	.con02 h3 {
		position: absolute;
		top: -10px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
	}
	
	.con02 h3 font {
		position: relative;
		padding-left: 30px;
	}
	
	.con02 h3 font img {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 25px;
		height: auto;
	}
	
	.con02 p {
		line-height: 20px;
		text-align: center;
	}
	
	.con02 a {
		position: relative;
		width: 220px;
		margin: 20px auto 0 auto;
	}
	
	.con03 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 30px 0;
		background-image: url(/wp-content/uploads/2022/08/con-back-sp.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.con03 h2 {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: center;
	}
	
	.con03 h2 font {
		position: relative;
		padding-left: 35px;
	}
	
	.con03 h2 font img {
		position: absolute;
		top: 55%;
		left: 0;
		transform: translate(0, -50%);
		width: 30px;
		height: auto;
	}
	
	.con03-p {
		width: 300px;
		margin: 25px auto 20px auto;
		line-height: 20px;
		text-align: left;
	}
	
	/*サンクスページ*/
	.thanks {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 30px 0;
	}
	
	.thanks h2 {
		position: relative;
		margin: 50px auto 40px auto;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
	}
	
	.thanks h2::before {
		content: "";
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 6px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.thanks h2::after {
		content: "";
		position: absolute;
		top: -40px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 30px;
		background-image: url(/wp-content/uploads/2022/09/toppage_5.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	.thanks p {
		line-height: 20px;
		text-align: center;
	}
	
	}

/*120.個人情報保護*/
/*PC*/
@media only screen and (min-width: 769px) {
	/*キービジュアル*/
	#key-pri {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#key-pri img {
		display: block;
		position: relative;
		width: 100%;
		height: 360px;
		object-fit: cover;
	}
	
	#key-pri h1 {
		position: absolute;
		top: 39%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 6px;
		line-height: 32px;
		text-align: center;
		color: #666;
	}
	
	#key-pri h1::before {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 60px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	/*コンテンツ*/
	.pri {
		position: relative;
		width: 860px;
		height: auto;
		padding: 60px 0 60px 0;
		margin: 0 auto;
	}
	
	.pri p {
		line-height: 30px;
	}
	
	.pri p a {
		color: #1B3B9F;
	}
	
	.pri p a:hover {
		text-decoration: underline;
	}
	
	.pri .indent {
		padding-left: 1em;
		text-indent: -1em;
	}
	
	.pri h2 {
		position: relative;
		margin: 40px 0 20px 0;
		font-size: 22px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 2px;
		line-height: 22px;
		text-align: left;
		color: #575757;
	}
	
	.pri h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -35px;
		transform: translate(0, -50%);
		width: 23px;
		height: 23px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_9.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	}
	
/*SP*/
@media only screen and (max-width: 768px) {
	/*キービジュアル*/
	#key-pri {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#key-pri img {
		display: block;
		position: relative;
		width: 100%;
		height: 140px;
		object-fit: cover;
	}
	
	#key-pri h1 {
		position: absolute;
		top: 39%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 3px;
		line-height: 18px;
		text-align: center;
		color: #666;
	}
	
	#key-pri h1::before {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
		width: 30px;
		height: 6px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_10.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	
	/*コンテンツ*/
	.pri {
		position: relative;
		width: 300px;
		height: auto;
		padding: 30px 0 30px 0;
		margin: 0 auto;
	}
	
	.pri p {
		line-height: 18px;
	}
	
	.pri p a {
		color: #1B3B9F;
		text-decoration: underline;
	}
	
	.pri .indent {
		padding-left: 1em;
		text-indent: -1em;
	}
	
	.pri .center {
		text-align: center;
	}
	
	.pri h2 {
		position: relative;
		padding-left: 20px;
		margin: 20px 0 10px 0;
		font-size: 13px;
		font-weight: normal;
		font-family: 'Zen Maru Gothic', sans-serif;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: left;
		color: #575757;
	}
	
	.pri h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 12px;
		height: 12px;
		background-image: url(/wp-content/uploads/2022/09/goriyou_9.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	}