@charset "UTF-8";
/* CSS Document */
#visual{
	    position: relative;
    width: 100%;
    height: 100vh;
}
.swiper{
	height:100%;
}
.swiper-wrapper,
.swiper-slide{
	height:100%;
}
.slide_img01{
	background-image: url(../images/top/mainimage01.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center right;
}
.slide_img02{
	background-image: url(../images/top/mainimage02.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center right;
}
.slide_img03{
	background-image: url(../images/top/mainimage03.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center right;
}

.copyBlock{
position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.copy_box{
position: absolute;
    bottom: 22%;
    left: 6.8%;
    z-index: 6;
}
.copyBlock_cover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
	background-image: url(../images/top/copy_bg.png);
	background-repeat: no-repeat;
	background-position:bottom 22% left -50px;
	background-size:100% auto;
}
p.catch{
	font-size:53px;
	color:#FFF;
	font-weight:bold;
	line-height:1.4;
	text-align:left;
  letter-spacing:0.1em;
}
p.sbcatch{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	line-height:1.4;
	text-align:left;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  letter-spacing:0.3em;
}
.visual_cover{
	background: linear-gradient(to bottom, rgba(41, 203, 225, 0.0) 60%, rgba(41, 203, 225, 1.0) 100%);
	background-repeat: no-repeat;
	background-position:top left;
	height:50vh;
	margin-top:-50vh;
	position:relative;
	z-index:10;
}
@media only screen and (min-width: 768px) {
.slide_img01{
	background-image: url(../images/top/mainimage01.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.slide_img02{
	background-image: url(../images/top/mainimage02.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.slide_img03{
	background-image: url(../images/top/mainimage03.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}
.copy_box{
    top: auto;
    bottom: 20%;
    left: 6.8%;
}
.copyBlock{
}
.copyBlock_cover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    content: '';
	background-image:url(../images/top/copy_bg.png);
	background-repeat: no-repeat;
	background-position:bottom 30px left -50px;
	background-size:40% auto;
}
p.catch{
	font-size:70px;
}
p.sbcatch{
	font-size:18px;
}
}
#wrap{
	background-color:#FFF;
}

#message{
	background-color:#29CBE1;
	background-image: url(../images/top/bg_message.png);
	background-repeat: no-repeat;
	background-position:bottom 30px right -40px;
	color:#FFF;
	padding:30px 0;
}
#message .container{
	padding-bottom:30px;
}
.messageBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
    align-items: center;
	margin:0 0 40px;
}
.messageBlock .titBox{
	width:96%;
	padding:8px;
	margin:0 1% 10px;
	overflow: hidden;
}
.messageBlock .txtBox{
	width:96%;
	padding:8px;
	margin:0 1% 10px;
	overflow: hidden;
}
.slider.mslide li{
	text-align:center;
}
.slider.mslide img{
	border-radius:10px;
}
@media only screen and (min-width: 768px) {
#message{
	padding:100px 0;
}
#message .container{
	padding-bottom:80px;
}
.messageBlock{
	margin:0 0 80px;
}
.messageBlock .titBox{
	width:45%;
	padding:0px 80px 0px 0px;
	margin:0 0 10px;
	overflow: hidden;
}
.messageBlock .txtBox{
	width:55%;
	padding:20px;
	margin:0 0 10px;
	overflow: hidden;
}
}
#news{
	background-color:#004D90;
	color:#FFF;
	padding:30px 0;
}
#news h2{
	color:#FFF;
	font-size:20px;
	line-height:1.5;
	margin-bottom:30px;
}
#news h2 span{
	font-size:63px;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}

.newsBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
    align-items: center;
	margin:0 0 40px;
}
.newsBlock .titBox{
	width:96%;
	padding:8px;
	margin:0 1% 10px;
	overflow: hidden;
}
.newsBlock .txtBox{
	width:96%;
	padding:8px;
	margin:0 1% 10px;
	overflow: hidden;
}
.newsBlock .txtBox p:first-child{
	border-top:1px solid #FFF;
}
.newsBlock .txtBox p{
	border-bottom:1px solid #FFF;
	padding:12px 6px;
	margin-bottom:0;
}
.newsBlock .txtBox .date{
	margin-right:20px;
	display:inline-block;
	width:100px;
}
.newsBlock .txtBox .cat{
	margin-right:40px;
	padding:2px 16px;
	border-radius:50px;
	display:inline-block;
	width:100px;
	text-align:center;
}
.newsBlock .txtBox .cat.general{
	border:1px solid #3EC9B9;
	color:#3DC9B9;
}
.newsBlock .txtBox .cat.job{
	border:1px solid #FF9C48;
	color:#FF9C48;
}
.newsBlock .txtBox a{
	color:#FFF;
	display:block;
}
@media only screen and (min-width: 768px) {
#news{
	padding:100px 0;
}
#news h2{
	margin-bottom:50px;
}
.newsBlock{
	margin:0 0 80px;
}
.newsBlock .titBox{
	width:28%;
	padding:0px 80px 0px 0px;
	margin:0 0 10px;
	overflow: hidden;
}
.newsBlock .txtBox{
	width:72%;
	padding:20px;
	margin:0 0 10px;
	overflow: hidden;
}
.newsBlock .txtBox p{
	padding:20px 2%;
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: flex-start;
}
.newsBlock .txtBox .date{
	width:18%;
	margin-right:2%;
}
.newsBlock .txtBox .cat{
	width:18%;
	margin-right:2%;
}
.newsBlock .txtBox a{
	width:60%;
}

}

#business{
	padding:30px 0 160px;
}
#business h2{
	color:#29CBE1;
	font-size:20px;
	line-height:1.5;
}
#business h2 span{
	font-size:63px;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.worksBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
    align-items: center;
	margin:0 0 75px;
}
.worksBlock .titBox{
	width:100%;
	padding:8px;
	margin:0 0 10px;
	overflow: hidden;
}
.worksBlock .txtBox{
	width:96%;
	padding:8px;
	margin:0 1% 10px;
	overflow: hidden;
}
.workList{
	padding:0px;
	margin-bottom:30px;
	position:relative;
}
p.wtitle{
	background-color:#004D90;
	color:#FFF;
	font-size:20px;
	padding:8px 16px;
	position:relative;
	text-align:center;
	width:100%;
	margin:0 auto -0px;
}
.workBox{
	position:relative;
	background-color:#FFF;
	padding:20px;
	width:90%;
	margin:-20px auto 0;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
	z-index:9;
}
p.wlogo{
	text-align:center;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider.wslider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider.wslider li.ws {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
}
.slider.wslider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
	border-radius: 0px;
}

.slider.wslider .workBox img {
    width:auto;
    height:auto;
	margin:0 auto;
}

.slider.wslider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider.wslider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

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

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

.wslider .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;
    background:#ccc;/*ドットボタンの色*/
}

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

@media only screen and (min-width: 768px) {
#business{
	padding:100px 0;
}
.worksBlock{
	margin:0 0 80px;
}
.worksBlock .titBox{
	width:25%;
	padding:0px 80px 0px 0px;
	margin:0 0 10px;
	overflow: hidden;
}
.worksBlock .txtBox{
	width:75%;
	padding:20px;
	margin:0 0 10px;
	overflow: hidden;
}
.workList{
	padding:40px;
}

p.wtitle{
	font-size:28px;
	padding:12px 24px;
	width:45%;
	margin:0 auto -50px -30px;
}
.workBox{
	padding:20px 30px;
	width:50%;
	margin:-170px -40px 0 auto;
}
}

#interview{
	padding:30px 0 80px;
	color:#FFF;
}
#interview h2{
	font-size:20px;
	margin-bottom:20px;
	line-height:1.5;
}
#interview h2 span{
	font-size:63px;
	margin-right:30px;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.interviewBlock{
	margin-bottom:95px;
}
/*==================================================
スライダーのためのcss
===================================*/
#interview .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

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

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

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

