@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.subTitle {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .subTitle {
    font-size: 4.2666666667vw;
  }
}
.subTitle span {
  background: #D4EC00;
  padding: 3px 4px;
  margin: 0 3px;
  display: inline-block;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1200;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .header {
    padding: 0;
  }
}
.header__inner {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 30px;
  padding-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1100px) {
  .header__inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 4.8vw 4vw;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 28.2666666667vw;
  }
}
.header__logo--text {
  margin-left: 20px;
  font-size: 13px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .header__logo--text {
    margin-left: 10px;
  }
}
.header__logo--text span {
  padding: 4px 10px;
  background: #D4EC00;
  font-size: 15px;
  margin-bottom: 4px;
  display: block;
}
@media screen and (max-width: 768px) {
  .header__logo--text span {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .header__logo--text {
    font-size: 2.6666666667vw;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  padding-right: 210px;
}
@media screen and (max-width: 1100px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__menu li a {
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.header__menu li.header__menu--contact a {
  display: block;
  padding-left: 25px;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: 20px;
  background-position: left;
}
.header__zkai {
  padding: 0 24px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DADADA;
}

/* 基本スタイル（必要に応じて色やフォントを調整してください） */
.header__btns {
  display: none;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1200;
  /* メニューより前に出す */
  position: relative;
}
@media screen and (max-width: 1100px) {
  .header__btns {
    text-align: center;
    display: block;
  }
}

/* バー（2本） */
.header__btns--wrap {
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.header__btns--wrap span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: #009CBD;
  transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease, bottom 0.25s ease;
}

.header__btns--wrap span:nth-child(1) {
  top: 4px;
}

.header__btns--wrap span:nth-child(2) {
  bottom: 4px;
}

/* テキスト */
.header__btns--text {
  font-size: 8px;
  font-weight: 600;
  color: #009CBD;
  display: block;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
  margin-top: 3px;
}

/* 開いた状態のボタンを×にする */
.header__btns.is-open .header__btns--wrap span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header__btns.is-open .header__btns--wrap span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* ハンバーガーメニュー（右から出るスライド） */
.hamburger__menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 0;
  /* 初期は見えない */
  overflow: hidden;
  z-index: 1100;
  pointer-events: none;
  transition: width 0.35s cubic-bezier(0.2, 0.9, 0.3, 1);
  justify-content: flex-end;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .hamburger__menu {
    display: flex;
  }
}

/* 内部コンテンツの幅は70% */
.hamburger__menu--inner {
  width: 70%;
  /* ※70%くらいの幅（端末幅に応じる） */
  max-width: 520px;
  /* 必要なら制限 */
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.3, 1);
  padding: 120px 25px;
  box-sizing: border-box;
  pointer-events: auto;
  position: relative;
}

.hamburger__menu--zkai {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24.5px 0;
  text-align: center;
  border-top: 1px solid #DADADA;
}
.hamburger__menu--zkai img {
  width: 137px;
}

.hamburger__menu--nav {
  margin-bottom: 50px;
}
.hamburger__menu--nav li {
  margin-bottom: 32px;
}
.hamburger__menu--nav li a {
  font-size: 13px;
}
.hamburger__menu--nav li.header__menu--contact a {
  display: inline-block;
  padding-left: 25px;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: 20px;
  background-position: left;
}

.hamburger__menu--btn {
  display: block;
  background: #00657B;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 12px 0 15px;
  padding-right: 24px;
  text-align: center;
  background-image: url(../img/triangle.svg);
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 11px;
}

/* 開いたとき */
.hamburger__menu.is-open {
  width: 100vw;
  /* マスクを含めて領域確保 */
  pointer-events: auto;
}

.hamburger__menu.is-open .hamburger__menu--inner {
  transform: translateX(0);
}

/* マスク（背景） */
.hamburger__menu--mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 1090;
}

.hamburger__menu.is-open + .hamburger__menu--mask,
.hamburger__menu--mask.is-active {
  opacity: 1;
  pointer-events: auto;
}

.fv img {
  width: 100%;
  vertical-align: bottom;
}

.company {
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 4.2666666667vw 0;
  }
}

