<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------------------
　other（例）
---------------------------------------- */
.pan_wrap div:last-of-type:after {
	display: none;
}
.container .prepare_txt {
	margin: 60px 0 60px 0;
	font-size: 65px;
	line-height: 80px;
	text-align: center;
}
.container .prepare_btn {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 10px 0;
	background: #000;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s;
}
.container .prepare_btn:hover {
	background: #65b820
}
/* other（例）
---------------------------------------- */
/* ----------------------------------------
　sale（例）
---------------------------------------- */
#sale_main {
	width: 100%;
	margin: 0 0 100px 0;
	padding: 50px 0 50px 0;
	background: #eff8e8;
}
.sale_main_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.sale_main_inner div {
	margin: 0 0 0 50px;
}
.sale_main_inner h2 {
	margin: 0 0 25px 0;
}
.sale_main_inner ul li {
	display: inline-block;
	background: #fff;
	border-left: 5px solid #65b820;
	border-radius: 5px;
	padding: 10px 13px 10px 13px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.sale_main_inner ul li:not(:last-child) {
	margin-bottom: 7px;
}
.sale_main_inner ul li span {
	color: #65b820;
}
.t_green_tl {
	padding: 65px 0 5px 0;
	position: relative;
}
.t_green_tl h2 {
	padding: 0 0 0 80px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 3px;
	position: relative;
}
.t_green_tl h2:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #65b820;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.t_green_tl span {
	color: #65b820;
}
.t_green_tl p {
	font-size: 100px;
	line-height: 100px;
	color: #f7f7f7;
	font-weight: bold;
	letter-spacing: 10px;
	position: absolute;
	left: -8px;
	bottom: 0;
	z-index: -1;
}
.t_orange_tl {
	padding: 65px 0 5px 0;
	position: relative;
}
.t_orange_tl h2 {
	padding: 0 0 0 80px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 3px;
	position: relative;
}
.t_orange_tl h2:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #ff6f30;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.t_orange_tl span {
	color: #ff6f30;
}
.t_orange_tl p {
	font-size: 100px;
	line-height: 100px;
	color: #f7f7f7;
	font-weight: bold;
	letter-spacing: 10px;
	position: absolute;
	left: -8px;
	bottom: 0;
	z-index: -1;
}
.nayami {
	width: 960px;
	margin: 20px auto 110px;
}
.nayami h2 {
	text-align: center;
	display: block;
	font-size: 2em;
	margin-block-end: 6em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.nayami h2 span {
	color: #ff6f30;
}
.nayami_group {
	position: relative;
	margin: 80px 0;
}
.nayami_icon {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.nayami_group ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}
.nayami_group ul li {
	width: 300px;
	height: 100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 180%;
	border: 1px solid #bfbfbf;
	padding: 20px;
	box-sizing: border-box;
	list-style: none;
	border-radius: 10px;
	margin-bottom: 30px;
}
.nayami_group ul li:nth-child(2) {
	margin-top: -100px;
}
.nayami_group ul li:nth-child(5) {
	margin-top: 100px;
}
.nayami_group ul li span {
	background: linear-gradient(transparent 60%, #ffd4c0 0%);
}
.solution_wrap {
	width: 100%;
	background: #eff8e8;
	height: 400px;
}
.sol_inner {
	width: 1220px;
	position: relative;
	height: 400px;
	margin: 0 auto;
}
.sol_img {
	width: 640px;
	height: 400px;
	position: absolute;
	top: -65px;
}
.sol_co {
	width: 400px;
	position: absolute;
	right: 110px;
	top: 20%;
}
.sol_co h2 {
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.sol_co p {
	font-size: 26px;
	line-height: 35px;
	font-weight: bold;
	color: #000;
	margin: 0 0 20px;
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.sol_btn a {
	display: block;
	background: #fff;
	border: 1px solid #65b820;
	height: 80px;
	text-align: center;
	line-height: 80px;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.sol_btn a:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #65b820;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	transition: all 0.4s;
}
.sol_btn a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #65b820;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s;
}
.sol_btn a:hover {
	color: #fff;
}
.sol_btn a:hover:before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}
.sol_btn a:hover:after {
	border-left: 6px solid #FFF;
}
.strong_wrap {
	width: 100%;
	margin: 80px auto;
}
.strong_wrap .sell_title {
	width: 1100px;
	margin: 0 auto 65px auto;
}
.str_list {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.str_co {
	width: 330px;
}
.str_co img {
	box-shadow: 10px 10px #eff8e8;
}
.str_co h3 {
	font-size: 20px;
	color: #65b820;
	font-weight: bold;
	margin: 30px 0 10px;
}
.str_co p {
	font-size: 16px;
	line-height: 150%;
	color: #666;
	margin: 0;
}
#sale_system {
	width: 1100px;
	margin: 0 auto 100px auto;
}
.s_system_catch {
	margin: 50px 0 45px 0;
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.s_system_catch span {
	color: #ff6f30;
}
#sale_system ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px 0;
}
#sale_system ul li {
	width: 340px;
}
#sale_system ul li:first-child {
	box-sizing: border-box;
	border: 1px solid #65b820;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#sale_system ul li:first-child:before {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 20px solid transparent;
	border-left: 20px solid #65b820;
	transform: rotate(-135deg);
	position: absolute;
	top: -20px;
	left: -20px;
	margin: auto;
}
#sale_system ul li:first-child:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 20px solid transparent;
	border-left: 20px solid #65b820;
	transform: rotate(45deg);
	position: absolute;
	bottom: -20px;
	right: -20px;
	margin: auto;
}
#sale_system ul li a {
	display: block;
	padding: 0 0 50px 0;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #65b820;
	border-radius: 3px 3px 0 0;
	text-decoration: none;
	overflow: hidden;
	position: relative;
	transition: all 0.4s;
}
#sale_system ul li a:hover {
	background: #f7f7f7;
}
#sale_system ul li a h3 {
	padding: 18px 0;
	background: #65b820;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
