@charset "UTF-8";

/* ------------------------------
    breadcrumb
------------------------------ */
.breadcrumb.mt_0{
  margin-top: 0;
  padding-top: 12px;
}

/* ------------------------------
    mv
------------------------------ */

#mv {
	position: relative;
	background-size: cover !important;
	height: 330px;
}
#mv.companies {
	background: url(../img/companies/bg_mv.jpg) no-repeat center center;
}
#mv.interview {
	background: url(../img/interview/bg_mv.jpg) no-repeat center center;
}
#mv h1 {
	position: absolute;
	bottom: 78px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#mv.interview h1 img {
	width: 290px;
}
#mv h1 span {
	display: block;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	margin-top: 15px;
}


/* ------------------------------
    list
------------------------------ */

#list .description {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-top: 15px;
}
#list .cat_list {
	font-size: 0;
	text-align: right;
	margin-top: 25px;
}
#list .cat_list li {
	min-width: 120px;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	margin-left: 13px;
}
#list .cat_list li a {
	display: block;
	width: 100%;
	border: #000 2px solid;
	border-radius: 18px;
	padding: 0 30px;
	font-weight: bold;
	text-align: center;
}
#list .cat_list li.active a,
#list .cat_list li a:hover {
	background: #00ada0;
	border: #00ada0 2px solid;
	color: #fff;
}
#list .count {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 45px;
}
#list .count.interview {
	margin-top: 3px;
}
#list .count span {
	color: #00ada0;
	font-size: 3rem;
	margin-right: 4px;
}
#list .list {
	font-size: 0;
	margin-top: 14px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: #aeaeae 1px solid;
}
#list .breadcrumb + .list {
	margin-top: 20px;
}
#list .list > a {
	display: inline-block;
	width: 330px;
	margin-left: 85px;
	margin-bottom: 50px;
	position: relative;
	vertical-align: top;
}
#list .list.interview {
	border-top: none;
	padding-top: 0;
}
#list .list.interview > a {
	margin-top: 13px;
	vertical-align: top;
}
#list .list > a:nth-of-type(3n+1) {
	margin-left: 0;
}
#list .list a .txt {
	padding-top: 12px;
	padding-right: 50px;
	position: relative;
}
#list .list a .cat {
	position: absolute;
	border: #00a9b6 2px solid;
	color: #00ada0;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	width: 115px;
	background: #fff;
	top: -13px;
	left: 11px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
#list .list a .txt::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/common/arrow2.png) no-repeat center center;
	background-size: contain;
	top: 50%;
	right: 3px;
	margin-top: -10px;
}
#list .list a .txt .ttl {
	font-size: 1.8rem;
	font-weight: bold;
}
#list .list.interview a .txt .ttl {
	font-size: 1.6rem;
	line-height: 1.5;
}
#list .list a .txt .location {
	font-size: 1.2rem;
	margin-top: 10px;
}
#list .list a .txt .company {
	font-size: 1.4rem;
	margin-top: 10px;
}
#list .list a .txt .catch {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 10px;
	color: #00ada0;
	line-height: 1.6;
}
#list .list a .txt .tag {
	font-size: 0;
	margin-top: 15px;
}
#list .list a .txt .tag li {
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 10px;
	background: #d6d6d6;
	margin-right: 7px;
	margin-bottom: 8px;
}


/* ------------------------------
    company_head
------------------------------ */

#company_head {
	background: url(../img/common/bg_dot.png) repeat top center;
	margin-top: 25px;
	padding: 20px 0 35px;
}
#company_head .wrap {
	position: relative;
}
#company_head .slider {
	width: 665px;
}
#company_head .slider .fade:hover > * {
	opacity: 0.7;
}
#company_head .slider .fade > * {
	transition: opacity 0.3s ease-out;
}
#company_head .slider .caption {
	padding: 20px;
	color: #fff;
	background: #00ada0;
	font-weight: bold;
}
#company_head .slider .slick-dots {
	bottom: -35px;
	left: 0;
}
#company_head .slider .slick-dots li button {
	width: 10px;
	height: 10px;
}
#company_head .slider .slick-dots li button::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #00ada0;
	border-radius: 50%;
	opacity: 1;
	top: auto;
	left: auto;
	transition: all 0.3s ease-out;
}
#company_head .slider .slick-dots li button:hover::before {
	opacity: 0.7;
}
#company_head .slider .slick-dots li.slick-active button::before {
	background: #000;
}
#company_head .slider .slick-dots li.slick-active button::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: #000 1px solid;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#company_head .wrap .box {
	position: absolute;
	background: #fff;
	padding: 26px 40px 40px 30px;
	width: 521px;
	right: 0;
	top: 30px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
#company_head .wrap .txt .ttl {
	font-size: 3rem;
	font-weight: bold;
	margin-top: 10px;
}
#company_head .wrap .txt .location {
	margin-top: 10px;
}
#company_head .wrap .txt .catch {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 20px;
	color: #00ada0;
	line-height: 1.4;
}
#company_head .wrap .tag {
	font-size: 0;
	margin-top: 15px;
}
#company_head .wrap .tag:first-child {
	margin-top: 0;
	margin-bottom: 10px;
}
#company_head .wrap .tag li {
	display: inline-block;
	font-size: 1.4rem;
	padding: 7px 20px;
	border-radius: 14px;
	background: #d6d6d6;
	margin-right: 8px;
	margin-bottom: 8px;
}
#company_head .wrap .txt .content {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 15px;
}