.company__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* 2段の間隔（SPで有効） */
}

.company__imgs {
  display: flex;
  gap: 20px;
  animation: slide 15s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .company__imgs {
    animation: slide 40s linear infinite;
  }
}
.company__imgs:nth-child(2) {
  display: none;
}
@media screen and (max-width: 768px) {
  .company__imgs:nth-child(2) {
    display: flex;
  }
}

.company__imgs img {
  width: 180px;
  /* お好みで調整可能 */
  height: auto;
}

/* 横に流れるアニメーション */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* --- PC時（1段だけに見えるよう調整） --- */
@media (min-width: 768px) {
  .company__wrap {
    flex-direction: row;
    gap: 80px;
  }
}
.career {
  padding: 100px 40px;
  background: #F5FFDF;
}
@media screen and (max-width: 768px) {
  .career {
    padding: 16vw 5.3333333333vw;
  }
}
.career__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.career .subTitle {
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .career .subTitle {
    margin-bottom: 22px;
  }
}
.career__title {
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 70px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .career__title {
    font-size: 6.9333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.career__title span {
  background: #D4EC00;
  padding: 3px 10px;
  margin: 0 3px;
}
.career__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 50px;
}
@media screen and (max-width: 1100px) {
  .career__lists {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .career__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 65px 26px;
  }
}
.career__list {
  position: relative;
}
.career__list--title {
  position: absolute;
  top: -20px;
  left: 0;
  padding: 10px;
  background: #009CBD;
  color: #fff;
  font-size: 16px;
  z-index: 3;
  font-weight: normal;
}
@media screen and (max-width: 1100px) {
  .career__list--title {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .career__list--title {
    font-size: 3.4666666667vw;
    padding: 8px 10px;
  }
}
.career__list--title.is-sp {
  background: none;
  padding: 0;
}
.career__list--title.is-sp span {
  background: #009CBD;
  padding: 6px 10px;
  display: inline-block;
}
.career__list img {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.career__list::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg-career.webp) no-repeat;
  background-size: cover;
  border-radius: 10px;
  right: -10px;
  bottom: -10px;
}

.change {
  padding: 100px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .change {
    padding: 16vw 5.3333333333vw;
  }
}
.change__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.change__title {
  text-align: center;
  margin: 34px 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .change__title {
    font-size: 7.4666666667vw;
    margin: 5.3333333333vw 0;
  }
}
.change__text {
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .change__text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.change__img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .change__img {
    width: 100%;
    margin-bottom: 8vw;
    display: flex;
    flex-direction: column-reverse;
  }
}
.change__num {
  font-size: 130px;
  font-weight: 100;
  color: #009CBD;
  font-family: "Montserrat", sans-serif;
  margin-left: -50px;
  opacity: 0.3;
}
@media screen and (max-width: 1100px) {
  .change__num {
    font-size: 100px;
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .change__num {
    margin-left: 0;
    font-size: 18.6666666667vw;
    margin-bottom: -30px;
  }
}
.change__contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .change__contents {
    width: 100%;
  }
}
.change__contents--head {
  color: #009CBD;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .change__contents--head {
    font-size: 3.2vw;
    margin-bottom: 6.6666666667vw;
  }
}
.change__contents--head span {
  margin-top: 10px;
  padding: 10px 15px;
  border: 1px solid #009CBD;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", serif;
  gap: 20px;
  font-size: 20px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .change__contents--head span {
    font-size: 3.7333333333vw;
    gap: 10px;
    padding: 10px;
  }
}
.change__contents--title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .change__contents--title {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
  }
}
.change__contents--name {
  font-size: 16px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .change__contents--name {
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.change__contents--text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .change__contents--text {
    font-size: 3.4666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.change__contents--more {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #000;
  background: url(../img/triangle.svg) no-repeat;
  background-position: top 2px right;
  background-size: 11px;
  transition: 0.3s ease;
}
.change__contents--more:hover {
  border-bottom: 1px solid #A0EB00;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .change__contents--more {
    font-size: 3.7333333333vw;
  }
}
.change__box {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .change__box {
    flex-direction: column;
  }
}
.change__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .change__box:nth-of-type(even) {
    flex-direction: column;
  }
}
.change__box:nth-of-type(even) .change__num {
  text-align: right;
  margin-right: -50px;
}
@media screen and (max-width: 1100px) {
  .change__box:nth-of-type(even) .change__num {
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .change__box:nth-of-type(even) .change__num {
    text-align: left;
    margin-right: 0;
  }
}
.change .change__btn {
  width: 400px;
  max-width: 95%;
  margin: 80px auto 0;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  text-align: center;
  background-color: #009CBD;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  border: 1px solid #009CBD;
  background-image: url(../img/triangle.svg);
  background-repeat: no-repeat;
  background-position: 94%;
  background-size: 16px;
}
@media screen and (max-width: 768px) {
  .change .change__btn {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
  }
}
.change .change__btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #009CBD;
}

.feature {
  padding: 100px 40px 160px;
  background: url(../img/feature-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 16vw 5.3333333333vw;
    background: url(../img/feature-bg-sp.webp) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.feature::before {
  content: "";
  position: absolute;
  top: -110px;
  right: 0;
  background: url(../img/use-bg.webp) no-repeat;
  background-size: contain;
  background-position: right;
  height: 200px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .feature::before {
    width: 74.6666666667vw;
    height: 23.4666666667vw;
    top: -50px;
  }
}
.feature__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.feature__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 35px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 6.9333333333vw;
    margin-top: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.feature__list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .feature__list {
    flex-wrap: wrap;
    padding: 8vw 0;
  }
}
.feature__list--num {
  color: #fff;
  font-weight: 100;
  font-size: 120px;
  font-family: "Montserrat", sans-serif;
  vertical-align: middle;
  width: 15%;
}
.feature__list--num span {
  display: none;
}
@media screen and (max-width: 1100px) {
  .feature__list--num {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .feature__list--num {
    width: 100%;
    font-size: 16vw;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .feature__list--num span {
    display: block;
    font-size: 8vw;
    color: #000;
    font-family: "Noto Sans JP", serif;
    font-weight: normal;
  }
}
.feature__list--img {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .feature__list--img {
    width: 90%;
    margin: 6.6666666667vw auto;
  }
}
.feature__list--contents {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .feature__list--contents {
    width: 100%;
  }
}
.feature__list--contents h3 {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .feature__list--contents h3 {
    display: none;
  }
}
.feature__list--contents .feature__list--text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .feature__list--contents .feature__list--text {
    font-size: 3.7333333333vw;
    margin-bottom: 20px;
  }
}
.feature__list--contents .tel {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  max-width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 13px;
  padding-right: 20px;
  gap: 8px;
}
.feature__list--contents .tel .num {
  font-size: 18px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .feature__list--contents .tel .num {
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .feature__list--contents .tel .txt {
    display: none;
  }
}
.feature__list--contents .txt__sp {
  text-align: right;
  font-size: 3.4666666667vw;
  margin-top: 10px;
}
.feature__list--contents .btn {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  max-width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding-right: 20px;
  background: url(../img/triangle.svg) no-repeat;
  background-position: top 2px right;
  background-size: 11px;
  transition: 0.3s ease;
}
.feature__list--contents .btn:hover {
  border-bottom: 1px solid #A0EB00;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .feature__list--contents .btn {
    font-size: 3.7333333333vw;
  }
}

.rapid {
  padding: 100px 40px;
  background: #F5FFDF;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .rapid {
    padding: 16vw 5.3333333333vw 21.3333333333vw;
  }
}
.rapid__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.rapid__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .rapid__title {
    font-size: 6.9333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
.rapid__btn {
  width: 400px;
  max-width: 95%;
  margin: 50px auto 0;
  height: 70px;
  line-height: 68px;
  border-radius: 10px;
  text-align: center;
  background-color: #009CBD;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  border: 1px solid #009CBD;
  background-image: url(../img/triangle.svg);
  background-repeat: no-repeat;
  background-position: 94%;
  background-size: 16px;
}
.rapid__btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #009CBD;
}

.jobInfoSlide {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .jobInfoSlide {
    padding: 0 20px 80px;
  }
}
.jobInfoSlide .swiper-pagination-bullet-active {
  background: #A0EB00;
}

.topJobInformation_subTitle {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 12px 15px 12px 15px;
  margin: 0 0 15px;
  font-size: 18px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .topJobInformation_subTitle {
    font-size: 3.7333333333vw;
  }
}
.topJobInformation_subTitle p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
}

.topJobInformation_subTitle:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 5%;
  z-index: 2;
  left: 7%;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  bottom: -16px;
}

