body {
  overflow-x: hidden;
  font-family: var(--family-jp);
  line-height: 1.8;
}

.inner {
  margin: 0 auto;
  width: min(91.667vw, 1100px);
}
@media only screen and (max-width: 767px) {
  .inner {
    margin: 0 5.128vw;
    width: auto;
  }
}

.dpc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .dpc {
    display: none;
  }
}

.dsp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .dsp {
    display: block;
  }
}

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/*-------------------
  header
-------------------*/
#header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: min(7.667vw, 92px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1001;
  transition: top 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #header {
    height: 23.077vw;
  }
}
#header.is-hide {
  top: max(-7.667vw, -92px);
}
@media only screen and (max-width: 767px) {
  #header.is-hide {
    top: -23.077vw;
  }
}
#header .logo {
  margin: 0 auto 0 min(5.333vw, 64px);
}
@media only screen and (max-width: 767px) {
  #header .logo {
    margin: 0 0 0 6.154vw;
  }
}
#header .logo img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  #header .logo img {
    width: 37.949vw;
    height: auto;
  }
}
#header #headerNav {
  display: flex;
  align-items: center;
  margin: 0 min(3.333vw, 40px) 0 auto;
}
@media only screen and (max-width: 767px) {
  #header #headerNav {
    display: none;
  }
}
@media only screen and (max-width: 1320px) {
  #header #headerNav {
    display: none;
  }
}
#header #headerNav li {
  margin-left: min(2vw, 24px);
  position: relative;
  list-style: none;
}
#header #headerNav li a {
  font-size: min(1.333vw, 16px);
  text-decoration: none;
  color: var(--gray_primary);
}
#header #headerNav li a:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-bottom: 2px solid var(--dark_green_primary);
}
#header #headerNav li a:has(+ .child) {
  padding-right: min(2.167vw, 26px);
  padding-bottom: min(2.5vw, 30px);
  position: relative;
}
#header #headerNav li a:has(+ .child)::after {
  content: "";
  margin-top: max(-1.917vw, -23px);
  position: absolute;
  top: 50%;
  right: 0;
  width: min(1.5vw, 18px);
  height: min(1.5vw, 18px);
  background: url("/assets/img/common/icon/icon-opennavi-15-true_dark_green_primary.png") no-repeat center center;
  background-size: min(1.5vw, 18px) auto;
}
#header #headerNav li a:has(+ .child):hover::before {
  content: none;
}
#header #headerNav li a.is_open::after {
  background-image: url("/assets/img/common/icon/icon-opennavi-15-false_dark_green_primary.png");
}
#header #headerNav .child {
  display: none;
  padding: min(3.333vw, 40px) min(5.333vw, 64px) min(2.083vw, 25px);
  position: absolute;
  top: min(3.583vw, 43px);
  left: 50%;
  width: min(53.5vw, 642px);
  border-radius: min(0.667vw, 8px);
  border: 2px solid var(--white);
  background: #FBFBFB;
  box-shadow: 0px min(0.167vw, 2px) min(1.25vw, 15px) 0px rgba(56, 118, 180, 0.25);
  transform: translateX(-50%);
  z-index: 10;
}
#header #headerNav .child a:hover::before {
  content: none;
}
#header #headerNav .child.type02 {
  width: min(79vw, 948px);
}
#header #headerNav .child.type02 .textArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header #headerNav .child.type02 .textArea li {
  width: min(18.417vw, 221px);
}
#header #headerNav .child.type02 .textArea li:nth-child(2n+1):nth-last-of-type(2) a {
  border: none;
}
#header #headerNav .child .imgArea {
  margin-right: min(5.333vw, 64px);
  width: min(20.833vw, 250px);
}
#header #headerNav .child .imgArea .img {
  margin-bottom: min(1.667vw, 20px);
}
#header #headerNav .child .imgArea p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header #headerNav .child .imgArea p a {
  padding: 0 min(3vw, 36px) min(0.583vw, 7px) 0;
  border-bottom: 2px solid var(--dark_green_primary);
  background: url("/assets/img/common/icon_arrow05.png") no-repeat right min(0.417vw, 5px);
  background-size: min(1.667vw, 20px) auto;
  font-size: min(1.5vw, 18px);
}
@media print, screen and (min-width: 768px) {
  #header #headerNav .child .imgArea p a:hover {
    color: var(--dark_green_primary);
  }
}
#header #headerNav .child .textArea {
  flex: 1;
  margin-top: max(-1.25vw, -15px);
  padding: 0;
}
#header #headerNav .child .textArea li {
  margin: 0;
}
#header #headerNav .child .textArea li a {
  display: block;
  padding: min(1.25vw, 15px) 0;
  border-bottom: 1px solid var(--gray_1);
  background: url("/assets/img/common/icon_arrow05.png") no-repeat right center;
  background-size: min(1.667vw, 20px) auto;
  font-size: min(1.167vw, 14px);
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  #header #headerNav .child .textArea li a:hover {
    padding-left: 1em;
    color: var(--dark_green_primary);
  }
}
#header #headerNav .child .textArea li a:hover::before {
  content: none;
}
#header #headerNav .child .textArea li:last-child a {
  border: none;
}
#header #headerNav .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(10.833vw, 130px);
  height: min(3.333vw, 40px);
  border-radius: min(0.333vw, 4px);
  color: var(--white);
}
#header #headerNav .btn a:hover::before {
  content: none;
}
#header #headerNav .inquiry {
  margin: 0 min(1vw, 12px) 0 min(3.333vw, 40px);
}
#header #headerNav .inquiry a {
  background-color: var(--dark_green_primary);
  font-size: min(1.167vw, 14px);
}
@media print, screen and (min-width: 768px) {
  #header #headerNav .inquiry a:hover {
    opacity: 0.8;
  }
}
#header #headerNav .recruit {
  margin: 0;
}
#header #headerNav .recruit a {
  position: relative;
  background-color: var(--dark_blue_footer);
  font-size: min(1.333vw, 16px);
}
@media print, screen and (min-width: 768px) {
  #header #headerNav .recruit a:hover {
    opacity: 0.8;
  }
}
#header #headerNav .recruit a span {
  padding-right: min(2.083vw, 25px);
  position: relative;
}
#header #headerNav .recruit a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: min(1vw, 12px);
  height: min(1vw, 12px);
  background: url("/assets/img/common/icon_window02.png") no-repeat center center;
  background-size: min(1vw, 12px) auto;
  transform: translateX(-50%) translateY(-50%);
}
#header .menu {
  margin: 0 min(5.333vw, 64px) 0 0;
  padding: 0;
  width: min(2.5vw, 30px);
  height: min(3.333vw, 40px);
  border: none;
  background-color: transparent;
  font-size: min(0.833vw, 10px);
  white-space: nowrap;
  cursor: pointer;
  color: var(--gray_text);
}
@media only screen and (max-width: 767px) {
  #header .menu {
    margin: 0 6.154vw 0 auto;
    width: 10.256vw;
    height: 7.692vw;
    transform: translateY(-2.051vw);
    font-size: 3.077vw;
  }
}
#header .menu .buttonWrap {
  margin-bottom: min(0.667vw, 8px);
  position: relative;
  width: 100%;
  height: min(1.5vw, 18px);
}
@media only screen and (max-width: 767px) {
  #header .menu .buttonWrap {
    height: 6.667vw;
  }
}
#header .menu .buttonWrap span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--gray_primary);
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
#header .menu .buttonWrap span:nth-child(1) {
  top: 0;
}
#header .menu .buttonWrap span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#header .menu .buttonWrap span:nth-child(3) {
  bottom: 0;
}

.headerBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(7.667vw, 92px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .headerBg {
    height: 23.077vw;
  }
}
.headerBg.is-hide {
  top: max(-7.667vw, -92px);
}
@media only screen and (max-width: 767px) {
  .headerBg.is-hide {
    top: -23.077vw;
  }
}

/*-------------------
  nav
-------------------*/
#nav {
  overflow: auto;
  overflow-y: scroll;
  display: none;
  padding-top: 130px;
  padding-bottom: 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(246deg, #63B1A2 0%, #2A818B 100%);
  z-index: 1010;
}
@media only screen and (max-width: 767px) {
  #nav {
    padding-top: 34.359vw;
    padding-bottom: 10.256vw;
  }
}
@media only screen and (max-width: 767px) {
  #nav .inner {
    width: auto;
    padding: 0;
  }
}
#nav::before {
  content: "";
  position: absolute;
  top: min(2.5vw, 30px);
  left: min(5vw, 60px);
  width: min(16.75vw, 201px);
  height: min(5.833vw, 70px);
  background: url("/assets/img/common/nav_logo.png") no-repeat left top;
  background-size: min(16.75vw, 201px) auto;
}
@media only screen and (max-width: 767px) {
  #nav::before {
    top: 4.615vw;
    left: 5.128vw;
    width: 37.949vw;
    height: 12.821vw;
    background-size: 37.949vw auto;
  }
}
#nav .close {
  padding: 0;
  width: min(2.5vw, 30px);
  top: min(2.167vw, 26px);
  right: min(5.333vw, 64px);
  position: absolute;
  border: none;
  background: none;
  font-family: var(--family-en);
  font-size: min(0.833vw, 10px);
  color: var(--white);
  white-space: nowrap;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #nav .close {
    width: 10.256vw;
    top: 6.41vw;
    right: 6.154vw;
    font-size: 3.077vw;
  }
}
#nav .close .buttonWrap {
  position: relative;
  height: 27px;
}
#nav .close .buttonWrap span {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  transform-origin: center;
}
#nav .close .buttonWrap span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(32deg);
}
#nav .close .buttonWrap span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-32deg);
}
#nav #actionsArea {
  display: flex;
  align-items: center;
  margin-bottom: min(5.667vw, 68px);
}
@media only screen and (max-width: 767px) {
  #nav #actionsArea {
    flex-wrap: wrap;
    margin-bottom: 10.256vw;
  }
}
#nav #actionsArea li {
  list-style-type: none;
}
#nav #actionsArea .search {
  margin-right: min(5.333vw, 64px);
  width: min(48.833vw, 586px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #nav #actionsArea .search {
    margin: 0 0 6.154vw;
    width: 100%;
  }
}
#nav #actionsArea .search input[type=text] {
  width: 100%;
  height: min(3.667vw, 44px);
  padding: 0 min(1.5vw, 18px);
  border-radius: min(0.333vw, 4px);
  border: 2px solid var(--white);
  background: transparent;
  font-size: min(1.167vw, 14px);
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #nav #actionsArea .search input[type=text] {
    height: 11.282vw;
    padding: 0 4.615vw;
    border-radius: 1.026vw;
    font-size: 16px;
  }
}
#nav #actionsArea .search input[type=text]::-moz-placeholder {
  color: var(--white);
  opacity: 1;
}
#nav #actionsArea .search input[type=text]::placeholder {
  color: var(--white);
  opacity: 1;
}
#nav #actionsArea .search input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: min(5vw, 60px);
  height: min(3.667vw, 44px);
  border-radius: 0 min(0.333vw, 4px) min(0.333vw, 4px) 0;
  border: none;
  background: url("/assets/img/common/icon_search.png") no-repeat center center var(--white);
  background-size: min(1.833vw, 22px) auto;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #nav #actionsArea .search input[type=submit] {
    width: 15.385vw;
    height: 11.282vw;
    border-radius: 0 1.026vw 1.026vw 0;
    background-size: 5.641vw auto;
  }
}
#nav #actionsArea .btn01 {
  flex: 1;
}
#nav #actionsArea .btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: min(1.5vw, 18px);
  width: min(17vw, 204px);
  height: min(5vw, 60px);
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: right min(1.5vw, 18px) center;
  background-size: min(2vw, 24px) auto;
  background-color: var(--white);
  font-weight: var(--weight-medium);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #nav #actionsArea .btn01 a {
    padding-right: 4.615vw;
    width: 100%;
    height: 12.821vw;
  }
}
#nav #actionsArea .inquiryBtn {
  margin-right: min(2vw, 24px);
}
@media only screen and (max-width: 767px) {
  #nav #actionsArea .inquiryBtn {
    margin-right: 2.051vw;
  }
}
#nav #actionsArea .inquiryBtn a {
  background-image: url("/assets/img/common/icon_arrow03.png");
  font-size: min(1.333vw, 16px);
  color: var(--dark_green_primary);
}
@media only screen and (max-width: 767px) {
  #nav #actionsArea .inquiryBtn a {
    padding-right: 0;
    font-size: 3.59vw;
    background-image: none;
  }
}
@media print, screen and (min-width: 768px) {
  #nav #actionsArea .inquiryBtn a:hover {
    opacity: 0.8;
  }
}
#nav #actionsArea .recruitBtn a {
  background-image: url("/assets/img/common/icon_arrow04.png");
  font-size: min(1.5vw, 18px);
  color: var(--dark_blue_header);
}
@media only screen and (max-width: 767px) {
  #nav #actionsArea .recruitBtn a {
    background-image: url("/assets/img/common/icon_window01.png");
    background-position: right 8.974vw center;
    background-size: 3.333vw auto;
    font-size: 4.615vw;
  }
}
@media print, screen and (min-width: 768px) {
  #nav #actionsArea .recruitBtn a:hover {
    opacity: 0.8;
  }
}
#nav .linkArea li {
  border-color: var(--gray_2);
}
#nav .linkArea li a {
  text-decoration: none;
  color: var(--white);
}

