@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:500,600');

/* body
-------------------------------------------------- */
body {
	font-size: 87.5%;
	line-height:1.75;
	zoom: 1;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #1a1a1a;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* link
-------------------------------------------------- */
a {
	color:#1a1a1a;
	text-decoration:none;
}

/* clear
-------------------------------------------------- */
.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* img
-------------------------------------------------- */
img {
	width: 100%;
	height: auto;
}

/* align
-------------------------------------------------- */
.alignR { text-align: right; }
.alignC { text-align: center; }

/* margin
-------------------------------------------------- */
.mB-non { margin-bottom: 0px !important; }
.mB10 { margin-bottom: 10px !important; }
.mB20 { margin-bottom: 20px !important; }
.mB25 { margin-bottom: 25px !important; }
.mB40 { margin-bottom: 40px !important; }

/*/////////////////////////////////////////////////////////////////////////////


                  ■  layout  ■


/////////////////////////////////////////////////////////////////////////////*/

/* #container
-------------------------------------------------- */
 #container {
	width: 100%;
	max-width: 750px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	background: url(../images/bg.gif) left top repeat;
}

/* .contents
-------------------------------------------------- */
.contents-wrap {
	padding: 30px 0;
}
.contents {
	padding: 0 25px;
}
.contents-inr {
	margin-bottom: 30px;
}

/*/////////////////////////////////////////////////////////////////////////////


                  ■  header  ■


/////////////////////////////////////////////////////////////////////////////*/
header {
	width: 100%;
	height: 76px;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
header .logo {
	width: 190px;
	padding: 3px 0 6px 10px;
}
header .header-btn a {
	display: block;
	width: 120px;
	height: 40px;
	box-sizing: border-box;
	padding-top: 5px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	background: rgb(239,153,17);
	background: linear-gradient(135deg, rgba(239,153,17,1) 0%, rgba(241,98,125,1) 100%);
}
header .header-btn a.arrow:before {
	right: 6px;
	width: 6px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 6px solid #ffffff;
}

@media screen and (max-width: 374px) {
header .logo {
	width: 150px;
}
}

/*/////////////////////////////////////////////////////////////////////////////


                  ■  footer  ■


/////////////////////////////////////////////////////////////////////////////*/
footer {
	text-align: center;
	padding: 40px 30px 0;
}
footer .ft-logo {
	max-width: 295px;
	margin: 0px auto;
}
footer dl {
	font-size: 14px;
	margin-top: 25px;
}
footer dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 10px;
	background: rgb(162,142,227);
	background: linear-gradient(135deg, rgba(162,142,227,1) 0%, rgba(105,221,254,1) 100%);
}
footer dd {
	margin-top: 5px;
}
footer dd.tel {
	display: inline-block;
	font-size: 36px;
	background: url(../images/icon_tel.jpg) left center no-repeat;
	background-size: auto 24px;
	line-height: 1;
	padding-left: 50px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 3px;
}
.copyright {
	font-size: 11px;
	padding: 30px 0;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}


/*/////////////////////////////////////////////////////////////////////////////


              // common parts //


/////////////////////////////////////////////////////////////////////////////*/

/* cv
-------------------------------------------------- */
.cv-area {
	width: 100%;
	height: 210px;
	background: url(../images/cv_bg.jpg) center center no-repeat;
	background-size: cover;
}
.cv-area .ttl {
	padding: 35px 0 15px;
}
.cv-area .btn a {
	display: block;
	width: 80%;
	margin: 0 auto;
	border: 3px solid #ffffff;
	border-radius: 35px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	box-shadow:0px 0px 6px 3px rgba(255,255,255,0.40);
}

/* voice
-------------------------------------------------- */
.voice {
	background: #e2ecf8;
	padding-bottom: 45px;
}
.voice .voice-ttl {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	line-height: 60px;
	background: rgb(162,142,227);
	background: linear-gradient(135deg, rgba(162,142,227,1) 0%, rgba(105,221,254,1) 100%);
	margin-bottom: 30px;
}
.voice dl dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	padding: 25px 0 20px;
}
.voice dl dt span {
	font-size: 15px;
	display: block;
	font-weight: 500;
	margin-top: 5px;
}
.voice dl dd {
	position: relative;
	padding: 0 0 5px 20px;
}
.voice dl dd::after {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(162,142,227);
	background: linear-gradient(0deg, rgba(162,142,227,1) 0%, rgba(105,221,254,1) 100%);
}

