/*@mixin mq-pc() {
	@media screen
	and (min-width: 980px)
	screen and (min-width: 769px){
		@content;
	}
}*/
.environment .page_top_img {
  position: relative;
  height: 700px;
}
.environment .page_top_img .warp {
  opacity: 0;
  height: 100%;
  background: url("../img/environment/en-mv.jpg") center top no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  /*@media screen and (max-width: 980px) {
  	background-size: 980px auto;
  	background-position: 0px 0px;
  }*/
}
@media screen and (min-width: 2500px) {
  .environment .page_top_img .warp {
    background-size: 2500px auto;
  }
}
@media screen and (min-width: 2101px) {
  .environment .page_top_img .warp {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1700px) and (max-width: 2100px) {
  .environment .page_top_img .warp {
    background-position: center top;
  }
}
@media screen and (max-width: 1500px) {
  .environment .page_top_img .warp {
    background-size: auto 100%;
    background-position: center top;
  }
}
.environment .page_top_img .warp .page_title {
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 13.5%;
}
.environment .page_top_img .warp .page_title h2 {
  text-shadow: 0px 0px 30px #FFF, 0px 0px 30px #FFF, 3px 7px 40px #FFF, -3px -7px 40px #FFF;
}
.environment .page_top_img .warp .page_title h2 {
  color: #2A2F88;
  font-size: 120px;
}
.environment .page_top_img .warp .page_title p {
  color: #DC2525;
  font-size: 22px;
  font-weight: bold;
  line-height: 100%;
  /*text-shadow:
  0px 0px 30px #FFF,
  0px 0px 30px #FFF,
  0px 0px 30px #FFF,
  3px 7px 40px #FFF,
  3px 7px 40px #FFF,
  3px 7px 40px #FFF,
  -3px 3px 30px #FFF,
  -3px 3px 30px #FFF,
  ;*/
}
.environment_warp {
  padding-top: 130px;
  padding-bottom: 200px;
}
.environment_warp h2 {
  text-align: center;
  position: relative;
  color: #2A2F88;
  font-size: 67px;
  letter-spacing: 2px;
  z-index: 10;
}
.environment_warp h2 small {
  display: block;
  color: #B4B4B5;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}
.environment_warp h2:before {
  position: absolute;
  content: "";
  background: url("../img/interview/h2_icon.png") no-repeat 0 0;
  width: 15px;
  height: 15px;
  top: -10px;
  margin-left: -20px;
}
.environment_warp .h2_small {
  text-align: center;
  font-size: 19px;
  margin-top: 27px;
  line-height: 28px;
  color: #595757;
}
.environment_title {
  /*max-width: 1480px;*/
  margin: 0 auto 90px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
.environment_title:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  right: 42%;
  top: 0;
  background: url(../img/top/content1_bg.png) right top no-repeat;
  background-size: cover;
}
.environment .env-blk {
  margin-left: 16.2162162162%;
}
.environment .env-blk.environment-time {
  margin: 0 240px 0 0;
}
.environment .env-blk.content_width {
  max-width: 1480px;
}
.environment .env-Ttl {
  font-size: 30px;
  color: #2A2F88;
  text-shadow: 0.5px 0.4px 0 #2A2F88;
  font-weight: bold;
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}
.environment .env-Ttl:after {
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  width: 60px;
  height: 3px;
  background: #DC2525;
  margin-top: -1px;
}
.environment .env-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 2500px;
  margin: 0 auto;
  padding-left: 50px;
}
.environment .env-row_list {
  width: 590px;
}
.environment .env-row_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 40px 20px 40px 0;
}
.environment .env-row_list-item .thumb {
  margin: 0;
  padding: 0;
  width: 204px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.environment .env-row_list-item .ctn {
  width: calc(100% - 204px);
}
.environment .env-row_list-item .ctn h3 {
  font-size: 22px;
  color: #2A2F88;
  margin: 0 0 10px 0;
  text-shadow: 0.5px 0px 0 #2A2F88;
}
.environment .env-row_list-item .ctn h3 .show360 {
  display: none;
}
.environment .env-row_list-item .ctn p {
  font-size: 17px;
}
.environment .env-row_list li + li {
  margin-top: 30px;
}
.environment .env-row_img {
  display: none;
}
.environment-work {
  background: #FCE9E9 url(../img/environment/work-img.png) right top no-repeat;
  background-position: top 0 right -8vw;
  background-size: auto 100%;
  padding: 30px 0px 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1600px) {
  .environment-work {
    background-position: top right -10vw;
  }
}
@media screen and (max-width: 1400px) {
  .environment-work {
    background-position: top right -15vw;
  }
}
@media screen and (max-width: 1300px) {
  .environment-work {
    background-position: top right -30vw;
  }
}
@media screen and (max-width: 1200px) {
  .environment-work {
    background-position: top right -40vw;
  }
}
.environment-work_list--item .thumb img {
  width: 113px;
}
.environment-work_list--item:nth-child(1) .thumb img {
  width: 113px;
}
.environment-work_list--item:nth-child(2) .thumb img {
  width: 93px;
}
.environment-work_list--item:nth-child(3) .thumb img {
  width: 110px;
}
.environment-time {
  background: #EBECF4 url(../img/environment/time-img.png) left top no-repeat;
  background-size: auto 200%;
  background-position: bottom -140px left 0;
  padding: 30px 0px 50px;
}
@media screen and (max-width: 1600px) {
  .environment-time {
    background-size: auto 170%;
    background-position: bottom -90px left 0;
  }
}
@media screen and (max-width: 1400px) {
  .environment-time {
    background-size: auto 140%;
    background-position: bottom -30px left 0;
  }
}
@media screen and (max-width: 1300px) {
  .environment-time {
    background-size: auto 100%;
    background-position: bottom 0 left 0;
  }
}
@media screen and (max-width: 1200px) {
  .environment-time {
    background-size: auto 100%;
    background-position: bottom 0 left 0;
  }
}
.environment-time .env-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  padding: 0 50px 0 0;
}
.environment-time .env-Ttl {
  padding-left: 0;
  padding-right: 65px;
  text-align: right;
}
.environment-time .env-Ttl:after {
  position: absolute;
  content: "";
  left: auto;
  right: -10px;
  top: 50%;
  width: 60px;
  height: 3px;
  background: #DC2525;
  margin-top: -1px;
}
.environment-time_list--item:nth-child(1) .thumb img {
  width: 98px;
}
.environment-time_list--item:nth-child(2) .thumb img {
  width: 111px;
}
.environment-time_list--item a {
  display: inline-block;
  font-weight: bold;
  color: #2A2F88;
}
.environment-future {
  position: relative;
  background: url(../img/environment/future-img.png) right top no-repeat;
  background-size: auto 100%;
  padding: 30px 0px 50px;
  margin-top: 125px;
}
@media screen and (max-width: 1400px) {
  .environment-future {
    background-position: top right -100px;
  }
}
@media screen and (max-width: 1300px) {
  .environment-future {
    background-position: top right -150px;
  }
}
.environment-future:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/environment/future-bg.png) left top repeat;
  z-index: -1;
}
.environment-future_list--item:nth-child(1) .thumb img {
  width: 106px;
}
.environment-future_list--item:nth-child(2) .thumb img {
  width: 102px;
}
.environment-treatment {
  margin: 130px auto 0;
}
.environment-treatment.content_width {
  max-width: 1000px;
}
.environment-treatment table {
  width: 100%;
  max-width: 900px;
  min-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  background: url(../img/environment/tb-line.png) left top no-repeat;
  background-size: 100% 1px;
}
.environment-treatment table th, .environment-treatment table td {
  background: url(../img/environment/tb-line.png) left bottom no-repeat;
  background-size: 100% 1px;
  text-align: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}
