@charset "UTF-8";
/* visual */
.page-template-page-lp #visual .title {
	position: absolute;
	top: 140px;
	left: 0;
	z-index: 1;
	border-radius: 0 50px 50px 0;
	padding: 30px 30px 40px;
	width: 45%;
}
.page-template-page-lp #visual .title h1 {
	border-bottom: solid 1px #fff;
	margin: 0 auto 0.5em;
	padding-bottom: 0.3em;
	width: fit-content;
	line-height: 1.4;
	letter-spacing: 0.06em;
	font-weight: 600;
	font-size: 33px;
	color: #fff;
}
.page-template-page-lp #visual .title p {
	margin: 0;
}
.page-template-page-lp #visual .title h1 + p {
	text-align: center;
	font-size: 1.1em;
	color: #fff;
}
.page-template-page-lp #visual .title .spec {
	background: rgba(255, 255, 255, 0.75);
	margin-top: 1em;
	padding: 1em;
	text-align: center;
}
.page-template-page-lp #visual .badge {
	position: absolute;
	bottom: 30px;
	left: 60px;
	background: #fff;
	border-radius: 15px;
	margin: 0;
	padding: 20px 30px;
	box-shadow: 0 0 10px rgba(36, 81, 100, 0.5);
}
.page-template-page-lp #visual .badge img {
	width: 200px;
}
.page-template-page-lp #visual.lp-care .title {
	background: rgba(35, 138, 204, 0.8);
}
.page-template-page-lp #visual.lp-care .title .spec {
  color: #238ACC;
}
.page-template-page-lp #visual.lp-trimmer .title {
	background: rgba(233, 89, 127, 0.8);
}
.page-template-page-lp #visual.lp-trimmer .title .spec {
  color: #E9597F;
}
.page-template-page-lp #visual.lp-cat .title {
	background: rgba(146, 72, 152, 0.8);
}
.page-template-page-lp #visual.lp-cat .title .spec {
  color: #924898;
}
.page-template-page-lp #visual.lp-trainer .title {
	background: rgba(69, 176, 53, 0.8);
}
.page-template-page-lp #visual.lp-trainer .title .spec {
  color: #45B035;
}
.page-template-page-lp #visual.lp-breeding .title {
	background: rgba(231, 96, 3, 0.8);
}
.page-template-page-lp #visual.lp-breeding .title .spec {
  color: #E76003;
}
.page-template-page-lp #visual.lp-flower {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}
.page-template-page-lp #visual.lp-flower .img {
	position: relative;
	background: url(img/main-flower.jpg) no-repeat center top / cover;
	width: 50%;
	min-height: 700px;
}
.page-template-page-lp #visual.lp-flower .img p {
	margin: 0;
	color: #fff;
	height: 90%;
	position: absolute;
	top: 5%;
	right: 5%;
}
.page-template-page-lp #visual.lp-flower .img p img {
	height: 100%;
}
.page-template-page-lp #visual.lp-flower .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #F4F7F5;
	width: 50%;
	padding: 5vw;
  font-family: 'Noto Sans JP', sans-serif !important;
}
.page-template-page-lp #visual.lp-flower .txt h1 {
	margin: 0 0 30px;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-weight: 700;
	font-size: 50px;
}
.page-template-page-lp #visual.lp-flower .txt p {
	margin: 1em 0 0;
}
.page-template-page-lp #visual.lp-flower .txt .disc p {
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
}
.page-template-page-lp #visual.lp-flower .txt .disc p:before {
  content: "●";
	color: #ccc;
	position: absolute;
	top: 0.2em;
	left: 0;
	font-size: 0.8em;
}
.page-template-page-lp #visual.lp-flower .txt .flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 2em 0 0;
}
.page-template-page-lp #visual.lp-flower .txt figure {
	width: auto;
}
.page-template-page-lp #visual.lp-flower .txt figure + figure {
	margin-left: 5%;
}
.page-template-page-lp #visual.lp-flower .txt img {
	height: 190px;
}
@media screen and (max-width: 1024px) {
	.page-template-page-lp #visual .title {
		top: 50%;
		transform: translate(0, -50%);
	}
	.page-template-page-lp #visual .title h1 {
		padding: 0 0 7px;
		font-size: 30px;
	}
	.page-template-page-lp #visual .spec {
		font-size: 0.8em;
	}
	.page-template-page-lp #visual .badge {
		left: 30px;
		padding: 10px 15px;
	}
	.page-template-page-lp #visual .badge img {
		width: 150px;
	}
}
@media screen and (max-width: 767px) {
	.page-template-page-lp #visual {
		padding-bottom: 0;
	}
	.page-template-page-lp #visual.opencampus {
		padding-bottom: 10px;
	}
	.page-template-page-lp #visual .title {
		position: relative;
		top: auto;
		transform: none;
		width: 100%;
		border-radius: 0;
		margin: 0;
		padding: 10px 0 15px;
	}
	.page-template-page-lp #visual .title .spec {
		margin: 1em 1em 0;
	}
	.page-template-page-lp #visual .badge {
		left: auto;
		bottom: 200px;
		right: 15px;
	}
	.page-template-page-lp #visual .badge img {
		width: 120px;
	}
	.page-template-page-lp #visual .splide {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.page-template-page-lp #visual.lp-flower .img {
		width: 100%;
		height: 120vw;
	}
	.page-template-page-lp #visual.lp-flower .txt {
		width: 100%;
	}
	.page-template-page-lp #visual.lp-flower .txt h1 {
		font-size: 25px;
	}
	.page-template-page-lp #visual.lp-flower .txt img {
		height: 120px;
	}
}
/* ul.cta */
.page-template-page-lp ul.cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 40px 0 0;
}
.page-template-page-lp ul.cta li {
	width: 43%;
}
.page-template-page-lp ul.cta li:last-child {
	margin: 0 0 0 20px;
}
.page-template-page-lp ul.cta li a {
	display: block;
	position: relative;
	background: #FA5B8B;
	background-image: linear-gradient(90deg, rgba(250, 90, 139, 1), rgba(255, 167, 0, 1));
	border-radius: 54px;
	padding: 10px 20px 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
}
.page-template-page-lp ul.cta li a small {
	display: block;
    line-height: 1;
    font-weight: 500;
    font-size: 0.7em;
}
.page-template-page-lp ul.cta li:last-child a {
	background: #036EB8;
	letter-spacing: 0.08em;
	padding: 20px;
}
.page-template-page-lp ul.cta li a:before,
.page-template-page-lp ul.cta li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
.page-template-page-lp ul.cta li a:before {
	right: 10px;
	transform: translate(0, -50%);
	background: #fff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.page-template-page-lp ul.cta li a:after {
	right: 19px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
}
.page-template-page-lp ul.cta li a:hover {
	background: #FA5B8B;
	box-shadow: none;
}
.page-template-page-lp ul.cta li:last-child a:hover {
	background: #2F8ED0;
}
.page-template-page-lp ul.cta li span {
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #fff;
	border: 1px solid #FA5B8B;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 17px;
	color: #FA5B8B;
}
.page-template-page-lp ul.cta li:last-child span {
	border-color: #036EB8;
	color: #036EB8;
}
.page-template-page-lp #main .faq ul.cta li {
	width: calc(50% - 10px);
}
.page-template-page-lp #follow {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	width: 100%;
	padding-bottom: 15px;
}
.page-template-page-lp #follow ul.cta li i {
	font-style: normal;
}
.page-template-page-lp .copy {
	padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
	.page-template-page-lp ul.cta li a {
		font-size: 20px;
	}
	.page-template-page-lp #follow ul.cta li {
		width: 45%;
	}
}
@media screen and (max-width: 767px) {
	.page-template-page-lp ul.cta {
		display: block;
	}
	.page-template-page-lp ul.cta li {
		width: 320px;
		margin: 0 auto;
	}
	.page-template-page-lp ul.cta li:last-child {
		margin: 30px auto 0;
	}
	.page-template-page-lp ul.cta li a {
		border-radius: 30px;
		padding: 15px 20px;
		font-size: 17px;
	}
	.page-template-page-lp ul.cta li span {
		top: -10px;
		left: 50%;
		font-size: 12px;
	}
	.page-template-page-lp #main .faq ul.cta li {
		width: 320px;
	}
	.page-template-page-lp #follow {
		background-color: transparent;
		box-shadow: none;
		padding: 20px 0 10px;
	}
	.page-template-page-lp #follow ul.cta {
		justify-content: center;
		margin: 0;
	}
	.page-template-page-lp #follow ul.cta li {
		width: 50%;
		margin: 0;
		border: 0;
	}
	.page-template-page-lp #follow ul.cta li:last-child {
		width: 40%;
		margin: 0 0 0 10px;
	}
	.page-template-page-lp #follow ul.cta li a {
		height: auto;
		margin: 0;
		padding: 10px 25px;
		font-size: 16px;
	}
	.page-template-page-lp #follow ul.cta li a:before,
	.page-template-page-lp #follow ul.cta li a:after {
		content: none;
	}
	.page-template-page-lp #follow ul.cta li span,
	.page-template-page-lp #follow ul.cta li i {
		display: none;
	}
	.page-template-page-lp .copy {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	.page-template-page-lp ul.cta li {
		width: calc(100% - 60px);
	}
	.page-template-page-lp #main .faq ul.cta li {
		width: 100%;
	}
}

