@charset "UTF-8";
/* CSS Document */

/*===============================================
CONTAINER
===============================================*/
#CONTAINER {
}
/*===============================================
HEADER
===============================================*/
#HEADER {
  display: none;
}
#SUB_HEADER {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(11, 81, 104, 0.3) 0px 8px 5px -5px;
  -webkit-box-shadow: rgba(11, 81, 104, 0.3) 0px 8px 5px -5px;
  -moz-box-shadow: rgba(11, 81, 104, 0.3) 0px 8px 5px -5px;
}
#SUB_HEADER > div {
  width: 1020px;
  margin: 0 auto;
}
#SUB_HEADER .logo {
  margin: 25px 0 0 0;
}
.logo {
  float: left;
}
.logo img {
  width: 213px;
}
.logo img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.gnavi {
  float: right;
  margin: 40px 0 0 0;
  font-family: 'Montserrat', sans-serif;
}
.gnavi li {
  float: left;
  border-left: 1px solid #0098e1;
  padding: 0 20px;
}
.gnavi li:first-child {
  padding-left: 0;
  border-left: none;
}
.gnavi li:last-child {
  padding-right: 0;
}
.gnavi li a {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #0098e1;
  text-decoration: none;
}
.gnavi li.nav01 a:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 21px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon01_3.png) no-repeat;
  background-size: contain;
}
.gnavi li.nav02 a:before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 21px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon02_3.png) no-repeat;
  background-size: contain;
}
.gnavi li.nav03 a:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 20px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon03_3.png) no-repeat;
  background-size: contain;
}
.gnavi li.nav04 a:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon04_3.png) no-repeat;
  background-size: contain;
}
.gnavi li.nav05 a:before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 21px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon05_3.png) no-repeat;
  background-size: contain;
}
.menu_btn {
  display: none;
}
.sp_menu {
  display: none;
}
.sp_menu ul li a {
  display: none;
}
/*===============================================
KEYVISUAL
===============================================*/
#KEYVISUAL {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#KEYVISUAL_WRAP {
  position: relative;
  height: 700px;
}
.key_logo {
  text-align: center;
  padding: 100px 0 15px 0;
}
.key_logo img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.key_text {
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 36px;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(11, 80, 104, 0.75);
}
/*menu*/

