#beginnerTop .inner {
    width: 80%;
}
#beginnerTop .herolead p {
    text-align: left;
    margin-bottom: 30px;
}
#beginnerTop .herolead p.mystory {
    text-align: left;
    margin-bottom: 30px;
    background: #eeeeee5c;
    padding: 20px;
    font-size: inherit;
}
#beginnerTop .hero {
    background: aliceblue;
    background-size: cover;
}
#beginnerTop .herolead h1 {
    margin: 0 auto 20px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: -0.05em;
    color: #000000;
    text-align: center;
    display: inline-block;
}
h1.copy {
    font-size: 200%;
    font-weight: bold;
    border-bottom: solid #e6832c 2px;
    /* width: 100px; */
    margin: 0 auto 20px;
    line-height: 1.5em;
}
.herolead .inner h2.copy {
    font-size: 230%;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.5em;
    color: #c37c52;
    text-align: center;
}
h3.qaq {
    font-weight: 600;
    margin-top: 50px;
    background: url(https://www.yamatogokorocareer.jp/interview/images/se01_icon_q.png) left top no-repeat;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 1em;
    padding-left: 40px;
}
h3.qaa {
    font-weight: 600;
    /* margin-top: 50px; */
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 1em;
    /* padding-left: 40px; */
}
h3.qaa span.one {
    font-size: 80%;
    padding: 5px 9px 5px 9px;
    border: solid 1px #000;
    float: left;	
}
h3.qaa span.second {
    padding-left: 40px;
    display: block;
}

/* 2個目のSwiper全体のスタイル */
.swiper2 {
	height: 170px;
	margin-top: 10px;
}
/* 2個目のSwiperのスライドのスタイル */
.swiper2 .swiper-slide {
	height: 140px;
	line-height: 140px;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}
/* 2個目のSwiperの現在のスライドのスタイル */
.swiper2 .swiper-slide-active {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}
.swiper2 .swiper-slide img {
	height: auto;
	width: 300;
}
.gridimg {
    width: 320px;
    float: left;
}

@media (max-width: 960px) {
#beginnerTop .herolead h1 {
    font-size: 18px;
}
#beginnerTop .inner {
    width: 95%;
}
.herolead .inner h2.copy {
    font-size: 20px;
}
h3.qaq {
    font-size: 19px;
}
h3.qaa {
    font-size: 19px;
}
.swiper-slide a img {
	width: 100%;
	height: auto;
}
iframe {
    height: 189px;
    width: 100%;
    margin: auto;
}

}