@charset "UTF-8";

section.page_head {
    padding: 200px 0 80px;
    background: #f9f9f9;
}

.page_head_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 2000px;
}

.page_head_inner h1 {
    font-size: 3rem;
    display: flex;
    font-weight: 400;
    align-items: center;
    /* justify-content: space-between; */
}

.page_head_inner h1 span {
    margin-left: 20px;
    font-size: 1.8rem;
    font-weight: 300;
    border-bottom: 0.5px solid;
    letter-spacing: 0.5px;
    opacity: 0.3;
    font-family: "aileron", sans-serif;
    margin-left: auto;
}
.page_head_inner h1 span.tag {
	opacity: 1;
	border: none;
	margin-left: 20px;
}

section.banners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 88px auto;
    width: 90%;
}

section.banners li {
    width: 31%;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
}

section.banners li a span img {
    width: 16px;
    margin-left: 10px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(348deg) brightness(107%) contrast(101%);
}

section.banners li:nth-child(1) {
	background-image: url("../img/home/banner01.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.banners li:nth-child(2) {
	background-image: url("../img/home/banner02.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.banners li:nth-child(3) {
	background-image: url("../img/home/banner03.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.banners li a {
    display: block;
    width: 100%;
    padding: 30px 0;
    border-radius: 6px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

section.banners li a:hover {
    background: rgba(0,0,0,0.25);
}

section.banners li a span {
    display: flex;
    font-weight: 500;
    align-items: center;
    font-size: 1.5rem;
    justify-content: center;
}

.voice {
    background: #f5f5f5;
    padding: 88px 0 120px;
}

.voice_title {
    font-size: 2.4rem;
    font-weight: 400;
    max-width: 1200px;
    margin: 0 auto 42px;
    width: 90%;
}

.voice_title span {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.voice_list {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.voice_inner {
    overflow: hidden;
}

.swiper_contents {
    display: flex;
    justify-content: space-between;
}

.voice_largecap {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}

.voice_cap p {
    font-size: 1.2rem;
    line-height: 22px;
}

.voice_thumb {
    width: 38%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    border-radius: 6px;
}

.voice_thumb1 {
	background-image: url("../img/common/voice1.jpg");
}

.voice_thumb2 {
	background-image: url("../img/common/voice2.jpg");
}

.voice_thumb3 {
	background-image: url("../img/common/voice3.jpg");
}

.voice_thumb4 {
	background-image: url("../img/common/voice4.jpg");
}

.voice_thumb5 {
	background-image: url("../img/common/voice5.jpg");
}

.voice_thumb6 {
	background-image: url("../img/common/voice6.jpg");
}

.voice_cap {
    width: 53%;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
		
section.page_head {
    padding: 110px 0 50px;
}

.page_head_inner h1 {
    font-size: 2rem;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
}

.page_head_inner h1 span {
    font-size: 1.5rem;
    display: block;
    width: max-content;
    border: none;
    margin-left: 0;
    margin-top: 10px;
    line-height: 20px;
    width: 100%;
}

.page_head_inner h1 span.tag {
	margin-left: 0;
	display: inline-block;
	width: auto;
	margin-top: 0;
}
	
section.banners {
    display: block;
    margin: 50px auto;
}

section.banners li {
    width: 100%;
    margin: 10px 0;
}

.voice {
    padding: 50px 0;
}

.voice_title {
    font-size: 2rem;
    margin: 0 auto 30px;
}

}