.key_menu {
  width: 430px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  -moz-osx-font-smoothing: grayscale;
}
.key_menu a {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.key_menu_left {
  float: left;
  width: 210px;
}
.key_menu_left .nav01 {
  position: relative;
  width: 210px;
  height: 210px;
}
.key_menu_left .nav01 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 210px;
  height: 210px;
  z-index: 5;
}
.key_menu_left .nav01 p.menu_text {
  position: relative;
  top: 0;
  left: 0;
  width: 210px;
  height: 150px;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
  padding: 85px 0 0 0;
  background: url(../img/icon01.png) rgba(255, 255, 255, 0.9) no-repeat center 40px;
  background-size: 38px 32px;
  color: #1a1c1c;
  font-size: 28px;
}
.key_menu_left .nav01 p.bg_arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 210px;
  height: 60px;
  background: url(../img/arrow01.png) rgba(255, 255, 255, 0.7) no-repeat center;
  background-size: 38px 17px;
  z-index: 2;
}
.key_menu_left .nav01:hover p.menu_text {
  background: url(../img/icon01_2.png) #1a1c1c no-repeat center 40px;
  background-size: 38px 32px;
  color: #ffffff;
}
.key_menu_left .nav01:hover p.bg_arrow {
  background: url(../img/arrow02.png) #1a1c1c no-repeat center;
  background-size: 38px 17px;
}
.key_menu_right {
  float: right;
  width: 210px;
}
.key_menu_right ul li {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 0 10px 0;
  color: #ffffff;
}
.key_menu_right ul li:nth-child(odd) {
  margin: 0 10px 10px 0;
}
.key_menu li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100px;
  z-index: 5;
}
.key_menu li a div {
  background: url(../img/arrow02.png) no-repeat center bottom 10px;
  background-size: 17px 8px;
}
.key_menu li p.menu_text {
  position: relative;
  top: 0;
  left: 0;
  width: 100px;
  height: 74px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  z-index: 1;
}
.key_menu li p.bg_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 74px;
}
.key_menu li p.bg_arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 26px;
  z-index: 2;
}
.key_menu li.nav02 p.bg_over {
  background: #2a8ccd;
  color: #2a8ccd;
  font-size: 60px;
  line-height: 1;
  mix-blend-mode : multiply;
}
.key_menu li.nav02 p.menu_text {
  padding: 47px 0 0 0;
  background: url(../img/icon02_2.png) rgba(7, 67, 153, 0.8) no-repeat center 17px;
  background-size: 25px 20px;
}
.key_menu li.nav02 p.bg_arrow {
  background: url(../img/arrow02.png) rgba(42, 140, 205, 0.8) no-repeat center;
  background-size: 18px;
}
.key_menu li.nav02:hover p.menu_text {
  background: url(../img/icon02_2.png) #05367c no-repeat center 17px;
  background-size: 25px 20px;
}
.key_menu li.nav02:hover p.bg_arrow {
  background: url(../img/arrow02.png) #05367c no-repeat center;
  background-size: 18px;
}
.key_menu li.nav03 p.menu_text {
  padding: 47px 0 0 0;
  background: url(../img/icon03_2.png) rgba(165, 155, 5, 0.8) no-repeat center 17px;
  background-size: 25px 20px;
}
.key_menu li.nav03 p.bg_arrow {
  background: url(../img/arrow02.png) rgba(207, 202, 17, 0.8) no-repeat center;
  background-size: 18px;
}
.key_menu li.nav03:hover p.menu_text {
  background: url(../img/icon03_2.png) #8e840a no-repeat center 17px;
  background-size: 25px 20px;
}
.key_menu li.nav03:hover p.bg_arrow {
  background: url(../img/arrow02.png) #8e840a no-repeat center;
  background-size: 18px;
}
.key_menu li.nav04 p.menu_text {
  padding: 47px 0 0 0;
  background: url(../img/icon04_2.png) rgba(209, 0, 65, 0.8) no-repeat center 15px;
  background-size: 23px 23px;
}
.key_menu li.nav04 p.bg_arrow {
  background: url(../img/arrow02.png) rgba(240, 86, 127, 0.8) no-repeat center;
  background-size: 18px;
}
.key_menu li.nav04:hover p.menu_text {
  background: url(../img/icon04_2.png) #c40645 no-repeat center 15px;
  background-size: 23px 23px;
}
.key_menu li.nav04:hover p.bg_arrow {
  background: url(../img/arrow02.png) #c40645 no-repeat center;
  background-size: 18px;
}
.key_menu li.nav05 p.menu_text {
  padding: 47px 0 0 0;
  background: url(../img/icon05_2.png) rgba(2, 130, 2, 0.8) no-repeat center 15px;
  background-size: 25px 20px;
}
.key_menu li.nav05 p.bg_arrow {
  background: url(../img/arrow02.png) rgba(89, 192, 39, 0.8) no-repeat center;
  background-size: 18px;
}
.key_menu li.nav05:hover p.menu_text {
  background: url(../img/icon05_2.png) #245e02 no-repeat center 15px;
  background-size: 25px 20px;
}
.key_menu li.nav05:hover p.bg_arrow {
  background: url(../img/arrow02.png) #245e02 no-repeat center;
  background-size: 18px;
}
/*topics*/