#sale_system ul li a img {
	margin-bottom: 15px;
}
.s_system_txt {
	padding: 0 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1.5px;
}
.system_more {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1.5px;
	font-weight: bold;
	color: #65b820;
	text-align: right;
	text-decoration: underline;
	position: absolute;
	bottom: 15px;
	right: 30px;
}
.system_more:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #65b820;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -22px;
	margin: auto;
}
.contact_wrap {
	width: 100%;
	height: 300px;
	background: #65b820;
}
.contact_co {
	width: 800px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	color: #fff;
}
.con_title {
	font-size: 28px;
	font-weight: bold;
}
.contact_co p {
	margin: 30px auto;
	font-size: 15px;
	letter-spacing: 1px;
}
.contact_co ul {
	display: flex;
	justify-content: center;
	gap: 0 20px;
}
.contact_btn a {
	width: 450px;
	height: 80px;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 10px 0 0;
	background: #fff;
	line-height: 80px;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border-radius: 40px;
	text-indent: 15px;
	position: relative;
}
.contact_co ul li:nth-child(1) a:before {
	content: "";
	display: inline-block;
	background: url(/img/sale/sale_inq_icon01.png);
	background-size: auto;
	width: 26px;
	height: 21px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 45px;
	margin: auto;
}
.contact_co ul li:nth-child(2) a:before {
	content: "";
	display: inline-block;
	background: url(/img/sale/sale_inq_icon02.png);
	background-size: auto;
	width: 28px;
	height: 33px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 45px;
	margin: auto;
}
.contact_btn a:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #ff6f30;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	transition: all 0.4s;
}
.contact_btn a:hover {
	background: #fff552;
	transition-duration: 0.3s;
}
.chart_wrap {
	width: 1100px;
	margin: 0 auto 90px auto;
	padding: 100px 0 0 0;
}
.chart_wrap .sell_title {
	margin: 0 0 50px 0;
}
.chart_img {
	text-align: center;
	position: relative;
}
.chart_img a {
	display: block;
	box-sizing: border-box;
	width: 500px;
	margin: auto;
	padding: 4px;
	background: #fff;
	border: 2px solid #65b820;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 65px;
	z-index: 2;
}
.chart_img a span {
	display: block;
	box-sizing: border-box;
	padding: 23px 0;
	border: 1px solid #65b820;
	font-size: 18px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	transition: all 0.4s;
}
.chart_img a:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #65b820;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	transition: all 0.4s;
}
.chart_img a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #65b820;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s;
}
.chart_img a:hover span {
	border: 1px solid #fff;
	color: #fff;
}
.chart_img a:hover:before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}
.chart_img a:hover:after {
	border-left: 6px solid #fff;
}
.feature_wrap {
	width: 1100px;
	margin: 80px auto 100px auto;
	color: #333;
}
.feature_wrap .sell_title {
	margin: 0 0 50px 0;
}
.fea_co {
	width: 900px;
	margin: 0 auto;
}
.fea_co table {
	border-collapse: collapse;
	width: 100%;
}
.fea_co th, .fea_co td {
	border: 1px solid #bfbfbf;
	font-size: 16px;
	line-height: 24px;
}
.fea_co td {
	padding: 5px 20px;
}
.fea_co th {
	background: #f7f7f7;
	line-height: 80px;
	width: 200px;
	box-sizing: border-box;
	padding: 0 0 0 25px;
	font-weight: bold;
}
.table_none {
	background: #fff !important;
	background-image: linear-gradient(10deg,
			transparent 47%,
			#ccc,
			transparent 51%,
			transparent) !important;
}
.bg_red {
	background: #fff0ea;
	line-height: 40px;
	text-align: center;
}
.bg_blue {
	background: #eff8e8;
	line-height: 40px;
	text-align: center;
}
.top_img {
	width: 100%;
	height: 500px;
	margin: 0 0 90px 0;
	overflow: hidden;
}
.top_img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.inheritance_wrap {
	width: 1100px;
	margin: 80px auto;
}
.inh_sub {
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 200%;
	margin: 40px 0;
}
.inh_text {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	line-height: 190%;
	background: #fff8f5;
	border: 3px solid #fd9c71;
	border-radius: 5px;
	font-size: 16px;
}
.info_btn_list {
	width: 1030px;
	margin: 0 auto 50px auto;
}
.info_btn_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.info_btn_list ul li a {
	display: flex;
	align-items: center;
	width: 330px;
	height: 100px;
	padding: 30px;
	text-decoration: none;
	font-size: 18px;
	color: #484848;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
}
.info_btn_list ul li a:hover {
	border: 3px solid #bfbfbf;
	padding: 28px;
}
.info_btn_list ul li a img {
	object-fit: contain;
	margin-right: 20px;
}
.info_btn_list ul li a::after {
	content: "";
	display: inline-block;
	background: url(/img/sale/arrow.png);
	background-size: auto;
	width: 10px;
	height: 16px;
	position: absolute;
	right: 30px;
}
/* sale（例）
---------------------------------------- */
/* ----------------------------------------
　owner（例）
---------------------------------------- */
#ow_main_wrap {
	width: 100%;
	padding: 50px 0;
	background: #fff0ea;
	text-align: center;
}
.trouble_wrap {
	width: 1100px;
	text-align: center;
	margin: 80px auto;
	position: relative;
}
.trouble_wrap:before {
	content: "";
	display: inline-block;
	background: url(/img/owner/worries_pitat01.webp);
	background-size: auto;
	width: 131px;
	height: 341px;
	position: absolute;
	bottom: 0;
	left: -90px;
	margin: auto;
}
.trouble_wrap:after {
	content: "";
	display: inline-block;
	background: url(/img/owner/worries_pitat02.webp);
	background-size: auto;
	width: 121px;
	height: 141px;
	position: absolute;
	bottom: 0;
	right: -60px;
	margin: auto;
}
.owner_title {
	text-align: left;
}
.tro_co {
	font-size: 52px;
	font-weight: bold;
}
.tro_co p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	line-height: 100px;
}
.tro_co span {
	color: #65b820;
	background: linear-gradient(transparent 60%, #eff8e8 0%);
}
.tro_text {
	font-size: 85px;
	font-weight: bold;
	padding-bottom: 1px;
}
.tro_text p {
	display: block;
	margin-block-start: 60px;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	line-height: 85px;
}
.tro_text span {
	color: #65b820;
}
.ow_contact .contact_btn a {
	width: 550px;
	padding: 0;
}
.ow_contact .contact_btn a:before {
	content: "";
	display: inline-block;
	background: url(/img/sale/sale_inq_icon01.png);
	background-size: auto;
	width: 26px;
	height: 21px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 45px;
	margin: auto;
}
.ow_support_wrap {
	width: 100%;
	margin: 0 0 140px 0;
	padding: 60px 0 65px 0;
	overflow: hidden;
	background: #eff8e8;
	position: relative;
}
.ow_support_wrap:before {
	content: "";
	display: inline-block;
	background: url(/img/owner/support_pitat.webp);
	background-size: auto;
	width: 201px;
	height: 295px;
	position: absolute;
	bottom: 0;
	left: calc(50% + 50px);
	margin: auto;
	z-index: 2;
}
.ow_support_inner {
	width: 1100px;
	margin: 0 auto;
}
.owner_title {
	z-index: 2;
}
.ow_support_inner .owner_title {
	margin-bottom: 50px;
}
.ow_support_inner .t_green_tl p {
	color: #fff;
}
.ow_support_inner h3 {
	margin: 0 0 40px 0;
	font-size: 30px;
	line-height: 36px;
	color: #65b820;
	letter-spacing: 1.5px;
}
.ow_support_inner img {
	margin: 0 0 0 125px;
}
.ow_support_img {
	position: absolute;
	top: 0;
	left: calc(50% + 240px);
}
.ow_manager_wrap {
	width: 1100px;
	margin: 0 auto 100px auto;
}
.ow_manager_wrap .owner_title {
	margin: 0 0 75px 0;
}
.ow_manager_wrap ul {
	counter-reset: item;
}
.ow_manager_wrap ul li {
	display: flex;
	box-sizing: border-box;
	margin: 0 0 70px 0;
	padding: 0 15px 0 0;
	gap: 0 40px;
	position: relative;
}
.ow_manager_wrap ul li:before {
	counter-increment: item;
	content: '0'counter(item);
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
	font-size: 60px;
	line-height: 70px;
	color: #65b820;
	letter-spacing: 6px;
	position: absolute;
	top: -35px;
	left: -15px;
}
.ow_manager_wrap ul li:last-child {
	margin: 0;
}
.ow_manager_wrap ul li div {
	margin: 20px 0 0 0;
}
.ow_manager_wrap ul li div h3 {
	box-sizing: border-box;
	margin: 0 0 25px 0;
	padding: 6px 0 5px 20px;
	border-left: 2px solid #65b820;
	border-bottom: 1px solid #65b820;
	font-size: 22px;
	line-height: 28px;
	color: #65b820;
	font-weight: 500;
	letter-spacing: 2px;
}
.ow_manager_wrap ul li div p {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	letter-spacing: 1.5px;
}
.ow_stag_wrap {
	width: calc(100% - 50px);
	margin: 25px auto 80px auto;
	padding: 90px 0 80px 0;
	background: #fff0ea;
	border-radius: 20px;
}
.ow_stag_inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.ow_stag_inner:before {
	content: "";
	display: block;
	width: 610px;
	height: 457px;
	background-image: url(/img/owner/staging_il.webp);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 15px;
	right: -121px;
	z-index: -1;
}
.ow_stag_inner .owner_title {
	margin: 0 0 40px 0;
}
.ow_stag_inner .owner_title p {
	color: #FFF;
}
.ow_stag_catch {
	margin: 0 0 35px 0;
	font-size: 30px;
	line-height: 45px;
	color: #ff6f30;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.ow_stag_txt {
	margin: 0 0 40px 0;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
}
.ow_stag_box {
	display: flex;
	justify-content: space-between;
	padding: 35px;
	background: #FFF;
	border-radius: 10px;
}
.ow_stag_box h3 {
	display: flex;
	align-items: center;
	gap: 0 25px;
	margin: 0 0 30px 0;
}
.ow_stag_box .ow_stag_box_eng {
	border-bottom: 2px solid #ff6f30;
	padding: 0 0 5px 0;
	font-size: 28px;
	line-height: 30px;
	color: #ff6f30;
	letter-spacing: 0.1em;
}
.ow_stag_box .ow_stag_box_name {
	padding: 6px 15px 4px 15px;
	background: #ff6f30;
	border-radius: 5px;
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
	letter-spacing: 0.1em;
}
.ow_stag_box div div {
	display: flex;
	align-items: center;
	gap: 0 10px;
	padding: 0 0 0 5px;
}
.ow_reform_wrap {
	width: 100%;
	margin: 95px 0 70px 0;
	overflow: hidden;
	position: relative;
}
.ow_reform_inner {
	width: 1100px;
	margin: 0 auto;
}
.ow_reform_inner .owner_title {
	margin: 0 0 70px 0;
}
.ow_reform_txt {
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0px;
}
.ow_reform_inner ul {
	display: flex;
	margin: 0 0 20px 0;
	gap: 0 20px;
}
.ow_reform_img {
	position: absolute;
	bottom: 0;
	left: calc(50% + 80px);
}
.ow_reform_inner a {
	display: block;
	width: 540px;
	box-sizing: border-box;
	padding: 30.5px 0;
	border: 1px solid #ff6f30;
	font-size: 18px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
	color: #ff6f30;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition: .4s;
}
.ow_reform_inner a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #ff6f30;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s;
}
.ow_reform_inner a:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #ff6f30;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	transition: all 0.4s;
}
.ow_reform_inner a:hover {
	color: #fff;
}
.ow_reform_inner a:hover:before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}
.ow_reform_inner a:hover:after {
	border-left: 5px solid #FFF;
}
/* owner（例）
---------------------------------------- */
/* ----------------------------------------

　recruit(サイドバーなし)

---------------------------------------- */
.recruit {
	width: 1000px;
	text-align: left;
	line-height: 24px;
	margin: 20px auto;
	padding: 0px 0px 0px 0px;
}
.recruit h2 {
	width: 1000px;
	font-size: 16px;
	line-height: 51px;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
	text-indent: 15px;
	background: #F0F0F0;
	border-top: solid 5px #CCC;
	border-bottom: solid 1px #CCC;
	border-left: solid 3px #666;
	display: block;
	font-weight: bold;
	clear: both;
}
.recruit_tb {
	font-weight: bold;
	font-size: 18px;
}
.recruit1 img {
	max-width: 100%;
	height: auto;
}
.recruit2 p {
	margin: 0;
}
.recruit2 ul {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.recruit2 ul li {
	margin: 0px 0px 0px 20px;
	padding: 4px;
	border: solid 1px #CCC;
	float: left;
}
.recruit2 ul li img {
	max-width: 300px;
	height: auto;
}
.recruit3 {
	width: 370px;
	overflow: hidden;
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.recruit3 img {
	max-width: 370px;
	max-height: 400px;
}
.recruit4 {
	width: 600px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.recruit4 p {
	margin: 0;
}
.recruit5 {
	line-height: 28px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.recruit5 dt {
	width: 150px;
	display: block;
	clear: left;
	float: left;
	background: #EEE;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
}
.recruit5 dd {
	display: block;
	float: left;
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 35px;
	width: 820px;
}
.recruit_btn {
	display: block;
	width: 600px;
	box-sizing: border-box;
	margin: 50px auto 0 auto;
	padding: 38px 0;
	background: #fff;
	border: 1px solid #65b820;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1.8px;
	text-align: center;
	position: relative;
	z-index: 2;
	text-decoration: none;
}
.recruit_btn:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #65b820;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .4s;
}
.recruit_btn:after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #65b820;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	transition: all 0.4s;
}
.recruit_btn:hover {
	color: #fff;
}
.recruit_btn:hover:before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
}
.recruit_btn:hover:after {
	border-left: 6px solid #FFF;
}
/* 学生向けラフ */
.gaku_raf_wrap {
	background: url(/gakusei_raf/img/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}
.gaku_raf_wrap .gaku_main {
	width: 100%;
	height: 700px;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	padding: 50px 0;
	background: url(/gakusei_raf/img/main_bg.jpg);
	background-size: 100% 700px;
}
.gaku_raf_wrap .gaku_main .gaku_main_inner {
	width: calc(100% - 100px);
	height: 600px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 180px 0 0 0;
	border-radius: 10px;
	background: url(/gakusei_raf/img/main_img.jpg);
	background-size: cover;
}
.gaku_raf_wrap .gaku_sort {
	margin: 0 0 80px 0;
}
.gaku_raf_wrap .gaku_greet {
	margin: 0 0 90px 0;
}
.gaku_raf_wrap .gaku_house {
	margin: 0 0 80px 0;
}
.gaku_inq {
	width: calc(100% - 100px);
	margin: 0 auto 100px auto;
	padding: 35px 0;
	background: #eff8e8;
	border-radius: 30px;
}
.gaku_image {
	display: block;
	width: calc(100% - 65px);
	margin: 0 15px 65px 50px;
}
.gaku_trivia {
	width: calc(100% - 100px);
	margin: 0 auto 100px auto;
	padding: 40px 0;
	background: #fff0ea;
	border-radius: 30px;
}
.gaku_com {
	margin: 0 auto 150px auto;
}
.gaku_ac {
	margin: 0 auto 50px auto;
}
/* ----------------------------------------
　student
---------------------------------------- */
#std_wrap {
	padding: 30px 0 0 0;
	background: url(/img/student/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #333;
	overflow: hidden;
}
_::-webkit-full-page-media, _:future, :root #std_wrap {
	background: none;
}
#std_wrap .zenmaru {
	font-family: 'Zen Maru Gothic', sans-serif;
}
/* main_slide */
.std_main_slide {
	margin: 0 0 80px 0;
	padding: 0 0 40px 0;
	position: relative;
}
.std_main_slide .swiper-wrapper .swiper-slide {
	width: 1100px !important;
}
.std_main_slide_prev {
	width: 70px;
	height: 70px;
	margin: auto;
	background: #FFF;
	border: 2px solid #ff6f30;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 600px);
	z-index: 2;
	cursor: pointer;
	transition: all 0.2s;
}
.std_main_slide_prev:after {
	content: "";
	width: 12px;
	height: 12px;
	margin: auto;
	border-left: 2px solid #ff8b4b;
	border-bottom: 2px solid #ff8b4b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 31px;
	z-index: 2;
}
.std_main_slide_prev:hover {
	opacity: 0.8;
}
.std_main_slide_next {
	width: 70px;
	height: 70px;
	margin: auto;
	background: #FFF;
	border: 2px solid #ff6f30;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(50% - 600px);
	z-index: 2;
	cursor: pointer;
	transition: all 0.2s;
}
.std_main_slide_next:after {
	content: "";
	width: 12px;
	height: 12px;
	margin: auto;
	border-right: 2px solid #ff8b4b;
	border-top: 2px solid #ff8b4b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
	z-index: 2;
}
.std_main_slide_next:hover {
	opacity: 0.8;
}
.std_main_slide .swiper-pagination-bullets.std_main_slide_pagenation {
	width: 1100px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: right;
}
.std_main_slide .swiper-pagination-bullet {
	margin: 0 6px !important;
	width: 16px;
	height: 16px;
	background: #ffe745;
	opacity: 1;
}
.std_main_slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff8b4b;
}
/* main */
#std_wrap .std_main {
	width: 100%;
	height: 700px;
	box-sizing: border-box;
	margin: 0 0 40px 0;
	padding: 50px 50px;
	background: url(/img/student/main_bg.webp);
	background-size: 100% 700px;
}
#std_wrap .std_main div {
	height: 600px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 180px 0 0 0;
	border-radius: 10px;
	background: url(/img/student/main_image.webp);
	background-size: cover;
	background-position: top center;
}
#std_wrap .std_main div h2 {
	text-align: center;
}
/* nav */
#std_wrap #std_nav {
	width: 1100px;
	margin: 0 auto 80px auto;
}
#std_wrap #std_nav ul {
	display: flex;
	justify-content: space-between;
}
#std_wrap #std_nav ul a {
	display: block;
	width: 252px;
	background: #FFF;
	border-radius: 5px;
	text-decoration: none;
}
#std_wrap #std_nav ul a div {
	padding: 10px 0 10px 0;
	border-radius: 5px;
	text-align: center;
}
#std_wrap #std_nav ul li:nth-child(2n+1) a {
	border: 2px solid #93cd62;
}
#std_wrap #std_nav ul li:nth-child(2n+1) a div {
	border: 4px solid #eff8e8;
}
#std_wrap #std_nav ul li:nth-child(2n) a {
	border: 2px solid #ffa57d;
}
#std_wrap #std_nav ul li:nth-child(2n) a div {
	border: 4px solid #fff0ea;
}
#std_wrap #std_nav ul a div p {
	width: 200px;
	margin: 0 auto;
	padding: 7px 0 9px 0;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	letter-spacing: 0.05em;
	position: relative;
	transition: all 0.2s;
}
#std_wrap #std_nav ul a div p:before,
#std_wrap #std_nav ul a div p:after {
	content: "";
	display: block;
	height: 1px;
	background: #FFF;
	position: absolute;
	transition: all 0.2s;
}
#std_wrap #std_nav ul a div p:before {
	width: 18px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 8px;
}
#std_wrap #std_nav ul a div p:after {
	width: 6px;
	transform: rotate(45deg);
	top: 16px;
	right: 8px;
}
#std_wrap #std_nav ul li:nth-child(2n+1) a div p {
	background: #65b820;
	border: 2px solid #65b820;
}
#std_wrap #std_nav ul li:nth-child(2n+1) a:hover div p {
	color: #65b820;
}
#std_wrap #std_nav ul li:nth-child(2n) a div p {
	background: #ff6f30;
	border: 2px solid #ff6f30;
}
#std_wrap #std_nav ul li:nth-child(2n) a:hover div p {
	color: #ff6f30;
}
#std_wrap #std_nav ul li a:hover div p {
	background: #FFF;
}
#std_wrap #std_nav ul li:nth-child(2n+1) a:hover div p:before,
#std_wrap #std_nav ul li:nth-child(2n+1) a:hover div p:after {
	background: #65b820;
}
#std_wrap #std_nav ul li:nth-child(2n) a:hover div p:before,
#std_wrap #std_nav ul li:nth-child(2n) a:hover div p:after {
	background: #ff6f30;
}
/* title */
#std_wrap #std_tl {
	letter-spacing: 0.05em;
}
#std_wrap #std_tl h2 {
	margin: 0 0 10px 0;
	font-size: 40px;
	line-height: 60px;
	color: #333;
}
#std_wrap #std_tl p {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	color: #65b820;
}
/* greeting */
#std_wrap #std_greet {
	width: 1100px;
	margin: 0 auto 90px auto;
}
#std_wrap #std_greet #std_tl {
	margin: 0 0 30px 0;
}
#std_wrap #std_greet .std_gr_inner {
	margin: 0 0 45px 0;
	position: relative;
}
#std_wrap #std_greet .std_gr_inner:after {
	content: "";
	display: block;
	width: 677px;
	height: 422px;
	background: url(/img/student/gr_town.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: -105px;
}
#std_wrap #std_greet .std_gr_inner p.std_gr_txt {
	margin: 0 0 25px 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#std_wrap #std_greet .std_gr_inner a {
	display: block;
	width: 320px;
	box-sizing: border-box;
	padding: 11px 3px 13px 0;
	background: #333;
	border: 2px solid #333;
	border-radius: 25px;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