.topJobInformation_card {
  position: relative;
}
.topJobInformation_card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/bg-career.webp) no-repeat;
  background-size: cover;
  border-radius: 10px;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}

.topJobInformation_cardWrap {
  position: relative;
  z-index: 2;
  padding: 20px 20px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}

.ico_category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.ico_category_list li a {
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 500;
  background: #A0EB00;
}

.rapid_title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .rapid_title {
    font-size: 4.2666666667vw;
  }
}

.topJobInformation_card .text > div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.topJobInformation_card .text > div .icon {
  width: 12%;
  padding: 0 4px;
}
.topJobInformation_card .text > div .icon img {
  width: 19px;
}
.topJobInformation_card .text > div > p, .topJobInformation_card .text > div > div {
  width: 84%;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .topJobInformation_card .text > div > p, .topJobInformation_card .text > div > div {
    font-size: 3.2vw;
  }
}
.topJobInformation_card .text > div:nth-child(2) {
  border-top: 1px solid #cdcdcd;
}
.topJobInformation_card .text > div:nth-child(2) .icon {
  padding-left: 0;
}
.topJobInformation_card .text > div:nth-child(2) .icon img {
  width: 24px;
}
.topJobInformation_card .text > div:nth-child(2) > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.topJobInformation_card .text > div:nth-child(3) {
  border-top: 1px solid #cdcdcd;
}
.topJobInformation_card .text > div:nth-child(3) .icon {
  padding-left: 0;
}
.topJobInformation_card .text > div:nth-child(3) .icon img {
  width: 24px;
}
.topJobInformation_card .text > div:nth-child(3) > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.topJobInformation_card .btnBox {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topJobInformation_card .btnBox {
    margin-top: 20px;
  }
}
.topJobInformation_card .btnBox a {
  display: block;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  background: url(../img/triangle.svg) no-repeat;
  background-position: 95%;
  background-size: 11px;
  transition: 0.3s ease;
}
.topJobInformation_card .btnBox a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(20px);
  /* 下に少しずらす */
  transition: opacity 0.8s ease, transform 0.8s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}

