@charset "UTF-8";
/* ------------------
# font
------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;&display=swap");
/* ------------------
# base
------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, audio, video {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: auto;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: auto;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  vertical-align: top;
}

img,
a img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol {
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  overflow: visible;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

b,
strong {
  font-weight: bold;
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

td,
th {
  padding: 0;
  text-align: left;
  border: none;
}

:root {
  /* viewport */
  --pc-base-width: 1400 *100vw;
  --sp-base-width: 375 *100vw;
  --max-width: 1920px;
  --vw-base: 100vw;
  /* color property */
  --main-clr: #2F7A6D;
  --sub-clr:#6B9F96;
  --main-bg-clr:#EBEFEE;
  --bg:#F7F7F7;
  --base-font-size: clamp(12px, calc(15 / var(--pc-base-width)), 20px);
  --base-sp-font-size: calc(14 / var(--sp-base-width));
}

/* footer */
footer img {
  width: auto;
}

.twitter-share img {
  width: 14px;
}

@media screen and (max-width: 991px) {
  nav ul li {
    margin-bottom: 25px;
  }
  footer nav .footer-menu li a {
    font-size: 16px;
    font-weight: normal;
  }
  footer .copyright {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .social-share {
    display: none;
  }
}
.header-nav {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.header-nav .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: calc(1200 / var(--pc-base-width));
  margin: 0 auto;
  padding: 0;
}
.header-nav .logo {
  width: calc(180 / var(--pc-base-width));
  padding: calc(8 / var(--pc-base-width)) 0;
}
.header-nav .hamburger {
  display: none;
}
.header-nav .nav-list {
  display: flex;
  gap: calc(32 / var(--pc-base-width));
  padding-right: calc(124 / var(--pc-base-width));
}
.header-nav .nav-list a {
  display: block;
  padding: 8px 0;
}
.header-nav .entry {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100 / var(--pc-base-width));
  height: calc(100 / var(--pc-base-width));
  line-height: calc(100 / var(--pc-base-width));
  text-align: center;
}
.header-nav .entry a {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--main-clr);
  border: 1px solid var(--main-clr);
  border-top: none;
  color: #fff;
  font-weight: bold;
  font-size: clamp(12px, 24 / var(--pc-base-width), 50px);
}

