@charset "utf-8";


/* -----------------------------------------------------------
    目的別に探す
-------------------------------------------------------------- */

#main.main-search {
	padding: 100px 0 0;
	position: relative;
}

#search .breadcrumblist {
	position: absolute;
	top: 110px;
	left: calc( (100% - 1200px) /2);
}

#search .h1-area {
	top: 135px ;
}

@media screen and (max-width:768px){
	#main.main-search {
		padding: 0;
	}

}

/* -----------------------------------------------------------
    ttl-flex
-------------------------------------------------------------- */
#search .ttl-flex{
    display: block;
    text-align: center;
    margin: 0 0 80px;
}

#search .section-ttl02{
    justify-content: center;
    font-size: 5rem;
    font-weight: bold;
    color: #3B689F;
    margin: 0 0 50px;
}

#search .section-ttl02 img{
    height: 90px;
    margin: 0 15px 0 0;
}

#search .top-catch {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.8;
	/*
    text-shadow: 0 0 5px #fff,  0 0 5px #fff;
	*/
}

@media screen and (max-width:768px){
	#search .ttl-flex{
        margin: 0 0 30px;
    }

    #search .section-ttl02{
        justify-content: left;
        font-size: 3rem;
        margin: 0 0 20px;
    }

    #search .section-ttl02 img{
        height: 60px;
        margin: 0 15px 0 0;
    }

    #search .top-catch {
        font-size: 2rem;
        text-align: left;
    }
}


/* -----------------------------------------------------------
    test-tile-area
-------------------------------------------------------------- */
.test-tile-area{
	margin: 80px 0;
}

.test-tile-area .tile-catch {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	margin: 0 0 50px;
}

.tile-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
}

.tile-list li {
	width: calc( (100% - 100px) / 3);
	border-radius: 20px;
	margin:  0 0 30px;
	height: 370px;
}

.tile-list li a {
	display: block;
	width: 100%;
	height: 370px;
	border-radius: 20px;
	box-shadow: -6px -6px 30px rgb(255 255 255), 3px 3px 20px rgb(6 39 71 / 15%);
	position: relative;
	z-index: 2;
	padding: 50px 50px;
	overflow: hidden;
}

.tile-list li a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.tile-list li a::before {
	content: "\f061";
	display: inline-block;
	font: 900 1.6rem / 2.8rem "Font Awesome 5 Free";
    right: 10px;
    width: 28px;
    height: 28px;
    color: #fff;
    border: solid 1px #fff;
    padding: 0;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 4;
	text-align: center;
	border-radius: 50%;
}

.tile-list li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	border-radius: 20px;
	z-index: 3;
	transition: all .5s ease;
}

.tile-list li.nipt a::after {
	background: rgb(219, 120, 137, .8);
}
.tile-list li.nipt a:hover::after {
	background: rgb(219, 120, 137, .5);
}
.tile-list li.ivf a::after {
	background: rgb(178, 91, 213, .8);
}
.tile-list li.ivf a:hover::after {
	background: rgb(178, 91, 213, .5);
}
.tile-list li.test01 a::after {
	background: rgba(217 , 119, 69, .8);
}
.tile-list li.test01 a:hover::after {
	background: rgba(217 , 119, 69, .4);
}

.tile-list li.test02 a::after {
	background: rgba(226 , 113, 199, .7);
}
.tile-list li.test02 a:hover::after {
	background: rgba(226 , 113, 199, .4);
}

.tile-list li.test03 a::after {
	background: rgba(213 , 201, 91, .8);
}
.tile-list li.test03 a:hover::after {
	background: rgba(213 , 201, 91, .5);
}

.tile-list li.test04 a::after {
	background: rgba(67 , 136, 197, .8);
}
.tile-list li.test04 a:hover::after {
	background: rgba(67 , 136, 197, .5);
}

.tile-list li.test05 a::after {
	background: rgba(128 , 203, 62, .7);
}
.tile-list li.test05 a:hover::after {
	background: rgba(128 , 203, 62, .4);
}

.tile-list li.test06 a::after {
	background: rgba(56 , 204, 204, .7);
}
.tile-list li.test06 a:hover::after {
	background: rgba(56 , 204, 204, .4);
}

.tile-list li.test07 a::after {
	background: rgba(247, 174, 149, .8);
}
.tile-list li.test07 a:hover::after {
	background: rgba(247, 174, 149, .5);
}

.tile-list li.test08 a::after {
	background: rgba(174 , 188, 194, .9);
}
.tile-list li.test08 a:hover::after {
	background: rgba(174 , 188, 194, .5);
}

.tile-list li.test09 a::after {
	background: rgba(191 , 175, 80, .8);
}
.tile-list li.test09 a:hover::after {
	background: rgba(191 , 175, 80,  .5);
}

.tile-list li.test10 a::after {
	background: rgba(147 , 112, 219, .8);
}
.tile-list li.test10 a:hover::after {
	background: rgba(147 , 112, 219, .5);
}

.tile-list li .more-contents {
	position: relative;
	z-index: 4;
	color: #fff;
}

.tile-list li .more-contents .test-name {
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 3px #666, 2px 2px 3px #666;
}

.tile-list li .more-contents .test-name span {
	font-size: 2.2rem;
	margin: 0 10px  0 0;
}

