@charset "UTF-8";

/*

font-size:
13px : 1em
16px : 1.23em
24px : 1.85em
*/

/* =======================================================
	 single
======================================================= */

body {
	font-weight: normal;
}

#colorboxClose {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background:rgba(229,185,190,0.95);
	top: 0;
}

#single {
	position: relative;
	z-index: 100;
}

img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	display: block;
	vertical-align: top;
}

.maxwidth {
	max-width: 768px;
	margin: 0 auto;
}

figure {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a img {
	outline: none;
	border: none;
}

a:hover {
	opacity: 0.7;
}

h1 {
	font-size: 1.7em;
	line-height: 1.6em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.6em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.6em;
}

p {
	text-align: justify;
	text-justify: inter-character;
}

.logos {
	display: block;
	text-align: center;
	width: 100%;}

.logos img {
	margin: 1.2em auto 1em;
	position: relative;
}

#single main {
	max-width: calc(600px + 10%);
	padding: 0 5%;
	margin: -25px auto 4em;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

#single main .toplink {
	text-align: center;
	padding: 0;
	margin: 2em auto;
	position: relative;
	width: 17em;
}

#single main .toplink a {
	color: #000;
	background: #AACCAC;
	text-decoration: none;
	font-weight: 800;
	font-size: 1.25em;
	line-height: 1.6em;
	padding: 0.5em 0 0.7em;
	width: 100%;
	display: block;
}

#single main .toplink:before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-top: 3px solid #AACCAC;
	border-right: 3px solid #AACCAC;
	-moz-transform: rotate(135deg) translateY(-50%);
	-webkit-transform: rotate(135deg) translateY(-50%);
	-o-transform: rotate(135deg) translateY(-50%);
	-ms-transform: rotate(135deg) translateY(-50%);
	transform: rotate(135deg) translateY(-50%);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: calc(50% - 0.5em);
}

#single main .toplink:after {
	content: '';
	width: 1.6em;
	height: 1.6em;
	display: block;
	border-radius: 50%;
	border: 3px solid #AACCAC;
	background: #fff;
	position: absolute;
	z-index: 1;
	left: calc(50% - 0.7em);
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	box-sizing: border-box;
}

/* knowledge */

#single.knowledge article section {
	padding-top: 2em;
}

#single.knowledge article section .single_base {
	color: #AACCAC;
	text-align: center;
	display: block;
}

#single.knowledge article section .single_title {
	text-align: center;
	padding: 0;
	margin-top: 0;
}

/* repair-case */

#single.repair-case {
	background: #fff;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}

#single.repair-case main {
	padding: 0;
}

#case_link {
	background: #F4C7CD;
	text-align: center;
}

#case_link div {
	clear: both;
	padding: 1em 0;
	margin: 0 auto;
	width: calc(100% / 2);
}

#case_link div a {
	background: #fff;
	border: 2px solid #F4C7CD;
	padding: 0 3em 0 1.5em;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	line-height: 45px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	position: relative;
}

#case_link div a:after {
	content: '';
	display: block;
	background: url(../images/ico_arrow_b02.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 15px;
	top: calc(50% - 0.7em);
	width: 1.4em;
	height: 1.4em;
}

#single.repair-case section.repair-case-img {
	background: #fff;
	padding: 2em 0 3em;
}

#single.repair-case section.repair-case-img ul {
	padding: 0;
	margin: 0;
	list-style: none; 
}

.slick-slider .slick-track, .slick-slider .slick-list {
	padding-bottom: 2em !important;
}

#single.repair-case section.repair-case-img ul .slick-slide {
    padding-bottom: 0;
}

.slick-slide p {
	padding: 0;
	margin: 0.5em 0;
	position: relative;
}

.slick-dots {
	position: relative !important;
	bottom: 0;
}

#single.repair-case section.repair-case-img figure {
	width: 100%;
	padding: 0;
	margin: 0 !important;
	position: relative;
	background: #f2f2f2;
}

#single.repair-case section.repair-case-img figure:before {
	content: "";
    display: block;
/*    padding-top: 100%; */
}

#single.repair-case section.repair-case-img figure img {
/*	position: absolute;
	top: 0;
	width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%); */
    display: block;
    vertical-align: top;
	width: auto;
    height: auto;
    min-width: auto;
    min-height: auto;
    margin: 0 auto;
}

#single.repair-case section.repair-case-info {
	padding: 0;
	margin-bottom: 2em;
	overflow: hidden;
	zoom: 1;
}

#single.repair-case section.repair-case-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	width: 100%;
	float: none;
	clear: both;
}

#single.repair-case section.repair-case-info ul li {
	padding: 1em;
	margin: 0;
	box-sizing: border-box;
	background: #FAEAEC;
}

#single.repair-case section.repair-case-info ul li:nth-of-type(even) {
	background: #fff;
}