.environment-treatment table th {
  width: 220px;
}

@media screen and (min-width: 769px) {
  .show_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show_sp {
    display: inline-block;
  }

  /*@mixin mq-pc() {
  	@media screen
  	and (min-width: 980px)
  	screen and (min-width: 769px){
  		@content;
  	}
  }*/
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  body, table {
    min-width: 1px;
  }

  .content_width {
    min-width: 1px;
  }

  footer .footer_content {
    margin: 0;
  }

  footer .copyright {
    margin: 0;
  }

  .environment .page_top_img {
    position: relative;
    height: 320px;
  }
  .environment .page_top_img .warp {
    background: url("../img/environment/en-mv_sp.jpg") center top no-repeat;
    background-size: 100% auto;
  }
  .environment .page_top_img .warp .page_title {
    top: 55%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .environment .page_top_img .warp .page_title h2 {
    font-size: 52px;
  }
  .environment .page_top_img .warp .page_title p {
    font-size: 13px;
  }
  .environment_warp {
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
  }
  .environment_warp h2 {
    font-size: 34px;
  }
  .environment_warp h2 small {
    font-size: 12px;
    position: relative;
    top: -9px;
  }
  .environment_warp h2:before {
    width: 10px;
    height: 10px;
    top: -10px;
    left: calc(50% - 132px);
    margin-left: 0;
    background-size: 10px;
  }
  .environment_warp .h2_small {
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.7;
  }
  .environment_title {
    margin: 0 auto 30px;
    padding: 15px 20px 0;
  }
  .environment_title:after {
    height: 40%;
    right: 20%;
    top: 0;
  }
  .environment .env-blk {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .environment .env-blk.environment-time {
    margin: 0;
  }
  .environment .env-Ttl {
    font-size: 19px;
    padding-left: 33px;
    margin-bottom: 0;
  }
  .environment .env-Ttl:after {
    position: absolute;
    content: "";
    left: -5px;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #DC2525;
    margin-top: -1px;
  }
  .environment .env-row {
    display: block;
    padding-left: 0;
  }
  .environment .env-row_list {
    width: 100%;
    padding: 20px;
  }
  .environment .env-row_list-item {
    display: block;
    padding: 20px;
  }
  .environment .env-row_list-item .thumb {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .environment .env-row_list-item .ctn {
    width: 100%;
  }
  .environment .env-row_list-item .ctn h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .environment .env-row_list-item .ctn h3 .show360 {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 359px) {
  .environment .env-row_list-item .ctn h3 .show360 {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .environment .env-row_list-item .ctn p {
    font-size: 12px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .environment .env-row_list li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .environment .env-row_img {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .environment-work {
    background: #FCE9E9;
    padding: 20px 0px 20px;
    margin-bottom: 60px;
  }
  .environment-work_list--item:nth-child(1) .thumb img {
    width: 78px;
    margin-right: 26px;
  }
  .environment-work_list--item:nth-child(2) .thumb img {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .environment-time {
    background: #EBECF4;
    padding: 20px 0px 20px;
  }
  .environment-time .env-row {
    padding: 0 0 0 0;
  }
  .environment-time .env-Ttl {
    padding-left: 0;
    padding-right: 33px;
    text-align: right;
  }
  .environment-time .env-Ttl:after {
    position: absolute;
    content: "";
    left: auto;
    right: -5px;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #DC2525;
    margin-top: -1px;
  }
  .environment-time_list--item:nth-child(1) .thumb img {
    width: 80px;
  }
  .environment-time_list--item:nth-child(2) .thumb img {
    width: 73px;
  }
}
@media screen and (max-width: 768px) {
  .environment-future {
    position: relative;
    background: url(../img/environment/future-bg.png) left top repeat;
    background-size: 610px 421px;
    padding: 20px 0px 20px;
    margin-top: 60px;
  }
  .environment-future:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: none;
    z-index: -1;
  }
  .environment-future_list--item:nth-child(1) .thumb img {
    width: 106px;
  }
  .environment-future_list--item:nth-child(2) .thumb img {
    width: 102px;
  }
}
@media screen and (max-width: 768px) {
  .environment-treatment {
    margin: 70px auto 0;
    padding: 0 20px;
  }
  .environment-treatment .env-Ttl {
    margin-bottom: 20px;
  }
  .environment-treatment table {
    min-width: 1px;
  }
  .environment-treatment table th, .environment-treatment table td {
    display: block;
    font-size: 12px;
    padding: 15px 0;
  }
  .environment-treatment table th {
    width: 100%;
    background: none;
    padding-bottom: 0;
  }
  .environment-treatment table td {
    padding: 10px 0px 15px;
  }
}
/*# sourceMappingURL=environment.css.map */