@charset "UTF-8";

/* CSS Document */
/*--------------------------*/
/*働く環境・学べる環境         */
/*--------------------------*/

/*メインビジュアル*/
div.mainImageCompany{
	background-size: cover;
	background-position: center center;
	background-image: url("../img/environment_main_image.jpg");
	position: relative;
	color:#FFFFFF;
}

div.mainImageCompany h1{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
	text-align: center;
	text-shadow:0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
	-moz-text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
    -o-text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
    -ms-text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
}

div.mainImageCompany p{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bold;
	text-align: center;
	text-shadow:0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
	-moz-text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
    -o-text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
    -ms-text-shadow: 0px -1px 5px rgba(0,0,0,0.6), 0px 1px 5px rgba(0,0,0,0.6),1px 0px 5px rgba(0,0,0,0.6),-1px 0px 5px rgba(0,0,0,0.6);
}

/*スマホ*/
@media screen and (max-width:767px) {
div.mainImageCompany{
}

div.mainImageCompany .inner{
	padding:15% 0;
}

div.mainImageCompany h1{
	font-size: 25px;
}

div.mainImageCompany p{
	font-size: 15px;
}
}

/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 979px) { 
div.mainImageCompany{
}

div.mainImageCompany .inner{
	padding:9% 0;
}

div.mainImageCompany h1{
	font-size: 50px;
}

div.mainImageCompany p{
	font-size: 25px;
}
}

/*PC*/
@media screen and (min-width:980px) {
div.mainImageCompany{
}

div.mainImageCompany .inner{
	padding:100px 0;
}

div.mainImageCompany h1{
	font-size: 70px;
}

div.mainImageCompany p{
	font-size: 30px;
}
}


/*コンテンツ*/
#environmentArea{
	padding: 20px 15px 80px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: normal;
}

#environmentArea .wrap{
	max-width: 1200px;
	margin: 0 auto;
}
/*スマホ*/
@media screen and (max-width:767px) {
#environmentArea .wrap{
	margin-bottom: 50px;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#environmentArea .wrap{
	margin-bottom: 60px;
}
}

/*PC*/
@media screen and (min-width:980px) {
#environmentArea .wrap{
	margin-bottom: 100px;
}
}

.naviList{
    max-width: 500px;
    margin: 0 auto 2em;
    display: flex;
    align-items: center;
}

.naviList li{
    width: 100%;
    text-align: center;
}

.naviList li a{
    display: block;
    padding: 1em;
	color: #0098D5;
	border: 1px solid #0098D5;
	text-decoration: none;
}

.naviList li a:hover{
	background: #E3F4FD;
}

.naviList li.active a{
    display: block;
    padding: 1em;
	background: #0098D5;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.naviList li.active a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #0098D5;
}

.naviList li.active a:hover{
	cursor: default;
	background: #0098D5;
}

.logoSpace{
    align-items: center;
    justify-content: center;
    width: 40vw;
    max-width: 400px;
    margin: auto;
    margin-bottom: 3em;
}

.newMainTextBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 3em;
}

h2.mainMidashi{
     font-size: 1.2em;
     font-weight: bold;
     margin-bottom: 1em;
     text-decoration:underline;
     text-align: center;
}
.newMainTextBox p{
	margin: 0;
    line-height: 2em;
}

.mainTextBox{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3em;
}

.mainTextBox p{
	margin: 0;
    line-height: 2em;
}

.welfareBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.welfareBox .box{
    width: 48%;
    margin-bottom: 50px;
}

