﻿.c-staff {
	width: 94%;
    margin: 3em auto 0;
}

.c-staff__inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative
}
@media screen and (min-width: 768px) {
	.c-staff__inner {
		width: 1100px;
		padding: 0
	}
}

.c-staff__inner figure{
	margin-top: 2em;
}

.c-staff__inner h3{
	font-weight: bold;
	font-size: 100%;
	margin-top: 1em;
}
.c-staff__inner h3 .marker{
	background: linear-gradient(transparent 70%, #fcc2b8 70%);
	font-size: 130%;
}
.c-staff__heading {
    display: block;
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}


.c-voice {
	width: 100%;
	margin-top: 0 !important;
	background: #85d4f5
}
@media screen and (min-width: 768px) {
	.c-voice {
		margin-top: 0 !important;
	}
	.c-staff__inner h3{
		font-size: 150%;
	}
}


.c-voice__heading--catch {
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	padding: .3em 1em;
	font-size: 18px;
	font-size: 1.2rem;
	font-size: 3.2vw;
	position: relative;
	font-weight: bold;
	margin-bottom: .5em;
}
.c-voice__heading--catch:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -32px;
	margin-left: -16px;
	border: 16px solid transparent;
	border-top: 16px solid #FFF;
	z-index: 2
}
@media screen and (min-width: 768px) {
	.c-voice__heading--catch:before {
		bottom: -40px;
		margin-left: -20px;
		border: 20px solid transparent;
		border-top: 20px solid #FFF
	}
}
@media screen and (min-width: 768px) {
	.c-voice__heading--catch {
		font-size: 20px;
		font-size: 1.6rem
	}
}
.c-voice__heading--catch--red {
	color: #f23a42
}



.c-voice .c-button__wrap {
	margin-top: 2em
}
.c-voice .c-button__wrap .c-button--orange {
	font-size: 18px;
	font-size: 1.125rem
}
@media screen and (min-width: 768px) {
	.c-voice .c-button__wrap .c-button--orange {
		font-size: 24px;
		font-size: 1.5rem
	}
}
@media screen and (min-width: 768px) {
	.c-voice {
		margin-top: 5em
	}
}
.c-voice__inner {
	width: 100%;
	padding: 3em 1em;
	margin: 0 auto;
	text-align: center;
	position: relative
}
@media screen and (min-width: 768px) {
	.c-voice__inner {
		width: 1100px;
		padding: 5em 0
	}
}
.c-voice__lead {
	text-align: left;
	width: 100%;
	margin-top: 2em
}
.c-voice__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch
}
.c-voice__item {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: left;
	width: 100%;
	margin-top: 2em;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	padding: 0
}
@media screen and (min-width: 768px) {
	.c-voice__item {
		width: calc( ( 100% - 20px) / 2);
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.9;
		margin-right: 20px
	}
	.c-voice__item:nth-of-type(2n) {
		margin-right: 0
	}
}
.c-voice__iteminner {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.c-voice__iteminner figure {
	width: calc( 100% - 3em);
	margin: 1.5em;
	padding-top: 60%;
	position: relative;
	overflow: hidden
}
.c-voice__img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover
}
.c-voice__caption {
	padding: 1em 1.5em;
	line-height: 1.4;
	background: #005ba6;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: left;
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff
}
.c-voice__caption span {
	font-size: 16px;
	font-size: 1rem;
	display: block
}
.c-voice__text {
	width: calc( 100% - 4em);
	margin: -1em 2em 1.5em;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
}
@media screen and (min-width: 768px) {
	.c-voice__caption {
		font-size: 26px;
		font-size: 1.625rem
	}
	.c-voice__text {
		font-size: 16px;
	}
}


.c-soudan-form{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	flex-direction: column-reverse;
}
.c-soudan-form > .c-soudan-form__inner{
	width: 100%;
	padding: 3em 1em;
}
.c-soudan-form > .c-soudan-form__inner .c-form__content{
	padding: 1em .5em;
    background: #e3f3ff;
    border-radius: 10px;
    margin-top: 1em;
}
.c-soudan-form > .c-soudan-form__messages{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3em 3em 0;
}
.c-soudan-form .c-form__content .inquiry {
    border-top: none;
}
.c-soudan-form .c-form__content .inquiry dl {
    border-bottom: none;
	padding: 0 1em;
}
.c-form__content input[type="submit"]{
	margin: .5em auto 0;
}
.c-soudan-form .c-form__content input[type="submit"]:disabled {
    background: #ccc;
}

@media screen and (min-width: 768px) {
	.c-soudan-form{
		flex-direction: row;
	}
	.c-soudan-form > .c-soudan-form__inner{
		width: 60%;
		padding: 3em 1em;
	}
	.c-soudan-form > .c-soudan-form__messages{
		width: 40%;
		padding: 3em 1em;
	}
	.c-soudan-form > .c-soudan-form__inner .c-form__content{
		padding: 2em;
	}
	.c-soudan-form .c-form__content .inquiry dl {
		padding: 1em;
	}
	.c-form__content input[type="submit"]{
		margin: 2em auto;
	}	
}