@charset "UTF-8";
/* -----------
 2025年募集ページ
----------- */
body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

a.link_btn {
	background-color: #89101C;
}
a.link_btn:hover {
	background-color: #221012;
}
section {
	position: relative;
}
.treat_01 {
	pointer-events: none;
	position: absolute;
	top: 56px;
	left: 0;
	display: block;
	width: 405px;
	height: 128px;
	background: url(../img/2025/bg_treat_01.png) no-repeat center / contain;
	z-index: 1;
}
.treat_02 {
	pointer-events: none;
	position: absolute;
	bottom: 120px;
	right: 0;
	display: block;
	width: 452px;
	height: 283px;
	background: url(../img/2025/bg_treat_02.png) no-repeat center / contain;
	z-index: 1;
}
.treat_03 {
	pointer-events: none;
	position: absolute;
	top: 66px;
	left: 25px;
	display: block;
	width: 148px;
	height: 68px;
	background: url(../img/2025/bg_treat_03.png) no-repeat center / contain;
	z-index: 1;
}
.treat_04 {
	pointer-events: none;
	position: absolute;
	top: 7px;
	right: 0;
	display: block;
	width: 505px;
	height: 135px;
	background: url(../img/2025/bg_treat_04.png) no-repeat center / contain;
	z-index: 1;
}
.treat_05 {
	pointer-events: none;
	position: absolute;
	bottom: 110px;
	left: 10px;
	display: block;
	width: 602px;
	height: 165px;
	background: url(../img/2025/bg_treat_05.png) no-repeat center / contain;
	z-index: 1;
}
.treat_06 {
	pointer-events: none;
	position: absolute;
	bottom: 73px;
	right: 43px;
	display: block;
	width: 209px;
	height: 96px;
	background: url(../img/2025/bg_treat_06.png) no-repeat center / contain;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.treat_01 {
		top: 16px;
		right: 10px;
		width: 178px;
		height: 56px;
		background: url(../img/2025/bg_treat_01_sp.png) no-repeat center / contain;
	}
	.treat_02 {
		bottom: 34px;
		left: 0;
		width: 177px;
		height: 111px;
		background: url(../img/2025/bg_treat_02_sp.png) no-repeat center / contain;
	}
	.treat_03 {
		top: 56px;
		left: 10px;
		width: 69px;
		height: 37px;
		background: url(../img/2025/bg_treat_03_sp.png) no-repeat center / contain;
	}
	.treat_04 {
		top: 9px;
		right: 0;
		width: 262px;
		height: 70px;
		background: url(../img/2025/bg_treat_04_sp.png) no-repeat center / contain;
	}
	.treat_05 {
		display: none;
	}
	.treat_06 {
		bottom: 101px;
		right: 11px;
		width: 93px;
		height: 43px;
		background: url(../img/2025/bg_treat_06_sp.png) no-repeat center / contain;
	}
}
.sec_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
	color: #89101C;
}
.sec_title .en {
	display: inline-block;
	font-size: 80px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2px;
	transform: scale(0.96, 1);
	transform-origin: top left;
}
.sec_title .jp {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.sec_title {
		margin-bottom: 40px;
		text-align: center;
	}
	.sec_title .en {
		font-size: 50px;
	}
	.sec_title .jp {
		font-size: 15px;
	}
}

.inner {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.inner_inner {
	padding: 0 80px;
}
@media screen and (max-width: 767px) {
	.inner_inner {
		padding: 0 20px;
	}
}

#first_view {
	pointer-events: none;
}

#breadcrumb {
}
#breadcrumb .breadcrumb_list {
	display: flex;
	align-items: center;
	height: 37px;
}
#breadcrumb .breadcrumb_item {
	position: relative;
	padding: 0 16px 0 10px;
	font-size: 12px;
	white-space: nowrap;
	color: #7C7C7C;
}
#breadcrumb .breadcrumb_item::after {
	content: url("../img/common/bc_arrowR.svg");
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-42%);
}
#breadcrumb .breadcrumb_item:first-child {
	padding-left: 0;
}
#breadcrumb .breadcrumb_item:last-child::after {
	display: none;
}
#breadcrumb .breadcrumb_item a {
	transition: all .2s;
}
#breadcrumb .breadcrumb_item a:hover {
	color: #89101C;
}
@media screen and (max-width: 767px) {
	#breadcrumb {
		display: none;
	}
}