/*矢印の設定*/

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

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

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

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

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

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



#interview .slider li{
	text-align:left;
	padding-bottom:10px;
	margin-right:40px;
	/*background-color:#000;*/
}
#interview .slider ul.slick-dots li{
	margin-right:0px;
}
#interview .slider ul.slick-dots li{
	margin-right:15px;
}
#interview .slick-dots li{
	border-radius:0px;
  transition: all 1s linear;
}
#interview .slider a{
transition: .5s;
}
#interview .slider li:hover{
transition: .5s;
	transform: translateY(10px);
}

#interview .slider a:hover img{
	opacity:0.5;
  transition: all 1s linear;
}
.intBox{
	position:relative;
}
.inttit{
	position:absolute;
	top:0;
	font-size:16px;
	color:#FFF;
	background-color:#29CBE1;
	padding:2px 6px;
	border-radius:0 0 10px 0;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.intCopy{
	position:absolute;
	bottom:0;
	width:100%;
	color:#FFF;
	padding:6px 16px;
}
.intCopy p.copy{
	font-size:16px;
	margin-bottom:12px;
	letter-spacing:0;
}
.intCopy .prof{
	display:flex;
    align-items: center;
	font-size:14px;
}
.intCopy .prof p.nm{
	font-size:39px;
	margin-right:16px;
	font-weight:bold;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
@media only screen and (min-width: 768px) {
#interview{
	padding:100px 0;
	background: linear-gradient(180deg, rgb(41, 203, 225), rgb(0, 61, 93));
}
.interviewBlock{
	width:80%;
	margin-bottom:80px;
}
#interview h2{
	margin-bottom:60px;
}
#interview .slider li{
	margin-right:10px;
}
.inttit{
	font-size:18px;
	padding:6px 12px;
}
.intCopy{
	padding:10px 24px;
}
.intCopy p.copy{
	font-size:16px;
	margin-bottom:12px;
}
.intCopy .prof p.nm{
	font-size:52px;
	line-height:1;
}
}
@media only screen and (max-width: 767px) {
#interview{
	background: linear-gradient(180deg, rgb(41, 203, 225), rgb(0, 61, 93));
}
}
.slider li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

#culture{
	padding:30px 0;
	/*background-color:#FFF;*/