#single.repair-case section.repair-case-info ul li span {
	width: 6em;
	display: inline-block;
}

#single.repair-case section.repair-case-info ul li strong {
	font-weight: normal;
}


#single.repair-case section.repair-case-info ul li strong i {
	font-style: normal;
	margin-right: 2em;
}

#single.repair-case section.repair-case-info ul li p {
	padding: 0;
	margin: 0;
	text-align: left;
}

#single.repair-case div {
	clear: both;
	margin: 2em 0 4em;;
}

#single.repair-case div a {
	background: #F4C7CD;
	border: 2px solid #F4C7CD;
	padding: 0 3em 0 1.5em;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	line-height: 45px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	position: relative;
}

#single.repair-case div a:after {
	content: '';
	display: block;
	background: url(../images/ico_arrow_b02.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 15px;
	top: calc(50% - 0.7em);
	width: 1.4em;
	height: 1.4em;
}

#single_btn a:after {
	content: '';
	width: 1.6em;
	height: 1.6em;
	display: block;
	border-radius: 50%;
	border: 3px solid #316FB7;
	background: #fff;
	position: absolute;
	z-index: 100;
	bottom: -1.6em;
	left: calc(50% - 0.8em);
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	box-sizing: border-box;
}

#single_cls {
	position: relative;
	height: 4em;
}

#single_cls a {
	text-align: center;
	width: 10em;
	height: 3.3em;
	padding: 0;
	font-size: 1em;
	line-height: 3em;
	background: #fff;
	color: #E5B9BE;
	position: absolute;
	z-index: 10;
	top: 1em;
	bottom: -4em;
	font-weight: 900;
	left: calc(50% - 5em);
	border: 1px solid #E5B9BE;
	box-sizing: border-box;
	outline: none;
}

#single_cls a:after {
	content: '';
	display: block;
	background: url(../images/ico_arrow_b02.svg) no-repeat;
	background-size: 99%;
	position: absolute;
	right: 0.7em;
	top: 1em;
	width: 1.4em;
	height: 1.4em;
}

/* #single.interview
======================================================= */

#single.interview {
	padding: 4em 0;
}

#single.interview .header {
	background: #316FB710;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	box-sizing: border-box;
}

#single.interview .header figure {
	width: 45%;
	float: right;
}

#single.interview .header div {
    width: 50%;
    top: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 1em;
    transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

#single.interview .header div span {
	font-size: 1.4em;
}

#single.interview .header div span h3 {
	margin: 0;
}

#single.interview .header div span p {
	margin: 1em 0 0;
	font-size: 0.8em;
	line-height: 1.5em;
}

#single.interview .interview-info {
	padding: 3% 5%;
	box-sizing: border-box;
}

#single.interview .interview-info .interview-info-in {
	max-width: 860px;
	margin: 0 auto;
}

#single.interview .interview-info h2 {
	padding: 1em;
	font-size: 1.2em;
	display: block;
	background: #f3f7fa;
	box-sizing: border-box;
	position: relative;
}

#single.interview .interview-info p {
	padding: 1em 3em 3em 2em;
	box-sizing: border-box;
}

#single.interview .interview-company {
	background: #316FB710;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	max-width: 860px;
	margin: 0 auto;
}

#single.interview .interview-company h3 {
    margin: 0 0 0.5em;
}

#single.interview .interview-company ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#single.interview .interview-company ul li {
    padding: 0;
    margin: 0;
}

#single.interview .interview-company .center {
	display: block;
	clear: both;
	margin-bottom: 1em;
}

#single.interview .interview-company .left {
	width: 40%;
	float: left;
}

#single.interview .interview-company .left figure {
	width: 100%;
}


#single.interview .interview-company .right {
	width: 60%;
	float: left;
	padding-left:  3%;
	box-sizing: border-box;
}

#single.interview .interview-company .right.nonleft {
	padding-left: 0;
}

#single.interview .interview-company .right figure {
	width: 50%;
	float: left;
	text-align: right;
}

#single.interview .interview-company .right.nonleft figure {
	width: 38%;
	float: left;
	text-align: right;
}

#single.interview .interview-company .right figure img {
	height: auto;
	width: 100%;
	max-width: 190px;
	margin-left: auto !important;
}

#single.interview .interview-company .right div {
	overflow: hidden;
	padding-left: 3%;
	box-sizing: border-box;
	font-size: 0.9em;
	line-height: 1.4em;
}

#single.interview .interview-company .right div p {
    margin: 0;
}

#single.interview .interview-company .right div span {
    margin: 1em 0;
    display: block;
}

#single.interview .interview-company .yousu {
	clear: both;
	overflow: hidden;
	padding: 2em 0 0;
}

