@charset "UTF-8";
/* ==========================================================================
	SCSS Extend & Mixin
========================================================================== */
footer {
  font-family: Arial, sans-serif;
}

footer .copyright, footer .icon, footer .link, section .select a, header .menu_2 .subMenu a:last-child, header .menu_2 .nav, header .menu_1 a:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

section .jobSeeker .info .title,
section .company .info .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header .menu, header .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* ==========================================================================
	Wrap
========================================================================== */
a, a > *, a::after, a svg path, button, button > * {
  display: inline-table;
  transition: 0.3s;
}

.wrap {
  position: relative;
  padding-top: 90px;
  min-width: 1040px;
  color: #333333;
  overflow: hidden;
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "儷黑 Pro", "LiHei Pro", "文泉驛正黑", "WenQuanYi Zen Hei", Helvetica, Arial, sans-serif;
}

header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 3px 5px 0 rgba(57, 68, 79, 0.1);
}
header .head {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
  min-width: 940px;
  height: 90px;
}
header .head_m {
  display: none;
}
header .logo {
  margin-bottom: 15px;
  width: 200px;
}
header .menu a {
  position: relative;
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
header .menu a:hover, header .menu a.focus {
  color: #e40077;
}
header .menu .separator {
  margin: 0 20px 21px;
  width: 1px;
  height: 16px;
  background-color: #cccccc;
}
header .menu_1 {
  display: flex;
}
header .menu_1 a {
  padding: 22px 15px;
}
header .menu_1 a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0%;
  height: 4px;
  background-color: #e40077;
}
header .menu_1 a:hover::after {
  width: 100%;
}
header .menu_1 a:last-child {
  position: relative;
}
header .menu_1 a:last-child img {
  position: absolute;
  width: 100px;
  animation: lowest 1.5s ease 0s infinite;
}
@keyframes lowest {
  0% {
    top: -15px;
  }
  15% {
    top: -20px;
  }
  30% {
    top: -15px;
  }
  45% {
    top: -20px;
  }
  60% {
    top: -15px;
  }
  100% {
    top: -15px;
  }
}
header .menu_2 {
  display: flex;
}
header .menu_2 li {
  position: relative;
}
header .menu_2 .nav {
  flex-wrap: wrap;
  padding: 19px 15px;
}
header .menu_2 .nav svg {
  margin-right: 5px;
  width: 20px;
}
header .menu_2 .nav img {
  margin: 3px 0 0 7px;
  width: 11px;
}
header .menu_2 .nav:hover svg, header .menu_2 .nav.focus svg {
  fill: #e40077;
}
header .menu_2 .nav:hover img, header .menu_2 .nav.focus img {
  transform: rotate(180deg);
}
header .menu_2 .subMenu {
  display: none;
  position: absolute;
  left: -11px;
  top: 58px;
  padding-top: 10px;
  width: 180px;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  box-shadow: 0 3px 5px 0 rgba(57, 68, 79, 0.1);
}
header .menu_2 .subMenu a {
  padding: 12px 25px;
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 1;
  background-color: inherit;
}
header .menu_2 .subMenu a:hover {
  color: #e40077;
  background-color: #f2f6f9;
}
header .menu_2 .subMenu a:nth-child(2) {
  margin-bottom: 10px;
}
header .menu_2 .subMenu a:last-child {
  padding: 18px 10px;
  border-top: 1px #eeeeee solid;
}
header .menu_2 .subMenu a:last-child img {
  margin-right: 8px;
  width: 50px;
}
header .menu_2 .subMenu a:last-child p {
  font-size: 15px;
  color: #333333;
  line-height: 1.4;
}
header .menu_2 .subMenu a:last-child p span {
  color: #e40077;
  font-weight: 500;
}
header .menu_2 .m2 .subMenu:last-child p span {
  color: #106ff1;
}

