@charset "utf-8";
/* home.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVメニュー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_home a {
	border-bottom: 10px solid #1E8D7A;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: calc(100vh - 60px);
	padding-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
	position: relative;
	z-index: 2;
}

/* -- テキスト ----------------------------------------------- */
#kv_text {
	position: absolute;
	bottom: 100px;
	left: 50px;
	color: #FFFFFF;
	z-index: 3;
}
#kv_text h2 {
	font-size: 5vw;
	font-weight: 900;
	line-height: 1.1em;
	margin-bottom: 20px;
}
#kv_text p {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6em;
	font-feature-settings: "palt";
}

/* -- マスク ----------------------------------------------- */
#kv_mask {
	width: 100%;
	height: calc(100vh - 110px);
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	top: 0px;
	background-image: url(../images/mask_01.png);
	background-repeat: repeat;
}

/* -- スライド ----------------------------------------------- */
#slide_wrap {
	height: 100%;
	display: flex;
	position: relative;
}
#slide_wrap li img {
  height: calc(100vh - 110px);
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
#slick_1 {
	width: 50%;
	height: 100%;
}
#slick_2 {
	width: 50%;
	height: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メッセージ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#message_area {
	background-color: #1e8d7a;
	padding-top: 400px;
	color: #FFFFFF;
	padding-bottom: 200px;
	background-image: url(../images/home_messags_logo.png),url(../images/bg_01.jpg),url(../images/bg_02.png);
	background-repeat: no-repeat,repeat-y,no-repeat;
	background-position: right 200px top 200px,right top,left bottom;
	background-size: auto calc(100% - 200px),auto auto,cover;
	margin-top: -200px;
}

/* -- データ ----------------------------------------------- */
#msg_data {
	width: 60%;
}
#msg_data h3 {
	font-size: 46px;
	line-height: 1.2em;
	font-weight: 900;
	margin-bottom: 30px;
}
#msg_data p {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.8em;
}

/* ボタン */
#msg_bt {
	width: 400px;
	margin-top: 50px;
}
#msg_bt a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #125c51;
	padding-left: 20px;
	font-weight: 800;
	height: 60px;
	position: relative;
	overflow: hidden;
    z-index: 1;
}
#msg_bt a::after {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#msg_bt a:hover {
  color: #fff;
}
#msg_bt a:hover::after {
  transform: scale(1, 1);
}

/* アイコン */
.msg_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 10px;
	width: 60px;
	height: 40px;
	border-left: 2px solid #FFFFFF;
	right: 0px;
}
.msg_icon img {
	height: auto;
	width: 12px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 無限スクロール　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.infiniteslide li {
	width: 400px;
}
.infiniteslide li img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社を知る　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#company_area {
	padding-top: 250px;
	padding-bottom: 250px;
	background-color: #b5f2e8;
	background-image: radial-gradient(circle, rgba(255, 255, 255, 1), rgba(118, 224, 212, 1) 90%);
}

/* -- 英語タイトル ----------------------------------------------- */
#company_area h3 {
	display: block;
	color: #7dcec1;
	font-family: "Roboto", sans-serif;
	font-size: 14vw;
	font-weight: 800;
	line-height: 0.5em;
	position: relative;
	z-index: 1 !important;
	text-align: center;
}

/* -- 日本語タイトル ----------------------------------------------- */
#company_area h4 {
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	line-height: 1em;
	color: #23675c;
	margin-bottom: 50px;
	z-index: 2;
	position: relative;
}