#std_wrap #std_greet .std_gr_inner a:hover {
	background: #FFF;
	color: #333;
}
#std_wrap #std_greet .std_gr_inner a:after {
	content: "";
	display: block;
	width: 18px;
	height: 6px;
	margin: auto;
	background: url(/img/student/ar_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	transition: all 0.2s;
}
#std_wrap #std_greet .std_gr_inner a:hover:after {
	background: url(/img/student/ar_black.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#std_wrap #std_greet #std_gr_school {
	letter-spacing: 0.05em;
}
#std_wrap #std_greet #std_gr_school h3 {
	width: 350px;
	margin: 0 0 0 25px;
	padding: 10px 0;
	background: #FFF;
	border: 2px solid #65b820;
	border-radius: 25px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	position: relative;
	z-index: 2;
}
#std_wrap #std_greet #std_gr_school div {
	margin-top: -25px;
	padding: 50px 95px 30px 35px;
	background: #FFF;
	border: 5px solid #eff8e8;
	border-radius: 10px;
	position: relative;
}
#std_wrap #std_greet #std_gr_school div:after {
	content: "";
	display: block;
	width: 147px;
	height: 166px;
	background: url(/img/student/gr_list_illust.webp);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -5px;
	right: -45px;
}
#std_wrap #std_greet #std_gr_school div ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 35px;
	margin: 0 0 15px 0;
}
#std_wrap #std_greet #std_gr_school div ul li {
	display: flex;
	align-items: center;
	gap: 0 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
