@charset "UTF-8";
.pasmo {}
.pasmo_title {}
.about {}
.about_title {}
.about_cols {
	display: flex;
	margin-bottom: 33px;
}
.about_col {}
.about_col-no1 {
	width: 27.8%;
}
.about_image {}
.about_image > img {}
.about_col-no2 {
	width: 67.6%;
	margin-left: 4.6%;
}
.about_text {}
.age {}
.age_title {}
.age_headline {
	margin-top: 25px;
}
.age_headline:first-of-type {
	margin-top: 0px;
}
.age_text {}
.age_list {
	list-style: none;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.age_list > li {
    /* display: flex; */
    /* position: relative; */
    /* z-index: 1; */
}
.age_list > li::before {
	content: "※";
	/* display: block; */
	/* position: absolute; */
	/* z-index: 1; */
	/* top: 0; */
	/* left: 0; */
}
.age_list > li:first-child {}
.age_list > li:last-child {}
.age_list > li:nth-child(2n+1) {}
.age_list > li:nth-child(n+3) {}
.about_link {
	max-width: 280px;
	margin: 40px auto 0;
}
.about_link > a {}
.about_link > a::before {
	content: "";
}
.about_link > a::after {
	content: "";
}
.about_link > a > .icon {}
@media screen and (min-width:1000px) {
	.about_link > a:hover {}
}
@media screen and (max-width:999px) {
	.pasmo {}
	.pasmo_title {}
	.about {}
	.about_title {}
	.about_cols {}
	.about_col {}
	.about_col-no1 {}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {}
	.about_text {}
	.age {}
	.age_title {}
	.age_headline {}
	.age_headline:first-of-type {}
	.age_text {}
	.age_list {}
	.age_list > li {}
	.age_list > li::before {}
	.age_list > li:first-child {}
	.age_list > li:last-child {}
	.age_list > li:nth-child(2n+1) {}
	.age_list > li:nth-child(n+3) {}
	.about_link {
		margin-top: 30px;
	}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.about_link > a > .icon {}
}
@media screen and (max-width:767px) {
	.pasmo {}
	.pasmo_title {}
	.about {}
	.about_title {}
	.about_cols {
		display: block;
	}
	.about_col {
		width: auto;
	}
	.about_col-no1 {
		max-width: 280px;
		margin: 0 auto 20px;
	}
	.about_image {}
	.about_image > img {}
	.about_col-no2 {
		margin-left: 0;
	}
	.about_text {}
	.age {}
	.age_title {}
	.age_headline {}
	.age_headline:first-of-type {}
	.age_text {}
	.age_list {}
	.age_list > li {}
	.age_list > li::before {}
	.age_list > li:first-child {}
	.age_list > li:last-child {}
	.age_list > li:nth-child(2n+1) {}
	.age_list > li:nth-child(n+3) {}
	.about_link {
		max-width: none;
	}
	.about_link > a {}
	.about_link > a::before {}
	.about_link > a::after {}
	.about_link > a > .icon {}
}
.m-boxLink_text_noIcon {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.m-boxLink_text_noIcon {
		font-size: inherit;
	}
}