section {
  position: relative;
}
section .select {
  position: absolute;
  z-index: 3;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  padding: 5px;
  width: 500px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
}
section .select a {
  z-index: 2;
  padding-bottom: 2px;
  width: 50%;
  height: 100%;
  font-size: 30px;
  color: #333333;
  line-height: 1;
  font-weight: 500;
}
section .select.job .btn_cover {
  left: 5px;
  background-color: #e40077;
}
section .select.job .btn_job {
  color: #ffffff;
}
section .select.job .btn_talent:hover {
  color: #e40077;
}
section .select.talent .btn_cover {
  left: 50%;
  background-color: #185fff;
}
section .select.talent .btn_job:hover {
  color: #185fff;
}
section .select.talent .btn_talent {
  color: #ffffff;
}
section .select .btn_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: calc(50% - 5px);
  height: calc(100% - 10px);
  background-color: #e40077;
  border-radius: 25px;
  transition: 0.5s;
}
section .content {
  position: relative;
  margin: 0 auto;
  width: 1120px;
}
section .jobSeeker {
  position: relative;
  background-image: url(../img/bg_1.jpg);
}
section .jobSeeker .ol {
  right: -55px;
}
section .jobSeeker .info .title {
  color: #e40077;
}
section .company {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  background-image: url(../img/bg_2.jpg);
}
section .company .boss {
  right: -70px;
}
section .company .info .title {
  color: #1850b7;
}
section .jobSeeker,
section .company {
  width: 100%;
  height: 850px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
section .jobSeeker .ol, section .jobSeeker .boss,
section .company .ol,
section .company .boss {
  position: absolute;
  bottom: 0;
}
section .jobSeeker .info,
section .company .info {
  position: relative;
  z-index: 2;
  padding-top: 210px;
  height: 850px;
}
section .jobSeeker .info .title,
section .company .info .title {
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}
section .jobSeeker .info .title img,
section .company .info .title img {
  margin: 5px 15px 0 0;
  width: 65px;
}
section .jobSeeker .info h1,
section .company .info h1 {
  margin-top: 20px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
}
section .jobSeeker .info h2,
section .company .info h2 {
  margin-top: 50px;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
}
section .jobSeeker .info .download,
section .company .info .download {
  display: flex;
  margin-top: 70px;
}
section .jobSeeker .info .download .qrcode,
section .company .info .download .qrcode {
  margin-right: 40px;
}
section .jobSeeker .info .download .qrcode img,
section .company .info .download .qrcode img {
  width: 130px;
}
section .jobSeeker .info .download .app,
section .company .info .download .app {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 200px;
}
section .jobSeeker .info .download .app a, section .jobSeeker .info .download .app img,
section .company .info .download .app a,
section .company .info .download .app img {
  width: 100%;
}

footer {
  position: relative;
  padding: 50px 15px 45px;
  font-size: 15px;
  color: #a6b8c5;
  text-align: center;
  background-color: #253a4e;
}
footer .link {
  flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 16px;
}
footer .link a {
  padding: 0 20px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px #ffffff solid;
}
footer .link a:last-child {
  border-width: 0;
}
footer .link a:hover {
  text-decoration: underline;
}
footer .icon {
  margin-bottom: 25px;
}
footer .icon a {
  margin-right: 30px;
  width: 40px;
}
footer .icon a:last-child {
  margin-right: 0;
}
footer .icon a img {
  width: 100%;
  opacity: 0.6;
}
footer .icon a:hover img {
  opacity: 1;
}
footer .copyright svg {
  margin-right: 25px;
  padding-bottom: 4px;
  width: 170px;
}
footer .copyright svg path {
  fill: #a6b8c5;
}
footer .copyright p {
  text-align: left;
  line-height: 1.6;
}
footer .copyright p .tel, footer .copyright p .service {
  margin-right: 20px;
}
footer .copyright p .tel {
  color: #a6b8c5 !important;
  text-decoration: none !important;
  cursor: text !important;
  pointer-events: none !important;
}
footer .copyright p .company {
  display: none;
}

@media screen and (max-width: 1440px) {
  header .head {
    padding: 0 30px;
    height: 80px;
  }
  header .logo {
    margin-bottom: 13px;
    width: 190px;
  }
  header .menu a {
    padding: 20px 12px;
    font-size: 17px;
  }
  header .menu .separator {
    margin: 0 12px 19px;
  }
  header .menu_1 a:last-child img {
    width: 96%;
  }
  @keyframes lowest {
    0% {
      top: -12px;
    }
    15% {
      top: -16px;
    }
    30% {
      top: -12px;
    }
    45% {
      top: -16px;
    }
    60% {
      top: -12px;
    }
    100% {
      top: -12px;
    }
  }
  header .header .menu_2 .nav {
    padding: 17px 12px;
  }
  header .header .menu_2 .nav img {
    width: 9px;
  }
  header .menu_2 .subMenu {
    left: -6px;
    padding-top: 7px;
    width: 160px;
  }
  header .menu_2 .subMenu a {
    padding: 10px 20px;
    font-size: 15px;
  }
  header .menu_2 .subMenu a:nth-child(2) {
    margin-bottom: 7px;
  }
  header .menu_2 .subMenu a:last-child {
    padding: 17px 10px;
  }
  header .menu_2 .subMenu a:last-child img {
    margin-right: 6px;
    width: 44px;
  }
  header .menu_2 .subMenu a:last-child p {
    font-size: 14px;
  }
  .wrap {
    padding-top: 80px;
  }
  section .content {
    width: 980px;
  }
  section .select {
    top: 60px;
    width: 440px;
    height: 50px;
  }
  section .select a {
    font-size: 22px;
  }
  section .jobSeeker,
  section .company {
    height: 700px;
  }
  section .jobSeeker .info,
  section .company .info {
    padding-top: 150px;
    height: 700px;
  }
  section .jobSeeker .info .title,
  section .company .info .title {
    font-size: 32px;
  }
  section .jobSeeker .info .title img,
  section .company .info .title img {
    width: 60px;
  }
  section .jobSeeker .info h1,
  section .company .info h1 {
    margin-top: 10px;
    font-size: 45px;
  }
  section .jobSeeker .info h2,
  section .company .info h2 {
    margin-top: 25px;
    font-size: 24px;
  }
  section .jobSeeker .info .download,
  section .company .info .download {
    margin-top: 45px;
  }
  section .jobSeeker .info .download .qrcode,
  section .company .info .download .qrcode {
    margin-right: 30px;
  }
  section .jobSeeker .info .download .qrcode img,
  section .company .info .download .qrcode img {
    width: 120px;
  }
  section .jobSeeker .info .download .app,
  section .company .info .download .app {
    width: 180px;
  }
  section .jobSeeker .ol {
    width: 610px;
  }
  section .company .boss {
    width: 550px;
  }
}
@media screen and (max-width: 960px) {
  body.fixed {
    overflow: hidden;
  }
  .wrap {
    padding-top: 60px;
    min-width: auto;
  }
  header .head {
    display: none;
  }
  header .head_m {
    display: block;
  }
  header .head_m .headBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 60px;
  }
  header .head_m .headBox .btn_menu {
    position: relative;
    z-index: 100;
    width: 40px;
    height: 40px;
  }
  header .head_m .headBox .btn_menu em {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 26px;
    height: 3px;
    background: #777777;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .head_m .headBox .btn_menu em:first-child {
    top: 9px;
  }
  header .head_m .headBox .btn_menu em:nth-child(2), header .head_m .headBox .btn_menu em:nth-child(3) {
    top: 18px;
  }
  header .head_m .headBox .btn_menu em:last-child {
    top: 27px;
  }
  header .head_m .headBox .btn_menu.open {
    position: fixed;
    top: 10px;
    left: 10px;
  }
  header .head_m .headBox .btn_menu.open em {
    background-color: #ffffff;
  }
  header .head_m .headBox .btn_menu.open em:first-child, header .head_m .headBox .btn_menu.open em:last-child {
    top: 19px;
    width: 0%;
  }
  header .head_m .headBox .btn_menu.open em:nth-child(2) {
    transform: rotate(45deg);
  }
  header .head_m .headBox .btn_menu.open em:nth-child(3) {
    transform: rotate(-45deg);
  }
  header .head_m .headBox .logo {
    margin-bottom: -4px;
    width: 150px;
  }
  header .head_m .headBox .btn_member {
    position: relative;
    z-index: 100;
    width: 34px;
    height: 34px;
    padding: 5px;
  }
  header .head_m .headBox .btn_member img {
    width: 100%;
  }
  header .head_m .headBox .btn_member em {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 3px;
    background: #ffffff;
  }
  header .head_m .headBox .btn_member em:nth-of-type(1) {
    transform: rotate(45deg);
  }
  header .head_m .headBox .btn_member em:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  header .head_m .headBox .btn_member.open img {
    display: none;
  }
  header .head_m .headBox .btn_member.open em {
    display: block;
  }
  header .head_m .menu_1m,
  header .head_m .menu_2m {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vw 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-image: url(../img/bg_menu_m.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.06, 1.09, 1, 1);
  }
  header .head_m .menu_1m {
    left: -100vw;
  }
  header .head_m .menu_1m.open {
    left: 0;
  }
  header .head_m .menu_1m .menuBox {
    margin-bottom: 100px;
    width: 55vw;
    max-width: 220px;
  }
  header .head_m .menu_1m .menuBox a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px 15px 17px;
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
  }
  header .head_m .menu_1m .menuBox a:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 65px;
    margin-bottom: 0;
  }
  header .head_m .menu_1m .menuBox a:last-child img {
    position: absolute;
    width: 120px;
    animation: lowest 1.5s ease 0s infinite;
  }
  @keyframes lowest {
    0% {
      top: 17px;
    }
    15% {
      top: 13px;
    }
    30% {
      top: 17px;
    }
    45% {
      top: 13px;
    }
    60% {
      top: 17px;
    }
    100% {
      top: 17px;
    }
  }
  header .head_m .menu_2m {
    right: -100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header .head_m .menu_2m.open {
    right: 0;
  }
  header .head_m .menu_2m .subMenu_m {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 52vw;
    max-width: 220px;
  }
  header .head_m .menu_2m .subMenu_m p, header .head_m .menu_2m .subMenu_m a {
    margin-bottom: 15px;
    width: 100%;
    line-height: 1;
  }
  header .head_m .menu_2m .subMenu_m p {
    font-size: 30px;
    color: #cbdbff;
    text-align: center;
    font-weight: 500;
  }
  header .head_m .menu_2m .subMenu_m a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 15px 17px;
    font-size: 24px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-bottom: 70px;
    background-color: #ffffff;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) img {
    margin-right: 8px;
    width: 60px;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) p {
    margin-bottom: 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 19px;
    color: #333333;
    line-height: 1.4;
    text-align: left;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) p span {
    color: #e40077;
    font-weight: 500;
  }
  header .head_m .menu_2m .subMenu_m:last-child a:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  header .head_m .menu_2m .subMenu_m:last-child a:nth-last-of-type(1) p span {
    color: #106ff1;
  }
  section {
    height: auto;
    overflow: hidden;
  }
  section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  section .select {
    top: 60px;
    width: 400px;
    height: 54px;
  }
  section .select a {
    padding-bottom: 0;
    font-size: 24px;
  }
  section .jobSeeker, section .company {
    height: auto;
  }
  section .jobSeeker .info, section .company .info {
    padding: 160px 0 40px;
    height: auto;
    text-align: center;
  }
  section .jobSeeker .info .title, section .company .info .title {
    justify-content: center;
  }
  section .jobSeeker .info h2, section .company .info h2 {
    margin-top: 30px;
  }
  section .jobSeeker .info .download, section .company .info .download {
    justify-content: center;
  }
  section .jobSeeker {
    background-image: url(../img/bg_1m.jpg);
  }
  section .jobSeeker .ol {
    position: relative;
    order: 1;
    right: auto;
    padding-left: 5.5vw;
    width: 100%;
    max-width: calc(712px + 5.5vw);
  }
  section .company {
    background-image: url(../img/bg_2m.jpg);
  }
  section .company .boss {
    position: relative;
    order: 1;
    right: auto;
    margin-left: 16vw;
    width: 86%;
    max-width: 650px;
  }
  footer .link {
    margin-bottom: 20px;
  }
  footer .link a {
    margin-bottom: 20px;
  }
  footer .copyright svg {
    display: none;
  }
  footer .copyright p {
    text-align: center;
  }
  footer .copyright p .company {
    display: inline;
    margin-right: 7px;
  }
}
@media screen and (max-width: 600px) {
  section .select {
    top: 50px;
    padding: 4px;
    width: 65%;
    max-width: 400px;
    min-width: 270px;
    height: 50px;
  }
  section .select.job .btn_cover {
    left: 4px;
  }
  section .select .btn_cover {
    width: calc(50% - 4px);
    height: calc(100% - 8px);
  }
  section .select a {
    font-size: 21px;
  }
  section .jobSeeker .info,
  section .company .info {
    padding: 150px 0 30px;
  }
  section .jobSeeker .info .title,
  section .company .info .title {
    font-size: 30px;
  }
  section .jobSeeker .info .title img,
  section .company .info .title img {
    width: 58px;
  }
  section .jobSeeker .info h1,
  section .company .info h1 {
    margin-top: 15px;
    font-size: 42px;
  }
  section .jobSeeker .info h2,
  section .company .info h2 {
    margin-top: 25px;
    font-size: 24px;
  }
  section .jobSeeker .info .download,
  section .company .info .download {
    margin-top: 55px;
  }
  section .jobSeeker .info .download .qrcode,
  section .company .info .download .qrcode {
    margin-right: 30px;
  }
  section .jobSeeker .info .download .qrcode img,
  section .company .info .download .qrcode img {
    width: 110px;
  }
  section .jobSeeker .info .download .app,
  section .company .info .download .app {
    width: 160px;
  }
  footer .link {
    margin-left: auto;
    margin-right: auto;
    max-width: 377px;
  }
  footer .link a:nth-child(3) {
    border-width: 0;
  }
}
@media screen and (max-width: 480px) {
  .wrap {
    padding-top: 50px;
  }
  header .head_m .headBox {
    padding: 0 7px;
    height: 50px;
  }
  header .head_m .headBox .logo {
    width: 130px;
  }
  header .head_m .headBox .btn_menu {
    width: 34px;
    height: 34px;
  }
  header .head_m .headBox .btn_menu em {
    width: 22px;
  }
  header .head_m .headBox .btn_menu em:first-child {
    top: 7px;
  }
  header .head_m .headBox .btn_menu em:nth-child(2), header .head_m .headBox .btn_menu em:nth-child(3) {
    top: 15px;
  }
  header .head_m .headBox .btn_menu em:last-child {
    top: 23px;
  }
  header .head_m .headBox .btn_menu.open {
    top: 9px;
    left: 9px;
  }
  header .head_m .headBox .btn_member em {
    width: 22px;
  }
  header .head_m .menu_1m .menuBox a {
    border-radius: 6px;
  }
  header .head_m .menu_2m .subMenu_m p {
    font-size: 22px;
  }
  header .head_m .menu_2m .subMenu_m a {
    padding: 13px 13px 15px;
    margin-bottom: 12px;
    font-size: 18px;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) {
    padding: 14px 17px;
    margin-bottom: 40px;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) img {
    width: 52px;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) p {
    font-size: 16px;
  }
  header .head_m .menu_2m .subMenu_m:last-child a:nth-last-of-type(1) {
    margin-bottom: 14vw;
  }
  section .select {
    top: 40px;
    padding: 3px;
    height: 40px;
  }
  section .select.job .btn_cover {
    left: 3px;
  }
  section .select .btn_cover {
    width: calc(50% - 3px);
    height: calc(100% - 6px);
  }
  section .select a {
    font-size: 18px;
  }
  section .jobSeeker .info,
  section .company .info {
    padding: 110px 0 30px;
  }
  section .jobSeeker .info .title,
  section .company .info .title {
    font-size: 24px;
    font-weight: 700;
  }
  section .jobSeeker .info .title img,
  section .company .info .title img {
    margin: 4px 10px 0 0;
    width: 50px;
  }
  section .jobSeeker .info h1,
  section .company .info h1 {
    margin-top: 10px;
    font-size: 34px;
  }
  section .jobSeeker .info h2,
  section .company .info h2 {
    margin-top: 20px;
    font-size: 18px;
  }
  section .jobSeeker .info .download,
  section .company .info .download {
    margin-top: 40px;
  }
  section .jobSeeker .info .download .qrcode,
  section .company .info .download .qrcode {
    margin-right: 25px;
  }
  section .jobSeeker .info .download .qrcode img,
  section .company .info .download .qrcode img {
    width: 95px;
  }
  section .jobSeeker .info .download .app,
  section .company .info .download .app {
    width: 140px;
  }
  footer {
    padding: 30px 15px;
    font-size: 14px;
  }
  footer .link {
    max-width: 360px;
    font-size: 15px;
  }
  footer .link a {
    padding: 0 17px;
  }
  footer .icon a {
    width: 36px;
  }
  footer .copyright p {
    line-height: 1.8;
  }
  footer .copyright p .tel {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 430px) {
  header .head_m .menu_1m .menuBox a {
    margin-bottom: 12px;
    padding: 12px 15px 14px;
    font-size: 20px;
    border-radius: 6px;
  }
  header .head_m .menu_1m .menuBox a:last-child {
    padding-top: 55px;
  }
  header .head_m .menu_1m .menuBox a:last-child img {
    width: 95px;
    animation: lowest 1.5s ease 0s infinite;
  }
  @keyframes lowest {
    0% {
      top: 14px;
    }
    15% {
      top: 10px;
    }
    30% {
      top: 14px;
    }
    45% {
      top: 10px;
    }
    60% {
      top: 14px;
    }
    100% {
      top: 14px;
    }
  }
  header .head_m .menu_2m {
    justify-content: flex-start;
    padding-top: 22vw;
  }
  header .head_m .menu_2m .subMenu_m p, header .head_m .menu_2m .subMenu_m a {
    margin-bottom: 12px;
    border-radius: 6px;
  }
  header .head_m .menu_2m .subMenu_m a {
    padding: 12px 15px 14px;
    font-size: 20px;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) {
    padding: 12px 15px;
  }
  header .head_m .menu_2m .subMenu_m:last-child a:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  footer {
    padding: 40px 15px 35px;
  }
  footer .icon a {
    margin-right: 25px;
  }
  footer .copyright .service {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  header .head_m .menu_2m {
    padding-top: 15vw;
  }
}
@media screen and (max-width: 960px) and (max-height: 600px) and (orientation: landscape) {
  .wrap {
    padding-top: 45px;
  }
  header .head {
    display: none;
  }
  header .head_m {
    display: block;
  }
  header .head_m .headBox {
    height: 45px;
  }
  header .head_m .headBox .btn_menu.open {
    top: 3px;
  }
  header .head_m .headBox .btn_menu em {
    width: 22px;
  }
  header .head_m .headBox .btn_member em {
    width: 22px;
  }
  header .head_m .menu_1m .menuBox {
    margin-bottom: 30px;
  }
  header .head_m .menu_1m .menuBox a {
    margin-bottom: 12px;
    padding: 12px 12px 14px;
    font-size: 18px;
    border-radius: 6px;
  }
  header .head_m .menu_1m .menuBox a:last-child {
    padding-top: calc(4vh + 35px);
  }
  header .head_m .menu_1m .menuBox a:last-child img {
    width: 90px;
    animation: lowest 1.5s ease 0s infinite;
  }
  @keyframes lowest {
    0% {
      top: 15px;
    }
    15% {
      top: 10px;
    }
    30% {
      top: 15px;
    }
    45% {
      top: 10px;
    }
    60% {
      top: 15px;
    }
    100% {
      top: 15px;
    }
  }
  header .head_m .menu_2m {
    flex-direction: row;
  }
  header .head_m .menu_2m .subMenu_m {
    margin: 0 4vw;
  }
  header .head_m .menu_2m .subMenu_m p, header .head_m .menu_2m .subMenu_m a {
    margin-bottom: 12px;
  }
  header .head_m .menu_2m .subMenu_m p {
    font-size: 22px;
  }
  header .head_m .menu_2m .subMenu_m a {
    padding: 12px 12px 14px;
    font-size: 18px;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) {
    padding: 12px;
    margin-bottom: 7vw;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) img {
    width: 50px;
  }
  header .head_m .menu_2m .subMenu_m a:nth-last-of-type(1) p {
    font-size: 16px;
  }
  header .head_m .menu_2m .subMenu_m:last-child a:nth-last-of-type(1) {
    margin-bottom: 7vw;
  }
}/*# sourceMappingURL=style.css.map */