@charset "UTF-8";
.nav-links {
  text-align: center;
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}
.pagination a {
  color: #1C231D;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .page-numbers:hover {
  color: #309623;
  opacity: 1;
}
.pagination .current {
  color: #309623;
  border-bottom: 1px solid #309623;
}

.breadcrumb {
  margin-top: 0.5em;
  text-align: end;
}
.breadcrumb li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
.breadcrumb li span {
  font-size: clamp(12px, 0.7vw, 14px);
}
.breadcrumb li::after {
  content: "ー";
  position: absolute;
  right: 5px;
}
.breadcrumb li:last-child {
  padding-right: 0;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li:last-child span {
  color: #309623;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.loading div {
  position: fixed;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: clamp(160px, 15vw, 250px);
}
@media screen and (max-width: 767px) {
  .loading div {
    top: 47%;
    width: min(140px, 37.3vw);
  }
}

.PageSec_top {
  margin-top: 6%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .PageSec_top {
    margin-top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .PageSec_top {
    margin-top: 16%;
  }
}
.PageSec_subpage {
  padding-top: 6.5%;
  border-top: 1px solid #B5C4B0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .PageSec_subpage {
    padding-top: calc(11% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .PageSec_subpage {
    padding-top: calc(17% - 30px);
  }
}
.PageSec_subpage:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .PageSec_subpage:first-of-type {
    padding-top: calc(11% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .PageSec_subpage:first-of-type {
    padding-top: calc(17% - 30px);
  }
}
.PageSec_subpage:last-of-type {
  padding-bottom: 6.5%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .PageSec_subpage:last-of-type {
    padding-bottom: 11%;
  }
}
@media screen and (max-width: 767px) {
  .PageSec_subpage:last-of-type {
    padding-bottom: 17%;
  }
}
@media screen and (max-width: 999px) {
  .PageSec_subpage.-NoMv {
    padding-top: calc(17% - 30px + 15% + 65px) !important;
  }
}
.PageSec_subpage + .PageSec_subpage {
  padding-top: 5.5%;
  margin-top: 5.5%;
  scroll-margin-top: 75px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .PageSec_subpage + .PageSec_subpage {
    scroll-margin-top: 75px;
    padding-top: 10.5%;
    margin-top: 10.5%;
  }
}
@media screen and (max-width: 767px) {
  .PageSec_subpage + .PageSec_subpage {
    scroll-margin-top: 65px;
    padding-top: 16%;
    margin-top: 16%;
  }
}

.AlignItems {
  display: flex;
}
@media screen and (max-width: 767px) {
  .AlignItems {
    justify-content: center !important;
  }
}
.AlignItems.-center {
  justify-content: center;
}
.AlignItems.-left {
  justify-content: flex-start;
}
.AlignItems.-right {
  justify-content: flex-end;
}
.AlignItems.-card {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .AlignItems.-card {
    justify-content: flex-end !important;
  }
}
.AlignItems > .btn {
  margin-top: clamp(30px, 3.1vw, 60px);
}
.SubMv {
  height: calc(clamp(400px, 28.5vw, 550px) - 100px);
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .SubMv {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .SubMv {
    height: min(400px, 53vw);
  }
}
.SubMv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/images/subpage/mv_subpage.webp) no-repeat center/cover;
  z-index: -1;
  height: clamp(400px, 28.5vw, 550px);
  border-bottom: 1px solid #E5ECE3;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .SubMv::before {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .SubMv::before {
    height: min(400px, 53vw);
  }
}
.SubMv > div {
  display: flex;
  align-items: center;
}

.u-arrow {
  width: 26px;
  min-width: 26px;
  aspect-ratio: 1;
  background: transparent linear-gradient(98deg, #309623 0%, #26764C 51%, #21626C 100%) 0% 0% no-repeat padding-box;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.u-arrow span {
  background-color: #fff;
  width: 10px;
  height: 2px;
  border-radius: 100px;
  position: relative;
}
.u-arrow span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 100px;
  background-color: #fff;
  transform-origin: center center;
  transform: rotate(90deg);
  transition: 0.3s;
}
.is-open .u-arrow span::after {
  transform: rotate(0deg);
}

* {
  color: #1C231D;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.15em;
  font-weight: bold;
}

p,
span,
a,
ul,
li,
table,
label,
dt,
dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: clamp(14px, 0.8vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #646C5F;
}
@media screen and (max-width: 767px) {
  p,
  span,
  a,
  ul,
  li,
  table,
  label,
  dt,
  dd {
    font-size: min(15px, 3.7vw);
    line-height: 2;
  }
}

li {
  list-style: none;
}

nav > ul > li > a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.txt.-center {
  text-align: center;
}

.br {
  line-height: 1.2 !important;
  display: none;
}
.br.-pc {
  display: block;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br.-pc {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .br.-lg {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .br.-md {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br.-sp {
    line-height: 1.2 !important;
    display: block;
  }
}

.inner {
  margin: 0 auto;
  width: min(1300px, 75%);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .inner {
    width: 85%;
  }
}
@media screen and (max-width: 999px) {
  .inner {
    width: 90%;
  }
}
.inner.-wide {
  width: 100%;
  padding: 0 min(100px, 5%);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .inner.-wide {
    padding: 0 3%;
  }
}

.loading-bg {
  background: #F5F8F4;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.loading-bg .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: clamp(130px, 11vw, 200px);
}
@media screen and (max-width: 767px) {
  .loading-bg .logo {
    width: min(110px, 32vw);
  }
}

.blur_block01,
.blur_block01_delay,
.blur_block02,
.blur_block03,
.blur_block04,
.blur_block05 {
  opacity: 0;
  backface-visibility: hidden;
}

.is-show01 {
  animation: blur_animation01 0.6s ease-out both;
  animation-delay: 0.3s;
  transform: translate3d(20px, 0, 0);
}

.is-show01_delay {
  animation: blur_animation01 0.6s ease-out both;
  animation-delay: 1.6s;
  transform: translate3d(20px, 0, 0);
}

@keyframes blur_animation01 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.is-show02 {
  animation: blur_animation02 0.55s ease-out both;
  animation-delay: 0.3s;
  transform: translate3d(0, 20px, 0);
}

.is-show02_delay {
  animation: blur_animation02 0.7s ease-out both;
  animation-delay: 0.35s;
  transform: translate3d(0, 20px, 0);
}

@keyframes blur_animation02 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.is-show03 {
  animation: blur_animation01 0.6s ease-out both;
  transform: translate3d(-20px, 0, 0);
}

@keyframes blur_animation01 {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
@keyframes zoomOutMV {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomOutMV 8s linear both;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation_section_image {
  animation: zoomOut 8s linear both;
}

.left-mask01,
.left-mask02,
.left-mask03,
.left-mask04 {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: clip-path 3s ease-in;
}

.is-show04.left-mask01 {
  transition-delay: 0s;
}

.is-show04.left-mask02 {
  transition-delay: 1s;
}

.is-show04.left-mask03 {
  transition-delay: 2s;
}

.is-show04.left-mask04 {
  transition-delay: 3s;
}

.is-show04.left-mask01,
.is-show04.left-mask02,
.is-show04.left-mask03,
.is-show04.left-mask04 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.is-show04 img {
  animation: zoomOutSection 8s linear both;
}

@keyframes zoomOutSection {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.js-fadeup {
  position: relative;
  overflow: hidden;
  opacity: 0; /* 初期状態を透明に */
  transform: translateY(20px); /* 初期位置を少し下に */
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-fadeup.js-after {
  opacity: 1; /* フェードイン後の不透明度 */
  transform: translateY(0); /* 元の位置に戻る */
}
.js-fadeup::before {
  content: "";
  width: 100%;
  height: 102%;
  background-color: #1C231D;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.7s cubic-bezier(1, 0, 0.1, 1) 0.4s; /* 背景色アニメーションのスピードと遅延を調整 */
  transform: translate3d(0, 0%, 0);
  z-index: 1;
}
.js-fadeup.js-after::before {
  transform: translate3d(0, -102%, 0);
}
.js-fadeup img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: scale(1.2);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.9s cubic-bezier(1, 0, 0.1, 1) 0s;
  z-index: 0; /* z-indexを修正 */
}
.js-fadeup.js-after img {
  opacity: 1; /* フェードイン後の不透明度 */
  transform: scale(1); /* 元のサイズに戻す */
}

.js-fadeup_delay {
  position: relative;
  overflow: hidden;
  opacity: 0; /* 初期状態を透明に */
  transform: translateY(20px); /* 初期位置を少し下に */
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-fadeup_delay.js-after {
  opacity: 1; /* フェードイン後の不透明度 */
  transform: translateY(0); /* 元の位置に戻る */
}
.js-fadeup_delay::before {
  content: "";
  width: 100%;
  height: 102%;
  background-color: #1C231D;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.7s cubic-bezier(1, 0, 0.1, 1) 0.3s; /* 背景色アニメーションのスピードと遅延を調整 */
  transform: translate3d(0, 0%, 0);
  z-index: 1;
}
.js-fadeup_delay.js-after::before {
  transform: translate3d(0, -102%, 0);
}
.js-fadeup_delay img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transform: scale(1.2);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.9s cubic-bezier(1, 0, 0.1, 1) 0s;
  z-index: 0; /* z-indexを修正 */
}
.js-fadeup_delay.js-after img {
  opacity: 1; /* フェードイン後の不透明度 */
  transform: scale(1); /* 元のサイズに戻す */
}

/*
Theme Name : design_template
*/
* {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 600;
}

html {
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

body {
  background: #F5F8F4;
  counter-reset: number;
}

dl {
  margin: 0;
}

img {
  width: 100%;
  object-fit: cover;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

.contents_wrapper {
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 999px) {
  .contents_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}
.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

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

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
  padding: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 90%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.header {
  z-index: 10;
  position: relative;
}
.header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media screen and (max-width: 999px) {
  .header_pc {
    display: none;
  }
}
.header_js {
  position: fixed;
  width: 100%;
  top: -100px;
  opacity: 0;
  transition: all 0.9s;
  transform: translateY(-100%);
  z-index: 999;
  height: 75px;
}
.header_js.transform {
  top: 0;
  opacity: 1;
  transform: translateY(0);
  background: #fff;
  box-shadow: 10px 5px 19px rgba(32, 100, 41, 0.2);
}
.header_js.hide {
  opacity: 0;
  transform: translateY(-100%);
}
.header_logo {
  width: clamp(220px, 15.5vw, 300px);
}
@media screen and (max-width: 999px) {
  .header_logo {
    width: clamp(120px, 26vw, 200px);
  }
}
.header_item {
  display: flex;
}
@media screen and (max-width: 999px) {
  .header_item {
    display: none;
  }
}
.header_wrap {
  display: flex;
  align-items: center;
  gap: clamp(25px, 2vw, 40px);
}
.header_nav ul {
  display: flex;
  gap: clamp(20px, 1.6vw, 30px);
  align-items: center;
}
.header_nav ul li a {
  color: #1C231D;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .header_nav ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header_nav ul li a {
    font-size: 12px;
  }
}
.header_nav ul li a:hover {
  color: #309623;
  opacity: 1;
}
.header_drop {
  position: relative;
}
.header_drop ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.header_drop:hover ul {
  visibility: visible;
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.header_drop:hover::after {
  opacity: 0.7;
}
.header_DropList {
  visibility: hidden;
  opacity: 0;
  background: #edeeec;
  z-index: 1;
  position: absolute;
  top: 52px !important;
  left: -10px;
  transition: all 0.2s ease;
  margin: 0 !important;
  border-radius: 0px;
  padding: 1.2em 1.4em !important;
  width: 19em;
  box-shadow: 5px 15px 15px hsla(128, 52%, 26%, 0.1);
}
.header_DropList a {
  font-size: clamp(12px, 0.7vw, 14px);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .header_DropList a {
    font-size: clamp(12px, 0.7vw, 14px) !important;
  }
}
.header_DropItem {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.header_DropItem:last-child {
  margin-bottom: 0;
}
.header_DropItem:before, .header_DropItem:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.header_DropItem:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.header_DropItem:after {
  position: absolute;
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header_DropItem:hover:before, .header_DropItem:hover:after {
  opacity: 0.6;
}
.header_BtnArea {
  display: flex;
  align-items: center;
  gap: min(1vw, 15px);
}
.header_drawer {
  transition: box-shadow 0.5s, background-color 0.5s;
  display: none;
}
@media screen and (max-width: 999px) {
  .header_drawer {
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .header_drawer {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .header_drawer {
    height: 65px;
  }
}
.header_drawer.transform {
  background: #fff;
  box-shadow: 10px 5px 19px rgba(32, 100, 41, 0.2);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .header_drawer.transform {
    padding: 2% 3%;
  }
}

.drawer {
  display: none;
}
@media screen and (max-width: 999px) {
  .drawer {
    position: fixed;
    right: 0;
    z-index: 11;
    display: block;
  }
}
.drawer label {
  cursor: pointer;
  position: absolute;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .drawer label {
    scale: 0.95;
    top: 13px;
    right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .drawer label {
    scale: 0.8;
    top: 10px;
    right: 4%;
  }
}
.drawer #navTgl {
  display: none;
}
.drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
.drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
.drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 2px solid #fff;
}
.drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  width: 30px;
}
.drawer #navTgl:checked ~ .drawer_menu {
  transform: none;
}
.drawer .open {
  z-index: 999;
  position: inherit;
  width: 30px;
  height: 40px;
  transition: background 0.4s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drawer .open::before, .drawer .open::after {
  content: "";
}
.drawer .open span, .drawer .open::before, .drawer .open::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  width: 30px;
  border-bottom: 2px solid #1C231D;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drawer .open::before {
  transform: translateY(-10px);
}
.drawer .open::after {
  transform: translateY(10px);
}
.drawer_ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  top: 0.5em;
  line-height: 1;
  font-size: min(11px, 2.9vw);
}
.drawer_menu {
  z-index: 15;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background: #1C231D;
}
.drawer_menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/images/common/drawer_bg_grade.webp) no-repeat bottom/cover;
}
.drawer_menu.drawer-open {
  opacity: 1;
  visibility: visible;
}
.drawer_wrap {
  margin-top: 20px;
  margin-left: 5%;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .drawer_wrap {
    margin-top: 24px;
  }
}
.drawer_nav {
  padding: min(15vw, 100px) 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .drawer_nav {
    padding: 60px 0 0;
  }
}
.drawer_nav > ul li {
  font-size: min(18px, 4.2vw);
  margin-bottom: 2.3em;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .drawer_nav > ul li {
    margin-bottom: 1.5em;
  }
}
.drawer_nav > ul li:last-child {
  margin-bottom: 0;
}
.drawer_nav > ul li a {
  font-size: min(18px, 4.2vw);
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .drawer_nav > ul li a {
    font-size: 16px;
  }
}
.drawer_drop a {
  margin-bottom: 0.7em;
}
.drawer_DropList {
  margin-left: 0.5em;
}
.drawer_DropList li {
  margin-bottom: 0 !important;
}
.drawer_DropList li a {
  font-size: min(15px, 3.7vw) !important;
  font-weight: 400 !important;
  margin-bottom: 0.35em !important;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .drawer_DropList li a {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
}

.footer {
  background: #1C231D;
  padding-top: 6%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .footer {
    padding-top: 8%;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 16%;
  }
}
.footer_wrap .logo {
  margin: 0 auto;
}
.footer_nav ul {
  display: flex;
  justify-content: center;
  gap: 3%;
  padding: 3% 0 4.5%;
}
@media screen and (max-width: 767px) {
  .footer_nav ul {
    flex-direction: column;
    text-align: center;
    padding: 7% 0 10%;
    gap: min(10px, 1.3vw);
  }
}
.footer_nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: clamp(12px, 0.7vw, 14px);
}
.footer_copy {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: clamp(12px, 0.7vw, 14px);
  letter-spacing: 0.1em;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
}

.btn {
  position: relative;
  width: 11.3em;
  height: 2.8em;
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
  border-radius: 2em;
  z-index: 0;
}
.btn_txt {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .btn_txt {
    font-size: 13px;
  }
}
.btn_arrow {
  display: flex;
  transition: all 0.3s;
}
.btn_arrow:before {
  content: "";
  display: inline-block;
  background: url("../images/common/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.3em;
  aspect-ratio: 1;
}
.btn.-gradation {
  background: transparent linear-gradient(98deg, #309623 0%, #26764C 51%, #21626C 100%) 0% 0% no-repeat padding-box;
}
.btn.-gradation:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent linear-gradient(98deg, #1f6876 0%, #1e8a51 51%, #4cb41f 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  transition: opacity 0.5s;
}
.btn.-blk {
  background: #1C231D;
}
.btn.-cta {
  scale: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn.-cta {
    scale: 1.1;
  }
}
.btn.-back {
  width: 14em;
}
.btn.-back .btn_arrow {
  transform: rotate(-90deg);
}
.btn.-back:hover .btn_arrow {
  transform: rotate(-135deg);
}
.btn:hover {
  opacity: 1;
  scale: 0.97;
}
.btn:hover:before {
  opacity: 1;
}
.btn:hover .btn_arrow {
  transform: rotate(45deg);
}
.btn_icon {
  aspect-ratio: 1;
  width: 2.2em;
}
@media screen and (max-width: 999px) {
  .btn_icon {
    width: 1.6em;
  }
}

.TtlLv1.-TopPrimary {
  font-size: clamp(25px, 2.1vw, 40px);
  line-height: 1.75;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TtlLv1.-TopPrimary {
    font-size: min(25px, 2.9vw);
  }
}
@media screen and (max-width: 767px) {
  .TtlLv1.-TopPrimary {
    font-size: min(30px, 6.4vw);
    line-height: 1.5;
  }
}
.TtlLv1.-TopPrimary span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #1C231D;
  text-transform: uppercase;
  font-size: clamp(14px, 0.9vw, 18px);
  display: flex;
  align-items: center;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .TtlLv1.-TopPrimary span {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .TtlLv1.-TopPrimary span {
    font-size: min(3.2vw, 14px);
    margin-bottom: 0.5em;
  }
}
.TtlLv1.-TopPrimary span:after {
  content: "";
  background: #309623;
  width: 5.6em;
  height: 1px;
  display: inline-block;
  margin-left: 0.3em;
}
.TtlLv1.-SubMv {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #1C231D;
  text-transform: uppercase;
  font-size: clamp(60px, 5.7vw, 110px);
  line-height: 1.3;
  margin-bottom: 6%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TtlLv1.-SubMv {
    margin-bottom: -3%;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .TtlLv1.-SubMv {
    font-size: min(50px, 9.3vw);
    margin-bottom: -10%;
  }
}
.TtlLv1.-SubMv span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #309623;
  font-size: clamp(14px, 0.9vw, 18px);
  display: block;
}
@media screen and (max-width: 767px) {
  .TtlLv1.-SubMv span {
    font-size: min(14px, 3.5vw);
  }
}
@media screen and (max-width: 767px) {
  .TtlLv1.-privacypolicy {
    font-size: min(43px, 8.4vw);
  }
}

.TtlLv2.-SubPrimary {
  font-size: clamp(20px, 1.6vw, 30px);
  margin-bottom: 0.7em;
}
@media screen and (max-width: 999px) {
  .TtlLv2.-SubPrimary {
    margin-bottom: 1em;
  }
}
.TtlLv2.-SubPrimary span {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #646C5F;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.TtlLv2.-SubPrimary.-num {
  counter-increment: number;
}
.TtlLv2.-SubPrimary.-num span:before {
  font-size: 1.3em;
  margin-bottom: 0;
  margin-right: 0.4em;
  color: #309623;
  counter-increment: number 0;
  content: "0" counter(number);
}

.TtlLv3.-SubPrimary {
  line-height: 1.75;
  font-size: clamp(18px, 1.3vw, 25px);
  margin-bottom: 0.7em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .TtlLv3.-SubPrimary {
    line-height: 1.5;
  }
}
.TtlLv3.-SubPrimary:before {
  content: "";
  background: #309623;
  width: 2em;
  height: 1.5px;
  display: inline-block;
  margin-right: 0.4em;
}
@media screen and (max-width: 767px) {
  .TtlLv3.-SubPrimary:before {
    width: 1em;
    margin-right: 0.3em;
  }
}

.table {
  margin: 0 auto;
  padding: 7% 6%;
  background: #E5ECE3;
}
@media screen and (max-width: 767px) {
  .table {
    padding: 7% 5%;
  }
}
.table_item {
  display: flex;
  border-bottom: 1px solid #B5C4B0;
  padding-bottom: 3%;
  margin-bottom: 3%;
  align-items: flex-start;
  text-align: left;
  position: relative;
}
.table_item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .table_item {
    flex-direction: column;
    padding-bottom: 6%;
    margin-bottom: 6%;
  }
}
.table_ttl {
  width: 28%;
  display: flex;
  align-items: center;
  color: #1C231D;
  font-size: clamp(14px, 0.9vw, 18px);
}
@media screen and (max-width: 767px) {
  .table_ttl {
    width: 100%;
    line-height: 1;
    margin-bottom: 0.5em;
  }
}
.table_content, .table_content a,
.table li {
  line-height: 1.5;
  width: 72%;
  margin: 0;
}
.table_content strong, .table_content a strong,
.table li strong {
  color: #309623;
}
@media screen and (max-width: 767px) {
  .table_content strong:first-of-type, .table_content a strong:first-of-type,
  .table li strong:first-of-type {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .table_content, .table_content a,
  .table li {
    width: 100%;
  }
}
.card {
  width: calc(50% - clamp(15px, 1.1vw, 20px));
  background: #E5ECE3;
  padding: 3% 3% 1.5%;
  position: relative;
  z-index: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
  .card {
    width: 100%;
    padding: 6% 5% 3%;
  }
}
.card_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  counter-increment: number;
}
.card_ttl {
  font-size: clamp(20px, 1.6vw, 30px);
  margin-bottom: 0.7em;
}
.card_ttl:before {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: 0.5em;
  color: #309623;
  counter-increment: number 0;
  content: "0" counter(number);
  display: block;
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .card_ttl:before {
    font-size: 0.8em;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .card_ttl:before {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .card_ttl {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .card_ttl {
    line-height: 1.4;
    margin-bottom: 0.5em;
    font-size: min(25px, 5.3vw);
  }
}
.card h3 + p {
  margin-bottom: 1em;
  line-height: 2;
  font-size: clamp(12px, 0.7vw, 14px);
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .card h3 + p {
    line-height: 1.7;
  }
}
.card .btn_icon {
  transition: 0.3s;
}
.card:hover {
  color: #fff;
  opacity: 1;
  transform: translate(4px, 4px);
}
.card:hover .card_ttl {
  color: #fff;
}
.card:hover .card_ttl:before {
  color: #fff;
}
.card:hover p {
  color: #fff;
}
.card:hover .btn_icon {
  transform: rotate(45deg);
  scale: 0.88;
}
.card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(98deg, #309623 0%, #26764C 51%, #21626C 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover::after {
  opacity: 1;
}

.logo {
  width: clamp(200px, 15vw, 290px);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .logo {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .logo {
    width: min(56vw, 210px);
  }
}
.logo.-drawer {
  display: none;
}
@media screen and (max-width: 999px) {
  .logo.-drawer {
    display: block;
    width: min(56vw, 210px);
  }
}
@media screen and (max-width: 767px) {
  .logo.-footer {
    width: min(48vw, 180px);
  }
}

.cta {
  position: relative;
  overflow: hidden;
}
.cta_link {
  display: inline-block;
  width: 100%;
  padding: 6% 0;
  margin-bottom: -0.01%;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .cta_link {
    padding: 8% 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .cta_link {
    padding: 8% 0;
  }
}
@media screen and (max-width: 767px) {
  .cta_link {
    padding: 16% 0;
  }
}
.cta_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/common/cta-bg_pc.webp) no-repeat center/cover;
  transition: transform 0.5s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cta_link:before {
    bottom: 0;
    background: url(../images/common/cta-bg_sp.webp) no-repeat center/cover;
  }
}
.cta_link:hover {
  opacity: 0.95;
}
.cta_link:hover:before {
  transform: scale(1.05);
}
.cta_link:hover .btn.-cta {
  scale: 1.17;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .cta_link:hover .btn.-cta {
    scale: 1;
  }
}
.cta_link:hover .btn.-cta .btn_arrow {
  transform: rotate(45deg);
}
.cta_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cta_wrap {
    flex-direction: column;
  }
}
.cta_txt {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-bottom: 0.12em solid #fff;
  margin-bottom: 0;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .cta_txt {
    margin-bottom: 1em !important;
    text-align: center;
    border-bottom: none;
  }
}

.note,
.quote {
  margin-top: 0.5em;
  font-size: clamp(12px, 0.7vw, 14px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .note,
  .quote {
    margin-top: 0.8em;
  }
}
.note a,
.quote a {
  font-size: clamp(12px, 0.7vw, 14px);
  line-height: 1.6;
}

.note {
  position: relative;
  padding-left: 1.2em;
}
.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.form_heading {
  margin-bottom: 5%;
}
.form_heading p {
  line-height: 1.8;
  color: #1C231D;
}
.form_heading p:first-child {
  margin-bottom: 1em;
  line-height: 1.6;
}
.form_heading p + .note {
  color: #646C5F;
}

.form_block {
  margin: 0 auto;
}
.form_block .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #B5C4B0;
}
.form_block .form_row span {
  font-size: 13px;
}
.form_block .form_row:last-child {
  margin-bottom: 0;
}
.form_block .content_inner {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .form_block .content_inner {
    font-size: 14px;
  }
}
.form_block .form_row_last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.form_block label {
  color: #1C231D;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
.form_block p a {
  color: #309623;
}
.form_block .confirm_txt {
  color: #309623;
}
.form_block .home_button a {
  color: #fff;
  border-radius: 0;
  width: 300px;
  padding: 14px 0;
  font-weight: 700;
}
.form_block .required {
  color: #fff;
  background-color: #ad2222;
  margin-left: 0.3em;
  padding: 0 0.3em;
  border-radius: 0.1em;
}
.form_block .form_btn {
  margin-bottom: 0;
  color: #fff;
  background-color: #309623;
  font-weight: 700;
  border-radius: 3em;
}
@media screen and (max-width: 767px) {
  .form_block .form_btn {
    margin-top: 20px;
  }
}
.form_block .form_btn[value=back] {
  color: #309623;
  background-color: transparent;
  border: 1px solid #309623;
}

.form_block input[type=text],
.form_block input[type=email],
.form_block input[type=tel],
.form_block select {
  width: 40%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .form_block input[type=text],
  .form_block input[type=email],
  .form_block input[type=tel],
  .form_block select {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .form_block input[type=text],
  .form_block input[type=email],
  .form_block input[type=tel],
  .form_block select {
    width: 100%;
  }
}

.form_block textarea {
  width: 100%;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: transparent linear-gradient(98deg, #309623 0%, #26764C 51%, #21626C 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  width: 150px;
  padding: 10px;
  border: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner,
input.wpcf7-form-control.wpcf7-previous {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(17px, 1.3vw, 25px);
  letter-spacing: 0.15em;
  line-height: 1.3;
  display: block;
  padding: 0.8em 0;
  width: 300px;
  color: #fff;
  border: none;
  border-radius: 5em;
  text-align: center;
  background: #309623;
  background: transparent linear-gradient(98deg, #309623 0%, #26764C 51%, #21626C 100%) 0% 0% no-repeat padding-box;
  margin: 1.5em auto 0;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:focus, input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
input.wpcf7-form-control.wpcf7-previous:focus,
input.wpcf7-form-control.wpcf7-previous:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  input.wpcf7-form-control.wpcf7-previous {
    font-size: clamp(14px, 0.8vw, 16px);
    width: min(250px, 100%);
    margin: 30px auto 0;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  text-align: center;
  border: none;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  margin-top: 0px;
}

.wpcf7-list-item {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  color: #1C231D;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item-label {
    font-size: 13px !important;
    line-height: 1.3;
  }
}

.wpcf7-response-output {
  line-height: 1.3;
  font-size: clamp(14px, 0.8vw, 16px);
  font-weight: 500;
}
.text_link {
  color: #309623 !important;
}

.form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.form_btn_wrap .wpcf7-spinner {
  display: none !important;
}
.form_btn_wrap p {
  width: 100%;
}

input.wpcf7-form-control.wpcf7-previous {
  background-color: #fff;
  border: 1px solid #309623;
  color: #309623;
}

label {
  display: block;
  position: static;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border: 1px solid #B5C4B0;
  border-radius: 3px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  select,
  textarea {
    width: 100%;
    line-height: 1.3;
  }
}

select {
  padding-right: 50px;
}

.mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(assets/images/top/top_mv_bg_pc.webp) no-repeat center/cover;
  transition: transform 0.5s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .mv:before {
    bottom: 0;
    background: url(assets/images/top/top_mv_bg_sp.webp) no-repeat center/cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: min(30vw, 150px);
  }
}
.mv_wrap {
  display: flex;
  gap: clamp(35px, 3.1vw, 60px);
  align-items: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv_wrap {
    gap: 20px;
  }
}
.mv_cont {
  width: calc(50% - clamp(35px, 3.1vw, 60px));
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv_cont {
    width: calc(55% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .mv_cont {
    width: 100%;
  }
}
.mv_CopyArea {
  margin-bottom: 11%;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .mv_CopyArea {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv_CopyArea {
    margin-bottom: 5%;
  }
}
.mv_catch > strong {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15em;
  font-weight: 600;
  font-size: clamp(28px, 3vw, 60px);
  line-height: 1.5;
  letter-spacing: 0.06em;
  display: block;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .mv_catch > strong {
    margin-bottom: 0.4em;
  }
}
@media screen and (max-width: 999px) {
  .mv_catch > strong {
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .mv_catch > strong {
    font-size: min(6.7vw, 40px);
  }
}
.mv_SubCatch {
  background: transparent linear-gradient(98deg, #309623 0%, #26764C 51%, #21626C 100%) 0% 0% no-repeat padding-box;
  font-size: clamp(12px, 0.9vw, 18px);
  color: #fff;
  padding: 0.3em 0.5em;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .mv_SubCatch {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .mv_SubCatch {
    font-size: min(16px, 3.1vw);
    padding: 0.5em 0.1em 0.5em 0.6em;
    display: inline-block;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv_img.-small {
    display: none;
  }
}
.mv_img.-large {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .mv_img.-large {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .mv_img.-large {
    display: none;
  }
}
.mv_img.-large > div {
  height: 100%;
}
.mv_img.-large img {
  object-fit: cover;
  height: 100%;
}
.mv_img.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_img.-sp {
    display: block;
  }
}

.Recruit-banner {
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .Recruit-banner {
    margin-top: 16%;
  }
}

.TopService h2 + p {
  margin-bottom: 3.1em;
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .TopService h2 + p {
    margin-bottom: 2em;
  }
}
.TopService_cont {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 1.1vw, 20px);
}

.TopCompany {
  background: #E5ECE3;
  display: flex;
  gap: clamp(35px, 3.1vw, 60px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopCompany {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .TopCompany {
    flex-direction: column;
    padding-bottom: 16%;
  }
}
.TopCompany_img {
  width: calc(50% - clamp(35px, 3.1vw, 60px));
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopCompany_img {
    width: calc(45% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .TopCompany_img {
    width: 100%;
    height: min(66.7vw, 450px);
  }
}
.TopCompany_img .simpleParallax {
  height: 100%;
}
.TopCompany_img img {
  object-fit: cover;
  height: 100%;
}
.TopCompany_TxtWrap {
  width: 33.8541666667%;
  padding: 6% 0;
  margin-left: calc(clamp(35px, 3.1vw, 60px) * 0.6);
}
@media screen and (min-width: 1000px) and (max-width: 1230px) {
  .TopCompany_TxtWrap {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopCompany_TxtWrap {
    width: calc(50% - 15px);
    padding: 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .TopCompany_TxtWrap {
    width: 90%;
    padding: 0;
    margin-left: 0;
    margin: 0 auto;
  }
}

.TopNews {
  background: #fff;
  padding: 6% 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .TopNews {
    padding: 10% 0;
  }
}
@media screen and (max-width: 767px) {
  .TopNews {
    padding: 16% 0;
  }
}
.TopNews_wrap {
  display: flex;
  gap: 9%;
}
@media screen and (max-width: 767px) {
  .TopNews_wrap {
    flex-direction: column;
  }
}
.TopNews_list {
  flex-grow: 1;
}
.TopNews_item {
  border-bottom: 1px solid #B5C4B0;
  display: flex;
  gap: 6%;
  padding-bottom: 1%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .TopNews_item {
    flex-direction: column;
    padding-bottom: 0.6em;
  }
}
.TopNews_item dt time {
  color: #646C5F;
  font-size: clamp(12px, 0.7vw, 14px);
}
.TopNews_item dd {
  color: #1C231D;
  font-size: clamp(14px, 0.9vw, 18px);
}

.news_item {
  border-bottom: 1px solid #B5C4B0;
  padding-bottom: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .news_item {
    flex-direction: column;
    padding-bottom: 0.6em;
  }
}
.news time {
  color: #309623;
  font-size: clamp(14px, 0.8vw, 16px);
}
.news_ttl,
.news dd {
  color: #1C231D;
  line-height: 1.75;
  font-size: clamp(18px, 1.3vw, 25px);
  font-weight: bold;
}
.news_single {
  background: #E5ECE3;
  padding: 7% 6%;
}
@media screen and (max-width: 767px) {
  .news_single {
    padding: 7% 5%;
  }
}
.news_ttl.-single {
  margin-bottom: 1em;
}

.service_wrap {
  display: flex;
  gap: clamp(35px, 3.1vw, 60px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .service_wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .service_wrap {
    flex-direction: column;
  }
}
.service_TxtWrap {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .service_TxtWrap {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .service_TxtWrap {
    width: 100%;
  }
}
.service_TxtWrap h3 + p {
  margin-bottom: 1.9em;
}
.service_TxtWrap h3 + p:last-child {
  margin-bottom: 0;
}
.service_img {
  width: calc(50% - clamp(35px, 3.1vw, 60px));
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .service_img {
    width: calc(40% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .service_img {
    display: none;
    width: 100%;
    height: min(53vw, 400px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .service_img img {
    scale: 1;
  }
}
.service_img.-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .service_img.-sp {
    display: block;
    margin-bottom: 4%;
  }
}
.service_img.-sp + p {
  margin-bottom: 2.6em;
}
@media screen and (max-width: 767px) {
  .service_img.-sp + p {
    margin-bottom: 1.5em;
  }
}
.service_img .simpleParallax {
  height: 100%;
}
.service_img img {
  object-fit: cover;
  height: 100%;
}

.company_wrap {
  display: flex;
  gap: 11.5%;
}
@media screen and (max-width: 999px) {
  .company_wrap {
    flex-direction: column;
  }
}
.company_wrap h2 {
  flex-shrink: 0;
}
.company_cont {
  flex-shrink: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .company_img img {
    /*height: min(66vw, 400px);*/
    height: 100%;
  }
}
.company_map {
  padding-top: 10px;
}
.company_map iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .company_map iframe {
    height: min(50vw, 350px);
  }
}
.company_GreetingTtl {
  font-size: clamp(20px, 1.6vw, 30px);
  color: #309623;
  margin: 2.4em 0 1.6em;
  line-height: 1.75;
  margin: 1.7em 0 1em;
  letter-spacing: 0.1em;
}
.company_TxtWrap p + p {
  margin-top: 1em;
}
.company_ceo {
  text-align: right;
}
.company_CeoName {
  font-size: clamp(18px, 1.3vw, 25px);
  color: #1C231D;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  padding-top: 1em;
}
.company_CeoName span {
  display: block;
  font-size: clamp(12px, 0.7vw, 14px);
  line-height: 1;
  text-align: left;
}
.company_CeoName small {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.15em;
  font-weight: 500;
  color: #309623;
  margin-left: 0.5em;
  font-size: clamp(12px, 0.7vw, 14px);
  letter-spacing: 0.1em;
}

.page404 p {
  text-align: center;
}

.privacypolicy dl {
  padding-bottom: 6%;
}
.privacypolicy dl:last-child {
  padding-bottom: 0;
}
.privacypolicy dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #1C231D;
}
.privacypolicy dl dd .btn {
  margin-top: 2%;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 743.98px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
html:has(.p-recruit) {
  scroll-behavior: smooth;
}

.p-recruit {
  position: relative;
  font-size: clamp(14px, 0.8vw, 16px);
  /*padding-top: 100px;*/
  background: #E6F0E2;
}
@media screen and (max-width: 743.98px) {
  .p-recruit {
    font-size: min(15px, 3.7vw);
    padding-top: min(25vw, 130px);
  }
}
.p-recruit::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background: url(../images/recruit/bg.webp) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit::before {
    background: url(../images/recruit/bg_sp.webp) 0 0/100% auto no-repeat;
  }
}
.p-recruit__container {
  position: relative;
  z-index: 1;
}
.p-recruit__wrap {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 743.98px) {
  .p-recruit__wrap {
    width: calc(100% - 9vw);
    max-width: none;
  }
}
.p-recruit-heading {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #4C5248;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-heading {
    font-size: clamp(25px, 2vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-heading {
    font-size: 23px;
  }
}
.p-recruit-heading span {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  margin: 0.769em 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-heading span {
    font-size: clamp(13px, 1.9vw, 15px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-heading span {
    font-size: 12px;
  }
}
.p-recruit-heading img {
  display: block;
  width: 100px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-heading img {
    width: 60px;
    margin: 0 auto 16px;
  }
}
.p-recruit-heading.white {
  color: #fff;
}
.p-recruit-heading.white span {
  color: #BFDECF;
}
.p-recruit-mv {
  position: relative;
  overflow: hidden;
  padding: 0 0 clamp(0px, 26.7vw, 500px);
  z-index: 1;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv {
    padding: 0 0 21.3vw;
  }
}
.p-recruit-mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 2002px;
  width: 104.3vw;
}
@media screen and (min-width: 1920.1px) {
  .p-recruit-mv__bg {
    left: calc(50% - 41px);
    right: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__bg {
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    transform: none;
  }
}
.p-recruit-mv__photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 101.9vw;
  max-width: 1957px;
  transform: translateX(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__photo {
    width: 100%;
    left: 0;
    bottom: 64vw;
    transform: none;
  }
}
.p-recruit-mv__wrap {
  position: relative;
  width: 75.3%;
  max-width: 1446px;
  margin: 0 auto;
  padding: clamp(0px, 7.81vw, 150px) 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__wrap {
    width: 100%;
    padding: 82.7vw 0 0;
  }
}
.p-recruit-mv__ttl {
  margin: clamp(0px, 4.6vw, 88px) 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__ttl {
    position: absolute;
    top: 0;
    left: 0;
    left: 4.8vw;
  }
}
.p-recruit-mv__ttl .ja {
  display: block;
  font-size: clamp(14px, 0.9vw, 18px);
  color: #309623;
  line-height: 1;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__ttl .ja {
    font-size: min(14px, 3.5vw);
  }
}
.p-recruit-mv__ttl .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(60px, 5.7vw, 110px);
  line-height: 1;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__ttl .en {
    font-size: min(50px, 9.3vw);
    margin-top: 10px;
  }
}
.p-recruit-mv__img {
  display: block;
  width: 51.8vw;
  max-width: 994px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__img {
    display: block;
    width: 84.3vw;
    max-width: auto;
    margin: 0 auto;
  }
}
.p-recruit-mv-intro {
  margin-top: clamp(0px, 17.5vw, 336px);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro {
    margin-top: 30vw;
  }
}
.p-recruit-mv-intro__logo {
  width: clamp(0px, 9.2vw, 176px);
  margin: 0 auto;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro__logo {
    width: 17vw;
  }
}
.p-recruit-mv-intro__txt {
  text-align: center;
  font-weight: 700;
  font-size: clamp(0px, 1.1vw, 21px);
  color: #1C231D;
  letter-spacing: 0.1em;
  margin: clamp(0px, 3.4vw, 65px) 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-mv-intro__txt {
    font-size: clamp(0px, 1.8vw, 16px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro__txt {
    font-size: min(14px, 3.7vw);
  }
}
.p-recruit-mv-intro__catch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: clamp(0px, 7.1vw, 137px) 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro__catch {
    display: block;
    text-align: center;
    margin-top: 133vw;
  }
}
.p-recruit-mv-intro__catch span {
  position: relative;
  font-size: clamp(0px, 2.1vw, 40px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1C231D;
  background: linear-gradient(transparent 70%, #FCFC6F 50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro__catch span {
    font-size: 5.9vw;
    line-height: 1.9;
  }
}
.p-recruit-content-nav {
  margin: 60px 0 110px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-nav {
    margin: clamp(20px, 3.7vw, 50px) 0 clamp(50px, 13.4vw, 180px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-nav {
    display: none;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content .reverse {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column-reverse;
    margin-top: 32px;
  }
}
.p-recruit-content-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 44px 27px;
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-list {
    gap: 30px 24px;
  }
}
.p-recruit-content-list__item {
  width: calc((100% - 54px) / 3);
  height: 104px;
  max-width: 404px;
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-list__item {
    width: calc(50% - 12px);
    height: 90px;
    max-width: 49%;
  }
}
.p-recruit-content-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 17px;
  border: 3px solid #000;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 0 0 clamp(14px, 1.5vw, 28px);
}
.p-recruit-content-list__num {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #309623;
  line-height: 1;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-list__num {
    font-size: clamp(24px, 3.4vw, 46px);
  }
}
.p-recruit-content-list__txt {
  font-size: 18px;
  font-size: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-list__txt {
    font-size: clamp(16px, 1.6vw, 22px);
  }
}
.p-recruit-content-point {
  background: #D6E5D2;
  width: 100%;
  padding: 35px 68px 45px;
  border-radius: 25px;
  margin: 0 0 160px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-point {
    margin: 0 0 clamp(80px, 12vw, 160px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point {
    padding: 34px 20px;
    margin: 30px 0 0;
  }
}
.p-recruit-content-point__ttl {
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 25px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__ttl {
    font-size: 16px;
    margin: 0 0 28px;
  }
}
.p-recruit-content-point__define {
  display: grid;
  grid-template-columns: auto 1fr;
}
.p-recruit-content-point__define dt {
  color: #000;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__define dt {
    width: 104px;
    font-size: 12px;
  }
  .p-recruit-content-point__define dt span {
    display: none;
  }
}
.p-recruit-content-point__define dd {
  color: #000;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__define dd {
    font-size: 12px;
  }
}
.p-recruit-content-point__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__wrap {
    display: block;
  }
}
.p-recruit-content-point__inner {
  width: 48%;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__inner {
    width: 100%;
  }
}
.p-recruit-content-block {
  background: #fff;
  padding: 0 50px 80px;
  border-radius: 25px;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.16);
}
.p-recruit-content-block + .p-recruit-content-block {
  margin-top: 90px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block + .p-recruit-content-block {
    margin-top: clamp(0px, 6.7vw, 90px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block + .p-recruit-content-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block {
    padding: 0 clamp(40px, 5.2vw, 70px) clamp(45px, 6vw, 80px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block {
    width: 100%;
    padding: 0 5.3vw;
    border-radius: 20px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
  }
}
.p-recruit-content-block__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 14px;
  font-size: 27px;
  font-weight: 700;
  border-left: 6px solid #309623;
  padding: 20px 0 0 16px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block__ttl {
    font-size: clamp(21px, 2.5vw, 38px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block__ttl {
    position: relative;
    width: calc(100% + 10.6vw);
    font-size: 17px;
    color: #646C5F;
    padding: 5px 0 10px 36px;
    margin: 0 -5.3vw;
    border: 0;
  }
  .u-sp .p-recruit-content-block__ttl {
    pointer-events: none;
  }
  .p-recruit-content-block__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 23px;
    width: 4px;
    height: 64px;
    background: #309623;
  }
}
.p-recruit-content-block__ttl span {
  font-family: "Montserrat", sans-serif;
  color: #309623;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block__ttl span {
    font-size: clamp(40px, 4.5vw, 60px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block__ttl span {
    flex-shrink: 0;
    font-size: 27px;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block__ttl.is-open + .p-recruit-content-block__accordion {
    padding-bottom: 6.4vw;
  }
}
.p-recruit-content-block__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 68px 0 0;
  column-gap: 30px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block__head {
    margin: clamp(40px, 5.1vw, 68px) 0 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-block__head {
    flex-flow: column;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block__head {
    display: block;
    margin-top: 10px;
  }
}
.p-recruit-content-prof {
  position: relative;
  max-width: 375px;
  background: #3A5F4D;
  border-radius: 25px;
  padding: 38px 25px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-prof {
    width: 35%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-prof {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-prof {
    width: auto;
    max-width: 100%;
    border-radius: 20px;
    padding: 22px;
  }
}
.p-recruit-content-prof::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 2px);
  width: 24px;
  height: 56px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  transform: translateY(-50%);
  background: #3A5F4D;
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-prof::after {
    top: 100%;
    left: 50%;
    right: auto;
    width: 24px;
    height: 10px;
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-prof::after {
    top: 100%;
    left: 50%;
    right: auto;
    width: 34px;
    height: 14px;
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    transform: translateX(-50%);
  }
}
.p-recruit-content-prof__ttl {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-prof__ttl {
    font-size: clamp(14px, 1.4vw, 21px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-prof__ttl {
    font-size: 17px;
    text-align: center;
  }
}
.p-recruit-content-prof__img {
  width: 60%;
  max-width: 204px;
  aspect-ratio: 1/1;
  margin: 30px auto 24px;
  overflow: hidden;
  border-radius: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-prof__img {
    width: 50%;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-prof__img {
    width: 155px;
    margin: 20px auto 15px;
  }
}
.p-recruit-content-prof__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-content-prof__txt {
  line-height: 1.75;
  color: #fff;
  font-weight: 600;
}
.p-recruit-content-prof__name {
  text-align: right;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.p-recruit-content-detail {
  max-width: 687px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-detail {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-detail {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-detail {
    max-width: 100%;
    margin-top: 40px;
  }
}
.p-recruit-content-detail__item + .p-recruit-content-detail__item {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-detail__item + .p-recruit-content-detail__item {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.p-recruit-content-detail__txt {
  font-weight: 600;
  line-height: 2.25;
  color: #000;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-detail__txt {
    font-size: 14px;
  }
}
.p-recruit-content-detail__indent {
  font-weight: 600;
  line-height: 2.25;
  color: #000;
  text-indent: 1em;
}
.p-recruit-content-detail__dot li {
  font-weight: 600;
  color: #000;
  text-indent: -1em;
  padding-left: 1em;
}
.p-recruit-content-detail__dot li::before {
  content: "◯";
}
.p-recruit-content-detail__ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.25;
  color: #000000;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-detail__ttl {
    font-size: 14px;
  }
}
.p-recruit-content-day {
  background: #EDF4EA;
  border-radius: 25px;
  padding: 76px 40px 0 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day {
    padding: clamp(10px, 6vw, 60px) clamp(10px, 5vw, 40px) 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day {
    padding: 35px 26px 0;
  }
}
.p-recruit-content-day__ttl {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__ttl {
    width: 244px;
  }
}
.p-recruit-content-day__list {
  position: relative;
}
.p-recruit-content-day__list::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 157px;
  width: 4px;
  height: calc(100% - 40px);
  background: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__list::before {
    top: clamp(0px, 1.5vw, 20px);
    left: clamp(0px, 10.7vw, 187px);
    width: 0.38vw;
    height: calc(100% - clamp(0px, 3vw, 40px));
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__list::before {
    top: 10px;
    left: 5px;
    width: 2px;
    height: calc(100% - 20px);
  }
}
.p-recruit-content-day__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 28px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item {
    gap: 0 clamp(0px, 2.1vw, 28px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item {
    display: block;
    padding: 0 0 0 25px;
  }
  .p-recruit-content-day__item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 13px;
    height: 13px;
    background: #000;
    border-radius: 100%;
  }
  .p-recruit-content-day__item:last-child::after {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 10px;
    height: calc(100% - 23px);
    background: #EDF4EA;
  }
}
.p-recruit-content-day__item + .p-recruit-content-day__item {
  margin-top: 20px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item + .p-recruit-content-day__item {
    margin-top: 30px;
  }
}
.p-recruit-content-day__item:has(.p-recruit-content-day__img) {
  margin: 40px 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item:has(.p-recruit-content-day__img) {
    margin: 30px 0 0;
  }
}
.p-recruit-content-day__item:has(.p-recruit-content-day__img) .p-recruit-content-day__txt {
  top: 47px;
  transform: none;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item:has(.p-recruit-content-day__img) .p-recruit-content-day__txt {
    top: clamp(0px, 4vw, 47px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item:has(.p-recruit-content-day__img) .p-recruit-content-day__txt {
    top: auto;
  }
}
.p-recruit-content-day__item.u-none {
  padding-left: 149px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item.u-none {
    padding-left: calc(clamp(0px, 8.1vw, 151px) + clamp(0px, 2.1vw, 28px));
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item.u-none {
    margin: 30px 0 0;
  }
}
.p-recruit-content-day__item.u-mt01 {
  margin-top: 117px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item.u-mt01 {
    margin-top: clamp(0px, 8.7vw, 117px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item.u-mt01 {
    padding-left: 25px;
    margin: 30px 0 0;
  }
}
.p-recruit-content-day__item.u-mt02 {
  margin-top: 100px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item.u-mt02 {
    margin-top: clamp(0px, 7.5vw, 100px);
    margin-bottom: clamp(0px, 10.4vw, 140px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item.u-mt02 {
    padding-left: 25px;
    margin: 30px 0 0;
  }
}
.p-recruit-content-day__sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  padding-top: 10px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__sub {
    font-size: clamp(0px, 1.7vw, 18px);
    padding-top: clamp(0px, 0.7vw, 10px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__sub {
    font-size: 18px;
    line-height: 1.5;
    margin: 13px 0 0;
  }
}
.p-recruit-content-day__img {
  width: 200px;
  height: 138px;
  aspect-ratio: 254/174;
  margin: 7px 0 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__img {
    width: clamp(0px, 19vw, 200px);
    height: clamp(0px, 13.1vw, 138px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__img {
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
}
.p-recruit-content-day__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-content-day__time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 19px;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__time {
    width: clamp(0px, 8vw, 195px);
    height: clamp(0px, 5vw, 50px);
    font-size: clamp(0px, 1.5vw, 18px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__time {
    width: 100px;
    height: 34px;
    font-size: 13px;
  }
}
.p-recruit-content-day__inner {
  position: relative;
  padding: 0 0 0 52px;
  /*@include deviceTAB {
  	padding: 0 0 0 clamp(0px, 3.9vw, 52px);
  }*/
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__inner {
    padding: 0;
  }
}
.p-recruit-content-day__inner::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__inner::before {
    top: clamp(0px, 1.3vw, 18px);
    width: clamp(0px, 1.5vw, 20px);
    height: clamp(0px, 1.5vw, 20px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__inner::before {
    content: none;
  }
}
.p-recruit-content-day__txt {
  position: absolute;
  top: calc(50% + 4px);
  left: 280px;
  width: 390px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__txt {
    left: clamp(0px, 26.3vw, 280px);
    width: clamp(0px, 38vw, 390px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__txt {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 13px 0 0;
    transform: none;
  }
}
.p-recruit-content-day__txt p {
  position: relative;
  background: #3A5F4D;
  color: #fff;
  padding: 20px;
  line-height: 1.8em;
  border-radius: 23px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__txt p {
    font-size: clamp(12px, 1vw, 14px);
    padding: clamp(0px, 2.1vw, 28px);
  }
  .p-recruit-content-day__txt p br {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-day__txt p {
    line-height: 1.6;
    padding: clamp(0px, 2vw, 24px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__txt p {
    background: transparent;
    padding: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.7;
    border: 0;
  }
}
.p-recruit-content-day__txt p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 2px);
  width: 12px;
  height: 25px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  transform: translateY(-50%);
  background: #3A5F4D;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__txt p::after {
    width: clamp(0px, 1.2vw, 16px);
    height: clamp(0px, 2.4vw, 32px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__txt p::after {
    content: none;
  }
}
.p-recruit-content-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 74px 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment {
    display: block;
    margin-top: 24px;
  }
}
.p-recruit-content-comment__balloon {
  position: relative;
  width: 520px;
  border: 4px solid #3A5F4D;
  border-radius: 25px;
  background: #fff;
  box-shadow: 6px 6px 0 #BBC3B8;
  padding: 32px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__balloon {
    width: clamp(0px, 38.8vw, 520px);
    padding: clamp(0px, 2.4vw, 32px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__balloon {
    width: 100%;
    border: 3px solid #3A5F4D;
    border-radius: 20px;
    box-shadow: 3px 3px 0 #BBC3B8;
    padding: 0 0 18px;
  }
}
.p-recruit-content-comment__balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 27px;
  height: 26px;
  background: url(../images/recruit/icn_comment.webp) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__balloon::after {
    top: 100%;
    left: 50%;
    width: 20px;
    height: 18px;
    background: url(../images/recruit/icn_comment_sp.webp) 0 0/100% auto no-repeat;
    transform: translate(-50%);
  }
}
.p-recruit-content-comment__txt {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__txt {
    font-size: clamp(0px, 1.4vw, 19px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__txt {
    font-size: 13px;
    padding: 19px 29px 0 20px;
  }
}
.p-recruit-content-comment__name {
  text-align: right;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__name {
    font-size: clamp(0px, 1.4vw, 19px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__name {
    font-size: 13px;
    padding: 0 20px 0 0;
  }
}
.p-recruit-content-comment__photo {
  width: calc(100% - 520px);
  text-align: center;
}
.p-recruit-content-comment__photo.yt-comment {
  position: relative;
  right: 70px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__photo.yt-comment {
    position: static;
  }
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__photo {
    width: calc(100% - clamp(0px, 38.8vw, 520px));
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__photo {
    width: auto;
    margin: 30px 0 0;
  }
}
.p-recruit-content-comment__photo img {
  width: auto;
  height: clamp(0px, 26vw, 348px);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__photo img {
    height: clamp(0px, 50vw, 189px);
  }
}
.p-recruit-entry {
  position: relative;
  background: radial-gradient(circle, rgb(63, 106, 90) 0%, rgb(32, 53, 45) 100%);
  margin-top: 160px;
  padding: 125px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry {
    padding: clamp(0px, 11.6vw, 100px) 0;
    margin-top: clamp(0px, 11.6vw, 156px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry {
    margin-top: 60px;
    padding: 60px 0 50px;
  }
}
.p-recruit-entry::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 940px;
  height: 940px;
  background: url(../images/recruit/bg_logo.webp) center center/auto 100% no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry::before {
    width: clamp(0px, 70vw, 940px);
    height: clamp(0px, 70vw, 940px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry::before {
    width: clamp(0px, 72.7vw, 974px);
    height: clamp(0px, 73.8vw, 989px);
  }
}
.p-recruit-entry__slider {
  margin: 50px 0 0;
}
.p-recruit-entry__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-recruit-entry__slider .swiper-wrapper img {
  width: 390px;
  height: auto;
  aspect-ratio: 420/264;
  border-radius: 35px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__slider .swiper-wrapper img {
    width: 194px;
    border-radius: 25px;
  }
}
.p-recruit-entry__slider .swiper-wrapper .swiper-slide {
  width: 420px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__slider .swiper-wrapper .swiper-slide {
    width: 194px;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__slider {
    margin: 37px 0 0;
  }
}
.p-recruit-entry__ttl {
  font-size: 25px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__ttl {
    font-size: clamp(0px, 1.8vw, 25px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__ttl {
    font-size: 17px;
    line-height: 2;
  }
}
.p-recruit-entry__txt {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin: 60px 0 28px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__txt {
    font-size: clamp(0px, 1.9vw, 20px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__txt {
    font-size: 16px;
    margin: 35px 0 18px;
  }
}
.p-recruit-entry__btn {
  width: 320px;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__btn {
    width: clamp(0px, 32.4vw, 320px);
    height: clamp(0px, 8.1vw, 70px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__btn {
    width: 192px;
    height: 48px;
  }
}
.p-recruit-entry__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #21626C;
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border-radius: 100px;
  padding: 0 70px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__btn a {
    font-size: clamp(0px, 2.8vw, 30px);
    padding: 0 clamp(0px, 5.2vw, 70px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__btn a {
    font-size: 17px;
    padding: 0 30px;
  }
}
.p-recruit-entry__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 80px;
  width: 26px;
  height: 26px;
  background: url(../images/recruit/icn_arrow_entry.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__btn a::before {
    right: clamp(0px, 6vw, 80px);
    width: clamp(0px, 1.9vw, 26px);
    height: clamp(0px, 1.9vw, 26px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__btn a::before {
    right: 30px;
    width: 15px;
    height: 15px;
  }
}
.p-recruit-appeal {
  padding: 160px 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal {
    padding: clamp(0px, 11.9vw, 160px) 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal {
    padding: 60px 0;
  }
}
.p-recruit-appeal-head {
  position: relative;
  margin: 130px 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head {
    margin: 40px 0 0;
  }
}
.p-recruit-appeal-head__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-head__ttl {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head__ttl {
    font-size: 20px;
    text-align: center;
    line-height: 2.25;
  }
}
.p-recruit-appeal-head__ttl span {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #FCFC6F 50%);
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-head__ttl span {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head__ttl span {
    font-size: 20px;
  }
}
.p-recruit-appeal-head__img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 400px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-head__img {
    width: clamp(0px, 35vw, 400px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head__img {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 9vw);
    margin: 30px -4.5vw 0;
  }
}
.p-recruit-appeal-head__txt {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 47px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-head__txt {
    font-size: clamp(0px, 1.7vw, 20px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head__txt {
    font-size: 14px;
    margin: 24px 0 0;
  }
}
.p-recruit-appeal-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 57px 0;
  margin: 100px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list {
    margin-top: clamp(0px, 9.7vw, 100px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list {
    display: block;
    margin: 24px 0 0;
  }
}
.p-recruit-appeal-list__item {
  position: relative;
  width: 48%;
  max-width: 625px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 0 24px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__item {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
  }
  .p-recruit-appeal-list__item + .p-recruit-appeal-list__item {
    margin-top: 26px;
  }
}
.p-recruit-appeal-list__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 400px;
  height: 100px;
  background: #3A5F4D;
  border-bottom-right-radius: 1000px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__head {
    width: clamp(0px, 39.1vw, 524px);
    height: clamp(0px, 9vw, 115px);
    padding-left: clamp(0px, 1.5vw, 15px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__head {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 18px 20px;
  }
}
.p-recruit-appeal-list__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 110px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  gap: 0 5px;
  color: #fff;
  padding-top: 25px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__num {
    font-size: clamp(0px, 1.5vw, 15px);
    width: clamp(0px, 9.7vw, 130px);
    padding-top: clamp(0px, 2.2vw, 25px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__num {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    margin: 0 0 10px;
  }
}
.p-recruit-appeal-list__num span {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #fff;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__num span {
    font-size: clamp(0px, 1.9vw, 23px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__num span {
    font-size: 26px;
    line-height: 1;
  }
}
.p-recruit-appeal-list__img {
  margin: -56px 0 0 auto;
  width: 225px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__img {
    margin-top: clamp(0px, -4.2vw, -56px);
    width: clamp(0px, 19.6vw, 225px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__img {
    margin: -60px 0 0 auto;
  }
}
.p-recruit-appeal-list__ttl {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  border-left: 2px solid #fff;
  padding: 24px 0 0 25px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__ttl {
    font-size: clamp(0px, 1.5vw, 15px);
    padding: clamp(0px, 1.9vw, 26px) 0 0 clamp(0px, 1.6vw, 22px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__ttl {
    font-size: 16px;
    padding: 0;
    border-left: 0;
  }
}
.p-recruit-appeal-list__txt {
  position: absolute;
  top: 150px;
  left: 0;
  font-weight: 600;
  line-height: 2.125;
  color: #000;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__txt {
    top: clamp(0px, 14.3vw, 150px);
    padding-left: clamp(0px, 3.4vw, 20px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-appeal-list__txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__txt {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 0 0 25px;
  }
}
.p-recruit-appeal__txt {
  text-align: center;
  line-height: 2.3;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin: 80px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal__txt {
    font-size: clamp(0px, 1.9vw, 20px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal__txt {
    font-size: 16px;
    margin: 40px 0 0;
  }
}
.p-recruit-system {
  margin: 280px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-system {
    margin-top: clamp(0px, 20vw, 280px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system {
    margin-top: 68px;
  }
}
.p-recruit-system__ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 90px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-system__ttl {
    font-size: clamp(0px, 2.9vw, 30px);
    margin-bottom: clamp(0px, 7.7vw, 90px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system__ttl {
    font-size: 20px;
    margin: 0 0 34px;
  }
}
.p-recruit-system__ttl span {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  background: linear-gradient(transparent 70%, #FCFC6F 50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-system__ttl span {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system__ttl span {
    font-size: 20px;
  }
}
.p-recruit-system-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 43px 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system-list {
    flex-flow: column;
    gap: 23px 0;
  }
}
.p-recruit-system-list__item {
  width: 48%;
  max-width: 630px;
  background: #3A5F4D;
  border-radius: 25px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 36px 43px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system-list__item {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    box-shadow: none;
  }
}
.p-recruit-system-list__ttl {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 16px 32px;
  margin: 0 0 23px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-system-list__ttl {
    font-size: clamp(0px, 1.6vw, 18px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system-list__ttl {
    font-size: 16px;
    border: 2px solid #fff;
    padding: 8px 33px;
    margin: 0 0 10px;
  }
}
.p-recruit-system-list__txt {
  color: #fff;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system-list__txt {
    font-size: 13px;
    text-align: left;
  }
}
.p-recruit-benefit {
  margin: 124px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-benefit {
    margin-top: clamp(0px, 11.2vw, 150px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-benefit {
    margin-top: 68px;
  }
}
.p-recruit-benefit__ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 36px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-benefit__ttl {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-benefit__ttl {
    font-size: 20px;
    margin: 0 0 27px;
  }
}
.p-recruit-benefit-list {
  display: flex;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  background: #D6E5D2;
  border-radius: 25px;
  gap: 10px 0;
  padding: 56px 50px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-benefit-list {
    display: block;
    padding: 34px 43px;
    border-radius: 20px;
  }
}
.p-recruit-benefit-list__item {
  position: relative;
  font-weight: 600;
  color: #000;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-benefit-list__item {
    font-size: 15px;
  }
}
.p-recruit-benefit-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit-event {
  margin-top: 150px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-event {
    margin-top: clamp(0px, 11.2vw, 150px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event {
    margin-top: 54px;
  }
}
.p-recruit-event__ttl {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 64px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-event__ttl {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event__ttl {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.p-recruit-event__ttl span {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  background: linear-gradient(transparent 70%, #FCFC6F 50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-event__ttl span {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event__ttl span {
    font-size: 20px;
  }
}
.p-recruit-event-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event-list {
    display: block;
  }
}
.p-recruit-event-list__item {
  width: 30%;
  max-width: 363px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-event-list__item {
    width: 28%;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event-list__item {
    width: 100%;
    margin: 0 auto;
  }
  .p-recruit-event-list__item + .p-recruit-event-list__item {
    margin-top: 32px;
  }
}
.p-recruit-event-list__img {
  border-radius: 100%;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event-list__img {
    width: 235px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
    margin: 0 auto;
  }
}
.p-recruit-event-list__txt {
  position: relative;
  background: #fff;
  font-weight: 700;
  line-height: 2.125;
  border-radius: 25px;
  color: #000;
  padding: 28px 24px;
  margin-top: 36px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event-list__txt {
    margin-top: 30px;
  }
}
.p-recruit-event-list__txt::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 32px;
  height: 14px;
  background: #fff;
  transform: translateX(-50%);
  clip-path: polygon(100% 100%, 50% 0, 0 100%);
}
.p-recruit-interview {
  position: relative;
  background: radial-gradient(circle, rgb(63, 106, 90) 0%, rgb(32, 53, 45) 100%);
  padding: 156px 0 159px;
  overflow: hidden;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview {
    padding: clamp(0px, 11.2vw, 150px) 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview {
    padding: 50px 0 80px;
    margin-top: 0;
  }
}
.p-recruit-interview::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 974px;
  height: 989px;
  background: url(../images/recruit/bg_logo.webp) center center/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
.p-recruit-interview__wrap {
  position: relative;
  max-width: 1530px;
  margin: 90px auto;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap {
    margin: 40px auto 0;
    padding: 0 4.5vw;
  }
}
.p-recruit-interview__wrap .swiper-button-next {
  top: 50%;
  width: 40px;
  height: 90px;
  transform: translateY(-50%);
  margin-top: 0;
  cursor: pointer;
  transition: 0.3s;
}
.p-recruit-interview__wrap .swiper-button-next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap .swiper-button-next {
    right: 5px;
    width: 24px;
    height: 58px;
  }
}
.p-recruit-interview__wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.p-recruit-interview__wrap .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/recruit/icn_interview_slide.webp) 0 0/auto 100% no-repeat;
}
.p-recruit-interview__wrap .swiper-button-prev {
  top: 50%;
  width: 40px;
  height: 90px;
  transform: translateY(-50%) scale(-1, 1);
  margin-top: 0;
  transition: 0.3s;
}
.p-recruit-interview__wrap .swiper-button-prev:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap .swiper-button-prev {
    left: 5px;
    width: 24px;
    height: 58px;
  }
}
.p-recruit-interview__wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.p-recruit-interview__wrap .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/recruit/icn_interview_slide.webp) 0 0/auto 100% no-repeat;
}
.p-recruit-interview__wrap .swiper-pagination {
  bottom: -58px;
  line-height: 1;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap .swiper-pagination {
    bottom: -30px;
  }
}
.p-recruit-interview__wrap .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0;
  background: #000;
  opacity: 0.5;
  margin: 0 24px;
  cursor: pointer;
  transition: 0.3s;
}
.p-recruit-interview__wrap .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 14px;
  }
}
.p-recruit-interview__wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.p-recruit-interview__slider {
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__slider {
    padding: 0 clamp(0px, 3.4vw, 45px);
  }
}
.p-recruit-interview__inner {
  max-width: 620px;
  background: #DEEADB;
  padding: 45px;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__inner {
    font-size: clamp(0px, 3.4vw, 45px);
    max-width: 100%;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__inner {
    max-width: 100%;
    padding: 24px 21px;
  }
}
.p-recruit-interview__img {
  aspect-ratio: 531/343;
  overflow: hidden;
  border-radius: 25px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__img {
    border-radius: 20px;
  }
}
.p-recruit-interview__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-interview__num {
  font-size: 14px;
  font-weight: 600;
  margin: 32px 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__num {
    margin: 15px 0 0;
  }
}
.p-recruit-interview__txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  color: #000;
  margin: 10px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__txt {
    font-size: clamp(0px, 2.4vw, 16px);
  }
  .p-recruit-interview__txt br {
    display: none;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__txt {
    font-size: 14px;
    margin: 0;
  }
}
.p-recruit-interview__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 34px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__data {
    margin-top: clamp(0px, 2.4vw, 24px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__data {
    margin-top: 35px;
  }
}
.p-recruit-interview__cat {
  font-size: 15px;
  font-weight: 700;
  background: #000;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 20px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__cat {
    font-size: clamp(0px, 1.5vw, 15px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__cat {
    font-size: 11px;
    padding: 8px 20px;
  }
}
.p-recruit-interview__icn {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__icn {
    width: clamp(0px, 2.7vw, 36px);
    height: clamp(0px, 2.7vw, 36px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__icn {
    width: 31px;
    height: 31px;
  }
}
.p-recruit-faq {
  padding: 140px 0 160px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq {
    padding: clamp(0px, 11.2vw, 150px) 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq {
    padding: 60px 0;
  }
}
.p-recruit-faq-define {
  border-radius: 25px;
  overflow: hidden;
  margin-top: 90px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define {
    margin-top: clamp(0px, 6.7vw, 90px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define {
    border-radius: 15px;
    margin-top: 35px;
  }
}
.p-recruit-faq-define + .p-recruit-faq-define {
  margin-top: 40px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define + .p-recruit-faq-define {
    margin-top: 25px;
  }
}
.p-recruit-faq-define__ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  background: #fff;
  padding: 16px 116px 16px 46px;
  cursor: pointer;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define__ttl {
    padding: clamp(0px, 1vw, 28px) clamp(0px, 8.7vw, 116px) clamp(0px, 1vw, 28px) clamp(0px, 3.4vw, 46px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl {
    padding: 25px 56px 25px 21px;
    gap: 0 12px;
  }
}
.p-recruit-faq-define__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 56px;
  width: 4px;
  height: 21px;
  background: #000;
  transform: translateY(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl::before {
    right: 27px;
    width: 2px;
    height: 14px;
  }
}
.p-recruit-faq-define__ttl.is-open::before {
  content: none;
}
.p-recruit-faq-define__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 48px;
  width: 21px;
  height: 4px;
  background: #000;
  transform: translateY(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl::after {
    right: 21px;
    width: 14px;
    height: 2px;
  }
}
.p-recruit-faq-define__ttl span {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define__ttl span {
    font-size: clamp(0px, 3.2vw, 25px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl span {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
  }
}
.p-recruit-faq-define__ttl p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define__ttl p {
    font-size: clamp(0px, 1.9vw, 18px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl p {
    font-size: 14px;
  }
}
.p-recruit-faq-define__txt {
  background: #D2DFCA;
}
.p-recruit-faq-define__txt p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 36px 120px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define__txt p {
    font-size: clamp(0px, 1.8vw, 16px);
    padding: clamp(0px, 2.1vw, 28px) clamp(0px, 9vw, 120px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__txt p {
    font-size: 14px;
    padding: 18px 21px;
  }
}

.js-anime {
  opacity: 0;
  transition: opacity 1s 0.3s ease;
}
.js-anime.is-anime {
  opacity: 1;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 743.98px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
html:has(.p-recruit) {
  scroll-behavior: smooth;
}

.p-recruit {
  position: relative;
  font-size: clamp(14px, 0.8vw, 16px);
  /*padding-top: 100px;*/
  background: #E6F0E2;
}
@media screen and (max-width: 743.98px) {
  .p-recruit {
    font-size: min(15px, 3.7vw);
    padding-top: min(25vw, 130px);
  }
}
.p-recruit::before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background: url(../images/recruit/bg.webp) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit::before {
    background: url(../images/recruit/bg_sp.webp) 0 0/100% auto no-repeat;
  }
}
.p-recruit__container {
  position: relative;
  z-index: 1;
}
.p-recruit__wrap {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 743.98px) {
  .p-recruit__wrap {
    width: calc(100% - 9vw);
    max-width: none;
  }
}
.p-recruit-heading {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #4C5248;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-heading {
    font-size: clamp(25px, 2vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-heading {
    font-size: 23px;
  }
}
.p-recruit-heading span {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  margin: 0.769em 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-heading span {
    font-size: clamp(13px, 1.9vw, 15px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-heading span {
    font-size: 12px;
  }
}
.p-recruit-heading img {
  display: block;
  width: 100px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-heading img {
    width: 60px;
    margin: 0 auto 16px;
  }
}
.p-recruit-heading.white {
  color: #fff;
}
.p-recruit-heading.white span {
  color: #BFDECF;
}
.p-recruit-mv {
  position: relative;
  overflow: hidden;
  padding: 0 0 clamp(0px, 26.7vw, 500px);
  z-index: 1;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv {
    padding: 0 0 21.3vw;
  }
}
.p-recruit-mv__bg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 2002px;
  width: 104.3vw;
}
@media screen and (min-width: 1920.1px) {
  .p-recruit-mv__bg {
    left: calc(50% - 41px);
    right: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__bg {
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    transform: none;
  }
}
.p-recruit-mv__photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 101.9vw;
  max-width: 1957px;
  transform: translateX(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__photo {
    width: 100%;
    left: 0;
    bottom: 64vw;
    transform: none;
  }
}
.p-recruit-mv__wrap {
  position: relative;
  width: 75.3%;
  max-width: 1446px;
  margin: 0 auto;
  padding: clamp(0px, 7.81vw, 150px) 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__wrap {
    width: 100%;
    padding: 82.7vw 0 0;
  }
}
.p-recruit-mv__ttl {
  margin: clamp(0px, 4.6vw, 88px) 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__ttl {
    position: absolute;
    top: 0;
    left: 0;
    left: 4.8vw;
  }
}
.p-recruit-mv__ttl .ja {
  display: block;
  font-size: clamp(14px, 0.9vw, 18px);
  color: #309623;
  line-height: 1;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__ttl .ja {
    font-size: min(14px, 3.5vw);
  }
}
.p-recruit-mv__ttl .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(60px, 5.7vw, 110px);
  line-height: 1;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__ttl .en {
    font-size: min(50px, 9.3vw);
    margin-top: 10px;
  }
}
.p-recruit-mv__img {
  display: block;
  width: 51.8vw;
  max-width: 994px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv__img {
    display: block;
    width: 84.3vw;
    max-width: auto;
    margin: 0 auto;
  }
}
.p-recruit-mv-intro {
  margin-top: clamp(0px, 17.5vw, 336px);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro {
    margin-top: 30vw;
  }
}
.p-recruit-mv-intro__logo {
  width: clamp(0px, 9.2vw, 176px);
  margin: 0 auto;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro__logo {
    width: 17vw;
  }
}
.p-recruit-mv-intro__txt {
  text-align: center;
  font-weight: 700;
  font-size: clamp(0px, 1.1vw, 21px);
  color: #1C231D;
  letter-spacing: 0.1em;
  margin: clamp(0px, 3.4vw, 65px) 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-mv-intro__txt {
    font-size: clamp(0px, 1.8vw, 16px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro__txt {
    font-size: min(14px, 3.7vw);
  }
}
.p-recruit-mv-intro__catch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: clamp(0px, 7.1vw, 137px) 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro__catch {
    display: block;
    text-align: center;
    margin-top: 133vw;
  }
}
.p-recruit-mv-intro__catch span {
  position: relative;
  font-size: clamp(0px, 2.1vw, 40px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1C231D;
  background: linear-gradient(transparent 70%, #FCFC6F 50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-mv-intro__catch span {
    font-size: 5.9vw;
    line-height: 1.9;
  }
}
.p-recruit-content-nav {
  margin: 60px 0 110px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-nav {
    margin: clamp(20px, 3.7vw, 50px) 0 clamp(50px, 13.4vw, 180px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-nav {
    display: none;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content .reverse {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column-reverse;
    margin-top: 32px;
  }
}
.p-recruit-content-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 44px 27px;
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-list {
    gap: 30px 24px;
  }
}
.p-recruit-content-list__item {
  width: calc((100% - 54px) / 3);
  height: 104px;
  max-width: 404px;
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-list__item {
    width: calc(50% - 12px);
    height: 90px;
    max-width: 49%;
  }
}
.p-recruit-content-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 17px;
  border: 3px solid #000;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 0 0 clamp(14px, 1.5vw, 28px);
}
.p-recruit-content-list__num {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #309623;
  line-height: 1;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-list__num {
    font-size: clamp(24px, 3.4vw, 46px);
  }
}
.p-recruit-content-list__txt {
  font-size: 18px;
  font-size: 700;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-list__txt {
    font-size: clamp(16px, 1.6vw, 22px);
  }
}
.p-recruit-content-point {
  background: #D6E5D2;
  width: 100%;
  padding: 35px 68px 45px;
  border-radius: 25px;
  margin: 0 0 160px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-point {
    margin: 0 0 clamp(80px, 12vw, 160px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point {
    padding: 34px 20px;
    margin: 30px 0 0;
  }
}
.p-recruit-content-point__ttl {
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0 0 25px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__ttl {
    font-size: 16px;
    margin: 0 0 28px;
  }
}
.p-recruit-content-point__define {
  display: grid;
  grid-template-columns: auto 1fr;
}
.p-recruit-content-point__define dt {
  color: #000;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__define dt {
    width: 104px;
    font-size: 12px;
  }
  .p-recruit-content-point__define dt span {
    display: none;
  }
}
.p-recruit-content-point__define dd {
  color: #000;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__define dd {
    font-size: 12px;
  }
}
.p-recruit-content-point__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__wrap {
    display: block;
  }
}
.p-recruit-content-point__inner {
  width: 48%;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-point__inner {
    width: 100%;
  }
}
.p-recruit-content-block {
  background: #fff;
  padding: 0 50px 80px;
  border-radius: 25px;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.16);
}
.p-recruit-content-block + .p-recruit-content-block {
  margin-top: 90px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block + .p-recruit-content-block {
    margin-top: clamp(0px, 6.7vw, 90px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block + .p-recruit-content-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block {
    padding: 0 clamp(40px, 5.2vw, 70px) clamp(45px, 6vw, 80px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block {
    width: 100%;
    padding: 0 5.3vw;
    border-radius: 20px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
  }
}
.p-recruit-content-block__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 14px;
  font-size: 27px;
  font-weight: 700;
  border-left: 6px solid #309623;
  padding: 20px 0 0 16px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block__ttl {
    font-size: clamp(21px, 2.5vw, 38px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block__ttl {
    position: relative;
    width: calc(100% + 10.6vw);
    font-size: 17px;
    color: #646C5F;
    padding: 5px 0 10px 36px;
    margin: 0 -5.3vw;
    border: 0;
  }
  .u-sp .p-recruit-content-block__ttl {
    pointer-events: none;
  }
  .p-recruit-content-block__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 23px;
    width: 4px;
    height: 64px;
    background: #309623;
  }
}
.p-recruit-content-block__ttl span {
  font-family: "Montserrat", sans-serif;
  color: #309623;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block__ttl span {
    font-size: clamp(40px, 4.5vw, 60px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block__ttl span {
    flex-shrink: 0;
    font-size: 27px;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block__ttl.is-open + .p-recruit-content-block__accordion {
    padding-bottom: 6.4vw;
  }
}
.p-recruit-content-block__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  margin: 68px 0 0;
  column-gap: 30px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-block__head {
    margin: clamp(40px, 5.1vw, 68px) 0 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-block__head {
    flex-flow: column;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-block__head {
    display: block;
    margin-top: 10px;
  }
}
.p-recruit-content-prof {
  position: relative;
  max-width: 375px;
  background: #3A5F4D;
  border-radius: 25px;
  padding: 38px 25px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-prof {
    width: 35%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-prof {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-prof {
    width: auto;
    max-width: 100%;
    border-radius: 20px;
    padding: 22px;
  }
}
.p-recruit-content-prof::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 2px);
  width: 24px;
  height: 56px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  transform: translateY(-50%);
  background: #3A5F4D;
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-prof::after {
    top: 100%;
    left: 50%;
    right: auto;
    width: 24px;
    height: 10px;
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-prof::after {
    top: 100%;
    left: 50%;
    right: auto;
    width: 34px;
    height: 14px;
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    transform: translateX(-50%);
  }
}
.p-recruit-content-prof__ttl {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-prof__ttl {
    font-size: clamp(14px, 1.4vw, 21px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-prof__ttl {
    font-size: 17px;
    text-align: center;
  }
}
.p-recruit-content-prof__img {
  width: 60%;
  max-width: 204px;
  aspect-ratio: 1/1;
  margin: 30px auto 24px;
  overflow: hidden;
  border-radius: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-prof__img {
    width: 50%;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-prof__img {
    width: 155px;
    margin: 20px auto 15px;
  }
}
.p-recruit-content-prof__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-content-prof__txt {
  line-height: 1.75;
  color: #fff;
  font-weight: 600;
}
.p-recruit-content-prof__name {
  text-align: right;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.p-recruit-content-detail {
  max-width: 687px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-detail {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-detail {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-detail {
    max-width: 100%;
    margin-top: 40px;
  }
}
.p-recruit-content-detail__item + .p-recruit-content-detail__item {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-detail__item + .p-recruit-content-detail__item {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.p-recruit-content-detail__txt {
  font-weight: 600;
  line-height: 2.25;
  color: #000;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-detail__txt {
    font-size: 14px;
  }
}
.p-recruit-content-detail__indent {
  font-weight: 600;
  line-height: 2.25;
  color: #000;
  text-indent: 1em;
}
.p-recruit-content-detail__dot li {
  font-weight: 600;
  color: #000;
  text-indent: -1em;
  padding-left: 1em;
}
.p-recruit-content-detail__dot li::before {
  content: "◯";
}
.p-recruit-content-detail__ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.25;
  color: #000000;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-detail__ttl {
    font-size: 14px;
  }
}
.p-recruit-content-day {
  background: #EDF4EA;
  border-radius: 25px;
  padding: 76px 40px 0 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day {
    padding: clamp(10px, 6vw, 60px) clamp(10px, 5vw, 40px) 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day {
    padding: 35px 26px 0;
  }
}
.p-recruit-content-day__ttl {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__ttl {
    width: 244px;
  }
}
.p-recruit-content-day__list {
  position: relative;
}
.p-recruit-content-day__list::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 157px;
  width: 4px;
  height: calc(100% - 40px);
  background: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__list::before {
    top: clamp(0px, 1.5vw, 20px);
    left: clamp(0px, 10.7vw, 187px);
    width: 0.38vw;
    height: calc(100% - clamp(0px, 3vw, 40px));
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__list::before {
    top: 10px;
    left: 5px;
    width: 2px;
    height: calc(100% - 20px);
  }
}
.p-recruit-content-day__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 28px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item {
    gap: 0 clamp(0px, 2.1vw, 28px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item {
    display: block;
    padding: 0 0 0 25px;
  }
  .p-recruit-content-day__item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 13px;
    height: 13px;
    background: #000;
    border-radius: 100%;
  }
  .p-recruit-content-day__item:last-child::after {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 10px;
    height: calc(100% - 23px);
    background: #EDF4EA;
  }
}
.p-recruit-content-day__item + .p-recruit-content-day__item {
  margin-top: 20px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item + .p-recruit-content-day__item {
    margin-top: 30px;
  }
}
.p-recruit-content-day__item:has(.p-recruit-content-day__img) {
  margin: 40px 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item:has(.p-recruit-content-day__img) {
    margin: 30px 0 0;
  }
}
.p-recruit-content-day__item:has(.p-recruit-content-day__img) .p-recruit-content-day__txt {
  top: 47px;
  transform: none;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item:has(.p-recruit-content-day__img) .p-recruit-content-day__txt {
    top: clamp(0px, 4vw, 47px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item:has(.p-recruit-content-day__img) .p-recruit-content-day__txt {
    top: auto;
  }
}
.p-recruit-content-day__item.u-none {
  padding-left: 149px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item.u-none {
    padding-left: calc(clamp(0px, 8.1vw, 151px) + clamp(0px, 2.1vw, 28px));
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item.u-none {
    margin: 30px 0 0;
  }
}
.p-recruit-content-day__item.u-mt01 {
  margin-top: 117px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item.u-mt01 {
    margin-top: clamp(0px, 8.7vw, 117px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item.u-mt01 {
    padding-left: 25px;
    margin: 30px 0 0;
  }
}
.p-recruit-content-day__item.u-mt02 {
  margin-top: 100px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__item.u-mt02 {
    margin-top: clamp(0px, 7.5vw, 100px);
    margin-bottom: clamp(0px, 10.4vw, 140px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__item.u-mt02 {
    padding-left: 25px;
    margin: 30px 0 0;
  }
}
.p-recruit-content-day__sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  padding-top: 10px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__sub {
    font-size: clamp(0px, 1.7vw, 18px);
    padding-top: clamp(0px, 0.7vw, 10px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__sub {
    font-size: 18px;
    line-height: 1.5;
    margin: 13px 0 0;
  }
}
.p-recruit-content-day__img {
  width: 200px;
  height: 138px;
  aspect-ratio: 254/174;
  margin: 7px 0 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__img {
    width: clamp(0px, 19vw, 200px);
    height: clamp(0px, 13.1vw, 138px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__img {
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
}
.p-recruit-content-day__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-content-day__time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 19px;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__time {
    width: clamp(0px, 8vw, 195px);
    height: clamp(0px, 5vw, 50px);
    font-size: clamp(0px, 1.5vw, 18px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__time {
    width: 100px;
    height: 34px;
    font-size: 13px;
  }
}
.p-recruit-content-day__inner {
  position: relative;
  padding: 0 0 0 52px;
  /*@include deviceTAB {
  	padding: 0 0 0 clamp(0px, 3.9vw, 52px);
  }*/
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__inner {
    padding: 0;
  }
}
.p-recruit-content-day__inner::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__inner::before {
    top: clamp(0px, 1.3vw, 18px);
    width: clamp(0px, 1.5vw, 20px);
    height: clamp(0px, 1.5vw, 20px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__inner::before {
    content: none;
  }
}
.p-recruit-content-day__txt {
  position: absolute;
  top: calc(50% + 4px);
  left: 280px;
  width: 390px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__txt {
    left: clamp(0px, 26.3vw, 280px);
    width: clamp(0px, 38vw, 390px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__txt {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 13px 0 0;
    transform: none;
  }
}
.p-recruit-content-day__txt p {
  position: relative;
  background: #3A5F4D;
  color: #fff;
  padding: 20px;
  line-height: 1.8em;
  border-radius: 23px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__txt p {
    font-size: clamp(12px, 1vw, 14px);
    padding: clamp(0px, 2.1vw, 28px);
  }
  .p-recruit-content-day__txt p br {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-content-day__txt p {
    line-height: 1.6;
    padding: clamp(0px, 2vw, 24px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__txt p {
    background: transparent;
    padding: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.7;
    border: 0;
  }
}
.p-recruit-content-day__txt p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% - 2px);
  width: 12px;
  height: 25px;
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  transform: translateY(-50%);
  background: #3A5F4D;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-day__txt p::after {
    width: clamp(0px, 1.2vw, 16px);
    height: clamp(0px, 2.4vw, 32px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-day__txt p::after {
    content: none;
  }
}
.p-recruit-content-comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 74px 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment {
    display: block;
    margin-top: 24px;
  }
}
.p-recruit-content-comment__balloon {
  position: relative;
  width: 520px;
  border: 4px solid #3A5F4D;
  border-radius: 25px;
  background: #fff;
  box-shadow: 6px 6px 0 #BBC3B8;
  padding: 32px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__balloon {
    width: clamp(0px, 38.8vw, 520px);
    padding: clamp(0px, 2.4vw, 32px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__balloon {
    width: 100%;
    border: 3px solid #3A5F4D;
    border-radius: 20px;
    box-shadow: 3px 3px 0 #BBC3B8;
    padding: 0 0 18px;
  }
}
.p-recruit-content-comment__balloon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 27px;
  height: 26px;
  background: url(../images/recruit/icn_comment.webp) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__balloon::after {
    top: 100%;
    left: 50%;
    width: 20px;
    height: 18px;
    background: url(../images/recruit/icn_comment_sp.webp) 0 0/100% auto no-repeat;
    transform: translate(-50%);
  }
}
.p-recruit-content-comment__txt {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__txt {
    font-size: clamp(0px, 1.4vw, 19px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__txt {
    font-size: 13px;
    padding: 19px 29px 0 20px;
  }
}
.p-recruit-content-comment__name {
  text-align: right;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__name {
    font-size: clamp(0px, 1.4vw, 19px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__name {
    font-size: 13px;
    padding: 0 20px 0 0;
  }
}
.p-recruit-content-comment__photo {
  width: calc(100% - 520px);
  text-align: center;
}
.p-recruit-content-comment__photo.yt-comment {
  position: relative;
  right: 70px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__photo.yt-comment {
    position: static;
  }
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-content-comment__photo {
    width: calc(100% - clamp(0px, 38.8vw, 520px));
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__photo {
    width: auto;
    margin: 30px 0 0;
  }
}
.p-recruit-content-comment__photo img {
  width: auto;
  height: clamp(0px, 26vw, 348px);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-content-comment__photo img {
    height: clamp(0px, 50vw, 189px);
  }
}
.p-recruit-entry {
  position: relative;
  background: radial-gradient(circle, rgb(63, 106, 90) 0%, rgb(32, 53, 45) 100%);
  margin-top: 160px;
  padding: 125px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry {
    padding: clamp(0px, 11.6vw, 100px) 0;
    margin-top: clamp(0px, 11.6vw, 156px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry {
    margin-top: 60px;
    padding: 60px 0 50px;
  }
}
.p-recruit-entry::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 940px;
  height: 940px;
  background: url(../images/recruit/bg_logo.webp) center center/auto 100% no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry::before {
    width: clamp(0px, 70vw, 940px);
    height: clamp(0px, 70vw, 940px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry::before {
    width: clamp(0px, 72.7vw, 974px);
    height: clamp(0px, 73.8vw, 989px);
  }
}
.p-recruit-entry__slider {
  margin: 50px 0 0;
}
.p-recruit-entry__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-recruit-entry__slider .swiper-wrapper img {
  width: 390px;
  height: auto;
  aspect-ratio: 420/264;
  border-radius: 35px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__slider .swiper-wrapper img {
    width: 194px;
    border-radius: 25px;
  }
}
.p-recruit-entry__slider .swiper-wrapper .swiper-slide {
  width: 420px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__slider .swiper-wrapper .swiper-slide {
    width: 194px;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__slider {
    margin: 37px 0 0;
  }
}
.p-recruit-entry__ttl {
  font-size: 25px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__ttl {
    font-size: clamp(0px, 1.8vw, 25px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__ttl {
    font-size: 17px;
    line-height: 2;
  }
}
.p-recruit-entry__txt {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  margin: 60px 0 28px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__txt {
    font-size: clamp(0px, 1.9vw, 20px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__txt {
    font-size: 16px;
    margin: 35px 0 18px;
  }
}
.p-recruit-entry__btn {
  width: 320px;
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__btn {
    width: clamp(0px, 32.4vw, 320px);
    height: clamp(0px, 8.1vw, 70px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__btn {
    width: 192px;
    height: 48px;
  }
}
.p-recruit-entry__btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #21626C;
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  border-radius: 100px;
  padding: 0 70px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__btn a {
    font-size: clamp(0px, 2.8vw, 30px);
    padding: 0 clamp(0px, 5.2vw, 70px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__btn a {
    font-size: 17px;
    padding: 0 30px;
  }
}
.p-recruit-entry__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 80px;
  width: 26px;
  height: 26px;
  background: url(../images/recruit/icn_arrow_entry.svg) center center/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-entry__btn a::before {
    right: clamp(0px, 6vw, 80px);
    width: clamp(0px, 1.9vw, 26px);
    height: clamp(0px, 1.9vw, 26px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-entry__btn a::before {
    right: 30px;
    width: 15px;
    height: 15px;
  }
}
.p-recruit-appeal {
  padding: 160px 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal {
    padding: clamp(0px, 11.9vw, 160px) 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal {
    padding: 60px 0;
  }
}
.p-recruit-appeal-head {
  position: relative;
  margin: 130px 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head {
    margin: 40px 0 0;
  }
}
.p-recruit-appeal-head__ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-head__ttl {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head__ttl {
    font-size: 20px;
    text-align: center;
    line-height: 2.25;
  }
}
.p-recruit-appeal-head__ttl span {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, #FCFC6F 50%);
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-head__ttl span {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head__ttl span {
    font-size: 20px;
  }
}
.p-recruit-appeal-head__img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 400px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-head__img {
    width: clamp(0px, 35vw, 400px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head__img {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% + 9vw);
    margin: 30px -4.5vw 0;
  }
}
.p-recruit-appeal-head__txt {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 47px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-head__txt {
    font-size: clamp(0px, 1.7vw, 20px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-head__txt {
    font-size: 14px;
    margin: 24px 0 0;
  }
}
.p-recruit-appeal-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 57px 0;
  margin: 100px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list {
    margin-top: clamp(0px, 9.7vw, 100px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list {
    display: block;
    margin: 24px 0 0;
  }
}
.p-recruit-appeal-list__item {
  position: relative;
  width: 48%;
  max-width: 625px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 0 0 24px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__item {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
  }
  .p-recruit-appeal-list__item + .p-recruit-appeal-list__item {
    margin-top: 26px;
  }
}
.p-recruit-appeal-list__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 400px;
  height: 100px;
  background: #3A5F4D;
  border-bottom-right-radius: 1000px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__head {
    width: clamp(0px, 39.1vw, 524px);
    height: clamp(0px, 9vw, 115px);
    padding-left: clamp(0px, 1.5vw, 15px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__head {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 18px 20px;
  }
}
.p-recruit-appeal-list__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 110px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  gap: 0 5px;
  color: #fff;
  padding-top: 25px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__num {
    font-size: clamp(0px, 1.5vw, 15px);
    width: clamp(0px, 9.7vw, 130px);
    padding-top: clamp(0px, 2.2vw, 25px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__num {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    margin: 0 0 10px;
  }
}
.p-recruit-appeal-list__num span {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  color: #fff;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__num span {
    font-size: clamp(0px, 1.9vw, 23px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__num span {
    font-size: 26px;
    line-height: 1;
  }
}
.p-recruit-appeal-list__img {
  margin: -56px 0 0 auto;
  width: 225px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__img {
    margin-top: clamp(0px, -4.2vw, -56px);
    width: clamp(0px, 19.6vw, 225px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__img {
    margin: -60px 0 0 auto;
  }
}
.p-recruit-appeal-list__ttl {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  border-left: 2px solid #fff;
  padding: 24px 0 0 25px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__ttl {
    font-size: clamp(0px, 1.5vw, 15px);
    padding: clamp(0px, 1.9vw, 26px) 0 0 clamp(0px, 1.6vw, 22px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__ttl {
    font-size: 16px;
    padding: 0;
    border-left: 0;
  }
}
.p-recruit-appeal-list__txt {
  position: absolute;
  top: 150px;
  left: 0;
  font-weight: 600;
  line-height: 2.125;
  color: #000;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal-list__txt {
    top: clamp(0px, 14.3vw, 150px);
    padding-left: clamp(0px, 3.4vw, 20px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 744px) {
  .p-recruit-appeal-list__txt {
    font-size: 11px;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal-list__txt {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 0 0 25px;
  }
}
.p-recruit-appeal__txt {
  text-align: center;
  line-height: 2.3;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  margin: 80px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-appeal__txt {
    font-size: clamp(0px, 1.9vw, 20px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-appeal__txt {
    font-size: 16px;
    margin: 40px 0 0;
  }
}
.p-recruit-system {
  margin: 280px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-system {
    margin-top: clamp(0px, 20vw, 280px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system {
    margin-top: 68px;
  }
}
.p-recruit-system__ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 90px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-system__ttl {
    font-size: clamp(0px, 2.9vw, 30px);
    margin-bottom: clamp(0px, 7.7vw, 90px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system__ttl {
    font-size: 20px;
    margin: 0 0 34px;
  }
}
.p-recruit-system__ttl span {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  background: linear-gradient(transparent 70%, #FCFC6F 50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-system__ttl span {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system__ttl span {
    font-size: 20px;
  }
}
.p-recruit-system-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 43px 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system-list {
    flex-flow: column;
    gap: 23px 0;
  }
}
.p-recruit-system-list__item {
  width: 48%;
  max-width: 630px;
  background: #3A5F4D;
  border-radius: 25px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 36px 43px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system-list__item {
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    box-shadow: none;
  }
}
.p-recruit-system-list__ttl {
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 16px 32px;
  margin: 0 0 23px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-system-list__ttl {
    font-size: clamp(0px, 1.6vw, 18px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system-list__ttl {
    font-size: 16px;
    border: 2px solid #fff;
    padding: 8px 33px;
    margin: 0 0 10px;
  }
}
.p-recruit-system-list__txt {
  color: #fff;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-system-list__txt {
    font-size: 13px;
    text-align: left;
  }
}
.p-recruit-benefit {
  margin: 124px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-benefit {
    margin-top: clamp(0px, 11.2vw, 150px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-benefit {
    margin-top: 68px;
  }
}
.p-recruit-benefit__ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 36px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-benefit__ttl {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-benefit__ttl {
    font-size: 20px;
    margin: 0 0 27px;
  }
}
.p-recruit-benefit-list {
  display: flex;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  background: #D6E5D2;
  border-radius: 25px;
  gap: 10px 0;
  padding: 56px 50px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-benefit-list {
    display: block;
    padding: 34px 43px;
    border-radius: 20px;
  }
}
.p-recruit-benefit-list__item {
  position: relative;
  font-weight: 600;
  color: #000;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-benefit-list__item {
    font-size: 15px;
  }
}
.p-recruit-benefit-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-recruit-event {
  margin-top: 150px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-event {
    margin-top: clamp(0px, 11.2vw, 150px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event {
    margin-top: 54px;
  }
}
.p-recruit-event__ttl {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 64px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-event__ttl {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event__ttl {
    font-size: 20px;
    margin: 0 0 40px;
  }
}
.p-recruit-event__ttl span {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  background: linear-gradient(transparent 70%, #FCFC6F 50%);
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-event__ttl span {
    font-size: clamp(0px, 2.9vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event__ttl span {
    font-size: 20px;
  }
}
.p-recruit-event-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event-list {
    display: block;
  }
}
.p-recruit-event-list__item {
  width: 30%;
  max-width: 363px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-event-list__item {
    width: 28%;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event-list__item {
    width: 100%;
    margin: 0 auto;
  }
  .p-recruit-event-list__item + .p-recruit-event-list__item {
    margin-top: 32px;
  }
}
.p-recruit-event-list__img {
  border-radius: 100%;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event-list__img {
    width: 235px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
    margin: 0 auto;
  }
}
.p-recruit-event-list__txt {
  position: relative;
  background: #fff;
  font-weight: 700;
  line-height: 2.125;
  border-radius: 25px;
  color: #000;
  padding: 28px 24px;
  margin-top: 36px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-event-list__txt {
    margin-top: 30px;
  }
}
.p-recruit-event-list__txt::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 32px;
  height: 14px;
  background: #fff;
  transform: translateX(-50%);
  clip-path: polygon(100% 100%, 50% 0, 0 100%);
}
.p-recruit-interview {
  position: relative;
  background: radial-gradient(circle, rgb(63, 106, 90) 0%, rgb(32, 53, 45) 100%);
  padding: 156px 0 159px;
  overflow: hidden;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview {
    padding: clamp(0px, 11.2vw, 150px) 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview {
    padding: 50px 0 80px;
    margin-top: 0;
  }
}
.p-recruit-interview::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 974px;
  height: 989px;
  background: url(../images/recruit/bg_logo.webp) center center/100% auto no-repeat;
  transform: translate(-50%, -50%);
}
.p-recruit-interview__wrap {
  position: relative;
  max-width: 1530px;
  margin: 90px auto;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap {
    margin: 40px auto 0;
    padding: 0 4.5vw;
  }
}
.p-recruit-interview__wrap .swiper-button-next {
  top: 50%;
  width: 40px;
  height: 90px;
  transform: translateY(-50%);
  margin-top: 0;
  cursor: pointer;
  transition: 0.3s;
}
.p-recruit-interview__wrap .swiper-button-next:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap .swiper-button-next {
    right: 5px;
    width: 24px;
    height: 58px;
  }
}
.p-recruit-interview__wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.p-recruit-interview__wrap .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/recruit/icn_interview_slide.webp) 0 0/auto 100% no-repeat;
}
.p-recruit-interview__wrap .swiper-button-prev {
  top: 50%;
  width: 40px;
  height: 90px;
  transform: translateY(-50%) scale(-1, 1);
  margin-top: 0;
  transition: 0.3s;
}
.p-recruit-interview__wrap .swiper-button-prev:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap .swiper-button-prev {
    left: 5px;
    width: 24px;
    height: 58px;
  }
}
.p-recruit-interview__wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.p-recruit-interview__wrap .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/recruit/icn_interview_slide.webp) 0 0/auto 100% no-repeat;
}
.p-recruit-interview__wrap .swiper-pagination {
  bottom: -58px;
  line-height: 1;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap .swiper-pagination {
    bottom: -30px;
  }
}
.p-recruit-interview__wrap .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0;
  background: #000;
  opacity: 0.5;
  margin: 0 24px;
  cursor: pointer;
  transition: 0.3s;
}
.p-recruit-interview__wrap .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.7;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__wrap .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 14px;
  }
}
.p-recruit-interview__wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.p-recruit-interview__slider {
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__slider {
    padding: 0 clamp(0px, 3.4vw, 45px);
  }
}
.p-recruit-interview__inner {
  max-width: 620px;
  background: #DEEADB;
  padding: 45px;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__inner {
    font-size: clamp(0px, 3.4vw, 45px);
    max-width: 100%;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__inner {
    max-width: 100%;
    padding: 24px 21px;
  }
}
.p-recruit-interview__img {
  aspect-ratio: 531/343;
  overflow: hidden;
  border-radius: 25px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__img {
    border-radius: 20px;
  }
}
.p-recruit-interview__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-interview__num {
  font-size: 14px;
  font-weight: 600;
  margin: 32px 0 0;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__num {
    margin: 15px 0 0;
  }
}
.p-recruit-interview__txt {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  color: #000;
  margin: 10px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__txt {
    font-size: clamp(0px, 2.4vw, 16px);
  }
  .p-recruit-interview__txt br {
    display: none;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__txt {
    font-size: 14px;
    margin: 0;
  }
}
.p-recruit-interview__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 34px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__data {
    margin-top: clamp(0px, 2.4vw, 24px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__data {
    margin-top: 35px;
  }
}
.p-recruit-interview__cat {
  font-size: 15px;
  font-weight: 700;
  background: #000;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 20px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__cat {
    font-size: clamp(0px, 1.5vw, 15px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__cat {
    font-size: 11px;
    padding: 8px 20px;
  }
}
.p-recruit-interview__icn {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-interview__icn {
    width: clamp(0px, 2.7vw, 36px);
    height: clamp(0px, 2.7vw, 36px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-interview__icn {
    width: 31px;
    height: 31px;
  }
}
.p-recruit-faq {
  padding: 140px 0 160px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq {
    padding: clamp(0px, 11.2vw, 150px) 0;
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq {
    padding: 60px 0;
  }
}
.p-recruit-faq-define {
  border-radius: 25px;
  overflow: hidden;
  margin-top: 90px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define {
    margin-top: clamp(0px, 6.7vw, 90px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define {
    border-radius: 15px;
    margin-top: 35px;
  }
}
.p-recruit-faq-define + .p-recruit-faq-define {
  margin-top: 40px;
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define + .p-recruit-faq-define {
    margin-top: 25px;
  }
}
.p-recruit-faq-define__ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  background: #fff;
  padding: 16px 116px 16px 46px;
  cursor: pointer;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define__ttl {
    padding: clamp(0px, 1vw, 28px) clamp(0px, 8.7vw, 116px) clamp(0px, 1vw, 28px) clamp(0px, 3.4vw, 46px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl {
    padding: 25px 56px 25px 21px;
    gap: 0 12px;
  }
}
.p-recruit-faq-define__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 56px;
  width: 4px;
  height: 21px;
  background: #000;
  transform: translateY(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl::before {
    right: 27px;
    width: 2px;
    height: 14px;
  }
}
.p-recruit-faq-define__ttl.is-open::before {
  content: none;
}
.p-recruit-faq-define__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 48px;
  width: 21px;
  height: 4px;
  background: #000;
  transform: translateY(-50%);
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl::after {
    right: 21px;
    width: 14px;
    height: 2px;
  }
}
.p-recruit-faq-define__ttl span {
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define__ttl span {
    font-size: clamp(0px, 3.2vw, 25px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl span {
    font-size: 24px;
    line-height: 1;
    flex-shrink: 0;
  }
}
.p-recruit-faq-define__ttl p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define__ttl p {
    font-size: clamp(0px, 1.9vw, 18px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__ttl p {
    font-size: 14px;
  }
}
.p-recruit-faq-define__txt {
  background: #D2DFCA;
}
.p-recruit-faq-define__txt p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 36px 120px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  .p-recruit-faq-define__txt p {
    font-size: clamp(0px, 1.8vw, 16px);
    padding: clamp(0px, 2.1vw, 28px) clamp(0px, 9vw, 120px);
  }
}
@media screen and (max-width: 743.98px) {
  .p-recruit-faq-define__txt p {
    font-size: 14px;
    padding: 18px 21px;
  }
}

.js-anime {
  opacity: 0;
  transition: opacity 1s 0.3s ease;
}
.js-anime.is-anime {
  opacity: 1;
}

main.interview .p-interview {
  margin: 100px auto;
}
main.interview .p-interview .js-anime {
  margin: 1em 0 3em;
}
main.interview .p-interview .inner .p-interview-heading {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #4C5248;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  main.interview .p-interview .inner .p-interview-heading {
    font-size: clamp(25px, 2vw, 30px);
  }
}
@media screen and (max-width: 743.98px) {
  main.interview .p-interview .inner .p-interview-heading {
    font-size: 23px;
  }
}
main.interview .p-interview .inner .p-interview-heading span {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  margin: 0.769em 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  main.interview .p-interview .inner .p-interview-heading span {
    font-size: clamp(13px, 1.9vw, 15px);
  }
}
@media screen and (max-width: 743.98px) {
  main.interview .p-interview .inner .p-interview-heading span {
    font-size: 12px;
  }
}
main.interview .p-interview .inner .__num {
  font-size: 14px;
  font-weight: 600;
  margin: 100px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  main.interview .p-interview .inner .__num {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 743.98px) {
  main.interview .p-interview .inner .__num {
    margin: 45px 0 0;
  }
}
main.interview .p-interview .inner .__name {
  font-size: small;
}
main.interview .p-interview .inner .p-interview-interview__title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 743.98px) {
  main.interview .p-interview .inner .p-interview-interview__title {
    font-size: 20px;
  }
}
main.interview .p-interview .inner .p-interview-interview__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  main.interview .p-interview .inner .p-interview-interview__data {
    margin-top: clamp(0px, 2.4vw, 24px);
  }
}
@media screen and (max-width: 743.98px) {
  main.interview .p-interview .inner .p-interview-interview__data {
    margin-top: 35px;
  }
}
main.interview .p-interview .inner .p-interview-interview__data .p-interview-interview__cat {
  font-size: x-small;
  font-weight: 700;
  background: #000;
  color: #fff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 20px;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  main.interview .p-interview .inner .p-interview-interview__data .p-interview-interview__cat {
    font-size: 15px;
  }
}
@media screen and (max-width: 743.98px) {
  main.interview .p-interview .inner .p-interview-interview__data .p-interview-interview__cat {
    font-size: 11px;
    padding: 8px 20px;
  }
}
main.interview .p-interview .inner .p-interview__inner .p-interview__img {
  margin: 50px 0;
}
@media screen and (max-width: 743.98px) {
  main.interview .p-interview .inner .p-interview__inner .p-interview__img {
    margin: 20px 0;
  }
}
main.interview .p-interview .inner .p-interview__inner .interview-p-last {
  margin: auto;
  text-align: center;
}
main.interview .p-interview .inner .p-interview__inner .interview-p-last img {
  width: 50%;
}
main.interview .p-interview .inner .p-interview__inner .p-interview-interview__question {
  color: #309623;
  font-size: 15px;
  margin: 3em 0 2em;
  border-left: 2px solid #309623;
  padding-left: 1em;
  text-indent: 0;
}
@media screen and (max-width: 743.98px) {
  main.interview .p-interview .inner .p-interview__inner .p-interview-interview__question {
    margin: 2em 0 1em;
  }
}
main.interview .p-interview .inner .p-interview__inner .p-interview-interview__txt {
  font-size: 14px;
  line-height: 2;
  color: #000;
  margin: 10px 0 0;
}
@media screen and (max-width: 1340px) and (min-width: 744px) {
  main.interview .p-interview .inner .p-interview__inner .p-interview-interview__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 743.98px) {
  main.interview .p-interview .inner .p-interview__inner .p-interview-interview__txt {
    font-size: 14px;
    margin: 0;
  }
}

/*.p-interview__wrap {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 100px auto;
	}*//*# sourceMappingURL=style.css.map */