/* section */
.page-template-page-lp section.full {
	padding: 60px 4% !important;
}
.page-template-page-lp section.full.bg1 {
	background: linear-gradient(90deg,rgba(219, 245, 255, 1) 0%, rgba(209, 237, 181, 1) 100%);
	margin-bottom: 0;
}
.page-template-page-lp h2 {
	font-family: "Zen Maru Gothic", sans-serif !important;
}
.page-template-page-lp h2.section-tit {
	background: none !important;
	margin: 0 0 1em !important;
	padding: 0 !important;
	text-align: center;
	font-size: 40px !important;
	color: #008A32 !important;
}
.page-template-page-lp #subject-student h2.c-title__h2,
.page-template-page-lp #subject-graduate h2.c-title__h2 {
	font-size: 40px !important;
}
.page-template-page-lp h2 + p {
	text-align: center;
}
.page-template-page-lp #result .column3__item {
	background: #fff;
	border-radius: 15px;
	padding: 10px 15px;
}
.page-template-page-lp #subject-list .box {
	width: 32%;
	margin-bottom: 15px;
}
.page-template-page-lp #subject-list .box a {
	background: linear-gradient(90deg, #eaf9ff 0%, #b4d9ff 100%);
	border-radius: 20px;
	overflow: hidden;
	display: block;
	height: 100%;
	color: #333;
}
.page-template-page-lp #subject-list .box .txt .title {
	position: relative;
}
.page-template-page-lp #subject-list .box .txt .title::before,
.page-template-page-lp #subject-list .box .txt .title::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}
.page-template-page-lp #subject-list .box .txt .title::before {
	right: 20px;
	transform: translate(0, -50%);
	background: #fff;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}
