@charset "UTF-8";

#contents #home .mainvisual {
  position: relative;
  margin-bottom: 0;
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  #contents #home .mainvisual {
    min-width: initial;
    min-width: auto;
  }
}

#contents #home .mainvisual .slide-area {
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  #contents #home .mainvisual .slide-area {
    min-width: initial;
    min-width: auto;
  }
}

#contents #home .mainvisual .slide-area .sp-mask {
  min-width: 1200px;
}

@media screen and (max-width: 768px) {
  #contents #home .mainvisual .slide-area .sp-mask {
    min-width: initial;
    min-width: auto;
  }
}

#contents #home .mainvisual .main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -138px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  #contents #home .mainvisual .main-logo {
    margin-left: -67.5px;
    margin-top: -60px;
  }

  #contents #home .mainvisual .main-logo img {
    zoom: 0.5;
  }
}

#contents #home .mainvisual .front-img {
  position: absolute;
  bottom: 0;
  z-index: 999;
}

#contents #home #concept {
  position: relative;
}

#contents #home #concept .img {
  position: absolute;
  top: -1px;
  z-index: 1;
}

#contents #home #concept p {
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 90px 0 0;
}

@media screen and (max-width: 768px) {
  #contents #home #concept p {
    width: 92%;
    margin: 0 auto;
    padding: 70px 0 0;
  }

  #contents #home #concept p img {
    zoom: 0.85;
  }
}

#contents #home #concept p.text {
  width: 860px;
  margin: 25px auto 0;
  padding: 0;
  text-align: left;
  line-height: 2.14em;
  opacity: 0.1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contents #home #concept p.text {
    text-align: left;
    width: 89.333%;
    margin: 25px auto;
    opacity: 1;
  }
}

@media print {
  #contents #home #concept p.text {
    opacity: 1;
  }
}

#contents #home #concept p.text2 {
  padding: 0;
  margin-top: 15px;
  line-height: 2.14em;
}

#contents #home #concept .iconmenu {
  opacity: 0.1;
  text-align: center;
  margin: 40px 0 80px;
  position: relative;
  /*z-index: 999999;*/
}

@media print {
  #contents #home #concept .iconmenu {
    opacity: 1;
  }
}

#contents #home #concept .iconmenu ul {
  width: 100%;
}

#contents #home #concept .iconmenu ul li {
  display: inline-block;
  margin: 0 3% 0 0;
  text-align: center;
  width: 145px;
}

#contents #home #concept .iconmenu ul li:last-child {
  margin: 0;
}

#contents #home #concept .iconmenu ul li p {
  font-size: 13px;
  font-weight: bold;
  padding: 20px 0 0;
}

@media screen and (max-width: 768px) {
  #contents #home #concept .iconmenu {
    opacity: 1;
    display: none;
  }
}

#contents #home #business {
  position: relative;
}

#contents #home #business .visual {
  text-align: center;
  background-color: #333;
  overflow: hidden;
  height: 460px;
}

@media screen and (max-width: 768px) {
  #contents #home #business .visual {
    height: auto;
    /* height: 275px; */
    background-color: inherit;
  }
}

#contents #home #business .visual img {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  max-width: 1400px;
}

@media screen and (max-width: 768px) {
  #contents #home #business .visual img {
    width: 100%;
    /* left: 0%;
    margin-left: 0; */
    position: static;
    margin: auto;
	}
}

#contents #home #business h2 {
  text-align: center;
}

#contents #home #business h2.title {
  width: 295px;
  margin: 60px auto 0;
  /* position: absolute;
  top: 315px;
  left: 50%;
  margin-left: -145px; */
}

@media screen and (max-width: 768px) {
  #contents #home #business h2.title {
    margin: 30px auto 0;
    /* top: 110px;
    margin-left: -86px; */
  }

  #contents #home #business h2.title img {
    zoom: 0.6;
  }
}

@media print {
  #contents #home #business h2.title {
    top: 0;
    margin-top: 150px;
  }
}

#contents #home #business ul {
  overflow: hidden;
  width: 1200px;
  margin: 55px auto 30px;
}

@media screen and (max-width: 768px) {
  #contents #home #business ul {
    width: 90%;
    margin: 30px auto;
  }
}

#contents #home #business ul li.box {
  opacity: 0.1;
  width: 200px;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}

@media print {
  #contents #home #business ul li.box {
    opacity: 1;
  }
}

