/* aqt-btn-01 */

.aqt-btn-01 {
	margin-bottom: 4rem;
}

.aqt-btn-01 a {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
	padding: 13.5px 10px 15.5px;
	border-radius: 30px;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, .1 );
	background: #C5A882;
	color: #fff;
	border: solid 2px #C5A882;
}

.aqt-btn-01 a:hover {
	background: #fff;
	color: #C5A882;
}

/* aqt-ttl-01 */

.aqt-ttl-01 {
	text-align: center;
	position: relative;
	padding-bottom: 7.5rem;
	margin-bottom: 3.5rem;
}

.aqt-ttl-01::after {
	content: '';
	width: 2px;
	height: 60px;
	background: #C5A882;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 1px );
}

.aqt-ttl-01 .en {
	font-size: 6rem;
	line-height: 1.15;
	text-transform: capitalize;
	color: #C5A882;
}

.aqt-ttl-01 .jp {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 2.4px;
}

/* aqt-column-01 */

.aqt-column-01 .flex {
	list-style: none;
	margin: 0;
}

.aqt-column-01 .flex .box {
	width: calc( ( 100% - 80px ) / 3 );
	margin: 0 40px 40px 0;
}

.aqt-column-01 .flex .box:nth-child( 3n ),
.aqt-column-01 .flex.center > li:last-child {
	margin-right: 0;
}

.aqt-column-01 .img {
	text-align: center;
	line-height: .5;
	margin-bottom: 15px;
}

.aqt-column-01 .img img {
	width: 320px;
	height: 180px;
}

.aqt-column-01 .ttl {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aqt-column-01 .read {
	font-size: 1.4rem;
	line-height: 1.8;
}
/* aqt-ttl-02 */
.aqt-ttl-02{
	position: relative;
	margin: 51px 0 35px;
	font-size: 100%;
}

.aqt-ttl-02::before{
	content: "";
	position: absolute;
	top: 5px;
    left: 0px;
    width: 22px;
    height: 18px;
    background: url(../img/interview/double-quotes.png) center/cover no-repeat;
	z-index: 2;
}

.aqt-ttl-02::after{
	content: "";
	position: absolute;
	top: 17px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;

}

.aqt-ttl-02 span{
	position: relative;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .04em;
    background: #fff;
    padding: 0 20px 0 30px;
    z-index: 1;
}

/* aqt-ttl-02 */


/* aqt-faq-01 */

.aqt-faq-01 {
	background: #fcf7f5;
	padding: 10px 40px;
	margin-bottom: 40px;
}

.aqt-faq-01 .ttl.q {
	font-size: 2.4rem !important;
	margin: 30px 0 !important;
	position: relative;
	padding-left: 53px;
}

.aqt-faq-01 .ttl.q .icon {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #c5a882;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.aqt-faq-01 .txt {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.aqt-faq-01 .txt .read {
	font-size: 1.4rem;
	line-height: 1.8;
}

.aqt-faq-01 .ttl.a {
	display: inline-block;
	font-size: 2.2rem;
	line-height: 1.6;
	margin-bottom: 15px;
	position: relative;
	padding-left: 50px;
}

.aqt-faq-01 .ttl.a .icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #c5a882;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

/* aqt-bnr-01 */

.aqt-bnr-01 {
	margin-bottom: 40px;
}

.aqt-bnr-01 a {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 60px 20px !important;
	background: #000;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.aqt-bnr-01 a br {
	display: none;
}

.aqt-bnr-01 .ttl {
	display: block;
	position: relative;
	z-index: 99;
	font-size: 2.8rem;
}

.aqt-bnr-01 .txt {
	display: block;
	font-size: 1.8rem;
	margin: 10px 0 0;
	position: relative;
	z-index: 99;
}

.aqt-bnr-01 .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.aqt-bnr-01 .img img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	opacity: .4;
	object-fit: cover;
	transition: all .6s;
}

.aqt-bnr-01 a:hover .img img {
	transform: scale( 1.1 );
	opacity: .6;
}


/*
----------------------------------------
768
----------------------------------------
*/

@media screen and ( max-width: 768px ) {

	.aqt-btn-01 {
		margin-bottom: 3rem;
	}

	.aqt-btn-01 a {
		font-size: 1.6rem;
		width: 240px;
		padding: 12px 10px 14px;
		border-radius: 27px;
	}

	.aqt-ttl-01 {
		padding-bottom: 4rem;
		margin-bottom: 2.5rem
	}

	.aqt-ttl-01::after {
		height: 30px;
	}

	.aqt-ttl-01 .en {
		font-size: 4.5rem;
	}

	.aqt-ttl-01 .jp {
		font-size: 1.6rem;
	}
	.aqt-ttl-02{
		margin: 15px 0 19px;
	}

	.aqt-ttl-02 span{
		display: inline-block;
		font-size: 16px;
    	padding: 0 0 0 25px;
	}

	.aqt-ttl-02::before{
	top: 4px;
    left: 3px;
    width: 13px;
    height: 11px;
	}

	.aqt-ttl-02::after{
		display: none;
	}



	.aqt-column-01 .flex {
		flex-direction: column;
	}

	.aqt-column-01 .flex .box {
		width: 100%;
		margin: 0 0 20px;
	}

	.aqt-faq-01 {
		padding: 15px;
		margin-bottom: 30px;
	}

	.aqt-faq-01 .txt {
		padding: 15px;
		margin-bottom: 0;
	}

	.aqt-faq-01 .ttl.q {
		font-size: 1.8rem !important;
		padding-left: 38px;
		margin:  5px 0 15px !important;
	}

	.aqt-faq-01 .ttl.q .icon {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.aqt-faq-01 .ttl.a {
		font-size: 1.7rem;
		padding-left: 36px;
	}

	.aqt-faq-01 .ttl.a .icon {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}

	.aqt-bnr-01 {
		margin-bottom: 30px;
	}

	.aqt-bnr-01 a {
		padding: 40px 10px !important;
	}

	.aqt-bnr-01 .ttl {
		font-size: 2rem;
	}

	.aqt-bnr-01 .txt {
		margin-top: 5px;
		font-size: 1.4rem;
	}

}

@media screen and (max-width: 1300px){
	.aqt-ttl-02::before {
		left: 0;
		z-index: 2;
	}

}