.key_topics {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 30px 0;
  background: rgba(0, 152, 225, 0.3);
  color: #ffffff;
}
.topics_ttl {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 16px;
}
.topics_ttl:after {
  display: block;
  content: "";
  margin: 0 auto;
  width: 75px;
  height: 1px;
  background: #ffffff;
}
.topics_list {
  font-family: 'Quicksand', sans-serif;
}
.topics_list li {
  text-align: center;
  padding: 5px 0 0 0;
}
.topics_list li span {
  font-weight: bold;
  margin: 0 10px 0 0;
}
.topics_list li a {
  color: #ffffff;
  text-decoration: none;
}
.topics_list li a:hover {
  text-decoration: underline;
}
/*===============================================
MAIN
===============================================*/
#MAIN {
  min-width: 1280px;
}
#SUB #MAIN {
  margin-top: 110px;
}
/*JOBs*/

#jobs {
  padding: 70px 30px 90px 30px;
}
.jobs_txt01 {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 15px;
  font-family: 'Noto Sans', sans-serif;
}
.jobs_txt02 {
  margin: 0 0 50px 0;
  text-align: center;
  color: #595959;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
}
.jobs_list {
  width: 1060px;
  margin: 0 auto 40px auto;
}
.jobs_list li {
  float: left;
  width: 340px;
  margin: 0 20px 20px 0;
  color: #4c4c4c;
  font-family: 'Quicksand', sans-serif;
  box-sizing: border-box;
}
.jobs_list li div:hover {
  background: #4c4c4c;
  color: #ffffff;
}
.jobs_list li:nth-child(3n) {
  margin: 0 0 20px 0;
}
.jobs_list li div {
  position: relative;
  display: table;
  width: 100%;
  font-size: 13px;
  border: 2px solid #4c4c4c;
  line-height: 18px;
  font-weight: bold;
  box-sizing: border-box;
}
.jobs_list li div:before {
  display: block;
  float: left;
  height: 60px;
  content: "";
}
.jobs_list li div p {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
.jobs_list li div p.new {
  padding: 10px 10px 10px 60px;
}
.jobs_list li div p.new:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -21px 0 0 0;
  content: "New!";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #de0019;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  line-height: 40px;
  font-size: 13px;
}
.jobs_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jobs_txt03 {
  padding: 5px 0 0 0;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  line-height: 20px;
}
/*STUDY*/

#study {
  width: 1072px;
  margin: 0 auto;
  padding: 70px 30px 90px 30px;
  box-sizing: border-box;
}
.study_ttl {
  margin: 0 0 35px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-align: center;
  color: #222222;
}
.study_ttl:after {
  display: block;
  content: "";
  width: 240px;
  height: 1px;
  margin: 10px auto 0 auto;
  background: #dfdfdf;
}
.study_ttl.study01:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 18px;
  margin: -3px 15px 0 0;
  vertical-align: middle;
  background: url(../img/icon06.png) no-repeat;
  background-size: contain;
}
.study_ttl.study02:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 18px;
  margin: -3px 15px 0 0;
  vertical-align: middle;
  background: url(../img/icon07.png) no-repeat;
  background-size: contain;
}
.study_ttl.study03:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 18px;
  margin: -3px 15px 0 0;
  vertical-align: middle;
  background: url(../img/icon08.png) no-repeat;
  background-size: contain;
}
.study_txt01 {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
}
.study_info_wrap {
  margin: 0 0 50px 0;
}
.study_info {
  border: 4px solid #dfdfdf;
  padding: 5px;
}
.study_info_left {
  float: left;
  width: 40%;
  padding: 10px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  box-sizing: border-box;
}
.study_info_right {
  float: right;
  width: 60%;
  padding: 10px 15OX 10px 0px;
  font-family: 'Quicksand', sans-serif;
  box-sizing: border-box;
}
.study_info_right p {
  padding: 0 0 0 15px;
  border-left: 1px solid #dfdfdf;
}
.study_txt02 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
}
.study_txt03 {
  margin: 0 0 40px 0;
  text-align: center;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}