/*-------------------
  content
-------------------*/
#content {
  padding-top: 1px;
  color: var(--gray_text);
}

/*-------------------
  contact
-------------------*/
#contact {
  margin: min(8.333vw, 100px) 0 min(14vw, 168px);
  padding: min(4.167vw, 50px) min(5vw, 60px);
  border-radius: min(0.833vw, 10px);
  background: url("/assets/img/top/contact_img01.png") no-repeat center center, linear-gradient(39deg, #579E90 0%, #69B1CE 100%);
  background-size: cover, auto;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #contact {
    margin: 16.41vw 0 26.667vw;
    padding: 10.256vw 6.154vw;
    border-radius: 2.564vw;
  }
}
#contact .col {
  display: flex;
  align-items: center;
  gap: min(13.167vw, 158px);
}
@media only screen and (max-width: 767px) {
  #contact .col {
    display: block;
  }
}
#contact .col .contactTitle {
  margin: 0;
  font-family: var(--family-en);
  font-size: min(6vw, 72px);
  font-weight: var(--weight-bold);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #contact .col .contactTitle {
    font-size: 15.385vw;
  }
}
#contact .col .c-titleJp {
  margin: min(0.667vw, 8px) 0 0;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #contact .col .c-titleJp {
    margin-top: 3.077vw;
  }
}
#contact .col .c-titleJp::before {
  background-image: url("/assets/img/top/icon_shapes02.png");
}
#contact .col .textArea .textTitle {
  margin: 0 0 min(2vw, 24px);
  font-size: min(1.833vw, 22px);
  font-weight: var(--weight-bold);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #contact .col .textArea .textTitle {
    margin: 4.103vw 0 2.564vw;
    font-size: 4.103vw;
  }
}
#contact .col .textArea p {
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #contact .col .textArea p {
    font-size: 3.59vw;
  }
}
#contact .col .textArea .btn {
  margin-top: min(2vw, 24px);
}
@media only screen and (max-width: 767px) {
  #contact .col .textArea .btn {
    margin-top: 8.205vw;
    text-align: center;
  }
}
#contact .col .textArea .btn li {
  font-size: min(1.5vw, 18px);
  font-weight: var(--weight-bold);
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #contact .col .textArea .btn li {
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  #contact .col .textArea .btn li a {
    width: auto;
  }
}