@media screen and (min-width: 769px) {
  .header-nav .nav-list a {
    background: linear-gradient(var(--main-clr), var(--main-clr)) no-repeat bottom right/0 1px;
    font-size: clamp(10px, 15 / var(--pc-base-width), 20px);
  }
  .header-nav .nav-list a:hover {
    background: linear-gradient(var(--main-clr), var(--main-clr)) no-repeat bottom left/100% 1px;
    color: var(--main-clr);
  }
  .header-nav .entry a span {
    position: relative;
    z-index: 1;
  }
  .header-nav .entry a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    width: 130%;
    height: calc(100% + 2px);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    background-color: #fff;
    transform: translateX(-100%);
    transition: all 0.4s;
  }
  .header-nav .entry a:hover {
    background: #fff;
    color: var(--main-clr);
  }
  .header-nav .entry a:hover::before {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .header-nav .content {
    justify-content: space-between;
    width: 100%;
    padding: 0 calc(16 / var(--sp-base-width));
  }
  .header-nav .logo {
    width: calc(137 / var(--sp-base-width));
    padding: calc(8 / var(--sp-base-width)) 0;
  }
  .header-nav .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 20;
    width: calc(40 / var(--sp-base-width));
    height: calc(40 / var(--sp-base-width));
    margin-left: 8px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .header-nav .hamburger span {
    display: block;
    width: calc(28 / var(--sp-base-width));
    height: 2px;
    background: #333;
    transition: transform 0.3s, opacity 0.3s;
  }
  .header-nav .hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .header-nav .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header-nav .hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .header-nav .nav-list {
    position: fixed;
    top: calc(55 / var(--sp-base-width));
    right: 0;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(32 / var(--sp-base-width));
    width: 100%;
    padding: calc(32 / var(--sp-base-width)) 0 calc(16 / var(--sp-base-width));
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .header-nav .nav-list.active {
    transform: translateX(0);
  }
  .header-nav .nav-list a {
    padding: calc(8 / var(--sp-base-width));
    font-size: calc(14 / var(--sp-base-width));
  }
  .header-nav .entry {
    right: calc(82 / var(--sp-base-width));
    width: auto;
  }
  .header-nav .entry a {
    padding: calc(14 / var(--sp-base-width)) calc(24 / var(--sp-base-width));
    font-size: calc(13 / var(--sp-base-width));
  }
}
:root {
  /* viewport */
  --pc-base-width: 1400 *100vw;
  --sp-base-width: 375 *100vw;
  --max-width: 1920px;
  --vw-base: 100vw;
  /* color property */
  --main-clr: #2F7A6D;
  --sub-clr:#6B9F96;
  --main-bg-clr:#EBEFEE;
  --bg:#F7F7F7;
  --base-font-size: clamp(12px, calc(15 / var(--pc-base-width)), 20px);
  --base-sp-font-size: calc(14 / var(--sp-base-width));
}

.wrapper {
  --webkit-text-size-adjust: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: var(--base-font-size);
  color: #333;
}

.content {
  max-width: 1920px;
  padding: 0 min(100 / var(--pc-base-width), 137.1428571429px);
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.hd-type-02 {
  line-height: calc(60 / var(--pc-base-width));
  text-align: center;
  font-size: calc(60 / var(--pc-base-width));
  font-weight: bold;
}
.hd-type-02 span {
  display: block;
  font-size: clamp(12px, 24 / var(--pc-base-width), 36px);
  font-weight: normal;
}

.hd-type03 {
  line-height: 1.25;
  text-align: center;
  font-size: clamp(12px, 24 / var(--pc-base-width), 36px);
  font-weight: bold;
}
.hd-type03 span {
  display: block;
  line-height: 2;
  font-size: clamp(12px, 15 / var(--pc-base-width), 20px);
  font-weight: normal;
}

.hd-type04 {
  line-height: 1.25;
  text-align: center;
  font-size: clamp(12px, 20 / var(--pc-base-width), 30px);
  font-weight: 500;
}
.hd-type04 span {
  display: block;
  line-height: 2;
  font-size: clamp(12px, 15 / var(--pc-base-width), 20px);
  font-weight: normal;
}

.hd-type05 {
  text-align: center;
  font-size: clamp(12px, 32 / var(--pc-base-width), 50px);
  font-weight: bold;
}

.hd-type06 {
  text-align: center;
  font-size: clamp(12px, 24 / var(--pc-base-width), 36px);
}
.hd-type06:after {
  content: "";
  display: block;
  width: calc(32 / var(--pc-base-width));
  height: 2px;
  margin: calc(8 / var(--pc-base-width)) auto 0;
  background: var(--main-clr);
}

.explain {
  margin-top: calc(32 / var(--pc-base-width));
  line-height: 1.6;
  text-align: center;
}

a {
  transition: all 0.3s ease;
  outline: none;
}
a:focus {
  outline: none;
  opacity: 1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 1;
}

p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .content {
    max-width: 100%;
    padding: 0 calc(16 / var(--sp-base-width));
  }
  .wrapper {
    font-size: var(--base-sp-font-size);
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .hd-type-02 {
    line-height: calc(30 / var(--sp-base-width));
    font-size: calc(30 / var(--sp-base-width));
  }
  .hd-type-02 span {
    font-size: calc(12 / var(--sp-base-width));
  }
  .hd-type03 {
    font-size: calc(20 / var(--sp-base-width));
  }
  .hd-type03 span {
    font-size: calc(12 / var(--sp-base-width));
  }
  .hd-type04 {
    font-size: calc(20 / var(--sp-base-width));
  }
  .hd-type04 span {
    font-size: calc(12 / var(--sp-base-width));
  }
  .hd-type05 {
    font-size: calc(24 / var(--sp-base-width));
  }
  .hd-type06 {
    font-size: calc(20 / var(--sp-base-width));
  }
  .hd-type06:after {
    width: calc(30 / var(--sp-base-width));
    margin: calc(8 / var(--sp-base-width)) auto 0;
  }
  .explain {
    margin-top: calc(16 / var(--sp-base-width));
    text-align: left;
    font-size: calc(14 / var(--sp-base-width));
  }
  a {
    outline: none;
  }
  a:focus {
    outline: none;
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
main {
  margin-top: calc(64 / var(--pc-base-width));
}

@media screen and (max-width: 768px) {
  main {
    margin-top: calc(55 / var(--sp-base-width));
  }
}
.mv {
  padding: calc(64 / var(--pc-base-width)) 0;
  background: url(../img/mv_pc.jpg) no-repeat 0 0/cover;
  color: #fff;
}
.mv .content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.mv .content .mv-ttl {
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-size: clamp(12px, 64 / var(--pc-base-width), 80px);
  font-weight: bold;
}
.mv .content .mv-massage {
  font-size: clamp(12px, 20 / var(--pc-base-width), 40px);
  color: #fff;
}
.mv .content p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mv {
    padding: calc(40 / var(--sp-base-width)) 0;
    background: url(../img/mv_sp.jpg) no-repeat calc(-36 / var(--sp-base-width)) 0/cover;
    color: #fff;
  }
  .mv .content {
    margin: 0 auto;
    padding: 0 calc(16 / var(--sp-base-width));
    gap: calc(18 / var(--sp-base-width));
  }
  .mv .content .mv-ttl {
    font-size: calc(32 / var(--sp-base-width));
  }
  .mv .content .mv-massage {
    font-size: calc(15 / var(--sp-base-width));
  }
  .mv .content p {
    font-size: calc(12.5 / var(--sp-base-width));
  }
}
.wanted {
  padding: calc(100 / var(--pc-base-width)) 0;
  background-image: radial-gradient(circle calc(150 / var(--pc-base-width)) at calc(100% - 22.1vw) 4.3vw, rgba(47, 122, 109, 0.02) 100%, transparent 100%), radial-gradient(circle calc(400 / var(--pc-base-width)) at calc(100% + 3.7857vw) -2.7vw, rgba(47, 122, 109, 0.02) 100%, transparent 100%);
}

.wanted-list {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: calc(60 / var(--pc-base-width));
}
.wanted-list li {
  width: calc(375 / var(--pc-base-width));
  height: calc(375 / var(--pc-base-width));
  padding-top: calc(96 / var(--pc-base-width));
  border-radius: 50%;
  background: var(--bg);
}
.wanted-list li p {
  margin-top: calc(24 / var(--pc-base-width));
  text-align: center;
}
.wanted-list li:nth-child(2) {
  margin: calc(-8 / var(--pc-base-width)) calc(-23 / var(--pc-base-width)) 0;
  padding-top: calc(120 / var(--pc-base-width));
  background: var(--main-bg-clr);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .wanted {
    padding: calc(48 / var(--sp-base-width)) 0;
    background-image: radial-gradient(circle calc(75 / var(--sp-base-width)) at calc(100% - 44.1vw) 4.3vw, rgba(47, 122, 109, 0.02) 100%, transparent 100%), radial-gradient(circle calc(200 / var(--sp-base-width)) at calc(100% + 3.7857vw) -2.7vw, rgba(47, 122, 109, 0.02) 100%, transparent 100%);
  }
  .wanted-list {
    flex-direction: column;
    align-items: center;
    margin-top: calc(32 / var(--sp-base-width));
  }
  .wanted-list li {
    display: grid;
    place-content: center;
    place-items: center;
    width: calc(282 / var(--sp-base-width));
    height: calc(282 / var(--sp-base-width));
    padding-top: 0;
  }
  .wanted-list li p {
    margin-top: calc(16 / var(--sp-base-width));
    line-height: 1.4;
    font-size: calc(16 / var(--sp-base-width));
  }
  .wanted-list li:nth-child(2) {
    margin: calc(-16 / var(--sp-base-width)) 0 0;
    padding-top: 0;
  }
  .wanted-list li:nth-child(3) {
    margin: calc(-16 / var(--sp-base-width)) 0 0;
  }
}
.interview {
  position: relative;
  padding: calc(100 / var(--pc-base-width)) 0;
  background: var(--bg);
}
.interview:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: calc(473 / var(--pc-base-width));
  height: calc(590 / var(--pc-base-width));
  background: url(../img/bg_top.png) no-repeat 0 0/cover;
  opacity: 0.15;
}
.interview:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: calc(473 / var(--pc-base-width));
  height: calc(590 / var(--pc-base-width));
  background: url(../img/bg_btm.png) no-repeat 0 0/cover;
  opacity: 0.15;
}
.interview .content {
  position: relative;
  z-index: 2;
}

.interview-list {
  display: flex;
  justify-content: space-between;
  margin-top: calc(100 / var(--pc-base-width));
}
.interview-list li a {
  position: relative;
  display: block;
  width: calc(380 / var(--pc-base-width));
  height: calc(512 / var(--pc-base-width));
  border: 1px solid #333;
}
.interview-list li .num {
  position: absolute;
  top: calc(-40 / var(--pc-base-width));
  left: 0;
  writing-mode: vertical-lr;
  text-orientation: upright;
  line-height: 0.8;
  font-size: clamp(40px, 60 / var(--pc-base-width), 80px);
  font-weight: bold;
  color: var(--main-clr);
}
.interview-list li .num span {
  display: block;
  letter-spacing: -0.05em;
}
.interview-list li .interview-box {
  position: absolute;
  bottom: calc(56 / var(--pc-base-width));
  right: 0;
  width: calc(140 / var(--pc-base-width));
  padding: calc(8 / var(--pc-base-width)) calc(16 / var(--pc-base-width));
  background: #fff;
  text-align: right;
}
.interview-list li .interview-box span {
  display: block;
}
.interview-list li figure {
  position: absolute;
  border: 4px solid #fff;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  inset: 0;
}
.interview-list li figure img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-list li figure .img01 {
  top: calc(-16 / var(--pc-base-width));
  left: 50%;
  width: 170% !important;
  transform: translateX(-50%);
}
.interview-list li figure .img02 {
  top: 0;
  left: calc(-14 / var(--pc-base-width));
  width: auto !important;
  height: 100% !important;
}
.interview-list li figure .img03 {
  top: 0;
  right: calc(-32 / var(--pc-base-width));
  width: auto !important;
  height: 100% !important;
}
.interview-list li a > *:not(figure) {
  z-index: 1;
}

.introduction-list {
  display: flex;
  gap: 24px;
  margin-top: calc(24 / var(--pc-base-width));
}
.introduction-list li {
  width: calc(588 / var(--pc-base-width));
}
.introduction-list li a {
  display: block;
  padding: calc(24 / var(--pc-base-width));
  background: #fff;
  border: 1px solid #333;
}
.introduction-list li p {
  margin-top: calc(16 / var(--pc-base-width));
}

@media screen and (min-width: 769px) {
  .interview-list li a:hover img {
    filter: grayscale(1);
  }
  .introduction-list li a:hover {
    background: var(--main-bg-clr);
  }
}
@media screen and (max-width: 768px) {
  .interview {
    padding: calc(48 / var(--sp-base-width)) 0;
  }
  .interview:before {
    width: calc(186 / var(--sp-base-width));
    height: calc(295 / var(--sp-base-width));
  }
  .interview:after {
    width: calc(186 / var(--sp-base-width));
    height: calc(295 / var(--sp-base-width));
  }
  .interview-list {
    flex-direction: column;
    gap: calc(32 / var(--sp-base-width));
    margin-top: calc(48 / var(--sp-base-width));
  }
  .interview-list li a {
    width: 100%;
    height: calc(262 / var(--sp-base-width));
  }
  .interview-list li .num {
    top: calc(-30 / var(--sp-base-width));
    font-size: calc(50 / var(--sp-base-width));
  }
  .interview-list li .interview-box {
    position: absolute;
    bottom: calc(8 / var(--sp-base-width));
    width: calc(137 / var(--sp-base-width));
    padding: calc(8 / var(--sp-base-width)) calc(16 / var(--sp-base-width));
  }
  .interview-list li .interview-box .img01 {
    top: calc(-16 / var(--pc-base-width));
    left: 50%;
    width: 170% !important;
    transform: translateX(-50%);
  }
  .interview-list li .interview-box .img02 {
    top: 0;
    left: calc(-14 / var(--pc-base-width));
    width: auto !important;
    height: 100% !important;
  }
  .interview-list li .interview-box .img03 {
    top: 0;
    right: calc(-32 / var(--pc-base-width));
    width: auto !important;
    height: 100% !important;
  }
  .interview-list li:nth-child(2) a .num {
    right: 0;
    left: auto;
  }
  .introduction-list {
    flex-direction: column;
    gap: calc(16 / var(--sp-base-width));
    margin-top: calc(16 / var(--sp-base-width));
  }
  .introduction-list li {
    width: 100%;
  }
  .introduction-list li a {
    padding: calc(12 / var(--sp-base-width));
  }
  .introduction-list li p {
    margin-top: calc(12 / var(--sp-base-width));
  }
}
.work {
  padding: calc(100 / var(--pc-base-width)) 0;
}

.worklist {
  display: flex;
  gap: 16px;
  margin-top: calc(32 / var(--pc-base-width));
}
.worklist li {
  width: calc(288 / var(--pc-base-width));
  padding: calc(12 / var(--pc-base-width)) 0;
  border: 1px solid #333;
}
.worklist li figure {
  width: 36px;
  margin: 0 auto;
}
.worklist li p {
  margin-top: calc(32 / var(--pc-base-width));
  padding: 0 calc(16 / var(--pc-base-width));
}

.btn-box {
  margin-top: calc(40 / var(--pc-base-width));
}
.btn-box a {
  position: relative;
  display: block;
  width: calc(320 / var(--pc-base-width));
  margin: 0 auto;
  padding: calc(16 / var(--pc-base-width)) 0;
  overflow: hidden;
  background: var(--main-clr);
  border: 1px solid var(--main-clr);
  border-radius: 80px;
  text-align: center;
  color: #fff;
}
.btn-box a span {
  position: relative;
  z-index: 1;
}
.btn-box a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  width: 130%;
  height: calc(100% + 2px);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  background-color: #fff;
  transform: translateX(-100%);
  transition: all 0.4s;
}