.location_wrap {
  margin: 0 0 50px 0;
}
.location_box {
  padding: 15px 10px;
  border: 4px solid #dfdfdf;
}
.location_txt01 {
  margin: 0 0 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-align: center;
}
.location_txt02 {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  text-align: center;
}
.voice_txt01 {
  margin: 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-align: center;
}
.voice_txt02 {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  text-align: center;
}
.study_btn_wrap {
  margin: 50px 0;
  text-align: center;
}
.study_btn {
  display: inline-block;
  position: relative;
  width: 820px;
  max-width: 100%;
  background: #0098e1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: color 0.1s ease-out 0.1s;
  -webkit-transition: color 0.1s ease-out 0.1s;
  -o-transition: color 0.1s ease-out 0.1s;
  -ms-transition: color 0.1s ease-out 0.1s;
  padding: 0 0 0 80px;
  line-height: 80px;
  box-sizing: border-box;
  font-size: 22px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.study_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005bc7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.study_btn:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/arrow03.png) #005bc7 center no-repeat;
  background-size: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.study_btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*QandA*/
#qa {
  padding: 70px 30px 90px 30px;
}
.qa_ttl {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.qa_ttl p {
  display: inline-block;
  padding: 10px 20px;
  border: 4px solid #dfdfdf;
}
.qa_list {
  width: 1072px;
  margin: 0 auto 20px auto;
}
.qa_list li {
  float: left;
  width: 50%;
  margin: 0 0 30px 0;
  box-sizing: border-box;
}
.qa_list li:nth-child(odd) {
  padding: 0 20px 0 0;
}
.qa_list li:nth-child(even) {
  padding: 0 0 0 20px;
}
.qa_list li:nth-child(2n+1) {
  clear: both;
}
.qa_q {
  margin: 0 0 10px 0;
  padding: 0 50px 5px 20px;
  background: url(../img/icon10.png) no-repeat right 10px center;
  background-size: 35px 30px;
  min-height: 40px;
  border-bottom: 2px dashed #222222;
  line-height: 20px;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
}
.qa_a {
  padding: 0 10px 0 60px;
  background: url(../img/icon11.png) no-repeat 10px top;
  background-size: 35px 30px;
  font-size: 15px;
  font-family: 'Quicksand', sans-serif;
}
/*TOPIC*/

#topic {
  padding: 70px 30px 90px 30px;
}
.topic_list {
  width: 1072px;
  margin: 0 auto 20px auto;
}
.topic_list li {
  float: left;
  width: 50%;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}