/*-------------------
  recruit
-------------------*/
#recruit {
  position: relative;
  background: linear-gradient(180deg, #80CCA9 0%, #34ABA7 100%);
}
#recruit h2 {
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  #recruit .c-headlineDot {
    display: block;
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  #recruit .c-headlineDot::before {
    margin-right: 3.077vw;
    width: 2.564vw;
    height: 3.077vw;
    background-size: 2.564vw auto;
  }
}
#recruit .col {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #recruit .col {
    flex-direction: column;
  }
}
#recruit .col .imgArea {
  overflow: hidden;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 0 min(2.083vw, 25px) min(2.083vw, 25px) 0;
}
@media only screen and (max-width: 767px) {
  #recruit .col .imgArea {
    order: 1;
    margin: 0 -6.154vw;
    width: calc(100% + 11.282vw);
    height: 100vw;
    border-radius: 6.41vw 6.41vw 0 0;
    position: relative;
  }
}
#recruit .col .imgArea img {
  width: 100%;
  height: 101%;
  position: absolute;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #recruit .col .imgArea img {
    width: auto;
    height: 100%;
  }
}
#recruit .col .imgArea .swiper_pause {
  width: min(2.333vw, 28px);
  height: min(2.333vw, 28px);
  position: absolute;
  right: min(1.333vw, 16px);
  bottom: min(1.333vw, 16px);
  background: url("/assets/img/top/icon_close.png") no-repeat left top;
  background-size: min(2.333vw, 28px) auto;
  cursor: pointer;
  text-indent: -9999px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  #recruit .col .imgArea .swiper_pause {
    width: 10.256vw;
    height: 10.256vw;
    right: 6.154vw;
    bottom: 6.154vw;
    background-size: 10.256vw auto;
  }
}
#recruit .col .imgArea .swiper_pause.is_start {
  background-image: url("/assets/img/common/icon/icon-start-56_white.png");
}
#recruit .col .textArea {
  margin: 0 min(1.5vw, 18px) 0 auto;
  padding: min(4.167vw, 50px) 0 min(5.333vw, 64px);
  width: min(36.667vw, 440px);
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #recruit .col .textArea {
    margin: 0 0 10.256vw;
    padding: 10.256vw 0 0;
    width: auto;
  }
}
#recruit .col .textArea h2 {
  margin: 0 0 min(0.667vw, 8px);
  font-family: var(--family-en);
  font-size: min(6vw, 72px);
  font-weight: var(--weight-bold);
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #recruit .col .textArea h2 {
    margin: 0 0 4.103vw;
    font-size: 15.385vw;
  }
}
#recruit .col .textArea .c-titleJp {
  margin: 0;
  color: var(--white);
}
#recruit .col .textArea .c-titleJp::before {
  background-image: url("/assets/img/top/icon_shapes02.png");
}
#recruit .col .textArea .text {
  font-size: min(1.5vw, 18px);
}
@media only screen and (max-width: 767px) {
  #recruit .col .textArea .text {
    font-size: 4.103vw;
  }
}
#recruit .col .textArea .catch {
  margin: min(1.667vw, 20px) 0 min(2vw, 24px);
  font-size: min(2.5vw, 30px);
  font-weight: var(--weight-bold);
}
@media only screen and (max-width: 767px) {
  #recruit .col .textArea .catch {
    margin-top: 2.564vw;
    margin-bottom: 6.154vw;
    font-size: 6.154vw;
  }
}
#recruit .col .textArea .btn {
  margin-top: min(4.833vw, 58px);
}
@media only screen and (max-width: 767px) {
  #recruit .col .textArea .btn {
    margin-top: 6.154vw;
  }
}
#recruit .col .textArea .btn li {
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  #recruit .col .textArea .btn li a {
    margin: auto;
  }
}