.achievements {
  margin-top: calc(56 / var(--pc-base-width));
  padding: calc(80 / var(--pc-base-width));
  background: var(--main-bg-clr);
}

.achievements-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(24 / var(--pc-base-width));
  margin-top: calc(40 / var(--pc-base-width));
}
.achievements-list li {
  padding: calc(24 / var(--pc-base-width));
  background: #fff;
  border-radius: calc(12 / var(--pc-base-width));
}
.achievements-list li:first-child {
  grid-column: 1/4;
  padding: calc(32 / var(--pc-base-width));
}
.achievements-list .achievements-ttl {
  text-align: center;
  font-size: clamp(12px, 18 / var(--pc-base-width), 28px);
  font-weight: bold;
}
.achievements-list .achievements-ttl span {
  display: block;
  font-size: clamp(12px, 13 / var(--pc-base-width), 23px);
  font-weight: normal;
  color: #aaa;
}
.achievements-list .tag-box {
  margin-top: calc(8 / var(--pc-base-width));
}
.achievements-list .tag-box span {
  display: inline-block;
  margin-right: calc(4 / var(--pc-base-width));
  padding: calc(4 / var(--pc-base-width)) calc(16 / var(--pc-base-width));
  background: var(--sub-clr);
  border-radius: 80px;
  line-height: 1;
  text-align: center;
  font-size: clamp(12px, 12 / var(--pc-base-width), 20px);
  color: #fff;
}
.achievements-list .txt {
  margin-top: calc(16 / var(--pc-base-width));
}

