@charset "utf-8";
/* CSS Document */

/* Ryoetsu denki
   interview
-----------------------------------------------------*/


/* ==============================================
    main-visual
============================================== */
.main-visual {
	position: relative;
	height: 580px;
	margin-bottom: 130px;
}
.main-visual::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 24%;
	width: 114px;
	height: 114px;
	background: url("image/icon_stand_r.svg") 0 0 / contain;
	transform: rotate(180deg);
}
.main-visual .catch {
	font-size: 2.000em;
	font-weight: 900;
	color: #fff;
	line-height: 1.4;
	background: #0958a5;
	padding: 50px 30px;
	width: 56%;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 3;
}

.main-visual .catch .qualification {
	font-size: 18px;
	font-weight: 300;
	position: absolute;
	bottom: -60px;
	left: 0;
	background: #2d2d2d;
	color: #fff;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 5px 30px;
}

.main-visual figure {
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	height: 580px; 
	overflow-y: hidden;
	z-index: 1;
}
.main-visual figure img {
	width: 100%;
	max-width: inherit;
}


.main-visual .name {
	position: absolute;
	bottom: -50px; 
	right: 50px;
	height: 100px;
	display: flex;
	align-items: center;
	font-size: 1.250em;
	font-weight: 700;
	z-index: 2;
	background: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 30px;
	min-width: 400px;
}

@media screen and (max-width: 1300px) {
	.main-visual {
		position: relative;
		height: 44vw;
		margin-bottom: 130px;
	}
	.main-visual figure {
		height: 44vw; 
	}
	.main-visual .name {
		
	}
}

@media screen and (max-width: 1200px) {
	.main-visual::before {
		width: 7vw;
		height: 7vw;
	}
	.main-visual .catch {
		font-size: 1.500em;
		padding: 30px 30px;
	}
}

@media screen and (max-width: 1000px) {
	.main-visual .catch {
		top: 7vw;
	}
}
@media screen and (max-width: 700px) {
	.main-visual {
		height: inherit;
		margin-bottom: 50px;
	}
	.main-visual::before {
		display: none;
	}
	.main-visual .catch {
		position: inherit;
		top: inherit;
		left: inherit;
		width: 100%;
	}
	.main-visual .catch .qualification {
		position: inherit;
		bottom: -30px;
		font-size: 14px;
	}
	.main-visual figure {
		position: inherit;
		top: inherit;
		right: inherit;
		width:100%;
	}
	.main-visual .name {
		font-size: 1.071em;
		position: relative;
		bottom: inherit; 
		right: inherit;
		height: auto;
		padding: 10px 20px;
		display: inline-block;
		margin: -20px 10px 30px auto;
		float: right;
		min-width: 80%;
	}
}

/* ==============================================
    faq-section
============================================== */
.faq-section dl {

}
.faq-section dt {
	font-size: 1.625em;/*26px*/
	font-weight: 900;
	margin-bottom: 10px;
}
.faq-section dt span {
	font-size: 1.538em;/*40px*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #ff0000;
}
.faq-section dd {
	font-size: 1.125em;/*18px*/
	font-weight: 300;
	margin-bottom: 30px;
	margin-left: 50px;
}

@media screen and (max-width: 1000px) {
	.faq-section dd {
		font-size: 1.000em;
	}
}
@media screen and (max-width: 700px) {

}

#faq-section1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#faq-section1 div {
	width: 50%;
}
#faq-section1 div.col-left {
	order: 1;
}
#faq-section1 div.col-right {
	order: 2;
}
#faq-section1 dl {
	margin: 0 50px;
}
#faq-section1 dt {
	
}
#faq-section1 dt span {
	
}
#faq-section1 dd {

}

#faq-section1 div.col-left figure {
	margin-bottom: 50px;
}
#faq-section1 div.col-right figure {
	margin-top: 50px;
	text-align: right;
}

@media screen and (max-width: 1000px) {
	#faq-section1 dl {
		margin: 0 20px;
	}
}

@media screen and (max-width: 700px) {
	#faq-section1 {
		display: block;
	}
	#faq-section1 div {
		width: 100%;
	}
	#faq-section1 div.col-left figure {
		margin-bottom: 50px;
		text-align: center;
	}
	#faq-section1 div.col-right figure {
		margin-top: 50px;
		margin-bottom: 10px;
		text-align: center;
	}
	#faq-section1 div figure img {
		width: 100%;
	}
}

