@charset "UTF-8";
@media screen and (min-width: 769px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (min-width: 961px) {
  .setOrder {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .setOrder {
    color: #000;
  }
}
/* ----------------------------------------------------------
font-weight
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-weight: 400; /* regular */
  color: #000;
  counter-reset: number 0;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
}
html:before,
body:before {
  width: 1px;
  height: 100%;
  background: #f00;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1000;
  pointer-events: none;
}
html a,
html button,
html .children,
body a,
body button,
body .children {
  transition: opacity 0.3s ease;
}

input, textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  width: 100%;
  overflow: scroll;
  font-weight: 400; /* regular */
  color: colorsblack;
  position: relative;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

#l-content {
  position: relative;
}
@media screen and (max-width: 768px) {
  #l-content {
    padding-top: 64px;
    padding-top: calc(64 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #l-content {
    padding-top: 96px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #l-content {
    padding-top: calc(96 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #l-content {
    padding-top: 96px;
  }
}
#l-content:before, #l-content:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.15;
}
#l-content:before {
  width: 1px;
  background: #9A9A9A;
  left: 50%;
  translate: -100% 0%;
}
#l-content:after {
  box-sizing: border-box;
  border-left: solid 1px #9A9A9A;
  border-right: solid 1px #9A9A9A;
  left: 50%;
  translate: -50% 0%;
}
@media screen and (max-width: 768px) {
  #l-content:after {
    width: 247px;
    width: calc(247 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #l-content:after {
    width: 853px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #l-content:after {
    width: calc(853 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #l-content:after {
    width: 853px;
  }
}

.l-container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .l-container {
    width: 1150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .l-container {
    width: calc(1150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .l-container {
    width: 1150px;
  }
}

@media screen and (min-width: 769px) {
  .m-sm {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .m-md {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .m-smmd {
    display: none;
  }
}

@media screen and (max-width: 961px) {
  .m-lg {
    display: none;
  }
}

.anim-fadeUp {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.5s ease-in-out;
}
.anim-fadeUp.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.anim-list .anim-list__item {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.5s ease-in-out;
}
.anim-list .anim-list__item:nth-of-type(1) {
  transition-delay: 0.1s;
}
.anim-list .anim-list__item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.anim-list .anim-list__item:nth-of-type(3) {
  transition-delay: 0.3s;
}
.anim-list .anim-list__item:nth-of-type(4) {
  transition-delay: 0.4s;
}
.anim-list .anim-list__item:nth-of-type(5) {
  transition-delay: 0.5s;
}
.anim-list .anim-list__item:nth-of-type(6) {
  transition-delay: 0.6s;
}
.anim-list .anim-list__item:nth-of-type(7) {
  transition-delay: 0.7s;
}
.anim-list .anim-list__item:nth-of-type(8) {
  transition-delay: 0.8s;
}
.anim-list .anim-list__item:nth-of-type(9) {
  transition-delay: 0.9s;
}
.anim-list .anim-list__item:nth-of-type(10) {
  transition-delay: 1s;
}
.anim-list .anim-list__item:nth-of-type(11) {
  transition-delay: 1.1s;
}
.anim-list .anim-list__item:nth-of-type(12) {
  transition-delay: 1.2s;
}
.anim-list .anim-list__item:nth-of-type(13) {
  transition-delay: 1.3s;
}
.anim-list .anim-list__item:nth-of-type(14) {
  transition-delay: 1.4s;
}
.anim-list .anim-list__item:nth-of-type(15) {
  transition-delay: 1.5s;
}
.anim-list.is-animated .anim-list__item {
  opacity: 1;
  transform: translateY(0);
}

/* ----------------------------------------------------------

パンくず

---------------------------------------------------------- */
#m-breadcrumb {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #m-breadcrumb {
    padding-left: 0px;
    padding-left: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-breadcrumb {
    padding-left: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-breadcrumb {
    padding-left: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-breadcrumb {
    padding-left: 27px;
  }
}
@media screen and (max-width: 768px) {
  #m-breadcrumb {
    padding-right: 0px;
    padding-right: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-breadcrumb {
    padding-right: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-breadcrumb {
    padding-right: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-breadcrumb {
    padding-right: 27px;
  }
}
@media screen and (max-width: 768px) {
  #m-breadcrumb {
    font-size: 0px;
    font-size: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-breadcrumb {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-breadcrumb {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-breadcrumb {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #m-breadcrumb {
    margin-bottom: 0px;
    margin-bottom: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-breadcrumb {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-breadcrumb {
    margin-bottom: calc(160 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-breadcrumb {
    margin-bottom: 160px;
  }
}

.m-breadcrumb__link {
  color: #969696;
  font-weight: 500; /* medium */
}

.m-breadcrumb__txt {
  font-weight: 700; /* bold */
}

.m-breadcrumb__separator {
  height: 1px;
  background: #969696;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-breadcrumb__separator {
    width: 20px;
    width: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-breadcrumb__separator {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-breadcrumb__separator {
    width: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-breadcrumb__separator {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-breadcrumb__separator {
    margin-left: 5px;
    margin-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-breadcrumb__separator {
    margin-left: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-breadcrumb__separator {
    margin-left: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-breadcrumb__separator {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .m-breadcrumb__separator {
    margin-right: 5px;
    margin-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-breadcrumb__separator {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-breadcrumb__separator {
    margin-right: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-breadcrumb__separator {
    margin-right: 5px;
  }
}

/* ----------------------------------------------------------

見出し

---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #m-subpage__head {
    padding-top: 100px;
    padding-top: calc(100 / 375 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #m-subpage__head {
    margin-bottom: 100px;
    margin-bottom: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head {
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head {
    margin-bottom: calc(170 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head {
    margin-bottom: 170px;
  }
}
#m-subpage__head .ja {
  font-weight: 700; /* bold */
  display: block;
}
@media screen and (max-width: 768px) {
  #m-subpage__head .ja {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .ja {
    font-size: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .ja {
    font-size: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .ja {
    font-size: 57px;
  }
}
@media screen and (max-width: 768px) {
  #m-subpage__head .ja {
    margin-bottom: 13px;
    margin-bottom: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .ja {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .ja {
    margin-bottom: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .ja {
    margin-bottom: 14px;
  }
}
#m-subpage__head .line {
  background: #006EFF;
  display: block;
  display: block;
}
@media screen and (max-width: 768px) {
  #m-subpage__head .line {
    width: 24px;
    width: calc(24 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .line {
    width: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .line {
    width: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .line {
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  #m-subpage__head .line {
    height: 3px;
    height: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .line {
    height: 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .line {
    height: calc(3 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .line {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  #m-subpage__head .line {
    margin-bottom: 14px;
    margin-bottom: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .line {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .line {
    margin-bottom: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .line {
    margin-bottom: 14px;
  }
}
#m-subpage__head .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
}
@media screen and (max-width: 768px) {
  #m-subpage__head .en {
    font-size: 22px;
    font-size: calc(22 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #m-subpage__head .en {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #m-subpage__head .en {
    font-size: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #m-subpage__head .en {
    font-size: 27px;
  }
}

.m-head-1 {
  border-top: solid 1px #000000;
}
@media screen and (max-width: 768px) {
  .m-head-1 {
    padding-top: 20px;
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 {
    padding-top: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 {
    padding-top: 40px;
  }
}
.m-head-1 .label {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #006EFF;
  display: block;
}
@media screen and (max-width: 768px) {
  .m-head-1 .label {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .label {
    font-size: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .label {
    font-size: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .label {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .m-head-1 .label {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .label {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .label {
    margin-bottom: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .label {
    margin-bottom: 40px;
  }
}
.m-head-1 .name {
  text-align: right;
  font-weight: 700; /* bold */
}
.m-head-1 .ja {
  display: block;
}
@media screen and (max-width: 768px) {
  .m-head-1 .ja {
    font-size: 30px;
    font-size: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .ja {
    font-size: 57px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .ja {
    font-size: calc(57 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .ja {
    font-size: 57px;
  }
}
@media screen and (max-width: 768px) {
  .m-head-1 .ja {
    margin-bottom: 5px;
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .ja {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .ja {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .ja {
    margin-bottom: 10px;
  }
}
.m-head-1 .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #DCDCDC;
}
@media screen and (max-width: 768px) {
  .m-head-1 .en {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-head-1 .en {
    font-size: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-head-1 .en {
    font-size: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-head-1 .en {
    font-size: 23px;
  }
}

/* ----------------------------------------------------------

アンカーリンクのパネル

---------------------------------------------------------- */
.m-anchorPanel {
  box-sizing: border-box;
  background: #f7f7f7;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    width: 1150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    width: calc(1150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    width: 1150px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    padding-top: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    padding-bottom: 30px;
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    padding-bottom: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    padding-left: 30px;
    padding-left: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    padding-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    padding-left: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    padding-right: 30px;
    padding-right: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    padding-right: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    border-radius: 20px;
    border-radius: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    border-radius: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    border-radius: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel {
    margin-bottom: 100px;
    margin-bottom: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel {
    margin-bottom: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel {
    margin-bottom: 150px;
  }
}
.m-anchorPanel .label {
  font-weight: 700; /* bold */
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .label {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .label {
    font-size: 19px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .label {
    font-size: calc(19 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .label {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .label {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .label {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .label {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .label {
    margin-bottom: 30px;
  }
}
.m-anchorPanel .label:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #006EFF;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.m-anchorPanel .btns-item {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #006EFF;
  position: relative;
  color: #006EFF;
  font-weight: 700; /* bold */
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    width: 275px;
    width: calc(275 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    width: 500px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    width: calc(500 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    padding-top: 15px;
    padding-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    padding-top: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    padding-top: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    padding-bottom: 15px;
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    padding-bottom: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    margin-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item:not(:last-of-type) {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.m-anchorPanel .btns-item:after {
  content: "";
  background-image: url(../../assets/images/recruit2024/icon-arrow-bottom-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item:after {
    width: 10px;
    width: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item:after {
    width: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    width: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item:after {
    height: 6px;
    height: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item:after {
    height: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    height: calc(8 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .m-anchorPanel .btns-item:after {
    right: 26px;
    right: calc(26 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item:after {
    right: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    right: calc(32 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .m-anchorPanel .btns-item:after {
    right: 32px;
  }
}
@media screen and (min-width: 769px) {
  .m-anchorPanel .btns-item:hover {
    background: #006EFF;
    color: #fff;
    transition: all 0.5s ease;
  }
  .m-anchorPanel .btns-item:hover:after {
    filter: brightness(10) saturate(0) hue-rotate(360deg);
    transition: all 0.5s ease;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

.js-sa {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.js-sa.-up {
  transform: translateY(30px);
}
.js-sa.-zoomOutImg {
  overflow: hidden;
}
.js-sa.-zoomOutImg img {
  transition: transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
  transform: scale(1.2);
}
.js-sa.-zoomOutImg.is-show img {
  transform: scale(1);
}
.js-sa.is-show {
  opacity: 1;
  transform: none;
}

@media screen and (min-width: 769px) {
  .js-popupImage__trigger {
    pointer-events: none;
  }
}

#js-popupImage__close {
  background: #006EFF;
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    width: 42px;
    width: calc(42 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    width: 66px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    width: calc(66 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    width: 66px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    height: 42px;
    height: calc(42 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    height: 66px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    height: calc(66 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    height: 66px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    padding-top: 13px;
    padding-top: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    padding-top: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    padding-top: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    padding-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    padding-bottom: 13px;
    padding-bottom: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    padding-bottom: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    top: 12px;
    top: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    top: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    top: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    right: 12px;
    right: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    right: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    right: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__close {
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close {
    margin-left: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:hover {
    scale: 1.15;
  }
}
#js-popupImage__close:before, #js-popupImage__close:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
  rotate: 45deg;
}
#js-popupImage__close:before {
  opacity: 1;
  height: 1px;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close:before {
    width: 0px;
    width: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:before {
    width: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close:before {
    width: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close:before {
    width: 0px;
  }
}
#js-popupImage__close:after {
  opacity: 1;
  width: 1px;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close:after {
    height: 0px;
    height: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:after {
    height: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close:after {
    height: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close:after {
    height: 0px;
  }
}
#js-popupImage__close:before, #js-popupImage__close:after {
  transition: all 0.3s ease-in-out 0.2s;
}
#js-popupImage__close:before {
  height: 1px;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close:before {
    width: 18px;
    width: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:before {
    width: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close:before {
    width: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close:before {
    width: 17px;
  }
}
#js-popupImage__close:after {
  width: 1px;
}
@media screen and (max-width: 768px) {
  #js-popupImage__close:after {
    height: 18px;
    height: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__close:after {
    height: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__close:after {
    height: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__close:after {
    height: 17px;
  }
}

#js-popupImage__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.6s ease;
}
#js-popupImage__overlay.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 100;
}

#js-popupImage__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: width 0.1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
}

#popupImage {
  max-width: none;
  width: 95%;
  height: auto;
  transition: width 0.1s ease;
  display: block;
  position: relative;
}

#js-popupImage__control {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #js-popupImage__control {
    bottom: 20px;
    bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__control {
    bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__control {
    bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__control {
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__control {
    width: 375px;
    width: calc(375 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__control {
    width: 375px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__control {
    width: calc(375 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__control {
    width: 375px;
  }
}

#js-popupImage__zoomIn,
#js-popupImage__zoomOut {
  border: solid 1px #006EFF;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    width: 166px;
    width: calc(166 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    width: 166px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    width: calc(166 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    width: 166px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    height: 46px;
    height: calc(46 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    height: 46px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    height: calc(46 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    border-radius: 23px;
    border-radius: calc(23 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    border-radius: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    border-radius: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn,
  #js-popupImage__zoomOut {
    border-radius: 23px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    width: 28px;
    width: calc(28 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    width: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    width: calc(28 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    height: 28px;
    height: calc(28 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    height: calc(28 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__zoomIn .icon,
  #js-popupImage__zoomOut .icon {
    height: 28px;
  }
}

#js-popupImage__reset {
  color: #006EFF;
  font-weight: 700; /* bold */
}
@media screen and (max-width: 768px) {
  #js-popupImage__reset {
    margin-left: 30px;
    margin-left: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__reset {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__reset {
    margin-left: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__reset {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__reset {
    margin-right: 30px;
    margin-right: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__reset {
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__reset {
    margin-right: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__reset {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__reset {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__reset {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__reset {
    margin-top: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__reset {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #js-popupImage__reset {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #js-popupImage__reset {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #js-popupImage__reset {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #js-popupImage__reset {
    font-size: 18px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  #header {
    height: 64px;
    height: calc(64 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #header {
    height: 96px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #header {
    height: calc(96 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #header {
    height: 96px;
  }
}

#header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #header-inner {
    padding-left: 12px;
    padding-left: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #header-inner {
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #header-inner {
    padding-left: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #header-inner {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #header-inner {
    padding-right: 10px;
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #header-inner {
    padding-right: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #header-inner {
    padding-right: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #header-inner {
    padding-right: 15px;
  }
}

#header-logo {
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  #header-logo {
    width: 251px;
    width: calc(251 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #header-logo {
    width: 324px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #header-logo {
    width: calc(324 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #header-logo {
    width: 324px;
  }
}
@media screen and (max-width: 768px) {
  #header-logo {
    height: 30px;
    height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #header-logo {
    height: 41px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #header-logo {
    height: calc(41 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #header-logo {
    height: 41px;
  }
}
#header-logo a, #header-logo img, #header-logo svg {
  width: 100%;
}
#header-logo path,
#header-logo line {
  transition: all 0.5s ease-in-out;
}
#header-logo.is-blue path {
  fill: #006EFF;
}
#header-logo.is-blue line {
  stroke: #006EFF;
}
@media screen and (min-width: 769px) {
  #header-logo {
    transition: all 0.5s ease-in-out;
  }
  #header-logo:hover path {
    fill: #006EFF;
  }
  #header-logo:hover line {
    stroke: #006EFF;
  }
  #header-logo:hover.is-blue path {
    fill: #fff;
  }
  #header-logo:hover.is-blue line {
    stroke: #fff;
  }
}

.burger-btn {
  background: #006EFF;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .burger-btn {
    width: 42px;
    width: calc(42 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn {
    width: 66px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn {
    width: calc(66 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn {
    width: 66px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn {
    height: 42px;
    height: calc(42 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn {
    height: 66px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn {
    height: calc(66 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn {
    height: 66px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn {
    padding-top: 13px;
    padding-top: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn {
    padding-top: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn {
    padding-top: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn {
    padding-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn {
    padding-bottom: 13px;
    padding-bottom: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn {
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn {
    padding-bottom: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn {
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn {
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .burger-btn {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn {
    margin-left: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .burger-btn:hover {
    scale: 1.15;
  }
}
.burger-btn:before, .burger-btn:after {
  content: "";
  position: absolute;
  background: #006EFF;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
  rotate: 45deg;
}
.burger-btn:before {
  opacity: 1;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .burger-btn:before {
    width: 0px;
    width: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn:before {
    width: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn:before {
    width: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn:before {
    width: 0px;
  }
}
.burger-btn:after {
  opacity: 1;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .burger-btn:after {
    height: 0px;
    height: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn:after {
    height: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn:after {
    height: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn:after {
    height: 0px;
  }
}
.burger-btn .burger-btn-line {
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out 0.2s;
}
@media screen and (max-width: 768px) {
  .burger-btn .burger-btn-line {
    width: 18px;
    width: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn .burger-btn-line {
    width: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn .burger-btn-line {
    width: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn .burger-btn-line {
    width: 17px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .burger-btn .burger-btn-line {
    height: 2px;
    height: calc(2 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn .burger-btn-line {
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn .burger-btn-line:nth-of-type(3) {
    width: 14px;
    width: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn .burger-btn-line:nth-of-type(3) {
    width: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn .burger-btn-line:nth-of-type(3) {
    width: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn .burger-btn-line:nth-of-type(3) {
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn .burger-btn-line:nth-of-type(3) {
    left: -2px;
    left: calc(-2 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn .burger-btn-line:nth-of-type(3) {
    left: -1.5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn .burger-btn-line:nth-of-type(3) {
    left: calc(-1.5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn .burger-btn-line:nth-of-type(3) {
    left: -1.5px;
  }
}
.burger-btn.is-open {
  background: #fff;
}
.burger-btn.is-open:before, .burger-btn.is-open:after {
  transition: all 0.3s ease-in-out 0.2s;
}
.burger-btn.is-open:before {
  height: 1px;
}
@media screen and (max-width: 768px) {
  .burger-btn.is-open:before {
    width: 18px;
    width: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn.is-open:before {
    width: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn.is-open:before {
    width: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn.is-open:before {
    width: 17px;
  }
}
.burger-btn.is-open:after {
  width: 1px;
}
@media screen and (max-width: 768px) {
  .burger-btn.is-open:after {
    height: 18px;
    height: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn.is-open:after {
    height: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn.is-open:after {
    height: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn.is-open:after {
    height: 17px;
  }
}
.burger-btn.is-open .burger-btn-line {
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
  width: 0;
}
.burger-btn.is-open .burger-btn-line:nth-of-type(1) {
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(1) {
    top: 16px;
    top: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(1) {
    top: 6px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(1) {
    top: calc(6 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(1) {
    top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(1) {
    left: 1px;
    left: calc(1 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(1) {
    left: 1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(1) {
    left: calc(1 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(1) {
    left: 1px;
  }
}
.burger-btn.is-open .burger-btn-line:nth-of-type(2) {
  width: 0;
}
.burger-btn.is-open .burger-btn-line:nth-of-type(3) {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(3) {
    top: -16px;
    top: calc(-16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(3) {
    top: -5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(3) {
    top: calc(-5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(3) {
    top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(3) {
    left: 1px;
    left: calc(1 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(3) {
    left: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(3) {
    left: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .burger-btn.is-open .burger-btn-line:nth-of-type(3) {
    left: 0px;
  }
}

#header-nav {
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  left: 0;
  background: #006EFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  #header-nav {
    top: 0px;
    top: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #header-nav {
    top: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #header-nav {
    top: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #header-nav {
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #header-nav {
    margin-right: 0px;
    margin-right: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #header-nav {
    margin-right: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #header-nav {
    margin-right: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #header-nav {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #header-nav {
    padding-top: 60px;
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #header-nav {
    padding-top: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #header-nav {
    padding-top: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #header-nav {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #header-nav {
    padding-bottom: 50px;
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #header-nav {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #header-nav {
    padding-bottom: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #header-nav {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 769px) {
  #header-nav {
    justify-content: center;
  }
}
#header-nav.is-open {
  pointer-events: auto;
  opacity: 1;
}

.header-nav__inner {
  display: flex;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header-nav__inner {
    padding-right: 30px;
    padding-right: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__inner {
    padding-right: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__inner {
    padding-right: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__inner {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__inner {
    padding-left: 30px;
    padding-left: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__inner {
    padding-left: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__inner {
    padding-left: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__inner {
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__inner {
    width: 375px;
    width: calc(375 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__inner {
    width: 715px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__inner {
    width: calc(715 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__inner {
    width: 715px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__inner {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__inner {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__inner {
    margin-bottom: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__inner {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__inner {
    margin-top: auto;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__inner {
    align-items: center;
    flex-wrap: wrap;
  }
}

.header-nav__logo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header-nav__logo {
    width: 177px;
    width: calc(177 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__logo {
    width: 177px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__logo {
    width: calc(177 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__logo {
    width: 177px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__logo {
    height: 142px;
    height: calc(142 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__logo {
    height: 142px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__logo {
    height: calc(142 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__logo {
    height: 142px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__logo {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__logo {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__logo {
    margin-bottom: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__logo {
    margin-bottom: 20px;
  }
}

.header-nav__item {
  font-weight: 700;
  color: #fff;
  transition: all 0.5s ease 0.3s;
  box-sizing: border-box;
  white-space: nowrap;
  border-bottom: solid 1px #539DFF;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-nav__item {
    width: 315px;
    width: calc(315 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__item {
    width: 330px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__item {
    width: calc(330 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__item {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__item {
    height: 58px;
    height: calc(58 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__item {
    height: 73px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__item {
    height: calc(73 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__item {
    height: 73px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__item {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__item {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__item {
    font-size: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__item {
    font-size: 24px;
  }
}
.header-nav__item:before {
  content: "";
  height: 2px;
  background: #fff;
  display: inline-block;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .header-nav__item:before {
    width: 20px;
    width: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__item:before {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__item:before {
    width: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__item:before {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__item:before {
    margin-right: 10px;
    margin-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__item:before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__item:before {
    margin-right: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__item:before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__item:nth-of-type(even) {
    margin-left: auto;
  }
  .header-nav__item:hover {
    color: #539DFF;
    transition: all 0.5s ease;
  }
  .header-nav__item:hover:before {
    background: #539DFF;
    transition: all 0.5s ease;
  }
}

.header-nav__btn {
  background-color: #36B100;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-nav__btn {
    width: 800px;
    width: calc(800 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__btn {
    width: 197px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__btn {
    width: calc(197 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__btn {
    width: 197px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__btn {
    height: 100px;
    height: calc(100 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__btn {
    height: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__btn {
    height: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__btn {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__btn {
    font-size: 32px;
    font-size: calc(32 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__btn {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__btn {
    font-size: calc(17 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__btn {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__btn {
    border-radius: 50px;
    border-radius: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__btn {
    border-radius: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__btn {
    border-radius: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__btn {
    border-radius: 25px;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__btn {
    margin-left: auto;
    transition: all 0.5s ease 0.3s;
  }
  .header-nav__btn:hover {
    background: hsl(102, 100%, 23%);
    scale: 1.1;
    transition: all 0.5s ease;
  }
}

.header-nav__entry {
  background: linear-gradient(#36b100 0%, #1b5900 100%);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .header-nav__entry {
    width: 315px;
    width: calc(315 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__entry {
    width: 715px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__entry {
    width: calc(715 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__entry {
    width: 715px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__entry {
    height: 90px;
    height: calc(90 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__entry {
    height: 115px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__entry {
    height: calc(115 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__entry {
    height: 115px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__entry {
    border-radius: 10px;
    border-radius: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__entry {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__entry {
    border-radius: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__entry {
    border-radius: 10px;
  }
}
.header-nav__entry .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .header-nav__entry .en {
    font-size: 36px;
    font-size: calc(36 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__entry .en {
    font-size: 62px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__entry .en {
    font-size: calc(62 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__entry .en {
    font-size: 62px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__entry .en {
    line-height: 36px;
    line-height: calc(36 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__entry .en {
    line-height: 62px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__entry .en {
    line-height: calc(62 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__entry .en {
    line-height: 62px;
  }
}
.header-nav__entry .ja {
  font-weight: 700; /* bold */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .header-nav__entry .ja {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__entry .ja {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__entry .ja {
    font-size: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__entry .ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav__entry .ja {
    line-height: 14px;
    line-height: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .header-nav__entry .ja {
    line-height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .header-nav__entry .ja {
    line-height: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .header-nav__entry .ja {
    line-height: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header-nav__entry:hover {
    filter: brightness(1.15);
    scale: 1.05;
    box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
  }
}

#links {
  display: flex;
  flex-wrap: wrap;
}

.links-item {
  width: 50%;
  background: linear-gradient(to right, #006eff 0%, #0052bf 100%);
  box-sizing: border-box;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #fff;
  position: relative;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .links-item {
    height: 140px;
    height: calc(140 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item {
    height: 270px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item {
    height: calc(270 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item {
    height: 270px;
  }
}
.links-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #074ca7 0%, #002960 100%);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease 0.3s;
}
.links-item .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.links-item .icon {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .links-item .icon {
    width: 30px;
    width: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .icon {
    width: 51px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .icon {
    width: calc(51 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .icon {
    width: 51px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .icon {
    height: 30px;
    height: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .icon {
    height: 51px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .icon {
    height: calc(51 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .icon {
    height: 51px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .icon {
    top: 13px;
    top: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .icon {
    top: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .icon {
    top: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .icon {
    top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .icon {
    left: 10px;
    left: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .icon {
    left: 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .icon {
    left: calc(23 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .icon {
    left: 23px;
  }
}
.links-item .icon,
.links-item .ja,
.links-item .en,
.links-item .more {
  transition: all 0.5s ease 0.3s;
}
.links-item .ja {
  font-weight: 700; /* bold */
}
@media screen and (max-width: 768px) {
  .links-item .ja {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .ja {
    font-size: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .ja {
    font-size: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .ja {
    margin-bottom: 3px;
    margin-bottom: calc(3 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .ja {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .ja {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .ja {
    margin-bottom: 10px;
  }
}
.links-item .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .links-item .en {
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .en {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .en {
    font-size: calc(27 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .en {
    font-size: 27px;
  }
}
.links-item .wrap {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .links-item .wrap {
    right: 8px;
    right: calc(8 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .wrap {
    right: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .wrap {
    right: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .wrap {
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .wrap {
    bottom: 18px;
    bottom: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .wrap {
    bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .wrap {
    bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .wrap {
    bottom: 30px;
  }
}
.links-item .more {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .links-item .more {
    width: 83px;
    width: calc(83 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .more {
    width: 149px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .more {
    width: calc(149 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .more {
    width: 149px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .more {
    height: 11px;
    height: calc(11 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .more {
    height: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .more {
    height: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .more {
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .more {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .more {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .more {
    font-size: calc(21 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .more {
    font-size: 21px;
  }
}
.links-item .more .arrow {
  overflow: hidden;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .links-item .more .arrow {
    width: 70px;
    width: calc(70 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .more .arrow {
    width: 102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .more .arrow {
    width: calc(102 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .more .arrow {
    width: 102px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .more .arrow {
    height: 7px;
    height: calc(7 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .more .arrow {
    height: 11px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .more .arrow {
    height: calc(11 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .more .arrow {
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .more .arrow {
    margin-left: 5px;
    margin-left: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .more .arrow {
    margin-left: 7px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .more .arrow {
    margin-left: calc(7 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .more .arrow {
    margin-left: 7px;
  }
}
.links-item .more .arrow:after {
  content: "";
  display: block;
  animation: arrow 2s infinite;
  background-image: url(../../assets/images/recruit2024/icon-arrow-right-2.svg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .links-item .more .arrow:after {
    width: 70px;
    width: calc(70 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .more .arrow:after {
    width: 102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .more .arrow:after {
    width: calc(102 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .more .arrow:after {
    width: 102px;
  }
}
@media screen and (max-width: 768px) {
  .links-item .more .arrow:after {
    height: 7px;
    height: calc(7 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .links-item .more .arrow:after {
    height: 11px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .links-item .more .arrow:after {
    height: calc(11 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .links-item .more .arrow:after {
    height: 11px;
  }
}
@media screen and (min-width: 769px) {
  .links-item:hover {
    transition: all 0.5s ease;
  }
  .links-item:hover:before {
    opacity: 1;
    transition: all 0.5s ease;
  }
}

@keyframes arrow {
  0% {
    transform: translateX(-100%);
  }
  60%, 100% {
    transform: translateX(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#links-entry {
  width: 100%;
  background: linear-gradient(#36b100 0%, #1b5900 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #links-entry {
    height: 297px;
    height: calc(297 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry {
    height: 436px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry {
    height: calc(436 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry {
    height: 436px;
  }
}
@media screen and (max-width: 768px) {
  #links-entry {
    padding-bottom: 20px;
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry {
    padding-bottom: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry {
    padding-bottom: 30px;
  }
}
#links-entry .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #links-entry .en {
    font-size: 113px;
    font-size: calc(113 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .en {
    font-size: 192px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .en {
    font-size: calc(192 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .en {
    font-size: 192px;
  }
}
@media screen and (max-width: 768px) {
  #links-entry .en {
    line-height: 113px;
    line-height: calc(113 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .en {
    line-height: 192px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .en {
    line-height: calc(192 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .en {
    line-height: 192px;
  }
}
@media screen and (max-width: 768px) {
  #links-entry .en {
    margin-bottom: 20px;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .en {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .en {
    margin-bottom: calc(36 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .en {
    margin-bottom: 36px;
  }
}
#links-entry .btn {
  color: #fff;
  font-weight: 700; /* bold */
  letter-spacing: 0.03em;
  box-sizing: border-box;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  #links-entry .btn {
    width: 300px;
    width: calc(300 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .btn {
    width: 450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .btn {
    width: calc(450 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .btn {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  #links-entry .btn {
    height: 77px;
    height: calc(77 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .btn {
    height: 77px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .btn {
    height: calc(77 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .btn {
    height: 77px;
  }
}
@media screen and (max-width: 768px) {
  #links-entry .btn {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .btn {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .btn {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .btn {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  #links-entry .btn {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .btn {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .btn {
    font-size: 18px;
  }
}
#links-entry .btn:after {
  content: "";
  background-image: url(../../assets/images/recruit2024/icon-arrow-right-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  #links-entry .btn:after {
    width: 8px;
    width: calc(8 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .btn:after {
    width: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .btn:after {
    width: calc(8 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .btn:after {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  #links-entry .btn:after {
    height: 12px;
    height: calc(12 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .btn:after {
    height: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .btn:after {
    height: calc(12 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .btn:after {
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  #links-entry .btn:after {
    right: 20px;
    right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #links-entry .btn:after {
    right: 31px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #links-entry .btn:after {
    right: calc(31 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #links-entry .btn:after {
    right: 31px;
  }
}
@media screen and (min-width: 769px) {
  #links-entry .btn:hover {
    background: rgba(255, 255, 255, 0.1);
    scale: 1.05;
    transition: all 0.5s ease;
  }
}

#footer {
  box-sizing: border-box;
  background: #006EFF;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 70px;
    padding-top: calc(70 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #footer {
    padding-top: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #footer {
    padding-top: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #footer {
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 30px;
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #footer {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #footer {
    padding-bottom: calc(70 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #footer {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #footer {
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #footer {
    padding-left: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #footer {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #footer {
    padding-right: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #footer {
    padding-right: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #footer {
    padding-right: 40px;
  }
}

#footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: flex;
}
@media screen and (min-width: 769px) {
  #footer-inner {
    width: 1380px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #footer-inner {
    width: calc(1380 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #footer-inner {
    width: 1380px;
  }
}
@media screen and (max-width: 768px) {
  #footer-inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #footer-inner .gr-1 {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-logo {
  display: block;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    width: 140px;
    width: calc(140 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-logo {
    width: 177px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-logo {
    width: calc(177 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-logo {
    width: 177px;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    height: 112px;
    height: calc(112 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-logo {
    height: 142px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-logo {
    height: calc(142 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-logo {
    height: 142px;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 60px;
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-logo {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-logo {
    margin-bottom: calc(24 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-logo {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .footer-logo:hover {
    transition: all 0.5s ease;
    opacity: 0.4;
  }
}

.footer-links {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-links {
    margin-bottom: 25px;
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-links {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-links {
    margin-bottom: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-links {
    margin-bottom: 25px;
  }
}

.footer-links__item {
  color: #fff;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-links__item {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-links__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-links__item {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-links__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-links__item:not(:last-of-type) {
    margin-bottom: 5px;
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-links__item:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-links__item:not(:last-of-type) {
    margin-bottom: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-links__item:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.footer-links__item:before {
  content: "";
  display: inline-block;
  background-image: url(../../assets/images/recruit2024/icon-external-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-links__item:before {
    width: 13px;
    width: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-links__item:before {
    width: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-links__item:before {
    width: calc(13 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-links__item:before {
    width: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer-links__item:before {
    height: 13px;
    height: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-links__item:before {
    height: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-links__item:before {
    height: calc(13 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-links__item:before {
    height: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer-links__item:before {
    margin-right: 5px;
    margin-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-links__item:before {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-links__item:before {
    margin-right: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-links__item:before {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .footer-links__item:hover {
    color: #539DFF;
    transition: all 0.5s ease;
  }
  .footer-links__item:hover:before {
    opacity: 0.4;
    transition: all 0.5s ease;
  }
}

.copyright {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 18px;
    font-size: calc(18 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .copyright {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .copyright {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .copyright {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #footer-nav {
    margin-bottom: 60px;
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #footer-nav {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #footer-nav {
    margin-bottom: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #footer-nav {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) {
  #footer-nav {
    display: flex;
    margin-left: auto;
  }
}

.footer-nav__gr-1 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer-nav__gr-1 {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__gr-1 {
    width: 357px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__gr-1 {
    width: calc(357 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__gr-1 {
    width: 357px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__gr-1 {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__gr-1 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__gr-1 {
    margin-bottom: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__gr-1 {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__gr-1 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__gr-1 {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__gr-1 .footer-nav__item:nth-of-type(odd) {
    width: 48%;
  }
  .footer-nav__gr-1 .footer-nav__item:nth-of-type(even) {
    width: 52%;
  }
}

.footer-nav__gr-2 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .footer-nav__gr-2 {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__gr-2 {
    width: 367px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__gr-2 {
    width: calc(367 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__gr-2 {
    width: 367px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__gr-2 .footer-nav__item {
    width: 100%;
  }
}

.footer-nav__item {
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-nav__item {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item {
    margin-bottom: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item:not(:last-of-type) {
    margin-bottom: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.footer-nav__item:before {
  content: "";
  height: 2px;
  background: #fff;
  display: inline-block;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-nav__item:before {
    width: 14px;
    width: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item:before {
    width: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item:before {
    width: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item:before {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item:before {
    margin-right: 6px;
    margin-right: calc(6 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item:before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item:before {
    margin-right: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item:before {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item:before {
    position: relative;
    top: 1px;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item:hover {
    color: #539DFF;
    transition: all 0.5s ease;
  }
  .footer-nav__item:hover:before {
    background: #539DFF;
    transition: all 0.5s ease;
  }
}

.footer-nav__item-child {
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-nav__item-child {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item-child {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item-child {
    margin-bottom: 10px;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item-child {
    margin-bottom: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item-child {
    margin-left: 25px;
    margin-left: calc(25 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child {
    margin-left: 33px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item-child {
    margin-left: calc(33 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item-child {
    margin-left: 33px;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item-child:not(:last-of-type) {
    margin-bottom: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item-child:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.footer-nav__item-child:before {
  content: "";
  box-sizing: border-box;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: relative;
  display: inline-block;
  transition: all 0.5s ease 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-nav__item-child:before {
    width: 8px;
    width: calc(8 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child:before {
    width: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item-child:before {
    width: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item-child:before {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item-child:before {
    height: 8px;
    height: calc(8 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child:before {
    height: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item-child:before {
    height: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item-child:before {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item-child:before {
    top: -2px;
    top: calc(-2 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child:before {
    top: -3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item-child:before {
    top: calc(-3 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item-child:before {
    top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item-child:before {
    margin-right: 5px;
    margin-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child:before {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item-child:before {
    margin-right: calc(5 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item-child:before {
    margin-right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child:hover {
    color: #539DFF;
    transition: all 0.5s ease;
  }
  .footer-nav__item-child:hover:before {
    border-left-color: #539DFF;
    border-bottom-color: #539DFF;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__item-child + .footer-nav__item {
    margin-top: 40px;
    margin-top: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .footer-nav__item-child + .footer-nav__item {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .footer-nav__item-child + .footer-nav__item {
    margin-top: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .footer-nav__item-child + .footer-nav__item {
    margin-top: 40px;
  }
}

#form {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  #form {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #form {
    width: 700px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #form {
    width: calc(700 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #form {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .form-item {
    margin-bottom: 25px;
    margin-bottom: calc(25 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item {
    margin-bottom: calc(35 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .form-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.form-item label {
  font-weight: 700; /* bold */
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .form-item label {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label {
    width: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label {
    width: calc(240 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label {
    padding-right: 0px;
    padding-right: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label {
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label {
    padding-right: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label {
    margin-bottom: 13px;
    margin-bottom: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label {
    margin-bottom: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label {
    margin-bottom: 0px;
  }
}
.form-item label.optional:after {
  content: "任意";
  letter-spacing: 0.04em;
  color: #fff;
  background: #C6C6C6;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-item label.optional:after {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.optional:after {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.optional:after {
    font-size: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.optional:after {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.optional:after {
    width: 40px;
    width: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.optional:after {
    width: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.optional:after {
    width: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.optional:after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.optional:after {
    height: 20px;
    height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.optional:after {
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.optional:after {
    height: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.optional:after {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.optional:after {
    margin-left: 15px;
    margin-left: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.optional:after {
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.optional:after {
    margin-left: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.optional:after {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.optional:after {
    top: 1px;
    top: calc(1 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.optional:after {
    top: 1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.optional:after {
    top: calc(1 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.optional:after {
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.optional:after {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.optional:after {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.optional:after {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.optional:after {
    border-radius: 4px;
  }
}
.form-item label.required:after {
  content: "必須";
  letter-spacing: 0.03em;
  color: #fff;
  background: #FA020F;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-item label.required:after {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.required:after {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.required:after {
    font-size: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.required:after {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.required:after {
    width: 40px;
    width: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.required:after {
    width: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.required:after {
    width: calc(40 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.required:after {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.required:after {
    height: 20px;
    height: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.required:after {
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.required:after {
    height: calc(20 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.required:after {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.required:after {
    margin-left: 15px;
    margin-left: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.required:after {
    margin-left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.required:after {
    margin-left: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.required:after {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.required:after {
    top: 1px;
    top: calc(1 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.required:after {
    top: 1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.required:after {
    top: calc(1 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.required:after {
    top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .form-item label.required:after {
    border-radius: 4px;
    border-radius: calc(4 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item label.required:after {
    border-radius: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item label.required:after {
    border-radius: calc(4 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item label.required:after {
    border-radius: 4px;
  }
}
.form-item input, .form-item textarea {
  background: #fff;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .form-item input, .form-item textarea {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item input, .form-item textarea {
    width: 425px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item input, .form-item textarea {
    width: calc(425 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item input, .form-item textarea {
    width: 425px;
  }
}
@media screen and (max-width: 768px) {
  .form-item input, .form-item textarea {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item input, .form-item textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item input, .form-item textarea {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item input, .form-item textarea {
    font-size: 16px;
  }
}
.form-item input::placeholder, .form-item textarea::placeholder {
  color: #C6C6C6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .form-item input::placeholder, .form-item textarea::placeholder {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item input::placeholder, .form-item textarea::placeholder {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item input::placeholder, .form-item textarea::placeholder {
    font-size: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item input::placeholder, .form-item textarea::placeholder {
    font-size: 14px;
  }
}
.form-item input {
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .form-item input {
    height: 50px;
    height: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item input {
    height: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item input {
    height: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item input {
    height: 50px;
  }
}
.form-item textarea {
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .form-item textarea {
    height: 120px;
    height: calc(120 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item textarea {
    height: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item textarea {
    height: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item textarea {
    height: 150px;
  }
}
.form-item .placeholder {
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.04em;
  color: #C6C6C6;
  font-weight: 500; /* medium */
  display: block;
}
@media screen and (max-width: 768px) {
  .form-item .placeholder {
    margin-top: 7px;
    margin-top: calc(7 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item .placeholder {
    margin-top: 7px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item .placeholder {
    margin-top: calc(7 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item .placeholder {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .form-item .placeholder {
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item .placeholder {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item .placeholder {
    font-size: calc(14 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item .placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .form-item .placeholder {
    padding-left: 0px;
    padding-left: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .form-item .placeholder {
    padding-left: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .form-item .placeholder {
    padding-left: calc(240 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .form-item .placeholder {
    padding-left: 240px;
  }
}

input.error, textarea.error {
  background-color: #fdd !important;
  box-shadow: 500px 500px 100px #fdd inset;
}
input.error#privacy + label:before, textarea.error#privacy + label:before {
  background-color: #fdd;
}
input.error[type=radio] + label:before, textarea.error[type=radio] + label:before {
  background-color: #fdd;
}

.check {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  border-top: solid 1px #DBDBDB;
}
@media screen and (max-width: 768px) {
  .check {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .check {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .check {
    font-size: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .check {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .check {
    margin-top: 20px;
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .check {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .check {
    margin-top: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .check {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .check {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .check {
    margin-bottom: 84px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .check {
    margin-bottom: calc(84 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .check {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 768px) {
  .check {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .check {
    padding-top: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .check {
    padding-top: calc(35 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .check {
    padding-top: 35px;
  }
}
.check label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.check label:before {
  content: "";
  border: solid 1px #C6C6C6;
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .check label:before {
    width: 15px;
    width: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .check label:before {
    width: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .check label:before {
    width: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .check label:before {
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  .check label:before {
    height: 15px;
    height: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .check label:before {
    height: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  .check label:before {
    height: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  .check label:before {
    height: 15px;
  }
}
.check input:checked + label:before {
  background-image: url(../images/icon-check.svg);
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.check a {
  color: #FF520B;
}
@media screen and (min-width: 769px) {
  .check a {
    transition: all 0.3s ease;
  }
  .check a:hover {
    opacity: 0.7;
  }
}

#submit, #confirm {
  background: #FF520B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700; /* bold */
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  #submit, #confirm {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #submit, #confirm {
    width: 360px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #submit, #confirm {
    width: calc(360 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #submit, #confirm {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #submit, #confirm {
    height: 50px;
    height: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #submit, #confirm {
    height: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #submit, #confirm {
    height: calc(60 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #submit, #confirm {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #submit, #confirm {
    border-radius: 30px;
    border-radius: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #submit, #confirm {
    border-radius: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #submit, #confirm {
    border-radius: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #submit, #confirm {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #submit, #confirm {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #submit, #confirm {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #submit, #confirm {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #submit, #confirm {
    font-size: 16px;
  }
}
#submit:after, #confirm:after {
  content: "";
  background-image: url(../images/icon-arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #submit:after, #confirm:after {
    width: 7px;
    width: calc(7 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #submit:after, #confirm:after {
    width: 7px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #submit:after, #confirm:after {
    width: calc(7 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #submit:after, #confirm:after {
    width: 7px;
  }
}
@media screen and (max-width: 768px) {
  #submit:after, #confirm:after {
    height: 13px;
    height: calc(13 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #submit:after, #confirm:after {
    height: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #submit:after, #confirm:after {
    height: calc(13 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #submit:after, #confirm:after {
    height: 13px;
  }
}
@media screen and (max-width: 768px) {
  #submit:after, #confirm:after {
    right: 20px;
    right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #submit:after, #confirm:after {
    right: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #submit:after, #confirm:after {
    right: calc(22 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #submit:after, #confirm:after {
    right: 22px;
  }
}
@media screen and (min-width: 769px) {
  #submit, #confirm {
    transition: background 0.3s ease-in-out;
  }
  #submit:hover, #confirm:hover {
    background: #d83d00;
  }
}

#back,
#back-to-top {
  background: #C6C6C6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700; /* bold */
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #back,
  #back-to-top {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #back,
  #back-to-top {
    width: 360px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #back,
  #back-to-top {
    width: calc(360 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #back,
  #back-to-top {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  #back,
  #back-to-top {
    height: 50px;
    height: calc(50 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #back,
  #back-to-top {
    height: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #back,
  #back-to-top {
    height: calc(60 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #back,
  #back-to-top {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #back,
  #back-to-top {
    border-radius: 30px;
    border-radius: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #back,
  #back-to-top {
    border-radius: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #back,
  #back-to-top {
    border-radius: calc(30 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #back,
  #back-to-top {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  #back,
  #back-to-top {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #back,
  #back-to-top {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #back,
  #back-to-top {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #back,
  #back-to-top {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #back,
  #back-to-top {
    margin-right: 0px;
    margin-right: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #back,
  #back-to-top {
    margin-right: 33px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #back,
  #back-to-top {
    margin-right: calc(33 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #back,
  #back-to-top {
    margin-right: 33px;
  }
}
#back:after,
#back-to-top:after {
  content: "";
  background-image: url(../images/icon-arrow-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180deg;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  #back:after,
  #back-to-top:after {
    width: 7px;
    width: calc(7 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #back:after,
  #back-to-top:after {
    width: 7px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #back:after,
  #back-to-top:after {
    width: calc(7 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #back:after,
  #back-to-top:after {
    width: 7px;
  }
}
@media screen and (max-width: 768px) {
  #back:after,
  #back-to-top:after {
    height: 11px;
    height: calc(11 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #back:after,
  #back-to-top:after {
    height: 11px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #back:after,
  #back-to-top:after {
    height: calc(11 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #back:after,
  #back-to-top:after {
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  #back:after,
  #back-to-top:after {
    left: 10px;
    left: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #back:after,
  #back-to-top:after {
    left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #back:after,
  #back-to-top:after {
    left: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #back:after,
  #back-to-top:after {
    left: 15px;
  }
}
@media screen and (min-width: 769px) {
  #back,
  #back-to-top {
    transition: all 0.3s ease-in-out;
  }
  #back:after,
  #back-to-top:after {
    transition: all 0.3s ease-in-out;
  }
}

#confirm {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #submit {
    margin-left: 0px;
    margin-left: calc(0 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #submit {
    margin-left: 33px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #submit {
    margin-left: calc(33 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #submit {
    margin-left: 33px;
  }
}
@media screen and (max-width: 768px) {
  #submit {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #submit {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #submit {
    margin-bottom: calc(0 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #submit {
    margin-bottom: 0px;
  }
}

.phase-confirm {
  display: none;
}

#confirm-msg {
  display: none;
}

body.confirm #intro-msg {
  display: none;
}
body.confirm #confirm {
  display: none;
}
body.confirm #confirm-msg {
  display: block;
}
body.confirm label.optional::after, body.confirm label.required::after {
  display: none;
}
body.confirm label[for=privacy] {
  display: none;
}
body.confirm #form {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.confirm #form {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm #form {
    width: 800px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm #form {
    width: calc(800 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm #form {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  body.confirm #form {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm #form {
    padding-top: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm #form {
    padding-top: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm #form {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  body.confirm #form {
    padding-left: 30px;
    padding-left: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm #form {
    padding-left: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm #form {
    padding-left: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm #form {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  body.confirm #form {
    padding-right: 30px;
    padding-right: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm #form {
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm #form {
    padding-right: calc(50 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm #form {
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  body.confirm #form {
    border-radius: 10px;
    border-radius: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm #form {
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm #form {
    border-radius: calc(10 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm #form {
    border-radius: 10px;
  }
}
body.confirm .form-item label {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  body.confirm .form-item label {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm .form-item label {
    width: 220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm .form-item label {
    width: calc(220 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm .form-item label {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  body.confirm input, body.confirm textarea {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm input, body.confirm textarea {
    width: 400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm input, body.confirm textarea {
    width: calc(400 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm input, body.confirm textarea {
    width: 400px;
  }
}
body.confirm input::placeholder, body.confirm textarea::placeholder {
  color: transparent;
}
body.confirm input,
body.confirm textarea {
  pointer-events: none;
  background: transparent;
  color: #000;
}
@media screen and (max-width: 768px) {
  body.confirm input,
  body.confirm textarea {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm input,
  body.confirm textarea {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm input,
  body.confirm textarea {
    font-size: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm input,
  body.confirm textarea {
    font-size: 15px;
  }
}
body.confirm input[name=yourage],
body.confirm textarea[name=yourage] {
  width: 1.2em;
}
body.confirm input[type=radio] + label,
body.confirm textarea[type=radio] + label {
  display: none;
}
body.confirm input[type=radio]:checked + label,
body.confirm textarea[type=radio]:checked + label {
  padding-left: 0;
  display: block;
}
body.confirm input[type=radio]:checked + label:before, body.confirm input[type=radio]:checked + label:after,
body.confirm textarea[type=radio]:checked + label:before,
body.confirm textarea[type=radio]:checked + label:after {
  display: none;
}
body.confirm input:-webkit-autofill,
body.confirm textarea:-webkit-autofill {
  background: transparent;
}
body.confirm .placeholder {
  display: none;
}
body.confirm textarea {
  height: auto !important;
}
body.confirm .phase-confirm {
  display: flex;
}
@media screen and (max-width: 768px) {
  body.confirm .phase-confirm {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  body.confirm .phase-confirm {
    justify-content: center;
  }
}
body.confirm .motivation {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.confirm .motivation {
    width: 315px;
    width: calc(315 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm .motivation {
    width: 766px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm .motivation {
    width: calc(766 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm .motivation {
    width: 766px;
  }
}
@media screen and (min-width: 769px) {
  body.confirm .motivation {
    display: flex;
  }
}
body.confirm .motivation .optional, body.confirm .motivation .desc {
  display: none;
}
body.confirm .motivation .ttl {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body.confirm .motivation .ttl {
    width: 315px;
    width: calc(315 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm .motivation .ttl {
    width: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm .motivation .ttl {
    width: calc(200 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm .motivation .ttl {
    width: 200px;
  }
}
body.confirm .motivation .motivation-txtarea {
  background: transparent;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.confirm .motivation .motivation-txtarea {
    width: 315px;
    width: calc(315 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm .motivation .motivation-txtarea {
    width: 566px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm .motivation .motivation-txtarea {
    width: calc(566 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm .motivation .motivation-txtarea {
    width: 566px;
  }
}
@media screen and (max-width: 768px) {
  body.confirm .motivation .motivation-txtarea {
    height: 150px;
    height: calc(150 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  body.confirm .motivation .motivation-txtarea {
    height: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  body.confirm .motivation .motivation-txtarea {
    height: calc(150 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  body.confirm .motivation .motivation-txtarea {
    height: 150px;
  }
}
body.confirm .privacy {
  display: none;
}
body.confirm .check {
  border-top: none;
  padding-top: 0;
}
body.complete .l-subpage-kv, body.complete #intro {
  display: none;
}
body.complete #confirm {
  display: none;
}
body.complete #confirm-msg {
  display: none;
}
body.complete #formsection {
  display: none;
}
body.complete #complete-msg {
  display: block;
}

/* ----------------------------------------------------------

thanks

---------------------------------------------------------- */
#thanks-comment {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #thanks-comment {
    width: 335px;
    width: calc(335 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment {
    width: 660px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment {
    width: calc(660 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment {
    width: 660px;
  }
}
@media screen and (max-width: 768px) {
  #thanks-comment {
    padding-top: 30px;
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment {
    padding-top: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment {
    padding-top: calc(25 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #thanks-comment {
    padding-left: 20px;
    padding-left: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment {
    padding-left: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment {
    padding-left: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #thanks-comment {
    padding-right: 20px;
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment {
    padding-right: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment {
    padding-right: calc(15 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #thanks-comment {
    padding-bottom: 1px;
    padding-bottom: calc(1 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment {
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment {
    padding-bottom: calc(1 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  #thanks-comment {
    margin-bottom: 40px;
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment {
    margin-bottom: calc(60 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment {
    margin-bottom: 60px;
  }
}
#thanks-comment .head {
  font-weight: 700; /* bold */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #thanks-comment .head {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment .head {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment .head {
    font-size: calc(18 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment .head {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #thanks-comment .head {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment .head {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment .head {
    margin-bottom: calc(35 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment .head {
    margin-bottom: 35px;
  }
}
#thanks-comment .body {
  font-weight: 500; /* medium */
}
@media screen and (max-width: 768px) {
  #thanks-comment .body {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment .body {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment .body {
    font-size: calc(16 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment .body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #thanks-comment .body {
    line-height: 36px;
    line-height: calc(36 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment .body {
    line-height: 36px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment .body {
    line-height: calc(36 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment .body {
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #thanks-comment .body {
    margin-bottom: 30px;
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  #thanks-comment .body {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1520px) {
  #thanks-comment .body {
    margin-bottom: calc(35 / 1520 * 100vw);
  }
}
@media screen and (min-width: 1520px) {
  #thanks-comment .body {
    margin-bottom: 35px;
  }
}

#back-to-top {
  margin-left: auto;
  margin-right: auto !important;
}

@media screen and (max-width: 768px) {
  body.is-login {
    padding-top: 46px;
  }
}
@media screen and (min-width: 769px) {
  body.is-login {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  body.is-login #header {
    top: 46px;
  }
}
@media screen and (min-width: 769px) {
  body.is-login #header {
    top: 32px;
  }
}
@media screen and (max-width: 768px) {
  body.is-login #header-nav {
    top: 46px;
  }
}
@media screen and (min-width: 769px) {
  body.is-login #header-nav {
    top: 32px;
  }
}
