@charset "UTF-8";
/* ------------------------------------------------------------ Initialization of the browser style */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
span.strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
hr {
  padding: 0;
  margin: 0;
  /*zoom: 1;*/
  font-style: normal;
  font-weight: normal;
  word-break: break-all;
}

/* ------------------------------------------------------------ body reset */
* {
  box-sizing: border-box;
}

table {
  font-size: 100%;
}

strong {
  font-weight: normal;
}

/* ------------------------------------------------------------ Table Elements */
table,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------------------------------ Form Elements */
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: 0;
}
button:disabled {
  cursor: not-allowed !important;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: unset !important;
}

label {
  cursor: pointer;
}

/* ------------------------------------------------------------ etc */
a,
fieldset,
img {
  border: 0;
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

/* ------------------------------------------------------------ img */
*:first-child + html img {
  vertical-align: bottom;
}

* html img {
  vertical-align: bottom;
}

img {
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------------------ input */
input {
  vertical-align: middle;
  display: inline;
  margin: 0;
  padding: 0;
}

input:focus {
  outline: unset;
}

*:first-child + html input {
  vertical-align: middle;
}

* html input {
  vertical-align: middle;
}

/* ------------------------------------------------------------ select */
select {
  vertical-align: middle;
}

*:first-child + html select {
  vertical-align: middle;
}

* html select {
  vertical-align: middle;
}

.md_sp {
  display: none !important;
}

.SP {
  display: none !important;
}

@media screen and (max-width: 1023.89px) {
  .lg_pc {
    display: none !important;
  }
  .md_sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .PC {
    display: none !important;
  }
  .SP {
    display: block !important;
  }
}
@font-face {
  font-family: "Inter_bold";
  src: url("../font/Inter-Bold.ttf");
}
@font-face {
  font-family: "Inter_Regular";
  src: url("../font/Inter-Regular.ttf");
}
@font-face {
  font-family: "Noto Sans JP Bold";
  src: url("../font/NotoSansJP-Bold.ttf");
}
@font-face {
  font-family: "Noto Sans JP Regular";
  src: url("../font/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: "Noto Sans JP Medium";
  src: url("../font/NotoSansJP-Medium.ttf");
}
.header {
  width: 114.4rem;
  max-width: 100%;
  margin: auto;
  padding: 1.2rem 2rem;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-content .menu {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header .header-content .menu .item .link {
  font-family: "Inter_bold";
  display: inline-block;
  width: 100%;
  padding: 1.2rem 1.6rem;
  color: #1E293B;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.004em;
  transition: 0.5s;
}
.header .header-content .menu .item .link:hover {
  color: #F97316;
}
.header .header-content .menu .item:last-child .link {
  background: #F97316;
  color: #FFFFFF;
  border-radius: 3rem;
  width: 11rem;
  max-width: 100%;
  text-align: center;
}
.header .header-content .mobile-menu {
  position: fixed;
  left: -30rem;
  top: 0;
  width: 28rem;
  height: 100%;
  background-color: #FFFFFF;
  color: #fff;
  transition: left 0.4s ease;
}
.header .header-content .mobile-menu .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 0 1.2rem 2.4rem;
  margin-bottom: 4rem;
}
.header .header-content .mobile-menu ul {
  overflow-y: auto;
  max-height: 80vh;
}
.header .header-content .mobile-menu ul .item:first-child .link {
  border-top: 1px solid #E2E8F0;
}
.header .header-content .mobile-menu ul .item:last-child .link {
  background-color: #F97316;
}
.header .header-content .mobile-menu ul .item:last-child .link .link-bold,
.header .header-content .mobile-menu ul .item:last-child .link .link-md {
  color: #FFFFFF;
  font-family: "Noto Sans JP Bold";
}
.header .header-content .mobile-menu ul .item .link {
  display: inline-block;
  padding: 2rem 2.4rem;
  width: 100%;
  border-bottom: 1px solid #E2E8F0;
}
.header .header-content .mobile-menu ul .item .link .link-bold {
  font-family: "Inter_bold";
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.004em;
  color: #1E293B;
  display: block;
  margin-bottom: 0.4rem;
}
.header .header-content .mobile-menu ul .item .link .link-md {
  font-family: "Noto Sans JP Regular";
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.00125em;
  display: block;
  color: #1E293B;
}
.header .overlay {
  display: none;
}

.banner {
  border-top: 1px solid #E2E8F0;
  padding: 13.7rem 0 12.5rem;
  background: #FFFBF2;
}
.banner .logo-banner {
  max-width: 49rem;
  max-height: 29rem;
  margin: auto;
  margin-bottom: 4rem;
}
.banner .logo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .btn {
  text-align: center;
}
.banner .btn a {
  font-family: "Noto Sans JP Bold";
  display: inline-block;
  width: 100%;
  background: #F97316;
  border-radius: 3rem;
  color: #FFFFFF;
  padding: 1.6rem 0;
  width: 24rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.004em;
  border: 2px solid #ff701e;
  transition: all 0.5s;
}
.banner .btn a:hover {
  background: #fff;
  color: #ff701e;
}

@media screen and (max-width: 768px) {
  html.lock-scroll {
    overflow: hidden;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .header {
    position: relative;
  }
  .header .header-content .mobile-menu.open {
    z-index: 2;
    left: 0;
  }
}
.footer {
  border-top: 1px solid #E2E8F0;
}
.footer .content {
  padding: 6rem 2rem 8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 114.4rem;
  max-width: 100%;
  margin: auto;
}
.footer .content .left {
  width: 25.8rem;
  max-width: 100%;
}
.footer .content .left .logo-footer {
  margin-bottom: 2rem;
}
.footer .content .left .logo-footer img {
  width: 100%;
  max-width: 22.2rem;
  max-height: 13rem;
}
.footer .content .left .desc-footer {
  font-family: "Noto Sans JP Regular";
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.004em;
  color: #94A3B8;
  margin-top: 20px;
}
.footer .content .right {
  width: 54rem;
  max-width: 100%;
}
.footer .content .right .menu-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 8rem;
  align-items: start;
}
.footer .content .right .menu-footer .menu-item {
  width: 23rem;
  padding: 0 1.6rem;
}
.footer .content .right .menu-footer .menu-item .item {
  margin-bottom: 0.4rem;
}
.footer .content .right .menu-footer .menu-item .item a {
  display: inline-block;
  font-family: "Noto Sans JP Regular";
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.004em;
  color: #64748B;
}
.footer .content .right .menu-footer .menu-item .bold {
  font-family: "Inter_bold";
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.004em;
  color: #1E293B;
  padding: 0.8rem 0;
  position: relative;
}
.footer .content .right .menu-footer .menu-item .bold::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/icons/ic-next-pickup.svg);
  width: 0.8rem;
  height: 1.6rem;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer .content .right .menu-footer .menu-item .mb {
  margin-bottom: 2rem;
}
.footer .content .right .menu-footer .menu-item .link {
  font-family: "Inter_bold";
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.004em;
  color: #1E293B;
  display: block;
  padding: 0.8rem 0;
  position: relative;
}
.footer .content .right .menu-footer .menu-item .link::after {
  content: "";
  position: absolute;
  background-image: url(/assets/images/icons/ic-next-pickup.svg);
  width: 0.8rem;
  height: 1.6rem;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer .copy-right {
  padding: 2rem 0;
  border-top: 1px solid #E2E8F0;
}
.footer .copy-right .d-flex {
  display: flex;
  justify-content: space-between;
  width: 114.4rem;
  max-width: 100%;
  margin: auto;
  padding: 0 2rem;
}
.footer .copy-right .d-flex .text-left {
  font-family: "Noto Sans JP Regular";
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.0015em;
  color: #94A3B8;
}
.footer .copy-right .d-flex .right {
  display: flex;
  gap: 1.2rem;
}
.footer .copy-right .d-flex .right .text {
  color: #94A3B8;
}
.footer .copy-right .d-flex .right .text a {
  font-family: "Noto Sans JP Regular";
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.00125em;
  color: #94A3B8;
}
.footer .item-hover:hover {
  color: #F97316 !important;
  transition: all 0.6s;
}

@media screen and (max-width: 840px) {
  .footer .content {
    justify-content: center;
  }
  .footer .content .left {
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .content {
    padding: 4rem 2rem 4rem;
  }
  .footer .content .right .menu-footer {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .content .right .menu-footer .menu-item {
    width: 32.7rem;
    padding: 0;
  }
  .footer .copy-right .d-flex {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .footer .copy-right .d-flex .text-left {
    text-align: center;
  }
  .footer .copy-right .d-flex .right {
    justify-content: center;
    margin-bottom: 2.4rem;
  }
}
section {
  width: 114.4rem;
  max-width: 100%;
  margin: auto;
}

.news {
  padding: 8rem 2rem;
}
.news .content-news .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.news .content-news .head .title {
  font-family: "Inter_bold";
  font-size: 2.6rem;
  line-height: 3.9rem;
  letter-spacing: 0.004em;
  color: #F97316;
}
.news .content-news .head .btn a {
  font-family: "Inter_bold";
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.004em;
  color: #64748B;
  padding: 1.2rem 0 1.2rem 2.4rem;
  width: 14.1rem;
  border-radius: 3rem;
  border: 1px solid #F1F5F9;
  position: relative;
  transition: all 0.5s;
}
.news .content-news .head .btn a:hover {
  background: #ff701e;
  color: #fff;
  border: 1px solid #ff701e;
}
.news .content-news .head .btn a:hover::before {
  transition: all 0.5s;
  background-image: url(../images/icons/ic-next-white.svg);
}
.news .content-news .head .btn a::before {
  content: "";
  position: absolute;
  background-image: url(../images/icons/ic-next.svg);
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}
.news .content-news .content-table a {
  display: block;
  margin-bottom: 2.4rem;
}
.news .content-news .content-table a .td {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
.news .content-news .content-table a .td:last-child {
  margin-bottom: 0;
}
.news .content-news .content-table a .td .left {
  font-family: "Inter_Regular";
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.004em;
  color: #64748B;
}
.news .content-news .content-table a .td .right {
  font-family: "Noto Sans JP Bold";
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.004em;
  color: #1E293B;
  max-width: 91.5rem;
  width: 80%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .content-news .content-table a .td .right:hover {
  opacity: 0.6;
  transition: all 0.6s;
}

.pick-up {
  padding: 8rem 2rem 16rem;
}
.pick-up .title {
  font-family: "Inter_bold";
  font-size: 2.6rem;
  line-height: 4rem;
  letter-spacing: 0.004em;
  color: #F97316;
  margin-bottom: 4rem;
}
.pick-up .content-pick_up {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  justify-content: center;
}
.pick-up .content-pick_up .box {
  padding: 2.4rem;
  border: 1px solid #E2E8F0;
  border-radius: 0.8rem;
  cursor: pointer;
  max-width: 35.2rem;
  transition: 0.4s all;
}
.pick-up .content-pick_up .box:hover {
  transform: scale(0.9);
}
.pick-up .content-pick_up .box .ic-head {
  margin-bottom: 2.4rem;
}
.pick-up .content-pick_up .box .name {
  font-family: "Inter_bold";
  color: #94A3B8;
  font-size: 1.3rem;
  line-height: 2.2rem;
  letter-spacing: 0.004em;
}
.pick-up .content-pick_up .box .title {
  font-family: "Noto Sans JP Bold";
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.004em;
  color: #1E293B;
  position: relative;
  margin-bottom: 1.2rem;
}
.pick-up .content-pick_up .box .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(/assets/images/icons/ic-next-pickup.svg);
  width: 0.8rem;
  height: 1.6rem;
}
.pick-up .content-pick_up .box .desc {
  font-family: "Noto Sans JP Regular";
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.004em;
  color: #94A3B8;
}

.recruit {
  padding: 6.4rem 0 6.5rem;
  background-image: url(/assets/images/bg-recruit.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.recruit .content {
  width: 114.4rem;
  max-width: 100%;
  padding: 0 2rem;
  margin: auto;
}
.recruit .content .title {
  font-family: "Inter_bold";
  font-size: 2.6rem;
  line-height: 4rem;
  letter-spacing: 0.004em;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.recruit .content .desc {
  font-family: "Noto Sans JP Bold";
  font-size: 3.2rem;
  line-height: 4.8rem;
  letter-spacing: 0.004em;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.recruit .content .btn a {
  font-family: "Noto Sans JP Bold";
  display: inline-block;
  max-width: 24rem;
  font-size: 1.6rem;
  width: 100%;
  padding: 1.6rem 0;
  color: #FFFFFF;
  background: #F97316;
  text-align: center;
  border-radius: 3rem;
  transition: all 0.5s;
  border: 2px solid #ff701e;
}
.recruit .content .btn a:hover {
  background: #fff;
  color: #ff701e;
}

@media screen and (max-width: 768px) {
  .banner {
    padding: 15.7rem 2.4rem 3.7rem;
  }
  .news {
    padding: 4rem 2.4rem 8rem;
  }
  .news .content-news .head {
    justify-content: center;
  }
  .news .content-news .head .title {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  .news .content-news .content-table {
    margin-bottom: 4rem;
  }
  .news .content-news .content-table a .td {
    flex-wrap: wrap;
    gap: 0.8rem 2.4rem;
  }
  .news .content-news .content-table a .td .right {
    -webkit-line-clamp: 2;
    width: 100%;
  }
  .news .content-news .btn {
    text-align: center;
  }
  .news .content-news .btn a {
    font-family: "NotoSansJP-Bold";
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.004em;
    color: #64748B;
    padding: 1.2rem 0 1.2rem 0;
    width: 32.7rem;
    border-radius: 3rem;
    border: 1px solid #F1F5F9;
    position: relative;
    text-align: center;
    transition: all 0.5s;
  }
  .news .content-news .btn a:hover {
    background: #ff701e;
    color: #fff;
    border: 1px solid #ff701e;
  }
  .news .content-news .btn a::before {
    content: "";
    position: absolute;
    background-image: url(../images/icons/ic-next.svg);
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
  }
  .pick-up {
    padding: 4rem 2.4rem 8rem;
  }
  .pick-up .title {
    text-align: center;
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
  .pick-up .content-pick_up .box .title {
    text-align: start;
  }
  .recruit {
    background-image: url(/assets/images/bg-recruit-sp.jpg);
    background-position: center bottom;
    padding: 4rem 0 35.2rem;
  }
  .recruit .content {
    max-width: 29.8rem;
    margin: auto;
    text-align: center;
  }
}
html {
  overflow-x: hidden;
  font-size: 62.5%;
  min-width: 320px;
  scroll-behavior: smooth;
}
html body {
  margin: 0;
  font-family: "SourceHanSans_R", "NotoSansJP-Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}

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