background: linear-gradient(
135deg,
rgba(255, 219, 230, 1) 0%,
rgba(251, 253, 219, 1) 50%,
rgba(204, 237, 255, 1) 100%
);
}
#culture h2{
	font-size:20px;
	margin-bottom:20px;
	color:#004D90;
	line-height:1.5;
}
#culture h2 span{
	font-size:63px;
	margin-right:30px;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.img_culture{
background-image: url(../images/top/img_culture.jpg);
background-repeat: no-repeat;
background-position:center center;
    background-size: cover;
	min-height:300px;
	margin-bottom:60px;
	position:relative;
}
.copy_culture{
	position:absolute;
	right:5%;
	top:-120px;
	    writing-mode: vertical-rl;
}
.copy_culture p{
		color:#FFF;
		font-size:16px;
		line-height:3.0;
		letter-spacing: 10px;
}
.copy_culture span{
	background-color:#004D90;
	padding:20px 10px 10px;
}
.cultureBlock{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding:30px 0;
}
.cultureBlock .cltBox {
    width: 96%;
    padding: 40px 30px 8px;
    margin: 0 2% 60px;
	background-color:#FFF;
	border-radius:10px;
	position:relative;
}
.cultureBlock .cltBox::before {
	font-size: 70px;
	font-weight:bold;
	color:#004D90;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	line-height:1;
}
.cultureBlock .cltBox:nth-child(1)::before {
	content: '01';
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.cultureBlock .cltBox:nth-child(2)::before {
	content: '02';
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.cultureBlock .cltBox:nth-child(3)::before {
	content: '03';
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.cultureBlock .cltBox:nth-child(4)::before {
	content: '04';
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.cultureBlock .cltBox:nth-child(5)::before {
	content: '05';
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.cultureBlock .cltBox:nth-child(6)::before {
	content: '06';
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}

.cultureBlock .cltBox h3 {
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}
.cultureBlock .cltBox h3 span {
	border-bottom:2px solid #004D90;
	padding-bottom:4px;
}
.cltBox .ctxtBox{
	padding-top:130px;
}
.cul01{
background-image: url(../images/top/ill_cul01.png);
background-repeat: no-repeat;
background-position:center top;
    background-size: 120px auto;
}
.cul02{
background-image: url(../images/top/ill_cul02.png);
background-repeat: no-repeat;
background-position:center top;
    background-size: 120px auto;
}
.cul03{
background-image: url(../images/top/ill_cul03.png);
background-repeat: no-repeat;
background-position:center top;
    background-size: 120px auto;
}
.cul04{
background-image: url(../images/top/ill_cul04.png);
background-repeat: no-repeat;
background-position:center top;
    background-size: 120px auto;
}
.cul05{
background-image: url(../images/top/ill_cul05.png);
background-repeat: no-repeat;
background-position:center top;
    background-size: 120px auto;
}
.cul06{
background-image: url(../images/top/ill_cul06.png);
background-repeat: no-repeat;
background-position:center top;
    background-size: 120px auto;
}
@media only screen and (min-width: 768px) {
#culture{
	padding:100px 0;
}
#culture h2{
	margin-bottom:60px;
}
.img_culture{
	min-height:600px;
	margin-bottom:80px;
}
.copy_culture{
	right:15%;
	top:-180px;
}
.copy_culture p{
		font-size:32px;
		line-height:3.0;
		letter-spacing: 20px;
}
.copy_culture span{
	padding:40px 20px 20px;
}

.cultureBlock .cltBox {
    width: 48%;
    padding: 40px 30px 12px;
    margin: 0 1% 64px;
}
.cltBox .ctxtBox{
	padding-top:20px;
	padding-right:150px;
	padding-bottom:20px;
}
.cul01{
background-position:right 15px center;
    background-size: 120px auto;
}
.cul02{
background-position:right 15px center;
    background-size: 120px auto;
}
.cul03{
background-position:right 15px center;
    background-size: 120px auto;
}
.cul04{
background-position:right 15px center;
    background-size: 120px auto;
}
.cul05{
background-position:right 15px center;
    background-size: 120px auto;
}
.cul06{
background-position:right 15px center;
    background-size: 120px auto;
}
}

#overview{
	padding:30px 0;
	background-color:#FFF;
}
#overview h2{
	font-size:20px;
	margin-bottom:20px;
	color:#29CBE1;
	text-align:center;
	line-height:1.5;
}
#overview h2 span{
	font-size:50px;
	font-family: "Oswald";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing:0.1em;
}
.about table{
	width:100%;
	margin-bottom:40px;
}
.about table tr{
	border-bottom:1px solid #333;
}
.about table tr:first-child{
	border-top:1px solid #333;
}
.about table th{
	color:#29CBE1;
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
  margin-bottom:30px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.addBlock .addBox{
	margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
#overview{
	padding:100px 0;
}
#overview h2{
	margin-bottom:60px;
}
.about table th{
	width:20%;
	padding:12px;
	vertical-align:top;
}
.about table td{
	padding:12px;
}
.map {
  margin-bottom:90px;
}
.addBlock{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
    justify-content: center;
	margin:0;
}
.addBlock .addBox{
	width:50%;
	padding:0px;
	margin:0 0 10px;
}

}
@media only screen and (max-width: 767px) {
.about table tr{
display: block;
margin-bottom: 10px;}
.about table th{
	display:flex;
  justify-content: center;
  align-items: center;
  text-align:center;
width: 100%;
padding: 8px 4%;}
.about table td{
display: block;
width: 100%;
  text-align:center;
padding: 2px 4% 16px;
}
}



