@charset "UTF-8";

/* 共通の設定 --------------------- */
:root{
    --frontPage_backgroundColor: #f9f9f9;
    --frontPage_basicTextColor: #383838;
    --frontPage_mainThemeColor: #c900d8;
    --frontPage_subThemeColor: #e479ec;
}




/* Main Section1 --------------------- */
.mainSection01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 80px 0;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

.mainSection01__background{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/top_background.webp');
    background-size: cover;
    background-position: center;
    z-index: -99;
    top: 0;
}

.mainSection01__container{
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1000px;
    height: auto;
}

.mainSection01__searchFormBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 50px 20px;
    border-radius: 8px;
    background-color: var(--frontPage_backgroundColor);
}

.mainSection01__searchFormAreaBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    background-color: var(--frontPage_mainThemeColor);
    padding: 5px 15px;
    font-size: 13px;
    color: #fff;
}

.mainSection01__searchFormTitle{
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: var(--frontPage_basicTextColor);
    margin-top: 6px;
}

.mainSection01__searchFormAttention{
    display: block;
    font-weight: 400;
    font-size: 11px;
    color: var(--frontPage_basicTextColor);
    margin-top: 1px;
}

.mainSection01__searchFormBox form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: auto;
}

.mainSection01__searchFormInfoBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% - 20px);
    height: auto;
}

.mainSection01__searchFormContentBox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 25px;
	margin-bottom: 40px;
}

.mainSection01__searchFormContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 400px;
    height: auto;
    padding: 0 10px;
}

.mainSection01__searchFormContent label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 10px);
    height: auto;
    font-weight: 500;
    font-size: 14px;
    color: var(--frontPage_basicTextColor);
}

.mainSection01__searchFormContent label svg{
    display: block;
    height: 18px;
    width: auto;
    fill: var(--frontPage_basicTextColor);
    margin-right: 6px;
}

.mainSection01__searchFormContent select{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 9px;
    padding: 15px 10px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    color: var(--frontPage_basicTextColor);
    border: solid #ddd 1.2px;
}

.mainSection01__searchFormContent select:hover {
    outline: none;
    border: solid #aaa 1.2px;
}

.mainSection01__searchFormButtonBox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 20px);
    height: auto;
    margin-top: 20px;
}

.mainSection01__searchFormButtonBox button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 11px 20px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    background-color: var(--frontPage_mainThemeColor);
    border-radius: 2rem;
    transition: .2s;
}


@media screen and (max-width:480px) {
    .mainSection01__searchFormContentBox{
        flex-direction: column;
        margin-top: 10px;
    }

    .mainSection01__searchFormContent{
        width: 100%;
        margin: 6px 0;
    }

    .mainSection01__searchFormButtonBox button{
        padding: 11px 30px;
    }
	
	.mainSection01{
		padding: 30px 0;
	}
}

.mainSection01__searchFormButtonBox button:hover{
    background-color: var(--frontPage_subThemeColor);
    transition: .2s;
}

.mainSection01__searchFormButtonBox button svg{
    display: block;
    width: 13px;
    fill: #fff;
    margin-left: 5px;
    transition: .2s;
}

.mainSection01__searchFormButtonBox button:hover svg{
    transform: translateX(3px);
    transition: .2s;
}

.mainSection01__searchFormConditionBox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: auto;
	padding: 40px 10px 0 10px;
	border-top: solid #ccc .9px;
}

.mainSection01__searchFormConditionBox--titleBox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 10px);
    height: auto;
    font-weight: 500;
    font-size: 14px;
    color: var(--frontPage_basicTextColor);
}

.mainSection01__searchFormConditionBox--titleBox svg{
    display: block;
    height: 18px;
    width: auto;
    fill: var(--frontPage_basicTextColor);
    margin-right: 6px;
}

.mainSection01__searchFormConditionItems{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	margin-top: 10px;
	row-gap: 10px;
	column-gap: 8px;
}

.mainSection01__searchFormConditionItems label{
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 14px;
	color: #555;
}

.mainSection01__searchFormConditionItems label input{
	margin-right: 3px;
}




/* Main Section2 --------------------- */
.mainSection02{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: var(--frontPage_backgroundColor);
}

.mainSection02__container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 95%;
	max-width: 1000px;
	height: auto;
}

.mainSection02__titleBox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}

.mainSection02__title{
	display: block;
	font-weight: 700;
	font-size: 24px;
	color: var(--frontPage_basicTextColor);
}

.mainSection02__borderLine{
	display: block;
	width: 100%;
	height: .9px;
	background-color: #ccc;
	margin: 2px 0;
}

.mainSection02__subTitle{
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #555;
}

.mainSection02__postBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: auto;
	margin-top: 35px;
}

.mainSection02__postCard span{
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 4 / 3;
	overflow-x: hidden;
	background-color: #efefef;
}


.mainSection02__postCard img{
	display: block;
	height: 100%;
	width: auto;
}

