@font-face {
  font-family: "NotoSans";
  src: url("/font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSans";
  src: url("/font/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "NotoSans";
  src: url("/font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "NotoSans";
  src: url("/font/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "NotoSans";
  src: url("/font/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "AlbertSans";
  src: url("/font/AlbertSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "AlbertSans";
  src: url("/font/AlbertSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "AlbertSans";
  src: url("/font/AlbertSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "AlbertSans";
  src: url("/font/AlbertSans-Black.ttf") format("truetype");
  font-weight: 900;
}
button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

body {
  background-color: #6F8CCB;
}

.newRecruitWrap {
  font-family: "NotoSans", sans-serif;
}
.newRecruitWrap main {
  width: 100%;
  overflow-x: hidden;
}

.newRecruitContents {
  margin: 0 auto;
  width: 832px;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  padding-top: 68px;
}
@media (max-width: 767px) {
  .newRecruitContents {
    width: 100%;
    padding: 9vw 6vw 0;
    box-sizing: border-box;
    font-size: 4vw;
  }
}

section.sectionLv2 + .sectionLv2 {
  margin-top: 68px;
}
@media (max-width: 767px) {
  section.sectionLv2 + .sectionLv2 {
    margin-top: 13.8vw;
  }
}
section.sectionLv3 + .sectionLv3 {
  margin-top: 36px;
}
@media (max-width: 767px) {
  section.sectionLv3 + .sectionLv3 {
    margin-top: 7.4vw;
  }
}
section.sectionLv4 + .sectionLv4 {
  margin-top: 36px;
}
@media (max-width: 767px) {
  section.sectionLv4 + .sectionLv4 {
    margin-top: 7.4vw;
  }
}

picture img {
  max-width: 100%;
  height: auto;
}

p {
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}

img.br60,
picture.br60 {
  border-radius: 0 0 0 60px;
}
@media (max-width: 767px) {
  img.br60,
  picture.br60 {
    border-radius: 0 0 0 9.5vw;
  }
}
img.br36,
picture.br36 {
  border-radius: 0 0 0 36px;
}
@media (max-width: 767px) {
  img.br36,
  picture.br36 {
    border-radius: 0 0 0 6.3vw;
  }
}

picture.br60, picture.br36 {
  display: block;
  overflow: hidden;
}

.horizontalLayout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .horizontalLayout {
    margin: 0 -2.6vw;
  }
}
.horizontalLayout .boxInside {
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .horizontalLayout .boxInside {
    padding: 0 2.6vw;
  }
}
.horizontalLayout.split3 .boxInside {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .horizontalLayout.split3 .boxInside {
    width: 50%;
  }
}
.horizontalLayout.split3 .boxInside:nth-child(n+4) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .horizontalLayout.split3 .boxInside:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .horizontalLayout.split3 .boxInside:nth-child(n+3) {
    margin-top: 5.3vw;
  }
}
.horizontalLayout.split2 .boxInside {
  width: 50%;
}
.horizontalLayout.split2 .boxInside:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .horizontalLayout.split2 .boxInside:nth-child(n+3) {
    margin-top: 5.3vw;
  }
}
@media (max-width: 767px) {
  .horizontalLayout.split2 .boxInside.spWidthFull {
    width: 100%;
  }
}
.horizontalLayout.pcFlexCenter {
  justify-content: center;
}
@media (max-width: 767px) {
  .horizontalLayout.pcFlexCenter {
    justify-content: flex-start;
  }
}

.tetAndImgLayout {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .tetAndImgLayout {
    display: block;
    margin: 0;
  }
}
.tetAndImgLayout .txtBox,
.tetAndImgLayout .imgBox {
  padding: 0 10px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .tetAndImgLayout .txtBox,
  .tetAndImgLayout .imgBox {
    padding: 0;
  }
}
.tetAndImgLayout.imgSmall .txtBox {
  width: 66.6667%;
}
@media (max-width: 767px) {
  .tetAndImgLayout.imgSmall .txtBox {
    width: 100%;
    padding-bottom: 8vw;
  }
}
.tetAndImgLayout.imgSmall .imgBox {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .tetAndImgLayout.imgSmall .imgBox {
    width: 100%;
  }
}
.tetAndImgLayout.imgBig .txtBox {
  width: 44%;
}
@media (max-width: 767px) {
  .tetAndImgLayout.imgBig .txtBox {
    width: 100%;
    padding-bottom: 8vw;
  }
}
.tetAndImgLayout.imgBig .imgBox {
  width: 56%;
}
@media (max-width: 767px) {
  .tetAndImgLayout.imgBig .imgBox {
    width: 100%;
  }
}
.tetAndImgLayout.imgMiddle .txtBox {
  width: 60%;
}
@media (max-width: 767px) {
  .tetAndImgLayout.imgMiddle .txtBox {
    width: 100%;
    padding-bottom: 8vw;
  }
}
.tetAndImgLayout.imgMiddle .imgBox {
  width: 40%;
}
@media (max-width: 767px) {
  .tetAndImgLayout.imgMiddle .imgBox {
    width: 100%;
  }
}

.fullContImg + .fullContImg, .fullContImg + .horizontalLayout {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .fullContImg + .fullContImg, .fullContImg + .horizontalLayout {
    margin-top: 4.2vw;
  }
}

p + .fullContImg, p + .horizontalLayout {
  margin-top: 28px;
}
@media (max-width: 767px) {
  p + .fullContImg, p + .horizontalLayout {
    margin-top: 4.2vw;
  }
}
p + p {
  margin-top: 20px;
}
@media (max-width: 767px) {
  p + p {
    margin-top: 4vw;
  }
}

table.commonTable {
  width: 100%;
  font-size: 18px;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  table.commonTable {
    font-size: 3.2vw;
  }
}
table.commonTable tbody tr {
  border-top: solid 1px #fff;
}
table.commonTable tbody tr:last-child {
  border-bottom: solid 1px #fff;
}
table.commonTable tbody tr th {
  width: 25%;
  padding: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  table.commonTable tbody tr th {
    width: 27%;
    padding: 5vw 5vw 5vw 0;
  }
}
table.commonTable tbody tr td {
  width: 75%;
  padding: 20px 20px 20px 0;
}
@media (max-width: 767px) {
  table.commonTable tbody tr td {
    width: 73%;
    padding: 5vw 0;
  }
}

.pcBlock {
  display: none;
}
@media (min-width: 768px) {
  .pcBlock {
    display: block;
  }
}

.spBlock {
  display: none;
}
@media (max-width: 767px) {
  .spBlock {
    display: block;
  }
}

.pcInline {
  display: none;
}
@media (min-width: 768px) {
  .pcInline {
    display: inline;
  }
}

.spInline {
  display: none;
}
@media (max-width: 767px) {
  .spInline {
    display: inline;
  }
}

header {
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
header .headerArea {
  max-width: 1160px;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  header .headerArea {
    max-width: none;
    width: 100%;
    padding: 0 6vw;
    height: 17vw;
  }
}
header .logo {
  display: flex;
  align-items: flex-end;
}
header .logo picture {
  display: inline-block;
  width: 216px;
}
@media (max-width: 767px) {
  header .logo picture {
    width: 44vw;
  }
}
header .logo a {
  color: #5c5c5c;
  font-weight: 600;
  text-decoration: none;
  margin-left: 16px;
  line-height: 1.6;
  opacity: 1;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  header .logo a {
    font-size: 3.2vw;
    margin-left: 3.2vw;
    line-height: 1.8;
  }
}
header .logo a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
header .newRecruitMenu {
  width: 28px;
  height: 24px;
  position: relative;
}
@media (max-width: 767px) {
  header .newRecruitMenu {
    width: 7.4vw;
    height: 6.3vw;
  }
}
header .newRecruitMenu .headerMenuBtn {
  display: inline-block;
  width: 28px;
  height: 24px;
  border: none;
  background-color: transparent;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  header .newRecruitMenu .headerMenuBtn {
    width: 7.4vw;
    height: 6.3vw;
  }
}
header .newRecruitMenu .headerMenuBtn span {
  transition: 0.1s all;
  display: inline-block;
  background-color: #5C5C5C;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  header .newRecruitMenu .headerMenuBtn span {
    height: 1vw;
    border-radius: 0.5vw;
  }
}
header .newRecruitMenu .headerMenuBtn::before, header .newRecruitMenu .headerMenuBtn::after {
  transition: 0.3s all;
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #5C5C5C;
  width: 100%;
  height: 4px;
  border-radius: 2px;
}
@media (max-width: 767px) {
  header .newRecruitMenu .headerMenuBtn::before, header .newRecruitMenu .headerMenuBtn::after {
    height: 1vw;
    border-radius: 0.5vw;
  }
}
header .newRecruitMenu .headerMenuBtn::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .newRecruitMenu .headerMenuBtn::after {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .newRecruitMenu.menuOpen .headerMenuBtn span {
  opacity: 0;
  transition: 0.1s all;
}
header .newRecruitMenu.menuOpen .headerMenuBtn::before {
  transition: 0.3s all;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .newRecruitMenu.menuOpen .headerMenuBtn::after {
  transition: 0.3s all;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .newRecruitMenu .recruitMenu {
  transition: 0.3s all;
  opacity: 0;
  width: 236px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: -16px;
  right: -16px;
  border-radius: 24px;
  padding: 36px 24px 24px;
  box-sizing: border-box;
  transform: scale(0, 0);
  transform-origin: right top;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu {
    top: -4vw;
    right: -4vw;
    border-radius: 5.3vw;
    padding: 12vw 5.3vw 6.3vw;
  }
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu.ipHs {
    height: 90vh;
    box-sizing: border-box;
  }
}
header .newRecruitMenu .recruitMenu dl dt {
  font-size: 36px;
  font-weight: 900;
  font-family: "AlbertSans", sans-serif;
  color: #78BE20;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu dl dt {
    font-size: 8.5vw;
    margin-bottom: 2.6vw;
  }
}
header .newRecruitMenu .recruitMenu dl dd {
  line-height: 1.3;
}
header .newRecruitMenu .recruitMenu dl dd a {
  display: block;
  color: #5C5C5C;
  text-decoration: none;
  position: relative;
  padding-right: 35px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu dl dd a {
    padding-right: 9.3vw;
  }
}
header .newRecruitMenu .recruitMenu dl dd a::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 7px;
  background-image: url(/recruit/assets/images/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu dl dd a::after {
    width: 8.5vw;
    height: 1.8vw;
  }
}
header .newRecruitMenu .recruitMenu dl dd a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #78BF1E;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu dl dd a::before {
    width: 100%;
  }
}
header .newRecruitMenu .recruitMenu dl dd a:hover::before {
  width: 100%;
  transition: 0.3s all;
}
header .newRecruitMenu .recruitMenu dl dd + dd {
  margin-top: 12px;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu dl dd + dd {
    margin-top: 5vw;
  }
}
header .newRecruitMenu .recruitMenu dl + dl {
  margin-top: 20px;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu dl + dl {
    margin-top: 6.3vw;
  }
}
header .newRecruitMenu .recruitMenu .siteTop {
  margin-top: 12px;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu .siteTop {
    margin-top: 4.7vw;
  }
}
header .newRecruitMenu .recruitMenu .siteTop a {
  background-color: #78BE20;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu .siteTop a {
    padding: 2.6vw 10.6vw 2.6vw 2.6vw;
  }
}
header .newRecruitMenu .recruitMenu .siteTop a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 6px;
  background-image: url(/recruit/assets/images/arrow_w_s.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu .siteTop a::after {
    right: 2.6vw;
  }
}
header .newRecruitMenu .recruitMenu .siteTop a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
header .newRecruitMenu .recruitMenu .recruitTop {
  margin-top: 18px;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu .recruitTop {
    margin-top: 7vw;
  }
}
header .newRecruitMenu .recruitMenu .recruitTop a {
  display: block;
  color: #78BE20;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
header .newRecruitMenu .recruitMenu .recruitTop a::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 7px;
  background-image: url(/recruit/assets/images/arrow_g.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu .recruitTop a::after {
    width: 8.5vw;
    height: 1.8vw;
  }
}
header .newRecruitMenu .recruitMenu .recruitTop a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: #78BF1E;
  left: 0;
  bottom: 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu .recruitTop a::before {
    width: 100%;
  }
}
header .newRecruitMenu .recruitMenu .recruitTop a:hover::before {
  width: 100%;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu .menuScrollOutBox {
    margin: 0 -5.3vw;
  }
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu .menuScrollInBox {
    padding: 0 5.3vw;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  header .newRecruitMenu .recruitMenu.ipHs .menuScrollInBox {
    height: 80vh;
  }
}
header .newRecruitMenu.menuOpen .recruitMenu {
  transition: 0.3s all;
  opacity: 1;
  transform: scale(1, 1);
}
@media (max-width: 767px) {
  header .newRecruitMenu.menuOpen .recruitMenu {
    width: 62.7vw;
  }
}

footer {
  background-color: #2E2E2E;
  padding: 20px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer {
    padding: 4vw 6vw;
  }
}
footer .footerMenu .footerLink {
  display: flex;
}
footer .footerMenu .footerLink li {
  line-height: 1;
  padding-right: 12px;
}
@media (max-width: 767px) {
  footer .footerMenu .footerLink li {
    padding-right: 1.5vw;
  }
}
footer .footerMenu .footerLink li a {
  color: #ddd;
  font-size: 12px;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  footer .footerMenu .footerLink li a {
    font-size: 2.6vw;
  }
}
footer .footerMenu .footerLink li a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
footer .footerMenu .footerLink li + li {
  padding-left: 12px;
  position: relative;
}
@media (max-width: 767px) {
  footer .footerMenu .footerLink li + li {
    padding-left: 1.5vw;
  }
}
footer .footerMenu .footerLink li + li::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #ddd;
  left: 0;
  top: 25%;
  bottom: 0;
}
@media (max-width: 767px) {
  footer .footerMenu .footerLink li + li::before {
    top: 35%;
  }
}
footer .footerMenu address {
  color: #ddd;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  margin-top: 10px;
}
@media (max-width: 767px) {
  footer .footerMenu address {
    font-size: 2.6vw;
    margin-top: 2.6vw;
  }
}
footer .jtLogo {
  width: 54px;
}
footer .jtLogo picture {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  footer .jtLogo {
    width: 9vw;
  }
}

.title_lv1 {
  margin: 0 -200% 80px;
  padding: 0 200%;
  line-height: 0;
  background-color: #78BE20;
}
@media (max-width: 767px) {
  .title_lv1 {
    margin: 0 -200% 15vw;
  }
}
.title_lv1 h1, .title_lv1 h2, .title_lv1 h3, .title_lv1 h4, .title_lv1 h5, .title_lv1 h6, .title_lv1 p {
  font-family: "AlbertSans", sans-serif;
  font-weight: 900;
  font-size: 120px;
  line-height: 0.725;
  height: 86px;
  color: #fff;
  background-color: #6F8CCB;
  display: inline-block;
  position: relative;
  padding: 0 110px;
  margin: 0 -110px;
}
@media (max-width: 767px) {
  .title_lv1 h1, .title_lv1 h2, .title_lv1 h3, .title_lv1 h4, .title_lv1 h5, .title_lv1 h6, .title_lv1 p {
    font-size: 16vw;
    height: 11.6vw;
    padding: 0 15vw;
    margin: 0 -10.5vw;
  }
}
.title_lv1 h1::before, .title_lv1 h1::after, .title_lv1 h2::before, .title_lv1 h2::after, .title_lv1 h3::before, .title_lv1 h3::after, .title_lv1 h4::before, .title_lv1 h4::after, .title_lv1 h5::before, .title_lv1 h5::after, .title_lv1 h6::before, .title_lv1 h6::after, .title_lv1 p::before, .title_lv1 p::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 86px;
  height: 86px;
  top: 0;
  background-color: #78BE20;
}
@media (max-width: 767px) {
  .title_lv1 h1::before, .title_lv1 h1::after, .title_lv1 h2::before, .title_lv1 h2::after, .title_lv1 h3::before, .title_lv1 h3::after, .title_lv1 h4::before, .title_lv1 h4::after, .title_lv1 h5::before, .title_lv1 h5::after, .title_lv1 h6::before, .title_lv1 h6::after, .title_lv1 p::before, .title_lv1 p::after {
    width: 11.6vw;
    height: 11.6vw;
  }
}
.title_lv1 h1::before, .title_lv1 h2::before, .title_lv1 h3::before, .title_lv1 h4::before, .title_lv1 h5::before, .title_lv1 h6::before, .title_lv1 p::before {
  left: 0;
  border-radius: 0 42px 42px 0;
}
@media (max-width: 767px) {
  .title_lv1 h1::before, .title_lv1 h2::before, .title_lv1 h3::before, .title_lv1 h4::before, .title_lv1 h5::before, .title_lv1 h6::before, .title_lv1 p::before {
    border-radius: 0 5.8vw 5.8vw 0;
  }
}
.title_lv1 h1::after, .title_lv1 h2::after, .title_lv1 h3::after, .title_lv1 h4::after, .title_lv1 h5::after, .title_lv1 h6::after, .title_lv1 p::after {
  right: 0;
  border-radius: 42px 0 0 42px;
}
@media (max-width: 767px) {
  .title_lv1 h1::after, .title_lv1 h2::after, .title_lv1 h3::after, .title_lv1 h4::after, .title_lv1 h5::after, .title_lv1 h6::after, .title_lv1 p::after {
    border-radius: 5.8vw 0 0 5.8vw;
  }
}

.title_lv2 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .title_lv2 {
    margin-bottom: 4vw;
  }
}
.title_lv2 h1, .title_lv2 h2, .title_lv2 h3, .title_lv2 h4, .title_lv2 h5, .title_lv2 h6, .title_lv2 p {
  color: #78BE20;
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  font-family: "AlbertSans", sans-serif;
}
@media (max-width: 767px) {
  .title_lv2 h1, .title_lv2 h2, .title_lv2 h3, .title_lv2 h4, .title_lv2 h5, .title_lv2 h6, .title_lv2 p {
    font-size: 11.4vw;
  }
}
.title_lv2 h1 span, .title_lv2 h2 span, .title_lv2 h3 span, .title_lv2 h4 span, .title_lv2 h5 span, .title_lv2 h6 span, .title_lv2 p span {
  display: block;
  font-family: "NotoSans", sans-serif;
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .title_lv2 h1 span, .title_lv2 h2 span, .title_lv2 h3 span, .title_lv2 h4 span, .title_lv2 h5 span, .title_lv2 h6 span, .title_lv2 p span {
    font-size: 6.3vw;
  }
}

.title_lv3 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .title_lv3 {
    margin-bottom: 3vw;
  }
}
.title_lv3 h1, .title_lv3 h2, .title_lv3 h3, .title_lv3 h4, .title_lv3 h5, .title_lv3 h6, .title_lv3 p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .title_lv3 h1, .title_lv3 h2, .title_lv3 h3, .title_lv3 h4, .title_lv3 h5, .title_lv3 h6, .title_lv3 p {
    font-size: 5.3vw;
    padding-left: 7.4vw;
  }
}
.title_lv3 h1::before, .title_lv3 h2::before, .title_lv3 h3::before, .title_lv3 h4::before, .title_lv3 h5::before, .title_lv3 h6::before, .title_lv3 p::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  background-color: #78BE20;
  left: 0;
  top: 3px;
  border-radius: 0 0 10px 0;
}
@media (max-width: 767px) {
  .title_lv3 h1::before, .title_lv3 h2::before, .title_lv3 h3::before, .title_lv3 h4::before, .title_lv3 h5::before, .title_lv3 h6::before, .title_lv3 p::before {
    width: 6.3vw;
    height: 5.3vw;
    top: 0.8vw;
    border-radius: 0 0 2.6vw 0;
  }
}