/* ------------------------------
    info
------------------------------ */

#info {
	padding: 30px 0 100px;
}
.interview #info {
	padding-bottom: 0;
}
#info .data {
	display: table;
	width: 100%;
}
#info .data h2 {
	width: 146px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #f8b616;
	border-radius: 8px 0 0 8px;
	font-size: 2rem;
	font-weight: bold;
	padding: 0 26px;
}
#info .data .data_detail {
	display: table-cell;
	background: #efefef;
	border-radius: 0 8px 8px 0;
	padding: 20px;
	font-size: 1.4rem;
}
#info .data .data_detail hr {
	border: 0;
	border-bottom: #ccc 1px solid;
	margin: 30px 0;
}
#info .data .data_detail .name {
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
}
#info .data .data_detail .name.green {
	color: #00ada0;
}
#info .data .data_detail .url {
	display: inline-block;
	margin-left: 60px;
}
#info .data .data_detail .url:first-child {
	margin-left: 0;
}
#info .data .data_detail .url a {
	color: #00ada0;
	font-weight: bold;
	position: relative;
}
#info .data .data_detail .url a::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(../img/common/blank_green.png) center center;
	background-size: contain;
	position: absolute;
	top: 7px;
	right: -14px;
}
#info .data .data_detail .url a:hover {
	text-decoration: underline;
}
#info .data .data_detail dl.data_list {
	margin-top: 15px;
	line-height: 2.3;
	letter-spacing: -0.5em;
}
#info .data .data_detail dl.data_list .item {
	display: inline-block;
	padding-right: 15px;
	letter-spacing: normal;
}
#info .data .data_detail dl.data_list .item.w100 {
	width: 100%;
}


#info .data .data_detail dl.data_list dt {
	display: inline-block;
	width: 80px;
	background: #fff;
	padding: 0 4px;
	height: 24px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 24px;
	border-radius: 12px;
	vertical-align: top;
}
#info .data .data_detail dl.data_list dd {
	display: inline-block;
	padding: 2px 15px 10px;
	vertical-align: top;
	line-height: 1.2;
}
#info .data .data_detail dl.data_list dd.type01 {
	width: 365px;
}
#info .data .data_detail dl.data_list dd.type02 {
	width: 240px;
}
#info .data .data_detail dl.data_list dd.type03 {
	width: 105px;
}
#info .data .data_detail dl.data_list dd.type04 {
	width: 435px;
}
#info .data .data_detail dl.data_list dd.type05 {
	width: 885px;
}

#info .data .data_detail dl.achievements {
	width: 100%;
	margin-top: 10px;
	display: table;
}
#info .data .data_detail dl.achievements dt {
	background: #eef9f8;
	color: #00ada0;
	font-weight: bold;
	padding: 13px 8px;
	display: table-cell;
	width: 116px;
	text-align: center;
}
#info .data .data_detail dl.achievements dd {
	padding: 13px 15px;
	font-weight: 500;
	display: table-cell;
	background: #fff;
}

#info .p-companyTab {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 70px auto 0;
}

#info .p-companyTab li {
	width: 344px;
	margin-left: 13px;
}
#info .p-companyTab li:first-child {
	margin-left: 0;
}

#info .p-companyTab__btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-style: solid;
	border-width: 2px 2px 0 2px;
	border-color: #EFEFEF transparent transparent transparent;
	background: #EFEFEF;
	color: #888888;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#info .p-companyTab__btn::after  {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	margin: 0 auto;
	display: inline-block;
	width: auto;
	height: 2px;
	background: #26ADA0;
}
#info .p-companyTab__btn.-active {
	border-color: #26ADA0;
	background: #fff;
	color: #00ADA0;
}
#info .p-companyTab__btn.-active::after {
	background: #fff;
}

#info .p-companyTabContent {
	border-top: 2px solid #26ADA0;
}
#info .p-companyTabContent__item {
	display: none;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 0 50px;
}
#info .p-companyTabContent__item.-active {
	display: block;
}

#info h3.quotation {
	border-top: #000 3px solid;
	border-bottom: #000 3px solid;
	text-align: center;
	padding: 17px 0;
	width: 526px;
	margin: 0 auto;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	margin-top: 60px;
	margin-bottom: 55px;
}


#info h3.quotation::before {
	content: "";
	display: block;
	width: 46px;
	height: 28px;
	background: url(../img/companies/quotation.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -25px;
}
#info h3.quotation::after {
	content: "";
	display: block;
	width: 46px;
	height: 28px;
	background: url(../img/companies/quotation.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: -25px;
	transform: rotate(180deg);
}

#info .complete_picture {
	max-width: 100%;
	margin: 0 auto;
}
#info .complete_picture .img {
	width: 100%;
	margin: 16px 0 16px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	#info .complete_picture .img .cbGallery {
		cursor: default;
		pointer-events: none;
	}
}
#info .complete_picture .img .caption {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.3;
}
#info .complete_picture h4 {
	font-size: 2rem;
	font-weight: bold;
	margin: 30px 0 10px;
	color: #00ada0;
	line-height: 1.4;
}

