@charset "utf-8";

@import url("../../assets/css/common.css");

/* HERO */
#common-hero {
  background: url("../../department/img/ttl_bg.jpg") no-repeat left center / 120% auto;
}


/* DEPARTMENT */
.contents {
  background: #fff;
  overflow: hidden;
}
.contents .department {
  position: relative;
  padding: 70px 0 0;
}
.contents .department .block {
  margin-top: 30px;
}
.contents .department .block.first {
  margin-top: 0;
}
.contents .department .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.contents .department .last .inner {
  padding-bottom: 80px;
}
.contents .department .block .inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 70vw;
  height: calc(100% - 50px);
  background: #f5f5f5;
}
.contents .department .block.right .inner:before {
  right: 0;
  left: auto;
}
.contents .department .catch {
  position: relative;
  float: right;
  max-width: calc(calc(100vw - 860px) / 2 + 860px);
  width: calc(calc(100vw - 76.5vw) / 2 + 75vw);
  margin-bottom: 50px;
  padding: 25px 30px;
  background: #55c2f0;
  color: #fff;
  font-size: 2.500em;
}
.contents .department .snap {
  position: relative;
  clear: both;
}
.contents .department .snap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: auto;
  z-index: 2;
}
.contents .department .right .snap img {
  left: auto;
  right:0;
}
.contents .department .shadow-box {
  position: relative;
  margin: 3.2vw 0 0;
  padding: 65px 10px 1px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
  -moz-box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
  box-shadow: 0px 0px 25.92px 1.08px rgba(173, 173, 173, 0.2);
  z-index: 1;
  clear: both;
  overflow: hidden;
}
.contents .department .shadow-box .wrap-text {
  max-width: 500px;
  width: calc(50% -40px);
  min-height: calc(38.57vw - 70px);
  margin-left: calc(50% + 40px);
}
.contents .department .right .shadow-box .wrap-text {
  float: right;
  margin: 0 calc(50% + 40px) 0 0;
}
.contents .department .shadow-box h2 {
  margin-bottom: 20px;
  color: #55c2f0;
  line-height: 1.4;
  font-weight: bold;
  font-size: 25px;
}
.contents .department .shadow-box h2:after {
  display: block;
  content: "";
  width: 55px;
  height: 5px;
  margin-top: 20px;
  background: #ffef00;
}
.contents .department .shadow-box .data-text {
  line-height: 2;
  font-size: 0.938em;
  text-align: justify;
}
.data-plus {
  width: 80%;
}
.data-plus dt {
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  background: #000;
  padding: 10px 15px;
  color: #fff;
  font-size: 0.875em;
}
.data-plus dt:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
}
.data-plus dd {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 0.938em;
  text-align: left;
}
.data-plus dd .face {
  display: inline-block;
  position: relative;
  max-width: 120px;
  width: calc(25% - 8px);
  margin-right: 5px;
  padding-top: 60px;
  overflow: hidden;
}
.data-plus dd .face:last-child {
  margin-right: 0;
}
.data-plus dd .face:after {
  display: block;
  content: "";
  position: absolute;
  bottom:0;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff url("../../department/img/icon-link.gif") no-repeat center center / 13px auto;
}
.data-plus dd .face img {
  display: block;
  position: absolute;
  top: 0;
  left:50%;
  transform: translateX(-50%);
  width:auto;
  height: 100%;
}
.snap-sub {
  margin-top: 30px;
  padding-bottom: 40px;
}
.snap-sub img {
  display: block;
  float: left;
  width: 31.3%;
  margin-right: 3%;
}
.snap-sub img:last-child {
  margin-right: 0;
}
.contents .department .photo {
  padding-top: 30px;
}
.contents .department .photo .snap img {
  position: static;
  max-width: 500px;
  margin: 0 auto;
}
.contents .department .photo .bnr {
  position: relative;
  margin-top: 15px;
  text-align: center;
  z-index: 1;
}
.contents .department .photo .bnr a {
  display: inline-block;
  height: 100%;
}