.page-template-page-lp #subject-list .box .txt .title::after {
	right: 31px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-left: solid 1px #555;
	border-top: solid 1px #555;
}
.page-template-page-lp #subject-list .box .txt .title h3 {
	line-height: 1.4;
	font-size: 1.3em;
	font-weight: 600;
}
.page-template-page-lp #subject-list .box .txt .title h3 span {
	font-weight: 500;
	font-size: 0.8em;
}
.page-template-page-lp #subject-list .box .tri .txt .title h3 span,
.page-template-page-lp #subject-list .box .cat .txt .title h3 span {
	margin-left: 0.5em;
}
.page-template-page-lp #subject-list .box .txt .title p {
	margin: 0;
}
.page-template-page-lp #subject-list .box .txt .title p::before {
	content: "［";
	margin-right: 0.5em;
}
.page-template-page-lp #subject-list .box .txt .title p::after {
	content: "］";
	margin-left: 0.5em;
}
.page-template-page-lp #subject-list .box .txt .jobbox {
	padding: 10px 20px;
}
.page-template-page-lp #subject-list .box .txt .jobbox h4 {
	margin: 0 0 0.5em;
	font-weight: 600;
}
.page-template-page-lp #subject-list .box .txt .jobbox ul {
	font-size: 0.9em;
}
.page-template-page-lp #subject-list .box .txt .jobbox ul li {
	width: 100%;
}
.page-template-page-lp #main .oc .inner {
	position: relative;
	top: -290px;
	margin-bottom: -290px;
}
.page-template-page-lp #main .oc h2 {
	padding: 0;
	text-align: left;
	letter-spacing: -0.02em;
	line-height: 1;
  font-family: "Montserrat", sans-serif;
	font-size: 98px;
	font-weight: 500;
	color: #FFB254;
}
.page-template-page-lp #main .oc > .img {
	width: 58.5%;
	margin: 0 0 0 auto;
}
.page-template-page-lp #main .oc > .img img {
	width: 100%;
	height: auto;
}
.page-template-page-lp #main .oc .txt {
	margin: 0;
}
.page-template-page-lp #main .oc .txt img {
	width: 300px;
}
.page-template-page-lp #main .oc ul {
	display: flex;
	justify-content: space-between;
}
.page-template-page-lp #main .oc ul li {
	width: 33%;
	border-radius: 10px;
	margin: 30px 0 0;
	padding: 0 20px 20px;
}
.page-template-page-lp #main .oc ul li:nth-child(1) {
	background: #FAEAEA;
}
.page-template-page-lp #main .oc ul li:nth-child(2) {
	background: #FFE9D6
}
.page-template-page-lp #main .oc ul li:nth-child(3) {
	background: #D9F5E8;
}
.page-template-page-lp #main .oc ul li .img {
	position: relative;
	top: -20px;
	width: 120px;
	margin: 0 auto -20px;
}
.page-template-page-lp #main .oc ul li dt {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.page-template-page-lp #main .oc ul li:nth-child(1) dt span {
	color: #FA5B8B;
}
.page-template-page-lp #main .oc ul li:nth-child(2) dt span {
	color: #FF6F00;
}
.page-template-page-lp #main .oc ul li:nth-child(3) dt span {
	color: #19A060;
}
.page-template-page-lp #main .oc-flow {
	border-top: 1px solid #ccc;
	margin-top: 40px;
	padding-top: 40px;
}
.page-template-page-lp #main .oc-flow h3,
.page-template-page-lp #main .oc-day h3 {
	width: 100%;
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
}
.page-template-page-lp #main .oc-flow li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.page-template-page-lp #main .oc-flow li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	z-index: -1;
	width: 1px;
	border-left: 2px dotted #707070;
}
.page-template-page-lp #main .oc-flow li:last-child::before {
	content: none;
}
.page-template-page-lp #main .oc-flow .time {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
}
.page-template-page-lp #main .oc-flow dl {
	width: calc(60% - 100px);
	margin: 0 0 20px;
}
.page-template-page-lp #main .oc-flow dt {
	font-size: 18px;
	font-weight: 700;
}
.page-template-page-lp #main .oc-flow dd + dt {
	margin: 10px 0 0;
}
.page-template-page-lp #main .oc-flow dd {
	margin: 5px 0 0;
}
.page-template-page-lp #main .oc-flow dd ul li {
	display: block;
	margin: 3px 0;
	padding: 0 0 0 20px;
}
.page-template-page-lp #main .oc-flow dd ul li::before,
.page-template-page-lp #main .oc-flow dd ul li:last-child::before {
	content: "";
	top: 50%;
	left: 7px;
	width: 6px;
	height: 6px;
	background: #333;
	border: 0;
	border-radius: 50%;
	margin: -3px;
}
.page-template-page-lp #main .oc-flow .img {
	width: 40%;
	margin: 0 0 20px;
}
.page-template-page-lp #main .oc-flow .img img {
	display: block;
	margin: 0 auto;
}
.page-template-page-lp #main .oc-day {
	background: #FFE9CB;
	margin: 40px 0 0;
	padding: 40px 0 30px;
}
.page-template-page-lp #main .oc-day ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-template-page-lp #main .oc-day ul li {
	width: 24%;
	margin: 0 0 10px;
	line-height: 1.2;
}
.page-template-page-lp #main .oc-day ul li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	color: #333;
}
.page-template-page-lp #main .oc-day ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	transform: translate(0, -50%) rotate(135deg);
	width: 6px;
	height: 6px;
	border-left: solid 1px #888;
	border-top: solid 1px #888;
}
.page-template-page-lp #main .oc-day ul li a:hover {
	opacity: 0.7;
}
.page-template-page-lp #main .oc-day ul li small {
	display: block;
	width: 100%;
  font-family: "Montserrat", sans-serif;
}
.page-template-page-lp #main .oc-day ul li .data {
	letter-spacing: 0.04em;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
}
.page-template-page-lp #main .oc-day ul li .day {
	display: inline-block;
	margin: 2px 0 0 5px;
	line-height: 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
}
.page-template-page-lp #main .oc-day ul li .day.sun {
	background: #E60012;
}
.page-template-page-lp #main .oc-day ul li .day.sat {
	background: #036EB8;
}
.page-template-page-lp #main .access {
	padding: 60px 0;
}
.page-template-page-lp #main .access h2,
.page-template-page-lp #main .faq h2 {
	background: url(img/bg-post-h2.svg) no-repeat left center;
	background-size: 40px auto;
	margin: 80px 0 30px;
	padding: 0 0 0 50px;
	line-height: 1.4;
	font-size: 30px;
	font-weight: 700;
	color: #008A32;
}
.page-template-page-lp #main .access h2:first-child,
.page-template-page-lp #main .faq h2 {
	margin-top: 0;
}
.page-template-page-lp #main .faq {
	background: #E2F0E7;
	padding: 60px 0;
}
.page-template-page-lp #main .faq dt {
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 20px 50px;
	cursor: pointer;
}
.page-template-page-lp #main .faq dt:nth-of-type(n+2) {
	margin: 10px 0 0;
}
.page-template-page-lp #main .faq dt:after {
	content: "P";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-family: "ElegantIcons";
	font-size: 1.5rem;
	color: #888;
}
.page-template-page-lp #main .faq dt.active {
	border-radius: 5px 5px 0 0;
}
.page-template-page-lp #main .faq dt.active::after {
	content: "O";
}
.page-template-page-lp #main .faq dd {
	display: none;
	position: relative;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 20px 20px 20px 50px;
}
.page-template-page-lp #main .faq dt:before,
.page-template-page-lp #main .faq dd:before {
	display: block;
	position: absolute;
	top: 25px;
	left: 20px;
	line-height: 1;
  font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 700;
}
.page-template-page-lp #main .faq dt:before {
	content: "Q";
	color: #008039;
}
.page-template-page-lp #main .faq dd:before {
	content: "A";
	color: #888;
}
.page-template-page-lp #main #line-area {
	margin-top: 80px;
	margin-bottom: 60px;
}
.page-template-page-lp #subject-work h2 {
	white-space: nowrap;
}
.page-template-page-lp .article--lp-flower #subject-work .subject-list-care li {
	position: relative;
	background: none;
}
.page-template-page-lp .article--lp-flower #subject-work .subject-list-care li::before {
	content: "●";
	font-size: 0.8em;
	color: #CCCCCC;
	position: absolute;
	top: 0.2em;
	left: 0;
}
.page-template-page-lp #subject-result h2 {
	color: #555 !important;
}
.page-template-page-lp #subject-point h2 {
	font-size: 30px;
}
.page-template-page-lp #subject-point .img,
.page-template-page-lp #subject-point .txt,
.page-template-page-lp #subject-oclesson .img,
.page-template-page-lp #subject-oclesson .txt {
	width: 48%;
}
@media screen and (max-width: 1024px) {
	.page-template-page-lp #main .oc h2 {
		font-size: 90px;
	}
	.page-template-page-lp #main .oc .txt img {
		width: 240px;
	}
}
@media screen and (max-width: 767px) {
	.page-template-page-lp h2.section-tit,
	.page-template-page-lp #subject-student h2.c-title__h2,
	.page-template-page-lp #subject-graduate h2.c-title__h2 {
		font-size: 22px !important;
	}
	.page-template-page-lp #result figure {
		width: 50%;
		float: left;
	}
	.page-template-page-lp #result .column2 {
		flex-direction: column;
	}
	.page-template-page-lp #result .column2 .column2__item {
		width: 100% !important;
		text-align: center;
	}
	.page-template-page-lp #result .rusult-box ul + .ta-c:last-child {
		width: 50%;
		float: right;
	}
	.page-template-page-lp #subject-list {
		justify-content: center;
	}
	.page-template-page-lp #subject-list .box {
		width: 100%;
	}
	.page-template-page-lp #subject-list .box a {
		position: relative;
	}
	.page-template-page-lp #subject-list .box a figure {
		width: 150px;
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 1;
	}
	.page-template-page-lp #subject-list .box a figure img {
		border-radius: 20px 0 0 0;
	}
	.page-template-page-lp #subject-list .box a .txt .title {
		height: 160px;
		padding-left: 170px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.page-template-page-lp #subject-list .box .txt .title::before {
		right: 10px;
		width: 22px;
		height: 22px;
	}
	.page-template-page-lp #subject-list .box .txt .title::after {
		right: 19px;
	}
	.page-template-page-lp #subject-list .box .txt .title h3 span {
		display: inline-block;
		font-size: 12px;
	}
	.page-template-page-lp #subject-list .box .txt .jobbox {
		padding: 10px;
	}
	.page-template-page-lp #subject-list .box .txt .jobbox ul li {
		width: 48%;
	}
	.page-template-page-lp #main .oc .inner {
		top: -30px;
		margin-bottom: -30px;
	}
	.page-template-page-lp #main .oc > .img {
		width: 100%;
		margin: 0;
	}
	.page-template-page-lp #main .oc h2 {
		margin: 0;
		font-size: 60px;
	}
	.page-template-page-lp #main .oc .txt img {
		width: 210px;
	}
	.page-template-page-lp #main .oc ul {
		display: block;
	}
	.page-template-page-lp #main .oc ul li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: 10px 0 0;
		padding: 10px;
	}
	.page-template-page-lp #main .oc ul li .img {
		top: 0;
		width: 80px;
		margin: 0;
	}
	.page-template-page-lp #main .oc ul li dl {
		width: calc(100% - 100px);
	}
	.page-template-page-lp #main .oc ul li dt {
		text-align: left;
		font-size: 16px;
	}
	.page-template-page-lp #main .oc ul li dd {
		font-size: 14px;
	}
	.page-template-page-lp #main .oc-flow h3,
	.page-template-page-lp #main .oc-day h3 {
		font-size: 22px;
	}
	.page-template-page-lp #main .oc-flow dl {
		width: calc(100% - 80px);
		margin: 0;
	}
	.page-template-page-lp #main .oc-flow .img {
		width: calc(100% - 80px);
		margin: 10px 0 30px auto;
	}
	.page-template-page-lp #main .oc-day ul li {
		width: 48.5%;
	}
	.page-template-page-lp #main .access h2,
	.page-template-page-lp #main .faq h2 {
		margin: 60px 0 30px;
		font-size: 22px;
	}
	.page-template-page-lp #main .access img.access-flow__img {
		max-width: 700px;
	}
	.page-template-page-lp #subject-point h2 {
		font-size: 22px;
	}
	.page-template-page-lp #subject-point .img,
	.page-template-page-lp #subject-point .txt,
	.page-template-page-lp #subject-oclesson .img,
	.page-template-page-lp #subject-oclesson .txt {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.page-template-page-lp #main .oc h2 {
		font-size: 41px;
	}
	.page-template-page-lp #main .oc .txt img {
		width: 180px;
	}
	.page-template-page-lp #subject-list .box {
		max-width: none;
	}
}

