@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
私たちが東京児童協会を選んだ理由
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.reason-header .image {
	background-image: url("/recruit/img/reason/header.jpg");
	background-position-x: 40%;
}

.reason-archive .inner {
	max-width: 1210px;
}

.reason-archive .post-ul {
	display: flex;
	margin: 0 -13px;
	flex-flow: wrap;
	justify-content: center;
}

.reason-archive .post-li {
	width: 273px;
	margin: 0 13px 20px;
}

.reason-archive .link {
	padding: 20px;
	border-radius: 20px;
	background: linear-gradient(135deg, #feebd9, #ffdfe0);
}

.reason-archive h2 {
	position: relative;
	width: 233px;
	height: 233px;
	margin-bottom: -100px;
	padding: 40px 10px 0;
	border-radius: 50%;
	background: #fff;
	color: #7494d8;
	font-weight: 700;
	font-size: 1.6rem;
}

.reason-archive h2::before,
.reason-archive h2::after {
	display: block;
	position: absolute;
	z-index: 1;
	color: #ff9698;
	font-size: 4.4rem;
	line-height: 0.5;
}

.reason-archive h2::before {
	top: 20px;
	left: 30px;
	content: "“";
}

.reason-archive h2::after {
	right: 30px;
	bottom: 60px;
	content: "”";
}

.reason-archive .image-outer {
	width: 233px;
	height: 233px;
	margin-bottom: 20px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
}

.reason-archive .profile {
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
}

.reason-archive .name {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
}

.reason-single .profile {
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: -192px;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.reason-single .profile .text {
	display: flex;
	position: relative;
	width: 300px;
	height: 300px;
	padding: 0 50px;
	border-radius: 50%;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	font-size: 1.1rem;
	flex-flow: column;
	justify-content: center;
}

.reason-single .profile .text::before,
.reason-single .profile .text::after {
	display: block;
	position: absolute;
	z-index: 1;
	color: #ff9698;
	font-size: 7.1em;
	line-height: 0.5;
}

.reason-single .profile .text::before {
	top: 30px;
	left: 30px;
	content: "“";
}

.reason-single .profile .text::after {
	right: 10px;
	bottom: 30px;
	content: "”";
}

.reason-single .profile h2 {
	color: #7494d8;
	font-size: 1.6rem;
}

.reason-single .profile .name {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
}

.reason-single .profile .image {
	position: relative;
	z-index: 1;
	width: 300px;
	height: 300px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	background-image: url("/recruit/img/common/no-image.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.reason-single .contents {
	padding-top: 250px;
}

.reason-single .contents h3 {
	margin-bottom: 20px;
}

.reason-single .contents .image {
	min-height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	flex: none;
}

.reason-single .content01 {
	border-radius: 0;
}

.reason-single .content04 {
	margin-top: 60px;
}

.reason-single .content04 h3 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.reason-single .content04 .frame-inner {
	padding: 0;
}

.reason-single .content04 .text {
	padding: 30px 20px;
}

.reason-single .content04 h4 {
	margin-bottom: 20px;
}

.reason-single .content04 .image {
	min-height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
.reason-single .profile {
	flex-flow: row-reverse;
}

.reason-single .profile .text {
	width: 384px;
	height: 384px;
	padding: 0 80px;
}

.reason-single .profile .text::before {
	top: 50px;
	left: 40px;
}

.reason-single .profile .text::after {
	bottom: 60px;
}

.reason-single .profile h2 {
	font-size: 2rem;
}

.reason-single .profile .image {
	width: 384px;
	height: 384px;
	margin-right: -40px;
}

.reason-single .contents .image {
	width: 250px;
	flex: none;
}

.reason-single .content02,
.reason-single .content03 {
	display: flex;
	justify-content: space-between;
}

.reason-single .content02 {
	flex-flow: row-reverse;
}

.reason-single .content02 .image {
	margin-right: 6%;
}

.reason-single .content03 .image {
	margin-left: 6%;
}

.reason-single .content04 {
	margin-top: 120px;
}

.reason-single .content04 .frame-inner {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}

.reason-single .content04 .text {
	padding:  50px 5.3%;
}

.reason-single .content04 .image {
	width: 50%;
	flex: none;
}
}

@media screen and (max-width: 767.9px) {
.reason-single .profile .text {
	margin-bottom: -30px;
}

.reason-single .contents .image {
	margin-top: 30px;
}
}