/*-------------------
  footer
-------------------*/
#footer {
  padding: min(8.667vw, 104px) 0 min(2vw, 24px);
  background-color: var(--dark_blue-gray);
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 101.538vw 0 4.103vw;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #footer::after {
    content: "";
    display: block;
    width: 52.821vw;
    height: 17.949vw;
    position: absolute;
    top: 16.41vw;
    left: 50%;
    transform: translateX(-50%);
    background: url("/assets/img/common/footer_logo.png") no-repeat left top;
    background-size: 52.821vw auto;
  }
}
#footer .footerLinkArea {
  position: relative;
}
#footer .footerLinkArea::after {
  content: "";
  display: block;
  width: min(18.583vw, 223px);
  height: min(6.667vw, 80px);
  position: absolute;
  bottom: min(3.333vw, 40px);
  left: 0;
  background: url("/assets/img/common/footer_logo.png") no-repeat left top;
  background-size: min(18.583vw, 223px) auto;
}
@media only screen and (max-width: 767px) {
  #footer .footerLinkArea::after {
    content: none;
  }
}
#footer a {
  color: var(--white);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer .inner {
    padding: 0 6.154vw;
    width: auto;
  }
}
#footer .inner ul {
  margin: 0;
  padding: 0;
}
#footer .inner .inquiry,
#footer .inner .recruit {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #footer .inner .inquiry,
  #footer .inner .recruit {
    left: 50%;
    right: auto;
    bottom: auto;
    width: 100%;
    transform: translateX(-50%);
  }
}
#footer .inner .inquiry a,
#footer .inner .recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: min(1.5vw, 18px);
  width: min(17vw, 204px);
  height: min(5vw, 60px);
  border-radius: 8px;
  background: url("/assets/img/common/icon_arrow02.png") no-repeat right 18px center;
  background-size: min(2vw, 24px) auto;
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #footer .inner .inquiry a,
  #footer .inner .recruit a {
    width: auto;
    height: 15.385vw;
    background-size: 6.154vw auto;
    font-size: 4.103vw;
  }
}
#footer .inner .inquiry {
  bottom: min(6.667vw, 80px);
}
@media only screen and (max-width: 767px) {
  #footer .inner .inquiry {
    top: -53.333vw;
    bottom: auto;
  }
}
#footer .inner .inquiry a {
  background-color: var(--dark_green_primary);
}
@media only screen and (max-width: 767px) {
  #footer .inner .recruit {
    top: -33.333vw;
    bottom: auto;
  }
}
#footer .inner .recruit a {
  background-image: url("/assets/img/common/icon_arrow06.png");
  background-color: var(--dark_blue_footer);
}
#footer .inner .recruit a span {
  padding-right: min(2.083vw, 25px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer .inner .recruit a span {
    padding-right: 7.692vw;
  }
}
#footer .inner .recruit a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: min(1vw, 12px);
  height: min(1vw, 12px);
  background: url("/assets/img/common/icon_window02.png") no-repeat center center;
  background-size: min(1vw, 12px) auto;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #footer .inner .recruit a span::after {
    width: 3.59vw;
    height: 3.59vw;
    background-size: 3.59vw auto;
  }
}
#footer #copyright {
  margin: min(5vw, 60px) 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    margin: 10.256vw 0 0;
  }
}
#footer #copyright small {
  font-size: min(1.333vw, 16px);
}
@media only screen and (max-width: 767px) {
  #footer #copyright small {
    font-size: 4.103vw;
  }
}

/*# sourceMappingURL=common.css.map */