@charset "utf-8";

/*-------------------------------------------------------------------
	共通
-------------------------------------------------------------------*/
.linkButton {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 50px;
    background-color: #39447B;
    border: 1px solid #39447B;
    position: relative;
    z-index: 3;
}
.linkButton .arrowButton {
	position: relative;
	display: inline-block;
}
.linkButton .arrowButton::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s all;
}
.linkButton:hover .arrowButton::after {
    margin-left: 10px;
}

#sec03{
	background-color: #e8f6f9;
	padding-top: 135px;
}

#sec03 .sectionText{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
#sec03 .lineupContainer{
	background: #fff;
	position: relative;
	padding: 45px 0 60px;
	margin-top: 100px;
}
#sec03 .lineupContainer .positionTtl{
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
}
#sec03 .lineupContainer .lineupTtl03{
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #39447b;
	margin-bottom: 55px;
}
#sec03 .lineupContainer .lineupFlexList{
	width: 90%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec03 .lineupFlexList .lineupFlexListItem{
	width: 48%;
	display: flex;
	justify-content: space-between;
}
#sec03 .lineupFlexList .lineupFlexListItem:nth-of-type(3),
#sec03 .lineupFlexList .lineupFlexListItem:nth-of-type(4){
	margin-top: 75px;
}
#sec03 .lineupFlexListItem .lineupFlexListItemContainer{
	width: 48%;
}
#sec03 .lineupFlexListItemContainer{
	width: 48%;
}
#sec03 .lineupFlexListItemContainer figure{
	width: 100%;
	margin-bottom: 15px;
	box-shadow:2px 2px 5px 2px rgba(0, 0, 0, 0.4);
}
#sec03 .lineupFlexListItemContainer .categories {
	display: flex;
	column-gap: 15px;
}
#sec03 .lineupFlexListItemContainer .categories p {
	min-width: 75px;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding: 10px 0;
}
#sec03 .pink .lineupFlexListItemContainer .categories p{
	background: #ee89b5;
}
#sec03 .green .lineupFlexListItemContainer .categories p{
	background: #8fc31f;
}
#sec03 .orange .lineupFlexListItemContainer .categories p{
	background: #f39800;
}
#sec03 .brown .lineupFlexListItemContainer .categories p{
	background: #bc641d;
}
#sec03 .bule .lineupFlexListItemContainer .categories p{
	background: #37bef0;
}
#sec03 .lineupFlexListItemContainer .ttl04{
	width: 100%;
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 15px;
	border-bottom: #ccc 2px solid;
	margin-bottom: 30px;
}
#sec03 .pink .lineupFlexListItemContainer .ttl04{
	color: #ee89b5;
}
#sec03 .green .lineupFlexListItemContainer .ttl04{
	color: #8fc31f;
}
#sec03 .orange .lineupFlexListItemContainer .ttl04{
	color: #f39800;
}
#sec03 .brown .lineupFlexListItemContainer .ttl04{
	color: #bc641d;
}
#sec03 .bule .lineupFlexListItemContainer .ttl04{
	color: #37bef0;
}
#sec03 .lineupFlexListItemContainer .ttl04 span{
	font-size: 1.6rem;
}
#sec04{
	padding: 100px 0 130px;
}
#sec04 .ttl03{
	font-size: 8rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 50px;
	color: #39447b;
	font-family: 'Noto Serif JP', serif;
	}
#sec04 .linkFlexContainer .linkFlexContainerItem{
	display: flex;
	margin-bottom: 35px;
}
#sec04 .linkFlexContainer .linkFlexContainerItem:last-of-type{
	margin-bottom: 0;
}
#sec04 .linkFlexContainer .linkFlexContainerItem .companyName{
	width: 45%;
	margin-right: 5%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #231815;
	text-decoration: none;
}
#sec04 .linkFlexContainer .linkFlexContainerItem .companyName:hover{
	color: #39447b;
}

#sec04 .linkFlexContainer .linkFlexContainerItem .companyName::before{
	position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
	right: -5px;
    border: 2px solid;
    border-color: #39447b #39447b transparent transparent;
    transform: rotate(45deg) translateY(-50%);
    transition: .5s all;
}
#sec04 .linkFlexContainer .linkFlexContainerItem .companyName:hover:before{
	right: -10px;
}
#sec04 .linkFlexContainer .linkFlexContainerItem .companyText{
	width: 60%;
}
/*-------------------------------------------------------------------
	fron
-------------------------------------------------------------------*/



