@charset "UTF-8";


/* aminovital top
---------------------------------------- */

/*-- top  --*/


.top {
	font-size: 14px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
	color: #222;
	text-align: left;
    overflow-x: hidden;
}
.top h1,
.top h2,
.top h3,
.top h4,
.top h5,
.top h6 {
	font-weight: 700;
}
.top a {
	outline: none;
	color: #222;
	text-decoration: none;
}

.top img {
  width: 100%;
  vertical-align: middle;
  max-width: none;
}
.top_cf {
    zoom: 1;
}
.top_cf:before, .top_cf:after {
    display: table;
    content: "";
}
.top_cf:after {
    clear: both;
}

@media only screen and (max-width: 767px) {
.top {
	font-size: min(3.47vw, 13px);
}
}



/* ----------------------------common ---------------------------- */

.top_roboto{
	font-family: 'Roboto Condensed', sans-serif;
}
.top_nobreak {
	display: inline-block;
}
.top_register{
	font-size: 80%;
	vertical-align: sub;
	line-height: 1;
}
.top_onlysp {
	display: none;
}
@media only screen and (max-width: 767px) {
.top_onlypc {
	display: none;
}
.top_onlysp {
	display: inline;
}

}


/* ---------------------------- top_section ---------------------------- */

.top_section{
	padding-top: 200px;
}
.top_inner{
	width:  100%;
	max-width: 1320px;
	padding: 0  min(3vw, 40px);
	box-sizing: border-box;
	margin: 0 auto;
}
.top_title{
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 80px;
	position: relative;
}
.top_title:before {
    content: '';
    position: absolute;
	z-index: 1;
    left: 0;
	right: 0;
    top: 50%;
	margin: 0 auto;
    display: block;
    width: 270px;
    height: 1px;
    background-color: #d7bc74;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.top_title_shoulder{
	display: block;
	margin-bottom: 15px;
}
.top_title_inner{
	display: block;
	font-size: 28px;
	font-style: italic;
	position: relative;
	z-index: 2;
}


@media only screen and (max-width: 767px) {
.top_section{
	padding-top: 26.66vw;
}
.top_inner{
	padding: 0 20px;
}
.top_title{
	margin-bottom: 40px;
}
.top_title:before {
    width: 135px;
}
.top_title_inner{
	font-size: 20px;
}
}


/* ---------------------------- top_hero ---------------------------- */

.top_hero{
	position: relative;
	z-index: 2;
}


/* ---------------------------- top_search ---------------------------- */


.top_search{
	padding: 200px 0;
	position: relative;
	z-index: 1;
	background: url("../images/bg_search_pc.jpg?v=20230914") no-repeat #e0e4f0 center top/min(300vw, 2560px) auto;
}