/* -- ボタン ----------------------------------------------- */
#cmp_wrap {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cmp_box {
	width: calc(50% - 10px);
	border: 2px solid #1a8273;
}
.cmp_box a {
	display: block;
	text-decoration: none;
	color: #1A8273;
	font-weight: 700;
	text-align: center;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.cmp_box a:hover {
	background-color: #FFFFFF;
}

/* アイコン、英語、説明文 */
.cmp_icon img {
}
.cmp_tt {
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 8px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 先輩の声　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#interview_area {
	background-color: #1e8d7a;
	padding-top: 250px;
	padding-bottom: 150px;
	overflow: hidden;
	white-space: nowrap;
	　position: relative;
	background-image: radial-gradient(circle, rgba(43, 168, 146, 1), rgba(30, 141, 100, 1) 90%);
	background-position: center center;
}
#interview_area h3 {
	display: block;
	color: #7dcec1;
	font-family: "Roboto", sans-serif;
	font-size: 14vw;
	font-weight: 800;
	line-height: 0.5em;
	position: relative;
	z-index: 1 !important;
	text-align: center;
}
#interview_area h4 {
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	line-height: 1em;
	color: #ffffff;
	margin-bottom: 50px;
	z-index: 2;
	position: relative;
}
#itv_wrap {
	position: relative;
}
#itv_wrap a {
	text-decoration: none;
}


/* -- インタビュー個別 ----------------------------------------------- */
.slick-item {
	width: 900px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	display: flex !important;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* 写真 */
.itv_pic {
	width: 50%;
}
.itv_pic img {
	width: 100%;
	height: auto;
}

/* テキスト */
.itv_text {
	width: 50%;
	padding-left: 30px;
	text-align: left;
	position: relative;
}
.itv_text h5 {
	color: #1a8273;
	font-weight: 900;
	font-size: 32px;
	line-height: 1.2em;
	word-break: auto-phrase;
	margin-bottom: 20px;
}
.itv_text ul {
	position: absolute;
	bottom: 20px;
	left: 30px;
}
.nyuusha {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: 800;
	background-color: #1E8D7A;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 3px;
}
.work_ctg {
	font-size: 20px;
	font-weight: 900;
	color: #222222;
	margin-bottom: 5px;
}
.itv_name {
	font-size: 36px;
	color: #222222;
	font-weight: 900;
}


/* -- slick-theme.css　カスタマイズ ----------------------------------------------- */
/* PREV・NEXT */
.arrow_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
}
.prev-arrow,
.next-arrow {
	display: block;
	width: 200px;
	height: 50px;
	background-color: #000000;
	transition: all .3s ease;
	cursor: pointer;
	position: relative;
}
.prev-arrow:hover,
.next-arrow:hover {
	background-color: #2A2A2A;
}
.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}
.prev-arrow::before,
.next-arrow::before{
  position:absolute;
  content: "";
  width:14px;
  height:14px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

/* ドット */
.slick-dotted.slick-slider {
    margin-bottom: 55px;
}
.slick-dots {
    position: absolute;
    bottom: -50px;
}
.slick-dots li button:before {
    font-size: 20px;
}
.slick-dots li.slick-active button:before {
    opacity: 1.0;
    color: #FFFFFF;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 働く環境　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kankyou_area {
	padding-top: 200px;
	padding-bottom: 150px;
	background-image: url(../images/home_kankyou_bg.jpg);
	background-position: center center;
	background-size: cover;
	color: #FFFFFF;
}
#kankyou_area h3 {
	font-family: "Roboto", sans-serif;
	font-size: 120px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 800;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}
#kankyou_area h4 {
	font-size: 48px;
	text-align: center;
	font-weight: 800;
	line-height: 1em;
	margin-bottom: 50px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}
#kankyou_area p {
	text-align: center;
	font-size: 20px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}

/* -- ボタン ----------------------------------------------- */
#kankyou_bt_area {
	margin-top: 250px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kankyou_bt {
	width: 530px;
}
.kankyou_bt a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	height: 120px;
	border: 2px solid #FFFFFF;
	background-color: rgba(0,0,0,0.25);
	position: relative;
	padding-left: 50px;
	display: flex;
	align-items: center;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.kankyou_bt a:hover {
	background-color: rgba(0,0,0,0.50);
}
.kankyou_bt a span {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,1.00);
	color: #1e8d7a;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 20px;
	top: 37px;
}

























/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVメニュー　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_home a {
	border-bottom-style: none;
	border-left: 5px solid #1E8D7A;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: calc(100vh - 60px);
	padding-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	z-index: 2;
}

