.main_title-area,
#main_work,
#main_support {
    background-image: repeating-linear-gradient(90deg, #f4f4f4, #f4f4f4 250px, #dedede 250px, #dedede 251px);
    box-shadow: inset 0px 60px 22px rgba(213, 213, 213, .6);
    padding: 50px 0 80px;
}

.main_title-area {
    display: flex;
    flex-flow: column;
    margin-top: -91px;
    position: relative;
    height: 100vh;
    min-height: 600px;
    justify-content: center;
    text-align: center;
}

.main_title-area h2 {
    font-size: 9rem;
    letter-spacing: .2em;
    line-height: 1;
    margin: -91px 0 20px;
}

.main_title-area span {
    display: block;
    margin-bottom: 10px;
}

.main_title-area p {
    font-size: 2rem;
    letter-spacing: .2em;
}

.main_title-area_btn {
    position: absolute;
    left: 50%;
    bottom: 60px;
    height: 40px;
}

.main_title-area_btn span {
    font-size: 1rem;
    position: absolute;
    left: -25px;
    top: -20px;
    letter-spacing: .2em;
}

.main_title-area_btn::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 30px;
    background: #e75297;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 30px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 50px;
        opacity: 0;
    }
}

#main_service,
#main_member {
    background-color: #e75297;
    color: #fff;
    padding: 50px 0 80px;
}

h3 {
    display: flex;
    flex-direction: column;
    font-size: 5.6rem;
    line-height: 1;
    margin-bottom: 48px;
    text-align: center;
}

h3 .add {
    font-size: 1.3rem;
    margin-bottom: 8px;
    padding: 8px 10px;
}

h3 .title {
    padding: 5px 5px 2px;
}

h3>span>span {
    display: inline-block;
}

.main_title-area h3>span>span,
#main_work h3>span>span,
#main_support h3>span>span {
    background-color: #e75297;
    color: #fff;
}

#main_service h3>span>span,
#main_member h3>span>span {
    background-color: #fff;
    color: #e75297;
}

.main_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 1200px;
}

.main_list>li {
    flex: 1;
    margin-right: 40px;
    width: calc(100% / 3);
}

#main_member .main_list {
    justify-content: flex-start;
}

#main_member .main_list>li {
    background-color: #fff;
    border-radius: 16px;
    flex: 0 0 calc(33.33% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}

#main_member .main_list .more {
    margin-top: 20px;
}

.main_list>li:last-child {
    margin-right: 0;
}

.main_list figure {
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#main_service .main_list figure {
    height: 210px;
    padding-top: 65px;
    padding-bottom: 0;
}

#main_support figure {
    background-color: #fff;
    display: flex;
    height: 180px;
    justify-content: center;
    margin-bottom: 12px;
    padding: 16px;
}

.main_list p {
    margin-bottom: 8px;
}

.main_list p.post {
    font-size: 1.3rem;
    margin-bottom: 16px;
}

.main_list .link a {
    text-decoration: underline;
}

#main_work .main_list figure,
#main_support .main_list figure {
    border: 1px solid #dedede;
    border-radius: 16px;
}

#main_member .main_list figure {
    padding-bottom: 137.35%
}

#main_member .main_list figcaption {
    color: #e75297;
    font-size: 3rem;
    position: absolute;
    top: 24px;
    right: 20px;
    text-orientation: sideways;
    writing-mode: vertical-rl;
}

#main_work .main_list figure img {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}

.main_member_list {
    margin-top: 16px;
}

.main_member_list>li {
    font-size: 1.5rem;
    list-style: disc;
    line-height: 1.5;
    margin-left: 1.5em;
    margin-bottom: 4px;
}

.main_member_txtbox {
    background-color: #fff;
    border-radius: 16px;
    color: #e75197;
    padding: 24px;
}

#main_member .main_list figure {
	background-color: #f4f4f4;
    border-radius: 16px 16px 0 0;
	height: 361px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#main_member .main_list figure span{
	color: #e75297;
	font-size: 1.6rem;
	position: absolute;
	bottom: 50px;
	left: 50px;
}

#main_service figure {
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
}

#main_service figure img {
    height: auto;
    width: 68px;
}

#main_service figure.third img {
    width: 67px;
}

#main_support .main_list a {
    display: block;
    margin-bottom: 16px;
    text-align: center;
}

h4.main_support_name {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}

.main_support_name span{
	font-size: 1rem;
}

.main_support_name::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #e75297;
    transition: all .3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: center top;
    /*上部中央基点*/
}

#main_support .main_list a:hover .main_support_name::after {
    transform: scale(1, 1);
}

#main_support .main_list a:hover figure {
    transition: all .3s;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}

h4 {
    font-size: 2rem;
    margin-bottom: 16px;
    text-align: center;
}

h4.name {
    font-size: 3rem;
    letter-spacing: 0;
    margin-bottom: 24px;
    text-align-last: left;
}

h4 span {
    display: block;
    font-size: 1rem;
    margin-bottom: 4px;
}

h5 {
    font-size: 2rem;
    margin-bottom: 8px;
}

ul.byname {
    background-color: #fff;
    border-radius: 12px;
    margin-top: 16px;
    padding: 16px 16px 8px;
}

ul.byname > li {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
	.main_title-area {
		margin-top: 0;
		height: calc(100vh - 109px);
	}
	.main_title-area h2 {
		font-size: 6rem;
	}
	.main_title-area p {
		font-size: 1.3rem;
	}
	h3 {
		font-size: 2.5rem;
	}
	h3 .add {
		font-size: 1rem;
	}
	h4 {
		font-size: 1.8rem;
	}
	h4.name {
		font-size: 2.7rem;
	}
	h5 {
		font-size: 1.5rem;
	}
	p {
		font-size: 1.3rem;
		line-height: 1.7;
	}
}

@media screen and (max-width: 768px) {
	.main_title-area h2 {
		font-size: 3.5rem;
	}
	.main_list {
		flex-direction: column;
		margin: 0 24px;
	}
	.main_list>li {
		margin-bottom: 32px;
		width: 100%;
	}
	.main_list>li:last-child {
		margin-bottom: 0;
	}
	.main_list p.post {
		margin-bottom: 8px;		
	}
	#main_support .main_list a {
		margin-bottom: 8px;	
	}
	h4 {
		margin-bottom: 8px;	
	}
	h4.name {
		margin-bottom: 12px;
	}
	#main_support .main_list figure img{
		margin: auto;
		padding: 16px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.main_support_name span{
		text-decoration: underline;
	}
}