#std_wrap #std_greet #std_gr_school div ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #7dcd3b;
}
#std_wrap #std_greet #std_gr_school div p {
	padding: 3px 20px;
	display: inline-block;
	background: #7dcd3b;
	border-radius: 13px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
}
/* 物件表示 */
#std_wrap #std_bukken {
	width: 1200px;
	margin: 100px auto 80px auto;
	text-align: center;
}
#std_wrap #std_bukken h2 {
	margin: 0 0 40px 0;
}
#std_wrap #std_bukken .std_bukken_inner {
	margin: 0 0 10px 0;
}
#std_wrap #std_bukken iframe {
	width: 1200px;
	height: 480px;
}
ul#std_bukken_box {
	display: flex;
	align-items: flex-start;
	gap: 0 14.66px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#std_bukken_box li {
	width: 264px;
}
ul#std_bukken_box li a {
	display: block;
	padding: 7px;
	background: #FFF;
	border-radius: 5px;
	font-family: -apple-system, BlinkMacSystemFont, 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	color: #333333;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.05em;
	text-decoration: none;
}
ul#std_bukken_box li a .std_bukken_img {
	width: 244px;
	height: 160px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	overflow: hidden;
}
ul#std_bukken_box li a .std_bukken_img img {
	width: 244px;
	height: 160px;
	object-fit: cover;
	transition: all 0.3s;
}
ul#std_bukken_box li a:hover .std_bukken_img img {
	transform: scale(1.1);
}
ul#std_bukken_box li a .std_bukken_kind {
	display: inline-block;
	margin: 0 0 7px 0;
	padding: 2px 15px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
