@charset "utf-8";

/* ============================================================== common */
/* --------------------------- kv */
.sct_kv {
	padding: 4em 1em;
	background-repeat: no-repeat;
	background-size: cover;
}
.sct_kv .kv_ttl {
	font-weight: bold;
	font-size: 180%;
}
.sct_kv .kv_ttl span {
	display: block;
}
.sct_kv .kv_ttl .sttl {
	font-size: 50%;
}
.clb {
	clear: both;
}
@media screen and (min-width: 750px){
	.sct_kv {
		padding: 8em 1em;
	}
	.sct_kv .kv_ttl {
		font-size: 226%;
	}
}
/* --------------------------- path */
.sct_path {
	color: #808080;
	font-size: 86.7%;
	padding: 1em 1em;
	line-height: 1;
}
.sct_path span {
	position: relative;
	display: inline-block;
	margin-right: 1em;
	line-height: 1.55;
}
.sct_path span:not(:last-child)::after {
	content: "/";
	display: inline-block;
	margin-left: 1em;
}
.sct_path a {
	text-decoration: none;
	color: #67b2f4;
}
.sct_path a:hover {
	text-decoration: underline;
}
/* --------------------------- page_link */
.page_link {
	padding: 2em 1em 4em;
}
.page_link .sct_inr {
	max-width: 850px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.5em;
}
@media screen and (min-width: 750px){
	.page_link .sct_inr {
		grid-template-columns: repeat(3, 1fr);
	}
}
.page_link a {
	position: relative;
	display: block;
	border-radius: 1em;
	padding: 1.2em 2em 1.2em 1em;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 1.8em auto;
	background-position: calc(100% - 1em) 50%;
	font-weight: bold;
	color: #0a0404;
	transition: 0.3s;
}
.page_link a::before {
	content: "";
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	bottom: -0.5em;
	left: calc(50% - 0.5em);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	transform: rotate(45deg);
	transform-origin: center;
	background: #fff;
}
.page_link a:hover {
	opacity: 0.7;
}
/* --------------------------- layout */
.sct_lo_01 .sct_desc p + p {
	margin-top: 1.5em;
}
.sct_lo_01 .sct_fig {
	margin-bottom: 1em;
}
.sct_lo_01 .sct_fig span {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
@media screen and (min-width: 750px){
	.sct_lo_01 {
		display: grid;
		grid-template-columns: auto 52%;
		grid-template-rows: max-content 1fr;
		column-gap: 4em;
	}
	.sct_lo_01 .sct_ttl {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
	}
	.sct_lo_01 .sct_desc {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.sct_lo_01 .sct_fig {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		margin-bottom: 0;
	}
}
/* --------------------------- deco */
.sct_deco {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sct_deco span {
	position: absolute;
	display: block;
}



/* ============================================================== index */
.idx_deco {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.idx_deco span {
	position: absolute;
	display: block;
}
.idx_en {
	position: relative;
	z-index: 5;
	font-size: clamp(42px, 12vw, 90px);
	color: #f0f3f5;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-bottom: 0.3em;
}
.idx_desc {
	margin-bottom: 2em;
}
p.idx_desc,
.idx_desc p {
	line-height: 1.8;
}
@media screen and (min-width: 1000px){
	.idx_desc {
		max-width: 18em;
	}
}
.idx_desc + .sct_btn {
	margin-bottom: 2em;
}
/* --------------------------- kv */
.idx_kv {
	height: 100vw;
	background-image: url("../images/index/kv_fig.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}
@media screen and (min-width: 750px){
	.idx_kv {
		height: calc((620 / 1280) * 100vw);
	}
}
.idx_kv .sct_inr {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 1em;
}
.idx_kv_txt {
	padding-bottom: 3em;
	width: 100%;
}
.idx_kv_ttl {
	font-size: 200%;
	font-size: clamp(24px, 6.5vw, 40px);
	font-weight: 700;
}
.idx_kv_ttl span {
	display: block;
	line-height: 1.45;
}
.idx_news {
    position: absolute;
    z-index: 3;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 96%;
    max-width: 940px;
    background: rgba(255, 255, 255, 0.9);
    padding: 1em 1.5em;
    border-radius: 1em;
    text-decoration: none;
    color: #0a0404;
    font-weight: 500;
}
.idx_news a {
	display: flex;
	margin: 0 auto;
	padding: 0.2em 1.5em;
	text-decoration: none;
	color: #0a0404;
	font-weight: 500;
}

.idx_news a:hover {
	color: #5394cd;
}

.idx_news a div:nth-of-type(1) {
	width: 6em;
}
.idx_news a div:nth-of-type(2) {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media screen and (min-width: 1000px){
	.idx_news a {
		padding: 0.3em 2em;
		letter-spacing: 0.1em;
		transition: 0.3s;
	}
	.idx_news a:hover {
		opacity: 0.9;
		transition: .3s;
	}
	.idx_news a div:nth-of-type(1) {
		width: 11em;
		text-align: center;
	}
	.idx_news a div:nth-of-type(2) {
		padding-left: 1em;
	}
}
.idx_kv .idx_deco span:nth-of-type(1) {
	width: 40vw;
	max-width: 316px;
	top: -5vw;
	left: 0;
}
.idx_kv .idx_deco span:nth-of-type(2) {
	width: 40vw;
	max-width: 472px;
	right: 0;
	bottom: -24vw;
}
@media screen and (min-width: 1000px){
	.idx_kv .idx_deco span:nth-of-type(1) {
		width: 316px;
		top: -100px;
	}
	.idx_kv .idx_deco span:nth-of-type(2) {
		width: 472px;
		bottom: -320px;
	}
}
/* --------------------------- at first */
.idx_frst {
	padding: 1em 1em 6em;
}
.idx_frst .sct_inr {
	max-width: 1000px;
}
.idx_frst .sct_ttl {
	z-index: 3;
	padding-left: 1em;
}
.idx_frst .sct_ttl::before {
	background-image: url("../images/index/frst_ttl_bg.png");
}
.idx_frst .idx_blk_lnk {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2em;
}
.idx_frst .idx_blk_lnk a {
	display: block;
	color: #0a0404;
	text-decoration: none;
	text-align: center;
}
.idx_frst .idx_blk_lnk a figure {
	overflow: hidden;
	border-radius: 1.3em;
}
.idx_frst .idx_blk_lnk a span {
	display: block;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.idx_frst .idx_deco span:nth-of-type(1),
.idx_frst .idx_deco span:nth-of-type(2) {
	display: none;
}
.idx_frst .idx_deco span:nth-of-type(3) {
	width: calc((624 / 1280) * 100vw);
	max-width: 312px;
	bottom: -1em;
	right: 0;
}
@media screen and (min-width: 750px){
	.idx_frst .idx_blk_lnk p {
		position: relative;
		z-index: 2;
		width: 75%;
		background-color: #fff;
		margin: -5em 0 0 auto;
		padding: 0.7em 0;
		border-radius: 1em 0 0 0;
	}
	.idx_frst .idx_blk_lnk a .ja {
		font-size: 134%;
	}
}
@media screen and (min-width: 1000px){
	.idx_frst {
		padding: 1em 1em 10em;
	}
	.idx_frst .idx_en {
		margin-bottom: 2.4em;
	}
	.idx_frst .idx_blk_lnk {
		position: absolute;
		right: 0;
		top: 6em;
		width: 66%;
	}
	.idx_frst .idx_blk_lnk a {
		transition: 0.3s;
	}
	.idx_frst .idx_blk_lnk a:hover {
		opacity: 0.7;
	}
	.idx_frst .idx_blk_lnk a:nth-of-type(1) {
		margin-top: 5em;
	}
	.idx_frst .idx_deco span:nth-of-type(1) {
		display: block;
		width: 316px;
		left: calc(50% - 240px);
		top: 20px;
	}
	.idx_frst .idx_deco span:nth-of-type(2) {
		display: block;
		width: 532px;
		left: 0;
		bottom: 20px;
	}
	.idx_frst .idx_deco span:nth-of-type(3) {
		width: 312px;
		bottom: -8em;
	}
}
@media screen and (min-width: 1200px){
	.idx_frst .idx_en {
		margin: 0.5em auto 1.4em -1em;
	}
	.idx_frst .idx_deco span:nth-of-type(3) {
		bottom: -14em;
	}
}

/* --------------------------- work person */
.idx_wrk {
	padding: 1em 1em 6em;
}
.idx_wrk .sct_inr {
	max-width: 1000px;
}
.idx_wrk_en_wrp {
	margin: 0 auto;
	max-width: 1200px;
}
.idx_wrk .idx_en {
	text-align: right;
}
.idx_wrk .sct_ttl {
	padding-left: 1em;
}
.idx_wrk .sct_ttl::before {
	background-image: url("../images/index/wrk_ttl_bg.png");
}
.idx_wrk .idx_blk_lnk {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1em;
}
@media screen and (min-width: 750px){
	.idx_wrk_01 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.idx_wrk .idx_blk_txt {
		margin-right: 4em;
	}
	.idx_wrk .idx_blk_lnk {
		flex: 1;
	}
}
@media screen and (min-width: 1000px){
	.idx_wrk {
		margin-top: -8em;
	}
	.idx_wrk .idx_blk_txt {
		padding-top: 1.6em;
	}
	.idx_wrk .idx_blk_lnk {
		flex: 1;
		column-gap: 2em;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 1200px){
	.idx_wrk {
		margin-top: -3em;
	}
}
.idx_wrk .idx_blk_lnk a {
	display: block;
	position: relative;
	border: 3px solid #d7e7cd;
	color: #0a0404;
	text-decoration: none;
	padding: 1em;
	font-weight: bold;
	border-radius: 1.3em;
	background-color: #fff;
	background-image: url("../images/common/btn_off.png");
	background-repeat: no-repeat;
	background-position: calc(100% - 1.5em) 50%;
	background-size: 2.1em auto;
}
.idx_wrk .idx_blk_lnk a::before {
	content: "";
	display: block;
	position: absolute;
	width: 2.6em;
	height: 2.6em;
	right: 1.2em;
	top: calc(50% - 1.3em);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url("../images/common/btn_on.png");
	transform: scale(0);
	transition: 0.3s;
}
.idx_wrk .idx_blk_lnk a:hover::before {
	transform: scale(1);
}
.idx_wrk .idx_blk_lnk a span {
	display: block;
	padding: 1em 2em 1em 4.5em;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.idx_wrk .idx_blk_lnk a:nth-of-type(1) span {
	background-image: url("../images/index/wrk_ico_01.png");
	background-size: 2.4em auto;
	background-position: 0.3em 50%;
}
.idx_wrk .idx_blk_lnk a:nth-of-type(2) span {
	background-image: url("../images/index/wrk_ico_02.png");
	background-size: 3em auto;
}
.idx_wrk .idx_blk_lnk a:nth-of-type(3) span {
	background-image: url("../images/index/wrk_ico_03.png");
	background-size: 2.7em auto;
	background-position: 0.2em 50%;

}
.idx_wrk .idx_blk_lnk a:nth-of-type(4) span {
	background-image: url("../images/index/wrk_ico_04.png");
	background-size: 2.7em auto;
	background-position: 0.3em 50%;
}
.idx_wrk .idx_blk_lnk a:nth-of-type(5) span {
	background-image: url("../images/index/wrk_ico_05.png");
	background-size: 2.2em auto;
	background-position: 0.4em 50%;
}
.idx_wrk .idx_blk_lnk a:nth-of-type(6) span {
	background-image: url("../images/index/wrk_ico_06.png");
	background-size: 3.2em auto;
}
.idx_wrk_02 {
	margin-top: 6em;
}
.idx_wrk_02 .sct_ttl::before {
	background-image: url("../images/index/wrk_ttl_bg_2.png");
}
.idx_wrk_02 .idx_blk_fig span {
	display: block;
	overflow: hidden;
	border-radius: 1.3em;
}
@media screen and (min-width: 1000px){
	.idx_wrk_02 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}
	.idx_wrk_02 .sct_ttl {
		margin-left: -1em;
		z-index: 10;
	}
	.idx_wrk_02 .idx_blk_txt {
		margin-left: 3em;
	}
	.idx_wrk_02 .idx_blk_fig {
		flex: 1;
		margin-top: -1em;
	}
}
.idx_wrk .idx_deco span:nth-of-type(1) {
	width: 48vw;
	left: 50%;
	bottom: 240px;
 }
.idx_wrk .idx_deco span:nth-of-type(2) {
	display: none;
}
.idx_wrk .idx_deco span:nth-of-type(3) {
	width: calc((570 / 1280) * 100vw);
	max-width: 285px;
	bottom: -1em;
	right: 0;
}
@media screen and (min-width: 1000px){
	.idx_wrk .idx_deco span:nth-of-type(1) {
		width: 281px;
		left: calc(50% - 220px);
	}
	.idx_wrk .idx_deco span:nth-of-type(2) {
		display: block;
		width: 211px;
		left: 0;
		bottom: -70px;
	}
	.idx_wrk .idx_deco span:nth-of-type(3) {
		bottom: -60px;
	}
}
@media screen and (max-width: 767px){
.idx_wrk_02 {
	margin-top: 7em;
	}
}
/* --------------------------- recruite education */
.idx_rcrt {
	padding: 0 0 4em;
}
.idx_rcrt .sct_inr {
	max-width: 1000px;
}
.idx_rcrt_top {
	position: relative;
	z-index: 3;
	max-width: calc(50% + 565px);
	padding: 1em;
	margin-bottom: 4em;
	background-color: #d8ecff;
}
.idx_rcrt_en_wrp {
	position: relative;
	z-index: 10;
	margin: 0 auto 4em 0;
	max-width: 1168px;
}
@media screen and (min-width: 1000px){
	.idx_rcrt_en_wrp {
		margin: 1.6em 20px 12em auto;
		max-width: 1168px;
	}
}
@media screen and (min-width: 1200px){
	.idx_rcrt_top .sct_inr {
		margin-right: 50px;
	}
}
.idx_rcrt .sct_ttl {
	padding-left: 1em;
}
.idx_rcrt .sct_ttl::before {
	background-image: url("../images/index/rcrt_ttl_bg.png");
}
.idx_rcrt .idx_blk_lnk {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
}
.idx_rcrt .idx_blk_lnk figure {
	margin-bottom: 0.5em;
}
.idx_rcrt .idx_blk_lnk figure span {
	display: block;
	overflow: hidden;
	border-radius: 1.3em;
}
.idx_rcrt .idx_blk_lnk a {
	display: block;
	text-decoration: none;
	color: #0a0404;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
}
.idx_rcrt .idx_blk_lnk a .en {
	text-transform: uppercase;
}
.idx_rcrt .idx_blk_lnk span {
	display: block;
	white-space: nowrap;
}
@media screen and (min-width: 750px){
	.idx_rcrt .idx_blk_lnk p {
		position: relative;
		z-index: 2;
		width: 88%;
		background-color: #d8ecff;
		margin: -5em 0 0 auto;
		padding: 1.2em 0 0.6em;
		border-radius: 1em 0 0 0;
	}
	.idx_rcrt .idx_blk_lnk a {
		font-size: 100%;
		letter-spacing: 0.04em;
		transition: 0.3s;
	}
	.idx_rcrt .idx_blk_lnk a:hover {
		opacity: 0.7;
	}
	.idx_rcrt .idx_blk_lnk a .ja {
		font-size: 106%;
	}
	.idx_rcrt .idx_blk_lnk a .en {
		font-size: 93%;
	}
}
@media screen and (min-width: 1000px){
	.idx_rcrt_top .sct_inr {
		display: flex;
		padding-bottom: 3em;
	}
	.idx_rcrt_top .idx_blk_txt {
		flex: 1;
	}
	.idx_rcrt .idx_blk_lnk {
		gap: 2em;
	}
	.idx_rcrt_top .idx_blk_lnk {
		width: 64%;
	}
	.idx_rcrt_top .idx_blk_lnk a:nth-of-type(2) {
		margin-top: -8em;
	}
}
.idx_rcrt_lnk {
	padding: 1em;
	display: grid;
	gap: 2em;
}
.idx_rcrt_lnk a {
	display: block;
	overflow: hidden;
	border-radius: 1.3em;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;	
	padding: 4em;
	color: #0a0404;
}
.idx_rcrt_lnk a:nth-of-type(1) {
	background-image: url("../images/index/rcrt_lnk_bg_01.jpg");
}
.idx_rcrt_lnk a:nth-of-type(2) {
	background-image: url("../images/index/rcrt_lnk_bg_02.jpg");
}
.idx_rcrt_lnk a span {
	display: block;
	padding: 1em 0;
	background: #fff;
	border-radius: 0.6em;
	text-align: center;
	font-weight: bold;
	position: relative;
    top: 80px;
}
.idx_rcrt_lnk a span i {
	display: block;
	text-transform: uppercase;
}
@media screen and (min-width: 750px){
	.idx_rcrt_lnk {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1000px){
	.idx_rcrt_lnk a {
		padding: 6em 6.5em;
		letter-spacing: 0.04em;
		transition: 0.3s;
	}
	.idx_rcrt_lnk a:hover {
		opacity: 0.7;
	}
	.idx_rcrt_lnk a .ja {
		font-size: 106%;
		line-height: 2;
	}
	.idx_rcrt_lnk a .en {
		font-size: 93%;
	}
}
.idx_rcrt .idx_deco span:nth-of-type(1) {
	width: 240px;
	left: 0;
	bottom: 200px;
}
.idx_rcrt .idx_deco span:nth-of-type(2) {
	width: 50vw;
	max-width: 242px;
	right: 0;
	bottom: -100px;
}
@media screen and (min-width: 1000px){
	.idx_rcrt .idx_deco span:nth-of-type(1) {
		display: block;
		width: 373px;
		left: 0;
		bottom: 50px;
	}
	.idx_rcrt .idx_deco span:nth-of-type(2) {
		width: 2442px;
		bottom: -90px;
	}
}
@media screen and (max-width: 767px){
.idx_rcrt_lnk a span {
    top: 40px;
	}
}

/* ============================================================== word_people */
.sct_wp {
	padding: 2em 1em 2em;
}
.sct_wp .sct_inr {
	max-width: 1000px;
}
.sct_wp .sct_ttl {
	padding-left: 1em;
}
.sct_wp .sct_lo_01 .sct_desc p {
	line-height: 1.8;
}
/* --------------------------- kv */
.sct_kv_mr {
	z-index: 3;
	background-position: 48% 52%;
	background-image: url("../images/wp/mr_kv_bg.jpg");
}
/* --------------------------- wp_sct_01 */
.sct_wp_01 {
	padding-top: 6em;
}
.sct_wp_01 .sct_ttl {
	padding-left: 1em;
	margin-bottom: 1.5em;
}
.sct_wp_01 .sct_ttl::before {
	background-image: url("../images/wp/mr_ttl_bg_01.png");
}
@media screen and (min-width: 1000px){
	.sct_wp_01 {
		padding-top: 8em;
	}
}
.sct_wp_01 .sct_deco span:nth-of-type(1) {
	width: 30vw;
	max-width: 212px;
	right: 0;
	top: 0;
}
.sct_wp_01 .sct_deco span:nth-of-type(2) {
	width: 30vw;
	max-width: 89px;
	left: 0;
	bottom: 150px;
}
.sct_wp_01 .sct_deco span:nth-of-type(3) {
	width: 30vw;
	max-width: 114px;
	right: 0;
	bottom: 0;
}
@media screen and (min-width: 1000px){
	.sct_wp_01 .sct_deco span:nth-of-type(1) {
		right: 50px;
		top: -70px;
	}
	.sct_wp_01 .sct_deco span:nth-of-type(2) {
		bottom: 10px;
	}
	.sct_wp_01 .sct_deco span:nth-of-type(3) {
		right: 93px;
		bottom: -120px;
	}
}

/* --------------------------- wp_sct_02 */
.sct_wp_02 {
	padding-top: 6em;
}
.sct_wp_02 .sct_ttl {
	padding-left: 1em;
	margin-bottom: 1em;
}
.sct_wp_02 .sct_ttl::before {
	background-image: url("../images/wp/mr_ttl_bg_02.png");
}
.sct_wp_02 .sct_inr > .sct_desc {
	margin-bottom: 3em;
}
.sct_wp_02 .sct_inr > .sct_desc p {
	margin-bottom: 2em;
	line-height: 2;
}
.sct_wp_02 .sct_kkm {
	background-color: #d8ecff;
	padding: 4em 1em 4em;
}
.sct_wp_02 .sct_kkm .sct_box + .sct_box {
	margin-top: 2em;
	padding-top: 4em;
	border-top: 2px solid #c1ddf6;
}
.sct_wp_02 .sct_kkm .sct_ttl {
	font-size: 124%;
}
.sct_wp_02 .sct_kkm .sct_ttl::before {
	background-image: url("../images/wp/mr_ttl_bg_03.png");
}
@media screen and (min-width: 1000px){
	.sct_wp_02 {
		padding-top: 8em;
	}
	.sct_wp_02 .sct_kkm {
		padding: 7em 4em 2em 5em;
	    margin-bottom: 3em;
	}
	.sct_wp_02 .sct_kkm .sct_box:nth-of-type(2) {
		margin-top: 5em;
		padding: 5em 0 4em;
	}
	.sct_wp_02 .sct_kkm .sct_lo_01 {
		grid-template-columns: auto 48%;
		column-gap: 2em;
	}
}
.sct_wp_02 .sct_deco span:nth-of-type(1) {
	width: 30vw;
	max-width: 215px;
	right: 0;
	top: 150px;
}
.sct_wp_02 .sct_deco span:nth-of-type(2) {
	width: 40vw;
	max-width: 262px;
	left: 0;
	bottom: 0;
}
.sct_wp_02 .sct_deco span:nth-of-type(3) {
	width: 40vw;
	max-width: 252px;
	right: 0;
	bottom: 0;
}
@media screen and (min-width: 1000px){
	.sct_wp_02 .sct_deco span:nth-of-type(1) {
		top: 30%;
	}
	.sct_wp_02 .sct_deco span:nth-of-type(2) {
		bottom: 150px;
	}
	.sct_wp_02 .sct_deco span:nth-of-type(3) {
		right: 93px;
		bottom: 20px;
	}
}
/* --------------------------- wp_interview */
.sct_wp_intv {
	padding-bottom: 8em;
}
.sct_wp_intv .sct_inr {
	padding: 2em 1em;
	max-width: 936px;
	background-color: #b8deff;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 0;
	background-image: url("../images/wp/wp_intv_bg.png");
	border-radius: 20px;
}
.sct_wp_intv .sct_ttl {
	padding-left: 1em;
	margin-bottom: 1.5em;
}
.sct_wp_intv .sct_ttl::before {
	background-image: url("../images/wp/wp_intv_ttl_bg.png");
}
.sct_wp_intv .sct_ttl span {
	font-size: 80%;
}
.sct_wp_intv .sct_desc {
	margin-left: 2em;
	max-width: 34em;
}
.sct_wp_intv .sct_desc p:last-child {
	margin-bottom: 0;
}
.sct_wp_intv .sct_btn {
	text-align: right;
}
@media screen and (min-width: 1000px){
	.sct_wp_intv .sct_btn {
		margin: -1em 2em 0 0;
	}
}
.sct_wp_intv .sct_deco span:nth-of-type(1) {
	display: none;
}
.sct_wp_intv .sct_deco span:nth-of-type(2) {
	display: none;
}
.sct_wp_intv .sct_deco span:nth-of-type(3) {
	width: 30vw;
	max-width: 110px;
	right: 0;
	bottom: 30px;
}
@media screen and (min-width: 1000px){
	.sct_wp_intv .sct_deco span:nth-of-type(1) {
		display: block;
		width: 76px;
		left: 20px;
		bottom: 16px;
	}
	.sct_wp_intv .sct_deco span:nth-of-type(2) {
		display: block;
		width: 83px;
		left: 40%;
		bottom: 10px;
	}
	.sct_wp_intv .sct_deco span:nth-of-type(3) {
		width: 221px;
		right: 93px;
		bottom: -30px;
	}
}
@media screen and (max-width: 767px){
.sct_wp_intv .sct_inr {
	padding: 2em 1em 1em 1em;
	}
}
/* --------------------------- wp_lnk */
.sct_wp_lnk {
	padding: 1em 1em 4em;
}
.sct_wp_lnk .sct_inr {
	max-width: 1000px;
}
.sct_wp_lnk .sct_ttl {
	padding-left: 1em;
	margin-bottom: 1.5em;
}
.sct_wp_lnk .sct_ttl::before {
	top: -2.4em;
	left: -1.2em;
	background-image: url("../images/wp/wp_lnk_ttl_bg.png");
}
.wp_lnk_lst {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.5em;
	margin: 0 auto;
}
.wp_lnk_lst .sct_box {
	text-decoration: none;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 1em;
	padding: 1em 0.5em;
	min-height: 180px;
	transition: 0.3s;
	font-weight: bold;
}
.wp_lnk_lst .sct_box:hover {
	opacity: 0.7;
}
.wp_lnk_lst .sct_box:nth-of-type(1) {
	background-image: url("../images/wp/wp_lnk_01.jpg");
}
.wp_lnk_lst .sct_box:nth-of-type(2) {
	background-image: url("../images/wp/wp_lnk_02.jpg");
}
.wp_lnk_lst .sct_box:nth-of-type(3) {
	background-image: url("../images/wp/wp_lnk_03.jpg");
}
.wp_lnk_lst .sct_box:nth-of-type(4) {
	background-image: url("../images/wp/wp_lnk_04.jpg");
}
.wp_lnk_lst .sct_box:nth-of-type(5) {
	background-image: url("../images/wp/wp_lnk_05.jpg");
}
.wp_lnk_lst .sct_box:nth-of-type(6) {
	background-image: url("../images/wp/wp_lnk_06.jpg");
}
.wp_lnk_lst .sct_box dl {
	width: 100%;
	text-align: center;
}
.wp_lnk_lst .sct_box dt {
	font-weight: bold;
	font-size: calc((16 / 15) * 100%);
	border-bottom: 3px solid #fff;
	padding: 0 0 0.5em;
	margin: 0 0 0.5em;
}
.wp_lnk_lst .sct_box dd span {
	display: block;
/*	text-transform: uppercase; */
}
@media screen and (min-width: 500px){
	.wp_lnk_lst {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1000px){
	.wp_lnk_lst {
		grid-template-columns: repeat(6, 1fr);
	}
	.wp_lnk_lst .sct_box {
		height: 240px;
		border-radius: 20px;
	}
}
.sct_wp_lnk .sct_deco span:nth-of-type(1) {
	display: none;
}
.sct_wp_lnk .sct_deco span:nth-of-type(2) {
	width: 50vw;
	max-width: 240px;
	right: 0;
	bottom: 0;
}
@media screen and (min-width: 1000px){
	.sct_wp_lnk .sct_deco span:nth-of-type(1) {
		display: block;
		width: 505px;
		left: 0;
		bottom: 26px;
	}
	.sct_wp_lnk .sct_deco span:nth-of-type(2) {
		width: 171px;
		right: 40px;
		bottom: -50px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px){
.wp_lnk_lst .sct_box {
    background-position-y: 15%;
	}
}

/* ============================================================== about */
.page_link_about a.blue {
	background-image: url("../images/about/page_link_arrow_01.png");
	border-color: #69b1f3;
}
.page_link_about a.orange {
	background-image: url("../images/about/page_link_arrow_02.png");
	border-color: #f3c469;
}
.page_link_about a.green {
	background-image: url("../images/about/page_link_arrow_03.png");
	border-color: #adde7d;
}
.page_link_about a:nth-of-type(3)::before {
	border-color: #adde7d;
}
/* --------------------------- common */
.sct_about {
	padding: 1em;
	margin-bottom: 3em;
}
.sct_about .sct_inr {
	max-width: 1000px;
	padding: 4em 2em 2em;
}
.sct_about .sct_ttl {
	text-align: center;
	max-width: 11em;
	margin: 0 auto 2em;
}
.about_set {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 3em;
}
.about_box {
	background-color: #fff;
	background-repeat: no-repeat;
	padding: 2em;
	border-radius: 1.33em;
}
.about_nbr {
	position: absolute;
	font-size: 200%;
	font-weight: bold;
	color: #fff;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	left: -0.5em;
	top: -0.5em;
}
.about_ttl {
	margin: 0 0 1.5em 2em;
}
.about_ttl i {
	display: block;
	font-weight: bold;
	letter-spacing: 0.1em;;
}
.about_ttl .ja {
	font-size: 107%;
	color: #0a0404;
	margin-bottom: 0.3em;
}
.about_ttl .en {
	text-transform: uppercase;
	font-size: 93%;
}
.about_data {
	color: #8ea0ba;
}
.about_data span {
	font-weight: bold;
	line-height: 1;
}
.about_note {
	color: #8ea0ba;
	position: absolute;
	left: 1em;
	bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width: 768px){
	.sct_about .sct_inr {
		padding: 4em 3em 3em;
	}
	.about_set {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about_set .about_box {
		width: calc((100% - 3em) / 2);
	}
	.about_nbr {
		width: 2.4em;
		height: 2.4em;
		line-height: 2.4;
	}
	.about_ttl {
		margin: 0 0 2em 2.7em;
	}
}
@media screen and (min-width: 1000px){
	.about_note {
		left: 2em;
		bottom: 1.5em;
	}
}
@media screen and (max-width: 767px){
.about_note {
	font-size: 95%;
	}
}
/* --------------------------- page_link_about */
.page_link_about .sct_deco span:nth-of-type(1) {
	width: 30vw;
	height: 60vw;
	max-width: 212px;
	right: 0;
	top: 0;
}
@media screen and (min-width: 1000px){
	.page_link_about .sct_deco span:nth-of-type(1) {
		right: 50px;
		top: -70px;
	}
}
/* --------------------------- about_01 */
.sct_about_01 .sct_inr {
	background-color: #d7ebfd;
}
.sct_about_01 .sct_ttl::before {
	background-image: url("../images/about/about_01_ttl_bg.png");
}
.sct_about_01 .about_nbr {
	background-color: #8ea0ba;
}
.sct_about_01 .about_ttl .en {
	color: #69b1f3;
}
.sct_about_01 .sct_deco span:nth-of-type(1) {
	width: 30vw;
	max-width: 89px;
	left: 0;
	bottom: 30%;
}
.sct_about_01 .sct_deco span:nth-of-type(2) {
	width: 30vw;
	max-width: 114px;
	right: 0;
	bottom: 50%;
}
.sct_about_01 .sct_deco span:nth-of-type(3) {
	width: 30vw;
	max-width: 211px;
	right: 0;
	bottom: -10vw;
}
@media screen and (min-width: 1000px){
	.sct_about_01 .sct_deco span:nth-of-type(1) {
		bottom: 30%;
	}
	.sct_about_01 .sct_deco span:nth-of-type(2) {
		right: 93px;
	}
	.sct_about_01 .sct_deco span:nth-of-type(3) {
		width: 211px;
		right: 0;
		bottom: -120px;
	}
}

/* --------------------------- about_01_01 */
.about_01_01 .about_data {
	text-align: center;
	letter-spacing: 1;
}
.about_01_01 .about_data span {
	font-size: 146%;
}
.about_01_01 .about_data span.count-up {
	font-size: 466%;
}
.about_01_01 .about_fig {
	margin: 1em auto;
	max-width: 303px;
}
/* --------------------------- about_01_02 */
.about_01_02 .about_data {
	text-align: center;
}
.about_01_02 .about_data span {
	font-size: 146%;
}
.about_01_02 .about_data span.count-up {
	font-size: clamp(200%,8vw,280%);
}
.about_01_02 ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.about_01_02 li {
	width: calc((100% - 1em) / 2);
}
.about_01_02 li p:nth-of-type(1) {
	background-color: #f7fafa;
}
.about_01_02 li:nth-of-type(1) p:nth-of-type(1) {
	padding: 3em 0;
	border-top: 0.4em solid #f77c5b;
	border-bottom: 0.4em solid #f77c5b;
}
.about_01_02 li:nth-of-type(2) p:nth-of-type(1) {
	padding: 4em 0;
	border-top: 0.4em solid #7dd0de;
	border-bottom: 0.4em solid #7dd0de;
}
/* --------------------------- about_01_03 */
.about_01_03 .about_data {
	text-align: right;
	display: flex;
	align-items: center;
}
.about_01_03 .about_data p {
	text-align: right;
	flex: 1;
}
.about_01_03 .about_fig {
	width: 40%;
}
.about_01_03 .about_fig span {
	display: block;
	margin: 0 auto;
	max-width: 124px;
}
.about_01_03 .about_data span {
	font-size: 160%;
}
.about_01_03 .about_data span.count-up {
	font-size: clamp(200%,12vw,466%);
}
/* --------------------------- about_01_04 */
.about_01_04 .about_data {
	text-align: right;
	display: flex;
	align-items: center;
}
.about_01_04 .about_data p {
	text-align: right;
	flex: 1;
}
.about_01_04 .about_fig {
	width: 60%;
}
.about_01_04 .about_fig span {
	display: block;
	margin: 0 auto;
	max-width: 206px;
}
.about_01_04 .about_data span {
	font-size: 160%;
}
.about_01_04 .about_data span.count-up {
	font-size: clamp(200%,20vw,666%);
}
/* --------------------------- about_02 */
.sct_about_02 .sct_inr {
	background-color: #fdf4d7;
}
.sct_about_02 .sct_ttl::before {
	background-image: url("../images/about/about_02_ttl_bg.png");
}
.sct_about_02 .about_nbr {
	background-color: #baaa8e;
}
.sct_about_02 .about_ttl .en {
	color: #f3c169;
}
/* --------------------------- about_02_01 */
.about_02_01 {
	padding: 2em 2em 3em;
}
.about_02_01 .about_data {
	text-align: right;
	display: flex;
	align-items: center;
}
.about_02_01 .about_data p {
	text-align: right;
	flex: 1;
}
.about_02_01 .about_fig {
	width: 50%;
}
.about_02_01 .about_fig span {
	display: block;
	margin: 0 auto;
	max-width: 143px;
}
.about_02_01 .about_data span {
	font-size: 146%;
}
.about_02_01 .about_data span.count-up {
	font-size: clamp(200%,12vw,466%);
}
@media screen and (min-width: 1000px){
	.about_02_01 .about_fig {
		padding: 1em 0;
	}
}
/* --------------------------- about_02_02 */
.about_02_02 {
	padding: 2em 2em 3em;
}
.about_02_02 .about_data {
	text-align: right;
	display: flex;
	align-items: center;
}
.about_02_02 .about_ttl {
	margin-bottom: 1em;
}
.about_02_02 .about_data {
	width: 100%;
	justify-content: space-between;
}
.about_02_02 .about_data li:nth-of-type(1) {
	padding-bottom: 9em;
	margin-left: -1em;
}
.about_02_02 .about_data li:nth-of-type(2) {
	padding-top: 10em;
	text-align: right;
	margin-right: -1em;
}
.about_02_02 .about_fig {
	position: absolute;
	left: 0;
	top: 8.5em;
	width: 100%;
	text-align: center;
}
.about_02_02 .about_fig span {
	display: inline-block;
	width: 50%;
	max-width: 194px;
}
.about_02_02 .about_fig span {
	display: block;
	margin: 0 auto;
	max-width: 194px;
}
.about_02_02 .about_data span {
	font-size: 106%;
}
.about_02_02 .about_data span.count-up {
	font-size: clamp(150%,8vw,280%);
}
@media screen and (min-width: 1000px){
	.about_02_02 {
		padding: 2em 2em 4em;
	}
}
/* --------------------------- about_02_03 */
.about_02_03 {
	padding: 2em 2em 3em;
}
.about_02_03 .about_data {
	text-align: right;
	display: flex;
	align-items: center;
}
.about_02_03 .about_data p {
	text-align: right;
	flex: 1;
}
.about_02_03 .about_fig {
	width: 60%;
}
.about_02_03 .about_fig span {
	display: block;
	margin: 0 auto;
	max-width: 173px;
}
.about_02_03 .about_data span {
	font-size: 146%;
}
.about_02_03 .about_data span.count-up {
	font-size: clamp(200%,12vw,466%);
}
@media screen and (min-width: 1000px){
	.about_02_03 .about_fig {
		padding: 1em 0;
	}
}
/* --------------------------- about_02_04 */
.about_02_04 {
	padding: 2em 2em 3em;
}
.about_02_04 .about_data {
	text-align: right;
	display: flex;
	align-items: center;
}
.about_02_04 .about_ttl {
	margin-bottom: 1em;
}
.about_02_04 .about_data {
	width: 100%;
	justify-content: space-between;
}
.about_02_04 .about_data li:nth-of-type(1) {
	margin-left: -1em;
	padding-bottom: 9em;
}
.about_02_04 .about_data li:nth-of-type(2) {
	margin-right: -1em;
	padding-top: 10em;
	text-align: right;
}
.about_02_04 .about_fig {
	position: absolute;
	left: 0;
	top: 10em;
	width: 100%;
	text-align: center;
}
.about_02_04 .about_fig span {
	display: inline-block;
	width: 50%;
	max-width: 194px;
}
.about_02_04 .about_fig span {
	display: block;
	margin: 0 auto;
	max-width: 194px;
}
.about_02_04 .about_data span {
	font-size: 106%;
}
.about_02_04 .about_data span.count-up {
	font-size: clamp(150%,8vw,280%);
}
@media screen and (min-width: 1000px){
	.about_02_04 {
		padding: 2em 2em 4em;
	}
	.about_02_04 .about_fig {
		top: 8.5em;
	}
}
/* --------------------------- about_02_05 */
.about_02_05 .about_ttl .en {
	font-size: 80%;
	letter-spacing: 0;
}
.about_02_05 .about_data {
	display: flex;
	align-items: flex-end;
}
.about_02_05 .about_data li figure {
	margin: 0 auto;
}
.about_02_05 .about_data li p {
	margin-top: 0.5em;
	padding: 0.3em 0 1em;
}
.about_02_05 .about_data li:nth-of-type(1) {
	width: 35%;
	text-align: center;
}
.about_02_05 .about_data li:nth-of-type(1) p {
	border-top: 0.7em solid #f77c5b;
}
.about_02_05 .about_data li:nth-of-type(1) figure {
	width: clamp(40px,15vw,63px);
}
.about_02_05 .about_data li:nth-of-type(2) {
	width: 65%;
	text-align: right;
}
.about_02_05 .about_data li:nth-of-type(2) figure {
	width: clamp(120px,30vw,134px);
}
.about_02_05 .about_data li:nth-of-type(2) p {
	border-top: 0.7em solid #7dd0de;
}
.about_02_05 .about_data span {
	font-size: 106%;
}
.about_02_05 .about_data span.count-up {
	font-size: clamp(150%,8vw,280%);
}

@media screen and (min-width: 1000px){
	.about_02_05 {
		margin: 0 auto;
	}
}
/* --------------------------- about_02 deco */
.sct_about_02 .sct_deco span:nth-of-type(1) {
	width: 40vw;
	max-width: 262px;
	left: 0;
	top: 0;
}
.sct_about_02 .sct_deco span:nth-of-type(2) {
	width: 40vw;
	max-width: 252px;
	right: 0;
	top: 20em;
}
.sct_about_02 .sct_deco span:nth-of-type(3) {
	width: 50vw;
	max-width: 505px;
	left: 0;
	bottom: -10em;
}
.sct_about_02 .sct_deco span:nth-of-type(4) {
	width: 20vw;
	max-width: 111px;
	right: 100px;
	bottom: 10em;
}
@media screen and (min-width: 1000px){
	.sct_about_02 .sct_deco span:nth-of-type(1) {
		top: 150px;
	}
}
/* --------------------------- about_03 */
.sct_about_03 .sct_inr {
	background-color: #ebf3e2;
}
.sct_about_03 .about_box {
	padding-bottom: 3em;
}
@media screen and (min-width: 1000px){
	.sct_about_03 .about_box {
		padding-bottom: 4em;
	}
}
.sct_about_03 .sct_ttl::before {
	background-image: url("../images/about/about_03_ttl_bg.png");
}
.sct_about_03 .about_nbr {
	background-color: #9cba8e;
}
.sct_about_03 .about_ttl .en {
	color: #69b1f3;
}
.sct_about_03 .about_data {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sct_about_03 .about_fig {
	width: 50%;
	text-align: center;
}
.sct_about_03 .about_fig span {
	display: inline-block;
}
.sct_about_03 .about_data p {
	flex: 1;
	padding-left: 2em;
}
.sct_about_03 .about_data p span {
	font-size: 135%;
}
.sct_about_03 .about_data p span.count-up {
	font-size: clamp(200%,12vw,466%);
}
/* --------------------------- about_03_01 */
.about_03_01 .about_fig {
	width: 45%;
}
.about_03_01 .about_fig span {
	max-width: 179px;
}
/* --------------------------- about_03_02 */
.about_03_02 .about_fig span {
	max-width: 159px;
}
/* --------------------------- about_03_03 */
.about_03_03 .about_fig span {
	max-width: 160px;
}
/* --------------------------- about_03_04 */
.about_03_04 .about_fig span {
	width: 25vw;
	max-width: 126px;
}
/* --------------------------- about_03_05 */
.about_03_05 .about_fig {
	width: 40%;
	padding-bottom: 1em;
}
.about_03_05 .about_fig span {
	width: 25vw;
	max-width: 110px;
}
@media screen and (max-width: 767px){
.about_03_05 .about_fig {
	width: 37%;
	}
.sct_about_03 .about_data p {
    padding-left: 1.4em;
	}
.sct_about_03 .about_data p span {
    font-size: 120%;
	}
}
/* --------------------------- about_03_06 */
.about_03_06 .about_fig span {
	width: 25vw;
	max-width: 152px;
}
/* --------------------------- about_03 deco */
.sct_about_03 .sct_deco span:nth-of-type(1) {
	width: 30vw;
	max-width: 194px;
	right: 0;
	top: -6em;
}
.sct_about_03 .sct_deco span:nth-of-type(2) {
	width: 10vw;
	max-width: 83px;
	left: 2em;
	top: 16em;
}
.sct_about_03 .sct_deco span:nth-of-type(3) {
	width: 30vw;
	max-width: 132px;
	right: 0;
	top: 40em;
}
.sct_about_03 .sct_deco span:nth-of-type(4) {
	width: 25vw;
	max-width: 109px;
	left: 3em;
	bottom: 30em;
}
.sct_about_03 .sct_deco span:nth-of-type(5) {
	width: 22vw;
	max-width: 96px;
	left: 1em;
	bottom: 6em;
}
.sct_about_03 .sct_deco span:nth-of-type(6) {
	width: 24vw;
	max-width: 114px;
	right: 5em;
	bottom: 8em;
}
/* --------------------------- about ipad */
@media screen and (min-width: 768.0px) and (max-width: 1000px){
.about_box {
	padding: 2em 1em;
	}
.about_01_02 .about_data span.count-up {
    font-size: clamp(200%,8vw,230%);
	}
.about_01_02 .about_data span {
    font-size: 135%;
	}
.about_01_03 .about_data span.count-up {
    font-size: clamp(200%,12vw,350%);
	}
.about_01_04 .about_data span.count-up {
    font-size: clamp(200%,20vw,450%);
	}
.about_02_01 .about_data span.count-up {
    font-size: clamp(200%,12vw,330%);
	}
.about_02_03 .about_data span.count-up {
    font-size: clamp(200%,12vw,360%);
	}
.about_02_05 .about_data span.count-up {
    font-size: clamp(150%,8vw,220%);
	}
.sct_about_03 .about_data p span.count-up {
    font-size: clamp(200%,12vw,300%);
	}
.about_03_05 .about_fig span {
    max-width: 100px;
	}
.sct_about_03 .about_03_05 .about_data p {
    padding-left: 1em;
	}
.sct_about_03 .about_03_05 .about_data p span.count-up {
    font-size: clamp(200%,12vw,280%);
	}
.about_nbr {
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
	}
.about_ttl .ja {
    font-size: 105%;
	}
}
/* --------------------------- about max369 */
@media screen and (max-width: 369px){
.about_01_04 .about_data span.count-up {
    font-size: clamp(200%,15vw,666%);
	}
.about_02_05 .about_data li:nth-of-type(1) figure {
    width: clamp(40px,13vw,63px);
	}
.about_02_05 .about_data li:nth-of-type(2) figure {
    width: clamp(70px,28vw,134px);
	}
.about_02_05 .about_data span.count-up {
    font-size: clamp(150%,7vw,280%);
	}
.sct_about_03 .about_data p span.count-up {
    font-size: clamp(200%,10vw,466%);
	}
.about_note {
    font-size: 90%;
	}
.about_ttl .ja {
    font-size: 98%;
	}
}
/* ============================================================== entry */
.sct_entry {
	padding: 1em 1em 5em;
}
.sct_entry .sct_inr {
	max-width: 835px;
	padding: 4em 0 0;
}
.sct_entry .sct_ttl::before {
	background-image: url("../images/common/entry_ttl_bg.png");
}
.sct_entry .sct_desc {
	margin-bottom: 2em;
}
.sct_entry .frm {
	background-color: #fff8fa;
	padding: 1em;
}
@media screen and (min-width: 1000px){
	.sct_entry {
		padding: 1em 1em 8em;
	}
	.sct_entry .frm {
		padding: 2em;
	}
}

/* ----------------------------------------------- button */
.sct_entry .btns {
	padding: 1em 0;
	text-align: center;
}
.sct_entry button::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: -2px;
}
.sct_entry a.btn, .sct_entry a:link.btn, .sct_entry a:visited.btn,
.sct_entry .btn {
	font-size: 106%;
	font-weight: bold;
	padding: 1em 2em;
	letter-spacing: 0.1em;;
	border: 0 none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3em;
}
.sct_entry a.btn_posi, .sct_entry a:link.btn_posi, .sct_entry a:visited.btn_posi,
.sct_entry .btn_posi {
	background-color: #f988a5;
	color: #fff;
}
.sct_entry a.btn_posi:hover, .sct_entry a:link.btn_posi:hover, .sct_entry a:visited.btn_posi:hover,
.sct_entry .btn_posi:hover  {
	background-color: #f9a8c5;
}
.sct_entry a.btn_nega, .sct_entry a:link.btn_nega, .sct_entry a:visited.btn_nega,
.sct_entry .btn_nega {
	background-color: #999;
	color: #fff;
}
.sct_entry a.btn_nega:hover, .sct_entry a:link.btn_nega:hover, .sct_entry a:visited.btn_nega:hover,
.sct_entry .btn_nega:hover {
	background-color: #aaa;
}
.sct_entry a.disabled, .sct_entry a:link.disabled, .sct_entry a:visited.disabled,
.sct_entry .btn.disabled {
	background-color:#ccc;
	color:#fff;
	pointer-events: none;
}
.sct_entry .btn span {
	display: inline-block;
	background-repeat: no-repeat;
	line-height: 1;
}
/* ----------------------------------------------- form element */
.frm input[type=text],
.frm input[type=password],
.frm input[type=date],
.frm input[type=time],
.frm select,
.frm textarea            {font-size:16px;background:#fff;min-height:1em;padding:0.6em;line-height:1.5em;outline:none;border:1px solid #ccc;border-radius:0;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.frm select              {color:#111;font-size:14px;position:relative;padding:0 0.5em;padding-right:2em;height:3.1em;vertical-align:top;background-image:url("../images/select_bg.png");background-position:calc(100% - 0.5em) 50%;background-repeat:no-repeat;background-size:15px 10px;}
.frm select::-ms-expand  {display:none;}
.frm button              {outline:0;}

.frm input[type=text]:focus,
.frm input[type=password]:focus,
.frm input[type=date]:focus,
.frm input[type=time]:focus,
.frm select:focus,
.frm textarea:focus      {border:2px solid #006DD9;background-color:#fff;padding-top:calc(0.6em - 1px);padding-bottom:calc(0.6em - 1px);}

:placeholder-shown          {color:#fff;}
::-webkit-input-placeholder {color:#fff;}
:-moz-placeholder           {color:#fff;opacity:1;}
::-moz-placeholder          {color:#fff;opacity:1;}
:-ms-input-placeholder      {color:#fff;}

.frm_check,
.frm_radio                                        {font-size:16px;padding:0;display:inline-block;}
.frm_check label,
.frm_radio label                                  {font-size:14px;min-height:1.6em;position:relative;display:inline-block;line-height:160%;margin-right: 1.5em;margin-bottom: 0.3em;}
.frm_check input,
.frm_radio input                                  {opacity:0;position:absolute;}
.frm_check input + i,
.frm_radio input + i                              {position:relative;display:inline-block;vertical-align:top;padding-left:1.6em;white-space:nowrap;}
/* ----------------------------------------------- checkbox */
.frm_check input[type=checkbox] + i:after,
.frm_check input[type=checkbox] + i:before        {font-size:120%;border:1px solid #ccc;background:#fff;content:"";position:absolute;display:block;-moz-box-sizing:border-box;box-sizing:border-box;transition:0.2s;}
.frm_check input[type=checkbox] + i:before        {z-index:3;width:1em;height:1em;top:0.1em;left:0;}
.frm_check input[type=checkbox] + i:after         {z-index:5;width:0;height:0;top:calc(0.1em + 0.5em);left:0.7em;border:0 none;border-left:0 solid #111;border-bottom:0 solid #111;left:3px;width:0;height:0;margin-top:0;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.frm_check input[type=checkbox]:checked + i:after {border-left:3px solid #111;border-bottom: 3px solid #111;background:transparent;left:3px;width:1em;height:0.5em;margin-top:-8px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.frm_check input[type=checkbox]:checked + i:after {border-color:#f988a5;}
.frm_check input[type=checkbox]:focus + i:before  {border-color:#ccc;background-color: #fff;}
/* ----------------------------------------------- radio button */
.frm_radio input[type=radio] + i:after,
.frm_radio input[type=radio] + i:before           {background:#fff;content:"";position:absolute;display:block;-moz-box-sizing:border-box;box-sizing:border-box;transition:0.2s ease;border-radius:50%;}
.frm_radio input[type=radio] + i:before           {z-index:3;width:1.2em;height:1.2em;top:0.2em;left:0;border:1px solid #ccc;}
.frm_radio input[type=radio] + i:after            {z-index:5;width:0;height:0;top:0.5em;left:0.5em;opacity:0;}
.frm_radio input[type=radio]:checked + i:after    {width:0.7em;height:0.7em;top:0.45em;left:0.2em;opacity:1;}
.frm_radio input[type=radio]:checked + i:after    {background-color:#f988a5;}
.frm_radio input[type=radio]:focus + i:before     {border-color:#ccc;}
/* ----------------------------------------------- error */
.ErrorMessage            {font-size:87.5%;color:#fff;background:#d12;margin-bottom:2em;padding:0.5em;line-height:1.5;font-weight:bold;display:none;}
.frm .error              {color:#d12;font-weight:bold;display:block;}
.frm .error:before       {content:"▲";}
.frm textarea.error,
.frm select.error,
.frm input.error         {border:2px solid #e34;background-color:#fff;padding-top:calc(0.6em - 1px);padding-bottom:calc(0.6em - 1px);}
/* ----------------------------------------------- layout */
.frm dl {
	font-size: 106%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e4e5e5;
}
.frm dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.frm dd a {
	color: #0b0b0b;
}
.cntct_frm .btns .btn {
	padding: 0.5em 4em;
	font-size: 112.5%;
	font-weight: bold;
}
@media screen and (min-width: 750px){
	.frm_check label, .frm_radio label,
	.frm select  {
		font-size:16px;
	}
	.cntct_frm .frm_wrp {
		padding: 2em;;
	}
	.frm dl {
		display: flex;
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
		}
	.frm dt {
		width: 12em;
		margin-bottom: 0;
	}
	.frm dd {
		flex: 1;
	}
	.ErrorMessage {
		font-size:100%;
	}
}
/* ----------------------------------------------- individual */
.frm .frm_biztype dd {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 0 0.5em;
}
@media screen and (min-width: 1000px){
	.frm .frm_biztype dd {
		grid-template-columns: repeat(4,1fr);
	}
}
.frm .frm_pref select {
	width: 12em;
}
.frm .frm_age dd input {
	width: 7em;
}
.frm .frm_zip dd {
	display: flex;
}
.frm .frm_zip dd > div {
	padding-right: 2em;
	position: relative;
}
.frm .frm_zip dd > div:not(:last-child)::before {
	content: "ー";
	position: absolute;
	top: 15px;
	right: 0.5em;
	line-height: 1;
}
.frm .frm_zip input {
	display: inline-block;
	width: 7em;
}
.frm .frm_tel dd {
	display: flex;
}
.frm .frm_tel dd > div {
	padding-right: 2em;
	position: relative;
}
.frm .frm_tel dd > div:not(:last-child)::before {
	content: "ー";
	position: absolute;
	top: 15px;
	right: 0.5em;
	line-height: 1;
}
.frm .frm_tel input {
	display: inline-block;
	width: 5.5em;
}

.sct_entry .sct_deco span:nth-of-type(1) {
	width: 30vw;
	height: 60vw;
	max-width: 212px;
	right: 0;
	top: 0;
}
.sct_entry .sct_deco span:nth-of-type(2) {
	width: 30vw;
	max-width: 89px;
	left: 0;
	top: 25%;
}
.sct_entry .sct_deco span:nth-of-type(3) {
	width: 30vw;
	max-width: 114px;
	right: 0;
	top: 30%;
}
.sct_entry .sct_deco span:nth-of-type(4) {
	width: 40vw;
	max-width: 266px;
	right: 10em;
	top: 10%;
}
.sct_entry .sct_deco span:nth-of-type(5) {
	width: 100vw;
	left: 0;
	bottom: -1em;
	overflow: hidden;
}
.sct_entry .sct_deco span:nth-of-type(5) i {
	display: block;
	width: 110vw;
	max-width: 1400px;
	margin: 0 auto;
}

.recruit_media_box {
	padding-bottom:40px;
	display:inline-block;
}
.recruit_media_box+.recruit_media_box {
	margin-left:40px;
}
.recruit_media_box:nth-child(n+3) {
	padding-bottom:100px;
/*	margin-top: -65px;*/
}

.recruit_media_ttl {
	font-size:120%;
	font-weight:bold;
}

.recruit_media_box a img {
	margin-top: 10px;
}

@media screen and (min-width: 1000px){
	.sct_entry .sct_deco span:nth-of-type(1) {
		right: 50px;
		top: -70px;
	}
	.sct_entry .sct_deco span:nth-of-type(3) {
		right: 93px;
	}
}

/* ----------------------------------------------- movie */

.sct_kv.movie {
    background-image: url(../images/kv_movie_bg.jpg);
}

.sct_wp.movie {
	background-image:url(../images/movie/movie_back.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 39%;
	padding-top:2em;
}

.main_movie {
	display:flex;
	margin:80px auto 100px auto;
}
.movie_attention {
	color:#f36262;
	display:block;
	font-size:80%;
	line-height:1;
}

.movie-area {
	padding-bottom:100px;
}

.movie-area p.content {
	font-size:125%;}

.movie_info {
	background-color:rgb(160 213 224 / 85%);
	width:43.2%;
	margin-right:-4%;
	padding:120px 65px 0 30px;
    min-height: 428px;
}

.movie_info h3 {
	font-weight:bold;
	font-size:22px;
}

.movie_info h3+p {
	margin-top:30px;
}

.movie_info h3 span {
	display:block;
}

.main_movie .movie_info+a {
	width:60%;
	margin:5% 0 0 auto;
}

.movie_list {
	display:flex;
	margin-top: 35px;
	margin-bottom: 45px;
}

.movie_box .movie_info {
	background:none;
	width:100%;
	padding:0;
	min-height:inherit;
}
.movie_box .movie_info a {
	color: #000;
}
.movie_box .movie_info a:hover {
	text-decoration: none;
}

.movie_box {
	width:47%;
}

.movie_box h3 {
	margin-top:25px;
}
.movie_box h3+p {
	margin-top:15px;
}
.movie_box+.movie_box {
	margin-left:6%;
}

@media screen and (max-width:768px){

.movie_info {
	margin-top:-10px;
}

.movie_list .movie_info {
	margin-top:-20px;
}

.movie_info h3 {
	font-size:110%;
}

.movie_info h3 span {
	display:inline-block;
}
.main_movie {
	margin: 20px auto;
	flex-direction:column-reverse;
}

.main_movie .movie_info+a {
	width:100%;
	margin:0 auto;
}

.movie-area p.content {
    font-size: 100%;
    margin-bottom: 40px;
}

.movie_info {
	background:none;
	width:100%;
	margin-right:inherit;
	padding:20px 0;
	min-height:inherit;
}

.movie_info h3 span {
    background-color: #555;
    color: #fff;
    padding: 0 0.5em;
    font-weight: normal;
    font-size: 85%;
    margin-right: 1em;
}

.movie_list {
	flex-direction:column;
    margin-bottom: 35px;
}

.movie_box {
	width:100%;
}
.movie_box+.movie_box {
	margin-top:30px;
}

.movie_box+.movie_box {
	margin-left:auto;
}

.movie_info h3+p {
    margin-top: 10px;
}

.movie-area {
	padding-bottom:0;
}

.sct_entry	.sct_ttl {
		margin-left:30px;
}

.recruit_media_box {
	text-align: center;
	display:block;}

.recruit_media_box+.recruit_media_box {
    margin-left: auto;}

}