/* subject color */
.page-template-page-lp #subject-list .box a.tri {
	background: linear-gradient(90deg, #f6ecee 0%, #ffd1db 100%);
}
.page-template-page-lp #subject-list .box a.cat {
	background: linear-gradient(90deg, #f6eef6 0%, #ebc3ee 100%);
}
.page-template-page-lp #subject-list .box a.trainer {
	background: linear-gradient(90deg, #e8f1e6 0%, #c8e5c2 100%);;
}
.page-template-page-lp #subject-list .box a.brb {
	background: linear-gradient(90deg, #fffae9 0%, #f3d8b8 100%);
}
.page-template-page-lp #subject-list .box a.flower {
	background: linear-gradient(90deg, #ebfbeb 0%, #cceccb 100%);
}
.page-template-page-lp #subject-list .box .txt .title {
	background: linear-gradient(90deg, #2D8CCD 0%, #7fc6ed 100%);
	padding: 1em 30px 1em 1.5em;
	color: #fff;
	position: relative;
}
.page-template-page-lp #subject-list .box .tri .txt .title {
	background-image: linear-gradient(90deg, #EB698B 0%, #f4b6c9 100%);
}
.page-template-page-lp #subject-list .box .cat .txt .title {
	background-image: linear-gradient(90deg, #9F5BA0 0%, #d8aad3 100%);
}
.page-template-page-lp #subject-list .box .trainer .txt .title {
	background-image: linear-gradient(90deg, #84C023 0%, #cad554 100%);
}
.page-template-page-lp #subject-list .box .brb .txt .title {
	background-image: linear-gradient(90deg, #EE8421 0%, #f8ca86 100%);
}
.page-template-page-lp #subject-list .box .flower .txt .title {
	background-image: linear-gradient(90deg, #329C39 0%, #87cd83 100%);
}
.page-template-page-lp .article--lp-care #subject-work h2,
.page-template-page-lp .article--lp-care #subject-work h2::after {
	background: #238ACC;
}
.page-template-page-lp .article--lp-trimmer #subject-work h2,
.page-template-page-lp .article--lp-trimmer #subject-work h2::after {
	background: #E9597F;
}
.page-template-page-lp .article--lp-cat #subject-work h2,
.page-template-page-lp .article--lp-cat #subject-work h2::after {
	background: #924898;
}
.page-template-page-lp .article--lp-trainer #subject-work h2,
.page-template-page-lp .article--lp-trainer #subject-work h2::after {
	background: #45B035;
}
.page-template-page-lp .article--lp-breeding #subject-work h2,
.page-template-page-lp .article--lp-breeding #subject-work h2::after {
	background: #E76003;
}
.page-template-page-lp .article--lp-flower #subject-work h2,
.page-template-page-lp .article--lp-flower #subject-work h2::after {
	background: #FFB254;
}
.page-template-page-lp .article--lp-trimmer #subject-point h2 {
	background-image: url(/wp-content/uploads/content-pet/trimming-point-tit.svg);
}
.page-template-page-lp .article--lp-cat #subject-point h2 {
	background-image: url(/wp-content/uploads/content-pet/cat-point-tit.svg);
}
.page-template-page-lp .article--lp-trainer #subject-point h2 {
	background-image: url(/wp-content/uploads/content-pet/trainer-point-tit.svg);
}
.page-template-page-lp .article--lp-breeding #subject-point h2 {
	background-image: url(/wp-content/uploads/content-pet/brb-point-tit.svg);
}
.page-template-page-lp .article--lp-trimmer #subject-result {
	background: linear-gradient(90deg, #f6ecee 0%, #ffd1db 100%);
}
.page-template-page-lp .article--lp-cat #subject-result {
	background: linear-gradient(90deg, #f6eef6 0%, #ebc3ee 100%);
}
.page-template-page-lp .article--lp-trainer #subject-result {
	background: linear-gradient(90deg, #e8f1e6 0%, #c8e5c2 100%);
}
.page-template-page-lp .article--lp-breeding #subject-result {
	background: linear-gradient(90deg, #fffae9 0%, #f3d8b8 100%);
}