.top_search_list{
	padding-top: min(26.35vw, 224px);
	display:  flex;
	justify-content: space-between;
	gap: 10px;
}
.top_search_item{
	width: calc(33.33% - 7px);
}
.top_search_item .top_search_item_link{
	box-sizing: border-box;
	padding: min(3vw, 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d2767;
    border-radius: 10px;
	font-size:  min(1.36vw, 18px);
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	color: #fff;
    min-height: min(10.6vw, 140px);
    background-image: url(../images/arrow_btn_w.svg);
    background-repeat: no-repeat;
    background-position: bottom min(2.27vw, 30px) right min(2.27vw, 30px);
    background-size: min(1.36vw, 18px) auto;
    transition: all .2s;
}
@media (hover: hover) {
.top_search_item .top_search_item_link:hover{
	background-color: #293789;
}
}
.top_search_item_inner{
		margin-top: -10px;
}
.top_search_item_underline{
	padding-bottom: 10px;
	display: inline;
	background: linear-gradient(transparent calc(100% - 1px), #fff calc(100% - 1px), #fff 100%);
}
.top_search_item_emphasis{
	font-size:  min(1.82vw, 24px);
	color: #e0c068;
}

@media only screen and (max-width: 767px) {
.top_search{
	padding: 26.66vw 0;
	background: url("../images/bg_search_sp.jpg?v=20230914") no-repeat #d4d7e9 center top/100% auto;
}

.top_search_list{
	padding-top: 30vw;
}
.top_search_item .top_search_item_link{
	padding: 3.2vw;
    border-radius: 5px;
	font-size:  min(3.47vw, 13px);
    height: 28vw;
    background-position: bottom min(4vw, 15px) right min(4vw, 15px);
    background-size: min(3.47vw, 13px) auto;
}
.top_search_item_inner{
		margin-top: -12px;
}
.top_search_item_underline{
	padding-bottom: 3px;
}
.top_search_item_emphasis{
	font-size:  min(4.27vw, 16px);
}
}


/* ---------------------------- top_pickup ---------------------------- */

.top_content{
	background: url("../images/content_bg.png") no-repeat #f7f7fc center 360px/2560px auto;
	padding-bottom: 200px;
}
.slider_bottom{
	padding-bottom: 84px;
}
.top_pickup_list {
	margin: 0 -5px;
}
.top_pickup_item_img{
	border-radius: 10px;
	overflow: hidden;
}
.top_pickup_item_link img{
	transition: all .2s;
}
@media (hover: hover) {
.top_pickup_item_link:hover img{
	transform: scale(1.03);
}
}
.top_pickup_item_title{
	margin-top: 20px;
	padding-right: 30px;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
.top_content{
	background: #f7f7fc;
	padding-bottom: 100px;
}

.slider_bottom{
	padding-bottom: 38px;
}
.top_pickup_list {
    width: 70%;
	margin: 0 auto;
}
.top_pickup_item_img{
	border-radius: 5px;
}
.top_pickup_item_title{
	padding-right: 20px;
}
}

/* ---------------------------- top_about ---------------------------- */

.top_about_list_primary{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.top_about_item{
	width: calc(50% - 5px);
}
.top_about_list_secondary{
    display: flex;
    justify-content: space-between;
	flex-direction: column;
    gap: 10px;
}
.top_about_item_link{
	display: block;
	position: relative;
}
.top_about_item_link:after{
	content: '';
	position: absolute;
	z-index: 2;
	transform: scale(-1, 1);
    display: inline-block;
    width: min(3.33vw, 44px);
    height: min(3.33vw, 44px);
	background: url("../images/arrow_slider_main.svg") no-repeat transparent center center/contain;
	right: 20px;
	bottom: 20px;
}
.top_about_item_img{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.top_about_item_link .top_about_item_img img{
	transition: all .2s;
}
.top_about_list_secondary .top_about_item_link .top_about_item_img img{
	transform-origin: 75% center;
}

@media (hover: hover) {
.top_about_item_link:hover .top_about_item_img img{
	transform: scale(1.03);
}
}
.top_about_item_img:after{
    content: '';
    position: absolute;
	z-index: 1;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 88px;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));	
}
.top_about_item_title{
	position: absolute;
	z-index: 2;
	left: 24px;
	bottom: 20px;
	font-size: min(1.82vw, 24px);
	line-height: min(3.33vw, 44px);
	color: #fff;
	width: calc(100% - 110px);
}

@media only screen and (max-width: 767px) {
.top_about_list_primary{
    flex-direction: column;
}
.top_about_item{
	width: 100%;
}
.top_about_item_link:after{
    width: 36px;
    height: 36px;
	right: 15px;
	bottom: 15px;
}
.top_about_item_img{
	border-radius: 5px;
}

.top_about_item_title{
	left: 15px;
	bottom: 15px;
	font-size: min(4.27vw, 16px);
	line-height: 1.5;
	padding: 6px 0;
	width: calc(100% - 81px);
}
}

/* ---------------------------- top_interview ---------------------------- */

.top_interview_title_wrap{
	float: left;
	width: 35%;
}
.top_interview .top_title{
	text-align: left;
}
.top_interview .top_title:before {
	right: auto;
	margin: 0;
}
.top_interview_overview{
	font-weight: 700;
}
.top_interview_img{
	width: 60%;
	float: right;
	min-height: 362px; /*debug*/
}
.top_interview_img_inner{
border-radius: 10px;
overflow: hidden;
position: relative;
}
.label_new .top_interview_img_inner:before{
	content: '';
    position: absolute;
	z-index: 2;
    top: 0;
    left: -70px;
    display: block;
    width: 140px;
    height: 80px;
    transform: skew(-60deg);
    background: #d0af56;
}
.label_new .top_interview_img_inner:after{
	content: 'NEW!';
    font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	color: #fff;
	line-height: 1;
    position: absolute;
	z-index: 3;
    top: 16px;
    left: 16px;
}
.top_interview_img_link .top_interview_img_inner img{
	position: relative;
	z-index: 1;
	transition: all .2s;
}
@media (hover: hover) {
.top_interview_img_link:hover .top_interview_img_inner img{
	transform: scale(1.03);
}
}
.top_interview_txt{
	float: left;
	width: 35%;	
	margin-top: 20px;
}
.top_interview_lead{
	margin-top: 20px;
}
.top_interview_lead_inner{
	line-height: 2.3;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 8px;
    background-color: #1d2767;
    color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
.top_interview .top_btn{
	margin-top: 40px;
}
.top_btn .top_btn_link{
	display: inline-block;
	color: #fff;
	font-weight: 700;
	line-height: 1.35;
	padding: 20px 40px 20px 50px;
	border: 1px solid #1d2767;
	border-radius: 9999px;
	background: #1d2767;
	transition: all 0.2s;
}
.top_btn .top_btn_link:after{
	content: "";
	display: inline-block;
	width: 18px;
	height: 14px;
	background: url("../images/arrow_btn_w.svg") no-repeat center center/contain;
	margin-left: 15px;
}
@media (hover: hover) {
.top_btn .top_btn_link:hover{
	background-color: #293789;
}
}
@media only screen and (max-width: 767px) {
.top_interview_title_wrap{
	float: none;
	width: 100%;
}
.top_interview .top_title{
	text-align: center;
}
.top_interview .top_title:before {
	right: 0;
	margin: 0 auto;
}
.top_interview_img{
	width: 100%;
	float: none;
	min-height: auto;
	margin-top: 20px;
}
.top_interview_img_inner{
border-radius: 5px;
}
.label_new .top_interview_img_inner:before{
    left: -45px;
    width: 90px;
    height: 50px;
}
.label_new .top_interview_img_inner:after{
    font-size: 13px;
    top: 10px;
    left: 10px;
}
.top_interview_txt{
	float: none;
	width: 100%;	
}
.top_interview_lead{
	margin-top: 20px;
}
.top_interview_lead_inner{
	line-height: 2.3;
    font-size: 16px;
    padding: 4px 6px;
}
.top_interview .top_btn{
	margin-top: 20px;
}
.top_btn .top_btn_link{
	padding: 12px 20px 12px 25px;
}
.top_btn .top_btn_link:after{
	width: 13px;
    height: 10px;
    margin-left: 10px;
}
}

/* ---------------------------- top_photo ---------------------------- */

.top_photo .top_title_inner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_photo .top_title_inner:after{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("../images/ico_photo.svg") no-repeat center center/contain;
	margin-left: 15px;

}
.top_photo_list {
	margin: 0 -5px;
}
.top_photo_item_img{
	border-radius: 10px;
	overflow: hidden;
}
.top_photo_item_link img{
	transition: all .2s;
}
@media (hover: hover) {
.top_photo_item_link:hover img{
	transform: scale(1.03);
}
}
@media only screen and (max-width: 767px) {
.top_photo .top_title_inner:after{
	width: 17px;
	height: 17px;
	margin-left: 12px;
}

.top_photo_list {
    width: 70%;
	margin: 0 auto;
}
.top_photo_item_img{
	border-radius: 5px;
}

}


/* ---------------------------- top_faq ---------------------------- */

.top_faq .top_title{
	float: left;
	width: 245px;
	text-align: left;
	margin-bottom: 0;
}
.top_faq .top_title:before {
	right: auto;
	margin: 0;
}
.top_faq_list{
	float: right;
	width: calc(100% - 245px - 5%);
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.top_faq_item_link{
	display: block;
	font-weight: 700;
	padding: 40px 98px 40px 40px;
	border-radius: 10px;
	background: url("../images/arrow_btn_b.svg") no-repeat #fff center right 40px/min(1.36vw, 18px) auto;
    transition: all .2s;
}
.top_faq_item_title{
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
	transition: all .2s;
}
.top_faq_item_title:before{
	content: 'Q';
    font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #1d2767;
	line-height: 1.5;
    position: absolute;
	z-index: 2;
    top: 0;
    left: 0;
}
@media (hover: hover) {
.top_faq_item_link:hover .top_faq_item_title{
	color: #d0af56;
}
}
.top_faq .top_btn{
	margin-top: 80px;
	float: left;
	width: 245px;
}
.top_faq_emphasis{
    padding: 1px 2px;
	margin-right: 2px;
    background-color: #d0af56;
    color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
@media only screen and (max-width: 767px) {
.top_faq .top_title{
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.top_faq .top_title:before {
	right: 0;
	margin: 0 auto;
}
.top_faq_list{
	float: none;
	width: 100%;
}
.top_faq_item_link{
	padding: 20px 53px 20px 20px;
	border-radius: 5px;
	background: url("../images/arrow_btn_b.svg") no-repeat #fff bottom 20px right 20px/13px auto;
    transition: all .2s;
}
.top_faq_item_title{
	padding-left: 20px;
}
.top_faq_item_title:before{
    font-size: 16px;
}

.top_faq .top_btn{
	margin-top: 40px;
	float: none;
	text-align: center;
	width: 100%;
}
}

/* ---------------------------- top_bnr ---------------------------- */

.top_bnr_list {
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
}
.top_bnr_item {
    width: calc(33.33% - 7px);
}
.top_bnr_item_link{
	display: block;
}
.top_bnr_item_link img{
	transition: opacity .2s;
}
@media (hover: hover) {
.top_bnr_item_link:hover img{
	opacity: .85;
}
}
@media only screen and (max-width: 767px) {
.top_bnr_item {
    width: 100%;
}
	
}

