@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes floating-y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2%);
  }
}
@keyframes floating-y_s {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1%);
  }
}
@keyframes floating-y_l {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6%);
  }
}
.cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  z-index: 400;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cmn-header {
    height: 80px;
    padding: 0 16px;
  }
}
.is_header_bg .cmn-header {
  background-color: #fff;
}

.cmn-header_logo {
  display: flex;
  align-items: center;
  z-index: 100;
}
@media (max-width: 768px) {
  .is_recruit_top .cmn-header_logo {
    display: block;
  }
}
.cmn-header_logo:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .cmn-header_logo:hover {
    opacity: 1;
  }
}
.cmn-header_logo--img_wrap {
  width: 398px;
  aspect-ratio: 796/128;
  margin-right: 16px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .cmn-header_logo--img_wrap {
    width: 208px;
    margin-right: 8px;
  }
  .is_recruit_top .cmn-header_logo--img_wrap {
    width: 252px;
  }
}
.cmn-header_logo--img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cmn-header_logo--img:first-of-type {
  opacity: 1;
}
.is_header_bg .cmn-header_logo--img:first-of-type {
  opacity: 0;
}
.is_hmb_open .cmn-header_logo--img:first-of-type {
  opacity: 1;
}
.cmn-header_logo--img:last-of-type {
  opacity: 0;
}
.is_header_bg .cmn-header_logo--img:last-of-type {
  opacity: 1;
}
.is_hmb_open .cmn-header_logo--img:last-of-type {
  opacity: 0;
}
.cmn-header_logo--txt {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  border-left: 1px solid #fff;
  padding-left: 16px;
  display: block;
}
@media (max-width: 768px) {
  .cmn-header_logo--txt {
    font-size: 10px;
    border-left: none;
    padding-left: 0;
  }
  .is_recruit_top .cmn-header_logo--txt {
    margin-top: 5px;
    font-size: 12px;
  }
}
.is_header_bg .cmn-header_logo--txt {
  color: #00A0E9;
  border-color: #00A0E9;
}
.is_hmb_open .cmn-header_logo--txt {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 768px) {
  .is_recruit_top .cmn-header_logo--txt br {
    display: none;
  }
}

@media (max-width: 1340px) {
  .cmn-header_nav {
    display: none;
  }
}
.cmn-header_nav--list {
  display: flex;
  align-items: center;
}
.cmn-header_nav--item {
  margin-right: 32px;
}
.cmn-header_nav--item:last-of-type {
  margin-right: 0;
}
.cmn-header_nav--link {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}
.is_header_bg .cmn-header_nav--link {
  color: #333;
}
.cmn-header_nav--link:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .cmn-header_nav--link:hover {
    opacity: 1;
  }
}
.cmn-header_nav--entry {
  position: relative;
  background: #000;
  width: 136px;
  height: 48px;
  border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transition: 0.3s;
}
.cmn-header_nav--entry:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 136px;
  height: 48px;
  border-radius: 48px;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #00A0E9 0%, #12EBB5 100%);
  opacity: 0;
  transition: opacity 0.3s;
}
.cmn-header_nav--entry:hover {
  background: transparent;
}
.cmn-header_nav--entry:hover:before {
  opacity: 1;
}
.cmn-header_nav--entry:hover .cmn-header_nav--entry_txt {
  position: relative;
  background: transparent;
  background-clip: border-box;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: #000;
  z-index: 1;
}
.cmn-header_nav--entry_txt {
  background: linear-gradient(90deg, #00A0E9 0%, #12EBB5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: transparent;
  transition: 0.3s;
}

.cmn-header_hmb {
  display: none;
  width: 68px;
  aspect-ratio: 48/48;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}
@media (max-width: 1340px) {
  .cmn-header_hmb {
    display: flex;
  }
}
@media (max-width: 768px) {
  .cmn-header_hmb {
    width: 48px;
  }
}
.is_header_bg .cmn-header_hmb {
  background-color: #00A0E9;
}
.is_hmb_open .cmn-header_hmb {
  background-color: #fff;
}
.cmn-header_hmb--line {
  width: 30px;
  height: 20px;
  margin-top: 14px;
  position: relative;
}
@media (max-width: 768px) {
  .cmn-header_hmb--line {
    width: 21px;
    height: 14px;
    margin-top: 10px;
  }
}
.cmn-header_hmb--line > span {
  background-color: #00A0E9;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cmn-header_hmb--line > span {
    width: 21px;
    height: 2px;
  }
}
.cmn-header_hmb--line > span:first-of-type {
  top: 0;
}
.cmn-header_hmb--line > span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.cmn-header_hmb--line > span:last-of-type {
  bottom: 0;
}
.is_header_bg .cmn-header_hmb--line > span {
  background-color: #fff;
}
.is_hmb_open .cmn-header_hmb--line > span {
  background-color: #00A0E9;
}
.is_hmb_open .cmn-header_hmb--line > span:first-of-type {
  top: 8px;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .is_hmb_open .cmn-header_hmb--line > span:first-of-type {
    top: 6px;
  }
}
.is_hmb_open .cmn-header_hmb--line > span:nth-of-type(2) {
  opacity: 0;
}
.is_hmb_open .cmn-header_hmb--line > span:last-of-type {
  bottom: 9px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .is_hmb_open .cmn-header_hmb--line > span:last-of-type {
    bottom: 6px;
  }
}
.cmn-header_hmb--txt {
  font-family: "Montserrat", sans-serif;
  color: #00A0E9;
  line-height: 1.5;
  font-weight: 600;
  font-size: 14px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .cmn-header_hmb--txt {
    font-size: 10px;
    margin-top: 5px;
  }
}
.cmn-header_hmb--txt.close {
  display: none;
}
.is_header_bg .cmn-header_hmb--txt {
  color: #fff;
}
.is_hmb_open .cmn-header_hmb--txt {
  color: #00A0E9;
}
.is_hmb_open .cmn-header_hmb--txt.menu {
  display: none;
}
.is_hmb_open .cmn-header_hmb--txt.close {
  display: block;
}