.tile-list li .more-contents .search-icon {
	text-align: center;
	margin: 15px 0 10px;
}

.tile-list li .more-contents .search-icon img {
	position: initial;
	width: auto;
	height: 50px;
}

.tile-list li .more-contents .txt {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.8;
	text-shadow: 2px 2px 1px #888;
}

@media screen and (max-width: 768px){
	.test-tile-area{
		margin: 40px 0 40px;
	}

	.test-tile-area .tile-catch {
		font-size: 2.2rem;
		font-weight: bold;
		text-align: left;
		line-height: 1.6;
		margin: 0 0 30px;
	}

	.tile-list{
		display: block;
		width: 100%;
	}

	.tile-list li {
		width: 100%;
		height: auto;
		border-radius: 20px;
		margin: 0 0 20px;
	}

	.tile-list li a {
		display: block;
		width: 100%;
		height: auto;
		z-index: 2;
		padding: 0;
		overflow: unset;
	}

	.tile-list li a img{
		max-width: unset;
	}

	.tile-list li a::before {
		bottom: unset;
		right: 10px;
		top: 172px;
		z-index: 5;
		color: #3B75D9;
		width: 22px;
		height: 22px;
		line-height: 22px;
		border: solid 2px #3B75D9;
		font-size: 1.4rem;
	}

	.tile-list li a:hover {
		opacity: 1 !important;
	}
	.tile-list li.test01 a:hover::after {
		background: rgba(217 , 119, 69, .8);
	}
	.tile-list li.test02 a:hover::after {
		background: rgba(226 , 113, 199, .8);
	}
	.tile-list li.test03 a:hover::after {
		background: rgba(213 , 201, 91, .8);
	}
	.tile-list li.test04 a:hover::after {
		background: rgba(67 , 136, 197, .8);
	}
	.tile-list li.test05 a:hover::after {
		background: rgba(128 , 203, 62, .8);
	}
	.tile-list li.test06 a:hover::after {
		background: rgba(56 , 204, 204, .8);
	}
	.tile-list li.test07 a:hover::after {
		background: rgba(236 , 164, 226, .8);
	}
	.tile-list li.test08 a:hover::after {
		background: rgba(248 , 190, 103, .8);
	}
	.tile-list li.test09 a:hover::after {
		background: rgba(84 , 226, 131, .8);
	}
	.tile-list li.test10 a:hover::after {
		background: rgba(147 , 112, 219, .8);
	}


	.tile-list li a::after {
		background: #fff!important;
	}

	#search .txt-box {
		padding: 20px;
		position: relative;
	}

	#search .txt-box::after {
		content: "view more";
		font: 1.3rem / 1 "Raleway";
		font-weight: 500;
		color: #fff;
		position: absolute;
		bottom: 15px;
		right: 15px;
		display: none;
	}

	.tile-list li .more-contents .test-name {
		font-size: 2.2rem;
		line-height: 1.4;
		text-align: left;
		font-feature-settings: "palt";
		text-shadow: 2px 2px 1px #888, 2px 2px 1px #888;
		color: #333!important;
		text-shadow: none;
	}

	.tile-list li .more-contents .test-name span {
		font-size: 2.2rem;
		margin:  0 10px 0 0;
	}

	.tile-list li.ivf .more-contents .test-name span {
		font-size: 1.8rem;
		margin:  0 5px 0 0;
	}

	.tile-list li .more-contents .search-icon {
		text-align: left;
		margin: 0 0 0 -20px;
		display: none;
	}

	.tile-list li .more-contents .search-icon img {
		height: 60px;
		transform: rotate(24deg);
	}

	.tile-list li .more-contents .txt {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.8;
		display: none;
	}



	/* moreタブ */
	#search .more-contents{
		position: relative;
		overflow: hidden;
		height: 260px; /*隠した状態の高さ*/
		height: auto;
		border-radius: 20px;
	}

	#search .more-contents img.sp-img {
		position: initial;
		border-radius: unset;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
		width: 100%;
		height: 150px;
	}

	#search .more-contents::before{
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px; /*グラデーションで隠す高さ*/
		/*
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0.9) 80%, #fff 100%);
		background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0.9) 80%, #fff 100%);
		z-index: 1;
		*/
		background: #fff;
		display: none;
	}

	#search .more-btn {
		color: #fff;
		text-align: center;
		width: 120px;
		margin: auto;
		padding: 12px 0 12px 10px;
		cursor: pointer;
		position: absolute;
		right: 0;
		bottom: -18px;
		left: 0;
		z-index: 2;
		border-radius: 20px;
		background: linear-gradient(90deg, #44B2E5,#23DBC8);
		font: 500 1.5rem / 1 'Raleway', sans-serif;
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 0.2em;
		z-index: 10000;
	}	#search .more-btn .fa{
		margin: 0 0 0 10px;
		font-size: 1.6rem;
	}

	#search .grad-trigger {
		display: none; /*チェックボックスは常に非表示*/
	}
	#search .grad-trigger:checked + .more-btn {
		display: none; /*チェックされていたら、more-btnを非表示にする*/
	}
	#search .grad-trigger:checked ~ .more-contents {
		height: auto; /*チェックされていたら、高さを戻す*/
	}
	#search .grad-trigger:checked ~ .more-contents::before {
		display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
	}
}
