/* main president-message */
.future-title {
  position: relative;
}

.desired-talent-title {
	position: absolute;
	top: 50%;
	left: 7rem;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	padding:0;
	display: inline-block;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.future-title img {
	width: 90%;
	margin:0 auto;
}

.president-message {
	position: relative;
	padding-bottom: 5.5em;
}

.president-message .letter-color {
	white-space: nowrap;
}

.president-message::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 120px 1000px;
	border-color: transparent transparent #1357A4 transparent;
	position: absolute;
	bottom: -2em;
	right: 0;
}

.president-message-contents {
	padding-top: 5em;
	padding-bottom: 2em;
	max-width: 1088px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.catch-copy {
	display: inline-block;
	margin-top: 2em;
	margin-bottom: 0.9em;
	font-size: 3em;
	font-weight: bold;
	color: #fff;
	background: #1357a4;
}

.message-text {
	margin-bottom: 1em;
	font-size: 1.2em;
	letter-spacing: .02em;
	line-height: 2em;
	text-align: left;
}

.president-message .section-title, .president-message .section-sub-title {
	color: #1357A4;
}

.president-message-images {
	margin-bottom: 30px;
	text-align: center;
}

.president-message-images>div {
	width: 300px;
	height: 200px;
	background: #eeeeee;
	margin: 0 20px;
}

@media screen and (max-width:768px) {
	.desired-talent-title {
		font-size:1.5em;
		left: 3.5rem;
		}
}

/* スライダー*/

.company-slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
   /* margin:0 auto;*/

}

.company-slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.company-slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/* main president-message */