@media screen and (min-width: 769px) {
  .btn-box a:hover {
    background: #fff;
    color: var(--main-clr);
  }
  .btn-box a:hover::before {
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .work {
    padding: calc(48 / var(--sp-base-width)) 0;
  }
  .worklist {
    flex-direction: column;
    margin-top: calc(16 / var(--sp-base-width));
  }
  .worklist li {
    width: 100%;
    padding: calc(16 / var(--sp-base-width)) 0;
  }
  .worklist li figure {
    width: calc(40 / var(--sp-base-width));
  }
  .worklist li p {
    margin-top: calc(12 / var(--sp-base-width));
    padding: 0 calc(12 / var(--sp-base-width));
  }
  .btn-box {
    margin-top: calc(20 / var(--sp-base-width));
  }
  .btn-box a {
    width: auto;
    padding: calc(16 / var(--sp-base-width)) calc(24 / var(--sp-base-width));
  }
  .achievements {
    margin-top: calc(28 / var(--sp-base-width));
    padding: calc(16 / var(--sp-base-width));
  }
  .achievements-list {
    grid-template-columns: 1fr;
    gap: calc(12 / var(--sp-base-width));
    margin-top: calc(24 / var(--sp-base-width));
  }
  .achievements-list li {
    padding: calc(16 / var(--sp-base-width));
    border-radius: calc(8 / var(--sp-base-width));
  }
  .achievements-list li:first-child {
    grid-column: auto;
    padding: calc(16 / var(--sp-base-width));
  }
  .achievements-list .achievements-ttl {
    font-size: calc(17 / var(--sp-base-width));
  }
  .achievements-list .achievements-ttl span {
    font-size: calc(12 / var(--sp-base-width));
  }
  .achievements-list .tag-box {
    margin-top: calc(4 / var(--sp-base-width));
  }
  .achievements-list .tag-box span {
    margin-right: calc(4 / var(--sp-base-width));
    padding: calc(4 / var(--sp-base-width)) calc(16 / var(--sp-base-width));
    font-size: calc(12 / var(--sp-base-width));
  }
  .achievements-list .txt {
    margin-top: calc(12 / var(--sp-base-width));
  }
}
.future {
  padding: calc(100 / var(--pc-base-width)) 0;
  background-color: var(--bg);
}
.future .innr-content {
  display: flex;
  flex-direction: column;
  gap: calc(64 / var(--pc-base-width));
  width: calc(640 / var(--pc-base-width));
  margin: calc(48 / var(--pc-base-width)) auto 0;
}

.future-list {
  display: flex;
  flex-direction: column;
  gap: calc(16 / var(--pc-base-width));
}

@media screen and (max-width: 768px) {
  .future {
    padding: calc(48 / var(--sp-base-width)) 0;
  }
  .future .innr-content {
    gap: calc(32 / var(--sp-base-width));
    width: 100%;
    margin: calc(24 / var(--sp-base-width)) auto 0;
  }
  .future-list {
    gap: calc(8 / var(--sp-base-width));
  }
}
.news {
  padding: calc(100 / var(--pc-base-width)) 0;
}

.news-list {
  width: calc(800 / var(--pc-base-width));
  margin: calc(32 / var(--pc-base-width)) auto 0;
}
.news-list dl {
  display: flex;
}
.news-list dl dt {
  width: calc(150 / var(--pc-base-width));
}

@media screen and (min-width: 769px) {
  .news-list a:hover dd {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: calc(48 / var(--sp-base-width)) 0;
  }
  .news-list {
    width: 100%;
    margin: calc(32 / var(--sp-base-width)) auto 0;
  }
  .news-list dl {
    flex-direction: column;
  }
  .news-list dl dt {
    width: 100%;
  }
}
.recruit {
  padding: calc(100 / var(--pc-base-width)) 0;
  background: var(--bg);
}

.occupation-list {
  display: flex;
  flex-direction: column;
  gap: calc(8 / var(--pc-base-width));
  margin-top: calc(32 / var(--pc-base-width));
}
.occupation-list li {
  background: #fff;
}

.occupation-hd {
  position: relative;
  padding: calc(24 / var(--pc-base-width)) calc(16 / var(--pc-base-width));
  border-bottom: 1px solid #333;
  transition: all 0.5s ease;
}
.occupation-hd::before, .occupation-hd::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 15px;
  height: 1px;
  margin: auto;
  background: #333;
}
.occupation-hd::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.occupation-detail-box {
  display: none;
  padding: calc(16 / var(--pc-base-width)) calc(100 / var(--pc-base-width));
}
.occupation-detail-box dl {
  display: flex;
  padding: calc(16 / var(--pc-base-width)) 0;
  border-bottom: 1px solid #333;
}
.occupation-detail-box dt {
  width: calc(200 / var(--pc-base-width));
  font-weight: bold;
}
.occupation-detail-box dd {
  width: calc(100% - 200 / var(--pc-base-width));
}
.occupation-detail-box dd a {
  text-decoration: underline;
}