#breadcrumb_footer {
	display: none;
}
@media screen and (max-width: 767px) {
	#breadcrumb_footer {
		display: block;
	}
	#breadcrumb_footer .breadcrumb_list {
		display: flex;
		align-items: center;
		height: 37px;
	}
	#breadcrumb_footer .breadcrumb_item {
		position: relative;
		padding: 0 12px 0 7px;
		font-size: 10px;
		white-space: nowrap;
		color: #7C7C7C;
	}
	#breadcrumb_footer .breadcrumb_item::after {
		content: url("../img/common/bc_arrowR.svg");
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-40%) scale(.6);
	}
	#breadcrumb_footer .breadcrumb_item:first-child {
		padding-left: 0;
	}
	#breadcrumb_footer .breadcrumb_item:last-child::after {
		display: none;
	}
	#breadcrumb_footer .breadcrumb_item a {
		transition: all .2s;
	}
	#breadcrumb_footer .breadcrumb_item a:hover {
		color: #89101C;
	}
}

#lead01 {
	padding: 125px 0 380px;
	background: url("../img/2026/section_bg.jpg") repeat-y left top / 100%;
	background-color: #fff8f8;
}
#lead01 .inner {
	position: relative;
	z-index: 1;
}
#lead01 .contents {
	padding-left: 40%;
}
#lead01 .text {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 16px;
	font-weight: 900;
	line-height: 2.2;
}
#lead01 .lead {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 900;
	line-height: 2;
	color: #89101C;
}
.lead01_img {
	pointer-events: none;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 100%;
	height: 660px;
	background: url(../img/2026/lead01_img.png) no-repeat center / contain;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#lead01 {
		padding: 45px 0 330px;
		background: url("../img/2026/section_bg_sp.jpg") repeat-y left top / 100%;
		background-color: #fff8f8;
	}
	#lead01 .contents {
		padding: 0 10px;
	}
	#lead01 .text {
		margin-bottom: 10px;
		font-size: 16px;
	}
	#lead01 .lead {
		font-size: 22px;
	}
	.lead01_img {
		top: 320px;
		left: 20px;
		width: 350px;
		height: 270px;
		background: url(../img/2026/lead01_img_sp.png) no-repeat center / contain;
	}
}

#lead02 {
	padding: 100px 0;
	background: url("../img/2026/lead02_bg.jpg") no-repeat center / cover;
	background-color: #221012;
	color: #fff;
}

#lead02 .lead02_img01 {
	pointer-events: none;
	position: absolute;
	top: -100px;
	left: 5%;
	display: block;
	width: 180px;
	height: 174px;
	background: url(../img/2026/lead02_img01.jpg) no-repeat center / contain;
	z-index: 1;
}
/*#lead02 .lead02_img02 {
	pointer-events: none;
	position: absolute;
	top: -100px;
	left: 5%;
	display: block;
	width: 180px;
	height: 174px;
	background: url(../img/2026/lead02_img02.jpg) no-repeat center / contain;
	z-index: 1;
}*/
#lead02 .inner_inner {
	margin-bottom: 80px;
}
#lead02 .text {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 2.2;
	text-align: justify;
	letter-spacing: 1px;
}
#lead02 .lead {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 1px;
}
#lead02 .sign {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	text-align: right;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	#lead02 {
		padding: 40px 0 50px;
		background: url("../img/2026/lead02_bg_sp.jpg") no-repeat center / cover;
		background-color: #221012;
	}
	#lead02 .inner_inner {
		margin-bottom: 40px;
	}
	#lead02 .text {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 2;
	}
	#lead02 .lead {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.5;
	}
	#lead02 .sign {
		font-size: 16px;
		line-height: 2;
	}
	#lead02 .lead02_img01 {
		top: -50px;
		width: 80px;
		height: 80px;
		left: 12%;
	}
}

