@charset "utf-8";


/*2020 10 月　漫画バナー追加分*/

.book_bnr {
	width:948px;
	display: block;
	margin: 0 auto;
	padding-bottom: 100px;
}
.book_bnr_sp{
	display: none;
}
.book_bnr a img {
	width: 948px;
	transition: 0.3s;
}
.book_bnr a img:hover{
	transition: 0.3s;
	opacity: 0.6;
}
.book_bnr a .bnr_sp {
	display: none;
}

@media screen and ( max-width: 1100px ) {
.book_bnr {
	width:90%;
	padding-bottom: 80px;
}
.book_bnr a img {
	width: 100%;
}
}

@media screen and ( max-width: 960px ) {
.book_bnr {
	padding-bottom: 0px;
}
.book_bnr a .bnr_pc {
	display: none;
}
.book_bnr_sp{
	display: block;
	width: 90%;
	margin:0 auto;
}
.book_bnr_sp a img{
	width: 100%;
	margin-top: 40px;
}
}


#keyvisual {
	background-image: url(../images/common/bg_shaded.png);
	background-size: 18px auto;
	position:relative;
}

@media screen and ( max-width: 640px ) {
	.keyvisual-image {
		background: rgba(22, 158, 87, 1);
	}
	.keyvisual-video{
		border-radius: 10px 10px 0 0;
	}
}


.keyvisual-homestage {
	max-width: 580px;
}

.keyvisual-menu {
	max-width: 940px;
	margin: 0 auto;
}

.keyvisual-menu__list:before {
	content: "";
	width: 23px;
	height: 30px;
	margin-left: 20px;
	display: block;
	background-image: url(../images/home/img_keyvisual_menu_icon.png);
	background-size: 100% auto;
}

.keyvisual-menu__list__item {
	max-width: 290px;
	margin-bottom: 25px;
	background-color: rgba(255, 255, 255, 1);
}

.keyvisual-menu__list__item:nth-child(2n) {
	margin-left: 20px;
}

.keyvisual-menu__list__item:last-child {
	margin-bottom: 0;
}

