@charset "UTF-8";

/* voice-detail1 */
.voice-detail1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.voice-detail1 a,
.voice-detail1 img {
	display: block;
	width: 100%;
}
.voice-detail1 > div {
	width: 40%;
	padding-left: 25px;
}
.voice-detail1 > figure {
	width: 60%;
}
.voice-detail1 div div {
	background-color: #f1efda;
	padding: 30px 25px;
}
.voice-detail1 h1 {
	color: #1f2c5c;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.75;
}
.voice-detail1 h2 {
	color: #1f2c5c;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.75;
}
.voice-detail1 ul {
	padding-top: 20px;
	margin-top: 10px;
	border-top: 1px solid #1f2c5c;
}
.voice-detail1 li {
	display: inline-block;
	background-color: #2a3b42;
	color: #fff;
	font-weight: bold;
	padding: .3em 1em;
	margin: 0 10px 10px 0;
}
.voice-detail1 li:first-child {
	background-color: #1f2c5c;
}
.voice-detail1 .txt_area{
  margin: 10px 0 0;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid;
  width: 100%;
  padding: 10px 0 0px 0;
}
.voice-detail1 .voice_area{
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
.voice-detail1 .voice_name{
  display: inline-block;
  margin-bottom: 10px;
}
.voice-detail1 .voice_age{
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
	.voice-detail1 > div {
		width: 100%;
		margin-bottom: 40px;
		padding-left: 0;
	}
	.voice-detail1 > figure {
		width: 100%;
	}
}

/* voice-detail2 */
.voice-detail2 h2 {
	display: inline-block;
	width: auto;
	color: #1f2c5c;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: .3em;
	border-bottom: 5px solid #1f2c5c;
}
@media screen and (max-width: 767px) {
	.voice-detail2 h2 {
	font-size: 23px;
	padding-bottom:0;
	}	
}

/* voice-detail3 */
.voice-detail3 {
	color: #1f2c5c;
	line-height: 1.5;
}
.voice-detail3 > dt {
	display: inline-block;
	background-color: #1f2c5c;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: .5em 2em;
	margin-bottom: 20px;
}
.voice-detail3-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.voice-detail3-1 > dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #d4d4d4;
	width: 6em;
	height: 2.7em; 
	text-align: center;
}
.voice-detail3-1 > dd {
	width: calc(100% - 6em);
	font-size: 21px;
	padding-left: 10px;
}
.voice-detail3-1.flex_end{
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
.voice-detail3-1 > dt{
 font-size:1.6rem;
}
.voice-detail3-1 > dd{
 font-size:1.6rem;
}
.voice-detail3-1.flex_end > dd{
  width: 100%;
}
}
.voice-detail3-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.voice-detail3-2 > dt {
	width: calc(100% - 120px);
	font-weight: bold;
}
.voice-detail3-2 > dd {
	width: 120px;
	text-align: right;
}
.voice-detail3-2 > dd::after {
	content: "円";
}
.voice-detail3-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1em;
}
.voice-detail3-3 > dt {
	width: 6em;
	font-weight: bold;
}
.voice-detail3-3 > dd {
	width: calc(100% - 6em);
}

/* voice-detail4 */
.voice-detail4 dt {
	position: relative;
}
.voice-detail4 dt .span {
	font-weight: bold;
}
.voice-detail4 dt .span:nth-child(1),
.ba_ttl,
.ba_ttl02 {
	display: inline-block;
	color: #fff;
	font-size: 21px;
	padding: .3em 1em;
}
.voice-detail4 dt .span:nth-child(3) {
	display: inline-block;
	background-color: #fff;
	font-size: 28px;
	padding-right: 5px;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
.voice-detail4 dd {
	text-align: justify;
	line-height: 1.75;
	margin-top: 30px;
}
.voice-detail4 dt::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 12px;
	left: 0;
	z-index: 0;
}
.voice-before .voice-detail4 {
	color: #1f2c5c;
}
.voice-after .voice-detail4 {
	color: #2a3b42;
}
.voice-before .voice-detail4 dt .span:nth-child(1),
.ba_ttl {
	background-color: #1f2c5c;
}
.voice-after .voice-detail4 dt .span:nth-child(1),
.ba_ttl02 {
	background-color: #2a3b42;
}
.voice-before .voice-detail4 dt::after {
	background-color: #1f2c5c;
}
.voice-after .voice-detail4 dt::after {
	background-color: #2a3b42;
}