.requirements-list li {
  margin-top: calc(16 / var(--pc-base-width));
}
.requirements-list li:first-child {
  margin-top: 0;
}
.requirements-list li .requirements-ttl {
  font-size: clamp(12px, 18 / var(--pc-base-width), 28px);
}
.requirements-list li .requirements-detail {
  padding-left: 1em;
}

.dotted-list > li span {
  display: block;
  padding-left: 1em;
}

.dotted-list > li {
  position: relative;
  padding-left: 1em;
}
.dotted-list > li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.dotted-list.biz-ct {
  margin-bottom: 1em;
}

.dotted-detail-list {
  margin-top: 1em;
}
.dotted-detail-list li {
  padding-left: 1em;
}

.dotted-detail-list li:before {
  content: "- ";
}

@media screen and (min-width: 769px) {
  .occupation-hd.active::after {
    transform: rotate(0deg);
  }
  .occupation-hd:hover {
    cursor: pointer;
    background: var(--main-bg-clr);
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: calc(48 / var(--sp-base-width)) 0;
  }
  .occupation-list {
    display: flex;
    flex-direction: column;
    gap: calc(4 / var(--sp-base-width));
    margin-top: calc(32 / var(--sp-base-width));
  }
  .occupation-hd {
    padding: calc(12 / var(--sp-base-width)) calc(16 / var(--sp-base-width));
  }
  .occupation-detail-box {
    padding: calc(16 / var(--sp-base-width));
  }
  .occupation-detail-box dl {
    flex-direction: column;
    padding: calc(16 / var(--sp-base-width)) 0;
  }
  .occupation-detail-box dt {
    width: 100%;
  }
  .occupation-detail-box dd {
    width: 100%;
    margin-top: calc(16 / var(--sp-base-width));
  }
  .requirements-list li {
    margin-top: calc(16 / var(--sp-base-width));
  }
  .requirements-list li .requirements-ttl {
    font-size: calc(17 / var(--sp-base-width));
  }
}/*# sourceMappingURL=top.css.map */