@charset "utf-8";

/* グロナビカレント表示
============================================= */
.crm--header .globalnavi .mainNav .nav_special a {
  background-color: rgba(0, 0, 0, .1);
}


/* commonKeyvisual
===================================== */
.commonKeyvisual {
  position: relative;
  height: 560px;
}
.commonKeyvisual .imagearea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
  z-index: 1;
}
.commonKeyvisual .imagearea {
  background-image: url(../images/kv.jpg);
}
.commonKeyvisual .imagearea:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 60%;
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.5) 100%);
  z-index: 1;
}
.commonKeyvisual .imagearea.dark:after {
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,1) 100%);
}
.commonKeyvisual .imagearea .imgCap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  text-shadow:0px 0px 1px #000,0 0 5px #000,0 0 10px #000,0 0 15px #000,0 0 20px #000,0 0 30px #000,0 0 40px #000;
  z-index: 3;
}
.commonKeyvisual .textArea {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  color: #fff;
  z-index: 5;
}
.commonKeyvisual .textArea .wide {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}
.commonKeyvisual .textArea .title {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.3;
}
.commonKeyvisual .textArea .lead {
  font-size: 24px;
  line-height: 1.5;
}
.commonKeyvisual .textArea .lead small {
  font-size: 0.6em;
}
.commonKeyvisual .textArea .lead sup {
  font-size: 0.6em;
  vertical-align: top;
}
.commonKeyvisual .textArea .inBtn {
  margin-top: 30px;
}
.commonKeyvisual .textArea .inBtn a {
  display: block;
  max-width: 200px;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #003c7a;
  text-decoration: none;
}
@media only screen and (max-width:768px) {
  .commonKeyvisual {
    height: auto;
  }
  .commonKeyvisual .imagearea {
    position: relative;
    padding-bottom: 60%;
  }
  .commonKeyvisual .imagearea:after {
    display: none;
  }
  .commonKeyvisual .textArea {
    position: static;
    color: #000;
    background-color: #fff;
  }
  .commonKeyvisual .textArea .wide {
    padding: 30px 20px;
  }
  .commonKeyvisual .textArea .title {
    font-size: 30px;
  }
  .commonKeyvisual .textArea .lead {
    font-size: 20px;
  }
  .commonKeyvisual .textArea .inBtn {
    margin-top: 20px;
  }
}


/*---------------------------------------------------------------

 specialSection

--------------------------------------------------------------- */
.specialSection {
  padding: 80px 0;
  background-color: #000;
}
.specialSection .commonBdrTitle01 {
  color: #fff;
}
.specialSection .commonBdrTitle01:before {
  background-color: #fff;
}
.specialSection .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -30px;
}
.specialSection .list li {
  width: 48.8889%;
  margin-top: 30px;
}
.specialSection .list li a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 335px;
  color: #fff;
  text-decoration: none;
}
.specialSection .list li a .new {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 5;
}
.specialSection .list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}
.specialSection .list li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(0,0,0,0.8) 100%);
  background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.8) 100%);
  background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(0,0,0,0.8) 100%);
  z-index: 1;
}
.specialSection .list .texts {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 2;
}
.specialSection .list .texts .ttl {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
}
.specialSection .list .texts .ttl small {
  display: block;
  margin-bottom: 5px;
  font-size: 0.5833em;
}
.specialSection .list .texts .txt {
  margin-bottom: 14px;
  font-size: 16px;
}
.specialSection .list .texts .arw {
  position: relative;
  display: table;
  padding-right: 70px;
  color: #3bdede;
  font-size: 15px;
  line-height: 1;
}
.specialSection .list .texts .arw:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 60px;
  height: 100%;
  background: url(../../crm/images/icon-arrow-green.svg) no-repeat right center / 100% auto;
}
@media only screen and (min-width:769px) {
  .specialSection .list li a:before {
    transition: transform 0.5s;
    transform: scale(1);
  }
  .specialSection .list li a:hover:before {
    transform: scale(1.1);
  }
}

.specialSection .list li.item01 a:before { background-image: url(../images/img01.jpg); }
.specialSection .list li.item02 a:before { background-image: url(../images/img02.jpg); }
.specialSection .list li.item03 a:before { background-image: url(../images/img03.jpg); }
.specialSection .list li.item04 a:before { background-image: url(../images/img04.jpg); }
.specialSection .list li.item05 a:before { background-image: url(../images/img05.jpg); }
.specialSection .list li.item06 a:before { background-image: url(../images/img06.jpg); }
.specialSection .list li.item07 a:before { background-image: url(../images/img07.jpg); }
.specialSection .list li.item08 a:before { background-image: url(../images/img08.jpg); }

@media screen and (max-width:768px) {
  .specialSection {
    padding: 40px 0 60px;
  }
  .specialSection .list {
    margin-top: 0;
  }
  .specialSection .list li {
    width: calc(50% - 1px);
    margin-top: 1px;
  }
  .specialSection .list li a {
    height: 170px;
  }
  .specialSection .list li a:after {
    height: 100%;
  }
  .specialSection .list .texts {
    padding: 12px;
  }
  .specialSection .list .texts .ttl {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .specialSection .list .texts .txt {
    display: none;
  }
  .specialSection .list .texts .arw {
    display: block;
    width: 60px;
    height: 10px;
    padding-right: 0;
    text-indent: -9999px;
  }
  .specialSection .list .texts .arw:before {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width:480px) {
  .specialSection .list li a .new {
    width: 40px;
  }
}



/*---------------------------------------------------------------

 modalArea

--------------------------------------------------------------- */
#modalArea {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  -webkit-overflow-scrolling: touch;
  z-index: 999999;
}
#modalTable {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}
#modalCell {
  display: table-cell;
  vertical-align: middle;
}
#modalInner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
#modalInner img {
  max-width: 100%;
  height: auto;
}
#modalContents {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  outline: none;
}
#modalContents > * {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#modalInner .inVertical img {
  max-width: 60%;
}
#modalClose {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#modalClose:before,
#modalClose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #fff;
}
#modalClose:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
#modalClose:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
@media only screen and (max-width:767px) {
  #modalArea {
    -webkit-overflow-scrolling: touch;
  }
}