ul#std_bukken_box li a .std_bukken_name {
	margin: 0 0 5px 0;
	font-size: 18px;
	line-height: 22px;
}
ul#std_bukken_box li a .std_bukken_info div {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
	margin: 0 0 4px 0;
}
ul#std_bukken_box li a .std_bukken_info div p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
}
ul#std_bukken_box li a .std_bukken_info div span {
	font-size: 18px;
}
ul#std_bukken_box li a .std_bukken_info .std_bukken_ad {
	margin: 0 0 7px 0;
	font-size: 14px;
	line-height: 22px;
}
ul#std_bukken_box li a .std_bukken_info .std_bukken_cmt {
	margin: 0;
	padding: 15px 12px;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	line-height: 18px;
}
ul#std_bukken_box li a .std_bukken_info .std_bukken_cmt span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#std_wrap .std_bukken_link {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 80px;
	border-radius: 30px;
	font-size: 20px;
	line-height: 26px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
#std_wrap .std_bukken_link:after {
	content: "";
	display: block;
	width: 22px;
	height: 6px;
	margin: auto;
	background: url(/img/student/ar_white_big.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	transition: all 0.2s;
}
/* bukken_green */
#std_bukken.std_bukken_g .std_bukken_link {
	background: #65b820;
	border: 2px solid #65b820;
}
#std_bukken.std_bukken_g .std_bukken_link:hover {
	background: #FFF;
	color: #65b820;
}
#std_bukken.std_bukken_g .std_bukken_link:hover:after {
	background: url(/img/student/ar_gr_big.png);
	background-repeat: no-repeat;
	background-size: contain;
}
ul#std_bukken_box.std_bukken_box_g li a {
	border: 3px solid #eff8e8;
}
ul#std_bukken_box.std_bukken_box_g li a .std_bukken_kind {
	background: #65b820;
}
ul#std_bukken_box.std_bukken_box_g li a .std_bukken_info div span {
	color: #ff6f30;
}
ul#std_bukken_box.std_bukken_box_g li a .std_bukken_info .std_bukken_cmt {
	background: #eff8e8;
	border-top: 2px solid #65b820;
}
/* bukken_orange */
#std_bukken.std_bukken_or .std_bukken_link {
	background: #ff6f30;
	border: 2px solid #ff6f30;
}
#std_bukken.std_bukken_or .std_bukken_link:hover {
	background: #FFF;
	color: #ff6f30;
}
#std_bukken.std_bukken_or .std_bukken_link:hover:after {
	background: url(/img/student/ar_or_big.png);
	background-repeat: no-repeat;
	background-size: contain;
}
ul#std_bukken_box.std_bukken_box_or li a {
	border: 3px solid #fff0ea;
}
ul#std_bukken_box.std_bukken_box_or li a .std_bukken_kind {
	background: #ff6f30;
}
ul#std_bukken_box.std_bukken_box_or li a .std_bukken_info div span {
	color: #65b820;
}
ul#std_bukken_box.std_bukken_box_or li a .std_bukken_info .std_bukken_cmt {
	background: #fff0ea;
	border-top: 2px solid #ff6f30;
}
#std_bukken .std_bukken_other {
	margin: 0 0 15px 0;
	letter-spacing: 0.05em;
}
#std_bukken .std_bukken_other p {
	width: 200px;
	margin: 0 0 0 25px;
	padding: 8px 0;
	background: #FFF;
	border: 2px solid #65b820;
	border-radius: 25px;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 2;
}
#std_bukken .std_bukken_other ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 35px;
	margin-top: -20px;
	padding: 30px 35px 20px 35px;
	background: #FFF;
	border: 3px solid #eff8e8;
	border-radius: 10px;
	position: relative;
}
#std_bukken .std_bukken_other ul li {
	display: flex;
	align-items: center;
	gap: 0 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
