@keyframes arrowAnime {
  0% {
    right: 50px;
    opacity: 0;
  }
  100% {
    right: 10px;
    opacity: 1;
  }
}
@keyframes lineAnime {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.environment .inner_960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment .inner_960 {
    width: 90%;
  }
}
.environment .inner_1240 {
  max-width: 1240px;
  width: 100%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment .inner_1240 {
    width: 100%;
  }
}
.environment.career .cont__header .cont__header_inner .cont__header_img {
  background-image: url("../img/environment/career/header_img.jpg");
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .cont__header .cont__header_inner .cont__header_img {
    background-position: right -130px center;
  }
}
.environment.career .copy_area {
  padding: 0 0 150px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .copy_area {
    padding: 0 0 90px;
  }
}
.environment.career .copy_area p {
  text-align: left;
  padding: 60px 0 0;
  line-height: 2;
}
.environment.career .scroll_box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.environment.career .scroll_box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}
.environment.career .scroll_box p {
  text-align: right;
  font-size: 14px;
  padding-right: 25px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .scroll_box p {
    padding-right: 0;
    font-size: 12px;
  }
}
.environment.career .scroll_p {
  display: none;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .scroll_p {
    display: block;
    text-align: right;
    padding-right: 12px;
    position: relative;
    font-size: 12px;
    margin-top: 5px;
  }
  .environment.career .scroll_p:after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
}
.environment.career .think_section {
  background: linear-gradient(to right, #FEF3E7, #EDF7F7);
  padding: 135px 0 120px;
  position: relative;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section {
    padding: 90px 0;
  }
}
.environment.career .think_section .think_h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0px);
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .think_h2 {
    white-space: nowrap;
    font-size: 20px;
    top: -50px;
  }
}
.environment.career .think_section .think_h2 span {
  font-size: 42px;
  display: block;
  color: #5BACCC;
  font-weight: bold;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .think_h2 span {
    font-size: 24px;
  }
}
.environment.career .think_section .think_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .think_box {
    display: block;
    margin-bottom: 50px;
  }
}
.environment.career .think_section .think_box .number_item {
  width: 400px;
  border: 8px solid rgba(111, 169, 199, 0.2);
  padding: 20px 0 15px;
  position: relative;
  height: 150px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .think_box .number_item {
    width: 100%;
    margin-bottom: 20px;
    height: 135px;
    border: 7px solid rgba(111, 169, 199, 0.2);
  }
}
.environment.career .think_section .think_box .number_item .number {
  color: #5BACCC;
  font-size: 52px;
  font-family: roboto;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.environment.career .think_section .think_box .number_item .txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .think_box .number_item .txt {
    font-size: 18px;
    line-height: 1.6;
  }
}
.environment.career .think_section .think_box .think_p {
  width: 520px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .think_box .think_p {
    width: 100%;
    font-size: 14px;
  }
}
.environment.career .think_section .job_box h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
}
.environment.career .think_section .job_box .job_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 130px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .job_box .job_ul {
    margin-bottom: 90px;
  }
}
.environment.career .think_section .job_box .job_ul li {
  width: 475px;
  margin-bottom: 10px;
}
.environment.career .think_section .explain_box {
  display: flex;
  background-color: #fff;
  padding: 25px 0;
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .explain_box {
    display: block;
    margin-top: 30px;
  }
}
.environment.career .think_section .explain_box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 21px 12.5px;
  border-color: transparent transparent #fff transparent;
  top: -20px;
  left: 180px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .explain_box:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.environment.career .think_section .explain_box h3 {
  font-size: 20px;
  font-weight: 500;
  width: 267px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #D5D5D5;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .explain_box h3 {
    width: 100%;
    border-right: none;
    margin-bottom: 5px;
  }
}
.environment.career .think_section .explain_box p {
  flex: 1;
  padding: 0 30px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .think_section .explain_box p {
    line-height: 1.8;
    font-size: 14px;
    padding: 0 20px;
  }
}
.environment.career .career_section {
  padding: 130px 0 0;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section {
    padding: 70px 0 0;
  }
}
.environment.career .career_section:last-child {
  padding-top: 100px;
  padding-bottom: 75px;
}
.environment.career .career_section .bg_txt {
  text-align: center;
  overflow: hidden;
}
.environment.career .career_section .bg_txt span {
  display: inline-block;
  font-size: 140px;
  font-family: roboto;
  line-height: 1;
  color: #F2F6F2;
  font-weight: 600;
  transform: translate(0, 120px);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .bg_txt span {
    font-size: 70px;
  }
}
.environment.career .career_section .bg_txt.isAnimate span {
  opacity: 1;
  transform: translate(0, 0);
}
.environment.career .career_section .bg_txt.isAnimate span.txt1 {
  transition-delay: 0;
}
.environment.career .career_section .bg_txt.isAnimate span.txt2 {
  transition-delay: 0.1s;
}
.environment.career .career_section .bg_txt.isAnimate span.txt3 {
  transition-delay: 0.2s;
}
.environment.career .career_section .bg_txt.isAnimate span.txt4 {
  transition-delay: 0.3s;
}
.environment.career .career_section .bg_txt.isAnimate span.txt5 {
  transition-delay: 0.4s;
}
.environment.career .career_section .bg_txt.isAnimate span.txt6 {
  transition-delay: 0.5s;
}
.environment.career .career_section h2 {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #5BACCC;
  font-weight: bold;
  line-height: 1;
  margin-top: -30px;
  position: relative;
  margin-bottom: 65px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section h2 {
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: -20px;
    line-height: 1.4;
  }
}
.environment.career .career_section .career_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.environment.career .career_section .career_box .career_item {
  width: 470px;
  background: linear-gradient(to right, #FEF3E7, #EDF7F7);
  padding: 30px 20px 150px 30px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.environment.career .career_section .career_box .career_item:nth-child(2n) {
  background: linear-gradient(to right, #EDF7F7, #FEF3E7);
}
.environment.career .career_section .career_box .career_item:nth-child(5) {
  padding-bottom: 30px;
  width: 100%;
}
.environment.career .career_section .career_box .career_item:nth-child(5) .flex {
  display: flex;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:nth-child(5) .flex {
    display: block;
  }
}
.environment.career .career_section .career_box .career_item:nth-child(5) .flex p {
  flex: 1;
  padding-right: 40px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:nth-child(5) .flex p {
    padding-right: 0;
  }
}
.environment.career .career_section .career_box .career_item:nth-child(5) .flex .img05 {
  width: 322px;
  margin: 0 auto;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:nth-child(5) .flex .img05 {
    width: 80%;
    margin: 20px auto 0;
  }
}
.environment.career .career_section .career_box .career_item:nth-child(6) {
  padding-bottom: 30px;
  width: 100%;
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex {
  display: flex;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:nth-child(6) .flex {
    display: block;
  }
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex .flex_text, .environment.career .career_section .career_box .career_item:nth-child(6) .flex p {
  flex: 1;
  padding-right: 40px;
  width: 40%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:nth-child(6) .flex .flex_text, .environment.career .career_section .career_box .career_item:nth-child(6) .flex p {
    padding-right: 0;
    width: 100%;
  }
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex .support_box {
  margin: 0;
  width: 60%;
  padding: 25px 40px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:nth-child(6) .flex .support_box {
    margin-top: 20px;
    width: 100%;
  }
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex .support_box h4 {
  text-align: center;
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex .support_box ul {
  display: flex;
  flex-wrap: wrap;
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex .support_box ul li {
  width: 50%;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex .support_box ul li.wide {
  width: 100%;
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex .support_box ul li .icon {
  width: 40px;
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex .support_box ul li .icon img {
  width: 40px;
  display: inline;
  vertical-align: middle;
}
.environment.career .career_section .career_box .career_item:nth-child(6) .flex .support_box ul li .txt {
  flex: 1;
  line-height: 1.5;
  text-indent: 0;
}
.environment.career .career_section .career_box .career_item:last-child {
  width: 100%;
  padding: 30px 15px 60px 30px;
  background: linear-gradient(to right, #EDF7F7, #FEF3E7);
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:last-child {
    padding: 30px 20px;
  }
}
.environment.career .career_section .career_box .career_item:last-child .flex_box {
  display: flex;
  margin-bottom: 52px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:last-child .flex_box {
    display: block;
    margin-bottom: 30px;
  }
}
.environment.career .career_section .career_box .career_item:last-child .flex_box .txt_box {
  width: 450px;
  margin-right: 80px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:last-child .flex_box .txt_box {
    width: 100%;
  }
}
.environment.career .career_section .career_box .career_item:last-child .flex_box .txt_box p {
  font-size: 16px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:last-child .flex_box .txt_box p {
    font-size: 14px;
  }
}
.environment.career .career_section .career_box .career_item:last-child .flex_box .img06 {
  width: 305px;
  padding-top: 50px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item:last-child .flex_box .img06 {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.environment.career .career_section .career_box .career_item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.environment.career .career_section .career_box .career_item p {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item p {
    font-size: 14px;
  }
}
.environment.career .career_section .career_box .career_item .img {
  width: 203px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item .img {
    width: 80%;
    margin: 20px auto 0;
    position: static;
  }
}
.environment.career .career_section .career_box .career_item .support_box {
  background-color: #fff;
  padding: 45px 0px 52px 40px;
  margin-top: 40px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item .support_box {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.environment.career .career_section .career_box .career_item .support_box h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item .support_box h4 {
    font-size: 16px;
  }
}
.environment.career .career_section .career_box .career_item .support_box ul li {
  text-indent: -10px;
  line-height: 2;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .career_box .career_item .support_box ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .link_btn .inner {
    padding: 0;
    width: 100%;
  }
}
.environment.career .career_section .link_btn h2 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.environment.career .career_section .link_btn a {
  width: 800px;
  height: 356px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .link_btn a {
    width: 100%;
    height: 180px;
    margin: 30px auto 0;
  }
}
.environment.career .career_section .link_btn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background: url("../img/environment/welfare/header_img.jpg") no-repeat center/cover;
  transition: 0.6s;
}
.environment.career .career_section .link_btn a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(to bottom right, #111111, #111111 50%, #FC0019);
  transform: scale(1.4);
  opacity: 0.5;
  transition: 0.6s;
}
.environment.career .career_section .link_btn a p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .link_btn a p {
    font-size: 14px;
  }
}
.environment.career .career_section .link_btn a p span {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.career .career_section .link_btn a p span {
    font-size: 20px;
  }
}
.environment.career .career_section .link_btn a .more {
  width: 130px;
  padding: 10px 30px 10px 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.environment.career .career_section .link_btn a .more:before {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 40%;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
}
.environment.career .career_section .link_btn a .more:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.environment.career .career_section .link_btn a:hover:before {
  transform: scale(1.05);
}
.environment.career .career_section .link_btn a:hover:after {
  transform: scale(1.4) translateX(-14%);
  opacity: 0.6;
}
.environment.career .career_section .link_btn a:hover .more:before {
  animation: arrowAnime 0.4s ease forwards;
}
.environment.career .career_section .link_btn a:hover .more:after {
  animation: lineAnime 0.6s ease forwards;
}
.environment.career .system_section {
  padding-bottom: 75px;
}
.environment.career .btm_bg {
  background-color: #F5F5F5;
  padding-bottom: 105px;
}
.environment.welfare .contents {
  background: linear-gradient(to right, #E7F2FA, #F9ECF3);
  padding-bottom: 185px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .contents {
    padding-bottom: 100px;
  }
}
.environment.welfare .cont__header .cont__header_inner .cont__header_img {
  background-image: url("../img/environment/welfare/header_img.jpg");
}
.environment.welfare .scroll_box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.environment.welfare .scroll_box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}
.environment.welfare .scroll_p {
  display: none;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .scroll_p {
    display: block;
    text-align: right;
    padding-right: 12px;
    position: relative;
    font-size: 12px;
    margin-top: 5px;
  }
  .environment.welfare .scroll_p:after {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
}
.environment.welfare .info_nav {
  position: fixed;
  left: 0;
  top: 510px;
  transition: 0.6s;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .environment.welfare .info_nav {
    position: static;
    pointer-events: initial;
  }
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .info_nav {
    position: static;
    pointer-events: initial;
  }
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .environment.welfare .info_nav ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .info_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .environment.welfare .info_nav ul li {
    width: 15.666%;
  }
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .info_nav ul li {
    width: 32.333%;
  }
}
.environment.welfare .info_nav ul li:first-child a:hover p {
  color: #F04444;
}
.environment.welfare .info_nav ul li:nth-child(2) a:hover p {
  color: #F8A1E1;
}
.environment.welfare .info_nav ul li:nth-child(3) a:hover p {
  color: #7CC6FC;
}
.environment.welfare .info_nav ul li:nth-child(4) a:hover p {
  color: #5FCB63;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .info_nav ul li:nth-child(5) a div {
    width: 50px;
  }
}
.environment.welfare .info_nav ul li:nth-child(5) a:hover p {
  color: #FFB66E;
}
.environment.welfare .info_nav ul li:nth-child(6) a:hover p {
  color: #D69FFF;
}
.environment.welfare .info_nav ul li a {
  width: 120px;
  height: 84px;
  background-color: #E8E8E8;
  padding-top: 14px;
  margin-bottom: 4px;
  display: block;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width:999px), print and (max-width: 1cm) {
  .environment.welfare .info_nav ul li a {
    width: 100%;
  }
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .info_nav ul li a {
    width: 100%;
    height: 100px;
    padding-top: 20px;
  }
}
.environment.welfare .info_nav ul li a:hover {
  background-color: #F1F1F1;
}
.environment.welfare .info_nav ul li a:hover div {
  transform: scale(1.1);
}
.environment.welfare .info_nav ul li a div {
  width: auto;
  height: 40px;
  margin: 0 auto 6px;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .info_nav ul li a div {
    width: 40px;
    min-height: 40px;
    margin: 0 auto 5px;
  }
}
.environment.welfare .info_nav ul li a div img {
  margin: 0 auto;
  height: 40px;
}
.environment.welfare .info_nav ul li a p {
  text-align: center;
  font-weight: bold;
  transition: 0.3s ease-in-out;
  font-size: 12px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .info_nav ul li a p {
    font-size: 12px;
  }
}
.environment.welfare .nav_active {
  top: 80px;
}
.environment.welfare .copy_area {
  background-color: #fff;
  padding: 60px 0 60px;
}
.environment.welfare .copy_area p {
  text-align: left;
  line-height: 2;
}
.environment.welfare .welfare_section {
  background: linear-gradient(to right, #E7F2FA, #F9ECF3);
  padding: 140px 0 80px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section {
    padding: 80px 0 60px;
  }
}
.environment.welfare .welfare_section h2 {
  font-size: 36px;
  font-weight: bold;
  border-bottom: 5px solid #000;
  margin-bottom: 85px;
  position: relative;
  padding-left: 75px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section h2 {
    font-size: 24px;
    border-bottom: 3px solid #000;
    margin-bottom: 40px;
  }
}
.environment.welfare .welfare_section h2 span {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 60px;
  display: block;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section h2 span {
    bottom: 5px;
    width: 40px;
  }
}
.environment.welfare .welfare_section .welfare_wrap {
  padding-left: 87px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap {
    padding-left: 0;
  }
}
.environment.welfare .welfare_section .welfare_wrap .welfare_box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
  padding-top: 50px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .welfare_box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.environment.welfare .welfare_section .welfare_wrap .welfare_box:first-child {
  padding-top: 0;
}
.environment.welfare .welfare_section .welfare_wrap .welfare_box:last-child {
  border-bottom: none;
}
.environment.welfare .welfare_section .welfare_wrap .welfare_box h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .welfare_box h3 {
    font-size: 18px;
  }
}
.environment.welfare .welfare_section .welfare_wrap .welfare_box p {
  line-height: 2;
}
.environment.welfare .welfare_section .welfare_wrap .welfare_box p span {
  font-size: 12px;
  display: block;
}
.environment.welfare .welfare_section .welfare_wrap .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .flex_box {
    display: block;
  }
}
.environment.welfare .welfare_section .welfare_wrap .flex_box .flex_item {
  width: 394px;
  line-height: 2;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .flex_box .flex_item {
    width: 100%;
  }
}
.environment.welfare .welfare_section .welfare_wrap .flex_box .flex_img {
  width: 440px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .flex_box .flex_img {
    width: 100%;
    margin-top: 15px;
  }
}
.environment.welfare .welfare_section .welfare_wrap .flex_box .nenji_box {
  margin-top: 10px;
  align-items: center;
  display: flex;
  background-color: #fff;
}
.environment.welfare .welfare_section .welfare_wrap .flex_box .nenji_box .flex_image {
  width: 50%;
  padding: 0 15px 15px;
}
.environment.welfare .welfare_section .welfare_wrap .flex_box .nenji_box .flex_image p {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}
.environment.welfare .welfare_section .welfare_wrap .flex_box .nenji_box .flex_image p span {
  font-size: 11px;
}
.environment.welfare .welfare_section .welfare_wrap .flex_box .nenji_box .flex_text {
  width: 50%;
  font-size: 13px;
  padding: 10px;
}
.environment.welfare .welfare_section .welfare_wrap .left_box {
  width: 393px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .left_box {
    width: 100%;
  }
}
.environment.welfare .welfare_section .welfare_wrap .left_box dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
  padding-top: 50px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .left_box dl {
    padding: 30px 0;
  }
}
.environment.welfare .welfare_section .welfare_wrap .left_box dl:first-child {
  padding-top: 0;
}
.environment.welfare .welfare_section .welfare_wrap .left_box dl:last-child {
  border-bottom: none;
}
.environment.welfare .welfare_section .welfare_wrap .left_box dl dt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .left_box dl dt {
    font-size: 18px;
  }
}
.environment.welfare .welfare_section .welfare_wrap .left_box dl dt span {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .left_box dl dt span {
    font-size: 14px;
  }
}
.environment.welfare .welfare_section .welfare_wrap .left_box dl dd {
  line-height: 2;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .welfare_section .welfare_wrap .left_box dl dd {
    font-size: 14px;
  }
}
.environment.welfare .welfare_section .welfare_wrap .left_box dl dd span {
  font-size: 12px;
  font-weight: 500;
}
.environment.welfare .first_section h2 {
  margin-bottom: 35px;
}
.environment.welfare .first_section .holiday_days {
  background-color: #fff;
  width: 100%;
  max-width: 440px;
  padding: 40px;
  text-align: center;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .first_section .holiday_days {
    max-width: none;
    margin-top: 20px;
  }
}
.environment.welfare .first_section .holiday_days h4 {
  font-size: 2rem;
  font-weight: bold;
}
.environment.welfare .first_section .holiday_days .image {
  margin: 10px 0 20px;
}
.environment.welfare .first_section .holiday_days .image img {
  margin: auto;
}
.environment.welfare .first_section .holiday_days .day {
  font-size: 3.8rem;
  font-weight: bold;
}
.environment.welfare .first_section .holiday_days .day span {
  font-size: 1.8rem;
  font-weight: normal;
}
.environment.welfare .first_section .holiday_days .anno {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.environment.welfare .first_section .holiday_days .kikan {
  font-size: 1.4rem;
}
.environment.welfare .even_section {
  background: #fff;
}
.environment.welfare .even_section .welfare_wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .even_section .welfare_wrap {
    display: block;
  }
}
.environment.welfare .even_section .welfare_wrap .even_img {
  width: 400px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .even_section .welfare_wrap .even_img {
    width: 100%;
  }
}
.environment.welfare .third_section .welfare_wrap .welfare_copy {
  margin-bottom: 45px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .third_section .welfare_wrap .welfare_copy {
    margin-bottom: 30px;
  }
}
.environment.welfare .third_section .welfare_wrap .odd_flex {
  margin-top: 65px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .third_section .welfare_wrap .odd_flex {
    display: block;
    margin-top: 30px;
  }
}
.environment.welfare .third_section .welfare_wrap .odd_flex .left_box {
  width: 100%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .third_section .welfare_wrap .odd_flex .left_box {
    width: 100%;
  }
}
.environment.welfare .third_section .welfare_wrap .odd_flex .left_box dl:nth-child(5) {
  border-bottom: none;
}
.environment.welfare .third_section .welfare_wrap .odd_flex .left_box .graph2 {
  margin-top: 30px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .third_section .welfare_wrap .odd_flex .left_box .graph2 {
    width: 70%;
    margin: 0 auto;
  }
}
.environment.welfare .third_section .welfare_wrap .odd_flex .left_box .graph2 span {
  display: block;
  text-align: right;
}
.environment.welfare .third_section .welfare_wrap .odd_flex .left_box .other_support {
  border: 2px solid #000;
  background-color: #fff;
  width: 100%;
  padding: 35px 20px;
  margin-top: 40px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .third_section .welfare_wrap .odd_flex .left_box .other_support {
    width: 100%;
    padding: 20px 15px;
    margin-top: 20px;
  }
}
.environment.welfare .third_section .welfare_wrap .odd_flex .left_box .other_support h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .third_section .welfare_wrap .odd_flex .left_box .other_support h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.environment.welfare .third_section .welfare_wrap .odd_flex .left_box .other_support .other_ul li {
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .third_section .welfare_wrap .odd_flex .left_box .other_support .other_ul li {
    font-size: 14px;
  }
}
.environment.welfare .third_section .welfare_wrap .odd_flex .left_box .other_support .other_ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .third_section .welfare_wrap .odd_flex .left_box .other_support .other_ul li:before {
    border-width: 4px 0 4px 7px;
  }
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .fifth_section .welfare_wrap .odd_flex {
    display: block;
  }
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .left_box dl .list {
  padding-left: 20px;
  position: relative;
  margin: 20px 0 0;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .fifth_section .welfare_wrap .odd_flex .left_box dl .list {
    margin: 10px 0 0;
  }
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .left_box dl .list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .left_box dl .list span {
  font-weight: bold;
  font-size: 16px;
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box {
  width: 400px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box {
    width: 100%;
  }
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box dl {
  margin-bottom: 40px;
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box dl dt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box dl dt {
    font-size: 18px;
  }
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box .club_box {
  margin-bottom: 30px;
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box .club_box h3 {
  font-weight: bold;
  font-size: 15px;
  width: 136px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box .club_box h3 {
    font-size: 14px;
    width: 120px;
    height: 35px;
  }
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box .club_box .club_p {
  line-height: 1.8;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box .club_box .club_p {
    font-size: 13px;
  }
}
.environment.welfare .fifth_section .welfare_wrap .odd_flex .right_box .club_box .club_p span {
  font-size: 12px;
  display: block;
}
.environment.welfare .sixth_section {
  padding-bottom: 175px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .sixth_section {
    padding-bottom: 100px;
  }
}
.environment.welfare .sixth_section h3 {
  padding-left: 87px;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.welfare .sixth_section h3 {
    padding: 0;
    font-size: 18px;
  }
}
.environment.welfare .sixth_section .even_img {
  padding-top: 10px;
}
.environment.area .contents {
  background: linear-gradient(to bottom right, #F2EEF6, #EBF2F1 50%, #E6F5ED);
}
.environment.area .inner_960 {
  margin: auto;
}
.environment.area .inner_1240 {
  margin: auto;
}
.environment.area .copy_area p {
  text-align: left;
  padding: 60px 0;
  line-height: 2;
}
.environment.area .map_section .map_box {
  position: relative;
}
.environment.area .map_section .map_box ul li {
  position: absolute;
}
.environment.area .map_section .map_box ul .area1 {
  top: 48.6%;
  left: 65%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .map_section .map_box ul .area1 {
    top: 46.6%;
  }
}
.environment.area .map_section .map_box ul .area1 img {
  width: clamp(65px, 13vw, 137px);
}
.environment.area .map_section .map_box ul .area2 {
  top: 63.3%;
  left: 65%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .map_section .map_box ul .area2 {
    top: 61%;
  }
}
.environment.area .map_section .map_box ul .area2 img {
  width: clamp(100px, 29vw, 326px);
}
.environment.area .map_section .map_box ul .area3 {
  top: 76.1%;
  left: 64%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .map_section .map_box ul .area3 {
    top: 73%;
  }
}
.environment.area .map_section .map_box ul .area3 img {
  width: clamp(100px, 29vw, 326px);
}
.environment.area .map_section .map_box ul .area4 {
  top: 80.9%;
  left: 43.7%;
}
.environment.area .map_section .map_box ul .area4 img {
  width: clamp(100px, 18vw, 221px);
}
.environment.area .map_section .map_box ul .area5 {
  top: 90.5%;
  left: 30.8%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .map_section .map_box ul .area5 {
    top: 88.5%;
  }
}
.environment.area .map_section .map_box ul .area5 img {
  width: clamp(65px, 13vw, 137px);
}
.environment.area .map_section .map_box ul .area6 {
  top: 69.3%;
  left: 15.2%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .map_section .map_box ul .area6 {
    top: 65.3%;
    left: 9.2%;
  }
}
.environment.area .map_section .map_box ul .area6 img {
  width: clamp(65px, 13vw, 137px);
}
.environment.area .map_section .map_box ul .area7 {
  top: 43%;
  left: 30%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .map_section .map_box ul .area7 {
    left: 25%;
    top: 40%;
  }
}
.environment.area .map_section .map_box ul .area7 img {
  width: clamp(100px, 20vw, 242px);
}
.environment.area .map_section .map_box ul .area8 {
  top: 40.4%;
  left: 20%;
}
.environment.area .map_section .map_box ul .area8 img {
  width: clamp(100px, 33vw, 410px);
}
.environment.area .map_section .map_box .anno {
  display: block;
  text-align: right;
  font-size: 12px;
}
.environment.area .map_section .area_list {
  padding: 50px 0 80px;
}
.environment.area .map_section .area_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.environment.area .map_section .area_list ul li {
  width: 31.333%;
  margin-bottom: 2%;
  padding: 9px;
  background: linear-gradient(90deg, #D6BFED 0%, #AEEBCA 100%);
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .map_section .area_list ul li {
    width: 48%;
  }
}
.environment.area .map_section .area_list ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 98px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .map_section .area_list ul li a {
    font-size: 14px;
    padding: 15px 10px;
    height: 100%;
  }
}
.environment.area .inline_popup_inner {
  width: 960px;
  margin: 40px auto 40px;
  padding: 70px 100px 20px;
  background: linear-gradient(to bottom right, #F2EEF6, #EBF2F1 50%, #E6F5ED);
  position: relative;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .inline_popup_inner {
    width: 100%;
    padding: 30px 5%;
  }
}
.environment.area .inline_popup_inner h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .inline_popup_inner h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.environment.area .inline_popup_inner h3 {
  position: relative;
  font-weight: bold;
  background-color: #DEDEDE;
  line-height: 1.3;
  padding: 15px 30px 18px;
  margin-bottom: 20px;
  padding-left: 60px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .inline_popup_inner h3 {
    padding: 15px 54px 18px;
  }
}
.environment.area .inline_popup_inner h3::before {
  position: absolute;
  display: block;
  width: 48px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.environment.area .inline_popup_inner h3.tit1::before {
  content: url(../img/environment/area/icon01.svg);
}
.environment.area .inline_popup_inner h3.tit2::before {
  content: url(../img/environment/area/icon02.svg);
}
.environment.area .inline_popup_inner h3.tit3::before {
  content: url(../img/environment/area/icon03.svg);
}
.environment.area .inline_popup_inner .first_row {
  margin-bottom: 60px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .inline_popup_inner .first_row {
    margin-bottom: 0;
  }
}
.environment.area .inline_popup_inner p {
  line-height: 2;
  font-size: 15px;
}
.environment.area .inline_popup_inner .prof {
  font-size: 13px;
}
.environment.area .inline_popup_inner .image {
  margin-bottom: 30px;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .inline_popup_inner .image {
    margin-bottom: 10px;
  }
}
.environment.area .inline_popup_inner .image h4 {
  font-size: 13px;
}
.environment.area .inline_popup_inner .popup_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.environment.area .inline_popup_inner .popup_layout .col {
  width: 48%;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .inline_popup_inner .popup_layout .col {
    width: 100%;
    margin-bottom: 40px;
  }
}
.environment.area .inline_popup_inner .popup_layout .anno {
  font-size: 13px;
  display: block;
  height: 70px;
}
.environment.area .inline_popup_inner .vertical_layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width:768px), print and (min-width: 2cm) {
  .environment.area .inline_popup_inner .vertical_layout {
    height: auto !important;
  }
}
.environment.area .inline_popup_inner .vertical_layout p {
  margin-bottom: 30px;
}
.environment.area .mfp-close {
  z-index: 2;
}/*# sourceMappingURL=environment.css.map */