/* -- テキスト ----------------------------------------------- */
#kv_text {
	bottom: auto;
	left: 20px;
	top: 35%;
}
#kv_text h2 {
	font-size: 10vw;
	line-height: 1.1em;
	margin-bottom: 20px;
}
#kv_text p {
	font-size: 16px;
	line-height: 1.6em;
}

/* -- マスク ----------------------------------------------- */
#kv_mask {
	width: 100%;
	height: calc(100vh - 140px);
}

/* -- スライド ----------------------------------------------- */
#slide_wrap {
	display: inherit;
}
#slide_wrap li img {
  height: 100%;
}
#slick_1 {
	width: 100%;
	height: 50%;
}
#slick_2 {
	width: 100%;
	height: 50%;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メッセージ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#message_area {
	padding-top: 300px;
	padding-bottom: 100px;
	background-image: url(../images/home_messags_logo.png),url(../images/bg_01.jpg),url(../images/bg_02.png);
	background-position: right 10px top 200px,right top,left bottom;
	background-size: auto calc(100% - 520px),20% auto,cover;
	margin-top: -100px;
}

/* -- データ ----------------------------------------------- */
#msg_data {
	width: 80%;
	padding-right: 20px;
}
#msg_data h3 {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#msg_data p {
	font-size: 14px;
	line-height: 1.8em;
}

/* ボタン */
#msg_bt {
	width: 100%;
	margin-top: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 無限スクロール　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.infiniteslide li {
	width: 60%;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社を知る　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#company_area {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* -- 英語タイトル ----------------------------------------------- */
#company_area h3 {
	font-size: 17vw;
	line-height: 0.5em;
}

/* -- 日本語タイトル ----------------------------------------------- */
#company_area h4 {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 40px;
}

/* -- ボタン ----------------------------------------------- */
#cmp_wrap {
	padding-left: 20px;
	padding-right: 20px;
	display: inherit;
}
.cmp_box {
	width: 100%;
	margin-bottom: 10px;
}
.cmp_box a {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

/* アイコン、英語、説明文 */
.cmp_icon img {
	height: 50px;
	width: auto;
}
.cmp_tt {
	font-size: 24px;
	line-height: 1.2em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 先輩の声　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#interview_area {
	padding-top: 80px;
	padding-bottom: 80px;
}
#interview_area h3 {
	font-size: 20vw;
	line-height: 0.5em;
}
#interview_area h4 {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 40px;
}

/* -- インタビュー個別 ----------------------------------------------- */
.slick-item {
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	display: inherit !important;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* 写真 */
.itv_pic {
	width: 100%;
	margin-bottom: 10px;
}

/* テキスト */
.itv_text {
	width: 100%;
	padding-left: 0px;
}
.itv_text h5 {
	font-size: 22px;
	line-height: 1.2em;
}
.itv_text ul {
	position: static;
}
.nyuusha {
	font-size: 14px;
	margin-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
.work_ctg {
	font-size: 16px;
}
.itv_name {
	font-size: 20px;
}
	
/* -- slick-theme.css　カスタマイズ ----------------------------------------------- */
/* PREV・NEXT */
.arrow_box {
	margin-top: 70px;
}
.prev-arrow,
.next-arrow {
	width: 100px;
	height: 40px;
}

/* ドット */
.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
}
.slick-dots li button:before {
    font-size: 15px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 働く環境　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kankyou_area {
	padding-top: 120px;
	padding-bottom: 100px;
}
#kankyou_area h3 {
	font-size: 50px;
	line-height: 1em;
	margin-bottom: 25px;
}
#kankyou_area h4 {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 30px;
}
#kankyou_area p {
	font-size: 16px;
}

/* -- ボタン ----------------------------------------------- */
#kankyou_bt_area {
	margin-top: 80px;
	display: inherit;
}
.kankyou_bt {
	width: 100%;
	margin-bottom: 10px;
}
.kankyou_bt a {
	font-size: 16px;
	line-height: 1em;
	height: 80px;
	padding-left: 20px;
}
.kankyou_bt a span {
	width: 30px;
	height: 30px;
	font-size: 13px;
	right: 15px;
	top: 28px;
}
}