.title_lv4 {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .title_lv4 {
    margin-bottom: 3vw;
  }
}
.title_lv4 h1, .title_lv4 h2, .title_lv4 h3, .title_lv4 h4, .title_lv4 h5, .title_lv4 h6, .title_lv4 p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .title_lv4 h1, .title_lv4 h2, .title_lv4 h3, .title_lv4 h4, .title_lv4 h5, .title_lv4 h6, .title_lv4 p {
    font-size: 5.3vw;
  }
}

a.recruitBtn {
  border: solid 1px #fff;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding: 14px 70px 14px 20px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  a.recruitBtn {
    font-size: 5.3vw;
    padding: 3.7vw 18.6vw 3.7vw 5.3vw;
  }
}
a.recruitBtn::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 7px;
  background-image: url(/recruit/assets/images/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  a.recruitBtn::after {
    width: 8.5vw;
    height: 1.8vw;
    right: 5.3vw;
  }
}
a.recruitBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: 0.3s ease-out;
}
a.recruitBtn:hover::before {
  transform: scaleX(1);
  transition: 0.3s ease-out;
}
a.recruitBtn.fixedSize {
  width: 264px;
}
@media (max-width: 767px) {
  a.recruitBtn.fixedSize {
    width: 70.2vw;
  }
}
a.recruitBtn.fixedBig {
  width: 406px;
}
@media (max-width: 767px) {
  a.recruitBtn.fixedBig {
    width: 70.2vw;
  }
}
@media (max-width: 767px) {
  a.recruitBtn.sp2Line {
    line-height: 1.2;
  }
}
a.recruitBtn.return {
  padding: 14px 20px 14px 40px;
  text-align: right;
}
@media (max-width: 767px) {
  a.recruitBtn.return {
    padding: 3.7vw 5.3vw 3.7vw 18.6vw;
  }
}
a.recruitBtn.return::after {
  background-image: url(/recruit/assets/images/arrow_w_r.svg);
  right: auto;
  left: 20px;
}
@media (max-width: 767px) {
  a.recruitBtn.return::after {
    left: 5.3vw;
  }
}
a.recruitBtn.return::before {
  transform-origin: 100% 50%;
}
a.recruitBtn.topReturn {
  width: 264px;
  padding: 14px 0 14px 137px;
}
@media (max-width: 767px) {
  a.recruitBtn.topReturn {
    width: 70.2vw;
    padding: 3.7vw 0 3.7vw 36.4vw;
  }
}
a.recruitBtn.topReturn::after {
  background-image: url(/recruit/assets/images/arrow_w_r.svg);
  right: auto;
  left: 20px;
}
@media (max-width: 767px) {
  a.recruitBtn.topReturn::after {
    left: 22vw;
  }
}
a.recruitBtn.topReturn::before {
  transform-origin: 100% 50%;
}