.keyvisual-menu__list__anchor {
	height: 70px;
	padding: 0 20px;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	border: 2px solid rgba(0, 0, 0, 1);
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.toa .keyvisual-menu__list__anchor{
	background: rgba(252, 225, 72, 1);
}

.keyvisual-menu__list__anchor:hover {
	background-color: rgba(22, 158, 87, .05);
	color: rgba(22, 158, 87, 1);
}

.toa .keyvisual-menu__list__anchor:hover {
	background: rgba(252, 225, 72, 0.3);
	color: #000;
}

.keyvisual-menu__list__anchor.current {
	color: rgba(22, 158, 87, 1);
}

.keyvisual-homestage__anchor {
	display: -webkit-flex;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.keyvisual-homestage__title {
	display: -webkit-flex;
	display: flex;
	border: 3px solid rgba(22, 158, 87, 1);
	background-image: url(../images/home/bg_homestage.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: calc(100% - 6px) auto;
	box-sizing: border-box;
	-webkit-flex-basis: 35%;
			flex-basis: 35%;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-flex-direction: column;
			flex-direction: column;
}

.keyvisual-homestage__title__en {
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: rgba(22, 158, 87, 1);
}

.keyvisual-homestage__title__name {
	margin-top: 10px;
	padding: 0 20px;
}

.keyvisual-homestage__title__name img {
	max-width: 130px;
}

.keyvisual-homestage__image {
	padding-left: 0 !important;
	position: relative;
	box-sizing: border-box;
	-webkit-flex-basis: 65%;
			flex-basis: 65%;
}

.keyvisual-homestage__image__pic {
	position: relative;
	z-index: 0;
}

.keyvisual-homestage__image__icon {
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.keyvisual-homestage__image__deadline {
	display: -webkit-flex;
	display: flex;
    display:none;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	position: absolute;
	right: 5px;
	z-index: 3;
	line-height: 1.2;
	text-align: center;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

/*
.keyvisual-homestage__image__deadline:before {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	z-index: 0;
}
.keyvisual-homestage__image__deadline p,
.keyvisual-homestage__image__deadline span {
	position: relative;
	z-index: 1;
	font-weight: bold;
}

.keyvisual-homestage__image:after {
	content: "";
	display: block;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

*/


.keyvisual-video{
	width: 100%;
    max-width: 40%;
    position: absolute;
    left: 50%;
    top: 6%;
    margin-left: -20%;
}

.keyvisual-video video{
	outline:none;
}

.img_keyvisual_copy{
	width: 450px;
    margin: auto;
}

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

	.keyvisual-menu {
		padding: 40px 30px 60px 30px;
	}

	.keyvisual-menu__list {
		display: none;
	}

	.keyvisual-homestage {
		margin: 0 auto;
	}

	.keyvisual-homestage__image {
		padding: 5px;
	}

	.keyvisual-homestage__title {
		margin: 10px;
	}

}


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

	.keyvisual-menu {
		padding: 20px 15px 60px 15px;
	}

	.keyvisual-image_pc {
		display: none;
	}

	.keyvisual-image_sp {
		padding-top: 70px;
		/*padding-top:10px;*/
		background-color: rgba(255, 255, 255, 1);
	}

	.keyvisual-homestage__title__en {
		font-size: 1.6rem;
	}

	.keyvisual-homestage__image__icon {
		width: 65px;
		right: -10px;
		bottom: -4px;
	}

	.keyvisual-homestage__image__deadline {
		width: 70px;
		height: 70px;
		top: -10px;
		font-size: 1.2rem;
	}

	.keyvisual-homestage__image__deadline:before {
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		border: 1px solid rgba(22, 158, 87, 1);
		top: 3px;
		left: 3px;
	}

	.keyvisual-homestage__image__deadline span {
		font-size: 1rem;
	}

	.keyvisual-homestage__image:after {
		width: 30px;
		height: 30px;
	}

	.keyvisual-video{
		position: relative;
    	left: 0;
    	margin-left: 0;
    	top: 0;
    	background: #fff;
    	padding: 14% 15px 0;
    	box-sizing: border-box;
    	max-width: 100%;
	}

}


@media screen and ( min-width: 641px ) {

	.keyvisual-image_sp {
		display: none;
	}

	.keyvisual-homestage__title__en {
		font-size: 2.8rem;
	}

	.keyvisual-homestage__image__icon {
		width: 115px;
		right: -10px;
		bottom: -10px;
	}

	.keyvisual-homestage__image__deadline {
		width: 120px;
		height: 120px;
		top: -20px;
		font-size: 2rem;
	}

	.keyvisual-homestage__image__deadline:before {
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		border: 2px solid rgba(22, 158, 87, 1);
		top: 6px;
		left: 6px;
	}

	.keyvisual-homestage__image__deadline span {
		font-size: 1.5rem;
	}

	.keyvisual-homestage__image:after {
		width: 40px;
		height: 40px;
	}

}


@media screen and ( min-width: 961px ) {

	.keyvisual-menu {
		padding: 20px 60px 80px 60px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
		-webkit-align-items: center;
				align-items: center;
	}

	.keyvisual-menu__list {
		-webkit-flex-basis: calc(40% - 50px);
				flex-basis: calc(40% - 50px);
	}

	.keyvisual-menu__list__anchor {
		font-size: 1.8rem;
	}

	.keyvisual-homestage {
		-webkit-flex-basis: 60%;
				flex-basis: 60%;
	}

	.keyvisual-homestage__title {
		margin: 20px;
	}

	.keyvisual-homestage__image {
		padding: 10px;
	}

}


@media screen and ( min-width: 1281px ) {

	.keyvisual-menu__list__anchor {
		font-size: 2rem;
	}

}


/*------------------------------------*/


.concept {
	position: relative;
	z-index: 1;
}

.concept-catch {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}

.concept__text {
	font-weight: bold;
	line-height: 2;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.concept__text span {
	display: inline-block;
	font-weight: bold;
	white-space: nowrap;
}

.concept-catch__name {
	max-width: 420px;
	margin: 40px auto;
}

.concept-catch__image {
	max-width: 840px;
	margin: 0 auto;
}


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

	.concept {
		margin-bottom: -40px;
		padding: 0 30px;
		padding-top: 40px;
	}

	.concept__text {
		font-size: 1.8rem;
	}

	.concept-catch__image {
		margin-top: 50px;
	}

}


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

	.concept {
		margin-bottom: -30px;
		padding: 0 15px;
		padding-top: 60px;
	}

	.concept-catch_pc {
		display: none;
	}

	.concept-catch_sp {
		max-width: 400px;
		margin: 0 auto;
	}

	.concept__text {
		margin: 20px 0;
		font-size: 1.4rem;
	}

	.concept-catch__name {
		max-width: 210px;
	}

	.concept-catch__image {
		margin-top: 40px;
	}

}


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

	.concept-catch_sp {
		max-width: 250px;
	}

}


@media screen and ( min-width: 641px ) {

	.concept-catch_sp {
		display: none;
	}

	.concept-catch__item {
		margin-top: 30px;
		display: inline-block;
	}

	.concept-catch01 {
		max-width: 325px;
	}

	.concept-catch02 {
		max-width: 395px;
		margin-top: 20px;
	}

	.concept-catch03 {
		max-width: 400px;
	}

	.concept-catch04 {
		max-width: 325px;
	}

	.concept__text {
		margin: 40px 0;
	}

}


@media screen and ( min-width: 961px ) {

	.concept {
		margin-bottom: -50px;
		padding: 0 60px;
		padding-top: 60px;
	}

	.concept__text {
		font-size: 2rem;
	}

	.concept-catch__image {
		margin-top: 70px;
	}

}


/*------------------------------------*/


.active__item:nth-child(2n) {
	background-image: url(../images/common/bg_shaded.png);
	background-size: 18px auto;
}

.active__title {
	max-width: 226px;
	margin: 0 auto;
}

.active__item__wrap {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.active__icon__free {
	position: absolute;
	z-index: 2;
}

.active__item__image {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.active__item__title {
	position: relative;
	z-index: 1;
}

.active__item__title__name {
	text-align: center;
}

.active__item_01 .active__item__title__name img {
	max-width: 490px;
}

.active__item_02 .active__item__title__name img {
	max-width: 410px;
}

.active__item_03 .active__item__title__name img {
	max-width: 348px;
}

.active__item__text {
	margin: 30px 0;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

.active__item__text span {
	font-weight: bold;
	color: rgba(22, 158, 87, 1);
}

.active__item__comment {
	margin: 40px 0;
}

.active__item__comment__item {
	height: 90px;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(252, 225, 72, 1);
	box-sizing: border-box;
}

.active__item__comment__image {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-basis: 90px;
			flex-basis: 90px;
	-webkit-align-items: flex-end;
			align-items: flex-end;
}

.active__item__comment__text {
	display: -webkit-flex;
	display: flex;
	font-weight: bold;
	-webkit-align-items: center;
			align-items: center;
	-webkit-flex-basis: calc(100% - 90px);
			flex-basis: calc(100% - 90px);
}

.active__item__button .button {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 1);
	border: 2px solid rgba(0, 0, 0, 1);
	text-decoration: none;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.active__item__button .button:hover {
	background-color: rgba(22, 158, 87, .05);
}


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

	.active {
		padding-top: 40px;
	}

	.active__item {
		padding: 60px 30px;
	}

	.active__item__comment {
		max-width: 600px;
		margin: 30px auto;
	}

	.active__item__comment__item {
		margin: 15px 0;
	}

}


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

	.active__item.active__item_01{
		padding-top: 30px;
	}
	.active__item.active__item_02 {
		background-size: 9px auto;
	}

	.active__title {
		max-width: 131px;
	}

	.active__item {
		padding: 0;
		padding-bottom: 50px;
	}

	.active__icon__free {
		width: 90px;
		top: -40px;
		right: 15px;
	}

	.active__item__title {
		margin-top: -35px;
		padding: 0 25px;
	}

	.active__item__title__number {
		width: 70px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.active__item_01 .active__item__title__name img {
		max-width: 290px;
	}

	.active__item_02 .active__item__title__name img {
		max-width: 244px;
	}

	.active__item_03 .active__item__title__name img {
		max-width: 215px;
	}

	.active__item__text {
		padding: 0 25px;
		text-align: left;
		font-size: 1.4rem;
	}

	.active__item__comment {
		padding: 0 25px;
	}

	.active__item__comment__item {
		padding-right: 20px;
		border-radius: 10px;
	}

	.active__item__comment__text {
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.active__item__comment__text br {
		display: none;
	}

	.active__item__button .button {
		width: 220px;
		height: 55px;
		border: 1px solid rgba(0, 0, 0, 1);
		font-size: 1.4rem;
	}

}


@media screen and ( min-width: 641px ) {

	.active__icon__free {
		width: 180px;
		top: -40px;
		right: 30px;
	}

	.active__item__image {
		border-radius: 5px;
	}

	.active__item__title {
		max-width: 720px;
		margin: 0 auto;
		padding: 0 30px;
		margin-top: -90px;
	}

	.active__item__title__wrap {
		display: -webkit-flex;
		display: flex;
		background-color: rgba(255, 255, 255, 1);
		-webkit-align-items: center;
				align-items: center;
	}

	.active__item:nth-child(2n) .active__item__title__wrap {
		background-image: url(../images/common/bg_shaded.png);
		background-size: 18px auto;
	}

	.active__item__title__number {
		-webkit-flex-basis: 100px;
				flex-basis: 100px;
	}

	.active__item__title__name {
		padding: 0 20px;
		box-sizing: border-box;
		-webkit-flex-basis: calc(100% - 100px);
				flex-basis: calc(100% - 100px);
	}

	.active__item__text {
		font-size: 1.7rem;
	}

	.active__item__comment__item {
		border-radius: 20px;
	}

	.active__item__comment__text {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.active__item__button .button {
		width: 290px;
		height: 70px;
		border: 2px solid rgba(0, 0, 0, 1);
		font-size: 2rem;
	}

}


@media screen and ( min-width: 961px ) {

	.active {
		padding-top: 80px;
	}

	.active__item {
		padding: 60px;
	}

	.active__item__title__number {
		-webkit-flex-basis: 140px;
				flex-basis: 140px;
	}

	.active__item__title__name {
		-webkit-flex-basis: calc(100% - 140px);
				flex-basis: calc(100% - 140px);
	}

	.active__item__comment {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}

	.active__item__comment__item {
		max-width: calc((100% - 30px) / 2);
		padding: 0 30px 0 15px;
		-webkit-flex-basis: calc((100% - 30px) / 2);
				flex-basis: calc((100% - 30px) / 2);
	}

}


/*------------------------------------*/


.flow {
	background-image: url(../images/common/bg_shaded.png);
	background-size: 18px auto;
}

.flow__title {
	max-width: 360px;
	margin: 0 auto;
}

.flow__list {
	max-width: 1000px;
	margin: 0 auto;
}

.flow__list__item {
	margin: 40px 0;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	position: relative;
}

.flow__list__item:last-child {
	margin-bottom: 0;
}

.flow__list__item:after {
	content: "";
	width: 55px;
	height: 42px;
	display: block;
	background-size: 100% auto;
	position: absolute;
	left: calc(50% - 27px);
}

.flow__list__wrap {
	overflow: hidden;
}

.flow__list__item:first-child:after {
	background-image: url(../images/home/icon_flow_arrow01.png);
}

.flow__list__item:nth-child(2):after {
	background-image: url(../images/home/icon_flow_arrow02.png);
}

.flow__list__item:nth-child(3):after {
	background-image: url(../images/home/icon_flow_arrow03.png);
}

.flow__list__title {
	font-weight: bold;
	line-height: 1.6;
}

.flow__list__text {
	font-weight: bold;
	line-height: 1.6;
}


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

	.flow {
		padding: 60px 30px;
	}

	.flow__list {
		margin-top: 40px;
	}

	.flow__list__title {
		font-size: 2.2rem;
	}

	.flow__list__item {
		padding: 30px;
	}

	.flow__list__item:after {
		bottom: -25px;
	}

}

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

	.flow {
		padding: 40px 15px;
		background-size: 9px auto;
	}

	.flow__title {
		max-width: 230px;
	}

	.flow__list {
		margin-top: 30px;
	}

	.flow__list__item {
		padding: 20px;
	}

	.flow__list__wrap {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
		-webkit-align-items: center;
				align-items: center;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.flow__list__item:after {
		bottom: -30px;
	}

	.flow__list__number {
		-webkit-flex-basis: 70px;
				flex-basis: 70px;
	}

	.flow__list__title {
		font-size: 1.8rem;
		-webkit-flex-basis: calc(100% - 70px - 15px);
				flex-basis: calc(100% - 70px - 15px);
	}

	.flow__list__text {
		margin-top: 20px;
		font-size: 14px;
		-webkit-flex-basis: 100%;
				flex-basis: 100%;
	}

}


@media screen and ( min-width: 641px ) {

	.flow__list__number {
		width: 140px;
		margin-right: 30px;
		float: left;
	}

	.flow__list__text {
		font-size: 15px;
	}

}


@media screen and ( min-width: 961px ) {

	.flow {
		padding: 80px 60px;
	}

	.flow__list {
		margin-top: 60px;
	}

	.flow__list__item {
		padding: 40px;
	}

	.flow__list__title {
		margin-bottom: 10px;
		font-size: 2.8rem;
	}

	.flow__list__item:after {
		bottom: -20px;
	}

}


/*------------------------------------*/


.other__title {
	max-width: 395px;
	margin: 0 auto;
}

.other__list__item {
	box-sizing: border-box;
}

.other__list__icon {
	margin: 0 auto;
	margin-top: -20px;
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	box-sizing: border-box;
}

.other__list__title {
	max-width: 308px;
	margin: 0 auto;
}

.other__list__text {
	font-weight: bold;
	line-height: 2;
}

.other__list__button {
	margin-top: 20px;
}

.other__list__button a {
	height: 45px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(22, 158, 87, 1);
	font-weight: bold;
	text-decoration: none;
	line-height: 1.6;
	color: rgba(255, 255, 255, 1);
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.other__list__button a:hover {
	background-color: rgba(0, 0, 0, 1);
}


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

	.other {
		padding: 60px 30px;
	}

	.other__title {
		max-width: 242px;
	}

	.other__list {
		margin-top: 60px;
	}

	.other__list__item {
		margin-top: 40px;
	}

}


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

	.other {
		padding: 40px 15px;
	}

	.other__list__item {
		padding: 30px 20px;
		padding-top: 0;
		border: 4px solid rgba(0, 0, 0, 1);
		border-radius: 5px;
	}

	.other__list__icon {
		width: 130px;
		padding: 0 20px;
	}

	.other__list__title {
		margin: 25px auto 20px auto;
	}

	.other__list__text {
		font-size: 1.4rem;
	}

	.other__list__button a {
		width: 220px;
		border-radius: 3px;
		font-size: 1.5rem;
	}

}


@media screen and ( min-width: 641px ) {

	.other__list__item {
		padding: 30px 20px;
		padding-top: 0;
		border: 2px solid rgba(0, 0, 0, 1);
		border-radius: 10px;
	}

	.other__list__icon {
		width: 200px;
		padding: 0 40px;
	}

	.other__list__title {
		margin: 40px auto 30px auto;
	}

	.other__list__text {
		font-size: 1.5rem;
	}

	.other__list__button a {
		width: 300px;
		border-radius: 5px;
		font-size: 1.6rem;
	}

}
	


@media screen and ( min-width: 961px ) {

	.other {
		padding: 80px 60px;
	}

	.other__list {
		margin-top: 80px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}

	.other__list__item {
		max-width: calc((100% - 40px) / 2);
		padding: 60px 25px;
		padding-top: 0;
		border: 4px solid rgba(0, 0, 0, 1);
		-webkit-flex-basis: calc((100% - 40px) / 2);
				flex-basis: calc((100% - 40px) / 2);
	}

}


/*------------------------------------*/


.member {
	background-image: url(../images/common/bg_shaded.png);
	background-size: 18px auto;
}

.member__title {
	margin: 0 auto;
}

.member__list {
	max-width: 1040px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.member__list__item {
	margin-top: 30px;
}

.member__list__image {
	max-width: 250px;
	margin: 0 auto;
}

.member__list__title,
.member__list__title span {
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.member__list__title {
	margin: 20px 0;
}

.member__list__text {
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}


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

	.member {
		padding: 60px 30px;
	}

	.member__title {
		max-width: 306px;
	}

	.member__list {
		max-width: 700px;
		margin: 0 auto;
	}

	.member__list__item {
		-webkit-flex-basis: calc((100% - 50px) / 2);
				flex-basis: calc((100% - 50px) / 2);
	}

}


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

	.member {
		padding: 40px 15px;
		background-size: 9px;
	}

	.member__list {
		max-width: 400px;
		display: block;
	}

	.member__list__title {
		font-size: 1.7rem;
	}

	.member__list__title span {
		font-size: 1.4rem;
	}

	.member__list__text {
		font-size: 1.4rem;
	}

}


@media screen and ( min-width: 641px ) {

	.member__list {
		margin-top: 30px;
	}

	.member__list__title {
		font-size: 2.4rem;
	}

	.member__list__title span {
		font-size: 1.8rem;
	}

	.member__list__text {
		font-size: 1.6rem;
	}

}


@media screen and ( min-width: 961px ) {

	.member {
		padding: 80px 60px;
	}

	.member__title {
		max-width: 566px;
	}

	.member__list__item {
		-webkit-flex-basis: calc((100% - 100px) / 3);
				flex-basis: calc((100% - 100px) / 3);
	}

}


/*------------------------------------*/


.column__title {
	margin: 0 auto;
}

.column__list {
	max-width: 1040px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.column__list__anchor {
	display: block;
	background-image: url(../images/common/bg_shaded_bk.png);
	background-size: 18px auto;
	text-decoration: none;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
}

.column__list__anchor:active {
	transform: translateY(2px);
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);
}

.column__list__image {
	overflow: hidden;
}

.column__list__image img {
	transition: all 250ms ease;
}

.column__list__anchor:hover .column__list__image img {
	transform: scale3d(1.1, 1.1, 1.1);
}

.column__list__date {
	line-height: 1.6;
}

.column__list__title {
	margin: 5px 0;
	font-weight: bold;
	line-height: 1.2;
}

.column__list__text {
	line-height: 1.8;
}


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

	.column {
		padding: 60px 30px 20px 30px;
	}

	.column__list {
		margin-top: 20px;
	}

	.column__list__item {
		margin-top: 40px;
		-webkit-flex-basis: calc((100% - 40px) / 2);
				flex-basis: calc((100% - 40px) / 2);
	}

}


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

	.column {
		padding: 40px 15px 20px 15px;
	}

	.column__title {
		width: 160px;
	}

	.column__list {
		width: 100%;
		margin-top: 20px;
		-webkit-justify-content: space-between;
				justify-content: space-between;
	}

	.column__list__item {
		margin-top: 10px;
		-webkit-flex-basis: calc((100% - 10px) / 2);
				flex-basis: calc((100% - 10px) / 2);
	}

	.column__list__anchor {
		background-size: 9px auto;
		border-radius: 3px;
	}

	.column__list__wrap {
		padding: 15px;
	}

	.column__list__image {
		border-radius: 3px 3px 0 0;
	}

	.column__list__date {
		font-size: 1.1rem;
	}

	.column__list__title {
		font-size: 1.4rem;
	}

	.column__list__text {
		font-size: 1.1rem;
	}

}


@media screen and ( min-width: 641px ) {

	.column__title {
		width: 265px;
	}

	.column__list{
	}
	.column__list__item {
		display: -webkit-flex;
		display: flex;
	}

	.column__list__anchor {
		border-radius: 5px;
	}

	.column__list__wrap {
		padding: 30px;
	}

	.column__list__image {
		border-radius: 5px 5px 0 0;
	}

	.column__list__date {
		font-size: 1.5rem;
	}

	.column__list__title {
		font-size: 1.9rem;
	}

	.column__list__text {
		font-size: 1.5rem;
	}

}


@media screen and ( min-width: 961px ) {

	.column {
		padding: 80px 70px 30px 70px;
	}

	.column__list__item {
		margin-top: 40px;
		margin-right: 40px;
		-webkit-flex-basis: calc((100% - 80px) / 3);
				flex-basis: calc((100% - 80px) / 3);
	}
	.column__list__item:nth-child(3n){
		margin-right: 0;
	}

}


.beforeafter{
    margin: 40px 0;
}

.beforeafter__list {
	margin-top: 30px;
	overflow: hidden;
}

.beforeafter__list__wrap {
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.beforeafter__list__wrap:before {
	content: "";
	width: 70px;
	height: 36px;
	display: block;
	background-image: url(../images/active/icon_beforeafter_sample_arrow.png);
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate3d(-50%, -50%, 0);
}


.beforeafter__list__item {
	max-width: calc((100% - 40px) / 2);
	position: relative;
	z-index: 0;
	-webkit-flex-basis: calc((100% - 40px) / 2);
			flex-basis: calc((100% - 40px) / 2);
}

.beforeafter__list__title {
	width: 120px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: -30px;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	border: 4px solid rgba(60, 60, 60);
	position: relative;
	z-index: 1;
	font-size: 2rem;
	font-style: italic;
	font-weight: 500;
	box-sizing: border-box;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.beforeafter__list_after .beforeafter__list__title {
	background-color: rgba(22, 158, 87, 1);
	border: 0;
	color: rgba(255, 255, 255, 1);
}

.beforeafter__list__image {
	position: relative;
	z-index: 0;
}

.beforeafter__text {
	margin: 25px 0;
	display: none;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

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

	.beforeafter {
		margin: 30px 0 40px;
	}


	.beforeafter__list {
		width: calc(100% + 15px);
		margin-top: 25px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.beforeafter__list__wrap {
		width: 180%;
		padding-right: 15px;
	}

	.beforeafter__list__wrap:before {
		width: 43px;
		height: 23px;
	}

	.beforeafter__list__item {
		max-width: calc((100% - 25px) / 2);
		-webkit-flex-basis: calc((100% - 25px) / 2);
				flex-basis: calc((100% - 25px) / 2);
	}
	.beforeafter__text {
		display: block;
	}

}