#contents #home #business ul li.box a {
  box-sizing: border-box;
  padding: 5px;
  transition: background-color 0.2s ease 0.2s;
}

#contents #home #business ul li.box a:hover {
  cursor: pointer;
  background-color: #eee;
}

@media screen and (max-width: 768px) {
  #contents #home #business ul li.box {
    opacity: 1;
    width: 50%;
    border: 1px solid #00479d;
    border-width: 1px 0 0 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 10px 1.5%;
    box-sizing: border-box;
  }

  #contents #home #business ul li.box:nth-child(2n) {
    border-width: 1px 1px 0 1px;
  }

  #contents #home #business ul li.box:nth-child(9) {
    border-width: 1px 0 1px 1px;
  }

  #contents #home #business ul li.box:nth-child(10) {
    border-width: 1px;
  }
}

#contents #home #business ul li.box:nth-child(5n) {
  margin-right: 0;
}

#contents #home #business ul li.box h3 {
  text-align: center;
  color: #00479d;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #00479d;
  margin-bottom: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #contents #home #business ul li.box h3 {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 15px;
  }
}

#contents #home #business ul li.box h3 span {
  display: block;
  color: #888;
  font-size: 10px;
  font-weight: normal;
}

#contents #home #business ul li.box ul.list {
  width: auto;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #contents #home #business ul li.box ul.list {
    display: none;
  }
}

#contents #home #business ul li.box ul.list li {
  float: none;
  margin: 0;
  font-size: 13px;
  box-sizing: border-box;
  text-indent: -1em;
  padding-left: 1em;
}

#contents #home #business ul li.box ul.list li:before {
  content: '・';
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #00479d;
}

#contents #home #column {
  background: url(/common/images/bg_column.png) 0 0;
  padding: 50px 0;
}

#contents #home #column h2 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contents #home #column h2 {
    margin: 10px 0 45px;
  }

  #contents #home #column h2 img {
    zoom: 0.45;
  }
}

#contents #home #column ul {
  overflow: hidden;
  width: 1170px;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  #contents #home #column ul {
    width: 100%;
  }
}

#contents #home #column ul li {
  opacity: 0.1;
  background-color: #fff;
  width: 23.076923%;
  float: left;
  margin: 0 25px 25px 0;
}

@media print {
  #contents #home #column ul li {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #contents #home #column ul li {
    opacity: 1;
    width: 100%;
    background-color: inherit;
    margin: 0;
  }

  #contents #home #column ul li:last-child a {
    border-bottom: 1px solid #ccc;
  }
}

#contents #home #column ul li:first-child {
  width: 48.7179487%;
}

#contents #home #column ul li:first-child a span {
  font-size: 16px;
}

#contents #home #column ul li:first-child a time {
  font-size: 18px;
}

#contents #home #column ul li:first-child a p {
  font-size: 20px;
}

#contents #home #column ul li:first-child a .text_area {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #contents #home #column ul li:first-child {
    width: 100%;
  }

  #contents #home #column ul li:first-child a span {
    font-size: 12px;
  }

  #contents #home #column ul li:first-child a time {
    font-size: 12px;
  }

  #contents #home #column ul li:first-child a p {
    font-size: 14px;
  }

  #contents #home #column ul li:first-child a .text_area {
    padding: 0;
  }
}

#contents #home #column ul li:nth-child(3),
#contents #home #column ul li:nth-child(5) {
  margin: 0 0 25px 0;
}

@media screen and (max-width: 768px) {

  #contents #home #column ul li:nth-child(3),
  #contents #home #column ul li:nth-child(5) {
    margin: 0;
  }
}

#contents #home #column ul li a {
  display: block;
  position: relative;
}

#contents #home #column ul li a p.more {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

#contents #home #column ul li a:hover {
  opacity: 0.7;
}

#contents #home #column ul li a:hover p.more {
  display: block;
}

@media screen and (max-width: 768px) {
  #contents #home #column ul li a {
    overflow: hidden;
    border: 1px solid #ccc;
    border-width: 1px 0 0 0;
    padding: 20px 5%;
    box-sizing: border-box;
  }

  #contents #home #column ul li a .thumb {
    width: 35%;
    float: left;
  }
}

#contents #home #column ul li a .text_area {
  box-sizing: border-box;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #contents #home #column ul li a .text_area {
    width: 60%;
    float: right;
    padding: 0;
  }
}

#contents #home #column ul li a span {
  font-size: 12px;
}