#std_bukken .std_bukken_other ul li:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #7dcd3b;
}
/* inq */
#std_inq {
	width: calc(100% - 100px);
	margin: 0 auto 0 auto;
	padding: 40px 0;
	background: #eff8e8;
	border-radius: 30px;
	letter-spacing: 0.05em;
}
#std_inq .std_inq_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#std_inq .std_inq_inner .std_inq_tel div {
	display: flex;
	align-items: flex-end;
	gap: 0 10px;
	margin: 0 0 5px 0;
}
#std_inq .std_inq_inner .std_inq_tel div h3 {
	font-size: 22px;
	line-height: 24px;
}
#std_inq .std_inq_inner .std_inq_tel div p {
	font-size: 16px;
	color: #65b820;
}
#std_inq .std_inq_inner .std_inq_tel .std_inq_tel_num {
	margin: 0 0 10px 0;
	padding: 0 0 0 60px;
	font-size: 55px;
	line-height: 60px;
	color: #65b820;
	position: relative;
}
#std_inq .std_inq_inner .std_inq_tel .std_inq_tel_num:before {
	content: "";
	display: block;
	width: 51px;
	height: 46px;
	margin: auto;
	background: url(/img/student/inq_icon_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 10px;
}
#std_inq .std_inq_inner .std_inq_tel .std_inq_tel_time {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
#std_inq .std_inq_inner ul {
	display: flex;
	gap: 0 20px;
}
#std_inq .std_inq_inner ul li {
	width: 320px;
}
#std_inq .std_inq_inner ul li a {
	display: block;
	padding: 20px 0;
	background: #FFF;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}