#single.interview .interview-company .yousu ul {
	padding: 0;
	margin: -0.5em -0.5em 0;
	list-style: none;
	display: block;
}

#single.interview .interview-company .yousu ul li {
    padding: 0;
    margin: 0.5em;
    width: calc((100% / 3) - 1em);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

#single.interview .interview-company .yousu figure {
	padding: 0;
	margin: 0;
	text-align: center;
	height: auto;
	position: relative;
	overflow: hidden;
}

#single.interview .interview-company .yousu figure img {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#single.interview .interview-ex {
	background: #F4C7CD;
	padding: 20px 0 0;
	margin: 3% auto;
	max-width: 860px;
	box-szing: border-box;
}

#single.interview .interview-ex h3 {
    text-align: center;
    margin: 0;
}

#single.interview .interview-ex ul {
	list-style: none;
	padding: 2% 2% 0;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

#single.interview .interview-ex li {
	width: 32%;
	position: relative;
	font-size: 0.8em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 2% 2%;
	float: left;
}

#single.interview .interview-ex li a {
	width: 100%;
	height: 100%;
	display: block;
}

#single.interview .interview-ex li:nth-of-type(3n+1) {
	margin-left: 0;
}

#single.interview .interview-ex li a::before {
    content: '＋';
    border: 1px solid #000;
    width: 1.4em;
    height: 1.4em;
    font-size: 1.2em;
    line-height: 1.4em;
    vertical-align: 1.4em;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 10;
    background: #fff;
}

#single.interview .interview-ex li figure {
	width: 100%;
	height: 0;
	padding-top: 70%;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#single.interview .interview-ex li figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit- transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	min-height: auto;
	z-index: 1;
}

#single.interview .interview-ex li span {
	text-align: left;
	display: block;
	position: absolute;
	width: 100%;
	bottom: 1em;
	left: 1em;
	z-index: 1;
}

#single.interview .interview-ex li span strong {
	display: inline-block;
	z-index: 2;
	font-weight: normal;
	background: #fff;
	color: #000;
	padding: 0.8em 1.3em;
	width: auto;
	box-sizing: border-box;
	border-radius: 3em;
}

#single.interview .interview-link {
	padding: 2em 5% 0;
	margin: 0 auto;
	text-align: center;
}

#single.interview .interview-link a {
	background: #316FB725;
	padding: 1em 0;
	margin: 0 auto;
	display: block;
	color: #000;
	text-align: center;
	font-weight: bold;
	position: relative;
	max-width: 860px;
}

#single.interview .interview-link a::after {
	content: '';
	display: block;
	background: url(../images/ico_arrow_b01.svg) no-repeat;
	background-size: 100%;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
    transform:rotate(-90deg);
	position: absolute;
	right: 1em;
	top: calc(50% - 0.7em);
	width: 1.4em;
	height: 1.4em;
}


@media(max-width:640px) and (min-width: 1px){

#single.repair-case {
	width: 90%;
	margin: 0 auto;
	max-width: 600px;
}

#single.interview .interview-ex li {
	width: 49%;
}

#single.interview .interview-ex li:nth-of-type(3n+1) {
	margin-left: 2%;
}

#single.interview .interview-ex li:nth-of-type(2n+1) {
	margin-left: 0;
}


#single.interview .interview-company .left {
	width: 100%;
	float: none;
	margin-bottom: 1em;
}

#single.interview .interview-company figure {
	width: 100%;
	float: none;
}

#single.interview .interview-company .right {
	width: 100%;
	float: left;
	padding-left: 0;
	box-sizing: border-box;
}

#single.interview .interview-company .right figure {
	width: 30%;
	float: left;
	text-align: right;
	min-width: 120px;
}

#single.interview .interview-company .right figure img {
	max-width: 100%;
}

#single.interview .interview-company .yousu ul li {
    width: calc((100% / 2) - 1em);
}

#single.interview .interview-company .yousu figure img {
	padding: 0;
	margin: 0;
	height: auto;
}

}

@media(max-width:520px) and (min-width: 1px){

#single.interview .header figure {
	width: 100%;
	float: none;
}

#single.interview .header div {
    width: 100%;
    top: 0;
    position: static;
    left: 1em;
    transform: translateY(0);
	-webkit- transform: translateY(0);
	padding: 1em 0;
}

}

@media(max-width:480px) and (min-width: 1px){

#case_link div {
	padding: 0.5em 0;
	width: calc((100% / 2) + 0.5em);
}

}

@media(max-width:420px) and (min-width: 1px){

#single.repair-case section.repair-case-info {
	font-size: 0.9em;
}

#single.repair-case section.repair-case-info ul li {
	padding: 0.7em 1em;
}

body#colorboxClose {
	min-height: 100%;
}

#single.repair-case {
	width: 90%;
	margin: 0 auto;
	max-width: 400px;
}

}