@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1081px) {
	#sec02 .numberContentsListItem{
		margin-bottom: 200px;
	}
}
@media screen and (max-width: 940px) {
	#sec02 .numberContentsListItem{
		margin-bottom: 250px;
	}
}
@media screen and (max-width: 836px) {
	#sec02 .numberContentsListItem{
		margin-bottom: 300px;
	}
}
@media screen and (max-width: 768px) {
	#sec01 .mainvisualText{
		position: static;
		transform: translate(0);
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		margin: 50px auto 0;
	}
	#sec01 .gradationTextContainer{
		font-size: 2.4rem;
	}
	#sec01 .gradationTextContainer .gradationText{
		margin-bottom: 20px;
	}
	#sec01 .mainvisualText .ttl02en{
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	#sec02{
		padding: 0;
	}
	#sec02 .numberContentsListItem {
		margin-bottom: 80px;
	}
	#sec02 .numberContentsList{
		margin: 0;
    	width: 100%;
	}
	#sec02 .numberContentsListItemContainer{
		width: 85%;
		position: relative;
		margin-top: 230px;
		z-index: 2;
	}
	#sec02 .numberContentsListItem:nth-child(even) .numberContentsListItemContainer {
		margin-left: auto;
	}
	#sec02 .numberContentsListImgContainer {
		position: absolute;
		top: -140px;
		right: 0;
	}
	#sec02 .numberContentsListItem:nth-child(even) .numberContentsListImgContainer{
		left: 0;
	}
	#sec02 .numberContentsListItem:last-of-type{
		margin-bottom: 75px;
	}
	#sec02 .numberContentsListImgContainer img {
		width: 70%;
	}
	#sec02 .linkButton{
		width: 80%;
	}
	#sec03{
		padding-top: 67px;
	}
	#sec03 .lineupFlexList .lineupFlexListItem{
		width: 100%;
		margin-top: 80px;
		flex-flow: column;
	}
	#sec03 .lineupFlexList .lineupFlexListItem:first-of-type{
		margin-top: 0;
	}
	#sec03 .lineupFlexListItemContainer .ttl04{
		margin-bottom: 15px;
	}
	#sec03 .lineupFlexListItemContainer .categories{
		margin-bottom: 10px;
	}
	#sec03 .lineupContainer:last-child{
		margin-bottom: 60px;
	}
	#sec03 .lineupFlexListItem .lineupFlexListItemContainer{
		width: 100%;
	}
	#sec03 .lineupFlexListItemContainer figure{
		width: 48%;
		margin: 0 26% 15px;
	}
	#sec03 .lineupFlexListItemContainer .ttl04 span{
		white-space: nowrap;
    	vertical-align: baseline;
	}
}
@media screen and (max-width: 640px) {
	#sec03 .lineupContainer .lineupTtl03{
		line-height: 1.6;
	}
}
@media screen and (max-width: 425px) {
	#sec02 .numberContentsListImgContainer {
		top: -140px;
	}
	#sec02 .numberContentsListItemContainer {
		margin-top: 215px;
		padding: 45px 30px;
	}
	#sec02 .numberContentsListItemContainer .ttl03{
		top: -14.8rem;
	}
	
}
@media screen and (max-width: 375px) {
	#sec02 .numberContentsListImgContainer {
		top: -120px;
	}
	#sec02 .numberContentsListItemContainer {
		margin-top: 195px;
	}
	#sec02 .numberContentsListItemContainer .ttl03{
		left: 10px;
	}
	#sec02 .numberContentsListItem:nth-child(even) .numberContentsListItemContainer .ttl03 {
		right: 15px;
		left: auto;
	}
}
@media screen and (max-width: 320px) {
	#sec02 .numberContentsListImgContainer {
		top: -110px;
	}
	#sec02 .numberContentsListItemContainer .ttl03{
		left: 0px;
	}
	#sec02 .numberContentsListItem:nth-child(even) .numberContentsListItemContainer .ttl03 {
		right: 0px;
		left: auto;
	}

}