/* flower */
.page-template-page-lp .article--lp-flower,
.page-template-page-lp .article--lp-flower h2 {
	font-family: 'Noto Sans JP', sans-serif !important;
}
.page-template-page-lp .article--lp-flower #oc-area h2,
.page-template-page-lp .article--lp-flower .oc h2 {
	font-family: "Montserrat", sans-serif !important;
}
.page-template-page-lp .article--lp-flower #strong img {
	display: inline;
}
.page-template-page-lp .article--lp-flower #strong h2 {
	background: linear-gradient(90deg, #E6628F 0%, #94CDDF 100%);
	border-radius: 15px 15px 0 0;
	line-height: 1;
	margin: 30px 0 0;
	padding: 20px;
	text-align: center;
}
.page-template-page-lp .article--lp-flower #strong h2 span {
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	display: block;
}
.page-template-page-lp .article--lp-flower #strong h2 img {
	width: 300px;
}
.page-template-page-lp .article--lp-flower #strong .strong-box {
	background: #F7EFF2;
	padding: 40px 0;
}
.page-template-page-lp .article--lp-flower #strong .strong-box.strong2 {
	background: #F4F7F5;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.page-template-page-lp .article--lp-flower #strong h3 {
	margin: 0 0 30px;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 30px;
}
.page-template-page-lp .article--lp-flower #strong h3 span {
	display: block;
}
.page-template-page-lp .article--lp-flower #strong h3 .num img {
	height: 50px;
}
.page-template-page-lp .article--lp-flower #strong h3 strong {
	background: linear-gradient(90deg, #94CDDF 0%, #E6628F 100%);
	display: inline-block;
	width: fit-content;
	margin: 0.3em 0.2em 0.1em;
	padding: 0 0.5em 0 0.7em;
	letter-spacing: 0.3em;
	font-weight: 800;
	font-size: 1.3em;
	color: #fff;
}
.page-template-page-lp .article--lp-flower #strong h4 {
	font-weight: bold;
	font-size: 1.1em;
}
.page-template-page-lp .article--lp-flower #strong h5 {
	margin: 0.5em 0 0;
	font-weight: bold;
}
.page-template-page-lp .article--lp-flower #strong div .flex {
	align-items: stretch;
}
.page-template-page-lp .article--lp-flower #strong .img {
	width: 50%;
}
.page-template-page-lp .article--lp-flower #strong .txt {
	width: 50%;
	padding: 0 5%;
}
.page-template-page-lp .article--lp-flower #strong .txt img {
	border-radius: 20px;
}
.page-template-page-lp .article--lp-flower #strong .strong2 h3 strong {
	background: none;
	margin-bottom: 0.5em;
}
.page-template-page-lp .article--lp-flower #strong .strong2 h3 strong img {
	width: 400px;
	max-width: 80%;
	margin: 0 10px;
}
.page-template-page-lp .article--lp-flower #strong .strong2 .box {
	width: 50%;
	padding: 0 6% 0 0;
}
.page-template-page-lp .article--lp-flower #strong .strong2 .box:last-child {
	padding: 0 0 0 6%;
    border-left: solid 1px #888;
}
.page-template-page-lp .article--lp-flower #strong .strong2 .box figure img {
	width: 100%;
}
.page-template-page-lp .article--lp-flower #strong .strong2 .pass h4 {
	color: #F39800;
}
.page-template-page-lp .article--lp-flower #strong .strong2 .offer h4 {
	color: #6DB27F;
}
.page-template-page-lp .article--lp-flower #strong .strong2 ul.disc li {
	padding-left: 1.2em;
	position: relative;
}
.page-template-page-lp .article--lp-flower #strong .strong2 ul.disc li::before {
	content: "●";
	font-size: 0.8em;
	color: #CCCCCC;
	position: absolute;
	top: 0.2em;
	left: 0;
}
.page-template-page-lp .article--lp-flower #strong .strong3 .flex figure {
	position: relative;
	width: 50%;
}
.page-template-page-lp .article--lp-flower #strong .strong3 figcaption {
	background: #EE858C;
    padding: 0 0.8em 0 1em;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.page-template-page-lp .article--lp-flower #strong .strong3 .inner .gallery figure {
	width: 32%;
}
.page-template-page-lp .article--lp-flower #strong .strong3 p {
	margin-top: 15px;
}
.page-template-page-lp .article--lp-flower #subject-student {
	background: #E2F0E7;
}
.page-template-page-lp .article--lp-flower #subject-student .subject-student__box a .mainimg img {
	box-shadow: 5px 5px 0 #EE858C;
}
.page-template-page-lp .article--lp-flower #subject-student .subject-student__box a h3 > span,
.page-template-page-lp .article--lp-flower #graduate .box a h3 > span {
	background: linear-gradient(90deg, #E6628F 0%, #94CDDF 100%);
}
.page-template-page-lp .article--lp-flower #subject-student .subject-student__box a .more {
	color: #EE858C;
}
.page-template-page-lp .article--lp-flower #subject-student .subject-student__box a .more span {
	background: #EE858C;
}
.page-template-page-lp .article--lp-flower #graduate {
	background: linear-gradient(90deg, #FFF6CE 0%, #FFEDF0 100%);
}
.page-template-page-lp .article--lp-flower #graduate {
	margin: 0;
	padding: 60px 0;
}
.page-template-page-lp .article--lp-flower #graduate h2 {
	background: none;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}