@media screen and (max-width:767px) {
.welfareBox .box{
    width: 100%;
    margin-bottom: 20px;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.welfareBox .box{
    margin-bottom: 35px;
}
}

.welfareBox .box .title{
	position: relative;
    background: #E3F4FD;
    padding: 0.75em 1em 0.75em 4em;
    font-size: 1.2em;
    color: #000000;
    border-radius: 2em;
    padding-left: 3.5em;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1em;
}

.welfareBox .box .title:before {
	font-family: 'ForkAwesome';
	position: absolute;
	display: inline-block;
	color: white;
	background: #0098D5;
	text-align: center;
	font-weight: normal;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white;
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	font-size: 1.2em;
}

.welfareBox .box .title.clock:before {
	content: "\f017";
    line-height: 2.2em;
}

.welfareBox .box .title.home:before {
    content: "\f015";
    line-height: 2.2em;
}

.welfareBox .box .title.handshake:before {
    content: "\f2b5";
    line-height: 2.2em;
}

.welfareBox .box .title.heartline:before {
    content: "\f08a";
    line-height: 2.4em;
}

.welfareBox .box .title.socialhome:before {
    content: "\f2ec";
    line-height: 2.2em;
}

.welfareBox .box .title.card:before {
    content: "\f2c3";
    line-height: 2.3em;
}

.welfareBox .box .title.yen:before {
    content: "\f157";
    line-height: 2.4em;
}

.welfareBox .box .title.child:before {
    content: "\f1ae";
    line-height: 2.2em;
}

.welfareBox .box .title.leaf:before {
    content: "\f06c";
    line-height: 2.3em;
}

.welfareBox .box .title.trophy:before {
    content: "\f091";
    line-height: 2.3em;
}

.welfareBox .box .title.gift:before {
    content: "\f06b";
    line-height: 2.3em;
}

.welfareBox .box .title.medkit:before {
    content: "\f0fa";
    line-height: 2.2em;
}

.welfareBox .box .title.heart:before {
    content: "\f004";
    line-height: 2.4em;
}

.welfareBox .box .title.book:before {
    content: "\f02d";
    line-height: 2.2em;
}

.welfareBox .box .title.pencil:before {
    content: "\f040";
    line-height: 2.2em;
}

.welfareBox .box .title.desktop:before {
    content: "\f108";
    line-height: 2.4em;
}

.welfareBox .box .title.graduationcap:before {
    content: "\f19d";
    line-height: 2.4em;
}

.welfareBox .box .title.pencilsquare:before {
    content: "\f044";
    line-height: 2.4em;
    padding-left: 4px;
}

.welfareBox .box .title.comments:before {
    content: "\f0e6";
    line-height: 2.2em;
}

.welfareBox .box .title.commenting:before {
    content: "\f27b";
    line-height: 2.2em;
}

.welfareBox .box .title.group:before {
    content: "\f0c0";
    line-height: 2.4em;
}

.welfareBox .box .title.talk:before {
    content: "\f086";
    line-height: 2.4em;
}

.welfareBox .box .title.job:before {
    content: "\f0e8";
    line-height: 2.4em;
}

.welfareBox .box .title.manager:before {
    content: "\f21d";
    line-height: 2.4em;
}

.welfareBox .box .title.specialist:before {
    content: "\f06a";
    line-height: 2.4em;
}

.welfareBox .box .title.career:before {
    content: "\f0f6";
    line-height: 2.4em;
}


.welfareBox .box .text{
    line-height: 2em;
}

.subTitle{
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
    position: relative;
    padding-bottom: 1em;
    font-size: 1.6em;
}

.subTitle:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 60px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #0098D5;
}

.subTitle span{
	display: inline-block;
	margin-left: 1em;
}

/*スマホ*/
@media screen and (max-width:575.98px) {
.subTitle span{
	display: block;
	margin-left: 0;
}
}


/*学べる環境*/
.education{
	
}

.education .welfareBox .box:nth-last-child(1),
.education .welfareBox .box:nth-last-child(2){
    margin-bottom: 0;
}

ul.scheduleBox{
	position:relative;
	list-style: none;
	margin : 0;
	padding : 0;
}

ul.scheduleBox:after{
	width: 2px;
	position: absolute;
	content: "";
	top: 0;
	z-index:0 !important;
	background-size: 20px 20px;
}

.scheduleBox li .time{
	background-color: rgba(255,255,255,1);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	line-height: 1;
    font-weight: 900;
	position: absolute;
	z-index: 2 !important;
}

.scheduleBox li dl{
    margin-top: 2.5em;
    padding: 1em;
}

.scheduleBox li dl dt{
    margin-bottom: 0;
}

.scheduleBox li dl dd{
    margin-bottom: 1.5em;
    margin-top: 0.5em;
}

.scheduleBox li dl dd:last-child{
    margin-bottom: 0;
}