#about {
	padding: 80px 0 100px;
	background: url("../img/2026/section_bg.jpg") repeat-y left top / 100%;
	background-color: #fff8f8;
}
#about .list_title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #89101C;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	color: #89101C;
}
#about .list_wrap {
	margin-bottom: 80px;
	padding: 0 20px;
}
#about .list_item {
	display: flex;
	padding: 16px 0;
	border-bottom: 1px solid #DFD5C6;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}
#about .list_item span:first-child {
	display: inline-block;
	width: 200px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
}
#about .list_item span:last-child {
	display: inline-block;
	width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
	#about {
		padding: 40px 0 50px;
		background: url("../img/2026/section_bg_sp.jpg") repeat-y left top / 100%;
		background-color: #fff8f8;
	}
	#about .list_title {
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 18px;
	}
	#about .list_wrap {
		margin-bottom: 40px;
		padding: 0 10px;
	}
	#about .list_item {
		display: block;
		padding: 10px 0;
		font-size: 14px;
	}
	#about .list_item span:first-child {
		width: 100%;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 1.75;
	}
	#about .list_item span:last-child {
		width: 100%;
	}
}

#bg {
	pointer-events: none;
}

#qualification {
	padding: 100px 0 160px;
}
#qualification .inner_inner {
	position: relative;
}
#qualification .lead {
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
	background: url("../img/2026/lead03_bg.jpg") no-repeat center / cover;
}
#qualification .lead p {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 16% 0;
	letter-spacing: 2px;
}
#qualification .list_wrap {
	position: relative;
	padding: 60px;
	z-index: 2;
	background-color: #f7f7f2;
}
#qualification .list_item {
	position: relative;
	margin-bottom: 40px;
	padding-left: 60px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: justify;
}
#qualification .list_item::before {
	content: '';
	display: block;
	width: 37px;
	height: 37px;
	position: absolute;
	top: -2px;
	left: 0;
	background: url(../img/2025/icon_check.png) no-repeat center / contain;
}
@media screen and (max-width: 767px) {
	#qualification {
		padding: 40px 0 0;
	}
	#qualification .inner {
		padding: 0;
	}
	#qualification .inner_inner {
		padding-bottom: 50px;
	}
	#qualification .lead {
		margin-bottom: 20px;
		font-size: 20px;
	}
	#qualification .lead p {
		font-size: 18px;
		line-height: 1.4;
	}
	#qualification .list_wrap {
		padding: 30px 20px;
	}
	#qualification .list_item {
		margin-bottom: 20px;
		padding-left: 36px;
		font-size: 14px;
	}
	#qualification .list_item::before {
		width: 24px;
		height: 24px;
		top: -1px;
		background: url(../img/2025/icon_check_sp.png) no-repeat center / contain;
	}
}

#entry {
	padding: 80px 0 100px;
	background: url("../img/2026/section_bg.jpg") repeat-y left top / 100%;
	background-color: #fff8f8;
}
#entry .text {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 2.2;
	text-align: center;
}
#entry .period {
	margin-bottom: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #89101C;
}
#entry .period .title {
	margin-right: 20px;
	padding: 10px 32px;
	border: 2px solid #89101C;
	font-size: 18px;
}
#entry .period .num {
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
}
#entry .period .dow {
	padding-left: 2px;
	font-size: 18px;
}
#entry .period .wavy {
	padding: 0 8px;
	font-size: 28px;
	vertical-align: super;
}
#entry .inner_inner {
	margin-bottom: 40px;
	padding: 40px 80px;
	background-color: #fff;
}
#entry .inner_title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #89101C;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	color: #89101C;
}
#entry .inner_inner .text {
	margin-bottom: 20px;
	line-height: 2;
	text-align: justify;
}
#entry .inner_inner .text .bold {
	font-size: 18px;
	font-weight: 700;
}
#entry .annotation {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.75;
	text-align: justify;
}
#entry .inner_inner .bg_text {
	margin-bottom: 5px;
	padding: 24px;
	background-color: #F8F6F4;
}
#entry .inner_inner .bg_text .bold {
	font-size: 16px;
}
#entry .list_wrap {
	padding-left: 22px;
}
#entry .list_wrap_mb {
	margin-bottom: 30px;
}
#entry .list_item {
	list-style: disc;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