#info .complete_picture > *:first-child {
	margin-top: 0;
}

#info .complete_picture h5 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 30px 0 10px;
	line-height: 1.4;
}
#info .complete_picture p {
	margin: 10px 0 10px;
	font-size: 1.6rem;
	line-height: 1.7;
}

#info .complete_picture h4 + h5 {
	margin-top: 16px;
}

#info .sales_point {
	max-width: 780px;
	margin: 0 auto;
}
#info .sales_point li {
	margin-bottom: 80px;
}
#info .sales_point li .img {
	width: 100%;
	margin: 0 0 18px;
	text-align: center;
}
#info .sales_point li .img .caption {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.3;
}
#info .sales_point li .txt {
	width: 100%;
}

#info .sales_point li .txt h4 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 18px;
	color: #00ada0;
	line-height: 1.4;
}
#info .sales_point li .txt p {
	font-size: 1.6rem;
	line-height: 1.7;
}

#info .sales_point + h3 {
	margin-top: 85px;
}
#info .products {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#info .products li {
	width: 47%;
	margin-bottom: 35px;
}
#info .products li .img {
	width: 100%;
	margin: 0 0 24px;
	text-align: center;
}
#info .products li .txt {
	width: 100%;
}
#info .products li .txt h4 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 18px;
	color: #00ada0;
	line-height: 1.4;
}
#info .products li .txt p {
	font-size: 1.6rem;
	line-height: 1.8;
}


/* ------------------------------
    relation
------------------------------ */

#relation {
	background: url(../img/companies/bg_relation.png) repeat top center;
	padding: 40px 0 0;
	position: relative;
	margin: 40px 0 0;
}
#relation h2 {
	width: 190px;
	color: #f8b616;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	padding: 3px 0 7px;
	background-image: url(../img/companies/h2_relation_l.png), url(../img/companies/h2_relation_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center left, center right;
}
#relation h2 span {
	display: block;
	position: relative;
}
#relation .description {
	text-align: center;
	font-size: 1.6rem;
}

#relation .slider {
	width: 100%;
	margin: 40px auto 0;
	font-size: 0;
}
#relation .slider a {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-top: 12px;
	margin-left: 4%;
	margin-bottom: 40px;
}
#relation .slider a:nth-of-type(4n+1) {
	margin-left: 0;
}
#relation .slider a .img {
	width: 100%;
}
#relation .slider a .img img {
	width: 100%;
}
#relation .slider a .cat {
	position: absolute;
	border: #00a9b6 2px solid;
	color: #00ada0;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding: 6px 0;
	width: 115px;
	background: #fff;
	top: 0;
	left: 11px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
#relation .slider a .txt {
	background: #fff;
	padding: 10px 15px 23px;
}
#relation .slider a .txt .ttl {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
#relation .slider a .txt .company {
	margin-top: 10px;
}
#relation .slider .slick-prev::before {
	content: url(../img/index/slick_left.png);
}
#relation .slider .slick-next::before {
	content: url(../img/index/slick_right.png);
}
#relation .slider .slick-prev, #pickup .slider .slick-next {
	z-index: 99;
	width: auto;
	height: auto;
}
#relation .slider .slick-prev {
	left: 0;
}
#relation .slider .slick-next {
	right: 0;
}
#relation .slider .slick-prev::before, #relation .slider .slick-next::before {
	transition: all 0.3s ease-out;
	opacity: 1;
}
#relation .slider .slick-prev:hover::before, #relation .slider .slick-next:hover::before {
	opacity: 0.7;
}
#relation .slider .slick-dots {
	bottom: -56px;
	left: 0;
}
#relation .slider .slick-dots li button {
	width: 10px;
	height: 10px;
}
#relation .slider .slick-dots li button::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	top: auto;
	left: auto;
	transition: all 0.3s ease-out;
}
#relation .slider .slick-dots li button:hover::before {
	opacity: 0.7;
}
#relation .slider .slick-dots li.slick-active button::before {
	background: #000;
}
#relation .slider .slick-dots li.slick-active button::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: #000 1px solid;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


/* ------------------------------
    btn_area
------------------------------ */

#btn_area {
	width: 758px;
	margin: 0 auto;
	padding: 45px 0 55px;
	font-size: 0;
	text-align: center;
}
#btn_area .green-btn {
	width: 360px;
	display: inline-block;
}
#btn_area .green-btn span {
	position: relative;
}
#btn_area .green-btn span::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background: url(../img/common/blank_white.png) center center;
	background-size: contain;
	position: absolute;
	top: 9px;
	right: -16px;
}
#btn_area .green-btn:hover span::after {
	background: url(../img/common/blank_green.png) center center;
	background-size: contain;
}
#btn_area .green-btn.back {
	width: 450px;
	display: block;
}
#btn_area .green-btn + .green-btn {
	width: 360px;
	margin-left: 38px;
	display: inline-block;
}


/* ------------------------------
    bnr_area
------------------------------ */
#bnr_area {
	width: 758px;
	margin: 0 auto;
	padding: 25px 0 0;
	font-size: 0;
	text-align: center;
}


/* ------------------------------
    similar
------------------------------ */