.use {
  padding: 100px 40px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 768px) {
  .use {
    padding: 16vw 0;
  }
}
.use::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  background: url(../img/use-bg.webp) no-repeat;
  background-size: contain;
  background-position: right;
  height: 200px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .use::before {
    width: 74.6666666667vw;
    height: 23.4666666667vw;
    top: -50px;
  }
}
.use__inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .use__inner {
    padding: 0 5.3333333333vw;
  }
}
.use__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .use__title {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
.use__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .use__lists {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .use__lists {
    display: flex;
    gap: 0;
  }
}
.use__listsWrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .use__listsWrap {
    padding-bottom: 60px;
  }
}
.use__listsWrap .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  .use__listsWrap .swiper-pagination {
    display: block;
  }
}
.use__listsWrap .swiper-pagination-bullet-active {
  background: #A0EB00;
}
@media screen and (max-width: 768px) {
  .use__list {
    width: 250px;
  }
}
.use__list--img {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .use__list--img {
    margin-bottom: 30px;
  }
}
.use__list--title {
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .use__list--title {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .use__list--title {
    font-size: 16px;
  }
}
.use__list--text {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  .use__list--text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .use__list--text {
    font-size: 14px;
  }
}
.use__list--more {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  display: block;
  max-width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding-right: 20px;
  background: url(../img/triangle.svg) no-repeat;
  background-position: top 2px right;
  background-size: 11px;
  transition: 0.3s ease;
}
.use__list--more:hover {
  border-bottom: 1px solid #A0EB00;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .use__list--more {
    font-size: 14px;
  }
}
.use__list--more + a {
  margin-top: 20px;
}
.use::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 0;
  background: url(../img/faq-bg.webp) no-repeat;
  background-size: contain;
  background-position: left;
  height: 200px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .use::after {
    height: 30.9333333333vw;
    width: 133.3333333333vw;
    bottom: -58px;
  }
}