.topic_list li:nth-child(odd) {
  padding: 0 20px 0 0;
}
.topic_list li:nth-child(even) {
  padding: 0 0 0 20px;
}
.topic_list li:nth-child(2n+1) {
  clear: both;
}
.topic_list li > div {
  padding: 10px;
  border: 4px solid #dfdfdf;
}
.topic_list li .topic_date {
  float: left;
  width: 20%;
  font-size: 14px;
}
.topic_list li .topic_link {
  float: left;
  width: 80%;
}
.topic_list li .topic_link a {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}
.topic_list li .topic_link a:hover {
  text-decoration: underline;
}
.topic_list li .topic_text {
  padding: 10px 30px;
  font-size: 15px;
}
.topic_ttl {
  margin: 0 0 10px 0;
  font-size: 28px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.topic_detail_date {
  margin: 0 0 50px 0;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}
/*===============================================
共通部分
===============================================*/

/*contents_menu*/

#contents_menu ul li {
  position: relative;
  float: left;
  width: 25%;
  height: 280px;
}
#contents_menu ul li div .contents_menu_ttl {
  position: absolute;
  left: 0;
  bottom: 62px;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#contents_menu ul li:hover div .contents_menu_ttl {
  padding: 91px 10px;
}
#contents_menu ul li div .contents_menu_text {
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
}
#contents_menu ul li div .contents_menu_text span {
  display: table-cell;
  vertical-align: middle;
}
#contents_menu ul li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#contents_menu ul li.menu01 {
  background: url(../img/bg02.jpg) no-repeat center top;
  background-size: cover;
}
#contents_menu ul li.menu01 div .contents_menu_ttl {
  background: rgba(7, 67, 153, 0.8);
}
#contents_menu ul li.menu01 div .contents_menu_ttl:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 21px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon02_2.png) no-repeat;
  background-size: contain;
}
#contents_menu ul li.menu01 div .contents_menu_text {
  background: rgba(42, 140, 205, 0.7);
}
#contents_menu ul li.menu02 {
  background: url(../img/bg03.jpg) no-repeat center top;
  background-size: cover;
}
#contents_menu ul li.menu02 div .contents_menu_ttl {
  background: rgba(165, 155, 5, 0.8);
}
#contents_menu ul li.menu02 div .contents_menu_ttl:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 20px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon03_2.png) no-repeat;
  background-size: contain;
}
#contents_menu ul li.menu02 div .contents_menu_text {
  background: rgba(207, 202, 17, 0.7);
}
#contents_menu ul li.menu03 {
  background: url(../img/bg04.jpg) no-repeat center top;
  background-size: cover;
}
#contents_menu ul li.menu03 div .contents_menu_ttl {
  background: rgba(209, 0, 65, 0.8);
}
#contents_menu ul li.menu03 div .contents_menu_ttl:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon04_2.png) no-repeat;
  background-size: contain;
}
#contents_menu ul li.menu03 div .contents_menu_text {
  background: rgba(240, 86, 127, 0.7);
}
#contents_menu ul li.menu04 {
  background: url(../img/bg05.jpg) no-repeat center top;
  background-size: cover;
}
#contents_menu ul li.menu04 div .contents_menu_ttl {
  background: rgba(2, 130, 2, 0.8);
}
#contents_menu ul li.menu04 div .contents_menu_ttl:before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 21px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon05_2.png) no-repeat;
  background-size: contain;
}
#contents_menu ul li.menu04 div .contents_menu_text {
  background: rgba(89, 192, 39, 0.7);
}
/*JOIN Daijob*/

.join_wrap {
  width: 1280px;
  margin: 0 auto;
  padding: 55px 0;
  background: url(../img/bg01.jpg) no-repeat;
  background-size: cover;
}
.join_box {
  width: 870px;
  margin: 0 auto;
}
.join_txt {
  margin: 0 0 30px 0;
  font-size: 30px;
  color: #000066;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
  line-height: 35px;
}
/*===============================================
PAGE
===============================================*/
#PAGE {
}
/*===============================================
SIDE
===============================================*/
#SIDE {
}
/*===============================================
FOOTER
===============================================*/
#FOOTER {
  background: #0098e1;
}
#FOOTER_WRAP {
  width: 1060px;
  margin: 0 auto;
  padding: 60px 0;
}
.footer_left {
  float: left;
}
.footer_right {
  float: right;
  width: 730px;
}
#FOOTER_WRAP .logo img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.footer_nav_pc {
  margin: 0 0 15px 0;
  font-family: 'Montserrat', sans-serif;
}
.footer_nav_pc li {
  float: left;
  border-left: 1px solid #ffffff;
  padding: 0 10px;
}
.footer_nav_pc li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer_nav_pc li:last-child {
  padding-right: 0;
}
.footer_nav_pc li a {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.footer_nav_pc li a:hover {
  background: #66C1ED;
}
.footer_nav_pc li.nav01 a:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 21px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon01_2.png) no-repeat;
  background-size: contain;
}
.footer_nav_pc li.nav02 a:before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 21px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon02_2.png) no-repeat;
  background-size: contain;
}
.footer_nav_pc li.nav03 a:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 20px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon03_2.png) no-repeat;
  background-size: contain;
}
.footer_nav_pc li.nav04 a:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon04_2.png) no-repeat;
  background-size: contain;
}
.footer_nav_pc li.nav05 a:before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 21px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  background: url(../img/icon05_2.png) no-repeat;
  background-size: contain;
}
.footer_txt {
  float: left;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.footer_sns {
  float: left;
  margin: 0 0 0 40px;
}
.footer_nav_sp {
  display: none;
}
#COPYRIGHT {
  background: #0089DA;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