#std_inq .std_inq_inner ul li a h3 {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
#std_inq .std_inq_inner ul li a picture {
	display: block;
	width: 120px;
	margin: 0 auto 15px auto;
}
#std_inq .std_inq_inner ul li a p {
	width: 260px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 10px 10px 0;
	border-radius: 20px;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	text-align: center;
	position: relative;
	transition: all 0.2s;
}
#std_inq .std_inq_inner ul li a p:after {
	content: "";
	display: block;
	width: 18px;
	height: 6px;
	margin: auto;
	background: url(/img/student/ar_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	transition: all 0.2s;
}
#std_inq .std_inq_inner ul li:nth-child(1) p {
	background: #ff6f30;
	border: 2px solid #ff6f30;
}
#std_inq .std_inq_inner ul li:nth-child(2) p {
	background: #65b820;
	border: 2px solid #65b820;
}
#std_inq .std_inq_inner ul li:nth-child(1) a:hover p {
	color: #ff6f30;
}
#std_inq .std_inq_inner ul li:nth-child(1) a:hover p:after {
	background: url(/img/student/ar_or.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#std_inq .std_inq_inner ul li:nth-child(2) a:hover p {
	color: #65b820;
}
#std_inq .std_inq_inner ul li:nth-child(2) a:hover p:after {
	background: url(/img/student/ar_gr.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#std_inq .std_inq_inner ul li a:hover p {
	background: #FFF;
}
/* photo */
#std_photo {
	display: flex;
	align-items: flex-start;
	gap: 0 25px;
	width: calc(100% - 100px);
	margin: 60px auto 100px auto;
	position: relative;
}
#std_photo:after {
	content: "";
	width: 105px;
	height: 253px;
	background: url(/img/student/ph_il03.webp);
	background-size: contain;
	background-repeat: repeat;
	position: absolute;
	right: -35px;
	bottom: -2px;
	z-index: 2;
}
#std_photo div.std_photo_l {
	width: 70%;
	position: relative;
}
#std_photo div.std_photo_l:before {
	content: "";
	width: 166px;
	height: 235px;
	background: url(/img/student/ph_il01.webp);
	background-size: contain;
	background-repeat: repeat;
	position: absolute;
	left: 0;
	bottom: -40px;
}
#std_photo div.std_photo_l:after {
	content: "";
	width: 150px;
	height: 285px;
	background: url(/img/student/ph_il02.webp);
	background-size: contain;
	background-repeat: repeat;
	position: absolute;
	right: -78px;
	bottom: 0;
	z-index: 2;
}
#std_photo .std_photo01 {
	width: 50%;
	height: 100px;
	margin: 0 0 20px 0;
	clip-path: inset(0% 0% 0% 0% round 20px);
	overflow: hidden;
}
#std_photo .std_photo01 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#std_photo .std_photo02 {
	width: 80%;
	height: 200px;
	margin: 0 0 0 20%;
	clip-path: inset(0% 0% 0% 0% round 20px);
	overflow: hidden;
}
#std_photo .std_photo02 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#std_photo .std_photo03 {
	width: 30%;
	height: 320px;
	clip-path: inset(0% 0% 0% 0% round 20px);
	overflow: hidden;
}
#std_photo .std_photo03 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* trivia */
#std_trivia {
	width: calc(100% - 100px);
	margin: 0 auto 100px auto;
	padding: 45px 0;
	background: #fff0ea;
	border-radius: 30px;
}
#std_trivia h2 {
	transform: translateX(-30px);
}
#std_trivia .std_tr_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
}
#std_trivia .std_tr_inner ul {
	display: flex;
	flex-wrap: wrap;
	width: 700px;
	gap: 20px 25px;
}
#std_trivia .std_tr_inner ul li {
	width: 200px;
}
#std_trivia .std_tr_inner ul li:nth-child(4) {
	margin-left: 50px;
}
#std_trivia .std_tr_inner ul li a {
	display: block;
	padding: 20px 20px 15px 20px;
	background: #FFF;
	border-radius: 5px;
	text-decoration: none;
	letter-spacing: 0.05em;
}
#std_trivia .std_tr_inner ul li a .std_tr_name {
	margin: 0 0 10px 0;
	padding: 2px 0;
	background: #ff6f30;
	border-radius: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}