/* button
-------------------------------------------------- */
.arrow {
	position: relative;
}
.arrow::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 10px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 10px solid #ffffff;
}

/* title
-------------------------------------------------- */
.sec-ttl {
	position: relative;
	padding: 45px 15px 20px;
	margin-bottom: 30px;
	text-align: center;
}
.sec-ttl::after {
	content: "";
	width: 60px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
	background: rgb(239,153,17);
	background: linear-gradient(135deg, rgba(239,153,17,1) 0%, rgba(241,98,125,1) 100%);
}
.sec-ttl .en {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 15px;
	position: relative;
	display: inline-block;
	padding: 0 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
.sec-ttl .en::before,
.sec-ttl .en::after {
	content: "";
	width: 1px;
	height: 21px;
	background: #000000;
	position: absolute;
	top: 0;
}
.sec-ttl .en::before {
	left: 0;
	transform: rotate(-25deg);
}
.sec-ttl .en::after {
	right: 0;
	transform: rotate(25deg);
}
.sec-ttl .ttl {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 4px;
}
.sec-ttl .ttl span {
	display: block;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.35;
}
.heading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
	background: rgb(162,142,227);
	background: linear-gradient(135deg, rgba(162,142,227,1) 0%, rgba(105,221,254,1) 100%);
}
.heading span {
	display: block;
	font-size: 14px;
	font-weight: 700;
}
.subheading {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.bd-ttl {
	margin-bottom: 30px;
}
.bd-ttl .ttl {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #5e9ad1;
	line-height: 1.5;
	padding: 15px 0;
}
.sec-slider .bd-ttl .ttl {
	width: calc(100% - 50px);
	margin: 0 auto;
}
.bd-ttl .ttl span {
	display: block;
	font-size: 15px;
	font-weight: 700;
}
.bd-ttl .ttl::before,
.bd-ttl .ttl::after {
	content: "";
	width: 100%;
	height: 3px;
	background: rgb(162,142,227);
	background: linear-gradient(135deg, rgba(162,142,227,1) 0%, rgba(105,221,254,1) 100%);
	position: absolute;
	left: 0;
}
.bd-ttl .ttl::before {
	top: 0;
}
.bd-ttl .ttl::after {
	bottom: 0;
}
.bd-ttl p {
	margin-top: 15px;
}
.lead {
	font-size: 15px;
	font-weight: 500;
	margin-top: -10px;
	margin-bottom: 20px;
}
.font-s {
	font-size: 12px;
}

/* line
-------------------------------------------------- */
.line {
	position: relative;
}
.line::after {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(239,153,17);
	background: linear-gradient(180deg, rgba(239,153,17,1) 0%, rgba(241,98,125,1) 100%);
}

/* numb
-------------------------------------------------- */
.numb {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	letter-spacing: 4px;
	color: #fb8c00;
	line-height: 1.15;
	position: absolute;
}
.numb span {
	display: block;
	font-weight: 700;
	font-size: 56px;
	letter-spacing: 4px;
}

/* slider
-------------------------------------------------- */
.sec-slider {
	padding-bottom: 5px;
}
.slider-wrap {
	width: 237%;
	margin-left: -68.5%;
	margin-bottom: 35px;
	position: relative;
}
.slider li {
	float: left;
	width: 33.33333%;
	padding: 0 8px;
	box-sizing: border-box;
}
.slide-ttl {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 30px;
	padding: 0 15px;
	background: #262626;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -46vw;
	z-index: 9999;
}

/* column
-------------------------------------------------- */
.col3 {
}
.col3 .block {
	margin-bottom: 25px;
}
.col3 .block-inr {
	padding: 30px 25px 10px;
	position: relative;
}
.col3 .block .ttl {
	font-size: 15px;
	font-weight: 700;
}
.col3 .block .numb {
	top: -55px;
	left: 15px;
}

/*/////////////////////////////////////////////////////////////////////////////


                  ■  contents  ■


/////////////////////////////////////////////////////////////////////////////*/

/* ===============================================
  ▼ main
=============================================== */
.main {
	position: relative;
	z-index: 9999;
}
.main ul {
	position: absolute;
	right: 86px;
	bottom: -10px;
}
.main ul li {
	width: 75px;
	float: left;
	margin-left: 10px;
}

/* ===============================================
  ▼ sec-introduction
=============================================== */
.sec-wrap {
	padding-bottom: 50px;
}
.sec-introduction .lead {
	text-align: center;
}
.sec-introduction .col2 {
	margin-bottom: 25px;
}
.sec-introduction .block {
	position: relative;
	margin: 75px 0 0;
	background: #FFFFFF;
}
.sec-introduction .block .numb {
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.sec-introduction .block dl {
	padding: 20px 30px;
}
.sec-introduction .block dl dt {
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}
.other-block {
	padding: 20px 30px;
	background: #FFFFFF;
}
.other-block dt {
	font-size: 16px;
	font-weight: 700;
	color: #fb8c00;
	margin-bottom: 5px;
}

/* ===============================================
  ▼ sec-job
=============================================== */
.sec-job {
	background: url(../images/job_bg.jpg) center top no-repeat;
	background-size: cover;
}
.sec-job .contents {
	padding: 0 15px;
}
.category-job li {
	padding: 25px;
	min-height: 90px;
	color: #FFFFFF;
	margin-bottom: 10px;
	background: #4b70b5;
}
.category-job li:nth-child(1) {
	background: rgba(75,112,181,0.95);
}
.category-job li:nth-child(2) {
	background: rgba(240,71,133,0.95);
}
.category-job li:nth-child(3) {
	background: rgba(251,140,0,0.95);
}
.category-job li:nth-child(4) {
	background: rgba(98,193,180,0.95);
}
.category-job li:nth-child(5) {
	background: rgba(117,125,187,0.95);
}
.category-job li:nth-child(6) {
	background: rgba(74,197,222,0.95);
}
.category-job li .thumb {
	width: 90px;
	height: 90px;
	float: left;
}
.category-job li dl {
	margin-left: 110px;
}
.category-job li dl dt {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}
.category-job li dl dd {
	font-size: 13px;
	line-height: 1.5;
}

/* ===============================================
  ▼ sec-features
=============================================== */
.sec-features .sec-ttl .ttl span {
	margin-top: 10px;
}
.point-ttl {
	margin-bottom: 30px;
}
.point-ttl .block {
	width: calc(100% - 30px);
	margin: -70px auto 0;
	padding: 20px 25px 35px;
	box-sizing: border-box;
	background: url(../images/point_ttl_bg.jpg) center center no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.point-ttl .block .count {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 8px;
}
.point-ttl .block .count span {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 6px;
}
.point-ttl .block .ttl {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.point-ttl .block .sub-ttl {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid rgba(255,255,255,0.90);
	border-top: 1px solid rgba(255,255,255,0.90);
	padding: 10px 0;
	letter-spacing: 2px;
}
.point01 .contents-inr {
	margin-bottom: 40px;
}
.timetable {
	width: 100vw;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	margin-left: -25px;
}
.timetable p {
	width: 740px;
	padding: 0 25px 20px;
}
.company {
	background: #e2ecf8;
	padding: 40px 25px 25px;
}
.company .block {
	position: relative;
	background: #FFFFFF;
	margin-bottom: 25px;
}
.company .block::after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(162,142,227);
	background: linear-gradient(90deg, rgba(162,142,227,1) 0%, rgba(105,221,254,1) 100%);
}
.company .block-inr {
	padding: 25px 25px 40px;
}
.company .block-inr dt {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 20px 0 10px;
}
.point02 .col2 .block {
	margin-bottom: 30px;
}
.point02 .col2 .block .thumb {
	margin-bottom: 15px;
}
.point02 .col2 .block dl {
	position: relative;
	padding: 5px 0 0 25px;
}
.point02 .col2 .block dl dt {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 5px;
}
.point04 .lead {
	margin-bottom: 40px;
}
.pickup-area {
	background: #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.t-line {
	position: relative;
}
.t-line::before {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(239,153,17);
	background: linear-gradient(135deg, rgba(239,153,17,1) 0%, rgba(241,98,125,1) 100%);
}
.pickup-ttl {
	text-align: center;
	padding: 30px 0 20px;
}
.pickup-ttl .cate {
	display: inline-block;
	line-height: 30px;
	padding: 0 50px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	background: rgb(239,153,17);
	background: linear-gradient(135deg, rgba(239,153,17,1) 0%, rgba(241,98,125,1) 100%);
}
.pickup-ttl .ttl {
	line-height: 1.5;
	font-weight: 700;
	color: #fb8c00;
	letter-spacing: 0px;
}
.pickup-ttl .ttl span {
	font-weight: 700;
	font-size: 22px;
}
.pickup-contents {
	width: calc(100% - 50px);
	margin: 0 auto;
	position: relative;
	padding: 30px 0 0;
}
.pickup-contents dl {
	padding: 15px 0 25px;
}
.pickup-contents dl dt {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pickup-contents .youtube iframe {
	width: 100%;
	height: 200px;
	border: none;
}
.pickup-contents .icon-list {
	border-top: 1px solid #cccccc;
	padding-top: 30px;
}
.pickup-contents .icon-list li {
	min-height: 60px;
	margin-bottom: 10px;
}
.pickup-contents .icon-list li .thumb {
	width: 60px;
	height: 60px;
	float: left;
}
.pickup-contents .icon-list li dl {
	margin-left: 75px;
	padding: 0;
}
.pickup-contents .icon-list li dl dt {
	font-family: 'Barlow Condensed', sans-serif;
	color: #fb8c00;
	line-height: 1.3;
	margin-bottom: 2px;
}
.pickup-contents .icon-list li dl dd {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
}

/* ===============================================
  ▼ sec-course
=============================================== */
.course-list .block {
	background: #FFFFFF;
	position: relative;
	padding: 15px 20px 15px 40px;
	font-size: 13px;
	margin-bottom: 10px;
	overflow: hidden;
}
.course-list .block .cate {
	width: 20px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.course-list .block:nth-child(1) .cate {
	background: #4b70b5;
}
.course-list .block:nth-child(2) .cate {
	background: #4ac5de;
}
.course-list .block:nth-child(3) .cate {
	background: #f04785;
}
.course-list .block:nth-child(4) .cate {
	background: #fb8c00;
}
.course-list .block:nth-child(5) .cate {
	background: #62c1b4;
}
.course-list .block:nth-child(6) .cate {
	background: #757dbb;
}
.course-list .block:nth-child(7) .cate {
	background: #e25a64;
}
.course-list .block-inr {
	min-height: 90px;
	margin-bottom: 10px;
}
.course-list .block .thumb {
	width: 90px;
	height: 90px;
	float: left;
}
.course-list .block .school {
	margin: 0 0 15px 105px;
}
.course-list .block .school li {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	padding: 0 10px;
}
.course-list .block .school li.tokyo {
	border: 2px solid #5e9ad1;
	color: #4687c3;
}
.course-list .block .school li.osaka {
	border: 2px solid #fb8c00;
	color: #fb8c00;
}
.course-list .block .school li.nagoya {
	border: 2px solid #0fc75e;
	color: #0fc75e;
	margin-top: 3px;
}
.course-list .block .ttl {
	font-size: 15px;
	font-weight: 700;
	color: #4b70b5;
	border-bottom: 1px solid #4b70b5;
	padding-bottom: 7px;
	margin: 0 0 0 105px;
}
.course-list .block:nth-child(1) .ttl {
	color: #4b70b5;
	border-bottom: 1px solid #4b70b5;
}
.course-list .block:nth-child(2) .ttl {
	color: #4ac5de;
	border-bottom: 1px solid #4ac5de;
}
.course-list .block:nth-child(3) .ttl {
	color: #f04785;
	border-bottom: 1px solid #f04785;
}
.course-list .block:nth-child(4) .ttl {
	color: #fb8c00;
	border-bottom: 1px solid #fb8c00;
}
.course-list .block:nth-child(5) .ttl {
	color: #62c1b4;
	border-bottom: 1px solid #62c1b4;
}
.course-list .block:nth-child(6) .ttl {
	color: #757dbb;
	border-bottom: 1px solid #757dbb;
}
.course-list .block:nth-child(7) .ttl {
	color: #e25a64;
	border-bottom: 1px solid #e25a64;
}

/* ===============================================
  ▼ sec-parents
=============================================== */
.sec-parents {
	background: #e2ecf8;
}
.contents-wrap.bg {
	background: #FFFFFF;
}
.sec-parents .col3 {
	padding: 30px 0;
}
.sec-parents .col3 .block {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 25px;
}
.sec-parents .col3 .block:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.sec-parents .col3 .block .thumb {
	width: 185px;
	margin: 0 auto 20px;
}
.sec-parents .bd-ttl .ttl {
	font-size: 15px;
}
.faq dt {
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.faq dd {
	margin-bottom: 20px;
}
.faq .ttl {
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 24px;
	float: left;
}
.faq dt .ttl {
	color: #5e9ad1;
}
.faq dd .ttl {
	color: #d11818;
}
.faq .txt {
	display: block;
	margin-left: 30px;
	padding-top: 5px;
}
.faq dt .txt,
.faq dd .txt .b {
	font-weight: 700;
}
noscript + img {
	width: 1px;
	height: 1px;
}

/*/////////////////////////////////////////////////////////////////////////////


                  ■  適職診断  ■


/////////////////////////////////////////////////////////////////////////////*/
.test {
	background: #fffdf3;
	padding:40px 15px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	box-sizing:border-box;
	text-align:center;
}
.test_tit {
	margin-bottom: 15px;
}
.test_tit img {
	width:100%;
	max-width:310px;
	height:auto;
}
.test_txt {
	margin-bottom: 13px;
}

/*/////////////////////////////////////////////////////////////////////////////


                  ■  slick-slider  ■


/////////////////////////////////////////////////////////////////////////////*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
    position:  absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 0;
    line-height: 0;
	display: block;
	cursor: pointer;
    border: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-color: transparent;
	z-index: 999;
	transition: .3s all;
}
.slick-prev {
	background-image: url(../images/arrow_prev.png);
	left: 50%;
	margin-left: -46vw;
}
.slick-next {
	background-image:url(../images/arrow_next.png);
	right: 50%;
	margin-right: -46vw;
}

/**共通フッタ用**/
img[src^="https://f.msgs.jp/t/dummy.gif"] {
    display: none;
}
/**共通ヘッダ用**/
.header-vantan-logo {
	padding-bottom: 15px;
	text-align: justify;
	padding-left: 10px;
  }

/*--------------------------------------------------------------
# our-vision
--------------------------------------------------------------*/
.our-vision-wrap{
  padding: calc(90/750 * 100vw) 0;
  background-color: #fff;
}
.our-vision-wrap.is-add-border{
	padding-top: 0;
	margin-top: calc(90/750 * 100vw);
}
.our-vision{
  width: calc(660/750 * 100vw);
  margin: 0 auto;
}
.our-vision-wrap.is-add-border .our-vision{
  border-top: 1px solid #e5e5e5;
    padding-top:calc(90/750 * 100vw);
  }

.our-vision-head{
  width: calc(215/750 * 100vw);
  height: calc(61/750 * 100vw);
}
.our-vision-head img{
	max-width:100%;
}
.our-vision-body{
  margin-top: calc(20/750 * 100vw);
}

.our-vision-thum{
  width: 100%;
}
.our-vision-thum img{
	max-width:100%;
}

.our-vision-thum img{
  height: auto;
}
.our-vision-text-area{
  margin-top: calc(60/750 * 100vw);
}
.our-vision-text-area-heading{
  text-align: left;
  font-size: calc(38/750 * 100vw);
  line-height: 1;
}

.our-vision-text-wrap{
  margin-top: calc(35/750 * 100vw);
}

.our-vision-text-wrap > * + * {
  margin-top: calc(15/750 * 100vw);
}

.our-vision-text{
  text-align: left;
  font-size: calc(24/750 * 100vw);
  line-height: 1.8;
}

/*--------------------------------------------------------------
# badge fukuoka
--------------------------------------------------------------*/
.badge_fukuoka {
    position: absolute;
    top:335px;
    right:-146px;
}
.badge_fukuoka img {
    max-width: 38%;
}