﻿@charset "utf-8";

em {
	color: #666;
	font-style: normal;
	background: linear-gradient(transparent 70%, #ffd737 70%);
}

.page-title {
	height: 550px;
}

.page-title h1 {
	position: absolute;
	top: 40px;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	display: block;
}

.page-title .title-img {
	height: 550px;
}

.voice_box p {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 2;
}

.voice_box li:first-child,
.voice_box li:nth-child(5) {
	background: #daeff0;
}

.voice_box li:nth-child(2),
.voice_box li:nth-child(6) {
	background: #fde0e6;
}

.voice_box li:nth-child(3),
.voice_box li:nth-child(7) {
	background: #eefbdc;
}

.voice_box li:nth-child(4) {
	background: #ede4f8;
}

.voice_box li:nth-child(5) {
	padding: 30px 0;
}

.voice_box li .item {
	position: relative;
	width: 1120px;
	padding: 30px 0px;
    box-sizing: border-box;
    margin: auto;
}

.voice_box li .fukidashi {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 430px;
	height: 221px;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.voice_box li:nth-child(odd) .fukidashi {
	left: -30px;
}

.voice_box li:nth-child(even) .fukidashi {
	right: -30px;
}

.voice_box li .fukidashi p {
	color: #fff;
	text-align: center;
}

.voice_box li .fukidashi .text {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 15px auto;
}

.voice_box li .fukidashi .name {
	font-size: 1.6rem;
}

.voice_box li .fukidashi .name a {
	text-decoration: underline;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	margin-right: 10px;
}

.voice_box li:first-child .fukidashi,
.voice_box li:nth-child(5) .fukidashi {
	background-image: url("../images/voice/bg_fukidashi01.png");
}

.voice_box li:nth-child(2) .fukidashi,
.voice_box li:nth-child(6) .fukidashi {
	background-image: url("../images/voice/bg_fukidashi02.png");
}

.voice_box li:nth-child(3) .fukidashi,
.voice_box li:nth-child(7) .fukidashi {
	background-image: url("../images/voice/bg_fukidashi03.png");
}

.voice_box li:nth-child(4) .fukidashi {
	background-image: url("../images/voice/bg_fukidashi04.png");
}


.voice_box li:nth-child(odd) .comment {
	margin-left: auto;
}

.voice_box li:nth-child(even) .comment {
	margin-right: auto;
}

.voice_box li:nth-child(5) .comment .text {
	width: 700px;
	margin-left: auto;
}

.voice_box li .comment {
	box-shadow:0px 0px 8px 3px rgba(56, 55, 50, 0.1);
	display: flex;
	width: 800px;
    align-items: center;
	background: rgba(255, 255, 255, 0.9);
}

.voice_box li:nth-child(even) .comment .img {
	order: 1;
}

.voice_box li .comment .img {
	width: 300px;
	height: 300px;
	overflow: hidden;
	box-shadow:0px 0px 8px 3px rgba(56, 55, 50, 0.1);
	box-sizing: border-box;
}

.voice_box li .comment .img::after {
	display: none;
}

.voice_box li .comment .img img {
	width: 100%;
}

.voice_box li .comment .text {
	padding: 15px 20px;
	width: 500px;
	box-sizing: border-box;
	font-size: 1.6rem;
}

.voice_box li .comment .insta {
	font-size: 1.2rem;
	text-align: right;
	font-family: 'Barlow', sans-serif;
	margin-top: 20px;
	vertical-align: middle;
}

.voice_box li .comment .insta img {
	vertical-align: middle;
	margin-left: 5px;
}

.voice_footer {
	position: relative;
	height: 400px;
	width: 100%;
}

.voice_footer .instagram {
	position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 1200px;
	height: 400px;
    top: 0;
    left: 0;
}

.voice_footer .instagram .text {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    display: block;
	z-index: 2;
	text-align: center;
}

.voice_footer .instagram .img {
    position: absolute;
    width: 100%;
	height: 400px;
    top: 0;
    left: 0;
    overflow: hidden;
	z-index: 1;
}

.voice_footer .instagram .img img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.btn.col2 {
	width: 920px;
	padding-left: 75px;
}

.btn li {
	font-size: 1.6rem;
	line-height: 2.25;
}