.mainSection02__postCard.is-large{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 8px;
}

.mainSection02__postCard.is-large a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 20px 30px;
}

.mainSection02__postCard.is-large span{
	width: 350px !important;
}

.mainSection02__postCard.is-large div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: calc(100% - 370px);
	margin-left: 20px;
}

.mainSection02__postCard.is-large h3{
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #444;
	margin-top: 5px;
}

.mainSection02__postCard.is-large h4{
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #666;
	margin-top: 2px;
}

.mainSection02__postCard.is-large dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	column-gap: 4px;
}

.mainSection02__postCard.is-large h5{
	display: block;
	font-weight: 400;
	font-size: 10px;
	color: #fff;
	background-color: var(--frontPage_mainThemeColor);
	padding: 3px 8px;
}

.mainSection02__postCard.is-large p{
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #333;
	background-color: #fafafa;
	border-radius: 4px;
	margin-top: 10px;
	width: 100%;
	text-align: left;
	padding: 4px 6px;
}

.mainSection02__postCard.is-medium{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(50% - 6px);
	height: auto;
	background-color: #fff;
	border-radius: 8px;
}

.mainSection02__postCard.is-medium a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 20px 30px;
}

.mainSection02__postCard.is-medium span{
	width: 280px !important;
}

.mainSection02__postCard.is-medium div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	margin-top: 20px;
}

.mainSection02__postCard.is-medium h3{
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #444;
	margin-top: 5px;
}

.mainSection02__postCard.is-medium h4{
	display: block;
	font-weight: 400;
	font-size: 11px;
	color: #666;
	margin-top: 2px;
}

.mainSection02__postCard.is-medium dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	column-gap: 4px;
}

.mainSection02__postCard.is-medium h5{
	display: block;
	font-weight: 400;
	font-size: 9px;
	color: #fff;
	background-color: var(--frontPage_mainThemeColor);
	padding: 3px 8px;
}

.mainSection02__postCard.is-medium p{
	display: block;
	font-weight: 400;
	font-size: 11px;
	color: #333;
	background-color: #fafafa;
	border-radius: 4px;
	margin-top: 10px;
	width: 100%;
	text-align: left;
	padding: 4px 6px;
}

.mainSection02__postCard.is-small{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(33% - 6px);
	height: auto;
	background-color: #fff;
	border-radius: 8px;
}

.mainSection02__postCard.is-small a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 20px 30px;
}

.mainSection02__postCard.is-small span{
	width: 220px !important;
}

.mainSection02__postCard.is-small div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	margin-top: 20px;
}

.mainSection02__postCard.is-small h3{
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #444;
	margin-top: 5px;
}

.mainSection02__postCard.is-small h4{
	display: block;
	font-weight: 400;
	font-size: 10px;
	color: #666;
	margin-top: 2px;
}

.mainSection02__postCard.is-small dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	column-gap: 4px;
}

.mainSection02__postCard.is-small h5{
	display: block;
	font-weight: 400;
	font-size: 8px;
	color: #fff;
	background-color: var(--frontPage_mainThemeColor);
	padding: 3px 8px;
}

.mainSection02__postCard.is-small p{
	display: block;
	font-weight: 400;
	font-size: 9px;
	color: #333;
	background-color: #fafafa;
	border-radius: 4px;
	margin-top: 10px;
	width: 100%;
	text-align: left;
	padding: 4px 6px;
}

@media screen and (max-width:900px) {
	.mainSection02__postCard.is-medium span{
		width: 230px !important;
	}
	
	.mainSection02__postCard.is-small span{
		width: 180px !important;
	}
}

@media screen and (max-width:720px) {
	.mainSection02__postCard.is-large a{
		flex-direction: column;
	}
	
	.mainSection02__postCard.is-large{
		border: solid 1px var(--frontPage_subThemeColor);
	}
	
	.mainSection02__postCard.is-large div{
		width: 100%;
		margin-top: 20px;
	}
	
	.mainSection02__postCard.is-large span{
		width: 90% !important;
	}
	
	.mainSection02__postCard.is-medium{
		width: 100%;
		background-color: #fefefe;
	}
	
	.mainSection02__postCard.is-medium span{
		width: 70% !important;
	}
	
	.mainSection02__postCard.is-small{
		width: calc(50% - 6px);
	}
	
	.mainSection02__postCard.is-small span{
		width: 80% !important;
	}
}

@media screen and (max-width:650px) {
	.mainSection02__postCard.is-medium{
		border: solid .4px var(--frontPage_subThemeColor);
	}
	
	.mainSection02__postCard.is-small{
		width: 100%;
	}
	
	.mainSection02__postCard.is-small span{
		width: 70% !important;
	}
}




/* Sub Section1 --------------------- */
.subSection01{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 30px 0;
	background-color: var(--frontPage_backgroundColor);
}

.subSection01__container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
	max-width: 1000px;
	height: auto;
}

.subSection01__container img{
	display: block;
	width: 100%;
	height: auto;
}