/* others */
.contents .others {
  position: relative;
  z-index: 1;
}
.contents .others h2 {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
  padding: 30px 45px;
  background: #3a3a3a;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 30px;
  letter-spacing: 0.1em;
}
.contents .others .list {
  padding: 80px 4%;
  background: #0a77f1;
}
.contents .others .list li {
  display: inline-block;
  position: relative;
  margin: 20px 40px;
}
.contents .others .list li:before {
  display: block;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #ffef00;
}
.contents .others .list li:after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 8px;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contents .others .list li a {
  display: inline-block;
  padding-left: 35px;
  color: #fff;
  font-weight: bold;
  font-size: 1.250em;
}


@media all and (min-width: 1000px) {

}

@media all and (max-width: 1100px) {
.contents .department .block .inner:before {
  width: 80vw;  
}
.contents .department .snap img {
  width: 70vw;
  z-index: 2;
}
.contents .department .shadow-box {
  position: relative;
  margin: 48vw 0 0;
  padding: 10.5vw 5vw 5vw;
  z-index: 0;
}
.contents .department .shadow-box .wrap-text {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  margin-left: 0;
}
.contents .department .right .shadow-box .wrap-text {
  float: right;
  margin: 0;
}
.data-plus {
  max-width: 400px;
  width: 85%;
}
.snap-sub {
  padding-bottom: 40px;
}
}


@media all and (max-width: 1000px) {
.contents .department .catch {
  line-height: 1.4;
  padding: 18px 25px;
  font-size: 1.5em;
}  
  
}




@media all and (max-width: 812px) {
#common-hero {
  background: url("../../department/img/ttl_bg.jpg") no-repeat left center / 130% auto;
}
  
.contents .department {
  padding: 60px 0 0;
}
.contents .department .catch {
  width: calc(calc(100vw - 86.5vw) / 2 + 85vw);
  margin-bottom: 20px;
}
.contents .department .inner {
  padding-bottom: 20px;
}
.contents .department .block {
  margin-top: 20px;
}  
.contents .department .shadow-box h2 {
  font-size: 1.438em;
}
.contents .department .shadow-box h2:after {
  width: 40px;
}
.contents .department .shadow-box .data-text {
  line-height: 2;
  font-size: 0.875em;
}
.contents .department .snap img {
  width: 72vw;
}
.data-plus dt {
  margin-bottom: 20px;
  padding: 10px 15px;
}
.data-plus dt:after {
  bottom: -7px;
  left: 36px;
  border-width: 7px 6px 0 6px;
}
.data-plus dd {
  margin-bottom: 20px;
  font-size: 0.875em;
}
.data-plus dd .face {
  max-width: 100px;
  width: calc(25% - 6px);
  margin-right: 2px;
  padding-top: 17%;
}
.data-plus dd .face:after {
  display: block;
  content: "";
  position: absolute;
  bottom:0;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fff url("../../department/img/icon-link.gif") no-repeat center center / 13px auto;
}

  
  

/* others */
.contents .others h2 {
  margin: 0 0 55px 0;
  padding: 20px;
  font-size: 20px;
}
.contents .others .list {
  padding: 50px 0;
}  
.contents .others .list li {
  margin: 2.5% 5%;
}
.contents .others .list li a {
  line-height: 1.7;
  padding-left: 26px;
  font-size: 1em;
}
.contents .others .list li:before {
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.contents .others .list li:after {
  top: 10px;
  left: 6px;
  bottom: auto;
  width: 4px;
  height: 4px;
}  
}



@media all and (max-width: 568px) {
.contents .department .catch {
  padding: 10px 15px;
  font-size: 1.125em;
}
  
.contents .department {
  padding: 30px 0 0;
}


.contents .department .block.first {
  margin-top: 0;
}
.contents .department .block .inner:before {
  top: 20px;
  width: 60vw;
  height: calc(100% - 20px);
}  
.contents .department .snap img {
  width: 80vw;
}
.contents .department .shadow-box {
  margin: 48vw 0 0;
  padding: 20.5vw 7vw 7vw;
}
.contents .department .shadow-box h2 {
  font-size: 1.25em;
}  
.contents .department .shadow-box h2 br {
  display: none;
}
.data-plus dd .face:after {
  width: 4.5vw;
  height: 4.5vw;
  background: #fff url("../../department/img/icon-link.gif") no-repeat center center / 3vw auto;
}
.contents .department .photo .bnr a img {
  display: inline-block;
  width: 80%;
  height: auto;
}  
}




