.cmn-header_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: linear-gradient(90deg, #00A0E9 0%, #58DBCA 100%);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.is_hmb_open .cmn-header_sp {
  opacity: 1;
  pointer-events: auto;
}
.cmn-header_sp--wrap {
  height: calc(100% - 112px);
  overflow-y: auto;
  margin-top: auto;
  padding-bottom: 48px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .cmn-header_sp--wrap {
    height: calc(100% - 80px);
    padding-bottom: 32px;
  }
}

.cmn-header_sp_entry {
  background-color: #000;
  padding-top: 24px;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .cmn-header_sp_entry {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
.cmn-header_sp_entry--inner {
  width: 800px;
  max-width: 100%;
}
.cmn-header_sp_entry--ttl {
  text-align: center;
  background: linear-gradient(90deg, #00A0E9 0%, #58DBCA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cmn-header_sp_entry--ttl_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .cmn-header_sp_entry--ttl_txt {
    font-size: 20px;
  }
}
.cmn-header_sp_entry--ttl_txt:before {
  content: "";
  width: calc((100% - 4.5em) / 2);
  height: 1px;
  background-color: #04A2E8;
  margin-right: 8px;
}
.cmn-header_sp_entry--ttl_txt:after {
  content: "";
  width: calc((100% - 4.5em) / 2);
  height: 1px;
  background-color: #58DACA;
  margin-left: 8px;
}
.cmn-header_sp_entry--list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cmn-header_sp_entry--list {
    margin-top: 8px;
  }
}
.cmn-header_sp_entry--group {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 768px) {
  .cmn-header_sp_entry--group {
    width: calc((100% - 15px) / 2);
  }
}
.cmn-header_sp_entry--term {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 768px) {
  .cmn-header_sp_entry--term {
    font-size: 12px;
  }
}
.cmn-header_sp_entry--desc {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .cmn-header_sp_entry--desc {
    margin-top: 8px;
  }
}
.cmn-header_sp_entry--link {
  background: linear-gradient(90deg, #00A0E9 0%, #58DBCA 100%);
  aspect-ratio: 152/52;
  display: block;
  border-radius: 8px;
  padding: 2px;
}
.cmn-header_sp_entry--link:hover {
  opacity: 0.85;
}
@media (max-width: 440px) {
  .cmn-header_sp_entry--link:hover {
    opacity: 1;
  }
}
.cmn-header_sp_entry--link_inner {
  background-color: #fff;
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn-header_sp_entry--link_img {
  display: block;
  width: 80.1282051282%;
}
.cmn-header_sp_entry--link_txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  background: linear-gradient(90deg, #00A0E9 0%, #58DBCA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .cmn-header_sp_entry--link_txt {
    font-size: 20px;
  }
}

.cmn-header_sp_nav {
  margin-top: 32px;
  width: 800px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cmn-header_sp_nav {
    margin-top: 24px;
  }
}
.cmn-header_sp_nav--item {
  position: relative;
  border-top: 1px solid #fff;
  overflow: hidden;
}
.cmn-header_sp_nav--item:last-of-type {
  border-bottom: 1px solid #fff;
}
.cmn-header_sp_nav--menu {
  display: flex;
}
.cmn-header_sp_nav--link_icon {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-right: 16px;
  width: 32px;
  background-image: url(../images/common/icon/icon-circle-plus-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .cmn-header_sp_nav--link_icon {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: 8px;
    width: 24px;
  }
}
.cmn-header_sp_nav--link_icon:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .cmn-header_sp_nav--link_icon:hover {
    opacity: 1;
  }
}
.is_open .cmn-header_sp_nav--link_icon {
  background-image: url(../images/common/icon/icon-circle-minus-white.svg);
}
.cmn-header_sp_nav--link_txt {
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  width: calc(100% - 32px - 16px);
  position: relative;
}
@media (max-width: 768px) {
  .cmn-header_sp_nav--link_txt {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    width: calc(100% - 24px - 8px);
  }
}
.cmn-header_sp_nav--link_txt:after {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 18/14;
  background-image: url(../images/common/icon/icon-arrow-white4.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cmn-header_sp_nav--link_txt:after {
    width: 18px;
  }
}
.cmn-header_sp_nav--link_txt-no_sub {
  width: 100%;
}
.cmn-header_sp_nav--link_txt:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .cmn-header_sp_nav--link_txt:hover {
    opacity: 1;
  }
}
.cmn-header_sp_nav--sub_menu {
  margin-left: calc(48px + 1em);
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cmn-header_sp_nav--sub_menu {
    margin-left: calc(32px + 1em);
    font-size: 14px;
  }
}
.cmn-header_sp_nav--link_sub {
  margin-top: 18px;
}
@media (max-width: 768px) {
  .cmn-header_sp_nav--link_sub {
    margin-top: 12px;
  }
}
.cmn-header_sp_nav--link_sub:first-of-type {
  margin-top: 12px;
}
@media (max-width: 768px) {
  .cmn-header_sp_nav--link_sub:first-of-type {
    margin-top: 8px;
  }
}
.cmn-header_sp_nav--link_sub:last-of-type {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .cmn-header_sp_nav--link_sub:last-of-type {
    margin-bottom: 24px;
  }
}
.cmn-header_sp_nav--link_sub:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .cmn-header_sp_nav--link_sub:hover {
    opacity: 1;
  }
}

.cmn-main {
  position: relative;
  overflow-x: clip;
  margin-top: 112px;
}
@media (max-width: 768px) {
  .cmn-main {
    margin-top: 80px;
  }
}
.cmn-main-top {
  margin-top: 0;
}

.cmn-footer {
  position: relative;
}
.cmn-footer--pagetop {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  position: absolute;
  top: -134px;
  right: 40px;
  text-align: center;
  z-index: 100;
  opacity: 1;
  transition: none;
}
@media (max-width: 440px) {
  .cmn-footer--pagetop {
    font-size: 12px;
    top: -84px;
    right: 16px;
  }
}
.cmn-footer--pagetop.is_moving {
  transform: translateY(calc(-100vh - 1071px)) !important;
  transition: 1.4s cubic-bezier(0.73, -0.1, 0.82, -0.17);
  opacity: 0;
}
@media (max-width: 440px) {
  .cmn-footer--pagetop.is_moving {
    transform: translateY(calc(-100vh - 1076px)) !important;
    transition: 1.4s cubic-bezier(0.73, -0.01, 0.82, -0.17);
  }
}
.cmn-footer--pagetop:before {
  content: "";
  display: block;
  width: 104px;
  aspect-ratio: 104/158;
  background-image: url(../images/common/cmn-footer--pagetop01.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto 4px;
}
@media (max-width: 440px) {
  .cmn-footer--pagetop:before {
    width: 64px;
    margin-bottom: 0;
  }
}
.cmn-footer--pagetop:after {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 32/42;
  background-image: url(../images/common/cmn-footer--pagetop02.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 4px auto 0;
}
@media (max-width: 440px) {
  .cmn-footer--pagetop:after {
    width: 24px;
  }
}
.cmn-footer--pagetop:not(.is_moving):hover {
  transition: 0.3s;
}
.cmn-footer--pagetop:not(.is_moving):hover {
  transform: translateY(-10px);
}
@media (max-width: 440px) {
  .cmn-footer--pagetop:not(.is_moving):hover {
    transform: translateY(0);
  }
}
.cmn-footer--top {
  background-color: #00A0E9;
  padding-top: 56px;
  padding-bottom: 56px;
}
.cmn-footer--bottom {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 40px;
  background-color: #000;
}
.cmn-footer--copy {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.cmn-footer_cta {
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 440px) {
  .cmn-footer_cta {
    padding-bottom: 56px;
    display: block;
  }
}
.cmn-footer_cta--item {
  width: 456px;
  margin-right: 24px;
}
@media (max-width: 440px) {
  .cmn-footer_cta--item {
    width: 311px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cmn-footer_cta--item:last-of-type {
  margin-right: 0;
}
@media (max-width: 440px) {
  .cmn-footer_cta--item:last-of-type {
    margin-right: auto;
    margin-top: 24px;
  }
}
.cmn-footer_cta--desc {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 440px) {
  .cmn-footer_cta--desc {
    font-size: 16px;
  }
}
.cmn-footer_cta--link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 4px;
  border-radius: 16px;
  margin-top: 16px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 440px) {
  .cmn-footer_cta--link {
    height: 80px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
    margin-top: 8px;
  }
}
.cmn-footer_cta--link-new {
  background: linear-gradient(90deg, #00A0E9 0%, #12EBB5 100%);
}
.cmn-footer_cta--link-carrier {
  background: linear-gradient(90deg, #00A0E9 0%, #58DBCA 100%);
}
.cmn-footer_cta--link:hover {
  opacity: 0.85;
}
@media (max-width: 440px) {
  .cmn-footer_cta--link:hover {
    opacity: 1;
  }
}
.cmn-footer_cta--inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn-footer_cta--img {
  display: block;
  width: 316px;
}
@media (max-width: 440px) {
  .cmn-footer_cta--img {
    width: 219px;
  }
}
.cmn-footer_cta--txt {
  background: linear-gradient(90deg, #00A0E9 0%, #58DBCA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
}
@media (max-width: 440px) {
  .cmn-footer_cta--txt {
    font-size: 32px;
  }
}

.cmn-footer_logo--img {
  display: block;
  width: 135px;
  margin: 0 auto;
}
@media (max-width: 440px) {
  .cmn-footer_logo--img {
    width: 75px;
  }
}
.cmn-footer_logo--img_en {
  display: block;
  width: 562px;
  margin: 28px auto 0;
}
@media (max-width: 440px) {
  .cmn-footer_logo--img_en {
    margin-top: 16px;
    width: 311px;
  }
}
.cmn-footer_logo--txt {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 440px) {
  .cmn-footer_logo--txt {
    font-size: 18px;
    margin-top: 12px;
  }
}

.cmn-footer_nav {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 440px) {
  .cmn-footer_nav {
    flex-wrap: wrap;
    margin-top: 56px;
  }
}
.cmn-footer_nav--wrap {
  width: 264px;
}
@media (max-width: 440px) {
  .cmn-footer_nav--wrap {
    width: calc((100% - 15px) / 2);
    margin-top: 24px;
  }
  .cmn-footer_nav--wrap:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
.cmn-footer_nav--ttl {
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 440px) {
  .cmn-footer_nav--ttl {
    padding-bottom: 8px;
  }
}
.cmn-footer_nav--txt {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 440px) {
  .cmn-footer_nav--txt {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 8px;
  }
}
.cmn-footer_nav--txt:first-of-type {
  margin-top: 0;
}
.cmn-footer_nav--txt-l {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 440px) {
  .cmn-footer_nav--txt-l {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 440px) {
  .cmn-footer_nav--txt-sp_m {
    font-size: 10px;
    line-height: 1.5;
  }
}
.cmn-footer_nav--txt-mt_l {
  margin-top: 40px;
}
@media (max-width: 440px) {
  .cmn-footer_nav--txt-mt_l {
    margin-top: 24px;
  }
}
.cmn-footer_nav--link {
  display: inline-block;
}
.cmn-footer_nav--link:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .cmn-footer_nav--link:hover {
    opacity: 1;
  }
}

.cmn-footer_site {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
}
.cmn-footer_site--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmn-footer_site--corp {
  color: #00A0E9;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 264px;
  height: 56px;
  border: 1px solid #00A0E9;
  border-radius: 56px;
}
@media (max-width: 440px) {
  .cmn-footer_site--corp {
    width: 172px;
    height: 45px;
    font-size: 14px;
  }
}
.cmn-footer_site--corp:hover {
  background-color: #00A0E9;
}
@media (max-width: 440px) {
  .cmn-footer_site--corp:hover {
    background-color: transparent;
  }
}
.cmn-footer_site--corp:hover {
  color: #fff;
}
@media (max-width: 440px) {
  .cmn-footer_site--corp:hover {
    color: #00A0E9;
  }
}
.cmn-footer_site--mynavi {
  display: block;
}
@media (max-width: 440px) {
  .cmn-footer_site--mynavi {
    width: 131px;
  }
}
.cmn-footer_site--mynavi:hover {
  opacity: 0.7;
}
@media (max-width: 440px) {
  .cmn-footer_site--mynavi:hover {
    opacity: 1;
  }
}

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