/* voice-detail5 */
.voice-detail5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.voice-detail5 > * {
	width: calc(50% - 73px);
}
.voice-detail5 dl {
	border: 1px solid #1f2c5c;
}
.voice-detail5 dl:nth-child(2) {
	border-color: #2a3b42;
}
.voice-detail5 dd img {
	display: block;
	width: 100%;
}
.voice-detail5 dt {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding: .8em 1em;
}
.voice-detail5 dl:nth-child(1) dt {
	background-color: #1f2c5c;
}
.voice-detail5 dl:nth-child(2) dt {
	background-color: #2a3b42;
}
.voice-detail5 figure {
	padding: 53px 25px 25px;
	position: relative;
}
.voice-detail5 figcaption {
	font-weight: bold;
	position: absolute;
	top: 25px;
	left: 25px;
}
.voice-detail5 dl:nth-child(1)::after {
	content: "";
	display: block;
	background-image: url("../img/voice_detail/ico_arrow.svg");
	background-size: 66px 12px;
	width: 66px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media all and (-ms-high-contrast:none){
	.voice-detail5::after {
		left: 46.6%;
	}
}
@media screen and (max-width: 768px) {	
	.voice-detail5 figure {
		padding: 30px 20px 25px;
		position: relative;
	}
	.voice-detail5 > * {
		width: 100%;
	}
	.voice-detail5 dl:nth-child(2) {
		margin-top: 100px;
	}
	.voice-detail5::after {
		-webkit-transform: translate(-50%,-50%) rotate(90deg);
		transform: translate(-50%,-50%) rotate(90deg);
	}
	.voice-detail5 dl:nth-child(1)::after {
		transform: rotate(90deg);
		left:40%;
	}
}

/* flexslider */
.flexslider {
	overflow: hidden;
}
.flex5 {
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	.flex5 {
		padding-top: 50px;
	}
}
.voice-before .flex-direction-nav a,
.voice-after .flex-direction-nav a {
	width: 56px;
	height: 0;
	padding-top: 70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: 0;
}
.flex5 .flex-direction-nav a {
	width: 36px;
	height: 0;
	padding-top: 44px;
	top: 0;
	outline: 0;
}
.voice-before .flex-direction-nav a,
.flex5 .flex-direction-nav a {
	background-color: #1f2c5c;
}
.voice-after .flex-direction-nav a {
	background-color: #2a3b42;
}
.flex2 img,
.flex4 img {
	cursor: pointer;
}
.flex2 .flex-prev,
.flex4 .flex-prev,
.flex5 .flex-prev {
	background-image: url("../img/voice_detail/ico_prev.svg");
	left: 0;
}
.flex5 .flex-prev {
	left: auto;
	right: 106px;
}
.flex2 .flex-next,
.flex4 .flex-next,
.flex5 .flex-next {
	background-image: url("../img/voice_detail/ico_next.svg");
	right: 0;
}


.flex1 .slides li img,
.flex3 .slides li img,
.flex5 .slides li img{
	height:350px;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

.flex2 .slides li img,
.flex4 .slides li img{
	height:150px;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
@media screen and (max-width: 767px) {
	.flex1 .slides li img,
.flex3 .slides li img,
.flex5 .slides li img{
	height:250px;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
}



/* staff-voice */
.staff-voice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #1f2c5c;
	padding: 30px;
	border: 1px solid #1f2c5c;
	border-right-width: 0;
	border-left-width: 0;
}
@media screen and (max-width: 480px) {
.staff-voice {
	padding:30px 15px;
}
}
h2+.staff-voice {
	margin-top: 60px;
}
.staff-voice+.staff-voice {
	border-top-width: 0;
}
.staff-voice > figure {
	max-width: 136px;
}
@media screen and (max-width: 480px) {
.staff-voice > figure {
	margin: 0 auto 20px;
  order: 1;
}
.title1{
	padding:0 15px;
}
}
.staff-voice > figure img {
	display: block;
	width: 100%;
	height:250px;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
.staff-voice > section {
	width: calc(100% - 136px);
	line-height: 1.75;
	padding-left: 30px;
}
@media screen and (max-width: 480px) {
.staff-voice > section {
  width: 100%;
  padding: 0 ;
  order: 3;
}
}
.staff-voice h3 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
.staff-voice h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 767px) {
	.staff-voice > figure img {
		display: block;
		width: 100%;
		height:200px;
		object-fit: contain;
		font-family: 'object-fit: contain;'
	}
	.mt120{
		margin-top: 40px;
	}
	.mt80{
		margin-top: 40px;
	}
	.mt60{
		margin-top: 40px;
	}
}

.sec-banner{
    margin: 40px auto;
}
.sec-banner .banner-item{
    margin: 60px auto;
    text-align: center;
}
.sec-banner .banner-item img{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 960px;
    max-height: 200px;
    width: 100%;
}
@media screen and (max-width: 640px) {
  .sec-banner .banner-item img{
    max-width: 480px;
    max-height: 200px;
  }
}