/*スマホ*/
@media screen and (max-width:767px) {
ul.scheduleBox:after{
	left: 10px;
}

.scheduleBox li dl{
    margin-bottom: 15px;
    margin-left: 2em;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 979px) {
ul.scheduleBox:after{
	left: 12px;
}

.scheduleBox li dl{
    margin-bottom: 30px;
    margin-left: 2em;
}
}

/*PC*/
@media screen and (min-width:980px) {
ul.scheduleBox:after{
	left: 15px;
}

.scheduleBox li dl{
    margin-bottom: 30px;
    margin-left: 3em;
}
}

.scheduleBoxWrap{
	margin-bottom: 4em;
}

ul.scheduleBox.orange .time{
	color: #F15A24;
}

ul.scheduleBox.orange:after{
	background-image: linear-gradient(0deg,#fff 25%, #F15A24 25%, #F15A24 50%, #fff 50%, #fff 75%,#F15A24 75%, #F15A24);
	height: 120%;
}

ul.scheduleBox.orange li dl{
    background: #FFFCDB;
}

ul.scheduleBox.blue .time{
	color: #0098D5;
}

ul.scheduleBox.blue:after{
	background-image: linear-gradient(0deg,#fff 25%, #0098D5 25%, #0098D5 50%, #fff 50%, #fff 75%,#0098D5 75%, #0098D5);
	height: 120%;
}

ul.scheduleBox.blue li dl{
    background: #E3F4FD;
}

ul.scheduleBox.pink .time{
	color: #ED1E79;
}

ul.scheduleBox.pink:after{
	background-image: linear-gradient(0deg,#fff 25%, #ED1E79 25%, #ED1E79 50%, #fff 50%, #fff 75%,#ED1E79 75%, #ED1E79);
	height: 100%;
}

ul.scheduleBox.pink li dl{
    background: #FBE3ED;
}

.planButton{
    padding: 1em 0;
    display: block;
    text-decoration: none !important;
    border: 3px solid #0098D5;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    color: #0098D5;
    background-color: transparent;
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, #0098D5 50%);	
    background-image: linear-gradient(to right, transparent 50%, #0098D5 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.planButton:before {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    right: 1em;
}

.planButton:hover,
.planButton:focus{
    background-color: transparent;
    background-position: -100% 100%;
	color: #fff;	
}

.planButton:active{
	color: #fff;	
}

a.modalCloseBtn{
    display: block;
    width: 100px;
    background-color: #666;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
	color:#ffffff !important;
}

a.modalCloseBtn:hover{
	opacity:0.8;
	text-decoration: none;
}

/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*下部追加項目用*/
.addItems{
    padding: 1em;
    font-weight: bold;
}

/*モーダルウィンドウ*/
/*標準※リスト*/
ul.notesList{
	margin:0 0 1em;
	line-height:200%;
	counter-reset:cnt;
}
 
ul.notesList li{
	list-style-type:none;
	list-style-position:inside;
	position:relative;
	padding-left:1.1em;

}
ul.notesList li:before{
	position:absolute;
	top:0;
	left:0;
	display: marker;
	content: "\203B";
}

.table01{
	width: 100%;
	margin-bottom: 0.5em;
    border-left: 1px solid #ccc;
}

.table01 th{
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #EEEEEE;
	font-weight: normal;
	text-align: center;
}

.table01 td{
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.table01 thead th{
}

.table01 tbody th{
	white-space: nowrap;
}

.addItemsModal {
    position: relative;
    background: #ffffff;
    padding: 1.2em;
    width: auto;
    max-width: 700px;
    margin: 0 auto;
}

.addItemsModalBox{
    max-width: 500px;
    margin: 0 auto;
}

div.addItemsModalBox h2{
    text-align: center;
    margin: 0 0 0.5em;
    font-size: 1.5em;
	font-weight: bold;
}

div.addItemsModalBox h2 span{
    font-size: 0.8em;
	font-weight: normal;
}

/*スマホ*/
@media screen and (max-width:767.99px){
.addItemsModalBox{
    max-width: 400px;
}
	
.addItemsModal {
    max-width: 500px;
}
}

/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991.99px) {
.addItemsModal {
    max-width: 600px;
}
}