#similar {
	background: #fefeed;
	padding: 35px 0 40px;
}
#similar h2 {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
#similar .list {
	font-size: 0;
	margin-top: 14px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#similar .list > a {
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin-left: 85px;
	margin-bottom: 50px;
}
#similar .list > a:nth-of-type(3n+1) {
	margin-left: 0;
}
#similar .list a .txt {
	padding-top: 12px;
	padding-right: 50px;
	position: relative;
}
#similar .list a .txt::after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../img/common/arrow2.png) no-repeat center center;
	background-size: contain;
	top: 50%;
	right: 3px;
	margin-top: -10px;
}
#similar .list a .txt .ttl {
	font-size: 1.8rem;
	font-weight: bold;
}
#similar .list a .txt .location {
	font-size: 1.2rem;
	margin-top: 10px;
}
#similar .list a .txt .catch {
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 10px;
	color: #00ada0;
	line-height: 1.6;
}
#similar .list a .txt .tag {
	font-size: 0;
	margin-top: 15px;
}
#similar .list a .txt .tag li {
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 10px;
	background: #d6d6d6;
	margin-right: 7px;
	margin-bottom: 8px;
}
#similar .green-btn {
	width: 360px;
	margin-top: 0;
}


/* ------------------------------
    interview_head
------------------------------ */

#interview_head {
	background: #edf9f8;
	margin-top: 25px;
}
#interview_head .wrap {
	width: 100%;
	display: flex;
	align-items: center;
}
#interview_head .wrap .img {
	width: 50%;
}
#interview_head .wrap .img img {
	width: 100%;
}
#interview_head .wrap .txt {
	width: 50%;
	padding: 10px 36px;
}
#interview_head .wrap .txt .date_cat {
	display: flex;
	align-items: center;
}
#interview_head .wrap .txt .date_cat .cat {
	display: block;
	border: #00a9b6 2px solid;
	color: #00ada0;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-left: 15px;
	width: auto;
	background: #fff;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
#interview_head .wrap .txt .date_cat .cat:hover {
	color: #fff;
	background: #00ada0;
}
#interview_head .wrap .txt .ttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
}
#interview_head .wrap .txt .profile_ttl {
	margin-top: 35px;
	color: #00ada0;
	font-size: 1.6rem;
	font-weight: bold;
}
#interview_head .wrap .txt .position {
	margin-top: 20px;
	font-size: 1.4rem;
}
#interview_head .wrap .txt .position a {
	font-weight: bold;
	color: #00ada0;
}
#interview_head .wrap .txt .position a:hover {
	text-decoration: underline;
}
#interview_head .wrap .txt .profile {
/* 	width: 536px; */
	line-height: 1.8;
	margin-top: 10px;
}
#interview_head .wrap .txt .name {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 10px;
}
#interview_head .wrap .txt .name span {
	font-size: 1.4rem;
	font-weight: normal;
}


/* ------------------------------
    interview_content
------------------------------ */

#interview_content .wrap {
	max-width: 780px;
	padding: 50px 10px 0;
}
#interview_content .wrap h2 {
	width: 526px;
	margin: 0 auto 70px;
	font-size: 2.4rem;
	font-weight: bold;
	border-top: #000 3px solid;
	border-bottom: #000 3px solid;
	text-align: center;
	padding: 17px 0;
	position: relative;
}
#interview_content .wrap h2::before {
	content: "";
	display: block;
	width: 46px;
	height: 28px;
	background: url(../img/companies/quotation.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -25px;
}
#interview_content .wrap h2::after {
	content: "";
	display: block;
	width: 46px;
	height: 28px;
	background: url(../img/companies/quotation.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: -25px;
	transform: rotate(180deg);
}
#interview_content .wrap * + h2 {
	margin-top: 100px;
}
#interview_content .wrap h3 {
	color: #00ada0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