#faq-section2 {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 0;
}
/*#faq-section2::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px; bottom: 0;left: 20%;
	background: #0958a5;
	transform: skewX(-35deg);
	width: 55%;
	width: 80%;
	height: 100%;
	z-index: -1;
}*/
#faq-section2 .col::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 0px;
	width: 120px;
	height: 120px;
	background: url("image/icon_stand.svg") 0 0 / contain;
}


#faq-section2 figure {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 35%;
	z-index: 3;
}
#faq-section2 .col {
	/*margin-left: 38%;*/
	padding: 80px 50px 50px 0;
	margin-left: 11%;
	background: #0958a5;
	flex: 1;
	position: relative;
	z-index: 0;
}
#faq-section2 .col::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px; bottom: 0;left: -50%;
	background: #0958a5;
	transform: skewX(-35deg);
	width: 200%;
	height: 100%;
	z-index: -1;
}

#faq-section2 dt,
#faq-section2 dd,
#faq-section2 dt span {
	color: #fff;
}

@media screen and (max-width: 1200px) {
	#faq-section2 .col::after {
		width: 10vw;
		height: 10vw;
	}
	#faq-section2 figure {
		width: 30%;
	}
}

@media screen and (max-width: 1000px) {
	#faq-section2 .col::before {
		left: -70%;
	}
}

@media screen and (max-width: 700px) {
	#faq-section2 {
		display: block;
	}
	#faq-section2 figure {
		width: 60%;
		margin: 0 auto 20px;
		text-align: center;
	}
	#faq-section2 figure img {
		width: 100%;
	}
	#faq-section2 .col::before {
		display: none;
	}
	#faq-section2 .col {
		margin-left: 0;
		padding: 80px 30px 50px 30px;
	}
}

#faq-section3 {
	margin: 50px 50px 0;
}

@media screen and (max-width: 700px) {
	#faq-section3 {
		margin: 30px 20px 0;
	}
}

/* ==============================================
    memberlist
============================================== */
.memberlist {
	width: 850px;
	margin: 0 auto;
	padding: 90px 0;
}
.memberlist li {
	padding: 0 15px;
	text-align: center;
	transition: .4s;
}
.memberlist li figcaption {
	color: #2e2e2e;
	margin-top: 10px;
}
.memberlist li a {
	outline: none;
}
.memberlist li:hover {
	opacity: 0.8 !important;
}

.memberlist .btn_list {
	font-size: 1.125em;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
}
.memberlist .btn_list a {
	color: #0958a5;
	display: inline-block;
}
.memberlist .btn_list a::before {
	content: "";
	display: block;
	background: url("image/icon_list.svg") no-repeat 0 0 / contain;
	width: 36px;
	height: 36px;
	margin: 0 auto 10px;
}


@media screen and (max-width: 900px) {
	.memberlist {
		width: 90%;
	}
	.memberlist li figcaption {
		font-size: 0.875em;
	}
}
@media screen and (max-width: 700px) {
	.memberlist {
		width: 70%;
	}
	.memberlist li {
		padding: 0 0px;
	}
}

.slick-prev,
.slick-next {
	width: 40px !important;
	height: 40px !important;
	margin-top: -20px;
	z-index: 1;
}
.slick-prev:before,
.slick-next:before {
	content: "";
	text-indent: -999999px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
}

.slick-prev:before {
	background-image: url("image/arrow3_b.svg");
	transform: rotate(180deg);
}
.slick-next:before {
	background-image: url("image/arrow3_b.svg");
}
.slick-prev
{
    left: -80px !important;
}
[dir='rtl'] .slick-prev
{
    right: -80px !important;
    left: auto;
}
.slick-next
{
    right: -80px !important;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -80px !important;
}
@media screen and (max-width: 1000px) {
	.slick-prev
	{
		left: -30px !important;
	}
	[dir='rtl'] .slick-prev
	{
		right: -30px !important;
		left: auto;
	}
	.slick-next
	{
		right: -30px !important;
	}
	[dir='rtl'] .slick-next
	{
		right: auto;
		left: -30px !important;
	}

	.slick-prev,
	.slick-next {
		width: 20px !important;
		height: 20px !important;
		margin-top: -15px;
	}
	.slick-prev:before,
	.slick-next:before {
		width: 20px !important;
		height: 20px !important;
	}
}

@media screen and (max-width: 700px) {
	.slick-prev
	{
		left: -25px !important;
	}
	[dir='rtl'] .slick-prev
	{
		right: -25px !important;
		left: auto;
	}
	.slick-next
	{
		right: -25px !important;
	}
	[dir='rtl'] .slick-next
	{
		right: auto;
		left: -25px !important;
	}
}


/* ==============================================
    interview-archive
============================================== */
.interview-archive ul {
	
}