a.imgPopLink {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
a.imgPopLink picture {
  line-height: 0;
}
a.imgPopLink picture img {
  transform: scale(1, 1);
  transition: 0.3s all;
}
a.imgPopLink span {
  display: block;
  width: 70%;
  box-sizing: border-box;
  border-radius: 22px;
  background-color: rgba(120, 190, 32, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-feature-settings: "palt" 1;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  a.imgPopLink span {
    width: 90%;
    font-size: 3.2vw;
    padding: 2.6vw;
    border-radius: 4vw;
  }
}
a.imgPopLink span::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 5px;
  background-image: url(/recruit/assets/images/arrow_w_s.svg);
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  a.imgPopLink span::after {
    display: none;
  }
}
a.imgPopLink span.textLong {
  width: 80%;
}
@media (max-width: 767px) {
  a.imgPopLink span.textLong {
    width: 90%;
    letter-spacing: -0.15vw;
  }
}
a.imgPopLink:hover picture img {
  transform: scale(1.1, 1.1);
  transition: 0.3s all;
}
a.imgPopLink.recruitSelect span {
  top: 70%;
}

.crossingBtn {
  padding: 68px 0 0;
}
.crossingBtn div {
  display: flex;
  justify-content: center;
}
.crossingBtn div.pageBtnBox {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .crossingBtn div.pageBtnBox {
    margin-top: 7.4vw;
  }
}
.crossingBtn div.topBtnBox {
  margin: 60px -200% 0;
  padding: 30px 200%;
  border-top: solid 1px #9FB2DC;
}
@media (max-width: 767px) {
  .crossingBtn div.topBtnBox {
    margin: 12.7vw -6vw 0;
    padding: 4vw 0;
  }
}
@media (max-width: 767px) {
  .crossingBtn {
    padding: 13.8vw 0 0;
  }
}

a.mokutanBtn {
  display: inline-block;
  position: relative;
  color: #5c5c5c;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.7);
  width: 548px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  border-radius: 47px;
  overflow: hidden;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  a.mokutanBtn {
    width: 80vw;
    font-size: 5.3vw;
    border-radius: 47px;
  }
}
a.mokutanBtn span {
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 35px 0 35px 130px;
}
@media (max-width: 767px) {
  a.mokutanBtn span {
    padding: 4vw 6.3vw;
  }
}
a.mokutanBtn span::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url(/recruit/assets/images/mokutan.svg);
  background-repeat: no-repeat;
  background-position: center center;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  a.mokutanBtn span::before {
    display: none;
  }
}
a.mokutanBtn span::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 7px;
  background-image: url(/recruit/assets/images/arrow_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  a.mokutanBtn span::after {
    width: 8.5vw;
    height: 1.8vw;
    right: 5.3vw;
  }
}
a.mokutanBtn:hover {
  background-color: rgb(255, 255, 255);
  transition: 0.3s all;
}

a.returnTopBtn {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 46px;
  opacity: 1;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  a.returnTopBtn {
    font-size: 4vw;
    padding-left: 11.5vw;
    margin-right: 4vw;
  }
}
a.returnTopBtn::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 7px;
  background-image: url(/recruit/assets/images/arrow_w_r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  a.returnTopBtn::before {
    width: 8.5vw;
    height: 1.8vw;
  }
}
a.returnTopBtn:hover {
  opacity: 0.75;
  transition: 0.3s all;
}
a.returnTopBtn:hover::before {
  transform: translate(-8px, -50%);
  transition: 0.3s all;
}