#interview_content .wrap * + h3 {
	margin-top: 50px;
}
#interview_content .wrap * + div {
	margin-top: 50px !important;
}
#interview_content .wrap img + h3 {
	margin-top: 80px;
}
#interview_content .wrap h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 35px;
}
#interview_content .wrap img {
	max-width: 100%;
	height: auto;
}
#interview_content .wrap p {
	font-size: 1.6rem;
	line-height: 1.9;
}
#interview_content .wrap div + p,
#interview_content .wrap p + p {
	margin-top: 40px;
}
#interview_content .wrap .aligncenter {
    display:block;
    margin:0 auto;
}
#interview_content .wrap .alignright {
	float:right;
}
#interview_content .wrap .alignleft {
	float:left;
}
#interview_content .wrap .txt_img {
	margin-top: 50px;
}
#interview_content .wrap h3 + .txt_img {
	margin-top: 0;
}
#interview_content .wrap .txt_img .txt {
	width: 415px;
	float: left;
}
#interview_content .wrap .txt_img .img {
	width: 320px;
	float: right;
	margin-top: 0;
}
#interview_content .wrap .full_img {
	width: 100%;
}
#interview_content .wrap .full_img img {
	width: 100%;
}
#interview_content .share {
	max-width: 780px;
	margin: 50px auto 65px;
	border-top: #000 3px solid;
	border-bottom: #000 3px solid;
	padding: 20px 6px;
	position: relative;
}
#interview_content .share::before {
	content: "";
	display: block;
	width: 46px;
	height: 28px;
	background: url(../img/companies/quotation.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -25px;
}
#interview_content .share::after {
	content: "";
	display: block;
	width: 46px;
	height: 28px;
	background: url(../img/companies/quotation.png) top left no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: -25px;
	transform: rotate(180deg);
}
#interview_content .share .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#interview_content .share ul {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#interview_content .share ul li {
	width: 60px;
	margin: 0 15px;
}
#interview_content .share ul li a {
	display: block;
	overflow: hidden;
	text-indent: -999em;
	background: no-repeat center center;
	line-height: 60px;
	border-radius: 50%;
}
#interview_content .share ul li.share_facebook a {
	background-image: url(../img/companies/ico_facebook.png);
	background-color: #3b5998;
	background-size: auto 20px;
}
#interview_content .share ul li.share_twitter a {
	background-image: url(../img/companies/ico_twitter.png);
	background-color: #51abf1;
	background-size: auto 17px;
}
#interview_content .share ul li.share_line a {
	background-image: url(../img/companies/ico_line.png);
	background-color: #19bc03;
	background-size: auto 30px;
}
#interview_content .share ul li.share_pocket a {
	background-image: url(../img/companies/ico_pocket.png);
	background-color: #e94559;
	background-size: auto 18px;
}
#interview_content .share ul li.share_hatena a {
	background-image: url(../img/companies/ico_hatena.png);
	background-color: #21a4db;
	background-size: auto 36px;
}

#interview_head .tag {
	font-size: 0;
	margin-top: 15px;
}
#interview_head .tag li {
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 10px;
	background: #d6d6d6;
	margin-right: 7px;
	margin-bottom: 8px;
}