.faq {
  padding: 100px 40px;
  background: #FFEDFE;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 16vw 5.3333333333vw;
  }
}
.faq__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.faq__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faq__title {
    font-size: 7.4666666667vw;
  }
}
.faq__list {
  max-width: 1000px;
  margin: 0 auto 16px;
}
.faq__list--title {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 5px 0;
  padding-right: 50px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  background-image: url(../img/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 22px;
}
.faq__list--title.is_active {
  background-image: url(../img/icon_minus.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 22px;
}
.faq__list--title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .faq__list--title p {
    line-height: 1.4;
    font-size: 4.2666666667vw;
  }
}
.faq__list--title span {
  color: #009CBD;
  font-size: 40px;
  line-height: 1.8;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faq__list--title span {
    font-size: 8vw;
  }
}
.faq__list--title::before {
  content: "";
  position: absolute;
  left: -99%;
  top: 0;
  width: 100%;
  background: #fff;
  height: 100%;
}
.faq__list--text {
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  margin-top: 16px;
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.faq__list--textWrap {
  padding: 10px 30px;
  display: flex;
  gap: 18px;
}
.faq__list--text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .faq__list--text p {
    font-size: 3.4666666667vw;
  }
}
.faq__list--text span {
  color: #A0EB00;
  font-size: 40px;
  line-height: 1.8;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .faq__list--text span {
    font-size: 8vw;
  }
}
.faq__list--text::before {
  content: "";
  position: absolute;
  right: -99%;
  top: 0;
  width: 100%;
  background: #fff;
  height: 100%;
}

.cta {
  background: url(../img/cta-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 75px 40px 200px;
}
@media screen and (max-width: 768px) {
  .cta {
    background: url(../img/cta-bg-sp.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 13.3333333333vw 5.3333333333vw 26.6666666667vw;
  }
}
.cta__btn {
  max-width: 710px;
  margin: 0 auto;
  display: block;
}
.cta__btn img {
  width: 100%;
}

.floating {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 470px;
}
.floating img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .floating {
    width: 100%;
  }
}

.floating {
  transition: opacity 0.4s ease;
}

.floating.hide {
  opacity: 0;
  pointer-events: none;
}

/* フッター統一 */
.f_zkai {
  padding: 47px 0 47px !important;
  background-color: rgb(4, 52, 145);
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  .f_zkai {
    padding: 25px 0 30px 0;
    text-align: center;
  }
  .f_zkai p {
    width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .f_zkai {
    padding: 20px 0 20px;
    text-align: center;
  }
  .f_zkai p {
    width: 44%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */

.use__list--btns {
  position:absolute;
  bottom: 0;
  width: 100%;
}
.use__list {
  position:relative;
  padding-bottom:60px;
}
@media screen and (max-width: 768px) {
  .use__list {
    height: auto;
    padding-bottom: 40px;
  }
.use__listWrap {
  height: 100%;
}
}