#entry .inner_inner .rule_table {
	border-top: solid 1px #DFD5C6;
	font-size: 14px;
	/*width: 90%;*/
	margin: 0 auto 40px;
}

#entry .inner_inner .rule_table .rule_table_row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: solid 1px #DFD5C6;
}

#entry .inner_inner .rule_table .rule_table_ttl {
	padding-right: 3rem;
    flex-basis: 20%;
    max-width: 20%;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	#entry {
		padding: 40px 0 50px;
		background: url("../img/2026/section_bg_sp.jpg") repeat-y left top / 100%;
		background-color: #fff8f8;
	}
	#entry .text {
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 2;
		text-align: justify;
	}
	#entry .period {
		margin-bottom: 30px;
		flex-direction: column;
		gap: 10px;
	}
	#entry .period .title {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 16px;
	}
	#entry .period .num {
		font-size: 40px;
	}
	#entry .period .dow {
		font-size: 16px;
	}
	#entry .period .wavy {
		padding-right: 0;
		font-size: 18px;
	}
	#entry .inner_inner {
		margin-bottom: 30px;
		padding: 30px 20px;
	}
	#entry .inner_title {
		margin-bottom: 10px;
		padding-bottom: 5px;
		font-size: 18px;
	}
	#entry .inner_contents {
		padding: 0 10px;
	}
	#entry .inner_inner .text {
		margin-bottom: 10px;
		line-height: 1.75;
	}
	#entry .inner_inner .text .bold {
		font-size: 14px;
	}
	#entry .annotation {
		font-size: 12px;
	}
	#entry .inner_inner .bg_text {
		margin-bottom: 5px;
		padding: 15px 18px;
		line-height: 1.75;
	}
	#entry .inner_inner .bg_text .bold {
		font-size: 14px;
	}
	#entry .list_wrap_mb {
		margin-bottom: 10px;
	}
	#entry .list_item {
		font-size: 14px;
		line-height: 1.75;
	}
	
	#entry .inner_inner .rule_table {
		width: 100%;
		margin: 20px 0;
		font-size: 12px;
	}
	
	#entry .inner_inner .rule_table .rule_table_row {
		display: block;
	}
	
	#entry .inner_inner .rule_table .rule_table_ttl {
		max-width: 100%;
		
	}
}

#examination {
	padding: 100px 0 160px;
}
#examination .card_wrap {
	position: relative;
	display: flex;
	gap: 24px;
	margin-bottom: 10px;
}
#examination .card_wrap::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	display: block;
	width: calc(100% - 4px);
	height: 2px;
	background-color: #BA8A4D;
}
#examination .card_item {
	position: relative;
	width: calc((100% - 72px) / 4);
	padding: 64px 18px 18px;
	background-color: #BA8A4D;
	color: #fff;
}
#examination .card_item .num {
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 60px;
	line-height: 1;
	color: #ffffff66;
}
#examination .card_item .contents {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 20px;
}
#examination .card_item .main {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
#examination .card_item .sub {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #DFD5C6;
}
#examination .card_item .period {
	width: 100%;
	padding: 10px;
	border: 1px solid #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
#examination .annotation {
	font-size: 14px;
	line-height: 1.75;
	text-align: justify;
}
@media screen and (max-width: 767px) {
	#examination {
		padding: 40px 0 60px;
	}
	#examination .card_wrap {
		align-items: center;
		flex-direction: column;
	}
	#examination .card_wrap::before {
		top: 2px;
		left: 50%;
		transform: translateX(-50%);
		width: 2px;
		height: calc(100% - 4px);
	}
	#examination .card_item {
		width: 230px;
		padding: 64px 18px 18px;
	}
	#examination .annotation {
		font-size: 12px;
	}
}