@media screen and (max-width: 768px) {

	/* ------------------------------
	    mv
	------------------------------ */

	#mv {
		position: relative;
		background: none;
		height: auto;
	}
	#mv .img {
		width: 100%;
	}
	#mv h1 {
		position: absolute;
		top: 17vw;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	#mv.interview h1 {
		top: 12vw;
	}
	#mv.companies h1 img {
		width: 63%;
		max-width: 472px;
	}
	#mv.interview h1 img {
		width: 42.4%;
		max-width: 282px;
	}
	#mv h1 span {
		font-size: 2.4rem;
	}
	#mv.interview h1 span {
		font-size: 1.8rem;
	}

	/* ------------------------------
		list
	------------------------------ */

	#list .wrap {
		width: 95%;
		margin: 0 auto;
	}
	#list .description {
		font-size: 1.9rem;
		line-height: 1.3;
		margin-top: 20px;
	}
	#list .cat_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 25px;
	}
	#list .cat_list li {
		width: auto;
		min-width: 0;
		height: 33px;
		line-height: 33px;
		display: block;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#list .cat_list li.all {
		width: 100%;
	}
	#list .cat_list li a {
		font-size: 1.5rem;
		display: block;
		border: #000 1px solid;
	}
	#list .count {
		font-size: 1.6rem;
	}
	#list .count.interview {
		margin-top: 10px;
	}
	#list .count span {
		font-size: 2.8rem;
	}
	#list .list {
		font-size: 0;
		padding-top: 0;
		padding-bottom: 10px;
	}
	#list .list.interview {
	}
	#list .list > a {
		display: inline-block;
		width: 48%;
		margin-left: 0;
		margin-bottom: 5%;
	}
	#list .list.interview > a {
		margin-top: 0;
		margin-bottom: 5%;
	}
	#list .list > a:nth-of-type(3n+1) {
		margin-left: 4%;
	}
	#list .list a .cat {
		font-size: 1rem;
		padding: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#list .list a .txt {
		padding-top: 12px;
		padding-right: 25px;
	}
	#list .list a .txt::after {
		width: 16px;
		height: 16px;
		right: 3px;
		margin-top: -8px;
	}
	#list .list a .txt .ttl {
		font-size: 1.4rem;
		line-height: 1.2;
	}
	#list .list.interview a .txt .ttl {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	#list .list a .txt .location {
		font-size: 1.2rem;
		margin-top: 8px;
	}
	#list .list a .txt .company {
		font-size: 1.3rem;
		line-height: 1.3;
		margin-top: 8px;
	}
	#list .list a .txt .catch {
		font-size: 1.2rem;
		margin-top: 8px;
		line-height: 1.2;
	}
	#list .list a .txt .tag {
		font-size: 0;
		margin-top: 12px;
	}
	#list .list a .txt .tag li {
		display: inline-block;
		font-size: 1rem;
		padding: 5px 8px;
		border-radius: 10px;
		background: #d6d6d6;
		margin-right: 7px;
		margin-bottom: 8px;
	}


	/* ------------------------------
		company_head
	------------------------------ */

	#company_head {
		margin-top: 0;
		padding: 2.4% 0 8%;
	}
	#company_head .wrap {
		width: 95%;
		margin: 0 auto;
	}
	#company_head .slider {
		width: 100%;
	}
	#company_head .slider .caption {
		padding: 14px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	#company_head .wrap .box {
		position: static;
		padding: 4% 2.8%;
		width: 100%;
		margin-top: 55px;
	}
	#company_head .wrap .txt .date {
		font-size: 1.2rem;
	}
	#company_head .wrap .txt .ttl {
		font-size: 2rem;
		font-weight: bold;
		margin-top: 10px;
	}
	#company_head .wrap .txt .location {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	#company_head .wrap .txt .catch {
		margin-top: 12px;
		font-size: 1.8rem;
	}
	#company_head .wrap .tag {
		font-size: 0;
		margin-top: 15px;
	}
	#company_head .wrap .tag:first-child {
		margin-top: 0;
		margin-bottom: 3px;
	}
	#company_head .wrap .tag li {
		font-size: 1.4rem;
		padding: 4px 10px;
		border-radius: 10px;
		margin-right: 6px;
		margin-bottom: 6px;
	}
	#company_head .wrap .txt .content {
		font-size: 1.4rem;
		line-height: 1.4;
		margin-top: 8px;
	}


	/* ------------------------------
		info
	------------------------------ */

	#info {
		padding: 8% 0;
	}
	#interview_content + #info {
		padding-bottom: 16%;
	}
	.interview #interview_content + #info {
		padding-bottom: 0;
	}
	#info .wrap {
		width: 95%;
		margin: 0 auto;
	}
	#info .data {
		display: block;
		width: 100%;
	}
	#info .data h2 {
		width: 100%;
		display: block;
		font-size: 1.6rem;
		padding: 15px;
		border-radius: 8px 8px 0 0;
	}
	#info .data .data_detail {
		display: block;
		padding: 10px 16px;
		border-radius: 0 0 8px 8px;
	}
	#info .data .data_detail .name {
		font-size: 1.6rem;
		display: block;
	}
	#info .data .data_detail .url {
		display: block;
		margin-left: 0;
		margin-top: 8px;
	}
	#info .data .data_detail dl.data_list {
		margin-top: 15px;
		line-height: 2.3;
	}
	#info .data .data_detail dl.data_list .item {
		display: block;
		padding-right: 0;
	}
	#info .data .data_detail dl.data_list dt {
		width: 60px;
		background: #fff;
		padding: 0 8px;
		height: 18px;
		text-align: center;
		font-size: 1.1rem;
		line-height: 18px;
		border-radius: 9px;
	}
	#info .data .data_detail dl.data_list dd {
		width: calc(100% - 65px) !important;
		padding: 0 0 10px 8px;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	#info .data .data_detail dl.achievements dt {
		padding: 8px 8px;
		width: 90px;
		vertical-align: middle;
		font-size: 1.2rem;
	}
	#info .data .data_detail dl.achievements dd {
		padding: 13px 8px;
		font-size: 1.3rem;
		line-height: 1.4;
	}

	#info .p-companyTab {
		margin: 30px auto 0;
	}

	#info .p-companyTab li {
		width: 31%;
		margin-left: 1%;
	}
	#info .p-companyTab li:first-child {
		margin-left: 0;
	}

	#info .p-companyTab__btn {
		height: 43px;
		font-size: 1.1rem;
	}

	#info .p-companyTabContent__item {
		display: none;
		width: 100%;
		margin: 0 auto;
		padding: 26px 0 50px;
	}
	
	#info h3.quotation {
		padding: 15px 0;
		width: 100%;
		font-size: 2rem;
		margin-top: 60px;
		margin-bottom: 35px;
	}
	
	#info .complete_picture {
		width: 94%;
		margin: 0 auto;
		display: block;
	}
	#info .complete_picture h4 {
		font-size: 1.7rem;
	}
	#info .complete_picture h5 {
		font-size: 1.5rem;
	}
	#info .complete_picture p {
		font-size: 1.3rem;
		line-height: 1.7;
	}
	#info .complete_picture p.notes {
		text-align: right;
		font-size: 1.1rem;
		color: #333;
	}
	
	#info .sales_point {
		width: 94%;
		margin: 0 auto;
		display: block;
	}
	#info .sales_point li {
		display: block;
		margin-bottom: 35px;
	}
	#info .sales_point li .img {
		width: 100%;
		margin-bottom: 15px;
	}
	#info .sales_point li img {
		max-width: 100%;
	}
	#info .sales_point li .img .caption {
		font-size: 1.2rem;
	}
	#info .sales_point li .txt {
		width: 100% !important;
	}
	#info .sales_point li .txt h4 {
		font-size: 1.7rem;