#std_trivia .std_tr_inner ul li a div {
	width: 160px;
	height: 80px;
	margin: 0 0 10px 0;
	border-radius: 20px;
	overflow: hidden;
}
#std_trivia .std_tr_inner ul li a picture {
	display: block;
	transition: all 0.2s;
}
#std_trivia .std_tr_inner ul li a:hover div picture {
	transform: scale(1.1);
}
#std_trivia .std_tr_inner ul li a .std_tr_txt {
	font-size: 13px;
	line-height: 18px;
	color: #333;
}
/* company */
#std_company {
	width: 1100px;
	margin: 0 auto 160px auto;
}
#std_company #std_tl {
	margin: 0 auto 45px auto;
}
#std_company .std_com_inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#std_company .std_com_inner div {
	width: 455px;
}
#std_company .std_com_inner div .std_com_catch {
	margin: 0 0 35px 0;
	font-size: 26px;
	line-height: 40px;
	letter-spacing: 0.08em;
}
#std_company .std_com_inner div .std_com_catch span {
	color: #ff6f30;
}
#std_company .std_com_inner div .std_com_txt {
	margin: 0 0 35px 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#std_company .std_com_inner div ul li:not(:last-child) {
	margin: 0 0 15px 0;
}
#std_company .std_com_inner div ul a {
	display: block;
	width: 320px;
	box-sizing: border-box;
	padding: 11px 3px 13px 0;
	background: #333;
	border: 2px solid #333;
	border-radius: 25px;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
#std_company .std_com_inner div ul a:hover {
	background: #FFF;
	color: #333;
}
#std_company .std_com_inner div ul a:after {
	content: "";
	display: block;
	width: 18px;
	height: 6px;
	margin: auto;
	background: url(/img/student/ar_white.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	transition: all 0.2s;
}
#std_company .std_com_inner div ul a:hover:after {
	background: url(/img/student/ar_black.png);
	background-repeat: no-repeat;
	background-size: contain;
}
/* access */
#std_access {
	width: 1100px;
	margin: 0 auto 50px auto;
}
#std_access .std_ac_upper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 0 35px 0;
}
#std_access .std_ac_upper #std_tl {
	margin: 0 0 40px 0;
}
#std_access .std_ac_upper .std_ac_time {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.05em;
}
#std_access .std_ac_upper a {
	display: block;
	width: 320px;
	box-sizing: border-box;
	padding: 11px 3px 13px 0;
	background: #333;
	border: 2px solid #333;
	border-radius: 25px;
	font-size: 16px;
	line-height: 22px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}
#std_access .std_ac_upper a:hover {
	background: #FFF;
	color: #333;
}
#std_access .std_ac_upper a:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	background: url(/img/student/btn_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	transition: all 0.2s;
}
#std_access .std_ac_upper a:hover:after {
	background: url(/img/student/btn_icon_h.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#std_access iframe {
	width: 100%;
	height: 500px;
}
.st_circlr_btn {
	background: url(/img/student/circle_btn_h.png);
	position: fixed;
	right: 30px;
	bottom: 70px;
	z-index: 100;
}
.st_circlr_btn img {
	transition: 0.3s;
}
.st_circlr_btn:hover img {
	opacity: 0;
}</pre></body></html>