#contents #home #column ul li a span.cat {
  display: inline-block;
  padding: 2px 15px;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#contents #home #column ul li a span.cat.zeirishi {
  background-color: #00479d;
}

#contents #home #column ul li a span.cat.roumu {
  background-color: #009bd8;
}


@media screen and (max-width: 768px) {
  #contents #home #column ul li a span.cat.pc {
    display: none;
  }
}

#contents #home #column ul li a span.cat.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #contents #home #column ul li a span.cat.sp {
    display: inline-block;
    font-size: 10px;
    margin-top: 10px;
  }
}

#contents #home #column ul li a time {
  display: block;
  color: #666;
  margin: 10px 0 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #contents #home #column ul li a time {
    margin: 0;
  }
}

#contents #home #column .btn_list {
  text-align: center;
}

#contents #home #column .btn_list a {
  display: block;
  width: 140px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  transition: color 0.15s ease 0.15s, background 0.15s ease 0.15s;
}

#contents #home #column .btn_list a:hover {
  background-color: #fff;
  color: #333;
}

#contents #home #news {
  margin: 60px 0 95px;
}

#contents #home #news h2 {
  text-align: center;
}

#contents #home #news ul {
  width: 1170px;
  margin: 40px auto 30px;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  #contents #home #news ul {
    width: 90%;
  }
}

#contents #home #news ul li {
  border-bottom: 1px solid #ddd;
  opacity: 0.1;
}

@media print {
  #contents #home #news ul li {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  #contents #home #news ul li {
    opacity: 1;
  }
}

#contents #home #news ul li a {
  display: block;
  padding: 14px 0;
  overflow: hidden;
  transition: background 0.15s ease 0.15s;
}

@media screen and (max-width: 768px) {
  #contents #home #news ul li a {
    overflow: hidden;
    padding: 14px 2%;
  }
}

#contents #home #news ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

#contents #home #news ul li a time {
  font-size: 12px;
  color: #666;
  margin: 0 10px;
  float: left;
}

#contents #home #news ul li a time:after {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #contents #home #news ul li a time {
    width: 30%;
    float: left;
    margin: 0;
    line-height: 2;
  }

  #contents #home #news ul li a time:after {
    display: none;
  }
}

#contents #home #news ul li a .btn {
  font-weight: bold;
  color: #fff;
  text-align: center;
  float: left;
  margin: 0 10px 0 0px;
  font-size: 10px;
  padding: 1px 10px;
}

#contents #home #news ul li a .btn.sharoushi {
  background-color: #7fcdf1;
}

#contents #home #news ul li a .btn.zeirishi {
  background-color: #00326e;
}

#contents #home #news ul li a .btn.zeroone,
#contents #home #news ul li a .btn.syaroushi {
  background-color: #00a0e9;
}

#contents #home #news ul li a p {
  position: relative;
  width: 80%;
  float: right;
}

@media screen and (max-width: 768px) {
  #contents #home #news ul li a p {
    width: 100%;
    float: left;
    margin-top: 5px;
  }
}

#contents #home #news ul li a p:before {
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  position: absolute;
  left: -10px;
  top: 7px;
}

@media screen and (max-width: 768px) {
  #contents #home #news ul li a p:before {
    display: none;
  }
}

#contents #home #news .btn_list {
  text-align: center;
}

#contents #home #news .btn_list a {
  display: block;
  width: 140px;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #666;
  color: #666;
  transition: color 0.15s ease 0.15s, background 0.15s ease 0.15s;
}

#contents #home #news .btn_list a:hover {
  color: #fff;
  background-color: #666;
}

.box_recruit {
  margin: -20px auto 100px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .box_recruit {
    width: 1200px;
  }
	.box_recruit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
	.box_recruit ul li {
    width: 200px;
    margin: 0 20px;
  }
	.box_recruit ul li dt {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.box_recruit a {
  width: 100%;
  transition: .3s;
}
.box_recruit a:hover {
  opacity: .8;
}

.box_recruit dl dd {
  margin: 10px auto 0;
}


@media screen and (max-width: 768px) {
  .box_recruit {
    width: 200px;
    margin: -30px auto 100px;
  }
  .box_recruit li + li {
    margin-top: 20px;
  }
}

/* .btn_mynavi a {
  display: block;
}

.btn_mynavi a {
  width: 195px;
  margin: -30px auto 80px;
  text-align: center;
}

.btn_mynavi a:hover img {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .btn_mynavi a {
    width: 160px;
    margin: -10vw auto 26vw;
    text-align: center;
  }
} */