/*		margin-top: 15px;*/
		margin-bottom: 10px;
	}
	#info .sales_point li .txt p {
		line-height: 1.4;
	}

	#info .sales_point + h3 {
		margin-top: 65px;
	}
	#info .products {
		width: 94%;
		margin: 0 auto;
		display: block;
	}
	#info .products li {
		width: 100%;
		display: block;
		margin-bottom: 35px;
	}
	#info .products li .img {
		width: 100%;
	}
	#info .products li .txt {
		width: 100%;
	}
	#info .products li .txt h4 {
		font-size: 1.7rem;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#info .products li .txt p {
		font-size: 1.6rem;
		line-height: 1.4;
	}


	/* ------------------------------
		relation
	------------------------------ */

	#relation {
		padding: 30px 0 0;
		position: relative;
		margin: 8% 0 0;
	}
	#relation h2 {
		width: 180px;
		font-size: 2.4rem;
		top: -16px;
		padding: 3px 0 7px;
	}
	#relation .description {
		font-size: 1.3rem;
	}

	#relation .wrap {
		overflow: hidden;
		padding-bottom: 70px;
	}
	#relation .slider {
		width: 100%;
		margin: 35px auto 0;
		font-size: 0;
	}
	#relation .slider a {
		width: 70%;
		display: block;
		position: relative;
		margin: 0 13px !important;
		padding-top: 12px;
	}
	#relation .slider a:nth-of-type(4n+1) {
		margin-left: 0;
	}
	#relation .slider a .img {
		width: 100%;
	}
	#relation .slider a .img img {
		width: 100%;
	}
	#relation .slider a .txt .ttl {
		font-size: 1.4rem;
	}
	#relation .slider a .txt .company {
		font-size: 1.2rem;
		margin-top: 8px;
	}
	#relation .slider .slick-prev::before {
		content: url(../img/index/slick_left.png);
	}
	#relation .slider .slick-next::before {
		content: url(../img/index/slick_right.png);
	}
	#relation .slider .slick-prev, #relation .slider .slick-next {
		z-index: 99;
		width: auto;
		height: auto;
	}
	#relation .slider .slick-prev {
		left: -35px;
	}
	#relation .slider .slick-next {
		right: -35px;
	}
	#relation .slider .slick-prev::before, #relation .slider .slick-next::before {
		transition: all 0.3s ease-out;
		opacity: 1;
	}
	#relation .slider .slick-prev:hover::before, #relation .slider .slick-next:hover::before {
		opacity: 0.7;
	}
	#relation .slider .slick-dots {
		bottom: -40px;
		left: 0;
	}
	#relation .slider .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	#relation .slider .slick-dots li button::before {
		content: "";
		width: 10px;
		height: 10px;
		background: #eeb844;
		border-radius: 50%;
		opacity: 1;
		top: auto;
		left: auto;
		transition: all 0.3s ease-out;
	}
	#relation .slider .slick-dots li button:hover::before {
		opacity: 0.7;
	}
	#relation .slider .slick-dots li.slick-active button::before {
		background: #000;
	}
	#relation .slider .slick-dots li.slick-active button::after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border: #000 1px solid;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}


	/* ------------------------------
		btn_area
	------------------------------ */

	#btn_area {
		width: 89%;
		margin: 0 auto;
		padding: 35px 0 35px;
		font-size: 0;
	}
	#btn_area .green-btn {
		width: 100%;
		display: block;
		padding: 20px 0;
		font-size: 1.4rem;
		height: auto;
		line-height: 1;
	}
	#btn_area .green-btn span::after {
		top: 6px;
	}
	#btn_area .green-btn + .green-btn {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	#btn_area .green-btn.back {
		width: 100%;
	}

	/* ------------------------------
  	bnr_area
	------------------------------ */
	#bnr_area {
		width: 89%;
		margin: 0 auto;
		padding: 0;
		font-size: 0;
	}
	

	/* ------------------------------
		similar
	------------------------------ */

	#similar {
		padding: 25px 0 40px;
		overflow: hidden;
	}
	#similar h2 {
		font-size: 2rem;
	}
	#similar .list {
		font-size: 0;
		margin-top: 14px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#similar .list a {
		display: block;
		width: auto;
		margin-left: 0;
		margin-bottom: 0;
		margin: 0 12px !important;
	}
	#similar .list a .txt {
		padding-top: 12px;
		padding-right: 50px;
		position: relative;
	}
	#similar .list a .txt::after {
		content: "";
		display: block;
		position: absolute;
		width: 18px;
		height: 18px;
		right: 0;
		margin-top: -9px;
	}
	#similar .list a .txt .ttl {
		font-size: 1.4rem;
	}
	#similar .list a .txt .location {
		font-size: 1rem;
		margin-top: 8px;
	}
	#similar .list a .txt .catch {
		font-size: 1.1rem;
		font-weight: bold;
		margin-top: 8px;
		color: #00ada0;
		line-height: 1.6;
	}
	#similar .list a .txt .tag {
		font-size: 0;
		margin-top: 15px;
	}
	#similar .list a .txt .tag li {
		display: inline-block;
		font-size: 1rem;
		padding: 5px 10px;
		border-radius: 10px;
		background: #d6d6d6;
		margin-right: 6px;
		margin-bottom: 8px;
	}
	#similar .list .slick-prev::before {
		content: url(../img/index/slick_left.png);
	}
	#similar .list .slick-next::before {
		content: url(../img/index/slick_right.png);
	}
	#similar .list .slick-prev, #similar .list .slick-next {
		z-index: 99;
		width: auto;
		height: auto;
	}
	#similar .list .slick-prev {
		left: -35px;
	}
	#similar .list .slick-next {
		right: -35px;
	}
	#similar .list .slick-prev::before, #similar .list .slick-next::before {
		transition: all 0.3s ease-out;
		opacity: 1;
	}
	#similar .list .slick-prev:hover::before, #similar .list .slick-next:hover::before {
		opacity: 0.7;
	}
	#similar .list .slick-dots {
		bottom: -40px;
		left: 0;
	}
	#similar .list .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	#similar .list .slick-dots li button::before {
		content: "";
		width: 10px;
		height: 10px;
		background: #eeb844;
		border-radius: 50%;
		opacity: 1;
		top: auto;
		left: auto;
		transition: all 0.3s ease-out;
	}
	#similar .list .slick-dots li button:hover::before {
		opacity: 0.7;
	}
	#similar .list .slick-dots li.slick-active button::before {
		background: #000;
	}
	#similar .list .slick-dots li.slick-active button::after {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		border: #000 1px solid;
		border-radius: 50%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	#similar .green-btn {
		width: 89.5%;
		margin-top: 75px;
		padding: 20px 0;
		font-size: 1.4rem;
		height: auto;
		line-height: 1;
	}


	/* ------------------------------
		interview_head
	------------------------------ */

	#interview_head {
		margin-top: 0;
	}
	#interview_head .wrap {
		width: 100%;
		display: block;
	}
	#interview_head .wrap .img {
		width: 100%;
	}
	#interview_head .wrap .txt {
		width: 89.5%;
		margin: 0 auto;
		padding: 5% 0;
	}
	#interview_head .wrap .txt .date {
		font-size: 1.2rem;
	}
	#interview_head .wrap .txt .date_cat .cat {
		font-size: 1rem;
		padding: 5px;
		margin-left: 15px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#interview_head .wrap .txt .ttl {
		font-size: 2rem;
		line-height: 1.5;
		margin-top: 8px;
	}
	#interview_head .wrap .txt .profile_ttl {
		margin-top: 20px;
		font-size: 1.2rem;
	}
	#interview_head .wrap .txt .position {
		margin-top: 20px;
		font-size: 1.2rem;
	}
	#interview_head .wrap .txt .profile {
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.7;
		margin-top: 8px;
	}
	#interview_head .wrap .txt .name {
		font-size: 1.5rem;
		margin-top: 8px;
	}
	#interview_head .wrap .txt .name span {
		font-size: 1.2rem;
		font-weight: normal;
	}
	#interview_head .tag {
		font-size: 0;
		margin-top: 12px;
	}
	#interview_head .tag li {
		display: inline-block;
		font-size: 1rem;
		padding: 5px 8px;
		border-radius: 10px;
		background: #d6d6d6;
		margin-right: 7px;
		margin-bottom: 8px;
	}



	/* ------------------------------
		interview_content
	------------------------------ */

	#interview_content .wrap {
		width: 95%;
		margin: 0 auto;
		padding: 5% 0 0;
	}
	#interview_content .wrap > * {
		display: block;
		width: 97.2%;
		margin: 0 auto;
	}
	#interview_content .wrap h2 {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 2rem;
		padding: 17px 0;
	}
	#interview_content .wrap * + h2 {
		margin-top: 45px;
	}
	#interview_content .wrap h3 {
		font-size: 1.9rem;
		margin-bottom: 10px;
	}
	#interview_content .wrap * + h3 {
		margin-top: 30px;
	}
	#interview_content .wrap * + div {
		margin-top: 30px !important;
		width: 100% !important;
	}
	#interview_content .wrap img + h3 {
		margin-top: 30px;
	}
	#interview_content .wrap h4 {
		font-size: 1.7rem;
		font-weight: bold;
		margin-bottom: 15px;
		line-height: 1.2;
	}
	#interview_content .wrap p {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	#interview_content .wrap div + p,
	#interview_content .wrap p + p {
		margin-top: 30px;
	}
	#interview_content .wrap .txt_img {
		margin-top: 30px;
	}
	#interview_content .wrap h3 + .txt_img {
		margin-top: 0;
	}
	#interview_content .wrap .txt_img .txt {
		width: 100%;
		float: none;
	}
	#interview_content .wrap .txt_img .img {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	#interview_content .wrap .txt_img .img img {
		width: 100%;
	}
	#interview_content .wrap .full_img {
		width: 97.2%;
	}
	#interview_content .share {
		width: 95%;
		margin: 50px auto 40px;
		padding: 15px 0;
	}
	#interview_content .share .ttl {
		font-size: 1.5rem;
	}
	#interview_content .share ul {
		margin: 15px auto 0;
	}
	#interview_content .share ul li {
		width: 50px;
		margin: 0 5px;
	}
	#interview_content .share ul li a {
		line-height: 50px;
	}
}



#list .list {
	letter-spacing: -0.5em;
}

#list .list > a {
	width: 29%;
 	width: calc(100% * (330 / 1160));
 	max-width: 330px;
	margin-left: 6.5%;
 	margin-left: calc(100% * (84 / 1160));
 	letter-spacing: normal;
}

@media screen and (min-width: 768px) {
	#list .list > a:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	#list .list {
	}

	#list .list > a {
		width: 48%;
		max-width: 330px;
		margin-left: 4%;
		float: none;
	}
	#list .list > a:nth-child(2n+1) {
		margin-left: 0;
	}
}


/* 20-1021 追加 */
@media screen and (min-width: 768px) {
	.cloud-zoom {
		pointer-events: none;
	}
}

.complete_picture .img #wrap {
	z-index: 99!important;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border: 4px solid #ccc;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color: white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}




.zoom-small-image {
  width: 100%;
}
.cloud-zoom-big {
  top: 0!important;
  left: 0!important;
}