.page-template-page-lp .article--lp-flower #graduate h2 img {
	display: inline;
	width: 400px;
}
.page-template-page-lp .article--lp-flower #graduate .box {
	width: 30%;
}
.page-template-page-lp .article--lp-flower #graduate .box a {
	color: #333;
}
.page-template-page-lp .article--lp-flower #graduate .box img {
	border-radius: 200px;
}
.page-template-page-lp .article--lp-flower #graduate .box a h3 {
	margin: -15px 0 15px;
	padding: 0.1em 0.5em;
    line-height: 1.8;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
	display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
}
.page-template-page-lp .article--lp-flower #graduate .box a h3 > span {
	padding: 0.1em 0.5em;
}
.page-template-page-lp .article--lp-flower #graduate .box a h3 + p {
	font-size: 13px;
}
.page-template-page-lp .article--lp-flower #graduate .box a .p-btn {
	margin: 0;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}
.page-template-page-lp .article--lp-flower #graduate .box a:hover h3,
.page-template-page-lp .article--lp-flower #graduate .box a:hover h3 + p {
	opacity: 0.8;
}
@media screen and (max-width: 767px) {
	.page-template-page-lp .article--lp-flower #strong .strong3 .flex figure,
	.page-template-page-lp .article--lp-flower #strong .strong3 .inner .gallery figure,
	.page-template-page-lp .article--lp-flower #strong .img,
	.page-template-page-lp .article--lp-flower #strong .txt {
		width: 100%;
	}
	.page-template-page-lp .article--lp-flower #strong {
		margin-bottom: 0;
		padding: 0;
	}
	.page-template-page-lp .article--lp-flower #strong h2 {
		padding: 15px;
	}
	.page-template-page-lp .article--lp-flower #strong h2 img {
		width: 250px;
	}
	.page-template-page-lp .article--lp-flower #strong .strong-box {
		background: none;
		padding: 30px 0;
	}
	.page-template-page-lp .article--lp-flower #strong .strong-box .flex {
		gap: 20px;
	}
	.page-template-page-lp .article--lp-flower #strong h3 {
		margin: 5px 0 20px;
		font-size: 21px;
	}
	.page-template-page-lp .article--lp-flower #strong h3 .num {
		margin: 0 0 10px;
	}
	.page-template-page-lp .article--lp-flower #strong h3 .num img {
		height: 33px;
	}
	.page-template-page-lp .article--lp-flower #strong .strong2 .box {
		width: 100%;
        padding: 0;
	}
	.page-template-page-lp .article--lp-flower #strong .strong2 .box:last-child {
		padding: 30px 0 0;
        border: none;
        border-top: solid 1px;
	}
	.page-template-page-lp .article--lp-flower #strong .strong2 .toggle-btn {
		margin: 15px 0;
	}
	.page-template-page-lp .article--lp-flower #graduate h2 img {
		width: 300px;
	}
	.page-template-page-lp .article--lp-flower #graduate .flex {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.page-template-page-lp .article--lp-flower #graduate .box {
		width: 80%;
		max-width: 300px;
	}
	.page-template-page-lp .article--lp-flower #graduate .box h3 {
		padding: 0;
	}
	.page-template-page-lp .article--lp-flower #graduate .p-btn {
		width: 100%;
		max-width: 100%;
	}
	.page-template-page-lp .article--lp-flower #graduate .box a h3 span.pc {
		background: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
	}
	.page-template-page-lp .article--lp-flower #graduate .box a h3 span.sp {
		background: linear-gradient(90deg, #E6628F 0%, #94CDDF 100%);
		padding: 0.1em 0.5em;
		display: block;
		width: fit-content;
	}
}