.common_fixed-btn {
  position: fixed;
  bottom: 52.73px;
  z-index: 100;
  left: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.6s ease;
  transform: translateY(100px);
}
.common_fixed-btn.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0.6s ease;
  transform: translateY(0px);
}
.common_fixed-btn:hover {
  pointer-events: auto;
  transition: all 0.6s ease;
  transform: translateY(0px) scale(1.05);
}
.common_fixed-btn--fresh {
  left: initial;
  right: 50px;
}
.common_fixed-btn--career {
  left: 50px;
}
.common_fixed-btn a {
  display: block;
  width: 266px;
}
.common_fixed-btn a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_sectiontitle--center {
  text-align: center;
}
.common_sectiontitle .en {
  padding-left: 30px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
.common_sectiontitle .en::before {
  content: "";
  -webkit-clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(60% 0, 100% 0%, 40% 100%, 0% 100%);
  background-color: #000;
  width: 24px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.common_sectiontitle .jpn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.07em;
  color: #000000;
}
.common_sectiontitle.pink .en {
  color: #E44E98;
}
.common_sectiontitle.pink .en::before {
  background-color: #E44E98;
}
.common_sectiontitle.white .en {
  color: #fff;
}
.common_sectiontitle.white .en::before {
  background-color: #fff;
}
.common_sectiontitle.white .jpn {
  color: #fff;
}

.popup_casual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.popup_casual.show {
  opacity: 1;
  visibility: visible;
}
.popup_casual .wrapper {
  height: 100%;
}
.popup_casual .outer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.popup_casual .container {
  position: relative;
  width: 1344px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: #0486D0 solid 3px;
}
.popup_casual .container .close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 41px;
  height: 41px;
  z-index: 3;
}
.popup_casual .container .close:hover {
  cursor: pointer;
}
.popup_casual .container .close span {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #0486D0;
}
.popup_casual .container .close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.popup_casual .container .close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.popup_casual .container::after {
  content: "";
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-image: url(../img/top/tool/modal-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.popup_casual .container .content {
  position: relative;
  z-index: 2;
  padding: 52px 54px;
  width: 55%;
}
.popup_casual .container .content .heading {
  font-size: 3.6rem;
  font-weight: 600;
  color: #0486D0;
  letter-spacing: 0.075em;
  margin-bottom: 32px;
}
.popup_casual .container .content .desc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .common_fixed-btn {
    bottom: 52.73px;
    right: initial;
    left: 24px;
    bottom: 24px;
    z-index: 100;
  }
  .common_fixed-btn a {
    display: block;
    width: 162px;
  }
  .common_sectiontitle .en {
    padding-left: 20px;
    font-size: 1.5rem;
  }
  .common_sectiontitle .en::before {
    width: 16px;
    height: 12px;
  }
  .common_sectiontitle .jpn {
    font-size: 2.8rem;
  }
  .popup_casual .container {
    width: 100%;
  }
  .popup_casual .container .close {
    width: 32px;
    height: 32px;
  }
  .popup_casual .container::after {
    display: none;
  }
  .popup_casual .container .content {
    padding: 24px;
    width: 100%;
  }
  .popup_casual .container .content .heading {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .popup_casual .container .content .desc {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=common.css.map */